/* 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%;
}

body {
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 2em;
	color: #000000;
}

body.editor, body.short_editor {
	background-image: none;
	background-color: #FFFFFF;
	min-height: 400px;
	transition: none;
}

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

#content .tox-edit-area__iframe {
	padding: 0px 10px;
}

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

table.data_table {
	width: 100%;
}

table td {
	vertical-align: top;
}

p {
	margin-bottom: 1em;
}

.block_content p {
	text-align: justify;
}

.block p:last-of-type {
	margin-bottom: 0px;
}

ul {
	padding-left: 15px;
}

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

#content li, #page_blocks li, .editor li {
	line-height: 1.75em;
	margin-bottom: .25em;
}

h1 {
	font-size: 40px;
	line-height: 1em;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .15em;
	margin-bottom: .5em;
}

h2 {
	font-size: 30px;
	line-height: 1em;
	font-weight: 500;
	font-style: italic;
	color: #D21417;
	letter-spacing: .1em;
	margin-bottom: .25em;
}

h1 + h2 {
	text-align: center;
	margin-top: -.25em;
	margin-bottom: 1em;
}

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

img {
	border: none;
}

#content img, .editor img {
	max-width: 100%;
	height: auto;
}

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

a, button, .button, input[type="button"], input[type="submit"], .cta a span.background, a:after, .block_instagram .posts span, .block_instagram .post span:after {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

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

.stretch {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.stretch:after {
	content: "";
	display: inline-block;
	width: 100%;
}

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

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

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

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

.right_photo {
	float: right;
	margin: 5px 0px 40px 40px;
	display: inline;
	max-width: 50%;
}

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

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

	.right_photo, .left_photo {
		float: none;
		margin: 0px auto 20px auto;
		display: block;
	}

}

.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: 45%;
	}

}

/* FORM CSS */

label, .label {
	white-space: nowrap;
}

input, select, textarea {
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 5px;
	border: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0px;
}

input:focus, select:focus, textarea:focus, button:focus {
	outline: 0px; 
}

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: 2px 4px;
	-webkit-appearance: none;
	cursor: pointer;
}

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

/* LAYOUT CSS */

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

header {
	position: relative;
}

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

#header_inner .container {
	max-width: 1525px;
}

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

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

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

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

}

#header_photo {
	margin-bottom: 30px;
	padding-top: 100px;
	position: relative;
}

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

#header_photo:after, #home_slideshow:after {
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	/*height: 46.2%;*/
	height: 305px;
	background: rgb(255,255,255);
	/*background: linear-gradient(180deg, rgba(255,255,255,1) 32%, rgba(255,255,255,0) 100%);*/
	background: linear-gradient(180deg, rgba(255,255,255,1) 100px, rgba(255,255,255,0) 100%);
	z-index: 5;
}

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

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

	#header_photo img {
		width: 1150px;
	}

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

	#header_photo.right img {
		float: right;
	}

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

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

}

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

.collapsed #header_inner {
	top: 0px;
	-webkit-transition: top 0.4s ease-in;
	transition: top 0.4s ease-in;
}

.collapsed_temp #logo, .collapsed #logo {
	top: 12px;
	height: 35px;
	overflow: hidden;
}

.collapsed_temp #logo img, .collapsed #logo img {
	width: 200px;
/*	margin-left: -27px;*/
}

.collapsed_temp #nav, .collapsed #nav {
	padding-top: 20px;
}

#ctas {
	padding: 65px 0px;
	background-color: #D9D9D9;
}

.layout2 #ctas {
	background-color: transparent;
}

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

.cta {
	position: relative;
}

.cta a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-size: 30px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.cta a:hover {
	background-color: rgba(0,0,0,.4);
}

.cta img {
	width: 100%;
}

.cta a span.content {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 48%, rgba(0,0,0,1) 100%); 
}

.cta a span.content_inner {
	position: absolute;
	left: 0px;
	bottom: 15%;
	width: 100%;
	line-height: 1em;
}

.layout2 .cta a span.content_inner {
	bottom: 10%;
	line-height: 1.3em;
}

.cta a strong {
	letter-spacing: .1em;
}

.cta a span.link {
	font-size: 18px;
	line-height: 1em;
	font-style: italic;
	color: #EB2A2E;
	text-transform: none;
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}

.cta a span.link:after {
	content: " ";
	transition: all .2s;
	width: 54px;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 27px);
	background-color: #EFEA27;
}

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

	#ctas .container {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		grid-column-gap: 1.5%;
	}

}

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

	#ctas .container {
		/*
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 1.5%;
		grid-row-gap: 2.5%;
		*/
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#ctas .cta {
		width: calc(50% - 20px);
		margin: 10px 10px;
	}

	#ctas .cta:nth-child(1), #ctas .cta:nth-child(2) {
		margin-top: 0px;
	}

	#ctas .cta:last-child {
		margin-bottom: 0px;
	}

}

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

	#ctas .container {
		max-width: 344px;
	}

	.cta {
		margin-top: 10px;
	}

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

}

#bottom_content {
	background-color: #CCCCCC;
}

#bottom_content > .container {
	max-width: none;
	display: table;
}

#bottom_content > .container:before {
	content: " ";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	background-color: #FFFFFF;
}

#testimonial, #bottom_contact {
	width: 50%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#testimonial cite {
	display: block;
	font-size: 18px;
	line-height: 25px;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #000000;
	margin-bottom: 1.25em;
}

#testimonial cite em {
	font-size: 17px;
	text-transform: none;
	color: #575756;
}

#testimonial blockquote {
	margin: 0px;
}

#testimonial blockquote span {
	font-size: 30px;
	color: #AE1316;
	vertical-align: bottom;
	margin: 0px 4px;
}

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

	#bottom_content > .container {
		display: block;
	}

	#bottom_content > .container:before {
		display: none;
	}

	#testimonial, #bottom_contact {
		width: 100%;
		display: block;
	}

	#testimonial {
		padding-bottom: 30px;
	}

	#bottom_contact {
		border-top: 1px solid #FFFFFF;
		padding-top: 30px;
	}

}

#bottom_contact .title {
	font-size: 30px;
	line-height: 1em;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #000000;
	margin-bottom: .5em;
}

#bottom_contact p {
	margin-bottom: 1em;
	font-style: italic;
}

#bottom_contact a {
	font-size: 24px;
	font-weight: 500;
	font-style: italic;
	color: #575756;
	letter-spacing: .05em;
	position: relative;
	padding-bottom: 5px;
}

#bottom_contact a:after {
	content: " ";
	transition: all .2s;
	width: 54px;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 27px);
	background-color: #AE1316;
}

#bottom_contact a:hover {
	color: #989898;
}

#bottom_contact a:hover:after {
	background-color: #491F0D;
}

#social {
	padding: 0px;
	margin: 40px 0px 55px 0px;
	text-align: center;
}

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

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

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

footer {
	min-height: 487px;
	padding-top: 100px;
	background-color: #622A11;
	background-image: url('../images/footer-bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	line-height: 1.75em;
	text-align: center;
	color: #FFFFFF;
}

footer a {
	color: #FFFFFF;
}

footer a:hover {
	color: #EB2A2E;
}

footer img {
	width: 148px;
	margin-bottom: 25px;
}

.footer_col {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 1em 50px 0px 50px;
}

#abi {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
}

#copyright {
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	color: #888585;
	padding-bottom: 20px;
}

#copyright a {
	color: #888585;
}

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

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

	footer {
		background-size: 100% auto;
		background-position: center top;
	}

}

/* NAVIGATION CSS */

#nav ul {
	padding: 0px;
}

#nav li {
	list-style: none;
	position: relative;
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#nav li a {
	color: #000000;
}

#nav li a:hover, #nav li.active a {
	color: #EB2A2E;
}

#subnav ul {
	padding: 0px;
}

#subnav li {
	list-style: none;
}

/* PAGE BLOCK CSS */

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

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

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

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

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

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

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

#content .block_content_photo .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block_content_photo .content_inner {
	padding: 10%;
}

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

	.block_content_photo .container {
		display: flex;
	}

	.block_content_photo.right .container {
		flex-direction: row-reverse; 
	}

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

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

}

.block_box {
	margin-bottom: 40px;
}

.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(50% - 20px);
	}
}

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

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

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

}

/* HOME CSS */

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

.block_slideshow ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

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

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

.block_slideshow .rslides li img {
	width: 100%;
	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: 50px;
	left: 0px;
	width: 100%;
	z-index: 55;
}

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

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

.rslides_tabs li a:before, .rslides_tabs li a:after {
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	content: "\f10C";
	text-indent: 0px;
	z-index: 1;
}

.rslides_tabs li a:after {
	content: "\f111";
	z-index: 2;
}

.rslides_tabs li.rslides_here a:before {
	color: #EB2A2E;
	content: "\f111";
}

.rslides_tabs li.rslides_here a:after {
	color: #000000;
	content: "\f10C";
}

.rslides_nav {
	display: none;
}

/* NEWS AND EVENTS CSS */

.block_news_events .item {
	border: 1px solid #DDDDDD;
	text-align: center;
	padding: 3% 3% 2% 3%;
	margin-bottom: 14px;
}

.block_news_events .title {
}

.block_news_events .date {
}

.block_news_events p {
	text-align: left;
}

.block_news_events a {
}

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

	.block_news_events .container {
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

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

	.block_news_events .item {
		width: calc(50% - 7px);
	}

}

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

	.block_news_events .item {
		padding: 3% 3% 2% 3%;
	}

}

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

	.block_news_events .item {
		padding: 4% 4% 2.8% 4%;
	}

}

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

	.block_news_events .item {
		padding: 20px 20px 10px 20px;
	}

}

/* GALLERY CSS */

.block_gallery, .layout2 .block_content {
	background-color: #EAEAEA;
}

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

.block_gallery h2 {
	font-size: 25px;
	line-height: 1em;
	text-transform: uppercase;
	color: #491F0D;
	text-align: center;
	margin-bottom: 2em;
}

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery div {
	text-align: center;
	line-height: 16px;
	width: calc(25% - 7.5px);
}

.gallery img {
	margin-bottom: 5px;
	width: 100%;
}

@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: FontAwesome;
	font-size: 20px;
	font-weight: normal;
	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;
}

/* FEEDBACK CSS */

#content form.feedback {
	background-color: #EEEEEE;
	padding: 20px;
}

form.feedback label {
	display: block;
}

form.feedback div {
	margin-bottom: 10px;
}

form.feedback div label {
	display: inline;
	white-space: normal;
}

form.feedback input, form.feedback select, form.feedback textarea {
	width: 100%;
	height: 35px;
	padding: 0px 10px;
}

form.feedback input.radio, form.feedback input.checkbox {
	width: auto;
	height: auto;
	padding: 0px;
}

form.feedback textarea {
	width: 100%;
	height: 100px;
	padding: 5px 10px;
}

form.feedback input.button {
	width: auto;
}

/* INSTAGRAM CSS */

.block_instagram {
	max-width: none;
}

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

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

.block_instagram div.post6 {
	display: none;
}

.block_instagram .posts a {
	display: block;
	width: 100%;
	height: 0px;
	padding-bottom: 133.3333333%;
	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%;
	background-color: transparent;
	background-position: center center;
}

.block_instagram .post a:hover span {
	background-color: rgba(210,20,23,.3);
}

.block_instagram .post span:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	display: block;
	margin-left: -25px;
	margin-top: -25px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkBAMAAACCzIhnAAAAElBMVEUAAAD///////////////////8+Uq06AAAABXRSTlMA7pEGicokfn8AAAEBaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyI/PjxyOlJERiB4bWxuczpyPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj48cjpEZXNjcmlwdGlvbiB4bWxuczp4PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIj48eDpDcmVhdGVEYXRlPjIwMjEtMDYtMzBUMTY6NDU6MDUtMDA6MDA8L3g6Q3JlYXRlRGF0ZT48L3I6RGVzY3JpcHRpb24+PC9yOlJERj48P3hwYWNrZXQgZW5kPSJyIj8+EhBa3QAAAGRJREFUWMPt2LENACEMBEE34QoQDdCJJa7/Vh59THJESOzmk4Cji30jpWrh1LWaFkmtyiL6g0AgEAgE8jwZKatq0WU2I11SIbvXif/IJ1/pH8y9xw+BQCAQCOReYoxdxqTmDHcfddNyYLfxMpYAAAAASUVORK5CYII=');
	background-size: 50px 50px;
	background-repeat: no-repeat;
	opacity: 0;
}

.block_instagram .post a:hover span:after {
	opacity: 1;
}

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

	.block_instagram .posts div {
		width: calc(33.333333333333% - 10px);
	}

	.block_instagram div.post6 {
		display: block;
	}

	.block_instagram div.post4, .block_instagram div.post5, .block_instagram div.post6 {
		margin-top: 15px;
	}

}

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

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

	.block_instagram div.post3 {
		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;
}

div.close {
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
	font-size: 22px;
	line-height: 22px;
}

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

	#popup {
		padding: 30px;
	}

}

/* RESPONSIVE CSS */

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

	#nav_trigger, #nav_close {
		display: none;
	}

	#nav {
		padding-top: 82px;
		top: 0px;
		left: 0px;
		width: 100%;
	}

	#main_nav {
		width: 100%;
		margin: 0px auto;
		display: flex;
		justify-content: space-between;
	}

	#nav li {
		padding-bottom: 8px;
		margin: 0px 10px;
	}

	#nav li.first {
		margin-left: 0px;
	}

	#nav li:last-child {
		margin-right: 0px;
	}

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

	#nav li a:after {
		content: " ";
		transition: all .2s;
		width: 54px;
		height: 1px;
		position: absolute;
		bottom: 0px;
		left: calc(50% - 27px);
	}

	#nav li a:hover:after, #nav li.active a:after {
		background-color: #EFE826;
	}

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

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

	#nav li li {
		white-space: nowrap;
	}

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

	#subnav {
		text-align: center;
		margin-bottom: 30px;
	}

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

	#section_title {
		display: none;
	}

}

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

	#nav li {
		font-size: 14px;
	}

}

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

	.container {
		padding: 0px 50px;
	}

}

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

	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 22px;
	}

	.mobile_nav body {
		overflow: hidden;
	}

	.container {
		padding: 0px 15px;
	}

	.mobile_nav #header_inner {
		z-index: 70;
	}

	#nav_trigger, #nav_close {
		cursor: pointer;
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		z-index: 10;
		font-size: 30px;
		line-height: 30px;
		color: #491F0D;
	}

	#nav_close {
		font-size: 25px;
		line-height: 25px;
	}

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

	#nav {
		width: 0px;
		height: 100vh;
		position: absolute;
		right: 0px;
		top: 0px;
		padding-top: 0px;
		background-color: #D3C9C1;
		background-image: url('../images/mobile-nav-bg.png');
		padding-top: 150px;
		z-index: 70;
		overflow-x: hidden;
		overflow-y: scroll;
		transition: width 0.4s ease;
	}

	.mobile_nav #nav {
		width: 100%;
		padding-top: 70px;
	}

	#nav li {
		display: block;
		font-size: 18px;
		text-align: center;
	}

	#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 {
		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 {
		padding: 0px;
		margin: 0px 0px 20px 0px;
		height: 42px;
		position: relative;
		text-align: center;
	}

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

	#section_title:after {
		padding-left: 10px;
		content: '\f0d7';
		font-family: FontAwesome;
		font-size: 20px;
		font-weight: normal;
		font-style: normal;
	}

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

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

	#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:first-child {
		padding-top: 10px;
	}

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

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

}

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

	footer {
		padding-top: 50px;
	}

	.footer_col {
		display: block;
		text-align: center;
		margin: 1em 0px 0px 0px;
	}

	#social {
		margin: 35px 0px 40px 0px;
	}

}
