@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,600italic,700italic,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Oswald);

/*-------------------- CSS Reset --------------------*/

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;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

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

:focus {
	outline: 0;
}

textarea {
	overflow: auto;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*-------------------- Typography --------------------*/

body {
	font: 18px/1.5 'Open Sans', sans-serif;
	color: #363d36;
}

p {
	margin: 0 0 18px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Montserrat, sans-serif;
	line-height: 1.2;
	font-weight: bold;
	color: #87bf3d;
}

h1 {
	font-size: 42px;
	line-height: 1;
	margin: 30px 0 18px;
	text-transform: uppercase;
}

#page-content section:nth-child(2) h1:first-child {
	/* Fix alignment underneath banner */
	margin-top: 0;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 8px;
}

h2.cafemenu {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	background: #b2b2b2;
	margin: 20px 0;
	padding: 5px 10px;
}

h3 {
	font-size: inherit;
	color: inherit;
	margin-bottom: 4px;

}

blockquote h1 {
	color: inherit;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 40px;
	text-transform: none;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul, ol {
	margin: 0 0 18px 20px;
}

ul li, ol li {
	margin-bottom: 5px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

a {
	color: #66B200;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

a:hover {
	color: #579900;
}

a.anchor {
	display: block;
	position: relative;
	top: -70px;
	visibility: hidden;
}

.text-big {
	font-size: 18px;
}

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

.text-intro {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2;
	font-style: italic;
}

.BBFormContainer,
.text-intro .BBFormContainer {
	font-style: normal;
}

/*-------------------- Structure --------------------*/

.pagewidth, section.sidebar {
	width: 1080px;
	margin: 0 auto;
	padding: 0 30px;
}


section.sidebar > div {
	float: left;
	width: 300px;
	/* Fixes layer to top */
	position: relative;
}

section.pushright .floatfix {
	float: right;
	width: 100%;
	margin-left: -330px;
}

section.pushright .floatfix > div {
	margin-left: 350px;
}

/* Clear floats above wide sections */

section.double-border, section.backdrop, section#boardmembers-login, section.artist {
	clear: both;
}

/* Clear floats before footer */

section.pushright:last-child:after {
	content: "";
	display: table;
	clear: both;
}

.footer {
	clear: both;
}

/*-------------------- Nav --------------------*/

.nav {
	z-index: 50 !important;
}

.nav.big {
	width: 100%;
	background: rgba(48,48,48,0.92);
	height: 90px;
	position: fixed;
	top: 0;
	z-index: 2;
	border-bottom: 1px solid rgba(255,255,255,.1);
	box-shadow: 0 -2px 2px 4px rgba(0,0,0,.2);
}

.nav.big > div {
	padding: 0;
}

.nav.big h1 {
	margin: 8px 0 0;
	float: left;
}

.nav.big h1 a {
	text-indent: -9999px;
	height: 70px;
	width: 180px;
	display: block;
	background: url('../images/logo-hpc.png') no-repeat left top;
}

.nav.big .nav-pushright {
	float: right;
	color: #bcbcbc
}

.nav.big .mainnav {
	list-style-type: none;
	margin: 0;
	font: 13px/13px Montserrat, sans-serif;
	clear: both;
}

.nav.big .mainnav > li {
	margin: 0 0 0 24px;
	float: left;
}

.nav.big .mainnav > li:first-child {
	margin-left: 0;
}

.nav.big .mainnav a {
	color: #bcbcbc;
	text-transform: uppercase;
}

.nav.big .mainnav a:hover, .nav.big .mainnav a.active {
	color: #87bf3d;
}

#mobilenavbutton {
	display: none;
}

.nav-tools {
	list-style-type: none;
	margin: 0;
	padding: 15px 0 17px;
	font: 13px/13px Montserrat, sans-serif;
	float: right;
}

.nav-tools li {
	margin: 0 0 0 10px;
	display: inline-block;
	vertical-align: middle;
}

.nav-tools .weather a {
	font-size: 16px;
	color: inherit;
    display: none;
}

.nav-tools .subscribe a, .nav-tools .instagram a, .nav-tools .wordpress a, .nav-tools .twitter a, .nav-tools .facebook a {
	width: 26px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	background: url('../images/nav-tools.png') 0 0;
}

.nav-tools .subscribe a {
	width: 86px;
	background-position: 0 0;
}

.nav-tools .facebook a {
	background-position: -86px 0;
}

.nav-tools .twitter a {
	background-position: -112px 0;
}

.nav-tools .instagram a {
	background-position: -190px 0;
}

.nav-tools .wordpress a {
	background-position: -138px 0;
}

.nav-tools .twitter a {
	background-position: -112px 0;
}

.nav-tools form {
	position: relative;
	margin-right: 13px;
}

.nav-tools input {
	height: 26px;
	border: 0;
	background: 0;
	color: #bcbcbc;
	padding: 0;
	margin: 0;
}

.nav-tools input[type=text] {
	width: 0;
	padding: 0 6px;
	border: 1px solid transparent;
	font-size: 11px;
	border-right: 0;
	border-top-left-radius: 2em;
	border-bottom-left-radius: 2em;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.open input[type=text] {
	width: 160px;
	border-color: #bcbcbc;
}

.nav-tools form span {
	width: 26px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	background: url('../images/nav-tools.png') 0 0;
	position: absolute;
	top: 0;
	right: -13px;
	cursor: pointer;
}

.nav-tools .search span {
	background-position: -164px 0;
}

/* Dropdown */

.nav-dropdown {
	background: url('../images/dropdown-arrow.png') no-repeat right 5px;
	padding-right: 13px;
}

.nav-dropdown ul {
	visibility: hidden;
}

.nav.big .nav-dropdown, .nav.small .nav-dropdown {
	position: relative;
}

.nav.big .nav-dropdown ul, .nav.small .nav-dropdown ul {
	position: absolute;
	top: 25px;
	right: -10px;
	margin: 0;
	list-style-type: none;
	width: 200px;
	padding: 10px;
	background: rgba(48,48,48,0.92);
	box-shadow: 0 1px 2px 2px rgba(0,0,0,.2);
	opacity: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav.big .nav-dropdown.open ul, .nav.small .nav-dropdown.open ul {
	visibility: visible;
	top: 32px;
	opacity: 1;
}

.nav.big .nav-dropdown ul li, .nav.small .nav-dropdown ul li {
	margin: 10px 0;
	text-align: right !important;
	float: none;
}

.nav.big .nav-dropdown ul li:first-child, .nav.small .nav-dropdown ul li:first-child {
	margin-top: 0;
}

.nav.big .nav-dropdown ul li:last-child, .nav.small .nav-dropdown ul li:last-child {
	margin-bottom: 0;
}

/* Nav Small */

.nav.small {
	width: 100%;
	background: rgba(48,48,48,0.92);
	height: 50px;
	position: fixed;
	top: 0;
	z-index: 2;
	border-bottom: 1px solid rgba(255,255,255,.1);
	box-shadow: 0 -2px 2px 4px rgba(0,0,0,.2);
}

.nav.small > div {
	padding: 0;
}

.nav.small h1 {
	margin: -1px 0 0 0;
	float: left;
}

.nav.small h1 a {
	text-indent: -9999px;
	height: 50px;
	width: 130px;
	display: block;
	background: url('../images/logo-hpc.png') no-repeat left bottom;
}

.nav.small .nav-pushright {
	color: #bcbcbc;
}

.nav.small .mainnav {
	list-style-type: none;
	margin: 0 45px 0 0;
	font: 13px/13px Montserrat, sans-serif;
	text-align: right;
}

.nav.small .mainnav > li {
	margin: 18px 0 0 9px;
	display: inline-block;
}

.nav.small .mainnav > li:first-child {
	margin-left: 0;
}

.nav.small .mainnav a {
	color: #bcbcbc;
	text-transform: uppercase;
}

.nav.small .mainnav a:hover, .nav.small .mainnav a.active {
	color: #87bf3d;
}

.nav.small .nav-tools .weather, .nav.small .nav-tools .subscribe, .nav.small .nav-tools .facebook, .nav.small .nav-tools .twitter, .nav.small .nav-tools .wordpress, .nav.small .nav-tools .instagram a {
	display: none;
}

.nav.small .nav-tools {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font: 13px/13px Montserrat, sans-serif;
	float: right;
}

.nav.small .nav-tools li {
	margin: 11px 0 0 0;
	vertical-align: top;
}

.nav.small .nav-tools form {
	position: relative;
	margin-right: 13px;
}

.nav.small .nav-tools input {
	height: 26px;
	border: 0;
	background: rgba(48,48,48,0.92);
	color: #bcbcbc;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
}

.nav.small .nav-tools input[type=text] {
	width: 0;
	padding: 0 6px;
	border: 1px solid transparent;
	font-size: 11px;
	border-right: 0;
	border-top-left-radius: 2em;
	border-bottom-left-radius: 2em;
	z-index: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.nav.small .open input[type=text] {
	width: 160px;
	border-color: #bcbcbc;
}

.nav.small .nav-tools .search span {
	width: 26px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	background: url('../images/nav-tools.png') -164px 0;
	position: absolute;
	top: 0;
	right: -13px;
	z-index: 2;
	cursor: pointer;
}

/* Nav Animation */

.nav {
	-webkit-transform: translate3d(0,0,0);
}

.nav.small.animate .pagewidth {
	-webkit-animation: fadein 1s;
	animation: fadein 1s;
}

.nav.small.animate {
	-webkit-animation: shrink .5s;
	animation: shrink .5s;
}

.nav.big.animate .pagewidth {
	-webkit-animation: fadein2 1s;
	animation: fadein2 1s;
}

.nav.big.animate {
	-webkit-animation: grow .5s;
	animation: grow .5s;
}

.nav.big.animate h1 a {
	-webkit-animation: grow2 .5s;
	animation: grow2 .5s;
}

@-webkit-keyframes shrink {
	0%{height:90px;}
	100%{height:50px;}
}

@-webkit-keyframes grow {
	0%{height:50px;}
	100%{height:90px;}
}

@-webkit-keyframes grow2 {
	0%{margin-top:-20px;}
	100%{margin-top:0;}
}

@-webkit-keyframes fadein {
	0%{opacity:0;}
	100%{opacity:1;}
}

@-webkit-keyframes fadein2 {
	0%{opacity:0;}
	100%{opacity:1;}
}

@keyframes shrink {
	0%{height:90px;}
	100%{height:50px;}
}

@keyframes grow {
	0%{height:50px;}
	100%{height:90px;}
}

@keyframes grow2 {
	0%{margin-top:-20px;}
	100%{margin-top:0;}
}

@keyframes fadein {
	0%{opacity:0;}
	100%{opacity:1;}
}

@keyframes fadein2 {
	0%{opacity:0;}
	100%{opacity:1;}
}

/*-------------------- Footer --------------------*/

.footer {
	width: 100%;
	border-top: 1px solid #bcbcbc;
	padding-top: 30px;
	margin: 55px 0 0;
}

.footer .pushleft {
	float: left;
}

.footer .pushright {
	float: right;
}

/* Footer Links */

.footernav {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
}

.footernav li {
	width: 170px;
	margin: 0 0 0 40px;
	float: left;
}

.footernav li:nth-child(3n+1) {
	clear: both;
	margin: 0;
	width: 80px;/* Fit first row to length of its text */
}

.footernav a {
	font: 12px/1.5 Montserrat, sans-serif;
	color: inherit;
}

/* Nav Tools */

.footer .nav-tools {
	margin: 0;
	padding: 0;
}

.footer .nav-tools .subscribe a {
	background-position: 0 26px;
}

.footer .nav-tools .facebook a {
	background-position: -86px 26px;
}

.footer .nav-tools .twitter a {
	background-position: -112px 26px;
}

.footer .nav-tools .instagram a {
	background-position: -190px 26px;
}

.footer .nav-tools .wordpress a {
	background-position: -138px 26px;
}

.footer .nav-tools .twitter a {
	background-position: -112px 26px;
}

.footer .nav-tools input {
	color: #444;
}

.footer .open input[type=text] {
	border-color: #444;
}

.footer .nav-tools form span {
	background-position: 0 26px;
}

.footer .nav-tools .search span {
	background-position: -164px 26px;
}

.footer .subscribe {
	margin: 0;
}

/* Buttons */

.footer .pushright p {
	text-align: right;
	clear: both;
}

.footer .pushright .button {
	margin: 20px 0 0 20px;
}

.footer .pushright .button:first-child {
	margin-left: 0;
}

/* Legal */

.footer > div > p {
	font: 12px/1.5 Montserrat, sans-serif;
	padding: 20px 0;
	clear: both;
}

.footer div > p > span {
	margin: 0 10px;
}

.footer div > p > small {
	font-size: 10px;
	margin-left: 10px;
}

/*-------------------- Subnav --------------------*/

section.sidebar h1 {
	font-size: 28px;
	line-height: 1.2;
	margin: 0 0 24px;
}

ul.subnav {
	list-style-type: none;
	margin: 24px 0;
	text-transform: uppercase;
}

ul.subnav li {
	border-left: 1px solid #cdcdcd;
	margin: 0;
	padding: 6px 0 6px 15px;
}

ul.subnav a {
	color: #363d36;
}

ul.subnav a.active {
	color: #87bf3d;
}

ul.subnav a:hover {
	color: #6ea623;
}

ul.subnav-expanded {
	list-style-type: none;
	margin: 6px 0 0;
	font-size: 13px;
}

ul.subnav-expanded li {
	border-left: 0;
	margin: 0;
	padding: 5px 0 5px 15px;
}

/*-------------------- Banner --------------------*/

.banner {
	margin: 0 0 38px;
	height: 450px;
	width: 100%;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.banner .pagewidth {
	position: relative;
	height: 450px;
	overflow: hidden;
}

.banner .pagewidth > div {
	position: absolute;
	bottom: -17px;
	left: 20px;
	right: 20px;
}

.banner h1 {
	font: bold 66px/1.2 Montserrat, sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin: 20px 0 0 0;
	float: left;
}

.banner .photo-credit {
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
	text-align: right;
}

.banner .photo-credit p {
	margin: 0;
}

.banner .photo-credit a {
	color: inherit;
}

/*-------------------- Gallery --------------------*/

#gallery:after {
	content: "";
	display: table;
	clear: both;
}

#gallery a.modal {
	margin: 0 20px 20px 0;
	float: left;
	width: 210px;
	height: 210px;
	position: relative;
	overflow: hidden;
	background: 50% 50%;
	background-size: cover;
}

#gallery a.modal:nth-child(3n+3) {
	margin-right: 0;
}

#gallery a.modal .caption {
	position: absolute;
	top: 0;
	background: rgba(30,30,30,.72);
	height: 100%;
	width: 210px;
	padding: 15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition: all .5s;
	transition: all .5s;
}

#gallery a.modal .caption p {
	font-size: 13px;
	color: #fff;
	margin: 0;
}

#gallery a.modal .caption span {
	font-size: 16px;
	font-weight: 600;
}

#gallery a.modal:hover .caption {
	opacity: 1;
	visibility: visible;
}

#gallery a.modal img {
	min-width: 100%;
	height: 210px;
}

.pagenav a {
	color: inherit;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
}

.pagenav a span {
	font-size: 12px;
	font-weight: bold;
	margin: 0 5px;
}

.pagenav a.next {
	float: right;
}

.pagenav a.prev {
	float: left;
}

/*-------------------- Forms --------------------*/

.button {
	display: inline-block;
	padding: 2px;
	font: 17px/1.5 Montserrat, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border-radius: 10px;
	background: #87bf3d;
	-webkit-background: linear-gradient(to bottom, #b4db3a 0%,#587a2c 100%);
	background: linear-gradient(to bottom, #b4db3a 0%,#587a2c 100%);
}

.button span {
	padding: 10px;
	width: 178px;
	display: inline-block;
	border-radius: 8px;
	background-color: #87bf3d;
	-webkit-background-image: linear-gradient(to bottom,  rgba(255,255,255,0.06) 0%,rgba(0,0,0,0.06) 100%);
	background-image: linear-gradient(to bottom,  rgba(255,255,255,0.06) 0%,rgba(0,0,0,0.06) 100%);
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.button:hover span {
	background-color: #8fd03e;
}

.button:hover {
	color: #fff;
}

.button-small span {
	font: 12px/1.5 Montserrat, sans-serif;
}

.button-small span {
	padding: 5px;
	width: 120px;
}

/*-------------------- Images --------------------*/

.img-center {
	width: 100%;
	height: auto;
	margin: 0 auto 25px;
	display: block;
}

.img-left {
	float: left;
	margin: 0 20px 20px 0;
}

.img-right {
	float: right;
	margin: 0 0 20px 20px;
}

/*-------------------- Tabs --------------------*/

.pushright .tabs {
	position: relative;
	margin: 0 0 18px;
}

.pushright .tabs > ul {
	list-style-type: none;
	margin: 0;
	width: 100%;
	position: absolute;
	left: -240px;
}

.pushright .tabs > ul li a {
	color: inherit;
	padding: 5px 10px;
	display: block;
}

.pushright .tabs > ul li.active {
	background: #e3f3cc;
}

.pushright .tabs > ul li.active a {
	color: #87bf3d;
}

.pushright .tabs > div {
	background: #e3f3cc;
	padding: 20px 20px 10px 20px;
	position: relative;
	z-index: 1;
}

.pushright .tabs .button {
	margin: 10px;
}

/*-------------------- Board Members Login --------------------*/

.member-login {
	width: 400px;
	display: block;
}

.member-login legend {
	font: 24px/1.5 Montserrat, sans-serif;
	text-transform: uppercase;
	color: #87bf3d;
}

.member-login label {
	font: 16px/1.5 Open Sans, sans-serif;
}

.member-login input {
	float: right;
	width: 175px;
	clear: both;
}

.form-actions {
	padding: 1px;
	display: inline-block;
	float: right;
	border-radius: 8px;
	background: #b4db3a;
	-webkit-background: linear-gradient(to bottom, #b4db3a 0%,#587a2c 100%);
	background: linear-gradient(to bottom, #b4db3a 0%,#587a2c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4db3a', endColorstr='#587a2c',GradientType=0 );
}

.member-button {
	display: inline-block;
	padding: 2px;
	font: 17px/1.5 Montserrat, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border-radius: 10px;
	border: none;
	margin: 1px;
	background-color: #84bc3e;
	-webkit-background-image: linear-gradient(to bottom,  rgba(255,255,255,0.06) 0%,rgba(0,0,0,0.06) 100%);
	background-image: linear-gradient(to bottom,  rgba(255,255,255,0.06) 0%,rgba(0,0,0,0.06) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fffffff', endColorstr='#0f000000',GradientType=0 );
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.form-actions input[type=submit]:hover {
	background-color: #8fd03e;
	cursor: pointer;
	cursor: hand;
}


/*-------------------- Board Members Page --------------------*/

.board-member {
	clear: both;
}

.board-member p {
	font-size: 16px;
}

.board-member p strong {
	font-size: 18px;
}

.board-member img {
	float: left;
	margin: 0 20px 20px 0;
}

/*-------------------- Events Calendar --------------------*/

.events h1 {
	/*border-bottom: 1px solid #bcbcbc;*/
	margin-bottom: 30px;
	color: #363d36;
}

.events .event > div:after {
	content: "";
	display: table;
	clear: both;
}

.events .event {
	margin-bottom: 50px;
}

.events .event h2 {
	font-size: 28px;
	text-transform: inherit;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.events .event-info p {
	font: 18px/1.5 Montserrat, sans-serif;
}

.events .event-info img+p {
	margin-top: 70px;
}

/*-------------------- Guide Page --------------------*/

h2.guide-header {
	font: 300 42px/1.2 'Open Sans', sans-serif;
	margin: 45px 0 0;
}

/*-------------------- Image Box --------------------*/

.image-box {
	width: 100%;
	margin-bottom: 36px;
	position: relative;
}

.image-box .controls .prev, .image-box .controls .next, .image-box .controls .zoom {
	position: absolute;
	background: url('../images/controls.png') no-repeat 0 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 1;
}

.image-box .controls .prev {
	top: 50%;
	left: 20px;
	margin-top: -25px;
	background-position: 1px center;
	opacity: 0.7;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.image-box .controls a.prev:hover {
	opacity: 1;
}

.image-box .controls .next {
	top: 50%;
	right: 20px;
	margin-top: -25px;
	background-position: -151px center;
	opacity: 0.7;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.image-box .controls a.next:hover {
	opacity: 1;
}

.image-box .controls .zoom {
	top: 10px;
	right: 10px;
	background-position: -78px center;
	opacity: 0.7;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.image-box .controls a.zoom:hover {
	opacity: 1;
}

.image-box a.modal {
	display: none;
}

.image-box img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.image-box .caption {
	margin-top: 10px;
	font-size: 14px;
}

.image-box .caption p {
	margin: 0 0 9px;
}

.image-box .caption p:last-child {
	margin: 0;
}

/* Slider */

.slider .controls {
	position: absolute;
	width: 100%;
}

.slider .controls > div {
	position: relative;
}

.slider .controls div img {
	visibility: hidden;
	width: 100%;
	height: auto;
}

.slider ul {
	margin: 0;
	list-style-type: none;
}

.slider li {
	position: relative;
	margin: 0;
}

/*-------------------- Interactive Map --------------------*/

#map_canvas {
	height: 500px;
	width: 100%;
	margin-bottom: 20px;
}

#map_controls ul {
	list-style-type: none;
	margin: 0;
}

#map_controls li {
	margin: 0 20px 20px 0;
	display: inline-block;
	vertical-align: top;
}

#map_controls li:nth-child(3n+3) {
	margin-right: 0;
}

#map_controls li input {
	display: none;
}

#map_controls label {
	display: block;
	padding: 10px;
	cursor: pointer;
	border: 1px solid #bcbcbc;
	border-radius: 4px;
	float: left;
	width: 206px;
	font-size: 16px;
	min-height: 74px;
}

#map_controls label * {
	vertical-align: middle;
}

#map_controls label img {
	margin: -2px 8px 0 15px;
}

#map_controls input + span {
	background: url('../images/map-checkbox.png') no-repeat 0 -1px;
	display: block;
	height: 18px;
	width: 18px;
	float: left;
}

#map_controls input:checked + span {
	background-position: 0 -49px;
}

/* Infobox */

.infowindow {
	padding: 5px !important;
	max-width: 400px !important;
}

.infowindow h3, .infowindow h3 a {
	font: 22px/1.2 Montserrat, sans-serif !important;
	color: #87bf3d !important;
}

.infowindow h3 {
	margin-bottom: 10px !important;
}

.infowindow p {
	font-size: 14px !important;
}

.infowindow a {
	color: #87bf3d !important;
}

.infowindow img {
	box-shadow: 0 1px 4px #656565 !important;
	width: 150px !important;
	height: 100px !important;
	float: left !important;
	margin-right: 10px !important;
}

/*-------------------- Section Types --------------------*/

/* Double Border */

.double-border {
	padding: 40px 0;
}

.double-border > div {
	border: 1px solid #bcbcbc;
	box-shadow: inset 0 0 0 13px #fff, inset 0 0 0 14px #bcbcbc;
	padding: 0 30px 12px 30px;
	margin: 0 auto;
	position: relative;
}

.double-border > div h1:first-child {
	display: inline-block;
	padding: 0 10px;
	background: #fff;
	margin: -18px 0 9px !important;
}

/* Backdrop */

.backdrop {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 20px 0;
	overflow: hidden;
}

.backdrop > div > div {
	background: rgba(255,255,255,.9);
	padding: 30px;
	margin: 10px -30px;
}

.backdrop h1:first-child {
	margin-top: 0 !important;
	padding: 0;
}

/* Boardmembers */

#boardmembers-login {
	margin: 50px 0;
}

#boardmembers-login .columns-3 {
	clear: both;
}

#boardmembers-login > div > h1 {
	float: left;
	margin: 0;
	line-height: 1;
}

#boardmembers-login form {
	float: right;
	margin-bottom: 50px;
}

#boardmembers-login form h1 {
	font-size: 18px;
	text-align: right;
	margin: 0;
	float: left;
}

#boardmembers-login form h1 span {
	display: block;
}

#boardmembers-login form div {
	float: right;
}

#boardmembers-login form p {
	margin: 0 0 10px;
	line-height: 1;
	text-align: right;
}

#boardmembers-login input[type=text], #boardmembers-login input[type=password] {
	border: 1px solid #bcbcbc;
	width: 180px;
	margin: 0 0 0 20px;
	padding: 4px 4px;
	text-align: right;
}

#boardmembers-login input[type=submit] {
	color: #87bf3d;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: 0;
	border: 0;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

#boardmembers-login input[type=submit]:hover {
	color: #6ea623;
}

/* Artist */

html, body {
	height: 100%;
}

section.artist {
	min-height: 100%;
	clear: both;
	background-position: center bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0 -1px 2px rgba(0,0,0,.2);
}

.spacer {
	height: 400px;
}

.artist-titlebar {
	background: #fff;
	padding: 40px 0;
	z-index: 2;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-transform: translate3d(0,0,0);
}

.artist-titlebar h1 {
	margin: 0;
}

.artist-titlebar h2 {
	margin: 0;
	font-weight: normal;
}

.artist-titlebar p {
	margin: 0;
}

.artist-infobox {
	z-index: 2;
	overflow: hidden;
	font-size:16px;
}

.artist-infobox .pagewidth > div {
	/*width: 300px; Taken out now to prevent line breaks here. Content is kept short*/
	height: 140px;
	overflow: hidden;
	float: right;
	position: relative;
	z-index: 2;
	display: table;
}

.artist-infobox .pagewidth > div > div {
	display: table-cell;
	vertical-align: middle;
}

.artist-infobox .pagewidth > div > div > div {
	background: rgba(255,255,255,.8);
	padding: 10px;
}

.artist-infobox p {
	margin: 0;
}

.artist-infomain {
	clear: both;
	background: rgba(89,89,89,.65);
	margin: 0 15%;
	padding: 20px;
}

.artist-infomain-text {
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 2px #353d35;
}

.artist-infomain .image-box {
	margin: 0;
}

.artist-infomain .image-box .caption {
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 2px #353d35;
}

/*-------------------- Column Grid --------------------*/

.columns-2:after, .columns-3:after, .columns-4:after {
	content: "";
	display: table;
	clear: both;
}

/* 2 Columns */

.columns-2 .col {
	float: left;
	width: 50%;
	padding-right: 15px;
	font: 16px/1.5 'Open Sans', sans-serif;
}

.columns-2 .col:nth-child(2) {
	padding: 0 0 0 15px;
}

/* 3 Columns */

.columns-3 .col {
	float: left;
	width: 33.333333%;
	padding: 0 15px;
	font: 16px/1.5 'Open Sans', sans-serif;
}

.columns-3 .col:nth-child(1) {
	padding-left: 0;
}

.columns-3 .col:nth-child(3) {
	padding-right: 0;
}

/* 4 Columns */

.columns-4 .col {
	float: left;
	width: 25%;
	padding: 0 15px;
}

.columns-4 .col:nth-child(1) {
	padding-left: 0;
}

.columns-4 .col:nth-child(4) {
	padding-right: 0;
}

/* Guides - 2 Column */

.guide-entry {
	float: left;
	width: 50%;
	padding-right: 15px;
	font-size: 16px;
}

.guide-entry:nth-child(even) {
	padding: 0 0 0 15px;
}

.guide-entry:nth-child(odd) {
	clear: both;
}

/*-------------------- Fancybox --------------------*/

.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 3px;
}

.fancybox-skin {
	z-index: 8030;
}

.fancybox-skin {
	box-shadow: 0 5px 20px rgba(0,0,0,0.4);
}

.fancybox-outer,.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

.fancybox-close {
	position: absolute;
	top: -60px;
	right: -60px;
	cursor: pointer;
	z-index: 8040;
	background: url('../images/controls.png') no-repeat -224px center;
	width: 50px;
	height: 50px;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	position: absolute;
	top: 50%;
	left: -65px;
	margin-top: -25px;
	background: url('../images/controls.png') no-repeat -1px center;
	width: 50px;
	height: 50px;
}

.fancybox-next {
	position: absolute;
	top: 50%;
	right: -65px;
	margin-top: -25px;
	background: url('../images/controls.png') no-repeat -151px center;
	width: 50px;
	height: 50px;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0,0,0,.84);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	font: 15px/1.5 'Open Sans', sans-serif;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.8);
	position: relative;
	top: 8px;
	z-index: 8050;
}

.fancybox-title span {
	font-size: 18px;
	font-weight: 600;
}

.fancybox-title {
	visibility: visible;
}

/*-------------------- Homepage --------------------*/

/* Curtain */

.curtain-wrap > section,
.homepage section /* For Touchscreen */
{
	border-bottom: 1px solid #4c4c4c;
	box-shadow: 0 2px 5px rgba(0,0,0,.4);
	overflow: hidden;
	position: relative;
}

.curtain-nav {
	z-index: 49;
	position: fixed;
	right: 20px;
	display: table;
	height: 100%;
}

.curtain-nav ul {
	display: table-cell;
	vertical-align: middle;
	list-style-type: none;
}

.curtain-nav a {
	width: 14px;
	height: 14px;
	display: block;
	border-radius: 2em;
	margin: 10px 0;
	text-indent: -9999px;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
}

.curtain-nav a.active {
	background: #87bf3d;
}

/* Backdrop */

.homepage .backdrop {
	background-position: center center;
	background-size: cover;
	margin: 0;
	padding: 0;
}

.homepage .backdrop > div {
	background: 0;
	padding: 0 20px;
}

.homepage .backdrop > div > div {
	background: none;
	padding: 0;
	margin: 0;
}

.homepage header {
	margin: 120px 0 30px;
	text-shadow: 0 0 4px rgba(0,0,0,.35);
	display: none;
}

.homepage header h1 {
	font-family: Oswald, sans-serif;
	color: #fff;
	font-size: 60px;
	margin: 10px 0;
}

.homepage header h2 {
	color: #fff;
	font-size: 46px;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.homepage header h1 span {
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: .65px;
	margin-left: 10px;
}


.homepage header p {
	font: normal 21px/1.2 Montserrat, sans-serif;
	color: #fff;
	margin: 0;
	letter-spacing: -.4px;
}

.homepage header p span {
	font-size: 38px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.homepage header p span strong {
	background: #87bf3d;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	vertical-align: middle;
	margin: 0 22px;
	padding: 8px 14px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px; /* future proofing */
	-khtml-border-radius: 100px; /* for old Konqueror browsers */
}

.homepage #arrow-down {
	background: url('../images/arrow-down.png') no-repeat center center;
	width: 100%;
	height: 100px;
	text-indent: -9999px;
}

.homepage .info.position-bl {
	position: absolute;
	bottom: 50px;
	left: 50px;
	margin-right: 20%;
}

.homepage .info.position-br {
	position: absolute;
	bottom: 50px;
	right: 50px;
	margin-left: 20%;
}

.homepage .info.position-tl {
	position: absolute;
	top: 80px;
	left: 50px;
	margin-right: 20%;
}

.homepage .info.position-tr {
	position: absolute;
	top: 80px;
	right: 50px;
	margin-left: 20%;
}

.homepage .info.position-c {
	position: absolute;
	top: 30%;
	left: 0;
	margin: 0 10%;
}

.homepage .info h1 {
	font-size: 74px;
	color: #fff;
	margin: 0;
	display: inline;
	padding-right: 70px !important;
	background: url('../images/home-arrow.png') no-repeat right center;
}

.homepage .info h2 {
	font: normal 38px/1.2 Pacifico;
	text-transform: lowercase;
	color: #fff;
	margin: 0;
}

.homepage .info p {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

.homepage .photo-credit {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
}

.homepage .photo-credit p {
	margin: 0;
}

.homepage .photo-credit a {
	color: inherit;
}

.homepage.footer {
	margin: 0;
	border: 0;
}

/* Column Grid */

.homepage .backdrop .columns-2, .homepage .backdrop .columns-3, .homepage .backdrop .columns-4 {
	margin-bottom: 10px;
}

.homepage .backdrop .columns-3 .col {
	float: left;
	width: 33.333333%;
	padding: 0 5px;
}

.homepage .backdrop .columns-3 .col:nth-child(3n+1) {
	padding-left: 0;
}

.homepage .backdrop .columns-3 .col:nth-child(3n+3) {
	padding-right: 0;
}

.homepage .backdrop .columns-4 .col {
	float: left;
	width: 25%;
	padding: 0 5px;
}

.homepage .backdrop .columns-4 .col:nth-child(4n+1) {
	padding-left: 0;
}

.homepage .backdrop .columns-4 .col:nth-child(4n+4) {
	padding-right: 0;
}

/* Boxes */

.homepage .backdrop .box {
	background: rgba(255,255,255,.8);
	background-size: cover;
	padding: 20px;
	overflow: hidden;
	position: relative;
}

.box .box {
	background: none !important;
	padding: 0 !important;
}

.homepage .backdrop .box h2 {
	font-size: 26px;
}

.homepage .backdrop .box .columns-3 h3 {
	font-size: 20px;
	font-weight: bold;
}

.box p:last-child {
	margin-bottom: 0;
}

.box a.more {
	font: bold 12px/1.5 'Montserrat', sans-serif;
}

.box p {
	font-size: 15px;
}

.box h3 {
	font-size: 22px;
}

.homepage .backdrop .box .columns-3 {
	overflow: hidden;
	margin-bottom: 20px;
}


.homepage .backdrop .box .columns-3 .col {
	border-left: 2px solid #fff;
	margin-bottom: -1000px;
	padding-bottom: 1000px;
	padding-left: 18px;
	padding-right: 18px;
}

.homepage .backdrop .box .columns-3 .col:first-child {
	padding-left: 0;
	border: 0;
}

.homepage .backdrop .box .columns-3 .col:last-child {
	padding-right: 0;
}

.eventhome p strong{
	font-weight: normal;
}

h3.eventhome {
	font-size: 15px;
	color: #363d36;
}

h3.eventhome a {
	color: #363d36;
}

h3.eventhome a:hover {
	color: #579900;
}

#instagram {
	position: relative;
}

#instagram p {
	font-size: 15px;
	margin-bottom: 8px;
}

#instagram p:last-child {
	margin-bottom: 0;
}

#instagram > a {
	background: url('../images/instagram.png');
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	right: 10px;
}

#instagram .slider-small {
	margin: 0 20px 20px;
	position: relative;
	height: 100px;
}

#instagram .slider-small .slides {
	margin: 0;
	list-style-type: none;
}

#instagram .slider-small img {
	height: 100px;
	width: 100px;
	display: block;
	margin: 0 auto;
}

#instagram .slider-small .modal .caption p {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100px;
	padding: 15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translated(0,0,0);
	-webkit-transition: all .5s;
	transition: all .5s;
}

#instagram .slider-small .prev, #instagram .slider-small .next {
	position: absolute;
	background: url('../images/instagram.png') no-repeat;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	top: 50%;
	right: 16px;
	margin-top: -16px;
	z-index: 1;
}

#instagram .slider-small .prev {
	left: -35px;
	background-position: 0 -501px;
}

#instagram .slider-small .next {
	right: -35px;
	background-position: 0 -571px;
}

#take-tour div {
	float: left;
	margin-bottom: 10px;
}

#take-tour div:nth-child(2) {
	margin-right: 20px;
}

#take-tour .more {
	clear: both;
	display: block;
}

#take-tour h3 a {
	font-size: 15px;
	color: inherit !important;
}

#take-tour h3 {
	max-width: 140px;
}

#take-tour img {
	width: 140px;
	height: 100px;
}

/* Slider */

.home-slider, .home-slider li {
	height: 315px;
}

.home-slider {
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.9);
	margin-bottom: 10px !important;
	margin-top: 120px !important;
}

.home-slider img {
	height: 100%;
	min-width: 100%;
}

.home-slider .caption {
	position: absolute;
	bottom: 0;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,.7);
}

.home-slider .caption h1 {
	color: #fff;
	font-size: 42px;
	margin: 0;
}

.home-slider .caption a {
	color: #fff;
}

.home-slider .caption a:hover {
	color: #66B200;
}

.home-slider .caption p {
	font-weight: 400;
}

.home-slider .caption p:last-child {
	margin: 0;
}

.home-slider .controls {
	position: relative;
}

.home-slider .controls .prev, .home-slider .controls .next {
	position: absolute;
	background: url('../images/controls.png') no-repeat center center;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 1;
}

.home-slider .controls .prev {
	top: 158px;
	left: 20px;
	margin-top: -25px;
	background-position: -1px center;
	opacity: 0.65;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.home-slider .controls a.prev:hover{
	opacity: 1;
}


.home-slider .controls .next {
	top: 158px;
	right: 20px;
	margin-top: -25px;
	background-position: -151px center;
	opacity: 0.65;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.home-slider .controls a.next:hover {
	opacity: 1;
}

/* home-alert */
.home-alert {
    background:white !important;
    background-size: cover;
    padding: 20px !important;
    max-width: 80%;
    margin: 120px auto -90px !important;
}

.home-alert p, .home-alert h2 {
	margin-bottom: 0;
}

/*-------------------- Timeline --------------------*/

ul.timeline-nav {
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	text-align: center;
	background: rgba(255,255,255,.85);
	position: relative;
	top: -20px;
}

ul.timeline-nav.fixto-fixed {
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding-bottom: 16px;
	z-index: 2;
}

ul.timeline-nav li {
	display: inline-block;
	padding: 0 10px 5px;
	margin: 0 -4px;
	border-bottom: 1px solid #87bf3d;
	position: relative;
}

ul.timeline-nav a {
	color: inherit;
}

ul.timeline-nav li.active:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: #87bf3d;
	border-radius: 2em;
	position: absolute;
	left: 50%;
	margin-left: -6px;
}

#timeline-intro {
	width: 60%;
	margin: 0 auto;
	padding: 50px 0;
	font-style: italic;
	font-size: 24px;
}

.decade-heading {
    width:100%;
    max-width: 1020px;
    height: 160px;
    background: gray;
	border-bottom: 1px solid #bcbcbc;
	margin: 0 auto 24px;
	background-position: center center;
  	background-size: cover;
}

.decade-heading h1 {
	font-size: 62px;
	display: inline;
	margin: 0;
	padding: 0 17px;
    color: white;
	position: relative;
	top: 91px;
	text-transform: unset;
}

.entries {
	overflow: hidden;
}

.timeline-entry {
	float: left;
	width: 33.333%;
	padding: 0 20px 20px 0;
}

.timeline-entry:nth-child(3n+3) {
	padding-right: 0;
}

.timeline-entry:nth-child(3n-2) {
	clear: both;
}

.timeline-entry > div {
	background: #e1efd5;
	font-size: 15px;
	overflow: hidden;
	position: relative;
	min-height: 300px;
}

.entry-date, .entry-title {
	text-align: center;
	color: #87bf3d;
	font-size: 18px;
}

.icon-camera {
	background: url('../images/icon-camera.png');
	height: 18px;
	width: 24px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.icon-info {
    background: url('../images/icon-info.png');
    height: 28px;
    width: 28px;
    position: absolute;
    bottom: 5px;
    right: 8px;
}

.entry-content.front-card, .entry-content.back-text-card {
	padding: 20px;
}

.entry-content.back-card, .entry-content.front-image-card {
	width: 100%;
	height: 100%;
	background-repeat: none;
	background-position: center center;
	background-size: cover;
	border: 1px solid #f1f1f1;
	position: absolute;
	top: 0;
	margin-right: 20px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.timeline-entry:hover .entry-content.back-card {
	visibility: visible;
	opacity: 1;
}

.entry-content.front-image-card {
    visibility: visible;
    opacity: 1;
}

.timeline-entry:hover .entry-content.front-image-card {
    visibility: hidden;
    opacity: 0;
}

/*-------------------- Responsive --------------------*/

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

/* Typography */

body {
	font: 16px/1.5 'Open Sans', sans-serif;
}

p {
	margin: 0 0 16px;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	margin: 52px 0 18px;
}

.text-big {
	font-size: 16px;
}

.text-intro {
	font-size: 22px;
}

h2.guide-header {
	font: 300 42px/1.2 'Open Sans', sans-serif;
	margin: 32px 0 0;
}

/* Structure */

.pagewidth, section.sidebar {
	width: 940px;
	margin: 0 auto;
	padding: 0 30px;
}

section.sidebar > div {
	float: left;
	width: 160px;
	/* Fixes layer to top */
	position: relative;
}

section.pushright .floatfix {
	float: right;
	width: 100%;
	margin-left: -160px;
}

section.pushright .floatfix > div {
	margin-left: 190px;
}

/* Subnav */

section.sidebar h1 {
	font-size: 18px;
	margin: 0 0 -5px;
}

ul.subnav {
	margin: 20px 0;
}

ul.subnav li {
	padding: 6px 0 6px 10px;
}

/* Banner */

.banner {
	margin: 0 0 28px;
	height: 350px;
}

.banner .pagewidth {
	height: 350px;
}

.banner .pagewidth > div {
	bottom: -11px;
}

.banner h1 {
	font-size: 46px;
}

.banner .photo-credit {
	font-size: 12px;
}

/* Forms */

.button {
	font: 15px/1.5 Montserrat, sans-serif;
}

.button span {
	padding: 6px;
	width: 148px;
}

.button-small span {
	font: 12px/1.5 Montserrat, sans-serif;
}

.button-small span {
	padding: 5px;
	width: 100px;
}

/* Footer */

.footer p small {
	display: block;
	margin: 10px 0 0 0 !important;
}

/* Column Grid */

.image-box {
	margin-bottom: 32px;
}

/* 2 Columns */

.columns-2 .col {
	padding-right: 10px;
}

.columns-2 .col:nth-child(2) {
	padding: 0 0 0 10px;
}

/* 3 Columns */

.columns-3 .col {
	padding: 0 10px;
}

/* 4 Columns */

.columns-4 .col {
	padding: 0 10px;
}

/* Guides - 2 Column */

.guide-entry {
	padding-right: 10px;
}

.guide-entry:nth-child(even) {
	padding: 0 0 0 10px;
}

/* Boardmembers */

#boardmembers-login > div > h1 {
	float: none;
	margin: 0 0 10px;
}

#boardmembers-login form {
	float: none;
}

#boardmembers-login form div {
	float: left;
	margin-bottom: 10px;
}

/* Nav */

.nav.big .mainnav > li {
	margin: 0 0 0 15px;
	font-size: 12px;
}

/* Tabs */

.pushright .tabs > ul {
	left: -190px;
}

/* Interactive Map */

#map_canvas {
	height: 500px;
}

#map_controls label {
	width: 214px;
}

/* Homepage */

/* Column Grid */

.homepage .backdrop .columns-4 {
	margin-bottom: 0;
}

.homepage .backdrop .columns-3 .col {
	float: left;
	width: 33.333333%;
	padding: 0 5px;
}

.homepage .backdrop .columns-3 .col:nth-child(3n+1) {
	padding-left: 0;
}

.homepage .backdrop .columns-3 .col:nth-child(3n+3) {
	padding-right: 0;
}

.homepage .backdrop .columns-4 .col {
	float: left;
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}

.homepage .backdrop .columns-4 .col:nth-child(odd) {
	padding-left: 0;
}

.homepage .backdrop .columns-4 .col:nth-child(even) {
	padding-right: 0;
}

}

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

/* Typography */

body {
	font: 16px/1.5 'Open Sans', sans-serif;
	color: #363d36;
}

p {
	margin: 0 0 16px;
}

h2.guide-header {
	font-size: 36px;
	margin: 32px 0 0;
}

/* Structure */

.pagewidth, section.sidebar {
	width: 800px;
	margin: 0 auto;
	padding: 0 !important;
}

section.sidebar > div {
	float: left;
	width: 160px;
	/* Fixes layer to top */
	position: relative;
}

section.pushright .floatfix {
	float: right;
	width: 100%;
	margin-left: -160px;
}

section.pushright .floatfix > div {
	margin-left: 190px;
}

/* Banner */

.banner {
	height: 250px;
}

.banner .pagewidth {
	height: 250px;
}

.banner .pagewidth > div {
	bottom: -9px;
	left: 0;
	right: 0;
}

.banner h1 {
	font-size: 40px;
}

/* Gallery */

#gallery a.modal {
	width: 190px;
	height: 190px;
}

#gallery a.modal .caption {
	top: 0;
	height: 100%;
	width: 190px;
}

#gallery a.modal img {
	height: 190px;
}

/* Forms */

.button {
	font: 15px/1.5 Montserrat, sans-serif;
}

.button span {
	padding: 6px;
	width: 148px;
}

.button-small span {
	font: 12px/1.5 Montserrat, sans-serif;
}

.button-small span {
	padding: 5px;
	width: 100px;
}

/* Footer */

.footer p small {
	display: block;
	margin: 10px 0 0 0 !important;
}

/* Column Grid */

/* 2 Columns */

.columns-2 .col {
	float: left;
	width: 50%;
	padding-right: 10px;
}

.columns-2 .col:nth-child(2) {
	padding: 0 0 0 10px;
}

/* 3 Columns */

.columns-3 .col {
	float: left;
	width: 33.333333%;
	padding: 0 10px;
}

.columns-3 .col:nth-child(1) {
	padding-left: 0;
}

.columns-3 .col:nth-child(3) {
	padding-right: 0;
}

/* 4 Columns */

.columns-4 .col {
	float: left;
	width: 25%;
	padding: 0 10px;
}

.columns-4 .col:nth-child(1) {
	padding-left: 0;
}

.columns-4 .col:nth-child(4) {
	padding-right: 0;
}

/* Guides - 2 Column */

.guide-entry {
	float: none;
	width: 100%;
	padding: 0;
}

.guide-entry:nth-child(even) {
	padding: 0;
}

/* Double Border */

.double-border {
	padding: 20px 0;
}

.double-border > div {
	padding: 0 30px !important;
	margin: 0 auto 20px;
}

/* Backdrop - Full Width */

.backdrop > div > div {
	margin: 10px 0;
}

/* Boardmembers */

#boardmembers-login > div > h1 {
	float: none;
	margin: 0 0 10px;
}

#boardmembers-login form {
	float: none;
}

#boardmembers-login form div {
	float: left;
	margin-bottom: 10px;
}

/* Nav */

.nav.mobile .nav-dropdown{
	background: 0;
	padding-right: 0;
}

.nav.mobile .nav-dropdown > a {
	background: url('../images/dropdown-arrow.png') no-repeat right 7px;
	padding-right: 14px;
}

.nav.mobile .nav-dropdown ul {
	visibility: visible;
}

.nav.mobile {
	width: 100%;
	background: rgba(48,48,48,0.92);
	height: 50px;
	position: fixed;
	top: 0;
	z-index: 2;
	border-bottom: 1px solid rgba(255,255,255,.1);
	box-shadow: 0 -2px 2px 4px rgba(0,0,0,.2);
	font: 15px/15px Montserrat, sans-serif;
	text-transform: uppercase;
}

.nav.mobile > div {
	padding: 0;
}

.nav.mobile h1 {
	margin: -1px 0 0 0;
	float: left;
}

.nav.mobile h1 a {
	text-indent: -9999px;
	height: 50px;
	width: 180px;
	display: block;
	background: url('../images/logo-hpc.png') no-repeat left bottom;
}

.nav.mobile .nav-tools {
	display: none;
}

#mobilenavbutton {
	display: inline;
	margin: 9px 0 0 0;
	float: right;
	background: 0;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;

}

.nav.mobile #mobilenavbutton span {
	background: #fff;
	width: 30px;
	height: 4px;
	border-radius: 1px;
	margin-top: 4px;
	display: block;
}

.nav.mobile .mainnav {
	margin: 0;
	padding: 10px;
	width: 100%;
	max-height: 400px;
	overflow: auto;
	list-style-type: none;
	position: absolute;
	top: 50px;
	left: 0;
	background: rgba(48,48,48,0.92);
	box-shadow: 0 1px 2px 2px rgba(0,0,0,.2);
	border-top: 1px solid rgba(255,255,255,.1);
}

.nav.mobile .mainnav li {
	margin: 15px 0;
}

.nav.mobile .mainnav ul {
	list-style-type: none;
	margin: 0;
}

.nav.mobile .mainnav .nav-dropdown ul {
	margin: 0 0 0 20px;
	display: none;
}

.nav.mobile .mainnav .nav-dropdown.open ul {
	display: block;
}

.nav.mobile .mainnav li a {
	color: #fff;
}

/* Interactive Map */

#map_canvas {
	height: 500px;
	margin-bottom: 10px;
}

#map_controls li {
	margin: 0 10px 10px 0;
}

#map_controls label {
	width: 194px;
}

}

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

/* Typography */

h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 22px 0 8px;
}

h2 {
	font-size: 18px;
	margin-bottom: 4px;
}

h2.guide-header {
	font-size: 28px;
	margin: 32px 0 0;
}

/* Structure */

.pagewidth, section.sidebar {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px !important;
}

section.sidebar > div {
	float: none;
	width: 100%;
	margin: -20px 0 0;
}

section.pushright .floatfix {
	float: none;
	width: 100%;
	margin-left: 0;
}

section.pushright .floatfix > div {
	margin-left: 0;
}

/* Banner */

.banner {
	margin-top: 40px;
	height: auto;
	position: relative;
	background-image: none !important;
}

.banner .pagewidth {
	height: auto;
	overflow: hidden;
}

.banner .pagewidth > div {
	position: static;
}

.banner h1 {
	font-size: 26px;
	color: inherit;
	margin-right: 0;
}

.banner .photo-credit {
	display: none;
	width: 100px;
}

/* Gallery */

#gallery a.modal:nth-child(3n+3) {
	margin: 0 20px 20px 0;
}

/* Column Grid */

.image-box {
	margin-bottom: 24px;
}

.image-box .caption {
	margin-top: 5px;
	font-size: 13px;
}

/* 2 Columns */

.columns-2 .col {
	float: none;
	width: 100%;
	padding: 0 !important;
}

/* 3 Columns */

.columns-3 .col {
	float: none;
	width: 100%%;
	padding: 0 !important;
}

/* 4 Columns */

.columns-4 .col {
	float: none;
	width: 100%;
	padding: 0 !important;
}

/* Double Border */

.double-border {
	padding: 20px 0;
}

.double-border > div {
	padding: 0 30px !important;
	margin: 0 auto 20px;
}

/* Backdrop */

.backdrop > div {
	padding: 0 !important;
}

.backdrop > div > div {
	margin: 10px 0;
	padding: 20px;
}

/* Artist */

section.artist {
	background-image: none !important;
	box-shadow: none;
}

.spacer {
	height: auto;
}

.artist-titlebar {
	padding: 10px 0;
	box-shadow: none;
}

.artist-titlebar.fixto-fixed {
	padding: 10px 0;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.artist-titlebar h2 {
	font-size: 14px;
}

.artist-infobox {
	z-index: 1;
	overflow: visible;
	font-size: 14px;
	margin: 10px 0 20px;
}

.artist-infobox .pagewidth > div {
	height: auto;
	overflow: visible;
	float: none;
	position: static;
	z-index: 1;
	display: block;
}

.artist-infobox .pagewidth > div > div {
	display: block;
}

.artist-infobox .pagewidth > div > div > div {
	background: none;
	padding: 0;
}

.artist-infomain {
	background: none;
	margin: 0;
	padding: 0 0 20px;
}

.artist-infomain-text {
	font-size: inherit;
	color: inherit;
	text-shadow: none;
}

.artist-infomain .image-box .caption {
	font-weight: inherit;
	color: inherit;
	text-shadow: none;
}

/* Forms */

.sidebar .button {
	display: none;
}

.footer .button {
	display: inline-block;
	max-width: 200px;
	margin: 10px 5px !important;
}

.footer .button span {
	padding: 10px;
	width: 100%;
	max-width: 200px;
}

/* Tabs */

.pushright .tabs > ul {
	margin: 10px 0;
	position: relative;
	left: 0;
	text-align: center;
}

.pushright .tabs > ul li {
	margin: 10px;
	display: inline-block;
	border-radius: 3px;
}

.pushright .tabs > ul li a {
	font-size: 15px;
}

.pushright .tabs > div {
	border-radius: 3px;
}

/* Interactive Map */

#map_canvas {
	margin-bottom: 10px;
}

#map_controls li {
	margin: 0;
	padding: 0 10px 10px 0;
	display: block;
	float: left;
	width: 50%;
}

#map_controls li:nth-child(3n+3) {
	margin-right: 0;
}

#map_controls li:nth-child(2n+2) {
	margin-right: 0;
	padding-right: 0;
}

#map_controls label {
	width: 100%;
}

.infowindow {
	max-width: 200px !important;
	width: 200px !important;
}

.infowindow img {
	width: 100% !important;
	height: auto !important;
	float: none !important;
	margin: 10px 0 !important;
}

/* Events Calendar */

#events h1 {
	margin-bottom: 20px;
	color: #363d36;
}

#events .event {
	margin-bottom: 50px;
}

#events .event h2 {
	font-size: 28px;
	text-transform: inherit;
	margin-bottom: 20px;
}

#events .event-info {
	font: 18px/1.5 Montserrat, sans-serif;
}

/* Images */

.img-left, .img-right {
	width: 100%;
	height: auto;
	float: none;
	margin: 10px auto;
	display: block;
}

/* Footer */

.footer {
	width: 100%;
	border-top: 1px solid #bcbcbc;
	padding-top: 20px;
	margin: 55px 0 0;
}

.footer .pushleft {
	float: none;
}

.footer .pushright {
	float: none;
}

/* Footer Links */

.footernav li {
	width: 100% !important;
	margin: 0 0 10px 0 !important;
	float: none;
	text-align: center;
}

/* Nav Tools */

.footer .nav-tools {
	margin: 10px 0 15px;
	padding: 0;
	width: 100%;
	text-align: center;
}

/* Buttons */

.footer .pushright p {
	text-align: center;
}

.footer .pushright .button {
	margin: 5px 0;
	width: 100%;
}

/* Legal */

.footer > div > p {
	text-align: center;
}

.footer div > p > span {
	margin: 0 5px;
}

.footer div > p > small {
	font-size: 10px;
	display: block;
}

/* Homepage */

/* home-alert */
.home-alert {
    margin: 30px auto !important;
}


.curtain-nav {
	display: none;
}

.homepage .backdrop {
	background-position: center center;
	background-size: cover;
	margin: 0;
}

.homepage .backdrop > div {
	padding: 0 10px !important;
}

.homepage header {
	display: block;
	margin: 60px 0 10px;
	text-align: center;
}

.homepage header h1 {
	font-family: Oswald, sans-serif;
	color: #fff;
	font-size: 40px;
	margin: 0;
}

.homepage header h1 span {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .4px;
	margin-left: 0;
	display: block;
}

.homepage header h2 {
	color: #fff;
	font-size: 20px;
	margin: 0 0 -2px 5px;
}

.homepage header p {
	color: #fff;
	font-size: 16px;
	margin: 0;;
}

.homepage header p span {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.homepage header p span strong {
	font-size: 15px;
	margin: 12px 80px 20px;
	padding: 5px 10px;
	line-height: 30px;
}

.homepage .backdrop .home-slider {
	display: none;
}

.homepage .info.position-bl {
	bottom: 10px;
	left: 10px;
	margin-right: 10px;
}

.homepage .info.position-br {
	bottom: 10px;
	right: 10px;
	margin-left: 10px;
}

.homepage .info.position-tl {
	top: 60px;
	left: 10px;
	margin-right: 10px;
}

.homepage .info.position-tr {
	top: 60px;
	right: 10px;
	margin-left: 10px;
}

.homepage .info.position-c {
	margin: 0 10px;
}

.homepage .info h1 {
	font-size: 30px;
	padding: 8px 30px 8px 0 !important;
	background-size: 20px;
}

.homepage .info h2 {
	font: normal 22px/1.2 Pacifico;
}

.homepage .info p {
	font-size: 14px;
	margin: 10px 0;
}

.homepage .backdrop .box .columns-3 {
	margin: 0;
}

.homepage .backdrop .box .columns-3 .col {
	border-left: 0;
	padding: 0;
	margin: 0 0 30px;
}

.homepage .backdrop .box .columns-3 .col:last-child {
	margin: 0;
}

/* Column Grid */

.homepage .backdrop .columns-3, .homepage .backdrop .columns-4 {
	margin: 0;
}

.homepage .backdrop .columns-3 .col {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

.homepage .backdrop .columns-4 .col {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

.box {
	margin-bottom: 10px;
}

/* Timeline */

ul.timeline-nav {
	padding: 5px 0;
	top: -8px;
}

ul.timeline-nav.fixto-fixed {
	padding-bottom: 11px;
}

#timeline-intro {
	width: 100%;
	padding: 20px 10px 0;
	font-style: italic;
	font-size: 18px;
}

.decade-heading {
	margin: 0 0 42px;
}

.decade-heading h1 {
	font-size: 42px;
	top: 21px;
}

.timeline-entry {
	float: left;
	width: 50%;
	padding: 0 10px 10px 0;
}

.timeline-entry:nth-child(3n+3) {
	padding-right: 10px;
}

.timeline-entry:nth-child(3n-2) {
	clear: none;
}

.timeline-entry:nth-child(2n+2) {
	padding-right: 0;
}

.timeline-entry:nth-child(2n-1) {
	clear: both;
}

}

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

/* Timeline */

ul.timeline-nav li {
	padding-top: 10px;
}

.decade-heading {
	margin: 0 0 32px;
}

.decade-heading h1 {
	font-size: 22px;
	top: 11px;
}

.timeline-entry {
	float: none;
	width: 100%;
	padding: 0 0 10px 0;
}

.timeline-entry:nth-child(3n+3) {
	padding-right: 0;
}

.timeline-entry:nth-child(3n-2) {
	clear: none;
}

.timeline-entry:nth-child(2n+2) {
	padding-right: 0;
}

.timeline-entry:nth-child(2n-1) {
	clear: both;
}

.timeline-entry > div {
	min-height: 100%;
}

}

/*-------------------- Retina Images --------------------*/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

.nav.big h1 a {
	background: url('../images/logo-hpc@2x.png') no-repeat left top;
	background-size: 180px 180px;
}

.nav.small h1 a {
	background: url('../images/logo-hpc@2x.png') no-repeat left bottom;
	background-size: 180px 180px;
}

.nav.mobile h1 a {
	background: url('../images/logo-hpc@2x.png') no-repeat left bottom;
	background-size: 180px 180px;
}

}

/*-------------------- IE Fixes --------------------*/

.ie8 .nav.big, .ie8 .nav.small, .ie8 .nav.mobile {
	background: url('../images/nav-bg.png');
	border-bottom: 1px solid #474747;
}

.ie8 .nav.big .nav-dropdown ul, .ie8 .nav.small .nav-dropdown ul, .ie8 .nav.small .nav-tools input {
	background: url('../images/nav-bg.png');
}

.ie8 .nav.mobile .mainnav {
	background: url('../images/nav-bg.png');
	border-top: 1px solid #474747;
}

.ie8 .homepage .backdrop .box {
	background: #ececec;
}

.ie8 .artist-infobox .pagewidth > div > div > div {
	background: url('../images/infobox-bg.png');
}

.ie8 .artist-infomain {
	background: url('../images/infomain-bg.png');
}
