/* 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: "Merriweather Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.875em;
}

body.editor, body.short_editor {
	background-image: none;
	min-height: 500px;
	transition: none;
}

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

body.editor, .cke_panel_block {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
}

table.data_table {
	width: 100%;
}

table td {
	vertical-align: top;
}

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

p.disclaimer {
	font-size: 14px;
}

ul {
	padding-left: 15px;
}

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

h1 {
	font-size: 40px;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #597F72;
	margin-bottom: .5em;
}

.layout2 h1 {
	text-align: center;
}

h2 {
	font-size: 24px;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #597F72;
	margin-bottom: .25em;
}

p+h2 {
	margin-top: 1.25em;
}

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

img {
	border: none;
}

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

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

a:hover {
	color: #D38E54;
}

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

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

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

}

a.zoom {
	position: relative;
	display: inline-block;
}

a.zoom img {
	display: block;
}

a.zoom > span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.1s, opacity 0.1s linear;
	text-align: center;
}

a.zoom:hover > span {
	visibility: visible;
	opacity: 1;
	background-color: rgba(149,78,19,.5);
	font-size: 2.2222222222em;
	line-height: .7em;
	text-transform: uppercase;
}

a.zoom span.inner {
	display: block;
	position: absolute;
	left: 0px;
	top: 51%;
	transform: translateY(-51%);
	width: 100%;
	font-size: 25px;
	color: #FFFFFF;
	text-align: center;
}

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

	a.zoom span.inner {
		font-size: .75em !important;
	}

}

#content .photo_boxes {
	padding: 0px;
	margin-left: -10px;
}

.photo_boxes li {
	list-style: none;
	position: relative;
	width: calc(33.333333333333333% - 10px);
	float: left;
	margin: 0px 0px 10px 10px;
}

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

.photo_boxes li a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(27,30,35,.4);
	-webkit-transition: background-color 0.1s ease-in;
	transition: background-color 0.1s ease-in;
	font-size: 20px;
	line-height: 1em;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: .25em;
}

.photo_boxes li a:hover {
	background-color: transparent;
}

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

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

	.photo_boxes li {
		width: calc(50% - 10px);
	}

}

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

	.photo_boxes li {
		width: 100%;
		float: none;
	}

}

#content ul.files {
	padding: 0px;
	margin-bottom: 1em;
}

#content ul.files + h2 {
	margin-top: 1.5em;
}

#content ul.files + h2 {
	margin-top: 1.5em;
}

ul.files li {
	list-style: none;
	display: inline-block;
	margin: 0px 10px 20px 0px;
	border: 3px solid #C2BBB2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

ul.files li a {
	display: inline-block;
	color: #000000;
	padding: 5px 10px;
}

ul.files li a:hover {
	background-color: #C2BBB2;
}

span.number_icon {
	font-weight: bold;
	border: 3px solid #954E13;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	width: 30px;
	height: 30px;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}

.grecaptcha-badge {
	bottom: 70px !important;
}

.cols {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px auto;
}

.cols.logos {
	align-items: center;
}

.cols .col2 {
	width: 45%;
	padding: 10px 0px;
}

.cols p {
	text-align: left;
}

#content .cols .col img {
	width: 100%;
	height: auto;
}

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

	.cols.wrap .col2 {
		width: 100%;
	}

}

/* FORM CSS */

fieldset {
	border: 0px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

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

fieldset td {
	padding: 2px 4px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-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
}

select {
	line-height: 16px;
	padding: 0px 5px;
}

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

.button, input[type="button"], input[type="submit"], input[type="reset"] {
	border: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 4px;
	-webkit-appearance: none;
	cursor: pointer;
}

a.fancy_button {
	border: 3px solid #954E13;
	display: inline-block;
	height: 50px;
	line-height: 44px;
	text-transform: uppercase;
	font-weight: bold;
	color: #954E13;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0px 20px;
}

a.fancy_button:hover {
	color: #5F3614;
	border: 3px solid #5F3614;
}

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

/* LAYOUT CSS */

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

header {
	position: relative;
	padding-top: 140px;
}

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

#header_inner_inner {
	height: 140px;
	background-color: #FFFFFF;
}

header .container {
	max-width: none;
}

#logo {
	float: left;
	padding-top: 25px;
}

#logo1 {
	width: 100%;
	max-width: 262px;
	display: inline-block;
}

#logo2 {
	display: none;
}

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

	#logo1 {
		max-width: 225px;
	}

}

#header_photo {
	position: relative;
}

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

#header_photo_overlay, #ctas_overlay, #home_events_overlay {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 24px;
	background-image: url('../images/header-overlay.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: 100;
}

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

	#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;
	z-index: 500;
}

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

.collapsed_temp #header_inner_inner, .collapsed #header_inner_inner {
	height: 80px;
}

.collapsed_temp #logo, .collapsed #logo {
	padding-top: 12px;
}

.collapsed_temp #logo1, .collapsed #logo1 {
	display: none;
}

.collapsed_temp #logo2, .collapsed #logo2 {
	display: inline-block;
	max-width: 142px;
}

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

.layout2 #content_box {
	background-image: url('../images/content-bg.png');
}

.layout2 #content_box .container {
	padding: 140px 30px;
	max-width: 960px;
	text-align: justify;
}

#content {
	float: right;
	width: calc(100% - 300px);
	padding: 100px 0px 100px 100px;
}

.layout2 #content, .layout3 #content {
	float: none;
	width: 100%;
}

.layout2 #content {
	padding: 0px;
}

#ctas {
	position: relative;
}

.cta {
	position: relative;
}

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

.layout2 .cta img.small {
	display: none;
}

.cta a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(27,30,35,.4);
	-webkit-transition: background-color 0.1s ease-in;
	transition: background-color 0.1s ease-in;
	font-size: 35px;
	line-height: 1.142857142857143em;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: .25em;
}

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

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

#ctas_overlay, #home_events_overlay {
	height: 10px;
	background-image: url('../images/ctas-overlay.png');
}

.layout2 #ctas_overlay {
	background-image: url('../images/ctas-overlay-home.png');
}

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

	.cta {
		width: calc(33.333333333333333%);
		float: left;
	}

}

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

	.layout2 .cta img.small {
		display: block;
	}

	.layout2 .cta img.large {
		display: none;
	}

}

#mailinglist {
	height: 450px;
	width: 100%;
	/*
	height: 50vh;
	min-height: 400px;
	*/
	background-color: #914E16;
	background-image: url('../images/mailinglist-bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#mailinglist .container {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	line-height: 1.388888888888889em;
	letter-spacing: .075em;
	color: #F5F1ED;
	text-align: center;
}

#mailinglist img {
	width: 87px;
	margin-bottom: 40px;
}

#mailinglist .title {
	font-size: 40px;
	letter-spacing: .25em;
	text-transform: uppercase;
	margin-bottom: .75em;
}

#mailinglist label {
	white-space: normal;
}

#mailinglist p {
	width: 90%;
	text-align: center;
	max-width: 450px;
	margin: 0px auto 2em auto;
}

#mailinglist form div {
	margin-top: 1em;
	display: inline-block;
	height: 50px;
	padding: 0px 20px;
	border: 3px solid #AE662A;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#mailinglist #email_box {
	background-color: transparent;
	font-size: 14px;
	line-height: 40px;
	font-style: italic;
	color: #F5F1ED;
	width: 220px;
}

#mailinglist #email_submit, #mailinglist a.button {
	background-color: transparent;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	border: 3px solid #DE965A;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 12px 20px;
	color: #DE965A;
}

#mailinglist a.button:hover {
	color: #AE662A;
	border: 3px solid #AE662A;
}

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

	#mailinglist .container {
		font-size: 16px;
	}

	#mailinglist .title {
		font-size: 35px;
	}

}

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

	#mailinglist .container {
		font-size: 15px;
	}

	#mailinglist .title {
		font-size: 30px;
	}

	#mailinglist label br {
		display: none;
	}

}

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

	#mailinglist .title {
		font-size: 26px;
	}

	#mailinglist #email_box {
		width: 200px;
	}

}

#footer {
	background-color: #25282B;
	background-image: url('../images/footer-bg.png');
	background-position: center top;
	padding: 100px 0px 25px 0px;
	font-size: 15px;
	line-height: 20px;
	color: #FCFAF8;
}

#footer .title {
	font-size: 18px;
	color: #597F72;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1em;
}

#footer_inner {
	width: 100%;
	max-width: 540px;
	margin: 0px auto;
}

#footer_contact_left {
	text-align: right;
	float: left;
	width: calc(50% - 20px);
}

#footer_contact_left p {
	text-align: right;
}

#footer_contact_right {
	text-align: left;
	float: right;
	width: calc(50% - 20px);
}

#footer_inner a {
	color: #FCFAF8;
}

#footer_inner a:hover {
	color: #597F72;
}

#social {
	padding: 10px 0px 80px 0px;
	text-align: center;
}

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

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

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

#copyright {
	font-size: 13px;
	font-style: italic;
	text-align: center;
	color: #5D6062;
}

#copyright br {
	display: none;
}

#copyright a {
	color: #5D6062;
	white-space: nowrap;
}

#footer_links {
	text-transform: uppercase;
	color: #F5F1ED;
	text-align: center;
	margin-bottom: 10px;
}

#footer_links a {
	color: #F5F1ED;
	margin: 0px 5px;
}

#footer_links a:hover {
	color: #597F72;
}

#google_translate_element {
/*
	margin-top: 40px;
	text-align: center;
*/
	position: absolute;
	top: 5px;
	right: 100px;
	z-index: 500;
}

#google_translate_element div div {
	display: inline;
	margin-right: 10px;
}

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

	#copyright br {
		display: block;
	}

}

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

	#copyright {
		max-width: 270px;
		margin: 0px auto;
	}

	#copyright_bottom {
		display: block;
		padding: 0px 20px;
	}

}

/* NAVIGATION CSS */

#nav ul {
	padding: 0px;
}

#nav li {
	list-style: none;
	position: relative;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

#nav li a {
	color: #597F72;
}

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

#subnav ul {
	padding: 0px;
}

#subnav li {
	list-style: none;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#subnav li a {
	color: #597F72;
}

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

/* PAGE BLOCK CSS */

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

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

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

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

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

.block_content_photo .photo img {
	width: 100%;
}

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

	.block_content_photo .container {
		display: flex;
		align-items: center;
	}

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

	.block_content_photo .photo {
		width: 50%;
	}

	.block_content_photo .content {
		width: 50%;
	}

	.block_content_photo.left .content {
		padding-left: 5%;
	}

	.block_content_photo.right .content {
		padding-right: 5%;
	}

}

.block_box {
	margin-bottom: 40px;
}

.block_box img {
	width: 100%;
}

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

	.block_boxes .container{
		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: 30px;
	}

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

}

/* HOME CSS */

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

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

#home_slideshow_wrapper {
	height: 100vh;
	margin-bottom: -140px;
}

#home_slideshow_inner {
	height: calc(100% - 140px);
	position: relative;
}

#home_slideshow {
	height: 100%;
}

.block_slideshow .rslides li {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.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;
	background-color: rgba(27,30,35,.3);
	z-index: 100;
}

.block_slideshow .content_inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 60px;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #FFFFFF;
}

.block_slideshow .title {
	margin-bottom: .15em;
}

.block_slideshow .subtitle {
	font-style: italic;
}

.block_slideshow p {
	text-align: center;
}

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

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

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

.block_slideshow .rslides_tabs li a:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "\f10C";
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	text-indent: 0px;
}

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

.rslides_nav {
	display: none;
}

#home_events_container {
	display: flex;
	background-color: #FCFAF8;
	position: relative;
}

#home_events_container h2 {
	font-size: 35px;
	text-align: center;
}

#home_events_left, #home_events_right {
	width: 50%;
	padding: 150px 100px;
}

#home_events_left {
	background-color: #F5F1ED;
}

#home_events_container h2 {
	margin-bottom: 1.5em;
}

#home_events_left h2 {
	color: #954E13;
}

.event {
	margin-top: 20px;
	display: table;
}

.layout1 .event {
	margin-top: 40px;
}

.event_date {
	display: table-cell;
	vertical-align: middle;
	width: 270px;
}

#home_events_right .event .event_date, #home_events_container .event .news_date {
	margin: 0px auto;
	display: block;
}

#home_events_container .event .news_date {
	width: 144px;
}

.event_date_inner {
	width: 270px;
	height: 64px;
	background-image: url('../images/date-bg.png');
	background-repeat: no-repeat;
	padding: 3px;
}

.news_date_inner {
	width: 144px;
	height: 64px;
	background-image: url('../images/news-bg.png');
	background-repeat: no-repeat;
	padding: 3px;
	margin-bottom: 15px;
}

.event_date .date, .event_date .time {
	width: 50%;
	float: left;
	text-align: center;
	line-height: 58px;
}

.news_date .date {
	text-align: center;
	line-height: 58px;
}

.event_date .date, .news_date .date {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3B3E43;
}

.event_date .date em {
	font-weight: normal;
}

.event_date .time {
	font-size: 15px;
	color: #F5F1ED;
}

#home_events_right h2 {
	color: #597F72;
}

.event_content {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	font-size: 20px;
	line-height: 1.1em;
}

.event_content strong em {
	font-weight: normal;
}

.event_content p {
	font-size: 16px;
	margin-bottom: 5px;
}

.event_content a.link {
	font-size: .9em;
	font-style: italic;
	color: #954E13;
}

.event_content a:hover {
	color: #D38E54;
}

#home_events_container .event_photo {
	display: table-cell;
	width: 50%;
}

#home_events_container .event_photo img {
	width: 100%;
	height: auto;
}

#home_events_container .event_content {
	width: 50%;
}

#home_events_right .event_date_inner, .event.featured .event_date_inner, .event_date.featured .event_date_inner {
	background-image: url('../images/date-bg2.png');
	margin-bottom: 15px;
}

#home_events_container .event_title {
	font-size: 17px;
	text-align: center;
	font-style: italic;
	color: #63897C;
	margin-bottom: 7px;
}

#home_events_container .event_title strong {
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	color: #3B3E43;
}

#home_events_container .event_content {
	font-size: 15px;
	line-height: 28px;
	color: #3B3E43;
}

#home_events_right a, .event.featured a, .event.news a {
	color: #63897C;
}

#home_events_right a:hover, .event.featured a:hover, .event.news a:hover {
	color: #98BAAE;
}

#home_events_container .more {
	font-size: 18px;
	text-align: center;
}

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

	#home_events_left, #home_events_right {
		padding: 125px 75px;
	}

}

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

	#home_events_left, #home_events_right {
		padding: 100px 50px;
	}

}

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

	#home_events_container {
		display: block;
	}

	#home_events_left, #home_events_right {
		width: 100%;
		padding: 100px 100px;
	}

}

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

	#home_events_left, #home_events_right {
		padding: 100px 50px;
	}

}

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

	#home_events_left, #home_events_right {
		padding: 100px 30px;
	}

}

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

	.event {
		display: block;
	}

}

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

	.event .event_date {
		width: 134px;
	}

	.event .event_date_inner {
		width: 134px;
		height: 128px;
		background-image: url('../images/date-stacked-bg.png');
	}

	#home_events_right .event_date_inner, .event.featured .event_date_inner {
		background-image: url('../images/date-stacked-bg2.png');
	}

	.event .event_date .date, .event .event_date .time {
		width: 100%;
		float: none;
	}

	#home_events_right .event_photo {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}

	#home_events_right .event_photo img {
		width: 100%;
		max-width: 400px;
	}

	#home_events_right .event_content {
		padding-left: 0px;
	}

}

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

	.event_content {
		font-size: 18px;
		padding-left: 20px;
	}

}

/* GALLERY CSS */

#content .gallery {
	padding: 0px;
	margin: 20px 0px 20px -2%;
}

.gallery li {
	list-style: none;
	width: 23%;
	float: left;
	display: inline;
	text-align: center;
	margin: 0px 0px 20px 2%;
	line-height: 16px;
}

.gallery li img {
	background-color: #DDDDDD;
	padding: 3%;
	margin-bottom: 5px;
	width: 100%;
}

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

	.gallery li {
		width: 31.3333%;
	}

}

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

	.gallery li {
		width: 48%;
	}
}

/* FAQ CSS */

#faqs div.question {
	cursor: pointer;
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: #DDDDDD;
	padding: 10px 15px 10px 15px;
	font-size: 16px;
	line-height: 21px;
}

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

#faqs div.answer {
	display: none;
}

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

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

/* FEEDBACK CSS */

#content form.feedback {
	background-color: #F5F1ED;
	padding: 40px;
}

form.feedback label {
	display: block;
}

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

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

	form.feedback div.row {
		margin-left: -5%;
	}

	form.feedback div.col {
		width: 45%;
		margin-left: 5%;
		float: left;
		display: inline;
	}

	form.feedback div.col.wide {
		width: 95%;
	}
}

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;
	border: 3px solid #C2BBB2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: transparent;
}

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;
	height: 45px;
	border: 3px solid #954E13;
	color: #954E13;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-top: 1em;
	padding: 10px 15px;
}

/* RESPONSIVE CSS */

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

	#nav_trigger, #nav_close {
		display: none;
	}

	#nav {
		float: right;
		padding-top: 45px;
	}

	#nav > ul {
		float: right;
	}

	#nav > ul > li {
		float: left;
		margin-left: 50px;
		display: inline;
		padding-bottom: 8px;
		line-height: 50px;
	}

	#nav li#nav7 a {
		border: 3px solid #954E13;
		display: block;
		height: 50px;
		line-height: 44px;
		color: #954E13;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		padding: 0px 20px;
	}

	#nav li#nav7 a:hover {
		color: #5F3614;
		border: 3px solid #5F3614;
	}

	#nav li > ul {
		position: absolute;
		top: 40px;
		left: 0px;
		padding: 6px 0px;
		z-index: 200;
		visibility: hidden;
		opacity: 0;
		transition: .2s .2s;
		background-color: #3C5B50;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}

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

	#nav li li {
		white-space: nowrap;
		font-size: 13px;
		line-height: 18px;
	}

	#nav li li a, #nav li.active li a {
		display: block;
		padding: 6px 15px;
		color: #B2CDC4;
	}

	#nav li li a:hover {
		color: #FCFAF8;
	}

	#subnav {
		width: 300px;
		float: left;
		padding: 100px 30px;
		background-image: url('../images/content-bg.png');
	}

	#subnav li {
	}

	#section_title {
		display: none;
	}

}

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

	.container, .block {
		padding: 0px 50px;
	}

	#footer_contact .title br {
		display: block;
	}

	#google_translate_element {
		right: 50px;
	}

}

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

	.container, .block {
		padding: 0px 30px;
	}

	#google_translate_element {
		right: 30px;
	}

	#subnav {
		width: 250px;
		padding-top: 70px;
		padding-bottom: 70px;
	}

	#content {
		width: calc(100% - 250px);
		padding: 70px 0px 70px 50px;
	}

}

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

	#nav > ul > li {
		margin-left: 40px;
	}

}

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

	#nav > ul > li {
		margin-left: 35px;
	}

}

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

	header {
		padding-top: 125px;
	}

	#header_inner_inner {
		height: 125px;
	}

	#logo1 {
		width: 100%;
		max-width: 220px;
	}

/*
	#nav {
		padding-top: 37px;
	}
*/

	#nav > ul > li {
		margin-left: 28px;
	}

}

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

	.container, .block {
		padding: 0px 15px;
	}

	#google_translate_element {
		right: 15px;
	}

	#logo {
		left: 15px;
	}

	#nav {
		right: 15px;
	}

	#subnav {
		width: 225px;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#content {
		width: calc(100% - 225px);
		padding: 50px 0px 50px 50px;
	}

}

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

	.mobile_nav body {
		overflow: hidden;
	}

	#google_translate_element {
		right: auto;
		left: 0px;
		width: 100%;
		text-align: center;
	}

	#header_inner_inner {
		height: 150px;
	}

	#logo {
		float: none;
		text-align: center;
		padding-top: 50px;
	}

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

	#nav_trigger {
		top: 50px;
	}

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

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

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

	#nav {
		width: 0px;
		height: 100vh;
		position: absolute;
		right: 0px;
		top: 0px;
		background-color: #597F72;
		padding-top: 90px;
		z-index: 500;
		overflow-x: hidden;
		overflow-y: scroll;
		transition: width 0.4s ease;
	}

	.mobile_nav #nav {
		width: 100%;
	}

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

	#nav li a {
		display: block;
		padding: 10px 15px;
		color: #FFFFFF;
	}

	#nav li#nav7 a {
		border: 3px solid #B2CDC4;
		display: inline-block;
		height: 50px;
		line-height: 44px;
		color: #B2CDC4;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		padding: 0px 20px;
		margin-top: 1em;
	}

	#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, #nav li.active li a {
		padding: 6px 30px;
		color: #B2CDC4;
	}

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

	.layout2 #content_box .container {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#subnav {
		float: none;
		width: 100%;
		padding: 0px;
		margin: 0px 0px 20px 0px;
		height: 42px;
		position: relative;
	}

	#section_title {
		padding: 0px 15px;
		font-size: 16px;
		line-height: 38px;
		font-weight: bold;
		text-align: center;
		color: #3C5B50;
		-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: #F5F1ED;
		z-index: 300;
		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;
		text-align: center;
	}

	#subnav ul li:first-child {
		margin-top: 15px;
	}

	#subnav ul li:last-child {
		margin-bottom: 15px;
	}

	#subnav li.first {
		border: 0px;
	}

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

	#content {
		width: 100%;
		float: none;
		padding: 50px 0px;
	}

}

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

	h1 {
		font-size: 30px;
	}

	#footer_contact_left, #footer_contact_right {
		float: none;
		width: 100%;
	}

	#footer_contact_left p, #footer_contact_right p {
		text-align: center;
	}

}
