body{
    overflow-x:hidden;
}
.row-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 100%;
}
.row-flex > .columns {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	float: none !important;
}
.row-flex.flex-justify {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.row-flex.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}
.row-flex.align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-ms-grid-row-align: flex-end;
	align-items: flex-end;
}
.row-flex.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row-flex .flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.row-flex.collapse > .columns {
	padding: 0;
}
.row-flex > .columns.shrink {
	-webkit-box-flex: 0;
    -ms-flex: 0 1;
	flex: 0 1;
}
.row-flex > .columns.grow {
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
}
.col-four > .columns {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 24%;
	flex: 1 0 24%;
	max-width: 24%;
}
.fb-cont {
	padding-right: 25px;
}
.imgbg img {
	opacity: 0
}
.imgbg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.text-center {
	text-align: center;
}
.menu-cont a {
	color: #fff;
	background: #014d8f;
	width: 96px;
	height: 102px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	font-size: 40px;
}
.menu-cont a small {
	font-size: 9px;
	text-transform: uppercase;
	line-height: 1;
	display: block;
	margin: 10px 0 0;
	font-family: 'dinbek_boldregular';
}
.header-wrap .menu-icon-c {
	background: #0058a3;
}
.iblt {
	height: 700px;
	overflow: hidden;
	position: relative;
	margin-top: -115px;
	z-index: 1;
}
.head-main .head-top.image_banner_left {
	background-color: transparent;
	position: relative;
	z-index: 20;
}
.iblt .text-cont {
	position: relative;
	padding-bottom: 100px;
	z-index: 20;
	width: 100%;
}
.iblt .bgimage {
	position: absolute;
	top: 0;
	z-index: 1;
	position: absolute;
	top: 0;
	z-index: 1;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.iblt p {
	color: #fff;
	font-size: 18px;
	font-family: 'Myriad Pro', 'dinbekregular', sans-serif;
	line-height: 1;
	margin: 0;
}
.iblt .text-cont h1 {
	font-family: 'dinbek_boldregular';
	font-size: 50px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 0 10px #000;
	margin-bottom: 40px;
}
.iblt .left-text {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 700px;
	flex: 1 0 700px;
	max-width: 700px;
}
.iblt .right-text {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 300px;
	flex: 1 0 300px;
	max-width: 300px;
}
.iblt > .row {
	height: 100%;
}
.lr .button {
	padding: 20px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	height: 55px;
	width: 220px;
	margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 210px;
    flex: 1 0 210px;
    max-width: 210px;
    font-size: 18px;
    letter-spacing: 0px;
    font-family: 'dinbekregular';
    text-transform: none;
}
.lr .button:nth-of-type(2), .button.light, .button.light.caret {
	background: #fff;
	color: #0058a3;
	position: relative;
}
.lr .button:nth-of-type(2):after, .button.caret.light:after {
	content: url('images/caret-right.png');
	display: inline-block;
	line-height: 1;
    margin-left: 15px;
    position: relative;
    top: 1px;
}
.serv_b .button.caret.light:after{
	top: 3px;
}
.page-template-new-flexible .header-wrap + .container.space {
	padding: 0;
}
.fcb {
	background: #0058a3;
	padding: 70px 0 70px 96px;
	color: #fff;
}
.fcb h2 {
	font-family: 'dinbek_boldregular';
	font-size: 25px;
	line-height: 1;
	margin-bottom: 30px;
	margin-top: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
}
.fcb h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-family: 'dinbek_boldregular';
}
.fcb .text-cont {
	padding: 0 25px;
	position: relative;
}
.fcb .col-cont {
	background: #004179;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.fcb .text-cont p {
	font-size: 15px;
	font-family: 'dinbekregular';
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 0;
}
.fcb .imgbg {
	height: 160px;
	background-position: center bottom;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 160px;
	flex: 1 0 160px;
	min-height: 160px;
}
.fcb-cont {
	padding-right: 25px;
}
.fcb .button.light.caret:after {
	content: url('images/caret-small.png');
}
.fcb .button,
.serv_b .button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: -35px;
}
.sctb {
	padding: 60px 0 30px;
}
.sctb .text-center {
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
	float: none;
}
.sctb h2 {
	font-size: 24px;
	color: #0058a3;
	line-height: 1;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.sctb p {
	font-family: 'dinbekregular';
	line-height: 1.4;
}
.text_slider.slick-slider {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.text_slider h3 {
	font-size: 33px;
	font-family: 'dinbek_boldregular';
	color: #0058a3;
	text-transform: uppercase;
}
.testi-author{
	font-family: 'dinbek_boldregular';
	text-transform: uppercase;
	color: #058de6;
}
.testi-button-1{
    background-color: #0058a3;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    margin-bottom: 10px;
}
.testi-button-2{
    background-color: #058de6;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
}
.tcif{
	background: #0058a3;
    /*padding: 70px 0 70px 96px;*/
    color: #fff;
}
.tcif .form-container{
	padding: 47px 140px 69px 90px;

}
.tcif .form-container .subheding{
	text-transform: uppercase;
	text-align:center;
	color: #058de6;

}
.tcif .form-container .heading{
	text-transform: uppercase;
	text-align:center;
	color: #fff;
}
.tcif .form-container .text{
	text-align:center;
	color: #fff;
}
.tcif .form-container .gform_wrapper label{
	color: #fff;
}
.tcif .form-container .gform_wrapper label[for="input_6_1_3"],
.tcif .form-container .gform_wrapper label[for="input_6_1_6"]
{
	display:none;
}
.vis{
	padding-bottom: 80px;
}
.serv_b{
	background: #0058a3;
	padding-top:80px;
	padding-bottom: 60px;
}
.serv_b .col-cont .text-cont p.subheading{
	color: #058de6;
	text-align: center;
	text-transform: uppercase;
	font-family: 'dinbekbold';
	margin-bottom: 0px
}
.serv_b .col-cont .text-cont h3.heading{
	color: #ffffff;
	text-align: center;
    width: 255px;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    text-transform: uppercase;
}
.serv_b .serv_b-cont .medium-6.service-block p.subheading{
	text-align: left;
	margin-bottom: 0px;
}
.serv_b .serv_b-cont .medium-6.service-block h3.heading{
	width:100%;
	text-align: left;
}
.serv_b .serv_b-cont .medium-6.service-block{
	min-height:247px;
}
.serv_b .serv_b-cont .medium-6.service-block .text-cont{
	padding:0px 20px;
}
.serv_b .serv_b-cont .medium-6.service-block .text-cont p.text{
	color: #fff;
	font-size: 15px;
	margin-bottom: 0px;
}

.serv_b .serv_b-cont .service-block .col-cont{
	background-color: #004179;
	min-height: 268px;
	margin-bottom: 30px;
}
.tcif-cont{
	position:relative;
}
.tcif-cont .single-banner{
	position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.tcif .form-container input[type="submit"]{
	width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #058de6;
    text-transform:none;
    font-size: 18px !important;
}
.tcif .form-container input[type="submit"]:hover{
	
    background-color: #058de6 !important;
    
}
.lbp{
	padding-top:50px;
	padding-bottom: 50px;
	background-color: #f7f7f7;
}
input#input_6_1_3, input#input_6_1_6,
select#input_6_3{
	margin-bottom:0px;
}
.mobile-social ul li a, .mobile-social ul li {
	color: #1c3251 !important;
	font-size: 60px;
	padding: 10px 0;
}
body.menu-opened {
	overflow: hidden;
}
body .right-off-canvas-menu {
	background: #0058a3;
}
body.menu-opened .right-off-canvas-menu {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: calc(100% - 96px);
	overflow-y: scroll; 
	height: 100%;
	position: fixed;
}
.menu-icon.icon-clicked {
	background: #1c3252;
}
.mobile-search {
	padding-bottom: 50px;
}
header .head-top > .row > .large-10 {
	flex: 1 0 15%;
}
.menu-icon.icon-clicked i, .menu-icon.icon-clicked small {
	color: #0058a3;
}
body .mobile-social ul li:first-child {
	font-family: 'dinbek_boldregular';
	font-size: 15px;
}
.mobile-social {
	padding-bottom: 50px;
}
.right-off-canvas-menu .mobile-nav ul > li {
	border-bottom-color: #135185;
}
.right-off-canvas-menu .mobile-nav ul > li a {
	color: #fff !important;
	font-size: 50px;
	text-transform: uppercase;
	font-family: 'dinbek_boldregular';
}
.mobile-nav > a > img {
	padding-bottom: 100px;
}
body.menu-opened .move-left > .inner-wrap {
	transform: none !important;
}
body.menu-opened .mobile-nav, body.menu-opened .mobile-search {
	max-width: 50%;
}
@media screen and (max-width: 1360px) {
	.row.row-flex {
		padding-left: 25px;
		padding-right: 25px;
		max-width: 100%;
		width: 100%;
	}
}/*1360*/


.members-home .head-main .head-video-block, 
.members-home .head-main .head-title{
	display: block;
}
.reasons-section {
    position: relative;
}
/* .reasons-section .tabs-content + .row {
    max-width: 100%;
} */
.reasons-tabs-wrapper:not(.ilcri) .tabs-content + .row{
    max-width: 1460px;
}
.reasons-section:before {
    content: "";
    position: absolute;
    width: 96px;
    left: 0;
    top: 0;
    height: 100%;
    background: #0058a3;
}
.wrapper .tab-content-left{
    max-width: 870px;
    padding: 0 100px 30px;
}
.wrapper .reasons-tabs-wrapper .tab-content-left{
    padding: 2vw 5vw 2vw 15px;
} 
.home .wrapper .reasons-tabs-wrapper .tab-content-left{
	padding-top: 60px;
}
.wrapper .reasons-tabs-wrapper .tab-content-left h2{
	margin-bottom: 40px;
}
.internal-page .reasons-section .tabs-content{
	padding-bottom: 0;
}
.wrapper .tab-content-left.title{
	padding-bottom: 0 !important;
}
.reasons-section .tabs-title{
	padding-top: 30px;
}
/*.wrapper .tab-content-left h1{
	font-size: 60px;
	max-width: 400px;
} 
.wrapper .tab-content-left h2{
	font-size: 40px;
	margin-bottom: 40px;
}
.wrapper .tab-content-left h1,
.wrapper .tab-content-left h2{
	line-height: .9;
	font-weight: normal;
	font-style: normal;
}*/
#page-title{
	margin: 140px 0 70px;
}
.members-home .header-wrap .row{
	max-width: 1710px !important;
}
#four-cols{
	position: relative;
}
#four-cols:before {
    content: "";
    position: absolute;
    width: 96px;
    left: 0;
    top: 0;
    height: 100%;
    background: #f0f0f0;
}
#four-cols .tabs{
    margin-left: 115px;
}
#four-cols .reasons-section span.link a,
#four-cols .reasons-section span,
.reasons-section span.link a,
.reasons-section span.link,
.reasons-section span{
    font-family: 'dinbekregular' !important;
	font-size: 16px;
}
#four-cols h4{
    color: #0058a3;
    min-height: 44px;
}
.reasons-section .tabs-content{
    border-bottom: none !important;
}
#four-cols .tabs{
    border-top: 1px solid #ebebeb;
}
*{
    font-weight: normal;
    font-style: normal;
}


.wrapper .tab-content-left h1{
    font-family: 'dinbek_boldregular';
    text-transform: uppercase;
    letter-spacing: -0.02em;	
}
body .row.expanded {
    max-width: 100%;
}

.members-home .meeting-cont h3{
    line-height: 1;
    font-weight: normal;
    font-style: normal;
}
.reasons-section .tab-content{
    padding-left: 25px;
}
.reasons-section .tab-content p{
    min-height: 175px;
}

.tab-cont-right img{
    width: 100%;
    object-fit: cover;
}
.form-contact{
	position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.form-contact img{
    position: absolute;
    top: -160px;
    width: 100%;
    height: 100%;
    object-fit: cover;	
}


.contact-us .section-contact {
	background: #014d8f;
}
.contact-us .menu-icon-c:after{
	background:#0058a3;
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	display: block;
	bottom: 0;
}

.foot-top .foot-nav a {
    font-family: 'dinbek_boldregular';
    font-size: 18px;
    text-transform: uppercase;
    color: #024f91;
}
.foot-social li {
    font-size: 35px;
    display: inline-block;
    color: #024f91;
    margin: 0 10px;
}
.foot-social li a{
	color: inherit;
}
.foot-bottom {
    background: #f5f4f4;
}
.foot-top ul li {
    margin: 0 1.125rem;
}
.cst-article .article-img{
    height: 280px;
    overflow: hidden;	
}
.cst-article .article-img img{
	height: 100%;
	width: 100%;
	object-fit:cover;
}
.wrapper .meeting-body .gform_wrapper .gform_footer input.button{
    background-color: #058de6;
    width: 100%;
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem;	
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
}
.wrapper .gform_wrapper select{
    border: 0;
    background-color: #f0f6fb;
    background-position: right;
    color: #5e5d5d;
    margin-bottom: 0;
    font-family: AvenirLT-Light;
}
.meeting-body [type="checkbox"]:not(:checked) + label:before, .meeting-body [type="checkbox"]:checked + label:before{
    width: 17px;
    min-width: 17px;
    height: 17px;
    border-radius: 0;
    border: 0;
    margin: 3px 0;
}
.meeting-body .gform_wrapper ul.gfield_checkbox li label{
  	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-left: 0;
    margin-bottom: 10px;
    margin-left: 0;
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    max-width: 100%;
    padding-left: 40px;
  } 
   
body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, 
body .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label{
	display: none;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	padding: 0.5rem 1.2rem;
}
body [type="checkbox"]:not(:checked)+label:after, [type="checkbox"]:checked+label:after{ 
    top: 4px;
}
body .gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
    position: absolute;
    left: -99999px;
}
.video .menu-logo img{
	width: auto;
}
.footer-middle .social-menu li:nth-child(1) a{
	margin-top: 4px;
}
blockquote p {
	border: none;
    font-family: DINbekBold;
    text-transform: uppercase;
    color: #0058a3;
    letter-spacing: -0.02em;
    line-height: 1.125em;
    padding: 0;
    position: relative;
       margin: 0;
}
.meeting-body #field_6_1 .ginput_container{
	margin-left: auto;
	margin-right: auto;
}
.header-slider .header-top {
    width: 100%;
    z-index: 9;	
}

.header-slider .bslider{
    position: absolute;
    width: 100%;
    height: 100%;
}
.header-slider .bslider img{
    height: 100%;
    width: 100%;
    object-fit: cover;	
}
.header-slider .align-bottom{
	position: relative;
	    padding-top: 16vw;
	      z-index: 999;
}
.header-slider video{
	width: 100%;
    object-fit: cover;
    height: 100%;
}
.review-slider .slick-prev:before, .review-slider .slick-next:before,
.rv-slider .slick-prev:before, .rv .slick-next:before,
.slick-dots li button:before{
	display: none;
}
.rv-slider .slick-arrow.slick-prev,
.rv-slider .slick-arrow.slick-next{
    color: #0058a3;
    font-size: 3em;
    cursor: pointer;	
}
.rv-slider .slick-arrow.slick-prev{
	left: -30px;
	    top: 25%;
}
.rv-slider .slick-arrow.slick-next{
	    display: none !important;
}
.slick-dots > li > button{
	    border-radius: 100%;
	       margin: 0 auto;
}
.cst-articles-slider .slick-dots {
    bottom: -57px;
}
.wrapper .gform_wrapper .top_label input.medium, .wrapper .gform_wrapper .top_label textarea.textarea{
	font-family: AvenirLT-Light;
    color: #5e5d5d;
}
body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background: none;
    border: 0;
    padding: 0;
}
body .gform_wrapper div.validation_error,
#breadcrumbs{
	display: none;
}
.single-join_cst .tab-content-left h2{
	    margin-bottom: 30px;
}
.staff-profile a{
	    border-bottom: 1px solid;
    color: #5e5d5d;
}
.vid-text blockquote:before {
	color: #058de6;
}
.wrapper .service-head .tab-content-left{
	    max-width: 740px;
	     padding-left: 15px;
    padding-right: 8%;
        margin: 0;
}
.header-nav .social-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.mobile-menu-footer .social-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.header-nav .social-menu a, .header-nav .social-menu span, .mobile-menu-footer .social-menu span, .mobile-menu-footer .social-menu a {
	display: block;
	line-height: 1;
	padding-top: 0;
	padding-bottom: 0;
}
.mobile-menu-footer .social-menu a:hover {
	color: #fff;
}
.header-nav .menu .sub-menu{
	z-index: 999;
}
.partner-box{
	    background: #004179 ;
	       padding: 0;
}
.partner-img{
	    height: 200px;
	    position: relative;
}
.partner-img:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,65,121,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,65,121,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,65,121,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#004179',GradientType=0 );
	    display: block;
}
.partner-img img{
	    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partner-box:not(.lg-box) {
	background-size: auto 50%;
}
.partner-box figcaption{
	    padding-top: 20px;
	       background: none;
}
.single .header-bg .header-content:after{
	display: none;
}
.single-heading .button:hover{
	color: #fff;
}
.video .play-button {
	outline: none !important;
}
.head-intro-text {
	font-size: 120%;
}
p strong {
	font-weight: normal;
}
ul.pagination{
	    width: 100%;
}
ul.pagination li:first-child{
	position: relative;
}
.pagination a.prev,
.pagination a.next {
	width: auto;
    padding-left: 2vw;
    padding-right: 2vw;
}
.pagination .current{
	    cursor: default;
    width: 75px;
    height: 75px;
    background: #fff;
    border: 1px solid #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 21px;
    color: inherit;
}
.article-details{
    height: 280px;
}
.blog-index .article-details,
.category .article-details{
	height: 320px;
}
.search-form .s{
	    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.firms-list .partner-box{
	background-repeat: no-repeat;
}
.firms-list .partner-box figcaption{
	padding-top: 0;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots{
	bottom: 13px;
	left: 10px;
    width: auto;
}
.slick-dots > li {
    margin-left: 0;
    margin-right: 0;
}
.icon-mode_comment,
.icon-eye{
	    color: #cdcdcd;
}
.addtoany-toggle{
	    position: absolute;
       bottom: 75px;
    background-color: #fff;
    right: 0;
    padding: 15px 0;
    border: 1px solid #e1e1e1;
    width: 70px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    display: none;
    z-index: 9;
}
.addtoany-toggle .addtoany_list a {
    display: inline-block;
    width: 33px;
    height: 33px;
    color: #fff;
    background-color: #0058a3;
    font-size: 22px !important;
    border-radius: 2px;
    text-decoration: none;
    margin: 4px;
    transition: all 200ms;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 38px;
}
.addtoany-toggle .addtoany_list a span {
    display: none;
}

.addtoany-toggle .addtoany_list a:after {
    line-height: 33px;
    display: block;
}
.addtoany-toggle .addtoany_list a.a2a_button_facebook:after {
    content: "\e901";
}

.addtoany-toggle .addtoany_list a.a2a_button_twitter:after {
    content: "\e609";
}
.addtoany-toggle .addtoany_list a.a2a_button_linkedin:after {
    content: "\e900";
}
.cst-article .article-info > .shrink,
.post-entry .flex-child-grow{
	position: relative;
}
.wrapper .header-content .tab-content-left{
    padding-left: 15px;
    padding-right: 30%;	
}
.addtoany-toggle .addtoany_list a span{
	display: none;
}

.header-menu-icon{
	min-height: auto;
    height: auto;
}
.contact-page  .header-bg .header-content{
	padding: 0;
}
.section-404{
	    padding: 100px 20px;
}
 .section-404 h1{
    font-size: 155px;
    margin-bottom: 0;
 }
.search-form {
    position: relative;
}
.info p{
	font-size: 1.11em;
    color: #0058a3;
    line-height: 1.56em;
    font-family: DINbekBold;
    letter-spacing: -0.02em;
    text-transform: uppercase;	
}
.single-staff .header-content .tab-content-left h4{
	margin-bottom: 10px;
}
.wrapper .header-content .tab-content-left{
    padding: 2vw 5vw 2vw 15px;
    float: right;
    width: 100%;	
}
.blog-single{
	border: 0;
}
.tab-content-left h4{
	margin-bottom: 10px;
}
.firms-list .partner-box{
	    padding-top: 12rem;
	       background-size: 100%;
}
#comments{
	margin: 0 auto;
}
.markets-section,
.partners-reviews-section,
.blog-section,
.section-meeting  .meeting-body {
	position: relative;
	overflow: hidden;
}
.markets-section:after,
.partners-reviews-section:after,
.blog-section:after,
.section-meeting  .meeting-body:after{
	content: "";
	background:url(images/mf-bg.png) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	    background-position: right bottom;
}
.partners-reviews-section:after,
.section-meeting  .meeting-body:after{
	background:url(images/hfop-bg.png) no-repeat;
	right: auto;
	left: 0;
	bottom: auto;
	    top: 0;
	    background-position: left top;
}
.blog-section:after{
	background:url(images/rp-bg.png) no-repeat;
	    background-position: right bottom;
}
.section-meeting  .meeting-body:after{
	background:url(images/form-bg.png) no-repeat;
}
.markets-section .row,
.partners-reviews-section div,
.blog-section .row,
.section-meeting  .meeting-body .meeting-cont{
	    z-index: 2;
    position: relative;
}
.review-slider .slick-arrow{
	    z-index: 20;
}
.youtube img{
	width: 100%;
    height: 400px;
    object-fit: cover;
}
.youtube iframe{
	    width: 100%;
    height: 400px;
}
.play-button{
	cursor: pointer;
}
.reasons-section span.icon-play{
        font-family: 'icomoon' !important;
    font-size: inherit !important;	
}
.video .youtube{
	position: relative;
}
.single-staff .header-content .tab-content-left h4{
	font-size: 28px;
}
.single-staff .header-content .tab-content-left strong{
	    font-size: 20px;
	    font-family: AvenirLT-Light;
    line-height: 1em;
}
.cst-article .article-info a span{
	color: #5e5d5d;
}
.cst-article .article-info a span[class^=icon]{
	    color: #999999;
}
.partner-box figcaption h3{
	min-height: 40px;
}
p{
	line-height: 24px;
}
.search-form select{
	    background-image: url(images/arrow-dark.png);
}
.blog-index-heading p{
	font-size: 21px;
}
.services-section .partner-box .button{
    opacity: 0;
    position: absolute;
    left: 50%;
    color: #fff;
    width: 100%;
    max-width: 80%;
    bottom: -35px;
       transform: translateX(-50%);
}
.services-section .partner-box:not(.lg-box):hover .partner-img:after{
	height: 100%;
}
.services-section .partner-box:not(.lg-box):hover *{
	transition: all .5s ease;
}
.services-section .partner-box:not(.lg-box):hover figcaption{
	    transform: translateY(-80px);
}
.services-section .partner-box:not(.lg-box):hover .button{opacity: 1;}
.review-text .button{
	    margin-bottom: 7px;
}
.partners-reviews-section h3{
	    margin-bottom: 20px;
}
.mobile-nav > ul > li{
	border-color: #135185;
}
.mobile-menu .menu a{
	border: 0;
}
.testimonial-heading{
	display: none;
}
.strong-view.default .testimonial-inner,
.strong-view.default.slider-container.slider-adaptive:not(.slider-mode-horizontal) .wpmslider-viewport{
	border: 0;
}
.testimonial-content{
	position: relative;
   
}
.strong-view.default .testimonial-name{
    font-weight: normal;
    color: #058de6;
    font-family: DINbekBold;
       max-width: 400px;
    float: right;
}
.testimonial-content:before{
	 font-family: DINbekBold;
    color: #0058a3;
	    content: "â€œ";
    position: absolute;
     top: -20px;
    left: -0.5em;
    font-size: 57px;
}
body.open .mobile-menu{
	    transform: translateX(0);
    padding-left: 110px;
}
@media screen and (min-width: 770px){
	.header-slider .bslider{
	    min-height: 600px;
	}
	.header-bg.header-slider .bsw:after{
		    bottom: -35px;
	}
}	
@media screen and (min-width: 1024px){
	.header-slider .header-content{
		padding-top: 0;
	    margin-top: -132px;
	}
	blockquote.lead{
	    font-size: 30px;
		line-height: 1em;
	}

	/* header,
	.cont-pad-left,
	.simple-header:not(.head-top-alt),
	.contact-page .section-meeting,
	.single-content-area,
	.single-post .blog-section{
		    padding-left: 96px;
	} */
	.gitblue{
		    padding-left: 130px;
	}
	header:not(.header-bg),
	.header-content,
	.blog-index-heading,
	.single-content-area,
	.single-firms .simple-header,
	.services-section{
		background: #fff;
	}
	.wrapper-inner{
        padding-left: 0;
        /* background: #0058a3; */
	}
	.partners-reviews-section{
		background-color: #fff;
	}
	footer {
		background: #fff;
	}
	html{
		overflow-x: hidden;
	}
	.header-banner-bg {
		position: relative;
	}
	.header-banner-bg .abs-cont {
		position: absolute;
		right: 100px;
		bottom: 0;
	}
	.contact-page .header-top {
   		padding-left: 0;
	}
	.single-post .header-bg .header-content,
	.our-firms .header-content,
	.our-firms .wrapper-inner{
    	background: none;
	}
	.our-firms header,
	.single-post header,
	.single-content-area,
	.blog-section,
	.our-firms .container.cont-pad-left{
		position: relative;
	}
	/* .our-firms header:before,
	.single-post header:before,
	.single-content-area:before,
	.single-post .blog-section:before,
	.our-firms .container.cont-pad-left:before{
		content: "";
		background: #0058a3;
		position: absolute;
		width: 96px;
		height: 100%;
		display: block;
		left: 0;
		top: 0;
	} */
	.single-content-area:before,
	.single-post .blog-section:before{
		background: #f0f0f0;
	}
	.single-post .wrapper-inner,
	.error404 .wrapper-inner{
		background: none;
	}
	.internal-page.no-hedaer-img .wrapper-inner ,
	.blog-index .wrapper-inner,
	.category  .wrapper-inner,
	.single-staff .wrapper-inner{
		background-image: linear-gradient( to bottom, #0058a3 -1px, #0058a3 30%, #f0f0f0 15%, #f0f0f0 85%);
	
	}
	.internal-page.no-hedaer-img header,
	.internal-page.no-hedaer-img .reasons-section,
	.blog-index header,
	.blog-index .cont-pad-left,
	.category header,
	.category .header-content,
	.category .blog-index-heading,
	.category .articles-list,
	.single-firms .simple-header,
	.single-firms header,
	.single-join_cst .header-content,
	.single-join_cst header,
	.single-join_cst .reasons-section,
	.single-staff header,
	.single-staff .reasons-section,
	.single-staff .header-content{
	    padding-left: 0;
   	    margin-left: 96px;	
	}
	.single-staff .cont-pad-left,
	.single-join_cst .cont-pad-left,
	.internal-page .header-content,
	.internal-page .reasons-section.cont-pad-left,
	.blog-index .header-content,
	.blog-index .blog-index-heading,
	.blog-index .articles-list,
	.category .header-content,
	.category .blog-index-heading,
	.category .articles-list{
	    padding-left: 100px;
    	padding-right: 100px;	
	}
	.single-staff .page-content .cont-pad-left,
	.single-join_cst .page-content .cont-pad-left,
	.internal-page .reasons-section.cont-pad-left{
		padding-right: 0;
	}
	.reasons-tabs-wrapper:not(.ilcri) .tabs-content + .row,
	.reasons-section .tabs-content + .row{
		padding-right: 100px;
	}


}
.tnj-container {
    max-width: 1620px;
    margin: 0 auto;
}
@media screen and (min-width: 1700px){
	.home .wrapper .reasons-tabs-wrapper .tab-content-left{
		padding-left: 100px;
	}
}
@media screen and (max-width: 1600px) {
    .tnj-container {
        max-width: 1250px;
    }
}
@media screen and (max-width: 1200px){
	.partners-row .slick-dots{
		width: 100%;
	}
	.markets-section{
		padding-bottom: 80px;
	}
}
@media screen and (max-width: 1024px){
	.wrapper .reasons-tabs-wrapper .tab-content-left{
		margin-left: 0;
	}
}
@media screen and (max-width: 1023px) {
	.single-firms .right-video{
	    margin-top: 0;
    	margin-bottom: 20px;	
    	padding: 0;
	}
	.header-slider .header-top{
		position: absolute;
	}
	.header-banner-bg .abs-cont {
		padding-right: 120px;
		margin-top: 20px;
	}
	.wrapper .tab-content-left{
	    padding: 0 25px 30px;
	    max-width: 100%;
	}
	.header-bg .header-banner-bg h1{
		    padding-top: 30px;
	}
	.right-video{
	    padding-left: 25px;
	    width: 100%;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding-right: 25px;	
	}
	.wrapper .reasons-tabs-wrapper .tab-content-left{
		position: relative;
	}
	.wrapper .reasons-tabs-wrapper .tab-content-left:before{
		content: "";
		width: 5px;
		position: absolute;
		left: 0;
		display: block;
		height: 100px;
		top: 0;
		background: rgb(0,86,153);
		background: -moz-linear-gradient(left, rgba(0,86,153,1) 0%, rgba(3,139,226,1) 100%);
		background: -webkit-linear-gradient(left, rgba(0,86,153,1) 0%,rgba(3,139,226,1) 100%);
		background: linear-gradient(to right, rgba(0,86,153,1) 0%,rgba(3,139,226,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005699', endColorstr='#038be2',GradientType=1 );
	}
	.home .wrapper .reasons-tabs-wrapper .tab-content-left{
		padding-top: 30px;
	}
	.single .wrapper .tab-content-left h1{
	    margin-bottom: 20px;
	}
	.single .hcfsh{
		padding-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.partners-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.partners-row .sl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 50%;
		margin-bottom: 20px;
	}
	.header-slider .align-bottom{
		padding-top: 100px;
	}
	.partners-row .slick-track .sl{
		flex: auto;
		padding: 0;
	}
}
@media only screen and (min-width: 641px){
	body .gform_wrapper ul.gform_fields li.gfield {
	    padding-right: 0;
	}	
	body .top_label div.ginput_complex.ginput_container.gf_name_has_1, 
	body .top_label div.ginput_complex.ginput_container.gf_name_has_2, 
	body .top_label div.ginput_complex.ginput_container.gf_name_has_3{
	    width: 100%;
    
     	margin: auto !important;
	}	
 	html div.ginput_complex.ginput_container.gf_name_has_2 span:first-child{
		padding-left: 0 !important;
	}
	body .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last{
		    padding-right: 0;
	}
	div.ginput_complex.ginput_container.gf_name_has_2 span{
	    width: 50%;
	    padding: 0 10px;
	    flex-grow: 0;	
	}
	body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	    max-width: 100% !important;
	}
}
@media screen and (max-width: 640px){
	.header-slider .bslider{

    min-height: 300px;
	}
	.header-bg.header-slider .bsw:after{
		bottom: -30px;
	}
	.section-404 p {
	    font-size: 17px;
	}
	.markets-section:after, .partners-reviews-section:after, .blog-section:after, .section-meeting .meeting-body:after{
	    background-position: right bottom;
    	background-size: 100%;	
	}
	.markets-section:after{
		    right: -175px;
	}
	.slick-dots > li{
		    padding: 0 20px;
	}
	.youtube img{
		height: 300px;
	}
	.row-reviews{
		padding-top: 0;
	}
	.wrapper .reasons-tabs-wrapper .tab-content-left{
		padding: 30px 25px;
	}
	.accordion-title{
	    padding-left: 25px;
    	padding-right: 25px;	
	}
	.accordion-title::before{
		    right: 25px;
	}
	.wrapper .meeting-body .gform_wrapper .gform_footer input.button{
	    padding: 0;
	    height: 45px;
	    line-height: 45px;	
	}
	.lg-section{
		    background-image: none !important;
	}

}
@media screen and (min-width: 640px) {
	
	.show-for-small{
		display: none;
	}
}
@media screen and (max-width: 639px) {
	.mob-footer{
		text-align: left;
	}
	.mob-footer li{
		list-style: none;
	    border-bottom: 1px solid #898989;
	}
	.mob-footer li:first-child{
		border-top: 1px solid #898989;
	}
	.mob-footer li.accordion-item:nth-child(3) a{
		pointer-events:none;
	}
	.mob-footer li.accordion-item:nth-child(3) a:before{
		display: none;
	}
	.mob-footer .accordion-title,
	.mob-footer .accordion-content a{
		font-family: 'DINbekBold';
	    font-size: 18px;
	   text-transform: uppercase;
	  border: 0;
	  position: relative;
	  display: block;
	      margin-bottom: 0;
	      cursor: pointer;
	}
	.mob-footer .accordion-title:hover{
		background: none;
	}
	.mob-footer h4.accordion-title:before{
		display: none;
	}
	.mob-footer .accordion-content{
		border: 0;
	    border-top: 1px solid #898989;	
	}
	.mob-footer .accordion-content li{
	    padding: 10px 10px 5px;
    	border: 0;
	}
	.mob-footer li ul{
		margin:0;
	}
	.mob-footer li a:hover{
		background: none;
	}
	.mob-footer .accordion-title:before{
	    top: 50%;
	    margin-top: 0;
	    transform: translateY(-50%);	
	}
	.footer-top .columns{
		padding: 0;
	}
	.hide-for-small{
		display: none;
	}
	.page-heading .button-group .button {
		margin: 0;
	}
	.partners-row .sl {
		margin-bottom: 40px;
	}
	.article-details ,
	.blog-index .article-details,
	.category .article-details{
	    height: auto;
	}
	body .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first{
		padding-left: 0;
	}
	body .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last{
		padding-right: 0;
	}
	.meeting-body .gform_wrapper ul.gfield_checkbox li label{
		width: 100%;
		position: relative;
	}
	 
	body .meeting-body .gform_wrapper [type="checkbox"]:checked+label:after{
    	left: 3px;
	}
}
@media screen and (max-width: 480px) {
	.button-group .button:first-child{
	    margin-bottom: 10px;
    	margin-right: 50px;	
	}
	.home header.header {
	    height: 100%;
	}
	.section-404 h1{
		font-size: 130px;
	}
	.partners-row .sl {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
		max-width: 100%;
	}
	.partner-box:not(.lg-box){
	    background-size: 100% auto;
	} 
	.youtube img{
		height: 200px;
	}
	.staff-prof .imgbg{
	    height: 250px;
    	background-position: top;	
	}
	.single-staff .header-content .tab-content-left h4 {
    font-size: 22px;
    margin-bottom: 0;
}
}
@media screen and (max-width: 375px) {
	.partner-box {
	    background-size: auto 60%;
	} 
}
@media screen and (max-width: 63.96em){
	body.open .mobile-menu {
	    transform: none;
	    width: 100%;
	    padding-left: 75px;
	    padding-right: 15px;
	}
	.blog-section .button-group{
		 margin-left: auto;
	    margin-right: auto;
	    background: none;
	       margin-top: 45px;
    	padding-bottom: 0;
	}
	.cst-articles-slider .slick-dots{
		width: 100%;
	}
}
@media screen and (max-width: 39.96em){
	.services-section .partner-box {
	    padding-top: 0;
	}
	.markets-section{
		    padding-bottom: 65px;
	}
}
.mobile-toggle {
    font-size: 24px;
}
/* Gravity Form CSS Adjustments */
.gf_left_half {
    padding-right: 8px !important;
    padding-left: 0 !important;
}
.gf_right_half {
    padding-right: 0 !important;
    padding-left: 8px !important;
}
.site-main {
    min-height: calc(100vh - 228px);
}
@media screen and (max-width: 39.9375em) {
    .site-main {
        min-height: calc(100vh - 154px);
    }
    .gf_left_half,
    .gf_right_half {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}