html,
body {
  background-color: #f9f8f1;
}
/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(51, 64, 79, 0.1);
  border-image: initial;
  border-radius: 16px;
  max-width: 1800px;
  margin: auto;
}
header .logo-icon .logo-mountains {
  fill: #B79340;
}
header .logo-icon .logo-state {
  fill: #334050;
}
.yc-nav {
  border-radius: 16px;
}
.yc-nav__brand {
  flex-shrink: 0;
  position: relative;
  display: block;
  height: 42px;
  min-width: 125px;
}
.yc-nav__brand .logo,
.yc-nav__brand .logo-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.yc-nav__brand svg {
  display: block;
  height: 42px;
  width: auto;
}
/* page styles */
.hero {
  position: relative;
  width: 100vw;
  height: 70vh;
  min-height: 600px;
  background-color: #334050;
}
.hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero .audio-tour-logo {
  display: block;
  width: auto;
  max-width: 320px;
  height: 42px;
  object-fit: contain;
  margin: 4px 0 16px;
}
.hero .location-hero {
  border-radius: 16px;
  margin-right: 40px;
  max-height: 75vh;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.hero.home {
  height: 70vh;
}
.hero::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  pointer-events: none;
}
.hero .hero-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.hero .btn-secondary:not(.-white) {
  border: none;
  background-color: #F9F8F1;
}
.hero .btn-secondary:not(.-white) .ico {
  color: #B79340;
}
.hero .btn-secondary:not(.-white):hover {
  color: #B79340;
}
.hero .display-m.-serif.bold {
  font-weight: 900;
}
.map-cta {
  position: relative;
  width: 100%;
  padding: 200px 0px;
  background: url('/headers/map-bg.jpg') no-repeat center center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.map-cta::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgba(249, 248, 241, 0.3);
}
.map-cta .row {
  position: relative;
  z-index: 1;
}
.slick-track {
  display: flex;
  gap: 20px;
}
.slider .card-title {
  min-height: 55px;
}
.slider .card-text {
  min-height: 64px;
  padding-bottom: 0px;
}
.-align-items-center {
  align-items: center;
}
.controls {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.controls i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #334050;
}
.controls i:hover {
  background-color: #B79340;
  color: #F9F8F1;
}
.ion-ios-location {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 40px;
  height: 60px;
  width: 60px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #B79340;
}
.locations-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.locations-list .card {
  width: calc(25% - 40px);
}
@media (max-width: 1024px) {
  .locations-list .card {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .locations-list .card {
    width: 100%;
  }
}
.location-content a {
  color: #B79340;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.location-content a:hover {
  color: #334050;
}
.location-mapbox {
  width: 100%;
  height: 100vh;
  background-color: #334050;
}
.location-mapbox-popup .mapboxgl-popup-content {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.location-mapbox-popup.mapboxgl-popup {
  z-index: 10;
}
.location-mapbox-popup .mapboxgl-popup-tip {
  display: none;
}
.prefooter {
  background-color: #334050;
}
.prefooter p,
.prefooter i,
.prefooter li,
.prefooter a {
  color: #F9F8F1;
}
.icon-row {
  position: relative;
  display: block;
  padding: 30px 50px 30px 0px;
  border-bottom: 1px solid rgba(249, 248, 241, 0.5);
}
.icon-row p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.icon-row .-bigger {
  font-family: 'Bookmania', 'Lora', Georgia, serif;
}
.icon-row i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #B79340;
}
.tag.-gold-primary {
  background-color: #B79340;
  color: #334050;
  margin-bottom: 16px;
}
.app-cta {
  border: 1px solid rgba(249, 248, 241, 0.5);
  border-radius: 16px;
  padding: 32px;
  position: relative;
}
.app-cta:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30%;
  height: 30%;
  background: url('/frame.svg') no-repeat center center;
  background-size: contain;
}
.app-cta .btn {
  margin-top: 16px;
}
.app-cta .btn i {
  font-size: 2em;
}
.yc-foot {
  background-color: #2A3542;
}
.yc-foot .yc-foot__top {
  grid-template-columns: minmax(120px, 0.6fr) 1fr;
}
.yc-foot .yc-foot__cols {
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(0, 2fr);
}
.yc-foot form label {
  color: #F9F8F1;
}
.yc-foot form input {
  background-color: #9CA3AF;
  color: #F9F8F1;
}
.yc-foot .logo {
  height: 100%;
  width: auto;
  display: block;
  margin: auto;
}
.tt-logo {
  display: inline-block;
  height: 1lh;
  width: auto;
  vertical-align: sub;
}
.hamburger {
  display: none;
  font-size: 2.5em;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}
@media (max-width: 1024px) {
  .yc-nav__links {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    padding: 32px;
    padding-top: 50px;
    background-color: #334050;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .yc-nav__links a {
    font-size: 1.4em;
    line-height: 1.5em;
    display: block;
    color: #F9F8F1;
  }
  .yc-nav.active .yc-nav__links {
    top: 80%;
    opacity: 1;
  }
}
.dim {
  opacity: 0.7;
}
.bold {
  font-weight: 700;
}
/*# sourceMappingURL=app.css.map */