/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header,menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* #Basic Styles
================================================== */

:root {
	--font-body:'Open Sans', sans-serif;;
	--font-heading:"museo", serif;
	--color-body-main:#000;
	--color-green-dark:#2C523B;
	--color-green-light:#5B8729;
	--color-red:#EF4E42;
	--color-blue:#6696B9;
	--color-yellow:#FFD53D;
	--color-mustard:#D5CD27;
	--color-grey:#58595B;
	--color-purple:#929CCF;
}

/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html { font-size: 62.5%; }
body { font-size: 1.6em;font-weight: 400; font-family:var(--font-body); color:var(--color-body-main);-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%;}

/* #Typography
================================================== */
p {line-height:1.6;margin-bottom:20px;}

h1,
h2,
h3,
h4,
h5,
h6,
.tribe-events-single-event-title,
h2.tribe-events-single-section-title { margin-top: 0; margin-bottom: 2.0rem; font-weight:700 !important; }
h1,
.tribe-events-single-event-title { font-size: 3.4rem;line-height:40px;font-family:var(--font-heading);color:var(--color-green-dark);}
h2 { font-size: 2.4rem;line-height:1;font-family:var(--font-heading);color:var(--color-green-light);}
h3 { font-size: 2.0rem;line-height:28px;font-family:var(--font-heading);}
h4 { font-size: 1.9rem;line-height:25px;font-family:var(--font-body);}
h5 { font-size: 1.6rem;line-height:20px;font-family:var(--font-body);}
h5 {color:#58595B;font-weight:600;margin:0;}

.promo-main-wrap h2 { font-size: 3.4rem;line-height:40px;font-family:var(--font-heading);color:var(--color-green-dark);}

@media (min-width: 1000px) {
	body { font-size: 1.9em;}
	h1,
	.tribe-events-single-event-title { font-size: 3.8rem;line-height:45px; }
	h2  { font-size: 2.6rem;}
	.promo-main-wrap h2 { font-size: 3.8rem; }
	h5 {font-size:1.8rem;line-height:30px;}
}

@media (min-width: 1200px) {
	h1,
	.tribe-events-single-event-title { font-size: 4.8rem;line-height:58px; }
	h2 { font-size: 3.0rem;}
	.promo-main-wrap h2 { font-size: 4.8rem;line-height:58px; }
	h3 { font-size: 2.4rem;line-height:30px; }
	h4 { font-size: 2.2rem;line-height:32px; }
}

.entry h3 {margin-bottom:0;}

em {font-style:italic;}
strong {font-weight:700;}

.entry ul,
.entry ol {margin:0 0 20px 20px;}
.entry ul {list-style:disc;}
.entry ol {list-style:decimal;}
.entry li {line-height:1.6;}

code { padding: .2rem .5rem; margin: 0 .2rem; font-size: 90%; white-space: nowrap; background: #F1F1F1; border: 1px solid #E1E1E1; border-radius: 4px; }
pre > code { display: block; padding: 1rem 1.5rem; white-space: pre; }

hr { margin-top: 3rem; margin-bottom: 3.5rem; border-width: 0; border-top: 2px solid var(--color-green-light); }

sup {font-size:1.1rem;}

/* #Forms
================================================== */

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select { height: 38px; padding: 6px 10px; background-color: #fff; border: 1px solid #D1D1D1; border-radius: 0; box-shadow: none; box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
button,
.button,
input[type=button],
input[type=submit] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
textarea { min-height: 65px; padding-top: 6px; padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus { border: 1px solid #222; outline: 0; }


/* #Images
================================================== */
img {max-width: 100%;height: auto; }

/* #Misc
================================================== */
a {color:var(--color-body-main);text-decoration:none;transition:all 0.4s ease;}
a:hover {color:var(--color-green-light);}
a,
a:focus {outline:none;}
.entry a {text-decoration: underline;}
.entry a.button {text-decoration: none;}

.screen-reader-only {border: 0;clip: rect(0, 0, 0, 0);height: 1px;overflow: hidden;position: absolute !important;width: 1px;word-wrap: normal !important;}
.skip-links li {height: 0;list-style: none;width: 0;}

.anchor {margin-top:-100px;padding-bottom:100px;display:block;position:relative;z-index:-1;}

.remove-bottom { margin-bottom:0; }
.add-bottom { margin-bottom: 20px; }
.half-bottom { margin-bottom: 10px; }
.double-bottom { margin-bottom: 40px; }
.spacer {padding-top:40px;padding-bottom:40px;}
.spacer-top {padding-top:40px;}
.spacer-btm {padding-bottom:40px;}
.spacer-btm-sml {padding-bottom:20px;}

.left {float:left;}
.right {float:right;}
.alignleft {display: inline;float: left;margin-right: 15px;}
.alignright {display: inline;float: right;margin-left: 15px;}
.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;}
.nofloat {float:none !important;}

.tal {text-align:left;}
.tar {text-align:right;}
.tac {text-align:center;}
.cap {text-transform:uppercase;}

.f-heading {font-family:var(--font-heading);}
.f-white {color:#fff;}

.bg-green-light h1,
.bg-green-light h2,
.bg-green-light h3,
.bg-green-light h4,
.bg-green-light p,
.bg-green-light li,
.bg-green-light p a,
.bg-green-light li a,
.bg-green-light th,
.bg-green-light td{color:#fff;}
.promo-1-content p a,
.promo-1-content li a,
.promo-2-content p a,
.promo-2-content li a{text-decoration: underline;}

.bg-blue {background-color:var(--color-blue);}
.bg-green-light {background-color:var(--color-green-light);}
.bg-green-dark {background-color:var(--color-green-dark);}
.bg-black {background-color:#000;}
.bg-mustard {background-color:var(--color-mustard);}
.bg-yellow {background-color:var(--color-yellow);}

.bg-cover {background-position:center center;background-repeat:no-repeat;background-size:cover;}
@media (min-width:1000px) {
	.bg-fix {background-attachment: fixed;}
}

.frame-container {position: relative;padding-bottom: 56.25%;padding-top: 30px; height: 0; overflow: hidden;}
.frame-container iframe,
.frame-container object,
.frame-container embed,
.frame-container video {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
