/*
	Theme Name: Champion Facility Master - 2022
	Theme URI: http://www.illuminage.com/
	Author: John Tonge
	Version: 2025.9.12
	Author URI: http://www.illuminage.com/
	Description: IlluminAge Base Theme. This theme was built in 2022 using HTML5 and CSS3. It is fully responsive, adjusting to various screen sizes and optimizing the view appropriately. Updated in 2023
*/

/* FONTS */
	@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,300;1,400&display=swap');
	/* 
		font-family: 'Lato', sans-serif;
	*/

/* High Contrast Icon */
	@font-face { font-family: 'high-contrast'; src:  url('fonts/high-contrast.eot?eadiov'); src:  url('fonts/high-contrast.eot?eadiov#iefix') format('embedded-opentype'), url('fonts/high-contrast.ttf?eadiov') format('truetype'), url('fonts/high-contrast.woff?eadiov') format('woff'), url('fonts/high-contrast.svg?eadiov#high-contrast') format('svg'); font-weight: normal; font-style: normal; font-display: block; }
	[class^="icon-"], [class*=" icon-"] { font-family: 'high-contrast' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
	.icon-High-Contrast:before { content: "\e900"; font-size: 45px; }

/* RESET */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea { border: 0; margin: 0; padding: 0; font-size: 100%;vertical-align: baseline; box-sizing: border-box;}
	article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  menu,  nav,  section { display: block; }
	table  { border-collapse: collapse; border-spacing: 0; }
	td, td img { vertical-align: top; }
	pre, code, kbd, samp { font-family: monospace, sans-serif; }
	html, body, form, img { border: 0; margin: 0; padding: 0;}
	html { font-size: 100%}
	::selection { background: #fc0; color: rgba(0, 0, 0, .9); text-shadow: 0 1px 0 rgba(255, 255, 255, .25);}
	a { border: none; cursor: pointer; }
	a:focus { outline: 2px dotted #f89; text-decoration: underline; }
	a:hover, a:active { outline: none; }
	ol { list-style: decimal; }
	ul { list-style: disc; }
	small { font-size: 85%; }
	strong, th { font-weight: bold; }
	input[type=text], input[type=email], input[type=password], input[type=submit] { appearance: none; -webkit-appearance: none; }
	input[type=submit] { cursor: pointer; }
	input[type=text]:focus { outline: 0 none; }
	/* WORDPRESS */
	.alignleft { display: inline; float: left; margin-right: 25px; }
	.alignright { display: inline; float: right; margin-left: 25px; }
	.aligncenter { clear: both; display: block; margin-top: 25px; margin-bottom: 25px; margin-left: auto; margin-right: auto; }
	.alignleft-nomargin { clear: left; display: inline; float: left; }
	.alignright-nomargin { clear: right; display: inline; float: right; }
	.hidden { display: none; visibility: hidden; }
	.invisible { visibility: hidden; }
	.clearfix { clear: both; overflow: hidden; zoom: 1; }
	.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
	.clearfix:after { clear: both; }
	img.alignleft, img.alignright, img.aligncenter, img.alignnone { max-width: 100%; width: auto; height: auto; margin-top: 25px; margin-bottom: 25px; }
	img.nomargin { margin: 0 auto; }
	th img.alignleft, th img.alignright, th img.aligncenter, th img.alignnone,
	td img.alignleft, td img.alignright, td img.aligncenter, td img.alignnone { max-width: 90%; display: block; }

/* DOC LINK ICONS */
	a[href$=".doc"]:after, a[href$=".docx"]:after, a[href$=".pdf"]:after, a[href$=".ppt"]:after, a[href$=".xls"]:after, a[href$=".xlsx"]:after { display: inline-block; height: 12px; margin: -3px 0 0 .5em; vertical-align: middle; width: 12px; background-position: 0 0; background-repeat: no-repeat; content: ''; }
	a[href$=".doc"]:after, a[href$=".docx"]:after { background-image: url(images/icon-doc.png); }
	a[href$=".pdf"]:after { background-image: url(images/icon-pdf.gif); }
	a[href$=".ppt"]:after, a[href$=".pptx"]:after { background-image: url(images/icon-ppt.png); }
	a[href$=".xls"]:after, a[href$=".xlsx"]:after { background-image: url(images/icon-xls.png); }
	a.no_icon:after { content: none; }

/* GENERAL */
	* { -webkit-transition: .35s all; -moz-transition: .35s all; -ms-transition: .35s all; -o-transition: .35s all; transition: .35s all;}
	.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }
	body { 
		font: normal 400 18px/28px 'Lato', sans-serif;  
		color: #052c47;
		padding: 0;
		margin: 0;
		background-color: #fff;
	} 
	p {
		font: normal 400 18px/28px 'Lato', sans-serif;  
		color: #052c47;
		padding: 0 0 15px 0;
		margin: 0;
	}
	a {
		color: #2ea3f2;
		text-decoration: underline;
	}
	a:hover {
	text-decoration: none;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
		margin: 0;
		font-family: 'Lato', sans-serif;
		color: #126283;
	}
	h1 {
		font-size: 44px;
		line-height: 54px;
		padding: 0 0 20px 0;
	}
	h2 {
		font-size: 36px;
		line-height: 46px;
		padding: 0 0 20px 0;
	}
	h3 {
		font-size: 30px;
		line-height: 40px;
		padding: 0 0 20px 0;
	}
	h4 {
		font-size: 25px;
		line-height: 35px;
		padding: 0 0 20px 0;
	}
	h5 {
		font-size: 20px;
		line-height: 30px;
		padding: 0 0 20px 0;
	}
	h6 {
		font-size: 18px;
		line-height: 28px;
		padding: 0 0 20px 0;
	}
	#membersonly-login-form label + br {display:none;}
	#content img[src$=".png"] { border: 0; }
	.mapp-layout {
		position: relative;
		z-index: 1;
	}
	#content #main .mapp-layout { margin-bottom: 35px; } 
	#gmap-container { overflow: hidden; }
	.grecaptcha-badge { z-index: 100; } 
	.button {
		font: normal 900 18px/18px 'Lato', sans-serif;
		padding: 20px 30px;
		display: inline-block;
		cursor: pointer;
		text-decoration: none;
		border-radius: 5px;
		color: #fff;
		background-color: transparent;
		border: 2px solid #28caff;
		margin: 0 0 20px 0;
		letter-spacing: 0.06em;
		text-transform: uppercase;
	}
	.button.white {
		color: #28caff;
		background-color: #ffffff;  
	}
	.button:hover {
		background-color: #28caff;
		color: #ffffff;
	}
	.button.dark {
		color: #ffffff;
		background-color: #126283;  
	}
	.button.dark:hover {
		background-color: #28caff;
	}
	.wrap {
		width: 90%;
		margin: 0 auto;
		max-width: 1500px;
	}
	.home #content.wrap { width: 60%; }
	.home #content.wrap.use_flex { width: 70%; }
	.wrap::after {
		display: block;
		content: " ";
		clear: both;
		overflow: hidden;
	}
	.overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #126283;
		opacity: .7;
		z-index: 1;
	}
	.overlay + div { position: relative; z-index: 2; }
	ul, ol {
		margin: 0 0 20px 20px;
	}
	ul ul, ul ol,
	ol ol, ol ul {
		margin-bottom: 0;
	}
	hr {
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 1px solid #d0d0d0;
	}
	.wp-caption {
		border: 2px solid #d0d0d0;
		box-sizing: content-box;
		background-color: #fff;
		padding: 20px;
	}
	.wp-caption p.wp-caption-text {
		background: #d0d0d0;
		padding: 10px 15px;
		font-size: 14px;
		line-height: 22px;
		margin: 10px -20px -20px -20px;
	}
	.wp-block-image img {
		max-width: 100%;
		height: auto;
	}

/* HEADER */
	header { 
		position: fixed; 
		z-index: 100; 
		width: 100%; 
		top: 0; 
		left: 0; 
		height: 145px;  
		-webkit-transition: background-color 32ms linear;
		-moz-transition: background-color 32ms linear;
		-o-transition: background-color 32ms linear;
		-ms-transition: background-color 32ms linear;
		transition: background-color 32ms linear;
	} 
	.header-container { height: 157px; }
	.logged-in header { top: 32px; }
	/*.logged-in header#remove_banner  { top: 0; }*/
	header.stick { 
		background:url(images/waves-bg.png) #ffffff;
		box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .15);
		padding: 10px 0;
		height: auto;
	}
	header#remove_banner {
		position: sticky;
		top: 0;
		background: url(images/waves-bg.png) #ffffff;
		box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .15);
		padding: 0 0 10px 0;
		height: auto;
	}
	header#remove_banner #logo {
		max-width: 250px;
		margin-right: 25px;
		opacity: 1;
		width: 25%;
	}
	#header-banner,
	#header-banner div {
		/*height: 50px;*/
		height: auto;
		opacity: 1;
		transition: height .10s ease-out;
		-moz-transition: height .10s ease-out;
		-ms-transition: height .10s ease-out;
		-webkit-transition: height .10s ease-out;
	}
	/*header.stick #header-banner { height: 0;}*/
	#header-banner.scrolled { height: 0;}
	header.stick #header-banner div, header.stick #header-banner div a { font-size: 0; padding: 0; border: 0 none; opacity: 0; }
	#header-banner div { color: #ffffff; text-align: center; padding-top: 6px; }
	#header-banner div a { margin: 0 0 5px 25px; }
	#header-banner div a.button { padding: 10px 20px; }
	#logo h2 { padding: 0; line-height: 0; height: 182px; }
	#logo h2::before, #logo h2::after { display: none; }
	#logo a { display: block; width: 100%; height: 100%; }
	#logo a img { width: 100%; height: 100%; object-fit: contain; }
	#header-banner > div {
		max-width:1200px;
		margin: 0 auto;
	}
	header .main-wrap {
		width: 100%;
		clear: both;
		display: block;
	}
	header .main-wrap::after {
		content: " ";
		display: block;
		width: 100%;
		clear: both;
		overflow: hidden;
	}
	header .main-wrap .main.wrap {
		display: flex;
		flex-direction: row;
		/*justify-content: flex-end;*/
		position: relative;
		justify-content: center;
	}
	header #logo {
		width: 0;
		height: auto;
		background-image: none!important;
		text-align: center;
		/*position: absolute;*/
		top: 18px;
		left: 0;
		/*-webkit-transition: max-width .10s linear .10s;*/
		opacity: 0;
		width: 0;
	}
	header #logo h2 {
		transition: height .10s ease-out;
		-moz-transition: height .10s ease-out;
		-ms-transition: height .10s ease-out;
		-webkit-transition: height .10s ease-out;
	}
	header.stick #logo { 
		/*max-width: 12%;*/ 
		top: 4px; 
		opacity: 1;
		width: 25%;
	}
	header.stick #logo h2 { height: 136px;}

/* MENU */
	/* Primary Base */
	nav.primary_nav .menu-primary-container { display: inline-block; }
	nav.primary_nav ul { position: relative; padding: 0; margin: 0; list-style: none;}
	nav.primary_nav ul li { position: relative; padding: 0; list-style: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-text-size-adjust: none; }
	nav.primary_nav ul li a { display: block; text-decoration: none; }  
	nav.primary_nav ul li:hover a, nav.primary_nav ul li a:focus, nav.primary_nav ul li.current-menu-item a, nav.primary_nav ul li.current-menu-ancestor a, nav.primary_nav ul li.current_page_parent a, nav.primary_nav ul li ul.sub-menu { outline: none; }
	/* 2nd level nav */
	nav.primary_nav ul li li { padding: 0; }
	nav.primary_nav ul li ul.sub-menu { left: -9999px; position: absolute; opacity: 0; min-width: 200px; }
	nav.primary_nav ul li:hover ul.sub-menu, nav.primary_nav ul li.active ul.sub-menu, nav.primary_nav ul li a:focus + ul.sub-menu { left: auto; opacity: 1; -webkit-transition: 0s all; -moz-transition: 0s all; -ms-transition: 0s all; -o-transition: 0s all; transition: 0s all; }
	nav.primary_nav ul li.right-submenu:hover ul.sub-menu, nav.primary_nav ul li:last-child:hover ul.sub-menu, nav.primary_nav ul li.active:last-child ul.sub-menu, nav.primary_nav ul li a:last-child:focus + ul.sub-menu { left: auto; right: 0; }
	nav.primary_nav ul li ul.sub-menu li { display: block; height: auto; }
	/* 3rd level nav */
	nav.primary_nav ul li ul.sub-menu li ul.sub-menu { left: -9999em; top: 0; }
	nav.primary_nav ul li ul.sub-menu li:hover ul.sub-menu { left: 100%; opacity: 1; }
	nav.primary_nav {
		max-width: 70%;
		display: flex;
		margin: 44px 0 0 0;
		/*align-items: center;*/
		align-items: flex-start;
		justify-content: flex-end;
	}
	nav.primary_nav ul li {
		padding: 15px;
		display: inline-block;
	}
	nav.primary_nav ul li a {
		/*color: #126283;*/
		font: normal 400 18px/25px 'Lato', sans-serif;
		color: #fff;
	}
	nav.primary_nav ul li:hover > a, 
	nav.primary_nav ul li.active > a, 
	nav.primary_nav ul li > a:focus, 
	nav.primary_nav ul li.current-menu-item > a, 
	nav.primary_nav ul li.current-menu-ancestor > a, 
	nav.primary_nav ul li.current_page_parent > a {
		color: #061E28;
		border-color:#fff;
	}
	nav.primary_nav ul li ul li {
		text-align: left;
	}
	nav.primary_nav ul li ul li a {
		color: #fff;
		background-color: #126283;
		font-size: 16px;
		line-height: 16px;
		border-bottom: 1px solid #00B8F5;
		padding: 15px;
	}
	nav.primary_nav ul li ul li:hover > a, 
	nav.primary_nav ul li ul li.active > a, 
	nav.primary_nav ul li ul li > a:focus, 
	nav.primary_nav ul li ul li.current-menu-item > a, 
	nav.primary_nav ul li ul li.current-menu-ancestor > a, 
	nav.primary_nav ul li ul li.current_page_parent > a,
	nav.primary_nav ul li ul li a:hover {
		color: #fff;
		background-color: #00B8F5;
		border-bottom: 1px solid #126283;
		/*text-decoration: none;*/
	}
	nav.primary_nav ul li ul.sub-menu {
		box-shadow: 3px 3px 6px rgba(0,0,0,.1);
	}
	header#remove_banner nav.primary_nav { margin-top: 70px; }
	header#remove_banner.stick nav.primary_nav { margin-top: 44px; }
	header.stick nav.primary_nav ul li a,
	header#remove_banner nav.primary_nav ul li a {
		color: #4e9aca;
		border-color:#4e9aca;
	}
	header.stick nav.primary_nav ul li:hover > a,
	header#remove_banner nav.primary_nav ul li:hover > a,
	header.stick nav.primary_nav ul li.active > a,
	header#remove_banner nav.primary_nav ul li.active > a, 
	header.stick nav.primary_nav ul li > a:focus,
	header#remove_banner nav.primary_nav ul li > a:focus,
	header.stick nav.primary_nav ul li.current-menu-item > a,
	header#remove_banner nav.primary_nav ul li.current-menu-item > a,
	header.stick nav.primary_nav ul li.current-menu-ancestor > a,
	header#remove_banner nav.primary_nav ul li.current-menu-ancestor > a,
	header.stick nav.primary_nav ul li.current_page_parent > a, 
	header#remove_banner nav.primary_nav ul li.current_page_parent > a {
		color: #061E28;
	}
	header.stick nav.primary_nav ul li:hover li a,
	header#remove_banner nav.primary_nav ul li:hover li a,
	header.stick nav.primary_nav ul li.active li a, 
	header#remove_banner nav.primary_nav ul li.active li a,
	header.stick nav.primary_nav ul li li a:focus, 
	header#remove_banner nav.primary_nav ul li li a:focus,
	header.stick nav.primary_nav ul li.current-menu-item li a,
	header#remove_banner nav.primary_nav ul li.current-menu-item li a,
	header.stick nav.primary_nav ul li.current-menu-ancestor li a, 
	header#remove_banner nav.primary_nav ul li.current-menu-ancestor li a,
	header.stick nav.primary_nav ul li.current_page_parent li a,
	header#remove_banner nav.primary_nav ul li.current_page_parent li a,
	header.stick nav.primary_nav ul li li a,
	header#remove_banner nav.primary_nav ul li li a {
		color:#fff;
	}
	#navbtn {
		display: none;
		position: absolute;
		top: 30px;
		right: 0;
		width: auto;
		text-align: right;
		clear: both;
		overflow: hidden;
		padding: 15px;
		height: 52px;
	}
	.lines {
		clear: both;
		text-align: center;
		width: 35px;
		height: 22px;
		margin: 0 auto;
		cursor: pointer;
		float: right;
	}
	.lines .line {
		background-color: #28caff;
		height: 4px;
	}
	.lines .line.one {
		width: 100%;
	}
	.lines .line.two {
		width: 68%;
		margin: 5px 0;
	}
	.lines .line.three {
		width: 85%;
	}
	.lines:hover .line.one {
		width: 85%;
	}
	.lines:hover .line.two {
		width: 100%;
	}
	.lines:hover .line.three {
		width: 68%;
	}
	.open .lines .line.two {
		display: none;
	}
	.open .lines .line.one {
		width: 90%;
		margin: 9px 0 0 0;
		transform: rotate(45deg);
	}
	.open .lines .line.three {
		width: 90%;
		margin: -4px 0 0 0;
		transform: rotate(-45deg);
	}

/* HERO */
	#hero * { -webkit-transition: 0s all; -moz-transition: 0s all; -ms-transition: 0s all; transition: 0s all; } 
	.hero-wrap {
		position: relative;
	}
	#hero .ill_hero_slider {
		padding: 0;
	}
	.ill_hero_slider .controls, .ill_hero_slider .prev, .ill_hero_slider .next { display: none; }
	#hero .widget > p {
		display: none;
	}
	#hero .ill_hero_slider .stage .slide::before {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 21;
		height: 100%;
		content: " ";
		background-color: transparent;
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,.25) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,.25) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,.25) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	}
	.splide__slide__container { min-height: 680px; }
	#hero .ill_hero_slider .stage .info {
		background-color: red;
		width: 100%;
		margin: 0 auto;
		padding: 15% 0 10% 0;
		background: none;
		z-index: 99999;
		display: block;
		left: auto;
		top: auto;
		bottom: 0;
		height: 100%;
		position: absolute; 
	}
	#hero .ill_hero_slider .stage .info .title {
		display: none;
	}
	#hero .ill_hero_slider .stage .slide .caption {
		display: block;
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
		background: none;
		padding: 0 10%;
		width: 60%;
		text-align: center;
		color: #126283;
	  	font: normal 700 48px/58px 'Lato', sans-serif;
	}
	#hero .ill_hero_slider .stage .slide .caption p {
		color: #fff;
		font: normal 700 48px/58px 'Lato', sans-serif;
		padding: 0 0 20px 0;
	}
	#hero .ill_hero_slider .stage .caption img {
		max-width: 400px;
		width: auto;
		height: auto;
		position: relative;
	}
	#hero .button {
		margin: 20px 0 0 0;
	}
	#hero .ill_hero_slider .controls {
		height: auto;
		width: auto;
		right: 10%;
		margin: 0 auto;
		bottom: 0;
		padding: 15px 20px;
		line-height: 0;
		border-radius: 10px 10px 0 0;
		background-color: #fff;
	}
	#hero .ill_hero_slider .controls .playback { vertical-align: middle; }
	#hero .ill_hero_slider .controls .playback .play {
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #4e9aca;
	}
	#hero .ill_hero_slider .controls .playback .pause {
		border-color: #4e9aca;
	}
	#hero .ill_hero_slider .controls .dots .dot {
		background-color: #4e9aca;
	}
	#hero .ill_hero_slider .controls .dots .dot.active {
		background-color: #126283;
	}
	#hero .ill_hero_slider .prev {
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-right: 20px solid #fff;
		border-right: 20px solid rgba(255, 255, 255, .5);
		left: 5%;
		-webkit-transition: .25s all;
		-moz-transition: .25s all;
		-ms-transition: .25s all;
		-o-transition: .25s all;
		transition: .25s all;
	}
	#hero .ill_hero_slider .prev:hover {
		border-right: 20px solid rgba(255, 255, 255, 1);
	}
	#hero .ill_hero_slider .next {
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 20px solid #fff;
		border-left: 20px solid rgba(255, 255, 255, .5);
		right: 5%;
		-webkit-transition: .25s all;
		-moz-transition: .25s all;
		-ms-transition: .25s all;
		-o-transition: .25s all;
		transition: .25s all;
	}
	#hero .ill_hero_slider .next:hover {
		border-left: 20px solid rgba(255, 255, 255, 1);
	}
	/* HOME */
	.home #content #main h1 { text-align: center; }

	/* INTERIOR */
	.hero-wrap.int { padding: 350px 0; }
	.hero-wrap.int #feat-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.hero-wrap.int #feat-img img {
		z-index: 1;
		object-fit: cover;
		/*min-height: 100%;*/
		width: 100%;
		height: 100%;
		/*min-width: 100%;*/
	}
	.hero-wrap.int #feat-img::before {
		content: " ";
		/*background-color: rgba(5, 44, 71, .7);*/
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	.hero-wrap.int #hero::before {
		content: " ";
		position: absolute;
		width: 400px;
	  height: 310px;
	  top: calc(40% - 100px);
	  left: calc(50% - 200px);
		z-index: 99;
	}
	#hero .ill_hero_slider .stage .slide::before,
	.hero-wrap.int #feat-img::before {
		background: -moz-linear-gradient(top, rgba(86, 158, 204,, 1) 0%, rgba(86, 158, 204,,.2) 100%);
	    background: -webkit-linear-gradient(top, rgba(86, 158, 204,, 1) 0%,rgba(86, 158, 204,,.2) 100%);
	    background: linear-gradient(to bottom, rgba(86, 158, 204, 1) 0%,rgba(86, 158, 204,.2) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569ecc', endColorstr='#00569ecc',GradientType=0 );
	}
	.header-wrap.int { padding: 40px 0 50px 0; background-color: #126283; text-align: center; border-bottom: 10px solid #4e9aca; }
	.hero-wrap.int #hero::before {
		background: url(/wp-content/uploads/sites/6/2022/04/white-logo.png) no-repeat top center / 100% auto;
		width: 400px;
		height: 310px;
		top: calc(40% - 100px);
		left: calc(50% - 200px);
	}	
	#main {
		clear: both;
		padding: 0;
		width: 100%;
	}
	.hero-wrap.int .info {
		padding: 300px 0 40px 0;
		position: relative;
		z-index: 9;
		color:  #fff;
	}
	.header-wrap.int .info h1 {
		width: 100%;
		color: #fff;
		text-transform: none;
		font-size: 48px;
		line-height: 58px;
		padding: 0;
	}
	.header-wrap.int .info h2 {
		width: 50%;
		margin: 15px auto 0 auto;
		font-style:  italic;
		color: #fff;
		text-transform: none;
		font-size: 18px;
		font-weight: 400;
		line-height: 30px;
		padding: 0;
	}

/* CONTENT */
	.content-wrap {
		clear: both;
		position: relative;
		background:url(images/waves-bg.png) #ffffff;
	}
	.content-wrap::before {
		content: " ";
		display: block;
		opacity: .05;
		z-index: 1;
		position: absolute;
		background: url(images/baylogo.png) no-repeat center center;
	  width: 684px;
	  height: 510px;
	  top: 125px;
	  left: -100px;
	}
	.content-wrap::after {
		clear: both;
		overflow: hidden;
		display: block;
		content: " "; 
	}
	.content-wrap .content {
		position: relative;
		z-index: 9;
	} 
	.content {
		clear: both;
		padding: 130px 0;
		position: relative;
	}
	.content-wrap.int  .content { padding: 65px 0 130px 0; }
	.content.wrap.use_flex {
		display: flex;
		flex-direction: row;
	}
	.content.wrap.use_flex #main { width: 75%; padding-right: 25px; }
	.content.wrap.use_flex #side { width: 25%; margin-left: 32px; margin-top: 75px; padding: 0 25px 25px 25px; }
	.content.wrap.use_flex.reverse-col { flex-direction: row-reverse; }
	.content.wrap.use_flex.reverse-col #main { padding-right: 0; padding-left: 25px; }
	.content.wrap.use_flex.reverse-col .side { margin-left: 0; padding-left: 0; margin-right: 32px; padding-right: 25px; }
	.home #main {
		position: relative;
	}
	.content-wrap .content .button {
		color: #126283;
		margin: 20px 0;
	}
	.content-wrap .content .button:hover {
		border-color: #126283;
		background-color: #126283;
		color:#fff;
	}
	
/* HOME VIDEO/CONTENT */
	.video-content-wrap { position: relative; padding: 80px 0; }
	.video-content-wrap .video-content { width: 60%; text-align: center; color: #ffffff; }
	.video-content-wrap .video-content p { color: #ffffff; }
	.video-content-wrap .video-content a {
		font: normal 900 18px/18px 'Lato', sans-serif;
		padding: 20px 30px;
		display: inline-block;
		cursor: pointer;
		text-decoration: none;
		border-radius: 5px;
		color: #fff;
		background-color: transparent;
		border: 2px solid #28caff;
		margin: 0 0 20px 0;
		letter-spacing: 0.06em;
		text-transform: uppercase;
	}
	.video-content-wrap .video-content a:hover { background-color: #4e9aca; }  

/* HOME FOOTER */
	.fixed-home {
		display: block;
		position: fixed;
		top: 10px;
		left: 10px;
		width: 120px;
		height: auto; 
		z-index: 999;
	}

/* SERVICES */
	#services-header { padding: 50px 0; width: 50%; text-align: center; color: #ffffff; margin:0 auto;  }
	#services-header h2 { color: #ffffff; padding-bottom: 10px; }
	#services .container.count-1 .service { width: 100%; }
	#services .container.count-2 .service   { width: 50%; }
	#services .container.count-3 .service  { width: 33.3%; }
	#services .container.count-4 .service   { width: 25%; }
	#services .container {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	#services .container .service { position: relative; }
	#services .service a.absolute-link { font-size: 0; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	#services .container .service img { width: 100%; height: auto; display: block; }
	#services .container .service figure.main-img { margin: 0; }
	#services .container .service .serv-description { height: 194px; width: 100%; position: absolute; bottom: 0; overflow: hidden; }
	#services .container .service .serv-desc-text { width: 100%; height: 100%; overflow: hidden; background: rgba(87, 143, 167, 0.7);  }
	#services .container .service .icon  { width: 100%; height: auto; } 
	#services .container .service .icon img { width: 77px; height: 77px; margin-bottom: -25px; margin-left:25px; } 
	#services .container .service .serv-description .desc-header { padding: 35px 25px 35px 25px; }
	#services .container .service .serv-description .desc-header span { display: block; font-size: 2em; line-height: 1.1em; color: #ffffff; }
	#services .container .service .serv-description .desc-header span.bold-header { font-weight: bold; }
	.desc-container { position: relative; }
	#services .container .service .serv-description .serv-desc { position: relative; opacity: 0; line-height: 1.5em; color: #ffffff; font-size: 0.9em; padding: 25px; display: block; }
	#services .container .service .serv-description .serv-desc a { padding:0 5px; color: #81e0ff; text-decoration: none; }
	#services .container .service .serv-description .serv-desc span.more-icon { display: inline-block; color: #81e0ff; font-size: 1.4em}
	#services .container .service:hover .serv-description { height: 344px; }
	#services .container .service:hover .serv-desc-text { background: rgba(29, 104, 135, 0.9); }
	#services .container .service:hover .serv-description .serv-desc:before { position: absolute; content: ""; background-color: #76a3b5; width: 87%; height: 1px; top:0; left: 0; right: 0; margin-left: auto; margin-right: auto; }
	#services .container .service:hover .serv-description .serv-desc { opacity: 1; }

/* COLUMNS */
	.add-icon .icon.fa i,
	.icon.column.fa i,
	#services .container .service .icon.fa i { display: flex; justify-content: center; align-items: center; width: 80px; height: 80px; font-size: 55px; background-color: #a2a9d3; border-radius:  50%; padding: 17px; color:  #fff;}
	#services .container .service .icon.fa { margin-left: 20px; margin-bottom: -5px; }
	#services .container .service .icon.fa i { font-size: 48px; }
	#column_wrap { position: relative; padding: 80px 0; }
	#column_wrap #columns-content{ width: 80%; color: #ffffff; }
	#column_wrap.twocolumns #columns-content {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
	}
	#column_wrap.twocolumns #columns-content .useflex { margin: 30px; width: 50%; } 
	#column_wrap #columns-content .column-text { position: relative; padding: 40px; background: rgba(14, 69, 89, .8) }
	#column_wrap #columns-content .column-text.add-icon { padding: 65px; }
	#column_wrap #columns-content .column-text.add-icon .icon { position: absolute; top: 85px; left: -45px; }
	#column_wrap #columns-content h2,
	#column_wrap #columns-content p, 
	#column_wrap #columns-content a  { color: #ffffff; }
	#column_wrap #columns-content h3 { color: #ffffff; font-size: 21px; line-height: 31px; padding: 0; }
	#column_wrap #columns-content .ill-quotes-pagination ul li { border-color: #ffffff; }
	#column_wrap #columns-content .ill-quotes-pagination ul li.active,  #column_wrap #columns-content .ill-quotes-pagination ul li:hover { background-color: #ffffff; }
	#column_wrap.int #columns-content p,
	#column_wrap.int #columns-content ul { color: #a1cfde; }
	#column_wrap #columns-content .cff-wrapper { padding: 10px; background-color: #ffffff; }
	#column_wrap #columns-content .cff-wrapper h2,
	#column_wrap #columns-content .cff-wrapper p { color: #444444; }
	#column_wrap #columns-content .cff-wrapper a { color: #5097f6; }

/* TESTIMONIALS */
	.ill-quotes-quote-text {
		font-size: 22px;
		line-height: 32px;
		padding: 0 0 10px 0;
	}
	.ill-quotes-quote-title {
		font-size: 20px;
		line-height: 30px;
		padding: 10px 0 0 0;
		font-weight: bold;
	}

	.page-testimonials .ill_quotes_quote_text { font-size: 1.2em; padding: 15px; background-color: rgba(78, 154, 202, .25); }
	.page-testimonials .ill_quotes_quote_title {margin:  15px 0 25px 0; font-style: italic; }

/* JOIN OUR TEAM */
	#team-wrap {
		width: 100%; height: 100%; background-repeat: repeat; background-size: cover; background-position: 0 0; padding: 125px 0;
	}
	#team-wrap h2 { color: #404040; }
	#team-columns {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	#team-columns .column {
		display: flex;
	}
	#team-columns .title.column { width: 43%; justify-content: right; }
	#team-columns .title.column h2 { font-size: 60px; } 
	#team-columns .description.column { width: 43%; justify-content: left; } 
	#team-columns .icon.column { width: 13%;  justify-content: center; }  
	#team-link { text-align: center; margin-top: 35px; } 

/* HOME FACEBOOK FEED */
	#cff .cff-photo img { float: none; }

/* BLOG */	
	.blog #main {
		width: 74%;
		float: left;
	}
	.blog article.entry.news { margin-bottom: 55px; } 
	.blog article.news figure img {
		border: 1px solid #052c47;
	}
	.blog article.news figure {
		float: left;
		width: 180px;
		height: auto;
		margin-right: 25px;
	}
	.blog article.news figure img {
		width: 100%;
		height: auto;
	}
	figure.single-post {
		width: 35%;
		float: right;
		margin: 0 0 15px 15px;
	}
	figure.single-post img {
		max-width: 100%;
		height: auto;
	}
/* SIDEBAR */
	#sidebar {
		width: 23%;
		float: right;
		text-align: center;
		padding-left: 25px;
	}
	#sidebar .widget label {
		font-size: 1.5em;
		text-transform: uppercase;
		padding: 10px;
		margin-bottom: 10px;
		background-color: #126283;
		color: #fff;
	}

/* GRAVITY FORMS */
	section .gform_wrapper.gravity-theme input,
	section .gform_wrapper.gravity-theme textarea, 
	section .gform_wrapper.gravity-theme select {
		background-color: #fff;
		border: 1px solid #d0d0d0;
		color: #052c47;
		border-radius: 0;
		padding: 15px 20px!important;
		font: normal 400 18px/28px 'Lato', sans-serif!important;
	}
	section .gform_wrapper.gravity-theme input::placeholder,
	section .gform_wrapper.gravity-theme textarea::placeholder, 
	section .gform_wrapper.gravity-theme select::placeholder {
		color: #9aa1a9;
	}
	section .gform_wrapper.gravity-theme .gform_footer button, 
	section .gform_wrapper.gravity-theme .gform_footer input, 
	section .gform_wrapper.gravity-theme .gform_page_footer button, 
	section .gform_wrapper.gravity-theme .gform_page_footer input {
		font: normal 400 14px/14px 'Lato', sans-serif!important;
		padding: 20px 30px!important;
		display: inline-block;
		color: #0d5381;
		background-color: transparent;
		border: 2px solid #0d5381;
		cursor: pointer;
		text-decoration: none;
		border-radius: 5px;
		margin: 0 0 20px 0;
		letter-spacing: 0.06em;
		text-transform: uppercase;
	}
	section .gform_wrapper.gravity-theme .gform_footer button:hover, 
	section .gform_wrapper.gravity-theme .gform_footer input:hover, 
	section .gform_wrapper.gravity-theme .gform_page_footer button:hover, 
	section .gform_wrapper.gravity-theme .gform_page_footer input:hover {
		background-color: #0d5381;
		color: #fff;
	}

/* FOOTER */
	footer {
		clear: both;
		width: 100%;
	}
	footer .contact-wrap {
		display: flex;
		flex-direction: row;
		width: 100%;
		background-color: #ffffff;
	}
	footer .map .mapp-layout {
		margin: 0;
	}
	footer .contact-wrap #map {
		width: 70%;
	}
	footer .contact-wrap #contact-info {
		width: 30%;
		padding: 60px 10px 60px 120px;
		position: relative;
	}
	footer .contact-wrap #contact-info .addr-block { position: relative; padding-left: 40px; margin-bottom: 30px; }
	footer .contact-wrap #contact-info .addr-block .full-addr p:last-child { padding-bottom: 0; } 
	footer .contact-wrap #contact-info .addr-block .addr-icon { position: absolute; top: 10px; left: -16px; }
	footer .contact-wrap #contact-info .addr-block .addr-icon img { width: 100%; height: 100%; }
	footer .contact-wrap #contact-info .addr-block .addr-icon.fa { color: #a2a9d3; }
	footer .contact-wrap #contact-info .addr-block .addr-icon.fa i { font-size: 30px; width: 30px; text-align: center; }
	footer .contact-wrap #contact-info h3.addr-head { color: #404040; font-size: 25px; padding: 0; }
	footer .contact-wrap #contact-info .addr,
	footer .contact-wrap #contact-info .addr p,
	footer .contact-wrap #contact-info .addr a { color: #58585a; } 
	nav.social_nav { margin-left: 45px; }
	nav.social_nav .menu-primary-container { display: inline-block; }
	nav.social_nav ul { position: relative; padding: 0; margin: 0; list-style: none;}
	nav.social_nav  ul li { position: relative; padding: 0; list-style: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-text-size-adjust: none; }
	nav.social_nav  ul li a { display: block; text-decoration: none; }  
	nav.social_nav  ul li:hover a, nav.social_nav  ul li a:focus, nav.social_nav  ul li.current-menu-item a, nav.social_nav ul li.current-menu-ancestor a, nav.social_nav  ul li.current_page_parent a { outline: none; }
	nav.social_nav a{
		text-align:center;
		float: left;
		width: 30px;
		height: 30px;
		background-color: #93bbde;
		color: #ffffff;
		line-height: 29px;
		border-radius: 100%;
		margin-right: 12px;
		display: flex;
		align-items: flex-start;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
	} 
	nav.social_nav a i{
		font-size: 20px;
		align-self:center;
		color: #ffffff
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		margin: 0 auto;
	}
	nav.social_nav a i::before{
		display:inline-block;
		text-decoration:none;
	}
	nav.social_nav a:hover{
		background-color: #092E3E;
	}
	nav.social_nav a:hover i{
		color:#fff;
	}
	/* FOOTER LOGOS */
	#logos-container { margin: 0 auto 50px auto; }
	#logos-container .logos.count-1 .logo { width: 100%; }
	#logos-container .logos.count-2 .logo { width: 50%; }
	#logos-container .logos.count-3 .logo { width: 33.3%; }
	#logos-container .logos.count-4 .logo { width: 25%; }
	#logos-container .logos.count-2 { width: 40%; }
	#logos-container .logos {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		margin:  0 auto;
	}
	#logos-container .logos .logo { text-align: center; max-width: 254px; }
	#logos-container .logos .logo img { width: 100%; height: 100%; }
	.bottom-wrap {
		background-color: #fff;
		position: relative;
		padding: 120px 0;
	}
	.bottom {
		clear: both;
	}
	.footer-wrap {
		background-color: #052c47;
	}
	.footer-wrap::after,
	.bottom-wrap::after {
		clear: both;
		overflow: hidden;
		display: block;
		content: " "; 
	}
	.bottom-wrap {
		background-color: #126283;
		position: relative;
		padding: 70px 0;
	}
	.bottom {
		clear: both;
		text-align: center;
		display: flex;
		flex-direction: row;
		position: relative;
	}
	.bottom p {
		font-size: 14px;
		line-height: 24px;
		color: #abbbca;
		padding: 0 0 5px 0;
	}
	.bottom a {
		color: #abbbca;
	}
	.bottom a:hover {
		color: #fff;
	}
	.credit { width: 100%; text-align: center; }
	.bottom-wrap .acc-tools nav.footer_nav a { background-color: transparent; width: auto; height: auto; font-size: 1em; }
	.bottom-wrap .acc-tools nav.footer_nav .menu-footer-container { margin-top: 25px; display: inline-block; }
  .bottom-wrap .acc-tools nav.footer_nav ul { position: relative; padding: 0; margin: 0; list-style: none;}
  .bottom-wrap .acc-tools nav.footer_nav  ul li { position: relative; padding: 0; list-style: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-text-size-adjust: none; }
  .bottom-wrap .acc-tools nav.footer_nav  ul li a { display: block; text-decoration: none; }  
  .bottom-wrap .acc-tools nav.footer_nav  ul li:hover a, .bottom-wrap .acc-tools nav.footer_nav  ul li a:focus, .bottom-wrap .acc-tools nav.footer_nav  ul li.current-menu-item a, .bottom-wrap .acc-tools nav.footer_nav ul li.current-menu-ancestor a, .bottom-wrap .acc-tools nav.footer_nav  ul li.current_page_parent a { outline: none; }
  .bottom-wrap .acc-tools nav.footer_nav a {
    color: #abbbca;
    text-decoration: underline;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
  } 
  .bottom-wrap .acc-tools nav.footer_nav a:hover{
    color: #fff;
    text-decoration: none;
  }

/* RESPONSIVE VIDEO */
	.ill_video_container.vright {
		float: right;
		width: 45%;
		margin: 0 0 30px 5%;
	}
	.ill_video_container.vleft {
		float: left;
		width: 45%;
		margin: 0 5% 30px 0;
	}
	.ill_responsive_video {
		margin: 0;
		padding: 0 0 56.25% 0; /* creates 16:9 size video area */
		position: relative;
	}
	.ill_responsive_video iframe {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.ill_responsive_video br { display: none; }

	.ill_flex_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row; 
    justify-content: space-between;
    /* margin: 0 -15px;*/
  }
  .ill_flex_box .ill_inner_box { width: 100%;  }
  .ill_flex_box.count-2 .ill_inner_box { width: 50%; padding: 0 15px; }
  .ill_flex_box.count-3 .ill_inner_box { width: 33.3%; padding: 0 15px; }
  .ill_flex_box.count-4 .ill_inner_box { width: 25%; padding: 0 15px; }

/* COLLAPSE-O-MATIC */
	section .collapseomatic, h2.c-accordion__title {
		display: block;
		width: 100%;
		font-size: 18px;
		line-height: 28px;
		color: #fff;
		padding: 20px!important;
		background: none;
		background-color: #126283;
		border-bottom: 4px solid #4e9aca;
		margin: 15px 0;
	}

#main	.c-accordion__title::after { color: #fff; right: 17px; }
	section .collapseomatic::before {
		content: "\f078";
		font-family: 'Font Awesome 5 Pro';
		color: #fff;
		font-weight: 900;
		margin:  0 20px 20px 0;
		display: block;
		float: left;
		-webkit-transition: .35s all;
		-moz-transition: .35s all;
		-ms-transition: .35s all;
		-o-transition: .35s all;
		transition: .35s all;
	}
	section .collapseomatic:hover {
		background-color: #4e9aca;
		text-decoration: none;
	}
	section .collapseomatic.colomat-close::before {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	section .collapseomatic_excerpt, 
	section .collapseomatic_content {
		padding: 20px 0;
	}

/* ACCESS TOOLS */
	.acc-tools { position: absolute; left: 0; bottom: 0; margin: 0; padding: 0; display: inline-block; }
	.acc-tools .tool { display: inline-block; vertical-align: middle; }
	.acc-tools a { width: 35px; height: 35px; display: block; vertical-align: middle; color: #fff; font-size: 0; text-align: center; line-height: 33px; opacity: 1; text-decoration: none; background-color: #000000; border-radius: 50%; margin-right: 10px; }  
	.acc-tools a:hover { background-color: #092E3E; }
	.acc-tools a.textsize { color: #fff; }
	.acc-tools a.textsize span.small { font-size: 14px; text-transform: uppercase; }
	.acc-tools a.textsize span.big { font-size: 20px; text-transform: uppercase; }
	.acc-tools .screen-reader-text { display: inline-block; text-align: center; padding: 0; margin: 0; line-height: 0; vertical-align: top;}
	form.search { display: inline-block; text-align: center; padding: 0; margin: 0; line-height: 0; vertical-align: middle; }
	form.search label { display: none; }
	form.search input[type="submit"] {
		width: 30px;
		height: 30px;
		font-size: 25px;
		color: #fff;
		background: transparent;
		font-family: dashicons!important;
		margin: 0 1px 0 0;
		opacity: 1;
	}
	form.search input[type="text"] {
		height: 30px;
		color: #fff;
		background: transparent;
		padding: 10px 0;
		width: 0;
		font-size: 14px;
	}
	form.search input[type="text"]::placeholder {
		color: #fff;
		opacity: 1;
	}
	form.search.show input[type="text"] {
		width: 300px;
		padding: 10px 15px;
	}
	.acc-tools p {
		display: inline-block;
		margin: 0 0 0 10px;
		padding: 0 0 0 20px;
		border-left: 1px solid #bab4af;
		font-size: 14px;
		line-height: 14px;
	}
	.acc-tools p a  {
		color: #fff;
		opacity: 1;
		text-decoration: none;
		margin: 0 20px 0 0;
	}
	.acc-tools p a:last-child {
		margin-right: 0;
	}
	.acc-tools p a:hover {
		opacity: 1;
		color: #fff;
	}

/* CONTRAST */
	body.high_contrast { 
		color: #000;
		background-color: #fff;
	} 
	.high_contrast p {
		color: #000;
	}
	.high_contrast a {
		color: #000;
	}
	.high_contrast a:hover {
		color: #212121;
	}
	.high_contrast h1,
	.high_contrast h2,
	.high_contrast h3,
	.high_contrast h4,
	.high_contrast h5,
	.high_contrast h6 {
		color: #000;
	}
	.high_contrast nav.social_nav a,
	.high_contrast nav.social_nav a:hover { background-color: #000; color:#fff; }
	.high_contrast #header-banner { background-color: #000!important; color: #fff: }
	/*.high_contrast #header-banner .button { background-color: #000; color: #fff; border-color: #fff; }*/
	.high_contrast header,
	.high_contrast header.stick {
		background: #fff;
	}
/*	.high_contrast header #logo { background-color: #fff; padding: 10px; }*/
	.high_contrast header.stick { background: #fff!important; } 
	.high_contrast header.stick #logo { padding: 0; background-color: transparent; }
	.high_contrast nav.primary_nav ul li a,
	.high_contrast header.stick nav.primary_nav ul li a  { color: #000; }
	.high_contrast nav.primary_nav ul li:hover > a, 
	.high_contrast nav.primary_nav ul li.active > a, 
	.high_contrast nav.primary_nav ul li > a:focus, 
	.high_contrast nav.primary_nav ul li.current-menu-ancestor > a, 
	.high_contrast nav.primary_nav ul li.current_page_parent > a,
	.high_contrast header.stick nav.primary_nav ul li:hover > a, 
  .high_contrast header.stick nav.primary_nav ul li.active > a, 
  .high_contrast header.stick nav.primary_nav ul li > a:focus, 
  .high_contrast header.stick nav.primary_nav ul li.current-menu-item > a,
  .high_contrast header.stick nav.primary_nav ul li.current-menu-ancestor > a, 
  .high_contrast header.stick nav.primary_nav ul li.current_page_parent > a {
		color: #000;
		border-color: #000;
	}
	.home.high_contrast #hero .ill_hero_slider .stage .info{ padding-top: 8%; } 
	.home.high_contrast #hero .ill_hero_slider .stage .slide .caption { width: 100%; padding: 0; }
	.high_contrast nav.primary_nav ul li ul li a, 
	.high_contrast nav.primary_nav ul li ul li a:hover {  color: #fff; background-color: #000; border-color: #fff; }
	.high_contrast .button,
	.high_contrast .content-wrap .content .button,
	.high_contrast section .gform_wrapper.gravity-theme .gform_footer button, 
	.high_contrast section .gform_wrapper.gravity-theme .gform_footer input, 
	.high_contrast section .gform_wrapper.gravity-theme .gform_page_footer button, 
	.high_contrast section .gform_wrapper.gravity-theme .gform_page_footer input,
	.high_contrast .video-content-wrap .video-content a {
		color: #fff;
		background-color: #000;
		border: 1px solid #fff;
	}
	.high_contrast .button:hover,
	.high_contrast section .gform_wrapper.gravity-theme .gform_footer button:hover, 
	.high_contrast section .gform_wrapper.gravity-theme .gform_footer input:hover, 
	.high_contrast section .gform_wrapper.gravity-theme .gform_page_footer button:hover, 
	.high_contrast section .gform_wrapper.gravity-theme .gform_page_footer input:hover {
		color: #fff;
		background-color: #000;
	}
	.high_contrast #hero .ill_hero_slider .stage .info {
		background-color: transparent;
		background: transparent;
	}
	.high_contrast #hero .ill_hero_slider .stage .slide .title {
		color: #000;
	}
	.high_contrast .overlay {
		background-color: #000;
		opacity: 1;
	}
	.high_contrast .bottom-wrap {
		background-color: #fff;
	}
	.high_contrast .content-wrap,
	.high_contrast .content-wrap::before { background: #fff!important; }
 	.high_contrast #services .container .service .serv-desc-text,
 	.high_contrast #services .container .service:hover .serv-desc-text { background: #000000; }
	.high_contrast #services .container .service:hover .serv-description .serv-desc:before { background-color: #ffffff; }
 	.high_contrast #services .container .service .serv-description .serv-desc a,
 	.high_contrast #services .container .service .serv-description .serv-desc span.more-icon { color: #ffffff; }
	.high_contrast #services { background-color: #fff!important; }
	.high_contrast #services-header,
	.high_contrast #services-header h2 { color: #000; }
	.high_contrast #column_wrap #columns-content .column-text { background: #fff; }
	.high_contrast #column_wrap #columns-content,
	.high_contrast #column_wrap.int #columns-content p,
	.high_contrast #column_wrap.int #columns-content ul { color: #000; }
	.high_contrast #team-wrap { background: #fff!important; }
	.high_contrast .header-wrap.int { background-color: #000; border-color: #000; }
	.high_contrast section .gform_wrapper.gravity-theme input, 
	.high_contrast section .gform_wrapper.gravity-theme textarea, 
	.high_contrast section .gform_wrapper.gravity-theme select {
		background-color: #fff;
		border-color: #222;
		color: #000;
	}
	.high_contrast section .gform_wrapper.gravity-theme input::placeholder, 
	.high_contrast section .gform_wrapper.gravity-theme textarea::placeholder, 
	.high_contrast section .gform_wrapper.gravity-theme select::placeholder {
		color: #333;
		opacity: 1;
	}
	.high_contrast .bottom-wrap {
		background-color: #000;
	}
	.high_contrast .bottom-wrap p,
	.high_contrast .bottom-wrap a,
	.high_contrast .bottom-wrap a:hover {
		color: #fff;
	}
	.high_contrast .bottom-wrap .access_tools p,
	.high_contrast .bottom-wrap .access_tools a,
	.high_contrast .bottom-wrap .access_tools a:hover {
		color: #000;
	}
	.high_contrast .acc-tools a,
	.high_contrast .acc-tools a:hover { background-color: #fff; }
	@media all and (max-width: 1400px) {
  	.home.high_contrast #hero .ill_hero_slider .stage .info { padding-top: 12%; } 
	} 
	@media all and (max-width: 900px) {
  	.home.high_contrast #hero .ill_hero_slider .stage .caption img { max-width: 275px; }
  	.home.high_contrast #hero .ill_hero_slider .stage .slide .caption p { font-size: 30px; line-height: 40px; } 
	} 
	@media all and (max-width: 600px) {
		.home.high_contrast #hero .ill_hero_slider .stage .info { padding-top: 0; width: 100%; height: 37%; } 
		.home.high_contrast #hero .ill_hero_slider .stage .caption img { max-width: 240px; }
  	.home.high_contrast #hero .ill_hero_slider .stage .slide .caption p { font-size: 0; line-height: 0;} 
	}
	@media all and (max-width: 425px) {
		.home.high_contrast #hero .ill_hero_slider .stage .caption img { padding-top: 15%; }
	}
/* FONT SIZE */
	/* BIG +2 */
	body.big, .big p, .big h6, .big .footer h3, .big section .collapseomatic { font-size: 20px; line-height: 30px; }
	.big h1, .big #hero .ill_hero_slider .stage .slide .title { font-size: 62px; line-height: 72px; }
	.big h2 { font-size: 50px; line-height: 60px; }
	.big h3 { font-size: 32px; line-height: 42px; }
	.big h4 { font-size: 27px; line-height: 37px; }
	.big h5, .big #hero .ill_hero_slider .stage .slide .caption, .big #hero .ill_hero_slider .stage .slide .caption p { font-size: 22px; line-height: 32px; }
	.big .button, .big nav.utility_nav ul li a, .big nav.primary_nav ul li a { font-size: 22px; line-height: 22px; }
	.big .wp-caption p.wp-caption-text, .big form.search input[type="text"] { font-size: 16px; line-height: 24px; }
	.big nav.primary_nav ul li ul li a { font-size: 18px; line-height: 18px; }
	.big .int #hero .info ul li, .big #sidebar .side p, .big .copyright p { font-size: 18px; line-height: 28px; }
	.big .callout-navs ul li a, .big .content h1, .big.home h2 { font-size: 38px; line-height: 48px; }
	.big .pods .pod h3 { font-size: 26px; line-height: 32px; }
	.big #sidebar .callout-navs ul li a, .big .ill_quotes_quote_text, .big .ill_quotes_quote_title { font-size: 24px; line-height: 34px; }
	/* BIGGER +4 */
	body.bigger, .bigger p, .bigger h6, .bigger .footer h3, .bigger section .collapseomatic { font-size: 24px; line-height: 34px; }
	.bigger h1, .bigger #hero .ill_hero_slider .stage .slide .title { font-size: 66px; line-height: 76px; }
	.bigger h2 { font-size: 54px; line-height: 64px; }
	.bigger h3 { font-size: 36px; line-height: 46px; }
	.bigger h4 { font-size: 31px; line-height: 41px; }
	.bigger h5, .bigger #hero .ill_hero_slider .stage .slide .caption, .bigger #hero .ill_hero_slider .stage .slide .caption p { font-size: 26px; line-height: 36px; }
	.bigger .button, .bigger nav.utility_nav ul li a, .bigger nav.primary_nav ul li a { font-size: 26px; line-height: 26px; }
	.bigger .wp-caption p.wp-caption-text, .bigger form.search input[type="text"] { font-size: 20px; line-height: 30px; }
	.bigger nav.primary_nav ul li ul li a { font-size: 22px; line-height: 22px; }
	.bigger .int #hero .info ul li, .bigger #sidebar .side p, .bigger .copyright p { font-size: 22px; line-height: 32px; }
	.bigger .callout-navs ul li a, .bigger .content h1, .bigger.home h2 { font-size: 42px; line-height: 52px; }
	.bigger .pods .pod h3 { font-size: 30px; line-height: 36px; }
	.bigger #sidebar .callout-navs ul li a, .bigger .ill_quotes_quote_text, .bigger .ill_quotes_quote_title { font-size: 28px; line-height: 38px; }
	/* BIGGEST +6 */
	body.biggest, .biggest p, .biggest h6, .biggest .footer h3, .biggest section .collapseomatic { font-size: 30px; line-height: 40px; }
	.biggest h1, .biggest #hero .ill_hero_slider .stage .slide .title { font-size: 72px; line-height: 82px; }
	.biggest h2 { font-size: 60px; line-height: 70px; }
	.biggest h3 { font-size: 42px; line-height: 52px; }
	.biggest h4 { font-size: 37px; line-height: 47px; }
	.biggest h5, .biggest #hero .ill_hero_slider .stage .slide .caption, .biggest #hero .ill_hero_slider .stage .slide .caption p { font-size: 32px; line-height: 42px; }
	.biggest .button, .biggest nav.utility_nav ul li a, .biggest nav.primary_nav ul li a { font-size: 25px; line-height: 25px; }
	.biggest .wp-caption p.wp-caption-text, .biggest form.search input[type="text"] { font-size: 26px; line-height: 36px; }
	.biggest nav.primary_nav ul li ul li a { font-size: 22px; line-height: 22px; }
	.biggest .int #hero .info ul li, .biggest #sidebar .side p, .biggest .copyright p { font-size: 28px; line-height: 38px; }
	.biggest .callout-navs ul li a, .biggest .content h1, .biggest.home h2 { font-size: 48px;line-height: 58px; }
	.biggest .pods .pod h3 { font-size: 36px; line-height: 42px; }
	.biggest #sidebar .callout-navs ul li a, .biggest .ill_quotes_quote_text, .biggest .ill_quotes_quote_title { font-size: 34px; line-height: 44px; }
	@media all and (min-width: 900px) {
		.big #logo,	
		.bigger #logo,
		.biggest #logo { width: 0; height: 0; }
		.big header.stick #logo,	
		.bigger header.stick #logo,
		.biggest header.stick #logo { width: 100%; height: auto; }
		.big header .main-wrap .main.wrap,
		.bigger header .main-wrap .main.wrap,
		.biggest header .main-wrap .main.wrap { flex-direction: column; }
		.big #logo h2,
		.bigger #logo h2,
		.biggest #logo h2 { height: 32px; }
		.big nav.primary_nav,
		.bigger nav.primary_nav,
		.biggest nav.primary_nav { max-width: 100%; margin: 15px 0; justify-content: center; }
		.big nav.primary_nav ul li,	
		.bigger nav.primary_nav ul li,
		.biggest nav.primary_nav ul li { padding: 15px 8px; }
	}
/* RESPONSIVE */
	@media all and (max-width: 1580px) {
/*		#hero .ill_hero_slider .stage .info { padding: 28% 55% 10% 9%; }
*/	}
	@media all and (max-width: 1520px) {
		#services .container .service .serv-description { height: 175px; }
		#services .container .service .serv-description .desc-header span { font-size: 1.5em; }
	}
	@media all and (max-width: 1400px) {
		.splide__slide__container { min-height: 680px; }
		#hero .ill_hero_slider .stage .slide .caption p { font-size: 45px; line-height: 55px; }
		footer .contact-wrap #contact-info { padding-left: 70px; }
	}
	@media all and (max-width: 1280px) {
		header.stick #logo { width: 200px; }
	}
	@media all and (max-width: 1250px) {
		#hero .ill_hero_slider .stage {
			padding: 0 0 60.25% 0;
		}
		#hero .ill_hero_slider.splide .stage {
    		padding: 0;
		}
		#hero .ill_hero_slider .stage .slide .caption {
			width: 80%;
		}
		footer .contact-wrap #map { width: 65%; }
		footer .contact-wrap #contact-info { width: 35%; }
	}
	@media all and (max-width: 1200px) and (min-width: 900px) {
		#services .container .service .serv-description .desc-header span { font-size: 1.3em; }
	}
	@media all and (max-width: 1200px) {
		nav.primary_nav ul li a {
			font-size: 16px;
			line-height: 23px;
		}
		/*    #hero .ill_hero_slider .stage .info {
			padding: 20% 40% 10% 10%;
		}*/
	}
/*	@media all and (max-width: 1150px) {
		#hero .ill_hero_slider .stage .info {
			padding: 32% 45% 10% 9%;
		}
	}*/
	@media all and (max-width: 1100px) {
		nav.primary_nav {
			max-width: 75%;
		}
		nav.primary_nav ul li a {
			font-size: 15px;
			line-height: 23px;
		}
		#hero .ill_hero_slider .stage .slide .title {
			font-size: 40px;
			line-height: 50px;
		}
		.hero-wrap.int { padding: 25% 0; }
		.button {
			padding: 15px 20px;
		}
		#team-columns .title.column h2 { font-size: 55px; }
		#hero .ill_hero_slider .stage {
    		padding: 0 0 70% 0;
		}
		#hero .ill_hero_slider.splide .stage {
    		padding: 0;
		}
		#hero .ill_hero_slider .stage .slide .caption {
			width: 100%;
		}
		#hero .ill_hero_slider .stage .slide .caption p {
			font-size: 38px;
			line-height: 48px;
		}
	}
	@media all and (max-width: 1050px) {
		footer .contact-wrap #contact-info { padding: 40px; font-size: 16px; line-height: 26px; }
		footer .contact-wrap #contact-info h3.addr-head { font-size: 20px; }
	}
	@media all and (max-width: 1000px) {
		nav.primary_nav {
			max-width: 80%;
		}
		nav.primary_nav ul li a {
			font-size: 14px;
			line-height: 22px;
		}
		.button {
			font-size: 12px;
			line-height: 12px;
		}
		#hero .ill_hero_slider .stage .slide .title {
			font-size: 30px;
			line-height: 40px;
		}
		.content-wrap::before {
			width: 30%;
		}
		.home figure.img {
			width: 35%;
		}
		#team-columns .title.column h2 { font-size: 50px; }
		.footer {
			flex-wrap: wrap;
			padding: 100px 0 50px 0;
		}
		figure.single-post {
			width: 40%;
		}
		.footer .col {
			width: 48%;
			margin: 0 2% 5% 0;
		}
		.copyright {
			flex-wrap: wrap;
		}
		.copyright .left,
		.copyright .right {
			width: 100%;
			text-align: center;
		}
		h1 {
			font-size: 30px;
			line-height: 40px;
		}
	}
	@media all and (max-width: 950px) {
			nav.primary_nav ul li {
			padding: 15px 12px;
		}
	}
	@media all and (max-width: 900px) and (min-width: 700px) {
		#services .container.count-3 .service .serv-description .desc-header span { font-size: 1em; }
	}
	@media all and (max-width: 900px) {
		header{ position: sticky; height: 155px; background:url(images/waves-bg.png) #ffffff; box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .15); }
		.fixed-home { display: none;}
		header.stick { height: 107px; }
		header.stick nav.primary_nav ul li:hover > a, header.stick nav.primary_nav ul li.active > a, header.stick nav.primary_nav ul li > a:focus, header.stick nav.primary_nav ul li.current-menu-item > a, header.stick nav.primary_nav ul li.current-menu-ancestor > a, header.stick nav.primary_nav ul li.current_page_parent > a, header.stick nav.primary_nav ul li a { color: #fff; }
		header #logo { position: absolute; top: 3px; width: 200px; }
		header.stick #logo { top: -4px; }
		header #logo h2,
		header.stick #logo h2 { height: 95px;}
		.hero-wrap.int #feat-img img { display: block; }
		nav.primary_nav { margin-top: 25px; }
		nav.primary_nav ul { width: 100%; }
		nav.primary_nav .menu-primary-container { display: block; position: fixed; top: 0; left: -100%; background-color: #035F81; width: 80%; height: 100%; overflow-y: scroll; z-index: 1; }
		.open nav.primary_nav .menu-primary-container { left: 0; }
		nav.primary_nav .menu-primary-container > ul { padding: 15px 0 0 0; width: 100%; }
		nav.primary_nav ul li { display: block; padding: 0; float: none; }
		nav.primary_nav ul li a { display: block; color: #fff; padding: 20px 30px; font-size: 18px; line-height: 18px; border-top: 1px solid #4e9aca; text-align: left; }

		nav.primary_nav ul li:hover > a, nav.primary_nav ul li.active > a, nav.primary_nav ul li > a:focus, nav.primary_nav ul li.current-menu-item > a, nav.primary_nav ul li.current-menu-ancestor > a, nav.primary_nav ul li.current_page_parent > a { border-color: #4e9aca; }

		nav.primary_nav ul li ul.sub-menu { width: 100%; background: none; display: block; clear: both; overflow: hidden; position: relative; left: 0; opacity: 1; }
		nav.primary_nav ul li ul.sub-menu li a { padding: 20px 30px 20px 50px; color: #fff; }
		header nav.primary_nav ul li:hover a, header nav.primary_nav ul li.active a, header nav.primary_nav ul li a:focus, header nav.primary_nav ul li.current-menu-item a, header nav.primary_nav ul li.current-menu-ancestor a, header nav.primary_nav ul li.current_page_parent a, nav.primary_nav ul li ul li a { color: #fff; border-bottom: none; }
		#navbtn { display: block; }
		.content-wrap::before {
			width: 100%;
			height: 40%;
			bottom: 0;
			top: auto;
		}
		.content {
			padding: 70px 0;
		}
		#hero .ill_hero_slider .stage {
			padding: 0 0 76.25% 0;
		}
		#hero .ill_hero_slider.splide .stage {
			padding: 0;
		}
		.hero-wrap.int #hero::before { top: calc(40% - 160px); }
		.home #content.wrap,
		#services-header { width: 80%; }
		#main,
		.blog #main {
			width: 100%;
			float: none;
			clear: both;
		}
		.content-wrap.int::before {
			display: none;
		}
		.content-wrap.int .content {
			padding: 65px 0 40px 0;
		}
		.blog h2 {
			font-size: 26px;
    	line-height: 36px;
		}
		#services .container.count-4 .service   { width: 50%; }
		#services .container {
			flex-wrap: wrap;
		}
		#column_wrap.twocolumns #columns-content { flex-direction: column; }
		#column_wrap.twocolumns #columns-content .useflex { width: 100%; margin: 25px 0; }
		#team-wrap { padding: 55px 0; }
		#team-columns { flex-direction: column; }
		#team-columns .title.column,
		#team-columns .icon.column,
		#team-columns .description.column { width: 100%; justify-content: center; }
	  .ill_flex_box {
	    -webkit-flex-direction: column;
	    flex-direction: column;
	  }
	  .ill_flex_box .ill_inner_box,
	  .ill_flex_box.count-2 .ill_inner_box,
	  .ill_flex_box.count-3 .ill_inner_box,
	  .ill_flex_box.count-4 .ill_inner_box { width: 100%; padding:  0; } 
		footer .contact-wrap #map { width: 50%; }
		footer .contact-wrap #contact-info { width: 50%; }
		#sidebar {
			border-top: 2px solid #ddd;
			padding: 50px 0;
			margin: 50px 0 0 0;
			width: 100%;
			clear: both;
			float: none;
		}
		.utility.wrap, .main.wrap {
			max-width: 1200px;
			margin: 0 auto;
			width: 80%;
		}
		header .main-wrap .main.wrap {
	    	justify-content: flex-end;
		}
		nav.primary_nav {
		  width: 60%;
		}
		header #logo {
			opacity: 1;
			width: 40%;
			text-align: left;
		}
		header.stick #logo {
	    	width: 40%;
		}

	}
	@media all and (max-width: 800px) {
		.home #content.wrap,
		.video-content-wrap .video-content { width: 80%; }
		.video-content-wrap { padding: 20px; }
		#services .container .service .serv-description { height: 170px; }
		#services .container .service .serv-description .desc-header span { font-size: 1.5em; }
		.footer .col {
		width: 100%;
		margin: 0 0 5% 0;
		text-align: center;
		}
		#logos-container .logos.count-2 { flex-direction: column; width: 25%; }
		#logos-container .logos.count-2 .logo { width: 100%; }
				.splide__slide__container { min-height: 550px; }
		#hero .ill_hero_slider .stage .info {
	    	padding-top: 5%;
		}
		.content-wrap:before { width: 384px; height: 286px; top: 90px; background-size: contain; }
		#logos-container { margin-bottom: 20px; }
		.bottom { flex-direction: column; }
		.acc-tools { width: 100%; position: static; }
		.bottom-wrap .acc-tools nav.footer_nav .menu-footer-container { margin: 15px auto; }
	}
	@media all and (max-width: 700px) {
		#hero .ill_hero_slider .stage {
			padding: 0 0 100% 0;
		}
		#hero .ill_hero_slider.splide .stage {
			padding: 0;
		}		
		#hero .ill_hero_slider .prev {
			left: 2%; 
		}
		#hero .ill_hero_slider .next {
			right: 2%;  
		}
		.header-wrap.int { padding: 20px 0 30px 0; }
		.header-wrap.int .info h1 { font-size: 38px; line-height: 48px; }
		.header-wrap.int .info h2 { margin: 5px auto 0 auto; width: 100%; }
		#services .container.count-2 .service,
		#services .container.count-3 .service  { width: 100%; }
		footer .contact-wrap #map .mapp-layout .mapp-wrapper { height: 450px!important; }
		footer .contact-wrap { 
			flex-direction: column; 
		}
		footer .contact-wrap #map,
		footer .contact-wrap #contact-info { width: 100%; }
	}
	@media all and (max-width: 600px) {
		header .main.wrap { width: 90%; }
		nav.primary_nav { margin-top: 29px; }
		.content.wrap.use_flex { flex-direction: column; }
		.content.wrap.use_flex #main,
		.content.wrap.use_flex #side { width: 100%; padding: 25px; }
		.content.wrap.use_flex #side { margin: 0 auto; }
		#hero .ill_hero_slider .stage {
			padding: 0 0 106.25% 0;
		}
		#hero .ill_hero_slider.splide .stage {
			padding: 0;
		}	
		.hero-wrap.int #hero::before { width: 300px; height: 228px; top: calc(40% - 112px); left: calc(50% - 156px); }
		.header-wrap.int { padding: 15px 0 20px 0; }
		.header-wrap.int .info h1 { font-size: 28px; line-height: 38px; }
		.content-wrap::before {
			height: 20%;
		}
		figure.single-post {
			width: 100%;
			float: none;
			margin: 25px 0;
		}
		#services .container.count-4 .service { width: 100%; }
		#services .container {
			-webkit-flex-direction: column;
			flex-direction: column;
			flex-wrap: nowrap;
		}
		#logos-container .logos.count-2 { flex-direction: column; width: 40%; }
		footer .contact-wrap #contact-info .addr-block .addr-icon { height: 33px; left: -5px; }
		#hero .ill_hero_slider .stage {
	    	padding: 0 0 125% 0;
		}
		#hero .ill_hero_slider.splide .stage {
			padding: 0;
		}	
	}
	@media all and (max-width: 500px) {
		.content-wrap::before { content: none!important; }
		#hero .ill_hero_slider .stage {
			padding: 0 0 135% 0;
		} 
		#hero .ill_hero_slider.splide .stage {
			padding: 0;
		}	
		#column_wrap.twocolumns #columns-content .useflex { padding: 0 7px; }
		footer .contact-wrap { flex-direction: column; }
		footer .contact-wrap #map { width: 100%; }
		footer .contact-wrap #contact-info { margin:  0 auto; width: auto; padding: 40px 0; }
	}
	@media all and (max-width: 425px) {
		#hero .ill_hero_slider .stage { padding: 0 0 100% 0; }
		#hero .ill_hero_slider.splide .stage {
			padding: 0;
		}	
		#hero .ill_hero_slider .stage .slide .caption { padding: 0 4%; bottom: 1em; }
		#hero .ill_hero_slider .stage .caption img { max-width: 360px; }
		#hero .ill_hero_slider .stage .slide .caption p { font-size: 28px; line-height: 38px; }
		.hero-wrap.int #hero::before { width: 260px; height: 198px; top: calc(40% - 100px); left: calc(50% - 127px); }
		#column_wrap #columns-content { width: 85%; }
		#column_wrap #columns-content .column-text.add-icon { padding: 35px; }
		#column_wrap #columns-content .column-text.add-icon .icon { display: none; }
			
	}
	@media all and (max-width: 400px) {
		#hero .ill_hero_slider .stage {
			padding: 0 0 160% 0;
		}
		#hero .ill_hero_slider.splide .stage {
			padding: 0;
		}			
		#logos-container .logos.count-2 { flex-direction: column; width: 50%; }
	}

/* PRINT */
	@media only print {
		header, header.stick { position: relative; }
		header .acc-tools,
		#hero .ill_hero_slider,
		.hero-wrap.int,
		#header-banner, #header-banner div,
		#column_wrap,
		#team-wrap,
		footer .contact-wrap #map,
		footer .contact-wrap #contact-info .addr-block .addr-icon,
		nav.social_nav,
		.home .video-content-wrap,
		.home #services { display: none; }
		.home header { height: 220px; }
		header,
		header.stick, 
		.content-wrap, 
		.content-wrap::before { background: none !important; box-shadow: none; }

		header .main-wrap .main.wrap { flex-wrap: wrap; }
		header #logo { margin: 0 auto; width: 100%!important; text-align: center!important; position:relative; top: 0; padding: 20px; box-shadow: none; }
		header .utility-wrap p a { margin: 0 10px; }
		header.stick .utility-wrap p, header .utility-wrap p, header .utility-wrap p a { color: #000; opacity: 1; }
		header .utility-wrap p i { display: none; }
		header nav.primary_nav { display: none; }
		.header-wrap.int { background-color: transparent; border: 0 none; }
		.header-wrap.int .info h1 { color: #000; }
		.callout-navs { display: none; }
		.content { padding: 30px 0; }
		.ill_responsive_video { display: none; }
		.highlight-wrap { margin: 0 auto!important; background: none!important; }
		.highlight-wrap::before { display: none; }
		.highlight-wrap .highlight { padding: 25px 0; }
		.highlight .left, .highlight .right { padding: 0; margin: 0; }
		.highlight .bkg { display: none; }
		.map-wrap { display: none; }
		#main { width: 100%; }
		a { color: #052c47; text-decoration: none; }
		#sidebar { display: none; }
		.int #hero .info { border-top: 2px solid #e0e0e0; padding: 20px 0; }
		.bottom-wrap { display: none; }
		.content, .content.int { padding: 30px 0!important; margin: 0 auto!important; }
		.ill_quotes_quote { padding: 0!important; }
		.ill_quotes_quote_text::before { display: none; }
		.ill_quotes_quote_text, .ill_quotes_quote_title { color: #222; }
		.footer, .footer li, .footer p, .footer h3, footer .menu-utility-menu-container ul li a, .footer a { color: #000; }
		.footer { padding: 30px 0; border-top: 2px solid #e0e0e0; }
		.button, a.button { display: none; }
		.copyright { display: none; }
		.fa, .fas, .fab { display: none; }
		h2 { font-size: 30px; line-height: 40px; }

	}




