*, *: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-family: "museo-sans-condensed", sans-serif;*/
font-weight: 300;
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:1280px;*/
	/*max-width:1400px;*/
	max-width:1360px;
    margin: 0 auto;
    padding: 0 80px;
    position: relative;
}
@media (max-width:1000px){
	.inner {
    padding: 0 40px;
}
}

.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: 115px; /*same height as header*/
  margin-top: -115px; /*same height as header*/
  visibility: hidden;
}

.center{
	text-align:center;
}

h1,h2,h3,h4,p{
	/*transition: font-size 0.5s ease;*/
}
/*Font Resize-------------------------------------*/
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
	background-image: url("/source/45af298c926c3a85973e4f709fad95b5/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("/source/45af298c926c3a85973e4f709fad95b5/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("/source/c806bafe9b3902d84aaf0635fbbf415b/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:130px;
	-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:130px;
}

/*@media (max-width: 945px){
	#headerspacer{
		display:none;
	}
}*/

.home #headerspacer{
	display:none;
}


.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;
/*	    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: rgb(73,91,212);
background: linear-gradient(45deg, rgba(73,91,212,1) 0%, rgba(56,37,124,1) 100%);*/
    top: 0px;
}

.home #header {
/*	    box-shadow: none;
    -webkit-box-shadow: none;
-moz-box-shadow:  none;
	background: transparent;*/
}

#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: rgb(34,80,127);
background: linear-gradient(72deg, rgba(34,80,127,1) 0%, rgba(0,41,63,1) 46%);
	
/*	background: rgb(34,80,127);
background: radial-gradient(circle, rgba(34,80,127,1) 0%, rgba(0,41,63,1) 84%);*/
	/*background: #00293f;
	background-image: url("/source/c13658d63ca0ec242f7b149e44dc8832/header-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;*/

}
.home #header:after, .transparent-header #header:after{
	opacity:0;
}

#header .inner{
	height: 130px;
	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-title {
    position: absolute;
    bottom: 15px;
    left: 250px;
    color: #fff;
    font-family: 'Arvo', serif;
    font-weight: 700;
    font-size: 35px;
}
.header-logo {
    position:absolute;
	    left: 80px;
    top: 12px;
    background-image: url("/source/53b5365349f75a828e626dabe0c7b4af/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%;
}
#header-group.is_stuck .header-logo {
	margin-top:0px;
}
.header-logo a {
    display: block;

	
	width: 215px;
    height: 103px;
	
    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);
}


.mobile-header .logowrap {
    margin: 7px 0 0 14px;
    max-width: 110px;
    float: left;
    padding: 0;
}


.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: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-color: #b01b2e;
	/*border:2px solid #f05a28;*/
	margin: 10px 10px 0 10px;
	/*border-radius: 50px;*/
}
.ToggleMenu.Open {
	float: right;
    background-image: url("/source/ce28888c9069e410ac3b0eb4e5811713/open-menu-button.png");
    background-repeat: no-repeat;
	background-position: center center;
}
.ToggleMenu.Open:hover {
    background-color:#f21531;
}
.ToggleRight.Open {
    float: right;
    background-image: url("/source/97112ed1ce9d23966422411f8651fb0b/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("/source/c806bafe9b3902d84aaf0635fbbf415b/close-menu-button.png");
	    
    background-repeat: no-repeat;
}
.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("/source/93cd0662ca25e007e12e7a91e28bff62/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("/source/ec2c36573d248379212ea41ea31fb5ba/icon-phone.png");
}
ul.contact-group li.email{
	background-image: url("/source/3e504dff3b535f8a03051c3fe1fa5152/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-bar{
	padding:50px 0;
	color:#fff;
	text-align: center;
	/*background-color: #4f78d0;*/
	background-color: #b01b2e;
	background: rgb(176,27,46);
background: radial-gradient(circle, rgba(242,21,49,1) 0%, rgba(176,27,46) 100%);
}
.footer-bar h2, .footer-bar h3{
	color: #fff;
}
.footer-bar strong{
	font-weight: 900;
}

.footer-bar-content{
	
}
.footer-bar-content p{
	font-size:1.6em; /*32*/
    /*display: inline-block;*/
    margin: 0 0 20px;
    line-height: 1.2;
}






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


.footer{
	padding:60px 0; 
	background-color:#00293f;
	color: #fff;

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

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

.footer-contact-info{
	width:375px;
	float:left;
}

.footer-logo{
	margin-bottom: 10px;
}
.logo-tagline{
	font-size:24px;
	font-weight:600;
	    margin: 10px 0 40px 0;;
}
.logo-tagline span{
	color:#D0021B;
	}
.footer-contact-info ul{
	margin:0;
	padding:0;
	list-style: none;
	font-size:15px;
}
.footer-contact-info ul li{
	/*    margin: 0 0 20px 0;
    padding: 0 0 0 40px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: left top;*/
	vertical-align: top;
	    margin: 0 0 16px 0;
    padding: 0 0 0 34px;
    list-style: none;
    background-repeat: no-repeat;
    background-position: left -3px;
}

.footer-contact-info ul li.footer-address{
	background-image: url("/source/a8155b7314004740dff1843f63c8cac3/footer-contact-address.png");
}

.footer-contact-info ul li.footer-phone{
	background-image: url("/source/29be10c570a3693ae81edbe2edd1c8dc/footer-contact-phone.png");
}
.footer-contact-info ul li.footer-email{
	background-image: url("/source/699b843d35465dadb6c589a76b58c94f/footer-contact-email.png");
}
.footer-navigation{
	float:right;
	width:calc(100% - 400px);
	    margin-top: 22px;
}
ul.footer-menu{
	float:left;
	margin: 0 50px 20px 0;
	list-style: none;
	padding: 0;
}
ul.footer-menu li{
list-style: none;
	padding:0;
	margin: 0 0 10px 0;
	font-size:16px;
}
ul.footer-menu li.footer-menu-title{
color:#92989F;
	font-size:18px;
}

.footer-bottom{
	clear:both;
	padding:30px 0;
	text-align: center;
	border-top:1px solid #71777D;
	position: relative;
}

.footer-bottom:after{
	content:"";
	display: table;
	clear: both;
	
}

.copyright{
	color:#fff;
	font-size:12px;
	
}

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

.copyright a:hover{
	
}

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

ul.social-icons li{
	list-style: none;
	margin: 0 0px 10px 5px;
	padding:0;
	display: inline-block;
	vertical-align: middle;
}
ul.social-icons li a{ 
	display: block;
	width:32px;
	height:32px;
	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("/source/17a0442cc780f442cffda8199dffa86d/facebook.png"); }
ul.social-icons li.twitter a{background-image: url("/source/afe301634b93f6112d11fb0031fc8905/twitter.png"); }
ul.social-icons li.linkedin a{background-image: url("/source/de3b73f16237013309268cbc754f74f5/linkedin.png"); }
ul.social-icons li.youtube a{background-image: url("/source/c1abb691da05cfbf43cb1a67d86a43c8/youtube.png"); }
ul.social-icons li.instagram a{background-image: url("/source/8843e01f81c355c265d155f029a7e236/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:30px;
    -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: 500;
    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:500;
	
    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("/source/13999dd162c9a50f6d433095bf792a61/nav-arrow.png");
    background-repeat: no-repeat;
    background-position: right 5px top 13px;
    padding: 10px 25px 10px 15px;
}
#nav > ul > li:hover > a {
    color: #ccc;
    background-color: transparent;
		
	
}
#nav ul > li.menu-item-has-children:hover > a {

}



/*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{
}

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


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

.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: #000;
	font-weight: 400;
    text-decoration: none;
    font-size: 16px;
	
 /* 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("/source/ec2c36573d248379212ea41ea31fb5ba/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;
}


/*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: 90%;
    position: fixed;
    overflow-y: auto;
    height: 100%;
    top: 0;
    right: -90%;
    z-index: 9999;color: #fff;
	    padding: 0px;
	transition: all 0.5s ease;
	background-color: rgba(176,27,46,.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:#FFF;
	
	font-size:15px;
	font-style: normal;
	font-weight: 400;
}
ul.mobile-menu li:first-child a {
   
}
ul.mobile-menu li a:hover {
    background-color: #f21531;
    color: #fff;
}

ul.mobile-menu > li.active > a{
     background-color: #f21531;
    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("/source/a1b9d4f55e58467abe10355ffac9fdc3/icon-sprites-arrow.png");
    background-repeat: no-repeat;
    background-position: 30px 16px;
}
ul.mobile-menu li.menu-item-has-children.active > a {
    background-image: url("/source/ae280a070d3a98d40bb12a793962fc15/icon-sprites-arrow-down.png");
}
/*Second Tier-------------------------------*/
ul.mobile-menu li ul.sub-menu {
    display: none;
 
	 background-color: #f21531;
    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:#D0021B;
	color:#fff;*/
}
/*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: #b01b2e;
    color:#ffffff;
}
ul.mobile-menu li ul.sub-menu li ul.sub-menu li:hover a {
	background-color: #b01b2e;
    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;
}



/*HOME-----------------------------------------------------*/
.home-banner{
	min-height: 640px;
	position: relative;
	background-color: #5248c8;
	padding-top: 175px;
	padding-bottom:30px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url("/source/a1849271d643209167a958d4e731b59b/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;
	color: #FFF;
}

.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: #00293f;
	
	/*height:50vh;
	height:695px;*/
	position: relative;
	overflow:hidden;
	    aspect-ratio: 16/9;
}

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

.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;
}


.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: rgb(34,80,127);
background: radial-gradient(circle, rgba(34,80,127,1) 0%, rgba(0,41,63,1) 84%);
    z-index: 1;
	mix-blend-mode: hue;
	opacity: .4;
}


@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;
	}
	
}*/


/*Home Content Rowa--------------------------------------------------*/

.home-row{
	padding:60px 0;
	background-repeat: no-repeat;
	background-position: center top;
}
@media (min-width:1440px){
	.home-row{
		background-size: cover;
	}
}
.home-content-row{
	display: flex;
     justify-content: center; 
	flex-direction: row;
	flex-wrap: wrap;
	/*margin:0px -15px 0;*/
	margin:0px -40px 0;
	
	 
}

.home-content-row.vertical{
	align-items: center;
}
.home-content-col{
	width: calc(50% - 80px);
	margin: 0px 40px 0px;
	position: relative;
}

@media (max-width:767px){
	.home-content-col{
	width: 100%;
}
}


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

.home-row.intro{
	text-align: center;
	padding-top:10px;
}
.home-row.intro h1{
	/*font-size: 36px;*/
    letter-spacing: -1px;
    font-weight: 900;
}

.home-row.close{
	text-align: center;
}
.home-row.close h4{
	color: #1040b5;
}

h2.stacked{
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	font-size:100px;
	line-height: .9;
}
h2.stacked span{
	display:block;
	font-weight: 300;
	font-size:.3em;
}
@media(max-width:740px){
	h2.stacked{
	font-size:65px;
	}
	h2.stacked span{
		font-size:.4em;
	}
}
@media(max-width:500px){
	h2.stacked{
	font-size:40px;
	}
}
.home-row.capabilities{
	background: rgb(34,80,127);
background: radial-gradient(circle, rgba(34,80,127,1) 0%, rgba(0,41,63,1) 84%);
	text-align: center;
	color: #fff;
}
.home-row.capabilities h2.stacked{
	color: #fff;
}

.home-photos{
	    margin-top: -100px;
    z-index: 10;
    position: relative;
}
.home-photos ul{
	padding:0;
	margin:0;
	list-style: none;
	text-align: center;
}
.home-photos ul li{
	display: inline-block;
    width: 220px;
    height: 220px;
    overflow: hidden;
    border-radius: 220px;
	padding:0;
	margin:0 10px 20px;
	border: 6px solid #FFF;
}
.home-photos ul li img{
	
}
@media (max-width:875px){
	.home-photos ul li{
    width: 150px;
    height: 150px;
    border-radius: 150px;
	}
	.home-photos {
    margin-top: -65px;
	}
}

@media (max-width:630px){
	.home-photos ul li{
    width: 100px;
    height: 100px;
    border-radius: 100px;
		margin:0 5px 0px;
		border:4px solid #fff;
	}
	.home-photos {
    margin-top: -45px;
	}
}

/*HOME BOXES-----------------------------------------------*/

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

.homebox-box{
	width: calc(33.333333% - 30px);
    margin: 0 15px 30px;
	height:425px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden; 

}
.homebox-box-content{
	color:#fff;
	background: rgba(176,27,46,.9);
	text-align:center;
	 position: relative;
	    top: 80%;
    height: 100%;
    padding: 30px 20px 20px;
transition: all 0.5s ease;
	
}
.homebox-box-content h2{
	font-weight: 900;
    font-size: 28px;
	line-height:1;
    margin: 0 0 10px;
    padding: 0;
    color: #FFF;
}
.homebox-box-content h2 strong{
	font-weight: 700;
}
.homebox-box-content p{
	font-size:15px;
	line-height: 1.3;
	padding:0;
	margin:0 0 15px;
}


.homebox-box:hover{
    
}
.homebox-box:hover .homebox-box-content{
  top:40%;
	/*background-color: rgba(34,38,41,.85)*/
	
}

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

.homebox-box:nth-child(1){
	background-image: url("/source/b7aae636285a1458c4ebf7b7a9236eb2/home-box-design2.jpg");
}
.homebox-box:nth-child(1) .homebox-box-content{
}
.homebox-box:nth-child(2){
	background-image: url("/source/a218f68a13021473733864119cffc79b/home-box-manufacturing2.jpg");
}
.homebox-box:nth-child(2) .homebox-box-content{
}
.homebox-box:nth-child(2) .homebox-box-content h2{
}

.homebox-box:nth-child(3){
	
	background-image: url("/source/cb85d1340866c37967dd53552b39447f/home-box-inspection.jpg");
}
.homebox-box:nth-child(3) .homebox-box-content{
}



@media (max-width:1250px){
	.homebox-box-content h2 {
    font-size: 25px;
	}
}

@media (max-width:850px){
	.homebox-box{
	width:100%;
	}
}

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

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

.counter-boxes-wrap{
	display: flex;
	justify-content: center;
	flex-direction: row;
	
	/*justify-content: flex-start;*/
	flex-wrap: wrap;
	
	
	margin: 30px -15px 30px;
}
.counter-box{
	text-align: center;
	width: calc(33.333333% - 30px);
    margin: 0 15px 30px;
}
.counter-number{
	font-weight: 500;
	font-size:57px;
}
.count{
	
}
.counter-description{
	font-size:25px;
}
.counter-description span{
	font-size:.85em;
	display: block;
}

@media (max-width:800px){
	.counter-number{
	font-size:48px;
}
	.counter-description{
	font-size:18px;
}
}
@media (max-width:680px){
	.counter-boxes-wrap{
	display: block;
	margin: 30px -15px 30px;
}
.counter-box{
	width: calc(100% - 30px);
    margin: 0 15px 30px;
}
}
/*Home Icons--------------------------------------------------*/

.home-icons-wrap{
	padding:60px 0;
	background-color: #e8e8e8;
	text-align: center;
}

.home-icons-wrap h3{
	 color: #5c468e;;
}
.home-icons{
	    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
	
	margin: 20px -30px 0px;
	
}


.icon-col{
	    width: calc(33.333333% - 60px);
    margin: 0 30px 30px;
   text-align: center;
}
.icon-col h4{
    margin-bottom: 10px;
}

.icon-col p{
	
}



@media (max-width:800px){
	.icon-col{
	width: calc(100% - 30px);
}
}







.home-mid-banner{
	background-color: #ffb839;
	padding:30px 0;
}
.home-mid-banner .columns{
	display: flex;
	/*justify-content: center;*/
	justify-content: flex-start;
	flex-wrap: wrap;
}
.home-mid-banner .column.one{
	width:70%;
}
.home-mid-banner .column.two{
	width:30%;
	padding:0 20px;
	text-align: center;
}
@media (max-width:680px){
	.home-mid-banner .columns{
	display: block;
	}
	.home-mid-banner .column.one,.home-mid-banner .column.two{
		width:auto;
		text-align: center;
	}
}



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

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-----------------------------------------*/

#homepage-news{
	padding:30px 0px;
	
}
#homepage-news h2{
	text-align: center;
	font-size: 36px;
    font-weight: 300;
}

.news-container{
	margin: 0 -10px;
	overflow: visible;
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
}

.blog-post{
	/*width:23%;*/
	position: relative;
	padding-bottom:20px;
	
	width: calc(25% - 20px);
	margin:0 10px 25px;
}


.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{
	font-size:14px;
	position: relative;
	padding:0 5px;
}

.blog-title{

  color: #007bc4;
	font-size:24px;
  font-weight: bold;
  line-height: 1.2;
padding: 0;
	margin:0 0 10px 0;
}
.blog-title a{
	 color: #007bc4;
	text-decoration: none;
}

.blog-post a.btn{
	position: absolute;
	left:0;
	bottom:0;
}

@media (max-width:975px){
	
	.blog-post{
		width:calc(50% - 20px);
	}
}

@media (max-width:600px){
.news-container {
    display: block;
}
	.blog-post{
		width:auto;
	}
	.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;
}


/*Internal pages---------------------------------------------*/


#internal-banner{
	background-color: #000;
	/*min-height: 520px;*/
	min-height: 545px;
	background-repeat: no-repeat;
	background-position: center bottom;
    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) 35%, rgba(0,0,0,0) 100%);
  mask-image: linear-gradient(90deg, rgba(0,0,0,1) 35%, rgba(0,0,0,0) 100%);
}




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


.blog #internal-banner, .single #internal-banner, .archive #internal-banner, .error404 #internal-banner, .search #internal-banner{
	/*background-image: url("/source/fb99295311896e7136077fed769fa86c/blog-banner.jpg");*/
	background-image: url("/source/b2fa526ac952be5821eb572b567d66eb/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;
}

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

.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.15em;
    color: #000;
    font-weight: 400;
	margin-bottom:0;
}


.internal-banner-content h1,.internal-banner-content h2,.internal-banner-content h3, .internal-banner-content p.banner-title{
	color: #1B232E;
	font-size: 3.333333em;/*60*/
	margin-bottom:10px;
	letter-spacing: -1px;
	/*font-weight:700;*/
	font-weight:500;
}

.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;/*48*/
}
}

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

@media (max-width: 930px){
	.transparent-header .internal-banner-content {
    top: 50%;
}
}

@media (max-width:767px){
	
	#internal-banner {
		min-height:0;
		background-image: none !important;
		
    padding: 30px 0;
	}
	
	.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:2.222222em; /*40*/
	}
		#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:2.222222em; /*40*/
	}
		.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:10px 0;
	list-style: none;
	border-bottom:1px solid #4c4c4c;
}
ul.underline-list li:last-child{
	border-bottom:none;
}
ul.underline-list.icons li{
	/*padding:10px 0 10px 45px;*/
}
ul.underline-list i{
	color: #5c468e;;
	margin-right:10px;
}

.county-map-banner{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
		background-image: url("../images/backgrounds/county-map-bg.jpg");
	    padding: 50px 0;
    margin-top: -65px;
}
/*----------------------------------------------*/

.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;
	/*padding:5px 15px 5px 0px;
	background-image: url("/source/d521f7d9df108fa40e790d5a0620e1b8/toggle-down.png");*/
	
	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{
	/*background-image: url("/source/01369dda2ad7cf562ec7a107ac04f7ca/toggle-up.png");*/
}

.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
}

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

.form-wrap{
	max-width:900px;
	margin:auto;
	padding:30px 40px;
	background-color:#fff;
	border:1px solid #ccc;
	text-align: left;
}

.form-wrap h2, .form-wrap h3, .form-wrap h4{
	color:#5c468e;;
}
.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: 15px 25px;
    font-size: 1em;
	font-size:18px;
font-weight: 600;
    color: #fff !important;
    background-color: #b01b2e !important;
    border: none;
    line-height: 1;
	border-radius: 50px;
	font-family: "museo-sans", sans-serif;
}

.form-wrap .nf-form-content input[type=submit]:hover {
    color: #FFF !important;
     background-color: #f21531 !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: "museo-sans", sans-serif;
    font-size: 1rem;
    line-height: 1.2;
}
.form-wrap .nf-form-content input:not([type=button]),.form-wrap .nf-form-content textarea {
   border:none;
}

/* 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("/source/b2fa526ac952be5821eb572b567d66eb/bottom-cta-bg-dark.jpg");
}

.bottom-cta.lightblue{
	background-color: #01AAD5;
	background-image: url("/source/ec4284656e995c41a0f4171ef2b7cf6b/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("/source/33c04a36b2931f21206dc2aa65942acc/simple-banner-bg-light-grey.jpg");*/
	padding-bottom: 30px;
}
@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:3.333333em /*60*/;
	
	line-height: 1.1;
}
.simple-banner-content h1 a{
	
	text-decoration: none;
}
.simple-banner-content h1 a:hover{
	color:#D0021B;
}
.simple-banner-subtitle{
	
}
.simple-banner-subtitle.archive-title{
	font-weight:bold;
}
@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: 40px;
}
}




/*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;
}

/*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-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:26px !important;
	padding:0px 30px 0;
	margin-top:20px;
}
.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.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;
}

.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;
}

.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;

}

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


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


.testimonial.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 */
}
.testimonial.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 */

}
.testimonial.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 */

}

.testimonial.grey{
	color:#292929;
	background-color: #e5e5e5;
}
.testimonial.light_grey{
	color:#292929;
	background-color: #F5F5F7;
}

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

img.testimonial-photo{
	display:block;
	margin:0 auto 20px;
}
.testimonial-content{
	font-size:25px;
	margin-bottom:20px;
}

.testimonial-author{
	
}
.testimonial-author div{
	display: inline-block;
	vertical-align: middle;
}
.author-photo{
	margin-right:10px;
}
.author-info{
	font-size: 21px;
	font-weight:600;
}
.author-info span{
	font-size: 16px;
	display: block;
	font-weight:400;
}

.testimonial.light_blue .author-info ,.testimonial.light_blue .author-info span{
	color: #1B232E;
}

/*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;
}

.staff-title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
}
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("/source/de3b73f16237013309268cbc754f74f5/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:40px 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:30px -10px;
}

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

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;
}

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% - 20px);
}
}
@media (max-width:650px){
	ul.gallery-group li{
	width: calc(50% - 20px);
}
}

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

a.image-link{
	background-color: #000;
	display: inline-block;
}
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 */
}

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

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

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 #b01b2e;
    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;
}


.partner-with-us{
	text-align: center;
	background-color: #EDEDED;
}


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;
}

/*Webinar pages-------------------*/

.video-wrap{
	margin:0 auto 30px;
	max-width:700px;
	text-align: center;
}
.video-title{
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

/*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("/source/d30a1eef9bacd2c883e2fb62c296591c/document.png");
}
ul.document-list li.link-type-link,ul.document-list li.link-type-pagelink{
	background-image: url("/source/30527b590e974386c20707d6560d03ba/link.png");
}

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

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





