/*******************************************************
Define colors.
********************************************************/
/* #051721 */
/* #7d7d7d */
/* #606a70 */
/* #a5d5ca */
/* #658a87,*/
/* #e8803d */
/* #ffffff */
/*******************************************************
Define media query dimensions.
********************************************************/
@media only screen and (max-width: 992px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-desktop-and-tablet {
    display: none !important;
  }
}
/*******************************************************
Import stylesheets.
********************************************************/
#parks-container #parks {
  /* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
  /* HTML5 display-role reset for older browsers */
}
#parks-container #parks html,
#parks-container #parks body,
#parks-container #parks div,
#parks-container #parks span,
#parks-container #parks applet,
#parks-container #parks object,
#parks-container #parks iframe,
#parks-container #parks h1,
#parks-container #parks h2,
#parks-container #parks h3,
#parks-container #parks h4,
#parks-container #parks h5,
#parks-container #parks h6,
#parks-container #parks p,
#parks-container #parks blockquote,
#parks-container #parks pre,
#parks-container #parks a,
#parks-container #parks abbr,
#parks-container #parks acronym,
#parks-container #parks address,
#parks-container #parks big,
#parks-container #parks cite,
#parks-container #parks code,
#parks-container #parks del,
#parks-container #parks dfn,
#parks-container #parks em,
#parks-container #parks img,
#parks-container #parks ins,
#parks-container #parks kbd,
#parks-container #parks q,
#parks-container #parks s,
#parks-container #parks samp,
#parks-container #parks small,
#parks-container #parks strike,
#parks-container #parks strong,
#parks-container #parks sub,
#parks-container #parks sup,
#parks-container #parks tt,
#parks-container #parks var,
#parks-container #parks b,
#parks-container #parks u,
#parks-container #parks i,
#parks-container #parks center,
#parks-container #parks dl,
#parks-container #parks dt,
#parks-container #parks dd,
#parks-container #parks ol,
#parks-container #parks ul,
#parks-container #parks li,
#parks-container #parks fieldset,
#parks-container #parks form,
#parks-container #parks label,
#parks-container #parks legend,
#parks-container #parks table,
#parks-container #parks caption,
#parks-container #parks tbody,
#parks-container #parks tfoot,
#parks-container #parks thead,
#parks-container #parks tr,
#parks-container #parks th,
#parks-container #parks td,
#parks-container #parks article,
#parks-container #parks aside,
#parks-container #parks canvas,
#parks-container #parks details,
#parks-container #parks embed,
#parks-container #parks figure,
#parks-container #parks figcaption,
#parks-container #parks footer,
#parks-container #parks header,
#parks-container #parks hgroup,
#parks-container #parks menu,
#parks-container #parks nav,
#parks-container #parks output,
#parks-container #parks ruby,
#parks-container #parks section,
#parks-container #parks summary,
#parks-container #parks time,
#parks-container #parks mark,
#parks-container #parks audio,
#parks-container #parks video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#parks-container #parks article,
#parks-container #parks aside,
#parks-container #parks details,
#parks-container #parks figcaption,
#parks-container #parks figure,
#parks-container #parks footer,
#parks-container #parks header,
#parks-container #parks hgroup,
#parks-container #parks menu,
#parks-container #parks nav,
#parks-container #parks section {
  display: block;
}
#parks-container #parks body {
  line-height: 1;
}
#parks-container #parks ol,
#parks-container #parks ul {
  list-style: none;
}
#parks-container #parks blockquote,
#parks-container #parks q {
  quotes: none;
}
#parks-container #parks blockquote:before,
#parks-container #parks blockquote:after,
#parks-container #parks q:before,
#parks-container #parks q:after {
  content: '';
  content: none;
}
#parks-container #parks table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*******************************************************
Mixins.
********************************************************/
/*******************************************************
Interactive styles.
********************************************************/
#parks-container {
  width: 100%;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  margin: 1em 0 2em 0;
}
#parks-container [v-cloak] {
  opacity: 0;
}
#parks-container #parks {
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-size: 1em;
  /*******************************************************
		Reset for default Pew styles.
		********************************************************/
  /*******************************************************
		General styles.
		********************************************************/
  /*******************************************************
		Intro.
		********************************************************/
  /*******************************************************
		Header.
		********************************************************/
  /*******************************************************
		Sections.
		********************************************************/
  /*******************************************************
		Summary section.
		********************************************************/
  /*******************************************************
		Charts section.
		********************************************************/
  /*******************************************************
		Breakdown section.
		********************************************************/
  /*******************************************************
		Footer.
		********************************************************/
  /*******************************************************
		Malihu custom scrollbar tweaks.
		********************************************************/
}
#parks-container #parks *,
#parks-container #parks *::before,
#parks-container #parks *::after {
  box-sizing: border-box;
}
#parks-container #parks h1 {
  word-spacing: normal;
  line-height: 1;
}
#parks-container #parks h2 {
  letter-spacing: normal;
  word-spacing: normal;
  color: #051721;
}
#parks-container #parks h3 {
  margin: 0;
  letter-spacing: normal;
}
#parks-container #parks p {
  word-spacing: normal;
  margin: 0;
}
#parks-container #parks ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#parks-container #parks ul li {
  margin: 0;
}
#parks-container #parks a {
  transition: none;
  cursor: pointer;
}
#parks-container #parks th {
  text-align: center;
  padding: 0;
}
#parks-container #parks td {
  padding: 0;
}
#parks-container #parks tr:nth-child(2n+2) {
  background-color: inherit;
}
#parks-container #parks input {
  font: inherit;
}
#parks-container #parks button {
  padding: 0;
  transition: none;
}
#parks-container #parks svg:not(:root) {
  overflow: auto;
}
#parks-container #parks b,
#parks-container #parks strong {
  font-weight: 700 !important;
}
#parks-container #parks em,
#parks-container #parks i {
  font-style: italic !important;
}
#parks-container #parks img {
  width: 100%;
  height: auto;
}
#parks-container #parks sup {
  font-size: 0.7em;
  line-height: 0;
}
#parks-container #parks .dark-bg {
  background-color: #051721;
  color: #ffffff;
}
#parks-container #parks .dark-bg h1,
#parks-container #parks .dark-bg h2,
#parks-container #parks .dark-bg h3,
#parks-container #parks .dark-bg h4,
#parks-container #parks .dark-bg h5,
#parks-container #parks .dark-bg h6,
#parks-container #parks .dark-bg p,
#parks-container #parks .dark-bg ul,
#parks-container #parks .dark-bg li {
  color: #ffffff;
}
#parks-container #parks .light-bg {
  background-color: #ffffff;
  color: #051721;
}
#parks-container #parks .light-bg h1,
#parks-container #parks .light-bg h2,
#parks-container #parks .light-bg h3,
#parks-container #parks .light-bg h4,
#parks-container #parks .light-bg h5,
#parks-container #parks .light-bg h6,
#parks-container #parks .light-bg p,
#parks-container #parks .light-bg ul,
#parks-container #parks .light-bg li {
  color: #051721;
}
#parks-container #parks .has-tooltip {
  position: relative;
  display: inline-block;
  font-weight: bold;
  border-bottom: 5px solid #e8803d;
  cursor: pointer;
  margin-bottom: -5px;
  line-height: 1;
}
#parks-container #parks .has-tooltip .tooltip {
  visibility: hidden;
  background-color: #e8803d;
  color: #ffffff;
  text-align: center;
  padding: 0.5em 0.8em;
  border-radius: 0.5em;
  position: absolute;
  bottom: 175%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
#parks-container #parks .has-tooltip .tooltip::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.5em;
  border-width: 0.5em;
  border-style: solid;
  border-color: #e8803d transparent transparent transparent;
}
#parks-container #parks .has-tooltip:hover {
  border-bottom: none;
}
#parks-container #parks .has-tooltip:hover .tooltip {
  visibility: visible;
}
#parks-container #parks #parks-intro {
  font-size: 1.5em;
  line-height: 1.4;
  letter-spacing: 0.015em;
  /*padding: 1.4em 4.2%;*/
}
#parks-container #parks #parks-intro h1 {
  font-weight: bold;
  margin: 0 0 1.4em 0;
}
#parks-container #parks #parks-intro p {
  margin: 1.4em 0;
}
#parks-container #parks #parks-intro ul {
  list-style-type: disc;
  margin: 1.4em 0 1.4em 2.8em;
}
#parks-container #parks #parks-intro ul li {
  padding-left: 1em;
}
#parks-container #parks #parks-header {
  font-size: 1.5em;
  line-height: 1.4;
  letter-spacing: 0.015em;
  height: 5.714em;
  line-height: 5.714;
  padding-left: 4.2%;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks #parks-header {
    height: auto;
    line-height: 1.2;
    padding: 1.5em 4.2%;
  }
}
#parks-container #parks #parks-header #parks-logo {
  width: 38%;
  vertical-align: middle;
  position: relative;
  top: -0.2em;
}
#parks-container #parks .parks-section {
  font-size: 1.5em;
  line-height: 1.4;
  letter-spacing: 0.015em;
  padding: 3em 4.2%;
  position: relative;
}
#parks-container #parks .parks-section::after {
  content: "";
  display: block;
  clear: both;
}
#parks-container #parks .parks-section h1 {
  font-weight: bold;
  font-size: 3em;
  letter-spacing: -0.015em;
  margin: 0 0 1em 0;
  width: 55%;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks .parks-section h1 {
    width: auto;
  }
}
#parks-container #parks .parks-section h2 {
  font-weight: bold;
  font-size: 1em;
  margin: 0 0 1.4em 0;
}
#parks-container #parks #parks-summary {
  border-left: 1px solid #051721;
  border-right: 1px solid #051721;
  overflow: visible;
}
#parks-container #parks #parks-summary .search-widget {
  position: absolute;
  background-color: transparent;
  top: 3em;
  right: 0;
  width: 45%;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks #parks-summary .search-widget {
    display: block;
    position: relative;
    top: inherit;
    right: inherit;
    width: auto;
    margin-top: 1.4em;
  }
}
#parks-container #parks #parks-summary .search-widget input {
  line-height: 2.8;
  height: 2.8em;
  color: #051721;
  outline: none;
  padding: 0 2em 0 0.4em;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks #parks-summary .search-widget input {
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}
#parks-container #parks #parks-summary .search-widget input::-webkit-input-placeholder {
  font-weight: normal;
  line-height: inherit;
}
#parks-container #parks #parks-summary .search-widget input:-ms-input-placeholder {
  font-weight: normal;
  line-height: inherit;
}
#parks-container #parks #parks-summary .search-widget input::placeholder {
  font-weight: normal;
  line-height: inherit;
}
#parks-container #parks #parks-summary .search-widget input[type="search"] {
  width: 65%;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks #parks-summary .search-widget input[type="search"] {
    width: 55%;
  }
}
#parks-container #parks #parks-summary .search-widget input[type="text"] {
  width: 25%;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks #parks-summary .search-widget input[type="text"] {
    width: 35%;
  }
}
#parks-container #parks #parks-summary .search-widget .dropdown {
  display: block;
  position: absolute;
  top: 2.8em;
  background-color: #ffffff;
  border: 1px solid #7d7d7d;
  border-top: none;
  padding: 0 0.4em 0.4em 0.4em;
  line-height: 1.2;
  z-index: 10;
  overflow: hidden;
}
#parks-container #parks #parks-summary .search-widget .dropdown#search-dropdown {
  width: 66%;
  max-height: 21.5em;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks #parks-summary .search-widget .dropdown#search-dropdown {
    width: 56%;
  }
}
#parks-container #parks #parks-summary .search-widget .dropdown#year-dropdown {
  width: 26.2%;
  right: 7%;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks #parks-summary .search-widget .dropdown#year-dropdown {
    width: 35%;
  }
}
#parks-container #parks #parks-summary .search-widget .dropdown#year-dropdown li {
  font-weight: bold;
}
#parks-container #parks #parks-summary .search-widget .dropdown#year-dropdown li:hover {
  color: #658a87;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks #parks-summary .search-widget .dropdown {
    width: 100%;
    max-height: 15em;
  }
}
#parks-container #parks #parks-summary .search-widget .dropdown li {
  padding: 0.6em 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#parks-container #parks #parks-summary .search-widget .dropdown li > span:hover {
  color: #658a87;
}
#parks-container #parks #parks-summary .search-widget .dropdown li.us {
  font-weight: bold;
  border-bottom: 1px solid #051721;
  padding-bottom: 1em;
  margin-bottom: 0.5em;
}
#parks-container #parks #parks-summary .search-widget .dropdown li.state {
  font-weight: bold;
}
#parks-container #parks #parks-summary .search-widget .dropdown li.state.WY {
  border-bottom: 1px solid #051721;
  padding-bottom: 1em;
  margin-bottom: 0.5em;
}
#parks-container #parks #parks-summary .search-widget .dropdown li.state ul {
  margin-left: 1em;
}
#parks-container #parks #parks-summary .search-widget .dropdown li.park {
  font-weight: normal;
}
#parks-container #parks #parks-summary .search-widget .dropdown li.faded {
  color: #a3a3a3;
}
#parks-container #parks #parks-summary .search-widget button {
  display: inline-block;
  width: 2.8em;
  height: 2.8em;
  border: 1px solid #7d7d7d;
  outline: none;
  margin-left: -2.8em;
}
#parks-container #parks #parks-summary .search-widget button.dropdown-arrow {
  background-color: #e8803d;
  color: #ffffff;
}
#parks-container #parks #parks-summary .search-widget button.dropdown-arrow:hover {
  background-color: #eb8f54;
}
#parks-container #parks #parks-summary #item-total {
  font-weight: bold;
  font-size: 3em;
  letter-spacing: -0.015em;
  margin: 0 0 1em 0;
  width: 37.6%;
  line-height: 1.1;
  border-top: 2px solid #e8803d;
  white-space: nowrap;
  padding-top: 0.2em;
  position: relative;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks #parks-summary #item-total {
    width: auto;
  }
}
#parks-container #parks #parks-summary #item-total .fa-angle-right {
  color: #e8803d;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks #parks-summary #item-total .fa-angle-right {
    display: none;
  }
}
#parks-container #parks #parks-summary #item-total-breakdown {
  float: right;
  width: 32.1%;
  margin-right: 12.4%;
  max-height: 270px;
  overflow: auto;
  position: relative;
  padding-right: 1%;
}
#parks-container #parks #parks-summary #item-total-breakdown .item-subtotal {
  font-weight: 700;
}
#parks-container #parks #parks-summary #item-total-breakdown .item-subtotal-label {
  font-size: 0.85em;
  cursor: pointer;
}
#parks-container #parks #parks-summary #item-total-breakdown .item-subtotal-label:hover {
  color: #e8803d;
  text-decoration: underline;
}
#parks-container #parks #parks-summary #item-total-breakdown .item-subtotal-label .separator {
  display: inline-block;
}
#parks-container #parks #parks-summary #item-total-breakdown .item-subtotal-label .separator::after {
  content: '\a0';
}
#parks-container #parks #parks-summary #item-total-breakdown li {
  margin-bottom: 1.4em;
}
#parks-container #parks #parks-summary #item-summary {
  width: 37.6%;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks #parks-summary #item-summary {
    width: auto;
  }
}
#parks-container #parks #parks-summary #item-summary.item-summary-wide {
  width: 100%;
}
#parks-container #parks #parks-summary #item-summary .footnote {
  display: block;
  font-size: 0.8em;
  margin: 1.6em 0;
}
#parks-container #parks #charts-section.loading {
  max-height: 550px;
}
#parks-container #parks #charts-section.loading::after {
  border: 5px solid #ffffff;
  border-top: 5px solid #606a70;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#parks-container #parks #charts-section.loading .chart-container {
  opacity: 0;
}
#parks-container #parks #charts-section .chart-container {
  opacity: 1;
  transition: 0.3s opacity;
  position: relative;
}
#parks-container #parks #charts-section .chart-container::after {
  content: "";
  display: block;
  clear: both;
}
#parks-container #parks #charts-section .chart-container + .chart-container {
  border-top: 1px solid #ffffff;
}
#parks-container #parks #charts-section .chart-container + .chart-container h2 {
  margin-top: 35px;
}
#parks-container #parks #charts-section .slick-slide {
  width: 906.84px;
  outline: none;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks #charts-section .slick-slide p {
    max-width: 95%;
  }
}
@media only screen and (max-width: 992px) and (orientation: landscape) {
}
#parks-container #parks #charts-section .slick-prev,
#parks-container #parks #charts-section .slick-next {
  color: #ffffff;
  font-size: 45px;
  height: 45px;
}
#parks-container #parks #charts-section .slick-prev {
  left: -3%;
}
#parks-container #parks #charts-section .slick-next {
  right: -3%;
}
#parks-container #parks #charts-section .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks #charts-section .slick-dots {
    bottom: -2.5em;
  }
}
#parks-container #parks #charts-section .slick-dots li {
  margin: 0 0.25em;
}
#parks-container #parks #charts-section .slick-dots li button::before {
  color: #ffffff;
  font-size: 15px;
}
#parks-container #parks #charts-section .chart-caption {
  clear: both;
}
#parks-container #parks #charts-section .chart {
  float: left;
  width: 37.6%;
  height: 25em;
}
#parks-container #parks #charts-section .chart .highcharts-data-label.selected span {
  border-bottom: 2px solid #a5d5ca;
  padding-bottom: 2px;
  font-weight: bold !important;
  cursor: pointer;
}
#parks-container #parks #charts-section .chart .highcharts-data-label span {
  font-weight: normal !important;
}
#parks-container #parks #charts-section .chart-data {
  float: right;
  width: 37.6%;
  margin-right: 12.4%;
  height: 25em;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks #charts-section .chart-data {
    height: auto;
  }
}
#parks-container #parks #charts-section .chart-data .chart-data-selection {
  font-weight: bold;
  font-size: 3em;
  letter-spacing: -0.015em;
  margin-top: 1.2em;
  color: #a5d5ca;
  border-top: 1px solid #a5d5ca;
  padding-top: 0.3em;
  white-space: nowrap;
}
#parks-container #parks #charts-section .chart-data .chart-data-total {
  font-size: 1.4em;
}
#parks-container #parks #charts-section .chart-data .chart-category {
  clear: both;
  margin-top: 3em;
  background-color: #658a87;
  color: #ffffff;
  padding: 1.2em;
}
#parks-container #parks #charts-section .chart-data .chart-category .category {
  font-size: 1.1em;
  font-weight: bold;
}
#parks-container #parks #charts-section .chart-mobile li {
  color: #606a70;
  margin: 1.2em 0;
  overflow: hidden;
  cursor: pointer;
}
#parks-container #parks #charts-section .chart-mobile li:first-child {
  margin-top: 2em;
}
#parks-container #parks #charts-section .chart-mobile li.selected {
  color: #ffffff !important;
  border-top: 1px solid #606a70;
  border-bottom: 1px solid #606a70;
  padding-top: 1em;
  padding-bottom: 1em;
}
#parks-container #parks #charts-section .chart-mobile li.selected .category-data {
  visibility: visible;
}
#parks-container #parks #charts-section .chart-mobile li .category-label {
  float: left;
  width: 60%;
}
#parks-container #parks #charts-section .chart-mobile li .category-data {
  visibility: hidden;
  float: right;
  font-weight: bold;
  font-size: 1.2em;
  width: 30%;
}
#parks-container #parks #chart-nav ul {
  margin-bottom: 1.4em;
}
#parks-container #parks #chart-nav ul li {
  display: inline-block;
  font-weight: 700;
}
#parks-container #parks #chart-nav ul li::after {
  content: '|';
  padding-left: 2em;
  margin-right: 2em;
  font-weight: 400;
}
#parks-container #parks #chart-nav ul li:last-child::after {
  content: '';
}
#parks-container #parks #chart-nav ul li a {
  color: #b3b3b3;
}
#parks-container #parks #chart-nav ul li.active a {
  color: #ffffff;
}
#parks-container #parks #breakdown {
  padding: 0;
}
#parks-container #parks #breakdown #breakdown-header {
  background-color: #a5d5ca;
  color: #ffffff;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
  padding: 1.8em 4.2%;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks #breakdown #breakdown-header {
    border-bottom: 2px solid #051721;
  }
}
#parks-container #parks #breakdown #breakdown-header mark {
  color: #051721;
  background-color: transparent;
}
#parks-container #parks #breakdown #breakdown-data {
  max-height: 30em;
  overflow: auto;
  position: relative;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks #breakdown #breakdown-data {
    max-height: none;
  }
}
#parks-container #parks #breakdown #breakdown-data #footnotes {
  margin: 2em 4.2%;
  font-size: 0.8em;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks #breakdown #breakdown-data #footnotes li {
    margin-bottom: 0.6em;
  }
}
#parks-container #parks #breakdown .breakdown-item {
  border-bottom: 1px solid #7d7d7d;
  clear: both;
  padding-top: 1em;
  margin: 0 4.2%;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks #breakdown .breakdown-item {
    margin: 0 5.5% 0 4.4%;
  }
}
#parks-container #parks #breakdown .breakdown-item .breakdown-dollars {
  float: left;
  width: 13.5%;
  text-align: right;
  font-family: 'Arial Narrow', Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.4em;
  font-weight: 600;
  vertical-align: top;
  line-height: 0.85;
  white-space: nowrap;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks #breakdown .breakdown-item .breakdown-dollars {
    width: 28%;
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    line-height: 1.2;
  }
}
#parks-container #parks #breakdown .breakdown-item .breakdown-dollars::before {
  content: '$';
  font-family: 'Arial Narrow', Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.5em;
  font-weight: 400;
  vertical-align: super;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks #breakdown .breakdown-item .breakdown-dollars::before {
    font-size: 0.8em;
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    vertical-align: inherit;
  }
}
#parks-container #parks #breakdown .breakdown-item .breakdown-description {
  float: right;
  width: 86.4%;
  padding-left: 3.1%;
  vertical-align: top;
}
@media only screen and (max-width: 992px) {
  #parks-container #parks #breakdown .breakdown-item .breakdown-description {
    width: 64%;
    padding-left: 0;
  }
}
#parks-container #parks #breakdown .breakdown-item .breakdown-description h3 {
  margin: 0;
  font-weight: 600;
}
#parks-container #parks #breakdown .breakdown-item .breakdown-description p {
  margin: 0 0 1.4em 0;
}
#parks-container #parks #breakdown .breakdown-item .breakdown-description .read-more-link {
  color: #7d7d7d;
}
#parks-container #parks #breakdown .breakdown-item .breakdown-description .read-more-link:hover {
  color: #575757;
}
#parks-container #parks #breakdown .breakdown-item .breakdown-description .read-more {
  height: 0;
  overflow: hidden;
}
#parks-container #parks #parks-footer {
  font-size: 1.4em;
  line-height: 4.286;
  height: 4.286em;
  padding: 0 4.2%;
}
#parks-container #parks #parks-footer .resources-label {
  display: inline-block;
  line-height: 4.286;
}
#parks-container #parks #parks-footer .resource {
  display: inline-block;
  line-height: 4.286;
}
#parks-container #parks #parks-footer .resource a:link,
#parks-container #parks #parks-footer .resource a:visited {
  color: #ffffff;
}
#parks-container #parks #parks-footer .resource a:hover {
  color: #7d7d7d;
}
#parks-container #parks #parks-footer .resource .fa-file-alt {
  font-size: 1.2em;
  margin: 0 0.8em;
}
#parks-container #parks .ps > .ps__rail-y {
  display: block;
  opacity: 0.6 !important;
}
#parks-container #parks .ps--active-y > .ps__rail-y {
  background-color: #051721;
  width: 6px;
}
#parks-container #parks .ps__thumb-y {
  background-color: #ffffff;
  right: 1px;
  width: 4px;
}
#parks-container #parks .ps__rail-y:hover > .ps__thumb-y,
#parks-container #parks .ps__rail-y:focus > .ps__thumb-y {
  background-color: #ffffff;
  width: 4px;
}
