/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media (max-width: 479px) {
  .hide-xsmall-only {
    display: none !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .hide-small-only {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hide-medium-only {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .hide-large-only {
    display: none !important;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .hide-xlarge-only {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  .hide-xxlarge-only {
    display: none !important;
  }
}

@media (min-width: 480px) {
  .hide-small-up {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-medium-up {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hide-large-up {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hide-xlarge-up {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  .hide-xxlarge-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-small-down {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .hide-medium-down {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .hide-large-down {
    display: none !important;
  }
}

@media (max-width: 1439px) {
  .hide-xlarge-down {
    display: none !important;
  }
}

.media-current {
  font-size: 0.75rem;
  line-height: 1.25;
  color: #fefefe;
  padding: 0.5rem 1rem;
  background-color: #cc4b37;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1000;
}

@font-face {
  font-family: "Baskerville";
  src: url("/assets/fonts/baskerville/Baskerville.woff2") format("woff2"), url("/assets/fonts/baskerville/Baskerville.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Baskerville-Bold";
  src: url("/assets/fonts/baskerville/Baskerville-Bold.woff2") format("woff2"), url("/assets/fonts/baskerville/Baskerville-Bold.woff2") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Baskerville-SemiBold";
  src: url("/assets/fonts/baskerville/Baskerville-SemiBold.woff2") format("woff2"), url("/assets/fonts/baskerville/Baskerville-SemiBold.woff2") format("woff");
  font-weight: 500;
  font-style: normal;
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--color-black);
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 1280px) {
  .footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.footer__caption {
  font-size: 0.75rem;
  line-height: 2;
  text-transform: uppercase;
  color: var(--color-gold);
}
.footer__title {
  font-family: "Baskerville-SemiBold", serif;
  font-size: 1.75rem;
  letter-spacing: -0.03125rem;
  color: var(--color-white);
}
.footer__text {
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  font-weight: 500;
  color: var(--color-white);
}
.footer__link {
  font-family: "Baskerville", serif;
  text-transform: uppercase;
  color: var(--color-white);
}
.footer__link a {
  color: var(--color-white);
  border-bottom: 1px solid var(--color-gold);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.footer__link a:hover {
  color: var(--color-gold);
}
.footer__nav {
  margin: 0;
  list-style: none;
}
.footer__nav-item {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.8461538462;
  color: var(--color-white);
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.footer__nav-item:hover {
  color: var(--color-gold);
  border-bottom: 1px solid var(--color-gold);
}
.footer__media--cover {
  position: absolute;
  overflow: hidden;
  inset: 0;
  z-index: -1;
}
.footer__media-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__media-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--overlay-color-black), var(--overlay-alpha-7))), to(rgba(var(--overlay-color), var(--overlay-alpha))));
  background: linear-gradient(to bottom, rgba(var(--overlay-color-black), var(--overlay-alpha-7)), rgba(var(--overlay-color), var(--overlay-alpha)));
}
.footer__media--fullwidth {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 0;
  margin-right: 0;
  height: auto !important;
}
/*# sourceMappingURL=app.css.e238a64975d4.map */
