@font-face {
	font-family: 'royal-signage';
	src: url('fonts/royalsignage-rg-webfont.woff2') format('woff2'),
	url('fonts/royalsignage-rg-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

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

body {
	font-family: "IM Fell DW Pica", Georgia, serif;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: 600;
	color: #CDAF75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.iframe {
	padding: 20px;
}

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

h1, h2.title {
	font-family: 'royal-signage', Georgia, serif;
	font-size: 50px;
	line-height: 1em;
	font-weight: normal;
	margin-bottom: .5em;
}

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

	h1, h2.title {
		font-size: 40px;
	}

}

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

	h1, h2.title {
		font-size: 30px;
	}

}

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

	h1, h2.title {
		font-size: 25px;
	}

}

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

	h1, h2.title {
		font-size: 22px;
	}

}

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

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: #CDAF75;
}

a, a:after, .overlay:after, button, .button, input[type="button"], input[type="submit"], .nav .st0, .nav .st1, .nav .st2 {
	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: "industry", Arial, Helvetica, sans-serif;
	font-size: 20px !important;
	line-height: 24px;
	color: #CDAF75;
	padding: 6px 15px;
	background-color: #000000;
	border: 1px solid #CDAF75;
	-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: #CDAF75;
	color: #000000;
	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: #FFFFFF;
}

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

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

.fancy_button {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 12px;
}

.fancy_button:hover {
	background-color: #333333;
}

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

#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 {
	text-align: left;
}

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

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

.contact_form h2 {
	font-family: "industry", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-align: left;
	margin-bottom: .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);
	}

}

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

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

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

@media only screen and (max-width: 799px) {
	.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; }
}

/* 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 {
	height: 190px;
	border-bottom: 6px solid #CDAF75;
}

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

header .container, footer .container {
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
}

#logo {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 100%;
	text-align: center;
}

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

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

#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: -80px;
	width: 100%;
	height: 80px;
	background-color: #999999;
	z-index: 9999;
}

.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 img, .collapsed #logo img {
	max-width: 200px;
}
*/

#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 .container {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 40px;
	}

}

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

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

	.cta {
		margin-top: 1px;
	}

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

}

footer {
	border-bottom: 25px solid #CDAF75;
	padding-top: 50px;
	padding-bottom: 40px;
}

#footer_logo {
	text-align: center;
}

#footer_logo img {
	width: 100%;
	max-width: 280px;
	display: inline-block;
}

#footer_nav {
	position: absolute;
	top: 43px;
	left: 0px;
	width: 100%;
}

/* NAVIGATION CSS */

.nav {
	padding: 0px;
}

.nav li {
	list-style: none;
	position: relative;
	white-space: nowrap;
	font-family: "industry", Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: center;
}

.nav li a, .nav li.active li a {
	display: block;
	color: #CDAF75;
}

.nav li a:hover {
	color: #FFFFFF;
}

.nav svg {
	height: 40px;
}

.nav .st0 {
	fill: #CDAF75;
}

.nav .st1 {
	fill: none;
	stroke: #E3C17F;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4px;
}

.nav .st2 {
	fill: none;
	stroke: #CDAF75;
	stroke-miterlimit: 10;
	stroke-width: 2.5px;
}

.nav li a:hover .st0 {
	fill: #FFFFFF;
}

.nav li a:hover .st0, .nav li a:hover .st1, .nav li a:hover .st2 {
	stroke: #FFFFFF;
}

#subnav {
	text-align: center;
}

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

#subnav li {
	list-style: none;
}

#subnav li a {
	color: #000000;
}

#subnav li a:hover, #subnav li.active a {
	color: #CCCCCC;
}

/* CONTENT BLOCK CSS */

.block {
	position: relative;
}

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

.block_content {
	text-align: center;
}

.block_content.bgcolor1 {
	background-color: #CDAF75;
	color: #000002;
}

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

.block_photo .title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #2D3C31;
}

.block_photo .title span:before, .block_photo .title span:after, .block_headline .title span:before, .block_headline .title span:after {
	display: inline-block;
	width: 113px;
	height: 22px;
	width: 77px;
	height: 15px;
	line-height: 20px;
	vertical-align: top;
}

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

	.block_photo .title span:before, .block_photo .title span:after, .block_headline .title span:before, .block_headline .title span:after {
		width: 70px;
		height: 14px;
	}

}

.block_photo .title span:before {
	content: url("data:image/svg+xml,%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 112.8 21.8' style='enable-background:new 0 0 112.8 21.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%232D3C31;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0,0l15.2,3.6c12.9,3,20,5,25.2,7.8l0.9,0.5l0.9-0.5c8.4-5,28.7-7.7,37.2-7.7h3.8c0.1,0.5,0.2,0.9,0.5,1.3 c-2.5,2.6-3.9,5.8-3.9,9.2c0,4.2,3.4,7.7,7.6,7.7c3.1,0,5.6-2.5,5.6-5.6c0-2.4-1.9-4.3-4.3-4.3c-0.5,0-0.9,0.1-1.3,0.3l-0.2,0.1 c-0.2,0.1-0.5,0.3-0.7,0.5c-1.1,1-1.5,2.3-1.1,3.5c0.4,1,1.3,1.7,2.3,1.8c-0.1,0-0.3,0-0.4,0c-2.2,0-4-1.8-4-4.1 c0-5.8,5.6-10.5,12.4-10.5h8l9-3.6H0z'/%3E%3C/svg%3E%0A");
	padding-right: 10px;
}

.block_photo .title span:after {
	content: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 112.8 21.8' style='enable-background:new 0 0 112.8 21.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%232D3C31;%7D%0A%3C/style%3E%3Cpath class='st0' d='M112.8,0L97.6,3.6c-12.9,3-20,5-25.2,7.8l-0.9,0.5l-0.9-0.5c-8.4-5-28.7-7.7-37.2-7.7h-3.8 c-0.1,0.5-0.2,0.9-0.5,1.3c2.5,2.6,3.9,5.8,3.9,9.2c0,4.2-3.4,7.7-7.6,7.7c-3.1,0-5.6-2.5-5.6-5.6c0-2.4,1.9-4.3,4.3-4.3 c0.5,0,0.9,0.1,1.3,0.3l0.2,0.1c0.2,0.1,0.5,0.3,0.7,0.5c1.1,1,1.5,2.3,1.1,3.5c-0.4,1-1.3,1.7-2.3,1.8c0.1,0,0.3,0,0.4,0 c2.2,0,4-1.8,4-4.1c0-5.8-5.6-10.5-12.4-10.5H9L0,0L112.8,0z'/%3E%3C/svg%3E%0A");
	padding-left: 10px;
}

/*

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

	.block_photo {
		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: 1400px;
}

#content .block_content_photo .photo {
	margin-bottom: 20px;
}

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

/*
#content .block_content_photo.stretch .photo img {
/*	height: 100%;
	object-fit: cover;*/
	--s: 55px; /* the size on the corner */
	--t: 4px;  /* the thickness of the border */
	--g: 15px; /* the gap between the border and image */
	padding: calc(var(--g) + var(--t));
	outline: var(--t) solid #CDAF75;
	outline-offset: calc(-1*var(--t));
	mask:
		conic-gradient(at var(--s) var(--s),#0000 75%,#000 0)
		0 0/calc(100% - var(--s)) calc(100% - var(--s)),
		conic-gradient(#000 0 0) content-box;
}
*/

#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 {
	padding-top: 20px;
	text-align: justify;
}

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

.block_content .content_inner p:first-child::first-letter, .block_content_photo .content_inner p:first-child::first-letter {
	font-size: 2em;
}

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

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

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

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

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

	.block_content_photo.stretch .content_inner {
		width: 100%;
		padding: 0px;
	}

}

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

	.block_content_photo.stretch .container .photo {
		padding-left: 60px;
	}

}

.block_headline {
	background-color: #2D3C31;
	text-align: center;
	color: #CDAF75;
}

.block_headline .title {
	margin: 0px;
}

.block_headline .title span:before {
	content: url("data:image/svg+xml,%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 112.8 21.8' style='enable-background:new 0 0 112.8 21.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23CDAF75;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0,0l15.2,3.6c12.9,3,20,5,25.2,7.8l0.9,0.5l0.9-0.5c8.4-5,28.7-7.7,37.2-7.7h3.8c0.1,0.5,0.2,0.9,0.5,1.3 c-2.5,2.6-3.9,5.8-3.9,9.2c0,4.2,3.4,7.7,7.6,7.7c3.1,0,5.6-2.5,5.6-5.6c0-2.4-1.9-4.3-4.3-4.3c-0.5,0-0.9,0.1-1.3,0.3l-0.2,0.1 c-0.2,0.1-0.5,0.3-0.7,0.5c-1.1,1-1.5,2.3-1.1,3.5c0.4,1,1.3,1.7,2.3,1.8c-0.1,0-0.3,0-0.4,0c-2.2,0-4-1.8-4-4.1 c0-5.8,5.6-10.5,12.4-10.5h8l9-3.6H0z'/%3E%3C/svg%3E%0A");
	padding-right: 15px;
}

.block_headline .title span:after {
	content: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 112.8 21.8' style='enable-background:new 0 0 112.8 21.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23CDAF75;%7D%0A%3C/style%3E%3Cpath class='st0' d='M112.8,0L97.6,3.6c-12.9,3-20,5-25.2,7.8l-0.9,0.5l-0.9-0.5c-8.4-5-28.7-7.7-37.2-7.7h-3.8 c-0.1,0.5-0.2,0.9-0.5,1.3c2.5,2.6,3.9,5.8,3.9,9.2c0,4.2-3.4,7.7-7.6,7.7c-3.1,0-5.6-2.5-5.6-5.6c0-2.4,1.9-4.3,4.3-4.3 c0.5,0,0.9,0.1,1.3,0.3l0.2,0.1c0.2,0.1,0.5,0.3,0.7,0.5c1.1,1,1.5,2.3,1.1,3.5c-0.4,1-1.3,1.7-2.3,1.8c0.1,0,0.3,0,0.4,0 c2.2,0,4-1.8,4-4.1c0-5.8-5.6-10.5-12.4-10.5H9L0,0L112.8,0z'/%3E%3C/svg%3E%0A");
	padding-left: 15px;
}

.block_boxes .container {
	border: 4px solid #CDAF75;
	padding: 0px 50px 40px 50px;
}

.block_boxes .container > .title {
	text-align: center;
	margin-top: -15px;
}

.block_boxes .title span {
	background-color: #000000;
	padding: 0px 20px;
}

.block_boxes .container_inner {
	padding-top: 40px;
}

.block_box {
	position: relative;
	font-family: "industry", Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 1.4em;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: center;
}

.block_box .photo {
	padding-bottom: 20px;
	display: table-cell;
	vertical-align: middle;
}

.block_box img {
	width: 100%;
}

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

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

	.block_box {
		width: calc(100%/3 - 50px);
	}

}

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

	.block_box {
		width: calc(100%/3 - 40px);
	}

}

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

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

	.block_box {
		margin-top: 50px;
	}

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

}

.block_mailinglist {
	background-color: #2D3C31;
	text-align: center;
	color: #CDAF75;
}

.block_mailinglist input {
	background-color: #687170;
	border: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 350px;
	height: 60px;
	margin-left: 20px;
	padding: 0px 20px;
}

.block_mailinglist button, .block_mailinglist #mc-embedded-subscribe {
	background-color: #CDAF75;
	color: #000000;
	border: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #000002;
	width: 175px;
	height: 60px;
	font-size: 18px;
	margin-left: 20px;
}

.block_mailinglist button:hover, .block_mailinglist #mc-embedded-subscribe:hover {
	background-color: #FFFFFF;
}

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

	.block_mailinglist label {
		display: block;
		margin-bottom: 1em;
	}

	.block_mailinglist input {
		margin-left: 0px;
	}

}

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

	.block_mailinglist form {
		max-width: 350px;
		margin: 0px auto;
	}

	.block_mailinglist input {
		width: 100%;
	}

	.block_mailinglist button {
		margin-left: 0px;
		margin-top: 20px;
	}

}

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

.block_slideshow .content_inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

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

/* 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 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 .faq {
	position: relative;
}

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

}

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

/* 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;
		left: 0px;
		width: 100%;
		height: auto;
	}

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

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

	.nav li.spacer {
		width: 300px;
	}

	.nav li#nav4, .nav li#nava5 {
		padding-right: 30px;
	}

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

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

	.nav li li a {
		display: block;
		padding: 7px 10px;
	}

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

	header {
		height: 168px;
	}

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

	#nav {
		top: 40px;
	}

	.nav li.spacer {
		width: 225px;
	}

	#footer_logo img {
		max-width: 240px;
	}

	#footer_nav {
		top: 35px;
	}

}

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

	header {
		height: 156px;
	}

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

	#nav {
		top: 40px;
	}

	.nav li.spacer {
		width: 200px;
	}

	#footer_logo img {
		max-width: 210px;
	}

	#footer_nav {
		top: 32px;
	}

}

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

	.mobile_nav body {
		overflow: hidden;
	}

	.mobile_nav #header_inner {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100vh;
		overflow-y: scroll;
		z-index: 50;
	}

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

	#nav_trigger:after, #nav_trigger:before, #nav_trigger span {
		content: '';
		display: block;
		background-color: #CDAF75;
		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: #000000;
		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%;
	}

	.nav li {
		display: block;
		text-align: center;
		white-space: normal;
	}

	.nav li.spacer {
		display: none;
	}

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

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

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

	.nav li li {
		font-size: 16px;
	}

	.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 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: #DDDDDD;
		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;
	}

	footer .nav {
		display: none;
	}

}

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

	#nav_trigger {
		right: 15px;
	}

}
