/*
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;
}
*,
*: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: .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  */
  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: .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;
    font-weight: 700;
  }
  #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 .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%;
  background-color: #FBF9F4;
}
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;
  margin-bottom: 0.75em;
}
h1 {
  font-size: 3.2rem;
  color: #C6402C;
}
h1.entry-title {
  font-size: 2.8rem;
}
h2 {
  font-size: 2.8rem;
  color: #C6402C;
}
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;
  color: #46812B;
}
h4 {
  font-size: 1.6rem;
  color: #333;
}
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.6rem;
}
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: #a3c095;
  text-shadow: none;
}
::-moz-selection {
  background: #a3c095;
  text-shadow: none;
}
::-webkit-selection {
  background: #a3c095;
  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: #C6402C;
  color: #fff !important;
  font-size: 0.85em;
  line-height: 1;
  padding: .6em 1em .4em;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  border: none;
  text-decoration: none;
}
button.green,
.button.green,
input[type="button"].green,
input[type="reset"].green,
input[type="submit"].green {
  background-color: #5CA038;
}
button.anet,
.button.anet,
input[type="button"].anet,
input[type="reset"].anet,
input[type="submit"].anet {
  background-color: #FAAD17;
}
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[href$=".pdf"]:after,
.button[href$=".pdf"]:after,
input[type="button"][href$=".pdf"]:after,
input[type="reset"][href$=".pdf"]:after,
input[type="submit"][href$=".pdf"]:after {
  content: "(PDF File)";
  color: #fff;
  font-size: 75%;
}
button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #b23a28;
}
button:hover.green,
.button:hover.green,
input[type="button"]:hover.green,
input[type="reset"]:hover.green,
input[type="submit"]:hover.green {
  background: #539032;
}
button:hover.anet,
.button:hover.anet,
input[type="button"]:hover.anet,
input[type="reset"]:hover.anet,
input[type="submit"]:hover.anet {
  background-color: #e19c15;
}
button:focus,
.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}
button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  position: relative;
  top: 1px;
}
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: #C6402C;
  text-decoration: underline;
  transition: all 0.2s ease-in;
}
a:hover,
a:focus,
a:active {
  color: #46812B;
}
a:hover,
a:active {
  outline: 0;
}
a[href$=".pdf"]:after {
  content: "(PDF File)";
  padding-left: 4px;
  text-decoration: none;
  color: #333;
  display: inline-block;
  font-size: 75%;
}
#main-menu > li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 5px;
}
.main-navigation {
  clear: both;
}
.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 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 {
  left: auto;
}
.main-navigation ul li.current_page_item,
.main-navigation ul li.current-menu-item,
.main-navigation ul li.current_page_ancestor {
  border-bottom: solid 4px #5CA038;
}
.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: #5CA038;
}
.main-navigation ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.main-navigation ul li a:hover {
  color: #5CA038;
}
.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: #5CA038;
  text-decoration: none;
}
.secondary-nav a:hover {
  text-decoration: underline;
  color: #46812B;
}
.menu-toggle {
  position: absolute;
  right: 20px;
  top: 20px;
}
.menu-toggle:active {
  position: absolute;
  top: 21px;
}
@media screen and (max-width: 1023px) {
  .menu-toggle,
  .main-navigation.toggled #main-menu {
    display: block;
  }
  #main-menu {
    display: none;
  }
}
.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;
}
.site-header {
  width: 100%;
  position: fixed;
  z-index: 100;
}
.site-header .container {
  padding: 0 20px;
}
.preheader {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  height: 50px;
  padding: 10px 0;
  background-color: #46812B;
  color: #fff;
  overflow: hidden;
}
.preheader .container {
  padding: 0 20px;
}
.preheader .search-bar,
.preheader .social-header,
.preheader .contact-btn {
  float: left;
}
.prehead-wrap {
  float: left;
}
.social-header {
  display: none;
}
.tool-menu {
  margin: 2px 0;
  padding: 0;
  display: none;
}
.tool-menu li {
  color: #fff;
  font-size: 1.3rem;
  list-style: none;
}
.tool-menu li a {
  color: #fff;
}
.contact-btn .button {
  display: block;
  height: 30px;
  padding: 8px 10px;
}
.mobile-navigation {
  display: none;
}
.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.gplus {
  background-image: url(_images/social-gplus.svg);
}
.social-btn.youtube {
  background-image: url(_images/social-youtube.svg);
}
.social-btn.instagram {
  background-image: url(_images/social-instagram.svg);
}
.social-btn.foursquare {
  background-image: url(_images/social-foursquare.svg);
}
.social-btn.yelp {
  background-image: url(_images/social-yelp.svg);
}
.search-bar {
  width: 30px;
  height: 30px;
}
.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: 20px;
  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;
}
.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: rgba(19, 66, 21, 0.75);
  color: #fff;
  *zoom: 1;
}
.header:before,
.header:after {
  content: "";
  display: table;
}
.header:after {
  clear: both;
}
.site-branding {
  float: left;
  margin-top: 12px;
}
.header-logo {
  width: 100%;
  display: block;
}
.header-logo img,
.header-logo svg {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: block;
  width: 120px;
  margin-bottom: 12px;
}
.header-logo:before {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  content: '';
  display: inline-block;
  height: 1px;
  width: 200%;
  margin-top: 100px;
  margin-bottom: 10px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 100%;
}
.header-logo:after {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  content: '';
  display: inline-block;
  height: 1px;
  width: 200%;
  margin-top: 60px;
  margin-bottom: 10px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 160px;
}
.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: #5CA038;
  border-color: #5CA038;
}
.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;
}
.grass-border {
  position: absolute;
  bottom: 0;
  height: 56px;
  width: 100%;
  background: url(_images/grass-border.png) center repeat;
}
.heads-up .preheader {
  height: 0px;
  padding: 0px;
}
.heads-up .header {
  background-color: #2a552c;
}
.heads-up .header-logo img,
.heads-up .header-logo svg {
  width: 120px;
}
.heads-up .header-logo:before {
  margin-top: 65px;
  margin-bottom: 10px;
}
.heads-up .header-logo:after {
  margin-top: 65px;
  margin-bottom: 10px;
  left: 155px;
}
.heads-up .main-navigation {
  margin-top: 35px;
}
.heads-up .main-navigation ul li {
  padding-bottom: 7px;
}
.heads-up .main-navigation .sub-menu {
  top: 30px;
}
.site-content {
  *zoom: 1;
  padding: 0px 0 225px;
}
.site-content > .container {
  padding: 0 20px;
}
.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 {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  margin-bottom: 20px;
}
#primary .landing-card {
  margin-left: 0;
}
#main {
  margin-bottom: 20px;
}
#secondary h1,
#secondary h2,
#secondary h3,
#secondary h4,
#secondary h5,
#secondary h6 {
  margin-bottom: 0.25em;
}
.site-footer {
  margin-top: -175px;
}
.footer-topper {
  height: 175px;
  margin-bottom: -2px;
  background: url(_images/footer-top.svg) center no-repeat;
  background-size: cover;
}
.site-info {
  background-color: #2a552c;
  color: #fff;
  padding: 30px;
}
.footer-contact {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  margin-bottom: 20px;
}
.footer-contact img {
  margin-bottom: 20px;
}
.footer-contact p {
  color: #b5cdaa;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 8px;
  margin-left: 4px;
}
.footer-menu {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
}
.footer-primary,
.footer-secondary {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
}
.footer-primary ul,
.footer-secondary ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-primary a,
.footer-secondary a {
  color: #fff;
  font-weight: normal;
}
.footer-primary a:hover,
.footer-secondary a:hover {
  color: #5CA038;
}
.footer-social {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  text-align: right;
  margin-top: 30px;
  margin-left: 0;
  margin-bottom: 20px;
}
.footer-newsletter {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
}
.footer-newsletter .widget-title {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
.footer-newsletter .gform_widget {
  margin-bottom: 2em;
}
.footer-newsletter .gfield_label {
  display: none !important;
}
.footer-newsletter .gform_wrapper .top_label input.large {
  width: 75%;
}
.footer-newsletter .gform_wrapper .gform_footer {
  padding: 0;
}
.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 .hero {
  height: 345px;
}
.home .featured-img {
  height: 640px;
}
.home .site-content {
  padding: 50px 0 0px;
}
.section-title {
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
  background: url(_images/section-title-bg.png) repeat-x center;
  margin: 0 2% 0.5em;
}
.section-title.sponsors-title {
  background: none;
}
.section-title .section-title-text {
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  background-color: #FBF9F4;
}
.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: #5CA038;
}
.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;
}
.rec-guide a[href$=".pdf"]:after {
  display: none;
}
.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-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-size: cover;
}
.program-hover {
  padding: 0 10px;
  width: 100%;
  height: 100%;
  background-color: rgba(68, 141, 64, 0.85);
  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;
}
.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: #e7f1e1;
  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: #5CA038;
}
.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: #46812B;
  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 {
  color: #46812b;
  font-size: 3rem;
  font-weight: 500;
}
.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 {
  font-weight: 500;
  text-decoration: none;
}
.sidebar-wrapper .sidebar-nav a:hover {
  text-decoration: underline;
}
.reg-online {
  padding: 0;
}
.reg-online h3 {
  background-color: #5CA038;
  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: #C6402C;
  font-size: 2rem;
}
.park-more-info h3 {
  color: #C6402C;
}
.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;
  height: 30px;
  padding: 8px 10px;
  width: auto;
  font-size: 1em;
  margin-top: 16px;
}
.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: 180px;
  margin: 11px;
  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: 180px;
  border-radius: 8px;
  background-size: cover;
}
.park-block-hover {
  width: 100%;
  height: 180px;
  background-color: rgba(68, 141, 64, 0.85);
  position: absolute;
  top: 136px;
  transition: 0.3s;
  border-radius: 8px;
}
.park-block-hover .button {
  padding: 10px 12px;
  margin: 2px 20px 0;
  display: inline-block;
}
.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: 160px;
  height: 160px;
  margin: 10px;
  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: 160px;
  height: 160px;
  border-radius: 8px;
  background-size: cover;
}
.park-hover {
  width: 160px;
  height: 160px;
  background-color: rgba(68, 141, 64, 0.85);
  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;
}
.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;
}
/*--------------------------------------------------------------
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: 100%;
    display: block;
  }
  .header-logo img {
    width: 160px;
  }
  .header-logo:after {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    content: '';
    display: inline-block;
    height: 1px;
    width: 200%;
    margin-top: 80px;
    margin-bottom: 10px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 200px;
  }
  .prehead-wrap {
    float: right;
  }
  .tool-menu {
    float: left;
    display: block;
  }
  .tool-menu li {
    display: inline-block;
    color: #fff;
  }
  .tool-menu li a {
    color: #fff;
  }
  .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: 50px 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 #5CA038;
  }
  .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: 180px;
    height: 180px;
    margin: 11px;
  }
  .park-img {
    width: 180px;
    height: 180px;
  }
  .park-hover {
    width: 180px;
    height: 180px;
    top: 116px;
  }
  .footer-contact {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04166667%;
  }
  .footer-contact img {
    margin-bottom: 20px;
  }
  .footer-contact p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 8px;
    margin-left: 4px;
  }
  .footer-menu {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04166667%;
  }
  .footer-newsletter {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04166667%;
  }
  .staff-member {
    display: inline-block;
    width: 48%;
    margin-right: 1%;
    vertical-align: top;
  }
}
@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) {
  .header-logo img,
  .header-logo svg {
    width: 200px;
  }
  .header-logo:after {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    content: '';
    display: inline-block;
    height: 1px;
    width: 200%;
    margin-top: 100px;
    margin-bottom: 10px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 240px;
  }
  /*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
  #main-menu > li {
    border-top: none;
    padding-top: 0px;
  }
  .main-navigation {
    display: block;
    float: right;
    width: auto;
    margin-top: 60px;
    clear: none;
  }
  .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;
    margin-left: 20px;
    padding-bottom: 17px;
  }
  .main-navigation ul li:hover {
    border-bottom: solid 4px #5CA038;
  }
  .main-navigation ul li:hover ul {
    left: auto;
  }
  .main-navigation ul li.current_page_item,
  .main-navigation ul li.current-menu-item,
  .main-navigation ul li.current_page_ancestor {
    border-bottom: solid 4px #5CA038;
  }
  .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: #5CA038;
  }
  .main-navigation ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
  }
  .main-navigation ul li a:hover {
    color: #5CA038;
  }
  .main-navigation ul ul {
    background-color: #C6402C;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 40px;
    left: -999em;
    z-index: 99999;
    text-align: center;
    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: #5CA038;
    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: #46812B;
  }
  .main-navigation ul ul li.current_page_item:hover,
  .main-navigation ul ul li.current-menu-item:hover {
    background-color: #5CA038;
  }
  .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 #5CA038;
  }
  .secondary-nav li:last-child {
    border: none;
  }
  .secondary-nav a {
    color: #5CA038;
  }
  .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;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  .main-navigation ul li {
    font-size: 1.45rem;
  }
}
/* 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;
}
