/* fonts */

@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,800,900');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

/* fonts over */



body {
	padding: 0px;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	color: #111111;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
    overflow-x: hidden;
    position: relative;
    width: 100% !important;
}
p {
	color: #000000;
	font-size: 18px;
	line-height: 27px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
ul, ol {
	color: #000000;
	font-size: 18px;
	line-height: 27px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
p:empty
{
	display: none;
}
footer {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

select {
    border: 1px solid #ccc;
    padding: 10px 21px;
}
.site-content
{
	background-color: #f9f9f9;
}
.site-content ul {
    margin: 0 0 0 10px;
    list-style: none;
    padding:0;
}
.site-content ul li {
	position: relative;
	padding:0 0 20px 20px;

}
.site-content ul li:before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #000;
	content: "";
	border-radius: 20px;
}
#menu_background ul, .areas-of-practice-detail ul, .attorneys-content ul, .vc_grid-pagination ul
{
	margin:0;
}
#menu_background ul li, .areas-of-practice-detail ul li, .attorneys-content ul li, .vc_grid-pagination ul li 
{
	padding:0;
}
#menu_background ul li:before, .areas-of-practice-detail ul li:before, .attorneys-content ul li:before, .vc_grid-pagination ul li:before
{
	display: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: none!important;
}
span.carrots {
    margin: 0 10px;
}
section.attorneys-info {
    width: 100%;
    float: left;
    padding-top: 35px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 70px;
    background: #f9f9f9;
}

.footer_row p {
	font-size: 15px;
}
section.attorneys-info .attorneys-info-left .attorneys-info-pro .profile-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

section.attorneys-info .attorneys-info-left .attorneys-info-pro .profile-detail {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 35px;
    padding-bottom: 34px;
    background: #f0f0f0;
    position: relative;
    margin-bottom: 24px;
}
section.attorneys-info .attorneys-info-left .attorneys-info-pro .profile-detail:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('https://www.hylandlevin.com/wp-content/uploads/2019/04/attorney_page_mockup.png');
}

section.attorneys-info .attorneys-info-left .attorneys-info-pro .profile-detail .profile-detail-in {
	position: relative;
	z-index: 9;
}

section.attorneys-info .attorneys-info-left .attorneys-info-pro .profile-detail .profile-detail-in span {
    text-transform: uppercase;
    color: #002A3C;
    font-size: 12px;
    line-height: 15px;
    margin-top: 1px;
    float: left;
    display: block;
    font-weight: 600;
}
.profile-detail-in span {
    font-size: 13px;
}
section.attorneys-info .attorneys-info-left .attorneys-info-pro .profile-detail .profile-detail-in h2 {
    color: #002a3c;
    font-weight: 600;
    margin: 4px 0 0 0;
    font-size: 40px;
    line-height: 50px;
    display: block;
    float: left;
}

section.attorneys-info .attorneys-info-left .attorneys-info-pro .profile-detail .profile-detail-in .contact-detail {
	margin: 15px 0 0 0;
}

section.attorneys-info .attorneys-info-left .attorneys-info-pro .profile-detail .profile-detail-in .contact-detail a {
    color: #002a3c;
    text-decoration: none;
    font-size: 18px;
    display: block;
    float: left;
    margin-top: 30px;
   

}
section.attorneys-info .attorneys-info-left .attorneys-info-pro .profile-detail .profile-detail-in .contact-detail a.mail {
    text-decoration: none;
    color: #117fff;
    font-size: 18px;
    margin-top: 4px;
    float: left;
}

section.attorneys-info .social-icon {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}

section.attorneys-info .social-icon a {
	font-size: 20px;
	margin: 0 20px 0 0;
}

section.attorneys-info .attorneys-info-left .attorneys-info-pro .attorneys-info-pro-btm {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}

section.attorneys-info .attorneys-info-left .attorneys-info-pro .attorneys-info-pro-btm h5 {
    color: #ff8a00;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    font-weight: 400;
}


section.attorneys-info .attorneys-info-left .attorneys-info-pro .attorneys-info-pro-btm ul {
    margin: 12px 0 0 10px;
    list-style: none;
}

section.attorneys-info .attorneys-info-left .attorneys-info-pro .attorneys-info-pro-btm ul li {
	margin: 0 0 10px 0;
	font-size: 14px;
	position: relative;
	padding:0 0 0 20px;

}
section.attorneys-info .attorneys-info-left .attorneys-info-pro .attorneys-info-pro-btm ul li:before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #000;
	content: "";
	border-radius: 20px;
}
section.attorneys-info .attorneys-info-right {
    padding: 0 0 0 64px;
    display: block;
    float: left;
}

section.attorneys-info .attorneys-info-right .attorneys-info-right-top p strong {
	color: #003951;
	font-size: 18px;
}

section.attorneys-info .attorneys-info-right .areas-of-practice {
    width: 100%;
    float: left;
    margin: 14px 0 30px 0;
}

section.attorneys-info .attorneys-info-right .areas-of-practice .areas-of-practice-detail {
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    padding: 20px 0;
    margin: 10px 0 0 0;
}

section.attorneys-info .attorneys-info-right .areas-of-practice h5 {
    color: #ff8a00;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}

section.attorneys-info .attorneys-info-right .areas-of-practice ul {
	list-style: none;
	display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
}

section.attorneys-info .attorneys-info-right .areas-of-practice ul li {
	width: 48%;
	display: inline-block;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

section.attorneys-info .attorneys-info-right .areas-of-practice ul li a {
    text-decoration: none;
    color: #117fff !important;
    font-weight: 600;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    height: 98px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

section.attorneys-info .attorneys-info-right .areas-of-practice ul li a:hover,
section.attorneys-info .attorneys-info-right .areas-of-practice ul li a.active {
	background: #fff;
	color: #002a3c!important;
	-webkit-box-shadow: -1px 0px 5px -1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: -1px 0px 5px -1px rgba(0, 0, 0, 0.25);
	box-shadow: -1px 0px 5px -1px rgba(0, 0, 0, 0.25);
}

section.attorneys-info .attorneys-info-right .areas-of-practice-content {
	width: 100%;
	float: left;
}

section.attorneys-info .attorneys-info-right .areas-of-practice-content p, section.attorneys-info .attorneys-info-right .areas-of-practice-content ul, section.attorneys-info .attorneys-info-right .areas-of-practice-content ol {
	margin: 0 0 25px 0;
}

section.attorneys-info .attorneys-info-right .areas-of-practice-content-bx {
	width: 100%;
	float: left;
	margin: 48px 0 60px 0;
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: -1px 0px 5px -1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: -1px 0px 5px -1px rgba(0, 0, 0, 0.25);
	box-shadow: -1px 0px 5px -1px rgba(0, 0, 0, 0.25);
	border-top: 5px solid #1587ba;
	position: relative;
}

section.attorneys-info .attorneys-info-right .areas-of-practice-content-bx:before {
	content: "";
	position: absolute;
	bottom: -25px;
	left: -4.5px;
	width: 30px;
	height: 30px;
	background: url('https://www.hylandlevin.com/wp-content/uploads/2019/04/corner.png');
	background-size: cover;
}

section.attorneys-info .attorneys-info-right .areas-of-practice-content-bx h3 {
    font-family: 'Oswald', sans-serif;
    color: #003951;
    font-weight: normal;
    font-size: 30px;
    line-height: 37px;
}

section.attorneys-info .attorneys-info-right .areas-of-practice-content-bx span {
	position: absolute;
	bottom: -30px;
	font-size: 12px;
	font-style: italic;
	color: #1d5b75;
}

section.attorneys-info .global-accordion #accordion .card {
	border: none;
	border-bottom: 1px solid #979797;
	border-radius: 0px;
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 15px 0;
	background: transparent;
}

section.attorneys-info .global-accordion #accordion .card .card-header {
	background: none;
	border: none;
	padding: 0px;
}

section.attorneys-info .global-accordion #accordion .card .card-header h5 {
	position: relative;
}

section.attorneys-info .global-accordion #accordion .card .card-header h5 a {
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}

section.attorneys-info .global-accordion #accordion .card .card-header h5 a.collapsed:before {
	content: "";
	background: url('https://www.hylandlevin.com/wp-content/uploads/2019/04/plus.png');
	width: 30px;
	height: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	z-index: 9;
	top: 50%;
	font-size: 30px;
	transform: translateY(-50%);
}

section.attorneys-info .global-accordion #accordion .card .card-header h5 a:hover {
	color: #007bff;
}

section.attorneys-info .global-accordion #accordion .card .card-header h5 a:before {
	content: "";
	background: url('https://www.hylandlevin.com/wp-content/uploads/2019/04/minus.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	z-index: 9;
	top: 50%;
	font-size: 30px;
	transform: translateY(-50%);
}

section.attorneys-info .global-accordion #accordion .card .card-body {
	padding: 0px;
	margin: 20px 0 0 0;
}

header.site-header {
    padding-top: 32px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 32px;
}

.site-branding a img {
	max-width: 464px;
}

header.site-header .site-branding {
	float: left;
	width: auto;
}
#site-navigation.main-navigation .menu-main-navigation-container ul#primary-menu li:last-child {
	margin-right: 0;
}
nav.main-navigation {
    width: auto;
    float: right;
    clear: none;
}
header#masthead.site-header .container-fluid {
    width: 100%;
    padding-right: 140px;
    padding-left: 140px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    float: left;
}
nav.main-navigation ul li {
	margin: 0 35px;
}

nav.main-navigation ul li a {
    color: #002A3C !important;
    font-family: 'Oswald', sans-serif;
    padding-top: 18px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
    text-decoration: none;
    font-size: 22px;
    font-weight: normal;
}
.site-footer .wpb_column.vc_column_container.vc_col-sm-10 {
	min-height: 0px !important;
}
nav.main-navigation ul li a:hover {
	color: #ff8a00 !important;
}

ul#primary-menu {
	float: right;
}

.footer_row .wpb_text_column p {
	color: #fff
}

.footer_row .vc_col-sm-4 {
	width: auto;
}

.footer_row .vc_wp_custommenu {
	float: left;
}

.footer_row .vc_wp_custommenu .menu-footer-menu-container ul {
	list-style: none;
	float: left;
	margin: 0px;
}

.footer_row .vc_wp_custommenu .menu-footer-menu-container ul li {
	float: left;
	margin: 0 30px 0 0;
	position: relative;
}

.footer_row .vc_wp_custommenu .menu-footer-menu-container ul li a {
	color: #fff;
	text-decoration: none;
}

.footer_row .vc_wp_custommenu .menu-footer-menu-container ul li.payment {
	background: #fff;
}

.footer_row .vc_wp_custommenu .menu-footer-menu-container ul li.payment a {
	padding: 10px;
    color: #027AB2;
}

.footer_row .vc_icon_element {
	float: left;
}

.footer_row .vc_icon_element .vc_icon_element-inner {
	height: 21px !important;
}

footer.site-footer .footer_row {
	padding: 0 50px;
	background: linear-gradient(270deg, #359CC8 0%, #027AB2 100%);
}

.footer_row .vc_wp_custommenu .menu-footer-menu-container ul li:before {
	content: "";
	position: absolute;
	background: #fff;
	width: 1px;
	height: 20px;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
}
.footer_row .wpb_column.vc_column_container .vc_column-inner {
	padding: 20px 0 0;
}
.footer_row .wpb_column.vc_column_container.vc_col-sm-4 .vc_column-inner {
	padding: 0;
}

.payment-button { background: #117FFF; padding: 10px !important; color: #fff !important; }

.post,
.page,.entry-content {
	margin: 0 !important;
}

nav#site-navigation button.menu-toggle {
	display: none;
}
header.entry-header {
    display: none;
}

/* Attorny Page */

.no-padding .vc_gitem-col {
    padding: 0!important;
}
.attorney_designation
{
	color: #599ff0;
}
.attorney_name
{

}
/* Attorny Page Over */ 


/* about page */
/*
.padding-right-20
{
	padding-right: 20px!important;
}
.padding-left-20
{
	padding-left: 20px!important;
}
.padding-left-50
{
	padding-left: 50px!important;
}
.padding-side-100 {
    padding-left: 100px;
    padding-right: 100px;
}*/
/* about page  over */

/* Career page */
.title_gradient
{
	background: linear-gradient(90deg, #004D6F 0%, #0077AB 100%);
	/*background: -webkit-linear-gradient(45deg, #004D6F 0%, #0077AB 100%);*/
}
/* Career page over */
.contact_container {
	padding-top: 45px;
	padding-bottom: 80px;
}
.contact_info_left {
    padding: 40px !important;
}
.contact_info_left .vc_column-inner {
    padding: 0 !important;
}
.contact_info_left .vc_column-inner h2 {
	color: #002A3C;	
	font-weight: 600 !important;	
	margin: 0 0 20px;
	padding: 0;
	text-transform: capitalize;
}
.contact_info_left .vc_column-inner .wpb_content_element {
	margin-bottom: 5px;
}
.contact_info_left .vc_column-inner .wpb_content_element p {
	color: #000000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	font-weight: 500;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 0;
	white-space: normal;
	word-break: break-word;
}
.contact_info_left .vc_column-inner .wpb_content_element p a {
	color: #000000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	font-weight: 500;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 0;
	white-space: normal;
	word-break: break-word;
}
.contact_info_left .vc_column-inner .theme_button_w {
	margin: 0;
}
.contact_info_left .vc_column-inner .theme_button_w a{
	color: #117FFF;
	font-family: Montserrat;
	font-size: 14px;	
	font-weight: 600;	
	line-height: 18px;
	margin: 0;
	padding: 0 0 0 28px !important;	
	text-align: center;
	text-transform: capitalize;
	background: transparent;
}
.contact_info_left .vc_column-inner .theme_button_w a:hover {
	background-color: transparent;
}
.contact_info_left .vc_column-inner .theme_button_w a i.fa {
	font-size: 18px;
	left: 0 !important;
}
.hero_section .wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
    width: 100%;
}
.hero_section .wpb_single_image .vc_figure .vc_single_image-wrapper {
    width: 100%;
}
.hero_section .wpb_single_image .vc_figure .vc_single_image-wrapper img {
    height: 100%;
    max-width: 100%;
    vertical-align: top;
    width: 100%;
    object-fit: cover;
}
.contact_info_right {
	padding-left: 30px !important;
}
.contact_info_right .vc_empty_space {
	height: 55px!important;
}
.contact_info_right .wpb_wrapper h2 {
	font-weight: 600 !important;
	margin: 0 0 10px;
	padding: 0;
}
.contact_info_right .wpb_content_element {
	margin: 0;
}
.contact_info_right .wpb_content_element .wpb_wrapper p {
	color: #000000;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
	line-height: 36px;
	margin: 0;
	padding: 0;
}
/*-----career-----*/
h1.page_title{
	color: #FF8A00;
	font-family: 'Crimson Text', serif !important;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
}
.career_left h4{
	color: #003951;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin: 0;
	padding: 0;
}
.career_left h2 {
	color: #FF8A00;
	font-family: Oswald;
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 30px;
	padding: 0;
	text-transform: capitalize;
}
.career_left .vc_tta-accordion .vc_tta-panel, .post_content .vc_tta-accordion .vc_tta-panel {
	margin-bottom: 15px;
}
.career_left .vc_tta-accordion .vc_tta-panel-heading, .post_content .vc_tta-accordion .vc_tta-panel-heading {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-color: #979797 !important;
	margin: 0;
	background-color: transparent !important;
	border-radius: 0 !important;
}
.career_left .vc_tta-accordion .vc_tta-panel-heading a, .post_content .vc_tta-accordion .vc_tta-panel-heading a {
	padding: 0 0 15px !important;
	color: #117fff !important;
	font-family: Oswald;
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	margin: 0;
}
.career_left .vc_tta-accordion .vc_tta-panel-heading a i:before, .post_content .vc_tta-accordion .vc_tta-panel-heading a i:before, .career_left .vc_tta-accordion .vc_tta-panel-heading a i:after, .post_content .vc_tta-accordion .vc_tta-panel-heading a i:after {
	border-color: #117fff !important;
}
.career_left .vc_tta-accordion .vc_active .vc_tta-panel-heading a, .post_content .vc_tta-accordion .vc_active .vc_tta-panel-heading a {
	padding: 0 0 15px !important;
	color: #002A3C !important;
	font-family: Oswald;
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	margin: 0;
}
.career_left .vc_tta-accordion .vc_active .vc_tta-panel-heading a i:before, .post_content .vc_tta-accordion .vc_active .vc_tta-panel-heading a i:before {
	border-color: #002A3C !important;
}
.career_left .vc_tta-accordion .vc_tta-panel-heading a i.vc_tta-controls-icon, .post_content .vc_tta-accordion .vc_tta-panel-heading a i.vc_tta-controls-icon {
	right: 5px;
	left: inherit !important;
}
.career_left .vc_tta-accordion .vc_tta-panel-body, .post_content .vc_tta-accordion .vc_tta-panel-body {
	padding: 15px 15px 15px 30px !important;
	border: none !important;
	background-color: transparent !important;
}
.career_left .vc_tta-accordion .vc_tta-panel-body p, .post_content .vc_tta-accordion .vc_tta-panel-body p  {
    color: #000000;
	font-family: Montserrat;
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	font-stretch: normal;
	font-weight: 400;
	margin: 0 0 20px;
	padding: 0;
	text-decoration: none;

}
 .post_content .vc_tta-accordion .vc_tta-panel-body a {
    color: #117FFF;
    font-family: oswald;
    font-size: 20px;
	font-weight: 400;
	line-height: 38px;
	text-align: left;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	text-decoration: none;
	background-color: transparent;
	transition: all 500ms ease-in-out 0s;

}
.post_content .vc_tta-accordion .vc_tta-panel-body a + br
{
	display: none;
}
.post_content .vc_tta-accordion .vc_tta-panel-body a:hover {
	color: #117fff !important;
}

.career_left .career_buttons .theme_button, .career_left .career_buttons .share_button {
	text-align: left;
	float: left;
	margin: 0 25px 0 0;
}
  .theme_button .vc_general {
	background-color: #117fff!important;
	border: none!important;
	color: #fff!important;
	font-family: Montserrat!important;
	font-size: 16px!important;
	font-weight: 600!important;
	line-height: 19px!important;
	text-align: center!important;
	margin: 0!important;
	text-transform: capitalize!important;
	box-shadow: 0 3px 12px -1px rgba(0,0,0,.2)!important;
}
.career_left .vc_tta-accordion .share_button .vc_general {
	background-color: transparent;
	border: none;
	color: #117FFF;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	text-align: center;
	margin: 0;
	text-transform: capitalize;
}
.career_left .vc_tta-accordion .theme_button .vc_general:hover {
	background-color: #117fff;
	color: #fff;
}
.career_left .vc_tta-accordion .share_button .vc_general:hover {
	background-color: transparent;
	color: #117FFF;
}
.career_right .vc_column-inner {
	padding: 30px 30px 0!important;
}
.career_right.vc_col-sm-4 {
    padding-left: 40px;
}
.career_right .vc_column-inner p {
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.career_right .vc_column-inner p a {
	color: #117FFF;
	font-weight: 600;
}
/*-----career-----*/
/*-----areas-of-interest-----*/
div#content {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
div#menu_background {
	height: 100vh;
	min-height: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div#menu_background .vc_column-inner {
	padding: 0;
}
div#menu_background .menu-area-container ul#menu-area {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    position: relative;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    list-style: none;
}
div#menu_background .menu-area-container ul#menu-area > li {
    width: 20%;
    float: left;
    text-align: center;
    list-style: none;
    position: relative;
    /* background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%); */
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 968px;
}
/*div#menu_background .menu-area-container ul#menu-area > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100vh;
	width: 1px;
	border: 0.5px solid #FFFFFF;
}*/
div#menu_background .menu-area-container ul#menu-area > li:last-child:before {
	display: none;
}
div#menu_background .menu-area-container ul#menu-area > li.mega_menu a {
    width: 100%;
    padding: 0 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%);
    height: 100px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #117FFF;
	font-family: Oswald;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
}
div#menu_background .menu-area-container ul#menu-area > li.mega_menu:hover a {
	color: #002A3C;
}
div#menu_background .menu-area-container ul#menu-area > li.mega_menu ul.sub-menu {
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 100%;
    width: auto;
    padding: 20px 0 50px;
    margin: 15px 0 0;
    font-size: 18px;
    color: #8c8c8c;
    text-align: center;
    list-style: none;
    background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,1) 100%);
    border: none;
    border-radius: 0;
    height: 100%;
}
div#menu_background .menu-area-container ul#menu-area > li.mega_menu ul.sub-menu:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	width: 53px;
	background-color: #132600;
}
div#menu_background .menu-area-container ul#menu-area > li.mega_menu ul.sub-menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}
div#menu_background .menu-area-container ul#menu-area > li.mega_menu ul.sub-menu li a {
	color: #117FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin: 0;
    padding: 15px 8px;
    height: auto;
    background: transparent;
}
div#menu_background .menu-area-container ul#menu-area > li.mega_menu ul.sub-menu li a:hover {
	color: #002A3C;
}
div#menu_background .menu-area-container ul#menu-area > li.mega_menu ul.sub-menu li a:before {
	display: none;
}
/*-----areas-of-interest-----*/
/*-----footer-----*/
/*.site-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
}*/

/* about page start */
.about_container h2 {
    color: #002A3C;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 18px;
}
.about_container p
{
		color: #000000;	
		font-family: Montserrat;	
		font-size: 18px;	
		line-height: 24px;
}
.blue_box {
    margin: -5px!important;
    min-height: 150px;
}
/* about page over */
/*-----our-people-----*/
/*attorneys*/
.support-team {
    padding: 0 0 30px;
}
.support-team h2.page_title {
	border-bottom: 1px solid #979797;
	display: block;
	margin: 0 auto;
	padding: 0 0 15px;
	position: relative;
	width: 100%;
	max-width: 60%;
}
.attorneys-content .vc_grid-item, .support-team .vc_grid-item {
    padding-bottom: 30px !important;
}
.attorneys-content .vc_is-hover .attorney_box, .support-team .vc_is-hover .attorney_box {
	background-color: #004663 !important;
}
.attorneys-content .vc_is-hover .attorney_box figure a, .support-team .vc_is-hover .attorney_box figure a  {
	position: relative;
	z-index: 1;
}
.attorneys-content .vc_is-hover .attorney_box figure a:before, .support-team .vc_is-hover .attorney_box figure a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: rgba(0,42,60,0.5);
	width: 100%;
}
.attorneys-content .attorney_designation, .support-team .attorney_designation {
    color: #60A9FF;
    font-family: Oswald;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 17px;
    margin: 0;
    padding: 0 15px;
}
.attorneys-content .attorney_name, .support-team .attorney_name {
	padding: 0 15px;
}
.attorneys-content .attorney_name h4, .support-team .attorney_name h4 {
	color: #FFFFFF;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    margin: 10px 0 0;
    padding: 0;
}
.our_people ul.vc_grid-filter {
    display: none!important;
}
.our_people .filter {
display: flex;
flex-flow: wrap;
justify-content: center;
align-items: center;
background-color: #fff;
box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
padding: 15px 0;
margin: 0;
}
.filter p {
color: #2C2C2C;
font-family: Montserrat;
font-size: 14px;
line-height: 18px;
font-weight: 400;
font-style: normal;
font-stretch: normal;
margin: 0;
padding: 0;
}

.filter select {
padding: 14px 21px;
border: 1px solid #979797;
background-color: #FFFFFF;
display: block;
width: 100%;
position: relative;
margin: 0;
outline: 0;
box-shadow: none;
}
.filter p.clear {
color: #B0B0B0;
font-family: Montserrat;
text-align: center;
cursor: pointer;
 
}
/*attorneys*/
/*-----our-people-----*/
/*-----practice-area-details-----*/
.news_title {
    margin: 0 0 15px;
}
.news_grid {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 30px;
    border-bottom: 1px solid #979797;
}
.news_grid .news_image {
    padding: 0 !important;
    width: 30%;
}
.news_grid .news_image figure {
	width: 100%;
}
.news_grid .news_image .news_post_image {
	margin-bottom: 0 !important;
    width: 100%;
    height: 350px;
}
.news_grid .news_image .news_post_image img {
    object-fit: inherit;
    width: 100%;
    height: auto;
}
.news_grid .news_details {
    width: 70%;
    padding: 0 0 0 25px !important;
}
.news_details.vc_col-sm-12 {
    padding-left: 0px!important;
}
.news_grid .news_details .news_post_title a {
    color: #002A3C !important;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}
.news_grid .news_details .news_post_date div {
    color: #FF8A00;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 20px;
}
.news_grid .news_details .news_post_author div {
    background-color: #E1ECF9;
    display: inline-block;
    padding: 5px 8px;
    color: #117FFF;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
}
.news_post_author {
    display: none;
}
.news_grid .news_details .news_post_excerpt p {
    color: #000000;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    margin: 0;
    padding: 0;
}
.news_details.vc_gitem-col.vc_gitem-col-align-.vc_col-sm-12 {
    width: 100%;
}
.news_grid .news_details .theme_button, .news_grid .news_details .share_button {
	margin-bottom: 0;
	margin-right: 15px;
}
.news_grid .news_details .theme_button .vc_general {
    background-color: #117fff!important;
    border: none!important;
    color: #fff!important;
    font-family: Montserrat!important;
    font-size: 16px!important;
    font-weight: 600!important;
    line-height: 20px!important;
    text-align: center!important;
    margin: 0!important;
    text-transform: capitalize!important;
    box-shadow: 0 3px 12px -1px rgba(0,0,0,.2)!important;
    padding: 15px 25px;
}
.news_grid .news_details .share_button .vc_general {
	background-color: transparent !important;
	color: #117FFF;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
}
.news_grid .news_details .share_button .vc_general:hover {
	background-color: transparent !important;
	color: inherit;	
}
.single-post .site-main {
    background-color: #F9F9F9;
    padding: 50px 0;
}
#single-post .post span {
    color: #FF8A00;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    margin: 0 0 10px;
    padding: 0;
}
#single-post .post h1 {
    color: #002A3C;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
    font-stretch: normal;
    margin: 0 0 15px;
    padding: 0;
}
#single-post .post .share_container {
    margin: 0 0 15px;
}
#single-post .post .share_container a.share_button {
    color: #117FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    font-stretch: normal;
    margin: 0;
    padding: 0;
}
#single-post .post .share_container a.share_button i {
	margin-right: 10px;
}
#single-post .post .featured_image {
    margin: 0 0 20px;
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    float: left;
}
#single-post .post .featured_image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#single-post .post .post_content h3 {
    color: #002A3C;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    font-style: normal;
    font-stretch: normal;
    margin: 30px 0 15px;
    padding: 0;
}
#single-post .post .post_content p, #single-post .practice_area .post_content p {
    line-height: 24px;
    color: #000000;
    font-family: Montserrat;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-stretch: normal;
    white-space: normal;
    word-break: break-word;
}
#single-post .practice_area {
	padding: 50px 0;
}
#single-post .practice_area .post_content ul {
	display: block;
	position: relative;
	width: 100%;
	float: left;
	margin: 30px 0;
	padding: 0 0 0 30px;
}
#single-post .practice_area .post_content ul li {
	line-height: 24px;
    color: #000000;
    font-family: Montserrat;
    font-size: 18px;
    margin: 0 0 15px;
    padding: 0;
    font-style: normal;
    font-stretch: normal;
    white-space: normal;
    word-break: break-word;
}
#single-post .practice_area .post_content ul li:last-child {
	margin-bottom: 0;
}
.attorneys_container {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.attorneys_container h2 {
    color: #FF8A00;
    font-family: Oswald;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    font-weight: normal;
    font-stretch: normal;
    width: 100%;
    display: block;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #979797;
}
.attorneys_container .related-container {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 15px;
    padding: 0;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
    transition: all 500ms ease-in-out 0s;
}
  .attorneys_container .related-container:hover {
	box-shadow: none;
	background-color: #E1ECF9;
}
  .attorneys_container .related-container:hover .right-bx a {
	transition: all 500ms ease-in-out 0s;
}
  .attorneys_container .related-container .left-bx {
    width: 75px;
    height: 75px;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
  .attorneys_container .related-container .left-bx img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
  .attorneys_container .related-container .right-bx {
    width: auto;
    height: 100%;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
  .attorneys_container .related-container .right-bx a {
	color: #117FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
    display: block;
    position: relative;
    margin: 0;
    padding: 28px;
    text-decoration: none;
    background-color: transparent;
    transition: all 500ms ease-in-out 0s;
    z-index: 1;
}
  .attorneys_container .related-container .right-bx a h3 {
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
nav.breadcrumb-main {
    margin: 0;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
}
nav.breadcrumb-main:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 50px;
    background-color: #e9ecef;
}
nav.breadcrumb-main:after {
    content: "";
    position: absolute;
    top: 0;
    right: -50%;
    width: 50%;
    height: 50px;
    background-color: #e9ecef;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon {
    height: 20px !important;
    width: 20px !important;
}
nav.breadcrumb-main .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 14px;
    padding-right: 0;
    padding-bottom: 0;
    margin: 0;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0;
    padding-left: 0px;
	height: 50px;
}
/*-----practice-area-details-----*/
.top_bar {
	background-color: #C42629;
	padding: 10px;
	text-align: center;
}
.top_bar p {
	margin: 0;
	color: #FFFFFF;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 600;
	line-height: 20px;
}
.top_bar p a {
	color: #fff;
	text-decoration: none;
}
#shiftnav-toggle-main {
    top: 0px !important;
}
nav.navigation.post-navigation {
display: none !important;
}
div.comments-area {
    display: none;
}
article.areas_of_practice
{
	padding: 50px 0;
}
.attorneys_container ul {
    padding: 0;
    margin: 0;
}
/*-------------bloggermenu---------------*/
#shiftnav-toggle-main {
    background: linear-gradient(270deg, #359CC8 0%, #027AB2 100%) !important;
    color: #fff !important;
}
.shiftnav.shiftnav-skin-standard-dark, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
    background: #fff !important;
    color: #1D1D20 !important;
}
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target {
    display: block;
    color: #1d1d20 !important;
    border: none !important;
    border-top: 1px solid #313131 !important;
 	text-shadow: none !important; 
}
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target {
	color: #fff !important;
	background: linear-gradient(270deg, #359CC8 0%, #027AB2 100%) !important;
	border-top: 1px solid #313131 !important;
}
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item:last-child > .shiftnav-target {
	border-bottom: 1px solid #313131 !important;
}

ul#menu-area > li {
    width: 25%;
    float: left;
    text-align: center;
    list-style: none;
}
ul#menu-area > li ul
{
	display:none;
}
ul#menu-area {
    padding: 20px 0;
    margin: 0;
    width: 100%;
    display: flex;
    position: relative;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
ul#menu-area a
{
	    width: 200px;
    display: inline-block;
}
.hero_section
{
	background-repeat:no-repeat;
}
footer#colophon {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    height: 63px;
    overflow: hidden;
}
.logged-in footer.entry-footer span.edit-link {
	display: none;
}
.home #main.site-main #menu_background ul#menu-area.menu li {
    border-right: 1px solid rgba(255, 255, 255, 0.62);
}
.home #main.site-main #menu_background ul#menu-area.menu li:last-child {
    border-right: none;
}
.home #main.site-main #menu_background ul#menu-area.menu li ul.sub-menu li {
	border-right: none;
}
.footer_icon_column .linkedinfooter {
	width: 46px !important;
}
.footer_icon_column .twitterfooter {
	width: 50px !important;
}
.footer_icon_column .facebookfooter {
	width: 26px !important;
}
.vc_icon_element.linkedinfooter {
	font-size: 11px !important;
}
.vc_icon_element.twitterfooter {
	font-size: 11px !important;
}
.vc_icon_element.facebookfooter {
	font-size: 11px !important;
}
footer#colophon.site-footer ul#menu-footer-menu.menu li:last-child {
	margin-right: 18px;
}
.footer_icon_column {
	margin-top: -1px;
}
.footer_left_column {
    width: 270px !important;
    margin-top: -2px;
}
.footer_lisi_logo img {
    width: 50px;
    height: auto;
    margin-top: -5px;
}
#shiftnav-toggle-main.shiftnav-toggle-style-burger_only {
    width: 62px !important;
}
.pum-title.popmake-title {
	color: #002A3C;
	margin-bottom: 18px;
}
.pum-content.popmake-content p {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 50px;
}
.pum-container.popmake {
	padding-top: 49px !important;
	padding-left: 22px !important;
	padding-right: 22px !important;
	padding-bottom: 22px !important;
}
.pum-content.popmake-content p a.popup-button {
    position: absolute;
    bottom: -22px;
    width: calc(100% + 44px);
    left: 0;
    background-color: #117FFF;
    color: #ffffff;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: -22px;
}
.pum-theme-306 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    position: absolute !important;
    height: auto !important;
    width: auto !important;
    left: auto !important;
    right: 0px !important;
    bottom: auto !important;
    top: 4px !important;
    padding: 8px !important;
    color: #117FFF !important;
    font-weight: 300 !important;
    line-height: 26px !important;
    border: 1px none #ffffff !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background-color: inherit !important;
    text-transform: none !important;
	font-family: Montserrat !important;
    font-size: 14px !important;
}

button.pum-close.popmake-close::after {
    content: "X";
    font-family: Montserrat !important;
    font-size: 14px !important;
    border: 1px solid #117FFF;
    height: 24px;
    width: 24px;
    border-radius: 23px;
    padding: 0;
    line-height: 21px;
    display: block;
    float: right;
    margin-left: 8px;
    margin-right: 12px;
}
#masthead {
	border-bottom: 1px solid #979797;
}
.home #masthead {
	border: none;
}
.attorneys-info-right-top p {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #003951;
    margin-bottom: 40px;
    margin-top: -4px;
}
.areas-of-practice-content p {
	line-height: 24px;
}
.after_quote_para p {
	line-height: 27px;
}
.after_quote_para {
    margin-bottom: 6px;
    display: block;
    float: left;
}
.attorneys-info-pro-btm ul li p, .attorneys-info-pro-btm ul li {
	font-size: 15px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.attorneys-info-pro-btm ul {
	padding-left: 0;
}
section.attorneys-info .container .row .col-md-3 {
    width: 316px;
    padding-left: 0;
    padding-right: 0;
    max-width: 316px;
    flex: inherit;
}
section.attorneys-info .container .row .col-md-9 {
    width: calc(100% - 316px);
    padding-left: 0;
    padding-right: 0;
    flex: inherit;
    max-width: 100%;
}
.areas-of-practice-detail ul {
    margin-left: 0;
    padding: 0;
}
.page-id-277 h2.vc_custom_heading.news_title {
	font-weight: 600 !important;
	margin-bottom: 26px;
}
#map {
	height: 350px;
}
.areas-of-practice-content {
	display: block;
	float: left;
}
.pum-overlay .pum-content.popmake-content h3 {
    color: #002A3C;
    font-size: 26px;
    margin-bottom: 28px;
    margin-top: 12px;
}
.pum-overlay .pum-content.popmake-content .addtoany_list {
    width: 162px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.blue_box .vc_col-sm-3 {
	width: 30%;
}
.blue_box .vc_col-sm-9 {
	width: 70%;
}
.single-areas_of_practice .type-areas_of_practice .post_content .templatera_shortcode .vc_tta-container .vc_tta.vc_tta-accordion {
	margin-top: 30px;
}
.single-areas_of_practice .type-areas_of_practice .post_content ul {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}
ul, ol {
    margin: 0 0 1.5em 0em;
        margin-top: 0px;
        margin-bottom: 1.5em;
}



 .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>a
 {
 	color: #117fff!important;
    font-size: 18px;
    font-weight: bold;
    min-height: 32px!important;
    min-width: 32px!important;
    padding: 5px!important;
    border: 1px solid #000!important;
 }

ul.vc_grid-pagination-list {
    float: left;
}

.vc_grid-owl-nav.vc_grid-owl-nav-color-blue {
    display: none;
}
.archive {
    color: #1280ff!important;
    font-weight: bold;
}
/*.archive i {
    display: none;
}*/
.archive a {
   text-decoration: none;
}

.attorney_box img, .attorney_box figure, .attorney_box a, .attorney_box .wpb_single_image {
    width: 100%;
}

/* bootstrap accordion */
.accordion h5 button.btn.btn-link.collapsed:before {
    float: right !important;
    content: url(https://www.hylandlevin.com/wp-content/uploads/2019/05/open_icon.png);
}

.accordion h5 button:before {
    float: right !important;
    content: url(https://www.hylandlevin.com/wp-content/uploads/2019/05/close_icon.png);
}
.accordion h5 button
{
	width: 100%;
    text-align: left;
        padding: 0 0 15px !important;
    color: #117fff !important;
    font-family: Oswald;
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
    margin: 0;
    outline: none;
    border: 0!important;
    text-decoration: none!important;
        border-bottom: 1px solid #000!important;
    border-radius: 0;
    padding-bottom: 10px!important;
    padding-top: 20px!important;
}
button.btn.btn-link.collapsed
{
	color: #117fff !important;
}
button.btn.btn-link {
    color: #002A3C!important;
}
.accordion h5 button br {
	display: none;
}
.accordion h5 button:hover
{
	text-decoration: none;
}
.card-header{
    background: #f9f9f9;
    border: none;
    padding: 0;
    border-bottom: 1px solid;
}
.accordion .card {
	width: 100%;
}
.card {
    
    border: none;
}
.card-body
{
	    background: #f9f9f9;
}
/*.card-body a 
{
	color: #117FFF;
    font-family: oswald;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    text-align: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    text-decoration: none;
    background-color: transparent;
    transition: all 500ms ease-in-out 0s;
}*/
.archive .page-header {
    background: linear-gradient(90deg, #004D6F 0%, #0077AB 100%);
    background: -webkit-linear-gradient(45deg, #004D6F 0%, #0077AB 100%);
    padding: 50px 0;
    margin: 0 0 50px;
}
.archive .page-header .page-title {
    font-size: 50px;
    color: #ff8a00;
    line-height: 50px;
    text-align: center;
    font-family: 'Crimson Text', serif !important;
    font-style: italic;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.archive #single-post .category-uncategorized h1 {
    color: #002A3C;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
    font-stretch: normal;
    margin: 0;
    padding: 0;
}
.archive #single-post .category-uncategorized .featured_image {
    height: 500px;
}
.archive #single-post .category-uncategorized .featured_image img {
    object-position: top;
}
.archive .site-main .posts-navigation {
    display: block;
    max-width: 75%;
    margin: 0 auto 50px;
}
.our_people .filter2 .cvp-live-filter {
    display: block;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
    padding-top: 15px;
    padding-right: 0;
    padding-left: 21px;
    padding-bottom: 15px;
    width: 100%;
    height: 80px;
    margin-bottom: 42px;
}
a.pt-cv-edit-view {
	display: none;
}
.our_people .cvp-label {
    color: #2C2C2C;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 32px;
    display: block;
    float: left;
    margin-top: 17px;
}
.our_people .filter2 .cvp-live-filter select {
    border: 1px solid #979797;
    background-color: #FFFFFF;
    display: block;
    width: 744px;
    position: relative;
    margin-bottom: 0px;
    outline: 0;
    box-shadow: none;
    color: #4A4A4A;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    float: left;
    height: 50px;
}
.our_people .cvp-live-filter.cvp-dropdown select option {
	font-size: 15px;
}
.my_clear_filters a {
	color: #B0B0B0;
	font-size: 14px;
	line-height: 18px;
}
.my_clear_filters a:hover {
	color: #60A9FF;
	text-decoration: none;
}
.my_clear_filters {
    position: absolute;
    top: 76px;
    right: 44px;
}
.filter2 .wpb_wrapper .pt-cv-wrapper br {
	display: none;
}
.filter2 {
	padding-top: 50px;
}
.filter2 .col-md-3.col-sm-3.col-xs-6 {
	padding-left: 0;
	padding-right: 5px;
}
.filter2 .pt-cv-page {
    padding-left: 15px;
    padding-right: 10px;
}
.filter2 .pt-cv-ifield {
	background-color: #002E3E;
}
.filter2 .pt-cv-ctf-designation {
    color: #60A9FF;
    font-family: Oswald;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 17px;
    margin: 0;
    padding: 0 15px;
}
.filter2 h4.pt-cv-title a {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    margin-top: 6px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px !important;
    padding-top: 0;
    padding-right: 0;
    padding-left: 15px;
    padding-bottom: 0;
    float: left;
}
.filter2 h4.pt-cv-title a:hover {
	color: #ffffff;
}
.filter2 .pt-cv-ifield .pt-cv-ctf-list {
	margin-bottom: 0;
}
.filter2 .pt-cv-ifield:hover {
	background-color: #004663;
}
.filter2 a.pt-cv-href-thumbnail:hover::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: rgba(0,42,60,0.5) !important;
	width: 100%;
}
.filter2 a.pt-cv-href-thumbnail {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    float: left;
	z-index: 9;
}
.filter2 img {
	margin-bottom: 0 !important;
}
.our_people .filter2 h4.pt-cv-title a {
    margin-top: 1px;
}
.areas_of_practice-template-default.single-areas_of_practice #accordionExample.accordion .card .card-body a {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    margin-bottom: 14px;
    display: block;
}
.areas_of_practice-template-default.single-areas_of_practice #accordionExample.accordion .card .card-body br {
	display: none;
}
.page-id-966 .wsp-container ul.wsp-posts-list li strong.wsp-category-title {
	display: none;
}
.mynewslisiting a::before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #000;
    content: "";
    border-radius: 20px;
}
.mynewslisiting a {
    color: #007bff !important;
    text-decoration: none !important;
}
.mynewslisiting a:hover {
    color: #0056b3 !important;
    text-decoration: underline !important;
}
.mynewslisiting .vc_gitem-post-data-source-post_title {
	margin: 0;
}
.mynewslisiting .vc_gitem-col {
	padding-left: 20px !important;
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
}
.mynewslisiting .vc_grid-item {
	padding: 0 !important;
}
.mynewslisiting {
	margin-left: 10px;
}
.sitemap_heading {
	margin-bottom: 0.5rem !important;
}
.about_news_grid .vc_col-sm-6:nth-child(1) {
    width: 30%;
    padding: 0;
}
.about_news_grid .vc_col-sm-6:nth-child(2) {
    width: 70%;
	padding-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.about_news_grid .vc_gitem-post-data.vc_gitem-post-data-source-post_title a {
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
}
.about_news_grid .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title {
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
}
.about_news_grid .vc_basic_grid {
	margin-bottom: 0 !important;
}
.about_news_grid .wpb_single_image.wpb_content_element {
	margin-bottom: 0 !important;
}
.about_news_grid .vc_gitem_row.vc_row.vc_gitem-row-position-middle {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    display: block;
    float: left;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}
.about_news_grid .vc-gitem-zone-height-mode-auto::before {
    display: none;
}
.about_news_grid .vc_btn3-container.theme_button.vc_general.vc_btn3-left {
	margin-bottom: 0;
}
.page-id- .hero_section .wpb_wrapper .wpb_single_image {
	margin-bottom: 0;
}






@media screen and (max-width: 1356px) {
header#masthead.site-header .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
	}
}
@media screen and (max-width: 1199px) {
	.about_news_grid .vc_col-sm-6:nth-child(2) {
	padding-top: 12px;
	}
	.about_news_grid.blue_box .vc_column-inner {
    padding-top: 0 !important;
}
	.our_people .filter2 .cvp-live-filter select {
    width: 564px;
	}
	.blue_box .vc_col-sm-3 {
	width: 35%;
}
.blue_box .vc_col-sm-9 {
	width: 65%;
}
	.blue_box .vc_col-sm-3 .vc_column-inner {
		padding-top: 0 !important;
	}
	.blue_box .vc_column-inner {
		padding-top: 24px !important;
	}
}
@media screen and (max-width: 1000px) {
	nav.main-navigation ul li {
    margin: 0 20px;
}
}
@media screen and (max-width: 991px) {
	.about_news_grid.blue_box {
    padding: 0 !important;
}
	.filter2 h4.pt-cv-title a {
    margin-top: 0;
	}
	.support-team .attorney_name h4 {
    margin: 0;
}
	.support-team .attorney_designation, .filter2 .pt-cv-ctf-designation {
    font-size: 11px;
	}
	.filter2 h4.pt-cv-title a, .support-team .attorney_name h4 {
    font-size: 12px;
	}
	.our_people .cvp-label {
    margin-right: 12px;
}
	.our_people .filter2 .cvp-live-filter select {
    width: 354px;
	}
	.blue_box .vc_column-inner {
    padding-top: 0 !important;
}
	.blue_box {
		padding: 20px;
	}
	section.attorneys-info .attorneys-info-left .attorneys-info-pro .profile-detail .profile-detail-in .contact-detail a.mail {
    font-size: 12px;
}
	section.attorneys-info .attorneys-info-left .attorneys-info-pro .profile-detail .profile-detail-in .contact-detail a {
    font-size: 14px;
}
	.attorneys-info .attorneys-info-left .attorneys-info-pro .profile-detail .profile-detail-in h2 {
    font-size: 26px !important;
    line-height: 1.3em !important;
}
	section.attorneys-info .attorneys-info-left .attorneys-info-pro .profile-detail {
    padding-right: 10px;
    padding-left: 20px;
}
	section.attorneys-info .container .row .col-md-9 {
    width: calc(100% - 216px);
}
	section.attorneys-info .container .row .col-md-3 {
    width: 216px;
}
	section.attorneys-info .attorneys-info-right {
    padding: 0 0 0 34px;
}
}
@media screen and (max-width: 959px) {
	.top_bar {
		width: calc(100% - 62px);
	}
	header.site-header .site-branding {
		width: 100%;
		margin: 0 0 0 30px;
	}
	nav.main-navigation {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.contact_container {
    padding-top: 0;
}
	.about_news_grid .vc_col-sm-6:nth-child(1) {
    float: left;
}
.about_news_grid .vc_col-sm-6:nth-child(2) {
    float: left;
}
	.footer_row .vc_icon_element {
    margin-bottom: 20px;
}
	.footer_lisi_logo img {
    margin-top: -15px;
    margin-right: 16px;
}
	.footer_menu .vc_wp_custommenu.wpb_content_element {
		margin-bottom: 0;
	}
	.footer_row .wpb_column.vc_column_container .vc_column-inner {
    padding: 10px 0 0;
}
	.filter2 h4.pt-cv-title a, .support-team .attorney_name h4 {
    font-size: 11px;
}
	.support-team .attorney_designation, .filter2 .pt-cv-ctf-designation {
    font-size: 10px;
}
	.our_people .filter2 .cvp-live-filter {
    height: 160px;
}
	.my_clear_filters {
    top: 162px;
    right: 0;
    left: 36px;
}
	.our_people .filter2 .cvp-live-filter select {
    width: 94%;
	}
	.our_people .cvp-live-filter.cvp-dropdown select option {
	font-size: 12px;
}
	.single-areas_of_practice .type-areas_of_practice .post_content ul {
    font-size: 16px;
    line-height: 24px;
}
	.single-post #single-post article .row .col-md-5 {
		margin-top: 30px;
	}
	nav.breadcrumb-main .breadcrumb {
    padding-top: 5px;
	}
	nav.breadcrumb-main ol.breadcrumb {
		font-size: 10px;
	}
	p {
    font-size: 16px;
    line-height: 24px;
}
	.attorneys-info-right-top p {
    font-size: 18px;
    line-height: 26px;
}
	section.attorneys-info .attorneys-info-left .attorneys-info-pro .attorneys-info-pro-btm {
    padding-left: 20px;
    padding-right: 20px;
}
	section.attorneys-info .container .row .col-md-9 {
		margin-top: 30px;
    width: 100%;
		padding-left: 20px;
		padding-right: 20px;
}
	section.attorneys-info .container .row .col-md-3 {
    width: 100%;
		max-width: 100%;
}
	.pum-container.popmake {
		width: 300px !important;
	}
	header#masthead.site-header .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
}
	#wpadminbar {
		display: none;
	}
	.padding-side-100
	{
		padding-left: 20px;
    padding-right: 20px;
	}
	.career_right,.career_left {
    padding: 10px!important;
    right: 25px;
	}	
}
