html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.blockimg {
  display: block;
  margin: 0; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.last {
  margin: 0 !important; }

.hide {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.alignright {
  float: right;
  margin: 10px; }

.alignleft {
  float: left;
  margin: 10px; }

.wp-caption-text {
  font-size: .8em;
  padding: 4px;
  background: #f2f2f2;
  margin: 2px;
  color: #999; }

/*
  These are easy to forget
*/
img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0.62); }

/*
  Style overrides for IE6-8
  http://jonikorpi.com/leaving-old-IE-behind/
*/
.map-c .map-controls-c {
  background-color: #242424;
  opacity: 0.9; }

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section, audio, canvas, video {
  display: block; }

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  min-height: 100%;
  font-size: 100%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

b, strong {
  font-weight: bold; }

abbr[title] {
  border-bottom: 1px dotted; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a img, img {
  -ms-interpolation-mode: bicubic;
  border: 0; }

input, textarea, button, select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

textarea {
  overflow: auto; }

.gin-select, .gin-select[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0; }

.gin-select {
  width: 220px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  margin: 2px; }
  .gin-select .btn {
    position: relative;
    z-index: 9998;
    width: 100%;
    background: white;
    padding: 8px;
    margin: 0;
    border: 1px solid #bbb;
    font-size: 0.9em;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    .gin-select .btn:focus {
      outline: 0;
      outline-offset: -2px; }
    .gin-select .btn:hover {
      background: #f2f2f2;
      color: #272727; }
    .gin-select .btn .filter-option {
      overflow: hidden;
      position: absolute;
      left: 12px;
      text-align: left; }
    .gin-select .btn .caret {
      position: absolute;
      right: 12px;
      border-left: 4px solid transparent;
      top: 14px;
      border-right: 4px solid transparent;
      border-top: 4px solid #716e56;
      content: "";
      display: inline-block;
      height: 0;
      vertical-align: top;
      width: 0; }
  .gin-select .div-contain {
    overflow: hidden; }
  .gin-select .dropdown-menu {
    position: relative;
    z-index: 9998;
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    z-index: 9999;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: white; }
    .gin-select .dropdown-menu li a {
      clear: both;
      color: #333333;
      display: block;
      font-size: 1em;
      line-height: 20px;
      padding: 3px 20px;
      white-space: nowrap;
      text-decoration: none; }
      .gin-select .dropdown-menu li a:hover {
        background: #272727;
        color: white !important; }
    .gin-select .dropdown-menu li small {
      padding-left: 0.5em; }
    .gin-select .dropdown-menu li a i.check-mark {
      display: none; }
    .gin-select .dropdown-menu li a .pull-left {
      margin-right: 34px; }

.open > .dropdown-menu {
  display: block; }

.gin-select > .disabled, .gin-select .dropdown-menu li.disabled > a {
  cursor: not-allowed; }

.rslides {
  position: relative;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0; }
  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0; }
    .rslides li:first-child {
      position: relative;
      display: block;
      float: left; }
  .rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0; }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px; }
  .centered-btns_nav:active {
    opacity: 1.0; }
  .centered-btns_nav.next {
    left: auto;
    background-position: right top;
    right: 0; }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  left: 0;
  display: block;
  background: #fff;
  /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%; }
  .transparent-btns_nav.next {
    left: auto;
    right: 0; }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: black url("themes.gif") no-repeat left 50%;
  width: 38px; }
  .large-btns_nav:active {
    opacity: 1.0; }
  .large-btns_nav.next {
    left: auto;
    background-position: right 50%;
    right: 0; }

.centered-btns_nav:focus, .transparent-btns_nav:focus, .large-btns_nav:focus {
  outline: none; }

.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs {
  margin-top: 10px;
  text-align: center; }

.centered-btns_tabs li, .transparent-btns_tabs li, .large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px; }

.centered-btns_tabs a, .transparent-btns_tabs a, .large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 9px;
  height: 9px; }

.centered-btns_here a, .transparent-btns_here a, .large-btns_here a {
  background: #222;
  background: rgba(0, 0, 0, 0.8); }

body {
  font-family: "pragmatica-web",sans-serif;
  color: #473727;
  font-size: 80%;
  background: url("../images/kcpr-bg.jpg");
  width: 100%; }

.home {
  background: url("../images/home-bg.jpg"); }

.error404 {
  background: url("../images/firefighters-fountain.jpg") no-repeat center top; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::selection {
  background: yellow;
  color: black; }

::-moz-selection {
  background: yellow;
  color: black; }

img {
  max-width: 100%;
  height: auto; }

.wf-loading p, .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading a {
  font-family: "Arial",sans-serif;
  visibility: hidden; }

.wf-active p, .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active a {
  visibility: visible; }

em, i {
  font-style: italic; }

strong, b {
  font-weight: 700; }

a {
  color: #1188ea; }
  a:hover {
    text-decoration: none; }
  a:active {
    background-color: none; }

p {
  font-size: 1.1em;
  line-height: 1.4em; }

h1, h3 {
  font-weight: 700; }

h1 {
  font-size: 2em;
  text-transform: uppercase; }

h2 {
  font-size: 1.8em; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1.4em; }

hr {
  width: 100%;
  clear: both;
  height: 1px;
  background: #1188ea;
  margin: 20px 0 10px;
  border: 0;
  overflow: hidden; }

.single-program hr {
  background: #ea823c; }

.single-program ol li {
  list-style: none; }
  .single-program ol li a {
    color: #ea823c; }

.overlay {
  background: transparent;
  position: relative;
  width: 1600px;
  height: 465px;
  /* your iframe height */
  top: 465px;
  /* your iframe height */
  margin-top: -465px;
  /* your iframe height */
  display: block; }

.skycast {
  margin-top: 20px; }

.single-page .park-content p, .single-page .blog-content p {
  padding: 10px 0; }
.single-page .park-content a, .single-page .blog-content a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
.single-page .park-content h1, .single-page .blog-content h1 {
  padding: 4px 0; }
.single-page .park-content h2, .single-page .blog-content h2 {
  font-size: 1.8em;
  padding: 10px 0 0; }
.single-page .park-content h3, .single-page .blog-content h3 {
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 5px 0 0; }
.single-page .park-content h4, .single-page .blog-content h4 {
  font-size: 1.3em;
  padding: 5px 0 0; }
.single-page .park-content ol, .single-page .blog-content ol {
  margin: 0 20px 0 0;
  list-style: circle; }
  .single-page .park-content ol li, .single-page .blog-content ol li {
    padding: 3px 0; }
.single-page .park-content ul, .single-page .blog-content ul {
  margin: 0 20px;
  list-style: disc; }
  .single-page .park-content ul li, .single-page .blog-content ul li {
    padding: 3px 0; }

.more-link {
  display: inline-block;
  margin: 20px 0; }

.park h1, .single-park h1 {
  color: #8dc63f; }

.recreation h1, .single-recreation h1 {
  color: #1188ea; }

.athletic h1, .single-recreation h1 {
  color: #ea823c; }

.facility h1, .single-facility h1 {
  color: #f5c211; }

.program h1, .single-program h1 {
  color: #ea823c; }

.attraction h1, .single-attraction h1 {
  color: #d5653f; }

.fountain h1, .single-fountain h1 {
  color: #603477; }

.program .collection .archive-filter {
  width: 65%; }
.program .collection .archive-tile {
  min-height: 150px; }
  .program .collection .archive-tile .tile-img {
    height: 10px; }

blockquote {
  margin: 20px;
  padding: 10px;
  border-left: 3px solid;
  font-size: 1.4em;
  line-height: 1.6em; }

.w {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }

.col2 {
  float: left;
  width: 49%;
  margin: 0 2% 2% 0;
  padding: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .col2:last-child {
    margin-right: 0; }

.col3 {
  float: left;
  width: 32%;
  margin: 0 2% 2% 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .col3:nth-child(3n+3) {
    margin-right: 0; }

.col6 {
  float: left;
  width: 15%;
  margin: 0 2% 2% 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .col6:nth-child(6n+6) {
    margin-right: 0; }

.btn {
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  padding: 10px 20px;
  margin: 10px 0;
  font-size: 1.2em;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.parks-btn, .park-btn {
  background: #8dc63f;
  color: white;
  border: 1px solid #5c8820;
  text-shadow: 1px 1px 1px rgba(37, 37, 37, 0.4);
  text-decoration: none; }
  .parks-btn:hover, .park-btn:hover {
    background: #5c8820; }

.overlay-btn, .recreation-btn {
  background: #1188ea;
  color: white;
  text-decoration: none; }
  .overlay-btn:hover, .recreation-btn:hover {
    background: #1963a9; }

.warn-btn, .attraction-btn {
  background: #d5653f;
  color: white;
  border: 1px solid #d6543d;
  text-shadow: 1px 1px 1px rgba(37, 37, 37, 0.4);
  text-decoration: none; }
  .warn-btn:hover, .attraction-btn:hover {
    background: #d6543d; }

.facility-btn {
  background: #f5c211;
  color: white;
  border: 1px solid #dcae10;
  text-shadow: 1px 1px 1px rgba(37, 37, 37, 0.4);
  text-decoration: none; }
  .facility-btn:hover {
    background: #dcae10; }

.program-btn {
  background: #ea823c;
  color: white;
  border: 1px solid #dcae10;
  text-shadow: 1px 1px 1px rgba(37, 37, 37, 0.4);
  text-decoration: none; }
  .program-btn:hover {
    background: #ea6b32; }

.fountain-btn {
  background: #603477;
  color: white;
  border: 1px solid #452655;
  text-shadow: 1px 1px 1px rgba(37, 37, 37, 0.4);
  text-decoration: none; }
  .fountain-btn:hover {
    background: #452655; }

.gen-btn {
  background: #7d7e85;
  color: white;
  border: 1px solid #616367;
  text-shadow: 1px 1px 1px rgba(37, 37, 37, 0.4);
  text-decoration: none; }
  .gen-btn:hover {
    background: #616367; }

.page-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 0;
  height: 610px;
  overflow: hidden; }
  .page-bg .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    max-width: 1250px;
    width: 100%;
    height: 610px;
    padding: 0;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 6px 1px #000;
    -moz-box-shadow: 0 0 6px 1px #000;
    box-shadow: 0 0 6px 1px #000; }
    .page-bg .rslides li {
      -webkit-backface-visibility: hidden;
      position: absolute;
      display: none;
      width: 100%;
      height: 610px;
      left: 0;
      top: 0; }
    .page-bg .rslides li:first-child {
      position: relative;
      display: block;
      float: left; }
    .page-bg .rslides img {
      z-index: 666;
      display: block;
      height: auto;
      float: left;
      width: 100%;
      border: 0; }
  .page-bg .rslides_tabs {
    position: relative;
    bottom: 4%;
    float: right;
    width: 57%;
    z-index: 666; }
    .page-bg .rslides_tabs li {
      display: inline;
      float: left;
      margin: 0 5px 0; }
      .page-bg .rslides_tabs li a {
        display: block;
        text-indent: -9999px;
        border: 1px solid white;
        width: 12px;
        height: 12px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
        .page-bg .rslides_tabs li a:hover {
          background: white; }
  .page-bg .rslides_here {
    background: #8dc63f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.main-nav, .home-content,
.content, .home-map-locator, .home-events,
.footer, .ftr-feed {
  position: relative;
  z-index: 444; }

.header {
  position: relative;
  width: 100%;
  z-index: 9999; }
  .header .global-header {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    z-index: 444; }
    .header .global-header .logo {
      width: 20%;
      padding: 2% 2% 2% 0;
      float: left; }
      .header .global-header .logo img {
        width: 100%; }
      .header .global-header .logo:hover {
        background: none !important; }
    .header .global-header .menu-global-menu-container {
      width: 51%;
      margin: 5% 0 0 0;
      float: left; }
      .header .global-header .menu-global-menu-container ul {
        width: 100%; }
        .header .global-header .menu-global-menu-container ul li {
          display: inline;
          float: left;
          margin: 0 5px 0 0; }
          .header .global-header .menu-global-menu-container ul li a {
            display: block;
            font-size: 1em;
            color: #e2ecf5;
            padding: 5px 10px;
            text-decoration: none; }
          .header .global-header .menu-global-menu-container ul li a {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
            .header .global-header .menu-global-menu-container ul li a:hover {
              color: white;
              background: #1963a9; }
    .header .global-header .global-module {
      width: 26%;
      float: right; }
      .header .global-header .global-module .city-link {
        float: left;
        margin: 5px 10px 0 0; }
        .header .global-header .global-module .city-link a {
          color: white;
          text-decoration: none;
          text-align: center; }
      .header .global-header .global-module ul {
        margin: 0;
        float: right;
        width: 114%; }
        .header .global-header .global-module ul li {
          display: inline;
          float: left;
          margin: 2px 0; }
          .header .global-header .global-module ul li a {
            display: block;
            font-size: 1em;
            color: #e2ecf5;
            padding: 5px 10px;
            text-decoration: none; }
          .header .global-header .global-module ul li a {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px; }
            .header .global-header .global-module ul li a:hover {
              color: white;
              background: #1963a9; }
      .header .global-header .global-module .weather {
        clear: right;
        float: right;
        width: 175px;
        background: url("../images/weather-panel.png") no-repeat center left;
        overflow: hidden; }
        .header .global-header .global-module .weather .temp {
          font-family: "adelle",serif;
          width: 36%;
          float: left;
          padding: 14px 6px 3px;
          font-size: 2.8em;
          line-height: 20px;
          color: white;
          text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
          font-style: italic;
          text-align: center; }
          .header .global-header .global-module .weather .temp span {
            font-family: "pragmatica-web",sans-serif;
            color: #473727;
            font-size: 80%;
            font-size: 25%;
            font-style: none; }
            .header .global-header .global-module .weather .temp span a {
              text-decoration: underline;
              color: #777; }
              .header .global-header .global-module .weather .temp span a:hover {
                text-decoration: none; }
        .header .global-header .global-module .weather .weather-meta {
          font-family: "adelle",serif;
          width: 61%;
          float: left;
          overflow: hidden;
          text-align: center;
          color: white;
          font-size: 1.2em;
          padding: 3px 0 0;
          text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); }
          .header .global-header .global-module .weather .weather-meta .weather-img {
            width: 30px;
            margin: 0 auto; }
            .header .global-header .global-module .weather .weather-meta .weather-img img {
              width: 100%; }
          .header .global-header .global-module .weather .weather-meta span {
            display: block; }
  .header .main-nav {
    width: 100%;
    height: 40px;
    background: #8dc63f;
    position: relative;
    z-index: 9999;
    overflow: hidden; }
    .header .main-nav.stuck {
      position: fixed;
      top: 0; }
      .header .main-nav.stuck .main-map {
        display: block; }
    .header .main-nav ul li {
      display: inline;
      float: left; }
      .header .main-nav ul li a {
        display: block;
        font-size: 1.2em;
        color: white;
        padding: 10px 10px;
        text-decoration: none; }
      .header .main-nav ul li a {
        font-family: "adelle",serif;
        line-height: 20px;
        text-transform: uppercase;
        text-shadow: 1px 1px 1px rgba(37, 37, 37, 0.4);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .header .main-nav ul li a img {
          vertical-align: middle; }
        .header .main-nav ul li a.main-map {
          display: none; }
    .header .main-nav ul .menu-item-2101:hover a {
      background: #5c8820; }
    .header .main-nav ul .menu-item-2129:hover a {
      background: #1188ea; }
    .header .main-nav ul .menu-item-2128:hover a {
      background: #f5c211; }
    .header .main-nav ul .menu-item-2127:hover a {
      background: #d5653f; }
    .header .main-nav ul .menu-item-2126:hover a {
      background: #603477; }
    .header .main-nav ul .menu-item-2078:hover a {
      background: #5c8820; }
    .header .main-nav ul .menu-item-7257:hover a {
      background: #5c8820; }
    .header .main-nav ul .menu-item-15266:hover a {
      background: #5c8820; }
    .header .main-nav ul .menu-item-13305:hover a {
      background: #5c8820; }
    .header .main-nav ul .menu-item-15265:hover a {
      background: #5c8820; }
    .header .main-nav ul .menu-item-7256:hover a {
      background: #5c8820; }
    .header .main-nav ul .menu-item-7255:hover a {
      background: #5c8820; }
    .header .main-nav .search {
      float: right;
      padding: 6px 0 0; }
      .header .main-nav .search form input {
        display: inline-block;
        width: 140px;
        padding: 5px;
        color: #4d721b;
        background: #e8f2da;
        border: 0;
        float: left;
        -moz-border-radius-topleft: 8px;
        -webkit-border-top-left-radius: 8px;
        border-top-left-radius: 8px;
        -moz-border-radius-bottomleft: 8px;
        -webkit-border-bottom-left-radius: 8px;
        border-bottom-left-radius: 8px; }
        .header .main-nav .search form input:focus {
          outline: 0; }
      .header .main-nav .search form button {
        display: inline-block;
        background-color: #788e91;
        background-image: url();
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#788e91), to(#5f7173));
        background-image: -webkit-linear-gradient(top, #788e91, #5f7173);
        background-image: -moz-linear-gradient(top, #788e91, #5f7173);
        background-image: -ms-linear-gradient(top, #788e91, #5f7173);
        background-image: -o-linear-gradient(top, #788e91, #5f7173);
        padding: 5px;
        border: 0;
        color: white;
        text-shadow: 1px 1px 1px rgba(37, 37, 37, 0.4);
        -moz-border-radius-topright: 8px;
        -webkit-border-top-right-radius: 8px;
        border-top-right-radius: 8px;
        -moz-border-radius-bottomright: 8px;
        -webkit-border-bottom-right-radius: 8px;
        border-bottom-right-radius: 8px;
        float: left; }
        .header .main-nav .search form button:hover {
          background: #4d721b; }
        .header .main-nav .search form button:focus {
          outline: 0; }

.sunrise {
  background: #1963a9;
  height: 145px;
  margin-bottom: 78px; }

.daytime {
  background: #1963a9;
  height: 145px;
  margin-bottom: 78px; }

.sunset {
  background: #1963a9;
  height: 145px;
  margin-bottom: 78px; }

.nighttime {
  background: #1963a9;
  height: 145px;
  margin-bottom: 78px; }

.home-content {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
  height: 350px; }
  .home-content .home-cta {
    float: left; }
    .home-content .home-cta ul {
      position: relative; }
      .home-content .home-cta ul li {
        position: relative; }
        .home-content .home-cta ul li:hover {
          left: 5px; }
  .home-content .home-message {
    width: 55%;
    margin: 40px 0 0;
    float: right;
    z-index: 777; }
    .home-content .home-message section {
      height: 270px;
      display: none; }
    .home-content .home-message h1 {
      display: inline-block;
      font-size: 4em;
      color: #8dc63f;
      text-shadow: 3px 3px 2px rgba(37, 37, 37, 0.7);
      font-weight: 700; }
    .home-content .home-message h2 {
      display: inline-block;
      font-size: 2em;
      line-height: 1.5em;
      color: white;
      text-shadow: 2px 2px 1px rgba(37, 37, 37, 0.8);
      font-weight: 700; }

.home-map-locator {
  position: relative;
  width: 100%;
  height: 200px;
  z-index: 111; }
  .home-map-locator .home-gmap {
    position: absolute;
    width: 100%;
    background: #f4f3f0 url("../images/gmap-bg.png") no-repeat center center;
    height: 200px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 222;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0; }
    .home-map-locator .home-gmap .gmnoprint {
      display: none; }
  .home-map-locator .home-locator {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -350px;
    z-index: 666; }
    .home-map-locator .home-locator form {
      width: 680px;
      padding: 10px;
      margin: 0 auto;
      background: rgba(255, 255, 255, 0.9);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: 0 0 5px 0 #0f0f0f;
      -moz-box-shadow: 0 0 5px 0 #0f0f0f;
      box-shadow: 0 0 5px 0 #0f0f0f; }
      .home-map-locator .home-locator form .home-dropdown {
        float: left; }
      .home-map-locator .home-locator form .search-box, .home-map-locator .home-locator form .near-box {
        background: white;
        width: 100%;
        max-width: 233px;
        padding: 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        border: 0;
        float: left;
        -webkit-box-shadow: 0 0 2px 0 #5b5b5b;
        -moz-box-shadow: 0 0 2px 0 #5b5b5b;
        box-shadow: 0 0 2px 0 #5b5b5b; }
        .home-map-locator .home-locator form .search-box:focus, .home-map-locator .home-locator form .near-box:focus {
          outline: 0; }
      .home-map-locator .home-locator form label {
        color: #d5653f;
        font-size: 1.4em;
        font-weight: 700;
        text-transform: uppercase;
        float: left;
        padding: 10px; }
      .home-map-locator .home-locator form .search-btn {
        float: right;
        background: #1188ea;
        color: white;
        padding: 8px 15px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        border: 0;
        -webkit-box-shadow: 0 0 2px 0 #5b5b5b;
        -moz-box-shadow: 0 0 2px 0 #5b5b5b;
        box-shadow: 0 0 2px 0 #5b5b5b;
        margin: 0; }
        .home-map-locator .home-locator form .search-btn:hover {
          background: #1963a9; }

.park-video {
  background: white;
  padding: 1%;
  min-height: 309px;
  max-height: 309px;
  margin-top: 40px; }
  .park-video .video {
    width: 52%;
    float: left;
    cursor: pointer; }
    .park-video .video img {
      cursor: pointer; }
  .park-video .vid-content {
    width: 45%;
    float: left; }
    .park-video .vid-content .social-nav {
      padding-left: 8%; }
      .park-video .vid-content .social-nav li {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        margin-right: 10px; }
        .park-video .vid-content .social-nav li a {
          display: block;
          width: 34px;
          height: 34px;
          background: url("../images/social-nav.png") no-repeat;
          text-indent: -9999px; }
        .park-video .vid-content .social-nav li .fb {
          background-position: 0 bottom;
          background-size: 135px; }
          .park-video .vid-content .social-nav li .fb:hover {
            background-position: 0 top; }
        .park-video .vid-content .social-nav li .tw {
          background-position: -34px bottom;
          background-size: 135px; }
          .park-video .vid-content .social-nav li .tw:hover {
            background-position: -34px top; }
        .park-video .vid-content .social-nav li .yt {
          background-position: -68px bottom;
          background-size: 135px; }
          .park-video .vid-content .social-nav li .yt:hover {
            background-position: -68px top; }
        .park-video .vid-content .social-nav li .igram {
          background-position: -102px bottom;
          background-size: 135px; }
          .park-video .vid-content .social-nav li .igram:hover {
            background-position: -102px top; }
    .park-video .vid-content p {
      padding-top: 8%;
      padding-left: 8%;
      line-height: 1.7em; }
  .park-video h3 {
    background: #8dc63f;
    color: white;
    text-transform: uppercase;
    position: absolute;
    width: 153px;
    padding: 10px;
    font-size: 1.4em;
    font-weight: 700;
    -webkit-box-shadow: 0 0 2px 0 #999;
    -moz-box-shadow: 0 0 2px 0 #999;
    box-shadow: 0 0 2px 0 #999;
    margin-top: 10px;
    margin-left: -7px;
    padding-left: 20px; }

.home-cal {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 40px; }
  .home-cal h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-family: "adelle",serif; }
  .home-cal ul .event {
    width: 19.75%;
    height: 150px;
    margin-right: 0.1%;
    margin-bottom: 2px;
    background: white;
    float: left; }
    .home-cal ul .event .event-hdr {
      padding: 10px;
      line-height: 20px;
      background: #d5653f;
      color: white;
      font-size: 1.3em;
      font-weight: 700; }
    .home-cal ul .event ol {
      padding: 10px;
      height: 115px;
      overflow: auto; }
      .home-cal ul .event ol li {
        padding: 6px;
        background: #f2f2f2;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        margin: 1px 0;
        -webkit-box-shadow: 0 0 2px 0 #5b5b5b;
        -moz-box-shadow: 0 0 2px 0 #5b5b5b;
        box-shadow: 0 0 2px 0 #5b5b5b; }
        .home-cal ul .event ol li:hover {
          background: #e7e7e7; }
        .home-cal ul .event ol li a {
          font-size: 0.9em;
          color: #404040;
          text-decoration: none; }
          .home-cal ul .event ol li a:hover {
            color: black; }

.dyk-c {
  width: 100%;
  background: url("../images/dyk-bg.png") repeat;
  margin: 20px 0 -40px;
  padding: 20px 0;
  border-top: 1px solid #c0beb7; }
  .dyk-c .dyk {
    margin-top: 40px; }
    .dyk-c .dyk h2 {
      color: #d5653f;
      font-weight: 700;
      font-size: 4em;
      text-align: center;
      margin: 20px 0 10px; }
    .dyk-c .dyk small {
      display: block;
      text-transform: uppercase;
      color: #7c7972;
      text-align: center;
      font-size: .8em;
      font-weight: 700;
      margin: 0 0 20px 0; }
    .dyk-c .dyk .stat-c {
      float: left;
      margin: 10px 40px 0 0; }
      .dyk-c .dyk .stat-c .stat {
        width: 180px;
        height: 180px;
        margin: 0 20px;
        font-family: "adelle",serif;
        text-shadow: 1px 1px 1px rgba(37, 37, 37, 0.4); }
        .dyk-c .dyk .stat-c .stat .stat-circle {
          position: relative;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          text-align: center;
          color: white;
          border-radius: 100%;
          overflow: hidden;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -o-transform: scale(0);
          -ms-transform: scale(0);
          transform: scale(0);
          width: 180px;
          height: 180px; }
          .dyk-c .dyk .stat-c .stat .stat-circle:hover, .dyk-c .dyk .stat-c .stat .stat-circle .hover_effect {
            cursor: none;
            -webkit-user-select: none;
            -webkit-touch-callout: none; }
    .dyk-c .dyk .monuments-stat {
      pointer: cursor;
      background: url("../images/monument-graphic.png") no-repeat center center;
      font-size: 1em;
      line-height: 14px; }
      .dyk-c .dyk .monuments-stat .stat-circle {
        background: #eb5038; }
        .dyk-c .dyk .monuments-stat .stat-circle span {
          position: absolute;
          top: 39px;
          left: 13%; }
          .dyk-c .dyk .monuments-stat .stat-circle span small {
            color: #ffd2cb;
            font-size: 20%;
            padding: 25px 0 0; }
      .dyk-c .dyk .monuments-stat:hover .stat-circle, .dyk-c .dyk .monuments-stat .hover_effect {
        vertical-align: middle;
        opacity: 0.9;
        font-size: 7em;
        line-height: 20px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
    .dyk-c .dyk .parks-stat {
      pointer: cursor;
      background: url("../images/parks-graphic.png") no-repeat center center;
      font-size: 1em;
      line-height: 14px; }
      .dyk-c .dyk .parks-stat .stat-circle {
        background: #0d9644; }
        .dyk-c .dyk .parks-stat .stat-circle span {
          position: absolute;
          top: 35px;
          left: 13%; }
          .dyk-c .dyk .parks-stat .stat-circle span small {
            color: #8dc63f; }
      .dyk-c .dyk .parks-stat:hover .stat-circle, .dyk-c .dyk .parks-stat .hover_effect {
        vertical-align: middle;
        opacity: 0.9;
        font-size: 4em;
        line-height: 45px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
    .dyk-c .dyk .trails-stat {
      pointer: cursor;
      background: url("../images/trails-graphic.png") no-repeat center center;
      font-size: 1em;
      line-height: 14px; }
      .dyk-c .dyk .trails-stat .stat-circle {
        background: #f68a22; }
        .dyk-c .dyk .trails-stat .stat-circle span {
          position: absolute;
          top: 23px;
          left: 13%; }
          .dyk-c .dyk .trails-stat .stat-circle span small {
            margin: 0;
            color: white;
            font-size: 20%;
            padding: 10px 0 0; }
      .dyk-c .dyk .trails-stat:hover .stat-circle, .dyk-c .dyk .trails-stat .hover_effect {
        vertical-align: middle;
        opacity: 0.9;
        font-size: 6em;
        line-height: 27px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
    .dyk-c .dyk .fountains-stat {
      pointer: cursor;
      background: url("../images/fountains-graphic.png") no-repeat center center;
      margin: 0;
      font-size: 1em;
      line-height: 14px; }
      .dyk-c .dyk .fountains-stat .stat-circle {
        background: #25aae1; }
        .dyk-c .dyk .fountains-stat .stat-circle span {
          position: absolute;
          top: 49px;
          left: 25%; }
          .dyk-c .dyk .fountains-stat .stat-circle span small {
            color: white;
            font-size: 20%; }
      .dyk-c .dyk .fountains-stat:hover .stat-circle, .dyk-c .dyk .fountains-stat .hover_effect {
        vertical-align: middle;
        opacity: 0.9;
        font-size: 6em;
        line-height: 45px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }

.btm-three {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 0; }
  .btm-three .ftr-feed .col3 {
    background: white;
    position: relative;
    padding: 2%;
    min-height: 460px;
    -webkit-box-shadow: 0 0 3px 0 #3e3e3e;
    -moz-box-shadow: 0 0 3px 0 #3e3e3e;
    box-shadow: 0 0 3px 0 #3e3e3e; }
    .btm-three .ftr-feed .col3 .col3-img {
      margin: -20px -20px 10px;
      height: 175px;
      overflow: hidden; }
      .btm-three .ftr-feed .col3 .col3-img img {
        width: 100%; }
  .btm-three .ftr-feed h3 {
    position: absolute;
    min-width: 220px;
    top: 20px;
    left: -5px;
    padding: 10px;
    font-size: 1.4em;
    text-shadow: 1px 1px 1px rgba(37, 37, 37, 0.4);
    font-weight: 700;
    color: white;
    -webkit-box-shadow: 0 0 2px 0 #999;
    -moz-box-shadow: 0 0 2px 0 #999;
    box-shadow: 0 0 2px 0 #999; }
  .btm-three .ftr-feed .instagram-feed h3 {
    background: #1188ea; }
  .btm-three .ftr-feed .instagram-feed .instagram-main {
    float: left;
    width: 185px; }
    .btm-three .ftr-feed .instagram-feed .instagram-main img {
      width: 100%; }
  .btm-three .ftr-feed .instagram-feed .instagram-right {
    float: right; }
    .btm-three .ftr-feed .instagram-feed .instagram-right ul li {
      width: 90px;
      margin: 0 0 5px; }
      .btm-three .ftr-feed .instagram-feed .instagram-right ul li img {
        width: 100%; }
  .btm-three .ftr-feed .instagram-feed .instagram-left {
    clear: both; }
    .btm-three .ftr-feed .instagram-feed .instagram-left ul li {
      display: inline;
      float: left;
      width: 90px;
      margin: 0 5px 0 0; }
      .btm-three .ftr-feed .instagram-feed .instagram-left ul li:last-child {
        margin: 0; }
      .btm-three .ftr-feed .instagram-feed .instagram-left ul li img {
        width: 100%; }
  .btm-three .ftr-feed .featured-articles h3 {
    background: #d5653f; }
  .btm-three .ftr-feed .featured-articles article {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .btm-three .ftr-feed .featured-articles article h2 {
      font-size: 1.4em; }
      .btm-three .ftr-feed .featured-articles article h2 a {
        text-decoration: none;
        color: #272727; }
  .btm-three .ftr-feed .cc-signup h3 {
    background: #f5c211; }
  .btm-three .ftr-feed .cc-signup #mc_signup_form #mc-indicates-required {
    display: none; }
  .btm-three .ftr-feed .cc-signup #mc_signup_form .mc_merge_var {
    margin: 0 0 10px; }
    .btm-three .ftr-feed .cc-signup #mc_signup_form .mc_merge_var label {
      margin: 0 0 3px;
      color: #484848; }
    .btm-three .ftr-feed .cc-signup #mc_signup_form .mc_merge_var input[type="text"] {
      width: 94%;
      padding: 3%;
      background: white;
      border: 1px solid #cacaca;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
    .btm-three .ftr-feed .cc-signup #mc_signup_form .mc_merge_var .mc_required {
      display: none; }
  .btm-three .ftr-feed .cc-signup #mc_signup_form .mc_interest input {
    margin: 5px 0; }
  .btm-three .ftr-feed .cc-signup #mc_signup_form .mc_interest label {
    font-size: 1em; }
  .btm-three .ftr-feed .cc-signup #mc_signup_form .button {
    float: right;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    padding: 5px 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #8dc63f;
    color: white;
    border: 1px solid #5c8820;
    text-shadow: 1px 1px 1px rgba(37, 37, 37, 0.4);
    text-decoration: none; }
    .btm-three .ftr-feed .cc-signup #mc_signup_form .button:hover {
      background: #5c8820; }

.post-type-archive-park h1, .single-park h1 {
  color: #8dc63f; }

.arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: rgba(37, 37, 37, 0.8); }

.collection .hdr {
  padding: 40px 0 20px; }
  .collection .hdr img {
    float: left; }
  .collection .hdr h1 {
    font-size: 3.7em;
    padding: 0 0 0 10px;
    overflow: hidden; }
.collection .archive-filter {
  width: 85%;
  position: relative;
  z-index: 8888; }
  .collection .archive-filter h5 {
    font-size: .9em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px; }
  .collection .archive-filter .wp-tag-cloud {
    width: 100%; }
    .collection .archive-filter .wp-tag-cloud li {
      display: inline;
      float: left;
      margin: 0 10px 10px 0; }
      .collection .archive-filter .wp-tag-cloud li a {
        display: block;
        padding: 7px 14px;
        font-size: 1.4em;
        background: white;
        -webkit-box-shadow: 0 0 2px 0 #5b5b5b;
        -moz-box-shadow: 0 0 2px 0 #5b5b5b;
        box-shadow: 0 0 2px 0 #5b5b5b;
        color: #1188ea;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        text-decoration: none; }
        .collection .archive-filter .wp-tag-cloud li a:hover {
          background: #1188ea;
          color: white; }
      .collection .archive-filter .wp-tag-cloud li .children {
        display: none;
        position: absolute;
        width: 100%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden; }
        .collection .archive-filter .wp-tag-cloud li .children li {
          display: inline;
          float: left; }
          .collection .archive-filter .wp-tag-cloud li .children li a {
            display: block; }
            .collection .archive-filter .wp-tag-cloud li .children li a:hover {
              color: #272727 !important; }
    .collection .archive-filter .wp-tag-cloud .parent a {
      padding: 7px 26px 7px 14px;
      background: white url("../images/down-arrow.png") no-repeat 91% center; }
  .collection .archive-filter .park .wp-tag-cloud li.current-cat a, .collection .archive-filter .park .wp-tag-cloud li.current-cat-parent a {
    background: #8dc63f;
    color: white; }
  .collection .archive-filter .park .wp-tag-cloud li a {
    color: #8dc63f; }
    .collection .archive-filter .park .wp-tag-cloud li a:hover {
      background: #8dc63f;
      color: white; }
  .collection .archive-filter .park .wp-tag-cloud li .children {
    background: #8dc63f; }
    .collection .archive-filter .park .wp-tag-cloud li .children li a {
      color: #8dc63f;
      background: white; }
  .collection .archive-filter .recreation .wp-tag-cloud li.current-cat a, .collection .archive-filter .recreation .wp-tag-cloud li.current-cat-parent a {
    background: #1188ea;
    color: white; }
  .collection .archive-filter .recreation .wp-tag-cloud li a {
    color: #1188ea; }
    .collection .archive-filter .recreation .wp-tag-cloud li a:hover {
      background: #1188ea;
      color: white; }
  .collection .archive-filter .recreation .wp-tag-cloud li .children {
    background: #1188ea; }
    .collection .archive-filter .recreation .wp-tag-cloud li .children li a {
      color: #1188ea;
      background: white; }
  .collection .archive-filter .athletic .wp-tag-cloud li.current-cat a, .collection .archive-filter .athletic .wp-tag-cloud li.current-cat-parent a {
    background: #1188ea;
    color: white; }
  .collection .archive-filter .athletic .wp-tag-cloud li a {
    color: #1188ea; }
    .collection .archive-filter .athletic .wp-tag-cloud li a:hover {
      background: #1188ea;
      color: white; }
  .collection .archive-filter .athletic .wp-tag-cloud li .children {
    background: #1188ea; }
    .collection .archive-filter .athletic .wp-tag-cloud li .children li a {
      color: #1188ea;
      background: white; }
  .collection .archive-filter .facility .wp-tag-cloud li.current-cat a, .collection .archive-filter .facility .wp-tag-cloud li.current-cat-parent a {
    background: #f5c211;
    color: white; }
  .collection .archive-filter .facility .wp-tag-cloud li a {
    color: #f5c211; }
    .collection .archive-filter .facility .wp-tag-cloud li a:hover {
      background: #f5c211;
      color: white; }
  .collection .archive-filter .facility .wp-tag-cloud li .children {
    background: #f5c211; }
    .collection .archive-filter .facility .wp-tag-cloud li .children li a {
      color: #f5c211;
      background: white; }
  .collection .archive-filter .program .wp-tag-cloud li.current-cat a, .collection .archive-filter .program .wp-tag-cloud li.current-cat-parent a {
    background: #ea823c;
    color: white; }
  .collection .archive-filter .program .wp-tag-cloud li a {
    color: #ea823c; }
    .collection .archive-filter .program .wp-tag-cloud li a:hover {
      background: #ea823c;
      color: white; }
  .collection .archive-filter .program .wp-tag-cloud li .children {
    background: #ea823c; }
    .collection .archive-filter .program .wp-tag-cloud li .children li a {
      color: #ea823c;
      background: white; }
  .collection .archive-filter .attraction .wp-tag-cloud li.current-cat a, .collection .archive-filter .attraction .wp-tag-cloud li.current-cat-parent a {
    background: #d5653f;
    color: white; }
  .collection .archive-filter .attraction .wp-tag-cloud li a {
    color: #d5653f; }
    .collection .archive-filter .attraction .wp-tag-cloud li a:hover {
      background: #d5653f;
      color: white; }
  .collection .archive-filter .attraction .wp-tag-cloud li .children {
    background: #d5653f; }
    .collection .archive-filter .attraction .wp-tag-cloud li .children li a {
      color: #d5653f;
      background: white; }
  .collection .archive-filter .fountain .wp-tag-cloud li.current-cat a, .collection .archive-filter .fountain .wp-tag-cloud li.current-cat-parent a {
    background: #603477;
    color: white; }
  .collection .archive-filter .fountain .wp-tag-cloud li a {
    color: #603477; }
    .collection .archive-filter .fountain .wp-tag-cloud li a:hover {
      background: #603477;
      color: white; }
  .collection .archive-filter .fountain .wp-tag-cloud li .children {
    background: #603477; }
    .collection .archive-filter .fountain .wp-tag-cloud li .children li a {
      color: #603477;
      background: white; }
.collection .archive-tile {
  position: relative;
  background: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 #5b5b5b;
  -moz-box-shadow: 0 0 2px 0 #5b5b5b;
  box-shadow: 0 0 2px 0 #5b5b5b;
  min-height: 280px; }
  .collection .archive-tile .tile-img {
    height: 133px;
    overflow: hidden; }
    .collection .archive-tile .tile-img img {
      width: 100%; }
  .collection .archive-tile h2 {
    line-height: 1.1em;
    padding: 5px 15px 0;
    font-weight: 700;
    font-size: 1.3em; }
    .collection .archive-tile h2 a {
      display: block;
      text-transform: uppercase;
      text-decoration: none;
      color: #473727; }
  .collection .archive-tile .tile-text {
    position: relative;
    padding: 0 15px 15px;
    z-index: 333; }
    .collection .archive-tile .tile-text p {
      font-size: 1em; }
  .collection .archive-tile .frost {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: url("../images/frost-50.png") repeat-x center center;
    height: 50px;
    z-index: 666; }
    .collection .archive-tile .frost a {
      margin: 6px 27%; }
.collection .park-content {
  position: relative;
  width: 74%;
  min-height: 350px;
  float: left;
  margin: 20px 0 0 0; }
.collection .park-sb {
  width: 26%;
  float: right;
  margin: 20px 0 0; }
  .collection .park-sb .sb-menu li {
    margin: 0 0 2px 0;
    font-family: "adelle",serif; }
    .collection .park-sb .sb-menu li a {
      display: block;
      font-size: 1.2em;
      line-height: 20px;
      padding: 8px 15px;
      text-decoration: none;
      color: white; }
      .collection .park-sb .sb-menu li a:hover {
        background: white;
        color: #473727; }
        .collection .park-sb .sb-menu li a:hover .grid-view {
          background-position: center top; }
      .collection .park-sb .sb-menu li a .grid-view {
        display: block;
        width: 20px;
        height: 20px;
        float: right;
        background: url("../images/grid-icon.png") no-repeat center bottom;
        overflow: hidden; }
  .collection .park-sb .sb-menu .parent {
    padding: 5px 0 10px 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .9em;
    color: #473727; }
    .collection .park-sb .sb-menu .parent a {
      color: #473727;
      background: none !important;
      padding: 0; }
      .collection .park-sb .sb-menu .parent a:hover {
        background: none;
        color: #8dc63f; }
  .collection .park-sb .sb-menu .active {
    padding: 15px;
    background: white;
    color: #473727;
    margin-left: -5px; }

.sb-menu li ul {
  display: none; }

.single-map h1 {
  margin: 20px 0;
  font-size: 3.7em;
  float: left;
  width: 70%; }
.single-map .park-share {
  float: right;
  width: 30%;
  margin: 35px 0 0;
  color: #7c7972;
  text-align: right; }
  .single-map .park-share .stButton .chicklets {
    color: #7c7972;
    font-family: inherit; }
.single-map .park-hdr-c {
  background: url("../images/park-hdr-bg.png") no-repeat center center;
  margin: 0 auto; }
  .single-map .park-hdr-c .park-hdr {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    .single-map .park-hdr-c .park-hdr .hdr-img {
      width: 65%;
      float: left; }
      .single-map .park-hdr-c .park-hdr .hdr-img img {
        width: 100%; }
    .single-map .park-hdr-c .park-hdr .hdr-map {
      position: relative;
      width: 35%;
      height: 366px;
      float: right; }
      .single-map .park-hdr-c .park-hdr .hdr-map #map_canvas_park {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 333; }
.single-map .park-content {
  position: relative;
  width: 64%;
  min-height: 350px;
  background: white;
  float: left;
  -webkit-box-shadow: 0 0 2px 0 #5b5b5b;
  -moz-box-shadow: 0 0 2px 0 #5b5b5b;
  box-shadow: 0 0 2px 0 #5b5b5b;
  margin: 20px 0 0 0; }
  .single-map .park-content .park-tabs {
    position: relative;
    z-index: 444;
    background: white; }
    .single-map .park-content .park-tabs .nav {
      background: url(../images/tabs-bg.jpg) repeat-x center bottom;
      overflow: hidden;
      border-bottom: 5px solid #8dc63f; }
      .single-map .park-content .park-tabs .nav li {
        display: inline;
        float: left;
        border-right: 1px solid #9e9898; }
        .single-map .park-content .park-tabs .nav li:last-child {
          border: 0; }
        .single-map .park-content .park-tabs .nav li a {
          display: block;
          background: url(../images/tabs-bg.jpg) repeat-x center bottom;
          font-family: "adelle",serif;
          padding: 15px 25px;
          text-decoration: none;
          color: #473727; }
          .single-map .park-content .park-tabs .nav li a:hover {
            background-position: center -71px; }
        .single-map .park-content .park-tabs .nav li .current {
          background: #8dc63f;
          color: white; }
    .single-map .park-content .park-tabs .list-wrap {
      clear: left;
      height: auto !important; }
      .single-map .park-content .park-tabs .list-wrap ul {
        background: white; }
        .single-map .park-content .park-tabs .list-wrap ul li {
          padding: 2%; }
          .single-map .park-content .park-tabs .list-wrap ul li .park-info {
            background: url(../images/kcpr-bg1.jpg) repeat;
            z-index: 666;
            -webkit-box-shadow: 0 0 3px 0 #3e3e3e;
            -moz-box-shadow: 0 0 3px 0 #3e3e3e;
            box-shadow: 0 0 3px 0 #3e3e3e;
            margin: 0 0 20px; }
            .single-map .park-content .park-tabs .list-wrap ul li .park-info h3 {
              padding: 10px;
              color: white;
              background: url(../images/info-bg.jpg) repeat; }
            .single-map .park-content .park-tabs .list-wrap ul li .park-info .info-local {
              padding: 0 10px 10px; }
              .single-map .park-content .park-tabs .list-wrap ul li .park-info .info-local h4 {
                color: #1188ea;
                font-size: 1em;
                text-transform: uppercase;
                margin: 20px 0 3px; }
          .single-map .park-content .park-tabs .list-wrap ul li h2 {
            margin: 15px 0 5px 0; }
          .single-map .park-content .park-tabs .list-wrap ul li p {
            margin: 0 0 10px; }
          .single-map .park-content .park-tabs .list-wrap ul li ol, .single-map .park-content .park-tabs .list-wrap ul li .wp-tag-cloud {
            list-style: none !important; }
            .single-map .park-content .park-tabs .list-wrap ul li ol li, .single-map .park-content .park-tabs .list-wrap ul li .wp-tag-cloud li {
              padding: 15px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              -ms-border-radius: 4px;
              -o-border-radius: 4px;
              border-radius: 4px;
              border: 1px solid #dadada;
              float: left;
              margin: 0 10px 10px 0;
              font-size: 1.3em; }
              .single-map .park-content .park-tabs .list-wrap ul li ol li .date, .single-map .park-content .park-tabs .list-wrap ul li .wp-tag-cloud li .date {
                display: inline-block;
                padding: 18px;
                background: #1188ea;
                color: white;
                font-size: .9em;
                font-weight: 700;
                margin: -15px 10px -15px -15px; }
              .single-map .park-content .park-tabs .list-wrap ul li ol li:hover, .single-map .park-content .park-tabs .list-wrap ul li .wp-tag-cloud li:hover {
                -webkit-box-shadow: 0 0 2px 0 #5b5b5b;
                -moz-box-shadow: 0 0 2px 0 #5b5b5b;
                box-shadow: 0 0 2px 0 #5b5b5b; }
          .single-map .park-content .park-tabs .list-wrap ul li ul {
            padding: 20px;
            list-style: disc; }
.single-map .park-sb {
  width: 34%;
  float: right;
  margin: 20px 0 0; }
  .single-map .park-sb .featured-articles {
    width: 100%;
    background: white;
    position: relative;
    padding: 2%;
    min-height: 350px;
    -webkit-box-shadow: 0 0 3px 0 #3e3e3e;
    -moz-box-shadow: 0 0 3px 0 #3e3e3e;
    box-shadow: 0 0 3px 0 #3e3e3e;
    overflow: hidden; }
    .single-map .park-sb .featured-articles h3 {
      position: absolute;
      background: #1188ea;
      min-width: 220px;
      top: 20px;
      left: -5px;
      padding: 10px;
      font-size: 1.4em;
      text-shadow: 1px 1px 1px rgba(37, 37, 37, 0.4);
      font-weight: 700;
      color: white;
      -webkit-box-shadow: 0 0 2px 0 #999;
      -moz-box-shadow: 0 0 2px 0 #999;
      box-shadow: 0 0 2px 0 #999; }
    .single-map .park-sb .featured-articles .col3-img {
      margin: -20px -20px 10px;
      height: 175px;
      overflow: hidden; }
      .single-map .park-sb .featured-articles .col3-img img {
        width: 100%; }
    .single-map .park-sb .featured-articles article {
      padding: 10px;
      position: relative;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }

.single-page .park-hdr-c {
  margin: 20px 0 0; }
  .single-page .park-hdr-c .park-hdr {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    .single-page .park-hdr-c .park-hdr h1 {
      margin: 20px 0 0;
      font-size: 3.7em;
      float: left; }
  .single-page .park-hdr-c .search-hdr {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    .single-page .park-hdr-c .search-hdr h1 {
      margin: 20px 0 0;
      font-size: 3.7em; }
.single-page .park-content {
  position: relative;
  width: 72%;
  min-height: 350px;
  padding: 2%;
  background: white;
  float: left;
  -webkit-box-shadow: 0 0 2px 0 #5b5b5b;
  -moz-box-shadow: 0 0 2px 0 #5b5b5b;
  box-shadow: 0 0 2px 0 #5b5b5b;
  margin: 20px 0 0 0; }
  .single-page .park-content p {
    padding: 10px 0; }
.single-page .park-sb {
  width: 28%;
  float: right;
  margin: 20px 0 0; }
  .single-page .park-sb .sb-menu li {
    margin: 0 0 2px 0;
    font-family: "adelle",serif; }
    .single-page .park-sb .sb-menu li a {
      display: block;
      font-size: 1.2em;
      background: #473727;
      line-height: 20px;
      padding: 8px 15px;
      text-decoration: none;
      color: white; }
      .single-page .park-sb .sb-menu li a:hover {
        background: white;
        color: #473727; }
        .single-page .park-sb .sb-menu li a:hover .grid-view {
          background-position: center top; }
      .single-page .park-sb .sb-menu li a .grid-view {
        display: block;
        width: 20px;
        height: 20px;
        float: right;
        background: url("../images/grid-icon.png") no-repeat center bottom;
        overflow: hidden; }
  .single-page .park-sb .sb-menu .parent {
    padding: 5px 0 10px 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .9em;
    color: #473727; }
    .single-page .park-sb .sb-menu .parent a {
      color: #473727;
      background: none !important;
      padding: 0; }
      .single-page .park-sb .sb-menu .parent a:hover {
        background: none;
        color: #8dc63f; }
  .single-page .park-sb .sb-menu .active {
    padding: 15px;
    background: white;
    color: #473727;
    margin-left: -5px; }
.single-page .blog-content {
  position: relative;
  width: 70%;
  min-height: 350px;
  padding: 2%;
  background: white;
  float: left;
  -webkit-box-shadow: 0 0 2px 0 #5b5b5b;
  -moz-box-shadow: 0 0 2px 0 #5b5b5b;
  box-shadow: 0 0 2px 0 #5b5b5b;
  margin: 20px 0 0 0; }
  .single-page .blog-content .event ol, .single-page .blog-content .event .wp-tag-cloud {
    list-style: none;
    overflow: hidden; }
    .single-page .blog-content .event ol li, .single-page .blog-content .event .wp-tag-cloud li {
      padding: 15px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      border: 1px solid #dadada;
      display: inline;
      float: left;
      margin: 0 10px 10px 0;
      font-size: 1.3em; }
      .single-page .blog-content .event ol li .date, .single-page .blog-content .event .wp-tag-cloud li .date {
        display: block;
        padding: 18px;
        background: #1188ea;
        color: white;
        font-size: .9em;
        font-weight: 700;
        margin: -15px 10px -15px -15px; }
      .single-page .blog-content .event ol li:hover, .single-page .blog-content .event .wp-tag-cloud li:hover {
        -webkit-box-shadow: 0 0 2px 0 #5b5b5b;
        -moz-box-shadow: 0 0 2px 0 #5b5b5b;
        box-shadow: 0 0 2px 0 #5b5b5b; }
  .single-page .blog-content .event h3 {
    color: #1188ea;
    margin: 0 0 5px; }
  .single-page .blog-content .feed li article {
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px; }
    .single-page .blog-content .feed li article h2 {
      margin: 15px 0; }
      .single-page .blog-content .feed li article h2 a {
        color: #8dc63f;
        text-decoration: none; }
  .single-page .blog-content .feed-date {
    display: inline-block;
    background: #1188ea;
    padding: 10px;
    font-size: 1.2em;
    text-shadow: 1px 1px 1px rgba(37, 37, 37, 0.4);
    font-weight: 700;
    color: white;
    -webkit-box-shadow: 0 0 2px 0 #999;
    -moz-box-shadow: 0 0 2px 0 #999;
    box-shadow: 0 0 2px 0 #999;
    margin: 5px 0 5px -30px; }
  .single-page .blog-content .search-date {
    padding: 10px;
    color: #cacaca;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px; }
.single-page .blog-sb {
  width: 26%;
  float: right;
  margin: 20px 0 0; }
  .single-page .blog-sb .sb-menu li {
    margin: 0 0 1px 0; }
    .single-page .blog-sb .sb-menu li a {
      display: block;
      padding: 15px;
      text-decoration: none;
      color: white; }
      .single-page .blog-sb .sb-menu li a:hover {
        background: white;
        color: #473727; }
  .single-page .blog-sb .sb-menu .parent {
    padding: 5px 0 10px 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .9em;
    color: #473727; }
    .single-page .blog-sb .sb-menu .parent a {
      color: #473727;
      background: none !important;
      padding: 0; }
      .single-page .blog-sb .sb-menu .parent a:hover {
        background: none;
        color: #8dc63f; }
  .single-page .blog-sb .sb-menu .active {
    padding: 15px;
    background: #f2f2f2;
    color: #473727;
    border-right: 4px solid #d5653f; }
  .single-page .blog-sb .widget {
    padding: 15px 0 15px 10px;
    border-top: 1px dashed #bbb; }
    .single-page .blog-sb .widget h3 {
      margin: 0 0 5px; }
    .single-page .blog-sb .widget ul li {
      margin: 5px 0; }
      .single-page .blog-sb .widget ul li a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #272727;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px; }
        .single-page .blog-sb .widget ul li a:hover {
          background: white;
          background: #1188ea; }
      .single-page .blog-sb .widget ul li span {
        display: block;
        padding: 10px; }
    .single-page .blog-sb .widget .other-events-location li, .single-page .blog-sb .widget .other-events-date li {
      position: relative;
      overflow: hidden; }
      .single-page .blog-sb .widget .other-events-location li span, .single-page .blog-sb .widget .other-events-date li span {
        position: absolute;
        top: 0;
        right: 0;
        padding: 5px;
        background: #d5653f;
        color: white;
        z-index: 999;
        font-size: .8em; }
      .single-page .blog-sb .widget .other-events-location li a, .single-page .blog-sb .widget .other-events-date li a {
        position: relative;
        z-index: 888; }

.park .park-sb .sb-menu li a {
  background: #8dc63f url("../images/page-menu-bg.png") repeat-y; }

.recreation .park-sb .sb-menu li a {
  background: #1188ea url("../images/page-menu-bg.png") repeat-y; }

.athletic .park-sb .sb-menu li a {
  background: #1188ea url("../images/page-menu-bg.png") repeat-y; }

.program .park-sb .sb-menu li a {
  background: #ea823c url("../images/page-menu-bg.png") repeat-y; }

.facility .park-sb .sb-menu li a {
  background: #f5c211 url("../images/page-menu-bg.png") repeat-y; }

.attraction .park-sb .sb-menu li a {
  background: #d5653f url("../images/page-menu-bg.png") repeat-y; }

.fountain .park-sb .sb-menu li a {
  background: #603477 url("../images/page-menu-bg.png") repeat-y; }

.post-type-archive .collection .park-sb .sb-menu .parent a {
  background: none !important; }

.map-c {
  position: absolute;
  top: 15px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0; }
  .map-c .ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -10px;
    z-index: 9999; }
  .map-c .map-controls-c {
    position: absolute;
    width: 220px;
    padding: 15px;
    background: rgba(36, 36, 36, 0.9);
    top: 30px;
    left: 10px;
    bottom: 10px;
    color: white;
    z-index: 666;
    overflow: auto; }
    .map-c .map-controls-c .map-controls-hdr {
      position: relative;
      /* padding: 10px; margin: 0 0 10px; background: rgba(0,0,0,.6); @include border-radius(4px); @include box-shadow(0 0 5px 0 #0f0f0f); text-align: center; */ }
      .map-c .map-controls-c .map-controls-hdr .map-controls-close {
        position: absolute;
        top: -10px;
        left: -10px;
        height: 16px;
        width: 16px;
        background: url("../images/map-controls-close.png") no-repeat center bottom;
        text-indent: -9999px; }
        .map-c .map-controls-c .map-controls-hdr .map-controls-close:hover {
          background-position: center top; }
      .map-c .map-controls-c .map-controls-hdr h3 {
        color: white;
        font-size: 1.4em;
        line-height: 1.2em; }
      .map-c .map-controls-c .map-controls-hdr p {
        color: white;
        margin: 0 0 10px;
        font-size: 1em;
        line-height: 1.2em; }
    .map-c .map-controls-c .zoom-location {
      border-bottom: 1px solid #8dc63f;
      color: #8dc63f;
      text-decoration: none;
      font-size: 1.2em;
      display: block;
      margin: 10px 0;
      padding: 8px 0;
      text-align: center; }
      .map-c .map-controls-c .zoom-location:hover {
        color: white; }
      .map-c .map-controls-c .zoom-location img {
        vertical-align: middle; }
    .map-c .map-controls-c .checklist li {
      margin: 5px 0 0;
      position: relative;
      opacity: 0.9; }
      .map-c .map-controls-c .checklist li:hover {
        opacity: 1; }
      .map-c .map-controls-c .checklist li input {
        display: none; }
      .map-c .map-controls-c .checklist li label {
        position: absolute;
        top: 3px;
        left: 95px; }
      .map-c .map-controls-c .checklist li a {
        display: block;
        width: 85px;
        height: 23px;
        background: url("../images/select.png") no-repeat left bottom;
        text-indent: -9999px; }
      .map-c .map-controls-c .checklist li .hide-pin {
        background-position: left top; }
      .map-c .map-controls-c .checklist li ul {
        margin: 0 0 10px 10px; }
        .map-c .map-controls-c .checklist li ul li label {
          left: 37px; }
        .map-c .map-controls-c .checklist li ul li a {
          width: 27px; }
    .map-c .map-controls-c .map-c-search {
      margin-top: 20px;
      padding: 10px;
      margin: 0 auto;
      background: rgba(0, 0, 0, 0.6);
      overflow: hidden;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: 0 0 5px 0 #0f0f0f;
      -moz-box-shadow: 0 0 5px 0 #0f0f0f;
      box-shadow: 0 0 5px 0 #0f0f0f; }
      .map-c .map-controls-c .map-c-search p {
        color: white;
        margin: 0 0 10px;
        text-align: center;
        font-size: 1em;
        line-height: 1.2em; }
      .map-c .map-controls-c .map-c-search input {
        background: white;
        width: 75%;
        padding: 10px;
        -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border: 0;
        -webkit-box-shadow: 0 0 2px 0 #5b5b5b;
        -moz-box-shadow: 0 0 2px 0 #5b5b5b;
        box-shadow: 0 0 2px 0 #5b5b5b;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left; }
        .map-c .map-controls-c .map-c-search input:focus {
          outline: 0; }
      .map-c .map-controls-c .map-c-search .btn {
        float: left;
        width: 25%;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        padding: 7px 0 8px; }
      .map-c .map-controls-c .map-c-search label {
        display: block;
        color: #d5653f;
        font-size: 1.4em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        padding: 10px; }
  .map-c #map_canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 333; }
  .map-c .map-overlay-c {
    width: 293px;
    height: 289px;
    padding: 27px 22px 0;
    background: url("../images/overlay-shadow.png") no-repeat center center; }
    .map-c .map-overlay-c .map-overlay {
      position: relative;
      width: 293px;
      height: 269px;
      -webkit-box-shadow: 0px 0px 0px -1px #212121;
      -moz-box-shadow: 0px 0px 0px -1px #212121;
      box-shadow: 0px 0px 0px -1px #212121; }
      .map-c .map-overlay-c .map-overlay .close {
        position: absolute;
        top: -10px;
        left: -10px;
        height: 20px;
        width: 20px;
        background: url("../images/close-20.png") no-repeat center bottom;
        text-indent: -9999px; }
        .map-c .map-overlay-c .map-overlay .close:hover {
          background-position: center top; }
    .map-c .map-overlay-c .park {
      background: url("../images/parks-overlay.png") no-repeat center center; }
    .map-c .map-overlay-c .attraction {
      background: url("../images/overlay-attraction.png") no-repeat center center; }
    .map-c .map-overlay-c .program {
      background: url("../images/overlay-program.png") no-repeat center center; }
    .map-c .map-overlay-c .facility {
      background: url("../images/overlay-facility.png") no-repeat center center; }
    .map-c .map-overlay-c .recreation {
      background: url("../images/overlay-recreation.png") no-repeat center center; }
    .map-c .map-overlay-c .athletic {
      background: url("../images/overlay-recreation.png") no-repeat center center; }
    .map-c .map-overlay-c .fountain {
      background: url("../images/overlay-fountain.png") no-repeat center center; }
    .map-c .map-overlay-c .overlay-hdr {
      padding: 10px;
      color: white;
      font-size: 1.2em; }
    .map-c .map-overlay-c .overlay-info {
      padding: 5px 10px; }
      .map-c .map-overlay-c .overlay-info .overlay-btn-group li {
        display: inline;
        float: left;
        margin: 0 2px; }
        .map-c .map-overlay-c .overlay-info .overlay-btn-group li a, .map-c .map-overlay-c .overlay-info .overlay-btn-group li input {
          font-size: .9em;
          margin-top: 0; }

.map-overlay-c {
  width: 293px;
  height: 289px;
  padding: 27px 22px 0;
  background: url("../images/overlay-shadow.png") no-repeat center center; }
  .map-overlay-c .map-overlay {
    position: relative;
    width: 293px;
    height: 269px;
    -webkit-box-shadow: 0px 0px 0px -1px #212121;
    -moz-box-shadow: 0px 0px 0px -1px #212121;
    box-shadow: 0px 0px 0px -1px #212121; }
    .map-overlay-c .map-overlay .close {
      position: absolute;
      top: -10px;
      left: -10px;
      height: 20px;
      width: 20px;
      background: url("../images/close-20.png") no-repeat center bottom;
      text-indent: -9999px; }
      .map-overlay-c .map-overlay .close:hover {
        background-position: center top; }
  .map-overlay-c .park {
    background: url("../images/parks-overlay.png") no-repeat center center; }
  .map-overlay-c .attraction {
    background: url("../images/overlay-attraction.png") no-repeat center center; }
  .map-overlay-c .facility {
    background: url("../images/overlay-facility.png") no-repeat center center; }
  .map-overlay-c .program {
    background: url("../images/overlay-program.png") no-repeat center center; }
  .map-overlay-c .recreation {
    background: url("../images/overlay-recreation.png") no-repeat center center; }
  .map-overlay-c .athletic {
    background: url("../images/overlay-recreation.png") no-repeat center center; }
  .map-overlay-c .fountain {
    background: url("../images/overlay-fountain.png") no-repeat center center; }
  .map-overlay-c .overlay-hdr {
    padding: 10px;
    color: white;
    font-size: 1.2em; }
  .map-overlay-c .overlay-info {
    padding: 5px 10px; }
    .map-overlay-c .overlay-info .overlay-btn-group li {
      display: inline;
      float: left;
      margin: 0 2px; }
      .map-overlay-c .overlay-info .overlay-btn-group li a, .map-overlay-c .overlay-info .overlay-btn-group li input {
        font-size: .9em;
        margin-top: 0; }

.cal-c {
  max-width: 1000px;
  margin: 0 auto; }
  .cal-c .cal-list {
    width: 76%;
    float: left; }
    .cal-c .cal-list .list-day {
      display: block;
      padding: 5px 10px;
      line-height: 20px;
      color: white;
      background: #d5653f;
      font-size: 1.3em;
      font-weight: 700;
      margin: 20px 0 5px; }
    .cal-c .cal-list .list-event a {
      display: block;
      padding: 10px;
      color: #404040;
      text-decoration: none;
      background: #fff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      border: 1px solid #e8e8e8;
      margin: 5px 0; }
      .cal-c .cal-list .list-event a:hover {
        background: #f2f2f2;
        -webkit-box-shadow: 0 0 2px 0 #5b5b5b;
        -moz-box-shadow: 0 0 2px 0 #5b5b5b;
        box-shadow: 0 0 2px 0 #5b5b5b; }
  .cal-c .sb {
    width: 20%;
    float: right;
    margin-top: 20px; }
    .cal-c .sb h4 {
      font-size: 1em;
      font-weight: 700;
      text-transform: uppercase; }
    .cal-c .sb ul li a {
      display: block;
      padding: 10px;
      text-decoration: none;
      color: #272727;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
      .cal-c .sb ul li a:hover {
        background: white; }
    .cal-c .sb ul li span {
      display: block;
      padding: 10px;
      border-left: 3px solid #d5653f; }
  .cal-c .pagination {
    padding: 20px 0; }
    .cal-c .pagination a {
      display: inline-block;
      padding: 5px;
      text-decoration: none;
      background: #d5653f;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      margin: 0 3px 0 0;
      color: white; }
  .cal-c .cal-controls {
    margin: 20px 0; }
    .cal-c .cal-controls .cal-view {
      float: right;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      overflow: hidden;
      border: 1px solid #5c8820; }
      .cal-c .cal-controls .cal-view li {
        display: inline;
        float: left;
        background: #5c8820;
        color: #93cf41; }
        .cal-c .cal-controls .cal-view li a {
          display: block;
          padding: 10px 15px;
          background: #8dc63f;
          text-decoration: none;
          color: #e1edd1; }
          .cal-c .cal-controls .cal-view li a:hover {
            color: white; }
        .cal-c .cal-controls .cal-view li span {
          display: block;
          padding: 10px 15px; }
  .cal-c .hdr {
    padding: 40px 0 20px; }
    .cal-c .hdr img {
      float: left; }
    .cal-c .hdr h1 {
      font-size: 3.7em;
      padding: 0 0 0 10px;
      overflow: hidden;
      float: left; }
  .cal-c .days {
    width: 100%;
    clear: both; }
    .cal-c .days ul li {
      display: inline;
      width: 14.2857%;
      float: left;
      padding: 15px 0;
      text-transform: uppercase;
      font-weight: 700;
      text-align: center; }
  .cal-c .cal {
    -webkit-box-shadow: 0 0 6px 1px #ccc;
    -moz-box-shadow: 0 0 6px 1px #ccc;
    box-shadow: 0 0 6px 1px #ccc;
    background: #f2f2f2;
    margin-bottom: 150px; }
    .cal-c .cal ul li {
      width: 14.1857%;
      height: 190px;
      margin-right: 0.1%;
      margin-bottom: 2px;
      background: white;
      float: left;
      -webkit-overflow-scrolling: touch; }
      .cal-c .cal ul li .day {
        display: block;
        padding: 5px 10px;
        line-height: 20px;
        color: white;
        background: #d5653f;
        font-size: 1.3em;
        font-weight: 700; }
      .cal-c .cal ul li ol {
        padding: 1px 10px;
        height: 155px;
        overflow: auto; }
        .cal-c .cal ul li ol.scrolled {
          -moz-animation: glow 2.5s linear 2.5s infinite;
          -webkit-animation: glow 2.5s linear 2.5s infinite;
          -o-animation: glow 2.5s linear 2.5s infinite;
          -ms-animation: glow 2.5s linear 2.5s infinite;
          -khtml-animation: glow 2.5s linear 2.5s infinite;
          animation: glow 2.5s linear 2.5s infinite; }
        .cal-c .cal ul li ol li {
          width: 84%;
          height: auto;
          padding: 8px;
          background: #f2f2f2;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px;
          border: 1px solid #e8e8e8;
          margin: 5px 0; }
          .cal-c .cal ul li ol li:hover {
            background: #e7e7e7;
            -webkit-box-shadow: 0 0 2px 0 #5b5b5b;
            -moz-box-shadow: 0 0 2px 0 #5b5b5b;
            box-shadow: 0 0 2px 0 #5b5b5b; }
          .cal-c .cal ul li ol li a {
            font-size: 0.9em;
            color: #404040;
            text-decoration: none; }
            .cal-c .cal ul li ol li a:hover {
              color: black; }

@-moz-keyframes glow {
  0% {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  50% {
    -webkit-box-shadow: inset 0px -20px 28px -19px #b8b8b8;
    -moz-box-shadow: inset 0px -20px 28px -19px #b8b8b8;
    box-shadow: inset 0px -20px 28px -19px #b8b8b8; }
  100% {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; } }
@-webkit-keyframes glow {
  0% {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  50% {
    -webkit-box-shadow: inset 0px -20px 28px -19px #b8b8b8;
    -moz-box-shadow: inset 0px -20px 28px -19px #b8b8b8;
    box-shadow: inset 0px -20px 28px -19px #b8b8b8; }
  100% {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; } }
@-o-keyframes glow {
  0% {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  50% {
    -webkit-box-shadow: inset 0px -20px 28px -19px #b8b8b8;
    -moz-box-shadow: inset 0px -20px 28px -19px #b8b8b8;
    box-shadow: inset 0px -20px 28px -19px #b8b8b8; }
  100% {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; } }
@keyframes glow {
  0% {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  50% {
    -webkit-box-shadow: inset 0px -20px 28px -19px #b8b8b8;
    -moz-box-shadow: inset 0px -20px 28px -19px #b8b8b8;
    box-shadow: inset 0px -20px 28px -19px #b8b8b8; }
  100% {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; } }
footer {
  background: #323b3c;
  padding-top: 20px;
  color: white;
  margin: 40px 0 0; }
  footer .ftr-1 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0 0; }
    footer .ftr-1 ul li h5 {
      color: white;
      font-size: 1.2em;
      font-weight: 300;
      margin: 0 0 20px; }
    footer .ftr-1 ul li .social-nav li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      margin-right: 10px; }
      footer .ftr-1 ul li .social-nav li a {
        display: block;
        width: 48px;
        height: 48px;
        background: url("../images/social-nav.png") no-repeat;
        text-indent: -9999px; }
      footer .ftr-1 ul li .social-nav li .fb {
        background-position: 0 bottom; }
        footer .ftr-1 ul li .social-nav li .fb:hover {
          background-position: 0 top; }
      footer .ftr-1 ul li .social-nav li .tw {
        background-position: -48px bottom; }
        footer .ftr-1 ul li .social-nav li .tw:hover {
          background-position: -48px top; }
      footer .ftr-1 ul li .social-nav li .yt {
        background-position: -96px bottom; }
        footer .ftr-1 ul li .social-nav li .yt:hover {
          background-position: -96px top; }
      footer .ftr-1 ul li .social-nav li .igram {
        background-position: -144px bottom; }
        footer .ftr-1 ul li .social-nav li .igram:hover {
          background-position: -144px top; }
    footer .ftr-1 ul li .partners li {
      display: inline;
      float: left;
      margin: 0 20px 0 0; }
      footer .ftr-1 ul li .partners li:last-child {
        margin: 0; }
  footer .ftr-2 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0 0;
    border-top: 1px solid #899ea0;
    padding: 40px; }
    footer .ftr-2 ul li {
      display: inline;
      float: left;
      margin-right: 20px; }
      footer .ftr-2 ul li .city-logos {
        width: 100%;
        max-width: 260px; }
        footer .ftr-2 ul li .city-logos li {
          display: inline;
          float: left;
          margin: 0 10px 0; }
      footer .ftr-2 ul li .copyright {
        font-size: .8em;
        color: #90a6a9;
        margin: 10px 0 0; }
      footer .ftr-2 ul li .legal-nav {
        margin: 10px 0 0; }
        footer .ftr-2 ul li .legal-nav li a {
          color: #90a6a9;
          text-decoration: none;
          font-size: .8em; }
          footer .ftr-2 ul li .legal-nav li a:hover {
            color: white; }
      footer .ftr-2 ul li .ftr-nav {
        margin: 10px 0 0; }
        footer .ftr-2 ul li .ftr-nav li {
          display: inline;
          float: left;
          margin: 0 0 10px 20px; }
          footer .ftr-2 ul li .ftr-nav li a {
            color: #b5c8ca;
            text-decoration: none; }
            footer .ftr-2 ul li .ftr-nav li a:hover {
              color: white; }
      footer .ftr-2 ul li:last-child {
        margin: 0; }
      footer .ftr-2 ul li.right {
        width: 100%;
        max-width: 400px;
        float: right; }

.fourofour {
  width: 100%;
  max-width: 1000px;
  margin: 100px auto;
  height: 800px; }
  .fourofour .instruct {
    width: 40%;
    float: right;
    margin: 0 240px 0 0; }
    .fourofour .instruct h1 {
      font-size: 3.2em;
      color: white;
      margin: 0 0 5px; }
    .fourofour .instruct h2 {
      font-size: 2.2em;
      margin: 0 0 10px; }
    .fourofour .instruct p {
      font-size: 1.3em;
      margin: 0 0 10px; }
    .fourofour .instruct h3 {
      font-size: 1.4em; }

#mobileTrigger {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 3em;
  position: relative;
  margin-left: 15px;
  padding: 10px 0px;
  padding-top: 5px;
  height: 40px;
  color: white !important; }
  #mobileTrigger:before {
    position: absolute;
    top: 20%;
    left: 0px;
    width: .75em;
    height: 0.11em;
    border-top: .375em double #fff;
    border-bottom: .155em solid #fff;
    content: ""; }

.mobile-menu {
  display: none;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  position: absolute;
  width: 100%; }
  .mobile-menu li {
    display: block; }
  .mobile-menu a {
    color: white;
    padding: 15px;
    display: block;
    width: 100%;
    border-top: 1px solid #eee;
    background: #8dc63f;
    text-decoration: none;
    font-size: 1.4em; }
  .mobile-menu ul li a {
    display: block;
    padding: 8px 14px;
    border-top: 1px solid #ccc;
    border-bottom: 0px;
    background: #8dc63f;
    color: white; }

.mobile-malarky {
  background: #8dc63f;
  width: 100%;
  position: relative;
  top: -38px;
  display: none; }

.stuck {
  position: fixed;
  top: 0; }

#main_map {
  max-width: 100%; }

/* @media (max-width: 960px) {

	.home-content {
		.home-cta {
			ul {
				li {
					a { font-size: 1.1em;
						span { font-size: 175%; }
						}
					&:hover {  }
				}
				.orange { border-bottom: 2px solid $orange; }
				.blue { border-bottom: 2px solid $blue; }
				.green { border-bottom: 2px solid $green; }
			}
		}
	}
	.header {
		.global-header {
			.global-module {
				.weather { width: 80px; @include border-radius(4px); overflow: hidden;
					.weather-meta { display:none; }
				}
			}
		}
	}

} */
iframe {
  max-width: 100%; }

@media (max-width: 820px) {
  .page-bg {
    top: 70px; } }
@media (max-width: 600px) {
  .page-bg {
    top: 193px; } }
/********* RESPONSIVE **********/
@media (max-width: 1199px) and (min-width: 768px) {
  .w {
    padding: 0px 20px; }

  footer {
    padding: 20px; }
    footer .ftr-1 {
      padding-top: 0px; } }
@media (max-width: 1024px) and (min-width: 768px) {
  .single-page .park-hdr-c .park-hdr h1 {
    margin: 0;
    padding-left: 20px;
    float: none; }

  .single-map .park-hdr-c .park-hdr {
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }
@media (max-width: 959px) and (min-width: 768px) {
  .header .global-header {
    margin-bottom: 10px; }
    .header .global-header .menu-global-menu-container {
      width: 34%;
      margin: 2% 0 0; }
    .header .global-header .global-module {
      width: 34%; } }
@media (max-width: 767px) {
  .single-page .park-content {
    min-height: 0px; }

  .single-map .park-content .park-tabs .list-wrap ul li ol li {
    border: none; }

  .single-map .park-content .park-tabs .list-wrap ul li ol li a {
    position: absolute; }
    .single-map .park-content .park-tabs .list-wrap ul li ol li a:hover {
      border: none; }
    .single-map .park-content .park-tabs .list-wrap ul li ol li a:focus {
      border: none; }

  footer {
    margin: 0px; }

  .pagination {
    text-align: center; }
    .pagination a {
      margin: 0 3px 10px 0; }

  .cal-c .cal-list {
    width: 100%; }
  .cal-c .sb {
    display: none; }

  .map-controls-c {
    display: none; }

  .single-page .blog-sb .widget .other-events-location li a {
    width: 90%; }

  .collection .archive-filter .wp-tag-cloud li .children {
    width: 55%; }

  .hdr-map .overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 400px;
    /* your iframe height */
    margin-top: 0px;
    /* your iframe height */
    display: block; }

  .single-map h1 {
    padding: 3%;
    margin: 5px 0;
    font-size: 2.7em; }
  .single-map .park-share {
    width: 100%;
    margin: 0px;
    float: left;
    text-align: left;
    padding: 3%; }

  .collection .archive-tile .frost a {
    margin: 6px 30% !important; }

  .collection .hdr h1 {
    font-size: 2.7em !important;
    padding: 5px 0px 0px 10px; }

  .collection .hdr {
    padding-left: 5%; }
    .collection .hdr h1 {
      font-size: 2.7em !important; }
  .collection .archive-filter {
    padding-left: 4%; }

  .single-page .park-hdr-c .search-hdr {
    padding-left: 2%; }

  .single-page .park-hdr-c .park-hdr h1 {
    font-size: 2.7em; }

  .breaking-news {
    padding: 3%;
    margin-top: 80px; }
    .breaking-news article {
      padding-left: 0px !important;
      margin-top: 90px !important; }
    .breaking-news h3 {
      top: 50px !important; }
    .breaking-news h2 {
      margin-top: 80px; }

  footer .ftr-2 {
    padding: 10px 0px 0px 0px; }
    footer .ftr-2 ul li .ftr-nav li {
      margin: 0px 20px 10px 0px; }

  .btm-three .ftr-feed .col3 {
    padding: 3%; }

  .dyk-c {
    margin: -11px 0 0px !important; }

  .mc_signup_submit {
    margin-bottom: 60px !important;
    width: 94%; }

  footer {
    padding: 20px;
    margin: y	s0px; }
    footer .ftr-1 {
      padding-top: 0px; }

  .page-bg .rslides {
    height: auto; }

  .single-page .park-content, .single-page .blog-content {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .single-page .park-content .feed-date, .single-page .blog-content .feed-date {
      margin: 5px 0 5px 0; }
  .single-page .park-sb, .single-page .blog-sb {
    width: 100%; }
  .single-page .park-hdr-c .park-hdr h1 {
    float: none;
    padding: 0px 2%; }

  .col1, .col2, .col3, .col4, .col5, .col6 {
    width: 100%;
    float: none;
    margin: 20px 0px;
    padding: 0px 20px; }

  footer .col1, footer .col2, footer .col3, footer .col4, footer .col5, footer .col6 {
    padding: 0px; }

  .header .global-header .logo {
    width: 100%;
    padding: 0;
    float: none;
    display: block; }
    .header .global-header .logo img {
      width: auto;
      max-width: 100%;
      margin-bottom: 15px; }
  .header .global-header .global-module {
    display: none; }

  .home-content {
    height: 180px;
    margin-top: -10px;
    margin-bottom: 40px; }
    .home-content .home-cta {
      display: none;
      float: none;
      width: 100%; }
    .home-content .home-message {
      float: none;
      width: 100%;
      margin: 0;
      padding: 0px 20px; }
      .home-content .home-message h1 {
        font-size: 2.5em; }
      .home-content .home-message h2 {
        font-size: 1.5em; }

  .page-bg .rslides li {
    width: 140%; }

  .home-map-locator .home-gmap {
    background-size: cover;
    height: 275px; }
  .home-map-locator .home-locator {
    padding-left: 0;
    left: 15%;
    right: 15%;
    top: 15%;
    margin: 0; }
    .home-map-locator .home-locator form {
      width: 100%; }
      .home-map-locator .home-locator form .home-dropdown {
        float: none; }
      .home-map-locator .home-locator form .near-box {
        max-width: none;
        float: none; }
      .home-map-locator .home-locator form label {
        display: block;
        margin-top: 10px; }
      .home-map-locator .home-locator form .search-btn {
        float: none;
        margin: 8px auto;
        display: block; }

  .gin-select {
    width: 98%; }

  .single-map .park-hdr-c .park-hdr .hdr-img, .single-map .park-hdr-c .park-hdr .hdr-map {
    width: 100%;
    float: none; }
  .single-map .park-content, .single-map .park-sb {
    width: 100%;
    float: none; }
  .single-map .park-sb .featured-articles h3 {
    left: auto; }
  .single-map .park-sb .featured-articles .col3-img {
    margin: 0; }

  footer .ftr-2 ul li {
    display: block;
    float: none; }
    footer .ftr-2 ul li.right {
      float: none;
      margin-top: 15px; }
    footer .ftr-2 ul li .city-logos {
      display: block;
      float: none;
      max-width: none;
      width: 104%; }
      footer .ftr-2 ul li .city-logos li {
        display: inline;
        float: none; }

  .fourofour {
    height: auto; }
    .fourofour .instruct {
      width: 100%;
      padding: 20px;
      float: none;
      margin: 0;
      background: rgba(255, 255, 255, 0.5); }

  .collection .park-content {
    width: 100%;
    float: none;
    position: inherit; }
  .collection .park-sb {
    width: 100%;
    float: none; }
  .collection .archive-tile .frost {
    position: inherit;
    margin: 6px 0px; }

  .home-cal ul .event {
    width: 100%;
    height: 93px; }

  .hide-for-small {
    display: none; }

  .show-for-small {
    display: block; }

  .btm-three .ftr-feed .col3 .col3-img {
    margin: 0; }

  .dyk-c .dyk .stat-c {
    float: none;
    margin: 15px auto; }
    .dyk-c .dyk .stat-c .stat {
      margin: 10px auto; }

  .header .global-header .menu-global-menu-container {
    width: 100%;
    margin: 0;
    float: none; }
    .header .global-header .menu-global-menu-container ul {
      margin-top: -26px;
      position: relative;
      z-index: 9999; }
    .header .global-header .menu-global-menu-container ul li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      margin: 0;
      width: 33%; }
      .header .global-header .menu-global-menu-container ul li a {
        font-size: 0.9em;
        padding: 5px; }

  .cal-c .cal ul li {
    width: 100%; }

  .cal-c .days ul li {
    display: none; }

  .search {
    padding: 6px 0; }
    .search form input {
      display: inline-block;
      width: 75%;
      padding: 5px;
      color: #4d721b;
      background: white;
      border: 0;
      -moz-border-radius-topleft: 8px;
      -webkit-border-top-left-radius: 8px;
      border-top-left-radius: 8px;
      -moz-border-radius-bottomleft: 8px;
      -webkit-border-bottom-left-radius: 8px;
      border-bottom-left-radius: 8px;
      margin-left: 15px; }
      .search form input:focus {
        outline: 0; }
    .search form button {
      -webkit-appearance: none;
      display: inline-block;
      background-color: #788e91;
      background-image: url();
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#788e91), to(#5f7173));
      background-image: -webkit-linear-gradient(top, #788e91, #5f7173);
      background-image: -moz-linear-gradient(top, #788e91, #5f7173);
      background-image: -ms-linear-gradient(top, #788e91, #5f7173);
      background-image: -o-linear-gradient(top, #788e91, #5f7173);
      padding: 5px;
      border: 0;
      color: white;
      text-shadow: 1px 1px 1px rgba(37, 37, 37, 0.4);
      -moz-border-radius-topright: 8px;
      -webkit-border-top-right-radius: 8px;
      border-top-right-radius: 8px;
      -moz-border-radius-bottomright: 8px;
      -webkit-border-bottom-right-radius: 8px;
      border-bottom-right-radius: 8px;
      margin-left: -3px; }
      .search form button:hover {
        background: #4d721b; }
      .search form button:focus {
        outline: 0; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .header .global-header .menu-global-menu-container ul {
    margin-top: 0px; } }
.national-parks-rec-month .header, .national-parks-rec-month .sunrise, .national-parks-rec-month .sunset, .national-parks-rec-month .daytime, .national-parks-rec-month .nighttime {
  margin-bottom: 0px; }
.national-parks-rec-month .global-header a {
  color: white !important;
  text-shadow: none !important; }
.national-parks-rec-month .hdr h1 {
  color: #d5663f;
  float: none;
  padding: 0; }
.national-parks-rec-month h2 {
  text-transform: uppercase;
  color: #6b3f74; }
.national-parks-rec-month .parks-july {
  background: url("../images/KCPR_JulyCalendar_20JUN14.jpg") no-repeat center top #f2c64e;
  background-size: 100%;
  height: 1620px;
  margin-bottom: -40px; }
  .national-parks-rec-month .parks-july .cal-c .hdr {
    background: url("../images/kcpr_white.png") no-repeat center top;
    background-size: 100%;
    height: 176px; }
    .national-parks-rec-month .parks-july .cal-c .hdr h1 {
      font-size: 3.5em;
      text-align: center;
      color: #7bc1be; }
    .national-parks-rec-month .parks-july .cal-c .hdr h2 {
      text-align: center;
      color: #2a5277;
      margin-top: 5px; }
  .national-parks-rec-month .parks-july .cal-c .cal {
    background: #f2f2f2 !important; }
    .national-parks-rec-month .parks-july .cal-c .cal ul li .day {
      background: #7bc1be; }
  .national-parks-rec-month .parks-july .cal-c, .national-parks-rec-month .parks-july .cal-c .cal {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .national-parks-rec-month .parks-july .cal-c .days ul li {
    color: #603477; }
  .national-parks-rec-month .parks-july .cal-c .cal ul li {
    background: white; }
  .national-parks-rec-month .parks-july .cal-c .cal ul li ol li {
    width: 97%;
    background: #fff2be;
    border-color: #f4e091; }
  .national-parks-rec-month .parks-july .cal-c .cal ul li ol li a {
    color: #1188ea; }

@media (max-width: 930px) {
  .national-parks-rec-month .header, .national-parks-rec-month .sunrise, .national-parks-rec-month .sunset, .national-parks-rec-month .daytime, .national-parks-rec-month .nighttime {
    height: 215px; } }
@media (max-width: 767px) {
  .national-parks-rec-month .parks-july {
    background-repeat: repeat;
    background-size: 100%;
    height: 4558px;
    margin-bottom: 0px; }
    .national-parks-rec-month .parks-july .cal-c .hdr {
      background-size: 700px 100px;
      padding-top: 20px;
      padding-bottom: 75px; }
      .national-parks-rec-month .parks-july .cal-c .hdr h1 {
        font-size: 2.5em;
        text-align: center; }
      .national-parks-rec-month .parks-july .cal-c .hdr h2 {
        text-align: center;
        font-size: 1.8em; }
  .national-parks-rec-month .cal-c .cal ul li {
    height: 129px; }
  .national-parks-rec-month .cal-c .cal ul li:empty {
    display: none; }
  .national-parks-rec-month .cal-c .cal ul li ol li {
    height: 88px; } }
@media (max-width: 507px) {
  .park-video {
    max-height: 550px;
    min-height: 550px;
    margin-top: 120px; }
    .park-video .video {
      width: 100%; }
    .park-video .vid-content {
      width: 100%; }

  .national-parks-rec-month .parks-july {
    background-repeat: repeat;
    background-size: 400px 490px;
    height: 4400px; }
    .national-parks-rec-month .parks-july .cal-c .hdr {
      background-size: 350px 110px;
      padding-top: 20px;
      padding-bottom: 75px; }
      .national-parks-rec-month .parks-july .cal-c .hdr h1 {
        font-size: 2em;
        text-align: center; }
      .national-parks-rec-month .parks-july .cal-c .hdr h2 {
        text-align: center;
        font-size: 1.2em; }
  .national-parks-rec-month .cal-c .cal ul li {
    height: 129px; }
  .national-parks-rec-month .cal-c .cal ul li:empty {
    display: none; }
  .national-parks-rec-month .cal-c .cal ul li ol li {
    height: 88px; } }
/*SHELTERS*/
li.shelter-style {
  box-shadow: 0 !important;
  border-top: 1px solid #8dc63f !important; }
  li.shelter-style:first-child {
    border-top: 0px !important; }
  li.shelter-style:hover {
    box-shadow: 0 0 0 0 !important; }
  li.shelter-style img {
    width: 48%;
    float: left;
    margin-right: 10px; }
  li.shelter-style p {
    font-size: 0.9em; }

.single-map .park-content .park-tabs .list-wrap ul li ol li.shelter-style {
  border: 0px;
  border-radius: 0px; }

.breaking-news {
  background: white;
  position: relative;
  padding: 2%;
  max-height: 460px;
  -webkit-box-shadow: 0 0 3px 0 #3e3e3e;
  -moz-box-shadow: 0 0 3px 0 #3e3e3e;
  box-shadow: 0 0 3px 0 #3e3e3e;
  margin-top: 30px; }
  .breaking-news h3 {
    background: #8dc63f;
    color: white;
    text-transform: uppercase;
    position: absolute;
    min-width: 220px;
    top: 20px;
    left: -5px;
    padding: 10px;
    font-size: 1.4em;
    font-weight: 700;
    -webkit-box-shadow: 0 0 2px 0 #999;
    -moz-box-shadow: 0 0 2px 0 #999;
    box-shadow: 0 0 2px 0 #999; }
  .breaking-news article {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding-left: 200px;
    margin-top: -5px; }
    .breaking-news article time {
      float: right; }
    .breaking-news article h2 {
      font-size: 1.4em;
      font-weight: 600; }
      .breaking-news article h2 a {
        text-decoration: none;
        color: #473727; }

.social-news {
  background: #f4f4f4;
  -webkit-box-shadow: 0 0 2px 0 #3e3e3e;
  -moz-box-shadow: 0 0 2px 0 #3e3e3e;
  box-shadow: 0 0 2px 0 #3e3e3e;
  position: relative;
  max-height: 230px; }
  .social-news h5 {
    text-align: right;
    padding-right: 115px;
    padding-top: 20px; }

.social-home {
  text-align: right;
  padding: 10px;
  margin-top: -34px; }

.social-home li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  background: url("../images/social-news.png") no-repeat;
  text-indent: -9999px; }

.faceb {
  background-position: 0 top; }
  .faceb:hover {
    background-position: 0 top; }

.twitt {
  background-position: -35px top !important; }
  .twitt:hover {
    background-position: -35px top; }

ul.gallery-slides {
  margin-bottom: 20px; }
  ul.gallery-slides li {
    display: none; }
    ul.gallery-slides li:first-child {
      display: block; }

.sidebar-one {
  background-color: #784981;
  float: left;
  width: 100%;
  position: relative; }
  .sidebar-one .sign-up2 {
    float: left;
    width: 100%;
    background-color: #83cfca;
    padding: 5%;
    text-align: left; }
    .sidebar-one .sign-up2 a {
      text-decoration: none;
      color: white;
      font-size: 1.5em;
      line-height: 1.1em; }
    .sidebar-one .sign-up2 h5 {
      background: url("../images/inreach-arrow.png") no-repeat right center;
      background-size: 15px; }

.incommunity-centers {
  width: 100%;
  float: left;
  padding: 10% 7%;
  background-color: #d16244;
  margin-top: 20px; }
  .incommunity-centers h3 {
    font-size: 2em;
    color: white;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
    padding-bottom: 5px;
    line-height: 1.1em;
    letter-spacing: 0.02em; }
  .incommunity-centers a {
    text-decoration: none; }
  .incommunity-centers h5 {
    font-size: 1em;
    line-height: 1.1em;
    margin-bottom: 14px;
    color: white; }

.inreach-background {
  background: url("../images/inreach-header.png") no-repeat white;
  background-size: 100%;
  min-height: 485px;
  position: relative;
  top: -75px;
  margin-bottom: -50px; }
  .inreach-background .contentwrap {
    margin: 0 auto;
    width: 65%;
    position: relative;
    top: 85px; }

.inreach-c {
  float: left;
  width: 100%; }
  .inreach-c p {
    color: white;
    font-size: 1.1em;
    line-height: 1.5em;
    padding: 0 10%; }
  .inreach-c .contentwrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 0px; }

.in-sign-up {
  background-size: contain;
  float: left;
  width: 100%; }
  .in-sign-up h2 {
    float: left;
    color: white;
    font-weight: 600;
    width: 50%;
    font-size: 3.2em;
    padding: 45px 0px; }
  .in-sign-up h5 {
    float: left;
    color: white;
    font-size: 2.6em;
    width: 20%;
    padding: 50px 0px 50px 125px;
    background: url("../images/inreach-arrow.png") no-repeat right center;
    background-size: 22px; }
  .in-sign-up img {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 5%; }

.inreach-boxes {
  float: left;
  width: 100%; }
  .inreach-boxes .contentwrap {
    margin: 0 auto;
    max-width: 980px;
    padding-top: 20px; }
  .inreach-boxes .basketball {
    background: url("../images/inreach-basketball.png") no-repeat;
    background-size: contain; }
  .inreach-boxes .art {
    background: url("../images/inreach-art.png") no-repeat;
    background-size: contain; }
  .inreach-boxes .dance {
    background: url("../images/inreach-dance.png") no-repeat;
    background-size: contain; }
  .inreach-boxes .music {
    background: url("../images/inreach-music.png") no-repeat;
    background-size: contain; }
  .inreach-boxes .pottery {
    background: url("../images/inreach-pottery.png") no-repeat;
    background-size: contain; }
  .inreach-boxes .swim {
    background: url("../images/inreach-box.png") no-repeat;
    background-size: contain; }
  .inreach-boxes .sport {
    background: url("../images/inreach-sports.png") no-repeat;
    background-size: contain; }
  .inreach-boxes .hockey {
    background: url("../images/inreach-hockey.png") no-repeat;
    background-size: contain; }
  .inreach-boxes .yoga {
    background: url("../images/inreach-yoga.png") no-repeat;
    background-size: contain; }
  .inreach-boxes .inreach-one {
    width: 75%;
    float: left;
    max-height: 990px;
    overflow: scroll; }
  .inreach-boxes .inreach-two {
    width: 24%;
    float: left; }
  .inreach-boxes .boxed {
    float: left;
    width: 30%;
    margin-right: 2%;
    margin-bottom: 35px; }
    .inreach-boxes .boxed a {
      text-decoration: none; }
    .inreach-boxes .boxed .bar {
      z-index: 999;
      position: relative;
      min-height: 51px; }
    .inreach-boxes .boxed h5 {
      font-size: 1.6em;
      color: white;
      position: relative;
      margin-top: -39px;
      margin-right: 22px;
      margin-left: 18px;
      font-weight: 300;
      text-decoration: none;
      z-index: 999;
      background: url("../images/inreach-arrow.png") no-repeat right center;
      background-size: 15px; }
  .inreach-boxes .hover {
    display: block;
    width: 100%;
    position: relative;
    min-height: 150px;
    color: #d16244;
    text-align: center;
    font-size: 1.5em;
    padding-top: 26%;
    z-index: 99;
    background: rgba(255, 255, 255, 0.8);
    padding-left: 6%;
    padding-right: 6%; }

.boxed:hover > .hover {
  display: block; }

@media (max-width: 768px) and (min-width: 601px) {
  .inreach-background .contentwrap {
    top: 200px;
    width: 100%; }

  .inreach-boxes {
    padding: 8%; }
    .inreach-boxes .inreach-one {
      width: 62%;
      float: left; }
    .inreach-boxes .inreach-two {
      width: 36%; }
    .inreach-boxes .appear {
      width: 100%; }
    .inreach-boxes .boxed {
      width: 88%; }
    .inreach-boxes .hover {
      width: 100%;
      padding: 100px 50px 100px 50px; }

  .inreach-c .contentwrap {
    width: 75%; }

  .in-sign-up {
    background-color: #784981; }
    .in-sign-up img {
      width: 100%;
      margin: 0 auto; }
    .in-sign-up h2 {
      text-align: center;
      padding: 0px 3%;
      width: 100%; }
    .in-sign-up h5 {
      margin-bottom: 80px;
      width: 100%;
      background-position: 250px;
      margin-right: 53px; } }
@media (max-width: 600px) and (min-width: 200px) {
  .inreach-background {
    top: 0px;
    margin-bottom: 0px;
    background-size: cover;
    min-height: 250px; }

  .inreach-boxes .boxed {
    width: 46%;
    margin-right: 4%; }
  .inreach-boxes .inreach-one {
    width: 100%;
    padding: 4%;
    overflow: auto;
    max-height: auto;
    margin-top: 1300px; }
  .inreach-boxes .inreach-two {
    width: 100%;
    position: absolute;
    top: 499px;
    height: 100%;
    left: 0px; } }
/*override*/
li.capra {
  float: right !important;
  width: 26.5%; }
  li.capra img {
    width: 45%;
    float: right; }

.sign-up2 {
  float: left;
  width: 100%;
  background-color: #784981;
  padding: 5%;
  text-align: left; }
  .sign-up2 h5 {
    text-decoration: none;
    color: white;
    font-size: 20px;
    line-height: 1.1em;
    background: url("../images/inreach-arrow.png") no-repeat right center;
    background-size: 15px; }

.Community h1 {
  display: none; }
.Community img {
  width: 45%;
  float: left;
  padding-bottom: 20px; }

.page-template-inreach-php {
  background: white !important; }
  .page-template-inreach-php footer {
    width: 100%;
    float: left; }

#ui-datepicker-div {
  width: 17% !important; }

.ui-datepicker {
  display: block !important; }
