:root {
	--white: #FFF;
	--blue: #004A93;
	--bright-blue: #007AC6;
	--grey: #535353;
	--pale-blue: #e5ecf4;
}

html {
  scroll-behavior: smooth;
}

/* ----------------------------------------------------- Background Styles ------------------------------------------------- */

.bg-pale-blue {
	background-color: var(--pale-blue);
}

.bg-blue {
	background-color: var(--blue);
}


.background-centered {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.min-height {
	/*min-height: 55vh;*/
	min-height: 35vw;
}
.min-height-intro {
	min-height: 22vw;
}
.border-top-grey {
	border-top: solid 1px var(--grey);
}
.border-bottom-grey {
	border-bottom: solid 1px var(--grey);
	position: absolute;
	bottom: 0;
	width: 90%;
}

.bg-blue-gradient {
  background: linear-gradient(to right, rgba(0,74,147,1), rgba(0,37,74,1));
	color: white;
}
/* ----------------------------------------------------- Menu Styles ------------------------------------------------- */


.header-contact {
	font-size: 12px; 
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a, .wp-megamenu-wrap .wpmm-nav-wrap > ul > li .wpmm-search-wrap > a.search-open-icon {
	text-decoration: none!important;
}

.wp-megamenu-wrap > .wpmm-nav-wrap .wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a {
	text-decoration: none !important;
}

.menu ul {
	padding: 0px;
	margin: 0;
}
.menu li {
	list-style: none;
	display: inline-block;
	margin: 0 15px 8px 15px;
	background-image: none;
}
.menu a {
	color: var(--blue);
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}
.menu a:hover {
	color: var(--blue);
}

.menu ul li ul {
	position:absolute;
	left:-999em;
	z-index:9999 !important;
	margin: 0 0 0 -10px;
	width: auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu ul li ul li {
	display: block;
	margin-bottom: 0;
}
.menu ul li:hover ul, .menu ul li ul:hover {
	left:auto;
}
/** Menu arrows **/
.menu li > a:after {
    content: '  ▾';
	vertical-align: 1px;
}

.menu li > a:hover:after {
    color: #444;
    content: '  ▾';
	vertical-align: 1px;
}

.menu li > a:only-child:after {
    content: '';
}

/* ---- Mega Menu ---- */
.wp-megamenu-sub-menu {
	background-color: var(--navy) !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a, .wp-megamenu-wrap .wpmm-nav-wrap > ul > li .wpmm-search-wrap > a.search-open-icon {
	color: #fff !important;
	font-weight: 700 !important;
}
.wp-megamenu > li > ul.wp-megamenu-sub-menu li > a {
	color: #fff !important;
}
.wp-megamenu-wrap > .wpmm-nav-wrap .wp-megamenu > li > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a, .wp-megamenu-wrap > .wpmm-nav-wrap .wp-megamenu > li .wpmm-strees-row-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a, .wp-megamenu-wrap > .wpmm-nav-wrap .wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a {
	color: #fff !important;
	text-transform: none !important;
	font-size: 14px !important;
	line-height: 20px !important;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class ul li a {
	color: #fff !important;
}
ul.wp-megamenu li.wpmm-type-widget .wpmm-item-title {
	color: var(--grey) !important;
	font-size: 16px !important;
}
ul.wp-megamenu-sub-menu p a {
	color: var(--grey) !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}

/* ----------------------------------------------------- Header And Banner Image Styles ---------------------------------------------------------------- */

header {
	/*position: absolute;*/
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	/*padding: 50px 5%;*/
}

.logo {
	width: 55%;
	max-width: 300px;
	min-width: 180px;
}
.video-height {
	height: 53vw !important;
}
.banner-image {
	width: 100%;
	height: auto;
	min-height: 45vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	position: relative;
}
.banner-overlay {
	position: absolute;
	bottom: 0;
	background-image: linear-gradient(to left, rgba(0,47,81,0), rgba(0,47,81,0.8));
	width: 100%;
	color: #fff;
	height: 100%;
}
.banner-overlay p {
	color: #fff;
}
.banner-overlay-home {
	top: 0;
}
.overlay-grey {
	background-color: rgba(185,205,212,0.8);
}
.overlay-navy {
	background-color: rgba(0,47,81,0.7);
}

img.sab-custom-avatar {
  max-width: 175px !important;
  border-radius: 60px !important;
  margin-bottom: 15px !important;
}
/* ----------------------------------------------------- Sticky Side Button Styles ---------------------------------------------------------------- */
li#ssb-btn-0, li#ssb-btn-1, li#ssb-btn-2 {
	padding: 0 !important;
}

.easy-sticky-sidebar {
	top: calc(35% + var(--position2_distance)) !important;	
}




/* ----------------------------------------------------- Generic Content Styles ---------------------------------------------------------------- */

.content-padding {
	padding: 5%;
}
.content-padding-sm {
	padding: 2.5% 5%;
}
.content-padding-lrg {
	padding: 5% 10%;
}
.content-margin {
	margin: 5% 0;
}
.circle-image {
	border-radius: 50%;
}
.wp-block-quote {
	border-bottom: solid 1px;
	padding-bottom: 10px;
}

.rssw__widget {
	bottom: 0em !important;
}

.border-bottom-blue {
	border-bottom: solid var(--blue);
}



/* ----------------------------------------------------- 4 Col Nav Bar with Changing Content Styles ------------------------------------------------- */






/* ----------------------------------------------------- 4 Col Nav Bar with Changing Content Styles ------------------------------------------------- */

.active {
	display: flex !important;
	/*display: block !important;*/
}
.active-btn {
	opacity: 0.6;
	transition-duration: 0.4s;
}

.nav-bar-4col {
  width: 100%;
  height: auto;
  display: flex;
}

#nav_tab_1_content, #nav_tab_2_content, #nav_tab_3_content, #nav_tab_4_content {
	display: none;
	padding-right: 0;
}

.nav-bar-4col li.active {
  border-bottom-color: var(--blue) !important;
  color: var(--blue);
}

.nav-tab-content .img {
  width: 50%;
  margin-left: 5%;
  min-height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nav-bar-4col li {
	list-style-type: none !important;
  width: 100%;
  padding: 20px;
  border-bottom: solid 3px var(--blue);
  transition-duration: 0.4s;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
}
.nav-bar-4col li.active {
	border-bottom-color: var(--grey) !important;
	color: var(--grey);
}

.nav-tab-content {
	display: none;
	display: flex;
	min-height: 650px;
}
.nav-tab-content .text {
	width: 40%;
	margin-right: 5%;
}

.nav-tab-content h4 {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 10px;
}

.hidden-on-desktop {
	display: none !important;
}

.slider-image {
	width: calc(33.3333333333333333333333333333333333333% - 10px);
	min-width: calc(33.3333333333333333333333333333333333333% - 10px);
	text-align: center;
	margin: 0 5px;
	overflow: hidden;
	height: auto;
	min-height: 55vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}


/* ----------------------------------------------------- Metaslider Styles ---------------------------------------------------------------- */

.slides {
	padding: 0px !important;
}
/*
.ms-image {
	display: block !important;
	height: 80vh !important;
	position: relative !important;
}
.ms-image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
	background-color: rgba(0,55,98,0.65);
}
*/
.metaslider .caption-wrap {
    bottom: 0% !important;
    background: none !important;
	opacity: 1 !important;
}
.caption-wrap .caption {
	padding: 5% !important;
	background: none;
	width: 75%;
	color: var(--white);
	font-weight: 800;
	font-size: 4.5vw;
	line-height: 5vw;
}

/*
.metaslider .flexslider .slides > li img
{
	height: inherit;
}
*/

.metaslider iframe.vimeo, .metaslider .youtube iframe {
	left: -5% !important;
	width: 115% !important;
	height: 115% !important;
}


/* ----------------------------------------------------- Button and A Styles ---------------------------------------------------------------- */

a.button, button {
	width: auto;
	text-align: center;
	border: none;
	background-color: var(--bright-blue);
	color: white;
	font-size: 15px;
	padding: 10px;
	text-decoration: none !important;
	margin-right: 2%;
}

a.button:hover, button:hover {
	background-color: var(--blue);
	text-decoration: none !important;
	cursor: pointer;
}

.btn-white {
	width: auto;
	text-align: center;
	border: none;
	background-color: var(--white);
	color: var(--bright-blue);
	font-size: 15px;
	padding: 10px;
	text-decoration: none !important;
	margin-top: 5%;
	margin-right: 2%;
}
.btn-white:hover {
	width: auto;
    background-color: var(--bright-blue);
	color: var(--white);
	font-size: 15px;
	padding: 10px;
}


.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
	background-color: var(--blue) !important;
	cursor: pointer;
	width: 100% !important;
}
.nf-form-content button:hover, .nf-form-content input[type="button"]:hover, .nf-form-content input[type="submit"]:hover {
	color: var(--white) !important;
	background-color: var(--bright-blue) !important;
}



#easy-sticky-sidebar-1.easy-sticky-sidebar {
	margin-bottom: 10px !important;
}

.nf-form-content textarea.ninja-forms-field {
  height: 100px !important;
}




/* ----------- Blog Styles ----------- */
.blog {
	margin-bottom: 30px;
	transition: opacity .25s ease-in-out;
	  -moz-transition: opacity .25s ease-in-out;
	  -webkit-transition: opacity .25s ease-in-out;
}
.blog:hover {
	opacity: 0.7;
}
.blog-img-category {
	/*height: 245px;*/
	height: 18vw;
	overflow: hidden;
	position: relative;
	border-radius: 10px 10px 0 0;
}
.featured-cat-img {
	height: 25vw;
}
.blog-img img.attachment-post-thumbnail, .blog-img img.attachment-post-thumbnails {
	height: 108%;
	width: 100%;
	position: absolute;
	left: -50%;
	right: -50%;
	margin: 0 auto;
}
.blog-img-category img.attachment-post-thumbnail, .blog-img-category img.attachment-post-thumbnails {
	width: 100%;
	height: auto;
}
.blog-img-home img.attachment-post-thumbnail, .blog-img-home img.attachment-post-thumbnails {
	height: 108%;
	width: auto;
	position: absolute;
	left: -50%;
	right: -50%;
	margin: 0 auto;
}
.featured-cat-img img.attachment-post-thumbnail, .featured-cat-img img.attachment-post-thumbnails {
	width: 100%;
	height: auto;
}
.blog-text {
	padding: 20px 20px 60px 20px;
	height: 190px;
	min-height: 210px;
	border-radius: 0 0 10px 10px;
}
.blog-text-lrg {
	height: 250px;
}

/*related services*/
.min-height-tab {
	height: 145px;
	margin-bottom: 30px;
}
/*related services - larger*/
.min-height-tab-lrg {
	height: 370px;
	margin-bottom: 30px;
}

/* ----------------------------------------------------- Footer Styles ---------------------------------------------------------------- */

footer {
	border-top: solid 5px var(--navy);
}
footer p {
	font-size: 14px;
	color: var(--blue);
}

footer a {
	font-size: 14px;
	color: #535353;
}


/* ----------------------------------------------------- Other Plugin Styles ---------------------------------------------------------------- */
/*to make accordions stay open when clicked*/
.collapse.show {
	display: block !important;
}
.wpsm_panel-heading {
	padding: 10px 0 !important;
}
.ac_title_class {
	padding-left: 0 !important;
}
.wpsm_panel-body {
	padding: 0 !important;
}
.wpsm_panel-body strong {
    color: var(--grey) !important;
}

/* logo carousel */
div#logo-carousel-free-181.logo-carousel-free .sp-lc-logo {
	border: 0 !important;
}
.logo-carousel-free .sp-lc-logo img {
	max-height: 135px !important;
	width: auto !important;
}
/* testimonial rotator */
#sp-testimonial-free-wrapper-112 .sp-testimonial-free-section .testimonial-nav-arrow {
	background: var(--grey) !important;
	border: 0 !important;
	color: #fff !important;
}
#sp-testimonial-free-wrapper-112 .sp-testimonial-free-section .testimonial-nav-arrow:hover {
	background: var(--white) !important;
	color: var(--grey) !important;
}
#sp-testimonial-free-wrapper-112 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--grey) !important;
}

/* CF7 styles*/
.wpcf7-list-item {
	width: 100%;
	margin: 0 !important;
}
.wpcf7-form input {
	border: solid 1px var(--navy);
	padding: 5px;
	margin-bottom: 10px;
}
.wpcf7-text {
	width: 100%;
}
.wpcf7-form textarea {
	border: solid 1px var(--navy);
	padding: 5px;
	margin-bottom: 10px;
	width: 100%;
}
.wpcf7-form label {
	margin: 0;
}
input[type=checkbox] {
	border: 0;
	box-shadow: 0;
}
[type="submit"] {
	border-radius: 10px;
    background-color: #FFF;
    padding: 10px 25px !important;
    color: var(--navy);
    border: 0;
    margin-top: 10px;
	font-weight: 700;
	text-transform: uppercase;
	width: auto;
	font-size: 13px;
	cursor: pointer;
}
.wpcf7 .wpcf7-submit:disabled {
	  opacity: 0.7;
}

/*WP CTA Sidebar */
.easy-sticky-sidebar.sticky-cta-bottom {
	bottom: 30% !important;
}


/*mailchimp form*/
#mc_embed_signup {
	background: none !important;
}


/* ----------------------------------------------------- 2200px + ---------------------------------------------------------------- */

@media only screen and (min-width : 2200px) {
}


/* ----------------------------------------------------- Smaller than 2200px ----------------------------------------------------- */

@media only screen and (max-width : 2200px) {
}


/* ----------------------------------------------------- Smaller than 1800px ----------------------------------------------------- */

@media only screen and (max-width : 1800px) {
}


/* ----------------------------------------------------- Smaller than 1750px ----------------------------------------------------- */

@media only screen and (max-width : 1750px) {
}


/* ----------------------------------------------------- Smaller than 1650px ----------------------------------------------------- */

@media only screen and (max-width : 1650px) {	
}


/* ----------------------------------------------------- Smaller than 1550px ----------------------------------------------------- */

@media only screen and (max-width : 1550px) {

}


/* ----------------------------------------------------- Smaller than 1450px ----------------------------------------------------- */

@media only screen and (max-width : 1450px) {

}


/* ----------------------------------------------------- Smaller than 1350px ----------------------------------------------------- */

@media only screen and (max-width : 1350px) {
	.slider-image {
		width: calc(50% - 10px);
		min-width: calc(50% - 10px);
	}

	.min-height {
		min-height: 37vw;
	}
}


/* ----------------------------------------------------- Smaller than 1300px ----------------------------------------------------- */

@media only screen and (max-width : 1300px) {

} 


/* ----------------------------------------------------- Smaller than 1200px - Bootstrap XL ----------------------------------------------------- */

@media only screen and (max-width : 1200px) {
	.sm-screen-hidden {
		display: none;
	}
	/*.mobmenur-container {
		top: 35px !important;
	}*/
	.min-height {
		min-height: 40vw;
	}
	
}

/* ----------------------------------------------------- Smaller than 1125px ----------------------------------------------------- */

@media only screen and (max-width : 1125px) {
	.min-height {
		min-height: 48vw;
	}
	
}

/* ----------------------------------------------------- Smaller than 1080px ----------------------------------------------------- */
@media only screen and (max-width : 1080px) {
	.caption-wrap .caption {
 	   font-size: 30px;
	}
}

/* ----------------------------------------------------- Smaller than 1024px - iPad landscape ----------------------------------------------------- */

@media only screen and (max-width : 1024px) {	
	.hidden-on-desktop {
		display: block !important;
	}
	#sector-tabs .nav-tab-content {
		display: flex !important;
		flex-direction: column;
		max-width: 100%;
		flex: 0 0 100%;
	}
	#sector-tabs .nav-tab-content .text {
		width: 100%;
		margin-right: 0%;
		order: 3;
		margin-top: 25px;
		margin-bottom: 30px;
	}
	#sector-tabs .nav-tab-content .img {
		width: 100%;
		margin-left: 0%;
		min-height: 560px;
		order: 2;
	}
	#sector-tabs h4 {
		font-size: 17px;
		margin-bottom: 12px;
		margin-top: 0;
	}
	#nav_tab_1, #nav_tab_2, #nav_tab_3, #nav_tab_4 {
		list-style-type: none !important;
		width: 100%;
		padding: 20px;
		border-bottom: solid 3px var(--brand-grey);
		transition-duration: 0.4s;
		cursor: pointer;
		text-transform: uppercase;
		border-bottom-color: var(--brand-orange) !important;
		color: var(--brand-orange);
		margin-bottom: 30px;
	}
	.nav-tab-content {
		display: block !important;
		padding: 0 !important;
		min-height: auto !important;
	}
	.nav-bar-4col {
		display: none !important;
	}
	

}

/* ----------------------------------------------------- Smaller than 991px ------------------------------------------------------ */

@media only screen and (max-width : 991px) {
	/*.mobmenur-container {
		top: 30px !important;
	}*/
	.min-height {
		min-height: 56vw;
	}

}

/* ----------------------------------------------------- Smaller than 870px ------------------------------------------------------ */

@media only screen and (max-width : 870px) {	
	.min-height {
		min-height: 71vw;
	}
	.blog-text {
		min-height: 255px;
	}

}

/* ----------------------------------------------------- Smaller than 800px ------------------------------------------------------ */

@media only screen and (max-width : 800px) {	
	
}


/* ----------------------------------------------------- Smaller than 768px - iPad portrait ------------------------------------------------------ */

@media only screen and (max-width : 768px) {
	.mobile-center {
		text-align: center !important;
	}
	.mobile-left {
		text-align: left !important;
	}
	.metaslider .caption-wrap {
	    width: 90% !important;
	}
	.mobile-hidden {
		display: none;
	}
	.mobile-padding {
		padding: 7%;
	}
	.mobile-margin-bottom {
		margin-bottom: 15px;
	}
	/*.mobmenur-container {
		top: 10px !important;
		margin-right: 0 !important;
	}*/
	.wp-megamenu-wrap {
		display: none;
	}
	/*.min-height {
		min-height: 60vh;
	}*/
	.blog-img-category {
		height: 40vw;
	}
	.blog-img-home img.attachment-post-thumbnail, .blog-img-home img.attachment-post-thumbnails {
		width: 100%;
		height: auto;
	}
	.blog-text {
		min-height: 205px;
	}
	.banner-overlay-text {
		max-width: 90%;
	}
	.video-height {
		height: 95vw !important;
	}
	.metaslider iframe.vimeo, .metaslider .youtube iframe {
		width: 220% !important;
		height: 220% !important;
		left: -60% !important;
	}
	.circle-image {
		max-width: 80%;
		margin-bottom: 15px;
	}
	.banner-image {
		min-height: 35vh;

	}
}


/* ----------------------------------------------------- Smaller than 700px ------------------------------------------------------ */

@media only screen and (max-width : 700px) {

}

/* ----------------------------------------------------- Smaller than 600px ----------------------------------------------------- */

@media only screen and (max-width : 600px) {

}


/* ----------------------------------------------------- Smaller than 540px ------------------------------------------------------ */

@media only screen and (max-width : 540px) {	

}


/* ----------------------------------------------------- Smaller than 500px ------------------------------------------------------ */

@media only screen and (max-width : 450px) {

}