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

html {
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.875em;
	color: #3C3D3E;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.editor, body.short_editor {
	background-image: none;
	background-color: #FFFFFF;
	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;
}

.block p:last-child, #content .block ul:last-child {
	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 ul {
	margin-top: .5em;
}

h1, h2.title {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #032348;
	text-align: center;
	letter-spacing: .05em;
	margin-bottom: .5em;
}

h1 span, h2.title span {
	color: #FCB315;
}

h2 {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #032348;
	text-align: left;
	letter-spacing: .05em;
	margin-bottom: .5em;
}

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

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

}

hr {
	border: 0px;
	height: 1px;
	margin: 1em auto;
	color: #000000;
	background-color: #000000;
}

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

#content img, .editor img {
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #000000;
}

a, a:after, .overlay:after, button, .button, input[type="button"], input[type="submit"], .block_instagram .posts a:hover span, .team_member a img {
	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 #000000;
}

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 40px 40px;
	display: block;
	max-width: 50%;
}

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

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

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

}

.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: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 18px !important;
	line-height: 22px;
	padding: 6px 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	-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 #000000;
}
*/

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: #000000;
	color: #FFFFFF;
	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: #333333;
}

button:disabled, button[disabled], input[type="button"]:disabled {
	background-color: #999999;
	cursor: default;
}

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

.fancy_button {
	display: inline-block;
	background-color: #FCB315 !important;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 21px !important;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #032348 !important;
	padding: 12px 15px 11px 15px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 50px;
}

.fancy_button:hover {
	background-color: #F6C761 !important;
}

.fancy_button.blue {
	background-color: #032348 !important;
	color: #FCB315 !important;
}

.fancy_button.blue:hover {
	background-color: #204E82 !important;
}

.alert, .red {
	color: #EB0000;
}

#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: #FFFFFF;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.contact_form .form_fields {
}

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

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

.contact_form label, .contact_form legend {
	white-space: normal;
	display: inline-block;
	margin-bottom: 3px;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #032348;
	text-transform: uppercase;
}

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

.contact_form input.other {
	width: 200px !important;
	display: inline-block;
}

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

.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;
	padding-left: 100px;
	padding-right: 100px;
	position: relative;
}

.block.padding_top, .block_content.padding_top .container {
	padding-top: 100px;
}

.block.padding_bottom, .block_content.padding_bottom .container {
	padding-bottom: 100px;
}

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

	.container {
		padding-left: 75px;
		padding-right: 75px;
		max-width: 1150px;
	}

	.block_content.hexagon_bg .container .container {
		max-width: 1150px !important;
	}

	.block.padding_top, .block_content.padding_top .container {
		padding-top: 80px;
	}

	.block.padding_bottom, .block_content.padding_bottom .container {
		padding-bottom: 80px;
	}

}

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

	.block_content .container .container {
		padding-left: 0px;
		padding-right: 0px;
		max-width: 1000px !important;
	}

}

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

	.container {
		padding-left: 50px;
		padding-right: 50px;
		max-width: 1100px;
	}

	.block.padding_top, .block_content.padding_top .container {
		padding-top: 60px;
	}

	.block.padding_bottom, .block_content.padding_bottom .container {
		padding-bottom: 60px;
	}

}

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

	.container {
		padding-left: 30px;
		padding-right: 30px;
	}

}

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

	.block.padding_top, .block_content.padding_top .container {
		padding-top: 40px;
	}

	.block.padding_bottom, .block_content.padding_bottom .container {
		padding-bottom: 40px;
	}

}

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

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.block.padding_top, .block_content.padding_top .container {
		padding-top: 30px;
	}

	.block.padding_bottom, .block_content.padding_bottom .container {
		padding-bottom: 30px;
	}

}

/* LAYOUT CSS */

header {
	position: relative;
}

#skip_content {
	position: absolute;
	top: 0px;
	left: 10px;
	transform: translateY(-150%);
	background-color: #000000;
	color: #FFFFFF;
	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: 30px;
	left: 100px;
}

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

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

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

}

#header_photo:before, #header_photo:after, #header_photo .overlay, #home_slideshow li:before, #home_slideshow li:after, #home_slideshow .overlay {
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.34);
	z-index: 5;
}

#header_photo:after {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.84+15,0+37,0+48,1+100 */
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.84) 15%, rgba(255,255,255,0) 37%, rgba(255,255,255,0) 48%, rgba(255,255,255,.93) 100%);
}

#header_photo .overlay, #home_slideshow .overlay {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: bottom left;
/*	background-size: 13.35% auto;*/
	background-size: auto 44.285714%;
	z-index: 6;
}

#header_photo .overlay.right, #home_slideshow .overlay {
	background-position: bottom right;
}

#home_slideshow .overlay {
	background-size: auto 28.181818%;
}

.webp #header_photo .overlay.left {
	background-image: url('../images/hexagon-bg1.webp');
}

.no-webp #header_photo .overlay.left {
	background-image: url('../images/hexagon-bg1.png');
}

.webp #header_photo .overlay.right, .webp #home_slideshow .overlay {
	background-image: url('../images/hexagon-bg2.webp');
}

.no-webp #header_photo .overlay.right, .no-webp #home_slideshow .overlay {
	background-image: url('../images/hexagon-bg2.png');
}

#home_slideshow li:after {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.84+15,0+37,0+48,1+100 */
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.84) 10%, rgba(255,255,255,0) 24%, rgba(255,255,255,0) 67%, rgba(255,255,255,.93) 100%);
}

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

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

	#header_photo {
		height: 280px;
		height: 266px;
		overflow: hidden;
	}

	#header_photo img {
		width: 800px;
		width: 760px;
	}

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

	#header_photo.right img {
		float: right;
	}

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

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

}

.collapsed_temp #header_inner, .collapsed #header_inner {
	position: fixed;
	top: -80px;
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
	z-index: 50;
}

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

#content {
	position: relative;
}

.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-color: rgba(0,0,0,.6);
}

.cta a:hover {
	background-color: transparent;
}

.cta a span.content {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

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

	.block_ctas {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 40px;
	}

}

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

	.block_ctas {
		max-width: 570px;
	}

	.cta {
		margin-top: 1px;
	}

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

}

footer {
	background-color: #032348;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 40px;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 24px;
	color: #FFFFFF;
}

footer a {
	color: #FFFFFF;
}

footer a:hover {
	color: #FCB315;
}

#social {
	padding: 0px;
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}

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

#social li a {
	display: block;
	color: #FCB315;
	
}

#social li a:hover {
	color: #F6C761;
}

#copyright {
	margin-top: 60px;
	color: #6F8EB3;
}

#copyright span, #copyright a {
	white-space: nowrap;
}

#copyright a {
	color: #6F8EB3;
}

#copyright a:hover {
	color: #FFFFFF;
}

/* NAVIGATION CSS */

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

#main_nav li a, #main_nav li.active li a {
	color: #032348;
}

#main_nav li li {
	font-weight: 400;
	text-transform: none;
}

#subnav {
/*	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;*/
	text-align: center;
	background-color: #E1E7EA;
}

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

#subnav li {
	list-style: none;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#subnav li a {
	color: #032348;
}

#subnav li a:hover, #subnav li.active a {
}

/* CONTENT BLOCK CSS */

.block.bgcolor1 {
	background-color: #F3F4F4;
	color: #032348;
}

.block.bgcolor2 {
	background-color: #E1E7EA;
	color: #032348;
}

.block.border_top {
	border-top: 1px solid #DDDDDD;
}

.block_content {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.block_content .container {
	max-width: 1400px;
}

.block_content.bexagon_bg .container {
	max-width: 1400px;
}

.block_content.hexagon_bg .container {
	background-repeat: no-repeat;
	background-position: bottom left;
}

.webp .block_content.hexagon_bg .container {
	background-image: url('../images/hexagon-bg4.webp');
}

.no-webp .block_content.hexagon_bg .container {
	background-image: url('../images/hexagon-bg4.png');
}

/*.block_content.hexagon_bg .container .container {*/
.block_content .container .container {
	background-image: none !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.block_content .date {
	font-size: 19px;
	color: #8D969A;
	text-align: center;
	margin-top: -1em;
	margin-bottom: 2em;
}

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

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

}

.block_content_photo .container, .block_content_stats .container {
	max-width: none;
	padding: 0px;
}

.block_content_photo.hexagon_bg .container:after {
	content: " ";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 352px;
	height: 289px;
	background-repeat: no-repeat;
}

.block_content_photo.hexagon_bg.right .container:after {
	left: auto;
	right: 0px;
}

.webp .block_content_photo.hexagon_bg .container:after {
	background-image: url('../images/hexagon-bg5.webp');
}

.no-webp .block_content_photo.hexagon_bg .container:after {
	background-image: url('../images/hexagon-bg5.png');
}

.webp .block_content_photo.hexagon_bg.right .container:after {
	background-image: url('../images/hexagon-bg6.webp');
}

.no-webp .block_content_photo.hexagon_bg.right .container:after {
	background-image: url('../images/hexagon-bg6.png');
}

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

#content .block_content_photo.stretch .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 .content_inner, .block_content_stats .content .content_inner {
	padding: 10%;
	position: relative;
	z-index: 5;
	max-width: 1000px;
	margin: 0px auto;
	font-size: 18px;
	line-height: 2em;
}

.block_content_photo ul, .block_content ul {
	text-align: left;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
}

.block_content_map .content_inner {
	padding-top: 0px;
	padding-bottom: 20px;
}

.block_content_stats.hexagon_bg .container:after {
	content: " ";
	display: block;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 190px);
	width: 380px;
	height: 258px;
	background-repeat: no-repeat;
}

.webp .block_content_stats.hexagon_bg .container:after {
	background-image: url('../images/hexagon-bg4.webp');
}

.no-webp .block_content_stats.hexagon_bg .container:after {
	background-image: url('../images/hexagon-bg4.png');
}

.block_content_stats .content .content_inner {
	color: #032348;
}

.block_content_stats .stats {
	background-color: #F3F4F4;
}

.block_content_stats .stats .content_inner {
	padding: 10%;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #60676C;
}

.block_content_stats .stats .content_inner strong {
	font-size: 4.16666667em;
	line-height: 1em;
	color: #032348;
}

.block_content_stats .stat + .stat {
	margin-top: 1em;
}

.block .link {
	text-align: center;
	margin-top: 1.5em;
}

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

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

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

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

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

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

}

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

	.block_content_photo .content_inner {
		padding: 60px 50px;
	}

}

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

	.block_content_photo .content_inner {
		padding: 40px 30px;
	}

}

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

	.block_content_photo .content_inner {
		padding: 30px 15px;
	}

}

.block_content_on_photo {
	position: relative;
}

.block_content_on_photo img {
	display: block;
	width: 100%;
	max-width: none;
	height: 720px;
	object-fit: cover;
}

.block_content_on_photo .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.75);
}

.block_content_on_photo .container {
	max-width: 750px;
	height: 100%;
}

.block_content_on_photo .content_inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	line-height: 1.66666667em;
	color: #032348;
	text-align: center;
}

.block_content_on_photo h2 {
	font-size: 70px;
	line-height: 1em;
	letter-spacing: .1em;
	margin-bottom: .25em;
}

.block_content_on_photo .content_inner .link {
	margin-top: 2em;
}

.block_content_on_photo.hexagon_bg .content {
	background-repeat: no-repeat;
	background-position: bottom left;
}

.webp .block_content_on_photo.hexagon_bg .content {
	background-image: url('../images/hexagon-bg3.webp');
}

.no-webp .block_content_on_photo.hexagon_bg .content {
	background-image: url('../images/hexagon-bg3.png');
}

.block_boxes {
	text-align: center;
}

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

.block_boxes h2 {
	font-weight: 400;
	color: #60676C;
	margin-bottom: 2em;
}

.block_boxes h2 strong {
	font-size: 1.25em;
	color: #032348;
}

.block_box {
	margin-bottom: 40px;
	font-size: 21px;
	line-height: 1.1em;
	color: #60676C;
	padding-bottom: 30px !important;
}

.block_box .step {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 200px;
	line-height: 1em;
	font-weight: 900;
	color: #FCB315;
}

.block_box .title {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #032348;
	margin-bottom: .5em;
}

.block_box p {
	font-weight: 500;
}

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

	.block_boxes .container_inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.block_box {
		width: calc(100%/3);
		padding: 0px 4%;
	}

	.block_box:nth-child(3n-1), .block_box:nth-child(3n) {
		border-left: 1px solid #BFC7CA;
	}

	.block_box:nth-child(3n-2) {
		padding-left: 0px;
	}

	.block_box:nth-child(3n) {
		padding-right: 0px;
	}

}

.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%;
	z-index: 10;
}

.block_slideshow .content_inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0px 5%;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 78px;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #FFFFFF;
	text-align: center;
}

.block_slideshow .title {
	max-width: 1080px;
	margin: 0px auto;
}

.block_slideshow .title span {
	color: #FCB315;
}

.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 6 Pro";
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #FFFFFF;
	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: #FFFFFF;
}

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

/* HOME CSS */

#home_slideshow_wrapper {
	height: 100vh;
}

/* INSTAGRAM CSS */

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

.block_instagram p {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 1.4em;
	font-weight: 700;
	color: #032348;
	text-transform: uppercase;
	text-align: center;
}

.block_instagram p a {
	color: #032348;
}

.block_instagram p a span {
	font-size: 50px;
	color: #FCB315;
}

.block_instagram .posts {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.block_instagram .posts div {
	width: calc(25% - 20px);
	position: relative;
}

.block_instagram .posts a {
	display: block;
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.block_instagram .posts span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.block_instagram .posts a:hover span {
	background-color: rgba(255,255,255,.4);
}

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

	.block_instagram .posts div {
		width: calc(50% - 7.5px);
	}

	.block_instagram .post3, .block_instagram .post4 {
		margin-top: 15px;
	}

}

/* TEAM CSS */

.block_team_content .container {
	max-width: 1800px;
	display: flex;
	align-items: center;
}

.block_team_content .content {
	width: calc(100%/3);
	padding-right: 100px;
}

.block_team_content p {
	font-size: 24px;
	line-height: 1.1em;
	text-align: center;
	color: #8D969A;
}

.block_team_content .team {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(200%/3);
	margin-top: -10px;
}

.block_team_content .team_member, .block_team .team_member {
	width: calc(25% - 7.5px);
	margin-top: 10px;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.block_team_content .team_member:first-child, .block_team .team_member:first-child {
	margin-left: 0px;
}

.block_team_content .team_member:last-child, .block_team .team_member:last-child {
	margin-right: 0px;
}

.team_member .photo {
	aspect-ratio: cos(30deg);
	clip-path: polygon(-50% 50%,50% 100%,150% 50%,50% 0);
	position: relative;
}

.team_member a {
	color: #032348;
}

.team_member a .photo:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	aspect-ratio: cos(30deg);
	clip-path: 
		polygon(50% 0,-50% 50%,50% 100%,150% 50%,50% 0,
		50% 11px,
		calc(100% - 11px*sin(60deg)) calc(25% + 11px*cos(60deg)),
		calc(100% - 11px*sin(60deg)) calc(75% - 11px*cos(60deg)),
		50% calc(100% - 11px),
		calc(11px*sin(60deg)) calc(75% - 11px*cos(60deg)),
		calc(11px*sin(60deg)) calc(25% + 11px*cos(60deg)),
		50% 11px);
	background: #FCB315;
}

.team_member a .photo {
	display: block;
	width: 100%;
	height: 0px;
	padding-bottom: 116%;
}

.team_member a img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team_member a:hover img {
	opacity: .7;
}

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

	.block_team_content .content {
		padding-right: 75px;
	}

}

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

	.block_team_content .content {
		width: 50%;
	}

	.block_team_content .team {
		width: 50%;
	}

	.block_team_content .team_member {
		width: calc(50% - 7.5px);
	}

}

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

	.block_team_content .content {
		padding-right: 50px;
	}

}

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

	.block_team_content .content {
		padding-right: 30px;
	}

}

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

	.block_team_content .container {
		display: block;
	}

	.block_team_content .content {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 40px;
	}

	.block_team_content .team {
		width: 100%;
	}

}

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

.block_team img {
	display: block;
}

.block_team p {
	text-align: justify;
}

.block_team .team {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-top: -60px;
}

.block_team .team_member {
	margin-top: 60px;
}

.block_team .team_member .name {
	display: inline-block;
	margin-top: .5em;
}

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

	.block_team .container {
		display: flex;
	}

	.block_team .photo {
		width: 38%;
	}

	.block_team .content {
		width: 62%;
		padding-left: 100px;
		display: flex;
		flex: 1;
		align-items: center;
	}

	.block_team .content_inner {
		width: 100%;
	}

}

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

	.block_team .content {
		padding-left: 75px;
	}

}

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

	.block_team .photo {
		width: 45%;
	}

	.block_team .content {
		width: 55%;
		padding-left: 50px;
	}

}

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

	.block_team .team {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}

	.block_team .team_member {
		width: calc(50% - 7.5px);
	}

}

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

	.block_team .team_member {
		font-size: 28px;
	}

	.block_team div.photo {
		margin-bottom: 2em;
	}

}

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

	.block_team .team_member {
		font-size: 24px;
	}

}

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

	.block_team .team_member {
		width: 100%;
	}

}

/* NEWS AND EVENTS CSS */

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

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

.block_news_events img {
	display: block;
	margin-bottom: 20px;
}

.block_news_events .item .title {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #032348;
	margin-bottom: .5em;
}

.block_news_events .date {
	font-size: 19px;
	color: #8D969A;
	margin-bottom: .75em;
}

.block_news_events p {
	line-height: 21px;
}

.block_news_events a {
}

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

}

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

}

.block_content.news .container {
}

.block_content.news .right_photo {
	width: calc(50% - 50px);
	max-width: 700px;
	margin-top: 10px;
	margin-left: 100px;
}

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

	.block_content.news .right_photo {
		margin-left: 75px;
	}

}

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

	.block_content.news .right_photo {
		margin-left: 50px;
	}

}

#content .pagination {
	padding: 0px;
	text-align: center;
	margin: 30px 0px 0px 0px;
}

#content .pagination + .container_inner {
	margin-top: 20px;
}

.pagination li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px;
	width: 30px;
	height: 35px;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FCB315;
	font-size: 18px;
	line-height: 35px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pagination li.arrow {
	font-size: 24px;
	line-height: 30px !important;
}

.pagination li a {
	background-color: #032348;
	color: #FCB315;
	display: block;
	height: 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pagination li.active, .pagination li a:hover {
	background-color: #204E82;
}

/* GALLERY CSS */

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

.gallery div {
	width: calc(25% - 7.5px);
	margin-bottom: 8px;
}

.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 (max-width: 1099px) { 

	.gallery div {
		width: calc(33.333333333333333% - 6.666666666666px);
	}

}

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

	.gallery div {
		width: calc(50% - 5px);
	}

}

/* FAQ CSS */

.block_faqs div.question {
	cursor: pointer;
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: #DDDDDD;
	padding: 10px 15px 10px 15px;
}

.block_faqs div.question:before {
	float: left;
	margin-right: 10px;
	display: inline;
	content: '\f0d7';
	font-family: "Font Awesome 6 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: #EEEEEE;
}

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

}

/* POPUP CSS */

#popup {
	display: none;
	width: 90%;
	max-width: 650px;
	background-color: #FFFFFF;
	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: #000000;
}

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

	#popup {
		padding: 30px;
	}

}

/* RESPONSIVE CSS */

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

	#nav_trigger {
		display: none;
	}

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

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

	#main_nav {
	}

	#main_nav > li {
		display: inline-block;
		line-height: 50px;
		padding-bottom: 8px;
		margin-left: 30px;
	}

	#main_nav li#nav7 a {
		display: block;
		background-color: #FCB315;
		padding: 0px 15px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	#main_nav li#nav7 a:hover {
		background-color: #F6C761;
	}

	#main_nav > li a:after {
		content: " ";
		transition: all .2s;
		width: 62px;
		height: 5px;
		position: absolute;
		bottom: 11px;
		left: calc(50% - 31px);
	}

	#main_nav > li a:hover:after, #main_nav > li.active a:after {
		background-color: #FCB315;
	}

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

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

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

	#main_nav li > ul::after {
		content: '';
		display: block;
		position: absolute;
		left: calc(50% - 12px);
		bottom: 100%;
		width: 0px;
		height: 0px;
		border-bottom: 8px solid #032348;
		border-top: 8px solid transparent;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
	}

	#main_nav li li {
		text-align: center;
	}

	#main_nav li li a {
		display: block;
		padding: 10px 30px;
		color: #FFFFFF !important;
	}

	#main_nav li li a:hover {
		color: #FCB315 !important;
	}

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

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

	#subnav li {
		display: inline-block;
		margin: 0px 15px 10px 15px;
		white-space: nowrap;
		position: relative;
		padding-bottom: 8px;
	}

	#subnav li a:after {
		content: " ";
		transition: all .2s;
		width: 62px;
		height: 5px;
		position: absolute;
		bottom: 0px;
		left: calc(50% - 31px);
	}

	#subnav li a:hover:after, #subnav li.active a:after {
		background-color: #FCB315;
	}

	#section_title {
		display: none;
	}

}

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

	#main_nav > li {
		margin-left: 20px;
	}

}

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

	#main_nav > li {
		font-size: 17px;
		margin-left: 15px;
	}

}

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

	#logo {
		left: 75px;
	}

	#nav {
		right: 75px;
	}

}

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

	#logo {
		left: 50px;
	}

	#nav {
		right: 50px;
	}

}

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

	#logo {
		left: 30px;
	}

	#nav {
		right: 30px;
	}

}

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

	.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: #032348;
		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: #032348;
		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 a {
		display: block;
		padding: 10px 15px;
		color: #FFFFFF;
	}

	#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: 500;
		text-transform: uppercase;
		color: #032348;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	#section_title:after {
		padding-left: 10px;
		content: '\f0d7';
		font-family: "Font Awesome 6 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: #E1E7EA;
		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;
	}

}
