*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}



html {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
	margin: 0;
	padding: 0;
	height: 100%;
	
	
  scroll-behavior: smooth;
}

html.normal{
	font-size: 20px;
}
html.medium{
	font-size: 24px;
}
html.large{
	font-size: 28px;
}
body {
    font-size: 1em;
font-family: "museo-sans", sans-serif;
font-weight: 500;
font-style: normal;
	background-color: #fff;
	color:#000;
	margin: 0;
	padding: 0;
	height: 100%;
}

body.page-template-page-simple-banner, body.blog, body.archive, body.search, body.single{
	background-color: #fff;
}



.inner {
	max-width:1440px;
    margin: 0 auto;
    padding: 0 80px;
	/*padding: 0 160px;*/
    position: relative;
}
.inner.wide{
    padding: 0 80px;
}


@media (max-width:1300px){
	.inner {
    padding: 0 80px;
	}
}

@media (max-width:1100px){
	.inner {
    padding: 0 40px !important;
	}
}

.inner:after{
	content:"";
	display: table;
	clear: both;
}
#wrapper {
    width: 100%;
    position: relative;
	
}

#wrapper.nonav{
	padding-top:0px !important;
}
.post, .page {
    margin: 0 0 0 0;
}


blockquote{
	    border-left: 5px solid #ccc;
    padding-left: 28px;
    font-style: italic;
}



div.anchor{

}
div.anchor a{
  display: block;
  height: 150px; /*same height as header*/
  margin-top: -150px; /*same height as header*/
  visibility: hidden;
}

.center{
	text-align:center;
}

h1,h2,h3,h4,p{
	/*transition: font-size 0.5s ease;*/
}

.googlemap iframe {
    width: 100%;
}
/*Font Resize-------------------------------------*/
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
	background-image: url("../images/font-resize.png");
	background-repeat: no-repeat;
	background-position: center center;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:hover{
	background-color: #1f012b;
}

.pojo-a11y-toolbar-toggle path{
	display: none;
}

#SiteBody #pojo-a11y-toolbar {
    top: 135px !important;
}

@media (max-width:930px){
	#SiteBody #pojo-a11y-toolbar {
    top: 90px !important;
}
}
/*Font Resize-------------------------------------*/

#FontSize{
	background-color:#282a2b;
	color:#fff;
	width:175px;
	position: fixed;
	top:135px;
	z-index:999;
	left:-175px;
	transition: all 0.5s ease;
	padding:20px 20px 20px 30px;
}
.admin-bar #FontSize{
	top:155px;
}

@media (max-width:930px){
	#FontSize{
    top: 95px;
	}
	
	.admin-bar  #FontSize{
    top: 115px;
	}
}

#FontSize.active{
	left:0;
}

#FontSizeToggle{
	height:40px;
	width:40px;
	position: absolute;
	top:0;
	right:-40px;
	background-color: #5c468e;;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../images/font-resize.png");
	transition: all 0.5s ease;
	background-size: 24px;
}


#FontSizeToggle:hover{
	background-color: #282a2b;
}

#FontSize.active #FontSizeToggle{
	background-color: #282a2b;
	background-image: url("../images/responsive/close-menu-button.png");
	background-size: 35px;
}
#FontSize.active #FontSizeToggle:hover{
	background-color: #5c468e;;
}

#FontSize a{
	color: #FFF;
}
#FontSize a:hover{
	color: #ccc;text-decoration: none;
}
#FontSize p{
	font-size:18px;
	font-weight:600;
	margin:0 0 5px 0;
}

#FontSize ul{
	font-size:16px;
	margin:0 0 15px 22px;
}
#FontSize ul li:nth-child(1) a{
	font-size:1em;
}
#FontSize ul li:nth-child(2) a{
	font-size:1.2em;
}
#FontSize ul li:nth-child(3) a{
	font-size:1.4em;
}

#FontSize ul li a.active{
	color:#ccc !important;
	opacity: .8;
	text-decoration: none;
}


a.font-reset.btn{
   padding: 3px 10px;
    font-size: 16px;
    border-radius: 5px;
}

@media (max-width:1000px){
	#FontSizeToggle{
	height:35px;
	width:35px;
	right:-35px;
}

}

/*STICKY HEADER TWEAKS-------------------------------------*/

/*#wrapper.stickyHeader{
	padding-top:116px;
}*/


#header-group {
    z-index: 900;
    position: fixed;
    width: 100%;
}

#headerspacer{
	height:150px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.stickyHeader #headerspacer{
	height:150px;
}


.transparent-header #headerspacer{
	display:none;
}

/*HEADER--------------------------------------------------*/
body.admin-bar{
        /*margin-top: 30px;*/
}
.admin-bar #header{
        top: 0px;
}
.admin-bar .mobile-header {
    top: 30px;
}
@media (max-width:782px){
    .admin-bar .mobile-header {
    top: 46px;
}
}

#header-group {
    z-index: 900;
}
#header {
   transition: all 1s linear;
    width: 100%;
   z-index:200;
    top: 0px;
	padding: 50px 0 15px;
}

.home #header {
}

#header:after{
	 transition: all 1s linear;
	z-index:0;
	display: block;
	content:"";
	position: absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	 /*box-shadow: 500px -10px 100px -10px rgb(94 94 94 / 50%);
    -webkit-box-shadow: 500px -10px 100px -10px rgb(94 94 94 / 50%);
-moz-box-shadow: 500px -10px 100px -10px rgb(94 94 94 / 50%);*/
	background-color: #fff;
}

.is_stuck #header:after{
/*box-shadow: 500px -10px 100px -10px rgb(94 94 94 / 50%);
    -webkit-box-shadow: 500px -10px 100px -10px rgb(94 94 94 / 50%);
-moz-box-shadow: 500px -10px 100px -10px rgb(94 94 94 / 50%);*/
}

.light-header #header:after{
/*background-color: #fff;*/
background-color: #f2eae1;
}
.dark-header #header:after{
background-color: #000;
}
/*.home #header:after, .transparent-header #header:after{
	opacity:0;
}*/
.transparent-header #header:after{
	opacity:0;
}

#header .inner{
	height: 85px;
	z-index:1;
}
#header #top-menu-bar .inner{
	height: 40px;
	z-index:1;
}


#header-group.is_stuck #header {

}

.home #header-group.is_stuck #header:after, .transparent-header #header-group.is_stuck #header:after {
opacity:1;
}

.header-logo {
    position:absolute;
	    left: 80px;
        top: 0px;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-size: 100%;
}
@media (max-width:1100px){
	.header-logo {
    left:40px;
	}
}
.light-header .header-logo{
 background-image: url("../images/logo.png");
}
.dark-header .header-logo{
background-image: url("../images/logo_white.png");
}

#header-group.is_stuck .header-logo {
	margin-top:0px;
}
.header-logo a {
    display: block;	
	width: 267px;
    height:66px;
	
    text-decoration: none;
	  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header-group.is_stuck  .header-logo {
	/*background-size:100%;*/
}
#header-group.is_stuck  .header-logo a {
	  /*  width: 94px;
    height:85px;*/
}



   


/*MOBILE HEADER---------------------------------------------*/
.mobile-header {
    display: none;
    height: 70px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    text-align: center; 
/*background: rgb(34,80,127);
    background: linear-gradient(72deg, rgba(34,80,127,1) 0%, rgba(0,41,63,1) 46%);
    border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0px -4px 16px 2px rgba(0,0,0,0.45);
-moz-box-shadow: 0px -4px 16px 2px rgba(0,0,0,0.45);
box-shadow: 0px -4px 16px 2px rgba(0,0,0,0.45);*/
	/*background-color: #1c2b70;*/
	background-color: #05114d;
}

.light-header .mobile-header{
/*background-color:#fff;*/
}
.dark-header .mobile-header{
/*background-color:#000;*/
}

.mobile-header .logowrap {
        margin: 20px 0 0 20px;
    max-width: 160px;
    float: left;
    padding: 0;
}
/*@media(max-width:380px){
.mobile-header .logowrap {
        margin: 26px 0 0 20px;
    max-width: 150px;
}
}*/


.mobile-header .mobile-btn {
    float: right;
    padding: 15px 20px 0 0;
}
.mobile-header .mobile-btn a {
    cursor: pointer;
    padding: 10px 20px 12px;
    text-decoration: none;
    display: inline-block;
    color: #FFF;
    background: #D95E55;
    border: none;
    font-size: 0.889em; /*16px*/
    line-height: 1.2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 400;
}
.mobile-header .mobile-btn a:hover, .mobile-header .mobile-btn a:focus {
    color: #FFF;
    background: #7a312c;
}
.ToggleMenu.Open, .ToggleRight.Open {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
     background-color: #1c2b70;
	/*border:2px solid #f05a28;*/
	margin: 15px 15px 0 10px;
	/*border-radius: 50px;*/
}
.ToggleMenu.Open {
	float: right;
    background-image: url("../images/responsive/mobile-menu-white.png");
    background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px;
}
.ToggleMenu.Open:hover {
     
	 background-color: #f6c974;
}

.light-header .ToggleMenu.Open {
/* background-image: url("../images/responsive/mobile-menu.png");
	border:1px solid #000;
	background-color:transparent;*/
}
.light-header .ToggleMenu.Open:hover {
/* background-image: url("../images/responsive/mobile-menu-white.png");
	background-color:#000;*/
}
.dark-header .ToggleMenu.Open {
/* background-image: url("../images/responsive/mobile-menu-white.png");
	border:1px solid #fff;
	background-color:transparent;*/
}
.dark-header .ToggleMenu.Open:hover {
 /*background-image: url("../images/responsive/mobile-menu.png");
	background-color:#fff;*/
}




.ToggleRight.Open {
    float: right;
    background-image: url("../images/responsive/open-search-button.png");
	background-position: center center;
}
.ToggleRight.Open:hover {
    background-color: #f05a28;
}
.ToggleMenu.Close, .ToggleSubMenu.Close, .ToggleRight.Close, .FormClose {
    width: 50px;
    height: 50px;
    padding: 10px;
    background-image: url("../images/responsive/mobile-menu-close-white.png");
	    
    background-repeat: no-repeat;
}
.ToggleMenu.Close:hover, .ToggleSubMenu.Close:hover, .ToggleRight.Close:hover, .FormClose:hover{
opacity:.5;
}
.ToggleMenu.Close, .FormClose {
  /*  float: right;*/
	left: 5px;
    top: 5px;
    position: absolute;
}
.ToggleSubMenu.Close, .ToggleRight.Close {
    float: left;
}

.ToggleForm {
	width: 50px;
    height: 50px;
	border-radius: 50px;
    background-color: transparent;
	border:2px solid #f05a28;
	margin: 10px 0px 0 0px;
	display: block;
	float: right;
    background-image: url("../images/responsive/open-form-button.png");
	    background-position: center center;
    background-repeat: no-repeat;
}
.ToggleForm:hover {
    background-color:#f05a28;
	border:2px solid #f05a28;
}
/*Contact CTA-------------------------*/

.contact-cta{
	padding:65px 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #eee;
	background-image: url("../images/contact-cta.jpg");
	min-height:545px;
}

.contact-cta:after{
	content:"";
	display: table;
	clear:both;
}

.contact-cta-content{
	width:48%;
	float:left;
}
.contact-cta-mobile{
		display:none;
	width:48%;
	float:right;
	}

.contact-cta-mobile img{
	margin:0 auto 30px;
	display:block;
	}


ul.contact-group{
	list-style: none;
	padding:0;
	margin:0 0 30px;
}
ul.contact-group li{
	list-style: none;
	padding:0 0 0 45px;
	margin:0 0 10px 0;
		background-position: left center;
	background-repeat: no-repeat;
}
ul.contact-group a{
	
	    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
}
ul.contact-group li.phone{

	background-image: url("../images/icon-phone.png");
}
ul.contact-group li.email{
	background-image: url("../images/icon-email.png");
}



@media (min-width:1600px){
	.contact-cta{
	background-size:cover;
	}
}

@media (max-width:1200px){
	.contact-cta{
	background-size:100%;
	}
}
@media (max-width:900px){
	.contact-cta{
	background-image: none !important;
	}
	
	.contact-cta-mobile{
		display:block;
	}
	ul.contact-group a{

    font-size: 18px;
}
	
}

@media (max-width:800px){
	.contact-cta-content, .contact-cta-mobile{
width:auto;
	float:none;
	}
}

@media (max-width:640px){

}





/*FOOTER-------------------------------------------------------------------*/

.footer-artifacts{
width:100%;
height:200px;
background-image: url("../images/footer-artifacts.png");
background-repeat: repeat-x;
background-position: center bottom;
}


.footer-bar{
	padding:100px 0 80px;
	text-align: center;
	background-color: #f6c974;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;
	/*background-image: url("../images/CTA-Background.jpg");*/
}
.footer-bar h2, .footer-bar h3{

}

@media (max-width:1000px){
.footer-bar h2, .footer-bar h3  {
 
}
}

@media (max-width:640px){
.footer-bar h2, .footer-bar h3 {
   
}
}


.footer-bar-content{
	
}
.footer-bar-content p{
	
}


.footer-bar-content h2{
font-size: 2.75em; /*55/20*/
font-style: normal;
line-height: 1.1;
letter-spacing: normal;
    margin-bottom: 20px;
}





/*FOOTER-------------------------------------------------------------------*/


.footer{
	padding:60px 0 60px; 
	background-color:#05114d;
	color: #fff;
}

.footer a{
	color:#FFF;
	text-decoration: none;
}
.footer a:hover{
	color:#cccccc;
	text-decoration: none;
}

.footer a.tel{
	color:#ffffff;
	text-decoration: none;
}

.footer-columns{
display: flex;
justify-content:space-between;
flex-direction: row;
flex-wrap: wrap; align-items: center;
 margin: 0px;
}
@media (max-width:1025px){
.footer-columns{
display: block;
text-align: center;
}
.footer-col{
margin-bottom:30px;
}
}



.footer-content{
max-width: 1000px;
    margin: auto;
}
.footer-content:after{
	content:"";
	display: table;
	clear: both;
	
}
.footer-left{
display: flex;
justify-content:space-between;
flex-direction: row;
flex-wrap: wrap; 
/*align-items: center;*/
 margin: 0px;
 width:350px;
 float:left;
}



.footer-logo{
	margin-bottom: 0;

}
.footer-logo-wrap{
    margin: auto;
}
.footer-logo-wrap img{
display: block;
max-width:100%;
}

.footer-navigation{
	float:right;
	width:calc(100% - 600px);
	
	display: flex;
	justify-content:space-between;
	flex-direction: row;
	flex-wrap: wrap; 
}

ul.footer-menu{
display:block;
	/*float:left;*/
	margin: 0 0px 20px 0;
	list-style: none;
	padding: 0;
}
ul.footer-menu li{
list-style: none;
	padding:0;
	margin: 0 0 5px 0;
	font-size:16px;
}
ul.footer-menu li.footer-menu-title{
color:#92989F;
	font-size:18px;
}

.footer-bottom{
	clear:both;
	margin-top:40px;
	padding:30px 0;
	text-align: center;
	position: relative;
}



.copyright{
	font-size:14px;
	
}

.copyright a{
	color:#fff;
	text-decoration: none;
}

.copyright a:hover{
	
}

.social-icons-header{
	font-weight: bold;
}
ul.social-icons{
	list-style: none;
	margin: 0px 0 10px;
	padding:0;
	
}

ul.social-icons li{
	list-style: none;
	margin: 0 5px 10px 0px;
	padding:0;
	display: inline-block;
	vertical-align: middle;
}
ul.social-icons li a{ 
	display: block;
	width:30px;
	height:30px;
	background-repeat: no-repeat;
	background-position: center center;
}
ul.social-icons li a:hover{ 
	opacity: .5;
}
ul.social-icons li.facebook a{background-image: url("../images/social-icons/facebook.png"); }
ul.social-icons li.twitter a{background-image: url("../images/social-icons/twitter.png"); }
ul.social-icons li.linkedin a{background-image: url("../images/social-icons/linkedin.png"); }
ul.social-icons li.youtube a{background-image: url("../images/social-icons/youtube.png"); }
ul.social-icons li.instagram a{background-image: url("../images/social-icons/instagram.png"); }



/*Main Menu----------------------------------------------------------*/

/*.nav-wrap{
min-height:48px;
	
	background-color: rgba(255,255,255,1);

	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-wrap:after{
	content: "";
	display: table;
	clear: both;
}*/
#nav {
 position:absolute;
	right:80px;
	bottom:45px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
font-style: normal;

}


#header-group.is_stuck .nav-wrap{
	background-color: rgba(255,255,255,1.00);
}
#header-group.is_stuck #nav {
 
}



#nav:after {
    content: "";
    display: table;
    clear: both;
}
#nav ul, #nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#nav > ul {
   /* overflow: hidden;*/
    padding: 0;
    margin: 0;
    list-style: none;
	
	text-align: center;
	
}
#nav > ul > li {
  /*float: left;*/
	display: inline-block;
    list-style: none;
    font-weight: 700;
    font-size: 15px; 
    line-height: 1.2;
    padding: 0;
    margin: 0 0 0 0;
	    position: relative;
}
#nav ul > li > a {
	background-color: transparent;
	color: #fff;
	font-weight:600;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
	  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#nav ul > li.button > a {
	 background-color: #b01b2e;
	color: #fff;
	border-radius: 25px;
}
#nav ul > li.button:hover > a {
	    color: #FFF !important;
    background-color:#f21531;
}
	
#nav > ul > li.menu-item-has-children > a {
    background-image: url(../images/nav-arrow.png);
    background-repeat: no-repeat;
	background-size:8px;
    background-position: right 10px top 16px;
    padding: 10px 25px 10px 15px;
}

.light-header #nav > ul > li.menu-item-has-children > a {
    background-image: url(../images/nav-arrow-black.png);
}

#nav > ul > li:hover > a {
    color: #ccc;
    background-color: transparent;
}
#nav ul > li.menu-item-has-children:hover > a {

}

.light-header #nav ul > li > a {
color: #000;
}
.light-header #nav > ul > li:hover > a {
    color: #ccc;
    background-color: transparent;
}


/*Transparent header styles - light header-------------------------*/
.transparent-header.light-header #nav > ul > li > a{
	color: #000;
}
.transparent-header.light-header #nav > ul > li:hover > a{
    color: #ccc;
    background-color: transparent;
}
.transparent-header.light-header.stickyHeader #nav > ul > li > a{
color: #000;
}
.transparent-header.light-header.stickyHeader #nav > ul > li:hover > a{
    color: #ccc;
    background-color: transparent;
}
.transparent-header.light-header #nav > ul > li.menu-item-has-children > a {
    background-image: url(../images/nav-arrow.png);
}
.transparent-header.light-header.stickyHeader #nav > ul > li.menu-item-has-children > a {
    background-image: url(../images/nav-arrow-black.png);
}

/*Over light bg*/
.transparent-header.light-bg.light-header #nav > ul > li.menu-item-has-children > a {
    background-image: url(../images/nav-arrow-black.png);
}
.transparent-header.light-bg.light-header.stickyHeader #nav > ul > li.menu-item-has-children > a {
    background-image: url(../images/nav-arrow-black.png);
}

/*Over dark bg*/
.transparent-header.dark-bg.light-header #nav > ul > li > a{
	color: #fff;
}
.transparent-header.dark-bg.light-header #nav > ul > li:hover > a{
    color: #ccc;
    background-color: transparent;
}
.transparent-header.dark-bg.light-header.stickyHeader #nav > ul > li > a{
color: #000;
}
.transparent-header.dark-bg.light-header.stickyHeader #nav > ul > li:hover > a{
    color: #ccc;
    background-color: transparent;
}
.transparent-header.dark-bg.light-header .header-logo{
 background-image: url("../images/logo_white.png");
}
.transparent-header.dark-bg.light-header.stickyHeader .header-logo{
 background-image: url("../images/logo.png");
}


/*Transparent header styles - Dark Header-------------------------*/

.transparent-header.dark-header #nav > ul > li > a {
	color: #000;
}
.transparent-header.dark-header #nav > ul > li:hover > a {
    color: #ccc;
    background-color: transparent;
}

.transparent-header.dark-header.stickyHeader #nav > ul > li > a {
color: #FFF;
}
.transparent-header.dark-header.stickyHeader #nav > ul > li:hover > a {
    color: #ccc;
    background-color: transparent;
}


/*Over light bg*/
.transparent-header.light-bg.dark-header #nav > ul > li > a {
	color: #000;
}
.transparent-header.light-bg.dark-header #nav > ul > li:hover > a {
    color: #ccc;
    background-color: transparent;
}

.transparent-header.light-bg.dark-header.stickyHeader #nav > ul > li > a {
color: #FFF;
}
.transparent-header.light-bg.dark-header.stickyHeader #nav > ul > li:hover > a {
    color: #ccc;
    background-color: transparent;
}
.transparent-header.light-bg.dark-header .header-logo{
 background-image: url("../images/logo.png");
}
.transparent-header.light-bg.dark-header.stickyHeader .header-logo{
 background-image: url("../images/logo_white.png");
}

.transparent-header.light-bg.dark-header #nav > ul > li.menu-item-has-children > a {
    background-image: url(../images/nav-arrow-black.png);
}

.transparent-header.light-bg.dark-header.stickyHeader #nav > ul > li.menu-item-has-children > a {
    background-image: url(../images/nav-arrow.png);
}

/*Over dark bg*/
.transparent-header.dark-bg.dark-header #nav > ul > li > a {
	color: #fff;
}
.transparent-header.dark-bg.dark-header #nav > ul > li:hover > a {
    color: #ccc;
    background-color: transparent;
}


.transparent-header.dark-bg.dark-header.stickyHeader #nav > ul > li > a {
color: #FFF;
}
.transparent-header.dark-bg.dark-header.stickyHeader #nav > ul > li:hover > a {
    color: #ccc;
    background-color: transparent;
}





/*Sub Menus------------------------------------------*/
#nav ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 100;
    width: auto;
	min-width:150px;
    max-width: 200px;
    line-height: 1.2;
}


#nav > ul > li:last-child > ul.sub-menu {
    right: 0;
}

/*First Tier-------------*/


#nav > ul > li > ul.sub-menu {
    background-color: #fff;
}

#nav > ul > li.flip > ul.sub-menu {
    
}


#nav > ul > li:hover > ul.sub-menu {
    display: block;border:1px solid #ccc;
}

#nav > ul > li > ul.sub-menu  > li{
    border-top: none;
	border-top:1px solid #ccc;
}

#nav > ul > li > ul.sub-menu  > li:first-child {
    border-top: none;
}
#nav > ul > li > ul.sub-menu > li > a {
    color: #242424;
	font-size:14px;
	font-weight:400;text-align: left;
}

#nav > ul > li > ul.sub-menu > li:hover > a {
text-decoration: underline;
    color: #999;
    background-color: #eee;
}
/*Second Tier-------------*/
#nav > ul > li > ul.sub-menu > li {
    position: relative;
}
#nav > ul > li > ul.sub-menu > li > ul.sub-menu {
    top: -1px;
    /*width:240px;
	right: -240x;*/
	right:-100%;
	left:100%;
    background-color: #fff;
	border:1px solid #ccc;
}

#nav > ul > li.flip > ul.sub-menu > li > ul.sub-menu {
	left:-100%;
	right:100%;
}




#nav > ul > li.flip > ul.sub-menu > li > ul.sub-menu  > li{
    border-top: none;
	border-top:1px solid #ccc;
}

#nav > ul > li.flip > ul.sub-menu > li > ul.sub-menu  > li:first-child {
    border-top: none;
}





#nav > ul > li > ul.sub-menu > li:hover > ul.sub-menu {
    display: block;
}
#nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
    color: #242424;
	font-size:14px;
	font-weight:400;
}
#nav > ul > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
    text-decoration: underline;
    color: #999;
    background-color: #eee;
}



#header-group.is_stuck #nav {
	
}
#header-group.is_stuck #nav ul li {
  /*  font-size: 0.700em;*/
}
#header-group.is_stuck #nav ul li ul.sub-menu li {
   /* font-size: 0.850em;*/
}

/*TOUCH STYLES----------------------------------*/


.touchlink{
	display: none;
}
.touch-device .touchlink, .mobile-menu .touchlink{
	display:block;
}
ul.mobile-menu li ul.sub-menu li ul.sub-menu li.touchlink {
display: none;
}


/*TOP MENU-------------------------------------------------------*/

#top-menu-bar{
    height: 40px;
    background-color: #c71e32;
    z-index: 1;
    position: relative;
}

#header-group.is_stuck #top-menu-bar{
}


.top-menu{
position: absolute;
	right:80px;
	top:0px;
}

.top-menu > ul{
	margin: 0;
	padding:0;
	list-style: none;
}

.top-menu > ul > li{
	display: inline-block;
	
	    padding: 0;
    margin: 0px 0 0 0px;
}


.top-menu > ul > li > a{
	display: block;
    padding: 5px 20px;
    color: #fff;
	font-weight: 400;
    text-decoration: none;
    font-size: 12px;
	
 /* transition: none;*/
}

.top-menu > ul > li:hover > a{
  /*background-color: #fec00f;*/
	/*background-color: #F8F8F9;*/
	/*color: #D0021B;
	background-color: #F8F8F9;*/
	color: #ccc;
	
}



.top-menu > ul > li.phone {
    background-image: url(../images/icon-phone.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	    padding-left: 45px;
    background-size: 24px;
}
.top-menu > ul > li.phone a{
    font-size:13px;
	font-weight:500;
	color:#fff;
    padding-left: 0;
    padding-right: 14px;
}

.top-menu > ul > li.menu-item-has-children:hover > a{

	/*border:1px solid #ccc;
	border-bottom: 1px solid #F8F8F9;*/
}




.top-menu > ul > li > ul.sub-menu{
    display: none;
    position: absolute;
    z-index: 110;
    max-width: 240px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
	/*top:calc(100% - 1px);*/
	background-color: #F8F8F9;
	border:1px solid #ccc;
	
	box-shadow: 0px 12px 17px -15px rgba(0,0,0,0.30);
-webkit-box-shadow: 0px 12px 17px -15px rgba(0,0,0,0.30);
-moz-box-shadow: 0px 12px 17px -15px rgba(0,0,0,0.30);
}

.top-menu > ul > li:last-child > ul.sub-menu {
    right: 0;
}


.top-menu > ul > li > ul.sub-menu > li{
    margin: 0;
    padding: 0;
    list-style: none;
	border-top:1px solid #ccc;
	position: relative;
}
.top-menu > ul > li > ul.sub-menu > li:first-child{
	border-top:none;
}

.top-menu > ul > li:hover > ul.sub-menu{
 display: block;
}

.top-menu > ul > li > ul.sub-menu > li > a{
    display: block;
	padding: 7px 20px;
	text-decoration: none;
	color: #484848;
	font-size: 13px;
	text-align: left;
}
.top-menu > ul > li > ul.sub-menu > li:hover > a{
   text-decoration: underline;
	color:#999;
	background-color: #eee;
}
  


/*Thirs Tier--------*/



.top-menu > ul > li > ul.sub-menu > li > ul.sub-menu{
    display: none;
    position: absolute;
    z-index: 110;
    max-width: 240px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
	/*top:calc(100% - 1px);*/
	background-color: #F8F8F9;
	border:1px solid #ccc;
	
	box-shadow: 0px 12px 17px -15px rgba(0,0,0,0.30);
-webkit-box-shadow: 0px 12px 17px -15px rgba(0,0,0,0.30);
-moz-box-shadow: 0px 12px 17px -15px rgba(0,0,0,0.30);
	
	left:-100%;
	top:-1px;
}

.top-menu > ul > li:last-child > ul.sub-menu  > li > ul.sub-menu{
    /*right: 0;*/
}


.top-menu > ul > li > ul.sub-menu  > li > ul.sub-menu > li{
    margin: 0;
    padding: 0;
    list-style: none;
	border-top:1px solid #ccc;
	position: relative;
}
.top-menu > ul > li > ul.sub-menu  > li > ul.sub-menu > li:first-child{
	border-top:none;
}

.top-menu > ul > li> ul.sub-menu > li:hover  > ul.sub-menu{
 display: block;
}

.top-menu > ul > li > ul.sub-menu  > li > ul.sub-menu > li > a{
    display: block;
	padding: 7px 20px;
	text-decoration: none;
	color: #484848;
	font-size: 13px;
	text-align: left;
}
.top-menu > ul > li > ul.sub-menu > li > ul.sub-menu > li:hover > a{
   text-decoration: underline;
	color:#999;
	background-color: #eee;
}

li.default-pointer > a, a.default-pointer{
cursor: default;
}
li.default-pointer:hover > a, a.default-pointer:hover{
text-decoration: none !important;
}


/*Side Menu WP---------------------------------------------------------*/
/*#sidemenu, #rightside {
    clear: both;
    background-color: #017967;
}
.sidr ul li {
    line-height: 1.2 !important;
}
.sidr ul li ul li {
    line-height: 1.2 !important;
    font-size: 13px !important;
}
*/

#side-menu{
	    width: 70%;
    position: fixed;
    overflow-y: auto;
    height: 100%;
    top: 0;
    right: -70%;
    z-index: 9999;color: #fff;
	    padding: 0px;
	transition: all 0.5s ease;
	background-color: rgba(5,17,77,.9);
}
#side-menu.active{
	  
    right: 0;
}

ul.mobile-menu {
    border: none !important;
    margin-bottom: 10px;
	margin:55px 0 0;
	padding:0;
	list-style: none;
}


/*--------------------------------------------*/

ul#mobilemenu2{
	margin: 0 0 50px;
}
ul.mobile-menu  li {
    border-top: none !important;
	padding:0;
	margin:0;
	
}
ul.mobile-menu .sub-menu {
    border: none !important;
}
ul.mobile-menu li a {
    padding-left: 48px !important;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
	color:#f6c974;
	
	font-size:15px;
	font-style: normal;
	font-weight: 400;
}
ul.mobile-menu li:first-child a {
   
}
ul.mobile-menu li a:hover {
    background-color: #f6c974;
    color: #000;
}

ul.mobile-menu > li.active > a{
     background-color: #000;
    color: #fff;
}

ul.mobile-menu .sub-menu li a {
    padding: 5px 15px;
}

/*menu-item-has-children*/
/*Firt tier with sub-menu---------------------*/
ul.mobile-menu li.menu-item-has-children > a {
    /*background-image: url(../images/responsive/icon-sprites-arrow.png);*/
    background-repeat: no-repeat;
    background-position: 30px 16px;
	position: relative;
}
ul.mobile-menu > li.menu-item-has-children > a:after{
display: block;
content:"+";
width: 20px;
    height: 20px;
    position: absolute;
    left: 33px;
    font-size: 16px;
	top:9px;
	/*top: 50%;  
    transform: translateY(-50%)*/
	
}
ul.mobile-menu li.menu-item-has-children.active > a {
    /*background-image: url(../images/responsive/icon-sprites-arrow-down.png);*/
}

ul.mobile-menu > li.menu-item-has-children.active  > a:after{
content:"-";
}

/*Second Tier-------------------------------*/
ul.mobile-menu li ul.sub-menu {
    display: none;
 
	 background-color: #000;
    padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	padding:0;
	margin: 0;
}
ul.mobile-menu li ul.sub-menu li {
    border-top: none;
}
ul.mobile-menu li ul.sub-menu li a {
	color: #fff;
	padding-top: 7px;
	padding-bottom: 7px;
}
ul.mobile-menu li .sub-menu li:hover > a {
   background:#000;
	color:#f6c974;
}
/*Third Tier-------------------------------*/

ul.mobile-menu li ul.sub-menu li.menu-item-has-children > a {
    background-image: none;
}

ul.mobile-menu li ul.sub-menu li ul.sub-menu {
    border-top: none;
	    display: block;
}
ul.mobile-menu li ul.sub-menu li ul.sub-menu li {
    border-top: none;
}
ul.mobile-menu li ul.sub-menu li ul.sub-menu li a {
    /*padding-left: 45px !important;*/
    padding: 3px 10px 3px 55px !important;
	/*font-size:.9em;*/
}

/*third tier hovers*/
ul.mobile-menu > li > ul.sub-menu > li > a:hover {
	/*background-color: #000;
    color:#ffffff;*/
}
ul.mobile-menu li ul.sub-menu li ul.sub-menu li:hover a {
	/*background-color: #282828;
    color:#ffffff;*/
}


ul.mobile-menu li ul.sub-menu li ul.sub-menu li a:before {
    content: "- ";
}
ul.mobile-menu .sub-menu li:hover {
    border: none !important;/*background-color: #EEE !important;*/
}



/*Side Menu other links/small menu----------------*/
.smallmenu {
    text-align: left;
    font-size: 14px;
    border-bottom: none !important;
    border-top: none !important;
    margin: 0 !important;
	padding: 0 !important;
}
.smallmenu li {
    padding: 0;
	margin: 0;
    border: none !important;
}
.smallmenu li a {
    padding: 10px 10px 10px 30px !important;
}
.smallmenu li a:hover {
    background-color: #22262a;
}
.smallmenu ul.sub-menu {
	display: none;
}
.smallmenu .menu-item-359 {
	display: none;
}
.sidr ul.smallmenu li span {
    display: inline-block;
    padding: 0;
    margin: 0 12px 0 0;
}

/*SIDE FORM--------------------------------------------------------------*/

#side-form{
	width: 50%;
    position: fixed;
    overflow-y: auto;
    height: 100%;
    top: 0;
    right: -50%;
    z-index: 9999;color: #fff;
        background-color: rgba(0,0,0,1);
	    padding: 65px 45px 35px;
	    
	transition: all 0.5s ease;
}
@media (max-width:1000px){
	#side-form{
		width: 95%;
		right: -95%;
		
		/*width: 80%;
		right: -80%;*/
		
	}	
}
#side-form.active{
	  
    right: 0;
}

#side-form h3{
font-size: 36px;
    line-height: 1;
    font-weight: 500;
   /* color: #f05a28;*/
	color: #fff;
   
	padding:0;
	margin:0 0 10px 0;
}
#side-form a.tel{
color:#fff;
}
#side-form p{
margin-bottom:10px;
}

#side-form .nf-form-content {
    padding: 5px;
    max-width: 100%;
    margin: 0 auto;
}

#side-form .nf-field-label .nf-label-span, #side-form .nf-field-label label{
font-weight: 500;
}
#side-form .nf-error-msg, #side-form .nf-error .nf-error-msg{
font-size:14px;
}
#side-form  .nf-form-content button, #side-form  .nf-form-content input[type=button], #side-form  .nf-form-content input[type=submit] {
    
    transition: all .5s;

    font-weight: 500;
    color: #FFF;
    background: #000 !important;
	border:1px solid #fff;
   
    line-height: 1.2;
    border-radius: 40px;
	    padding: 15px 40px 15px;
}
#side-form  .nf-form-content button:hover, #side-form  .nf-form-content input[type=button]:hover, #side-form  .nf-form-content input[type=submit]:hover {
           color: #fff !important;
    background-color: #f15b28 !important;
	border:1px solid #f15b28 ;
}

/*#side-form .nf-form-content .list-select-wrap .nf-field-element>div, #side-form .nf-form-content input:not([type=button]), #side-form .nf-form-content textarea {
    background: #333;
    border-radius: 0;
    color: #fff;
}
*/
#side-form .nf-form-content input:not([type=button]), #side-form .nf-form-content textarea {
    background: #333;
    color: #fff;
}


/*HOME-----------------------------------------------------*/
.home-banner{
	min-height: 730px;
	position: relative;
	background-color: #fbf6f1;
	padding-top: 175px;
	padding-bottom:30px;
	background-repeat: no-repeat;
	background-position: center bottom;
	/*background-image: url("../images/home-banner-bg.jpg");*/
		background-size: cover;

}
/*@media (min-width:1440px){
	.home-banner{
	background-size: cover;
}
}*/
.home-banner-mobile{
	display:none;
	margin:auto;
	padding:30px 0;
}
.home-banner .inner{
	height:100%;
}
.home-banner-content{
	width:50%;
	float:left;
	
}

.home-banner-content h1.home-banner-title,.home-banner-content h2.home-banner-title{
	font-size:.9em; /*18*/
	color:#fff;
	font-weight: 500;
}

.home-banner-content h1,.home-banner-content h2{
	color:#fff;
	 font-size: 2.5em; /*50*/
	line-height:1.1;
}
.home-banner-content p{

}

@media (max-width:1050px){
	.home-banner {
		min-height: 0;
	}
}

@media (max-width:930px){
	.home-banner{
		    padding-top: 60px;
	}
}

@media (max-width:767px){
	.home-banner{
	min-height: 0;
	background-image: none !important;
	padding-top:0px;

	}

	.home-banner-mobile{
		display:block;
		border:none;
		float:none;
		max-width: 100%;

		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	.home-banner-content {
		width: auto;
		float: none;
		text-align: center;
	}
	

	.home-banner-content h1 span {
		font-size: 1em;
	}
}


/*HOMEPAGE VIDEO BANNER--------------------------------------------------------*/

.video-banner{
	background-color: #000000;
	position: relative;
	overflow:hidden;
	aspect-ratio: 16/9;
}

@media (min-width: 1440px) {
    .video-banner {
        aspect-ratio: auto;
        max-height: 767px;
        height: 767px;
    }
}


.video-banner-inner{
position: absolute;
z-index: 10;
	top: 50%;
    /*transform: translateY(-50%);*/
	left:50%;
	transform: translate(-50%,-50%);
	max-width:1360px;
	width:100%;
	padding:0 80px;
}
.video-banner video{
	/*position: absolute;
    top: calc(50% + 50px);
    transform: translateY(-50%);
width:100%;
	    opacity: .75;*/
		max-width:100%;
		width:100%;
}


.video-banner-content{
	position: absolute;
	    top: calc(50% + 20px);
    transform: translateY(-50%);
	left:0;
	width:100%;
	/*background-color: rgba(0,0,0,.55);*/
	z-index: 10;
	text-align: center;
	padding: 0 20px;
	
	color:#FFF;
    font-size: 22px;
 text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	
	}

.video-banner-content h2{
	text-transform: uppercase;
	font-weight:900;
	font-size:185px;
	margin:0 0 20px;
	padding:0;
	line-height: .85;
	color: #FFF;
	letter-spacing: 0px;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}
.video-banner-content h2 span{
	font-weight: 300;
	display: block;
	/*font-size:45px;*/
	font-size:.25em;
}

.video-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #000000;
background: linear-gradient(180deg,rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 66%);
/*background: radial-gradient(circle, rgba(34,80,127,1) 0%, rgba(0,41,63,1) 84%);*/
    z-index: 1;
	/*mix-blend-mode: hue;*/
	opacity: .9;
}


@media (max-width:1340px){
	/*.video-banner video {
    position: absolute;
    top: auto;
   
    left: 50%;
    transform: translateX(-50%);
	}*/
}

@media (max-width:1249px){
	/*.video-banner video {
    height:100%;
		width:auto;
	}*/
}

@media (max-width:990px){
	.video-banner-content h2{
	font-size:130px;
	}
}

@media (max-width:930px){
.video-banner-content {
    top: 50%;
    transform: translateY(-50%);
	}
}
@media (max-width:740px){

	.video-banner-content p{
	  font-size:18px;
	}
	.video-banner-content h2{
font-size:90px;
	}
}

@media (max-width:500px){

	.video-banner-content p{
	  font-size:16px;
	}
	
	.video-banner-content p br{
	display:none;
	}
	.video-banner-content h2{
font-size:70px;
	}
	
	.video-banner-content h2 span {
    font-size: .4em;
}
}

/*@media (max-width:540px){
	.video-banner{
	aspect-ratio: auto;
    height: 350px;
	}
	.video-banner video {
    height: 100%;
	}
}*/

/*@media (max-width:700px){
	.video-banner{
		aspect-ratio:1/1;
	}
	
}*/


a.image-link:hover img{
	opacity:.85;
}


.box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.box-header h3{
margin-bottom:0;
}
@media (max-width:1040px){
.box-header {
  display: block;
  text-align: center;
}
.box-header h3{
margin-bottom:10px;
}
}

/*ICON ROWS-------------------------------------------------*/
.icon-row {
  display: flex;
  /*align-items: center;*/
  gap: 50px;
  margin: 0 auto;
}

.icon-row .icon {
  flex-shrink: 0;
}

.icon-row .icon img {
  width: 100%;
  height: auto;
  display: block;
  margin:0;
}

.icon-row .icon-text {
  flex: 1;
}

@media (max-width:680px){
	.icon-row{
	display: block;
	}
	.icon-row .icon img {
	  width: auto;
	  margin:0 auto 10px;
	}
	.icon-row .icon-text {
	  text-align: center;
	}

}

/*LOCATION BOXES------------------------------------------------*/
.locations-wrap {
    visibility: hidden; /* hide until JS finishes */
}

.paginate .is-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.paginate {
    text-align: center;
}

.paginate span.next, .paginate span.prev{
cursor: pointer;
}
.paginate span.is-disabled{
cursor:default !important;
}

.location-filters{
    margin: 0 0 20px;
}
.location-filter:after{
content:"";
display:table;
clear: both;
}

.location-filters .results{
float: right;
margin-top:17px;
}
/* Wrap your selects in a class for safety */
.location-filters select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-color: #fff;
    border: 2px solid #0B1C54;  /* navy */
    border-radius: 40px;
    padding: 10px 40px 10px 20px;  /* room for arrow */
    font-size: 16px;
    font-weight: 600;
    color: #0B1C54;

    cursor: pointer;
    outline: none;

    /* Center text visually */
    text-align: center;
    text-align-last: center;

    width: auto;
    min-width: 180px;
}

/* Custom arrow */
.location-filters select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='%230B1C54' height='16' viewBox='0 0 20 20' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548l4.484 4.484 4.484-4.484L16 8.564l-6 6-6-6z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
}

/* Optional: spacing between filters */
.location-filters select:not(:last-child) {
    margin-right: 12px;
}

/* Hover effect */
.location-filters select:hover {
    border-color: #07133D;
}

/* Focus styling */
.location-filters select:focus {
    border-color: #07133D;
    box-shadow: 0 0 0 2px rgba(11, 28, 84, 0.15);
}

@media (max-width:850px){
.location-filters{
text-align:center;
}
.location-filters select {
margin-bottom:10px;
}
.location-filters .results{
float: none;
margin-top:17px;
}
}



.locations-wrap{
display: flex;
	justify-content: center;
	flex-direction: row;
flex-wrap: wrap;
	margin: 0px -15px 30px;
}
.location-box{
width: calc(33.333333% - 30px);
    margin: 0 15px 30px;
	/*height:525px;*/
	position: relative;
	overflow: hidden; 
	cursor: pointer;

}

.location-box-title{
font-size:1.15em; /*23/20*/
font-family: "brandon-grotesque", sans-serif;
font-weight: 700;
padding: 15px 0;
    line-height: 1;
}

.location-box-title::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #aa1c00;
    mask-image: url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%207.72%2012.56%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1.59.04l6.09%2C6.12c.06.06.06.17%2C0%2C.23L1.59%2C12.51c-.09.06-.2.06-.26%2C0l-1.33-1.36%2C4.73-4.76c.08-.06.08-.17%2C0-.23L0%2C1.4%2C1.33.04c.06-.06.17-.06.26%2C0h0Z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    transition: all 0.25s ease;
    margin-left: 5px;
    margin-top: 2px;
	opacity: 0;
}
.location-box:hover .location-box-title{
        color: #666;
}
.location-box:hover .location-box-title::after {
    margin-left: 8px;
	opacity: 1;
}


.location-box-container {
    position: relative;
    height: 420px;
    overflow: hidden;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	background-image: url("../images/default-site-box-bg.jpg");
	
}

.noimage-title{
    position: absolute;
	    width: 100%;
    text-align: center;
    padding: 0 20px 0;
    top: 50%;
    left: 50%; /* remove if you only want vertical centering */
    transform: translate(-50%, -50%); /* remove X for vertical only */
	
	color: #000;
    line-height: 1.3;
    font-size: 48px;
    font-family: "epicursive", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.location-box-image{
display:flex;
width:100%;
height:100%;
position: absolute;
top:0;
z-index:0;
}

.location-box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;    /* makes it fill the container */
  object-position: center; /* centers it */
}
.location-box-link-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    text-indent: -9999px;
}

.location-box-content{
	/*background: rgba(38,56,80,.9) url("../images/projects-up-arrow.png") no-repeat top 25px right 20px;*/
	z-index:10;
	background-color: #faf2e9;
	position: relative;
	    top: 100%;
		bottom:auto;
		/*top: calc(100% - 60px);*/
    height: 100%;
    padding: 20px 30px 20px;
transition: all 0.5s ease;
	font-size:.75em; /*15/20*/
}

.location-box:hover{
    
}
.location-box:hover .location-box-content{
 top: 30%;

}

@media (max-width:1200px){
.location-box{
	width: calc(50% - 30px);
	}
	/*.projects-box-content h2 {
    font-size: 25px;
	}*/
}

@media (max-width:680px){
	.location-box{
	width: calc(100% - 30px);
	}
}

/*Projects BOXES-----------------------------------------------*/

.projects-wrap{
	display: flex;
	justify-content: center;
	flex-direction: row;
flex-wrap: wrap;
	margin: 0px -5px 30px;
	/*margin: 30px 0px 30px;*/
}

.projects-box{
	width: calc(25% - 10px);
    margin: 0 5px 10px;
	height:525px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden; 

}
.projects-box-content{
	color:#fff;
	background: rgba(38,56,80,.9) url("../images/projects-up-arrow.png") no-repeat top 25px right 20px;
	position: relative;
	    /*top: 80%;*/
		top: calc(100% - 60px);
    height: 100%;
    padding: 15px 20px 20px;
transition: all 0.5s ease;
	
}
.projects-box-content h2{
	font-weight: 400;
    font-size: 28px;letter-spacing: -1px;
	line-height:1;
    margin: 0 0 10px;
    padding: 0;
    color: #FFF;
}
.projects-box-content h2 strong{
	font-weight: 700;
}
.projects-box-content p{
	font-size:15px;
	line-height: 1.3;
	padding:0;
	margin:0 0 15px;
}

.projects-box-content .project-subtitle{
font-size:18px;
line-height: 1.1;
margin-bottom:10px;
}

.projects-box:hover{
    
}
.projects-box:hover .projects-box-content{
  /*top: calc(100% - 115px);*/
  top: calc(100% - 160px);
	background: rgba(199,30,50,1) none no-repeat top 25px right 20px;
	
}

.projects-box-content .info{
	opacity: 0;
}
.projects-box:hover  .projects-box-content .info{
	opacity: 1;
}

/*.projects-box:nth-child(1){
	background-image: url("../images/homepage/home-box-design2.jpg");
}
.projects-box:nth-child(1) .projects-box-content{
}
.projects-box:nth-child(2){
	background-image: url("../images/homepage/home-box-manufacturing2.jpg");
}
.projects-box:nth-child(2) .projects-box-content{
}
.projects-box:nth-child(2) .projects-box-content h2{
}

.projects-box:nth-child(3){
	background-image: url("../images/homepage/home-box-inspection.jpg");
}
.projects-box:nth-child(3) .projects-box-content{
}*/

.project-link{
color:#fff !important;
text-decoration:none;
font-size:16px;
display: inline-flex;
  align-items: center;
  transition: all 0.5s ease;
}
.project-link::before {
   content: "";
  display: inline-block;
  width: 20px;
    height: 10px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.1 9.25'%3E%3Cpath d='M0,5.19h10.15l-2.35,4.06,11.3-4.62L7.8,0l2.35,4.06H0' fill='white' fill-rule='evenodd'/%3E%3C/svg%3E");
 background-size: contain;
    margin-right: 8px;
    margin-top: 0px;
	 transition: all 0.25s ease;
}
.project-link:hover{
color: #fff !important;
}

.project-link:hover::before {
margin-right: 4px;
    margin-left: 4px;
}

@media (max-width:1200px){
.projects-box{
	width: calc(50% - 10px);
	}
	/*.projects-box-content h2 {
    font-size: 25px;
	}*/
}

@media (max-width:680px){
	.projects-box{
	width: calc(100% - 10px);
	}
}

/*Arrow link-----------------------------------------*/
.arrow-link{
text-decoration:none;
display: inline-flex;
  align-items: center;
  transition: all 0.25s ease;
}
/*.arrow-link::after {
   content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.1 9.25'%3E%3Cpath d='M0,5.19h10.15l-2.35,4.06,11.3-4.62L7.8,0l2.35,4.06H0' fill='%23c71e32' fill-rule='evenodd'/%3E%3C/svg%3E");
 background-size: contain;
	 transition: all 0.25s ease;
	 margin-left: 5px;
    margin-top: 2px;
}*/
.arrow-link::after {
   content: "";
  display: inline-block;
width: 15px;
  height: 15px;
  background-color: #aa1c00;
  mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%207.72%2012.56%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1.59.04l6.09%2C6.12c.06.06.06.17%2C0%2C.23L1.59%2C12.51c-.09.06-.2.06-.26%2C0l-1.33-1.36%2C4.73-4.76c.08-.06.08-.17%2C0-.23L0%2C1.4%2C1.33.04c.06-.06.17-.06.26%2C0h0Z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
	 transition: all 0.25s ease;
	 margin-left: 5px;
    margin-top: 2px;
}
.arrow-link:hover{
padding-left:3px;
}
.arrow-link:hover::after {
	margin-left: 8px;
}

/*------------------*/

.arrow-link2{
text-decoration:none;
display: inline-flex;
  align-items: center;
  transition: all 0.25s ease;
}
.arrow-link2::before {
   content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.1 9.25'%3E%3Cpath d='M0,5.19h10.15l-2.35,4.06,11.3-4.62L7.8,0l2.35,4.06H0' fill='%23c71e32' fill-rule='evenodd'/%3E%3C/svg%3E");
 background-size: contain;
	 transition: all 0.25s ease;
	 margin-right: 8px;
    margin-top: 2px;
}
.arrow-link2:hover{

}
.arrow-link2:hover::before {
	margin-right: 4px;
    margin-left: 4px;
}


/*Side Border Content and Toggle--------------------------------------------------*/

.side-border-content{
border-left:#c71e32 solid 5px;
padding:20px 0px 20px 65px;
}

.toggle-group{

}

.toggle-group.home-toggles {
    margin-top: 35px;
}
.toggle-box{
    padding: 10px 30px 10px 0;
}
.toggle-box-title{
cursor: pointer;
font-size:35px;
font-weight: 700;
background-repeat: no-repeat;
background-image: url("../images/toggle-arrow.png");
background-position: right top 23px;transition: all 0.5s ease;
}
.toggle-box-title:hover{
color:#c71e32;
}
.toggle-box-content{
font-size:18px;
display:none;
}
.toggle-box-content p{
margin-bottom:10px;
}

.toggle-box.active{

}
.toggle-box.active .toggle-box-title{
background-image: url("../images/toggle-arrow-up.png");
}
.toggle-box.active .toggle-box-content{

}

@media (max-width:900px){
	.toggle-box-title{
	font-size:28px;
	}
}

@media (max-width:767px){
	.side-border-content{
		border-left:none;
		padding:0px 0px 0px 0px;
		text-align: center;
		}

}
/*Project Testimonial--------------------------------------------------*/

.project-testimonial {
  display: flex;
  width: 100%;
  min-height: 400px;
  background-color: #283851; 
  color: #fff;
      margin-bottom: 40px;
}
.project-testimonial-photo {
  flex: 1;
  /*background-image: url('your-image.jpg');*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 400px;
  background-color: #ccc; 
}

.project-testimonial-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.pt-inner {
  max-width: 480px;
  width: 100%;
  text-align: left;
}
.pt-quote{
font-size:30px;
margin-bottom: 20px;
    line-height: 1.2;
}

.pt-author{
font-size:23px;
font-weight: 300;
text-transform: uppercase;
 line-height: 1.2;
}

@media (max-width:700px){
.project-testimonial {
  display: block;
  }
}

/*Homepage Industries--------------------------------------*/
.home-industries{
display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 30px -20px 0;
}

.hi-col{
	text-align: center;
    width: calc(33.333333% - 40px); 
    margin: 0px 20px 30px;
    padding: 0px 0px 0px;
    position: relative;
}
.hi-col-image{
border-bottom:5px solid #c71e32;
margin:0 auto 20px;
width:100%;
}
.hi-col-image img{
max-width: 100%;
width:100%;
display: block;
}

.hi-col-title{
font-weight:700;
font-size:30px;
}
.hi-col-content{
font-size:18px;
line-height:1.2;
}

@media (max-width:700px){
.hi-col{
    width: calc(100% - 40px); 
}
}

/*Counter--------------------------------------------------*/

.counter-bar{
	padding:40px 0;
	background-color: #c71e32;
	color: #fff;
}

.counter-boxes-wrap{
	display: flex;
	/*justify-content: center;*/
	justify-content: space-between;
	flex-direction: row;
	/*justify-content: flex-start;*/
	flex-wrap: wrap;
	margin: 10px -10px 10px;
}
.counter-box{
	text-align: center;
	width: calc(25% - 10px);
    margin: 0 5px 30px;
}
.counter-number{
	font-weight: 700;
	font-size:40px;
	color:#05114d;
}
.count{
	
}
.counter-description{
	font-size:16px;
	font-weight: 700;
	text-transform: uppercase;
}
.counter-description span{
	font-size:.85em;
	display: block;
}

@media (min-width:768px) and (max-width:1200px){
.counter-box{
	width: calc(50% - 10px);
    margin: 0 5px 30px;
}
}
@media (max-width:600px){
	
.counter-box{
	width: calc(50% - 10px);
    margin: 0 5px 30px;
}
}

/*-------------------------------------------------*/

ul.button-group{
	margin:15px 0;
	padding: 0;
	list-style: none;
}
ul.button-group li{
	margin:0 20px 20px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}


/*HOMEPAGE BLOG POSTS-----------------------------------------*/

.blog-posts-wrapper{
	padding:60px 0px;
	color:#fff;
	background-color: #05114d;
}

.blog-posts-container{
display: flex;
/*align-items: center;*/
justify-content: space-between;
}

.blog-posts-intro{
width:425px;
    padding-top: 60px;
}
.blog-posts-intro h2{

    font-family: "epicursive", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
}
.blog-posts-intro  a.btn.alt:hover {
    background-color: #05114d !important;
    border: 1px solid #f6c974 !important;
    color: #f6c974 !important;
}


ul.blog-posts-nav{
list-style: none;
margin:20px 0;
padding: 0;
}
ul.blog-posts-nav li{
display: inline-block;
list-style: none;
padding:0;
margin:0 0 10px 0;
}
ul.blog-posts-nav li.prev{
margin-right:4px;
}

ul.blog-posts-nav li.next{
margin-left:4px;
}
ul.blog-posts-nav li a{
display:block;
height:80px;
width:80px;
position: relative;
border-radius: 80px;
border:solid 2px #fff;
transition: all 0.5s ease;
}
ul.blog-posts-nav li.prev a:after{
content: "";
display:block;
position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  background-color: #fff;
mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%208%2013%27%20xmlns%3D%27http://www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M6.5%201%20L1%206.3%20L6.5%2011.5%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%270.6%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");


  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

ul.blog-posts-nav li.next a:after{
content: "";
display:block;
position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px;
  background-color: #fff;
mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%208%2013%27%20xmlns%3D%27http://www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M1%201%20L6.5%206.3%20L1%2011.5%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%270.6%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");

  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

ul.blog-posts-nav li a:hover{
border:solid 2px #f6c974;
}
ul.blog-posts-nav li a:hover:after{
background-color: #f6c974;
}

.blog-posts-viewport {
  overflow: hidden;
  position: relative;
  width:calc(100% - 455px);

}

.blog-posts{
display: flex;
transition: transform 0.4s ease;

}


.blog-post{
	position: relative;
	padding-bottom:20px;
 /*   flex: 0 0 47%;        
  margin-right: 3%; */ 
   flex: 0 0 calc(50% - 1.5%);  /* two cards minus half the gap */
  margin-right: 3%;            /* gap */   

}
.blog-post:last-child {
  margin-right: 0;
}


.blog-post-image{
/*	-webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.25);
box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.25);
	border:3px solid #fff;*/
	margin-bottom: 20px;
}
.blog-post-image img{
	display: block;
	width:100%;
}

.blog-post-content{
	
	position: relative;
	padding:0 5px;
	
}
.blog-date{
margin-bottom:10px;
}

.blog-title{

 color:#f6c974;
	font-size:40px;
  font-weight: bold;
  line-height: 1.2;
padding: 0;
	margin:0 0 10px 0;
}
.blog-title a{
	color:#f6c974;
	text-decoration: none;
	    transition: all 0.25s 
ease;
}
.blog-title a:hover{
	color:#fff;
}

.blog-post a.arrow-link{
	position: absolute;
	left:0;
	bottom:0;
	color:#fff;
}
.blog-post a.arrow-link:hover{

	color:#f6c974;
}
.blog-post a.arrow-link:after{
	    background-color: #fff;
}

@media (max-width:1250px){
	.blog-posts-intro {
		width: 330px;
	}
	.blog-posts-viewport {
	  width:calc(100% - 350px);
	}
}

@media (max-width:980px){
.blog-posts-container{
display: block;
}
.blog-posts-intro {
		width: 100%;
		text-align: center;
		padding-top:0;
	}
	.blog-posts-viewport {
	  width:100%;
	}
	
	ul.blog-posts-nav li a {
		height: 60px;
		width: 60px;
	}
	ul.blog-posts-nav li.prev a:after {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
	}
	ul.blog-posts-nav li.next a:after {
    width: 30px;
    height: 30px;
    top: 15px;
    left: 15px;
	}

}

@media (max-width:600px){

.blog-post{
   flex: 0 0 100%;
  margin-right: 0;             

}

.blog-post-image img {
    width: 100%;
}

}

/*----------------------------------------------------*/

.vertical-center-content{
	 position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
	padding:0 40px;
}

.align-middle{
	 position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
	padding:0 40px;
}

/*-------------------------------------------------------------*/
/*-----------------------------------------------*/


.intro-row{
padding:65px 0; 
text-align: center;
}
.intro-row.dark{
background-color: #000;
color:#fff;
}
.intro-row a{
color:inherit;
}
.intro-row-content {
    max-width: 600px;
    margin: auto;
}
 h1.title-caption, h2.title-caption,h3.title-caption, p.title-caption{
font-family: "din-2014", sans-serif;
font-size:20px;
font-weight:700;
color:#c71e32;
        margin: 0 4px 10px;
    letter-spacing: 0;
    line-height: 1.2;
}
@media(max-width:640px){
h1.title-caption, h2.title-caption, h3.title-caption, p.title-caption {
    font-size: 16px;
}
}


a.btn.icon{
    padding-right: 100px;
    background-repeat: no-repeat;
    background-position: right 25px center;
	}

a.btn.icon.erie{
background-image: url("../images/button-icons/btn-erie.png");
}
a.btn.icon.huntsville{
background-image: url("../images/button-icons/btn-huntsville.png");
}
ul.external-link-list{
list-style: none;
margin:20px 0;
padding:0;
 /* display: flex;
  flex-direction: column;*/
}
ul.external-link-list li{
list-style: none;
margin:0 0 10px;
padding:0;
position: relative;
/*display:inline-block;
width:auto;
background-repeat: no-repeat;
background-position: right 0px top 10px;
background-image: url("../images/external-link-icon.png");*/

}

ul.external-link-list a{
    padding-right: 27px;
    background-position: right top 7px;
background-repeat: no-repeat;
background-image: url("../images/external-link-icon.png");
}
.col-max{
max-width:550px;
padding-right:50px;
}
@media(max-width:767px){
	.col-max{
	padding: 0 40px;
	max-width:100%;
	}
}

.our-values{
padding:80px 0;
background-color: #000;
color: #fff;
}

.table-chart{
margin:45px 0;
}
.chart-row{
display: flex;
     justify-content: center; 
	flex-direction: row;
	flex-wrap: wrap;
	/*margin:0px -15px 0;*/
	margin:0px -10px 0;
	padding:20px 0;
	border-bottom: 1px solid #666;
	align-items: center;
}
.chart-col{
margin: 0px 10px 30px;
	position: relative;
	background-color: #000;
	width: calc(50% - 20px);
}
.chart-col h2,.chart-col p{
margin-bottom: 0;
}

@media (max-width:680px){
.chart-col {
    text-align: center;
    width: calc(100% - 20px);
}
}

/*WORK BLOCKS--------------------------------------------------------*/

.blocks-wrapper{
display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px;
}

.block{
margin:0;
width: 50%;position: relative;
}

.block-image{
aspect-ratio:3/2;
overflow: hidden;
position: relative;
}
.block a{
text-decoration: none;
color: #000;
}

.block-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background: radial-gradient(circle, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.75) 100%);
   /*background: radial-gradient(circle, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.5) 100%);*/
  opacity: 0;
  transition: opacity 0.5s ease; /* Smooth vignette fade-in effect */
  pointer-events: none; /* Ensure this layer doesn’t block mouse interactions */
}

.block-image img{
width:100%;
    transition: all 0.5s ease;
	display:block;
}
.block a:hover .block-image img{
/*transform: scale(1.1) rotate(-5deg);*/
transform: scale(1.1); 

}

.block a:hover .block-image:after{
opacity: 1;
}
.block-content{
padding:30px 65px 65px;
}
.block-content h3{
font-weight:600;
margin-bottom:10px;
}
.block a:hover .block-content h3{
color:#f15b28 !important;
}
.block-content p{

}

.block .video-background{
aspect-ratio: 3/2;
position: relative;
}
.block  .video-background video{
 height:100%;
     max-width: none;
    width: auto;
 position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media(max-width:768px){
	.block{
	width:100%;
	}
}


/*EO Template intro and Banner-----------------------*/

.intro-banner{

}

.intro-banner .inner{
    padding: 0 80px;
}

.intro-banner.full .inner{
max-width: 100%;
padding:0 !important;
}

@media (max-width:1100px){
	.intro-banner .inner {
    
	}
}


.intro-banner-image{

}
.intro-banner-image img{
width:100%;
display: block;
}

.video-background{
	background-color: #000000;
	position: relative;
	overflow:hidden;
	aspect-ratio: 16/9;
}

.video-background video{
		max-width:100%;
		width:100%;
		/*pointer-events: none;*/
		display:block;
}

.video-block{
	background-color: #000000;
	position: relative;
	overflow:hidden;
	aspect-ratio: 16/9;
}

.video-block video{
		max-width:100%;
		width:100%;
		pointer-events: none;
		display:block;
		position: relative;
}
.video-block.playing video{
pointer-events: auto;
}

.video-block .button-layer{
position: absolute;
/*height:100%;*/
/*width:100%;
height:calc(100% - 125px);
top: 50%;
left: 0;
transform: translateY(-50%);*/
width:125px;
height:125px;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: rgba(0,0,0,0);
color: #fff;
z-index:20;
display:block;text-align:center;
}

/*.video-block.muted .button-layer{
width:100%;
height:100%;
}*/
.video-block.playing.muted video{
pointer-events: none;
}

.video-block .button-layer:after{
    /*content: '▶';*/
	
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../images/play-icon.png");
	background-size: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: white;
    background-color: rgba(199, 30, 50, .5);
    border-radius: 75px;
    height: 75px;
    width: 75px;
    padding: 0 0 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
	pointer-events: auto;
}
.video-block .button-layer:hover:after{
 background-color: rgba(199, 30, 50, .75);
    /*border-radius: 0px;*/
    height: 100px;
    width: 100px;
	 font-size: 40px;
}

/*.video-block.playing .button-layer{
display:none;
}
.video-block.playing.muted .button-layer{
display:block;
}*/
.video-block.playing .button-layer:after {
  opacity: 0;
  /*pointer-events: none;*/
}


.video-block.muted .button-layer:before{
    content: '';
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../images/sound-icon.png");
	background-size: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: white;
   background-color: rgba(199, 30, 50, .5);

	/*border:1px solid #fff;*/
    border-radius: 75px;
    height: 75px;
    width: 75px;
    padding: 0 0 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
	pointer-events: auto;
}
.video-block.muted  .button-layer:hover:before{
background-color: rgba(199, 30, 50, .75);
    /*border-radius: 0px;*/
    height: 100px;
    width:100px;
	/*background-size: 80%;*/
}

.video-block.muted .button-layer:before {
  opacity: 1;
}

@media (max-width:680px){
.video-block .button-layer:after{
    border-radius: 50px;
    height: 50px;
    width: 50px;
}
.video-block .button-layer:hover:after{
    height: 65px;
    width: 65px;
}

.video-block.muted .button-layer:before{
    border-radius: 50px;
    height: 50px;
    width: 50px;
}
.video-block.muted  .button-layer:hover:before{
    height: 65px;
    width:65px;
}
}

/*youtbue-----*/
.youtube-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* Aspect ratio 16:9 */
    height: 0;
    overflow: hidden;
}

.youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; /* Remove iframe border */
}

.youtube-overlay{
position: absolute;
left:0;
top:0;
width:100%;
height:100%;
overflow: hidden;
z-index: 1;
}
.youtube-overlay img{
display:block;
width: 100%;
}
.youtube-overlay:before{
    content: '▶';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 75px;
    height: 75px;
    width: 75px;
    padding: 0 0 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.youtube-overlay:hover:before{
 background-color: rgba(241, 91, 40, .75);
    border-radius: 0px;
    height: 100px;
    width: 100px;
	 font-size: 40px;
}

/*----------------------------------------------------*/

ul.project-details{
    list-style: none;
    margin: 15px 0 15px 0;
    padding: 0 0 0 15px;
    border-left: 6px #c71e32 solid;
    font-weight: 700;
    font-size: 24px;
	line-height:1.1;
}

ul.project-details li{
list-style: none;
margin: 0 0 15px;
    padding: 0;
}

@media (max-width:767px){
ul.project-details{
    list-style: none;
    margin: 25px 0 15px 0;
    padding: 30px 0 0 0;
	border-left: none;
    border-top: 6px #c71e32 solid;
    font-size: 20px;
}
}

/*----------------------------------------------------*/

ul.strategy-list{
	margin: 0 0 50px;
	padding:0;
	list-style: none;
}

ul.strategy-list li{
	margin:0;
	padding:20px 0;
	list-style: none;
	font-weight:600;
	border-bottom:1px solid #707070;
}

ul.list-of-services{
margin:0;
padding:0;
font-size:15px;
text-transform: uppercase;
letter-spacing: 2px;
list-style:none;
}
ul.list-of-services li{
display:inline-block;
padding:0;
margin:0;
}
ul.list-of-services li:before{
content:"•";
margin:0 5px;
}
/*ul.list-of-services li:first-child:before{
content:"";
margin:0;
}
*/

.impact{
	display: flex;
     justify-content: left; 
	 /*justify-content: space-between; */
	flex-direction: row;
	flex-wrap: wrap;
	margin:20px -15px 40px;
	/*margin:20px 0px 40px;*/
}
.impact-block{
	 margin: 0px 15px 20px;
	position: relative;
	width: calc(25% - 30px);
	text-align: center;
}

.impact-stat{
font-size:76px;
color:#01AAD5;
line-height: 1;
}
.impact-description{
font-size:20px;
}

.impact-block p:empty{
display:none;
}

@media(min-width:680px) and (max-width:860px){
	.impact-stat{
	font-size:50px;
	}
}
@media(max-width:679px){
	.impact-block{
		width: calc(50% - 30px);
	}
}
@media(max-width:525px){
	.impact-stat{
	font-size:50px;
	}
	.impact-description{
	font-size:16px;
	}
}
@media(max-width:400px){
	.impact-block{
		width: calc(100% - 30px);
	}
	.impact-stat{
	font-size:70px;
	}
	.impact-description{
font-size:20px;
}
	
}
/*Internal pages---------------------------------------------*/

#internal-banner{
	background-color: #000;
	/*min-height: 520px;*/
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: center top;
    position: relative;
	/*background-size: 100%;*/
	/*background-blend-mode: multiply;*/
	
}

#internal-banner .inner{
	min-height: inherit;
}

#internal-banner:before,#internal-banner.none:before{
	/*content: "";*/
	display:block;
	position: absolute;
	left:0;
	top: 0;
	background-color: inherit;
	width:100%;
	height:100%;
	/*opacity:1;
	mix-blend-mode: hard-light;*/
}
#internal-banner.hard-light:before{
	content: "";
	opacity:1;
	mix-blend-mode: hard-light;
}
#internal-banner.soft-light:before{
	content: "";
	opacity:1;
	mix-blend-mode: soft-light;
}
#internal-banner.multiply:before{
	content: "";
	opacity:1;
	mix-blend-mode: multiply;
}
#internal-banner.gradient:before{
	content: "";
	opacity:.85;
	 -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

#internal-banner.top-gradient:before{
	content: "";
	opacity:.85;
	 -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%);
  mask-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%);
}




.single.single-events #internal-banner{
	/*background-image: url("../images/banner-temp.jpg");*/
}


.blog #internal-banner, .single #internal-banner, .archive #internal-banner, .error404 #internal-banner, .search #internal-banner{
	/*background-image: url("../images/blog-banner.jpg");*/
	background-image: url(../images/bottom-cta-bg-dark.jpg);
}
.single #internal-banner{
	background-position: center top;
}


@media(min-width:1440px){

#internal-banner{
	background-size: cover;
	}
}

.internal-banner-content{
	position: absolute;
	/*width: calc(50% - 80px);*/
	width: 50%;
	/*bottom:60px;*/
	top: 50%;
    transform: translateY(-50%);
    left: 80px;
}

.font-resize .internal-banner-content {
		position: relative;
		width: 50%;
		/* bottom: 60px; */
		top: auto;
		transform: translateY(0);
		left: auto;
		padding: 20px 0;
}

.internal-banner-content.full-width,.font-resize .internal-banner-content.full-width {
		width:auto;
}

.transparent-header .internal-banner-content{
	top: calc(50% + 50px);
}


.banner-mobile-image{
	display: none;
	margin:0px auto 20px;
}





/*@media (max-width: 1000px){
	.internal-banner-content {
		left:40px;
	}
}*/

.internal-banner-content .small-title{

	margin-bottom: 10px;
}
.internal-banner-content .small-title h1,.internal-banner-content .small-title h2,.internal-banner-content .small-title h3, .internal-banner-content .small-title p{
	font-size: 1.9em; /*38/20*/
    color: #000;
    font-family: "epicursive", sans-serif;
font-weight: 400;
font-style: normal;
	margin-bottom:0;
	line-height:1;
}


.internal-banner-content h1,.internal-banner-content h2,.internal-banner-content h3, .internal-banner-content p.banner-title{
	color: #1c2b70;
	margin-bottom:15px;
line-height:1;
font-size:  3.7em; /*74/20*/
font-family: "brandon-grotesque", sans-serif;
font-weight: 900;
font-style: normal;
}


.internal-banner-content h1.script,.internal-banner-content h2.script,.internal-banner-content h3.script{
	color: #000;
	    margin-top: 90px;
	margin-bottom:15px;
line-height:1;
font-size:  3.7em; /*74/20*/
font-family: "epicursive", sans-serif;
font-weight: 400;
font-style: normal;
}


.internal-banner-content h1 span,.internal-banner-content h2 span,.internal-banner-content h3 span, .internal-banner-content p.banner-title span{
	font-size:  .5em; /*50/100*/
	display:block;    
	margin-top: 10px;
}

.internal-banner-content h1 strong,.internal-banner-content h2 strong,.internal-banner-content h3 strong, .internal-banner-content p.banner-title strong{
	font-weight: 900;
}

.internal-banner-content h1 a,.internal-banner-content h2 a,.internal-banner-content h3 a, .internal-banner-content p.banner-title a{
	text-decoration: none;
}
.internal-banner-content h1 a:hover,.internal-banner-content h2 a:hover,.internal-banner-content h3 a:hover, .internal-banner-content p.banner-title a:hover{
	text-decoration: underline;
}

/*.custom-subtitle{
	font-size:22px;
	color:#FFF;
	font-weight: 400;
}*/

.internal-banner-content.white-text{
	color: #fff;
}
.internal-banner-content.white-text h1,.internal-banner-content.white-text h2,.internal-banner-content.white-text h3, .internal-banner-content.white-text p.banner-title{
	color: #fff;
}
.parent-title{
	    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
}
.parent-title a{
	text-decoration: none;
	    display: inline-block;
	color:inherit;
}
.parent-title a:hover{
	opacity: .8;
}


#internal-banner.short{
	min-height: 225px;
}

#internal-banner.short .internal-banner-content{
	/*bottom: 10px;*/
}
#internal-banner.short .internal-banner-content h1,#internal-banner.short .internal-banner-content h2,#internal-banner.short .internal-banner-content h3, #internal-banner.short .internal-banner-content p.banner-title{
	font-size: 55px;
}


@media (max-width:980px){
	.internal-banner-content h1,.internal-banner-content h2,.internal-banner-content h3, .internal-banner-content p.banner-title{
	/*font-size: 2.666666em;*/
}
}

@media (max-width:945px){
	#internal-banner.short {
		min-height: 140px !important;
	}
}


@media (max-width:767px){
	
	#internal-banner {
		min-height:0 !important;
		/*padding: 100px 0;*/
		        padding: 0px 0 100px;
		background-size: cover;
	}
	#internal-banner.hide-bg-mobile {
		background-image: none !important;
	}
	
	.banner-mobile-image{
		display: block;
		border:5px solid #fff;
		
		-webkit-box-shadow: 0px 0px 28px -7px rgba(0,0,0,0.51);
		-moz-box-shadow: 0px 0px 28px -7px rgba(0,0,0,0.51);
		box-shadow: 0px 0px 28px -7px rgba(0,0,0,0.51);
	
		}
		.internal-banner-content , .font-resize .internal-banner-content, .transparent-header .internal-banner-content {
			width: auto;
			padding: 20px 0;
			text-align: center;
			position:relative;
			top:auto;
			left:auto;
			
    transform: translateY(0);

		}
	.internal-banner-content h1, .internal-banner-content h2, .internal-banner-content h3, .internal-banner-content p.banner-title {
		font-size:3em; /*60/20*/
	}
		#internal-banner.short .internal-banner-content h1,#internal-banner.short .internal-banner-content h2,#internal-banner.short .internal-banner-content h3, #internal-banner.short .internal-banner-content p.banner-title{
		font-size:3em; /*60/20*/
	}
		.parent-title {
		margin-bottom: 0;
	}

	.custom-subtitle{
		font-size:16px;
	}
	
}


@media (max-width:540px){

	/*#internal-banner {
		min-height: 200px;
	}*/
	.internal-banner-content h1, .internal-banner-content h2, .internal-banner-content h3, .internal-banner-content p.banner-title {

	}

	.custom-subtitle{
		font-size:14px;
	}

	
}

/*PAGE EXTRAS----------------------------------------------*/

.intro{
	
}

.intro:after{
	display:table;
	content:"";
	clear:both;
}


.intro-left{
	width:calc(100% - 440px);
	float:left;
}

.intro-right{
	width:400px;
	float:right;
}

@media (max-width:1100px){
	.intro-left{
	width:calc(100% - 340px);
	}

	.intro-right{
		width:300px;
	}
}

@media (max-width:767px){
	.intro-left,.intro-right{
		width:auto;
		float: none;
	}
}

ul.underline-list{
	margin:0;
	padding:0;
	list-style: none;
}

ul.underline-list li{
	margin:0;
	padding:0px 0;
	list-style: none;
	border-bottom:1px solid #707070;
}
ul.underline-list li:last-child{
	border-bottom:none;
}
@media (max-width:768px){
.split-col ul.underline-list li:last-child{
	border-bottom:1px solid #707070;
}
}
ul.underline-list a{
color:#000;
text-decoration: none;
width:100%;
padding:20px 0;

display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

ul.underline-list a:after{
  display: block;
  content: "";
  width: 14px;
  height: 26px;
  padding: 0px 35px 0 0;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url("../images/link-list-arrow.png");
}
ul.underline-list a:hover{
color:#f15b28;
}
ul.underline-list a:hover:after{
padding: 0px 0px 0 0;
}

ul.underline-list li.current-menu-item a{
color:#ccc;
}
ul.underline-list li.current-menu-item a:after{
  display: none;
}



ul.underline-list.icons li{
	/*padding:10px 0 10px 45px;*/
}
ul.underline-list i{
	color: #5c468e;;
	margin-right:10px;
}


/*----------------------------------------------*/

.internal-intro-wrap{
	/*padding-bottom:90px;*/
	margin-bottom:50px;
}
.internal-intro{
	background-color: #ededee;
	background-repeat: no-repeat;
	background-position: center center;
	
}
@media (min-width:1500px){
	.internal-intro{
background-size: cover;
	}
}

.internal-intro:after{
	content:"";
	display: table;
	clear: both;
}
.internal-intro h1,.internal-intro h2{
	color:#23335A;
	font-size: 48px;
	font-weight: 700;line-height: 1.1;
}


.internal-intro .inner{
	display: flex;
    /* justify-content: center; */
    align-items: center;
    justify-content: space-between;
	flex-direction: row;
}

.internal-intro-left{
	width:48%;
	    padding: 80px 0;
}
.internal-intro-right{
	width:48%;
	position: relative;
	
}

.internal-intro-right img.mobile-only{
	display: none;
}
.internal-intro .btn{
	padding:18px 20px;
}

@media (max-width:1180px){
	
	.internal-intro h1, .internal-intro h2 {
    font-size: 40px;
	}
}

@media (max-width:860px){
	.internal-intro{
		background-image: none !important;
	}
	
	.internal-intro .inner{
	display: block;
}

.internal-intro-right img.mobile-only{
	display: block;
}
	
	
	.internal-intro-left,.internal-intro-right{
		width:auto;
		float:none;
		text-align: center;
	}
	.internal-intro h1, .internal-intro h2 {
    font-size: 35px;
	}
	.internal-intro-right img{
		position: relative;
		right:auto;
		display: block;
		margin:auto;
		/*max-width:480px;*/
	}
}


#content-wrap{
	/*padding:40px 0;*/
		padding:0;
}

#content-wrap.nopadding{
	padding:0;
}




/*.post-thumbnail{
	float:right;
	margin:0 0 20px 20px;
}*/

.post-thumb-wrap.right{
	float:right;
	margin:0 0 20px 20px;
}
.post-thumb-wrap.left{
	float:left;
	margin:0 20px 20px 0px;
}
.post-thumb-wrap.center{
	float:none;
	margin:0 auto 20px;
}


.post-thumbnail img{
	display: block;
	margin:auto;
}

/*.styled-image .post-thumbnail{
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33);
box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33);
	border:5px solid #FFF;
	transform: rotate(3deg);
	max-width:400px;
}*/
img.border-image{
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33);
box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33);
	border:5px solid #FFF;
}
img.styled-image {
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33);
box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33);
	border:5px solid #FFF;
	transform: rotate(3deg);
	
	margin:0 0 20px 20px;
}

img.styled-image.flip {
	transform: rotate(-3deg);
	margin:0 20px 20px 0;
}

img.circle-image {
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-shape-outside: circle(50%);
    shape-outside: circle(50%);
    shape-margin: 20px;
	border:5px solid #b01b2e;
	-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33);
box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33);
}


@media(max-width:900px){
	
	/*.post-thumbnail, .styled-image .post-thumbnail{
	max-width:325px;
	}*/
	.post-thumb-wrap{
	max-width:325px;
	}
}
@media(max-width:700px){
	/*.post-thumbnail, .styled-image .post-thumbnail{
	max-width:325px;
		float:none;
		margin:0 auto 20px;
	}*/
	.post-thumb-wrap{
		float:none !important;
		margin:0 auto 20px !important;
	}
	
	.post-thumbnail img, .styled-image .post-thumbnail img{
		margin:0 auto;
	}
	
}


.banner {
    height: 450px;
    overflow: hidden;
    color: #fff;
    padding: 120px 0 0;
    background-color: #000;

background-repeat: no-repeat;
	background-size: cover;
	    background-position: center center;
	background-image: url("../images/splash-bg4.jpg");
}
@media (min-width:1395px){
	.banner{
		background-size: cover;
	}
}

.banner.short{
	height: 265px;
}

.banner .inner{
	    height: 100%;
}
.banner-content{
	    color: #fff;
text-align: center;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
	font-size:24px;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}
.banner-content p{
	
}

.banner-content h1{
	    font-weight: 800;
    font-size: 60px;
    margin: 0 0 20px;
    text-transform: uppercase;
    line-height: .90;
    color: #FFF;

	}

.banner.short .banner-content h1{
	font-size:48px;
}
.section{
	padding:65px 0;
}
.section:after{
	content: "";
	display: table;
	clear: both;
}

.row{
	padding:40px 0;
}
.row:after{
	content: "";
	display: table;
	clear: both;
}





.section.lightgrey, .row.lightgrey{
	background-color: #F5F5F7;
}
.section.grey, .row.grey{
	background-color: #b5b0ad;
}

.section.lightblue, .row.lightblue{
	background-color:  #4f78d0;
}
.section.darkblue, .row.darkblue{
	background-color:  #00293f;
}
.section.red,.row.red{
	background-color:  #b01b2e;
}

.section.white,.row.white{
	background-color: #FFFFFF;
}

.section.black, .row.black{
	background-color: #000000;
}


/*IMAGES---------------------------------------*/

.image-caption{
	max-width:350px;
	font-size:14px;
}
.image-caption img{
	display: block;
	width:100%;
}

.image-caption .caption{
	padding:10px;
	font-size:14px;
}


.image-border{
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33);
box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33);
	border:5px solid #FFF;
	/*transform: rotate(3deg);*/
}
.image-border img{
	display:block;
}


.image-border.alignleft,.image-caption.alignleft {
    float: left;
    margin: 0 40px 30px 0;
}
.image-border.alignright,.image-caption.alignright {
    float: right;
    margin: 0 0 30px 40px;
}
.image-border.aligncenter,.image-caption.aligncenter {
    margin: 20px auto;
    display: block;
}



/*TOGGLE PANES------------------------------------------------------------*/

/*
.toggle-block{
	margin-bottom:10px;
}
.toggle-block p{
	margin-bottom:5px;
}
.toggle-link{
	font-weight:700;
}
.toggle{
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	padding:5px 0px 5px 0px;
	cursor: pointer;
	color:#5c468e;
}
.toggle h1,.toggle h2,.toggle h3,.toggle h4,.toggle p{
	color: inherit;
}

.toggle-indicator {
    display: inline-block;
    margin-left: 10px;
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1;
}
.toggle-indicator:before{
	display: block;
	content:"+";
}
.toggle:hover{
	color:#666;
	text-decoration: none;
}
.toggle-block.active .toggle{
}

.toggle-block.active .toggle-indicator:before{
	content:"-";
}

.toggle-pane{
	display: none;
}
.toggle-block.active .toggle-pane{
	display: block;
}


*/

.two-column{
	display: flex;
	justify-content: space-between;
	
}
.two-column{
	
}
.two-column .column{
	width:48%;
	margin-bottom:20px;
}
/*404---------------------------------------------*/
section.not-found{
	text-align: center;padding:60px 0
}


/* Flex Video */
.flex-video {
	position: relative;
	padding-top: 1.5625em;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 1em;
	overflow: hidden;
}
.flex-video.widescreen {
	padding-bottom: 57.25%;
	padding-bottom: 54.5%;
}
.flex-video.vimeo {
	padding-top: 0;
}
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.flex-video {
	border: none;
	margin-bottom: 20px;
}

.video-banner .flex-video{
	margin-bottom: 0;
}

@media (max-width:1440px){
	.flex-video.widescreen {
	padding-bottom: 53.25%;
		padding-bottom: 54.5%;
	}
}
@media (max-width:1005px){
	.flex-video.widescreen {
	padding-bottom: 52.25%;
		padding-bottom: 54%;
	}
}


/*Bottom CTA---------------------------------*/

.bottom-cta, .bottom-cta.darkblue{
	background-color: #0F2B55;
	position: relative;
	height:450px;
	text-align: center;
	color:#fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("../images/bottom-cta-bg-dark.jpg");
}

.bottom-cta.lightblue{
	background-color: #01AAD5;
	background-image: url("../images/bottom-cta-bg-light.jpg");
}
@media (min-width:1600px){
	.bottom-cta{
		background-size: cover;
	}
}
.bottom-cta .inner{
	height:100%;
}
.bottom-cta h2{
	color:#fff;
	font-size:46px;
	font-weight:600;
	margin-bottom:30px;
}
.bottom-cta p{
	
	margin-bottom:30px;
}

a.cta-btn, .bottom-cta.darkblue a.cta-btn{
	display:inline-block;
	font-size:20px;
	padding:10px 35px;
	color: #FFF;
	font-weight: 600;
	text-decoration: none;
	background-color: #D0021B;
	border-radius: 100px;
}
a.cta-btn:hover, .bottom-cta.darkblue a.cta-btn:hover{
	color:#fff;
	background-color: #B10015;
}

.bottom-cta.lightblue a.cta-btn{
	background-color: #0F2B55;
}
.bottom-cta.lightblue a.cta-btn:hover{
	background-color: #B10015;
}




.icon-list{
	display:block;
	margin:40px 0;
}
.icon-block{
	margin: 0px 0px 30px;
	width: auto;
	text-align: left;
	position: relative;
	padding-left:100px;
}


.icon-block h3{
	font-size:26px !important;
	font-weight:600 !important;
	margin-bottom:10px;
}

.icon-block .icon-image{
	width:68px;
	position: absolute;
	left:0;
	top:0;
}
.icon-block .icon-image img{
	display: block;
	margin:0;
}


/*TITLE BANNER CSS------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/

.title-banner{
	padding:40px 0;

	background-color: #b01b2e;
	background: rgb(176,27,46);
background: linear-gradient(45deg, rgba(242,21,49,1) 0%, rgba(176,27,46) 100%);

}

.title-banner-content{
	color:#fff;
}
.title-banner-content h1,.title-banner-content h2,.title-banner-content h3{
color: inherit;
font-size:2.5em; /*50*/
	margin-bottom: 0;
}


.title-banner-subtitle{
	font-size:1.2em; /*24*/
}

.title-banner-small-title{
	font-size:1.2em; /*24*/
}


/*SIMPLE BANNER CSS------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/

.simple-banner{
	min-height:210px;
	/*background-color: #f5f5f7;*/
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	/*background-image: url("../images/simple-banner-bg-light-grey.jpg");*/
	padding-bottom: 30px;
}

.transparent-header .simple-banner {
    padding-top: 100px;
}
@media (max-width:930px){
.transparent-header .simple-banner {
    padding-top: 0px;
}
}

@media (min-width:1440px){
	.simple-banner{
		background-size: cover;
	}
}

.simple-banner-content{
	text-align:center;
	margin-top:85px;
}
.simple-banner-content h1,.simple-banner-content h2,.simple-banner-content h3{
	/*font-size:4em*/ /*80/20*/;
	    font-weight: 400;
	line-height: 1.1;
}

.simple-banner-content h1.script, .simple-banner-content h2.script, .simple-banner-content h3.script {
    color: #000;
    margin-top: 90px;
    margin-bottom: 15px;
    line-height: 1;
    font-size: 3.7em;
    font-family: "epicursive", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.simple-banner-content h1 a{
	
	text-decoration: none;
}
.simple-banner-content h1 a:hover{
	color:#666;
}
.simple-banner-subtitle{
	
}
.simple-banner-subtitle.archive-title{
	
}
@media (max-width:680px){
	.simple-banner{
		min-height: 0;
}
	.simple-banner-content{
	margin-top:80px;
}
	.simple-banner-content h1,.simple-banner-content h2,.simple-banner-content h3{
	font-size:3em /*60/20*/;
}
}




/*SECTION BLOCK CSS------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/

/*Logo Group Block----------------------------------------------------*/

.logo-group{
	padding:40px 0;
}
.logo-block-intro{
	text-align: center;
}

ul.logo-group{
	padding:0;
	list-style: none;
	
	display: flex;
     justify-content: center; 
   
	flex-direction: row;
	flex-wrap: wrap;
	margin:30px -10px;
}

ul.logo-group li{
	
	padding:20px;
	list-style: none;
	/*max-width:300px;
	vertical-align: middle;
	display: inline-block;*/
	width: calc(20% - 20px);
    margin: 0px 10px 25px;
	text-align:center; 
}

ul.logo-group li:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

ul.logo-group li img{
		max-height:100px;
	vertical-align: middle;
	margin: auto;
    display: inline-block;
}

ul.logo-group li picture{
	
	    max-width: 100%;
    border: none;
    height: auto;
	
		max-height:100px;
	vertical-align: middle;
	margin: auto;
    display: inline-block;
}

@media (max-width:950px){
	ul.logo-group li{
	width: calc(33.333333% - 20px);
}
}
@media (max-width:650px){
	ul.logo-group li{
	width: calc(50% - 20px);
}
}

@media (max-width:500px){
	ul.logo-group li{
	width: calc(100% - 20px);
}
}

/*Banner Image Block------------------------------------------------*/

.banner-image-block{
	height:450px;
	background-repeat: no-repeat;
	background-position: center top;
	padding:30px 0;
	color:#fff;
	position: relative;
	background-size: cover;
}
@media (min-width:1600px){
	.banner-image-block{
		background-size: cover;
	}
}
.banner-image-block .inner{
	height:100%;
}

.banner-image-block h1, .banner-image-block h2, .banner-image-block h3, .banner-image-block h4{
	color: #fff;
}
.banner-image-content{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
	text-align: center;
}

/*Simple Content Grid------------------------------------------------*/

.content-grid-wrap{
}

.content-grid{
	display: flex;
     justify-content: center; 
   
	flex-direction: row;
	flex-wrap: wrap;
	margin:30px -15px 0;
}

.content-box{
    margin: 0px 15px 30px;
	padding:0px;
	position: relative;
}
.content-box.has-border{
border:1px solid #D5D5D5;
padding:20px 30px; 
}
.content-box.has-padding{
padding:20px 30px; 
}
.content-box.haslink{
padding-bottom:70px;
}
.content-box.has-border.haslink,.content-box.has-padding.haslink{
padding-bottom:90px;
}
.content-grid.two .content-box{
	width: calc(50% - 30px);
}

.content-grid.three .content-box{
	width: calc(33.333333% - 30px);
}

.content-grid.four .content-box{
	width: calc(25% - 30px);
}

.content-box-image{
margin: 0px 0px 10px;
}
.content-box-title{
    margin: 0px 0px 10px;
	
}
.content-box-title p, .content-box-title h2, .content-box-title h3{
font-size: 1.5em;
}

.content-box-text{
	 margin: 0px 0px 10px;
}

.content-box-link{
	position:absolute;
	bottom:30px;
	width:100%;
	font-weight:bold;
}

.content-box-link a{
	text-decoration: none;
}
.content-box-link a:after{
	content:" \003E";
}
.content-box-link a:hover{
}

.content-grid-wrap.small-p-margin .content-box-text p{
margin-bottom:10px;
}



/*Grid Box------------------------------------------------*/
.box-grid-wrap{
	padding:100px 0 40px 0;
	background-color: #F5F5F7;
}

.box-grid-wrap h2{
	
}
.box-grid{
	display: flex;
     justify-content: center; 
   
	flex-direction: row;
	flex-wrap: wrap;
	margin:30px -15px 0;
}

.box{
   /* width: calc(33.333333% - 20px);*/
    margin: 0px 15px 30px;
	/*padding:30px 30px 70px;*/
	padding:0px 0px 70px; 
	background-color: #ffffff;
	border:1px solid #D5D5D5;
	position: relative;
	
	box-shadow: 0px 12px 17px -15px rgba(0,0,0,0.30);
-webkit-box-shadow: 0px 12px 17px -15px rgba(0,0,0,0.30);
-moz-box-shadow: 0px 12px 17px -15px rgba(0,0,0,0.30);
	
}
.box.nolink{
padding-bottom:0;
}

.box-grid.two .box{
	width: calc(50% - 30px);
}

.box-grid.three .box{
	width: calc(33.333333% - 30px);
}

.box-grid.four .box{
	width: calc(25% - 30px);
}

.box img{
}
.box h2{
	font-size: 40px !important;
    padding: 0px 30px 0;
    margin-top: 20px;
    font-weight: 400;
    color: #c71e32;
}
.box-title{
	    font-size: 26px;
    padding: 0px 30px 0;
    margin: 20px 0 10px;
    font-weight: bold;
    line-height: 1.1;
	
}

.box-text{
	font-size:18px;
	padding:0px 30px 0;
}

.box-link{
	position:absolute;
	bottom:30px;
	padding:0 30px 0;
}

.box-link a{
	color:#01AAD5;
	text-decoration: none;
	font-weight: 600;
}
.box-link a:after{
	content:" \003E";
}
.box-link a:hover{
	color:#333;
}

/*SPLIT COLUMN----------------------------*/
.split-column-wrap{
	/*padding:100px 0;*/
	background-repeat: no-repeat;
	background-position: center top;
}
.split-column-wrap.has-background{
	background-repeat: no-repeat !important;
	background-position: center top !important;
	background-color: #000;
}

@media (min-width:1440px){
	.split-column-wrap.has-background{
		background-size: cover !important;
	}
	.split-column-wrap{
		background-size: cover;
	}
}


.split-column-wrap.lightgrey{
	background-color: #F5F5F7;
}
.split-column-wrap.grey{
	background-color: #b5b0ad;
}

.split-column-wrap.lightblue{
	background-color:  #4f78d0;
}
.split-column-wrap.darkblue{
	background-color:  #00293f;
}
.split-column-wrap.red{
	background-color:  #b01b2e;
}

.split-column-wrap.white{
	background-color: #FFFFFF;
}

.split-column-wrap.black{
	background-color: #000000;
}


.split-column-wrap.no-padding{
padding:0px 0;
}

.split-column-wrap.shortpad{
	padding:35px 0;
}

.split-column-wrap.first-block{
	padding:100px 0 35px;
}

.split-columns{
	display: flex;
     justify-content: center; 
	flex-direction: row;
	flex-wrap: wrap;
	/*margin:0px -15px 0;*/
	margin:0px -40px 0;
}


.one-column{

}


.split-columns.reverse{
	flex-direction: row-reverse;
}
.split-columns.vertical{
	 align-items: center;
}


.split-col{
	/*width: calc(50% - 30px);*/
	width: calc(50% - 80px);
	/*margin: 0px 15px 0px;*/
	margin: 0px 40px 0px;
	position: relative;
}



.split-columns.wide_short_column{
	margin:0px -30px 0;
	
}
.split-columns.wide_short_column .split-col:first-child{
	width: calc(60% - 60px);
	margin: 0px 30px 0px;
}
.split-columns.wide_short_column .split-col{
	width: calc(40% - 60px);
	margin: 0px 30px 0px;
}


.split-col-content{

}
.split-col-content h2{

}
.split-col-content h3{

}
.split-col-content h4{

}

.split-columns.inherit-color h1,.split-columns.inherit-color h2,.split-columns.inherit-color h3,.split-columns.inherit-color h4{
	color:inherit;
}

.one-column.inherit-color h1,.one-column.inherit-color h2,.one-column.inherit-color h3,.one-column.inherit-color h4{
	color:inherit;
}


.split-column-opening{
	text-align: center;
	    margin-bottom: 50px;
}
.split-column-closing{
	text-align: center;
	    margin: 40px 0 0;
}

.split-column-opening.inherit-color h1,.split-column-opening.inherit-color h2,.split-column-opening.inherit-color h3,.split-column-opening.inherit-color h4{
	color:inherit;
}

.split-column-closing.inherit-color h1,.split-column-closing.inherit-color h2,.split-column-closing.inherit-color h3,.split-column-closing.inherit-color h4{
	color:inherit;
}



a.light_blue{
	color:#01AAD5;
}
a.light_blue:hover{
	color:#ccc;
}

a.dark_blue{
	color:#0F2B55;
}
a.light_blue:hover{
	color:#ccc;
}



/*Generic Testimonial---------------------------------------*/

.testimonial-generic{
	text-align: center;
	padding:100px 0;
}

.testimonial-generic.white{
	color:#000;
	background-color: #FFFFFF;
}

.testimonial-generic img.testimonial-icon{
	margin:0 auto 20px;
}

.testimonial-generic-content{
	font-size:25px;
	max-width: 750px;
	margin: 0 auto 20px;
}

.testimonial-generic-author{
	font-size: 21px;
	font-weight:600;
}
.testimonial-generic.light_blue .testimonial-generic-author{
	color: #000;
}



/*Testimonial with Info---------------------------------------*/

.testimonial{
	padding:100px 0;
	  background-repeat: no-repeat !important;
    background-position: center top

}
@media (min-width: 1440px) {
    .testimonial{
        background-size: cover !important;
    }
}

.testimonial-column-wrap{
	display: flex;
     justify-content: center; 
	flex-direction: row;
	flex-wrap: wrap;
	margin:0px -15px 0;
	 align-items: center;
	   
}
.testimonial-column-wrap.reverse{
	flex-direction: row-reverse;
}




.testimonial-column{
	width: calc(50% - 30px);
	margin: 0px 15px 0px;
	position: relative;
}

.testimonial-column-wrap.one-column .testimonial-column{
	width: calc(100% - 30px);
}


img.testimonial-photo{
	display:block;
	margin:0 auto 20px;
}
.testimonial-content{
	font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
	margin-bottom:20px;
}
.testimonial-column-wrap.one-column .testimonial-content{
	text-align:center;
	    max-width: 800px;
    margin: 0 auto 20px;
}

.testimonial-author{

}
.testimonial-column-wrap.one-column  .testimonial-author {
    text-align: center;
}
.testimonial-author div{
	display: inline-block;
	vertical-align: middle;
}
.author-photo{
	margin-right:10px;
}
.author-info{
		    font-size: 23px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
	text-align:left;
}
.author-info span{
display:block;
font-size:18px;
}


/*Hero Image Column---------------------------------------*/

.hero-image-column{
	padding:100px 0;

}



.hero-image-column.dark_blue{
	color:#fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e4072+0,204478+26,162d4f+70,162d4f+100 */
background: #1e4072; /* Old browsers */
background: -moz-linear-gradient(left,  #1e4072 0%, #204478 26%, #162d4f 70%, #162d4f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #1e4072 0%,#204478 26%,#162d4f 70%,#162d4f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #1e4072 0%,#204478 26%,#162d4f 70%,#162d4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4072', endColorstr='#162d4f',GradientType=1 ); /* IE6-9 */
}
.hero-image-column.light_blue{
	color:#fff;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#01aad5+0,12b1d9+36,45c5e5+77,4fc9e8+100 */
background: #01aad5; /* Old browsers */
background: -moz-linear-gradient(left,  #01aad5 0%, #12b1d9 36%, #45c5e5 77%, #4fc9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #01aad5 0%,#12b1d9 36%,#45c5e5 77%,#4fc9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #01aad5 0%,#12b1d9 36%,#45c5e5 77%,#4fc9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01aad5', endColorstr='#4fc9e8',GradientType=1 ); /* IE6-9 */

}
.hero-image-column.deep_dark_blue{
	color:#FFF;
	/*background-color: #1B232E;*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b232e+-1,1b232e+0,1f2f46+100 */
background: #1b232e; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #1b232e -1%, #1b232e 0%, #1f2f46 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #1b232e -1%,#1b232e 0%,#1f2f46 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #1b232e -1%,#1b232e 0%,#1f2f46 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b232e', endColorstr='#1f2f46',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.hero-image-column.deep_dark_blue h1,.hero-image-column.deep_dark_blue h2,.hero-image-column.deep_dark_blue h3,.hero-image-column.deep_dark_blue h4{
	color:#FFF;
}
.hero-image-column.dark_blue h1,.hero-image-column.dark_blue h2,.hero-image-column.dark_blue h3,.hero-image-column.dark_blue h4{
	color:#FFF;
}

.hero-image-column.grey{
	/*color:#292929;*/
	background-color: #e5e5e5;
}
.hero-image-column.light_grey{
	background-color: #F5F5F7;
}

.hero-image-column.white{
	/*color:#292929;*/
	background-color: #FFFFFF;
}

.hero-column-intro{
	text-align: center;
}
.hero-column-intro h2{
	font-size:55px;
}


.hero-column-closing{
	text-align: center;
	font-size:18px;
}

.hero-image-column-wrap{
	display: flex;
     justify-content: center; 
	flex-direction: row;
	flex-wrap: wrap;
	margin:0px -15px 0;
	 /*align-items: center;*/
}


.hero-image-column-left,.hero-image-column-right{
	width: calc(50% - 320px);/*half the image plus margin 580/2 + 30*/
	margin: 0px 15px 20px;
	position: relative;
	padding-top:100px;
	font-size:18px;
}
.hero-image-column-left h3,.hero-image-column-right h3{
	font-size:30px;
	/*font-weight: 600;
	color: #1B232E;*/
}


.hero-image-column-left ul,.hero-image-column-right ul{

}
.hero-image-column.dark_blue a,.hero-image-column.deep_dark_blue a{
	color:#01AAD5;
}
.hero-image-column.dark_blue a:hover,.hero-image-column.deep_dark_blue a:hover{
	color:#ccc;
}
.hero-image-column.light_blue a{
	color:#0F2B55;
}
.hero-image-column.light_blue a:hover{
	color:#ccc;
}
.hero-image{
	/*width: calc(630px - 30px);*/
	width: 580px;
	/*margin: 0px 15px 0px;*/
	margin:0 0 20px;
	position: relative;
}
.hero-image img{
	display: block;
	margin:0 auto;
}

/*Content CTA---------------------------------------------------*/

.content-cta-wrap{
	margin:50px 0;
	
}

.content-cta{
	background-repeat: no-repeat;
	background-position: right top;
	padding:50px;
	position: relative;
	height: 575px;
	background-color: #1B232E;
}

.mobile-image{
	display: none;
}

.mobile-image img{
	display: block;
	margin:0 auto 20px;
}
.content-block{
	color: #fff;
	 position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
	padding:0 50px;
	width:60%;
	font-size: 22px;
	
}
.cta-small-title{
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom:10px;
}
.cta-title{
	font-size: 46px;
	font-weight: 600;
	line-height:1.2;
	margin-bottom:20px;
}

.cta-title span{
	color:#42c0e0;
}
.cta-content{
	margin-bottom:30px;
}

.content-cta.inherit-color .content-block{
	color:inherit;
}


/*WHITE PAPERS------------------------------------------------*/
.white-papers-wrap{
	padding:30px 0;
}

.white-paper-group-title{
	font-size: 42px;
	font-weight: 600;
}
.white-papers{
	display: flex;
     /*justify-content: center; */
   justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	margin:30px -15px 0;
}

.white-paper{
	/*text-align: center;*/
   /* width: calc(33.333333% - 20px);*/
    margin: 0px 15px 30px;
	padding:0px 0px 0px; 
	background-color: transparent;
	/*border:1px solid #D5D5D5;*/
	position: relative;
	
/*	box-shadow: 0px 12px 17px -15px rgba(0,0,0,0.30);
-webkit-box-shadow: 0px 12px 17px -15px rgba(0,0,0,0.30);
-moz-box-shadow: 0px 12px 17px -15px rgba(0,0,0,0.30);*/
	
}

.white-papers.two .white-paper{
	width: calc(50% - 30px);
}

.white-papers.three .white-paper{
	width: calc(33.333333% - 30px);
}

.white-papers.four .white-paper{
	width: calc(25% - 30px);
}

.white-paper a.btn {
 
    padding: 8px 15px;
    font-size: 16px;
}

.white-paper-content{
	padding:15px 0px 0px;
}
.white-paper img{
	display: block;
	margin:0 auto 0px;
}

.white-paper-title{
	font-size: 27px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1B232E;
}
.white-paper-title a{
	text-decoration: none;
	color:#1B232E;
}
.white-paper-title a:hover{
	/*text-decoration: underline;*/
	color: #D0021B;
}
.white-paper-title a.external-link:after{
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
	 display: inline-block;
    transform: scale(1.75) translateY(-4.5px);
    margin: 0px 3px 0 15px;
}
.white-paper-title:hover a.external-link:after{
	color: #D0021B;
}

.white-paper-description{
	font-size:13px;
}

.white-paper-link{
	position:absolute;
	bottom:15px;
	width: 100%;
	left:0;
}

.white-paper-label {
 /* position:absolute;
	bottom:15px;
	width: 100%;
	left:0;*/
	font-size: 21px;
	color:#1B232E;
}
a.thumb-link img{
	transition: all 0.5s ease;
}
a.thumb-link:hover img{
	opacity:.85;
}
/*MEET OUR STAFF--------------------------------------------------------*/

.meet-the-staff{
padding:40px 0 0;
}
.meet-the-staff-intro{
	padding:0 0 40px;
	text-align: center;
}
.staff-boxes{
	display: flex;
     justify-content: center; 
    align-items: center;
  /*  justify-content:flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
	margin:0 0;
	background-color: #000;
}

.staff-box{
	height:290px;
	width:20%;
	position: relative;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	    background-size: cover;
	overflow: hidden;
}
.staff-box-overlay{
	position: absolute;
	left:0;
	bottom:-100%;
	width:100%;
	height: 100%;
	transition: all 0.5s ease;
	background-color: rgba(208,2,27,.50);
	
}

.staff-box:hover .staff-box-overlay{
	bottom:0;
}
.staff-box .btn{
	font-size:14px;
	
    margin-top: 20px;
    padding: 10px 15px;

}


.staff-box-content{
	text-align:center;
	position: absolute;
	top: 50%;
	width: 100%;
    transform: translateY(-50%);
	padding: 0 40px;
}
.staff-box-content h2{
	color: #FFF;
	/*font-size:22px;
	margin-bottom: 10px;*/
	    font-size: 35px;
    margin-bottom: 0px;
}

.staff-title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
}
.staff-description {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
	line-height: 1.2;
}

ul.contact-icons{
	list-style: none;
	padding:0;
	margin:0;
	text-align: center;
}
ul.contact-icons li{
	list-style: none;
	padding:0;
	margin:5px 5px 5px;
	display: inline-block;
	vertical-align: middle;
}
ul.contact-icons li a{
	display: block;
	height: 32px;
	width:32px;
	background-repeat: no-repeat;
	background-position: center center;
}


ul.contact-icons li a:hover{ 
	opacity: .5;
}

ul.contact-icons li.linkedin a{background-image: url("../images/social-icons/linkedin.png"); }


/*Custom-------*/
.meet-the-staff.logo-boxes .staff-boxes{
	background-color: #fff;
}

.meet-the-staff.logo-boxes .staff-box{
	
    height: 200px;

	background-color: #fff;
	background-size: 100%;
}
.meet-the-staff.logo-boxes .staff-box-overlay{
	background-color: rgba(208,2,27,.75);
	
}


@media (max-width:1110px){
.staff-box{
	width:33.333333%;
	}
}


.placeholder-content{
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 40px;
}

/*Gallery Block----------------------------------------------------*/

.gallery-wrap{
	padding:60px 0;
}
.gallery-intro{
	text-align: center;
}

ul.gallery-group{
	padding:0;
	list-style: none;
	
	display: flex;
     justify-content: center; 
   
	flex-direction: row;
	flex-wrap: wrap;
	margin:0px -15px;
}

ul.gallery-group li{
	
	
	list-style: none;
	/*max-width:300px;
	vertical-align: middle;
	display: inline-block;*/
	width: calc(33.333333% - 30px);
    margin: 0px 15px 30px;
	text-align:center; 
	padding:0;
}

ul.gallery-group li:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

ul.gallery-group li img{

	vertical-align: middle;
	margin: auto;
    display: inline-block;
	/*    -webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33);
    box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33);
    border: 5px solid #FFF;*/
	width:100%;
}

ul.gallery-group li picture{
	max-width: 100%;
    border: none;
    height: auto;
	vertical-align: middle;
	margin: auto;
    display: inline-block;
	
	
}

@media (max-width:950px){
	ul.gallery-group li{
	width: calc(33.333333% - 30px);
}
}
@media (max-width:650px){
	ul.gallery-group li{
	width: calc(50% - 30px);
}
}

@media (max-width:500px){
	ul.gallery-group li{
	width: calc(100% - 30px);
}
}

a.image-link{
	background-color: #000;
	display: inline-block;
	width:100%;
}
a.image-link img{
	transition: all .5s;
}

a.image-link:hover img{
	opacity: .75;
}

/*VIDEO GALLERY------------------------------------------------*/
.video-gallery-wrap{
	padding:30px 0;
}

.video-gallery-group-title{
	
}
.video-gallery{
	display: flex;
     justify-content: center; 
  /* justify-content: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
	margin:30px -15px 0;
}

.video{
    margin: 0px 15px 30px;
	padding:0px 0px 0px; 
	background-color: transparent;
	position: relative;
}

.video-gallery.one .video{
	width: calc(100% - 30px);
}

.video-gallery.two .video{
	width: calc(50% - 30px);
}

.video-gallery.three .video{
	width: calc(33.333333% - 30px);
}

.video-gallery.four .video{
	width: calc(25% - 30px);
}

.video-box{
box-shadow: 0px 12px 17px -15px rgba(0,0,0,0.30);
-webkit-box-shadow: 0px 12px 17px -15px rgba(0,0,0,0.30);
-moz-box-shadow: 0px 12px 17px -15px rgba(0,0,0,0.30);
border:4px solid #fff;
}

.video-box.embed{

}
.video-box.overlay{
}

.video-box.overlay a{
position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-box.overlay a:after{
 position: absolute;
  width: 90px; /* Adjust size as needed */
  height: 90px; /* Adjust size as needed */
  content:"";
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmRiYTNkYTNiNSwgMjAyMy8xMi8xNS0xMDo0MjozNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI1LjYgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTU1OEI0MDdGOUZBMTFFRUJFRjZGNkJERDcwNDEwNDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTU1OEI0MDhGOUZBMTFFRUJFRjZGNkJERDcwNDEwNDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNTU4QjQwNUY5RkExMUVFQkVGNkY2QkRENzA0MTA0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNTU4QjQwNkY5RkExMUVFQkVGNkY2QkRENzA0MTA0NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn1r0a8AABVSSURBVHja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'); /* Replace with your base64 encoded PNG */
  background-size: cover;
  border-radius: 50%; /* Makes it a circle */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1; /* Ensure button is above other content */
}

.video-content{
	padding:15px 0px 0px;
}
.video img{
	display: block;
	margin:0 auto 0px;
}

.video-title{
	font-size: 27px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1B232E;
}

.video-description{
	font-size:13px;
	text-align-last: center;
}

.video-box a.thumb-link img{
	transition: all 0.5s ease;
}
.video-box a.thumb-link:hover img{
	opacity:.85;
}
.youtube-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* Aspect ratio 16:9 */
    height: 0;
    overflow: hidden;
}

.youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; /* Remove iframe border */
}
/*Showcase------------------------------------------------*/
.showcase-wrapper{

}
.showcase{
display: flex;
     justify-content: center; 
	flex-direction: row;
	flex-wrap: wrap;
	/*margin:0px -15px 0;*/
	margin:0px -10px 0;
}
.showcase-block{
	margin: 0px 10px 30px;
	position: relative;
	background-color: #000;
}
.showcase-block.full{
	width: calc(100% - 20px);
}
.showcase-block.half{
	width: calc(50% - 20px);
}

.showcase-block.square{
 aspect-ratio: 1 / 1;
 overflow: hidden;
 position: relative;
}
.showcase-block.square .video-block, .showcase-block.square .video-background{
 height:100%;
 position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	
}

.showcase-image{

}
.showcase-image img{
display:block;
}

@media (max-width:680px){
	.showcase-block.full{

	}
	.showcase-block.half{
		width: calc(100% - 20px);
	}
}

/*INFO CARD----------------------------------------------------------*/

.info-card-wrap{

}

.info-card {
  margin-bottom: 50px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.15);
  background-color: #FFF;

  display: flex;
  align-items: stretch; /* make both sides the same height */
}

.info-card-photo {
  width: calc(100% - 670px);
  position: relative;   /* so the img can be absolutely positioned inside */
  overflow: hidden;     /* hide overflow so it crops nicely */
}

.info-card-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* center image vertically & horizontally */
  
  width: 100%;
  height: 100%;
  object-fit: cover;    /* fill the area while keeping aspect ratio */
  object-position: center;
}

.info-card-content {
  width: 670px;
  padding: 70px 80px;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.info-card.no-photo{
display:block;
}
.info-card.no-photo .info-card-content {
  width: auto;
}
/*.info-card{
margin-bottom:50px;
border:1px solid #ccc;
box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.15);
background-color: #FFF;

display: flex;
}
.info-card-photo{
width: calc(100% - 670px);
  overflow: hidden;    
}

.info-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;    
  object-position: center; 
}

.info-card-content{
width:670px;
padding:70px 80px;
background-position: right bottom;
background-repeat: no-repeat;
}
*/

.info-card-title h1,.info-card-title h2,.info-card-title h3,.info-card-title h4,.info-card-title p{
    font-size: 1em; /*56/20*/
    color: #05114d;
    font-family: "epicursive", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0;
	line-height:1.1;
}
.info-card-title{
font-size: 2.8em; /*56/20*/
    color: #05114d;
    font-family: "epicursive", sans-serif;
    font-weight: 400;
    font-style: normal;
	line-height:1.1;
margin-bottom:25px;
}
.info-card-text{
margin-bottom:25px;
font-weight: 700;
    font-size: 1em;
	font-style:normal;
	    line-height: 1.3;
	color: #000;
    font-family: "museo-sans", sans-serif;
}

.info-card-text p, .info-card-text h1, .info-card-text h2, .info-card-text h3 {
margin-bottom:0px;
font-weight: 700;
    font-size: 1em;
	font-style:normal;
	    line-height: 1.3;
	color: #000;
    font-family: "museo-sans", sans-serif;
}

.info-card-address{
color:#2a2620;
margin-bottom:15px;
font-weight: 700;
}
ul.info-card-contact{
list-style: none;
padding:0;
margin:0;
}
ul.info-card-contact li{
color:#2a2620;
padding: 5px 0 5px 45px;
list-style: none;
margin:0 0 0 0;
background-repeat: no-repeat;
background-position: left center;
}
ul.info-card-contact li a{
color:#2a2620;
text-decoration: none;
}
ul.info-card-contact li a:hover{
color:#666;
}
ul.info-card-contact li.phone{
background-image: url("../images/icons/phone.png");
}
ul.info-card-contact li.website{
background-image: url("../images/icons/website.png");
}
ul.info-card-contact li.email{
background-image: url("../images/icons/email.png");
}
ul.info-card-contact li.location{
background-image: url("../images/icons/location.png");
}
ul.info-card-contact li.facebook{
background-image: url("../images/icons/facebook.png");
}

@media (max-width:600px){
    .info-card-content {
        padding: 70px 20px;
    }
ul.info-card-contact li{
font-size:15px;
    background-size: 23px;
    padding: 5px 0 5px 30px;
}
}
@media (max-width:1260px){
.info-card-photo {
  width: 40%;
}

.info-card-content {
  width: 60%;
}
}
@media (min-width:901px) and (max-width:1200px){
.info-card-content{
    background-size: 90%;
}
}

@media (max-width:900px){
    .spacer-block:has(+ .info-card-wrap) {
        height:65px !important;
    }
}


@media (max-width:900px){

.info-card{
display: block;
}
.info-card-photo {
  width: 100%;
  height:400px;
}

.info-card-content {
  width: 100%;
      padding: 70px 40px;
}
}

@media (max-width:767px){
.info-card-title{
font-size: 2.1em; /*42/20*/
}
}

@media (max-width:680px){
.info-card-content{
    background-image: none !important;
}
}

/*SHOW/HIDE BLOCKS------------------------------------------------*/
.show-hide-blocks-wrapper{

}

.show-hide-blocks{

}

.show-hide-block{
margin-bottom:30px;
border:1px solid #ccc;
box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.15);
}

.show-hide-block.active{

}

.show-hide-block-title{
        padding: 40px 100px 40px 50px;
	position: relative;
	cursor: pointer;
}
.show-hide-block.active  .show-hide-block-title{
        padding: 40px 100px 20px 50px;
}


.show-hide-block-title, .show-hide-block-title p, .show-hide-block-title h2, .show-hide-block-title h3{
font-size:2em; /*40/20*/
font-family: "brandon-grotesque", sans-serif;
font-weight: 700;
 transition: color .5s;
}


.show-hide-block-title:hover{
color: #aa1c00;
}
.show-hide-block-title:after{
 transition: background .5s;
position:absolute;
right:50px;
top:50px;
display: block;
content: "";
background-color: #80a832;
  mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2027.34%2028.19%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M16.27%2C0v11.55h11.08v4.98h-11.08v11.66h-5.19v-11.66H0v-4.98h11.08V0h5.19Z%22%20fill%3D%22currentColor%22/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 34px;
  height: 34px;
  
}

.show-hide-block.active .show-hide-block-title:after{
background-color: #80a832;
  mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2027.4%2028.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M25.4%2C5.9l-8.1%2C8.1l7.8%2C7.8l-3.5%2C3.5l-7.8-7.8l-8.2%2C8.2l-3.7-3.7l8.2-8.2L2.3%2C6.1l3.5-3.5l7.8%2C7.8L21.8%2C2.3l3.7%2C3.7Z%22%20fill%3D%22currentColor%22/%3E%3C/svg%3E");
}
.show-hide-block-title:hover:after, .show-hide-block.active .show-hide-block-title:hover:after{
background-color: #aa1c00;
}

.show-hide-block-text{
overflow: hidden;
display:none;
    padding: 0px 50px 20px 57px;
}
.show-hide-block.active .show-hide-block-text{
display:block;
}

/*--------------------------------------------------------*/
.spacer-block{
display:block;
width:100%;
}

.client-quote-block{
margin:30px 0;
padding-left:45px;
border-left:10px solid #DDD;
}
.client-quote{
font-weight: 600;
margin-bottom:20px;
font-size:1.25em;/*30/24*/
}
.client-quote-block h3{
font-weight:600;
margin-bottom: 0;
font-size:1.25em;/*30/24*/
}
@media(max-width:540px){
.client-quote{
font-size:1em;
}
.client-quote-block h3{
font-size:1em;
}
}

/*--------------------------------------------------------*/

ul.checkmark{
	padding:0;
	margin:30px 0;
	list-style: none;
}

ul.checkmark > li{
	padding:0 0 0px 35px;
	margin:0 0 15px;
	list-style: none;
	position: relative;
}
ul.checkmark > li:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 1px;
    width: 12px;
    height: 20px;
    border: solid #f15b28;
    border-width: 0 5px 6px 0;
    transform: rotate(45deg);
}

ul.checkmark.large {
	font-size:1.3em;/*26*/
	font-weight: 500;
}
ul.checkmark.large > li{
	padding:0 0 0px 55px;
	margin:0 0 25px;
}
ul.checkmark.large > li:before {
   
    left: 0px;
    top: -5px;
    width: 30px;
    height: 43px;
    border-width: 0 10px 10px 0;

}

.wp-caption-text {
    font-size: 13px;
    text-align: center;
}

.call-out{
	margin:20px auto;
	padding:20px 0;
	border-top:2px dotted #ccc;
	border-bottom:2px dotted #ccc;
	font-size:35px;
	text-align: center;
}
.call-out:after{
	content:"";
	display: table;
	clear: both;
}

.thank-you{
	padding:55px 0 40px;
	text-align: center;
}


/*NINJA FORM TWEAKS-----------------------------*/

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    
    border: 0;
    transition: all .5s;
	text-transform: none;
	display: block;
    font-size: 16px;
    padding: 10px 25px;
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
    background: #0083c4 !important;
    border-radius: 4px;
    cursor: pointer;
	
}
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {

    color: #FFF !important;
    background: #005782 !important;
	
}

@media (max-width:767px){
	.nf-field-container.two-col-list ul li {
    float: none;
    width: auto;
	}
}


.indented-block {
    margin: 0px 0 25px 35px;
    padding: 15px 0 25px 30px;
    border-left: #ccc dotted 4px;
}


ul.inline{
	list-style: none;
	margin:0;
	padding:0;
	text-align: center;
}
ul.inline li{
	display: inline-block;
	list-style: none;
	margin:0 5px 10px;
	padding:0;
	vertical-align: middle;
}

.form-section{
	text-align: center;
	padding:50px 0;
	background-color: #E6E6E6;
}
.boxed-content{
text-align: center;
	padding:25px; 
	background-color: #ffffff;
	border:1px solid #D5D5D5;
	position: relative;
	
	box-shadow: 0px 12px 17px -15px rgba(0,0,0,0.30);
-webkit-box-shadow: 0px 12px 17px -15px rgba(0,0,0,0.30);
-moz-box-shadow: 0px 12px 17px -15px rgba(0,0,0,0.30);
	
}


/*STEP CHART--------------------------------------------*/

.step-chart {
  min-width: 300px;
  max-width: 500px;
  margin: auto;
}


.step-block {
 /* font-size: 1em;
  line-height: 1.75em;*/
	    font-size: 20px;
    line-height: 1.4;
  border-top: 3px solid;
  border-image: linear-gradient(to right, #0F2B55 0%, #01AAD5 100%);
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 40px;
  counter-increment: section;
  position: relative;
	font-weight:600;
}
  
.step-block:before {
    content: counter(section);
    position: absolute;
	
   /* border-radius: 50%; 
	height: 1.25em;
    width: 1.25em;*/
font-weight:600;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    padding: 0;
    top: 35px;
    background-color: #D0021B;
	border:2px solid #fff;
    text-align: center;
    line-height: 37px;
    color: #FFF;
    font-size: 22px;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.26); 
box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.26);
  }




.step-block:nth-child(even) {
  border-right: 3px solid;
  padding-left: 0;
	text-align:right;
}
.step-block:nth-child(even):before {
    left: 100%; 
    margin-left: -18px;
  }


.step-block:nth-child(odd) {
  border-left: 3px solid;
  padding-right: 0;
}
.step-block:nth-child(odd):before {
    right: 100%; 
    margin-right: -18px;
  
}



.step-block:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}
.step-block:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

/*Speech Bubbles-------------------*/

.bubble-wrap{
	padding-left:125px;
	position: relative;
	margin:40px 0;
}
.bubble-text{
	border:1px solid #ccc;
	padding:20px;
	border-radius:4px;
	position: relative;
	font-style: italic;
	margin-bottom: 10px;
}
.bubble-text p{
	margin-bottom: 10px;
}
.bubble-text:before {
    top: 37px;
    left: -16px;
	bottom: -16px;
	 position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    content: "";
    border-color: transparent #ccc transparent transparent;
	 z-index: 2;
    border-width: 8px;
}
.bubble-text:after {
    top: 38px;
    left: -14px;
    border-color: transparent #fff transparent transparent;
    bottom: -14px;
    z-index: 3;
    border-width: 7px;
	position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    content: "";
}
.bubble-image{
	width:100px;
	height:100px;
	position: absolute;
	top:0;
	left:0;
	border-radius: 100px;
    overflow: hidden;
	
    border: 3px solid #01aad5;
}
.bubble-cite{
	font-size:14px;
	font-weight: bold;
}
.bubble-name{
	
}
.bubble-company{
	color: #01aad5;
}
@media (max-width:550px){
	.bubble-text:before, .bubble-text:after {
    display:none;
	}
	.bubble-wrap{
		padding-left:0;
		
	}
	.bubble-image{
		position:relative;
		margin:-45px auto 10px;
	}
	.bubble-cite{
		text-align: center;
	}
	.bubble-text{
		    padding: 20px 10px 40px;
		text-align: center;
	}
}





.closing-statement{
	text-align:center;
	padding:40px 0;
}
.closing-statement h4{
	color: #1040b5;
}


.services-box{
	background-color:#f5f5f7;
	padding:20px 30px;border-radius: 15px;
}

ul.services-list{
	padding:0;
	margin:30px 0;
	list-style: none;
}
ul.services-list > li{
	padding:0 0 0px 35px;
	margin:0 0 15px;
	list-style: none;
	position: relative;
}

ul.services-list > li:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 1px;
    width: 10px;
    height: 20px;
    border: solid #351672;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

ul.services-list  ul{
	padding:0;
	margin:10px 0 10px 0px;
	list-style: none;
	font-size:.75em;
}
ul.services-list  ul li{
	list-style: none;
}
ul.services-list  ul li:before{
	content:"- ";
}


.banner-bar{
	    text-align: center;
   background: rgb(9,80,117);
    background: linear-gradient(83deg, rgba(9,80,117,1) 22%, rgba(0,41,63,1) 100%);
    color: #fff;
    padding: 35px 0;
    font-weight: bold;
}
.banner-bar h1{
	color:#fff;
	font-size:32px;
	font-weight:900;
	margin:0;
}
.banner-bar p{
	margin:0;
}
.banner-bar a.btn{
	margin:0 15px;
	padding:10px 25px;
}

.banner-bar img{
	 
}


/*History------------------------------*/
.timeline-text{
	font-size:25px;
}
.timeline-text h2{
	font-size: 160px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -4px;
}

@media (max-width: 950px){
	.timeline-text h2{
	font-size: 60px !important;
    letter-spacing: 0px;
}
}
@media (max-width: 767px){
	.timeline-text {
	text-align: center;
}
}

ul.document-list{
	    margin: 20px 0 25px;
	padding: 0;
	list-style: none;
}
ul.document-list li{
	    margin: 0 0 10px;
    background-size: 27px;
    padding: 0px 0 0px 36px;
    list-style: none;
    background-repeat: no-repeat;
    background-position: 0px 0px;
	
}
ul.document-list li.link-type-document{
	background-image: url("../images/icons/document.png");
}
ul.document-list li.link-type-link,ul.document-list li.link-type-pagelink{
	background-image: url("../images/icons/link.png");
}

ul.document-list li .document-description{
	font-size:15px;
}

ul.document-list li .document-description p{
	margin-bottom:10px;
}

/*--------------------------------------------------------*/

.markets-filter{
padding:30px 0;
margin:0 0 5px 0;
background-color:#263850;
color:#fff;
}

ul.markets-list{
margin:0;
padding:0;
list-style: none;
text-align: center;
}
ul.markets-list li{
margin:10px 5px;
padding:0;
list-style: none;
display: inline-block;
}
ul.markets-list li a{
text-align: center;
    padding: 7px 14px;
    font-size: 16px;
    color: #ffffff !important; 
    background-color: #c71e32;
    line-height: 1.2;
	border-radius: 40px;
display: block;
text-decoration: none;
font-weight:700;
}


ul.markets-list li a:hover {
    color: #fff !important;
	background-color: #ab0000!important;
}

ul.markets-list li a.active,ul.markets-list li a.active:hover{
background-color: transparent !important;
}
.projects-wrap.markets .projects-box {
    height: 400px;
}

.projects-wrap.markets .projects-box {
  position: relative;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.projects-wrap.markets .projects-box.disabled {
  filter: grayscale(100%) brightness(30%);
  opacity: 0.6;
  pointer-events: none;
}

/*.projects-wrap.markets .projects-box {
  position: relative;
  transition: transform 0.4s ease, opacity 0.4s ease, filter 0.3s ease;
  opacity: 1;
  transform: scale(1);
}

.projects-wrap.markets .projects-box.disabled {
  opacity: 0.6;
  filter: grayscale(100%) brightness(30%);
  transform: scale(0.97);
  pointer-events: none;
}

.projects-box.cascade-animate {
  will-change: transform, opacity;
}
*/

/*.projects-wrap.markets .projects-box {
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
  transform: scale(1);
}

.projects-wrap.markets .projects-box.hidden {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  position: absolute; 
}

.projects-wrap.markets .projects-box.visible {
  opacity: 1;
  transform: scale(1);
  position: relative; 
}*/

.simple-banner.job-posting-banner  {
    min-height: 0px;
    padding-bottom: 30px;
}

.simple-banner.job-posting-banner .simple-banner-content{
text-align:left;
    margin-top: 55px;
}
.simple-banner.job-posting-banner .simple-banner-content h1{
font-family: "din-2014", sans-serif;
font-weight: 300;
font-style: normal;
font-size:3em /*60/20*/
}
.section.job-post{
padding: 40px 0 65px;
}

.job-post:after{
display:table;
content:"";
clear:both;
}
.job-post-left{
float:left;
width:calc(100% - 530px);
}
.job-post-right{
float:right;
width:500px;
}

@media (max-width:1100px){
.job-post-left{
width:calc(100% - 430px);
}
.job-post-right{
width:400px;
}
}
@media (max-width:950px){
.job-post-left, .job-post-right{
width:auto;
float:none;
}
}

.job-listings ul.document-list li{
	    margin: 0 0 10px;
    background-size: 27px;
    padding: 0px 0 0px 0px;
    list-style: none;
    background-repeat: no-repeat;
    background-position: 0px 0px;
	
}
.job-listings ul.document-list li.link-type-document{
	background-image: none;
}
.job-listings ul.document-list li.link-type-link,.job-listings ul.document-list li.link-type-pagelink{
	background-image: none;
}

.job-listings ul.document-list li a::before {
   content: "";
  display: inline-block;
  width: 20px;
    height: 10px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.1 9.25'%3E%3Cpath d='M0,5.19h10.15l-2.35,4.06,11.3-4.62L7.8,0l2.35,4.06H0' fill='red' fill-rule='evenodd'/%3E%3C/svg%3E");
 background-size: contain;
    margin-right: 8px;
    margin-top: 0px;
	 transition: all 0.25s ease;
}
.job-listings ul.document-list li a:hover{
color: #999 !important;
}

.job-listings ul.document-list li a:hover::before {
margin-right: 4px;
    margin-left: 4px;
}
.job-listings ul.document-list li .document-description
 {
    font-size: 15px;
    padding-left: 30px;
}

/*Contact Us ------------------------------------------*/

.form-wrap{
	max-width:900px;
	/*margin: 0 -7px;*/
	text-align: left;
	background-color: #fff;
	padding:20px;
	border:1px solid #ccc;
}

.form-wrap h2, .form-wrap h3, .form-wrap h4{
}
.form-wrap .nf-form-fields-required{
	display: none;
}

.form-wrap .nf-field-container {

    /*margin-bottom: 15px;*/
}

.form-wrap .nf-form-content textarea.ninja-forms-field {
    height: 115px;
}

.form-wrap .nf-form-content input[type=submit] {
     padding: 20px 40px;
    font-size: 1em;
font-weight: 700;
    color: #ffffff !important;
    background-color: #05114d !important;
    border: none;
   line-height: 1.2;
	
	    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border-radius: 40px;
}

.form-wrap .nf-form-content input[type=submit]:hover {
        color: #05114d !important;
    background-color: #f6c974 !important;
}

.form-wrap .nf-form-content button {
    border: 0;
    transition: all .5s;
    text-transform: none;
    display: block;
    font-size: 16px;
    padding: 7px 25px;
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
    background: #666 !important;
    border-radius: 4px;
    cursor: pointer;
}

.form-wrap button.btn.nf-fu-button-cancel {font-size: 14px;
    padding: 5px 13px;
    margin: 7px 0 0 5px;
    background: transparent !important;
    color: #666;
	text-decoration: underline;
}
.form-wrap button.btn.nf-fu-button-cancel:hover {
     background: transparent !important;
   color: #666 !important;
	text-decoration: none;
}
.fomr-wrap .files_uploaded {
    font-size: 16px;
}

.form-wrap button,.form-wrap input,.form-wrap select,.form-wrap optgroup,.form-wrap textarea {
    color: #404040;
    font-family: "din-2014", sans-serif;
    font-size: 15px;
    line-height: 1.2;
    padding: 10px;
}
.form-wrap .nf-form-content input:not([type=button]),.form-wrap .nf-form-content textarea {
   /*border:none;*/
}






