*
{
	margin:0px;
	padding:0px;
}
/********** mobile menu **************/
.navbar-drawer-bar
{
    background-color: transparent;
    box-sizing: border-box;
    left: 0;
    pointer-events: none;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1010;
	transition: -webkit-transform .4s cubic-bezier(.7,0,.3,1);
    transition: transform .4s cubic-bezier(.7,0,.3,1);
    transition: transform .4s cubic-bezier(.7,0,.3,1),-webkit-transform .4s cubic-bezier(.7,0,.3,1);
}
.navbar-drawer-bar .drawer-container {
    height: auto;
    padding: 0px;
    position: relative;
    text-align: center;
}
.navbar-drawer-bar a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
    display: block;
    height: 35px;
    outline-style: none;
    pointer-events: all;
    position: relative;
    text-align: center;
    width: 58px;
    z-index: 1020;
    box-shadow: none;
    color: #000;
    transition: all .3s ease-out;
    line-height: 48px;
    float: right;
    background: #fff;
    border-radius: 0px;
    min-height: auto;
    margin-bottom: initial;
    border: none;
    cursor: pointer;
    padding: 0px !important;
}
.navbar-drawer-bar .navbar .navbar-icons {
    -webkit-transform: rotate(0deg);
    cursor: pointer;
    display: inline-block;
    height: 35px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    width: 58px;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.navbar-drawer-bar .navbar .navbar-icons span {
    -webkit-transform: rotate(0deg);
    background-color: #434343;
    border-radius: 2px;
    display: block;
    height: 1px;
    right: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 100%;
}
.navbar-drawer-bar .navbar .navbar-icons span:first-child {
    -webkit-transform-origin: left center;
    top: 1px;
    transform-origin: left center;
    background-color: #000;
	max-width:75%;
}
.navbar-drawer-bar .navbar .navbar-icons span:nth-child(2) {
    -webkit-transform-origin: left center;
    top: 18px;
    transform-origin: left center;
}
.navbar-drawer-bar .navbar .navbar-icons span:nth-child(3) {
    -webkit-transform-origin: left center;
    top: 34px;
    transform-origin: left center;
    max-width: 87%;
}
.navbar-drawer-bar.drawer-open .navbar {
    background-color: transparent;
    box-shadow: none;
    color: #636972;
}
.navbar-drawer-bar.drawer-open .navbar .navbar-icons span:first-child {
    -webkit-transform: rotate(45deg);
    left: 10px;
    top: 0;
    transform: rotate(45deg);
    background-color: #fff;
    max-width: 85%;
}
.navbar-drawer-bar.drawer-open .navbar .navbar-icons span:nth-child(2) {
    opacity: 0;
    width: 0;
}
.navbar-drawer-bar.drawer-open .navbar .navbar-icons span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    left: 10px;
    top: 35px;
    transform: rotate(-45deg);
    background-color: #fff;
    max-width: 85%;
}
#navbar-drawer-mask {
    background-color: rgba(0,0,0,.4);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
}
#navbar-drawer-mask.open
{
	display:block;
}
.strikingly-drawer {
    background: #fff;
    display: block;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1002;
}
.strikingly-drawer.navbar-drawer {
    -webkit-transform: translateY(-100%);
    max-height: 100vh;
    max-height: 100%;
    transform: translateY(-100%);
    transition: all .4s ease-in-out;
	padding-bottom: 0px;
	display:none;
}
.strikingly-drawer.navbar-drawer.translate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display:block;
}
.strikingly-drawer ul {
    -webkit-overflow-scrolling: touch;
    list-style: none;
    overflow: auto;
    padding-top: 15px;
    padding-left: 0px;
    position: relative;
    text-align: center;
    background: transparent;
    margin-bottom: 0px;
}
.navbar-drawer.strikingly-drawer {
    border-bottom: 0px;
    min-height: 100vh;
    background: #005587;
}
.strikingly-drawer ul li {
    display: block;
    padding: 0;
    position: relative;
    z-index: 1015;
    width: 100%;
    float: left;
}
.strikingly-drawer ul li a {
  float: right;
  padding: 15px 25px;
  letter-spacing: 1px;
  font-family: "aktiv-grotesk",sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  text-align: left;
  border-bottom: initial;
  text-align: center;
  text-align: left;
  border-bottom: 0px;
  width: 100%;
  text-align: right;
}
.strikingly-drawer ul li:hover a {
	text-decoration:none;
	color:#f27988;
	}

.strikingly-drawer ul li a.active ,.strikingly-drawer ul li a:focus {
   color:#f27988;
    font-weight: 700;
    outline-style: none;
}
.strikingly-drawer ul li.menu-item-has-children i {
  position: absolute;
  color: #fff;
  font-size: 17px;
  left: 20px;
  top: 7px;
  cursor: pointer;
  width: 40px;
  line-height: 40px;
}
.strikingly-drawer ul li.menu-item-has-children i.open
{
	 transform: rotate(180deg);
}
/*
.strikingly-drawer ul li.menu-item-has-children::before {
  content: "\27A4";
  position: relative;
  width: auto;
  height: auto;
  color: #fff;
  position: absolute;
  transform: rotate(90deg);
  z-index: 999;
  left: 10px;
  top: 16px;
  cursor: pointer;
}
*/
.strikingly-drawer ul.sub-menu {
  padding-top: 0px;
  display: none;
  float: left;
  width: 100%;
  padding-right: 0px;
  background: #fff;
}
.strikingly-drawer ul.sub-menu li a
{
	color:#005587;
}
.navbar-drawer.strikingly-drawer ul li.last_element
{
    padding-top: 20px;
}

.mobile_header 
{
	display:none;
}
.wp_left
{
	float:left;
	width:100%;
}
.mobile
{
	display:none !important;
}
.site-header
{
	padding:25px 0px;
}
.main_menu ul
{
	text-align:right;
	margin:0px;
	padding: 0px;
}
.main_menu ul > li
{
	list-style-type:none;
	display:inline-block;
	position:relative;
}
.main_menu ul > li > a
{
	text-decoration: none;
    color: #000;
    font-size: 17px;
    font-family: "aktiv-grotesk",sans-serif;
    font-weight: 400;
    display: block;
    padding: 10px 25px;
    margin-left: 5px;
    background: transparent;
	border-radius:5px;
}
.main_menu > ul > li > ul.sub-menu {
  position: absolute;
    left: 0%;
    top: 80%;
    padding: 5px 20px 10px 20px;
	border-radius:5px;
    margin-top: 0px;
    z-index: 99;
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
    background: #298fc2;
    transform: translate(-50%,0)
	border-radius:0px;	
	border-top:5px solid #298fc2;
	margin-left:5px;
}
.main_menu > ul > li > ul.sub-menu > li {
  display: block;
  position: relative;
	padding:0px 0;
}
.main_menu > ul > li > ul.sub-menu > li > a {
  display: block;
padding: 0px 0px;
  padding-left: 0px;
margin: 15px 0px 15px 0px;
min-width: 235px;
text-align: left;
font-size: 17px;
line-height: 22px;
font-family: "aktiv-grotesk",sans-serif;
font-weight: 300;
white-space: nowrap;
border-left: 2px solid transparent;
transition: all 0.3s ease;
border-radius: 0px;
color: #fff;
border-radius:0px;
}
.main_menu > ul > li:hover > ul.sub-menu {
  display: block;
  opacity: 1;
	
}
.main_menu ul > li:hover > a , .main_menu ul > li.current-menu-item > a
{
	color:#fff;
	background:#298fc2;
}
.main_menu > ul > li > ul.sub-menu > li:hover > a , .main_menu > ul > li > ul.sub-menu > li.current-menu-item > a
{
	color:#fff;
}
.main_menu > ul > li > ul.sub-menu > li:hover > a
{
	padding-left: 15px;
	border-left: 2px solid #fff;
}
.banner_section
{
	padding:150px 0px;
	position:relative;
	background-size: cover !important;
    display: flex;
    flex-direction: column;
    justify-content: center;	
/* 	min-height:570px; */
}
.banner_section:before
{
	position:absolute;
	top:0px;
	left:0px;
	background:url(../img/banner-before.png) no-repeat;
	height:100%;
	width:1157px;
	content:"";
	background-size: 100% 100%;
}
.banner_content 
{
	position:relative;
	z-index:9;
	max-width: 475px;
/* 	margin-top: 35px; */
}
.banner_content h1
{
	color:#fff;
	text-transform:uppercase;
}
.banner_content h1 span
 {
    color: transparent;
    -webkit-text-stroke: 2px white;
    text-stroke: 2px white;
}
a.banner_button
{
	text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 25px 5px;
    font-weight: 700;
}
a.banner_button:hover
{
	 border: 2px solid #fff;
}
.area_pratice_section
{
	padding:0px 0px 0px;
	background-size:cover !important;
	margin-top:180px;
}
.area_pratice_section .row
{
	margin-top:-90px;
}
.area_pratice_list
{
	background-size:cover;
	min-height:270px;
	padding:15px;
	border-bottom:15px solid #298fc2;
	position:relative;
	margin:0px 0px 30px;
}
.area_pratice_list:before
{
	content:'';
	position:absolute;
	bottom:0;
	left:0px;
	width:100%;
	height:100%;
	background:url(../img/box-shadow.png) no-repeat;
	background-position:bottom center;
	background-size:100% auto;
}
.area_pratice_list h3 {
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-family: "aktiv-grotesk",sans-serif;
    font-weight: 700;
    font-size: 26px;
    padding: 0px 25px;
    z-index: 9;
}
.tab_section
{
	background:#005587;
	padding:40px 0px 70px 0px;
}
ul.tab_list
{
	text-align:center;
	padding: 0px;
}
ul.tab_list li
{
	list-style-type:none;
	display:inline-block;
	position:relative;
}
ul.tab_list li a
{
	text-decoration: none;
    color: #fff;
    font-family: "aktiv-grotesk",sans-serif;
    font-weight: 300;
    font-size: 25px;
    display: block;
    padding: 0px 15px;
    border-right: 1px solid #fff;
    line-height: 20px;
	margin: 10px 0px;
}
ul.tab_list li:last-child a
{
	border:none;
}

.tab_content
{
	margin-top:70px;
}
.consultation_section
{
	padding:120px 0px;
}
.consultation_content
{
	background:#f2f2f2;
	padding:70px 40px;	
	margin-top:-580px;
	position:relative;
}
.consultation_content:before
{
	position: absolute;
    bottom: -33px;
    right: 0px;
    content: "";
    background: #298fc2;
    height: 35px;
    width: 615px;
    z-index: -9;
}
.consultation_content h3
{
	color:#000000;
	font-size:35px;
	 font-family: "aktiv-grotesk",sans-serif;
    font-weight: 700;
	margin-bottom:30px;
}
.consultation_content p
{
	color:#000000;
	font-size:17px;
	 font-family: "aktiv-grotesk",sans-serif;
    font-weight: 300;
	line-height: inherit;
}
.schedule_section
{
	background:#005587;
	padding:65px 0px;
	position:relative;
}
.schedule_section:before
{
	position: absolute;
    bottom: -63px;
    right: 50px;
    width: 405px;
    height: 100%;
    content: "";
	background:url(../img/schdule-before-img.png) no-repeat;
}
.schedule_content h2
{
	color:#298fc2;
	font-size:70px;
	 font-family: "aktiv-grotesk",sans-serif;
    font-weight: 700;
}
.schedule_content h2 span
{
	font-size:35px;
	display:block;
	color:#fff;
}
.schedule_content p
{
	color: #fff;
    font-size: 17px;
    font-family: "aktiv-grotesk",sans-serif;
    font-weight: 300;
    line-height: 32px;
}
a.section_button {
   text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    font-size: 25px;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 25px 5px;
    font-weight: 700;
    border-radius: 18px;
}
a.section_button:hover
{
	 border: 2px solid #298fc2;
	background:#fff;
	    color: #005587;
	text-decoration:none;

	
}
.footer_wrapper
{
	background:#fff;
	padding:60px 0px;
}
.footer_wrapper ul
{
	text-align:center;
	padding:0px;
	margin-bottom: 10px;
}
.footer_wrapper ul li
{
	list-style-type:none;
	display:inline-block;
}
.footer_wrapper ul li a
{
	text-decoration:none;
	color:#000;
	font-size:17px;
	 font-family: "aktiv-grotesk",sans-serif;
    font-weight: 300;
	display:block;
	margin:0px 20px;
}
.footer_wrapper p
{
	color: #000;
    font-size: 14px;
    font-family: "aktiv-grotesk",sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 0px;
}
.footer_wrapper p a
{
	text-decoration: none;
color: #000;
display: inline-block;
padding: 0px 10px;
}
.wp_team_list_img
{
	background:#939796;
	padding-top:15px;
}
.wp_team_list_img img
{
	max-width:306px;
}

.wp_team_list
{
	text-align:center;
}
.team_list .col-sm-2
{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.wp_team_list_title
{
	margin-top:25px;
}
.wp_team_list_title h4 {
    color: #000;
    font-size: 18.23px;
    font-family: "aktiv-grotesk",sans-serif;
    font-weight: 500;
    padding: 0px 30px;
}
.wp_team_list_title h4 span
{
	 font-weight: 400;
	  font-size: 16px
}
.team_section
{
	padding:50px 0px 150px 0px;
}
.inner_banner
{
	padding: 250px 0px;
    position: relative;
	background-size: cover !important;
/* 	min-height:570px; */
}
.inner_banner:before {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/inner-banner-before.png) no-repeat;
    height: 100%;
    width: 678px;
    content: "";
	background-size:100% 100%;
}
.inner_banner:before {
	display: none !important;
}

.eminent_domain
{
	padding: 100px 0px 100px;
    background-size: cover !important;
	margin-top:60px;
}
.eminent_domain_content
{
	position:relative;
}
.eminent_domain_content:before
{
	 position: absolute;
   top: 7px;
    left: -45px;
    background: url(https://www.mchenrycountylaw.com/wp-content/uploads/2022/10/Asset-3.png);
    height: 66px;
    width: 66px;
    content: "";
	background-size:100% 100%;
}
.wp_eminent_domain_content
{
	background:#f2f2f2;
	padding:30px 40px;
}
.eminent_domain_content h2
{
	color:#000000;
	font-size:38px;
	font-family: "aktiv-grotesk",sans-serif;
    font-weight: 700;
	padding:0px 40px;
	margin:0px;
	text-transform:uppercase;
}
.wp_eminent_domain_content p
{
	color:#000000;
	font-size:17px;
	font-family: "aktiv-grotesk",sans-serif;
    font-weight: 300;
	line-height:33px;
	
}
.tab_link_section
{
	background: #005587;
    padding: 40px 0px 70px 0px
}
ul.tab_link_list {
    background: #f2f2f2;
    padding-left: 0px;
    padding: 30px 0px;
    margin-top: -75px;
    text-align: center;
    float: left;
    width: 100%;
}
ul.tab_link_list li {
    text-decoration: none;
    color: #000000;
    font-size: 20.67px;
    font-family: "aktiv-grotesk",sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 10px 30px;
	list-style-type: none;
    display: inline-block;
    width: 25%;
    float: left;
}
.tab_link_content {
    margin-top: 70px;
}
.content_section
{
	background:#298fc2;
	padding:80px 0px 70px 0px;
}
.content_section h3
{
	color:#fff;
	font-size:23px;
	font-family: "aktiv-grotesk",sans-serif;
    font-weight: 700;
	
}
.content_section p
{
	color:#fff;
	line-height:30px;
}
.inner_schedule_section
{
	padding:130px 0px 100px;
}
.content_section h2
{
	color:#fff;
	font-size:32px;
	font-family: "aktiv-grotesk",sans-serif;
    font-weight: 700;
	margin-bottom:15px;
}
.inner_schedule_section p {
    font-size: 17px;
    line-height: 32px;
	margin-bottom:30px;
}
.inner_schedule_section:before {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 405px;
    height: 100%;
    content: "";
    background: url(../img/schdule-before-img.png) no-repeat;
    background-size: 100% 100%;
}
.team_list h1 {
    width: max-content;
    transform: rotate(-90deg);
    left: -106px;
    position: relative;
    top: 113px;
    font-size: 40px;
	text-transform: uppercase;
}
.team_list h2 {
    width: max-content;
    transform: rotate(-90deg);
    left: -106px;
    position: relative;
    top: 113px;
    font-size: 40px;
	text-transform: uppercase;
}
.wp_content_section
{
	padding:0px 0px;
}
.team_list .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4%;
    flex: 0 0 4%;
    max-width: 4%;
}
.team_list .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 96%;
    flex: 0 0 96%;
    max-width: 96%;
}
.team_list .col-sm-11 > .row
{
	margin-right:0px !important;
}
.site-branding img
{
	max-width:280px !important;
	height:auto;
}
.team_section ul
{
	padding:0px;
}
.team_section ul li
{
	list-style-type:none;
	display:table-cell;
	vertical-align:top;
	text-align:center;
}

.schedule_img 
{
	position:relative;
}
.wp_wrapper
{
	max-width:1170px;
	margin:0px auto;
}
.owl-carousel_team_slider 
{
	display:block !important;
}
ul.service_bullet_list
{
	padding:0px !important;
	margin-top: 10px;
}
ul.service_bullet_list li
{
	list-style-type:none;
	display:block;
	float:left;
	width:49.5%;
}
ul.service_bullet_list li a {
  background: #f2f2f2;
color: #000000;
padding: 20px 40px;
text-decoration: none;
display: block;
font-size: 17px;
font-family: "aktiv-grotesk",sans-serif;
font-weight: 300;
margin-bottom: 13px;
}
ul.service_bullet_list li:nth-child(even)
{
	margin-left:0.5%
}
ul.service_bullet_list li:nth-child(odd)
{
	margin-right:0.5%
}
.area_practice_page
{
	padding-bottom: 0px;
background-size: 100% 100% !important;
padding-top: 25px;
margin-top: 70px;
	margin-bottom:-25px;
}
.four_column_section
{
	padding:100px 0px;
	background-size:cover !important;
}
.wp_four_column_list
{
	margin:15px 0px;
}
.wp_four_column_list h3
{
	color:#fff;
	font-size:23px;
	font-family: "aktiv-grotesk",sans-serif;
    font-weight: 700;
	position:relative;
	padding-top:15px;
}
.wp_four_column_list h3 a
{
    	color:#fff;
	text-decoration: none;
}
.wp_four_column_list h3:before
{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:200px;
	height:1px;
	background:#fff;
}
.wp_four_column_list p
{
	color:#fff;
font-size: 17px;
font-family: "aktiv-grotesk",sans-serif;
font-weight: 300;
}
.inner_banner_two {
  padding: 177px 0px;
  background-size: cover !important;
	min-height:570px;
}
.white_content_section
{
	background:#fff;
}
.white_content_section h3
{
	color: #000;
font-size: 44px;
}
.white_content_section p
{
	color: #000;
}
.faq_section
{
	padding:30px 0px 100px 0px;
	background-size:cover !important;
}
.wp_accordion
{
	margin-bottom:20px;
}
.wp_accordion .accordion {
  background-color: #f2f2f2;
  color: #000;
  cursor: pointer;
  padding: 20px 30px 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
font-family: "aktiv-grotesk",sans-serif;
    font-weight: 500;
	font-size:20px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.wp_accordion .active, .wp_accordion .accordion:hover {
  background-color: #f2f2f2;
	
}

/* Style the accordion panel. Note: hidden by default */
.wp_accordion .panel {
  background-color: white;
  display: none;
  overflow: hidden;
	color: #fff;
font-size: 17px;
font-family: "aktiv-grotesk",sans-serif;
font-weight: 300;
	  color: #000;
}
.wp_accordion .panel div.inner_panel
{
	 padding: 20px 30px;
}
.wp_accordion .accordion .fa
{
	float:right;
	position:relative;
	top:3px;
}
.wp_accordion .accordion .fa-minus
{
	display:none;
}
.wp_accordion .accordion.active .fa-plus
{
	display:none;
}
.wp_accordion .accordion.active .fa-minus
{
		display:inline-block !important;

}
.schedule_bottom_section
{
	background:#298fc2;
	padding:100px 0px;
}
.schedule_bottom_section h2
{
	color:#fff;
	font-size:91px;
	line-height: 112px;
}
a.schedule_bottom_section h2:hover
{
	 border: 2px solid #298fc2;
	background:#fff;
	    color: #005587;


}



.schedule_bottom_section a.section_button
{
font-size: 67px;
padding: 32px 60px;
border-radius: 50px;
}
.team_page_section 
{
	background-size:cover !important;
	padding: 100px 0px 30px 0px;
}
.team_page_section .team_section {
  padding: 0px;
}
.team_page_section .wp_team_list_title h4 {
  color: #fff;
}
.team_detail_box
{
	background:#9fa19e;
	padding:30px 110px 0px 30px;
	margin-top:30px;
	margin-bottom:40px;
}
img.team_info_img
{
	max-width:420px;
}
.team_detail_box_content
{
	text-align:right;
}
.team_detail_box_content h2
{
	font-size:60px;
	color:#fff;
	margin:0px;
}
.team_detail_box_content h4
{
	font-size:48px;
	color:#fff;
	font-family: "aktiv-grotesk",sans-serif;
font-weight: 300;
}
.team_detail_box_content p
{
	font-size:18px;
	color:#fff;
	line-height:33px;
}
a.team_box_button
{
	text-decoration:none;
	color: #fff;
background: #3fa9f5;
display: inline-block;
font-family: "aktiv-grotesk",sans-serif;
font-weight: 700;
	font-size: 15px;
padding: 8px 30px;
	border-radius: 7px;
text-transform: uppercase;
}
.single_team_banner 
{
	padding:30px 0px 0px !important;
	background:#9fa19e;
	min-height:inherit !important;
}
.single_team_banner h1
{
	margin:0px;
}
.single_team_banner h4  {
  color: transparent;
-webkit-text-stroke: 2px white;
text-stroke: 2px white;
	font-size: 58px;
	text-transform:uppercase;
	margin:0px;
}
.single_team_page_content
{
	padding:80px 0px;
}
.single_team_page_content h3
{
	color:#000;
}
.page-id-208 a.banner_button , .page-id-241 a.banner_button
{
	display:none;
}
.single_team_banner  .banner_content {
  max-width: 550px;
}
.area_pratice_page
{
	padding:0px 0px 60px 0px;
}
.contact_page_section
{
	background-size:cover !important;
	padding:70px 0px;
	margin-top:70px;
}
.contact_info
{
	float:right;
	width:100%;
	max-width:80%;
}
.contact_info h2
{
	color: #fff;
   font-size: 44px;
   position: relative;
   line-height: 40px;
   padding-bottom: 20px;
   margin-bottom: 20px;
}
.contact_info h2 span
{
	color:#fff;
	font-size:30px;
	font-family: "aktiv-grotesk",sans-serif;
font-weight: 300;
}
.contact_info h2:before
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:355px;
	height:2px;
	background:#fff;
	content:"";
}
.contact_info p
{
	color:#fff;
}
.area_pratice_list_blue
{
	border-bottom:15px solid #298fc2;
}
img.team_featured_img
{
	float:right;
}
/*
.home .consultation_content::before , .page-id-85 .consultation_content::before
{
	background: #298fc2;
}
.page-id-85 .eminent_domain_content::before {
  background: url(../img/title-img.png) no-repeat;
}
*/
.area_practice_page_section
{
	padding:50px 0px 100px 0px;
}
.blue_line
{
	border-bottom:15px solid #005587;
}
.contact_form
{
	margin-top:125px;
}
.contact_form h3
{
	color: #fff;
font-size: 36px;
margin-bottom:40px;
}
.contact_form h3 span
{
	display:block;
	font-size:28px;
	font-weight:400;
}
.contact_form input , .contact_form select , .contact_form textarea
{
	float: left;
width: 100%;
background: #f2f2f2;
border: none;
padding: 15px 20px;
font-size: 17px;
margin-bottom: 20px;
	font-family: "aktiv-grotesk",sans-serif;
font-weight: 300;
	outline:none;
}
.contact_form textarea
{
	height:320px;
	margin-bottom:40px;
}
.contact_form p
{
	color:#fff;
	line-height:32px;
	margin-bottom:40px;
}
.contact_form p b
{
	font-weight:700;
}
.contact_form input[type="checkbox"]
{
	float: left;
width: 20px;
height: 20px;
border: none;
background: #fff;
margin-right: 15px;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0px;
}
.wpcf7-list-item-label
{
	color:#fff;
	font-size:18px;
	line-height:19px;
	font-family: "aktiv-grotesk",sans-serif;
font-weight: 300;
}
.contact_form input[type="submit"]
{
background: #298fc2;
color: #fff;
font-weight: 700;
max-width: 200px;
padding: 10px 0px;
margin-top: 20px;
border-radius: 10px;
}
.news_banner_content
{
	max-width:550px;
}
.news_page
{
	padding:70px 0px;
}
.news_page h2
{
	color:#000;
	font-size:44px;
}
.news
{
	margin-top:70px;
}
.news h3
{
	color: #000;
font-size: 30px;
display: inline-block;
border-bottom: 2px solid #298fc2;
padding-bottom: 10px;
	margin-bottom:20px;
}
.news h3 a
{
	text-decoration:none;
	color:#000;
}
.news p
{
	float:left;
	width:100%;
	line-height: 34px;
	
}
.news h5.date
{
	line-height: 34px;
	color:#000;
	font-family: "aktiv-grotesk",sans-serif;
font-weight: 300;
font-size: 17px;
	float:left;
	width:100%;
}
a.news_button {
  text-decoration: none;
  color: #fff;
  background: #298fc2;
  display: inline-block;
  font-family: "aktiv-grotesk",sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 8px 30px;
  border-radius: 7px;
    text-transform: uppercase;
	margin-top:15px;
}
.news_cat
{
	padding:15px 0px;
	background:#f2f2f2;
}

.news_cat input[type="search"] {
  background: transparent;
  border: none;
  padding: 0px 50px;
  color: #298fc2;
  font-size: 26px;
	font-family: "aktiv-grotesk",sans-serif;
font-weight: 300;
	background-image:url(../../../../../mcl/wp-content/uploads/2022/04/search-icon.png);
	background-repeat: no-repeat;
background-position: left center;
outline: none;
}
button.category , button.arc {
  border: none;
	color:#298fc2;
  padding: 8px 25px;
  text-align: left;
  display: block;
  float: left;
  font-size: 26px;
  border-radius: 6px;
	background: transparent;
	font-family: "aktiv-grotesk",sans-serif;
font-weight: 300;
}
button.category img , button.arc img
{
	margin-left:10px;
}
.catdropdown-content , .arcdropdown-content {
  display: none;
position: absolute;
background-color: #298fc2;
min-width: 190px;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
margin-top: 69px;
}
.show_cat , .show {
  display: block;
}
.cat_drop
{
	float:right;
}
.news_single_page
{
	padding:70px 0px;
}
.news_single_page h2
{
	color: #000;
font-size: 44px;
display: inline-block;
	margin-bottom:0px;
}
.news_single_page p
{
	line-height: 30px;
margin-bottom: 20px;
	
}
.news_single_page h5.date
{
	line-height: 34px;
	color:#000;
	font-family: "aktiv-grotesk",sans-serif;
font-weight: 300;
font-size: 17px;
	margin-bottom:20px;
}
#catDropdown ul
{
	padding-left:0px;
}
#catDropdown ul li
{
	list-style-type:none;
	display:block;
}
#catDropdown ul li a
{
	text-decoration: none;
color: #fff;
font-size: 17px;
padding: 10px 25px;
display: block;
	font-family: "aktiv-grotesk",sans-serif;
font-weight: 300;
}
.wpwombat-product-nav-buttons
{
	margin-top:40px;
}
.wpwombat-product-nav-buttons a
{
	font-size:20px;
	padding:10px 25px;
	margin-right:20px;
	font-family: "aktiv-grotesk",sans-serif;
  font-weight: 700;
	max-width: 175px;
width: 100%;
}
.single-team .wpwombat-product-nav-buttons
{
	display:none;
}

.inner_panel ul
{
	padding-left:15px !important;
	
}
.inner_panel ul li
{
	font-family: "aktiv-grotesk",sans-serif;
font-weight: 300;
font-size: 17px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #fff !important;
  color: #fff !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #fff !important;
  color: #fff !important;
}

.jobs_section 
{
   padding: 70px 0px 70px;
}
.wp_jobs_post
{
    
}
.jobs_section .wp_content_section p {
  line-height: 30px;
}
.wp_jobs
{
    margin-top:40px;
}
.wp_jobs h2
{
    color: #000;
font-size: 36px;
}
.jobs_post 
{
background-color: #f0f0f0;
border: 2px solid #e9e9e9;
border-radius: 4px;
padding:25px;
margin-top: 10px;
	max-width: 600px;

}
.jobs_post h3
{
     color: #000;
font-size: 28px;
margin-bottom:5px;
}
.jobs_post h3 a
{
    color:#000;
}
.jobs_post h4
{
     color: #373737;
font-size: 16px;
font-weight: 400;
}
a.job_button
{
    background: #298fc2;
text-decoration: none;
display: block;
color: #fff;
padding: 10px 20px;
text-align: center;
font-size: 16px;
max-width: 200px;
border-radius: 10px;
font-weight: 700;
}
a.job_button:hover
{
    background:#005587;
}
.jobs-modal-form h4 {
  color: #005687 !important;
}
.tabcontent 
{
    display:none;
}
.tablinks
{
    background: transparent;
border: none;
}
.tabcontent .team_box_button
{
    display:none;
}
#tab_list_1 .team_box_button , #tab_list_2 .team_box_button
{
    display:inline-block;
}
.jp-apply-button , .job-submit
{
    background: #298fc2 !important;
max-width: 200px;
font-weight: 700 !important;
padding: 10px 0px !important;
margin-top: 20px !important;
border-radius: 10px !important;
}
.jp-apply-button:hover , .job-submit:hover
{
    background:#005587 !important;
}
.wp_single_job
{
    border-top:15px solid #005587;
    border-bottom:15px solid #005587;
}
.home a.banner_button
{
    display:none;
}
.center_schedule_bottom_section
{
	text-align:center;
}
.center_schedule_bottom_section h2
{
	font-size: 40px !important;
line-height: inherit !important;
	margin-bottom:20px;
}
.center_schedule_bottom_section a.section_button {
  text-decoration: none;
color: #fff;
border: 2px solid #fff;
font-size: 25px !important;
text-transform: uppercase;
display: inline-block;
padding: 8px 25px 5px !important;
font-weight: 700;
border-radius: 18px !important;
}
.center_schedule_bottom_section a.section_button:hover
{
	color:#005587;
}
.center_schedule_bottom_section p
{
	color:#fff;
	
	max-width: 800px;
margin: auto;
	margin-bottom:40px !important;
font-size: 24px !important;

}
}
.wp_center_schedule_bottom_section
{
	max-width:800px;
	margin:0px auto;
}
.top_header_wrapper
{
	background:#298fc2;
	padding:3px 0px;
	position:relative;
	z-index:9999;
}
.social_info
{
	float:right;
}
.social_info a
{
	color: #fff;
margin-left: 25px;
font-weight: 300;
	font-size: 20px;
}

ul.service_bullet_list li a[href=""]
{
	pointer-events:none;
}
.mobile_team_layout
{
	background:#005587;
	display:block;
	padding-bottom: 160px;
}
.team_detail_box_content  h2 br
{
	display:none;
}


a.news_button:hover { text-decoration:none; } 
}


