/*
Theme Name: Biltmore Farms
Theme URI: 
Author: Atlas Branding
Author URI: http://www.atlasbranding.com/
Description: 
Version: 1.0
License: 
License 
Tags: 
Text Domain: biltmorefarms
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html * {
	max-height: 1000000px;
}
body {
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* END RESET */

body {
	background: #f3f0eb;
	-webkit-text-size-adjust: none;
}

body.lock {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

div#scroll-top-button {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 45px;
	height: 58px;
	background: url('images/scroll-top-button.png') no-repeat left top;
	background-size: 45px 58px;
	cursor: pointer;
	z-index: 500;
}

@media all and (max-width: 599px) {

	div#scroll-top-button {
		width: 32px;
		height: 41px;
		background-size: 32px 41px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		HEADER
-----------------------------------------------------------------------------------------------------------*/

#header-wrapper {
	position: fixed;
	width: 100%;
	background: #f3f0eb;
	z-index: 100;
}

#header-spacer {
	height: 54px;
}

.header-content {
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
	max-width: 1200px;
}

.full-header-logo {
	display: block;
	position: absolute;
	left: -4px;
	top: 0;
	width: 185px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.full-header-logo.hide {
	left: 10px;
	width: 50px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.small-header-logo {
	display: block;
	position: absolute;
	left: -2px;
	top: 0;
	width: 75px;
	opacity: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.small-header-logo.show {
	opacity: 1;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.full-header-logo img,
.small-header-logo img {
	display: block;
}

body.touch #header-wrapper {
	display: none;
}

body.touch #header-spacer {
	display: none;
}

@media all and (max-width: 1199px) {

	.header-content {
		max-width: 1024px;
	}

	.full-header-logo {
		left: 15px;
	}
	
	.small-header-logo {
		left: 18px;
	}
	
	.full-header-logo.hide {
		left: 20px;
	}

}

@media all and (max-width: 1023px) {

	#header-wrapper {
		display: none;
	}

	#header-spacer {
		display: none;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		MAIN NAV
-----------------------------------------------------------------------------------------------------------*/

#main-nav {
	display: inline-block;
	position: relative;
	margin: 0 0 0 255px;
	font-size: 0;
	list-style-type: none;
	vertical-align: top;
}

#main-nav > li {
	display: inline-block;
	position: relative;
	margin: 0 20px;
	vertical-align: top;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

#main-nav > li > a {
	display: block;
	padding: 0 10px;
	font-family: 'Noto Serif', serif;
	font-size: 15px;
	line-height: 33px;
	font-weight: 700;
	color: #251a06;
	letter-spacing: 1px;
	text-decoration: none !important;
	text-transform: uppercase;
}

#main-nav > li > a > .nav-underline {
	display: block;
	margin: 0 auto;
	width: 0px;
	height: 1px;
	background: #af8747;
	-webkit-transition: all .25s;
	transition: all .25s;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

#main-nav > li > .sub-nav {
	visibility: hidden;
	position: absolute;
	margin: 0 auto;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

#main-nav > li.left > .sub-nav {
	left: 0;	
}

#main-nav > li.left > .sub-nav > li > a:first-child {
	padding-left: 10px;
}

#main-nav > li.center > .sub-nav {
	left: 50%;
	transform: translateX(-50%);
}

#main-nav > li.right > .sub-nav {
	right: 0;
}

#main-nav > li.right > .sub-nav > li > a:first-child {
	padding-right: 10px;
}

#main-nav > li > .sub-nav > li {
	display: inline-block;
	vertical-align: top;
}

#main-nav > li > .sub-nav > li > a {
	display: block;
	padding: 0 15px;
	font-family: 'Noto Serif', serif;
	font-size: 13px;
	line-height: 32px;
	font-weight: 400;
	color: #251a06;
	text-decoration: none !important;
}

#main-nav > li.has-menu:hover {
	padding-bottom: 32px;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

#main-nav > li:hover > a > .nav-underline {
	width: 90%;
	-webkit-transition: all .25s;
	transition: all .25s;
}

#main-nav > li:hover > .sub-nav {
	visibility: visible;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

#main-nav > li > .sub-nav > li > a:hover {
	color: #925f28;
}

@media all and (max-width: 1199px) {

	#main-nav {
		margin: 0 0 0 200px;
	}

	#main-nav > li {
		margin: 0 12px;
	}

	#main-nav > li > a {
		font-size: 14px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		MAIN NAV (NEW)
-----------------------------------------------------------------------------------------------------------*/

.main-nav {
	display: inline-block;
	position: relative;
	margin: 0 0 0 255px;
	font-size: 0;
	list-style-type: none;
	vertical-align: top;
}

.main-nav > li {
	display: inline-block;
	position: relative;
	margin: 0 20px;
	vertical-align: top;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.main-nav > li > a {
	display: block;
	padding: 0 10px;
	font-family: 'Noto Serif', serif;
	font-size: 15px;
	line-height: 33px;
	font-weight: 700;
	color: #251a06;
	letter-spacing: 1px;
	text-decoration: none !important;
	text-transform: uppercase;
}

.main-nav > li > a > .nav-underline {
	display: block;
	margin: 0 auto;
	width: 0px;
	height: 1px;
	background: #af8747;
	-webkit-transition: all .25s;
	transition: all .25s;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

.main-nav > li > .sub-menu {
	visibility: hidden;
	position: absolute;
	margin: 0 auto;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

.main-nav > li.left > .sub-menu {
	left: 0;	
}

.main-nav > li.left > .sub-menu > li > a:first-child {
	padding-left: 10px;
}

.main-nav > li.center > .sub-menu {
	left: 50%;
	transform: translateX(-50%);
}

.main-nav > li.right > .sub-menu {
	right: 0;
}

.main-nav > li.right > .sub-menu > li > a:first-child {
	padding-right: 10px;
}

.main-nav > li > .sub-menu > li {
	display: inline-block;
	vertical-align: top;
}

.main-nav > li > .sub-menu > li > a {
	display: block;
	padding: 0 15px;
	font-family: 'Noto Serif', serif;
	font-size: 13px;
	line-height: 32px;
	font-weight: 400;
	color: #251a06;
	text-decoration: none !important;
}

.main-nav > li.menu-item-has-children:hover {
	padding-bottom: 32px;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

.main-nav > li:hover > a > .nav-underline {
	width: 90%;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.main-nav > li:hover > .sub-menu {
	visibility: visible;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

.main-nav > li > .sub-menu > li > a:hover {
	color: #925f28;
}

@media all and (max-width: 1199px) {

	.main-nav {
		margin: 0 0 0 200px;
	}

	.main-nav > li {
		margin: 0 12px;
	}

	.main-nav > li > a {
		font-size: 14px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		MOBILE HEADER
-----------------------------------------------------------------------------------------------------------*/

#mobile-header {
	position: relative;
	display: block;
}

#mobile-header-bar {
	position: relative;
	display: block;
	padding: 14px 30px;
	width: 100%;
	height: 60px;
	background: #f3f0eb;
	z-index: 21;
}

.mobile-header-logo {
	display: block;
	position: absolute;
	left: 30px;
	top: 0;
	width: 78px;
	height: 95px;
	background: url('images/mobile-header-logo.png') no-repeat;
	background-size: 78px 95px;
}

#mobile-nav-button {
	padding: 0 12px;
	font-family: 'Noto Serif', serif;
	font-size: 15px;
	line-height: 30px;
	color: #925f28;
	text-align: center;
	border: 1px solid #995e24;
	float: right;
	cursor: pointer;
}

div#mobile-nav-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.85);
	z-index: 19;
}

div#mobile-nav-wrapper {
	position: fixed;
	top: 0;
	padding: 0;
	width: 240px;
	height: 100%;
	background: #fcf9f4;
	z-index: 20;
	overflow: scroll;
}

.mobile-nav-spacer {
	margin: 60px 0 36px;
	width: 100%;
	height: 1px;
	background: #e6e1d9;
}

ul#mobile-nav {
	position: relative;
	margin: 0;
	padding: 0 0 10px;
	font-family: 'Noto Serif', serif;
	list-style-type: none;
}

div#mobile-nav-close {
	position: absolute;
	right: 10px;
	top: -26px;
	width: 20px;
	height: 20px;
	background: url('images/mobile-nav-close.png') no-repeat center center;
	background-size: 20px 20px;
	cursor: pointer;
}

ul#mobile-nav > li {
	display: block;
}

ul#mobile-nav > li > a {
	display: block;
	padding: 8px 20px 8px 30px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #251a06;
	text-transform: uppercase;
	text-decoration: none !important;
}

ul#mobile-nav > li > a > .mobile-nav-arrow {
	display: none;
}

ul#mobile-nav > li.menu-item-has-children > a > .mobile-nav-arrow {
	display: inline-block;
	margin: 0 0 0 10px;
	width: 18px;
	height: 20px;
	background: url('images/navigation-down-arrow.png') no-repeat left center;
	background-size: 18px 10px;
	vertical-align: top;
}

ul#mobile-nav > li > ul {
	display: none;
	margin: 0 auto;
	padding: 4px 0;
	list-style-type: none;
	width: 170px;
	border-top: 1px solid #af8747;
	border-bottom: 1px solid #af8747;
}

ul#mobile-nav > li > ul > li {
	display: block;
}

ul#mobile-nav > li > ul > li > a {
	display: block;
	padding: 6px 10px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #251a06;
	text-decoration: none !important;
}

ul#mobile-nav > li > ul > li > a:hover,
ul#mobile-nav > li > ul > li > a:focus {
	color: #925f28;
}

#mobile-header {
	display: none;
}

body.touch #mobile-header {
	display: block;
}

div#mobile-nav-wrapper {
	display: none;
}

div#mobile-nav-overlay {
	display: none;
}

@media all and (max-width: 1023px) {

	#mobile-header {
		display: block;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		MAIN
-----------------------------------------------------------------------------------------------------------*/

#main-wrapper {
	position: relative;
}

.content-wrapper {
	position: relative;
	padding: 130px 0;
}

.content-wrapper .filigree {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('images/filigree-bg.png') repeat-y center top;
	background-size: 100% auto;
}

.content-default {
	position: relative;
	margin: 0 auto;
	padding: 80px 185px;
	max-width: 1200px;
	background: #fff;
	z-index: 3;
}

.content-default.brown {
	padding: 80px 125px;
	max-width: 1080px;
	background: transparent;
}

@media all and (max-width: 1199px) {

	.content-default {
		max-width: 984px;
		padding: 80px 40px;
	}

}

@media all and (max-width: 1023px) {

	.content-default {
		max-width: 600px;
		padding: 80px 20px;
	}

	.content-default.brown {
		padding: 80px 30px;
	}

}

@media all and (max-width: 639px) {

	.content-default {
		margin: 0 20px;
	}

}

@media all and (max-width: 479px) {

	.content-default {
		margin: 0 10px;
		padding: 60px 10px;
	}

	.content-default.brown {
		padding: 60px 10px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT
-----------------------------------------------------------------------------------------------------------*/

.content-big {
	display: flex;
	position: relative;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1120px;
}

.flex-left-col {
	position: relative;
	padding: 0 30px 0 0;
	width: 50%;
	float: left;
}

.flex-left-col.valign {
	display: flex;
	align-items: center;
}

.flex-right-col {
	position: relative;
	padding: 0 0 0 30px;
	width: 50%;
	float: left;
}

.flex-right-col.valign {
	display: flex;
	align-items: center;
}

.flc-inner,
.frc-inner {
	position: relative;
	width: 100%;
}

@media all and (max-width: 1199px) {

	.flex-left-col {
		padding: 0 20px 0 0;
	}

	.flex-right-col {
		padding: 0 0 0 20px;
	}

}

@media all and (max-width: 1023px) {

	.content-big {
		padding-left: 10px;
		padding-right: 10px;
	}

}

@media all and (max-width: 767px) {

	.content-big {
		display: block;
		padding-left: 30px;
		padding-right: 30px;
	}

	.flex-left-col {
		padding: 0;
		width: 100%;
		float: none;
	}

	.flex-right-col {
		padding: 0;
		width: 100%;
		float: none;
	}

}

@media all and (max-width: 639px) {

	.content-big {
		padding-left: 50px;
		padding-right: 50px;
	}

}

@media all and (max-width: 479px) {

	.content-big {
		padding-left: 20px;
		padding-right: 20px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		SLIDESHOW
-----------------------------------------------------------------------------------------------------------*/

#slide-wrapper {
	position: relative;
	width: 100%;
}

#slide-wrapper.full {
	max-height: 1200px;
	min-height: 780px;
}

#slide-wrapper.half {
	height: 550px;
}

.slides-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slides-wrapper .slide {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.slides-wrapper .slide:first-child {
	visibility: visible;
}

#slide-wrapper.full .slides-wrapper .slide {
	background-attachment: fixed;
}

#main-slide-logo {
	display: none;
	position: absolute;
	left: 50%;
	top: 35px;
	margin-left: -210px; /*-181px*/
	width: 420px; /*363px*/
	height: 230px;
	/*background: url('images/main-logo-2.png') no-repeat center top;
	background-size: 363px 230px;*/
	background: url('images/main-logo.png') no-repeat center top;
	background-size: 420px 230px;
}

#main-slide-link {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#slide-text-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
	height: 100%;
}

#slide-text-wrapper .slide-text {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}

#slide-wrapper.full #slide-text-wrapper .slide-text {
	top: 60%;
}

#slide-wrapper.half #slide-text-wrapper .slide-text {
	top: 50%;	
}

#slide-text-wrapper .slide-text:first-child {
	display: block;
}

#slide-text-wrapper .slide-text .slide-text-one,
#slide-text-wrapper .slide-text .slide-text-two,
#slide-text-wrapper .slide-text .slide-text-three {
	font-family: 'Noto Serif', serif;
	font-size: 22px;
	line-height: normal;
	font-weight: 700;
	color: #f3f0eb;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#slide-text-wrapper .slide-text .slide-text-two {
	font-size: 68px;
	font-weight: 400;
	letter-spacing: 1px;
}

.slide-text-link {
	display: inline-block;
	margin: 70px 0 0;
	padding: 0 10px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-decoration: none !important;
	vertical-align: top;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.slide-text-link span.text {
	display: block;
	position: relative;
	padding: 0 46px 0 0;
	font-family: 'Noto Serif', serif;
	font-size: 13px;
	line-height: 46px;
	color: #fff;
	font-style: italic;
}

.slide-text-link span.arrow {
	position: absolute;
	right: 0;
	top: 50%;
	width: 28px;
	height: 8px;
	background: url('images/white-arrow.png') no-repeat left top;
	background-size: 28px 8px;
	transform: translateY(-50%);
	-webkit-transition: all .25s;
	transition: all .25s;
	overflow: hidden;
}

.slide-text-link:hover {
	padding: 0 20px;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.slide-text-link:hover span.arrow {
	background-size: 28px 8px;
	transform: translateY(-50%);
	-webkit-transition: all .25s;
	transition: all .25s;
}

.slide-controls-wrapper {
	display: none;
	position: absolute;
	left: 0;
	bottom: 100px;
	width: 100%;
	height: 10px;
}

#slide-wrapper.half .slide-controls-wrapper {
	bottom: 50px;
}

#slide-controls {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1220px;
	list-style-type: none;
	z-index: 3;
}

#slide-controls .slide-link {
	display: block;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 5px;
	float: left;
	cursor: pointer;
}

#slide-controls .slide-link.active {
	background: #ca9943;
}

.preload {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
}

@media all and (max-height: 800px) {

	#slide-wrapper.full {
		min-height: 640px;
	}

	#main-slide-logo {
		margin-left: -160px;
		width: 320px;
		/*width: 276px;*/
		height: 175px;
		background-size: 320px 175px;
	}

	#slide-controls {
		padding: 0 20px;
	}

}

@media all and (max-width: 1199px) {

	#slide-wrapper.full {
		min-height: 640px;
	}

	#slide-controls {
		padding: 0 20px;
	}

}

@media all and (max-width: 1023px) {

	#slide-text-wrapper {
		max-width: 730px;
	}

	#slide-wrapper.half {
		height: 450px;
	}

	#slide-text-wrapper .slide-text .slide-text-one,
	#slide-text-wrapper .slide-text .slide-text-three {
		font-size: 22px;
	}

	#slide-text-wrapper .slide-text .slide-text-two {
		font-size: 60px;
	}

}

@media all and (max-width: 767px) {

	#slide-wrapper.full {
		min-height: 600px;
	}

	#slide-wrapper.half {
		height: 350px;
	}

	#main-slide-logo {
		top: 40px;
		/*margin-left: -160px;
		width: 320px;
		height: 175px;
		background-size: 320px 175px;*/
	}

	#slide-text-wrapper {
		max-width: 560px;
	}

	#slide-text-wrapper .slide-text .slide-text-one,
	#slide-text-wrapper .slide-text .slide-text-three {
		font-size: 18px;
	}

	#slide-text-wrapper .slide-text .slide-text-two {
		font-size: 50px;
	}

	.slide-controls-wrapper {
		bottom: 60px;
	}

}

@media all and (max-width: 599px) {

	#slide-wrapper.full {
		min-height: 500px;
	}

	#slide-wrapper.half {
		height: 300px;
	}

	#main-slide-logo {
		top: 30px;
		margin-left: -124px;
		width: 248px;
		/*width: 215px;*/
		height: 136px;
		background-size: 248px 136px;
	}

	#slide-text-wrapper {
		max-width: 440px;
	}

	#slide-text-wrapper .slide-text .slide-text-one,
	#slide-text-wrapper .slide-text .slide-text-three {
		font-size: 16px;
	}

	#slide-text-wrapper .slide-text .slide-text-two {
		font-size: 40px;
	}

	.slide-text-link {
		margin: 40px 0 0;
	}

	.slide-text-link span.text {
		font-size: 13px;
		line-height: 34px;
	}

	.slide-controls-wrapper {
		bottom: 70px;
	}

	#slide-controls {
		font-size: 0;
		text-align: center;
	}

	#slide-controls .slide-link {
		display: inline-block;
		margin: 0 5px;
		vertical-align: top;
		float: none;
	}

}

@media all and (max-width: 479px) {

	#slide-wrapper.full {
		min-height: 480px;
	}

	#slide-wrapper.half {
		height: 250px;
	}

	#main-slide-logo {
		margin-left: -105px;
		width: 210px;
		/*width: 182px;*/
		height: 115px;
		background-size: 210px 115px;
	}

	#slide-text-wrapper {
		max-width: 280px;
	}

	#slide-wrapper.full #slide-text-wrapper .slide-text {
		top: 55%;
	}

	#slide-text-wrapper .slide-text .slide-text-one,
	#slide-text-wrapper .slide-text .slide-text-three {
		font-size: 15px;
	}

	#slide-text-wrapper .slide-text .slide-text-two {
		font-size: 30px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		HOME
-----------------------------------------------------------------------------------------------------------*/

.home-content {
	margin: 0 auto;
	padding: 100px 20px;
	max-width: 1240px;
}

.home-photo-col {
	width: 37.5%;
	float: left;
}

.home-photo {
	display: block;
	margin: 0 auto;
}

.home-caption {
	font-family: 'Noto Serif', serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: 700;
	text-align: center;
}

.home-text-col {
	padding: 0 20px 0 50px;
	width: 62.5%;
	font-size: 15px;
	line-height: 28px;
	float: right;
}

@media all and (max-width: 1199px) {

	.home-text-col {
		padding: 0 0 0 40px;
	}

}

@media all and (max-width: 767px) {

	.home-photo-col {
		margin: 0 0 30px;
		width: 100%;
		float: none;
	}

	.home-text-col {
		padding: 0;
		width: 100%;
		float: none;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FULL WIDTH IMAGE
-----------------------------------------------------------------------------------------------------------*/

.full-width-image {
	position: relative;
	height: 950px;
	/*background-size: 100% auto;*/
	background-position: center top;
	background-size: cover;
}

.fwi-content-wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	height: 100%;
}

.fwi-content {
	position: absolute;
	left: 0;
	top: 50%;
	padding: 0 20px;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}

.fwi-caption-wrapper {
	position: absolute;
	width: 100%;
	right: 0;
	bottom: 0;
	height: 0;
	z-index: 10;
}

.fwi-caption {
	position: relative;
	top: 10px;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1200px;
	font-family: 'Noto Serif', serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	color: #000;
	text-align: right;	
}

.fwi-text-one,
.fwi-text-two,
.fwi-text-three {
	font-family: 'Noto Serif', serif;
	font-size: 22px;
	line-height: normal;
	color: #f3f0eb;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.fwi-text-two {
	font-size: 68px;
	font-weight: 400;
	letter-spacing: 1px;
}

.fwi-link {
	display: inline-block;
	margin: 70px 0 0;
	padding: 0 10px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-decoration: none !important;
	vertical-align: top;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.fwi-link span.text {
	display: block;
	position: relative;
	padding: 0 46px 0 0;
	font-family: 'Noto Serif', serif;
	font-size: 13px;
	line-height: 46px;
	color: #fff;
	font-style: italic;
}

.fwi-link span.arrow {
	position: absolute;
	right: 0;
	top: 50%;
	width: 28px;
	height: 8px;
	background: url('images/white-arrow.png') no-repeat left top;
	background-size: 28px 8px;
	transform: translateY(-50%);
	-webkit-transition: all .25s;
	transition: all .25s;
	overflow: hidden;
}

.fwi-link:hover {
	padding: 0 20px;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.fwi-link:hover span.arrow {
	background-size: 28px 8px;
	transform: translateY(-50%);
	-webkit-transition: all .25s;
	transition: all .25s;
}

@media all and (max-width: 1199px) {

	.full-width-image {
		height: 750px;
	}

	.fwi-caption {
		max-width: 984px;
	}

}

@media all and (max-width: 1023px) {

	.full-width-image {
		height: 700px;
	}

	.fwi-caption {
		max-width: 600px;
		padding: 0 20px;
	}

}

@media all and (max-width: 767px) {

	.full-width-image {
		height: 500px;
	}

	.fwi-text-one,
	.fwi-text-three {
		font-size: 20px;
	}

	.fwi-text-two {
		font-size: 50px;
	}

	.fwi-link {
		margin: 40px 0 0;
	}

}

@media all and (max-width: 599px) {

	.fwi-caption {
		font-size: 13px;
		line-height: 18px;
	}

	.fwi-text-one,
	.fwi-text-three {
		font-size: 18px;
	}

	.fwi-text-two {
		font-size: 40px;
	}

	.fwi-link span.text {
		line-height: 34px;
	}

}

@media all and (max-width: 479px) {

	.fwi-caption {
		padding: 0 10px;
	}

	.fwi-text-one,
	.fwi-text-three {
		font-size: 16px;
	}

	.fwi-text-two {
		font-size: 30px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		IMAGE/TEXT COLUMNS
-----------------------------------------------------------------------------------------------------------*/

.itc-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 0 40px;
	max-width: 1200px;
	background: #fff;
	z-index: 3;
}

.itc-block {
	position: relative;
}

.itc-image-wrapper {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
}

.itc-block.odd .itc-image-wrapper {
	left: 0;
}

.itc-block.even .itc-image-wrapper {
	right: 0;
}

.itc-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.itc-caption-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	z-index: 4;
}

.itc-caption {
	position: relative;
	top: 10px;
	padding: 0 70px;
	font-family: 'Noto Serif', serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
}

.itc-content-wrapper {
	display: flex;
	position: relative;
	padding: 0 0 0 50%;
	width: 100%;
	min-height: 550px;
	align-items: center;
}

.itc-block.even .itc-content-wrapper {
	padding: 0 50% 0 0;
}

.itc-content {
	position: relative;
	padding: 50px 70px 30px;
	width: 100%;
}

.itc-content.caption {
	padding: 60px 70px 30px;
}

@media all and (max-width: 1199px) {

	.itc-wrapper {
		max-width: 984px;
	}

	.itc-caption {
		padding: 0 50px;
	}

	.itc-content {
		padding: 50px 50px 30px;
	}

	.itc-content.caption {
		padding: 60px 50px 30px;
	}

}

@media all and (max-width: 1023px) {

	.itc-wrapper {
		max-width: 600px;
	}

	.itc-image-wrapper {
		position: relative;
		right: initial;
		top: initial;
		padding: 0 0 90%;
		width: 100%;
		height: 0;
	}

	.itc-content-wrapper {
		padding: 0;
		width: 100%;
		min-height: 540px;
	}

	.itc-block.even .itc-image-wrapper {
		right: initial;
		left: initial;
	}

	.itc-block.even .itc-content-wrapper {
		padding: 0;
	}

}

@media all and (max-width: 639px) {

	.itc-wrapper {
		margin: 0 20px;
	}

	.itc-caption {
		padding: 0 20px;
		font-size: 13px;
		line-height: 18px;
	}

	.itc-content-wrapper {
		min-height: 0;
	}

	.itc-content {
		padding: 50px 20px 30px;
	}
	
	.itc-content.caption {
		padding: 60px 20px 30px;
	}

}

@media all and (max-width: 479px) {

	.itc-wrapper {
		margin: 0 10px;
	}

	.itc-caption {
		padding: 0 10px;
	}

	.itc-content {
		padding: 50px 10px 30px;
	}
	
	.itc-content.caption {
		padding: 60px 10px 30px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		MAIN IMAGES
-----------------------------------------------------------------------------------------------------------*/

.main-images-wrapper {
	margin: 0 auto 60px;
	padding: 40px 10px 0;
	max-width: 1080px;
}

.main-images {
	padding: 0 30px 0 0;
	width: 50%;
	float: left;
}

.main-images.mimg2 {
	padding: 0 0 0 30px;
}

.mimg {
	display: block;
	width: 100%;
	height: auto;
}

@media all and (max-width: 1023px) {

	.main-images {
		padding: 0 15px 0 0;
	}

	.main-images.mimg2 {
		padding: 0 0 0 15px;
	}

}

@media all and (max-width: 767px) {

	.main-images-wrapper {
		margin: 0 auto 40px;
		padding: 20px 10px 0;
	}

}

@media all and (max-width: 599px) {

	.main-images-wrapper {
		max-width: 520px;
	}

	.main-images {
		margin: 0 0 20px;
		padding: 0;
		width: 100%;
		float: none;
	}

	.main-images.mimg2 {
		padding: 0;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		TEAM BIOS
-----------------------------------------------------------------------------------------------------------*/

.bios-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 30px;
	max-width: 1200px;
	background: #fff;
	z-index: 3;
}

.bio-container {
	position: relative;
	margin: 0 0 60px;
	padding: 0 30px;
	width: 50%;
	float: left;
}

.bio {
	padding: 45px;
	width: 100%;
	height: 490px;
	background-position: center center;
	background-size: cover;
}

.bio-content-wrapper {
	display: flex;
	padding: 40px;
	width: 100%;
	height: 100%;
	background: rgba(16,48,73,0.9);
	align-items: center;
	opacity: 0;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.bio:hover .bio-content-wrapper,
.bio:focus .bio-content-wrapper,
.bio.active .bio-content-wrapper {
	opacity: 1;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.bio-content {
	color: #fff;
	text-align: center;
}

.bio-content .title {
	margin: 0 0 6px;
	font-family: 'Noto Serif', serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.bio-content .name {
	margin: 0 0 20px;
	font-family: 'Noto Serif', serif;
	font-size: 28px;
	line-height: 40px;
	font-weight: 700;
}

.bio-content .bio-text {
	margin: 0 0 30px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 26px;
}

.bio-button {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-decoration: none !important;
	vertical-align: top;
	cursor: pointer;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.bio-button span.text {
	display: block;
	position: relative;
	padding: 6px 46px 6px 0;
	font-family: 'Noto Serif', serif;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	font-style: italic;
}

.bio-button span.arrow {
	position: absolute;
	right: 0;
	top: 50%;
	width: 28px;
	height: 8px;
	background: url('images/white-arrow.png') no-repeat left top;
	background-size: 28px 8px;
	transform: translateY(-50%);
	-webkit-transition: all .25s;
	transition: all .25s;
	overflow: hidden;
}

.bio-button:hover {
	padding: 0 20px;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.bio-button:hover span.arrow {
	background-size: 28px 8px;
	transform: translateY(-50%);
	-webkit-transition: all .25s;
	transition: all .25s;
}

#bio-popup-overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 150;
}

.bio-popup {
	display: none;
	position: absolute;
	left: -30px;
	top: 0;
	width: 1200px;
	min-height: 880px;
	background: #fff;
	z-index: 151;
}

.bio-popup.right {
	left: -600px;
}

.bio-popup-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-position: center top;
	background-size: cover;
	border-right: 2px solid #905e2d;
}

.bio-popup-image-mobile {
	display: none;
}

.bio-popup-content-wrapper {
	padding: 0 0 0 50%;
	width: 100%;
}

.bio-popup-content {
	position: relative;
	padding: 40px 40px 30px;
}

.bio-popup-close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	background: url('images/mobile-nav-close.png') no-repeat;
	background-size: 40px 40px;
	cursor: pointer;
}

.bio-popup-title {
	margin: 0 0 6px;
	padding: 0 40px 0 0;
	font-family: 'Noto Serif', serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.bio-popup-name {
	margin: 0 0 20px;
	font-family: 'Noto Serif', serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
}

.bio-popup-text {
	font-size: 15px;
	line-height: 26px;
	color: #000;
}

.bio-popup-text p {
	margin: 0 0 10px;
}

@media all and (max-width: 1199px) {

	.bios-wrapper {
		padding: 0 20px;
		max-width: 984px;
	}

	.bio-container {
		margin: 0 0 40px;
		padding: 0 20px;
	}

	.bio {
		padding: 30px;
		height: 490px;
	}

	.bio-content-wrapper {
		padding: 30px;
	}

	.bio-content .bio-text {
		padding: 0;
	}

	.bio-popup {
		left: -20px;
		width: 984px;
		min-height: 722px;
	}

	.bio-popup.right {
		left: -492px;
	}

}

@media all and (max-width: 1023px) {

	.bios-wrapper {
		padding: 0 0 2px;
		max-width: 600px;
	}

	.bio-container {
		margin: 0 0 40px;
		padding: 0 20px;
		width: 100%;
		float: none;
	}

	.bio-popup {
		left: 0;
		width: 600px;
		min-height: 0;
	}

	.bio-popup.right {
		left: 0;
	}

	.bio-popup-image {
		display: none;
	}

	.bio-popup-image-mobile {
		display: block;
		width: 100%;
		height: auto;
	}

	.bio-popup-content-wrapper {
		padding: 0;
	}

}

@media all and (max-width: 639px) {

	.bios-wrapper {
		margin: 0 20px;
	}

	.bio-popup {
		width: 100%;
	}

}

@media all and (max-width: 599px) {

	.bio {
		padding: 20px;
	}

	.bio-content-wrapper {
		padding: 20px;
	}

	.bio-popup-content {
		position: relative;
		padding: 20px 20px 10px;
	}

	.bio-popup-close {
		right: 10px;
		top: 10px;
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
	}

}

@media all and (max-width: 479px) {

	.bios-wrapper {
		margin: 0 10px;
	}

	.bio-container {
		margin: 0 0 20px;
		padding: 0 10px;
	}

	.bio {
		padding: 0;
		height: 360px;
	}

	.bio-content .title {
		font-size: 13px;
		line-height: 18px;
	}

	.bio-content .name {
		font-size: 26px;
		line-height: 30px;
	}

	.bio-content .bio-text {
		margin: 0 0 20px;
		padding: 0;
		font-size: 12px;
		line-height: 20px;
	}

	.bio-button span.text {
		font-size: 13px;
		line-height: 20px;
	}

	.bio-popup-title {
		padding: 0 30px 0 0;
		font-size: 14px;
		line-height: 18px;
	}

	.bio-popup-name {
		font-size: 26px;
		line-height: 34px;
	}

	.bio-popup-text {
		font-size: 13px;
		line-height: 23px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		CAREERS
-----------------------------------------------------------------------------------------------------------*/

.english-main { display: block; }
.spanish-main { display: none; }

.is-span .english-main { display: none; }
.is-span .spanish-main { display: block; }

.careers-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 30px;
	max-width: 1200px;
	font-size: 0;
	background: #fff;
}

#category-links {
	margin: 0 0 20px;
	font-size: 0;
	text-align: center;
	list-style-type: none;
}

#category-links li {
	display: inline-block;
	margin: 0 10px 10px;
	vertical-align: top;
}

#category-links li a {
	position: relative;
	display: block;
	padding: 0 15px;
	font-family: 'Noto Serif', serif;
	font-size: 15px;
	line-height: 30px;
	font-weight: 700;
	color: #2d2824;
	text-transform: uppercase;
	text-decoration: none !important;
}

#category-links li a div.cat-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #2d2824;
	opacity: 0;
}

#category-links li.active a,
#category-links li:hover a {
	color: #fff;
}

#category-links li.active div.cat-bg,
#category-links li:hover div.cat-bg {
	opacity: 1;
}

#category-links a span.eng-cat {
	display: block;
	position: relative;
}
#category-links a span.spa-cat {
	display: none;
	position: relative;
}

#category-links.spanish a span.eng-cat { display: none; }
#category-links.spanish a span.spa-cat { display: block; }

/*#category-links li.commercial.active a,
#category-links li.commercial:hover a {
	background: #306996;
}

#category-links li.communities.active a,
#category-links li.communities:hover a {
	background: #576f3c;
}

#category-links li.corporate.active a,
#category-links li.corporate:hover a {
	background: #306996;
}

#category-links li.homes.active a,
#category-links li.homes:hover a {
	background: #780c18;
}

#category-links li.hotels.active a,
#category-links li.hotels:hover a {
	background: #d8c894;
}*/

.translation-wrapper {
	margin: 0 auto 50px;
	width: 180px;
	font-family: 'Noto Serif', serif;
	font-size: 13px;
	line-height: 34px;
	font-weight: 700;
	color: #2d2824;
	text-align: center;
	text-transform: uppercase;
}

.translation-wrapper p {
	margin: 0;
}

.translation-box {
	line-height: 25px;
	border: 1px solid #2d2824;
}

#translate-english {
	width: 50%;
	float: left;
	cursor: pointer;
}

#translate-spanish {
	width: 50%;
	float: left;
	cursor: pointer;
}

.translate-link,
.translate-block {
	width: 50%;
	float: left;
}

.translate-link {
	color: #2d2824;
	text-decoration: none !important;
}

#translate-english.active,
#translate-spanish.active,
.translate-block {
	color: #fff;
	background: #2d2824;
	cursor: initial;
}

.post-wrapper {
	display: inline-block;
	margin: 0 0 60px;
	padding: 0 30px;
	width: 50%;
	vertical-align: top;
}

.english-block { display: block; }
.spanish-block { display: none; }

.post-wrapper.spanish .post.has-spanish .english-block { display: none; }
.post-wrapper.spanish .post.has-spanish .spanish-block { display: block; }

.post {
	position: relative;
	padding: 45px;
	border: 1px solid #2d2824;
}

.post-categories {
	margin: 0 0 10px;
	font-size: 0;
	list-style-type: none;
}

.post-categories li {
	display: inline-block;
	margin: 0 10px 10px 0;
	vertical-align: top;
}

.post-categories li a {
	display: block;
	padding: 0 6px;
	font-family: 'Noto Serif', serif;
	font-size: 15px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	text-decoration: none !important;
	text-transform: uppercase;
	background: #2d2824;
}

.post-categories span.eng-cat { display: block; }
.post-categories span.spa-cat { display: none; }

.post-wrapper.spanish .post-categories span.eng-cat { display: none; }
.post-wrapper.spanish .post-categories span.spa-cat { display: block; }

.post-date {
	margin: 0 0 15px;
	font-family: 'Noto Serif', serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	font-style: italic;
	color: #2d2824;
	letter-spacing: 2px;
}

.post-title,
.post-title-spanish {
	margin: 0 0 20px;
	font-family: 'Noto Serif', serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	color: #251a06;
}

.post-title a,
.post-title-spanish a {
	color: #251a06;
	text-decoration: none !important;
}

.post-excerpt,
.post-excerpt-spanish {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 30px;
}

.post-see-more,
.post-see-more-spanish {
	display: block;
	margin: 30px auto 0;
	width: 168px;
	height: 38px;
	font-family: 'Noto Serif', serif;
	font-size: 13px;
	line-height: 38px;
	font-weight: 700;
	color: #2d2824;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	border: 1px solid #2d2824;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.post-see-more:hover,
.post-see-more-spanish:hover {
	color: #fff;
	background: #2d2824;
	-webkit-transition: all .25s;
	transition: all .25s;
}

/*
.post.commercial {	border-color: #306996; }
.post.communities {	border-color: #576f3c; }
.post.corporate {	border-color: #306996; }
.post.homes {	border-color: #780c18; }
.post.hotels {	border-color: #d8c894; }

.post .post-categories li.commercial a { background: #306996; }
.post .post-categories li.communities a { background: #576f3c; }
.post .post-categories li.corporate a {	background: #306996; }
.post .post-categories li.homes a {	background: #780c18; }
.post .post-categories li.hotels a { background: #d8c894; }

.post.commercial .post-date { color: #306996; }
.post.communities .post-date { color: #576f3c; }
.post.corporate .post-date { color: #306996; }
.post.homes .post-date { color: #780c18; }
.post.hotels .post-date { color: #d8c894; }
*/

.careers-navigation {
	margin-top: -10px;
	padding: 0 30px 30px;
}

.prev-page {
	float: left;
}

.next-page {
	float: right;
}

.careers-nav-button {
	display: inline-block;
	margin: 0;
	padding: 0 20px;
	min-width: 180px;
	border-top: 2px solid #925f28;
	border-bottom: 2px solid #925f28;
	text-decoration: none !important;
	vertical-align: top;
}

.careers-nav-button span.text {
	display: block;
	position: relative;
	padding: 8px 46px 8px 0;
	font-family: 'Noto Serif', serif;
	font-size: 13px;
	line-height: 24px;
	color: #925f28;
	font-style: italic;
	text-align: center;
}

.careers-nav-button span.arrow {
	position: absolute;
	right: 0;
	top: 50%;
	width: 28px;
	height: 8px;
	background: url('images/copper-arrow.png') no-repeat left top;
	background-size: 28px 8px;
	transform: translateY(-50%);
	overflow: hidden;
}

.careers-nav-button.backwards span.text {
	padding: 8px 0 8px 46px;
}

.careers-nav-button.backwards span.arrow {
	left: 0;
	background: url('images/copper-arrow-left.png') no-repeat left top;
	background-size: 28px 8px;
}

@media all and (max-width: 1199px) {

	.careers-wrapper {
		padding: 0 20px;
		max-width: 984px;
	}

	.post-wrapper {
		margin: 0 0 40px;
		padding: 0 20px;
	}

	.post {
		padding: 30px;
	}

	.careers-navigation {
		margin-top: 0;
		padding: 0 20px 20px;
	}

}

@media all and (max-width: 1023px) {

	.careers-wrapper {
		max-width: 600px;
	}

	.post-wrapper {
		margin: 0 0 40px;
		padding: 0 20px;
		width: 100%;
		float: none;
	}

}

@media all and (max-width: 639px) {

	.careers-wrapper {
		margin: 0 20px;
	}

}

@media all and (max-width: 599px) {

	.post-wrapper {
		padding: 0;
	}

	.post-categories li {
		margin: 0 6px 10px 0;
	}

	.post-categories li a {
		font-size: 14px;
		line-height: 24px;
	}

	.post-title,
	.post-title-spanish {
		font-size: 30px;
		line-height: 30px;
	}

	.post-excerpt,
	.post-excerpt-spanish {
		margin: 0 0 20px;
		font-size: 14px;
		line-height: 26px;
	}

	.prev-page {
		margin: 0 0 20px;
		text-align: center;
		float: none;
	}

	.next-page {
		text-align: center;
		float: none;
	}

}

@media all and (max-width: 479px) {

	.careers-wrapper {
		margin: 0 10px;
		padding: 0 10px;
	}

	#category-links {
		padding: 0 10px;
	}

	#category-links li {
		display: block;
		margin: 0;
	}

	.post {
		padding: 15px;
	}

	.post-title,
	.post-title-spanish {
		font-size: 26px;
		line-height: 26px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		SINGLE CAREER
-----------------------------------------------------------------------------------------------------------*/

.full-post-wrapper {
	padding-bottom: 40px;
}

.full-post-wrapper .post {
	margin: 0 10px;
	padding: 50px 110px;
}

.full-post-wrapper.spanish .post.has-spanish .english-block { display: none; }
.full-post-wrapper.spanish .post.has-spanish .spanish-block { display: block; }

.post-see-more.top,
.post-see-more-spanish.top {
	position: absolute;
	right: 110px;
	top: 50px;
	margin: 0 auto;
}

.full-post-wrapper .post-categories {
	padding-right: 180px;
}

@media all and (max-width: 1199px) {

	.full-post-wrapper .post {
		padding: 50px 60px;
	}

	.post-see-more.top,
	.post-see-more-spanish.top {
		right: 60px;
	}

}

@media all and (max-width: 1023px) {

	.full-post-wrapper .post {
		padding: 40px 20px;
	}

	.post-see-more.top,
	.post-see-more-spanish.top {
		right: 20px;
		top: 40px;
	}

}

@media all and (max-width: 599px) {

	.full-post-wrapper .post {
		margin: 0;
	}

}

@media all and (max-width: 479px) {

	.post-see-more.top,
	.post-see-more-spanish.top {
		right: initial;
		left: 50%;
		top: 40px;
		margin: 0 0 0 -84px;
	}

	.full-post-wrapper .post-categories {
		padding-top: 60px;
		padding-right: 0;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FORMS
-----------------------------------------------------------------------------------------------------------*/

.gform_wrapper {
	padding: 30px;
	border: 1px solid #d8c894;
}

.gform_wrapper .gsection {
	padding-top: 20px !important;
	padding-bottom: 0 !important;
	border-top: 1px solid #d8c894 !important;
	border-bottom: 0 !important;
}

.gform_wrapper .gsection.first {
	padding-top: 0 !important;
	border-top: 0 !important;
}

.gsection.prog-dot-1 h2.gsection_title {
	padding-bottom: 20px !important;
	background: url('images/progress-dots-01.png') no-repeat center bottom;
}

.gsection.prog-dot-2 h2.gsection_title {
	padding-bottom: 20px !important;
	background: url('images/progress-dots-02.png') no-repeat center bottom;
}

.gsection.prog-dot-3 h2.gsection_title {
	padding-bottom: 20px !important;
	background: url('images/progress-dots-03.png') no-repeat center bottom;
}

.gsection.prog-dot-4 h2.gsection_title {
	padding-bottom: 20px !important;
	background: url('images/progress-dots-04.png') no-repeat center bottom;
}

.gsection.prog-dot-5 h2.gsection_title {
	padding-bottom: 20px !important;
	background: url('images/progress-dots-05.png') no-repeat center bottom;
}

.gsection.prog-dot-6 h2.gsection_title {
	padding-bottom: 20px !important;
	background: url('images/progress-dots-06.png') no-repeat center bottom;
}

.gform_wrapper .top_label .gsection_description {
	width: 100% !important;
}

.gform_wrapper .gform_footer input[type="submit"] {
	display: inline-block !important;
	margin: 0 !important;
	width: 168px !important;
	height: 38px !important;
	font-family: 'Noto Serif', serif !important;
	font-size: 13px !important;
	line-height: 38px !important;
	font-weight: 700 !important;
	color: #2d2824 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase;
	background: #fff !important;
	border: 1px solid #2d2824 !important;
	cursor: pointer !important;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
	color: #fff !important;
	background: #2d2824 !important;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.gform_wrapper .gform_footer input[type="submit"] {
	min-width: 180px;
	text-align: center;
}

.gform_wrapper select {
	padding-left: 6px !important;
}

.gform_wrapper .top_label .gfield_label {
	font-family: 'Noto Serif', serif !important;
	font-size: 16px !important;
	line-height: 20px !important;
	font-weight: 400 !important;
}

/*.gform_wrapper .gfield_required {
	color: #578639 !important;
}*/

.gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex select {
	width: 97.5% !important;
}

.gform_wrapper .gfield.nolabel {
	padding-top: 21px !important;
}

.gform_wrapper .gfield.nomargin {
	margin-bottom: 0 !important;
}

.gfield.center .gsection_description {
	text-align: center !important;
}

.gform_wrapper .gfield.boxed {
	padding: 20px;
	border: 1px solid #925f28;
}

.gform_wrapper .gfield.boxed .gfield_description {
	font-size: 12px !important;
	line-height: 20px !important;
}

.gfield.small {
	margin-bottom: 0 !important;
	border: 0 !important;
}

.gfield.small h2 {
	font-size: 1.1em !important;
}

.gform_wrapper .top_label .gfield_label {
	margin: 0 0 10px !important;
}

.gform_wrapper ul li.gfield {
	margin-top: 0 !important;
	margin-bottom: 30px !important;
}

.gform_wrapper h2.gsection_title {
	font-size: 18px !important;
	line-height: 30px !important;
	text-align: center !important;
	color: #251a06 !important;
}

.gform_wrapper .gsection {
	border-color: #d8c894 !important;
}

@media all and (max-width: 599px) {

	.gform_wrapper {
		padding: 20px;
	}

}

@media all and (max-width: 479px) {

	.gform_wrapper {
		padding: 10px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FOOTER
-----------------------------------------------------------------------------------------------------------*/

#footer-wrapper {
	position: relative;
	color: #fff;
	background: #2d2528;
	overflow: hidden;
}

#footer-wrapper a {
	color: #dac893;
}

.footer-content {
	margin: 0 auto;
	padding: 50px 20px;
	max-width: 1200px;
}

.footer-column {
	position: relative;
	width: 50%;
	float: right;
}

.footer-cow {
	position: absolute;
	left: -1000px;
	top: 0;
	width: 350px;
	height: 230px;
	background: url('images/footer-cow.jpg') no-repeat;
	background-size: 350px 230px;
	opacity: 0;
}

.footer-cow.moved {
	left: -160px;
	opacity: 1;
}

.footer-pen {
	position: absolute;
	right: -1000px;
	top: 0;
	width: 350px;
	height: 276px;
	background: url('images/footer-pen.jpg') no-repeat;
	background-size: 350px 276px;
	opacity: 0;
}

.footer-pen.moved {
	right: -140px;
	opacity: 1;
}

.footer-block {
	position: relative;
	margin: 0 auto;
	max-width: 280px;
}

.footer-block .footer-logo {
	display: block;
	margin: 0 auto 20px;
	max-width: 240px;
}

.footer-block .footer-logo.first {
	display: none;
}

.footer-block .footer-divider {
	margin: 0 auto 15px;
	width: 131px;
	height: 3px;
	background: url('images/footer-divider.png') no-repeat center top;
}

.footer-block .about {
	font-size: 13px;
	line-height: 22px;
}

.footer-block .footer-headline {
	margin: 0 0 20px;
	padding: 100px 0 0;
	font-family: 'Noto Serif', serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #dac893;
	text-align: center;
	letter-spacing: 1px;
}

.footer-block .contact {
	font-size: 15px;
	line-height: 28px;
	text-align: center;
}

.legal {
	position: relative;
	clear: both;
	width: 50%;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

@media all and (max-width: 1023px) {

	.footer-cow.moved {
		left: -210px;
	}

	.footer-pen.moved {
		right: -190px;
	}

	.legal {
		padding: 10px 0 0;
		width: 100%;
	}

}

@media all and (max-width: 767px) {

	.footer-content {
		padding: 80px 20px 50px;
	}

	.footer-column {
		position: relative;
		margin: 0 auto;
		width: 100%;
		max-width: 340px;
		float: none;
		clear: both;
	}

	.footer-block .footer-logo.first {
		display: block;
	}

	.footer-block .footer-logo.second {
		display: none;
	}

	.footer-block .footer-headline {
		padding: 20px 0 0;
	}

}

@media all and (max-width: 599px) {

	.legal {
		padding: 10px 30px 0;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		MISC
-----------------------------------------------------------------------------------------------------------*/

.top-fdl {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -41px;
	width: 82px;
	height: 44px;
	background: url('images/fleur-de-lis.png') no-repeat;
	background-position: left 0;
	background-size: 82px 169px;
}

.top-fdl.white {
	height: 40px;
	background-position: left -84px;
}

.top-fdl.outside {
	top: auto;
	top: initial;
	bottom: -44px;
}

.top-fdl.white.outside {
	top: auto;
	top: initial;
	bottom: -40px;
}

.bottom-fdl {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -41px;
	width: 82px;
	height: 39px;
	background: url('images/fleur-de-lis.png') no-repeat;
	background-position: left -44px;
	background-size: 82px 169px;
}

.bottom-fdl.white {
	height: 40px;
	background-position: left -127px;
}

.bottom-fdl.white.outside {
	bottom: -41px;
}

.button-wrapper {
	margin: 0 0 20px;
	text-align: center;
}

.button {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	border-top: 2px solid #925f28;
	border-bottom: 2px solid #925f28;
	text-decoration: none !important;
	vertical-align: top;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.button span.text {
	display: block;
	position: relative;
	padding: 8px 46px 8px 0;
	font-family: 'Noto Serif', serif;
	font-size: 13px;
	line-height: 24px;
	color: #925f28;
	font-style: italic;
}

.button span.arrow {
	position: absolute;
	right: 0;
	top: 50%;
	width: 28px;
	height: 8px;
	background: url('images/copper-arrow.png') no-repeat left top;
	background-size: 28px 8px;
	transform: translateY(-50%);
	-webkit-transition: all .25s;
	transition: all .25s;
	overflow: hidden;
}

.button:hover {
	padding: 0 20px;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.button:hover span.arrow {
	background-size: 28px 8px;
	transform: translateY(-50%);
	-webkit-transition: all .25s;
	transition: all .25s;
}

.video-wrapper {
	display: block;
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 56.25%;
	border: 2px solid #925f28;
}

.video-embed {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.google-map-header {
	margin: 0 0 10px;
	padding: 5px 10pxf;
	background: #f3f0eb;
}

.google-map-header img.map-legend {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 700px;
	height: auto;
}

.google-map-header img.mobile-map-legend {
	display: none;
}

.google-map-wrapper {
	position: relative;
	border: 2px solid #925f28;
}

.google-map-wrapper iframe {
	display: block;
	width: 100%;
	height: 480px;
}

.split-column {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
}

@media all and (max-width: 1199px) {

	.split-column {
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
	}

}

@media all and (max-width: 1023px) {

	.split-column {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

}

@media all and (max-width: 599px) {

	.google-map-wrapper iframe {
		height: 350px;
	}

	.google-map-header img.map-legend {
		display: none;
	}

	.google-map-header img.mobile-map-legend {
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 280px;
		height: auto;
	}

}