.day {
	color: #FF00FF;
}

.month {
	color: #559922;
}

.year {
	color: #FF0000;
}

:root {
	--black: #000000;
	--dark-gray: #333333;
	--light-gray: #A5B4C1;
	--white: #FFFFFF;
	--red: #FF0000;
	--light-blue: #E5F5FA;
	--light-blue2: #E9F8F4;
	--light-blue3: #71CEEE;
	--blue: #127EA6;
	--blue2: #1BA0CE;
	--medium-blue: #105C8A;
	--dark-blue: #094A72;
	--light-orange: #F8A149;
	--light-orange2: #F8B97A;
	--orange: #F89838;
	--dark-orange: #B65E07;
}

/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	background-color: var(--white);
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 2em;
	color: var(--dark-blue);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.iframe {
	padding: 20px;
}

body.editor, body.short_editor {
	background-image: none;
	background-color: var(--white);
	min-height: 400px;
	transition: none;
	outline: none !important;
}

body.short_editor {
	min-height: 200px;
}

.tox-edit-area__iframe {
	padding: 0px 10px !important;
	background-color: transparent !important;
}

.table_container {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
	margin-bottom: 1em;
}

table.data_table {
	width: 100%;
}

table th {
	text-align: left;
}

table td {
	vertical-align: top;
}

table.data_table th, table.data_table td {
	text-align: center;
}

table.data_table th:first-child, table.data_table td:first-child {
	text-align: left;
}

p, .block p {
	margin-bottom: 1em;
	text-align: justify;
}

.block p:last-child, #content .block ul:last-child, #content .block ol:last-child, .block .title:last-child {
	margin-bottom: 0px;
}

#content ul, #content ol, .editor ul, .editor ol, .short_editor ul, .short_editor ol {
	padding-left: 18px;
	margin-bottom: 1.25em;
}

#content ol, editor ol, .short_editor ol {
}

p + ul, p + ol {
	margin-top: -.5em;
}

p + h2, p + h3, ul + h2, ul + h3 {
	margin-top: 1em;
}

p + p.link, ul + p.link {
	margin-top: 2em;
}

h3 + ul, h3 + ol, h4 + ul, h4 + ol {
	margin-top: .75em;
}

#content li, #content_blocks li, .editor li, .short_editor li {
	line-height: 1.75em;
/*	margin-bottom: .25em;*/
}

#content li:last-child, #content_blocks li:last-child, .editor li:last-child, .short_editor li:last-child {
	margin-bottom: 0px;
}

#content li ul, #content li ol {
	margin-top: .75em;
}

.pretitle {
	font-family: "aller", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: .25em;
}

h1, h2, h2.title, h3, .subtitle {
	font-family: "aller", Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 1em;
	font-weight: bold;
	color: var(--blue);
	text-transform: uppercase;
	letter-spacing: .05em;
	text-align: center;
	margin-bottom: .5em;
	position: relative;
}

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

	h1, h2, h2.title, h3, .subtitle {
		font-size: 30px;
		line-height: 1em;
	}

}

h1 span, h2.title span {
	color: var(--dark-blue);
}

/*
h2, h3 {
	font-size: 27px;
	line-height: 1em;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	margin-bottom: .5em;
}
*/

h3 {
	font-size: 22px;
	line-height: 1em;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	margin-bottom: .5em;
}

.subtitle {
	font-size: 27px;
	letter-spacing: .05em;
	text-transform: none;
	color: var(--dark-blue);
	margin-top: -.5em;
	margin-bottom: 1em;
}

body.editor .subtitle, body.short_editor .subtitle {
	margin-top: 0px;
}

.block_content.featured h1, .block_content.featured h2.title, .block_content_photo.block_slideshow h1, .block_content_photo.block_slideshow h2.title {
	font-size: 60px;
}

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

	.block_content.featured h1, .block_content.featured h2.title, .block_content_photo.block_slideshow h1, .block_content_photo.block_slideshow h2.title {
		font-size: 40px;
	}

}

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

	.block_content.featured h1, .block_content.featured h2.title, .block_content_photo.block_slideshow h1, .block_content_photo.block_slideshow h2.title {
		font-size: 30px;
	}

}

.block_content:not(.featured) h1, .block_content:not(.featured) h2 {
	position: relative;
}

.block_content:not(.featured) h1:before, .block_content:not(.featured) h2:before {
	content: "";
	position: absolute;
	left: -15px;
	top: 4px;
	width: 4px;
	height: calc(100% - 8px);
	display: block;
	background-color: var(--orange);
	border-radius: 2px;
}

.block_content.wrap h1:before, .block_content.wrap h2:before {
	display: none;
}

.block_content:not(.featured) h1, .block_content:not(.featured) h2, .block_content:not(.featured) .subtitle {
	text-align: left;
}

hr {
	border: 0px;
	height: 1px;
	margin: 1em auto;
	color: var(--black);
	background-color: var(--black);
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

#content img, .editor img {
}

a {
	text-decoration: none;
	cursor: pointer;
	color: var(--dark-orange);
}

a, a:after, .overlay:after, button, .button, button:after, input[type="button"], input[type="submit"], #main_nav li#nav8 a:before, 
.block_box a .content_wrapper_outer, 
.block_box a .content_wrapper_outer:after {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

:focus-visible {
	outline: 2px solid var(--black);
}

blockquote {
	margin: 10px 0px 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.sr {
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	overflow: hidden !important;
}

#content .embed_container, #content_blocks .embed_container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
}

#content_blocks .block_content_photo .embed_container, #content_blocks .block_video .embed_container {
	height: 100%;
	margin-bottom: 0px;
}

#content .embed_container iframe, #content .embed_container object, #content .embed_container embed,
#content_blocks .embed_container iframe, #content_blocks .embed_container object, #content_blocks .embed_container embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0px;
}

.right_photo {
	float: right;
	margin: 10px 0px 20px 40px;
	display: block;
	max-width: 50%;
}

.left_photo {
	float: left;
	margin: 10px 40px 20px 0px;
	display: block;
	max-width: 50%;
}

.right_photo img, .left_photo img {
	display: block;
}

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

	.right_photo, .left_photo {
		float: none;
		margin: 0px 0px 20px 0px !important;
		max-width: 100%;
	}

	.right_photo img, .left_photo img {
		width: 100%;
	}

}

.col2 {
	margin-bottom: 1em;
}

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

	.cols {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
	}

	.cols .col2 {
		width: calc(50% - 15px);
	}

	.cols .col3 {
		width: calc(33.3333333333% - 20px);
	}

}

/* FORM CSS */

fieldset {
	border: 0px;
}

label, .label, fieldset legend {
	display: inline-block;
	font-weight: bold;
	line-height: 1.5em;
}

fieldset label {
	font-weight: normal;
}

input, select, textarea, .extension {
	font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
	font-size: 18px !important;
	line-height: 22px;
	color: var(--dark-blue);
	padding: 6px 10px;
	background-color: var(--white);
	border: 1px solid var(--light-gray);
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
input:focus, select:focus, textarea:focus {
	outline: 1px solid var(--black);
}
*/

input[type="checkbox"], input[type="radio"] {
	display: inline-block !important;
	width: 18px !important;
	height: 18px !important;
	padding: 0px;
	margin-right: 3px;
	vertical-align: text-top;
}

input[type="checkbox"] + label, input[type="radio"] +label {
	margin-right: 10px;
}

button, .button, input[type="button"], input[type="submit"], .layout_admin .ui-dialog-buttonset .ui-button {
	border: 0px;
	background-color: var(--dark-blue);
	color: var(--white);
	font-size: 14px;
	font-weight: bold;
	padding: 4px 10px;
	-webkit-appearance: none;
	cursor: pointer;
	vertical-align: top;
}

button:hover, .button:hover, input[type="button"]:hover, input[type="submit"]:hover, .layout_admin .ui-dialog-buttonset .ui-button:hover {
	background-color: var(--dark-gray);
}

button:disabled, button[disabled], input[type="button"]:disabled {
	background-color: var(--light-gray);
	cursor: default;
}

a.button {
	display: inline-block;
	padding: 1px 10px;
	margin-bottom: 5px;
}

.fancy_button, .fancy_button2 {
	background-color: transparent;
	color: var(--dark-blue);
	font-family: "aller", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: .04em;
	text-transform: uppercase;
	display: inline-block;
	height: 44px;
	position: relative;
	margin-bottom: 6px;
	padding: 0px;
}

.fancy_button:before, .fancy_button:after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	right: 3px;
	width: 100%;
	height: 100%;
	border-radius: 24px;
	background: linear-gradient(128deg, #FBC631 0%, #F89838 100%);
}

.fancy_button:after {
	background: linear-gradient(128deg, #FEDA78 0%, #FFB164 100%);
	opacity: 0;
}

.fancy_button:hover {
	background-color: transparent;
}

.fancy_button:hover:after {
	opacity: 1;
}

.fancy_button span {
	display: block;
	width: calc(100% + 3px);
	height: calc(100% + 3px);
	padding: 0px 20px 0px 18px;
	position: relative;
	z-index: 10;
	border: 4px solid var(--dark-blue);
	border-radius: 24px;
}

.fancy_button2 {
	border: 4px solid var(--blue2);
	border-radius: 24px;
	line-height: 36px;
	color: var(--white);
	padding: 0px 20px;
}

.fancy_button2:hover {
	border: 4px solid var(--light-blue3);
}

.fancy_button2.orange {
	border: 4px solid var(--orange);
}

.fancy_button2.orange:hover {
	border: 4px solid var(--light-orange2);
}

.alert, .red {
	color: var(--red);
}

#loading {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 10000;
	color: var(--white);
	text-align: center;
	justify-content: center;
	align-items: center;
}

.contact_form .form_fields {
	background-color: var(--light-blue);
	background: linear-gradient(180deg, var(--light-blue) 0%, var(--light-blue2) 100%);
	padding: 40px 40px 20px 40px;
}

.contact_form .form_fields + h2 {
	margin-top: 1em;
}

.contact_form div {
	width: 100%;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.contact_form label {
	white-space: normal;
	display: inline-block;
	margin-bottom: 3px;
}

.contact_form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']), .contact_form select, .contact_form textarea {
	width: 100%;
}

.contact_form div.other {
	display: none;
	margin-top: 5px;
	margin-bottom: 0px;
}

.contact_form select:has(> option[value="Other"]:checked) + div.other {
	display: inline-block;
}

.contact_form span.other input {
	width: 200px !important;
}

.contact_form textarea {
	width: 100%;
	height: 100px;
}

.contact_form input.button {
	width: auto;
}

.contact_form .option {
	white-space: nowrap;
}

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

	.contact_form .form_fields {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.contact_form div.half {
		width: calc(50% - 10px);
	}

}

@media only screen and (min-width: 1050px) and (max-width: 1399px) {

	.contact_form .form_fields {
		display: block;
	}

	.contact_form div.half {
		width: 100%;
	}

}

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

	.contact_form .form_fields {
		padding: 30px 30px 10px 30px;
	}

}

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

	.contact_form .form_fields {
		padding: 15px 15px 0px 15px;
	}

}

/* CONTAINER CSS */

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	position: relative;
}

.padding_left { padding-left: 100px; }
.padding_right { padding-right: 100px; }
.padding_top1 { padding-top: 100px; }
.padding_bottom1 { padding-bottom: 100px; }
.padding_top2 { padding-top: 50px; }
.padding_bottom2 { padding-bottom: 50px; }
.padding_top3 { padding-top: 18px; }
.padding_bottom3 { padding-bottom: 18px; }
.padding_bottom4 { padding-bottom: 200px; }
.padding_bottom5 { padding-bottom: 150px; }
.padding_bottom6 { padding-bottom: 118px; }
/*.overlap_top .container {
	position: relative;
	z-index: 10;
}*/
.overlap_top1 .container { transform: translateY(-100px); }
.overlap_top2 .container { transform: translateY(-50px); }
.overlap_top3 .container { transform: translateY(-18px); }

.radius {
	border-radius: 100px;
	overflow: hidden;
}

@media only screen and (max-width: 1499px) {
	.container { max-width: 1150px; }
	.padding_left {	padding-left: 75px; }
	.padding_right { padding-right: 75px; }
	.padding_top1 { padding-top: 80px; }
	.padding_bottom1 { padding-bottom: 80px; }
	.padding_top2 { padding-top: 40px; }
	.padding_bottom2 { padding-bottom: 40px; }
	.padding_bottom4 { padding-bottom: 160px; }
	.padding_bottom5 { padding-bottom: 120px; }
	.padding_bottom6 { padding-bottom: 98px; }
	.overlap_top1 .container { transform: translateY(-80px); }
	.overlap_top2 .container { transform: translateY(-40px); }
	.radius { border-radius: 75px; }
}

@media only screen and (max-width: 1199px) {
	.container { max-width: 1100px; }
	.padding_left { padding-left: 50px; }
	.padding_right { padding-right: 50px; }
	.padding_top1 { padding-top: 60px; }
	.padding_bottom1 { padding-bottom: 60px; }
	.padding_top2 { padding-top: 30px; }
	.padding_bottom2 { padding-bottom: 30px; }
	.padding_bottom4 { padding-bottom: 120px; }
	.padding_bottom5 { padding-bottom: 130px; }
	.padding_bottom6 { padding-bottom: 125px; }
	.overlap_top1 .container { transform: translateY(-60px); }
	.overlap_top2 .container { transform: translateY(-30px); }
	.radius { border-radius: 50px; }
}

@media only screen and (max-width: 959px) {
	.padding_left { padding-left: 30px; }
	.padding_right { padding-right: 30px; }
/*
	.padding_top1 { padding-top: 40px; }
	.padding_bottom1 { padding-bottom: 40px; }
	.padding_top2 { padding-top: 20px; }
	.padding_bottom2 { padding-bottom: 20px; }
	.padding_bottom4 { padding-bottom: 80px; }
	.padding_bottom5 { padding-bottom: 40px; }
	.padding_bottom6 { padding-bottom: 125px; }
	.overlap_top1 .container { transform: translateY(-40px); }
	.overlap_top2 .container { transform: translateY(-20px); }
*/
	.radius { border-radius: 30px; }
}

@media only screen and (max-width: 599px) {
	.padding_left { padding-left: 15px; }
	.padding_right { padding-right: 15px; }
	.radius { border-radius: 15px; }
}

/* LAYOUT CSS */

header {
	position: relative;
	background-color: var(--light-blue);
	padding-top: 217px;
}

#skip_content {
	position: absolute;
	top: 0px;
	left: 10px;
	transform: translateY(-150%);
	background-color: var(--black);
	color: var(--white);
	padding: 0px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	z-index: 500;
}

#skip_content:focus {
	transform: translateY(10px);
}

#header_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: none;
	z-index: 50;
}

#header_inner .container {
	max-width: none;
}

#logo {
	position: absolute;
	top: 50px;
	left: 100px;
}

#logo a {
	display: inline-block;
}

#logo img {
	width: 100%;
	max-width: 200px;
	display: inline-block;
	position: relative;
	z-index: 50;
}

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

	#logo img {
		max-width: 200px;
	}

}

#header_photo {
	background: linear-gradient(to bottom, transparent 50%, var(--white) 50%);
}

#header_photo .container {
	max-width: 1400px;
	overflow: hidden;
        box-sizing: border-box;
}

#header_photo img {
	display: block;
	width: 100%;
	max-width: none;
}

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

	#header_photo {
		height: 200px;
		overflow: hidden;
	}

	#header_photo img {
		width: 800px;
	}

	#header_photo.center img {
		position: relative;
		left: 50%;
		margin-left: -400px;
	}

	#header_photo.right img {
		float: right;
	}

	#header_photo.left_center img {
		position: relative;
		left: 25%;
		margin-left: -200px;
	}

	#header_photo.right_center img {
		position: relative;
		left: 75%;
		margin-left: -600px;
	}

}

.collapsed_temp #header_inner, .collapsed #header_inner {
	position: fixed;
	top: -70px;
	width: 100%;
	height: 70px;
	background-color: var(--white);
	z-index: 999;
}

.collapsed #header_inner {
	top: 0px;
}

.scrollup .collapsed_temp #header_inner, .collapsed #header_inner {
	-webkit-transition: top 0.4s ease-in;
	transition: top 0.4s ease-in;
}

.collapsed_temp #logo, .collapsed #logo {
	top: 10px;
	width: 58px;
	height: 50px;
	overflow: hidden;
}

.collapsed_temp #logo img, .collapsed #logo img {
	margin-left: -55px;
	width: 168px;
}

#content {
	position: relative;
}

footer {
	padding-top: 140px;
	background: linear-gradient(to bottom, #094a72 0%, #094a72 66%, #0c5780 76%, #1584b0 100%);
}

footer .container {
	max-width: 1600px;
}

#footer_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 140px;
}

footer .mailinglist {
	text-align: center;
}

footer .mailinglist label {
	font-family: "aller", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1em;
	text-transform: uppercase;
	color: var(--light-orange);
}

footer .mailinglist div {
	margin-top: 13px;
	height: 44px;
	padding: 0px 0px 0px 20px;
	position: relative;
}

footer .mailinglist div:after {
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	left: -4px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 4px solid var(--white);
	border-radius: 24px;
}

footer .mailinglist input {
	border: 0px;
	background-color: transparent;
	font-style: italic;
	font-weight: 600;
	color: var(--white);
	margin-top: 2px;
	position: relative;
	z-index: 10;
	width: 250px;
}

footer .mailinglist input:focus {
	outline: 1px solid var(--white);
}

footer .mailinglist button {
	background-color: transparent;
	line-height: 36px;
	width: 110px;
}

footer .mailinglist button:before, footer .mailinglist button:after {
	top: 3px;
	right: -3px;
}

footer .mailinglist button span {
	border: 0px;
}

#social {
	padding: 0px;
}

#social li {
	list-style: none;
	display: inline-block;
	margin-left: 6px;
	font-size: 35px;
	line-height: 35px;
}

#social li a {
	display: block;
	color: var(--white);
}

#social li a:hover {
	color: var(--light-gray);
}

#copyright {
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
	color: var(--white);
	padding-bottom: 15px;
}

#copyright span, #copyright a {
	white-space: nowrap;
	color: var(--white);
}

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

	footer {
		padding-top: 100px;
	}

	#footer_cols {
		flex-wrap: wrap;
		max-width: 650px;
		margin: 0px auto 100px auto;
	}

	#footer_cols .col:first-child {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}

}

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

	footer {
		padding-top: 50px;
	}

	#footer_cols {
		display: block;
		max-width: 400px;
		margin-bottom: 50px;
	}

	#footer_cols .col:last-child {
		width: 100%;
		text-align: center;
		margin-top: 50px;
	}

	footer .mailinglist input {
		width: calc(100% - 110px);
	}

}

/* NAVIGATION CSS */

#nav ul {
	padding: 0px;
}

#main_nav li {
	font-family: "aller", Arial, Helvetica, sans-serif;
	list-style: none;
	position: relative;
	white-space: nowrap;
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

#main_nav li#nav8 {
	margin: 0px;
	padding: 0px;
}

#main_nav li a, #main_nav li.active li a {
	color: var(--dark-blue);
}

#main_nav li li {
	font-size: 16px;
}

#subnav {
	text-align: center;
}

#content #subnav ul {
	padding: 0px;
	margin: 0px;
}

#subnav li {
	list-style: none;
	font-family: "aller", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

#subnav li a {
	color: var(--dark-blue);
}

/* CONTENT BLOCK CSS */

.block {
	position: relative;
}

.block_ctas.bgcolor0 {
	background-color: var(--white);
}

.block.bgcolor1 {
	background-color: var(--light-blue);
	background: linear-gradient(180deg, var(--light-blue) 0%, var(--light-blue2) 100%);
}

.block.bgcolor1:before, .block.bgcolor2:before, .block.bgcolor3:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	background-position: bottom center;
}

.webp .block.bgcolor1:before {
	background-image: url('../images/lines-bg.webp');
}

.no-webp .block.bgcolor1:before {
	background-image: url('../images/lines-bg.png');
}

.block.bgcolor2 {
	background-color: var(--light-blue);
	background: linear-gradient(90deg, var(--light-blue2) 0%, var(--light-blue) 100%);
}

.block.bgcolor2:before {
	background-repeat: repeat-y;
	background-position: center left;
}

.webp .block.bgcolor2:before {
	background-image: url('../images/lines-bg2.webp');
}

.no-webp .block.bgcolor2:before {
	background-image: url('../images/lines-bg2.png');
}

.block.bgcolor3 {
	background-color: var(--light-blue);
	background: linear-gradient(90deg, var(--light-blue) 0%, var(--light-blue2) 100%);
}

.block.bgcolor3:before {
	background-repeat: repeat-y;
	background-position: center right;
}

.webp .block.bgcolor3:before {
	background-image: url('../images/lines-bg3.webp');
}

.no-webp .block.bgcolor3:before {
	background-image: url('../images/lines-bg3.png');
}

.block.bgcolor4 {
	background-color: var(--dark-blue);
	background: linear-gradient(180deg, var(--dark-blue) 0%, var(--blue) 100%);
	color: var(--white);
}

.block.bgcolor4 .title {
	color: var(--light-orange);
}

.block.bgcolor4 .title span {
	color: var(--white);
}

.block.bgcolor4 .subtitle {
	color: var(--white);
}

.block.border_top {
	border-top: 1px solid var(--light-gray);
}

/*
.block_content.wrap .content {
	display: table;
}
*/

.block_content .link {
	text-align: center;
}

.block_photo {
	max-width: none;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.block_photo.parallax {
	min-height: 500px;
	background: transparent;
}

.block_photo img {
	width: 100%;
	display: block;
}

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

	.block_photo {
		height: 400px;
		overflow: hidden;
	}

	.block_photo img {
		width: 800px;
		max-width: none;
	}

	.block_photo.center img {
		position: relative;
		left: 50%;
		margin-left: -400px;
	}

	.block_photo.right img {
		float: right;
	}

	.block_photo.left_center img {
		position: relative;
		left: 25%;
		margin-left: -200px;
	}

	.block_photo.right_center img {
		position: relative;
		left: 75%;
		margin-left: -600px;
	}

}

.block_content_photo .container {
	max-width: 2000px;
}

/*
.block_content_photo.block_blog_header .container {
	max-width: 1400px;
}
*/

#content .block_content_photo .photo img {
	width: 100%;
	display: block;
}

#content .block_content_photo.stretch .photo:not(.full) img {
	height: 100%;
	object-fit: cover;
}

#content .block_content_photo .right_photo, #content .block_content_photo .left_photo {
	width: 50%;
}

#content .block_content_photo .right_photo {
	margin-left: 5%;
}

#content .block_content_photo .left_photo {
	margin-right: 5%;
}

.block_content_photo .title {
	font-size: 45px;
	line-height: 1em;
}

.block_content_photo .title, .block_content_photo .subtitle {
	text-align: left;
}

.block_content_photo blockquote {
	margin: 0px;
	font-family: "aller", Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 1.5em;
}

.block_content_photo cite {
	display: block;
	margin: 0px;
	font-family: "aller", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1.5em;
	font-style: italic;
	color: var(--light-orange);
	margin-top: .5em;
}

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

	.block_content_photo.stretch .container {
		display: flex;
	}

	.block_content_photo.stretch.left .container, .block_content_map.stretch.right .container {
		flex-direction: row-reverse;
	}

	.block_content_map.stretch.left .container {
		flex-direction: row;
	}

	.block_content_photo.stretch .container .photo {
		flex: 1;
		margin-bottom: 0px;
	}

/*
	.block_content_photo.stretch.block_blog_header .container .photo {
		width: 40%;
		flex: auto;
	}
*/

	.block_content_photo.stretch .content {
		display: flex;
		flex: 1;
		align-items: center;
	}

/*
	.block_content_photo.stretch.block_blog_header .container .content {
		width: 60%;
		flex: auto;
	}
*/

	.block_content_photo.stretch .content_inner {
		width: 100%;
	}

/*
	.block_content_photo.stretch.left .content_inner * {
		text-align: right;
	}
*/

	.block_content_photo.block_slideshow.left .content_inner * {
		text-align: right;
	}

}

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

	.block_content_photo blockquote {
		font-size: 30px;
		line-height: 1.5em;
	}

}

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

	.block_content_photo .photo {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}

	.block_content_photo .content_inner {
		padding: 30px 0px 0px 0px !important;
	}

	.block_content_map .content_inner {
		padding: 0px 0px 30px 0px !important;
	}

}

.block_photo_photo .container .photo + .photo {
	margin-top: 20px;
}

.block_photo_photo img {
	display: block;
}

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

	.block_photo_photo .container {
		display: flex;
		justify-content: space-between;
	}

	.block_photo_photo .photo {
		width: calc(50% - 20px);
		margin: 0px !important;
	}

}

.block_boxes .container {
	max-width: 2000px;
}

.block_boxes .content {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.block_boxes .content + .container_inner {
	margin-top: 2em;
}

.block_boxes .container_inner + .content {
	margin-top: 2em;
}

.block_boxes .container_inner {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.block_box {
	position: relative;
	text-align: center;
	line-height: 1.2em;
	border-radius: 20px;
	overflow: hidden;
}

.bgcolor4 .block_box, .bgcolor4 .block_box a {
	background-color: var(--white);
	color: var(--dark-blue);
}

.block_box a {
	display: block;
	background-color: var(--dark-blue);
	color: var(--white);
}

.block_box a:hover {
	background-color: var(--medium-blue);
}

.bgcolor4 .block_box a:hover {
	background-color: var(--light-blue);
}

.block_box .photo {
	display: block;
	position: relative;
}

.block_box img {
	display: block;
	width: 100%;
	mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100%);
}

.block_box .content_wrapper {
	display: block;
	padding: 20px 7.5% 40px 7.5%;
	position: relative;
	z-index: 10;
}

.block_box .content_wrapper {
	background: radial-gradient(ellipse at 50% 125%, rgba(25,149,194,1) 0%, rgba(25,149,194,0) 70%);
	background-size: 100% 50% !important;
	background-repeat: no-repeat !important;
	background-position: bottom center !important;
}

.bgcolor4 .block_box .content_wrapper {
	background: transparent;
}

.small .block_box .content_wrapper {
	padding: 40px 7.5%;
}

.block_box .content_inner {
	display: block;
}

.block_box .title {
	display: block;
	font-family: "aller", Arial, Helvetica, sans-serif;
	font-size: clamp(28px, 2.25vw, 40px);
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--light-orange);
	margin-bottom: .25em;
}

.bgcolor4 .block_box .title {
	color: var(--blue2);
}

.block_box .content {
	display: block;
}

.block_box span.link, .block_box p.link a {
	display: inline-block;
	width: 100px;
	height: 40px;
	border-radius: 20px;
	background: linear-gradient(to right, rgba(32,162,207,1) 0%, rgba(32,162,207,1) 33%, rgba(27,160,206,1) 46%, rgba(32,162,207,1) 67%, rgba(32,162,207,1) 100%);
	font-size: 30px;
	line-height: 40px;
	margin-top: 1em;
	overflow: hidden;
}

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

	.block_boxes .container_inner {
		grid-template-columns: 1fr 1fr;
	}

}

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

	.block_boxes .container_inner {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

}

.block_product_boxes .container {
	max-width: 2000px;
}

.block_product_boxes .block_product .title {
	font-family: "aller", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1.15em;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--blue);
	margin-bottom: .25em;
}

.block_product_boxes .block_product .title span {
	display: inline-block;
	font-size: 25px;
	line-height: 1.25em;
	font-weight: normal;
	text-transform: none;
}

.block_product_boxes .block_product p {
	line-height: 26px;
	color: var(--dark-blue);
	text-align: left;
}

.block_product_boxes .block_product .link a, .block_blog_posts .block_box .link a {
	display: inline-block;
	width: 100px;
	height: 40px;
	border-radius: 20px;
	background: linear-gradient(128deg, #FBC631 0%, #F89838 100%);
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: var(--white);
	position: relative;
}

.block_product_boxes .block_product .link a:after, .block_blog_posts .block_box .link a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: linear-gradient(128deg, #FEDA78 0%, #FFB164 100%);
	opacity: 0;
}

.block_product_boxes .block_product .link a:hover:after, .block_blog_posts .block_box .link a:hover:after {
	opacity: 1;
}

.block_product_boxes .block_product .link a span, .block_blog_posts .block_box .link a span {
	position: relative;
	z-index: 10;
}

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

	.block_product_boxes .block_product {
		display: flex;
		align-items: center;
	}

	.block_product_boxes .photo {
		width: 60%;
		padding-right: 10%;
	}

	.block_product_boxes .content {
		width: 40%;
	}

}

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

	.block_product_boxes .container_inner {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 100px;
		grid-row-gap: 40px;
	}

}

.block_slideshow .container {
	max-width: 2000px;
}

.block_slideshow .photo {
	flex: auto !important;
	width: 44.444444%;
}

.block_slideshow .content {
	flex: auto !important;
	width: 55.555555%;
}

.block_slideshow .rslides {
	padding: 0px !important;
	margin: 0px !important;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.block_slideshow .rslides li {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	margin: 0px !important;
}

.block_slideshow .rslides li:first-child {
	display: block;
	float: left;
	opacity: 1;
}

.block_slideshow li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	float: left;
}

.block_slideshow .rslides_tabs {
	margin-top: 15px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: auto;
}

.rslides_tabs li {
	list-style: none;
	display: inline-block;
	margin: 0px 3px;
	width: 22px;
	height: 22px;
	position: relative;
}

.rslides_tabs li a {
	display: block;
	width: 22px;
	height: 22px;
	overflow: hidden;
	text-indent: 105%;
	cursor: pointer;
	border-radius: 11px;
	border: 3px solid var(--dark-blue);
}

.rslides_tabs li a:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 12px;
	height: 12px;
	border-radius: 6px;
}

.rslides_tabs li.rslides_here a:before {
	background: linear-gradient(128deg, #FBC631 0%, #F89838 100%);
}

.rslides_nav {
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 10;
	font-size: 30px;
	line-height: 30px;
	color: var(--white);
}

.rslides_nav.next {
	left: auto;
	right: 20px;
}

.block_slideshow .content_inner, .block_slideshow .content_inner * {
	text-align: right;
}

.block_photo_cta .container {
	max-width: 1300px;
}

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

	.block_photo_cta .container {
		max-width: 1250px;
	}

}

.block_photo_cta .photo {
	position: relative;
}

.block_photo_cta .photo:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.4);
}

.block_photo_cta img {
	display: block;
}

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

.block_photo_cta .title {
	color: var(--white);
}

.block_photo_cta .title span {
	color: var(--orange);
}

.block_photo_cta .subtitle {
	font-family: "aller", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	font-style: italic;
	color: var(--blue2);
}

.block_photo_cta p.link {
	margin-top: 2em;
	text-align: center;
}

.block_photo_cta p.link a {
	margin: 0px 10px;
}

/* BLOG CSS */

.block_blog_posts .container {
	max-width: 1800px;
}

.block_blog_posts .intro {
	text-align: center;
	margin-bottom: 3em;
}

.block_blog_posts .intro .title {
	font-size: 55px;
	margin-bottom: .1em;
}

.block_blog_posts .intro p {
	text-align: center;
}

.block_blog_posts .intro p a {
	font-family: "aller", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	font-style: italic;
	color: var(--dark-blue);
}

.block_blog_posts .intro a:hover {
	color: var(--blue2);
}

.block_blog_posts .block_box {
	background-color: var(--white);
}

.block_blog_posts .content {
	background: transparent;
	padding: 20px 7.5%;
}

.block_blog_posts .block_box .photo a {
	background: transparent;
}

.block_blog_posts .block_box .title {
	font-size: 24px;
	line-height: 1.2em;
	text-transform: none;
	color: var(--blue2);
}

.block_blog_posts .block_box .link {
	text-align: center;
}

.block_blog_posts .block_box .link a {
	margin-top: .75em;
}

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

	.block_blog_posts .container_inner {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 100px;
	}

}

.block_blog_author .content {
	background-color: var(--white);
	padding: 20px 30px;
	border-radius: 20px;
	font-weight: 600;
	font-style: italic;
	color: var(--dark-blue);
}

#content .blog_nav {
	padding: 0px;
	text-align: center;
	margin: 2em 0px 0px 0px;
}

#content .blog_nav li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px;
	font-family: "aller", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
}

#content .blog_nav li.arrow {
	font-size: 24px;
	line-height: 33px;
}

.blog_nav li a, .blog_nav li span {
	color: var(--blue2);
	display: block;
	width: 40px;
	height: 40px;
	border: 3px solid var(--blue);
	border-radius: 20px;
}

#content .blog_nav li.active span, #content .blog_nav li a:hover {
	background-color: var(--dark-blue);
	border: 3px solid var(--dark-blue);
	color: var(--white);
}

/* CLIENT CAROUSEL CSS */

.block_client_carousel .container {
	max-width: 2000px;
}

.block_client_carousel .title {
	font-size: 35px;
	color: var(--dark-blue);
}

.block_client_carousel .container_inner {
	padding: 0px 30px;
}

.block_client_carousel .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
	justify-content: center;
}

.block_client_carousel .client {
	padding: 0px 30px;
	text-align: center;
	max-width: 300px;
	margin: 0px auto;
}

.block_client_carousel .client img {
	width: 200px;
	max-width: 200px;
	margin: 0px auto;
}

.block_client_carousel .client.vertical img {
	width: auto;
	max-width: none;
	height: 150px;
}

.block_client_carousel .owl-nav {
	top: calc(50% - 5px);
}

.block_client_carousel .owl-nav .owl-prev {
	left: -30px;
}

.block_client_carousel .owl-nav .owl-next {
	right: -30px;
}

.block_client_carousel .owl-nav .fa-solid {
	width: 30px;
}

/* TEAM CSS */

.block_team .container {
	max-width: 1700px;
}

.block_team .content {

}

.block_team .title {
	font-size: 35px;
	line-height: 1em;
	font-style: italic;
	color: var(--brown);
	text-align: center;
}

.block_team .team {
	font-family: "ambroise-std", Georgia, "Times New Roman", Times, sans-serif;
	font-size: 20px;
	line-height: 1em;
	font-weight: 600;
	text-align: center;
	color: var(--pink);
	background-color: var(--peach);
}

.block_team .photo {
	display: block;
	position: relative;
}

.block_team .photo:after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.block_team a:hover .photo:after {
	background-color: rgba(0,0,0,.15);
}

.block_team .photo img {
	display: block;
}

.block_team .content {
	padding: 20px;
}

.block_team .team_title {
	display: block;
	margin-bottom: 5px;
}

.block_team .team_name {
	display: block;
	font-size: 1.4em;
	line-height: 1em;
	color: var(--brown);
}

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

	.block_team .container_inner {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 50px;
	}

}

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

	.block_team .container_inner {
		grid-template-columns: 1fr 1fr 1fr;
	}

}

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

	.block_team .container_inner {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

}

/* NEWS AND EVENTS CSS */

.block_news_events .container {
	max-width: none;
}

.block_news_events .item {
	text-align: center;
	position: relative;
}

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

	.block_news_events .container_inner {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 40px;
	}

}

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

	.block_news_events .container_inner {
		grid-template-columns: 1fr 1fr 1fr;
	}

}

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

	.block_news_events .container_inner {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

}

/* GALLERY CSS */

.block_gallery .container {
	max-width: 2000px;
}

.gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}

.gallery div img {
	width: 100%;
	display: block;
	border-radius: 20px;
}

.gallery a {
	display: block;
	width: 100%;
	height: 100%;
}

.gallery a span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.gallery a span:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: " ";
}

.gallery a:hover span:after {
	background-color: rgba(0,0,0,.3);
}

.justified-gallery {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.justified-gallery > div {
	position: absolute;
	display: inline-block;
	overflow: hidden;
}

.justified-gallery > div > a > span > picture > img {
	position: absolute;
	top: 50%;
	left: 50%;
}

.justified-gallery.loaded div {
	transition: width .3s, height .3s, top .3s, left .3s;
	-moz-transition: width .3s, height .3s, top .3s, left .3s;
	-webkit-transition: width .3s, height .3s, top .3s, left .3s;
}

.justified-gallery.loaded img {
	transition: width .3s, height .3s, margin-top .3s, margin-left .3s;
	-moz-transition: width .3s, height .3s, margin-top .3s, margin-left .3s;
	-webkit-transition: width .3s, height .3s, margin-top .3s, margin-left .3s;
}

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

	.gallery {
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}

}

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

	.gallery {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

}

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

	.gallery {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}

}

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

	.gallery {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}

}

/* FAQ CSS */

.block_faqs .faq {
	position: relative;
}

.block_faqs div.question {
	cursor: pointer;
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: var(--light-gray);
	padding: 10px 15px 10px 15px;
}

.block_faqs div.question:before {
	float: left;
	margin-right: 10px;
	display: inline;
	content: '\f0d7';
	font-family: "Font Awesome 7 Pro";
	font-size: 20px;
	font-weight: 900;
	font-style: normal;
}

.block_faqs div.answer {
	display: none;
}

.block_faqs div.expand div.question:before {
	content: '\f0d8';
}

.block_faqs div.expand div.answer {
	display: block;
	margin-bottom: 20px;
}

/* TESTIMONIALS CSS */

.block_testimonials .testimonial {
	padding: 50px;
	background-color: var(--light-gray);
}

.block_testimonials .testimonial cite {
	display: block;
}

.block_testimonials .testimonial blockquote {
	margin: 0px;
	text-align: justify;
}

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

	.block_testimonials .testimonials {
		margin-left: -50px;
	}

	.block_testimonials .testimonial {
		width: calc(50% - 50px);
		float: left;
		margin: 0px 0px 50px 50px;
	}

}

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

	.block_testimonials .testimonials {
		margin-left: -30px;
	}

	.block_testimonials .testimonial {
		padding: 30px;
		width: calc(50% - 30px);
		margin: 0px 0px 30px 30px;
	}

}

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

	.block_testimonials .testimonial {
		padding: 30px;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		margin-top: 30px;
	}

}

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

	.block_testimonials .testimonial {
		padding: 15px;
		margin-top: 15px;
	}

}

.block_testimonial_carousel .testimonial {
	text-align: center;
}

/* POPUP CSS */

#popup {
	display: none;
	width: 90%;
	max-width: 650px;
	background-color: var(--white);
	padding: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#popup p {
	line-height: 1.5em;
}

#popup p:last-of-type {
	margin-bottom: 0px;
}

#popup .close {
	border: 0px;
	background-color: transparent;
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
	font-size: 22px;
	line-height: 22px;
	color: var(--black);
}

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

	#popup {
		padding: 30px;
	}

}

/* RESPONSIVE CSS */

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

	#nav_trigger {
		display: none;
	}

	#nav {
		position: absolute;
		top: 0px;
		right: 0px;
		height: auto;
	}

	#main_nav > li {
		padding: 0px 15px;
		margin-top: 48px;
		display: inline-block;
		vertical-align: top;
	}

	.collapsed_temp #main_nav > li, .collapsed #main_nav > li {
		margin-top: 25px;
	}

	.collapsed_temp #main_nav li#nav8, .collapsed #main_nav li#nav8 {
		height: 70px;
		overflow: hidden;
	}

	#main_nav li a {
		display: inline-block;
		padding-bottom: 12px;
	}

	#main_nav > li a:after, #subnav li a:after {
		content: " ";
		transition: all .2s;
		width: 32px;
		height: 4px;
		position: absolute;
		bottom: 0px;
		left: calc(50% - 16px);
		border-radius: 2px;
	}

	#main_nav li#nav8 a {
		display: block;
		padding-right: 100px;
		height: 113px;
		border-bottom-left-radius: 100px;
		overflow: hidden;
		background: linear-gradient(21deg, var(--blue2) 0%, #11729D 100%);
		font-style: italic;
		transition: opacity .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out;
		-webkit-transition: opacity .2s ease-in-out;
	}

	#main_nav li#nav8 a:before {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: linear-gradient(21deg, #21ABDB 0%, #1881B0 100%);
		border-bottom-left-radius: 100px;
		opacity: 0;
	}

	.collapsed_temp #main_nav li#nav8 a, .collapsed #main_nav li#nav8 a {
	/*	margin-top: -23px;*/
		transform: translateY(-23px);
	}

	#main_nav li#nav8 a:hover:before {
		opacity: 100;
	}

	#main_nav > li#nav8 a:after {
		display: none;
	}

	#main_nav li#nav8 a span {
		display: block;
		height: 100%;
		color: var(--white);
		position: relative;
		z-index: 10;
		padding: 48px 0px 0px 44px;
	}

	#main_nav > li a:hover:after, #main_nav > li.active a:after, #subnav li a:hover:after, #subnav li.active a:after {
		background-color: var(--orange);
	}

	#main_nav li > ul {
		position: absolute;
		top: 26px;
		left: 50%;
		transform: translateX(-50%);
		padding: 0px;
		z-index: 50;
		visibility: hidden;
		opacity: 0;
		transition: .2s .2s;
		background-color: var(--dark-blue);
		background: linear-gradient(180deg, var(--dark-blue) 0%, var(--blue) 100%);
		border-radius: 20px;
		padding: 15px 20px;
		text-align: center;
	}

	#main_nav li:hover > ul, #main_nav li.hover > ul {
		visibility: visible;
		transition-delay: 0s;
		opacity: 1;
	}

	#main_nav li li {
		padding: 0px;
	}

	#main_nav li li a, #main_nav li.active li a {
		display: block;
		padding: 10px 10px;
		color: var(--white);
	}

	#main_nav li li a:hover {
		color: var(--light-orange);
	}

	#main_nav li li a:after {
		display: none;
	}

	#content #subnav ul {
		padding: 7px 0px 20px;
	}

	#subnav li {
		display: inline;
		margin: 0px 15px;
		white-space: nowrap;
	}

	#subnav li a {
		display: inline-block;
		padding-bottom: 10px;
		position: relative;
	}

	#section_title {
		display: none;
	}

}

@media only screen and (min-width: 1125px) and (max-width: 1499px) {

	#main_nav li#nav8 a {
		padding-right: 75px;
	}

}

@media only screen and (min-width: 1125px) and (max-width: 1299px) {

	#main_nav > li {
		padding: 0px 10px;
	}

}

@media only screen and (min-width: 1125px) and (max-width: 1199px) {

	#main_nav li#nav8 a {
		padding-right: 50px;
	}

}

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

	#logo {
		left: 75px;
	}

}

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

	#logo {
		left: 50px;
	}

}

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

	.mobile_nav body {
		overflow: hidden;
	}

	.mobile_nav #header_inner {
		height: 100vh;
		overflow-y: scroll;
		position: fixed;
	}

	header {
		padding-top: 167px;
	}

	#logo {
		top: 25px;
	}

	#nav_trigger {
		border: 0px;
		background-color: transparent;
		width: 30px;
		padding: 0px;
		position: absolute;
		top: 21px;
		right: 50px;
		z-index: 100;
		cursor: pointer;
	}

	#nav_trigger:after, #nav_trigger:before, #nav_trigger span {
		content: '';
		display: block;
		background-color: var(--dark-blue);
		border-radius: 2px;
		height: 5px;
		margin: 5px 0px;
		transition: all .2s ease-in-out;
	}

	.mobile_nav #nav_trigger:before {
		transform: translateY(10px) rotate(45deg);
	}

	.mobile_nav #nav_trigger:after {
		transform: translateY(-10px) rotate(-45deg);
	}

	.mobile_nav #nav_trigger span {
		display: block;
		transform: scale(0);
	}

	.mobile_nav #nav_trigger:after, .mobile_nav #nav_trigger:before, .mobile_nav #nav_trigger span {
		background-color: var(--white);
	}

	#nav {
		width: 0px;
		height: 100vh;
		position: absolute;
		right: 0px;
		top: 0px;
		background-color: var(--dark-blue);
		background: linear-gradient(180deg, var(--dark-blue) 0%, var(--blue) 100%);
		color: var(--white);
		padding-top: 50px;
		padding-bottom: 80px;
		z-index: 50;
		overflow-x: hidden;
		overflow-y: scroll;
		transition: width 0.4s ease;
	}

	.mobile_nav #nav {
		width: 100%;
	}

	#main_nav li {
		display: block;
		font-size: 24px;
		line-height: 1em;
		text-align: center;
		white-space: normal;
	}

	#main_nav li#nav8 {
		height: auto;
		margin-top: 20px;
	}

	#main_nav li a {
		display: block;
		padding: 10px 15px;
		color: var(--white);
	}

	#main_nav li#nav8 a {
		background-color: transparent;
		color: var(--dark-blue);
		font-family: "aller", Arial, Helvetica, sans-serif;
		font-size: 18px;
		line-height: 40px;
		font-weight: bold;
		letter-spacing: .04em;
		text-transform: uppercase;
		display: inline-block;
		height: 44px;
		position: relative;
		margin-bottom: 6px;
		padding: 0px;
	}

	#main_nav li#nav8 a:before, #main_nav li#nav8 a:after {
		content: "";
		display: block;
		position: absolute;
		top: 6px;
		right: 3px;
		width: 100%;
		height: 100%;
		border-radius: 24px;
		background: linear-gradient(128deg, #FBC631 0%, #F89838 100%);
	}

	#main_nav li#nav8 a:after {
		background: linear-gradient(128deg, #FEDA78 0%, #FFB164 100%);
		opacity: 0;
	}

	#main_nav li#nav8 a:hover {
		background-color: transparent;
	}

	#main_nav li#nav8 a:hover:after {
		opacity: 1;
	}

	#main_nav li#nav8 a span {
		display: block;
		width: calc(100% + 3px);
		height: calc(100% + 3px);
		padding: 0px 20px 0px 18px;
		position: relative;
		z-index: 10;
		border: 4px solid var(--dark-blue);
		border-radius: 24px;
	}

	#main_nav li ul {
		padding: 0px;
		max-height: 0px;
		overflow: hidden;
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#main_nav li.expanded > ul, #main_nav li.hover > ul {
		padding-bottom: 10px;
		max-height: 499px;
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#main_nav li li {
		font-size: 16px;
	}

	#main_nav li li a {
		padding: 6px 30px;
	}

	#subnav {
		height: 42px;
		position: relative;
	}

	#section_title {
		padding: 0px 15px;
		font-size: 16px;
		line-height: 38px;
		font-weight: bold;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	#section_title:after {
		padding-left: 10px;
		content: '\f0d7';
		font-family: "Font Awesome 7 Pro";
		font-size: 20px;
		font-weight: 900;
		font-style: normal;
	}

	#subnav.expanded #section_title:after {
		content: '\f0d8';
	}

	#content #subnav ul {
		position: absolute;
		top: 40px;
		left: 0px;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		background-color: var(--light-gray);
		padding: 0px;
		z-index: 30;
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#content #subnav.expanded ul {
		max-height: 499px;
		overflow: auto;
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#subnav li {
		margin: 0px;
		display: block;
		line-height: 1.1em;
	}

	#subnav li:last-child {
		padding-bottom: 10px;
	}

	#subnav li a {
		display: block;
		padding: 10px 15px;
	}

}

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

	#logo {
		left: 30px;
	}

	#nav_trigger {
		right: 30px;
	}

}

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

	#logo {
		left: 15px;
	}

	#nav_trigger {
		right: 15px;
	}

}
