:root {
	--black: #000000;
	--dark-gray: #3A3C40;
	--light-gray: #CCCCCC;
	--white: #FFFFFF;
	--red: #FF0000;
	--bone: #F4F1EA;
	--dark-bone: #D4D1C9;
	--light-green: #7E8762;
	--light-green2: #BCC3A7;
	--green: #68704E;
	--dark-green: #1A3D2E;
	--dark-green2: #386350;
	--amber: #572519;
}

/* 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: "Montserrat", Arial, Helvetica, sans-serif;
	font-optical-sizing: auto;
	font-size: 17px;
	line-height: 1.75em;
	color: var(--dark-gray);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.iframe {
	padding: 20px;
}

.block iframe {
	width: 100%;
	height: 80vh;
	border: 0px;
	padding: 0px;
}

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: 150px;
}

.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 {
	background-color: var(--green);
	color: var(--white);
	padding: 5px 10px;
}

table.data_table td {
	padding: 5px 10px;
	background-color: var(--white);
}

table.data_table tr:nth-child(odd) td {
	background-color: var(--bone);
}

table.data_table th.clear, table.data_table td.clear {
	background-color: transparent;
}

table.data_table th, table.data_table td {
}

table.data_table th:first-child, table.data_table td:first-child {
}

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

.block p:last-child, #content .block ul:last-child, .block .block_box p:last-of-type, #content .block .block_box ul:last-of-type {
	margin-bottom: 0px;
}

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

#content li, #content_blocks li, .editor li, .short_editor li {
	line-height: 1.5em;
	margin-bottom: .5em;
}

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

#content ul ul {
	margin-top: .5em;
}

h1, h2.title {
	font-family: "akzidenz-grotesk-next-pro", "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 45px;
	line-height: 1em;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: .5em;
}

h1:last-child, h2.title:last-child {
	margin-bottom: 0px;
}

.subtitle {
	font-family: "akzidenz-grotesk-next-pro", "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1em;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	color: var(--green);
	margin-bottom: 1em;
}

h1 + .subtitle {
	margin-top: -.5em;
	margin-bottom: 1em;
}

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

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

}

.bgcolor1 h1, .bgcolor1 h2.title {
	color: var(--amber);
}

h2 {
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: .25em;
}

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(--green);
}

a:hover {
	color: var(--dark-green);
}

.block a, .editor a {
	text-decoration: underline;
}

a, a:after, .overlay:after, button, .button, input[type="button"], input[type="submit"], .block_carousel .arrow, .block_carousel .icons li, .block_boxes.resources .block_box .content {
	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: 5px 0px 20px 40px;
	display: block;
	max-width: 50%;
}

.left_photo {
	float: left;
	margin: 5px 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%;
	}

}

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

}

nav.pagination ul {
	text-align: center;
	padding: 0px !important;
}

nav.pagination li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 2px !important;
	line-height: 30px !important;
}

nav.pagination a, nav.pagination span {
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: var(--black);
	background-color: var(--light-gray);
	transition: all .2s ease-in-out;
}

nav.pagination .arrow {
	line-height: 28px;
}

nav.pagination a:hover, nav.pagination .active {
	background-color: var(--dark-gray);
	color: var(--white);
	cursor: default;
}

nav.pagination .inactive {
	opacity: .5;
	cursor: default;
}

/* 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: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 17px !important;
	line-height: 22px;
	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(--green);
	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;
	text-decoration: none !important;
}

.fancy_button {
	background-color: var(--green);
	color: var(--white);
	font-family: "akzidenz-grotesk-next-pro", "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 8px 12px;
	text-decoration: none !important;
	text-transform: uppercase;
}

.fancy_button:hover {
	background-color: var(--light-green);
	color: var(--white);
}

.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(--bone);
	padding: 20px 20px 0px 20px;
}

.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,
.contact_form input[type="checkbox"]:checked + label + span.other,
.contact_form input[type="radio"]:checked + label + span.other {
	display: inline-block !important;
}

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

}

/* 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: 25px; }
.padding_bottom3 { padding-bottom: 25px; }

@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_top3 { padding-top: 20px; }
	.padding_bottom3 { padding-bottom: 20px; }
}

@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_top3 { padding-top: 15px; }
	.padding_bottom3 { padding-bottom: 15px; }
}

@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_top3 { padding-top: 10px; }
	.padding_bottom3 { padding-bottom: 10px; }
}

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

.preview .block > .container {
	transform: none !important;
}

.preview .block {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

/* LAYOUT CSS */

header {
	position: relative;
}

#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: 25px;
	left: 100px;
}

#logo a {
	display: inline-block;
}

#logo img {
	width: 100%;
	max-width: 175px;
	position: relative;
	z-index: 50;
}

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

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

}

#header_photo:after, #home_slideshow li:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 50%); 
	z-index: 5;
}

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

#header_title {
	position: absolute;
	bottom: 20%;
	left: 0px;
	width: 100%;
	font-family: "akzidenz-grotesk-next-pro", "Montserrat", Arial, Helvetica, sans-serif;
	font-size: clamp(24px, 4vw, 100px);
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

@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: -80px;
	width: 100%;
	height: 80px;
	background-color: var(--dark-gray);
	background: linear-gradient(to bottom, var(--dark-gray) 0%, var(--dark-gray) 50%, var(--green) 50%, var(--green) 100%);
	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;
}

.collapsed_temp #logo img, .collapsed #logo img {
	max-width: 58px;
}

#content {
	position: relative;
}

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

.cta {
	position: relative;
}

.cta img {
	display: block;
	width: 100%;
	height: auto;
}

.cta a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(58,60,64,0) 50%, rgba(58,60,64,.6) 100%); 
	text-decoration: none;
	font-size: 35px;
	font-size: clamp(20px, 2.25vw, 35px) !important;
	line-height: 1em;
	color: var(--white);
}

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

.cta a:hover:after {
	background: rgba(58,60,64,.6);
}

.cta a span.content {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	top: 75%;
	transform: translateY(-75%);
	padding: 0px 5%;
	z-index: 5;
}

.cta a strong {
	display: block;
	font-family: "akzidenz-grotesk-next-pro", "Montserrat", Arial, Helvetica, sans-serif;
	font-size: clamp(30px, 6vw, 120px) !important;
	line-height: 1em;
	font-weight: normal;
}

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

	.block_ctas .container, .block_boxes .container_inner, .block_news_events .container {
		padding-left: 50px;
		padding-right: 50px;
	}

}

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

	.block_ctas .container {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 2.6%;
		grid-column-gap: 30px;
	}

}

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

	.block_ctas .container {
		grid-column-gap: 50px;
	}

}

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

	.block_ctas .container {
		max-width: 570px;
	}

	.cta {
		margin-top: 1px;
	}

	.cta:first-child {
		margin-top: 0px;
	}

	.cta a {
		font-size: clamp(20px, 6vw, 35px) !important;
		line-height: 1em;
	}

	.cta a strong {
		font-size: clamp(30px, 12vw, 120px) !important;
		line-height: 1em;
	}

}

#footer_top {
	background-color: var(--green);
	font-family: "akzidenz-grotesk-next-pro", "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 35px;
	text-align: center;
	color: var(--bone);
}

#footer_top img {
	vertical-align: middle;
	margin: 0px 10px;
}

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

	#footer_top {
		font-size: 30px;
	}

	#footer_top img {
		max-width: 100px;
	}

}

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

	#footer_top {
		font-size: 24px;
	}

}

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

	#footer_top {
		font-size: 20px;
	}

	#footer_top img {
		max-width: 75px;
	}

}


#footer_bottom {
	background-color: var(--dark-gray);
	background-position: center center;
	background-repeat: no-repeat;
	color: var(--bone);
	padding-bottom: 25px;
}

@media only screen and (min-width: 2000px) {
	#footer_bottom {
		background-size: 100% auto;
	}
}

.webp #footer_bottom {
	background-image: url('../images/footer-bg.webp');
}

.no-webp #footer_bottom {
	background-image: url('../images/footer-bg.jpg');
}

#footer_bottom a {
	color: var(--bone);
}

#footer_cols {
	display: flex;
	justify-content: space-between;
	max-width: 650px;
	margin: 0px auto;
}

#footer_cols > div:first-child {
	width: calc(100% - 280px);
}

#footer_cols > div:last-child {
	width: 180px;
}

#footer_cols .title {
	font-family: "akzidenz-grotesk-next-pro", "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 1em;
	margin-bottom: .5em;
}

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

#footer_cols div:first-child a {
	font-family: "akzidenz-grotesk-next-pro", "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: var(--bone);
	padding: 0px 10px 5px 10px;
	border-bottom: 2px solid var(--bone);
}

#footer_cols div:first-child a:hover {
	opacity: .5;
}

#social {
	padding: 0px;
	width: 110px;
}

#social li {
	list-style: none;
	display: inline-block;
	font-size: 40px;
	line-height: 50px;
}

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

#social li a:hover {
	color: var(--bone);
	opacity: .5;
}

#copyright {
	font-size: 15px;
	text-align: center;
}

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

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

	#footer_cols .title {
		font-size: 30px;
		line-height: 1em;
	}

	#footer_cols > div:first-child {
		width: calc(100% - 230px);
	}

	#footer_cols > div:last-child {
		width: 130px;
	}

}

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

	#footer_cols {
		display: block;
	}

	#footer_cols > div:first-child, #footer_cols > div:last-child {
		width: 100%;
		text-align: center;
	}

	#footer_cols > div:last-child {
		margin-top: 50px;
	}

	#social {
		margin: 0px auto;
	}

}

/* NAVIGATION CSS */

#nav ul {
	padding: 0px;
}

#nav li {
	font-family: "akzidenz-grotesk-next-pro", "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	list-style: none;
	position: relative;
	white-space: nowrap;
}

.main_nav li a, .main_nav li.active li a {
	color: var(--white);
}

.main_nav li a:hover, .main_nav li.active a {
}

#top_nav li a {
	display: inline-block;
	background-color: var(--green);
	font-size: 18px;
	line-height: 35px;
	text-transform: uppercase;
	color: var(--white);
	height: 35px;
	padding: 0px 10px;
}

#top_nav li a:hover {
	background-color: var(--light-green);
}

#top_nav li#top_nav3 a {
	background-color: transparent !important;
	border-bottom: 2px solid var(--white);
	padding: 0px;
	text-transform: none;
}

#top_nav li#top_nav3 a:hover {
	color: var(--bone);
	border-bottom: 2px solid var(--bone);
}

#subnav {
	text-align: center;
}

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

#subnav li {
	list-style: none;
}

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

#subnav li a:hover, #subnav li.active a {
	color: var(--light-gray);
}

/* CONTENT BLOCK CSS */

.block {
	position: relative;
}

.block.bgcolor1 {
	background-color: var(--bone);
}

.block_content .photo {
	margin-bottom: 1em;
}

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

}

.inset_photo img {
	display: block;
}

.inset_content {
	margin: -50px 50px 0px 50px;
	background-color: var(--white);
	position: relative;
	padding: 50px;
}

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

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

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

#content .block_content_photo.stretch .photo img, #content .block_carousel .photo 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 {
	text-align: left;
}

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

	.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 .content {
		display: flex;
		flex: 1;
		align-items: center;
	}

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

}

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

	.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 + .container_inner {
	margin-top: 2em;
}

.block_boxes .container_inner {
	max-width: 2000px;
	margin: 0px auto;
}

.block_box {
	position: relative;
	background-color: var(--dark-green);
	padding: 50px;
	color: var(--bone);
	margin-top: 30px;
}

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

.block_boxes.resources .block_box {
	padding: 0px;
}

.block_boxes.resources a {
	text-decoration: none;
}

.block_box img {
	width: 100%;
}

.block_boxes.resources .block_box .photo {
	display: block;
	padding: 20px;
}

.block_boxes.resources .block_box .content {
	display: block;
	padding: 20px;
	background-color: var(--dark-green);
	color: var(--bone);
	text-align: center;
}

.block_boxes.resources .block_box a:hover .content {
	background-color: var(--dark-green2);
}

.block_box .title {
	font-family: "akzidenz-grotesk-next-pro", "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 1em;
	text-align: center;
	margin-bottom: .5em;
}

.home .block_box .title {
	font-size: 40px;
	text-transform: none;
}

.block_boxes.resources .block_box .title {
	font-size: 30px;
	line-height: 1em;
}

.block_boxes.resources .block_box .content a {
	color: var(--bone);
}

.block_boxes.resources .block_box .content a:hover {
	color: var(--light-green2);
}

.block_box li {
	list-style: none;
	position: relative;
	margin-bottom: 10px;
}

#content .block_boxes:not(.resources) .block_box li:before {
	position: absolute;
	left: -25px;
	top: -2px;
	font-family: "Font Awesome 7 Pro";
	font-weight: 600;
	content: "\f00c";
}

.block_box .stat {
	font-family: "akzidenz-grotesk-next-conden", "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 1em;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	color: var(--green);
	margin-top: .5em;
	margin-bottom: .5em;
}

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

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

	.block_box {
		margin-top: 0px;
	}

}

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

	.block_boxes.three .container_inner, .block_boxes.four .container_inner {
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 50px;
		grid-row-gap: 50px;
	}

}

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

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

}

.block_slideshow {
	clear: both;
	width: 100%;
	position: relative;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.block_slideshow > ul {
	padding: 0px !important;
	margin: 0px !important;
	position: relative;
	width: 100%;
/*	height: 100%;*/
}

.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 .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 50;
}

.block_slideshow .content_inner {
	position: relative;
	top: 75%;
	transform: translateY(-75%);
	color: var(--white);
	padding: 0px 5%;
}

.block_slideshow .title {
	font-family: "akzidenz-grotesk-next-pro", "Montserrat", Arial, Helvetica, sans-serif;
	font-size: clamp(30px, 5vw, 100px) !important;
	line-height: 1em;
}

.block_slideshow .title2 {
	font-size: clamp(18px, 3vw, 24px) !important;
	line-height: 1.25em;
	max-width: 700px;
	margin: 10px auto 0px auto;
}

.block_slideshow .rslides_tabs {
	padding: 0px;
	text-align: center;
	position: absolute;
	bottom: 1%;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 10;
}

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

.rslides_tabs li a {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-indent: 105%;
	cursor: pointer;
}

.rslides_tabs li a:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "\f111";
	font-family: "Font Awesome 7 Pro";
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: var(--white);
	text-indent: 0px;
}

.rslides_tabs li.rslides_here a:before {
	font-weight: 900;
}

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

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

	.block_slideshow .rslides li {
		height: 450px;
	}
	

}

.block_stats .container {
	max-width: 2000px;
	font-family: "akzidenz-grotesk-next-pro", "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-size: clamp(20px, 2.5vw, 40px);
	line-height: 2em;
	font-weight: 300;
	text-align: center;
}

.block .stats div {
	display: inline-block;
	margin: 0px 10px;
	white-space: nowrap;
	position: relative;
	padding-left: 50px;
	padding-left: 1.25em;
}

.block .stats div:before {
	content: "/";
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 80px;
	font-size: 2em;
	color: var(--dark-bone);
}

.block .stats div:first-child {
	padding-left: 0px;
	margin-left: 0px;
}

.block .stats div:first-child:before {
	display: none;
}

.block .stats div:last-child {
	margin-right: 0px;
}

.block .stats .fa-regular {
	color: var(--amber);
}

.block_carousel .carousel {
	margin-top: 2em;
}

.block_carousel .slide {
	display: flex;
	padding: 0px 50px;
	position: relative;
}

.block_carousel .slide .photo {
	width: 63.157895%;
}

.block_carousel .slide .content {
	width: 42.105263%;
	width: 50%;
	margin-left: -100px;
	padding: 50px 0px;
	z-index: 50;
}

.block_carousel .slide .content_inner {
	background-color: var(--white);
	position: relative;
	padding: 50px 0px;
	font-weight: 500;
}

.block_carousel .slide .content_inner_inner {
	padding: 0px 75px;
}

#content .block_carousel .icons {
	padding: 0px;
	text-align: center;
}

.block_carousel .icons li {
	display: inline-block;
	vertical-align: top;
	padding: 4px;
	cursor: pointer;
	border: 1px solid var(--white);
	border-radius: 29px;
}

.block_carousel .icons li.active, .block_carousel .icons li:hover {
	border: 1px solid var(--green);
}

.block_carousel .icons li img {
	width: 50px;
}

.block_carousel .title {
	font-family: "akzidenz-grotesk-next-pro", "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 1em;
	text-align: center;
	margin-bottom: .5em;
}

.block_carousel .stat {
	font-style: italic;
	color: var(--green);
	margin-bottom: 1em;
}

.block_carousel .example {
	color: var(--amber);
}

.block_carousel .arrow {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(-25px, -25px);
	display: block;
	width: 50px;
	height: 50px;
	background-color: var(--green);
	font-family: "akzidenz-grotesk-next-pro", "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 60px;
	line-height: 40px;
	font-weight: 500;
	color: var(--bone);
	text-align: center;
	cursor: pointer;
}

.block_carousel .arrow.next {
	left: auto;
	right: 0px;
	transform: translate(25px, -25px);
}

.block_carousel .arrow:hover {
	background-color: var(--light-green);
}

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

	.block_carousel .icons li {
		padding: 3px;
		border-radius: 25px;
	}

	.block_carousel .icons li img {
		width: 40px;
	}

}

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

	.block_carousel .icons li {
		border-radius: 23px;
	}

	.block_carousel .icons li img {
		width: 36px;
	}

}

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

	.block_carousel .slide {
		display: block;
	}

	.block_carousel .slide .photo {
		width: 100%;
	}

	.block_carousel .slide .content {
		width: 100%;
		margin: 0px;
		padding: 0px 50px;
		margin-top: -50px;
	}

}

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


}

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

	.block_carousel .slide, .block_carousel .slide .content {
		padding: 0px 30px;
	}

	.block_carousel .slide .content {
		margin-top: -30px;
	}

	.block_carousel .slide .content_inner {
		padding: 40px 0px;
	}

	.block_carousel .slide .content_inner_inner {
		padding: 0px 60px;
	}

}

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

	.block_carousel .slide, .block_carousel .slide .content {
		padding: 0px 15px;
	}

	.block_carousel .slide .content {
		margin-top: -15px;
	}

	.block_carousel .icons li {
		border-radius: 21px;
	}

	.block_carousel .icons li img {
		width: 32px;
	}

}

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

	.block_carousel .slide .content_inner_inner {
		padding: 0px 50px;
	}

	.block_carousel .icons li {
		border-radius: 18px;
	}

	.block_carousel .icons li img {
		width: 24px;
	}

}

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

	.block_carousel .slide .content_inner_inner {
		padding: 0px 40px;
	}

	.block_carousel .arrow {
		transform: translate(-20px, -20px);
		width: 40px;
		height: 40px;
		font-size: 50px;
		line-height: 30px;
	}

	.block_carousel .arrow.next {
		transform: translate(20px, -20px);
	}

}

/* NEWS AND EVENTS CSS */

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

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

.block_news_events .item + .item {
	margin-top: 50px;
}

.block_news_events img {
	display: block;
}

.block_news_events .item .content {
	border-left: 2px solid var(--dark-bone);
	border-right: 2px solid var(--dark-bone);
	border-bottom: 2px solid var(--dark-bone);
	padding: 20px 30px 35px 30px;
}

.block_news_events .item .title, .block_blog .item .title {
	font-family: "akzidenz-grotesk-next-pro", "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1em;
	color: var(--dark-green);
}

.block_news_events .item .subtitle, .block_blog .item .subtitle {
	font-family: "akzidenz-grotesk-next-pro", "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 1em;
	font-weight: 500;
	font-style: italic;
	color: var(--green);
	margin-top: 10px;
	margin-bottom: .5em;
}

.block_news_events .item p {
	margin-bottom: 1.5em;
}

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

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

	.block_news_events .item {
		margin-top: 0px !important;
	}

}

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

	.block_news_events .container_inner {
		grid-column-gap: 50px;
		grid-row-gap: 50px;
	}

}

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

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

}

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

	.block_news_events .item .content {
		padding: 15px 20px 25px 20px;
	}

}

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

	.block_news_events .item .content {
		padding: 15px 15px 20px 15px;
	}

}

/* BLOG CSS */

#content .blog_legend {
	padding: 0px;
	text-align: center;
}

.blog_legend li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px;
	text-transform: uppercase;
}

.block_blog .blog_legend a.icon {
	background-position: center 30px;
	display: block;
	height: 200px;
	padding: 140px 20px 0px 20px;
	color: var(--bone);
	font-size: 18px;
	line-height: 1.1em;
	text-decoration: none;
}

.block_blog .item {
	border: 2px solid var(--dark-bone);
	display: table;
	width: 100%;
}

.block_blog .item + .item {
	margin-top: 20px;
}

.block_blog .icon {
	display: table-cell;
	padding: 30px;
	width: 160px;
	background-color: var(--dark-green);
	background-size: 100px 100px;
	background-repeat: no-repeat;
	background-position: center center;
}

.block_blog .blog_legend .icon {
	display: block;
	height: 160px;
}

.webp .block_blog .icon.news {
	background-image: url('../images/icon-news.webp');
}

.no-webp .block_blog .icon.news {
	background-image: url('../images/icon-news.png');
}

.webp .block_blog .icon.member_tips {
	background-image: url('../images/icon-member-tips.webp');
}

.no-webp .block_blog .icon.member_tips {
	background-image: url('../images/icon-member-tips.png');
}

.webp .block_blog .icon.marketing_tips {
	background-image: url('../images/icon-marketing-tips.webp');
}

.no-webp .block_blog .icon.marketing_tips {
	background-image: url('../images/icon-marketing-tips.png');
}

.block_blog .content {
	display: table-cell;
	vertical-align: top;
	padding: 20px 30px 35px 30px;
	background-color: var(--white);
}

.block_blog .content .subtitle {
	text-align: left;
}

/* GALLERY CSS */

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

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

.gallery div img {
	width: 100%;
	display: block;
}

.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;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}

}

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

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

}

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

	.gallery {
		grid-template-columns: 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(--bone);
	padding: 10px 15px 10px 15px;
	font-weight: bold;
}

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

#home_popup {
	display: none;
	width: 90%;
	max-width: 750px;
	background-color: var(--bone);
/*
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
*/
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px;
}

/*
.webp #home_popup {
	background-image: url('../images/home-popup-bg.webp');
}

.no-webp #home_popup {
	background-image: url('../images/home-popup-bg.jpg');
}
*/

#home_popup_logo {
	margin-bottom: 1em;
}

#home_popup a {
	display: inline-block;
	border: 2px solid var(--green);
	font-family: "akzidenz-grotesk-next-pro", "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 1em;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--green);
	padding: 10px 20px;
	margin: 20px 10px 0px 10px;
/*	background-color: rgba(255,255,255,0);*/
}

#home_popup a:hover {
/*	background-color: rgba(255,255,255,.2);*/
	border: 2px solid var(--dark-green);
	color: var(--dark-green);
}

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

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

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

#home_popup .close {
	color: var(--green);
}

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

	#popup {
		padding: 30px;
	}

}

/* RESPONSIVE CSS */

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

	#nav_trigger {
		display: none;
	}

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

	header .main_nav, #top_nav {
		text-align: right;
	}

	header .main_nav {
		margin-top: 25px;
	}

	header .main_nav > li, #top_nav > li {
		display: inline-block;
		margin-left: 35px;
	}

	header .main_nav > li {
		padding-bottom: 8px;
	}

	header .main_nav > li > a {
		border-bottom: 2px solid transparent;
		padding-bottom: 5px;
	}

	header .main_nav > li > a:hover, header.main_nav li.active > a {
		border-bottom: 2px solid var(--white);
	}

	#nav .main_nav li > ul {
		position: absolute;
		top: 25px;
		left: 50%;
		transform: translateX(-50%);
		padding: 5px 0px 5px 0px;
		z-index: 20;
		visibility: hidden;
		opacity: 0;
		transition: .2s .2s;
		background-color: var(--green);
	}

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

	.main_nav li li {
		text-align: center;
		padding: 0px;
	}

	.main_nav li li a {
		display: block;
		padding: 5px 15px;
	}

	.main_nav li li a:hover {
		color: var(--light-green2);
	}

	#top_nav li {
		margin-left: 15px;
	}

	#top_nav li a {
		display: inline-block;
		background-color: var(--green);
		font-size: 18px;
		line-height: 35px;
		color: var(--white);
		height: 35px;
		padding: 0px 10px;
	}

	#top_nav li a:hover {
		background-color: var(--light-green);
	}

	#top_nav li#top_nav3 a {
		background-color: transparent !important;
		border-bottom: 2px solid var(--white);
		padding: 0px;
	}

	#top_nav li#top_nav3 a:hover {
		color: var(--bone);
		border-bottom: 2px solid var(--bone);
	}

	.collapsed_temp #nav, .collapsed #nav {
		top: 3px;
	}

	.collapsed_temp #nav #top_nav, .collapsed #nav #top_nav {
	}

	.collapsed_temp #nav .main_nav, .collapsed #nav .main_nav {
		margin-top: 7px;
	}

	.collapsed_temp #nav .main_nav li a:hover, .collapsed #nav .main_nav li a:hover {
		color: var(--light-green2);
	}

	.collapsed_temp #nav #top_nav li a, .collapsed #nav #top_nav li a {
		background-color: transparent;
		height: auto;
	}

	.collapsed_temp #nav #top_nav li a:hover, .collapsed #nav #top_nav li a:hover  {
		color: var(--light-green);
	}

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

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

	#section_title {
		display: none;
	}

}

@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: 959px) { 

	#logo {
		left: 30px;
	}

}

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

	.mobile_nav body {
		overflow: hidden;
	}

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

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

	#nav_trigger:after, #nav_trigger:before, #nav_trigger span {
		content: '';
		display: block;
		background-color: var(--white);
		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);
	}

	#nav {
		width: 0px;
		height: 100vh;
		position: absolute;
		right: 0px;
		top: 0px;
		background-color: var(--green);
		padding-bottom: 80px;
		z-index: 50;
		overflow-x: hidden;
		overflow-y: scroll;
		transition: width 0.4s ease;
	}

	.mobile_nav #nav {
		width: 100%;
	}

	#nav .container {
		padding: 0px;
	}

	#nav #top_nav {
		background-color: var(--dark-gray);
		padding: 50px 15px;
		margin-bottom: 40px;
	}

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

	.main_nav li a {
		display: block;
		padding: 10px 15px;
	}

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

	#top_nav li {
		text-align: center;
		margin-bottom: 5px;
	}

	#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: 599px) { 

	#logo {
		left: 15px;
	}

	#nav_trigger {
		right: 15px;
	}

}
