@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
/* Common Styles ------------------------------------------ */


html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizelegibility;
}
body {
	font-family: Century Gothic, CenturyGothic, 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #444;
	-webkit-font-smoothing: antialiased;
}
a {
	text-decoration: none;
	-webkit-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-moz-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-ms-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-o-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	color: #c15727;
}
a:hover,  a:focus {
	text-decoration: none;
	border: none; 
	color: #555;
}
h1, h2, h3, h4, h5, h6, .headline,
h1.header1,
h1.header2,
h1.header3,
h1.header4,
h1.header5,
h1.header6
{
	margin: 0;
	font-family: Century Gothic, CenturyGothic, 'Roboto Condensed', sans-serif;
}
h1 {
	align-items: middle;
	font-size: 40px;
	vertical-align: middle;
	display: block;
	color: #333;
}
h1 span {
	font-weight: 400;
	color: #777777;
}
h1.light span {
	color: #d9ac44;
}
h2 {
	font-size: 20px;
	color: #333
}
h3 {
	font-size: 18px
}
h4 {
	font-size: 16px
}
h5 {
	font-size: 14px
}
h6 {
	font-size: 12px
}
p {
}




.button-one {
	height: 50px;
	box-sizing: border-box;
	border: 0;
	outline: 0;
	font-size: 18px;
	font-family: 'Merriweather', serif;
	font-style: italic;
	background: #c15727;
	color: #fff;
	padding: 0 30px;
	line-height: 50px;
	display: inline-block;
}
.button-one:hover {
	background: #8d3309;
	color: #fff;
}
.button-two {
	height: 50px;
	box-sizing: border-box;
	border: 0;
	outline: 0;
	font-size: 18px;
	font-family: 'Merriweather', serif;
	font-style: italic;
	background: #d9ac44;
	color: #3a1300;
	padding: 0 30px;
	line-height: 50px;
	display: inline-block;
	text-decoration: none;
}
.button-two:hover {
	background: #8d3309;
	color: #fff;
}
.button-three {
	height: 2.4em;
	box-sizing: border-box;
	border: 0;
	outline: 0;
	font-size: 14px;
	font-family: 'Merriweather', serif;
	font-style: italic;
	background: #c15727;
	color: #fff;
	padding: 0 10px;
	line-height: 2.4em;
	display: inline-block;
}
.button-three:hover {
	background: #8d3309;
	color: #fff;
}
img {
	/* Responsive images (ensure images don't scale beyond their parents) */
	max-width: 100%;
	/* Part 1: Set a maxium relative to the parent */;
	width: auto\9;
	/* IE7-8 need help adjusting responsive images */
	height: auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/* Section, Footer & Misc ------------------------------------------ */
.print-logo {
	display: none
}
.skip-link {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
section, .section {
	float: left;
	width: 100%;
}
.content {
}
.clearfix {
	clear: both
}
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
header .header-high {
	background-color: rgba(256, 256, 256, .55);
	margin: 35px 0 0 0;
	font-size: 0px;
	font-weight: 700;
	text-align: right;
	height: 50px;
}
header .header-high .container {
	position: relative;
}
header .header-high a {
	color: #333333;
	line-height: 50px;
	display: inline-block;
	padding: 0 8px;
	font-size: 14px;
}
header .header-high a.social img {
	width: 20px;
}
header .header-high a.search-trigger {
	background: #777777;
	padding: 0 12px;
	margin-left: 10px;
	cursor: pointer;
}
header .header-high a.search-trigger img {
	width: 25px;
}
header .header-high a:hover {
	background-color: rgba(0, 0, 0, .2);
}
.overlay-search {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999999;
	right: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .9);
	overflow-x: hidden;
	transition: 0.5s;
	transition-timing-function: ease-in-out;
}
.overlay-search-content {
	position: relative;
	top: 25%;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}
.overlay-search label, footer label {
	display: none;
}
.overlay-search input[type="search"] {
	position: relative;
	width: 100%;
	color: #fff;
	background-color: rgba(256, 256, 256, .1);
	font-size: 48px;
	font-weight: 300;
	text-align: center;
	border: 0px;
	margin: 0px auto;
	outline: none;
	line-height: 100px;
	height: 100px;
}
.overlay-search .button-search {
	position: relative;
	background-color: #c15727;
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	padding: 0 80px;
	outline: none;
	border: none;
	font-family: 'Merriweather', serif;
	line-height: 100px;
	margin-top: 15px;
	font-style: italic;
}
.overlay-search .button-close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	background-color: #c15727;
	font-size: 80px;
	line-height: 80px;
	width: 80px;
	outline: none;
	border: none;
}
header .logo {
	position: absolute;
	top: -25px;
}
header .logo a {
	width: 180px;
	padding: 0;
}
header .logo a:hover {
	background: none;
}
header .header-mobile {
	display: none;
}
header .header-low nav {
	background-color: #333;
	float: right;
	width: 92.42%;
}
header .header-low {
	font-size: 0px;
	font-weight: 700;
	text-align: right;
	height: 90px;
}
header .header-low a {
	color: #fff;
	line-height: 60px;
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	font-family: Century Gothic, CenturyGothic, 'Roboto Condensed', sans-serif;
}
header .header-low a.selected,  header .header-low a:hover {
	background: #c79d3b;
}
header .header-low a span {
	border-right: 1px solid #555555;
	display: block;
	margin: 15px 0;
	padding: 0 16px;
}
header .header-low a.selected span,  header .header-low a:hover span,  header .header-low a:last-of-type span {
	border-color: rgba(0, 0, 0, .0);
}
main {
	padding: 0 0 70px 0;
}
.hero {
	background-size: cover;
	background-position: center center;
	position: relative;
}
.hero .image-credit {
	position: absolute;
	bottom:10px;
	right:10px;
	color:#fff;
	text-shadow: 0 0 5px #000000;
	font-weight: 700;
	font-size: 12px;
}
.hero .content {
	float: left;
	padding: 320px 0 0 0;
	overflow: hidden-y;
}
.hero .content h1 {
	text-transform: uppercase;
	font-size: 110px;
	line-height: 80px;
	letter-spacing: -6px;
	font-weight: bold;
	color: #fff;
}
.hero-home {
	max-height: 100vh;
	position: relative;
}
.hero-home .content {
	height: 0;
	padding: 0 0 60.72% 0;
}
.log-action {
     position: absolute;
     right:0;
     top:32px;
}

.log-status {
     float: left;
     width: 100%;
     font-weight: 700;
     margin-bottom: 20px;
     color: #777;
}
.log-status strong {color: #333;}
.return-link {
     font-weight: 700;
}
.log-status .item {
     float: left;
     margin-right: 20px;
}
.login .container {
     position: relative;
}
.login .pure-form {
     max-width: 500px;
}
.login-2 .column {
     width: 360px;
     padding: 2% 0;
     margin: 0 auto;
}
.success {
     height: 50px;
     box-sizing: border-box;
     border: 0;
     outline: 0;
     font-size: 18px;
     background: #d9ac44;
     color: #fff;
     padding: 0 30px;
     line-height: 50px;
     display: inline-block;
     text-transform: uppercase;
     float: left;
     clear: both;
     font-weight: 700;
     margin-bottom: 20px;
}
.login .pure-control-group,
.login .pure-controls,
.event-filters .pure-control-group,
.event-filters .pure-controls {
    padding: 0;
    width: 100%;
}
.event-filters {
     margin-top: 20px
}
.event-filters {
     margin-top: 20px
}
.section-terminal {margin: 2% 0;}
.section-terminal .column {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.section-terminal-1 .column-1 {
	width: 25%;
	background-color: rgba(0, 0, 0, .04);
}

#sidenav {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidenav li .title {
	display: block;
	background: #555;
	text-decoration: none;
	float: left;
	clear: both;
	line-height: 24px;
	padding: 8px 8px 8px 45px;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	margin: 10px 0 0 0;
	position: relative;
	font-weight: 700;
	font-size: 20px;
}
#sidenav li:first-of-type .title {
	margin: 0;
}
#sidenav li a.title:hover {
	color:#fff;
}
#sidenav li .title:hover,
#sidenav li .title.active {
	background-color: #c15727;
}
#sidenav li div.title::before,
#sidenav a.active::before {
	content: "";
	position: absolute;
	left: 23px;
	width: 12px;
	height: 12px;
}
#sidenav li div.title::before {
	top: 15px;
	background: url(/content/images/icons/arrow-bullet-white.png) no-repeat center center;
	background-size: cover;
}
#sidenav li div.title.active::before {
	top: 15px;
	background: url(/content/images/icons/arrow-down-bullet-white.png) no-repeat center center;
	background-size: cover;
}
/*#sidenav li ul li a.active::before {
	top: 13px;
	background: url(/content/images/icons/arrow-bullet-orange.png) no-repeat center center;
	background-size: cover;
}*/
#sidenav li ul li a.active::before {
	background-image: none;
}
#sidenav li.level-3-parent a.active::before {
	top: 13px;
	background: url(/content/images/icons/arrow-down-bullet-orange.png) no-repeat center center;
	background-size: cover;
}
#sidenav li.level-4 a.active::before {background: none;}
#sidenav li ul {
	display: none;
	list-style: none;
	width: 100%;
}
#sidenav li ul li {
	float: left;
	width: 100%;
}
#sidenav li ul li a.active {
	color: #c15727;
	background-color: rgba(0, 0, 0, .04);
	width: 100%;
	
}
#sidenav li a.title.active {
	color: #fff;
}
#sidenav a {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #555;
	border-bottom: 1px solid #e6e6e6;
	float: left;
	position: relative;
	font-size: 16px;
    line-height: 20px;
    padding: 8px 8px 8px 45px;
}
#sidenav a:hover {
	color: #c15727;
}
#sidenav a.active {
	color: #fff;
	font-weight: bold;
}
#sidenav .level-4 {background-color: rgba(0, 0, 0, .08);}
#sidenav .level-4 a {
	font-size: 15px;
    line-height: 18px;
    padding: 8px 8px 8px 0px;
	margin: 0 0 0 22%;
	max-width: 78%;
	border-bottom: none;
}
#sidenav .level-4 a.active {
	background: none;
	width: 78%;
}
.section-terminal-1 .column-2 {
	width: 75%;
	padding: 0 0 0 50px;
}
.section-terminal-1 .column-2 ul, .section-terminal-2 .column ul {
	margin-top: inherit;
	margin-left: inherit;
	padding-top: 0;
	padding-left: 35px;
	line-height: 18px;
}
.section-terminal-1 .column-2 ul li, .section-terminal-2 .column ul li {
	margin: 10px 0 22px 0;
}
.section-terminal-2 .column {
	width: 100%;
	padding: 0;
}
 .section-terminal-1 .column-2, .section-terminal-2 .column {
	font-family: 'Merriweather', serif;
	line-height: 2.4em;
}
 .section-terminal-1 .column-2 p, .section-terminal-2 .column p {
	 margin-bottom: 1.8em;
}
.section-terminal h1 {
	line-height: 46px;
	margin: -5px 0 15px 0;
	display: block;
}
.listing-social {
	display: inline-block;
	width: 100%;
}
.listing-social a {
	float: left;
	font-family: Century Gothic, CenturyGothic, 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	border: 0;
	display: inline-block;
	margin: 0 5px 0 0;
	color: #fff;
}
.listing-social a:hover {opacity: .6;}
.listing-social a.facebook {background: rgba(59,90,153,.6);}
.listing-social a.twitter {background: rgba(37,168,224,.6);}
.listing-social a img {
	width: 24px;
	display: block;
	float: left;
}
.listing-social a span {
	display: block;
	float: left;
	padding: 0 8px;
	letter-spacing: inherit;
}
.see-more-trigger {
	cursor:pointer;
	display: block;
	margin-bottom: 1.8em;
}
.see-more-container {
	display:none;
	margin-top: 1.8em;
}
.related-container {
	float: left;
	width: 100%;
	
}
.related {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.03);
}
.related-container .related:nth-child(3n+0) {margin-right:0;}
.related-container .related:nth-child(3n+1) {clear: left;}
/*.related-faq {
	float: left;
	width: 100%;
	margin: 0;
	max-height: none;
}*/
.related a {
	margin-bottom: 15px;
	float: left;
	width: 100%;
	padding: 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.related a:hover {
	opacity: .7;
	background-color: rgba(0, 0, 0, .05);
}
.related .headline {
	font-size: 20px;
	font-weight: 700;
	
	background-color: #555;
    color: #fff;
    line-height: 40px;
    padding: 0 10px;
	margin-bottom: 10px;
}
.related .icon {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	line-height: 30px;
}
.related .icon img {
	width: 30px;
}
.related .date {
	float: left;
	width: 100%;
	line-height: 20px;
	font-family: Century Gothic, CenturyGothic, 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #777;
}
.related.related-news .text,
.related.related-events .text,
.related.related-faq .text {
	float: left;
	width: 100%;
}
.related .text {
	overflow: hidden;
	min-height: 30px;
	font-size: 13px;
	line-height: 1.8em;
}
.related .text .title {
	font-size: 16px;
	font-weight: 700;
	font-family: Century Gothic, CenturyGothic, 'Roboto Condensed', sans-serif;
	float: left;
	width: 100%;
}
.related-docs .text .title {line-height: 30px;}
.related span {
	color: #444;
	font-family: 'Merriweather', serif;
}
.related a.view-all {
	text-align: right;
}
.related a.view-all:hover {
	background: none;
}

.related.maxed {
	max-height: 300px; 
}
.related.maxed.expanded {
	max-height: inherit;
}
.related .more {
	display: none;
}
.related.maxed .more {
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	display: block;
	background-color: #dcdcdc;
    color: #333;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
    height: 40px;
    line-height: 40px;
	font-style: italic;
}
.related .more:after {
	content:"";
	position: absolute;
	bottom: 100%;
	left:0;
	width: 100%;
	display: block;
	background: url(../images/textures/gradient-clear-white.png) repeat-x bottom;
    height: 40px;
}
.related.maxed.expanded .more {
	display:none;
}
.campsiteImage {}
.campsiteImage img {
    border:3px solid #e0e0e0;
    padding:0px;
    max-width:75%;
}
.newsimage {
    /*float:left;*/
    float:right;
    margin: 0 0px 20px 20px;
    max-width:40%;
    font-size:80%;
    line-height:70%;
    text-align:right;
}
.newsimage img {
    /*max-width: 40%;*/
    margin-bottom:5px;
}
.content-asset {
	float: right;
	width: 30%;
	margin: 0 0 0 3%;
	position: relative;
}
.content-asset .zoom {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(/content/images/icons/zoom-icon.png) no-repeat;
	background-size: cover;
	pointer-events: none;
}
#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70) !important;
	display: none;
	z-index: 100;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
#overlayContent {
	position: fixed;
	width: 100%;
	height: 100%;
	padding: 5%;
	text-align: center;
	display: none;
	overflow: hidden;
	z-index: 100;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#overlayContent img {
	padding: 0;
	display: block;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}
#contentGallery {
	margin: 0px auto;
}
#imgBig,  .imgPopup {
	cursor: pointer;
}
.imgPopup {
	cursor: pointer;
}
.expand-trigger {
	color: #fff;
	line-height: 24px;
	padding: 10px 10px 10px 40px;
	text-transform: uppercase;
	background: #c15727;
	font-family: Century Gothic, CenturyGothic, 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin: 15px 0;
	width: 100%;
	cursor: pointer;
	float: left;
	position: relative;
	clear: both;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.expand-trigger:after {
	position: absolute;
	content: "";
	left: 15px;
	top:50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: url(../images/icons/arrow-down-bullet-white.png) no-repeat; 
	background-size: cover;
}
.expand-trigger.expanded:after {
	background-image: url(../images/icons/arrow-up-bullet-white.png);
}
.expand-container {
	float:left;
	width: 100%;
}
.arch-year {
	border-left: 2px solid #c15727;
	line-height: 1em;
	padding: 0 5px;
}
.section-terminal-1 .column-2 ul.archive, .section-terminal-2 .column ul.archive {
	float: left;
	width:100%;
	padding-left: 0;
}
ul.archive li {
	float: left;
	list-style: none;
}
ul.archive li a {
	padding: 0 8px;
	border-left:2px #ccc solid;
}
ul.archive li:last-of-type a {
	border-right:2px #ccc solid;
}
.anchor-list {
	float: left;
	width: 100%;
	line-height: 24px;
	font-family: Century Gothic, CenturyGothic, 'Roboto Condensed', sans-serif;
	font-size: 0px;
}
.anchor-list span {
	font-size: 16px;
}
.anchor-list a {
	font-weight: 700;
	border-right: 2px solid #ccc;
	padding: 0 5px;
	font-size: 16px;
}
.dates-container, .dates-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.dates-container, .dates-container .day-container {
	float: left;
	width: 100%;
}
.month-container {
	color: #fff;
	line-height: 24px;
	padding: 8px;
	text-transform: uppercase;
	background: #c15727;
	font-family: Century Gothic, CenturyGothic, 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin: 15px 0;
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.dates-container .day-container {
	padding: 15px;
	background-color: rgba(0, 0, 0, .04);
	margin-bottom: 15px;
}
.dates-container .day-container .date {
	float: left;
	width: 170px;
	min-height: 50px;
	font-family: Century Gothic, CenturyGothic, 'Roboto Condensed', sans-serif;
	text-align: center;
	font-weight: 700;
	line-height: 20px;
	padding-right: 20px;
}
.dates-container .day-container .date span {
	font-size: 64px;
	float: left;
	text-align: center;
	width: 100%;
	letter-spacing: -4px;
	line-height: 44px;
	padding-bottom: 5px;
}
.dates-container .day-container .text {
	overflow: hidden;
	min-height: 50px;
}
.dates-container .day-container .text .item {
	margin: 0 0 15px 0;
	border-left: 5px solid #c15727;
	float: left;
	width: 100%;
	padding: 0 5px 0 15px;
	font-size: 14px;
}
.dates-container .day-container .text .item:hover {
	background-color: rgba(0, 0, 0, .1);
	border-color: #c79d3b;
}
.dates-container .day-container .text .item:first-of-type {
	min-height: 70px;
}
.dates-container .day-container .text .item:last-of-type {
	margin: 0;
}
.dates-container .day-container .text .item h3 {
	font-size: 18px;
	line-height: 1.3rem;
	margin-bottom: 5px;
}
.dates-container .day-container .text .teaser {
	line-height: 24px;
	color: #444;
}
.faq-container, .faq-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.faq-container .item {
	margin-bottom: 15px;
}
.faq-container .item, .faq-container .q-container, .faq-container .a-container {
	float: left;
	width: 100%;
}
.faq-container .q-container, .faq-container .a-container {
	background-color: rgba(0, 0, 0, .04);
}
.faq-container .q-container {
	padding: 15px 15px 0 15px;
}
.faq-container .a-container {
	padding: 0 15px;
}
.faq-container .label {
	float: left;
	width: 50px;
	min-height: 50px;
	font-family: Century Gothic, CenturyGothic, 'Roboto Condensed', sans-serif;
	font-weight: 700;
	padding-right: 20px;
	font-size: 3em;
	text-align: right;
	line-height: 0.7em;
}
.faq-container .text {
	overflow: hidden;
	margin: 0 0 15px 0;
	border-left: 5px solid #c15727;
	padding: 0 5px 0 15px;
	min-height: 35px;
	line-height: 2.2em;;
	color: #444;
	font-size: 13px;
}
.faq-container .a-container .text {
	border-color: #c79d3b;
}
.faq-container .text h3 {
	font-size: 16px;
	line-height: 1.3rem;
	margin-bottom: 5px;
}



.staff-container {
    margin-top:30px;
}
.staff-container .item {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.staff-container a {
    	padding: 15px 0;
    	float: left;
    	width: 100%;
	    /*border-bottom: 1px solid #dadada;*/
    }
.staff-container a:hover {opacity:.7;}
.staff-container .image {
    	float: left;
        width: 25%;
    	margin: 0 15px 0 0;
    }
.staff-container .text {
    	overflow: hidden;
    	font-size: 14px;
    	line-height: 18px;
        margin-bottom:20px;
    }
.staff-container .text .title {
    	line-height: 30px;
	    font-size: 24px;
	    font-weight: 700;
	    font-family: Century Gothic,CenturyGothic,'Roboto Condensed',sans-serif;
	float: left; width: 100%;
    }
.staff-container .teaser {
    	color: #444;
	font-family: 'Merriweather', serif;
	line-height: 24px;
	float: left; width: 100%;
    }
.staff-container .url {
	margin-top: 5px;
	float: left; width: 100%;
    }
.meetingItem {
	margin-bottom: 15px;
}
.signup {
	width: 100%;
	max-width: 500px;
	margin: 15px auto 0;
}
.signup.pure-form input[type=text] {	
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 5px 0 15px;
	vertical-align: inherit;
	width: 370px;
}
.signup.pure-form label {	
    font-size: 16px;
    font-family: 'Merriweather', serif;
	color: #fff;
	font-weight: 400;
	line-height: 30px;
}
.signup.pure-form .button {	
	float: right;
	width: 130px;
}
.listing-map-container {
            border: 0;
            padding: 0;
            width: 100%;
        }

        .listing-map {
            width: 100%;
            height: 0px;
             padding-bottom: 50%;
        }

        .mapinfo b {
            font-size: larger;
        }

        .mapType {
            display: inline-block;
            border: 1px solid #c0c0c0;
            padding: 6px 8px;
            margin: 0 0 10px 2px;
            cursor: pointer;
        }

        .whiteBG {
            background-color: #fff;
        }
.park-selector-container {
	width: 800px;
	margin: 0 auto;
	max-width: 100%;
}
.park-selector-container .item {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}
.park-selector-container .number {
	float: left;
	width: 50px;
	font-size: 36px;
	font-family: Century Gothic, CenturyGothic, 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
.park-selector-container .options {
	overflow: hidden;
}
.map-selector {
	height: 0;
	padding: 0 0 54.75% 0;
	float: left;
	width: 100%;
	background: url(../images/region-map.jpg) no-repeat;
	background-size: contain;
	position: relative;
}
.map-selector .region {
	position: absolute;
	pointer-events: none;
}
.map-selector .region h2 {
	color: #333;
	z-index: 40;
	position: absolute;
	top: 40%;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 24px;
	text-align: center;
	left: 0;
	width: 100%;
}
.map-selector .region-west { 
	width: 49.93%;
	z-index: 20;
	height: 84.5%;
}
.map-selector .region-west h2 {
	top: 48.5%;
	width: 80%;
}
.map-selector .region-central {
	width: 52.37%;
	left: 27.18%;
	z-index: 19;
	height: 89%;
}
.map-selector .region-central h2 {
	top: 46%;
	width: 87.28%;
}
.map-selector .region-northeast {
	width: 40.7%;
	right: 0.3%;
	z-index: 18;
	height:59.5%;
}
.map-selector .region-northeast h2 {
	top: 40%;
}
.map-selector .region-southeast {
	width: 22.62%;
	right: 0;
	bottom: 0;
	z-index: 17;
	height:50%
}
.map-selector .region-southeast h2 {
	top: 43%;
}
.map-selector .region {
	line-height: 0;
}
.map-selector label polygon {
	pointer-events: auto;
	width: 100%;
	float: left;
	fill: rgba(0, 0, 0, .25);
	z-index: 30;
	position: relative;
	cursor: pointer;
}
.map-selector input:checked + label polygon {
	fill: rgba(225, 167, 33, 0.7);
}
.map-selector .vis-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.activity-selection-inputs .answer {
	float: left;
	width: 33.33%
}
.activity-selection-inputs .answer label {
	line-height: 50px;
}
.activity-selection-inputs .answer input {
	float: left;
	line-height: 50px;
	margin: 18px 10px 0 0;
}
.section-terminal-2 .column ul.all-parks {
	-moz-column-count: 3;
	-moz-column-gap: 30px;
	-webkit-column-count: 3;
	-webkit-column-gap: 30px;
	column-count: 3;
	column-gap: 30px;
	padding: 0;
}
.section-terminal-2 .column ul.all-parks li {
	margin: 0px 0 22px 0;
	-webkit-column-break-inside: avoid; /* Chrome, Safari */
	page-break-inside: avoid;           /* Theoretically FF 20+ */
	break-inside: avoid-column;         /* IE 11 */
	display: inline-block;
	width: 100%;
}

.content-shortener {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}


.stats .item {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
	line-height: 30px;
	position: relative;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .03);
}

.stats .item .text {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.stats .item-rating .text {
	padding: 10px 0;
}
.stats .item-rating .rating-container {
	margin: 0 auto;
}
.stats .item.maxed,
.content-shortener.maxed {
	max-height: 300px; 
}
.stats .item.maxed.expanded,
.content-shortener.maxed.expanded {
	max-height: inherit;
}
.stats .item .more,
.content-shortener .more {
	display: none;
}
.stats .item.maxed .more,
.content-shortener.maxed .more {
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	display: block;
	background-color: #dcdcdc;
    color: #333;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
    height: 40px;
    line-height: 40px;
	font-style: italic;
}
.stats .item .more:after,
.content-shortener .more:after {
	content:"";
	position: absolute;
	bottom: 100%;
	left:0;
	width: 100%;
	display: block;
	background: url(../images/textures/gradient-clear-white.png) repeat-x bottom;
    height: 40px;
}
.stats .item.maxed.expanded .more,
.content-shortener.maxed.expanded .more {display:none;}
.stats .item h2 {
	background-color: #555;
	padding: 0px 10px;
	line-height: 40px;color: #fff;
}
.stats .item:nth-child(3n+0) {
	margin-right: 0;
}
.stats .item:nth-child(3n+4) {
	clear: left;
}

.stats .item .button {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0;
}
/* for events on the parks page */
.stats .item .date {
    float: left;
    width: 100%;
    line-height: 20px;
    font-family: Century Gothic, CenturyGothic, 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #777;
}

.results {
	margin-bottom: 2%;
}
.results a.item {
	float: left;
	padding: 15px 0;
	position: relative;
	
}
.results a.item:hover .image, .results a.item:hover .text {
	opacity: .7;
}
.results a.item .text {
	font-size: 14px;
	line-height: 18px;
}
.results a.item .text .teaser {
	color: #444;
	font-family: 'Merriweather', serif;
	line-height: 24px;
}
.results a.item .text .title, .results a.item .text .title h2 {
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
	font-family: Century Gothic, CenturyGothic, 'Roboto Condensed', sans-serif;
	color: #c15727;
}
.results-horizontal a.item {width: 100%;border-top: 1px solid #dadada;}
.results-horizontal a.item:first-of-type {
	border-top: none;;
}
.results-horizontal .icon {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 15px 0 0;
	line-height: 30px;
}
.results-horizontal .icon img {
	width: 30px;
}
.results-horizontal .text {
	overflow: hidden;
	min-height: 30px;
}
.results-horizontal .url {
	margin-top: 5px;
}

.results-4-box {
	float:left;
	width:100%;
}
.results-4-box a.item {
	width: 23.5%;
	padding: 25px 2% 15px 0;
	-webkit-clip-path: none;
	clip-path: none;
}
.results-4-box a.item:hover .image, .results-4-box a.item:hover .text {
	filter: blur(1px);
}
.results-4-box a.item:after {
	content: "";
	width: 80px;
	height: 80px;
	background: #c79d3b url(../images/icons/arrow-go-white.png) center center no-repeat;
	position: absolute;
	left:50%;
	top:50%;
	margin: -40px 0 0 -40px;
	opacity: 0;
	transition: opacity .3s ease-in-out;
   -moz-transition: opacity .3s ease-in-out;
   -webkit-transition: opacity .3s ease-in-out;
	-webkit-clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
	clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
}
.results-4-box a.item:hover:after {
	opacity: 1;
}
.results-4-box a.item:nth-of-type(4n+0) {
	padding: 25px 0 15px 0;
}
.results-4-box a.item:nth-of-type(4n+5) {
	clear: left;
}

.results-4-box a.item .image {
	width: 100%;
	height: 0;
	padding-bottom: 70%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	-webkit-clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
	clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
	position: relative;
}
.results-4-box a.item .image .icon {
	position: absolute;
	bottom:5px;;
	right:5px;
	-webkit-border-radius: 50%;
border-radius: 50%;
	overflow: hidden;
	height: 50px;
	width: 50px;
}
.results-4-box a.item .text {
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.results-4-box a.item .title {
	padding: 10px 0;
}
.results-4-box .date {
	float: left;
	width: 100%;
}
.results-4-box .teaser {
	float: left;
	width: 100%;
}
.results-4-box .keywords span {
	float: left;
	font-size: 10px;
	line-height: 16px;
	height: 16px;
	padding: 0 3px;
	margin: 0 2px 2px 0;
	text-transform: uppercase;
	color: #999;
	border: 1px solid #999;
	font-family: Century Gothic, CenturyGothic, 'Roboto Condensed', sans-serif;
}
.module {
	padding: 0 0 7.5% 0;
	background-size: cover;
	position: relative;
}
.top-clip {padding-top: 75px;}
.top-clip::after {
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	background: #fff;
	position: absolute;
	width: 100%;
	height: 0;
	padding-bottom: 5%;
	content: "";
	top: -1px;
	left: 0;
}

.bottom-clip {padding-bottom: 100px;}
.bottom-clip::after {
	-webkit-clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
	background: #fff;
	position: absolute;
	width: 100%;
	height: 0;
	padding-bottom: 5%;
	content: "";
	bottom: -1px;
	left: 0;
}

.module h1 {
	font-size: 50px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	background: url(../images/textures/headline-underline-grey.png) bottom center no-repeat;
	padding: 1em 0 .5em;
	margin: 0 0 .5em 0;
}
.module h1.light {
	color: #fff;
	background: url(../images/textures/headline-underline-white.png) bottom center no-repeat;
}
.module .item {
	float: left;
	text-align: center;
	position: relative;
	background-size: cover;
	-webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
}

.module .item .text {
	line-height: 2em;
}
.module .module-action {
	text-align: center;
	padding-top: 60px;
	float: left;
	width: 100%;
}
.module-3-box {
}
.module-3-box .item {
	width: 33.33%;
}
.module-3-box .item h2 {
	float: left;
	width: 100%;
	font-size: 50px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background-color: rgba(0, 0, 0, .6);
	margin: 60% 0 0 0;
}
.module-3-box .item .button {
	margin: 20px 0;
}
.module-4-box {
}
.module-4-box .item {
	width: 23.5%;
	margin: 0 2% 0 0;
	-webkit-clip-path: none;
	clip-path: none;
}
.module-4-box .item:last-of-type {
	margin: 0;
}
.module-4-box .item .image {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	-webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
	display: none;
}
.module-4-box .item .text {
	float: left;
	width: 100%;
	border: 3px solid #eee;
	/*border-top: 0;*/
	background: #f6f6f6;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.module-4-box .item h2 {
	float: left;
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	padding: 7.5%;
	height: 130px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.module-4-box .date {
	float: left;
	width: 100%;
	font-size: 16px;
	font-family: 'Merriweather', serif;
}
.module-4-box .teaser {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #333;
	padding: 3% 7.5% 0 7.5%;
	height: 150px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Merriweather', serif;
	display: none;
}
.module-4-box .item .button {
	margin: 20px 0;
}

.module-6-box {
}
.module-6-box .item {
	width: 16.66%;
	
	
}
.module-6-box .item:hover {
	opacity: .8
}
.module-6-box .item .title {
	width: 100%;
	margin: 70% 0 0 0;
	text-align: center;
	display: table;
}
.module-6-box .item h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	position: relative;
	width: 100%;
	line-height: 1em;
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, .6);
}
.module-6-box .item .button {
	margin: 20px 0;
}
.module-text-1 .item {
	float: right;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px 2em;
	background-color: rgba(0, 0, 0, 0.7);
	margin: 7.5% 0 0 0;
	font-size: 20px;
	border-top: 1em solid #d9ac44;
	font-family: 'Merriweather', serif;
	color: #fff;
	-webkit-clip-path: none;
	clip-path: none;
}
.module-text-1 .item::after {
	display: none;
}

.module-dates {
	background: url(../images/textures/events-bg.jpg) no-repeat;
	background-size: cover;
}
.module-dates .module-action {
	padding: 20px 0 0 0;
}
.module-dates .half {
	float: left;
	width: 47%;
}
.module-dates .keydates-half {
	float: right;
}
.module-dates h1{
	font-size: 36px;
	padding-bottom: .75em;
}
.module-dates .item {
	float: left;
	width: 47.5%;
	webkit-clip-path: none;
	clip-path: none;
	margin: 0 5% 5% 0;
}
.module-dates .keydates-half .item {
	width: 100%;
	margin: 0 0 5% 0;
}
.module-dates .item:nth-of-type(even) {
	margin-right: 0;
}
.module-dates .item .top {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Merriweather', serif;
	background-color: rgba(256, 256, 256, 0.07);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	padding: 15px 5px 5px 5px;
	margin: 0 0 5px 0;
	font-size: 0px;
}
.module-dates .item .date {
	font-size: 16px;
	width: 90px;
	display: inline-block;
	font-family: 'Merriweather', serif;
	color: #fff;
	position: relative;
}
.module-dates .item .date:nth-of-type(2) {
	padding-left: 10px;
}
.module-dates .item .date:nth-of-type(2):before {
	content: "-";
	position: absolute;
	left: 0px;
	top:50%;
	font-weight: 700;
}
.module-dates .keydates-half .date {
	background-color: rgba(256, 256, 256, 0.07);
	width: 120px;
	padding: 15px 0 20px 0;
	float: left;
}
.module-dates .item .date span {
	font-size: 48px;
	float: left;
	width: 100%;
	line-height: .8em;
}
.module-dates .item .location {
	float: left;
	width: 100%;
	font-size: 14px;
	height: 40px;
	padding: 15px 0 0 0;
}
.module-dates .item .location img {
	width: 20px;
}
.module-dates .keydates-half .text {
	overflow: hidden;
	text-align: left;
	padding: 15px 0 0 20px;
}
.module-dates .item h2 {
	font-size: 16px;
	color:#d1a644;
	margin-bottom: 15px;
	float:left;
	width: 100%;
}
.module-dates .keydates-half h2 {margin-bottom: 5px;}
.module-dates .teaser {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	color: #fff; 
}
.module-dates .ketdates-half .teaser {
	font-size: 16px;
}
.module-dates .text a {
	color:#d1a644;
	float: left;
	width: 100%;
	display: inline-block;
}
.module-dates .text a:hover {
	color:#888;
}

footer {
	background: #b04f23 url(/content/images/textures/footer-bg.jpg) no-repeat;
	background-size: cover;
	padding: 30px 0 0 0;
	color: #fff;
	position: relative;
	border-top: 5px solid #fff;
	width: 100%;
}
footer .grass {
	background: url(/content/images/textures/footer-grass.png) repeat-x bottom;
	height: 162px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 0;
}
footer .container {
	z-index: 2;
	position: relative;
}
footer .half {
	width: 56%;
	float: left;
}
footer .half:last-of-type {
	float: right;
	width: 40%;
}
footer a {
	color: #fff;
}
footer .column a {
	text-decoration: underline;
}
footer .column a:hover, footer a:focus {
	color: #ddd;
}
footer h2 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 3px;
	text-transform: uppercase;
}
footer nav {
	background-color: rgba(0, 0, 0, 0.1);
	float: left;
	width: 100%;
	margin-bottom: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
footer nav a {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	float: left;
	padding: 20px 6px;
}
footer nav a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
footer nav a:hover {
	color: #ccc;
}
/*footer nav a:first-of-type, footer nav a:first-of-type:hover {
	border-left:0;
	padding-left: 0;
}*/
footer .column {
	float: left;
	padding-top: 10px;
}
footer .column-1 {

}
footer .column-2 {
	float: right;
}
footer .column-3 {
	width: 100%;
	text-align: right;
	padding-top: 10px;
}
footer .social-container {
	margin-top: 20px;
	font-size: 0px;
}
footer .social-container a {
	width: 45px;
	border: 1px solid #fff;
	display: inline-block;
	margin-right: 8px;
}
footer .social-container a:hover {
	background-color: rgba(0, 0, 0, .4);
}
footer nav.quicklinks {
	padding: 0 0 0 22px;
	background: none;
}
/*footer nav.quicklinks a {
	display: block;
	border-bottom: 1px solid #fff;
	line-height: 40px;
	position: relative;
	padding: 0 20px 0 5px;
	float: none;
}*/
footer nav.quicklinks a {
	display: block;
	line-height: 30px;
	position: relative;
	float: none;
	padding: 0;
	margin: 0;
	font-weight: 400;
	text-transform: none;
}
/*footer nav.quicklinks a::before {
	content: "";
	position: absolute;
	left: -22px;
	width: 22px;
	height: 40px;
	background: url(/content/images/icons/arrow-bullet-white.png) left center no-repeat;
}*/
footer nav.quicklinks a:hover {
	color: #ddd;
	background: none;
}
footer .column-3 .button-two {
	width: 47.5%;
	float: left;
	text-decoration: none;
	text-align: center;
	margin: 0 5% 5% 0;
	font-size: 12px;
	padding: 0;
}
footer .column-3 .button-two:nth-of-type(2) {
	margin: 0 0 5% 0;
}
footer a.tile {
	float: left;
	width: 30%;
	margin: 0 0 0 5%;
	font-size: 36px;
	line-height: 0px;
	text-align: center;
	font-weight: bold;
	position: relative;
	text-shadow: 0 0 10px #000000;
}
footer a.tile span {
	height: 0;
	width: 100%;
	padding: 50% 0;
	float: left;
	background-size: cover;
	-webkit-box-shadow: inset 0 0 30px 5px rgba(0,0,0,.7);
	box-shadow: inset 0 0 30px 5px rgba(0,0,0,.7);
	color: rgba(256, 256, 256, 1);
}
footer a.tile:hover span {
	color: rgba(256, 256, 256, .8);
	-webkit-box-shadow: inset 0 0 30px 5px rgba(0,0,0,.9);
	box-shadow: inset 0 0 30px 5px rgba(0,0,0,.9);
}
footer a.tile:nth-of-type(3) {margin: 0;}
.apps h4 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 14px;
	text-transform: uppercase;
}
.apps {
	float: left;
	width: 100%;
	text-align: center;
}
.apps img {
	display: inline-block;
	width: 30%;
	margin: 0 2.5%;
}

footer .submission {
	float: left;
	width: 100%;
	padding: 10% 0 0 0;
}
footer .submission input, footer .submission button {
	height: 50px;
	box-sizing: border-box;
	border: 0;
	outline: 0;
	float: left;
	font-size: 18px;
	font-family: 'Merriweather', serif;
	font-style: italic;
}
footer .submission button {
	width: 30%;
	background: #d8ab44;
	color: #3a1300;
}
footer .submission input {
	background: white;
	width: 70%;
	padding: 0 15px;
	border: 2px solid #dad9d8;
}
footer .apps {
	float: left;
	width: 100%;
	padding: 5% 0 0 0;
	font-size: 0px;
	text-align: center;
}
footer .copyright {
	line-height: 50px;
	font-size: 12px;
	padding-top: 110px;
}
footer .copyright span {
	float: right;
}
.section-s-m-intro {
	background: url(../images/mockup/smoke-and-mirrors-intro-bg.jpg) top center no-repeat;
	background-size: cover;
}
.section-s-m-intro img {
	float: right;
	width: 600px;
	padding: 100px 0 0 0;
}
.section-s-m-dates {
	background: #383838;
	margin-top: 60px;
}
.section-s-m .container {
	padding: 60px 0;
}
.section-s-m-things-to-do {
	background: url(../images/mockup/smoke-and-mirrors-things-to-do-bg.jpg) bottom center no-repeat;
	background-size: cover;
	padding-bottom: 80px;
}

/*Media Queries*/
@media (min-width: 1250px) {
header .header-low a {
	font-size: 16px;
}
header .header-low a span {
	padding: 0 26px;
}
.landing-accordian-content a h4 {
	font-size: 18px;
}
.landing-accordian-content a .teaser {
	font-size: 13px;
}
.section-terminal-2 .column ul.all-parks {
	-moz-column-count: 4;
	-moz-column-gap: 0px;
	-webkit-column-count: 4;
	-webkit-column-gap: 0px;
	column-count: 4;
	column-gap: 0px;
}
footer .half, footer .half:last-of-type {
	width: 47.5%;
}
footer .column-3 .button-two {
	font-size: 14px;
}
footer a.tile {
	font-size: 44px;
}
footer nav a {
	font-size: 14px;
	padding: 20px 10px;
}
}

@media (max-width: 1024px) {
body {
	font-size: 14px;
}
.button-one {
	height: 40px;
	font-size: 14px;
	padding: 0 20px;
	line-height: 3em;
}
header .container {
	width: 100%;
	padding: 0;
}
header .header-high {
	margin: 25px 0 0 0;
	height: 40px;
}
header .header-high a {
	line-height: 40px;
	padding: 0 8px;
	font-size: 13px;
}
header .header-low a {
	font-size: 13px;
}
header .header-low a span {
	padding: 0 7px;
}
header .header-low {
	height: 75px;
}
header .header-low a {
	line-height: 30px;
}
header .logo a {
	width: 140px;
}
.overlay-search input[type="search"] {
	font-size: 28px;
	line-height: 60px;
	height: 60px;
}
.overlay-search .button-search {
	font-size: 28px;
	padding: 0 80px;
	line-height: 60px;
}
.overlay-search .button-close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	background-color: #c15727;
	font-size: 60px;
	line-height: 60px;
	width: 60px;
}
.hero .content {
	padding: 220px 0 0;
}
.hero-home .content {
	padding: 450px 0 0;
}
.hero .content h1 {
	font-size: 80px;
	line-height: 60px;
	letter-spacing: -3px;
}
.related {
	width: 100%;
	margin: 0 0 25px 0;
	
}
.log-action {
     top:22px;
     right:5%;
     }
.success {
     height: 40px;
font-size: 14px;
padding: 0 20px;
line-height: 3em;
}
#sidenav li .title {
	line-height: 24px;
	padding: 8px 8px 8px 20px;
	font-size: 16px;
}
#sidenav li .title.active::before, #sidenav li div.title::before, #sidenav a.active::before {
	left: 5px;
}
#sidenav li div.title::before {
	top: 15px;
	background: url(/content/images/icons/arrow-bullet-white.png) no-repeat center;
	background-size: cover;
}
#sidenav li div.title.active::before {
	background-image: url(/content/images/icons/arrow-down-bullet-white.png);
}
#sidenav li a.active::before {
	top: 14px;
	background: url(/content/images/icons/arrow-bullet-orange.png) no-repeat center;
}
#sidenav a {
	padding: 10px 8px 10px 20px;
	font-size: 14px;
	line-height: 20px;
}
.section-terminal .column-2 {
	line-height: 30px;
}
.section-terminal-2 .column ul.all-parks {
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
}
.map-selector .region h2 {
	font-size: 18px;
	line-height: 18px;
}

.signup.pure-form input[type=text] {	
    font-size: 14px;
    height: 40px;
    line-height: 3em;
    padding: 0 5px 0 10px;
	width: 370px;
}

.stats .item, .stats .item:nth-child(3n+0) {
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 30px;
}
.stats .item:nth-child(3n+4) {clear: none;}	
.stats .item:nth-child(2n+0) {margin-right: 0;}

.results-4-box a.item, .results-4-box a.item:nth-of-type(4n+0) {
	width: 32%;
	padding: 25px 2% 15px 0;
}
.results-4-box a.item:nth-of-type(3n+0) {
	padding: 25px 0 15px 0;
}
.results-4-box a.item, .results-4-box a.item:nth-of-type(4n+5) {clear: none;}
.results-4-box a.item:nth-of-type(3n+4) {clear: left;}
.results-4-box a.item:after {display: none;}
.module h1 {padding: 1em 0 .8em;}
.module .module-action {padding-top: 20px;}
.module-3-box .item h2 {
	font-size: 20px;
	margin: 40% 0 0 0;
	line-height: 2.4em;
}
.module-3-box .item .button {
	margin-top: 10px;
}
.module-4-box .item h2 {
	font-size: 14px;
	height: 110px;
}
.module-4-box .date {
	font-size: 13px;
}
.module-4-box .teaser {
	font-size: 11px;
}
.module-6-box .item h2 {
	font-size: 14px;
}
.module-text-1 .item {
	font-size: 14px;
}
.module-dates .half {
	width: 100%;
}
.module-dates .keydates-half {
	float: left;
}
.module-dates h1{
	font-size: 36px;
	padding-bottom: .75em;
}
.module-dates .item {
	width: 47.5%;
	margin: 0 5% 2% 0;
}
.module-dates .keydates-half .item {
    width: 60%;
    margin: 0 20% 5% 20%;
}
	
	
footer .half {
	width: 62.5%;
	padding: 0;
}
footer .half:last-of-type {
	width: 37%;
	padding: 0;
}
footer .half .column-2 {
	float: left;
	margin: 0 0 0 15px;
}
footer h2, footer nav a {
	font-size: 14px;
}
footer .social-container a {
	width: 40px;
	margin-right: 3px;
}
footer .column-3 .button-two, footer .column-3 .button-two:nth-of-type(2) {
	margin: 0 0 5% 0;
	width: 100%;
}
footer a.tile {
	font-size: 24px;
}
.apps img {
	width: 40%;
	margin: 0 2.5%;
	max-width: 200px;
}
footer .submission input, footer .submission button {
	height: 40px;
	font-size: 14px;
}

}

@media (max-width: 767px) {
.section-terminal h1 {
	font-size: 34px;
	margin: 15px 0 5px 0;
}
header .header-desktop {
	display: none;
}
header .header-mobile {
	display: block;
	width: 100%;
	margin-top: 15px;
}
header .logo {
	top: 3px;
	left: 10px;
}
header .logo a {
	width: 100px;
	display: block;
}
header .leadoff {
	background-color: #333;
}
header .leadoff img {
	width: 24px;
}
header .leadoff a {
	float: right;
	line-height: 80px;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 10px;
	border-left: 1px solid #555555;
}
header .leadoff a span {
	padding: 0 5px 0 0;
}
header .menu-expander {
	display: none;
	width: 100%;
	border-top: 1px solid #555555;
}
header .tier-2, header .tier-3 {
	width: 100%;
	display: block;
	float: left;
	background-color: rgba(62, 62, 62, .95);
}
header .tier-2 a {
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #d9ac44;
	overflow: hidden;
	padding-bottom: 25%;
	position: relative;
	width: 25%;
}
header .tier-2 a:hover {
	background-color: rgba(0,0,0, .8);
}
header .tier-2 .framer {
	height: 100%;
	padding: 5%;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: rgba(0, 0, 0, .4);
}
header .tier-2 .framer .tabled {
	display: table;
	height: 100%;
	width: 100%;
}
header .tier-2 .framer .tabled span {
	display: table-cell;
	vertical-align: middle;
}
header .tier-2 .framer .tabled span img {
	width: 30%;
	margin: 0 35%;
}
header .tier-3 a {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #d9ac44;
	line-height: 50px;
	border-bottom: 1px solid;
	border-color: rgba(0, 0, 0, .4);
}
header .social a {
	width: 50%;
	float: left;
	text-align: center;
	line-height: 70px;
}
header .social a img {
	width: 120px;
}
header .social a:nth-of-type(1) {
	background: #3b5998;
}
header .social a:nth-of-type(2) {
	background: #1da0f1;
}
header .social a:nth-of-type(3) {
	background: url(/content/images/textures/instagram-gradient.jpg) center center;
	background-size: cover;
}
header .social a:nth-of-type(4) {
	background: #fb000f;
}
.hero .image-credit {
	bottom:-20px;
	right:10px;
	color:#777;
	font-size: 10px;
	text-shadow: none;
}
.hero .content {
	padding: 160px 0 0;
}
.hero-home {
	padding:0;
}
.hero-home .content {
	padding: 400px 0 0;
}
.hero .content h1 {
	font-size: 60px;
	line-height: 40px;
}
.section-terminal .column-2, .mobile-section-index {
	width: 100%;
	padding: 0;
}

.park-selector-container .number, .park-selector-container .options {
	width: 100%;
	float: left;
}
.park-selector-container .number {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}
.map-selector .region h2 {
	font-size: 14px;
	line-height: 14px;
}
.activity-selection-inputs .answer {
	width: 50%
}
.stats .item, .stats .item:nth-child(3n+0) {
	width: 48.5%;
	margin-right: 3%;
}
	
.section-terminal-2 .column ul.all-parks {
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
	column-count: 1;
	column-gap: 0px;
}
.section-terminal-2 .column ul.all-parks li {
	list-style: none;
	text-align: center;
	width: 100%;
	float: left;
	line-height: 18px;
	margin: 15px 0;
}
.mobile-section-index .title {
	background: #333;
	color: #fff;
	width: 100%;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}
.mobile-section-index ul li {
	list-style: none;
	float: left;
	width: 48.5%;
}
.mobile-section-index ul li:nth-of-type(odd) {
	clear: left;
	margin-right: 3%;
}
.mobile-section-index ul li ul {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.mobile-section-index ul li ul li {
	float: left;
	width: 100%;
}
.mobile-section-index a {
	font-size: 16px;
	line-height: 20px;
	padding: 10px;
	float: left;
	;
	width: 95%;
	margin: 0 5% 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #dadada;
}
.signup {
	max-width: 400px;
}
.signup.pure-form input[type=text] {	
    padding: 0 5px 0 5px;
	width: 300px;
}
.signup.pure-form .button {	
	width: 100px;
	padding-left: 0;
	padding-right: 0;
}

	
.anchor-list {
	line-height: 24px;
}
.anchor-list span {
	font-size: 16px;
	float: left;
	width: 100%;
}
.anchor-list a {
	border-right: none;
	padding: 5px 0;
	font-size: 16px;
	
	float: left;
	width: 100%;
}
	
.results-4-box a.item, .results-4-box a.item:nth-of-type(4n+0), .results-4-box a.item:nth-of-type(3n+0) {
	width: 49%;
	padding: 25px 2% 15px 0;
}
.results-4-box a.item:nth-of-type(2n+0) {
	padding: 25px 0 15px 0;
}
.results-4-box a.item, .results-4-box a.item:nth-of-type(4n+5), .results-4-box a.item:nth-of-type(3n+4) {clear: none;}
.results-4-box a.item:nth-of-type(2n+3) {clear: left;}
.module h1 {
	font-size: 40px;
}
.module-4-box .item {
	width: 49%;
}
.module-4-box .item:nth-child(even) {
	margin: 0 0 20px 0;
}
.module-6-box .item {
	width: 33.33%;
}
.module-text-1 .item {
	width: 100%;
}
.module-dates .keydates-half .item {
    width: 100%;
    margin: 0 0 5% 0;
}


footer {
	background: #b04f23;
	background-size: cover;
	padding: 20px 0 0 0;
}
footer .grass {
	display: none;
}
footer .half, footer .half:last-of-type {
	width: 100%;
	padding: 0 0 15px;
}
footer .half .column-2 {
	float: right;
	margin: 0;
}
footer a.tile {
	font-size: 36px;
}
footer .copyright {
	font-size: 13px;
	padding: 0 0 50px 0;
	line-height: 30px;
	text-align: center;
}
}

@media (max-width: 480px) {

.button-one {
	width: 100%;
	padding: 0;
	text-align: center;
}
header .header-mobile {
	margin-top: 5px;
}
header .logo {
	left: 5px;
	top: 0;
}
header .logo a {
	width: 70px;
}
header .leadoff a {
	line-height: 60px;
	font-size: 13px;
	padding: 0 15px;
}
header .tier-2 a {
	padding-bottom: 50%;
	width: 50%;
}
header .tier-2 a, header .tier-2 a {
	font-size: 16px;
}
.overlay-search input[type="search"] {
	font-size: 22px;
	line-height: 50px;
	height: 50px;
}
.overlay-search .button-search {
	font-size: 22px;
	padding: 0 30px;
	line-height: 50px;
}
.overlay-search .button-close {
	font-size: 50px;
	line-height: 50px;
	width: 50px;
}
.hero .content {
	padding: 120px 0 0;
}
.hero-home .content {
	padding: 260px 0 0;
}
.hero .content h1 {
	font-size: 46px;
	line-height: 35px;
}
.log-action {
     top:auto;
     right:auto;
     position: relative;
     }
.login-2 .column {
     width:100%;
}
.success {
     width: 100%;
padding: 0;
     text-align: center;
}
.newsimage {
    margin: 0 0 30px 0;
    max-width: 100%;
	width: 100%;
}
.content-asset {
	width: 100%;
	margin: 0 0 15px 0;
}
.dates-container .day-container .date {
	width: 100%;
	background-color: rgba(0, 0, 0, .1);
	padding: 15px 0;
	margin-bottom: 15px;
}
.dates-container .day-container .text {
	float: left;
	width: 100%;
}
.faq-container .label {
	width: 100%;
	padding: 15px 0;
	text-align: left;
}
.faq-container .text {
	float: left;
	width: 100%;
}
.staff-container .text .title {
	    font-size: 18px;
    }
.dates-container .day-container .text .item:first-of-type {
	min-height: none;
}
.listing-map {
     padding-bottom: 125%;
}
.map-selector .region h2 {
	font-size: 10px;
	line-height: 10px;
}
.activity-selection-inputs .answer {
	width: 100%;
}
.stats .item, .stats .item:nth-child(3n+0) {
	width: 100%;
	margin-right: 0%;
}
.stats .item:nth-child(3n+4) {clear: none;}	
.stats .item:nth-child(2n+0) {margin-right: 0;}
.mobile-section-index ul li {
	width: 100%;
}
.signup {
	max-width: 100%;
	width: 100%;
}
.signup.pure-form input[type=text] {	
	width: 70%;
	float: left;
}
.signup.pure-form label {	
	font-size: 16px;
}
.signup.pure-form .button {	
	width: 30%;
}
.results-4-box a.item, .results-4-box a.item:nth-of-type(4n+0), .results-4-box a.item:nth-of-type(3n+0), .results-4-box a.item:nth-of-type(2n+0) {
	width: 100%;
	padding: 25px 0 15px 0;
}
.results-4-box a.item, .results-4-box a.item:nth-of-type(4n+5), .results-4-box a.item:nth-of-type(3n+4), .results-4-box a.item:nth-of-type(2n+3) {clear: left;}

.module h1 {
	font-size: 30px;
}
.module-3-box .item {
	width: 100%;
}
.module-3-box .item h2 {
	font-size: 34px;
	line-height: 2em;
}
.module-4-box .item, .module-4-box .item:nth-child(2n) {
	width: 100%;
	margin: 0 0 30px 0;
}
.module-4-box .item:last-of-type {
	margin: 0;
}
.module-4-box .item .text {
	padding: 0 7.5%;
}
.module-4-box .item h2, .module-4-box .item .date, .module-4-box .item .teaser {
	height: auto;
	padding-left: 0;
	padding-right: 0;
}

.module-dates .item {
	width: 100%;
	margin: 0 0 2% 0;
}
.module-dates .keydates-half .date { width: 100%;}
.module-dates .item .text {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	padding: 10px 15px 0 15px;
}
.module-dates .item h2 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.module-dates .teaser {
	font-family: 'Merriweather', serif;
}
.module-dates .action {margin: 20px 0;
}
.section-terminal-1 .column-2 ul.archive, .section-terminal-2 .column ul.archive {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
}
ul.archive li {
	float: none;
	list-style: inherit;
}
ul.archive li a {
	padding: 0;
	border-left:none;
}
ul.archive li:last-of-type a {
	border-right:none;
}
footer .half .column {
	width: 100%;
	margin: 0 0 20px 0;
}
footer .half .column-1 {
	text-align: center;
}
footer a.tile {
	font-size: 24px;
}
}

@media (max-width: 380px) {
header .leadoff a span {
	display: none;
}
.module-6-box .item {
	width: 50%;
}
}







/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 99999;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	visibility: hidden;
	position: absolute;
	top: 50px !important;
	left: 50%;
	margin-left: -330px;
	margin-top: -5px;
	width: 600px;
	max-width: 100%;
	background: url(../../images/textures/light-cross-texture.png);
	z-index: 999999999;
	padding: 10px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	font-size: 12px;
	text-align: left;
	color: #444;
}

	.reveal-modal .button {
		margin-bottom: 15px;
	}

.reveal-modal span {
	font-size: 16px;
	font-weight: bold;
}

.reveal-modal span span {
	font-weight: normal;
}

.reveal-modal-inside {
	background: #fff;
	padding: 15px;
}

	.reveal-modal-inside h2 {
		font-size: 20px;
		font-weight: bold;
	}

.reveal-modal.small {
	width: 200px;
	margin-left: -140px;
}

.reveal-modal.medium {
	width: 400px;
	margin-left: -240px;
}

.reveal-modal.large {
	width: 600px;
	margin-left: -340px;
}

.reveal-modal.xlarge {
	width: 800px;
	margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
	font-size: 26px;
	line-height: .5;
	position: absolute;
	/*top: -10px;
    right: -8px;*/
	top: 22px;
	right: 21px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
}

	.reveal-modal .close-reveal-modal IMG {
		border: none;
		width: auto;
	}

.reveal-modal .error, .error A {
	color: #FA700A;
}

.reveal-modal table {
	padding: 20px 0;
}

	.reveal-modal table td {
		/*padding:10px 0;*/
	}

.reveal-modal .medium img {
	width: auto;
}



.home-popup {
	visibility: hidden;
	position: absolute;
	top: 50px !important;
	left: 50%;
	margin-left: -500px;
	margin-top: -5px;
	width: 1000px;
	max-width: 100%;
	background: url(../../images/textures/light-cross-texture.png);
	z-index: 999999999;
	padding: 10px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	font-size: 12px;
	text-align: left;
	color: #444;
}
.home-popup .reveal-modal-inside {
	background: #fff;
	padding: 0;
	display: flex;
}
.home-popup .reveal-modal-inside .left {
	padding: 40px;
	flex-basis: 40%;
/*	background: url("/content/images/popup-image-1.jpg") center center no-repeat;*/
	background-size: cover;
	position: relative;
}
.home-popup .reveal-modal-inside .left span {
	position: absolute;
	bottom: 0;
	right:0;
	padding: 20px;
	text-shadow: 0 0 8px rgba(0,0,0,1);;
	max-width: 100%;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
}
.home-popup .reveal-modal-inside .right {
	padding: 40px;
	display: flex;
	flex-basis: 60%;
	flex-direction: column;
	text-align: center;
	
}
.home-popup .reveal-modal-inside .right h2 {
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 30px;
}
.home-popup .reveal-modal-inside .right h2 strong {
	font-size: 48px;
	line-height: 1.1em;
	text-transform: uppercase;
}
@media (max-width: 1024px) {
.home-popup {
	top: 50px !important;
	margin-left:5%;
	margin-top: 0;
	width: 90%;
	max-width: 90%;
	left:auto;
	box-sizing: border-box;
}
.home-popup .reveal-modal-inside .right h2 {
	font-size: 20px;
	margin-bottom: 30px;
}
.home-popup .reveal-modal-inside .right h2 strong {
	font-size: 30px;
	line-height: 1.1em;
}
} 
@media (max-width: 767px) {
.home-popup .reveal-modal-inside .right {
	padding: 20px;
}
.home-popup .reveal-modal-inside .right h2 {
	font-size: 16px;
	margin-bottom: 20px;
}
.home-popup .reveal-modal-inside .right h2 strong {
	font-size: 20px;
}
}
@media (max-width: 480px) {

.home-popup .reveal-modal-inside {
	flex-direction: column;
}
.home-popup .reveal-modal-inside .left {
	padding: 80px;
}
}