﻿/*New colors for rebrand use*/
/*$outline-text-shadow: -1px -1px 3px #000, 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);*/
/*1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem; }

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem; }

.text-base {
  font-size: 1rem;
  line-height: 1.5rem; }

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem; }

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem; }

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem; }

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem; }

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem; }

.text-5xl {
  font-size: 3rem;
  line-height: 1; }

.text-6xl {
  font-size: 3.75rem;
  line-height: 1; }

.text-black {
  color: black; }

.leading-3 {
  line-height: .75rem; }

.leading-4 {
  line-height: 1rem; }

.leading-5 {
  line-height: 1.25rem; }

.leading-6 {
  line-height: 1.5rem; }

.leading-7 {
  line-height: 1.75rem; }

.leading-8 {
  line-height: 2rem; }

.leading-9 {
  line-height: 2.25rem; }

.leading-10 {
  line-height: 2.5rem; }

.leading-none {
  line-height: 1; }

.leading-tight {
  line-height: 1.25; }

.leading-snug {
  line-height: 1.375; }

.leading-normal {
  line-height: 1.5; }

.leading-relaxed {
  line-height: 1.625; }

.leading-loose {
  line-height: 2; }

.rounded-lg-bottom {
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem; }

.rounded-lg-top {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem; }

.-mt-1 {
  margin-top: -1px; }

a {
  color: #2e6565; }
  a.link-alternate-color {
    color: #b94900; }
    a.link-alternate-color:active, a.link-alternate-color:hover {
      color: #6d2b00; }
  a:active, a:hover {
    color: #d54215; }

html, body {
  font: normal 1rem "Montserrat", Helvetica, Arial, sans-serif; }

html {
  position: relative;
  min-height: 100%;
  font-size: 1rem;
  scroll-behavior: smooth; }

main {
  overflow-x: clip; }

.font-montserrat {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6; }
  .font-montserrath1, .font-montserrat h1 {
    font-family: "Montserrat Bold", sans-serif;
    text-transform: none; }
  .font-montserrath2, .font-montserrath3, .font-montserrath4, .font-montserrath5, .font-montserrath6, .font-montserrat.h2, .font-montserrat.h3, .font-montserrat.h4, .font-montserrat.h5, .font-montserrat.h6, .font-montserrat h2, .font-montserrat h3, .font-montserrat h4, .font-montserrat h5, .font-montserrat h6, .font-montserrat .h2, .font-montserrat .h3, .font-montserrat .h4, .font-montserrat .h5, .font-montserrat .h6 {
    font-family: "Montserrat SemiBold", sans-serif;
    text-transform: none; }

/* Headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Oswald Bold";
  text-transform: uppercase; }

h1, .h1 {
  font-size: 2rem; }

h1.home-page {
  color: white; }

h2, .h2, h3, .h3 {
  color: #000; }

h2, .h2 {
  font-size: 1.6rem; }

h3, .h3 {
  font-size: 1.4rem; }

h4.gray {
  color: #757575; }

/* End headings */
p {
  line-height: 1.4; }

/*a {
	color: $rust;
	text-decoration: none;

	&:active, &:hover {
		color: $dark-teal;
	}
}*/
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid #2e6565; }

.text-dark-teal {
  color: #2e6565 !important; }

.text-dark-teal-background {
  color: white !important;
  background-color: #2e6565; }

.text-gray {
  color: #757575; }

.text-rust {
  color: #b94900; }

.text-rust-background {
  color: white !important;
  background-color: #b94900; }

.container-max-width-limited {
  max-width: 1140px; }

.btn.btn-primary {
  background-color: #1c332b;
  color: #f7edd9;
  border-color: #f7edd9;
  font-weight: bold; }
  .btn.btn-primary:not(:disabled):not(.disabled):hover, .btn.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #325649;
    color: #fff; }

.btn.btn-circle-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none; }
  .btn.btn-circle-icon .btn-icon {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
    padding: 1rem;
    border-radius: 1.5rem;
    background-color: #1c332b;
    color: #fff;
    border-color: #f7edd9; }
  .btn.btn-circle-icon:not(:disabled):not(.disabled):hover .btn-icon, .btn.btn-circle-icon:not(:disabled):not(.disabled):active .btn-icon {
    background-color: #325649;
    color: #fff; }
  .btn.btn-circle-icon .btn-text {
    color: #1c332b;
    font-size: 0.75rem; }

.btn.btn-reverse {
  background-color: #f7edd9;
  color: #3d3523;
  border-color: #b19d6e;
  font-weight: bold; }
  .btn.btn-reverse:not(:disabled):not(.disabled):hover, .btn.btn-reverse:not(:disabled):not(.disabled):active {
    background-color: #dbc48a; }

.btn.btn-reverse-secondary {
  background-color: transparent;
  border-color: #b94900;
  color: #b94900; }
  .btn.btn-reverse-secondary:not(:disabled):not(.disabled):hover, .btn.btn-reverse-secondary:not(:disabled):not(.disabled):active {
    background-color: #b94900;
    color: #fff; }

.btn.btn-green {
  background-color: #136300;
  border-color: #093000;
  color: #fff;
  font-weight: bold; }
  .btn.btn-green:not(:disabled):not(.disabled):hover, .btn.btn-green:not(:disabled):not(.disabled):active {
    background-color: #81ff63;
    color: #000; }

.btn.btn-tan {
  background-color: #f7ecd8;
  border-color: transparent;
  color: #533400;
  font-weight: bold;
  padding: 0.75rem 1.5rem; }
  .btn.btn-tan:not(:disabled):not(.disabled):hover, .btn.btn-tan:not(:disabled):not(.disabled):active {
    background-color: #ad7c23;
    border-color: #533400;
    color: #fff; }

.background-dark-teal {
  color: white;
  background-color: #2e6565; }

.background-gray-teal {
  background-color: #e2ecec; }

.background-tan {
  background-color: #f7ecd8; }

.background-orange {
  background-color: #ae3e1b; }

.bt-gray-teal {
  border-top: 1px solid #e2ecec; }

.bt-tan {
  border-top: 1px solid #f7ecd8; }

.display-text-large {
  font-size: 1.25rem; }

.image-map-marker {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  padding: 0.75rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  font-size: 0.75rem; }
  .image-map-marker:hover {
    color: black;
    background-color: rgba(255, 255, 255, 0.7);
    text-decoration: none; }
  .image-map-marker i {
    font-size: 1rem; }

.hero-image-map-marker {
  display: none; }

.directory-list a {
  color: #2e6565;
  font-weight: bold; }
  .directory-list a:active, .directory-list a:hover {
    color: #b94900; }

ul.rust-border li {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  border-bottom: 1px solid #b94900; }

ul.rust-border li:last-child {
  border-bottom: none; }

.list-inline-nav {
  font-size: 0; }

.list-inline-nav-item {
  margin: 0 !important; }
  .list-inline-nav-item a {
    color: #2e6565;
    font-weight: bold;
    font-size: 1.5rem; }
    .list-inline-nav-item a:active, .list-inline-nav-item a:hover {
      color: #2e6565; }
    .list-inline-nav-item a.selected {
      color: #2e6565; }
      .list-inline-nav-item a.selected:active, .list-inline-nav-item a.selected:hover {
        color: #b94900; }
      .list-inline-nav-item a.selected::after {
        content: ' \f0d7';
        font-family: 'Font Awesome 5 Pro'; }

.list-inline-nav-item + .list-inline-nav-item::before {
  content: '\2022';
  color: black;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: bold;
  font-size: 1.75rem; }

.chocolate-banner {
  background: #6e1f1c;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold; }

.hero-container {
  height: 30vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center; }
  .hero-container.hero-container-details, .hero-container.hero-container-overview {
    height: 30vh; }
    .hero-container.hero-container-details .carousel-inner, .hero-container.hero-container-overview .carousel-inner {
      max-height: 30vh; }
      .hero-container.hero-container-details .carousel-inner img, .hero-container.hero-container-overview .carousel-inner img {
        max-height: 30vh; }
  .hero-container .area-map-overlay {
    position: absolute;
    bottom: 5vh;
    left: 5vw;
    z-index: 1; }
    .hero-container .area-map-overlay img.area-map {
      position: relative;
      min-width: initial;
      min-height: initial;
      max-height: 10rem;
      max-width: 20rem;
      object-fit: contain;
      margin-bottom: 1rem; }
      .hero-container .area-map-overlay img.area-map:hover, .hero-container .area-map-overlay img.area-map:active {
        filter: hue-rotate(330deg) brightness(80%) drop-shadow(0px 0px 10px black); }
    .hero-container .area-map-overlay h1 {
      position: relative;
      top: 0;
      left: 0; }
  .hero-container .events-hero-actions-wrapper {
    position: absolute;
    bottom: 5vw;
    left: 5vw;
    width: 25rem;
    z-index: 1; }
    .hero-container .events-hero-actions-wrapper h1.events-hero {
      position: relative;
      top: 0;
      left: 0; }
    .hero-container .events-hero-actions-wrapper .btn.btn-primary {
      border: 1px solid #b94900; }
  .hero-container.hero-center h1 {
    right: 0;
    left: 0;
    text-align: center;
    font-family: "Burford Rustic Bold";
    text-shadow: 0 0 12px #000;
    font-size: 2rem; }
  .hero-container h1 {
    position: absolute;
    bottom: 2vw;
    left: 5vw;
    color: white;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    font-size: 1.75rem;
    z-index: 1; }
    .hero-container h1 img {
      max-width: 90%; }
    .hero-container h1 span.hero-h1-subtext {
      font-size: 1.5rem;
      display: block; }
  .hero-container .overlay-text {
    color: white;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    font-size: 1.25rem; }
  .hero-container img.hero-image {
    object-fit: cover;
    width: 100vw;
    height: 30vh;
    min-height: 100%;
    filter: brightness(75%); }
  .hero-container a.hero-button {
    position: absolute;
    display: none;
    bottom: 8vh;
    right: 5vw;
    background-color: #b94900;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px; }
  .hero-container a.hero-button:hover {
    color: #fff; }

.hero-top .hero-container img.hero-image {
  object-position: top; }

.list-inline-links {
  font-size: 0; }

.list-inline-item-link {
  font-size: 1rem;
  font-weight: bold;
  margin-left: 0;
  margin-right: 0; }
  .list-inline-item-link a {
    color: #2e6565; }
    .list-inline-item-link a:active, .list-inline-item-link a:hover {
      color: #2e6565; }
  .list-inline-item-link:not(:last-child):after {
    content: "\2022";
    margin-left: 0.5rem;
    margin-right: 0; }

.hero-video {
  position: relative;
  max-height: calc(100vh - 211px);
  max-width: 100%;
  display: block; }

.video-wrapper {
  position: relative;
  width: auto;
  margin: auto; }

.play-pause-button {
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  z-index: 1;
  opacity: 0.75;
  text-shadow: 3px 3px 4px #333;
  top: calc(98% - 1.5rem);
  left: calc(98% - 1.5rem); }
  .play-pause-button:active, .play-pause-button:hover {
    color: #b94900; }

.circle-span {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  background-color: #b94900;
  padding: 0.125rem 0.5rem;
  color: white;
  margin-right: 0.25rem; }

.circle-span-wide {
  padding: 0.1875rem; }

a.map-link {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.nav-cards.map-nav-cards .card .card-img-top {
  object-fit: none; }

.nav-cards .card {
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  max-height: 100%;
  min-height: 20rem; }
  .nav-cards .card .card-img-top {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    /*			height: 50%;
			max-height: 50%;
*/
    object-fit: cover; }
  .nav-cards .card .card-title {
    color: #136300;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0;
    line-height: 1.1; }
    .nav-cards .card .card-title.color-red-velvet {
      color: #6e1f1c; }
  .nav-cards .card .card-text {
    line-height: 1.2; }
  .nav-cards .card .card-text-marker {
    line-height: 1.2;
    min-height: 4.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem; }
    .nav-cards .card .card-text-marker > .marker-image {
      height: 6rem; }
    .nav-cards .card .card-text-marker p {
      line-height: 1.5rem;
      margin-bottom: 0; }
      .nav-cards .card .card-text-marker p:first-of-type {
        padding-top: .75rem; }
  .nav-cards .card .card-marker-fa {
    height: 3rem;
    float: left;
    margin-right: 0.5rem; }
    .nav-cards .card .card-marker-fa .fa-map-marker {
      font-size: 3em;
      color: #2e6565; }
    .nav-cards .card .card-marker-fa .marker-number {
      color: #fff;
      line-height: 2.5em; }
  .nav-cards .card .card-marker-image {
    position: relative;
    height: 4.5rem;
    float: left;
    margin-right: 0.5rem; }
    .nav-cards .card .card-marker-image img {
      height: 4.5rem; }
    .nav-cards .card .card-marker-image .marker-number {
      position: absolute;
      left: 0;
      top: 0;
      color: #fff;
      font-size: 1rem;
      text-align: center;
      line-height: 4.5rem;
      width: 3rem; }

.carousel-control-prev, .carousel-control-next {
  background-color: transparent;
  border: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2.5rem;
  height: 2.5rem; }

.modal .close {
  font-size: 3rem; }

#specialFeatureSecondaryNavMobileToggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  #specialFeatureSecondaryNavMobileToggle .secondary-nav-mobile-toggle-indicator {
    vertical-align: middle; }
  #specialFeatureSecondaryNavMobileToggle .secondary-nav-mobile-toggle-indicator::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Pro';
    content: '\f0d8';
    margin-left: 0.25rem;
    font-size: 1.5rem; }
  #specialFeatureSecondaryNavMobileToggle:active, #specialFeatureSecondaryNavMobileToggle:focus {
    background-color: #b94900; }
  #specialFeatureSecondaryNavMobileToggle.collapsed {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
    #specialFeatureSecondaryNavMobileToggle.collapsed .secondary-nav-mobile-toggle-indicator::before {
      content: '\f0d7'; }

.special-secondary-nav {
  display: flex;
  text-transform: uppercase;
  padding-left: 0; }
  .special-secondary-nav li {
    background-color: #b94900;
    color: white;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .special-secondary-nav li.active, .special-secondary-nav li:hover {
      background-color: #6d2b00; }
    .special-secondary-nav li a {
      color: white;
      font-weight: bold; }
      .special-secondary-nav li a.active, .special-secondary-nav li a:hover, .special-secondary-nav li a:active {
        border-bottom: 3px solid #fff;
        margin-bottom: -3px; }

.feature-list-item-row {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  /*	height: 20rem;
	max-height: 20rem;
*/
  border-radius: 0.5rem; }

.feature-list-item-image-container .feature-list-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%; }

.maps-page-header {
  color: #2e6565;
  text-align: center;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-height: 2.75rem; }

.maps-page-cell {
  border-bottom: 6px solid #999;
  padding-bottom: 1rem;
  margin-bottom: 1.625rem;
  margin-top: 1rem; }

.video-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem; }
  .video-container iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem; }

.video-header-text h2 {
  text-transform: none;
  font-weight: bold;
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 1rem; }

.video-header-text p {
  font-size: 1rem;
  line-height: 1.4; }

.video-carousel {
  margin-bottom: 4rem; }
  .video-carousel .container-header {
    margin-bottom: -3rem;
    min-height: 260px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 3.5rem;
    padding-left: 2rem;
    background-size: cover;
    background-position: center;
    text-shadow: 0 0 12px #000; }
    .video-carousel .container-header h2 {
      color: #fff;
      text-transform: none; }
    .video-carousel .container-header a {
      color: #fff;
      text-decoration: underline; }
    .video-carousel .container-header.shorts-header, .video-carousel .container-header.winterShorts-header {
      margin-bottom: 1rem;
      min-height: auto;
      color: #000;
      padding-bottom: 0; }
      .video-carousel .container-header.shorts-header .container-header, .video-carousel .container-header.winterShorts-header .container-header {
        text-shadow: none;
        min-height: auto; }
      .video-carousel .container-header.shorts-header h2, .video-carousel .container-header.winterShorts-header h2 {
        color: #000; }
      .video-carousel .container-header.shorts-header p, .video-carousel .container-header.winterShorts-header p {
        padding-bottom: 1rem;
        margin-bottom: 0;
        border-bottom: 1px solid #2e6565;
        color: #000; }
    .video-carousel .container-header.events-header {
      background-image: url(/images/videos/parade.jpg); }
    .video-carousel .container-header.visit-header {
      background-image: url(/images/videos/star-ranch.jpg); }
    .video-carousel .container-header.wildlife-header {
      background-image: url(/images/videos/eagle.jpg); }
    .video-carousel .container-header.drinkItIn-header {
      background-image: url(/images/videos/rmf.jpg); }
    .video-carousel .container-header.stargazing-header {
      background-image: url(/images/videos/milky-way.jpg); }
    .video-carousel .container-header.marvelousMusic-header {
      background-image: url(/images/videos/player-piano.jpg); }
    .video-carousel .container-header.winter-header {
      background-image: url(/images/videos/winter.jpg); }
  .video-carousel .owl-carousel {
    padding: 0 2rem; }
    .video-carousel .owl-carousel .video-item img {
      border-radius: 1rem;
      margin-bottom: 0.5rem;
      aspect-ratio: 16 / 9;
      object-fit: cover;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }
    .video-carousel .owl-carousel .video-item p {
      color: #000; }
    .video-carousel .owl-carousel.shorts-carousel .video-item {
      position: relative; }
      .video-carousel .owl-carousel.shorts-carousel .video-item img {
        aspect-ratio: 9 / 16;
        width: 100%; }
      .video-carousel .owl-carousel.shorts-carousel .video-item .video-item-text {
        position: absolute;
        bottom: 0;
        padding: 10px; }
        .video-carousel .owl-carousel.shorts-carousel .video-item .video-item-text p {
          color: #fff;
          font-size: 0.8rem; }
          .video-carousel .owl-carousel.shorts-carousel .video-item .video-item-text p.video-stats {
            display: none; }

.photo-video-container .title {
  opacity: 0;
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1rem;
  padding: 0.625rem; }

.tim-university-container {
  color: #76022b;
  padding: 20px 0; }
  .tim-university-container .tim-university-logo {
    max-height: 5em;
    max-width: 100%; }
  .tim-university-container .tim-university-title {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.5rem; }
  .tim-university-container .tim-university-description {
    font-size: 1.25rem;
    line-height: 2rem; }

.airport-description {
  font-size: 1.125rem; }

.airport-card {
  height: 300px;
  overflow: hidden;
  width: 100%; }
  .airport-card p {
    font-size: 1.5rem;
    bottom: 0.5rem;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1); }
  .airport-card:hover .img-full {
    transform: scale(1.05); }

.weather-card-container {
  text-align: center;
  font-size: 1.5rem;
  float: right;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  padding: 20px;
  margin: 0 0 20px 20px; }

.weather-card-container .current-container {
  border-color: #c3d9d9; }

.weather-card-title {
  font-weight: bold;
  background-color: #c3d9d9;
  margin: -20px -20px 0 -20px;
  padding: 10px;
  border-radius: .5rem .5rem 0 0; }

a.link-card-wrapper {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
  width: 100%; }
  a.link-card-wrapper:hover, a.link-card-wrapper:active {
    text-decoration: none;
    outline: 2px solid #b94900; }

div.no-link-card-wrapper {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
  width: 100%; }

.dropdown-share-menu {
  text-align: center;
  width: 18rem;
  background: #f7ecd8;
  color: #b94900;
  padding: 1rem;
  border-radius: 0.5rem; }

.btn-share {
  color: #b94900; }
  .btn-share:hover, .btn-share:active {
    color: #2e6565; }

.featured-article-container {
  background-color: #f7ecd8; }

.featured-article-container.navigation-image-links-section {
  margin-top: 0; }

.blog-section-header {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  padding: 10px; }

.blog-search-container {
  width: 50%;
  margin: auto;
  padding: 20px; }
  .blog-search-container .search-label {
    font-size: 1.5em; }

.blog-no-posts {
  width: 50%;
  margin: auto;
  padding: 20px; }

.blog-filter-container {
  background-color: #5c2e17;
  color: white;
  padding: 10px;
  font-size: 1.25em;
  text-align: center; }
  .blog-filter-container .nav-item {
    padding-top: 10px; }
  .blog-filter-container .nav-link {
    color: #fff; }

.blog-filter-name {
  display: flex;
  justify-content: center;
  cursor: pointer; }
  .blog-filter-name span {
    padding: 0 5px; }

.blog-filter-secondary-container {
  position: relative; }

.blog-filter-details-container {
  border: 1px solid #000;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  margin: 0; }

.blog-filter-details {
  display: none; }

.blog-filter-details.active {
  display: block; }

.blog-detail-categories .row {
  /*margin: 0 20%;*/
  justify-content: center; }

.blog-category-icon {
  padding: 20px;
  text-align: center;
  font-size: 1.5em;
  color: #b94900;
  font-weight: bold;
  cursor: pointer;
  display: inline-block; }
  .blog-category-icon i {
    font-size: 2em; }

.blog-filter-name.active a, .blog-filter-name:hover a {
  border-bottom: 3px solid #fff;
  margin-bottom: -3px; }

.blog-category-icon:hover div {
  text-decoration: underline; }

.blog-featured-post {
  position: absolute;
  top: 2em;
  left: -2em;
  background-color: #6E7A59;
  padding: 5px 2em;
  -webkit-transform: rotate(-45deg);
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase; }

.search-button-input {
  border-color: #b94900;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.padding-0 {
  padding: 0; }

.hot-springs-flex {
  display: flex;
  flex-direction: column; }

.hot-spring-video-container {
  order: 1; }

.light-teal-container {
  border-radius: 0.625rem;
  box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.2);
  background-color: #e2ecec;
  padding: 1.5rem; }

.tan-container {
  border-radius: 0.625rem;
  box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.2);
  background-color: #f7ecd8;
  padding: 1.5rem; }

.full-background-contest {
  display: flex;
  background-size: cover;
  background-image: url(/images/contest/contest-background-elf.jpg); }
  .full-background-contest .contest-container {
    margin: 40px auto;
    background-color: #fff;
    padding: 20px; }

.color-fudge {
  color: #582a13; }

/*Begin Park to Park Section*/
.map-heatmap {
  max-width: 600px; }
  .map-heatmap .map-hotspot {
    font-size: 0px;
    color: transparent;
    transition: border 300ms ease; }
    .map-heatmap .map-hotspot.map-hotspot-glacier {
      top: 0;
      left: 12%;
      width: 22%;
      height: 19%; }
    .map-heatmap .map-hotspot.map-hotspot-yellowstone {
      bottom: 0;
      left: 38%;
      width: 24%;
      height: 19%; }

.glacier-park-background,
.yellowstone-park-background,
.historic-sites-background {
  min-height: 300px; }

.glacier-park-background {
  background-image: url(/images/parktopark/glacier_1.jpg?preset=heroimage-md); }

.yellowstone-park-background {
  background-image: url(/images/parktopark/yellowstone-waterfall.jpg?preset=heroimage-md); }

.park-links .btn {
  width: 315px; }

.itinerary-number {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  border: 4px solid #ddd;
  padding: 10px; }

.park-to-park-section.header-video {
  height: 700px; }
  .park-to-park-section.header-video video {
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 700px;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .park-to-park-section.header-video .video-overlay {
    z-index: 9; }
    .park-to-park-section.header-video .video-overlay .hero-container {
      height: 700px; }

.park-to-park-section .listing-card {
  border: 1px solid #CBCBCB;
  border-radius: 16px; }
  .park-to-park-section .listing-carda:hover {
    text-decoration: underline;
    text-decoration-color: #B94901; }
  .park-to-park-section .listing-card .listing-header {
    height: 275px;
    object-fit: cover;
    position: relative; }
    .park-to-park-section .listing-card .listing-header::after {
      content: "";
      position: absolute;
      z-index: 8;
      background: black;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 32%, rgba(0, 14, 24, 0) 100%);
      height: 50%;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%; }
    .park-to-park-section .listing-card .listing-header .listing-image {
      height: 275px;
      object-fit: cover;
      position: relative;
      border-radius: 16px;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px; }
    .park-to-park-section .listing-card .listing-header .listing-title {
      color: #fff;
      font-weight: bold;
      position: absolute;
      bottom: 0;
      padding: 0 15px;
      z-index: 9; }
  .park-to-park-section .listing-card.listing-card-blog .listing-header, .park-to-park-section .listing-card.listing-card-pit-stop .listing-header {
    height: 320px; }
    .park-to-park-section .listing-card.listing-card-blog .listing-header::after, .park-to-park-section .listing-card.listing-card-pit-stop .listing-header::after {
      border-bottom-left-radius: 16px;
      border-bottom-right-radius: 16px; }
    .park-to-park-section .listing-card.listing-card-blog .listing-header .listing-image, .park-to-park-section .listing-card.listing-card-pit-stop .listing-header .listing-image {
      height: 320px; }

.park-to-park-section .listing-card-blog {
  border: 0; }

.park-to-park-section h2, .park-to-park-section h3 {
  font-weight: bold; }

.park-to-park-section h2, .park-to-park-section h3, .park-to-park-section h4, .park-to-park-section h5, .park-to-park-section h6 {
  text-transform: none;
  color: #000; }

.park-to-park-section p {
  line-height: 1.7; }

.park-to-park-section a {
  font-weight: bold;
  color: #000;
  text-decoration: underline; }
  .park-to-park-section a.btn {
    text-decoration: none; }

.park-to-park-section .section-heading {
  max-width: 800px; }

.park-to-park-section .callout {
  font-size: 1.2em; }
  .park-to-park-section .callout i {
    font-size: 2.5em; }

.park-to-park-section .park-to-park-itinerary {
  display: flex;
  flex-direction: column; }

.park-to-park-section .responsive-video {
  aspect-ratio: 16 / 9;
  width: 100%; }

.park-to-park-section .video-play-icon {
  top: 45%;
  left: 46%; }

.park-to-park-section .btn {
  padding: 12px 18px;
  border: 1px solid #fff;
  border-radius: 8px;
  transition: background-color 300ms ease; }
  .park-to-park-section .btn.btn-light {
    border: 1px solid rgba(255, 255, 255, 0.4); }
  .park-to-park-section .btn:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff; }

.park-to-park-section .icon-callout .icon-callout__content {
  padding-left: 80px; }

.dark-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6); }

.dark-gradient-overlay {
  position: absolute;
  z-index: 8;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 32%, rgba(0, 14, 24, 0) 100%);
  height: 50%;
  bottom: 0;
  width: 100%; }

.full-background {
  background-size: cover;
  background-position: center; }

.dark-gradient-overlay.overlay-height-30 {
  height: 30%; }

#park-to-park-section-about .about-background {
  background-image: url(/images/parktopark/yellowstone-park-sign.jpg?preset=heroimage-md); }

#park-to-park-section-historic-sites .historic-sites-background {
  background-image: url(/images/parktopark/grant-kohrs-ranch-historical-site-color.jpg?preset=heroimage-md); }

[data-animate-type] {
  opacity: 0; }

/* Begin Winter Activities */
#winter-activities-section-about .dark-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4); }

.winter-activities-section h2, .winter-activities-section h3 {
  font-weight: bold; }

.winter-activities-section h2, .winter-activities-section h3, .winter-activities-section h4, .winter-activities-section h5, .winter-activities-section h6 {
  text-transform: none;
  color: #000; }

.winter-activities-section p {
  line-height: 1.7; }

.winter-activities-section a {
  font-weight: bold;
  color: #000;
  text-decoration: underline; }
  .winter-activities-section a.button {
    text-decoration: none; }

.winter-activities-section .button {
  padding: 12px 18px;
  border: 1px solid rgba(0, 0, 0, 0.9);
  border-radius: 8px;
  transition: background-color 300ms ease; }
  .winter-activities-section .button.button-light {
    border: 1px solid rgba(255, 255, 255, 0.4); }
  .winter-activities-section .button:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff; }

.winter-activities-section.header-video {
  height: 700px; }
  .winter-activities-section.header-video .hero-container {
    height: 700px; }
  .winter-activities-section.header-video video {
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 700px;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .winter-activities-section.header-video .video-overlay {
    z-index: 9; }

.winter-activities-section .listing-card {
  border: 1px solid #CBCBCB;
  border-radius: 16px;
  width: 100%; }
  .winter-activities-section .listing-card .listing-title {
    transition: font-size 300ms ease;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    padding: 0 15px;
    z-index: 9; }
  .winter-activities-section .listing-card .listing-business-name {
    color: #b94900;
    text-decoration: none; }
  .winter-activities-section .listing-card .listing-header {
    height: 275px;
    object-fit: cover;
    position: relative; }
    .winter-activities-section .listing-card .listing-header .listing-image {
      height: 275px;
      object-fit: cover;
      position: relative;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px; }
    .winter-activities-section .listing-card .listing-header::after {
      content: "";
      position: absolute;
      z-index: 8;
      background: black;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 32%, rgba(0, 14, 24, 0) 100%);
      height: 50%;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%; }
  .winter-activities-section .listing-card .listing-info {
    padding: 15px;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column; }
    .winter-activities-section .listing-card .listing-info p {
      margin-bottom: 0;
      flex-grow: 1; }
  .winter-activities-section .listing-card.listing-card-itinerary {
    border: 0;
    border-radius: 0;
    text-decoration: none; }
    .winter-activities-section .listing-card.listing-card-itinerary .listing-header .listing-image {
      border-radius: 16px; }
    .winter-activities-section .listing-card.listing-card-itinerary .listing-header::after {
      border-bottom-left-radius: 16px;
      border-bottom-right-radius: 16px; }
  .winter-activities-section .listing-card.listing-card-blog .listing-header {
    height: 320px;
    object-fit: cover;
    position: relative; }
    .winter-activities-section .listing-card.listing-card-blog .listing-header .listing-image {
      height: 320px;
      object-fit: cover;
      position: relative;
      border-radius: 16px; }
    .winter-activities-section .listing-card.listing-card-blog .listing-header::after {
      border-bottom-left-radius: 16px;
      border-bottom-right-radius: 16px; }
  .winter-activities-section .listing-card.listing-card-accomodation .listing-header::after {
    display: none; }
  .winter-activities-section .listing-card:hover {
    text-decoration: underline;
    text-decoration-color: #B94901; }
    .winter-activities-section .listing-card:hover .listing-title {
      font-size: 130%; }

#winter-activities-section-hot-springs .ml-n5r {
  margin-left: -5rem; }

#winter-activities-section-about .about-background {
  background-image: url(/images/winter-activities/winter-background.jpg?preset=heroimage-lg); }

.background-image-hot-springs {
  background-image: url(/images/winter-activities/hot-springs-background.jpg?preset=heroimage-lg); }

/* End Winter Activities */
@media (max-width: 768px) {
  .park-to-park-section.header-video {
    height: 60vh; }
    .park-to-park-section.header-video video {
      height: 60vh; }
    .park-to-park-section.header-video .video-overlay .hero-container {
      height: 60vh; }
  .winter-activities-section.header-video, .winter-activities-section.header-video .hero-container {
    height: 60vh; }
  .winter-activities-section.header-video video {
    height: 60vh; } }

@media (min-width: 1200px) {
  .park-to-park-section .section-heading h2 {
    font-size: 50px; }
  .park-to-park-section .callout {
    font-size: 1.7rem; }
  .map-heatmap {
    margin-left: -100px; }
  #park-to-park-section-about .about-background {
    margin-bottom: 15%; } }

/*End Park to Park Section*/
@media screen and (orientation: landscape) and (max-height: 800px) {
  .hero-container .events-hero-actions-wrapper {
    bottom: 0.5vw; } }

@media (min-width: 576px) {
  .hero-container.hero-center h1 {
    font-size: 2.5rem; }
  .hero-container h1 {
    font-size: 2rem; }
    .hero-container h1 span.hero-h1-subtext {
      font-size: 1.75rem; }
    .hero-container h1 img {
      max-width: 60%; }
  .hero-container .overlay-text {
    font-size: 1.5rem; }
  .video-wrapper {
    width: fit-content; } }

@media (min-width: 768px) {
  .hero-container {
    height: 70vh; }
    .hero-container.hero-container-details {
      height: 70vh; }
      .hero-container.hero-container-details .carousel-inner {
        max-height: 70vh; }
        .hero-container.hero-container-details .carousel-inner img {
          height: 70vh;
          max-height: 70vh; }
    .hero-container.hero-center h1 {
      bottom: 16vh;
      font-size: 3.5rem; }
    .hero-container h1 {
      font-size: 2.5rem;
      bottom: 8vh; }
      .hero-container h1 span.hero-h1-subtext {
        font-size: 2rem;
        display: block; }
      .hero-container h1 img {
        max-width: 40%; }
    .hero-container .overlay-text {
      font-size: 2rem; }
    .hero-container.hero-container-overview h1 {
      top: 18vh; }
    .hero-container a.hero-button {
      display: block; }
  .airport-title {
    text-align: center; }
  .feature-list-item-image-container .feature-list-item-image {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; }
  .blog-filter-container .nav-link {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .image-map-marker {
    font-size: 1rem; }
    .image-map-marker i {
      font-size: 2rem; }
  .hero-image-map-marker {
    display: flex;
    bottom: 8vh;
    right: 8vh;
    z-index: 2; }
  .hot-springs-flex {
    display: block; }
  .hot-spring-video-container {
    text-align: center;
    font-size: 1.5rem;
    float: right;
    margin: 0 0 20px 20px;
    width: 50%;
    order: 0; } }

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.3rem; }
  h2, .h2 {
    font-size: 1.85rem; }
  h3, .h3 {
    font-size: 1.6rem; } }

@media (min-width: 576px) and (max-width: 991.98px) {
  .play-pause-button {
    top: calc(96% - 1.5rem); } }

@media (max-width: 767.98px) {
  .hero-container .area-map-overlay img.area-map {
    max-width: 8rem;
    height: 5.625rem;
    margin-bottom: 0; } }

@media (max-width: 575.98px) {
  .play-pause-button {
    top: calc(95% - 1.5rem); }
  .list-inline-nav-item a {
    font-size: 1rem; }
  .list-inline-nav-item + .list-inline-nav-item::before {
    font-size: 1.25rem; } }

#header {
  z-index: 50; }

.travel-alert-bar {
  text-transform: uppercase;
  color: white;
  background-color: #b94900;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center; }
  .travel-alert-bar a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    width: fit-content; }
    .travel-alert-bar a.nav-link:hover, .travel-alert-bar a.nav-link:active {
      border-bottom: 3px solid white;
      margin-bottom: -3px; }
    .travel-alert-bar a.nav-link i {
      font-size: 1.5em;
      margin-right: 0.25rem; }

a.navbar-brand {
  flex-grow: 1; }
  a.navbar-brand img {
    max-height: 3em; }

.top-navbar {
  background-color: #ae3e1b; }
  .top-navbar .navbar-nav {
    flex-direction: row; }

#search-bar {
  background-color: #ae3e1b; }
  #search-bar .search-query-input:focus {
    border-color: #3b8181;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 73, 0, 0.6); }
  #search-bar .btn-header-search {
    background-color: #2e6565;
    border-color: #3b8181;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

#nav-menus.never-translucent .nav-menu {
  background-color: #fff; }

#nav-menus #more li:hover {
  border-bottom: 3px solid #2e6565;
  margin-bottom: -3px; }

#nav-menus .more-nav-list-link {
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%; }
  #nav-menus .more-nav-list-link:hover, #nav-menus .more-nav-list-link:active {
    text-decoration: none; }

#nav-menus .more-nav-icon {
  display: block;
  padding-bottom: 0.5rem;
  font-size: 2.5rem; }

#nav-menus .more-nav-text {
  display: block;
  font-size: 1.25rem; }

#nav-menus .areas-sublist-item {
  padding-left: 0.5rem;
  line-height: 1.5rem; }

#nav-menus .communities-select-menu {
  list-style-type: none;
  margin-top: 0.5rem; }

#nav-menus #filterByCommunityForm .form-group {
  margin-bottom: 0; }

.nav-menu {
  background-color: #fff;
  border-bottom: 1px solid black;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }
  .nav-menu .nav-menu-container-wide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .nav-menu .nav-menu-container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .nav-menu a {
    color: #000;
    font-weight: bold;
    font-size: 1rem; }
    .nav-menu a:hover, .nav-menu a:active {
      color: #2e6565; }
  .nav-menu .nav-menu-link-hover-image {
    border-radius: 8px;
    filter: brightness(75%);
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .nav-menu .nav-menu-link-hover-image-text {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 1.25rem;
    left: 1.5rem;
    max-width: 30rem;
    color: white;
    font-weight: bold;
    font-size: 1.25rem;
    text-transform: uppercase;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1); }
  .nav-menu .campground-finder-image {
    border-radius: 8px;
    max-height: 8rem;
    object-fit: cover;
    height: 100%;
    width: 100%; }

.top-navbar-secondary {
  background: #d54215; }
  .top-navbar-secondary.not-translucent, .top-navbar-secondary.never-translucent {
    background: #d54215; }
  .top-navbar-secondary div.container-fluid {
    max-width: 1140px; }

nav.navbar {
  justify-content: initial; }
  nav.navbar .container {
    margin-left: 0;
    margin-right: 0; }
  nav.navbar button.navbar-toggler {
    color: #fff; }
  nav.navbar .navbar-nav {
    justify-content: end;
    width: 100%; }
    nav.navbar .navbar-nav .nav-item a.nav-link {
      display: flex;
      align-items: center;
      font-weight: bold;
      color: white; }
      nav.navbar .navbar-nav .nav-item a.nav-link:hover, nav.navbar .navbar-nav .nav-item a.nav-link:active {
        border-bottom: 3px solid white;
        margin-bottom: -3px; }
      nav.navbar .navbar-nav .nav-item a.nav-link i {
        font-size: 1.5em; }
    nav.navbar .navbar-nav .nav-item.secondary-nav-item {
      width: 15rem;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      position: relative; }
    nav.navbar .navbar-nav .nav-link {
      padding-left: 0;
      padding-right: 0; }
    nav.navbar .navbar-nav .nav-menu-mobile {
      text-align: left;
      margin-bottom: 1rem; }
      nav.navbar .navbar-nav .nav-menu-mobile li {
        padding: 0.75rem; }
      nav.navbar .navbar-nav .nav-menu-mobile a {
        color: white;
        padding-top: 1rem;
        padding-bottom: 1rem; }

.header-scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out; }

.header-scrolled-up, .sticky-scrolled-up, .sticky-scrolled-down {
  transform: translateY(0);
  transition: all 0.3s ease-in-out; }

@media (min-width: 576px) {
  nav.navbar {
    justify-content: end; }
    nav.navbar .navbar-nav {
      width: initial; }
  a.navbar-brand {
    flex-grow: 1;
    max-height: 4em; } }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .secondary-navbar-items {
    min-width: 75vw; } }

@media (min-width: 992px) {
  main {
    margin-top: 3.4rem; }
    main.no-photo {
      margin-top: 11.5rem; }
    main.no-photo-margin {
      margin-top: 9.5rem; }
  header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.3s; }
  nav.navbar .navbar-nav .nav-item.secondary-nav-item {
    padding-top: auto;
    padding-bottom: auto;
    width: auto; }
    nav.navbar .navbar-nav .nav-item.secondary-nav-item.nav-current-section a {
      background-color: white;
      color: #d54215;
      position: relative; }
      nav.navbar .navbar-nav .nav-item.secondary-nav-item.nav-current-section a:hover, nav.navbar .navbar-nav .nav-item.secondary-nav-item.nav-current-section a:active {
        border-bottom: 3px solid #2e6565;
        margin-bottom: -3px; }
    nav.navbar .navbar-nav .nav-item.secondary-nav-item.nav-current-section.show-nav-current-indicator a::after {
      content: '';
      width: 0;
      height: 0;
      border-left: 0.9rem solid transparent;
      border-right: 0.9rem solid transparent;
      border-top: 0.9rem solid white;
      position: absolute;
      bottom: -0.9rem;
      left: 0;
      right: 0;
      margin: 0 auto; }
  nav.top-navbar-secondary {
    height: 6rem;
    max-height: 6rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#333), color-stop(40%), to(transparent));
    background: -o-linear-gradient(top, #333, 40%, transparent);
    background: linear-gradient(180deg, #333, 40%, transparent); }
    nav.top-navbar-secondary.not-translucent, nav.top-navbar-secondary.never-translucent {
      background: #d54215; }
    nav.top-navbar-secondary .container-fluid {
      height: 6rem;
      max-height: 6rem; }
      nav.top-navbar-secondary .container-fluid .navbar-collapse {
        height: 6rem;
        max-height: 6rem; }
        nav.top-navbar-secondary .container-fluid .navbar-collapse ul {
          height: 100%;
          align-items: center; }
        nav.top-navbar-secondary .container-fluid .navbar-collapse li {
          display: flex;
          align-items: center;
          height: 100%; }
          nav.top-navbar-secondary .container-fluid .navbar-collapse li.show-menu-indicator::before {
            content: '';
            width: 0;
            height: 0;
            border-left: 1.1rem solid transparent;
            border-right: 1.1rem solid transparent;
            border-bottom: 1.1rem solid white;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto; }
        nav.top-navbar-secondary .container-fluid .navbar-collapse a {
          padding-left: 0.5rem;
          padding-right: 0.5rem;
          /*
					&:focus {
						color: $dark-teal;
						font-weight: bold;
					}
					*/ } }

@media (min-width: 1200px) {
  nav.top-navbar-secondary .container-fluid .navbar-collapse a {
    padding: 0.625rem; } }

@font-face {
  font-family: 'Burford Rustic Bold';
  font-style: normal;
  font-weight: bold;
  font-display: block;
  src: url("../lib/burford-rustic-bold/BurfordRusticBookBold.woff") format("woff"), url("../lib/burford-rustic-bold/BurfordRusticBookBold.ttf") format("truetype"); }

/*@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: normal;
	font-display: block;
	src: url("../lib/montserrat/Montserrat-Regular.ttf") format('truetype')
}*/
@font-face {
  font-family: 'Montserrat';
  src: url(../lib/montserrat/Montserrat-VariableFont_wght.ttf) format("truetype-variations");
  font-weight: 1 999; }

@font-face {
  font-family: "Montserrat Bold";
  font-style: normal;
  font-weight: bold;
  font-display: block;
  src: url("../lib/montserrat/Montserrat-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat SemiBold";
  font-style: normal;
  font-weight: bold;
  font-display: block;
  src: url("../lib/montserrat/Montserrat-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("../lib/anton/Anton-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("../lib/oswald/Oswald-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Oswald Bold";
  font-style: normal;
  font-weight: bold;
  font-display: block;
  src: url("../lib/oswald/Oswald-Bold.ttf") format("truetype"); }

footer {
  margin-top: 30vw; }
  footer address {
    font-size: 1.2rem; }
  footer a {
    color: #000;
    font-weight: bold; }
    footer a:active, footer a:hover {
      color: #b94900; }
  footer li.footer-link + li.footer-link::before {
    content: '';
    padding: 0; }
  footer .copyright {
    font-size: 0.8rem; }
  footer .footer-promo {
    background-color: #533400; }
    footer .footer-promo > .container {
      padding-top: 60vw;
      padding-bottom: 3rem; }
    footer .footer-promo .footer-promo-img {
      position: absolute;
      top: -30vw;
      height: auto;
      right: 5%;
      object-fit: cover;
      width: 90%; }
  footer .list-inline-item.social-icon:not(:last-child) {
    margin-right: 0; }
  footer .social-icon {
    font-size: 2rem;
    max-height: 2rem; }
    footer .social-icon a {
      padding: 0.45rem; }
    footer .social-icon .img-fluid {
      max-height: 2rem;
      vertical-align: top; }
    footer .social-icon i {
      vertical-align: top;
      color: #000; }
  footer .footer-logo img {
    max-height: 6em; }
  footer .directory-list a {
    color: #757575; }
  footer .footer-newsletter-container {
    display: flex;
    flex-direction: column; }

@media (min-width: 576px) {
  footer li.footer-link + li.footer-link::before {
    content: ' | ';
    padding: 0 0.5rem; }
  footer .social-icon {
    font-size: 3rem;
    max-height: 3rem; }
    footer .social-icon .img-fluid {
      max-height: 3rem; } }

@media (min-width: 992px) {
  footer {
    margin-top: 6rem; }
    footer .footer-promo > .container {
      padding-top: 3rem; }
    footer .footer-promo .footer-promo-img {
      height: auto;
      right: 50%;
      max-width: 50%;
      top: -30%;
      height: 130%;
      width: auto; }
    footer li.footer-link + li.footer-link::before {
      padding: 0 1rem; }
    footer .directory-list .list-inline-item:not(:last-child) {
      margin-right: 0.25rem; }
    footer .list-inline-item.social-icon:not(:last-child) {
      margin-right: 1.5rem; }
    footer .footer-newsletter-container {
      flex-direction: row; }
      footer .footer-newsletter-container h2 {
        margin: auto; }
      footer .footer-newsletter-container p {
        flex: 1 1 0; }
      footer .footer-newsletter-container .btn-reverse {
        flex-grow: 0.5;
        padding: .75rem .75rem;
        margin: auto; } }

@media (min-width: 1200px) {
  footer .footer-promo h2 {
    font-size: 2rem; } }

.floating-menu {
  display: none; }

@media (min-width: 992px) {
  .floating-menu {
    display: block;
    background: #b94900;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 5px;
    width: 4em;
    z-index: 100;
    position: fixed;
    top: 35%;
    right: 0px; }
    .floating-menu li {
      color: white; }
      .floating-menu li.floating-menu-item-top {
        border-top-left-radius: 8px; }
      .floating-menu li.floating-menu-item-bottom {
        border-bottom-left-radius: 8px; }
      .floating-menu li:hover {
        color: #b94900;
        background: white; }
        .floating-menu li:hover a {
          color: #b94900; }
      .floating-menu li a {
        display: inline-block;
        color: white; }
        .floating-menu li a:active, .floating-menu li a:hover {
          text-decoration: none;
          /*color: $color-link-highlight;*/ }
      .floating-menu li i {
        font-size: 2rem; }
      .floating-menu li .floating-menu-nav-text {
        font-size: 0.8rem; } }

#homeCarousel .carousel-item {
  height: 75vh;
  max-height: 75vh;
  width: 100%; }
  #homeCarousel .carousel-item img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%; }

.hero-map-container {
  overflow-x: hidden; }

.hero-map {
  max-height: 75vh;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: 25% bottom; }

.home-video-wrapper {
  width: 100%;
  aspect-ratio: 9 / 12;
  max-height: 100vh;
  overflow: hidden;
  display: flex; }
  .home-video-wrapper .home-hero-logo {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 300px; }
  .home-video-wrapper .home-hero-video {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; }

.homepage-feature-image {
  border-radius: 0.5rem;
  width: 100%;
  max-height: 35rem;
  object-fit: cover; }

.events-cards a {
  color: black; }
  .events-cards a:hover {
    box-shadow: 0 0 7px 2px #2e6565;
    border: 1px solid #2e6565;
    text-decoration: none; }

.events-cards .home-events-card-favorite-container {
  position: absolute;
  top: -1.25rem;
  right: 1.5rem; }

.events-cards .home-events-card.favorite-button {
  background-color: white;
  font-size: 1.75rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border: 1px solid #c2c2c2;
  padding: 5px;
  width: 3rem;
  height: 3rem; }
  .events-cards .home-events-card.favorite-button:active, .events-cards .home-events-card.favorite-button:hover {
    color: white;
    background-color: #757575; }
    .events-cards .home-events-card.favorite-button:active i, .events-cards .home-events-card.favorite-button:hover i {
      color: white; }
  .events-cards .home-events-card.favorite-button i {
    text-align: bottom;
    color: #757575; }
    .events-cards .home-events-card.favorite-button i.fas {
      color: #b94900; }

.events-cards .card {
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  max-height: 100%;
  min-height: 20rem; }
  .events-cards .card .card-img-top {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    height: 50%;
    max-height: 50%;
    object-fit: cover; }
  .events-cards .card .card-title {
    color: #000;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0;
    line-height: 1.1; }
  .events-cards .card .card-text {
    line-height: 1.2; }

#communityFilterSelect {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }

/* Explore by Seasons */
.seasons-indicator-column {
  display: flex;
  justify-content: center;
  align-items: start;
  padding-left: 0;
  padding-right: 0; }

.season-button {
  width: 100%;
  color: #757575; }
  .season-button:hover, .season-button:active {
    text-decoration: none; }

.season-text-and-indicator {
  display: flex;
  flex-direction: column;
  justify-content: start; }

.season-button-text {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 0.75rem; }
  .season-button-text:hover, .season-button-text:active {
    text-decoration: underline; }

a.season-disabled {
  color: black; }
  a.season-disabled:hover, a.season-disabled:active {
    text-decoration: none;
    color: black;
    cursor: default; }
  a.season-disabled .season-button-text:hover, a.season-disabled .season-button-text:active {
    text-decoration: none; }

#season-spring-shown-indicator, #season-summer-shown-indicator, #season-autumn-shown-indicator, #season-winter-shown-indicator {
  max-height: 3rem; }

#season-spring-hidden-indicator, #season-summer-hidden-indicator, #season-autumn-hidden-indicator, #season-winter-hidden-indicator {
  max-height: 2.25rem; }

.season-button-indicator-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.season-button-indicator {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .season-button-indicator::before {
    content: '';
    display: inline-block;
    height: 0.5rem;
    width: 100%;
    position: absolute;
    left: 0;
    top: 1rem;
    z-index: 0; }
  .season-button-indicator img {
    z-index: 1; }

#season-spring-button .season-button-indicator::before {
  background-color: #6e7a59; }

#season-summer-button .season-button-indicator::before {
  background-color: #e09405; }

#season-autumn-button .season-button-indicator::before {
  background-color: #ae3e1b; }

#season-winter-button .season-button-indicator::before {
  background-color: #80c4a3; }

#season-spring-shown-indicator, #season-spring-hidden-indicator {
  color: #6e7a59; }

#season-summer-shown-indicator, #season-summer-hidden-indicator {
  color: #e09405; }

#season-autumn-shown-indicator, #season-autumn-hidden-indicator {
  color: #ae3e1b; }

#season-winter-shown-indicator, #season-winter-hidden-indicator {
  color: #80c4a3; }

/* End Explore by Seasons */
/* Feature sections */
.homepage-feature-section-background-image {
  position: relative;
  height: 30rem; }
  .homepage-feature-section-background-image picture, .homepage-feature-section-background-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 35rem;
    object-position: 75%; }
  .homepage-feature-section-background-image .feature-section-text {
    position: absolute;
    left: 0;
    bottom: 2rem;
    top: 2rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .homepage-feature-section-background-image .feature-section-text h2 {
      color: white;
      text-transform: uppercase;
      text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1); }
    .homepage-feature-section-background-image .feature-section-text .feature-section-text-description {
      text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1); }
    .homepage-feature-section-background-image .feature-section-text a {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      border: 0; }

@media (min-width: 576px) {
  .events-cards .card {
    max-height: 32rem; }
  .homepage-feature-section-background-image .feature-section-text {
    left: 2rem;
    top: auto; } }

@media (min-width: 768px) {
  .homepage-feature-section-background-image {
    height: 25rem; }
  .events-cards .card {
    max-height: 32rem; } }

@media (min-width: 992px) {
  .homepage-feature-section-background-image {
    height: inherit; }
    .homepage-feature-section-background-image .feature-section-text {
      max-width: 45vw; }
  .home-video-wrapper {
    aspect-ratio: 16 / 9;
    max-height: 80vh; }
    .home-video-wrapper .home-hero-text {
      left: 6rem;
      right: auto; }
      .home-video-wrapper .home-hero-text h1 {
        font-size: 6rem; } }

@media (max-width: 991.98px) {
  .events-cards .card {
    min-height: 16rem;
    height: 16rem; } }

@media (max-width: 767.98px) {
  #homeCarousel .carousel-item {
    height: 60vh; }
  .events-cards .card .card-img-top {
    height: 45%;
    max-height: 45%; } }

@media (max-width: 575.98px) {
  .events-cards .card {
    min-height: 14rem;
    height: 14rem; } }

/* Areas index page */
.area-card-row {
  border-radius: 0.625rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }
  .area-card-row .area-card-overlay {
    position: absolute;
    left: 1rem;
    bottom: 2rem;
    font-size: 2rem;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    color: white;
    text-transform: uppercase;
    font-weight: bold; }
    .area-card-row .area-card-overlay .area-map {
      position: relative;
      min-width: initial;
      min-height: initial;
      max-height: 6rem;
      max-width: 12rem;
      object-fit: contain;
      margin-bottom: 1rem; }
  .area-card-row .btn-primary {
    border-radius: 6px; }
  .area-card-row .list-inline-item-link {
    font-size: 1rem;
    line-height: 1.5rem; }

.area-card-image {
  object-fit: cover;
  max-height: 20rem;
  height: 20rem;
  max-width: 100%;
  width: 100%;
  filter: brightness(75%);
  border-radius: 0; }

/* End areas index page */
/* Area details */
.area-details-main h2 {
  font-size: 2rem; }

.area-recreate-responsibly {
  background-color: #f7ecd8; }
  .area-recreate-responsibly .county-health-departments {
    font-size: 1.25rem;
    font-weight: bold; }
  .area-recreate-responsibly .health-info-item::before {
    content: '\2022';
    color: #2e6565;
    padding-right: 0.5rem; }
  .area-recreate-responsibly .health-link-item {
    display: flex;
    align-items: center; }
    .area-recreate-responsibly .health-link-item a {
      color: #b94900;
      font-weight: bold; }
      .area-recreate-responsibly .health-link-item a:active, .area-recreate-responsibly .health-link-item a:hover {
        color: #2e6565; }
  .area-recreate-responsibly .health-link-item + .health-link-item {
    border-left: 3px solid black; }

.area-communities .community-link-item {
  margin: 0; }
  .area-communities .community-link-item a {
    color: #b94900;
    font-weight: bold;
    font-size: 1.5rem; }
    .area-communities .community-link-item a:active, .area-communities .community-link-item a:hover {
      color: #2e6565; }

.area-communities .community-link-item + .community-link-item::before {
  content: '\2022';
  color: black;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: bold;
  font-size: 1.75rem; }

/* End area details */
/* Weather section */
.weather-container {
  text-align: center;
  font-size: 1.5rem; }

.current-container {
  padding: 20px;
  border-bottom: 1px solid #2e6565; }

.current-text {
  vertical-align: middle; }

.current-icon {
  font-size: 4rem;
  vertical-align: middle; }

.current-temperature {
  font-size: 4rem;
  font-weight: bold;
  vertical-align: middle; }

.current-description {
  vertical-align: middle; }

.forecast-row {
  padding-top: 20px; }

.forecast-date {
  font-weight: bold; }

.forecast-icon {
  font-size: 2.5rem; }

/* End weather section */
@media (min-width: 576px) {
  .area-card-image {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; } }

@media (min-width: 992px) {
  .area-card-overlay {
    max-width: 27rem; }
  .area-card-image {
    clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0% 0%);
    object-fit: cover;
    max-height: 22rem;
    height: 22rem;
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; } }

@media (min-width: 1200px) {
  .area-card-image {
    max-height: 20rem;
    height: 20rem; } }

@media (max-width: 767.98px) {
  .area-recreate-responsibly .recreate-responsibly-logo {
    max-height: 15rem; } }

@media (max-width: 575.98px) {
  .area-recreate-responsibly .county-health-departments {
    font-size: 1rem;
    margin-left: -0.2rem;
    margin-right: -0.2rem; } }

.event-list-item-row {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  height: 20rem;
  max-height: 20rem;
  border-radius: 0.5rem; }

.event-list-item-image-container .event-list-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem; }

.filter-events-row {
  background-color: #f7ecd8; }

.details-icon-column .favorite-button {
  box-shadow: none;
  border: none;
  border-radius: unset;
  font-size: 1rem;
  padding: 0;
  cursor: pointer; }
  .details-icon-column .favorite-button i {
    color: #2e6565; }
  .details-icon-column .favorite-button:focus i, .details-icon-column .favorite-button:hover i {
    color: #d54215; }

.details-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  background-color: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border: 1px solid #c2c2c2; }
  .details-icon-container:active, .details-icon-container:hover {
    color: white;
    background-color: #b94900;
    text-decoration: none; }
    .details-icon-container:active i, .details-icon-container:hover i {
      color: white; }
  .details-icon-container:focus {
    border: 2px solid #2e6565; }
  .details-icon-container i {
    display: inline-block;
    font-size: 1.75rem;
    color: #b94900; }

.event-image-link:active img, .event-image-link:hover img {
  filter: brightness(75%);
  outline: 2px solid #2e6565; }

@media (min-width: 768px) {
  #filterEventsForm {
    display: block; }
  .event-list-item-row {
    height: 14rem;
    max-height: 14rem; } }

@media (min-width: 992px) {
  .event-list-item-row {
    height: 12.5rem;
    max-height: 12.5rem; } }

.horizontal-details-cards .card {
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #dbdbdb;
  margin-bottom: 2rem; }
  .horizontal-details-cards .card .card-img-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .horizontal-details-cards .card .card-title {
    color: #2e6565;
    font-weight: bold;
    font-size: 1.25rem; }
  .horizontal-details-cards .card .horizontal-details-card-favorite-container {
    position: absolute;
    top: -1.5rem;
    right: 1.5rem; }
  .horizontal-details-cards .card .horizontal-details-card.favorite-button {
    background-color: white;
    font-size: 1.75rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border: 1px solid #c2c2c2;
    padding: 5px;
    width: 3rem;
    height: 3rem; }
    .horizontal-details-cards .card .horizontal-details-card.favorite-button:active, .horizontal-details-cards .card .horizontal-details-card.favorite-button:hover {
      color: white;
      background-color: #757575; }
      .horizontal-details-cards .card .horizontal-details-card.favorite-button:active i, .horizontal-details-cards .card .horizontal-details-card.favorite-button:hover i {
        color: white; }
    .horizontal-details-cards .card .horizontal-details-card.favorite-button i {
      text-align: bottom;
      color: #757575; }
      .horizontal-details-cards .card .horizontal-details-card.favorite-button i.fas {
        color: #b94900; }

@media (max-width: 991.98px) {
  .horizontal-details-cards .card .member-label {
    border-bottom: 2px solid #3b8181;
    padding-bottom: 0.5rem; } }

@media (max-width: 575.98px) {
  .horizontal-details-cards .card .card-img-top {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .horizontal-details-cards .card .member-label {
    border-bottom: 2px solid #3b8181;
    padding-bottom: 0.5rem; } }

.navigation-image-links-section {
  margin-top: 1rem; }
  .navigation-image-links-section .navigation-image-links-item {
    width: 100%;
    min-height: 18.75rem;
    display: block;
    position: relative;
    background-position: center;
    background-size: cover;
    overflow: hidden; }
    .navigation-image-links-section .navigation-image-links-item .img-cover-box-outer {
      position: relative;
      overflow: hidden;
      background-color: black;
      border-radius: 0.5rem; }
    .navigation-image-links-section .navigation-image-links-item .img-cover-box {
      position: relative;
      background-size: cover !important;
      background-position: center center !important;
      background-repeat: no-repeat !important;
      height: 18.75rem;
      transition: all .9s ease; }
      .navigation-image-links-section .navigation-image-links-item .img-cover-box .img-cover {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.75;
        transition: all 0.175s ease-in-out; }
    .navigation-image-links-section .navigation-image-links-item .img-cover-box-outer:hover .img-cover-box .img-cover {
      transform: scale(1.05);
      opacity: 1; }
    .navigation-image-links-section .navigation-image-links-item .img-cover-box-outer:hover .img-cover-box .map-outer-box {
      display: block;
      z-index: 900; }
    .navigation-image-links-section .navigation-image-links-item .img-cover-box-outer:hover .img-cover-box-overlay {
      display: block;
      position: absolute;
      top: 0;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.7);
      height: 100%;
      color: #fff;
      font-size: 1rem;
      z-index: 2; }
      .navigation-image-links-section .navigation-image-links-item .img-cover-box-outer:hover .img-cover-box-overlay p {
        line-height: 1.4;
        max-height: 15.4rem;
        overflow: hidden; }
    .navigation-image-links-section .navigation-image-links-item .img-cover-box-outer:hover .img-cover-box svg {
      display: block; }
    .navigation-image-links-section .navigation-image-links-item .img-cover-box-overlay {
      display: none; }
  .navigation-image-links-section .navigation-image-links-info {
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
    pointer-events: none; }
  .navigation-image-links-section .navigation-image-play-button {
    position: absolute;
    top: 5%;
    right: 5%;
    color: white;
    border-radius: 50%;
    background: black; }
    .navigation-image-links-section .navigation-image-play-button:hover {
      outline: 6px solid white;
      outline-offset: 6px; }
  .navigation-image-links-section .navigation-image-links-title {
    color: white;
    text-shadow: 2px 2px 4px #000000; }

.navigation-card-link:not(.no-hover):focus, .navigation-card-link:not(.no-hover):active, .navigation-card-link:not(.no-hover):hover {
  outline: 2px solid #b94900; }

.navigation-card-link:not(.no-hover):hover {
  background-color: rgba(127, 127, 127, 0.3);
  text-decoration: none; }

.itinerary-index-column {
  position: relative;
  min-height: 400px; }

.itinerary-index-image {
  min-height: 400px;
  max-height: 400px;
  object-fit: cover;
  width: 100%; }

.itinerary-index-overlay {
  position: relative;
  display: inline-block;
  background: rgba(219, 181, 0, 0.8);
  display: inline-block;
  width: 100%; }
  .itinerary-index-overlay > img {
    vertical-align: middle; }
  .itinerary-index-overlay::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(219, 181, 0, 0.8);
    opacity: 0;
    transition: .5s ease; }
  .itinerary-index-overlay:hover::before {
    opacity: 0.8; }
  .itinerary-index-overlay:hover .itinerary-index-expand {
    display: block;
    position: absolute;
    top: 33%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    width: 3.75rem;
    height: 3.75rem;
    border: 4px solid #fff;
    text-align: center;
    color: #fff;
    line-height: 3.125rem;
    font-weight: 700;
    font-size: 1.875rem;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    text-decoration: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; }
    .itinerary-index-overlay:hover .itinerary-index-expand.itinerary-index-expand-middle {
      top: 50%; }

.special-caption {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: 2.5rem;
  text-transform: uppercase;
  color: #fff !important;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
  padding: 0 1.25rem;
  text-decoration: none !important;
  font-size: 1.625rem;
  line-height: 2rem;
  font-weight: 300; }

.special-caption-smaller {
  font-size: 1.125rem;
  line-height: 1.125rem !important; }

.itinerary-index-expand {
  display: none; }
  .itinerary-index-expand .fa {
    font-size: 2.25rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    margin: 0 0 4px 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

a.itinerary-map-sign {
  background-color: white;
  color: #b94900;
  float: right;
  text-align: center;
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 1px 3px 15px 1px rgba(0, 0, 0, 0.45); }
  a.itinerary-map-sign:active, a.itinerary-map-sign:hover {
    text-decoration: none;
    background-color: #2e6565;
    color: white; }

.itinerary-container {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding-left: 0;
  padding-right: 0; }

.itinerary-banner {
  position: relative;
  min-height: 272px;
  padding-left: 0;
  padding-right: 0; }

.itinerary-banner-image {
  min-height: 272px;
  max-height: 272px;
  border-radius: 8px;
  width: 100%;
  object-fit: cover; }

.itinerary-day {
  position: absolute;
  top: 1.3rem;
  left: 1.5rem;
  display: block;
  z-index: 5;
  font-size: 1.6rem;
  letter-spacing: -1px;
  width: 100%; }
  .itinerary-day h2 {
    width: 100%;
    color: #2e6565; }

.itinerary-day-places {
  font-weight: bold;
  font-size: 1.4rem;
  color: #b94900;
  margin-top: 1rem;
  margin-left: -1rem;
  list-style: none;
  width: 100%; }
  .itinerary-day-places li::before {
    content: "\2022";
    color: black;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }

.itinerary-chevron-banner {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 70%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }

.arrow-right {
  width: 0;
  height: 0;
  border-top: 136px solid transparent;
  border-bottom: 136px solid transparent;
  border-left: 60px solid white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30%;
  height: 100%;
  width: 0; }

.itinerary-expand-button {
  background-color: #b94900;
  color: white;
  font-size: 1.75rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border: 1px solid #b94900;
  padding: 5px;
  width: 3rem;
  height: 3rem; }
  .itinerary-expand-button i {
    text-align: bottom;
    color: white; }
  .itinerary-expand-button:active, .itinerary-expand-button:hover {
    background-color: #2e6565;
    border: 1px solid #2e6565; }

.itinerary-expand-button-wrapper {
  position: absolute;
  left: calc(50% - 1.5rem);
  bottom: -1.3rem;
  z-index: 5; }

.itinerary-cards .card {
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  min-height: 20rem; }
  .itinerary-cards .card .card-img-top {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    object-fit: cover; }
  .itinerary-cards .card .card-title {
    color: #136300;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0;
    line-height: 1.1; }
  .itinerary-cards .card .card-text {
    line-height: 1.2; }

.ghost-map-card {
  text-align: center;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #dbdbdb; }
  .ghost-map-card p {
    font-weight: bold; }
  .ghost-map-card a {
    width: 100%; }

.haunted-list .haunted-list-item {
  border-bottom: 1px solid gray;
  margin-bottom: 20px; }
  .haunted-list .haunted-list-item.haunted-item:nth-child(4), .haunted-list .haunted-list-item.haunted-item:nth-child(6), .haunted-list .haunted-list-item.haunted-item:nth-child(10), .haunted-list .haunted-list-item.haunted-item:nth-child(12), .haunted-list .haunted-list-item.haunted-item:nth-child(13), .haunted-list .haunted-list-item.haunted-item:nth-child(15), .haunted-list .haunted-list-item.haunted-item:nth-child(19), .haunted-list .haunted-list-item.haunted-item:nth-child(20) {
    border-bottom: none; }
  .haunted-list .haunted-list-item.tours-item:nth-child(2), .haunted-list .haunted-list-item.tours-item:nth-child(3) {
    border-bottom: none; }
  .haunted-list .haunted-list-item::marker {
    font-size: 1.5rem;
    font-weight: bold; }
  .haunted-list .haunted-list-item .haunted-title {
    text-transform: none;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 0; }
  .haunted-list .haunted-list-item .haunted-subtitle {
    text-transform: uppercase;
    color: #757575;
    margin-bottom: 0.5rem; }
  .haunted-list .haunted-list-item .haunted-body {
    margin-bottom: 0.5rem; }
    .haunted-list .haunted-list-item .haunted-body a {
      font-weight: bold; }
  .haunted-list .haunted-list-item .haunted-footer {
    color: #757575;
    margin-bottom: 0.5rem; }
  .haunted-list .haunted-list-item .haunted-caption {
    font-size: 90%;
    color: #6c757d;
    text-align: center; }

.ghost-legend .legend-marker {
  font-size: 32px; }

.ghost-feature-section-background-image {
  background-image: url(/images/categories/ghosts.jpg);
  background-position: center center;
  color: #fff; }
  .ghost-feature-section-background-image .overlay-dark {
    background: rgba(0, 0, 0, 0.7); }
    .ghost-feature-section-background-image .overlay-dark .container {
      padding: 5rem 4rem; }

.card-link-active {
  color: #b94900;
  font-weight: bold; }
  .card-link-active:hover, .card-link-active:focus {
    text-decoration: underline; }

@media (min-width: 768px) {
  .itinerary-chevron-banner {
    right: 60%; }
  .arrow-right {
    left: 40%; }
  .itinerary-day {
    width: 40%; }
    .itinerary-day h2 {
      width: 75%; }
  .itinerary-day-places {
    width: 75%; } }

@media (min-width: 992px) {
  .itinerary-chevron-banner {
    right: 65%; }
  .arrow-right {
    left: 35%; }
  .itinerary-day h2 {
    width: 85%; }
  .itinerary-day-places {
    width: 85%; } }

@media (min-width: 1200px) {
  .itinerary-chevron-banner {
    right: 70%; }
  .arrow-right {
    left: 30%; }
  .itinerary-day h2 {
    width: 75%; }
  .itinerary-day-places {
    width: 75%; } }

@media (max-width: 767.98px) {
  .itinerary-index-overlay:hover .itinerary-index-expand {
    top: 25%; }
    .itinerary-index-overlay:hover .itinerary-index-expand.itinerary-index-expand-middle {
      top: 50%; }
  .itinerary-chevron-banner {
    right: 0;
    opacity: 0.85; }
  .arrow-right {
    display: none; } }

.container-hero-split-map .hero-container {
  height: 63vh; }

.container-hero-split-map .hero-map-container, .container-hero-split-map .listings-map-container {
  height: 63vh; }

.container-hero-split-map .map-container, .container-hero-split-map .column-map, .container-hero-split-map #listings-map {
  height: 100%; }

.container-hero-split-map #listings-map {
  min-height: auto; }

.container-cards-explore .card-explore {
  height: 15rem;
  max-height: 15rem;
  background-color: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem; }
  .container-cards-explore .card-explore img {
    max-width: 100%;
    height: 100%;
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    object-fit: cover; }
  .container-cards-explore .card-explore .media-body {
    padding-right: 0.5rem; }

/* Begin Continental Divide Trail Pages */
.cdt-breadcrumbs {
  color: #757575;
  font-size: 1em;
  font-weight: bold;
  margin: 0.5em 0em .3em 0em;
  text-align: center; }

.cdt-photo-caption {
  color: #222;
  font-size: 15px;
  margin-top: .25em;
  text-align: center; }

.gray-title {
  color: #757575; }

.cdt-info-column h3 {
  color: #000; }

.cdt-info-column p {
  margin: 2px 0; }

.cdt-info-column .font-bold {
  font-weight: bold; }

/* End Continental Divide Trail Pages */
@media screen and (orientation: landscape) and (max-height: 1050px) {
  .container-hero-split-map .hero-container {
    height: 50vh; }
  .container-hero-split-map .hero-map-container, .container-hero-split-map .listings-map-container {
    height: 50vh; } }

@media (max-width: 1199.98px) {
  .container-cards-explore .card-explore {
    height: 18rem;
    max-height: 20rem; }
    .container-cards-explore .card-explore img {
      max-width: 350px; } }

@media (max-width: 991.98px) {
  .container-cards-explore .card-explore {
    height: 15rem;
    max-height: 15rem; }
    .container-cards-explore .card-explore .media-body {
      padding: 1rem; } }

@media (max-width: 767.98px) {
  .container-hero-split-map .hero-container {
    height: 55vh; }
  .container-hero-split-map .hero-map-container, .container-hero-split-map .listings-map-container {
    height: 55vh; }
  .container-cards-explore .card-explore {
    height: auto;
    max-height: none; }
    .container-cards-explore .card-explore p {
      margin-bottom: 0; } }

/* Listings Map */
#listings-map {
  min-height: 500px;
  position: relative;
  border-radius: 0 0 0 10px; }

#listings-map .leaflet-pane {
  z-index: 47; }

#listings-map .leaflet-top, #listings-map .leaflet-bottom {
  z-index: 48; }

#listings-map::after {
  z-index: 49; }

.listings-map-tabs .row {
  margin: 0 auto; }

.listings-map-tabs .row .map-tab {
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 1em;
  cursor: pointer;
  border: 1px solid gray;
  border-bottom: 10px solid;
  display: flex; }

.listings-map-tabs .row .map-tab div {
  padding: 10px 0;
  margin: auto; }

.listings-map-tabs .row .map-tab.active {
  color: #fff; }

.listings-map-tabs .row .map-tab:nth-child(1) {
  border-bottom-color: #eb5729; }

.listings-map-tabs .row .map-tab:nth-child(1).active {
  background-color: #eb5729; }

.listings-map-tabs .row .map-tab:nth-child(2) {
  border-bottom-color: #e09405; }

.listings-map-tabs .row .map-tab:nth-child(2).active {
  background-color: #e09405; }

.listings-map-tabs .row .map-tab:nth-child(3) {
  border-bottom-color: #5c2e17; }

.listings-map-tabs .row .map-tab:nth-child(3).active {
  background-color: #5c2e17; }

.listings-map-tabs .row .map-tab:nth-child(4) {
  border-bottom-color: #6e7a59; }

.listings-map-tabs .row .map-tab:nth-child(4).active {
  background-color: #6e7a59; }

.listings-map-tabs .row .map-tab:nth-child(5) {
  border-bottom-color: #1c332b; }

.listings-map-tabs .row .map-tab:nth-child(5).active {
  background-color: #1c332b; }

.listings-map-tabs .row .map-tab:nth-child(6) {
  border-bottom-color: #ccad82; }

.listings-map-tabs .row .map-tab:nth-child(6).active {
  background-color: #ccad82; }

.map-legend {
  display: flex; }
  .map-legend .legend-marker {
    width: 32px;
    height: 32px;
    margin-right: 8px; }
    .map-legend .legend-marker.fa-black-round {
      background-color: #000;
      color: #fff;
      border-radius: 5px;
      display: flex; }
      .map-legend .legend-marker.fa-black-round .fa {
        font-size: 16px;
        margin: auto; }

.map-container {
  border: 1px solid gray;
  border-radius: 0 0 10px 10px;
  margin: 0;
  overflow: hidden; }

.map-container.tabless {
  border-radius: 10px; }

.map-container.tabless #listings-map {
  border-radius: 10px 0 0 10px; }

.map-container .column-map {
  padding: 0; }

.map-container .column-list {
  padding: 0; }

.map-list-container {
  padding: 10px;
  max-height: 500px;
  overflow-y: auto; }

.map-list-container::-webkit-scrollbar {
  width: 10px; }

.map-list-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px; }

.map-list-container::-webkit-scrollbar-thumb {
  background: #FFA061;
  border-radius: 10px; }

.map-list-container::-webkit-scrollbar-thumb:hover {
  background: #b94900; }

.map-list-title {
  text-align: center;
  font-size: 1.25em;
  padding: 10px 0;
  border-bottom: 1px solid gray; }

.map-list {
  margin: 0;
  padding: 0;
  padding-left: 1em;
  width: 100%; }

.map-list-item {
  margin-left: 40%;
  padding: 10px;
  border-bottom: 1px solid gray;
  height: 6.5rem;
  position: relative;
  font-size: .8em; }
  .map-list-item.no-photo {
    margin-left: 0;
    height: auto;
    padding: 20px 10px; }

.map-list-item-image {
  width: 60%;
  height: 90%;
  border-radius: 5px;
  position: absolute;
  left: calc(-65% - 15px);
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  cursor: pointer; }

.map-list-data div {
  padding-bottom: 10px; }

.map-list-item-title {
  font-weight: bold;
  color: #2e6565;
  cursor: pointer; }

.map-list-item-title:hover {
  text-decoration: underline; }

.map-list-item-city {
  font-weight: bold; }

.map-list-item-link {
  color: #b94900;
  font-weight: bold; }

#listings-map-list, #events-map-list {
  display: none; }

/* Map Overlays */
.leaflet-map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 49;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }

.leaflet-map-overlay .map-overlay-message {
  display: none;
  text-align: center;
  margin: auto;
  color: #fff;
  font-size: 1.75em; }

/* Airports Map */
#airports-map {
  min-height: 500px;
  height: 60vh;
  position: relative;
  border-radius: 10px; }

#airports-map .leaflet-pane {
  z-index: 47; }

#airports-map .leaflet-top, #airports-map .leaflet-bottom {
  z-index: 48; }

#airports-map::after {
  z-index: 49; }

/* Stargazing Map */
#stargazing-map {
  height: 800px;
  position: relative;
  border-radius: 10px; }

#stargazing-map .leaflet-pane {
  z-index: 47; }

#stargazing-map .leaflet-pane.leaflet-overlay-pane {
  opacity: 0.5; }

#stargazing-map .leaflet-top, #stargazing-map .leaflet-bottom {
  z-index: 48; }

#stargazing-map::after {
  z-index: 49; }

/* Light Pollution Map */
#lightpollution-map {
  height: 600px;
  position: relative;
  border-radius: 10px; }

#lightpollution-map .leaflet-pane {
  z-index: 47; }

#lightpollution-map .leaflet-pane.leaflet-overlay-pane {
  opacity: 0.5; }

#lightpollution-map .leaflet-top, #lightpollution-map .leaflet-bottom {
  z-index: 48; }

#lightpollution-map::after {
  z-index: 49; }

/* Interactive Map */
.toggle-interactive-map {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #b94900;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px; }

.interactive-map-container {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative; }

#interactive-map {
  height: 100%;
  position: relative; }

#interactive-map-close {
  position: fixed;
  top: 28px;
  right: 28px;
  z-index: 1010;
  font-size: 12px;
  background-color: #555;
  border: 2px solid #000;
  border-radius: 12px;
  height: 24px;
  width: 24px;
  text-align: center;
  cursor: pointer; }

#interactive-map-close span {
  color: #fff;
  line-height: 20px;
  vertical-align: middle; }

#interactive-map .leaflet-control-layers-overlays label {
  cursor: pointer; }

.toggle-interactive-map:hover {
  color: #fff; }

.secondary-interactive-toggle {
  cursor: pointer; }

.home-interactive-map {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 100%;
  padding: 40px;
  background: rgba(0, 0, 0, 0.7);
  display: none; }
  .home-interactive-map .listings-map-container {
    height: 100%; }
    .home-interactive-map .listings-map-container .map-container {
      height: 100%; }
      .home-interactive-map .listings-map-container .map-container .column-map {
        height: 100%; }

.interactive-popup.listing {
  width: 400px;
  font-size: 1.25em; }

.interactive-popup.community {
  width: 300px;
  font-size: 1.5em;
  text-align: center; }

.interactive-popup-image {
  width: 100%;
  aspect-ratio: 6/3;
  border-radius: 12px 12px 0 0; }

#interactive-map .interactive-popup .interactive-popup-body {
  padding: 0 20px 20px 20px; }

#interactive-map .interactive-popup .member-label {
  border-bottom: 2px solid #3b8181;
  padding-bottom: 0.5rem; }

#interactive-map .interactive-popup .interactive-popup-title {
  margin: 5px 0; }

#interactive-map .interactive-popup .interactive-popup-title a {
  color: #b94900;
  font-weight: bold;
  font-size: 1.25em; }

#interactive-map .interactive-popup .interactive-popup-text {
  margin: 5px 0; }

#interactive-map .interactive-popup .interactive-popup-text a {
  color: #fff; }

#interactive-map .leaflet-popup-content {
  margin: 0;
  width: auto !important; }

#interactive-map .leaflet-control-layers-scrollbar {
  overflow-y: hidden; }

#interactive-map .leaflet-layer-name {
  font-weight: bold;
  font-size: 1.25em;
  color: #000; }

#interactive-map.leaflet-container a.leaflet-popup-close-button {
  color: #fff; }

/*#interactive-map .leaflet-control-layers-overlays label:nth-child(1) .leaflet-layer-name {
    color: #b94900;
}

#interactive-map .leaflet-control-layers-overlays label:nth-child(2) .leaflet-layer-name {
    color: #2e6565;
}

#interactive-map .leaflet-control-layers-overlays label:nth-child(3) .leaflet-layer-name {
    color: teal;
}

#interactive-map .leaflet-control-layers-overlays label:nth-child(4) .leaflet-layer-name {
    color: #337ab7;
}

#interactive-map .leaflet-control-layers-overlays label:nth-child(5) .leaflet-layer-name {
    color: #136300;
}

#interactive-map .leaflet-control-layers-overlays label:nth-child(6) .leaflet-layer-name {
    color: #a24123;
}*/
.leaflet-popup-content .leaflet-text-popup {
  font-size: 1rem;
  text-align: center; }
  .leaflet-popup-content .leaflet-text-popup p {
    margin: 5px 0; }
  .leaflet-popup-content .leaflet-text-popup .leaflet-title {
    font-size: 1.2rem;
    font-weight: bold; }

.leaflet-marker-icon .card-marker-image {
  position: relative;
  height: 4.5rem;
  float: left;
  margin-right: 0.5rem; }
  .leaflet-marker-icon .card-marker-image img {
    height: 4.5rem; }
  .leaflet-marker-icon .card-marker-image .marker-number {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    line-height: 4.5rem;
    width: 3rem; }

/* Start: Slideout Maps Section */
#slideout-map, #interactive-map {
  height: 800px;
  position: relative;
  border-radius: 10px;
  font: normal 1rem "Montserrat", Helvetica, Arial, sans-serif; }
  #slideout-map p, #interactive-map p {
    line-height: normal; }

#slideout-map .leaflet-pane {
  z-index: 47; }

#slideout-map .leaflet-pane.leaflet-overlay-pane {
  opacity: 0.5; }

#slideout-map .leaflet-top, #slideout-map .leaflet-bottom {
  z-index: 50; }

#slideout-map::after {
  z-index: 49; }

.leaflet-touch .leaflet-bar a.leaflet-control-button.category-control-button, .leaflet-touch .leaflet-bar a.leaflet-control-button.categories-control-button, .leaflet-touch .leaflet-bar a.leaflet-control-button.list-control-button {
  height: 3rem;
  width: auto; }

.leaflet-control.category-control, .leaflet-control.categories-control {
  clear: none; }

.slideout-map-category {
  padding: 0.5rem;
  margin-bottom: 0;
  border-radius: 2px;
  --map-color: #533400; }
  .slideout-map-category.active, .slideout-map-category:hover, .slideout-map-category:focus {
    background-color: var(--map-color);
    color: #fff;
    cursor: pointer; }
  .slideout-map-category .category-icon {
    height: 2rem;
    width: 2rem;
    border-radius: 1rem;
    border: 1px solid #fff;
    object-fit: cover; }
  .slideout-map-category .category-name {
    display: flex;
    height: 2rem;
    line-height: 2; }

.slideout-list-button, .slideout-categories-button {
  padding: 0.5rem;
  margin-bottom: 0;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: normal; }
  .slideout-list-button.active, .slideout-list-button:hover, .slideout-list-button:focus, .slideout-categories-button.active, .slideout-categories-button:hover, .slideout-categories-button:focus {
    background-color: #533400;
    color: #fff;
    cursor: pointer; }
  .slideout-list-button .button-text, .slideout-categories-button .button-text {
    height: 2rem;
    line-height: 2; }

.leaflet-control.leaflet-control-layers-expanded.categories-layers-control {
  padding: 0;
  display: none;
  margin-top: 5px; }
  .leaflet-control.leaflet-control-layers-expanded.categories-layers-control .categories-layers-container .layers-category {
    padding: 0.5rem;
    margin-bottom: 0;
    border-radius: 2px;
    --map-color: #533400; }
    .leaflet-control.leaflet-control-layers-expanded.categories-layers-control .categories-layers-container .layers-category.active, .leaflet-control.leaflet-control-layers-expanded.categories-layers-control .categories-layers-container .layers-category:hover, .leaflet-control.leaflet-control-layers-expanded.categories-layers-control .categories-layers-container .layers-category:focus {
      background-color: var(--map-color);
      color: #fff;
      cursor: pointer; }
    .leaflet-control.leaflet-control-layers-expanded.categories-layers-control .categories-layers-container .layers-category:not(:first-child) {
      border-top: 1px solid #bbb; }

.slideout-map-marker .slideout-marker-container {
  display: flex;
  flex-direction: row; }
  .slideout-map-marker .slideout-marker-container .fa-stack {
    margin-left: auto; }
  .slideout-map-marker .slideout-marker-container .marker-name {
    display: none;
    margin: auto 8px auto auto;
    padding: 4px 8px;
    border-radius: 5px;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    color: #757575;
    /*text-shadow: 0 0 2px;*/
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.6); }

.slideout-map-marker.active-marker .fa-location-pin, .slideout-map-marker.hover-marker .fa-location-pin {
  --fa-primary-opacity: 1;
  --fa-secondary-opacity: 1;
  --fa-secondary-color: #d54215; }

.slideout-map-marker.active-marker .slideout-marker-container .fa-stack, .slideout-map-marker.hover-marker .slideout-marker-container .fa-stack {
  margin-left: 0; }

.slideout-map-marker.active-marker .slideout-marker-container .marker-name, .slideout-map-marker.hover-marker .slideout-marker-container .marker-name {
  display: flex; }

#interactive-map .slideout-overlay-wrapper {
  z-index: 400; }

.slideout-overlay-wrapper {
  position: absolute;
  top: 100px;
  left: 20px;
  right: 20px;
  bottom: 0;
  z-index: 49;
  display: none; }
  .slideout-overlay-wrapper.visible {
    display: block; }
  .slideout-overlay-wrapper .slideout-container {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 1rem;
    flex-direction: column; }
    .slideout-overlay-wrapper .slideout-container.slideout-open {
      display: flex; }
    .slideout-overlay-wrapper .slideout-container .slideout-header {
      display: flex;
      flex-direction: row;
      width: 100%;
      margin-bottom: 1rem; }
      .slideout-overlay-wrapper .slideout-container .slideout-header .title-text {
        font-weight: bold;
        font-size: 1.2rem;
        margin: auto;
        margin-left: 0; }
      .slideout-overlay-wrapper .slideout-container .slideout-header .close-button {
        width: 2rem;
        height: 2rem;
        border-radius: 5px;
        color: #fff;
        background-color: #777;
        margin-left: auto;
        font-size: 1rem;
        display: flex;
        justify-content: center;
        flex-shrink: 0;
        cursor: pointer; }
        .slideout-overlay-wrapper .slideout-container .slideout-header .close-button .fa {
          margin: auto; }
    .slideout-overlay-wrapper .slideout-container .slideout-body {
      display: flex;
      flex-direction: column;
      font-size: 1rem;
      overflow-y: scroll;
      overflow-x: hidden;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .slideout-overlay-wrapper .slideout-container .slideout-body::-webkit-scrollbar {
        display: none; }
      .slideout-overlay-wrapper .slideout-container .slideout-body a {
        color: #d54215; }
      .slideout-overlay-wrapper .slideout-container .slideout-body .btn-primary {
        color: #fff;
        text-decoration: none; }
      .slideout-overlay-wrapper .slideout-container .slideout-body .btn-reverse {
        color: #3d3523;
        text-decoration: none; }
      .slideout-overlay-wrapper .slideout-container .slideout-body .category-tag {
        display: flex;
        flex-direction: row;
        padding: 0.25rem;
        border-radius: 5px;
        background-color: #ddd;
        border: 1px solid #000;
        margin-bottom: 1rem;
        margin-right: auto;
        font-size: 0.8rem; }
        .slideout-overlay-wrapper .slideout-container .slideout-body .category-tag .category-image {
          width: 1.5rem;
          height: 1.5rem;
          object-fit: cover;
          border-radius: 0.75rem;
          margin-right: 0.5rem; }
        .slideout-overlay-wrapper .slideout-container .slideout-body .category-tag .category-name {
          margin: auto; }
      .slideout-overlay-wrapper .slideout-container .slideout-body #item-slideout-carousel .carousel-item {
        border-radius: 5px;
        overflow: hidden; }
        .slideout-overlay-wrapper .slideout-container .slideout-body #item-slideout-carousel .carousel-item img {
          object-fit: cover; }
      .slideout-overlay-wrapper .slideout-container .slideout-body #item-slideout-carousel .carousel-control-container {
        position: relative;
        display: flex;
        justify-content: center;
        margin-top: 0.5rem; }
        .slideout-overlay-wrapper .slideout-container .slideout-body #item-slideout-carousel .carousel-control-container .carousel-indicators {
          position: relative;
          margin: 0 1rem; }
          .slideout-overlay-wrapper .slideout-container .slideout-body #item-slideout-carousel .carousel-control-container .carousel-indicators li {
            background-color: #c8c8c8;
            width: 0.75rem;
            height: 0.75rem;
            border-radius: 0.375rem;
            border: 0;
            margin: auto 0.125rem; }
            .slideout-overlay-wrapper .slideout-container .slideout-body #item-slideout-carousel .carousel-control-container .carousel-indicators li.active {
              background-color: #1c332b; }
        .slideout-overlay-wrapper .slideout-container .slideout-body #item-slideout-carousel .carousel-control-container .carousel-control-prev, .slideout-overlay-wrapper .slideout-container .slideout-body #item-slideout-carousel .carousel-control-container .carousel-control-next {
          position: relative;
          color: #1c332b;
          width: auto;
          text-decoration: none; }
      .slideout-overlay-wrapper .slideout-container .slideout-body .gray-separator.horizontal {
        border-top: 1px solid #777;
        margin-top: 1rem;
        margin-bottom: 1rem;
        width: 100%; }
      .slideout-overlay-wrapper .slideout-container .slideout-body .category-name {
        color: #000;
        font-weight: 500; }
      .slideout-overlay-wrapper .slideout-container .slideout-body .btn-container {
        display: flex;
        justify-content: space-evenly; }
      .slideout-overlay-wrapper .slideout-container .slideout-body .contact-info-container {
        margin-top: 1rem; }
        .slideout-overlay-wrapper .slideout-container .slideout-body .contact-info-container .address-container {
          display: flex; }
          .slideout-overlay-wrapper .slideout-container .slideout-body .contact-info-container .address-container .address-icon {
            display: flex;
            margin: 0.15rem 0.5rem auto 0; }
      .slideout-overlay-wrapper .slideout-container .slideout-body ul {
        padding-left: 20px;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2; }
      .slideout-overlay-wrapper .slideout-container .slideout-body .category-list-item {
        display: flex;
        flex-direction: row;
        margin: 0.25rem 0;
        cursor: pointer; }
        .slideout-overlay-wrapper .slideout-container .slideout-body .category-list-item:hover {
          background-color: #ddd; }
        .slideout-overlay-wrapper .slideout-container .slideout-body .category-list-item .list-item-image {
          width: 4rem;
          height: 4rem;
          object-fit: cover;
          border-radius: 5px;
          flex-shrink: 0;
          margin: auto 0; }
        .slideout-overlay-wrapper .slideout-container .slideout-body .category-list-item .list-item-details {
          margin: auto;
          margin-left: 1rem; }
          .slideout-overlay-wrapper .slideout-container .slideout-body .category-list-item .list-item-details .list-item-location {
            font-size: 0.8rem; }

@media (min-width: 768px) {
  #slideout-map .leaflet-top, #slideout-map .leaflet-bottom {
    z-index: 48; }
  .slideout-overlay-wrapper {
    right: auto;
    top: 0;
    left: 0;
    bottom: 0; }
    .slideout-overlay-wrapper .slideout-container {
      width: 300px;
      height: 100%; } }

/* End: Slideout Maps Section */
.blogPostContent {
  font-size: 1rem;
  padding: 20px 0; }
  .blogPostContent .wp-caption {
    margin-bottom: 1.5rem;
    max-width: 100%;
    position: relative; }
    .blogPostContent .wp-caption.aligncenter {
      margin-left: auto;
      margin-right: auto; }
    .blogPostContent .wp-caption.alignleft {
      margin-right: auto; }
    .blogPostContent .wp-caption.alignright {
      margin-left: auto; }
  .blogPostContent blockquote {
    border-left: 5px solid rgba(0, 0, 0, 0.05);
    padding: 1.25rem;
    font-size: 1.25rem;
    font-style: italic;
    margin: 0 0 1.5rem;
    position: relative; }
  .blogPostContent img {
    max-width: 100%;
    height: auto; }
  .blogPostContent .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto; }
  .blogPostContent .su-row {
    margin-bottom: 1.5rem;
    display: flex; }
    .blogPostContent .su-row .su-column {
      display: block;
      float: left;
      box-sizing: border-box;
      margin: 0 0 0 4%; }
      .blogPostContent .su-row .su-column:first-child {
        margin-left: 0; }
      .blogPostContent .su-row .su-column.su-column-size-1-2 {
        width: 48% !important; }
      .blogPostContent .su-row .su-column.ch-100 .su-column-inner {
        height: 100%; }
  .blogPostContent .su-u-trim > :first-child {
    margin-top: 0; }
  .blogPostContent .su-u-trim > :list-child {
    margin-bottom: 0; }
  .blogPostContent .object-fit-cover {
    object-fit: cover; }
  .blogPostContent ul, .blogPostContent ol {
    line-height: 1.4; }
  .blogPostContent iframe {
    max-width: 100%; }

.alignleft {
  float: left;
  margin-right: 1.5rem; }

.alignright {
  float: right;
  margin-left: 1.5rem; }

.thisIsMontanaH2 {
  font-size: 1.5rem;
  text-transform: none;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
  margin-top: -0.5rem; }

.thisIsMontanaAuthor {
  color: #000;
  font-size: 0.8rem;
  padding: 0 20px 20px 20px; }

figure.wp-caption {
  padding-bottom: 1rem; }

.wp-caption .wp-caption-text {
  font-size: 0.75rem;
  padding-top: 0.5rem;
  opacity: .8; }

.wp-caption img {
  position: relative;
  vertical-align: bottom; }

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto 0;
  max-width: 100%; }

@media (max-width: 767px) {
  .blogPostContent .su-row {
    flex-direction: column; }
    .blogPostContent .su-row .su-column {
      float: none;
      width: 100%;
      margin: 0; } }

.stargazing-page {
  width: 100%;
  overflow-x: clip; }

.image-video-caption {
  font-size: .8rem; }

.stargazing-section.header-video, .stargazing-section.header-video .hero-container {
  height: 700px; }

.stargazing-section.header-video video {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 700px;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.stargazing-section.header-video .video-overlay {
  z-index: 9; }

.stargazing-section h2, .stargazing-section h3, .stargazing-section h4, .stargazing-section h5, .stargazing-section h6 {
  text-transform: none;
  color: #000; }

.stargazing-section h2, .stargazing-section h3 {
  font-weight: bold; }

.stargazing-section p {
  line-height: 1.7; }

.stargazing-location-marker {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0.75rem;
  right: 1.5rem;
  padding: 0.75rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  font-size: 0.75rem;
  margin-bottom: 0; }

.stargazing-section .stargazing-link {
  color: #b94900;
  font-weight: bold;
  text-decoration: none; }
  .stargazing-section .stargazing-link:hover, .stargazing-section .stargazing-link:focus {
    color: #2e6565;
    text-decoration: underline; }

.stargazing-section a {
  font-weight: bold;
  color: #000;
  text-decoration: underline; }

.stargazing-section a.button {
  text-decoration: none; }

#stargazing-section-about .about-background,
#stargazing-section-discover,
.dark-skies-background,
#stargazing-section-shooting-stars .background-image,
#stargazing-section-night-sky-id {
  background-size: cover;
  background-position: center; }

#stargazing-section-about .about-background {
  background-image: url(/images/stargazing/star-sky-tent-camping.jpg?preset=heroimage-lg); }

#stargazing-section-discover {
  background-image: url(/images/stargazing/canyon-ferry-lake-night-sky.jpg?preset=heroimage-lg); }

.dark-skies-background {
  background-image: url(/images/stargazing/iStock-missoula-valley.jpg?preset=heroimage-lg); }

#stargazing-section-tips {
  background-image: url(/images/stargazing/canyon-ferry-lake-night-sky.jpg?preset=heroimage-lg); }

#stargazing-section-shooting-stars {
  height: 800px; }

#stargazing-section-shooting-stars .background-image {
  background-image: url(/images/stargazing/iStock-1353930517-shooting-star.jpg?preset=heroimage-lg);
  background-position: top center;
  clip-path: polygon(100% 0, 100% 80%, 51% 100%, 0 80%, 0 0);
  height: 800px; }

#stargazing-section-shooting-stars .section-overlay {
  bottom: 0; }

#stargazing-section-night-sky-id {
  background-image: url(/images/stargazing/night-sky-stars.jpg?preset=heroimage-lg); }

.stargazing-section .section-heading {
  max-width: 800px; }

.stargazing-section.header-video .dark-overlay {
  z-index: 8;
  background: black;
  background: linear-gradient(0deg, black 0%, black 32%, rgba(0, 14, 24, 0) 100%);
  height: 50%;
  bottom: 0;
  top: auto; }

.stargazing-section .image-grid .stargazing-image-container {
  position: relative;
  overflow: hidden;
  aspect-ratio: 20 / 13;
  max-width: 400px;
  margin: auto; }

.stargazing-section .image-grid img {
  aspect-ratio: 20 / 13; }

.stargazing-section .image-grid .image-caption {
  font-size: .8rem;
  background-color: #000;
  padding: 8px 12px;
  margin-bottom: 0;
  bottom: 1px;
  left: 16px;
  border-bottom-left-radius: 11px; }

.stargazing-section .jump-links .btn {
  border: 1px solid #858CBC;
  border-radius: 8px; }

.stargazing-section .jump-links .btn:hover {
  background-color: #2B5C73; }

.stargazing-section .callout {
  font-size: 1.2em; }

.stargazing-section .callout i {
  font-size: 2.5em; }

.stargazing-section .video-play-icon {
  top: 45%;
  left: 46%; }

.stargazing-section .responsive-video {
  aspect-ratio: 16 / 9;
  width: 100%; }

.stargazing-section .icon-callout .icon-callout__content {
  padding-left: 80px; }

.stargazing-section .astronomy-app img {
  border-radius: 24px; }

[data-animate-type] {
  opacity: 0; }

.stargazing-section .button {
  padding: 12px 18px;
  border: 1px solid rgba(0, 0, 0, 0.9);
  border-radius: 8px;
  transition: background-color 300ms ease; }

.stargazing-section .button.button-light {
  border: 1px solid rgba(255, 255, 255, 0.4); }

.stargazing-section .button:hover {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff; }

.stargazing-section .modal-dark .modal-content {
  background-color: #121212;
  border-color: #727272; }
  .stargazing-section .modal-dark .modal-content .modal-header {
    border-bottom: 1px solid #727272; }
    .stargazing-section .modal-dark .modal-content .modal-header .close {
      color: #fff; }

.modal .modal-content h5.modal-title {
  color: #000 !important; }

.stargazing-section .location-map-grid .location-grid {
  height: 800px;
  overflow-y: scroll; }

.stargazing-section .location-card {
  height: 300px;
  cursor: pointer;
  width: 100%; }

.stargazing-section .location-card .location-image {
  height: 300px;
  object-fit: cover;
  transition: all .2s ease-in-out; }

.stargazing-section .location-card:hover .location-image {
  transform: scale(1.05); }

.stargazing-section .location-card .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 14, 24, 0) 100%);
  z-index: 1;
  border-radius: 16px; }

.stargazing-section .location-grid .location-card .image-overlay {
  height: 120px; }

.stargazing-section .location-card .location-name {
  bottom: 0;
  left: 0;
  right: 0; }

.stargazing-section .location-card .location-area {
  top: 0;
  left: 0;
  padding: 14px;
  background-color: #3E6465;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px; }

.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
  z-index: 999; }

.owl-carousel .owl-nav button.owl-next {
  float: right;
  margin-right: 8px; }

.owl-carousel .owl-nav button.owl-prev {
  float: left;
  margin-left: 8px; }

.owl-carousel .owl-nav button span {
  font-size: 50px;
  color: #fff;
  background-color: #000;
  border: 1px solid #81B0C5;
  display: inline-block;
  line-height: .6;
  margin: 0;
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 50%; }

.owl-carousel .owl-nav button span:hover {
  background-color: #02192C; }

.owl-carousel .owl-dots {
  margin-top: 12px;
  text-align: center; }

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 4px;
  background: #ccc;
  display: block;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-carousel .owl-dots .owl-dot.active span {
  background: #02192C; }

.stargazing-section .location-grid::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px;
  background-color: #000;
  border-radius: 12px; }

.stargazing-section .location-grid::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #6DB1DD; }

.stargazing-section .mobile-phone {
  transform: rotate(-8deg);
  border-radius: 38px;
  box-shadow: 6px 6px 6px 6px rgba(0, 0, 0, 0.7); }

.accordion-container .ac {
  background-color: #121212;
  border: 1px solid #727272;
  color: #fff; }

.accordion-container .ac .ac-header {
  background-color: #262626;
  border-radius: .25rem; }

.accordion-container .ac .ac-trigger {
  padding: 18px 12px 18px 32px;
  color: #fff;
  font-weight: normal; }

.accordion-container .ac .ac-trigger:focus {
  color: #fff; }

.accordion-container .ac.is-active .ac-panel {
  padding: 24px;
  color: #D6D6D6; }

.accordion-container .ac .ac-panel .ac-text {
  padding: 0; }

.ac .ac-trigger::after {
  left: 10px; }

.stargazing-section .event-card {
  text-decoration: none; }
  .stargazing-section .event-card:hover {
    text-decoration: underline; }
    .stargazing-section .event-card:hover .event-image img {
      transform: scale(1.05); }

.stargazing-section .event-card .event-title {
  min-height: 100px; }

.stargazing-section .event-card .event-image {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden; }

.stargazing-section .event-card .event-image img {
  aspect-ratio: 5 / 3;
  object-fit: cover;
  transition: all 0.175s ease-in-out; }

.stargazing-section .event-card .event-image .event-date-overlay {
  border-radius: 12px;
  top: 0; }

.stargazing-section .event-card .event-description {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px; }

div#map {
  height: 600px; }

.z-0 {
  z-index: 0 !important; }

.z-1 {
  z-index: 1 !important; }

.z-2 {
  z-index: 2 !important; }

.z-3 {
  z-index: 3 !important; }

.z-4 {
  z-index: 4 !important; }

.text-dark-teal {
  color: #2e6565 !important; }

.text-dark-teal-background {
  color: white !important;
  background-color: #2e6565; }

.text-gray {
  color: #757575; }

.text-rust {
  color: #b94900; }

.text-rust-background {
  color: white !important;
  background-color: #b94900; }

.container-max-width-limited {
  max-width: 1140px; }

.btn-primary {
  background-color: #b94900;
  border-color: #fff; }

.btn-primary:hover, .btn-primary:active {
  background-color: #863500;
  border-color: #b94900; }

.btn-green {
  background-color: #136300;
  border-color: #093000;
  color: #fff; }

.btn-green:hover, .btn-green:active {
  background-color: #81ff63;
  color: #000; }

.background-dark-teal {
  color: white;
  background-color: #2e6565; }

.background-gray-teal {
  background-color: #e2ecec; }

.background-black {
  background-color: #000; }

.background-white {
  background-color: #fff; }

.background-dark-blue {
  background-color: #02192C; }

.display-text-large {
  font-size: 1.25rem; }

.rounded-corners {
  border-radius: 16px; }

.blue-divider-line {
  height: 2px;
  width: 50%;
  background-color: #81B0C5; }

.scroll-margin-top {
  scroll-margin-top: 4rem; }

.aspect-ratio-landscape {
  aspect-ratio: 4 /3;
  object-fit: cover;
  object-position: center; }

.border.border-light-blue {
  border-color: #487D89 !important; }

.text-shadow {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); }

.text-transform-none {
  text-transform: none !important; }

.line-height-short {
  line-height: 1.3 !important; }

.font-weight-light {
  font-weight: 300 !important; }

.color-blue {
  color: #2B5C73; }

.contain-800 {
  max-width: 800px; }

.reverse-text, .reverse-text h1, .reverse-text h2, .reverse-text h3, .reverse-text h4, .reverse-text h5, .reverse-text h6, .reverse-text p, .reverse-text a {
  color: #fff !important; }

.dark-transparent-bg {
  background-color: rgba(0, 0, 0, 0.5); }

.heading-border-top::before {
  content: "";
  display: block;
  margin: 0 auto 20px;
  height: 2px;
  width: 75px;
  background-color: #71A5BE; }

.leading-3 {
  line-height: .75rem; }

.leading-4 {
  line-height: 1rem; }

.leading-5 {
  line-height: 1.25rem; }

.leading-6 {
  line-height: 1.5rem; }

.leading-7 {
  line-height: 1.75rem; }

.leading-8 {
  line-height: 2rem; }

.leading-9 {
  line-height: 2.25rem; }

.leading-10 {
  line-height: 2.5rem; }

.leading-none {
  line-height: 1; }

.leading-tight {
  line-height: 1.25; }

.leading-snug {
  line-height: 1.375; }

.leading-normal {
  line-height: 1.5; }

.leading-relaxed {
  line-height: 1.625; }

.leading-loose {
  line-height: 2; }

.rounded-lg-bottom {
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem; }

.rounded-lg-top {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid #2e6565; }

#stargazing-section-jump-links {
  z-index: 49; }

@media (max-width: 768px) {
  .stargazing-section.header-video, .stargazing-section.header-video .hero-container {
    height: 60vh; }
  .stargazing-section.header-video video {
    height: 60vh; } }

@media (min-width: 992px) {
  #stargazing-section-jump-links.sticky-scrolled-up {
    top: 152px; } }

@media (min-width: 1200px) {
  .stargazing-section .overlapping-video {
    margin-left: -100px; }
  #stargazing-section-about .about-background, .dark-skies-background {
    margin-bottom: 120px; }
  .stargazing-section .section-heading h2 {
    font-size: 50px; }
  .stargazing-section .callout {
    font-size: 1.7rem; } }

.background-teal-gradient {
  background: #3e6465;
  background: linear-gradient(0deg, #3e6465 0%, #1d3434 100%) !important; }

#mt-bookstore-section-hero {
  height: 400px;
  background-image: url("/images/bookstore/iStock-1065016430-man-reading-in-hammock.jpg?preset=heroimage-xl");
  background-size: cover;
  background-position: center; }

#mt-bookstore-section-about .about-background {
  background-image: url(/images/bookstore/Isle-of-Books-Butte_11_dark.jpg?preset=heroimage-lg);
  background-size: cover; }

#mt-bookstore-section-quote-river-runs-through-it {
  background-image: url(/images/bookstore/iStock-466169383-man-fly-fishing-sepia.jpg?preset=heroimage-lg);
  background-size: cover; }

#mt-bookstore-section-quote-lewis-clark {
  background-image: url(/images/bookstore/iStock-1394040590-montana-glacier-natl-park-sepia.jpg?preset=heroimage-lg);
  background-size: cover; }

#mt-bookstore-section-quote-john-steinbeck {
  background-image: url(/images/bookstore/iStock-1394040590-montana-glacier-natl-park-dark.jpg?preset=heroimage-lg);
  background-size: cover; }

.background-leather-texture {
  background-image: url(/images/bookstore/iStock-538838095-book-leather.jpg?preset=heroimage-lg);
  background-size: cover; }

#mt-bookstore-section-discover-intro .column-image {
  background-image: url("/images/bookstore/BookTrail_1.jpg?preset=heroimage-lg");
  background-size: cover;
  min-height: 300px; }

.mt-bookstore-section .header-overlay {
  z-index: 9; }

.mt-bookstore-section .hero-container {
  height: 400px; }

/*.mt-bookstore-section .header-overlay h1 {
	text-transform: none;
	text-shadow: 0 0 10px #000;
}*/
.mt-bookstore-section h2, .mt-bookstore-section h3, .mt-bookstore-section h4, .mt-bookstore-section h5, .mt-bookstore-section h6 {
  text-transform: none;
  color: #000; }

.mt-bookstore-section h2, .mt-bookstore-section h3 {
  font-weight: bold; }

.mt-bookstore-section p {
  line-height: 1.7; }

.mt-bookstore-section a {
  font-weight: bold;
  color: #000;
  text-decoration: underline; }

.mt-bookstore-section a.button {
  text-decoration: none;
  background-color: #b94900;
  color: #fff;
  border: 0; }

.mt-bookstore-section a.button:hover {
  background-color: #863500;
  border: 0; }

.mt-bookstore-section .section-heading {
  max-width: 800px; }

.mt-bookstore-section .dark-overlay {
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
  height: 50%;
  bottom: 0;
  top: auto;
  width: 100%;
  right: 0; }

.mt-bookstore-section .icon-callout .icon-callout__content {
  padding-left: 80px; }

.mt-bookstore-section.book-quote .quote-image img {
  transform: rotate(-10deg);
  max-width: 200px; }

.mt-bookstore-cities .city-listing .city-image {
  min-height: 250px; }
  .mt-bookstore-cities .city-listing .city-image:hover .img-full {
    transform: scale(1.05); }

.mt-bookstore-cities .city-listing .city-content .city-adventure-card {
  height: 180px;
  overflow: hidden;
  width: 100%; }
  .mt-bookstore-cities .city-listing .city-content .city-adventure-card:hover .img-full {
    transform: scale(1.05); }

.mt-bookstore-cities .city-listing .city-content .city-adventure-card p {
  bottom: 0; }

[data-animate-type] {
  opacity: 0; }

.mt-bookstore-section .button {
  padding: 12px 18px;
  border: 1px solid rgba(0, 0, 0, 0.9);
  border-radius: 8px;
  transition: background-color 300ms ease; }

.mt-bookstore-section .button.button-light {
  border: 1px solid rgba(255, 255, 255, 0.4); }

.mt-bookstore-section .button:hover {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff; }

.modal .modal-content h5.modal-title {
  color: #000 !important; }

.mt-bookstore-section .location-map-grid .location-grid {
  height: 800px;
  overflow-y: scroll; }

.mt-bookstore-section .location-map-grid .location-map {
  height: 800px;
  overflow: hidden; }

.mt-bookstore-section .location-map-grid .location-map img {
  height: 800px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px; }

.mt-bookstore-section .location-card {
  height: 300px; }

.mt-bookstore-section .location-card .location-image {
  height: 300px;
  object-fit: cover; }

.mt-bookstore-section .location-card .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 14, 24, 0) 100%);
  z-index: 1;
  border-radius: 16px; }

.mt-bookstore-section .location-grid .location-card .image-overlay {
  left: 15px;
  right: 15px;
  height: 120px; }

.mt-bookstore-section .location-card .location-name {
  bottom: 0;
  left: 0;
  right: 0; }

.mt-bookstore-section .location-card .location-area {
  top: 0;
  left: 0;
  padding: 14px;
  background-color: #3E6465;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px; }

.mt-bookstore-section .owl-carousel-bookstore-locations .bookstore-location .bookstore-image img,
.mt-bookstore-section .owl-carousel-bookstore-locations .bookstore-location .bookstore-image .dark-overlay {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px; }

.mt-bookstore-section .owl-carousel-bookstore-locations .bookstore-location .bookstore-image img {
  height: 280px;
  object-fit: cover; }

.mt-bookstore-section .owl-carousel-bookstore-locations .bookstore-location .bookstore-contact {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px; }

.owl-carousel.owl-carousel-bookstore-locations .owl-stage-outer {
  padding: 0 0 24px; }

.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
  z-index: 999; }

.owl-carousel .owl-nav button.owl-next {
  float: right;
  margin-right: 8px; }

.owl-carousel .owl-nav button.owl-prev {
  float: left;
  margin-left: 8px; }

.owl-carousel .owl-nav button span {
  font-size: 50px;
  color: #fff;
  background-color: #000;
  border: 1px solid #81B0C5;
  display: inline-block;
  line-height: .6;
  margin: 0;
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 50%; }

.owl-carousel .owl-nav button span:hover {
  background-color: #02192C; }

.owl-carousel .owl-dots {
  margin-top: 12px;
  text-align: center; }

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 4px;
  background: #ccc;
  display: block;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-carousel .owl-dots .owl-dot.active span {
  background: #02192C; }

.owl-carousel-bookstore-locations .bookstore-location {
  border: 1px solid #ccc; }

.recommended-books .recommended-book img {
  height: 320px;
  object-fit: contain; }

.img-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.175s ease-in-out; }

.overflow-x-hidden {
  overflow-x: hidden; }

@media (min-width: 1200px) {
  #mt-bookstore-section-hero {
    height: 700px; }
  .mt-bookstore-section .hero-container {
    height: 700px; }
  .mt-bookstore-section .section-heading h2 {
    font-size: 50px; }
  .mt-bookstore-section .callout {
    font-size: 1.7rem; } }

.virginia-city-page {
  width: 100%;
  overflow-x: clip; }

.btn-orange {
  background-color: #b94900 !important;
  border-color: #fff !important;
  color: #fff !important; }

.btn-orange:hover,
.btn-orange:active {
  background-color: #863500 !important;
  border-color: #b94900 !important;
  color: #fff !important; }

.btn-green {
  background-color: #136300;
  border-color: #093000;
  color: #fff; }

.btn-green:hover, .btn-green:active {
  background-color: #81ff63;
  color: #000; }

.background-dark-teal {
  color: white;
  background-color: #2e6565; }

.background-darker-teal {
  background-color: #1F3C3C;
  color: #fff; }

.background-gray-teal {
  background-color: #e2ecec; }

.background-black {
  background-color: #000; }

.background-light-gray {
  background-color: #f1f1f1; }

.background-white {
  background-color: #fff; }

.background-dark-blue {
  background-color: #02192C; }

.display-text-large {
  font-size: 1.25rem; }

.rounded-corners {
  border-radius: 16px; }

.blue-divider-line {
  height: 2px;
  width: 50%;
  background-color: #81B0C5; }

.scroll-margin-top {
  scroll-margin-top: 4rem; }

.aspect-ratio-landscape {
  aspect-ratio: 4 /3;
  object-fit: cover;
  object-position: center; }

.border.border-light-blue {
  border-color: #487D89 !important; }

.text-shadow {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); }

.light-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

.text-transform-none {
  text-transform: none !important; }

.line-height-short {
  line-height: 1.3 !important; }

.font-weight-light {
  font-weight: 300 !important; }

.color-blue {
  color: #2B5C73; }

.contain-800 {
  max-width: 800px; }

.reverse-text, .reverse-text h1, .reverse-text h2, .reverse-text h3, .reverse-text h4, .reverse-text h5, .reverse-text h6, .reverse-text p, .reverse-text a {
  color: #fff !important; }

.dark-transparent-bg {
  background-color: rgba(0, 0, 0, 0.5); }

.heading-border-top::before {
  content: "";
  display: block;
  margin: 0 auto 20px;
  height: 2px;
  width: 75px;
  background-color: #71A5BE; }

.heading-border-top.text-left::before,
.heading-border-top.text-sm-left::before,
.heading-border-top.text-md-left::before,
.heading-border-top.text-lg-left::before,
.heading-border-top.text-xl-left::before {
  margin: 0 0 20px; }

.heading-border-top.text-right::before,
.heading-border-top.text-sm-right::before,
.heading-border-top.text-md-right::before,
.heading-border-top.text-lg-right::before,
.heading-border-top.text-xl-right::before {
  margin: 0 0 20px;
  display: inline-block; }

.min-height-250 {
  min-height: 250px; }

.z-0 {
  z-index: 0 !important; }

.z-1 {
  z-index: 1 !important; }

.z-2 {
  z-index: 2 !important; }

.z-3 {
  z-index: 3 !important; }

.z-4 {
  z-index: 4 !important; }

.image-video-caption {
  font-size: .8rem; }

#virginia-city-section-about .dark-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4); }

.dark-gradient-overlay {
  position: absolute;
  z-index: 8;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 32%, rgba(0, 14, 24, 0) 100%);
  height: 50%;
  bottom: 0;
  width: 100%; }

.full-background {
  background-size: cover;
  background-position: center; }

.dark-gradient-overlay.overlay-height-30 {
  height: 30%; }

.virginia-city-section .listing-card {
  border: 1px solid #CBCBCB;
  border-radius: 16px;
  width: 100%; }

.virginia-city-section a.listing-card.listing-card-itinerary {
  border: 0;
  border-radius: 0;
  text-decoration: none; }

.virginia-city-section a.listing-card .listing-title {
  transition: font-size 300ms ease; }

.virginia-city-section a.listing-card:hover {
  text-decoration: underline;
  text-decoration-color: #B94901; }

.virginia-city-section a.listing-card:hover .listing-title {
  font-size: 130%; }

.virginia-city-section .listing-card .listing-header,
.virginia-city-section .listing-card .listing-header .listing-image {
  height: 275px;
  object-fit: cover;
  position: relative; }

.virginia-city-section .listing-card.listing-card-blog .listing-header,
.virginia-city-section .listing-card.listing-card-blog .listing-header .listing-image {
  height: 320px;
  object-fit: cover;
  position: relative; }

.virginia-city-section .listing-card.listing-card-itinerary .listing-header .listing-image,
.virginia-city-section .listing-card.listing-card-blog .listing-header .listing-image {
  border-radius: 16px; }

.virginia-city-section .listing-card .listing-header::after {
  content: "";
  position: absolute;
  z-index: 8;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 32%, rgba(0, 14, 24, 0) 100%);
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%; }

.virginia-city-section .listing-card.listing-card-itinerary .listing-header::after,
.virginia-city-section .listing-card.listing-card-blog .listing-header::after {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px; }

.virginia-city-section .listing-card.listing-card-accommodation .listing-header::after {
  display: none; }

.virginia-city-section .listing-card .listing-header .listing-member {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2E6565;
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-weight: bold;
  padding: 6px 12px; }

.virginia-city-section .listing-card .listing-business-name {
  color: #b94900;
  text-decoration: none; }

.virginia-city-section .listing-card .listing-header .listing-image {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; }

.virginia-city-section .listing-card .listing-header .listing-title {
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  padding: 0 15px;
  z-index: 9; }

.virginia-city-section .listing-card .listing-info {
  padding: 15px;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column; }

.virginia-city-section .listing-card .listing-info p {
  margin-bottom: 0;
  flex-grow: 1; }

.virginia-city-section.header-video, .virginia-city-section.header-video .hero-container {
  height: 700px; }

.virginia-city-section.header-video video {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 700px;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.virginia-city-section.header-video .video-overlay {
  z-index: 9; }

.virginia-city-section h2, .virginia-city-section h3, .virginia-city-section h4, .virginia-city-section h5, .virginia-city-section h6 {
  text-transform: none;
  color: #000; }

.virginia-city-section h2, .virginia-city-section h3 {
  font-weight: bold; }

.virginia-city-section p {
  line-height: 1.7; }

.virginia-city-section a {
  font-weight: bold;
  color: #000;
  text-decoration: underline; }

.virginia-city-section a.button {
  text-decoration: none; }

#virginia-city-section-about .about-background {
  background-image: url(/images/virginia-city/Virginia-City_23_Bovey-Visitor-Center-and-NC-Train-Depot.jpg?preset=heroimage-lg); }

.background-image-walking-tour {
  background-image: url(/images/virginia-city/Virginia-City_6.jpg?preset=heroimage-lg); }

.background-image-travel-specials {
  background-image: url(/images/virginia-city/Virginia-City_11-historic-buildings-barber-shop.jpg?preset=heroimage-lg); }

.virginia-city-section .section-heading {
  max-width: 800px; }

.virginia-city-section .callout {
  font-size: 1.2em; }

.virginia-city-section .callout i {
  font-size: 2.5em; }

.virginia-city-section .video-play-icon {
  top: 45%;
  left: 46%; }

.virginia-city-section .responsive-video {
  aspect-ratio: 16 / 9;
  width: 100%; }

.virginia-city-section .icon-callout .icon-callout__content {
  padding-left: 80px; }

[data-animate-type] {
  opacity: 0; }

.virginia-city-section .button {
  padding: 12px 18px;
  border: 1px solid rgba(0, 0, 0, 0.9);
  border-radius: 8px;
  transition: background-color 300ms ease; }

.virginia-city-section .button.button-light {
  border: 1px solid rgba(255, 255, 255, 0.4); }

.virginia-city-section .button:hover {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff; }

.modal .modal-content h5.modal-title {
  color: #000 !important; }

.owl-carousel .owl-stage {
  display: flex; }

.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto; }

.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
  z-index: 999; }

.owl-carousel .owl-nav button.owl-next {
  float: right;
  margin-right: 8px; }

.owl-carousel .owl-nav button.owl-prev {
  float: left;
  margin-left: 8px; }

.owl-carousel .owl-nav button span {
  font-size: 50px;
  color: #fff;
  background-color: #000;
  border: 1px solid #81B0C5;
  display: inline-block;
  line-height: .6;
  margin: 0;
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 50%; }

.owl-carousel .owl-nav button span:hover {
  background-color: #02192C; }

.owl-carousel .owl-dots {
  margin-top: 12px;
  text-align: center; }

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 4px;
  background: #ccc;
  display: block;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-carousel .owl-dots .owl-dot.active span {
  background: #02192C; }

.owl-carousel.carousel-virginia-accommodations .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 20px; }

.horizontal-details-card-favorite-container {
  position: absolute;
  top: -1.5rem;
  right: 1.5rem; }

.favorite-button {
  background-color: white;
  font-size: 1.75rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border: 1px solid #c2c2c2;
  padding: 5px;
  width: 3rem;
  height: 3rem; }

.favorite-button i {
  color: #b94900; }

@media (max-width: 768px) {
  .virginia-city-section.header-video, .virginia-city-section.header-video .hero-container {
    height: 60vh; }
  .virginia-city-section.header-video video {
    height: 60vh; } }

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.3rem; }
  h2, .h2 {
    font-size: 1.85rem; }
  h3, .h3 {
    font-size: 1.6rem; }
  .virginia-city-section .overlapping-video {
    margin-left: -100px; }
  .virginia-city-section .section-heading h2 {
    font-size: 50px; }
  .virginia-city-section .callout {
    font-size: 1.7rem; } }

.breadcrumb-item + .breadcrumb-item::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Pro'; }

@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important; } }
