/*
Theme Name: Morgan County Parks
Theme URI: 
Description: Custom theme for Morgan County Parks
Author: Joe Blackburn
Version: 1.0
Tags: custom
*/
/* =============================================================================
   Adapted from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== *

/* !Global Styles - - - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale; }

.sans {
  font-family: "proxima-nova", Arial, Verdana, sans-serif; }

.brandon {
  font-family: "brandon-grotesque", "proxima-nova", Arial, Verdana, sans-serif; }

.fac {
  font-family: "factoria", "proxima-nova", Arial, Verdana, sans-serif; }

.grey {
  color: #392f2c; }

.lt-grey {
  color: #968F8D; }

.vlt-grey {
  color: #d7d8d4; }

.vvlt-grey {
  color: #f8fbf8; }

.dk-grey {
  color: #383534; }

.blue {
  color: #0090a1; }

.lt-blue {
  color: #abd5db; }

.green {
  color: #82bc00; }

.lt-green {
  color: #eff5de; }

.brown {
  color: #B18D57; }

.white {
  color: #fff; }

.grey-bg {
  background: #392f2c; }

.lt-grey-bg {
  background: #968F8D; }

.vlt-grey-bg {
  background: #d7d8d4; }

.vvlt-grey-bg {
  background: #f8fbf8; }

.dk-grey-bg {
  background: #383534; }

.blue-bg {
  background: #0090a1; }

.lt-blue-bg {
  background: #abd5db; }

.green-bg {
  background: #82bc00; }

.lt-green-bg {
  background: #eff5de; }

.brown-bg {
  background: #B18D57; }

.white-bg {
  background: #fff; }

.italic {
  font-style: italic; }

.normal {
  font-weight: normal; }

.medium {
  font-weight: 500; }

.bold {
  font-weight: bold; }

.xbold {
  font-weight: 900; }

.center {
  text-align: center; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.space {
  letter-spacing: .05em; }

.xspace {
  letter-spacing: .1em; }

.fleft {
  float: left; }

.fright {
  float: right; }

.plain a, a.plain {
  text-decoration: none; }

a {
  color: #0090a1;
  text-decoration: none;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a:hover {
  color: #abd5db; }

.rel {
  position: relative; }

ul.clean {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.inline {
  display: inline-block; }

ul.inline li {
  display: inline;
  float: left; }

ul.ilb li {
  display: inline-block;
  vertical-align: top; }

ul.ilb.vmiddle li {
  vertical-align: middle; }

div.ilb {
  display: inline-block;
  vertical-align: top; }

div.ilb.vmiddle {
  vertical-align: middle; }

.vmiddle {
  vertical-align: middle; }

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

.topo-bg {
  background: url(images/topo.svg) repeat center top; }

.cover {
  background: url(images/trans.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* !Font Size Fuctions - - - - - */
/* !Body - - - - - */
body {
  min-width: 320px;
  font-size: 15px;
  color: #392f2c;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  line-height: 1.7em;
  background: #383534; }

#container {
  background: #fff; }

.inner {
  padding: 0 25px;
  margin: 0 auto;
  max-width: 1010px; }

.inner.wide {
  max-width: 1250px; }

.inner.skinny {
  max-width: 690px; }

.max {
  max-width: 1200px;
  margin: 0 auto; }

.skinny-max,
.form-max {
  max-width: 640px;
  margin: 0 auto; }

/* !Page Defaults - - - - - */
.text {
  line-height: 1.8em; }

.text p {
  margin: 15px 0; }

.header-text p:first-child,
.text p:first-child {
  margin-top: 0; }

.header-text p:last-child,
.text p:last-child {
  margin-bottom: 0; }

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal; }

.text img {
  display: block;
  margin: 10px auto;
  width: auto;
  height: auto;
  max-width: 100%; }

.text img.alignleft {
  float: left;
  margin: 0 30px 30px 0; }

.text img.alignright {
  float: right;
  margin: 0 0 30px 30px; }

.text ul {
  list-style: none;
  margin: 30px 0;
  padding: 0 0 0 30px; }

.text ul li {
  padding-left: 15px;
  position: relative;
  margin-top: 8px;
  display: block; }

.text ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 1;
  background: #392f2c;
  border-radius: 120%; }

.text h1,
.text h2,
.text h3,
.text h4 {
  margin: 30px 0 10px 0;
  font-weight: bold;
  color: #0090a1;
  line-height: 1.4em; }

.text h1 a:hover,
.text h3 a:hover,
.text h2 a:hover,
.text h4 a:hover {
  color: #abd5db; }

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text ul:first-child {
  margin-top: 0; }

.text h1:last-child,
.text h2:last-child,
.text h3:last-child,
.text h4:last-child,
.text ul:last-child {
  margin-bottom: 0; }

h1.headline,
h2.headline {
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: bold;
  font-family: "brandon-grotesque", "proxima-nova", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em; }

h3.subhead {
  font-family: "factoria", "proxima-nova", Arial, Verdana, sans-serif;
  font-weight: 500;
  letter-spacing: .05em; }

h2.small-title,
h2.gsection_title {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: bold;
  font-family: "brandon-grotesque", "proxima-nova", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em; }

h2.gsection_title {
  margin: 70px 0 30px 0;
  border-bottom: 1px solid #d7d8d4;
  padding-bottom: 10px; }

.line-after {
  position: relative;
  margin-bottom: 60px; }

.line-after:after {
  content: "";
  width: 70px;
  height: 1px;
  background: #0090a1;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 1; }

.line-after.green:after {
  background: #82bc00; }

.line-after.lt-blue:after {
  background: #abd5db; }

.line-after.white:after {
  background: #fff; }

.flex-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important; }

/* !Buttons - - - - - */
a.button,
input.gform_button {
  background: none;
  padding: 8px 15px;
  font-family: "brandon-grotesque", "proxima-nova", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 0.8666666667em;
  line-height: 1.3em;
  border: 1px solid #82bc00;
  color: #82bc00;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.button.margin-top,
.cta-bar {
  margin-top: 30px; }

a.button.margin-top:first-child {
  margin-top: 0; }

a.button:hover,
input.gform_button:hover {
  color: #0090a1;
  border-color: #0090a1; }

a.button.white-bg {
  border-color: #fff;
  background: #fff; }

a.button.white-bg:hover {
  color: #0090a1;
  border-color: #fff; }

a.button.white-bg.blue {
  border-color: #fff;
  background: #fff;
  color: #0090a1; }

a.button.white-bg.blue:hover {
  color: #82bc00;
  border-color: #fff; }

a.button.lt-blue {
  color: #abd5db;
  border-color: #abd5db; }

a.button.lt-blue:hover {
  color: #fff;
  border-color: #fff; }

a.button.white {
  color: #fff;
  border-color: #fff; }

a.button.white:hover {
  color: #B18D57;
  border-color: #B18D57; }

a.button.blue-bg {
  border-color: #0090a1;
  background: #0090a1;
  color: #fff; }

a.button.blue-bg:hover {
  border-color: #82bc00;
  background: #82bc00;
  color: #fff; }

/* !CTA Bar - - - - - */
.cta-bar a.button,
.cta-bar span,
.cta-bar a.social {
  display: inline-block;
  vertical-align: middle; }

.cta-bar span {
  margin-left: 30px; }

.cta-bar a.social {
  margin-left: 10px; }

a.social svg {
  display: block; }

a.social circle {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.social.green circle {
  fill: #82bc00; }

a.social.green path {
  fill: #fff; }

a.social.green:hover circle {
  fill: #0090a1; }

a.social.lt-blue circle {
  fill: #abd5db; }

a.social.lt-blue path {
  fill: #0090a1; }

a.social.lt-blue:hover circle {
  fill: #fff; }

/* !Page Sections - - - - - */
.section-pad {
  padding: 60px 0; }

.section-pad-small {
  padding: 40px 0; }

.big-section-pad {
  padding: 150px 0; }

.section-border-top {
  border-top: 10px solid #fff; }

.section-border-bottom {
  border-bottom: 10px solid #fff; }

.header-wrap.margin-top {
  margin-top: 40px; }

.page-left {
  width: 300px;
  display: inline-block;
  vertical-align: top; }

.page-right {
  width: calc(100% - 300px);
  padding-left: 50px;
  display: inline-block;
  vertical-align: top; }

h3.subhead:nth-child(2) {
  margin-top: 10px; }

/* !Screen - - - - - */
.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

/* !Header - - - - - */
header {
  height: 130px; }

.header-inside {
  border-bottom: 1px solid #B18D57;
  padding: 35px 0; }

a.logo {
  width: 236px;
  display: block;
  height: 61px;
  background: url(images/mcp-logo.svg) no-repeat center;
  text-indent: -9999px; }

a.nav-toggle,
a.mobile-park-toggle {
  display: none; }

ul.nav {
  position: absolute;
  top: 66px;
  right: 0; }

ul.nav a {
  display: block;
  margin-left: 40px;
  font-size: 1.0666666667em;
  position: relative; }

ul.nav a:hover,
ul.nav li#current a {
  color: #82bc00; }

ul.nav li#current a:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -3px;
  border-radius: 120%;
  overflow: hidden;
  z-index: 10;
  background: #82bc00; }

ul.top-nav {
  position: absolute;
  top: 0;
  right: 0; }

ul.top-nav a {
  display: block;
  line-height: 36px;
  margin-left: 30px;
  font-size: 0.7333333333em;
  color: #82bc00; }

ul.top-nav a span {
  border-bottom: 1px solid #82bc00;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

ul.top-nav a:hover,
ul.top-nav a:hover span,
ul.top-nav li#current a,
ul.top-nav li#current a span {
  color: #0090a1;
  border-color: #0090a1; }

a.mobile-park-toggle {
  padding: 0 25px;
  text-align: center;
  background: #82bc00;
  color: #fff;
  font-size: 0.8666666667em;
  line-height: 32px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100001; }

a.mobile-park-toggle span:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -2px;
  background: #fff;
  z-index: 10;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.mobile-park-toggle span:after {
  content: "";
  width: 2px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -6px;
  background: #fff;
  z-index: 10;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.mobile-park-toggle.active span:before,
a.mobile-park-toggle.active span:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

a.nav-toggle {
  display: none;
  width: 26px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
  cursor: pointer;
  overflow: hidden;
  z-index: 1003;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

a.nav-toggle div {
  width: 26px;
  height: 2px;
  background: #82bc00;
  position: absolute;
  left: 0;
  text-indent: -9999px;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.nav-toggle div:nth-child(1) {
  top: 6px; }

a.nav-toggle div:nth-child(2) {
  top: 50%;
  margin-top: -1px; }

a.nav-toggle div:nth-child(3) {
  bottom: 6px; }

a.nav-toggle.active div:nth-child(2) {
  opacity: 0; }

a.nav-toggle.active div:nth-child(1) {
  top: 14px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

a.nav-toggle.active div:nth-child(3) {
  bottom: 14px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); }

.nav-wrap,
.park-nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  padding: 82px 50px 50px 50px;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

.park-nav-wrap {
  padding: 82px 25px 50px 25px; }

.nav-active .nav-wrap,
.park-nav-active .park-nav-wrap {
  visibility: visible;
  opacity: 1; }

.nav-active html,
.park-nav-active html {
  overflow: hidden; }

.nav-fade .nav-wrap,
.park-nav-fade .park-nav-wrap {
  opacity: 0; }

.nav-active a.nav-toggle {
  position: fixed;
  z-index: 100003;
  top: 76px;
  right: 25px; }

ul.overlay-nav a {
  display: block;
  margin-top: 30px;
  font-size: 0.9333333333em;
  line-height: 1.3em;
  color: #82bc00;
  position: relative; }

ul.overlay-nav li:first-child a {
  margin-top: 0; }

ul.overlay-nav a:before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -15px;
  z-index: 10;
  background: #82bc00; }

ul.overlay-nav li:first-child a:before {
  display: none; }

ul.overlay-nav li#current a,
ul.overlay-nav a:hover {
  color: #0090a1; }

ul.parks-nav-list {
  max-width: 320px;
  padding: 30px 0;
  margin: 0 auto;
  position: relative; }

ul.parks-nav-list:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: #82bc00;
  z-index: 1; }

ul.parks-nav-list li {
  width: 50%;
  padding: 0 20px 20px 20px; }

ul.parks-nav-list a {
  display: block;
  border-bottom: 1px solid #82bc00;
  color: #82bc00;
  height: 100%;
  text-align: center;
  padding-bottom: 15px;
  line-height: 1.4em;
  font-size: 1.2em; }

ul.parks-nav-list a:hover {
  color: #0090a1; }

.parks-nav-text {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 16px; }

.under-parks-nav-text {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 16px; }

a.top-park-toggle {
  background: #82bc00;
  color: #fff !important;
  padding: 0 45px 0 20px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.park-nav-active a.top-park-toggle {
  position: fixed;
  left: 50%;
  margin-left: 468px;
  z-index: 100004; }

a.top-park-toggle div {
  width: 16px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.top-park-toggle div:nth-child(1) {
  top: 12px; }

a.top-park-toggle div:nth-child(2) {
  top: 50%;
  margin-top: -1px; }

a.top-park-toggle div:nth-child(3) {
  bottom: 13px; }

a.top-park-toggle.active div:nth-child(2) {
  opacity: 0; }

a.top-park-toggle.active div:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

a.top-park-toggle.active div:nth-child(3) {
  bottom: 17px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); }

/* !Homepage - - - - - */
.header-cycle {
  margin-bottom: 30px; }

ul.slick-dots {
  text-align: center;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 11px; }

ul.slick-dots li {
  text-indent: -9999px;
  overflow: hidden;
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  background: #B18D57;
  border-radius: 120%;
  margin-left: 11px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

ul.slick-dots li:first-child {
  margin-left: 0; }

ul.slick-dots li.slick-active {
  border-color: #B18D57; }

.slick-prev,
.slick-next {
  width: 30px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-indent: -9999px;
  border: none;
  z-index: 100; }

.slick-prev {
  left: 10px;
  background: url(images/white-arrow-left.svg) no-repeat center; }

.slick-next {
  right: 10px;
  background: url(images/white-arrow-right.svg) no-repeat center; }

ul.park-list {
  position: relative; }

ul.home-list:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 10; }

ul.park-list a {
  display: block; }

ul.park-list li {
  width: 50%; }

ul.park-list li:nth-child(odd) {
  padding: 10px 10px 10px 0; }

ul.park-list li:nth-child(even) {
  padding: 10px 0 10px 10px; }

.layout-small {
  margin-top: 20px; }

.layout-small:first-child {
  margin-top: 0; }

.park-screen {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

.hover:hover .park-screen {
  opacity: 0; }

.home-parks {
  padding-bottom: 60px; }

.park-screen {
  padding: 25px; }

.inline-share {
  margin-left: 30px; }

.inline-share:first-child {
  margin-left: 0; }

/* !Events Feed - - - - - */
ul.events-list {
  max-width: 1200px;
  margin: 0 auto; }

ul.events-list li {
  width: 33.33%;
  padding: 50px;
  border-left: 1px solid #82bc00; }

ul.events-list li.event-cycle-wrap {
  width: 66.66%;
  padding-left: 0;
  padding-right: 0; }

ul.events-list li:first-child {
  border: none; }

.event-cycle {
  position: relative; }

.event-cycle .slick-slide {
  padding: 0 50px; }

.event-cycle .slick-prev {
  background-image: url(images/green-arrow-left.svg); }

.event-cycle .slick-next {
  background-image: url(images/green-arrow-right.svg); }

/* !Volunteer Banner - - - - - */
.vol-banner {
  background: rgba(0, 144, 161, 0.8); }

/* !Resources - - - - - */
.page-block {
  padding: 50px 0;
  border-top: 1px dashed #d7d8d4; }

.page-block:first-child {
  padding-top: 0;
  border: none; }

.page-block:last-child {
  padding-bottom: 0; }

.resource-wrap {
  margin-top: 50px; }

.resource-wrap:first-child {
  margin-top: 0; }

ul.page-list {
  padding-left: 100px; }

ul.page-list li {
  position: relative;
  margin-top: 40px; }

.list-number {
  position: absolute;
  top: 0;
  left: -60px;
  color: #0090a1; }

.page-image {
  max-width: 300px;
  margin: 0 auto; }

.slide-pad {
  padding: 0 10px; }

.partner-cycle {
  padding: 0 30px; }

.partner-cycle .slick-next {
  right: 0; }

.partner-cycle .slick-prev {
  left: 0; }

.partners .page-right {
  padding-left: 0; }

/* !Form Page - - - - - */
.page-form.margin-top {
  margin-top: 50px; }

ul.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.gform_fields li {
  margin-bottom: 30px; }

input.medium,
textarea.medium,
select {
  width: 100%;
  background: none;
  border: 1px solid #d7d8d4;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px 10px;
  height: 36px;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  color: #392f2c;
  text-indent: 0.01px;
  text-overflow: '';
  font-size: 0.9333333333em; }

select {
  background: url(images/select-arrow.svg) no-repeat right 10px center; }

textarea.medium {
  resize: none;
  height: 200px;
  padding: 10px; }

.gform_footer img {
  display: block;
  margin: 10px auto 0 auto;
  width: 24px;
  height: auto;
  clear: both; }

li.gform_validation_container {
  display: none !important; }

.gfield_label {
  display: block;
  margin-bottom: 5px;
  font-size: 0.8em;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #968F8D;
  font-family: "brandon-grotesque", "proxima-nova", Arial, Verdana, sans-serif;
  font-weight: bold; }

::-webkit-input-placeholder {
  opacity: 1;
  color: #392f2c; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #392f2c; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #392f2c; }

:-ms-input-placeholder {
  opacity: 1;
  color: #392f2c; }

.validation_error {
  padding-bottom: 20px;
  font-weight: bold;
  color: #b50000; }

.validation_message {
  padding-top: 5px;
  color: #b50000;
  font-style: italic;
  font-size: 0.8em;
  line-height: 1.4em; }

.gform_confirmation_message {
  color: #0090a1;
  font-weight: bold; }

ul.gfield_radio,
ul.gfield_checkbox {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%; }

ul.gfield_radio li,
ul.gfield_checkbox li {
  text-align: left;
  display: inline-block;
  padding-right: 30px;
  margin: 15px 0 0 0;
  width: 50%; }

ul.gfield_radio label,
ul.gfield_checkbox label {
  padding-left: 12px;
  font-size: 0.9333333333em;
  position: relative;
  top: -6px;
  display: inline-block; }

ul.gfield_radio input,
ul.gfield_checkbox input {
  width: 22px;
  height: 22px;
  border: 2px solid #d7d8d4;
  background: #fff;
  border-radius: 120%;
  -webkit-appearance: none;
  display: inline-block; }

ul.gfield_checkbox input {
  border-radius: 0; }

ul.gfield_radio input:checked,
ul.gfield_checkbox input:checked {
  background: #0090a1; }

/* !Accordion - - - - - */
a.question {
  display: block;
  border-top: 1px solid #d7d8d4;
  position: relative;
  font-family: "brandon-grotesque", "proxima-nova", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #968F8D;
  font-size: 1.2em;
  line-height: 1.4em;
  padding: 20px 50px 20px 0;
  font-weight: bold;
  cursor: pointer; }

a.question:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -1px;
  background: #968F8D;
  z-index: 10;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.question:after {
  content: "";
  width: 2px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -5px;
  background: #968F8D;
  z-index: 10;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.question.ui-state-active:before,
a.question.ui-state-active:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

a.question.ui-state-active,
a.question.ui-state-active:hover {
  color: #392f2c; }

.answer {
  border-top: 1px dashed #d7d8d4;
  padding: 30px 0 50px 0; }

.acc-wrap:last-child {
  border-bottom: 1px solid #d7d8d4; }

/* !About - - - - - */
h1.about-headline {
  font-size: 1.2em;
  line-height: 1.8em; }

.board-group {
  border-top: 1px solid #d7d8d4;
  padding: 30px 0 50px 0; }

ul.board-list li {
  width: 50%;
  margin-top: 30px;
  padding-right: 40px; }

.person-meta-wrap {
  font-size: 0.8666666667em;
  line-height: 1.7em; }

.person-meta {
  margin-top: 7px; }

ul.minute-list li {
  width: 25%;
  padding-right: 40px;
  position: relative;
  margin-top: 50px; }

ul.minute-list li:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  background: #d7d8d4;
  z-index: 1; }

ul.minute-list li:first-child:before {
  display: none; }

ul.minute-list a {
  display: block;
  margin-top: 7px;
  color: #392f2c; }

ul.minute-list a:hover {
  color: #0090a1; }

/* !Single Event - - - - - */
.events-landing-bar {
  padding: 30px 0; }

a.back span,
a.back svg {
  display: inline-block;
  vertical-align: middle; }

a.back svg {
  margin-right: 5px; }

a.back:hover {
  color: #0090a1; }

a.back polygon {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.back:hover polygon {
  fill: #0090a1; }

.share-label:first-child {
  margin-left: 0; }

.event-meta {
  margin: 20px 0 40px 0;
  font-size: 0.8em;
  line-height: 14px; }

.event-meta .time,
.event-meta .location {
  padding-left: 22px;
  background: url(images/time-icon.svg) no-repeat left top;
  display: block; }

.event-meta .location {
  background-image: url(images/location-icon.svg);
  margin: 20px 0 0 0; }

.event-meta a.location {
  color: #0090a1; }

.event-meta a.location:hover {
  color: #82bc00; }

/* !Single Park - - - - - */
ul.icon-list li {
  display: block;
  position: relative;
  margin-top: 20px;
  padding-left: 35px;
  line-height: 22px;
  color: #82bc00; }

ul.icon-list li:first-child {
  margin-top: 0; }

.park-icon {
  width: 22px;
  position: absolute;
  top: 0;
  left: 0; }

.park-buttons {
  margin-top: 40px; }

.park-buttons:first-child {
  margin-top: 0; }

.park-buttons .button-row {
  margin-top: 20px; }

.park-button .button-row:first-child {
  margin-top: 0; }

.address {
  margin-bottom: 30px; }

.mobile-park-info {
  display: none; }

h1.single-park-name {
  font-size: 2.8em;
  line-height: 1.1em;
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 0 50px;
  z-index: 1;
  font-weight: 900; }

/* !Events Landing - - - - - */
ul.master-event-list {
  max-width: 1280px;
  margin: 0 auto; }

ul.master-event-list li {
  width: 33.33%;
  margin: 30px 0;
  padding: 10px 40px;
  position: relative;
  border-left: 1px solid #82bc00; }

ul.master-event-list li:nth-child(3n+1) {
  border: none; }

.event-date {
  margin: 10px 0 20px 0; }

h3.event-title a:hover {
  color: #82bc00; }

.event-search {
  width: 200px;
  display: inline-block;
  vertical-align: middle; }

a.all-events {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1.3em; }

input.search-box {
  background: url(images/search-icon.svg) no-repeat right 10px center rgba(215, 216, 212, 0.35);
  border: none;
  padding-right: 36px; }

.event-top-left {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-right: 30px; }

.event-top-right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-left: 30px;
  text-align: right; }

/* !404 - - - - - */
h1.headline.margin-bottom {
  margin-bottom: 30px; }

/* !Subnav - - - - - */
a.subnav-toggle {
  display: none;
  line-height: 40px;
  padding: 0 40px;
  color: #fff;
  background: #0090a1;
  position: relative;
  font-size: 0.9333333333em;
  cursor: pointer; }

a.subnav-toggle span {
  position: relative; }

a.subnav-toggle span:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -1px;
  background: #fff;
  z-index: 10;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.subnav-toggle span:after {
  content: "";
  width: 2px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -5px;
  background: #fff;
  z-index: 10;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.subnav-toggle.active span:before,
a.subnav-toggle.active span:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

ul.subnav a {
  display: block;
  line-height: 46px;
  padding: 0 20px;
  margin-left: 20px;
  color: #82bc00;
  position: relative; }

ul.subnav li.current_page_item a:after {
  content: "";
  width: 18px;
  height: 9px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -9px;
  overflow: hidden;
  background: url(images/subnav-arrow.svg) no-repeat center bottom;
  z-index: 10; }

ul.subnav a:hover {
  color: #0090a1; }

ul.subnav li.current_page_item a {
  color: #fff;
  background: #82bc00; }

ul.subnav li:first-child a {
  margin-left: 0; }

/* !Rental - - - - - */
.rental-over {
  padding: 40px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  text-align: left;
  opacity: 0;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

.rental-location {
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 5px 0 20px 0; }

.rental-text {
  margin-top: 20px; }

.rental-location a:hover {
  color: #0090a1; }

.hover:hover .rental-over {
  opacity: 1; }

/* !Footer - - - - - */
.footer-col1 {
  width: 30%;
  padding-right: 40px; }

.footer-col3 {
  width: 45%;
  padding-left: 40px; }

.footer-col2 {
  width: 25%;
  padding: 0 40px;
  border-left: 1px solid #B18D57;
  border-right: 1px solid #B18D57; }

.footer-info a {
  color: #fff; }

.footer-info a:hover {
  color: #B18D57; }

.footer-social {
  margin-top: 20px; }

.footer-col-title {
  font-size: 0.8666666667em;
  line-height: 1.4em;
  margin-bottom: 20px; }

.footer-social a.social {
  display: inline-block;
  margin-left: 10px; }

.footer-social a.social:first-child {
  margin-left: 0; }

.footer-social a.social circle {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

.footer-social a.social:hover circle {
  fill: #fff; }

ul.footer-nav a.button {
  display: block;
  text-align: center;
  margin-top: 15px; }

ul.footer-nav li:first-child a.button {
  margin-top: 0; }

.footer-form .gfield_label {
  display: none; }

.footer-form input.medium,
.footer-form textarea.medium {
  border-color: #fff;
  color: #fff; }

.footer-form textarea.medium {
  height: 100px; }

.footer-form ::-webkit-input-placeholder {
  color: #fff; }

.footer-form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

.footer-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

.footer-form :-ms-input-placeholder {
  color: #fff; }

.footer-form input.gform_button {
  background: #fff;
  color: #383534;
  border-color: #fff; }

.footer-form input.gform_button:hover {
  color: #383534;
  background: #B18D57;
  border-color: #B18D57; }

.footer-form ul.gform_fields li {
  margin-bottom: 15px; }

/* !Full Calendar - - - - - */
.mobile-calendar {
  display: none; }

/* - - - Media Queries - - - */
@media only screen and (max-width: 1250px) {
  .park-nav-active a.top-park-toggle {
    position: fixed;
    left: auto;
    margin-left: 0;
    right: 25px;
    z-index: 100004; } }

@media only screen and (max-width: 1200px) {
  /* Style adjustments for viewports that meet the condition */
  .has-header-image .header-inside {
    border: none; }
  .header-wrap.margin-top {
    margin-top: 0; }
  ul.master-event-list li {
    width: 50%; }
  ul.master-event-list li:nth-child(3n+1) {
    border-left: 1px solid #82bc00; }
  ul.master-event-list li:nth-child(odd) {
    border: none; } }

@media only screen and (max-width: 1023px) {
  ul.subnav li.current_page_item {
    display: none !important; }
  ul.subnav {
    display: none; }
  a.subnav-toggle {
    display: block; }
  ul.subnav li {
    display: block; }
  ul.subnav a {
    margin-left: 0;
    line-height: 40px;
    padding: 0 25px;
    text-align: center;
    font-size: 0.9333333333em;
    border-top: 1px dashed #82bc00; }
  ul.subnav li:first-child a {
    border: none; }
  .rental-over {
    position: static;
    width: 100%;
    height: auto;
    padding: 30px 25px;
    background: none;
    opacity: 1; }
  .rental-image {
    position: relative; }
  .rental-screen {
    opacity: 1 !important; }
  ul.nav a {
    margin-left: 25px;
    font-size: 0.9333333333em; }
  .footer-col1,
  .footer-col2,
  .footer-col3 {
    width: 100%;
    display: block !important;
    padding: 30px 0 0 0;
    margin-top: 30px;
    border: none;
    border-top: 1px solid #B18D57; }
  .footer-col1 {
    margin-top: 0;
    padding-top: 0;
    border: none; }
  .event-top-left,
  .event-top-right {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center; }
  .event-top-right {
    margin-top: 30px; }
  a.all-events {
    display: block;
    margin: 0 0 10px 0; }
  .event-search {
    width: 100%;
    text-align: left; } }

@media only screen and (max-width: 900px) {
  /* Style adjustments for viewports that meet the condition */
  ul.nav,
  ul.top-nav {
    display: none; }
  ul.park-list li:nth-child(odd) {
    padding: 5px 5px 5px 0; }
  ul.park-list li:nth-child(even) {
    padding: 5px 0 5px 5px; }
  .layout-small {
    margin-top: 10px; }
  ul.home-list:after {
    bottom: 5px; }
  ul.events-list {
    max-width: 1200px;
    margin: 0 auto; }
  ul.events-list li {
    width: 100%;
    display: block;
    padding: 0 !important;
    margin-top: 50px;
    border: none;
    height: auto !important; }
  ul.events-list li:first-child {
    margin-top: 0; }
  .events-feed {
    padding: 60px 25px; }
  h1.single-park-name {
    font-size: 2.4em; }
  a.nav-toggle,
  a.mobile-park-toggle {
    display: block; }
  a.logo {
    width: 200px;
    height: 52px;
    background-size: 200px 52px; }
  header {
    height: auto; }
  .header-inside {
    padding: 17px 0 20px 0; }
  #container {
    padding-top: 32px; }
  ul.events-list li.event-cycle-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .event-cycle .slick-slide {
    padding: 0; }
  .events-feed {
    padding: 60px 50px; }
  .event-cycle .slick-prev {
    left: -40px; }
  .event-cycle .slick-next {
    right: -40px; } }

@media only screen and (max-width: 850px) {
  .partners .line-after:after,
  .park-intro .page-left {
    display: none; }
  .page-left,
  .page-right {
    width: 100%;
    display: block;
    padding: 0; }
  .page-right {
    margin-top: 50px; }
  .resource-block .page-right {
    margin-top: 30px; }
  a.button.margin-top,
  .cta-bar {
    margin-top: 25px; }
  .partners .page-left {
    text-align: center; }
  .partners .page-right {
    margin-top: 30px; }
  .partners .line-after {
    margin-bottom: 0; }
  ul.minute-list li {
    width: 50%; }
  ul.minute-list li:nth-child(odd):before {
    display: none; }
  .event-meta .time,
  .event-meta a.location {
    display: block;
    margin: 20px 0 0 0; }
  .event-meta .time,
  .event-meta a.location:first-child {
    margin-top: 0; }
  .mobile-park-info {
    display: block;
    margin-top: 50px; }
  .park-intro .page-right {
    margin-top: 0; }
  .inline-share.ilb {
    display: block;
    margin: 20px 0 0 0; }
  h1.single-park-name {
    font-size: 2.1333333333em; }
  ul.parks-nav-list {
    padding: 20px 0; }
  ul.parks-nav-list a {
    font-size: 0.9333333333em; }
  .parks-nav-text {
    font-size: 0.8666666667em; }
  .under-parks-nav-text {
    font-size: 0.8666666667em; } }

@media only screen and (max-width: 768px) {
  /* Style adjustments for viewports that meet the condition */
  ul.home-list:after {
    display: none; }
  .section-pad {
    padding: 50px 0; }
  .events-feed {
    padding: 50px; }
  .home-parks {
    padding-bottom: 50px; }
  .section-pad-small {
    padding: 35px 0; }
  h1.headline,
  h2.headline {
    font-size: 1.6em; }
  h3.subhead {
    font-size: 0.9333333333em; }
  h2.small-title {
    font-size: 1.1333333333em; }
  ul.park-list {
    max-width: 600px;
    margin: 0 auto; }
  ul.home-list li img {
    display: none; }
  ul.park-list li {
    padding: 0 !important;
    width: 100%;
    display: block;
    margin-top: 10px; }
  .park-list-image {
    height: 210px; }
  ul.park-list li:first-child {
    margin-top: 0; }
  ul.page-list {
    padding-left: 0; }
  .list-number {
    position: static;
    margin-bottom: 20px; }
  .page-block {
    padding: 40px 0; }
  .inline-share.ilb {
    display: block;
    padding: 0;
    width: 100%;
    margin-top: 25px; }
  .cta-bar .share-label {
    margin-left: 0; }
  ul.master-event-list {
    padding: 0 25px; }
  ul.master-event-list li {
    border: none !important;
    padding: 40px 0;
    margin: 0;
    border-top: 1px solid #82bc00 !important;
    width: 100%; }
  ul.master-event-list li:first-child {
    border: none !important;
    padding-top: 0; }
  .event-search-pad {
    padding-right: 0;
    text-align: center; }
  h1.single-park-name {
    font-size: 1.6em;
    padding: 0 25px;
    bottom: 25px; }
  .rental-over {
    padding: 30px 0;
    opacity: 1; }
  .text {
    font-size: 0.8666666667em;
    line-height: 1.7em; } }

@media only screen and (max-width: 600px) {
  /* Style adjustments for viewports that meet the condition */
  ul.minute-list li:before,
  .cal-code {
    display: none; }
  ul.minute-list li {
    width: 100%;
    display: block;
    height: auto !important;
    padding: 30px 0 0 0;
    border-top: 1px solid #d7d8d4;
    margin-top: 30px; }
  ul.minute-list li:first-child {
    border: none;
    padding-top: 0; }
  h1.single-park-name {
    font-size: 1.3333333333em; }
  ul.parks-nav-list li {
    padding: 0 15px 15px 15px; }
  ul.parks-nav-list a {
    padding-bottom: 10px;
    font-size: 0.8em; }
  ul.overlay-nav a {
    font-size: 0.8em;
    line-height: 1.4em; }
  .mobile-calendar {
    display: block; } }

@media only screen and (max-height: 480px) {
  html.nav-active,
  .nav-active body,
  .nav-active #container,
  html.park-nav-active,
  .park-nav-active body,
  .park-nav-active #container {
    min-height: 480px;
    max-height: 480px;
    height: 480px; }
  .nav-active #container,
  .park-nav-active #container {
    position: absolute;
    width: 100%;
    height: 480px;
    top: 0;
    left: 0;
    overflow: hidden; }
  .nav-wrap,
  .park-nav-wrap {
    position: absolute;
    height: 480px;
    top: 0;
    left: 0;
    overflow: hidden; } }

/* - - - Non-Semantic Helper Classes - - - */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* - - - Print Styles - - - */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  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; } }
