/* 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: 14px;
	line-height: 28px;
	color: #000000;
}

body.editor {
	background-image: none;
	min-height: 400px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

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

p, h2, h3 {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.editor p {
	max-width: none;
}

ul {
	padding-left: 15px;
}

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

h1 {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1em;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	color: #A6A9AC;
	margin-bottom: 1em;
}

h2 {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1em;
	font-weight: 500;
	color: #A6A9AC;
	text-transform: uppercase;
	margin-bottom: .25em;
}

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

h1 + h2.subtitle {
	text-align: center;
	margin-bottom: 1em;
	margin-top: -1em;
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	text-transform: none;
	color: #000000;
}

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

hr + .featured_story {
	margin-top: 50px;
}

img {
	border: none;
}

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

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

a:hover {
	color: #858290;
}

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 {
	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 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.right_photo {
	float: right;
	margin: 5px 0px 10px 15px;
	display: inline;
}

.left_photo {
	float: left;
	margin: 5px 15px 10px 0px;
	display: inline;
}

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

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

}

.photo {
	margin-top: 70px;
	margin-bottom: 80px;
}

.intro_text {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

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

a.pan img, a.zoom img {
	display: block;
}

a.pan > span, a.zoom > span {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.1s, opacity 0.1s linear;
}

a.pan:hover > span, a.zoom:hover > span {
	visibility: visible;
	opacity: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #858290;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 2.2222222222em;
	line-height: .7em;
	text-transform: uppercase;
}

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

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

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

}


.panWrapper {position:fixed; width:100%; height:100%; overflow:hidden; background-color:rgba(0,0,0,0.9); z-index:9999; left:0; top:0; display:none; cursor:move;}
.panWrapper * {-moz-user-select: -moz-none;-khtml-user-select: none;-webkit-user-select: none;-o-user-select: none;user-select: none;}

.panWrapper a.controls {background-size:100%; width:32px; height:32px; display:block; position:absolute; left:50%; z-index:2; bottom:30px; cursor:pointer;}
.panWrapper a.controls.in{background-image:url('../images/zoomIn.png'); margin-left:-30px;}
.panWrapper a.controls.out{background-image:url('../images/zoomOut.png'); margin-left:30px;}
.panWrapper a.controls.close{background-image:url('../images/close.png'); left:auto; right:30px; top:30px;}
.panWrapper .loading{z-index:3; position:absolute; left:50%; top:50%; margin:-50px 0 0 -50px; width:100px; height:100px; background-image:url(../images/loading.gif); background-repeat:no-repeat; background-size:100%; display:block;}

#content .col2 {
	margin-bottom: 1em;
}

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

	#content .cols {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
	}

	#content .cols .col2 {
		width: calc(50% - 15px);
	}

	#content .cols .col3 {
		width: calc(33.3333333333% - 20px);
	}

}

/* 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, button {
	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
}

a.button {
	display: inline-block;
	padding: 2px 10px;
	color: #FFFFFF;
}

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: #858290;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 4px;
	-webkit-appearance: none;
	cursor: pointer;
}

.button:hover {
	background-color: #A6A9AC;
}

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

/* LAYOUT CSS */

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	position: relative;
}

.layout2 .container, .layout3 .container {
	max-width: 1700px;
}

@media only screen and (max-width: 1000px) { .container { padding: 0px 30px; } }
@media only screen and (max-width: 800px) { .container { padding: 0px 15px; } }

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

#header_bar {
	height: 80px;
	background-color: #858290;
	display: none;
}

#logo {
	position: absolute;
	top: 86px;
	left: 50px;
	text-align: center;
	float: left;
}

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

	#logo {
		top: 30px;
	}

}

#logo img {
	width: 100%;
	max-width: 200px;
	display: inline-block;
}

header a.mailinglist {
	position: absolute;
	top: 18px;
	right: 50px;
	width: 159px;
	height: 32px;
	border: 1px solid rgba(255,255,255,.21);
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
}

header a.mailinglist:hover {
	background-color: rgba(255,255,255,.21);
}

.collapsed_temp #header_inner, .collapsed_temp2 #header_inner, .collapsed #header_inner {
	position: fixed;
	top: -80px;
	height: 80px;
	z-index: 500;
}

.collapsed_temp #header_inner {
	display: none;
}

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

.collapsed #header_inner {
	top: 0px;
}

.collapsed_temp #logo, .collapsed_temp2 #logo, .collapsed #logo {
	top: 10px;
	height: 53px;
	overflow: hidden;
}

.collapsed_temp #logo img, .collapsed_temp2 #logo img, .collapsed #logo img {
	max-width: 105px;
}

.collapsed_temp a.mailinglist, .collapsed_temp2 a.mailinglist, .collapsed a.mailinglist {
	display: none;
}

.collapsed_temp #header_bar, .collapsed_temp2 #header_bar, .collapsed #header_bar {
	display: block;
}

.collapsed_temp #main_nav, .collapsed_temp2 #main_nav, .collapsed #main_nav {
	top: 27px;
}

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

#header_photo {
	position: relative;
}

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

#header_photo_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
}

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

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

	#header_photo img {
		width: 850px;
		position: relative;
		left: 50%;
		margin-left: -425px;
	}

}

#content_box {
	padding-top: 60px;
	padding-bottom: 60px;
}

.layout2 #content_box {
	padding-top: 95px;
	padding-bottom: 100px;
}

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

	.layout2 #content_box {
		padding-top: 45px;
		padding-bottom: 50px;
	}

}

footer {
	background-color: #858290;
	padding-bottom: 20px;
	font-size: 14px;
}

footer .col2 {
	width: 50%;
	height: 305px;
	float: left;
	padding: 95px 0px 0px 100px;
	border-bottom: 1px solid #92909C;
}

footer .title {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: 500;
	color: #FFFFFF;
	text-transform: uppercase;
}

#social {
	padding-left: 0px;
	padding-right: 100px;
	border-right: 1px solid #92909C;
}

#social div {
	float: right;
	text-align: center;
	width: 232px;
}

#social .title {
	margin-bottom: 27px;
}

#social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	text-indent: 110%;
	overflow: hidden;
}

#social a.facebook {
	background-image: url('../images/icon-facebook.png');
	width: 99px;
}

#social a.instagram {
	background-image: url('../images/icon-instagram.png');
	width: 105px;
	margin-left: 28px;
}

#social a.twitter {
	background-image: url('../images/icon-twitter.png');
}

#social a:hover {
	background-position: 0px -30px;
}

#mailinglist {
	text-align: center;
	width: 249px;
}

#mailinglist label, #mailinglist p {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin-bottom: 20px;
}

#mailinglist form {
	border-bottom: 1px solid #A6A9AC;
	padding-bottom: 10px;
}

#mailinglist #email_box {
	background-color: transparent;
	font-size: 12.5px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	width: 225px;
	padding: 0px 4px;
}

#mailinglist #email_submit {
	background-color: transparent;
	width: 24px;
	text-align: center;
	color: #A6A9AC;
	cursor: pointer;
}

#mailinglist #email_submit:hover {
	color: #FFFFFF;
}

#mailinglist a {
	display: inline-block;
	width: 159px;
	height: 32px;
	border: 1px solid rgba(255,255,255,.21);
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
}

#mailinglist a:hover {
	background-color: rgba(255,255,255,.21);
}

#footer_bottom {
	text-align: center;
	padding-top: 65px;
}

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

#footer_nav {
	margin-top: 20px;
	margin-bottom: 70px;
	color: #92909C;
}

#footer_nav a {
	color: #FFFFFF;
	font-style: italic;
	white-space: nowrap;
}

#footer_nav span {
	margin: 0px 5px;
}

#copyright {
	color: #A6A9AC;
	font-style: italic;
	line-height: 22px;
}

#copyright a {
	color: #A6A9AC;
}

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

	#footer_nav br.mobile {
		display: none;
	}

}

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

	#copyright br.mobile {
		display: none;
	}

}

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

	footer .col2, #social {
		padding-left: 0px;
		padding-right: 0px;
	}

	footer #social div, #mailinglist {
		float: none;
		margin: 0px auto;
	}


}

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

	footer .col2 {
		width: 100%;
		float: none;
		height: 220px;
		padding-top: 45px;
	}

	#footer_bottom {
		padding-top: 45px;
	}

	#footer_nav {
		margin-bottom: 25px;
	}

}

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

	#footer_nav span {
		display: none;
	}

}

/* NAVIGATION CSS */

#nav ul {
	padding: 0px;
}

#nav li {
	list-style: none;
	position: relative;
	font-size: 16px;
	font-style: italic;
}

#nav .button {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#nav .button:hover {
	background-color: #9F9CA8;
}

#subnav, #back_link {
	border-bottom: 1px solid #A6A9AC;
}

#subnav ul, #back_link {
	padding: 25px 0px;
}

#subnav li {
	list-style: none;
	font-size: 16px;
	font-style: italic;
}

#subnav li a, #back_link a {
	color: #A6A9AC;
}

#back_link {
	text-align: center;
	font-size: 16px;
	font-style: italic;
}

/* HOME CSS */

#home_slideshow_wrapper {
	clear: both;
	width: 100%;
	position: relative;
}

#home_slideshow {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

#home_slideshow li {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#home_slideshow li:first-child {
	display: block;
	float: left;
	opacity: 1;
}

#home_slideshow li img {
	width: 100%;
	float: left;
}

#home_slideshow div.overlay, #home_video div.overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
}

#home_slideshow .title, #header_title, #home_video .title {
	position: absolute;
	top: 45%;
	left: 0px;
	width: 100%;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 90px;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

#header_title {
	font-size: 70px;
	top: 60%;
	padding: 0px 5%;
}

#home_slideshow .title em, #home_video .title em {
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	text-transform: none;
}

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

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

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

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

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

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

	#header_title {
		top: 65%;
	}

}

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

	#header_title {
		top: 70%;
	}

}

#home_video {
	height: 100vh;
	overflow: hidden;
	position: relative;
}

#home_video_container {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
}

#home_video video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
	width: auto;
	height: auto;
}

#home_video div.overlay {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
}

#home_video a {
	display: inline-block;
	margin-top: 1em;
	border: 1px solid #FFFFFF;
	padding: 20px 25px;
	font-size: 20px;
	line-height: 1em;
	color: #FFFFFF;
}

#home_video a:hover {
	border: 1px solid #A6A9AC;
	color: #A6A9AC;
}

#home_intro {
	text-align: center;
	padding-top: 100px;
}

#ctas {
	margin-left: -2.0833333333333%;
	padding-top: 100px;
	padding-bottom: 100px;
	border-bottom: 1px solid #A6A9AC;
}

#ctas .cta {
	width: 31.25%;
	margin-left: 2.0833333333333%;
	float: left;
	display: inline;
}

#ctas .cta img {
	width: 100%;
	display: block;
}

#ctas .cta a {
	position: relative;
}

#ctas .cta a {
	display: block;
	top: 0px;
	left: 0px;
	height: 100%;
}

#ctas .cta a > span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

#ctas .cta a:hover > span {
	background-color: #858290;
}

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

#ctas .cta a strong {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 4.266666666666667em;
	line-height: .9em;
	text-transform: uppercase;
}

#ctas .cta a em {
	display: inline-block;
	margin-top: 1em;
	border: 1px solid #FFFFFF;
	padding: .75% 2%;
}

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

	#ctas .cta a em {
		font-size: 1.25em;
	}

}

#home_featured_person {
	padding-top: 100px;
	padding-bottom: 100px;
}

#home_featured_person .content {
	border-bottom: 0px;
	padding-bottom: 0px;
}

#home_event {
	padding-bottom: 100px;
	border-bottom: 1px solid #A6A9AC;
}

.layout2 #content p {
	max-width: 900px;
	margin: 0px auto;
	padding-bottom: 8%;
}

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

	#ctas, #home_featured_person, #home_intro {
		padding-top: 80px;
	}

	#ctas, #home_featured_person, #home_event {
		padding-bottom: 80px;
	}

}

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

	#ctas, #home_featured_person, #home_intro {
		padding-top: 60px;
	}

	#ctas, #home_featured_person, #home_event {
		padding-bottom: 60px;
	}

}

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

	#ctas, #home_featured_person, #home_intro {
		padding-top: 40px;
	}

	#ctas, #home_featured_person, #home_event {
		padding-bottom: 40px;
	}

}

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

	#ctas {
		margin-left: 0px;
		padding-bottom: 0px;
	}

	#ctas .cta {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 40px;
		float: none;
		display: block;
	}

}

/* GALLERY CSS */

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

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

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

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

	.gallery li {
		width: 23%;
	}

}

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

	.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: #EDEEF2;
	padding: 20px;
}

form.feedback label {
	display: block;
}

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

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

form.feedback div.col2, #mailinglist_form div.col2, #mc-embedded-subscribe-form div.col2,
form.feedback div.col3, #mailinglist_form div.col3, #mc-embedded-subscribe-form div.col3 {
	width: 49%;
	float: left;
	margin-left: 2%;
	display: inline;
	text-align: left;
}

form.feedback div.col3, #mailinglist_form div.col3, #mc-embedded-subscribe-form div.col3 {
	width: 32%;
}

form.feedback div.col2.first, #mailinglist_form div.col2.first, #mc-embedded-subscribe-form div.col2.first,
form.feedback div.col3.first, #mailinglist_form div.col3.first, #mc-embedded-subscribe-form div.col3.first {
	margin-left: 0px;
	clear: both;
}

#mailinglist_popup div.col2, #mailinglist_popup div.col3, #mc-embedded-subscribe-form div.col3 {
	margin-bottom: .5em;
}

form.feedback div label {
	display: inline;
}

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

form.feedback input.radio, form.feedback input.checkbox,
#mailinglist_form input.radio, #mailinglist_form input.checkbox,
#mc-embedded-subscribe-form input.radio, #mc-embedded-subscribe-form input.checkbox {
	width: auto;
	height: auto;
	padding: 0px;
	margin-left: 10px;
	margin-right: 5px;
}

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

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

#mce-success-response {
	color: #FF0000;
	margin-bottom: 1em;
}

@media only screen and (max-width: 700px) {
	form.feedback div.col2 {
		width: 100%;
		margin-left: 0px;
	}
}

@media only screen and (max-width: 600px) {
	#mailinglist_popup div.col2,
	#mailinglist_popup div.col3 {
		width: 100%;
		margin-left: 0px;
	}
}

/* STORY CSS */

.featured_story {
	display: table;
}

.featured_story .photo {
	vertical-align: top;
	display: table-cell;
	width: 65.625%;
	position: relative;
	margin: 0px;
}

.featured_story .photo_inner {
	position: relative;
}

.featured_story .photo img {
	width: 100%;
	display: block;
}

.featured_story .photo img.small {
	display: none;
}

.featured_story .photo .title {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 100%;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 65px;
	line-height: 1em;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0px 5%;
}

.featured_story .photo .title br {
	display: none;
}

.featured_story .photo .title em {
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 1.153846153846154em;
	font-weight: bold;
}

#home_event .photo .title em {
	font-size: 1em;
}


.featured_story .content {
	vertical-align: middle;
	display: table-cell;
	width: 34.375%;
	text-align: center;
	padding: 0px 5%;
}

.featured_story .content .title, .event h2, .press h2, .board h2, .facts h2 {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #A6A9AC;
	margin-bottom: 35px;
}

.featured_story h1 {
	margin-bottom: 0px;
}

#featured_vineyard .content .title {
	margin-bottom: 5px;
}

.featured_story .job_title {
	font-size: 16px;
	color: #A6A9AC;
	margin-bottom: 1em;
}

.featured_story .company {
	font-size: 19px;
}

.featured_story .content a, .event a, .press a {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.featured_story p strong {
	font-size: 16px;
}

#stories, #press {
	margin-left: -2.375%;
}

.story, .press {
	float: left;
	width: 22.625%;
	margin-left: 2.375%;
	margin-top: 50px;
}

.story img {
	width: 100%;
}

.story a {
	display: block;
	position: relative;
}

.story img {
	display: block;
}

.story a > span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	background-color: rgba(0,0,0,.2);
	-webkit-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.story a:hover > span {
	background-color: #858290;
}

.story a span.inner {
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 100%;
	line-height: 2em;
	padding: 20px;
}

.story strong {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 2.2222222222em;
	line-height: .7em;
	text-transform: uppercase;
}

.story em {
	font-size: 1.3em;
	font-weight: bold;
}

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

	.story a span.inner {
		padding: 20px 5px;
	}

	.story strong {
		font-size: 2.25em;
	}

	.story em {
		font-size: 1.5em;
	}

}

.story_content {
	width: 100%;
	max-width: 900px;
	margin: 60px auto 0px auto;
}

#vineyard_description h2 {
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #858290;
	display: inline;
	margin-right: 10px;
}

#questions .question {
	margin-top: 40px;
	margin-bottom: 10px;
}

#questions .question strong {
	font-size: 18px;
}

#questions span {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #858290;
	margin-right: 5px;
}

#varieties {
	margin-top: 40px;
	font-size: 16px;
	font-style: italic;
	color: #A6A9AC;
	width: 100%;
}

#featured_vineyard #varieties {
	margin-bottom: 20px;
}

#varieties dt, #varieties dd {
	width: 50%;
	float: left;
	text-align: right;
	padding-right: 28px;
	background-image: url('../images/varieties-divider.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

#varieties dd {
	float: right;
	text-align: left;
	padding-right: 0px;
	padding-left: 28px;
	background-position: left center;
}

#varieties .total {
	color: #000000;
}

.featured_story .content hr {
	clear: both;
	width: 40px;
	color: #A6A9AC;
	background-color: #A6A9AC;
	margin: 20px auto;
}

.member_specs {
	line-height: 21px;
	margin-bottom: 5px;
}

.member_specs strong {
	width: 40%;
	float: left;
	text-align: right;
	color: #A6A9AC;
	clear: both;
	padding-right: 20px;
}

.member_specs span {
	float: right;
	width: 60%;
	text-align: left;
	font-style: italic;
}

#content .member_specs ul {
	margin-bottom: 0px;
}

.event_date {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	line-height: 2em;
}

.event_date span {
	font-size: 2.222222222222222em;
}

.featured_story .event_date {
	display: inline-block;
	border: 1px solid #A6A9AC;
	padding: 20px 30px;
	margin-bottom: 15px;
}

#featured_event h1 {
	margin-bottom: 1em;
}

#events {
	margin-left: -1.75%;
}

.event {
	float: left;
	width: 48.125%;
	margin-left: 1.75%;
	margin-top: 1.75%;
	display: inline;
	border: 1px solid #A6A9AC;
}

.event .event_date {
	float: left;
	width: 150px;
	text-align: center;
	border-right: 1px solid #A6A9AC;
	padding: 15px 10px;
}

.event .content {
	float: right;
	width: calc(100% - 150px);
	padding: 20px;
}

.event h2, .press h2 {
	margin-bottom: 5px;
}

.event p {
	margin-bottom: 5px;
}

.press {
	border: 1px solid #A6A9AC;
}

.press img {
	width: 100%;
}

.press .content {
	padding: 20px;
}

.press h2 {
	font-size: 22px;
}

.press h2 span {
	display: block;
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	text-transform: none;
	color: #000000;
	margin-bottom: 1em;
}

.press p {
	line-height: 24px;
}

.board .story {
	text-align: center;
}

.board img {
	margin-bottom: 15px;
}

.board h2 {
	margin-bottom: 0px;
}

.board .company {
	color: #858290;
	line-height: 20px;
}

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

	.press {
		width: 30.9583333333333%;
	}

}

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

	.featured_story .photo {
		width: 55%;
	}

	.featured_story .content {
		width: 45%;
	}

	.featured_story .content .title {
		margin-bottom: 15px;
	}

	.board h2 {
		font-size: 25px;
	}

}

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

	.featured_story .photo {
		width: 50%;
	}

	.featured_story .content {
		width: 50%;
	}

	#events {
		margin-left: 0px;
	}

	.event {
		width: 100%;
		float: none;
		margin-left: 0px;
		display: block;
	}

	.event:before, .event:after {
		content: "";
		display: table;
	}

	.event:after {
		clear: both;
	}

	.event {
		zoom: 1;
	}

}

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

	#stories, #press {
		margin-left: -4%;
	}

	.story, .press {
		width: 46%;
		margin-left: 4%;
		margin-top: 40px;
	}

}

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

/*
	.featured_story_intro .photo {
		width: 35%;
	}

	.featured_story_intro .photo img.large {
		display: none;
	}

	.featured_story_intro .photo img.small {
		display: block;
	}

	.featured_story_intro .photo .title br {
		display: block;
	}

	.featured_story_intro .content {
		width: 65%;
	}
*/

	.featured_story .photo {
		width: 35%;
	}

	.featured_story .photo img.large {
		display: none;
	}

	.featured_story .photo img.small {
		display: block;
	}

	.featured_story .photo .title br {
		display: block;
	}

	.featured_story .content {
		width: 65%;
	}

}

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

	.featured_story .photo, .featured_story .content {
		width: 100%;
		display: block;
	}

	.featured_story .photo {
		margin-bottom: 30px;
	}

	.featured_story .content {
		border-bottom: 1px solid #A6A9AC;
		padding-bottom: 30px;
	}

	#featured_event .content {
		border-bottom: 0px;
	}

	#stories {
		margin-left: -4%;
	}

	.story {
		width: 46%;
		margin-left: 4%;
		margin-top: 40px;
	}

	#home_event {
		border-top: 1px solid #A6A9AC;
		padding-top: 50px;
	}

}

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

	#press {
		margin-left: 0px;
	}

	.press {
		width: 100%;
		float: none;
		margin-left: 0px;
	}

	.board h2 {
		font-size: 22px;
	}

	.board em {
		font-size: 1.25em;
	}

}

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

	.board h2 {
		font-size: 20px;
	}

	.board em {
		font-size: 1.1em;
	}

}

#google_map {
	width: 75%;
	min-height: 400px;
	height: calc(100vh - 250px);
	float: right;
	padding-bottom: 20px;
}

#google_map_controls {
	width: 25%;
        min-height: 400px;
	height: calc(100vh - 270px);
	float: left;
	background-color: #858290;
	line-height: 18px;
	color: #FFFFFF;
	overflow: scroll;
}

#google_map_controls ul {
	padding: 0px;
	margin: 0px;
}

#google_map_controls li:first-child {
	border-top: 0px;
}

#google_map_controls li {
	list-style: none;
	border-top: 1px solid #93919D;
	position: relative;
}

#google_map_controls li:first-child {
}

#google_map_controls a {
	display: block;
	color: #FFFFFF;
	padding: 8px 10px 8px 20px;
}

#google_map_controls span.counter {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 25px;
	height: 100%;
	background-color: #50443C;
}

#google_map_controls span em {
	color: #A6A9AC;
}

#google_map_controls span.counter span {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	text-align: center;
	line-height: 13px;
	transform: translateY(-50%);
}

#google_map_controls .no_results {
	padding: 10px;
	text-align: center;
}

.google_map_info_window {
	line-height: 18px;
}

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

	#google_map_search, #google_map, #google_map_controls {
		width: 100%;
		float: none;
	}

	#google_map_search {
		height: 55px;
	}

	#google_map_search input {
	}

	#google_map_search br {
		display: none;
	}

	#google_map_controls {
		height: auto;
	}

}

/* PARTNERS CSS */

.partners {
	margin: -15px 0px 30px -1.5%;
}

.partners .partner {
	float: left;
	width: 15.1666666666667%;
	margin: 1.5% 0px 0px 1.5%;
	display: inline-block;
	text-align: center;
	position: relative;
	border: 1px solid #A6A9AC;
}

.partners .partner a, .partners .partner div {
	display: block;
	height: 0px;
	padding-bottom: 100%;
}

.partners .partner a span, .partners .partner div span {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 100%;
	display: inline-block;
	padding: 20px;
}

.partners img {
	max-height: 150px;
	display: block;
	margin: 0px auto;
}

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

	.partners .partner {
		width: 18.5%;
	}

}

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

	.partners .partner {
		width: 23.5%;
	}

}

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

	.partners {
		margin-left: -2.5%;
		margin-top: -5px;
	}

	.partners .partner {
		width: 30.8333333333333%;
		margin-top: 2.5%;
		margin-left: 2.5%;
	}

}

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

	.partners .partner {
		width: 47.5%;
	}

}

.facts {
	background-color: #EDEEF2;
	margin: 70px 0px 80px 0px;
	display: table;
}

.facts .photo, .facts .content {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.facts .photo img {
	display: block;
	margin: 0px auto;
}

.facts .content {
	padding: 0px 5%;
}

.facts .member_specs strong {
	width: 50%;
	margin-bottom: 10px;
}

.facts .member_specs span {
	width: 50%;
	margin-bottom: 10px;
}

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

	.facts {
		width: 100%;
	}

	.facts .photo, .facts .content {
		display: block;
		width: 100%;
	}

	.facts .photo {
		padding: 20px;
	}

	.facts .content {
		padding-bottom: 20px;
	}

}

#mailinglist_popup {
	display: none;
	width: 90%;
	max-width: 650px;
	background-color: #EDEEF2;
	padding: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #6D6E6F;
}

#mailinglist_popup img {
	width: 137px;
	margin-bottom: 2em;
}

#mailinglist_popup .title {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 1em;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	color: #858290;
	letter-spacing: .04em;
	margin-bottom: .25em;
}

#mailinglist_popup p {
	line-height: 24px;
	max-width: 425px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

#mailinglist_popup .close {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 100;
	font-size: 25px;
	line-height: 25px;
	color: #B6B7BC;
}

#mailinglist_form label, #mc-embedded-subscribe-form label {
	font-style: italic;
}

#mailinglist_form input, #mailinglist_form select, #mc-embedded-subscribe-form input, #mc-embedded-subscribe-form select {
	background-color: transparent;
	border: 1px solid #B6B7BC;
	width: 100%;
	height: 30px;
}

#mailinglist_form input.radio, #mc-embedded-subscribe-form input.radio {
	margin-right: 10px;
}

#mailinglist_form input.button, #mc-embedded-subscribe-form input.button {
	width: 123px;
	height: 40px;
	background-color: #858290;
	border: 0px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	text-align: center;
	letter-spacing: .02em;
	text-transform: uppercase;
}

#mailinglist_form input.button:hover, #mc-embedded-subscribe-form input.button:hover {
	background-color: #A6A9AC;
}

#mailinglist_form strong.montserrat, #mc-embedded-subscribe-form strong.montserrat {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 19px;
	vertical-align: bottom;
	text-transform: uppercase;
	color: #858290;
}

#mailinglist_form, .iama, #mc-embedded-subscribe-form .iama {
	margin: 1em 0px 2.5em 0px;
	text-align:left;
}

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

	#mailinglist_popup {
		padding: 25px;
	}

}

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

	#mailinglist_form .iama, #mc-embedded-subscribe-form .iama {
		text-align: center;
	}

	#mailinglist_form br.mobile, #mc-embedded-subscribe-form br.mobile {
		display: none;
	}

	#mailinglist_form input.radio, #mc-embedded-subscribe-form input.radio {
		margin-left: 30px;
	}

}

/* RESPONSIVE CSS */

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

	.collapsed_temp #top_nav, .collapsed_temp2 #top_nav, .collapsed #top_nav, .collapsed_temp a.button, .collapsed a.button {
		display: none;
	}

	#nav_trigger, #nav_close {
		display: none;
	}

	#main_nav {
		position: absolute;
		top: 85px;
		right: 50px;
	}

	#nav #top_nav {
		position: absolute;
		top: 18px;
		right: 219px;
		height: 32px;
		padding-right: 20px;
		border: 1px solid rgba(255,255,255,.21);
	}

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

	#main_nav li:hover, #main_nav li.active, #main_nav li.active.dropdown {
		/*font-style: normal;*/
		border-bottom: 1px solid rgba(255,255,255,.21);
	}

	#main_nav li.dropdown, #main_nav li.active.dropdown:hover {
		border-bottom: 0px;
	}

	#nav li.active li a {
		font-style: italic;
	}

	#nav #top_nav li {
		font-size: 13px;
		line-height: 30px;
		margin-left: 20px;
	}

	#nav li a {
		color: #FFFFFF;
	}

	#main_nav li > ul {
		position: absolute;
		top: 36px;
		left: 0px;
		padding: 0px;
		z-index: 200;
		visibility: hidden;
		opacity: 0;
		transition: opacity .5s ease-out;
		-moz-transition: opacity .5s ease-out;
		-webkit-transition: opacity .5s ease-out;
		-o-transition: opacity .5s ease-out;
		transition: .2s .2s;
		border: 1px solid rgba(255,255,255,.21);
	}

	#main_nav li:last-child > ul {
		left: auto;
		right: 0px;
	}

        .collapsed #nav li:hover > ul {
		background-color: #858290;
	}

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

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

	#main_nav li li:hover, #main_nav li.active li {
		border: 0px;
	}

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

	#nav li li a:hover {
		background-color: rgba(255,255,255,.21);
	}

	#nav .button {
		position: absolute;
		top: 18px;
		right: 605px;
	}

	#subnav {
		text-align: center;
	}

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

	#section_title {
		display: none;
	}

}

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

	.container {
		padding: 0px 30px;
	}

	#logo {
		left: 30px;
	}

	header a.mailinglist, #main_nav {
		right: 30px;
	}

}

@media only screen and (min-width: 960px) and (max-width: 1079px) {

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

}

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

	.mobile_nav body {
		overflow: hidden;
	}

	#logo {
		top: 30px;
	}

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

	#header_title {
		top: 60%;
	}

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

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

	.mobile_nav #header_inner {
		height: 100vh;
	}

	header a.mailinglist {
		right: 80px;
	}

	#nav {
		width: 0px;
		height: 100vh;
		position: absolute;
		right: 0px;
		top: 0px;
		background-color: #858290;
		padding-top: 50px;
		z-index: 500;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-transition: width 0.4s ease;
		-mos-transition: width 0.4s ease;
		-o-transition: width 0.4s ease;
		transition: width 0.4s ease;
		text-align: center;
	}

	.mobile_nav #nav {
		width: 100%;
		-webkit-transition: width 0.4s ease;
		-mos-transition: width 0.4s ease;
		-o-transition: width 0.4s ease;
		transition: width 0.4s ease;
	}

	#nav li {
		display: block;
		font-size: 16px;
		line-height: 20px;
		text-align: center;
	}

	#main_nav li {
		font-size: 20px;
		line-height: 24px;
	}

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

	#main_nav li a {
		padding: 10px 15px;
	}

	#top_nav li a {
		color: #A6A9AC;
	}

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

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

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

	#nav li li a {
		padding: 6px 30px;
	}

	#nav .button {
		margin-bottom: 7px;
		background-color: #9F9CA8;
	}

	#subnav {
		padding: 0px;
		margin: 0px;
		height: 42px;
		position: relative;
	}

	#section_title {
		padding: 0px 15px;
		font-size: 16px;
		line-height: 38px;
		font-style: italic;
		border: 0px;
		text-align: center;
		color: #A6A9AC;
		-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;
		padding: 0px;
		overflow: hidden;
		background-color: #EDEEF2;
		z-index: 300;
		text-align: center;
		-webkit-transition: all 0.4s cubic-bezier(0,1,0,1);
		-mos-transition: all 0.4s cubic-bezier(0,1,0,1);
		-o-transition: all 0.4s cubic-bezier(0,1,0,1);
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#subnav.expanded ul {
		max-height: 499px;
		overflow: auto;
		-webkit-transition: all 0.4s cubic-bezier(1,0,1,0);
		-mos-transition: all 0.4s cubic-bezier(1,0,1,0);
		-o-transition: all 0.4s cubic-bezier(1,0,1,0);
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#subnav li {
		margin: 0px;
		display: block;
		border-top: 1px solid #FFFFFF;
	}

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

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

}

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

	.container {
		padding: 0px 15px;
	}

	#logo {
		left: 15px;
	}

	#main_nav, #nav_trigger, #nav_close {
		right: 15px;
	}

	header a.mailinglist {
		right: 65px;
	}

}

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

	#header_title {
		top: 65%;
	}

}

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

	header a.mailinglist {
		display: none;
	}

}

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

	#logo {
		left: 0px;
		width: 100%;
	}

	#header_title {
		top: 70%;
	}

}
