/*
	Theme Name: Master IlluminAge Airy 2.0 - 2021
	Theme URI: http://www.illuminage.com/
	Author: Elly Cabral
	Version: 2025.5.22
	Author URI: http://www.illuminage.com/
	Description: IlluminAge Base Theme. This theme was built in 2021 using HTML5 and CSS3. It is fully responsive, adjusting to various screen sizes and optimizing the view appropriately.
*/

/* FONTS */
	@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap');
	/* 
		font-family: 'Lato', sans-serif;
		font-family: 'Montserrat', 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: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; }
	.wp-block-image .aligncenter { margin: 25px 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: 50%; width: auto; height: auto; margin-top: 25px; margin-bottom: 25px; }
	img.full, img.alignleft.full, img.alignright.full, img.aligncenter.full, img.alignnone.full { max-width: 100%; }

	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: #696969;
		padding: 0;
		margin: 0;
		background-color: #f7f5f1;
	}	
	p {
		font: normal 400 18px/28px 'Lato', sans-serif;	
		color: #696969;
		padding: 0 0 20px 0;
		margin: 0;
	}
	a {
		color: #d59567;
		text-decoration: underline;
	}
	a:hover {
		color: #8d9f8f;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
		margin: 0;
		font-family: 'Montserrat', sans-serif;
	}
	h1 {
		font-size: 60px;
		line-height: 70px;
		padding: 0 0 30px 0;
		color: #1e1f21;
	}
	h2 {
		font-size: 40px;
		line-height: 50px;
		padding: 0 0 20px 0;
		color: #1e1f21;
	}
	h3 {
		font-size: 30px;
		line-height: 40px;
		padding: 0 0 20px 0;
		color: #8d9f8f;
	}
	h4 {
		font-size: 25px;
		line-height: 35px;
		padding: 0 0 20px 0;
		color: #8d9f8f;
	}
	h5 {
		font-size: 20px;
		line-height: 30px;
		padding: 0 0 20px 0;
		color: #d59567;
	}
	h6 {
		font-size: 18px;
		line-height: 28px;
		padding: 0 0 20px 0;
		color: #d59567;
	}
	.button {
		font: normal 400 18px/18px 'Lato', sans-serif;
		padding: 15px 30px;
		display: inline-block;
		color: #8d9f8f;
		background-color: none;
		cursor: pointer;
		text-decoration: none;
		border-radius: 24px;
		border: 1px solid #8d9f8f;
	}
	.button:hover {
		background-color: #d59567;
		color: #d59567;
	}
	.wrap {
		width: 90%;
		margin: 0 auto;
		max-width: 1200px;
	}
	.wrap::after {
		display: block;
		content: " ";
		clear: both;
		overflow: hidden;
	}
	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 #f7f5f1;
	}
	.wp-caption {
		border: 2px solid #f7f5f1;
		box-sizing: content-box;
		background-color: #fff;
		padding: 20px;
	}
	.wp-caption p.wp-caption-text {
		background: #f7f5f1;
		padding: 10px 15px;
		font-size: 14px;
		line-height: 22px;
		margin: 10px -20px -20px -20px;
	}
	.wp-block-image img {
		max-width: 100%;
		height: auto;
	}

/* FORMS */
	#content form { margin: 0 0 1em 0; }
	#content input[type=text],
	#content input[type=email],
	#content input[type=password],
	#content input[type=tel],
	#content textarea,
	#content select,
	#content input[type=submit] {
		border: 1px solid #888;
		border: 1px solid rgba(0, 0, 0, .5);
		display: inline-block;
		vertical-align: middle;
		width: 50%;
	}
	#content input[type=text],
	#content input[type=email],
	#content input[type=password],
	#content input[type=tel],
	#content textarea { padding: .5em; }
	#content textarea { height: 5em; }
	#content select { margin: 0; padding: .4em; vertical-align: top; width: auto; }
	#content input[type=submit] { padding: .5em 1em; width: auto; cursor: pointer; }

/* GRAVITY FORMS */
	/* Base */
	body .gform_wrapper  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { padding: 15px 10px; }
	#content .gform_wrapper .ginput_complex label { margin: 0 0 10px 0 !important; }
	#content .gform_wrapper legend.gfield_label { font-weight: 700; }
	#content .gform_wrapper input[type=text],
	#content .gform_wrapper input[type=password],
	#content .gform_wrapper [type=email],
	#content .gform_wrapper [type=tel],
	#content .gform_wrapper textarea,
	#content .gform_wrapper select { width: 97%; }
	#content .gform_wrapper input[value="Other"][type=text] { width: 80%; }
	#content .gform_wrapper textarea { height: 10em; }
	#content .gform_wrapper ul.gform_fields { padding-left: 0; }

/* FOCUS */
	a:focus-visible { outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; text-decoration: underline; }
	#navbtn:focus-visible { outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; text-decoration: underline; }
	#navbtn:focus-visible .lines .line.one { width: 85%; }
	#navbtn:focus-visible .lines .line.two { width: 100%; }
	#navbtn:focus-visible .lines .line.three { width: 68%; }
	.open #navbtn:focus-visible .lines .line.two { display: none; }
	.open #navbtn:focus-visible .lines .line.one { width: 90%; margin: 9px 0 0 0; transform: rotate(45deg); }
	.open #navbtn:focus-visible .lines .line.three { width: 90%; margin: -4px 0 0 0; transform: rotate(-45deg); }
	a:focus-visible { color: #dd5929; outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; text-decoration: underline; }
	.wp-block-button .wp-block-button__link:focus-visible, .button:focus-visible { text-decoration: none; color: #fff; background: #14424c; outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; text-decoration: underline; }
	.wp-block-button.is-style-outline .wp-block-button__link:focus-visible { color: #fff; background: none; border-radius: 0; outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; text-decoration: underline; }
	.top-wrap nav ul li a:focus-visible, .top-wrap ul.menu li a:focus-visible { outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; text-decoration: underline; }
	nav ul li:focus-visible > a, nav ul li > a:focus-visible, nav ul li.current-menu-item > a:focus-visible, nav ul li.current-menu-ancestor > a:focus-visible, nav ul li.current_page_parent > a:focus-visible, ul.menu li:focus-visible > a, ul.menu li > a:focus-visible, ul.menu li.current-menu-item > a:focus-visible, ul.menu li.current-menu-ancestor > a:focus-visible, ul.menu li.current_page_parent > a:focus-visible { color: #c85d1b; outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; text-decoration: underline; }
	nav ul li ul.sub-menu li a:focus-visible { padding: 10px 15px 10px 25px; color: #c85d1b; background: #fefaf1; outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; text-decoration: underline; }
	#hero .slide.splide__slide--clone .button:focus-visible, #hero .slide.is-prev .button:focus-visible, #hero .slide.is-next .button:focus-visible {display: none; }
	.gform_wrapper .gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gfield .ginput_password:focus-visible, .gform_wrapper .gfield input:focus-visible, .gform_wrapper .gfield select:focus-visible { outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; text-decoration: underline; }
	.gform_wrapper .gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gfield .ginput_password:focus, .gform_wrapper .gfield input:focus, .gform_wrapper .gfield select:focus { outline: 3px solid #22b6ff; outline-offset: 1px; box-shadow: 0 0 0 1px #2234ff; text-decoration: underline; }
	.gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible { text-decoration: none; color: #fff; background: #14424c; outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; text-decoration: underline; }
	.footer a:focus-visible { outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; text-decoration: underline; }
	.footer a:focus-visible, .footer nav ul li a:focus-visible, .footer ul.menu li a:focus-visible { color: #dd5929; outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; text-decoration: underline; }
	.copyright a:focus-visible { outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; text-decoration: underline; }
	
/* HEADER */
	header { position: relative; z-index: 100; width: 100%; background-color: #f7f5f1; } 
	header.stick { position: sticky; top:0; box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .15); }
	#logo h2 { padding: 0; line-height: 0; }
	#logo h2::before { display: none; }
	#logo a { display: block; width: 100%; height: 100%; }
	#logo a img { max-width: 100%; height: auto; }
	header .utility-wrap {
		width: 100%;
		clear: both;
		overflow: hidden;
		background: #8d9f8f;
	}
	header .utility-wrap .wrap {
		display: flex;
		flex-direction: row;
		align-items: baseline;
		justify-content: flex-end;
	}
	header .utility-wrap p {
		padding: 0;
	}
	header .utility-wrap p a {
		opacity: .7;
	}
	header .utility-wrap p a,
	header .utility-wrap p i {
		color: #fff;
		text-decoration: none;
	}
	header .utility-wrap p a:hover {
		opacity: 1;
	}
	header .utility-wrap p i {
		margin: 0 10px 0 20px;
	}
	nav.utility_nav {
		padding: 5px 0 5px 30px;
		display: inline-block;
		text-align: right;
	}
	nav.utility_nav ul,
	nav.utility_nav ul li {
		list-style: none;
		display: inline-block;
		padding: 0;
		margin: 0;
	}
	nav.utility_nav ul li a {
		display: block;
		text-decoration: none;
		color: #fff;
		opacity: .7;
		font: normal 400 18px/18px 'Lato', sans-serif;
		padding: 10px;
	}
	nav.utility_nav ul li a:hover {
		opacity: 1;
	}
	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;
	}
	header #logo {
		position: absolute;
		padding: 50px 30px;
		width: 30%;
		background-color: #fff;
		border-radius: 0 0 10px 10px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
		top: -45px;
		left: 0;
		background-image: none!important;
		text-align: center;
	}
	header .utility-wrap p, 
	header nav.utility_nav,
	header nav.utility_nav ul li a {
		transition: opacity 0s, padding .35s ease-in, font-size .35s ease-in, line-height .35s ease-in;
	}
	header.stick .utility-wrap p {
		font-size: 0;
		line-height: 0;
		opacity: 0;
	}
	header.stick nav.utility_nav {
		padding: 0 0 0 30px;
		line-height: 0;
		opacity: 0;
	}
	header.stick nav.utility_nav ul li a {
		padding: 0 10px;
		font-size: 0;
		line-height: 0;
		opacity: 0;
	}

/* MENU */
	/* Primary Base */
	nav.primary_nav .menu-primary-menu-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 {
		/*width: 70%;*/
		display: flex;
		margin: 0;
		align-items: center;
		justify-content: flex-end;
	}
	nav.primary_nav ul li {
		display: inline-block;
	}
	nav.primary_nav ul li a {
		padding: 15px;
		color: #696969;
		font: normal 400 18px/18px 'Lato', sans-serif;
	}
	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: #d59567;
		border-bottom: 4px solid #d59567;
	}
	nav.primary_nav ul li ul li {
		text-align: left;
	}
	nav.primary_nav ul li ul li a {
		color: #d59567;
		background-color: #fff;
		font-size: 16px;
		line-height: 16px;
		border-bottom: 1px solid #d59567;
		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: #d59567;
		border-bottom: 1px solid #d59567;
	}
	nav.primary_nav ul li ul.sub-menu {
		box-shadow: 3px 3px 6px rgba(0,0,0,.1);
	}
	#navbtn span { font-size: 0; } 
	#navbtn {
		display: none;
		position: relative;
		width: auto;
		text-align: right;
		clear: both;
		overflow: hidden;
		padding: 15px;
		height: 52px;
		background: none;
		border: 0;
	}
	.lines {
		clear: both;
		text-align: center;
		width: 35px;
		height: 22px;
		margin: 0 auto;
		cursor: pointer;
		float: right;
	}
	.lines .line {
		background-color: #d59567;
		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;
	}
	#hero .widget > p {
		display: none;
	}
	#hero .ill_hero_slider .stage .info { 
		position: absolute; 
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 21;
		height: 100%;
		padding: 15% 45% 10% 10%;
		background: rgba(0, 0, 0, .4);
	}
	#hero .ill_hero_slider .stage .slide .title {
		color: #f7f3f0;
		font: normal 400 60px/70px 'Montserrat', sans-serif;
		position: relative;
		padding: 0 0 20px 0;
		background: none;
	}
	#hero .ill_hero_slider .stage .slide .caption {
		position: relative;
		background: none;
		padding: .5em 0;
		color: #fff;
		font: normal 400 20px/30px 'Lato', sans-serif;
	}
	#hero .ill_hero_slider .stage .slide .caption p {
		color: #fff;
		font: normal 400 20px/30px 'Lato', sans-serif;
		padding: 0 0 20px 0;
	}
	#hero .button {
		color: #fff;
		background-color: none;
		border-color: #fff;
	}
	#hero .ill_hero_slider .controls {
	    height: auto;
	    width: auto;
	    left: 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 #e2d6c6; 
	}
	#hero .ill_hero_slider .controls .playback .pause {
		border-color: #e2d6c6;
	}
	#hero .ill_hero_slider .controls .dots .dot {
		background-color: #e2d6c6;
	}
	#hero .ill_hero_slider .controls .dots .dot.active {
		background-color: #d59567;
	}
	#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);
	}
	/* NEW SLIDER */
	#hero .ill_hero_slider .controls_container {
	    bottom: 0;
	    position: absolute;
	    width: 100%;
	}
	#hero .ill_hero_slider .controls_container .controls {
		border-radius: 10px 0 0 0;
		width: 50px;
		height: 45px;
	}
	#hero .ill_hero_slider .controls_container ul {
		border-radius: 0 10px 0 0;
		bottom: 0;
		left: calc(10% + 50px);
		padding: 15px 17px 16px 5px;
		right: auto;
		height: auto;
		background-color: #fff;
	}
	#hero .ill_hero_slider .controls_container ul li {
		line-height: 0;
	}
	#hero .ill_hero_slider .controls_container .splide__pagination__page {
		background-color: #e2d6c6;	
	}
	#hero .ill_hero_slider .controls_container .splide__pagination__page.is-active {
		background-color: #d59567;	
	}
	#hero .ill_hero_slider .controls_container button.controls .splide__toggle__play {
	    fill: #e2d6c6; 
	}
	#hero .ill_hero_slider .controls_container button.controls .splide__toggle__pause {
		fill: #e2d6c6;
	}
	.splide__arrow {
		background-color: #fff;
	}
	.splide__arrow svg {
		fill: #999;
	}
	.splide__arrow:hover svg {
		fill: #000;
	}
	.int #hero {
		width: 100%;
		clear: both;
		overflow: hidden;
		position: relative;
	}
	.int #hero .info {
		padding: 100px 0;
		z-index: 99;
		position: relative;
	}
	.int #hero .info h1,
	.int #hero .info p {
		color: #fff;
		padding-bottom: 0;
	}
	.int #hero .info ul {
		display: inline-block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.int #hero .info ul li {
		display: inline-block;
		list-style: none;
		padding: 0;
		margin: 0 10px 0 0;
		color: #fff;
		font-size: 16px;
		line-height: 26px;
	}
	.int #hero .info ul li a {
		color: #fff;
		text-decoration: none;
	}
	.int #hero::after {
		background-color: rgba(0, 0, 0, .4);
		content: " ";
		display: block;
		width: 100%;
		height: 100%;
		z-index: 9;
		top: 0;
		left: 0;
		position: absolute;
	}
	.int #hero figure {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}
	.int #hero figure img {
		width: 100%;
		height: auto;
	}

/* BLOCKS */
	.content-blocks {
		clear: both;
		position: relative;
	}
	.content-blocks section {
		position: relative;
		z-index: 99;
	}
	.content-blocks section::after,
	.content-blocks::after {
		content: " ";
		display: block;
		clear: both;
		overflow: hidden;
	}

/* CALLOUTS */
	.callout-navs {
		clear: both;
		position: relative;
	}
	.callout-navs ul,
	.callout-navs ul li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.callout-navs ul {
		display: flex;
		flex-direction: row;
		justify-content: stretch;
	}
	.callout-navs ul li {
		width: 100%;
	}
	.callout-navs ul li:nth-child(1) {
		background-color: #d59567;
	}
	.callout-navs ul li:nth-child(2) {
		background-color: #e2d6c6;
	}
	.callout-navs ul li:nth-child(3) {
		background-color: #8d9f8f;
	}
	.callout-navs ul li a {
		display: block;
		font: normal 400 28px/38px 'Montserrat', sans-serif;
		color: #fff;
		padding: 30px;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
	}
	.callout-navs ul li a:hover {
		background-color: rgba(0, 0, 0, .1);
	}
	.home .callout-navs ul li a {
		font-size: 36px;
		line-height: 46px;
		padding: 50px;
	}

/* CONTENT */
	.content-wrap {
		clear: both;
	}
	.content-wrap::after {
		clear: both;
		overflow: hidden;
		display: block;
		content: " ";	
	}
	.content {
		clear: both;
		padding: 90px 0 0 0;
	}
	.content.int {
		padding-bottom: 90px;
	}
	.content h1 {
		font-size: 36px;
		line-height: 46px;
		color: #1e1f21;
		display: inline-block;
	}
	.content h2,
	.content h3 {
		display: inline-block;
	}
	.home h2 {
		font-size: 36px;
		line-height: 46px;
		color: #1e1f21;
	}
	.content h1::after,
	.content h2::after,
	.content h3::after {
		content: " ";
		display: block;
		width: 50%;
		height: 4px;
		background-color: #d59567;
	}
	.content h1.has-text-align-center,
	.content h2.has-text-align-center,
  .content h3.has-text-align-center { display: block; }
  .content h1.has-text-align-center:after,
	.content h2.has-text-align-center:after,
  .content h3.has-text-align-center:after { content: none; }
	.int .content-wrap {
		overflow:visible;
	}
	.int .content {
		padding: 100px;
		position: relative;
		overflow: visible;
		z-index: 99;
		background-color: #fff;
	}
	.cont {
		clear: both;
		padding: 0;
		width: 65%;
		float: left;
	}
	.cont .bkg {
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
		padding: 70px 80px;
	}

/* PODS */
	.pods-wrap {
		clear: both;
		width: 100%;
		margin: 100px 0 50px 0;
	}
	.pods {
		padding: 0;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
	}
	.pods .pod {
		width: 33.33%;
		text-align: left;
		padding: 30px;
		background-color: #fff;
		margin: 0 1.5%;
		border-radius: 10px;
		box-shadow: 4px 0 8px rgba(0, 0, 0, .1);
		position: relative;
	}
	.pods .pod:hover {
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}
	.pods .pod:first-child {
		margin-left: 0;
	}
	.pods .pod:last-child {
		margin-right: 0;
	}
	.pods .pod i {
		font-size: 50px;
		color: #e2d6c6;
		margin: 0 20px 20px 0;
	}
	.pods .pod:hover i {
		color: #d8b88d;
	}
	.pods .pod h3 {
		color: #d59567;
		font-size: 24px;
		line-height: 30px;
		text-transform: uppercase;
	}
	.pods .pod a.pod-link {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-size: 0;
	}

/* SIDEBAR */
	.sidebar {
		width: 35%;
		float: right;
		padding: 0 0 0 5%;
	}
	.sidebar h2 {
		margin-bottom: 10px;
	}
	.sidebar .side {
		text-align: left;
		padding: 30px;
		background-color: #fff;
		margin: 0 0 3% 0;
		border-radius: 10px;
		box-shadow: 4px 0 8px rgba(0, 0, 0, .1);
		position: relative;
	}
	.sidebar .side h3 {
		color: #1e1f21;
	}
	.sidebar .side h3::after {
		margin-top: 10px;
	}
	.sidebar .side p {
		font-size: 16px;
		line-height: 26px;
	}
	.sidebar .side:first-child {
		margin-top: 0;
	}
	.sidebar .callout-navs ul {
		flex-direction: column;
	}
	.sidebar .callout-navs ul li {
		margin:  0 0 3% 0;
		border-radius: 10px;
		box-shadow: 4px 0 8px rgba(0, 0, 0, .1);
	}
	.sidebar .callout-navs ul li:hover {
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}
	.sidebar .callout-navs ul li a {
		font-size: 22px;
		line-height: 32px;
		padding: 20px;
	}
	.sidebar .pods {
		flex-direction: column;
		width: 100%;
	}
	.sidebar .pod {
		width: 100%;
		margin: 0 0 3% 0;
		display: flex;
		flex-direction: row;
	}
	.sidebar .pod i {
		width: 30%;
		text-align: center;
		margin: 0 20px 0 0;
	}
	.sidebar .pod h3 {
		width: 70%;
		padding: 0;
	}
	.sidebar .pod h3::after {
		display: none;
	}

/* HIGHLIGHTS */
	.highlight-wrap {
		margin: -100px auto 0 auto;
		z-index: 9!important;
	}
	.search .highlight-wrap,
	.page-template-default .highlight-wrap {
		margin: 0 auto;
	}
	.highlight-wrap.use_image::before {
		content: " ";
		z-index: 10;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgb(0,0,0);
		background: -moz-linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	}
	.highlight {
		display: flex;
		flex-direction: row;
		position: relative;
		z-index: 99;
	}
	.highlight .left,
	.highlight .right {
		width: 50%;
		padding: 100px 0;
	}
	.highlight .left.full {
		width:  100%; padding: 0;
	}

/* TESTIMONIALS */
	.ill_quotes_quote {
		padding: 50px 40px;
	}
	.ill_quotes_quote_text {
		color: #fff;
		font-size: 22px;
		line-height: 32px;
		font-family: 'Lato', sans-serif;
		font-style: italic;
		letter-spacing: 0.02em;
	}
	.ill_quotes_quote_text::before {
		display: block;
		content: "\f10d";
		width: 70px;
		height: 70px;
		background-color: #fff;
		opacity: 0.7;
		color: #444;
		font-size: 30px;
		border-radius: 100%;
		margin: 50px 0 20px 0;
		line-height: 70px;
		text-align: center;
		font-weight: 900;
		font-style: normal;
	}
	.int .ill_quotes_quote_text::before {
		margin-top: 0;
	}
	.ill_quotes_quote_title {
		color: #fff;
		font-size: 22px;
		line-height: 32px;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		margin: 20px 0 0 0;
		letter-spacing: 0.02em;
	}
	.ill_quotes_quote_title::before {
		content: "- ";
	}

/* ENTRIES */
	.entry {
		border-bottom: 1px solid #e0e0e0;
		clear: both;
		overflow: hidden;
		padding: 0 0 30px 0;
		margin: 0 0 30px 0;
	}
	.entry strong {
		display: inline-block;
	}
	.entry h3 {
		padding: 10px 0 0 0;
	}
	.entry h3::after {
		margin: 0 0 20px 0;
	}
	.entry h3 a {
		text-decoration: none;
	}
	.entry figure {
		line-height: 0;
		width: 35%;
		margin: 0 5% 0 0;
	}

	.blog .entry figure {
		float: right;
		padding-left: 25px;
	}
/*	.single .blog .entry figure#featured-img {
		width: 50%;
		margin-bottom: 5%;
	}*/
	.entry figure img {
		width: 100%;
		height: auto;
	}
	.entry .details {
		width: 60%;
		padding: 30px 40px 30px 0;
	}
	.blog .entry .details { padding-top: 0; }
	.entry .details.full {
		width: 100%;
	}

/* COLUMN */
	.col {
		width: 45%;
		float: left;
		margin: 0 5% 0 0;
	}
	.col.left {
		margin: 0 5% 0 0;
	}
	.col.right {
		margin: 0 0 0 5%;
	}
	.col.half {
		width: 45%;
	}
	.col.one_third {
		width: 28%;
	}
	.col.two_third {
		width: 61%;
	}
	
/* FOOTER */
	footer {
		clear: both;
		overflow: hidden;
		width: 100%;
	}
	.footer-wrap {
		background-color: #8d9f8f;
	}
	.footer-wrap::after {
		clear: both;
		overflow: hidden;
		display: block;
		content: " ";	
	}
	.footer {
		padding: 90px 0 0 0;
		position: relative;
		clear: both;
		overflow: hidden;
		display: flex;
		flex-direction: row;
		justify-content: stretch;
	}
	.footer .col {
		width: 50%;
		margin: 0 5% 0 0;
	}
	.footer .col:last-child {
		margin-right: 0;
		text-align: right;
	}
	.footer h3,
	.footer p {
		color: #fff;
	}
	.footer a {
		color: #c8cece;
	}
	.footer a:hover {
		color: #fff;
	}
	.footer h3 {
		font-size: 18px;
		line-height: 28px;
	}
	footer .menu-social-media-container ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: inline-block;
	}
	footer .menu-social-media-container ul li {
		list-style: none;
		padding: 0;
		display: inline-block;
		margin: 0 0 0 10px;
	}
	footer .menu-social-media-container ul li a,
	footer .menu-social-media-container ul li a:hover {
		display: block;
		color: #8d9f8f;
		background-color: #fff;
		width: 50px;
		height: 50px;
		border-radius: 100%;
		text-align: center;
		line-height: 50px;
		font-size: 30px;
		opacity: .7;
	}
	footer .menu-social-media-container ul li a:hover {
		opacity: 1;
	}
	.copyright {
		border-top: 1px solid #c8cece;
		clear: both;
		overflow: hidden;
		text-align: center;
		display: flex;
		flex-direction: row;
		margin-top: 20px;
		padding: 30px 0 50px 0;
	}
	.copyright .left {
		width: 50%;
		text-align: left;
	}
	.copyright .right {
		width: 50%;
		text-align: right;
	}
	.copyright p {
		font-size: 16px;
		line-height: 26px;
		color: #f7f5f1;
	}
	.copyright a {
		color: #c8cece;
	}
	.copyright a:hover {
		color: #fff;
	}

/* 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; }

/* COLLAPSE-O-MATIC */
	section .collapseomatic {
		display: block;
		width: 100%;
		font-size: 18px;
		line-height: 28px;
		color: #1e1f21;
		padding: 20px!important;
		background: none;
		background-color: #fff;
		border-bottom: 4px solid #d59567;
		margin: 15px 0;
	}
	section .collapseomatic::before {
		content: "\f078";
		font-family: 'Font Awesome 5 Pro';
		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 {
		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 { /*z-index: 9999;*/ position: relative; margin: 0; padding: 7px 20px; display: inline-block; }
	.acc-tools .tool { display: inline-block; vertical-align: middle; }
	.acc-tools a { width: 34px; height: 30px; display: block; vertical-align: middle; color: #fff; font-size: 0; text-align: center; line-height: 30px; opacity: 1; text-decoration: none; }	
	.acc-tools a:hover { opacity: 1; }
	.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 */
	.high_contrast .utility-wrap { background: #212121; }
	.high_contrast .highcontrast, .high_contrast .footer a, .high_contrast .copyright p, .high_contrast .copyright p a, .high_contrast .utility-wrap, .high_contrast header .utility-wrap p, .high_contrast header .utility-wrap p a, .high_contrast header .utility-wrap p i, .high_contrast nav.utility_nav ul li a, .high_contrast .callout-navs ul li a, .high_contrast .ill_quotes_quote_text, .high_contrast .ill_quotes_quote_title, .high_contrast .footer, .high_contrast .footer li, .high_contrast .footer p, .high_contrast .footer h3, .high_contrast .acc-tools a.textsize, .high_contrast .acc-tools form.search input[type="submit"], .high_contrast form.search input[type="text"]::placeholder { color: #fff!important; }
	.high_contrast body, .high_contrast .content h1, .high_contrast.home h2, .high_contrast li, .high_contrast p, .high_contrast a, .high_contrast .pods .pod h3, .high_contrast 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 nav.primary_nav ul li.current-menu-item > a { color: #000!important; border-color: #000!important; }
	.high_contrast nav.primary_nav ul li ul.sub-menu { border:1px solid #000; }
	.high_contrast nav.primary_nav ul li ul.sub-menu li::last-child a { border: 0 none; }
	.high_contrast nav.primary_nav ul li ul li a { background-color: #fff; }
	.high_contrast nav.primary_nav ul li.current-menu-item > a,
	.high_contrast nav.primary_nav ul li ul li a::hover { color: #fff;background-color: #000; border-color: #000;}
.high_contrast nav.primary_nav ul li ul li:hover > a, .high_contrast nav.primary_nav ul li ul li.active > a, .high_contrast nav.primary_nav ul li ul li > a:focus, .high_contrast nav.primary_nav ul li ul li.current-menu-item > a, .high_contrast nav.primary_nav ul li ul li.current-menu-ancestor > a, .high_contrast nav.primary_nav ul li ul li.current_page_parent > a, .high_contrast nav.primary_nav ul li ul li a:hover { color: #fff!important; background-color: #000;  }
	.high_contrast #hero .ill_hero_slider .controls { background-color: #000; }
	.high_contrast #hero .ill_hero_slider .controls .playback .play { border-left-color: #fff; }
	.high_contrast #hero .ill_hero_slider .controls .playback .pause { border-color: #fff; }
	.high_contrast #hero .ill_hero_slider .controls .dots .dot { background-color: #eee; }
	.high_contrast #hero .ill_hero_slider .controls .dots .dot.active { background-color: #fff; }
	.high_contrast #hero .ill_hero_slider .stage .info { width: 40%; left: 10%; bottom: 10%; height: auto; padding: 5%; background: rgba(0, 0, 0, .9); }
	.high_contrast .int #hero .info { width: 100%; left: 0; bottom: 0; padding: 12% 5% 5% 5%; background: rgba(0, 0, 0, .9); }
	.high_contrast .callout-navs ul li:nth-child(1) { background: #222; }
	.high_contrast .callout-navs ul li:nth-child(2) { background: #000; }
	.high_contrast .callout-navs ul li:nth-child(3) { background: #212121; }
	.high_contrast .content h1::after, .high_contrast .content h2::after, .high_contrast .content h3::after { background-color: #000; }
	.high_contrast .pods .pod { background-color: #fff !important; }
	.high_contrast .sidebar .pod i,
	.high_contrast .pods .pod:hover i { color: #000; }
	.high_contrast .ill-quotes-quote { background: rgba(0, 0, 0, .9); }
	.high_contrast .highlight-wrap { background-color: #000 !important; } 
	.high_contrast .button,
	.high_contrast a.button,
	.high_contrast .button:hover,
	.high_contrast a.button:hover { color: #fff; background-color: #000; border-color: #000; }
	.high_contrast .footer-wrap { background: #212121; }
	.high_contrast footer .menu-social-media-container ul li a, .high_contrast footer .menu-social-media-container ul li a:hover { background-color: #fff; color: #000!important; }
	.high_contrast footer .copyright { border-color: #fff; } 

/* 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: 32px; line-height: 32px; }
	.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: 28px; line-height: 28px; }
	.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; }

/* RESPONSIVE */
	@media all and (max-width: 1200px) {
		.callout-navs ul li a { font-size: 28px; line-height: 38px; padding: 40px; }
	}
	@media all and (max-width: 1100px) {
		header #logo { width: 25%; }
		/*nav.primary_nav { width: 75%; }
*/		nav.primary_nav ul li a { font-size: 17px; line-height: 17px; }
		.pods .pod h3 { font-size: 20px; line-height: 26px; width: 80%; }
		.sidebar .pod i { width: 20%; font-size: 35px; line-height: 45px; }
		.ill_quotes_quote_text::before { width: 60px; height: 60px; font-size: 25px; margin: 40px 0 20px 0; line-height: 60px; }
		footer .menu-social-media-container ul li a, footer .menu-social-media-container ul li a:hover { width: 40px; height: 40px; line-height: 40px; font-size: 20px; }
	}
	@media all and (max-width: 1000px) {
		header #logo { width: 20%; }
		/*nav.primary_nav { width: 80%; }*/
		nav.primary_nav ul li a { font-size: 16px; line-height: 16px; }
		#hero .ill_hero_slider .stage .slide .title, .int #hero .info h1 { font-size: 45px; line-height: 55px; }
		#hero .ill_hero_slider .stage .slide .caption, #hero .ill_hero_slider .stage .slide .caption p { font-size: 18px; line-height: 28px; }
		#hero .ill_hero_slider .stage .info { padding-top: 10%; }
		.callout-navs ul li a { font-size: 25px; line-height: 35px; padding: 35px; }
		.content { padding: 50px 0 0 0; }
		.content.int { padding-bottom: 50px; }
		.content h1, .home h2 { font-size: 30px; line-height: 40px; }
		.pods-wrap { margin: 0 0 50px 0; }
		.pods { flex-wrap: wrap; }
		.pods .pod { padding: 20px; width: 47%; margin: 1.5%; }
		.pods .pod, .pods .pod:first-child, .pods .pod:last-child { margin: 1.5%; }
		.sidebar .pod { width: 100%; margin: 0 0 3% 0; }
		.pods .pod h3 { font-size: 18px; line-height: 24px; }
		.cont .bkg { padding: 50px; }
		.footer { padding-top: 50px; }
	}
	@media all and (max-width: 900px) {
		nav.primary_nav { width: 50%; position: static; justify-content: flex-end; }
		nav.primary_nav ul { width: 100%; }
		nav.primary_nav .menu-primary-menu-container { display: block; position: fixed; top: 0; left: -100%; background-color: rgba(59, 67, 70, 1); width: 80%; height: 100%; overflow-y: scroll; z-index: 1; }
		.open nav.primary_nav .menu-primary-menu-container { left: 0; }
		nav.primary_nav .menu-primary-menu-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: #e0d1c3; padding: 20px 30px; font-size: 18px; line-height: 18px; border-top: 1px solid #938a82; text-align: left; }
		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; background-color: rgba(32, 32, 32, .95); color: #e0d1c3; }
		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 { color: #fff; background-color: #202020; border-bottom: none; }
		nav.primary_nav ul li:last-child a { border-bottom: 1px solid #938a82; }
		#navbtn { display: block; }
		.cont { width: 100%; float: none; }
		.splide__slide__container { min-height: 450px; }
		.sidebar { width: 100%; float: none; padding: 50px 0 0 0; }
		.highlight { flex-direction: column; padding: 25px 0; }
		.highlight .left, .highlight .right { width: 100%; padding: 25px 0; }
		.highlight-wrap { margin: 0 auto; }
		.content { padding-bottom: 50px; }
		.blog .entry figure { float: none; margin-bottom: 25px; padding: 0; } 
		.blog .entry .details {
			width: 100%;
		}
	}
	@media all and (max-width: 800px) {
		header #logo { width: 30%; top: 0; }
		#hero .ill_hero_slider .stage { padding: 0 0 76.25% 0; }
		#hero .ill_hero_slider .splide__track.stage { padding: 0; }
		#hero .ill_hero_slider .stage .info { padding: 15% 10%; }
		#hero .ill_hero_slider .prev { left: 2%; }
		#hero .ill_hero_slider .next { right: 2%; }
		.callout-navs ul, .footer, .copyright { flex-direction: column; }
		.footer .col { width: 100%; text-align: center; }
		.footer .col:last-child { text-align: center; }
		.copyright .left, .copyright .right { width: 100%; text-align: center; }
		.high_contrast .int #hero .info { padding-top: 18%; }
	}
	@media all and (max-width: 700px) {
		header .utility-wrap .wrap { justify-content: center; text-align: center; }
		header .utility-wrap p { font-size: 16px; line-height: 16px; text-align: center; }
		.pods .pod { padding: 20px; width: 100%; margin: 0 0 3% 0; }
		.pods .pod, .pods .pod:first-child, .pods .pod:last-child { margin: 0 0 3% 0; }
	}
	@media all and (max-width: 600px) {
		header .utility-wrap .wrap { flex-direction: column; }
		header .utility-wrap p { width: 100%; padding: 10px 0; }
		.acc-tools { width: 100%; padding: 5px 0 10px 0; }
		#hero .ill_hero_slider .stage { padding: 0 0 96.25% 0; }
		.splide__slide__container { min-height: 350px; }
		#hero .ill_hero_slider .splide__track.stage { padding: 0; }
		.cont .bkg { padding: 0; background: none; box-shadow: none; }
		.ill_quotes_quote { padding: 0px; }
		img.alignleft, body .wp-block-image .alignleft, body .wp-block-image .alignleft img, img.alignright, body .wp-block-image .alignright, body .wp-block-image .alignright img { display: block; float: none; margin: 10px auto; }
		.entry figure { width: 50%; }
	}
	@media all and (max-width: 500px) {
		header #logo { width: 50%; padding: 30px; }
		#hero .ill_hero_slider .stage { padding: 0 0 126.25% 0; }
		#hero .ill_hero_slider .splide__track.stage { padding: 0; }
		#hero .ill_hero_slider .stage .info { padding: 20% 10%; }
		#hero .ill_hero_slider .stage .slide .title, .int #hero .info h1 { font-size: 35px; line-height: 45px; }
		.entry figure { width: 80%; }
	}

/* PRINT */
	@media only print {
		#fb-root { display: none; }
		body { background-color: #fff; }
		header { background-color: #fff!important; }
		header, header.stick { position: relative; }
		header .acc-tools, #hero, .sidebar, header .utility-wrap { display: none; }
		header .main-wrap .main.wrap { flex-wrap: wrap; }
		header #logo { width: 100%!important; text-align: center!important; position:relative; top: 0; padding: 20px; box-shadow: none; background-color: #fff!important; }
		header nav.primary_nav { display: none; }
		.callout-navs,
		.pods { display: none; }
		.content { padding: 10px 0; }
		.content h1, .home h2, .content h2, .content h3, .content h4, .content h5, .content h6, body, p, li, a { color: #000!important; } 
		.content h1::after, .content h2::after, .content h3::after { content: none; }
		.cont { width: 100%; padding: 10px 0; }
		.cont .bkg { padding: 0; box-shadow: none; }
		.ill_responsive_video,
		.highlight-wrap  { display: none; }
		.int #hero .info { border-top: 2px solid #000000; padding: 20px 0; }
		.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 a { color: #000 !important; }
		.footer { padding: 30px 0; border-top: 2px solid #e0e0e0; }
		.button, a.button { display: none; }
		.copyright { display: none; }
		h2 { font-size: 30px; line-height: 40px; }
		footer .footer-wrap,
		footer,
		footer * { background-color: #fff; color: #000; }
		footer .gform_widget,
		footer .gform_wrapper, 
		footer form,
		footer .embed-container,
		footer iframe,
		footer #menu-social-media { display: none; }
	}