/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
body.editing {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
body .dev {
	display: none;
}
body.dev .dev {
	display: revert;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*** Start Vanilla CSS 1.0.2 */
pre,code,tt{font:1em/1.2 monospace;}h1,h2,h3,h4,h5,h6,b,strong{font-weight:bold;}em,i,dfn{font-style:italic;}dfn{font-weight:bold;}p,code,pre,kbd{margin:0.5em 0 0.5em 0;}blockquote{margin:0 1.5em 1.5em 1.5em;}cite{font-style:italic;}li ul,li ol{margin:0 1.5em;}ul,ol{margin:0 1.5em 1.5em 1.5em;}ul{list-style-type:disc;}ol{list-style-type:decimal;}ol ol{list-style:upper-alpha;}ol ol ol{list-style:lower-roman;}ol ol ol ol{list-style:lower-alpha;}dl{margin:0 0 0.5em 0;}dl dt{font-weight:bold;}dd{margin-left:1.5em;}table{margin-bottom:1.4em;width:100%;}th{font-weight:bold;}th,td,caption{padding:4px 10px 4px 5px;}tfoot{font-style:italic;}sup,sub{line-height:0;}abbr,acronym{border-bottom:1px dotted;}address{margin:0 0 1.5em;font-style:italic;}del{text-decoration:line-through;}pre{margin:1.5em 0;white-space:pre;}img.centered,.aligncenter,div.aligncenter{display:block;margin-left:auto;margin-right:auto;}img.alignright{display:inline;}img.alignleft{display:inline;}.alignright{float:right;margin-left:10px;}.alignleft{float:left;margin-right:10px;}
/* meta */
:focus, :active, :hover {
	outline: none;
}
/* END RESETS */
/* START OF SITE SPECIFIC CUSTOMIZATIONS */
html.js, html.no-js {
	background-color: #222;
}
/* OVERRIDE AUTOFILL COLOR */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 60px #fafafa inset !important;
    background-color: #fafafa !important;
    background-clip: content-box !important;
}

body {
	font-family: sans-serif;
	font-style: normal;
	font-weight: 300;
	position: relative;
	color: #222;
	background-color: #C8DFF7;
	font-size: 16px;
	line-height: 1.35;
}
#content_before {
	position: relative;
	z-index: 200;
}
#header {
	position: relative;
	z-index: 2;
}
#search {
	position: relative;
	z-index: 1;
}
#container {
	position: relative;
	padding-bottom: 144px;
}
#container_after {
	position: absolute;
	bottom: 0;
	width: 100vw;
}
footer {
	padding: 24px 0;
	background-color: #C8DFF7;
	color: #222;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
}
h1 { font-size: 250%; color: #222; }
h1:first-child { padding-top: 1em; }
h2 { font-size: 200%; color: #222; }
h3 { font-size: 160%; color: #000; }
h4 { font-size: 120%; }
h5 { font-size: 100%; }
h6 { font-size: 80%; }
p, li {
	font-size: 100%;
	margin: 0 0 1em 0;
}
a {
	color: inherit;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	min-height: 100vh;
}
body#tinymce {
	margin: 0 auto;
	overflow: hidden;
	padding: 12px;
	background-color: #E8E8E8;
	background-image: none;
}
#wrapper_after {
	color: #FFF;
}
.hide {
	display: none;
}
.left {
	float: left;
	padding-right: 24px;
	padding-bottom: 12px;
}
.right {
	float: right;
	padding-left: 24px;
	padding-bottom: 12px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
	padding-top: 1.5em;
}
.error {
	color: #a03;
	text-align: center;
}
/* FORM STYLES */
form {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 18px;
	border-radius: 12px;
}
form.flex {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
form.stripe {
	max-width: 414px;
}
form>h2 {
	flex: 0 0 98%;
	border-radius: 6px;
}
form>div {
	flex: 0 0 48%;
	background-color: #E8E8E8;
	padding: 18px;
	margin: 18px 0;
	border-radius: 12px;
}
form>div.full {
	margin: 6px auto;
	flex: 0 0 auto;
	max-width: 598px;
	width: auto;
}
form>div:empty {
	display: none;
}
div#card-element {
	background-color: #EFEFEF;
}
fieldset p {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}
fieldset p>* {
	flex: 0 1 auto;
}
span+span {
	flex: 1 0 auto;
}
label {
	font-weight: bold;
}
html.placeholders .text label {
	display: none;
}
input[type=text], textarea {
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 0;
	margin-bottom: 12px;
	width: 100%;
	box-sizing: border-box;
	color: #222;
	font-size: 1rem;
}
fieldset {
	margin: 0 auto;
	padding: 6px 0;
}
input[type=radio] {
	padding-left: 9px;
	padding-right: 9px;
	transform: scale(1.5);
}
input:disabled.required {
	color: rgba(0,0,0,1);
	font-weight: bold;
	opacity: 1;
}
input[type=radio]:disabled.required {
	color: rgba(0,0,0,1);
	font-weight: normal;
	opacity: 1;
}
input[type=radio]+label {
	padding-left: 6px;
}
/* TOP MENUS AND DIRECTIONALS */
#content_before {
}
header.header {
	background-color: #32639F;
}
nav {}
li nav {
	position: absolute;
	z-index: 9999;
	height: 0;
	overflow: hidden;
	transition: all 300ms;
}
li:hover nav {
	height: auto;
}
nav ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
nav li {
	position: relative;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}
nav a {
	display: block;
	padding: 18px 12px;
	color: #F8F8F8;
	font-weight: bold;
	font-size: 125%;
	text-decoration: none;
}
nav a:hover {
	color: #222;
	background-color: rgba(255,255,255,0.7);
}
li nav a {
	color: #222;
	background-color: rgba(255,255,255,0.7);
}
li nav a:hover {
	color: #222;
	background-color: rgba(255,255,255,1);
}
li.current>a {
	color: #222;
	background-color: rgba(255,255,255,0.8);
}
/* MISC */
.heading {
	color: #EFEFEF;
	background-color: #3D96D3;
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.2);
	margin: 2em auto 1em auto;
	padding: 12px;
}
.info {
	max-width: 960px;
	margin: 0 auto 36px auto;
	padding: 24px;
	background-color: rgba(250,250,250,0.8);
}

.button {
	display: inline-block;
	text-decoration: none;
	margin: 18px 6px;
	padding: 6px 12px;
	border-radius: 18px;
	border: 1px solid #32639F;
	color: #EFEFEF;
	background-color: #32639F;
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.2);
	font-size: 100%;
	font-weight: bold;
}
.button:hover {
	color: #FFF;
	border-color: #FFF;
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.3);
}
.button.dim:hover {
	color: #EFEFEF;
	border-color: #999;
	box-shadow: none;
}
.button:disabled {
	visibility: hidden;
}
/* IMAGE GALLERY */
.photos>div {
	display: flex;
	flex-flow: row wrap;
	justify-content: stretch;
	overflow: hidden;
	max-height: calc( 259px * 5 );
	margin: 24px 12px;
}
.photos.all>div {
	max-height: revert;
}
.photos>div>div {
	flex: 1 1 20%;
	max-height: 259px;
	max-width: 20%;
}
.photos img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.lightbox {
	background: rgba(0,0,0,0.9);
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 9999;
}
.lightbox::after {
	content: "X";
	font-size: 120%;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	position: absolute;
	top: 12px;
	right: 12px;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.5);
}
.lightbox .image {
	width: 90vw;
	height: 90vh;
	margin: 0 auto;
	position: relative;
	top: 5vh;
	background-color: rgba(255,255,255,0.4);
	background-image: url('');
	background-size: 100% 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 200%;
}
/* HOME PAGE */
.park-header {
	background: url(/images/kings-mountain-hike-5.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 15vh;
	padding-bottom: 20vh;
	font-size: 125%;
}
.park-header * {
	text-shadow: 1px 1px 3px #222;
}
.park-header .noshadow {
	text-shadow: none;
}
.park-header h1 { color: #F1C40F; }
.park-header h2 { color: #F1C40F; }
.park-header h3 { color: #6E2C00; }

.info p, .info li {
	font-size: 125%;
}
.info li li {
	font-size: 100%;
}
section {
	position: relative;
	z-index: 1;
	padding: 10vh 0;
	min-height: 100vh;
	border-bottom: 63px solid #32639F;
}
section:first-child {
	padding: 0;
	min-height: 0;
}
section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
	opacity: 0.5;
}
section:nth-child(2)::before {
	background: url(/images/fall-mens-hike-7.jpg) center center no-repeat;
	background-size: cover;
}
section:nth-child(3)::before {
	background: url(/images/fall-mens-hike-9.jpg) center center no-repeat;
	background-size: cover;
}
section:nth-child(4)::before {
	background: url(/images/fall-mens-hike-11.jpg) center center no-repeat;
	background-size: cover;
}
section:nth-child(5)::before {
	background: url(/images/fall-mens-hike-3.jpg) center center no-repeat;
	background-size: cover;
}
section:last-child {
	min-height: 0;
}
/* Kings Mountain */
.king-header {
	background: url(/images/kings-mountain-hike-5.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 15vh;
	padding-bottom: 20vh;
	font-size: 125%;
}
.king-header * {
	text-shadow: 1px 1px 3px #222;
}
.king-header .noshadow {
	text-shadow: none;
}
.king-header h1 { color: #F1C40F; }
.king-header h2 { color: #F1C40F; }
.king-header h3 { color: #6E2C00; }

/* SMALLER SCREENS */

@media screen and ( max-width: 965px ) {
	#container {
		padding: 6px 0 72px 0;
	}
	#content {
		padding: 0 6px 0 6px;
	}
	.park-header {
		margin: 0 -6px 0 -6px;
	}
	.king-header {
		margin: 0 -6px 0 -6px;
	}
	.info {
		max-width: 75vw;
	}
}

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

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

@media print {
	#container_before, #container_after {
		display: none;
	}
	#wrapper {
		background-color: #FFF;
	}
	#container {
		padding: 0;
	}
}