/*
Theme Name: Cordova Recreation and Parks District
Theme URI: http://underscores.me/
Author: Page Design Group
Author URI: http://www.pagedesigngroup.com
Description: Wordpress Theme for Cordova Recreation and Parks District
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: crpd
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Cordova Recreation and Parks District is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite Scroll
12.0 Media
	11.1 Captions
	11.2 Galleries
13.0 Responsive/Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
/* IMPORTS */
/*! based on normalize.css v1.1.3 | MIT License | git.io/normalize */
/* general reset */
html {
	box-sizing: border-box;
	background-color: #fff;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
html,
body,
div,
span,
object,
embed,
ruby,
output,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	font-size: 62.5%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units */
	overflow-y: scroll;
	/* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* html 5 reset */
/* Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
/* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
/* Remove the gap between images, videos, audio and canvas and the bottom of their containers: h5bp.com/i/440 */
audio,
canvas,
img,
video {
	vertical-align: middle;
}
/* Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) {
	display: none;
	height: 0;
}
/* ul & li resets */
ol,
ul {
	list-style: none;
}
/* blockquote reset */
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
/* link style resets */
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: inherit;
}
a:focus {
	outline: thin dotted;
}
/* Address `outline` inconsistency between Chrome and other browsers. */
a:hover,
a:active {
	outline: none;
}
/* Improve readability when focused and also mouse hovered in all browsers. */
/* table resets */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
td img {
	vertical-align: top;
}
/* type & header styles */
p {
	hyphenate: auto;
	hyphenate-before: 2;
	hyphenate-after: 3;
	hyphenate-lines: 3;
	orphans: 3;
}
select,
input,
textarea,
button {
	font: 99% sans-serif;
}
body,
select,
input,
textarea {
	color: #444;
}
small,
.small {
	font-size: 80%;
	letter-spacing: 0.05em;
	font-style: italic;
	line-height: 1.75em;
}
big {
	font-size: 125%;
}
strong,
th,
.strong,
b {
	font-weight: bold;
}
em,
.em,
i,
dfn,
cite {
	font-style: italic;
}
ins,
.ins {
	background: #fff9c0;
	color: #000;
	text-decoration: none;
}
mark,
.mark {
	background: #fff9c0;
	color: #000;
	font: italic bold;
}
del,
.del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Address styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] {
	border-bottom: 1px dotted;
}
blockquote {
	margin: 1em 40px;
}
/* code & pre box resets */
pre {
	padding: 15px;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}
/* form & input resets */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
pre,
code,
kbd,
samp {
	font-family: monospace, sans-serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
	margin: 1.5em;
}
input,
select {
	vertical-align: middle;
}
textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
.ie6 legend,
.ie7 legend {
	margin-left: -7px;
}
input[type='radio'] {
	vertical-align: text-bottom;
	padding: 0;
}
input[type='checkbox'] {
	vertical-align: bottom;
	padding: 0;
}
.ie7 input[type='checkbox'] {
	vertical-align: baseline;
}
.ie6 input {
	vertical-align: text-bottom;
}
label,
input[type='button'],
input[type='submit'],
button {
	cursor: pointer;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
select {
	font-size: initial !important;
}
button,
select {
	text-transform: none;
}
/* Re-set default cursor for disabled elements. */
button[disabled],
html input[disabled] {
	cursor: default;
}
/* vaidation */
input:invalid,
textarea:invalid {
	border-radius: 1px;
	-moz-box-shadow: 0px 0px 5px red;
	-webkit-box-shadow: 0px 0px 5px red;
	box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
	background: #f0dddd;
}
button {
	width: auto;
	overflow: visible;
}
/* image resets */
.ie7 img,
.iem7 img {
	-ms-interpolation-mode: bicubic;
}
/* Embedded content */
img {
	border: 0;
}
/* Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
	overflow: hidden;
}
/* Image replacement */
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
}
.ir:before {
	content: '';
	display: block;
	width: 0;
	height: 150%;
}
/* Browse Happy prompt */
.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* hidden elements */
.hidden {
	display: none;
	visibility: hidden;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	width: 1px;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.invisible {
	visibility: hidden;
}
/* Hide visually and from screenreaders, but maintain layout */
/* added from 320&Up Project */
div,
input,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
/* clearfix */
.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after {
	content: '';
	display: table;
}
.clearfix:after,
.clear:after {
	clear: both;
}
.clearfix,
.clear {
	*zoom: 1;
}
/* For IE 6/7 only */
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}
input[type='search'] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
/* print styles */
@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	/* Don't show links for images, or javascript/internal links */
	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: '';
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	/*  typography  */
	body {
		font-size: 10pt;
		line-height: 1.5em;
	}
	h1 {
		font-size: 21pt;
	}
	h2 {
		font-size: 18pt;
	}
	h3 {
		font-size: 15pt;
	}
	h4 {
		font-size: 12pt;
	}
	h5 {
		font-size: 10pt;
	}
	h6 {
		font-size: 8pt;
	}
}
.clear {
	*zoom: 1;
}
.clear:before,
.clear:after {
	content: '';
	display: table;
}
.clear:after {
	clear: both;
}
body {
	width: 100%;
	*zoom: 1;
}
body:before,
body:after {
	content: '';
	display: table;
}
body:after {
	clear: both;
}
@media print {
	html {
		font-size: 45%;
	}
	img {
		max-width: 100% !important;
		width: auto !important;
		height: auto;
	}
	a[href]:after {
		content: '' !important;
	}
	.hero-slider {
		padding-top: 0 !important;
	}
	.hero-slider img {
		width: 100% !important;
		opacity: 0.45 !important;
	}
	#hero,
	#facebook-block,
	#site-navigation,
	.preheader,
	.menu-secondary-menu-container,
	.social-newsfeed,
	.footer-menu,
	.footer-newsletter,
	#breadcrumbs {
		display: none !important;
	}
	.site-header {
		position: static !important;
		background-color: #666 !important;
	}
	.mobile-only {
		display: none;
	}
	.site-title {
		background: none;
		width: auto;
		height: auto;
		text-indent: 0;
		display: block;
	}
	#search-form {
		position: absolute;
		top: 0px;
		right: 10px;
	}
	#search-form .icon-search {
		position: absolute;
		top: 5px;
		left: 8px;
		z-index: 5;
	}
	#search-form #search {
		padding-left: 40px;
		width: 0;
		background-color: transparent;
		border: none;
		z-index: 6;
		position: relative;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.8;
	}
	#search-form #search:focus {
		background-color: #fff;
		width: 300px;
		z-index: 4;
		border: 1px solid #c6402c;
	}
	body {
		font-size: 17px;
		font-size: 1.7rem;
	}
	h1 {
		font-size: 30px;
		font-size: 3rem;
	}
	h2 {
		font-size: 20px;
		font-size: 2rem;
	}
	h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	h4 {
		font-size: 17px;
		font-size: 1.7rem;
	}
	#main .two-col {
		display: inline;
		float: left;
		width: 64.58333333%;
		margin: 0 1.04166667%;
	}
	#main #secondary {
		display: inline;
		float: left;
		width: 14.58333333%;
		margin: 0 1.04166667%;
	}
	.container {
		max-width: 1200px;
		margin: 0 auto;
	}
	.ucdlogo {
		float: left;
		padding: 20px;
		border-right: 1px solid #fff;
	}
	.whats-happening .landing-card {
		width: 33% !important;
		margin: 0 0.16% 20px !important;
	}
	.pre-footer {
		background: #d3d3d3 url('_images/ucdim-logo.svg') -120px 0 no-repeat;
		background-size: 240px;
	}
	.lt-ie9 .pre-footer {
		background: #d3d3d3 url('_images/ucdim-logo.png') -120px 0 no-repeat;
	}
	.pre-footer aside {
		width: 20%;
		margin-right: 4%;
		display: inline-block;
		vertical-align: top;
	}
	.pre-footer aside:first-child {
		margin-left: 25%;
	}
	.home-cta .container {
		padding: 20px;
		text-align: left;
	}
	.home-cta .cta-wrap {
		width: 50%;
		margin: 20px 0;
	}
	.home-cta h2 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.home-cta .cta-image {
		position: absolute;
		right: 0;
		left: auto;
		bottom: 0;
	}
	.home-cta .close-cta {
		color: #632016;
	}
	#latest-post {
		padding-top: 80px;
		padding-bottom: 40px;
	}
	.page .hero,
	.page .featured-image {
		height: 1px !important;
		display: none !important;
	}
	.featured-post {
		width: 50%;
		padding: 20px;
	}
	.featured-post h1 {
		font-size: 40px;
		font-size: 4rem;
	}
	.im-intro {
		text-align: left;
		vertical-align: middle;
	}
	.im-intro .uclogo {
		display: inline-block;
		vertical-align: middle;
		width: 20%;
		margin-right: 2%;
		text-align: right;
	}
	.im-intro .site-intro {
		width: 70%;
		display: inline-block;
		padding: 10px 2%;
		border-left: 1px solid #fff;
		vertical-align: middle;
	}
	article.excerpt .post-thumb {
		float: left;
	}
	article.excerpt .post-content {
		margin-left: 290px;
	}
	.entry-header {
		padding: 20px 0;
		border-bottom: 1px solid #d3d3d3;
	}
	.entry-header .entry-meta {
		font-size: 14px;
		font-size: 1.4rem;
		text-transform: uppercase;
	}
	#hero {
		padding-top: 320px;
		background-position: center;
	}
	.page-header .page-featured {
		width: 33%;
	}
	.recipe-details {
		display: inline;
		float: left;
		width: 22.91666667%;
		margin: 0 1.04166667%;
	}
	.recipe-content {
		display: inline;
		float: left;
		width: 56.25%;
		margin: 0 1.04166667%;
		padding-left: 40px;
	}
	.instructions {
		font-size: 110%;
	}
	.recipe-meta ul {
		text-align: left;
	}
	.recipe-meta li {
		display: inline-block;
		text-align: center;
		vertical-align: top;
		padding: 20px;
		border-top: none;
		border-left: 1px solid #d3d3d3;
	}
	.recipe-meta li:first-child {
		border-left: none;
	}
	.recipe-meta li:last-child {
		display: none;
	}
	.recipe-meta .addthis_sharing_toolbox {
		margin-top: 6px;
	}
	#latest-post {
		padding-top: 170px;
	}
	#hero {
		padding-top: 400px;
		background-position: center;
	}
	.im-intro {
		text-align: left;
		vertical-align: middle;
	}
	.im-intro .uclogo {
		display: inline-block;
		vertical-align: middle;
		width: 26%;
		margin-right: 2%;
		text-align: right;
	}
	.im-intro .site-intro {
		width: 65%;
		display: inline-block;
		padding: 10px 2%;
		border-left: 1px solid #fff;
		vertical-align: middle;
	}
	.pre-footer {
		background-image: none;
	}
	.lt-ie9 .pre-footer {
		background-image: none;
	}
	.pre-footer .container {
		background: #d3d3d3 url('_images/ucdim-logo.svg') 0% 0 no-repeat;
		background-size: 240px;
	}
	.lt-ie9 .pre-footer .container {
		background: #d3d3d3 url('_images/ucdim-logo.png') 0% 0 no-repeat;
	}
}
/* VARIABLES */
.slab {
	font-family: 'museo-slab', Rockwell, Helvetica, Arial, sans-serif;
}
.sans {
	font-family: 'source-sans-pro', 'Helvetica Neue', Helvetica, Arial,
		sans-serif;
}
/* GRID */
.container {
	max-width: 1220px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.lt-ie9 .container {
	min-width: 960px;
}
.container:before,
.container:after {
	content: '';
	display: table;
}
.container:after {
	clear: both;
}
img.scale,
.scale > img {
	max-width: 100%;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
html {
	width: 100%;
	min-width: 320px;
	overflow-x: hidden;
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	min-width: 320px;
	line-height: 1.5;
	color: #333;
	font-weight: normal;
	font-family: 'source-sans-pro', 'Helvetica Neue', Helvetica, Arial,
		sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'museo-slab', Rockwell, Helvetica, Arial, sans-serif;
	color: #134215;
	margin-bottom: 0.5em;
	font-weight: 700;
	line-height: 1.2;
}
h1 {
	color: #40674e;
	font-size: 3.2rem;
}
h1.entry-title {
	font-size: 2.8rem;
}
h2 {
	font-size: 2.8rem;
}
h2.divider {
	position: relative;
	width: 100%;
	font-size: 2.2rem;
}
h2.divider strong {
	background-color: #fbf9f4;
	padding: 0 12px 0 0;
	color: #6f6963;
}
h2.divider:before {
	position: absolute;
	display: block;
	top: 50%;
	width: 100%;
	content: '';
	border-bottom: 1px solid #f5d797;
	z-index: -1;
}
h3 {
	font-size: 1.8rem;
}
h4 {
	font-size: 1.6rem;
}
h5 {
	font-size: 1.4rem;
}
h6 {
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
p {
	margin-bottom: 1.5em;
	font-size: 1.8rem;
}
p:last-child {
	margin-bottom: 0;
}
ul,
ol {
	margin: 0 0 1.5em 1.5em;
}
ul:last-child,
ol:last-child {
	margin-bottom: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li {
	line-height: 1.2;
	margin-bottom: 0.75em;
}
li:last-child {
	margin-bottom: 0;
}
li > ul,
li > ol {
	margin-top: 1em;
	margin-bottom: 0;
	margin-left: 1.5em;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1.5em 0;
	padding: 0;
}
blockquote,
q {
	margin: 1em;
	font-style: italic;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.4;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
blockquote:before,
q:before {
	content: '\201C';
}
blockquote:after,
q:after {
	content: '\201D';
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
address {
	margin: 0 0 1.5em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
::selection {
	background: #89a18a;
	text-shadow: none;
}
::-moz-selection {
	background: #89a18a;
	text-shadow: none;
}
::-webkit-selection {
	background: #89a18a;
	text-shadow: none;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
.strong {
	font-weight: bold;
}
.caps {
	text-transform: uppercase;
	letter-spacing: 2px;
}
.underline {
	text-decoration: underline;
}
.hover-underline:hover {
	text-decoration: underline;
}
.two-columns {
	-webkit-columns: auto 2;
	-moz-columns: auto 2;
	columns: auto 2;
	margin-left: 0;
}
.two-columns li {
	list-style-position: inside;
}
.three-columns {
	-webkit-columns: auto 3;
	-moz-columns: auto 3;
	columns: auto 3;
	margin-left: 0;
}
.three-columns li {
	list-style-position: inside;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
.button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	font-family: 'museo-slab', Rockwell, Helvetica, Arial, sans-serif;
	border-radius: 3px;
	background-color: #45822c;
	color: #fff;
	font-size: 1em;
	line-height: 1;
	padding: 8px 12px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	border: none;
	text-decoration: none;
}
button.red,
.button.red,
input[type='button'].red,
input[type='reset'].red,
input[type='submit'].red {
	background-color: #c6402c;
}
button.anet,
.button.anet,
input[type='button'].anet,
input[type='reset'].anet,
input[type='submit'].anet {
	background-color: #faad17;
	color: #4b4b4b;
}
button.anet:after,
.button.anet:after,
input[type='button'].anet:after,
input[type='reset'].anet:after,
input[type='submit'].anet:after {
	content: url('_images/anet-logo.svg');
	display: inline-block;
	width: 34px;
	height: 20px;
	margin: 5px 5px 5px 10px;
	padding-left: 10px;
	border-left: 1px solid #fff;
}
button.large,
.button.large,
input[type='button'].large,
input[type='reset'].large,
input[type='submit'].large {
	font-size: 1.4rem;
}
button:hover,
.button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
	background: #3e7528;
	color: #fff;
}
button:hover.red,
.button:hover.red,
input[type='button']:hover.red,
input[type='reset']:hover.red,
input[type='submit']:hover.red {
	background: #b23a28;
	color: #fff;
}
button:hover.anet,
.button:hover.anet,
input[type='button']:hover.anet,
input[type='reset']:hover.anet,
input[type='submit']:hover.anet {
	background-color: #e19c15;
	color: #4b4b4b;
}
button:focus,
.button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
	outline: none;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea {
	color: #111;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus {
	color: #111;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'] {
	padding: 3px;
}
textarea {
	padding-left: 3px;
	width: 100%;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #45822c;
	text-decoration: underline;
	transition: all 0.2s ease-in;
}
a:hover,
a:focus,
a:active {
	color: #2b552c;
}
a:hover,
a:active {
	outline: 0;
}
table a {
	color: #3c7226;
}
.main-menu > li {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.main-navigation {
	clear: both;
}
.main-navigation ul {
	list-style: none;
	margin: 0 0;
	padding-left: 0;
}
.main-navigation ul li {
	padding-top: 10px;
	-webkit-transition: padding ease 0.3s;
	-moz-transition: padding ease 0.3s;
	-o-transition: padding ease 0.3s;
	transition: padding ease 0.3s;
	margin: 0 0 10px;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	font-family: 'museo-slab', Rockwell, Helvetica, Arial, sans-serif;
}
.main-navigation ul li:hover ul,
.main-navigation ul li a:focus ul {
	left: auto;
}
.main-navigation ul li.current_page_item > a,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_ancestor > a {
	color: #6fd446;
}
.main-navigation ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
}
.main-navigation ul li a:hover,
.main-navigation ul li a:focus {
	color: #6fd446;
}
.main-navigation ul ul {
	margin-bottom: 10px;
	display: none;
}
.main-navigation ul ul li {
	font-family: 'source-sans-pro', 'Helvetica Neue', Helvetica, Arial,
		sans-serif;
	width: 45%;
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
	margin-bottom: 6px;
}
.secondary-nav {
	font-size: 1.4rem;
	text-align: center;
	font-family: 'museo-slab', Rockwell, Helvetica, Arial, sans-serif;
}
.secondary-nav ul {
	list-style: none;
}
.secondary-nav li {
	display: inline-block;
	padding: 0 10px;
	font-weight: 700;
}
.secondary-nav li:last-child {
	border: none;
}
.secondary-nav a {
	color: #45822c;
	text-decoration: none;
}
.secondary-nav a:hover {
	text-decoration: underline;
	color: #5aac39;
}
.menu-toggle {
	position: absolute;
	right: 30px;
	top: 20px;
}

@media screen and (max-width: 1023px) {
	.menu-toggle .main-menu,
	.main-navigation.toggled .main-menu,
	.menu-toggle .search-bar,
	.main-navigation.toggled .search-bar,
	.menu-toggle .contact-btn,
	.main-navigation.toggled .contact-btn {
		display: block;
		margin-top: 30px;
	}
	.main-menu {
		display: none;
	}
	.search-bar {
		display: none;
		float: right;
	}
	.contact-btn {
		display: none;
		float: right;
		margin-right: 15px;
	}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.entry-content,
.comment-content,
.site-header,
.site-content,
.site-footer {
	*zoom: 1;
}
.entry-content:before,
.comment-content:before,
.site-header:before,
.site-content:before,
.site-footer:before,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	content: '';
	display: table;
}
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/* Search widget. */
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.rounded-wrapper {
	padding: 20px;
	border-radius: 9px;
	background-color: #fff;
	border: solid 1px #e9e9e8;
	margin-bottom: 20px;
}
.event-listing .rounded-wrapper {
	padding: 10px;
	*zoom: 1;
}
.event-listing .rounded-wrapper:before,
.event-listing .rounded-wrapper:after {
	content: '';
	display: table;
}
.event-listing .rounded-wrapper:after {
	clear: both;
}
.mobile-navigation {
	display: none;
}
.site-header {
	width: 100%;
	position: fixed;
	z-index: 100;
}
.site-header .container {
	padding: 20px 30px;
}
.header {
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	background-color: #2b552c;
	border-bottom: solid 10px #45822c;
	color: #fff;
	*zoom: 1;
}
.header:before,
.header:after {
	content: '';
	display: table;
}
.header:after {
	clear: both;
}
.header-logo {
	width: 100%;
	display: block;
	width: 120px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.header-logo img,
.header-logo svg {
	display: block;
}
.contact-btn .button {
	height: 30px;
	padding: 12px 16px;
	font-size: 0.9em;
	border-radius: 8px;
	background-color: #ffffff;
	color: #45822c !important;
	font-weight: bold;
}

.contact-btn .button:hover {
	background-color: #45822c;
	color: #fff !important;
}
.search-bar {
	width: 36px;
	height: 30px;
	position: relative;
}
.search-bar .icon {
	display: inline-block;
}
.search-bar .icon-search {
	width: 26px;
	height: 24px;
	fill: #fff;
	position: absolute;
	top: 4px;
	left: 6px;
	z-index: 5;
	cursor: pointer;
	-webkit-transition: fill ease 0.3s;
	-moz-transition: fill ease 0.3s;
	-o-transition: fill ease 0.3s;
	transition: fill ease 0.3s;
}
.lt-ie9 .search-bar .icon-search {
	background: url('_images/search.png') no-repeat left top;
}
.search-bar .lt-ie9 #search {
	background: url('_images/search.png') no-repeat 2px 2px;
	padding: 7px;
}
.search-bar #search-form {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
.search-bar #search-form #search {
	padding-left: 36px;
	width: 0;
	background-color: transparent;
	border: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	z-index: 6;
	position: relative;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	cursor: pointer;
}
.search-bar #search-form #search:focus {
	background-color: #fff;
	width: 280px;
	z-index: 4;
	cursor: initial;
}
.search-bar #search-form .mobile-only {
	display: none;
}
.hero {
	height: 380px;
	position: relative;
	background: #eee;
}
.hero-slider {
	position: absolute;
	height: 340px;
	padding-top: 50px;
	width: 100%;
	overflow: hidden;
	*zoom: 1;
}
.hero-slider:before,
.hero-slider:after {
	content: '';
	display: table;
}
.hero-slider:after {
	clear: both;
}
#home-slides {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.hero-slide {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 320px;
}
.slide-image {
	position: absolute;
	height: 300px;
	width: 100%;
	object-fit: cover;
}
.slide-content {
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	padding: 0 20% 80px;
	margin: auto;
	bottom: 0;
}
.slide-content h2 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	text-shadow: 0 0 10px #2a552c;
	margin-bottom: 10px;
	line-height: 1;
}
.slide-txt {
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	text-shadow: 0 0 10px #2a552c;
	margin-bottom: 20px;
}
.lSSlideOuter .lSPager.lSpg {
	position: relative;
	top: -100px;
	margin: 0;
	display: none;
}
.lSSlideOuter .lSPager.lSpg li a {
	width: 16px;
	height: 16px;
	border: solid 2px #fff;
	box-shadow: 0 0 10px #2a552c;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.lSSlideOuter .lSPager.lSpg li:hover a {
	background-color: #45822c;
	border-color: #45822c;
}
.lSSlideOuter .lSPager.lSpg li.active a {
	background-color: #fff;
	border-color: #fff;
}
.featured-img {
	position: absolute;
	height: 330px;
	width: 100%;
	margin-top: 50px;
	*zoom: 1;
	background-size: cover;
	background-position: center;
}
.featured-img:before,
.featured-img:after {
	content: '';
	display: table;
}
.featured-img:after {
	clear: both;
}
.heads-up .container {
	padding: 10px 30px;
}
.heads-up .header {
	border-bottom: solid 5px #45822c;
}
.heads-up .header-logo {
	width: 120px;
}
.site-content {
	padding: 40px 0 60px;
	*zoom: 1;
}
.site-content > .container {
	padding: 0 30px;
}
.site-content:before,
.site-content:after {
	content: '';
	display: table;
}
.site-content:after {
	clear: both;
}
.site-content p {
	max-width: 38em;
}
.site-content ul,
.site-content ol {
	max-width: 36em;
}
#breadcrumbs {
	max-width: 1200px;
	margin: 0 auto 20px;
	padding: 0 30px;
	*zoom: 1;
	display: block;
	width: 100%;
}
#primary .landing-card {
	margin-left: 0;
}
#main {
	margin-bottom: 20px;
}
#content #primary a {
	text-decoration: underline !important;
}

.site-info {
	background-color: #2b552c;
	color: #fff;
	padding: 30px;
}
.footer-logo {
	width: 98%;
	margin: 0 1% 30px;
}
.footer-logo img {
	width: 100%;
	max-width: 200px;
}
.footer-contact {
	width: 98%;
	margin: 0 1% 30px;
}
.footer-contact p {
	margin-bottom: 4px;
	font-family: 'museo-slab', Rockwell, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}
.footer-menu {
	width: 98%;
	margin: 0 1% 30px;
	*zoom: 1;
}
.footer-menu:before,
.footer-menu:after {
	content: '';
	display: table;
}
.footer-menu:after {
	clear: both;
}
.footer-menu .footer-primary,
.footer-menu .footer-secondary {
	width: 50%;
	float: left;
	*zoom: 1;
}
.footer-menu .footer-primary:before,
.footer-menu .footer-secondary:before,
.footer-menu .footer-primary:after,
.footer-menu .footer-secondary:after {
	content: '';
	display: table;
}
.footer-menu .footer-primary:after,
.footer-menu .footer-secondary:after {
	clear: both;
}
.footer-menu .footer-primary ul,
.footer-menu .footer-secondary ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-menu .footer-primary a,
.footer-menu .footer-secondary a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
.footer-menu .footer-primary a:hover,
.footer-menu .footer-secondary a:hover {
	color: #5aac39;
	text-decoration: none;
}
.footer-social {
	width: 98%;
	margin: 0 1% 30px;
}
.footer-social h4 {
	color: #fff;
}
.footer-social-title {
	font-family: 'museo-slab', Rockwell, Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 12px;
}
.social-btn {
	float: left;
	height: 30px;
	width: 30px;
	margin: 0 5px;
	background-size: cover;
}
.social-btn:hover {
	opacity: 0.9;
}
.social-btn.facebook {
	background-image: url(_images/social-facebook.svg);
}
.social-btn.twitter {
	background-image: url(_images/social-twitter.svg);
}
.social-btn.youtube {
	background-image: url(_images/social-youtube.svg);
}
.social-btn.instagram {
	background-image: url(_images/social-instagram.svg);
}
.copyright {
	background-color: #134215;
	color: #fff;
	font-size: 1.4rem;
	padding: 10px;
	text-align: center;
	font-family: 'museo-slab', Rockwell, Helvetica, Arial, sans-serif;
}
.home .site-content {
	padding: 0px 0 0px;
}
.section-title {
	font-size: 21px;
	font-size: 2.1rem;
	margin: 0 0 0.5em;
}
.section-title.sponsors-title {
	background: none;
}
.news {
	*zoom: 1;
	margin-bottom: 50px;
}
.news:before,
.news:after {
	content: '';
	display: table;
}
.news:after {
	clear: both;
}
.whats-happening .landing-cards {
	display: inline;
	float: left;
	width: 97.91666667%;
	margin: 0 1.04166667%;
	display: flex !important;
}
.whats-happening .landing-card {
	width: 100%;
	margin: 0 0 20px;
}
.featured-item {
	display: inline;
	float: left;
	width: 97.91666667%;
	margin: 0 1.04166667%;
	margin-bottom: 30px;
}
.featured-item img {
	display: block;
	margin-bottom: 1em;
	width: 100%;
}
.news-item {
	display: inline;
	float: left;
	width: 97.91666667%;
	margin: 0 1.04166667%;
	margin-bottom: 10px;
}
.news-title {
	color: #45822c;
}
.home-sidebar {
	display: inline;
	float: left;
	width: 97.91666667%;
	margin: 0 1.04166667%;
}
.social-newsfeed {
	display: inline;
	float: left;
	width: 97.91666667%;
	margin: 0 1.04166667%;
}
.rec-guide {
	display: inline;
	float: left;
	width: 97.91666667%;
	margin: 0 1.04166667%;
	margin-bottom: 30px;
}
.rec-guide .rec-cover {
	max-width: 200px;
	margin: 10px auto;
	display: block;
}
.programs {
	margin-bottom: 50px;
}
.program-block {
	width: 48%;
	height: 180px;
	margin: 1%;
	float: left;
	border-radius: 8px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.program-block:hover .program-hover {
	top: 0%;
	padding-top: 50px;
}
.program-block:hover .program-hover .button {
	visibility: visible;
}
.program-block:hover .program-hover .button a {
	color: #fff;
}
.program-img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background-size: cover;
}
.program-hover {
	padding: 0 10px;
	width: 100%;
	height: 100%;
	background-color: rgb(43, 85, 44, 90%);
	position: absolute;
	top: 125px;
	transition: 0.3s;
	border-radius: 8px;
}
.program-hover .button {
	padding: 10px 12px;
	margin: 2px 20px 0;
	display: inline-block;
	visibility: hidden;
	transition: all 0.2s ease-in;
	background-color: #5aac39;
}
.program-title {
	font-family: 'museo-slab', Rockwell, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	color: #fff;
	padding: 12px 0;
	line-height: 1.2;
}
.supporters {
	*zoom: 1;
	background-color: #e3ecdf;
	padding: 20px 0 225px;
	text-align: center;
}
.supporters:before,
.supporters:after {
	content: '';
	display: table;
}
.supporters:after {
	clear: both;
}
.supporter {
	display: inline-block;
	margin: 0 10px 20px;
	width: 14%;
}
.supporter img {
	max-width: 90%;
	vertical-align: middle;
}
.landing-cards {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.landing-card {
	width: 90%;
	margin: 0 10px 20px;
	box-sizing: border-box;
	flex: 0 0 auto;
	border-radius: 9px;
	background-color: #fff;
	border: solid 1px #e9e9e8;
}
.landing-card a {
	text-decoration: none;
}
.card-thumb img {
	width: 100%;
	border-radius: 9px 9px 0 0;
}
.card-content {
	padding: 20px;
}
.card-title {
	font-size: 1.5rem;
	margin-bottom: 16px;
	color: #45822c;
}
.card-title:last-child {
	margin-bottom: 0;
}
.card-excerpt {
	font-weight: normal;
	color: #333;
}
.park-photos ul {
	list-style-type: none;
	max-width: none;
	margin: 0;
	padding: 0;
}
.park-photos ul li {
	line-height: 1;
	margin: 0;
}
.park-photos .lSPager li:hover img {
	opacity: 0.75;
}
.park-photos .lSPager li.active {
	background-color: #134215;
	border-radius: 8px;
}
.park-photos .lSPager li.active img {
	opacity: 0.5;
}
.park-map {
	margin-bottom: 20px;
}
article section {
	margin-bottom: 2.5em;
}
.park-amenities {
	text-align: center;
}
.amenity {
	display: inline-block;
	margin: 10px;
	vertical-align: top;
	width: 80px;
}
.amenity .number {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 8px;
}
.amenity-icon {
	background-color: transparent;
	color: #555;
	font-size: 50px;
	height: 80px;
	margin-bottom: 16px;
	padding: 15px;
	width: 80px;
}
.amenity-icon .icon {
	width: 80px;
	height: 80px;
}
.amenity-label {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	text-align: center;
}
.sidebar-wrapper {
	padding: 20px;
	border-radius: 9px;
	background-color: #fff;
	border: solid 1px #e9e9e8;
	margin-bottom: 20px;
}
.event-listing .sidebar-wrapper {
	padding: 10px;
	*zoom: 1;
}
.event-listing .sidebar-wrapper:before,
.event-listing .sidebar-wrapper:after {
	content: '';
	display: table;
}
.event-listing .sidebar-wrapper:after {
	clear: both;
}
.sidebar-wrapper .sidebar-nav {
	margin-bottom: 20px;
}
.sidebar-wrapper .sidebar-nav h3 a {
	color: #134215;
	font-size: 3rem;
	line-height: 1.1;
	margin-bottom: 0.75em;
}
.sidebar-wrapper .sidebar-nav ul {
	margin-left: 0.75em;
}
.sidebar-wrapper .sidebar-nav li {
	list-style: none;
	font-size: 1.8rem;
}
.sidebar-wrapper .sidebar-nav a {
	text-decoration: none;
}
.sidebar-wrapper .sidebar-nav a:hover {
	text-decoration: underline;
}
.reg-online {
	padding: 0;
}
.reg-online h3 {
	background-color: #45822c;
	border-radius: 9px 9px 0 0;
	color: #fff;
	padding: 16px 20px 10px;
}
.reg-online p {
	margin: 10px 20px;
}
/* ---- Rentals Page Styles ---- */
#rentals-page-excerpt p {
	width: 100% !important;
	min-width: 98%;
	margin-bottom: 1.5em;
}
#rentals .landing-card {
	margin: 0 2% 2% 0;
}
#rentals .sidebar-wrapper {
	width: 31.25%;
}
.park-info h3 {
	color: #2b552c;
	font-size: 2rem;
}
.park-more-info h3 {
	color: #2b552c;
}
.park-description p {
	max-width: 98%;
}
/* ---- Park Table Styles ---- */
.park-more-info table thead,
.price-table thead {
	background: #5ca038;
	color: #fff;
	font-family: 'museo-slab', Rockwell, Helvetica, Arial, sans-serif;
	font-size: 1.75rem;
}
.park-more-info table tbody tr:nth-child(even),
.price-table tbody tr:nth-child(even) {
	background-color: #f6fafa;
}
.park-more-info table tbody tr:nth-child(odd),
.price-table tbody tr:nth-child(odd) {
	background-color: #fff;
}
.park-more-info table td,
.price-table td {
	padding: 3px 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 1.5rem;
}
.additional {
	margin: 10px 0;
	border-top: 1px solid #edece6;
	padding: 20px 0;
}
.contact-sidebar h4 {
	font-family: 'source-sans-pro', 'Helvetica Neue', Helvetica, Arial,
		sans-serif;
}
.links-interest ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.links-interest a {
	font-size: 1.8rem;
}
.page-template-map #parkmap {
	height: 800px;
	width: 75%;
	float: right;
}
.single-parks #parkmap {
	height: 360px;
	width: 100%;
}
.boundries #parkmap {
	height: 500px;
	margin: 35px 0;
}
.gm-style-iw h4,
.gm-style-iw p {
	margin-bottom: 0.5em;
	line-height: 1.5;
}
.map-button {
	display: inline-block;
	padding: 8px 12px;
	width: auto;
	font-size: 1em;
	margin-top: 16px;
	font-weight: bold;
}
.filter-set .cat-select {
	margin: 0 auto;
	text-align: center;
}
.filter-set #amen-select {
	margin: 0 auto;
	text-align: center;
}
.filter-set ul {
	max-width: 1200px;
	margin: 0 auto;
}
.filter-set .tg-list li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.filter-set .tg-list .tg-list-item {
	text-align: center;
	margin: 1.2em 0em;
	width: 106px;
	vertical-align: top;
}
.filter-set .tg-list .tg-list-item h4 {
	color: #999;
	font-size: 0.8em;
}
.tgl {
	display: none;
}
.tgl + .tgl-btn {
	cursor: pointer;
	user-select: none;
	color: #777;
	font-size: 2em;
}
.tgl:checked + .tgl-btn {
	color: #c6402c;
}
.parkmapContainer {
	margin: 25px 0 0 0;
	position: relative;
}
.map-content {
	*zoom: 1;
}
.map-content:before,
.map-content:after {
	content: '';
	display: table;
}
.map-content:after {
	clear: both;
}
.map-sidebar {
	*zoom: 1;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 25%;
	overflow: hidden;
	padding: 0 20px;
	float: left;
	max-height: 800px;
	overflow-y: scroll;
}
.map-sidebar:before,
.map-sidebar:after {
	content: '';
	display: table;
}
.map-sidebar:after {
	clear: both;
}
.map-sidebar li {
	list-style: none;
	padding: 20px 0;
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
	border-bottom: solid 1px #eee;
}
.map-sidebar li:last-child {
	border-bottom: none;
}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/* Park Type Cards */
.park-block {
	width: 25%;
	height: 170px;
	margin: 5px;
	float: left;
	border-radius: 8px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.park-block:hover .program-hover {
	top: 0%;
	padding-top: 50px;
}
.park-block-img {
	display: block;
	width: 100%;
	height: 170px;
	border-radius: 8px;
	background-size: cover;
}
.park-block-hover {
	width: 100%;
	height: 170px;
	background-color: rgb(43, 85, 44, 90%);
	position: absolute;
	top: 136px;
	transition: 0.3s;
	border-radius: 8px;
}
.park-block-hover .button {
	padding: 10px 12px;
	margin: 2px 20px 0;
	display: inline-block;
	background-color: #5aac39;
}
.park-block-title {
	font-family: 'museo-slab', Rockwell, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	padding: 12px 0;
	line-height: 1.2;
}
.park-block {
	width: 145px;
	height: 145px;
	margin: 5px;
	float: left;
	border-radius: 8px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.park-block:hover .park-hover {
	top: 0%;
	padding-top: 50px;
}
.park-block:hover .park-hover .button {
	visibility: visible;
}
.park-img {
	display: block;
	width: 145px;
	height: 145px;
	border-radius: 8px;
	background-size: cover;
}
.park-hover {
	width: 145px;
	height: 145px;
	background-color: rgb(43, 85, 44, 90%);
	position: absolute;
	top: 100px;
	transition: 0.3s;
	border-radius: 8px;
}
.park-hover .button {
	padding: 10px 12px;
	margin: 2px 20px 0;
	display: inline-block;
	visibility: hidden;
	transition: all 0.2s ease-in;
	background-color: #5aac39;
}
.park-title {
	font-family: 'museo-slab', Rockwell, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	color: #fff;
	padding: 12px 0;
	line-height: 1.2;
}
/* Event Styling */
.text-center {
	text-align: center !important;
}
.calendar {
	margin-bottom: 30px;
}
.calendar-wrapper ul {
	margin: 0;
}
.calendar-wrapper .event-listing ul {
	margin: 0;
}
.calendar-wrapper .event-listing li {
	list-style: none;
	margin: 0 0 10px;
}
.calendar-wrapper .event-listing .event-sc {
	margin: 0;
	list-style: none;
}
.calendar-wrapper .event-listing .event-sc h2,
.calendar-wrapper .event-listing .event-sc h5 {
	margin: 0 0 5px;
	text-align: center;
}
.calendar-wrapper .event-listing .event-sc ul {
	margin: 0;
}
.calendar-wrapper .event-listing .event-sc p {
	margin: 0;
}
.calendar-wrapper .event-listing .event-sc .event-date {
	float: left;
	width: 15%;
	color: #c6402c;
}
.calendar-wrapper .event-listing .event-sc .event-desc {
	float: left;
	width: 80%;
	margin-left: 5%;
}
.calendar-wrapper .event-listing .event-sc .event-desc p {
	font-size: 1.3rem;
}
.social-wrapper .social-links {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.social-wrapper .social-links ul {
	margin: 10px 0 0;
}
.social-wrapper .social-links li {
	list-style: none;
	display: inline-block;
	margin-bottom: 0;
}
.social-wrapper .divider {
	margin: 0.5em 0;
}
.social-wrapper h3 {
	font-size: 1.6rem;
	color: #c6402c;
}
.ik_fb_feed_window {
	margin: 0;
}
.ik_fb_feed_item {
	list-style: none;
	position: relative;
}
.ik_fb_feed_item .ik_fb_item_story,
.ik_fb_feed_item .ik_fb_item_message {
	padding-top: 35px;
}
.ik_fb_feed_item .date {
	position: absolute;
	top: 0;
	font-size: 1.4rem;
	font-family: 'museo-slab', Rockwell, Helvetica, Arial, sans-serif;
	color: #c6402c;
	font-weight: 700;
}
.event-archive-listing li {
	list-style: none;
}
.event-archive-listing .event-sc {
	width: 100%;
	margin: 50px 0;
	height: 50px;
}
.event-archive-listing .event-date {
	color: #c6402c;
	width: 20%;
	float: left;
}
.event-archive-listing .event-date h5 {
	font-size: 3rem;
	margin-bottom: 20px;
}
.event-archive-listing .event-date h1 {
	font-size: 4rem;
}
.event-archive-listing .event-desc {
	width: 80%;
	float: left;
}
.event-archive-listing .event-desc a {
	font-size: 2.5rem;
	text-decoration: none;
}
.fl-button {
	font-family: 'museo-slab', Rockwell, Helvetica, Arial, sans-serif;
}
.page-template-page-bb .site-content,
.home .site-content {
	padding: 0;
}
.container.bb-page {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}
.container.bb-page #primary {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.tribe-events-page-template .hero {
	padding-top: 110px;
	height: 0;
}
.tribe-events-page-template .featured-img {
	display: none;
}
button.tribe-common-c-btn.tribe-events-c-search__button,
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
	background-color: #45822c;
	border: none;
	color: #fff;
}
.tribe-events
	.tribe-events-c-subscribe-dropdown
	.tribe-events-c-subscribe-dropdown__button:hover {
	background-color: #2b552c;
}
button.tribe-common-c-btn.tribe-events-c-search__button:hover,
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover {
	background-color: #2b552c;
}
.tribe-common-l-container.tribe-events-l-container button,
.tribe-events-c-subscribe-dropdown__button-text {
	box-shadow: none;
}
.tribe-common--breakpoint-full.tribe-events
	.tribe-events-c-top-bar__datepicker-desktop {
	color: #000;
	font-size: 21px;
}
.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus,
.tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active,
.tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active:hover {
	background-color: #45822c;
}
.tribe-events
	.tribe-events-calendar-month__day--past
	.tribe-events-calendar-month__calendar-event,
.tribe-events
	.tribe-events-calendar-month__day--past
	.tribe-events-calendar-month__day-date {
	opacity: 0.5;
}
.tribe-common--breakpoint-medium.tribe-events
	.tribe-events-calendar-month__day:hover:after {
	background-color: #45822c;
}
.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium
	a {
	border: none;
	color: #45822c;
}
.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium
	a:hover {
	text-decoration: underline;
	color: #2b552c;
}
.tribe-events-single-event-title {
	color: #2b552c;
	font-family: 'museo-slab', Rockwell, Helvetica, Arial, sans-serif;
}
main#tribe-events-pg-template a {
	border: none;
	color: #45822c;
}
main#tribe-events-pg-template a:hover {
	text-decoration: underline;
	color: #2b552c;
}
ul.tribe-events-sub-nav {
	max-width: 100%;
}

#park-amenities-list {
	text-align: center;
}
#park-amenities-list .facetwp-checkbox {
	display: inline-block;
	margin: 15px 7px 0;
	color: #707070;
	font-size: 0.8em;
	font-family: 'museo-slab', Rockwell, Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0;
	width: 110px;
	text-align: center;
	vertical-align: top;
	background: none;
}
#park-amenities-list .facetwp-checkbox img {
	height: 32px;
	width: 32px;
	display: block;
	margin: 0 auto 10px;
}
#park-amenities-list .facetwp-checkbox.checked {
	background: none;
	color: #c6402c;
}
#park-map-list .fl-col-content.fl-node-content {
	height: 800px;
	overflow: scroll;
}
#park-map img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	display: block;
	max-width: 200px;
	margin-bottom: 10px;
}
#park-map button {
	color: #666 !important;
}
#park-map .facetwp-map-filtering {
	display: none;
}

#park-map .gm-style-iw.gm-style-iw-c {
	max-width: 240px !important;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
	color: #000;
}
.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
	color: #2a552c;
}
.tribe-events .tribe-events-calendar-month__calendar-event-title a {
	font-weight: bold;
	color: #2a552c !important;
}
.tribe-events
	.tribe-events-calendar-month__day--past
	.tribe-events-calendar-month__calendar-event {
	opacity: 1;
}
.tribe-events
	.tribe-events-calendar-month__day--past
	.tribe-events-calendar-month__calendar-event
	.tribe-events-calendar-month__calendar-event-datetime,
.tribe-events
	.tribe-events-calendar-month__day--past
	.tribe-events-calendar-month__calendar-event
	.tribe-events-calendar-month__calendar-event-title
	a {
	color: #666 !important;
	font-weight: normal;
}

/*--------------------------------------------------------------
13.0 Responsive/Media Queries
--------------------------------------------------------------*/
@media only screen and (min-width: 600px) {
	h1 {
		font-size: 3.2rem;
	}
	h1.entry-title {
		font-size: 4.8rem;
	}
	.header-logo {
		width: 140px;
	}
	.social-header {
		display: block;
	}
	.preheader .search-bar,
	.preheader .social-header,
	.preheader .contact-btn {
		margin-left: 20px;
	}
	.main-navigation ul ul {
		display: block;
	}
	.menu-toggle {
		top: 40px;
	}
	.menu-toggle:active {
		top: 41px;
	}
	#primary {
		display: inline;
		float: left;
		width: 64.58333333%;
		margin: 0 1.04166667%;
	}
	#secondary {
		display: inline;
		float: left;
		width: 31.25%;
		margin: 0 1.04166667%;
	}
	.home .hero {
		height: 690px;
	}
	.home .featured-img {
		height: 640px;
	}
	.home .site-content {
		padding: 0px 0 0px;
	}
	.hero {
		height: 380px;
		position: relative;
		background: #eee;
	}
	.hero-slider {
		position: absolute;
		height: 690px;
		padding-top: 50px;
		width: 100%;
		overflow: hidden;
		*zoom: 1;
	}
	.hero-slider:before,
	.hero-slider:after {
		content: '';
		display: table;
	}
	.hero-slider:after {
		clear: both;
	}
	#home-slides {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.hero-slide {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 640px;
	}
	.slide-image {
		position: absolute;
		height: 640px;
		width: 100%;
		object-fit: cover;
	}
	.slide-content {
		display: block;
		text-align: center;
		position: absolute;
		width: 100%;
		padding: 0 20% 120px;
		margin: auto;
		bottom: 0;
	}
	.slide-txt {
		color: #fff;
		font-size: 42px;
		font-size: 4.2rem;
		text-shadow: 0 0 10px #2a552c;
		margin-bottom: 30px;
	}
	.secondary-nav li {
		border-right: 2px solid #45822c;
	}
	.whats-happening {
		display: inline;
		float: left;
		width: 64.58333333%;
		margin: 0 1.04166667%;
	}
	.whats-happening .landing-cards {
		justify-content: space-around;
	}
	.whats-happening .landing-card {
		width: 100%;
		margin: 0 0 20px;
	}
	.featured-item img {
		float: left;
		width: 48%;
		margin-right: 2%;
	}
	.feature-img {
		display: inline;
		float: left;
		width: 47.91666667%;
		margin: 0 1.04166667%;
	}
	.feature-text {
		display: inline;
		float: left;
		width: 47.91666667%;
		margin: 0 1.04166667%;
	}
	.home-sidebar {
		display: inline;
		float: left;
		width: 31.25%;
		margin: 0 1.04166667%;
	}
	.program-block {
		width: 31%;
		height: 200px;
		margin: 1%;
	}
	.program-img {
		width: 100%;
		height: 100%;
	}
	.program-hover {
		width: 100%;
		height: 100%;
		top: 140px;
	}
	.program-title {
		font-family: 'museo-slab', Rockwell, Helvetica, Arial, sans-serif;
		color: #fff;
		padding: 12px 4px;
		line-height: 1.2;
	}
	.landing-card {
		width: 40%;
	}
	.park-block {
		width: 170px;
		height: 170px;
		margin: 11px;
	}
	.park-img {
		width: 170px;
		height: 170px;
	}
	.park-hover {
		width: 170px;
		height: 170px;
		top: 110px;
	}
	.site-info .container {
		display: flex;
		flex-wrap: wrap;
	}
	.footer-logo {
		width: 48%;
		margin: 0 1% 30px;
	}
	.footer-contact {
		width: 48%;
		margin: 0 1% 30px;
	}
	.footer-menu {
		width: 48%;
		margin: 0 1% 30px;
	}
	.footer-social {
		width: 48%;
		margin: 0 1% 30px;
	}
	.staff-member {
		display: inline-block;
		width: 48%;
		margin-right: 1%;
		vertical-align: top;
	}
	.tribe-events-page-template .hero {
		padding-top: 120px;
	}
}
@media only screen and (min-width: 800px) {
	.whats-happening .landing-card {
		width: 32%;
		margin: 0 0.5% 20px;
	}
	.program-block {
		width: 23%;
		height: 200px;
		margin: 1%;
	}
	.program-img {
		width: 100%;
		height: 100%;
	}
	.program-hover {
		width: 100%;
		height: 100%;
		top: 140px;
	}
}
@media only screen and (min-width: 1024px) {
	.site-header .container {
		display: flex;
		align-items: center;
	}
	.header-logo {
		width: 160px;
		justify-content: flex-start;
	}
	.main-menu,
	.search-bar,
	.contact-btn {
		margin-left: 15px;
		display: inline-block;
		justify-content: flex-end;
	}
	/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
	.main-menu > li {
		border-top: none;
	}
	.main-navigation {
		flex: 1 0 auto;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin: 0;
	}
	.main-navigation ul {
		list-style: none;
		margin: 0 0;
		padding-left: 0;
	}
	.main-navigation ul li {
		-webkit-transition: padding ease 0.3s;
		-moz-transition: padding ease 0.3s;
		-o-transition: padding ease 0.3s;
		transition: padding ease 0.3s;
		margin: 0;
		float: left;
		position: relative;
		font-size: 16px;
		font-size: 1.6rem;
		color: #fff;
		font-weight: bold;
		font-family: 'museo-slab', Rockwell, Helvetica, Arial, sans-serif;
		padding: 8px 12px;
	}
	.main-navigation ul li:hover ul,
	.main-navigation ul li a:focus ul {
		left: auto;
	}
	.main-navigation ul li.current_page_item > a,
	.main-navigation ul li.current-menu-item > a,
	.main-navigation ul li.current_page_ancestor > a {
		color: #6fd446;
	}
	.main-navigation ul li a {
		display: block;
		text-decoration: none;
		color: #fff;
	}
	.main-navigation ul li a:hover {
		color: #6fd446;
	}
	.main-navigation ul ul {
		background-color: #45822c;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		position: absolute;
		top: 33px;
		left: -999em;
		z-index: 99999;
		text-align: left;
		min-width: 12rem;
	}
	.main-navigation ul ul li {
		font-family: 'source-sans-pro', 'Helvetica Neue', Helvetica, Arial,
			sans-serif;
		margin: 0;
		padding: 8px 10px;
		width: 100%;
	}
	.main-navigation ul ul li:hover {
		background-color: #5aac39;
		border: none;
	}
	.main-navigation ul ul li a {
		font-weight: normal;
		color: #fff;
		width: 100%;
	}
	.main-navigation ul ul li a:hover {
		color: #fff;
	}
	.main-navigation ul ul li.current_page_item,
	.main-navigation ul ul li.current-menu-item {
		border: none;
		background-color: #45822c;
	}
	.main-navigation ul ul li.current_page_item:hover,
	.main-navigation ul ul li.current-menu-item:hover {
		background-color: #5aac39;
	}
	.main-navigation ul ul li.current_page_item > a,
	.main-navigation ul ul li.current-menu-item > a {
		color: #fff;
	}
	/* Small menu. */
	.menu-toggle {
		display: none;
	}
	.news-item {
		display: inline;
		float: left;
		width: 31.25%;
		margin: 0 1.04166667%;
	}
	.latest-news {
		display: flex;
		width: 100%;
	}
	.secondary-nav {
		font-size: 1.6rem;
	}
	.secondary-nav li {
		display: inline-block;
		padding: 0 30px;
		border-right: 2px solid #45822c;
	}
	.secondary-nav li:last-child {
		border: none;
	}
	.secondary-nav a {
		color: #45822c;
	}
	.landing-cards {
		justify-content: flex-start;
	}
	.landing-card {
		width: 30%;
	}
	.program-block {
		width: 18%;
		height: 220px;
		margin: 1%;
	}
	.program-img {
		width: 100%;
		height: 100%;
	}
	.program-hover {
		width: 100%;
		height: 100%;
		top: 155px;
	}
	.footer-logo {
		display: inline;
		float: left;
		width: 22.91666667%;
		margin: 0 1.04166667%;
	}
	.footer-contact {
		display: inline;
		float: left;
		width: 22.91666667%;
		margin: 0 1.04166667%;
	}
	.footer-menu {
		display: inline;
		float: left;
		width: 31.25%;
		margin: 0 1.04166667%;
	}
	.footer-social {
		display: inline;
		float: left;
		width: 14.58333333%;
		margin: 0 1.04166667%;
	}
	.tribe-events-page-template .hero {
		padding-top: 130px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1100px) {
	.main-navigation ul li {
		font-size: 1.45rem;
	}
}
