﻿/*$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; }

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

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

/* Headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

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

h1.home-page {
  color: white; }

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

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: #b94900;
  text-decoration: none; }
  a:active, a:hover {
    color: #2e6565; }

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-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; }

.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: #b94900;
    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: #b94900; }
    .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; }

.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: 7.5em;
    max-width: 100%; }
  .tim-university-container .tim-university-title {
    font-size: 1.75rem;
    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; }

.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: #e2ecec;
  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: #e2ecec; }

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

.blog-section-header {
  text-align: center;
  color: #2e6565;
  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: #b94900;
  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: #8a7300;
  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; }

.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; }

@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: #2e6565; }
  .top-navbar .navbar-nav {
    flex-direction: row; }

#search-bar {
  background-color: #2e6565; }
  #search-bar .search-query-input:focus {
    border-color: #b94900;
    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 {
    border-color: #b94900;
    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: #b94900;
    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: #3b8181; }
  .top-navbar-secondary.not-translucent, .top-navbar-secondary.never-translucent {
    background: #3b8181; }
  .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;
      text-transform: uppercase;
      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 {
  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: #2e6565;
      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: #3b8181; }
    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"); }

footer address {
  font-size: 1.2rem; }

footer a {
  color: #2e6565;
  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: #2e6565; }

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; }
  footer .social-icon .fa-facebook {
    color: #4267b2; }
  footer .social-icon .fa-youtube {
    color: #f00; }
  footer .social-icon .fa-twitter {
    color: #1da1f2; }
  footer .social-icon .fa-pinterest {
    color: #e60023; }
  footer .social-icon .fa-blog {
    color: #136300; }

footer .footer-logo img {
  max-height: 6em; }

@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 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; } }

@media (min-width: 992px) {
  footer .footer-promo img {
    max-height: 15.625rem; } }

@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; }

.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 #b94900;
    border: 1px solid #b94900;
    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: #136300;
    text-transform: uppercase;
    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: #3b8181; }

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

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

#season-winter-button .season-button-indicator::before {
  background-color: #0a51c4; }

#season-spring-shown-indicator, #season-spring-hidden-indicator {
  color: #3b8181; }

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

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

#season-winter-shown-indicator, #season-winter-hidden-indicator {
  color: #0a51c4; }

/* 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; } }

@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: #e2ecec; }
  .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: #e2ecec; }

.details-icon-column {
  display: flex;
  align-items: center;
  justify-content: center; }

.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;
    text-transform: uppercase;
    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: #2e6565; }

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

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

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

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

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

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

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

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

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

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

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

.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; }

.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; }

/* Interactive Map */
.toggle-interactive-map {
  position: absolute;
  bottom: 20px;
  left: 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; }

.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; }

.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-u-trim > :first-child {
    margin-top: 0; }
  .blogPostContent .su-u-trim > :list-child {
    margin-bottom: 0; }

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

.alignright {
  float: right;
  margin-left: 1.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%; }

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