@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  font-size: 62.5%;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/**
 * @license
 * MyFonts Webfont Build ID 2961113, 2015-01-27T19:08:30-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: AvenirNextLTPro-Regular by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir-next-pro/pro-regular/
 *
 * Webfont: AvenirNextLTPro-It by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir-next-pro/pro-italic/
 *
 * Webfont: AvenirNextLTPro-Bold by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir-next-pro/pro-bold/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2961113
 * Licensed pageviews: 250,000
 * Webfonts copyright: Copyright &#x00A9; 2004 - 2007 Linotype GmbH, www.linotype.com. All rights reserved. This font software may not be reproduced, modified, disclosed or transferred without the express written approval of Linotype GmbH. Avenir is a trademark of Linotype GmbH
 *
 * © 2015 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "AvenirRegular";
  src: url("../woff2/2d2ed9_0_0.99f37198.woff2") format("woff2"), url("../woff/2d2ed9_0_0.ec0ecb6e.woff") format("woff");
}
@font-face {
  font-family: "AvenirItalic";
  src: url("../eot/2d2ed9_1_0.ad570ea8.eot");
  src: url("../eot/2d2ed9_1_0.ad570ea8d41d.eot?#iefix") format("embedded-opentype"), url("../woff2/2d2ed9_1_0.5ea2a426.woff2") format("woff2"), url("../woff/2d2ed9_1_0.9d874799.woff") format("woff"), url("../ttf/2d2ed9_1_0.9b6a4d80.ttf") format("truetype");
}
@font-face {
  font-family: "AvenirBold";
  src: url("../eot/2d2ed9_2_0.e88d83a2.eot");
  src: url("../eot/2d2ed9_2_0.e88d83a2d41d.eot?#iefix") format("embedded-opentype"), url("../woff2/2d2ed9_2_0.195c6dd3.woff2") format("woff2"), url("../woff/2d2ed9_2_0.6e82f6cf.woff") format("woff"), url("../ttf/2d2ed9_2_0.acf0d6cd.ttf") format("truetype");
  line-height: 1em;
}
@font-face {
  font-family: "AvenirNextLTPro-BoldIt";
  src: url("../eot/2e552f_0_0.96eee828.eot");
  src: url("../eot/2e552f_0_0.96eee828d41d.eot?#iefix") format("embedded-opentype"), url("../woff2/2e552f_0_0.7dea20b7.woff2") format("woff2"), url("../woff/2e552f_0_0.58f57cb1.woff") format("woff"), url("../ttf/2e552f_0_0.2e254ca8.ttf") format("truetype");
  line-height: 1em;
}
body {
  font-size: 1.5rem;
  font-family: AvenirRegular, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h2 {
  font-size: 4rem;
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 769px) {
  .h2 {
    font-size: 5rem;
  }
}

html {
  height: 100%;
  overflow: initial !important;
}

p {
  margin-bottom: 1.5rem;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

li {
  list-style-type: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

.tours-results-bottom {
  overflow-x: hidden;
}

.container {
  max-width: 140rem;
  margin: 0 auto;
}

.button {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-family: AvenirRegular, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  background-color: transparent;
  overflow: hidden;
  padding: 0;
  position: relative;
  display: block;
}
.button::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #05818A;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  text-align: center;
}
.button > span {
  display: block;
  margin: 0 !important;
  font-size: inherit;
}
.button::before, .button > span {
  padding: 2rem 3rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button:hover > span {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button__white {
  background-color: #FFF;
  color: #30959D;
}
.button__clear {
  background-color: none;
  color: #FFF;
  border: 2px solid white;
  box-sizing: border-box;
}
.button__newsletter {
  background-color: none;
  color: #FFF;
  border: 2px solid white;
  box-sizing: border-box;
  padding: 2rem 3rem;
  font-weight: bold;
}
.button__newsletter.button::before {
  padding: 2rem 3rem;
}
@media (min-width: 769px) {
  .button__newsletter.button::before {
    padding: 3rem 3rem !important;
  }
}
@media (min-width: 769px) {
  .button__newsletter {
    padding: 3rem 3rem;
  }
}
.button__clear-blue {
  background-color: none;
  color: #05818A;
  border: 2px solid #05818A;
  box-sizing: border-box;
}
.button__clear-blue span {
  padding: 0;
}
.button__clear-blue::before {
  background: #05818A;
  color: #fff;
}

.button-add-to-trip {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-family: AvenirRegular, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  background-color: transparent;
  overflow: hidden;
  display: flex;
  padding: 1rem 3rem;
  align-items: center;
}
.button-add-to-trip:hover .heart-filled {
  display: inline-block;
}
.button-add-to-trip:hover .heart-outline {
  display: none;
}
.button-add-to-trip svg {
  fill: #05818A;
  width: 30px;
  margin-right: 3rem;
}

.tours-heart svg {
  width: 2.4rem;
  height: 2.4rem;
  z-index: 5;
  fill: white;
}

.heart-svg {
  display: inline-block;
}
.heart-svg .heart-filled {
  display: none;
}
.heart-svg:hover .heart-filled {
  display: inline-block;
}
.heart-svg:hover .heart-outline {
  display: none;
}

/* swiper overrides */
.swiper-container.\--full-row {
  width: 100%;
  overflow: visible !important;
}
.swiper-container.\--stakeholder {
  height: 100%;
}
.swiper-container.\--stakeholder .swiper-slide {
  object-fit: cover;
}

.swiper-slide {
  height: auto !important;
}

.list__item {
  position: relative;
}
.list__item:hover > .label {
  color: #fff;
}
.list__item:hover > .label::before {
  border: 0.2rem solid #fff;
  margin-right: 1.4rem;
}

.radio-btn {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.radio-btn:checked + .label {
  color: #fff;
}
.radio-btn:checked + .label::before {
  margin-right: 1rem;
  border: 0.2rem solid #fff;
  background: radial-gradient(circle, #fff, #fff 5px, rgba(80, 80, 80, 0) 5px, rgba(80, 80, 80, 0) 7px);
}

.label {
  display: flex;
  align-items: flex-start;
  padding: 0.75rem 0;
  color: #fff;
  font-size: 2.2rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s linear;
  text-align: left;
}
@media (min-width: 769px) {
  .label {
    font-size: 2.8rem;
  }
}
.label::before {
  display: inline-block;
  content: "";
  height: 2rem;
  width: 2rem;
  min-width: 2rem;
  margin-right: 1rem;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  transition: all 0.25s linear;
}
@media (min-width: 769px) {
  .label::before {
    margin-top: 4px;
  }
}

.load-more-card {
  background-color: #05818A;
  border: none;
  cursor: pointer;
  font-size: 28px;
  line-height: 28px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.load-more-card svg {
  margin-top: 10px;
}
.load-more-card:hover {
  background-color: #026F77;
}

.resource-card {
  background-color: #05818A;
  border: none;
  cursor: pointer;
  font-size: 28px;
  line-height: 28px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  min-height: 290px;
  object-fit: cover;
  text-align: center;
  padding: 0 2rem;
}
.resource-card:hover {
  background-color: #026F77;
}
@media screen and (min-width: 500px) {
  .resource-card {
    min-height: 375px;
  }
}
@media screen and (min-width: 600px) {
  .resource-card {
    min-height: 375px;
  }
}
@media (min-width: 769px) {
  .resource-card {
    min-height: 320px;
  }
}
.resource-card svg {
  margin-top: 10px;
}

.stakeholder-card {
  display: flex;
  flex-direction: column;
  background-color: white;
  position: relative;
  cursor: pointer;
  color: #05818A;
}
.stakeholder-card svg {
  fill: #05818A;
}
.stakeholder-card:hover {
  color: #D53D1A;
}
.stakeholder-card:hover svg {
  fill: #D53D1A;
  stroke: #D53D1A;
}
.stakeholder-card__image {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
@media screen and (min-width: 500px) {
  .stakeholder-card__image {
    height: 375px;
  }
}
@media screen and (min-width: 600px) {
  .stakeholder-card__image {
    height: 375px;
  }
}
@media (min-width: 769px) {
  .stakeholder-card__image {
    height: 320px;
  }
}
.stakeholder-card__content {
  padding: 27px 35px;
  display: flex;
}
.stakeholder-card__title {
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 31px;
}
.stakeholder-card__category {
  font-family: museo-slab, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 27px;
}
.stakeholder-card__favorite {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}

.event-card {
  display: flex;
  flex-direction: column;
  background-color: white;
  position: relative;
  cursor: pointer;
  color: #05818A;
}
.event-card:hover {
  color: #D53D1A;
}
.event-card__image {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
@media screen and (min-width: 500px) {
  .event-card__image {
    height: 375px;
  }
}
@media screen and (min-width: 600px) {
  .event-card__image {
    height: 375px;
  }
}
@media (min-width: 769px) {
  .event-card__image {
    height: 320px;
  }
}
.event-card__content {
  padding: 27px 35px;
  display: flex;
}
.event-card__title {
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 31px;
}
.event-card__date {
  font-family: museo-slab, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 27px;
}

.itinerary-card {
  display: flex;
  flex-direction: column;
  background-color: #7E4E78;
  position: relative;
  cursor: pointer;
}
.itinerary-card:hover {
  background-color: #583754;
}
.itinerary-card__image {
  width: 100%;
}
.itinerary-card__content {
  padding: 27px 35px;
  color: #05818A;
  position: relative;
}
.itinerary-card__title {
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 31px;
  color: white;
}
.itinerary-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.filters {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 3;
  height: 50px;
  background-color: #05818A;
  position: fixed;
  top: 98px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s ease-in-out;
  padding: 1.5rem;
}
.filters.\--visible {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 769px) {
  .filters {
    height: 75px;
  }
}
.filters__prompt {
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 2px;
  text-align: center;
}
.filters__prompt br {
  display: block;
}
@media (min-width: 375px) {
  .filters__prompt br {
    display: none;
  }
}
@media (min-width: 769px) {
  .filters__prompt {
    font-size: 18px;
    line-height: 20px;
    margin-right: 10px;
  }
}
.filters__button {
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  background-color: transparent;
  border: none;
  color: white;
  margin-right: 5px;
}
@media (min-width: 375px) {
  .filters__button {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .filters__button {
    font-size: 30px;
    line-height: 36px;
    margin-right: 16px;
  }
}
.filters__arrow-icon {
  height: 12px;
  width: 6px;
  transform: rotateZ(90deg);
  margin-left: 5px;
}
@media (min-width: 769px) {
  .filters__arrow-icon {
    height: 18px;
    width: 12px;
    margin-left: 16px;
  }
}
.filters__arrow-icon path {
  fill: white;
}
.filters__dropdown {
  position: absolute;
  background-color: #05818A;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
}
.filters__dropdown.\--active {
  visibility: visible;
  opacity: 1;
}
.filters__dropdown-button {
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-family: museo-slab, serif;
  font-weight: 300;
  font-style: normal;
  background-color: transparent;
  border: none;
  color: white;
  margin-bottom: 50px;
  cursor: pointer;
}
@media (min-width: 769px) {
  .filters__dropdown-button {
    opacity: 0.5;
    font-size: 30px;
    line-height: 36px;
    max-width: 420px;
  }
}
@media (min-width: 769px) {
  .filters__dropdown-button:hover {
    opacity: 1;
  }
}

.scroll-arrow-wrap {
  text-align: center;
}

.scroll-arrow-wrap-inner {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -8rem;
  max-width: 200px;
  transition: margin-top 0.2s ease-in-out;
}
.scroll-arrow-wrap-inner:hover {
  margin-top: -7.5rem;
  transition: margin-top 0.2s ease-in-out;
}

.scroll-arrow {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  border-radius: 50%;
  padding: 6px;
  width: 55px;
  height: 55px;
}
.scroll-arrow svg {
  fill: #05818A;
  transform: rotate(-90deg);
  width: 40px;
}
.scroll-arrow a {
  display: block;
}

.scroll-arrow-header {
  text-transform: uppercase;
  font-size: 18px;
  font-family: acier-bat-solid, sans-serif;
  color: white;
  display: block;
  margin-bottom: 1rem;
}

.swiper-container.s9 {
  margin-bottom: 4rem;
  overflow: hidden;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (min-width: 769px) {
  .swiper-container.s9 {
    margin-bottom: 6rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.swiper-container.s9 .swiper-wrapper {
  width: 100%;
  overflow: visible;
}
.swiper-container.s9 .swiper-slide__header {
  color: #05818A;
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2.2rem;
  padding: 2rem 0;
  margin-top: 0.5rem;
  background-color: #fff;
  text-align: center;
}
@media (min-width: 769px) {
  .swiper-container.s9 .swiper-slide__header {
    font-size: 2.6rem;
  }
}
.swiper-container.s9 .swiper-slide__image {
  position: relative;
  max-width: 300px;
}
.swiper-container.s9 .swiper-slide__image button {
  position: absolute;
  bottom: 3rem;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.swiper-container.s9 .swiper-slide__image button.\--active {
  background-color: #fff;
  color: #05818A;
  pointer-events: none;
  cursor: default;
}
.swiper-container.s9 .swiper-slide__image button span {
  padding: 1rem 3rem;
}
.swiper-container.s9 .swiper-slide__image button::before {
  padding: 1rem 3rem;
}

.tours-settings__slider--controls {
  display: none;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .tours-settings__slider--controls {
    padding: 0 6rem 3rem;
    display: flex;
  }
}
.tours-settings__slider--controls svg {
  fill: #fff;
  width: 25px;
}
.tours-settings__slider--controls .slider-button-prev {
  transform: rotate(180deg);
}

.loading-indicator {
  width: 70px;
  height: 60px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .loading-indicator {
    margin: 0 auto;
  }
}
.loading-indicator__circle {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  margin-right: 5px;
}
.loading-indicator__circle.\--one {
  animation-delay: -0.32s;
}
.loading-indicator__circle.\--two {
  animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.tours-favorites-hero__wrapper .loading-indicator {
  margin-top: -5rem;
}

.tours-favorites-hero__top--nav {
  color: #fff;
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 769px) {
  .tours-favorites-hero__top--nav {
    margin-top: -10.5rem;
    transition: margin-top 0.2s ease-in-out;
  }
}
.tours-favorites-hero__top--nav svg {
  fill: #fff;
  width: 3.2rem;
  height: auto;
  transition: fill 0.2s ease-in-out;
  transition: margin-right 0.2s ease-in-out;
  margin-right: 0;
}
@media (min-width: 375px) {
  .tours-favorites-hero__top--nav svg {
    margin-right: 1.5rem;
  }
}
.tours-favorites-hero__top--nav .arrow {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
.tours-favorites-hero__top--nav .arrow:hover svg {
  margin-right: 2rem;
  transition: margin-right 0.2s ease-in-out;
}
@media (min-width: 375px) {
  .tours-favorites-hero__top--nav .arrow {
    flex-direction: row;
  }
  .tours-favorites-hero__top--nav .arrow:hover svg {
    margin-right: 2rem;
    transition: margin-right 0.2s ease-in-out;
  }
}
.tours-favorites-hero__top--nav .arrow span {
  display: block;
}
@media (min-width: 769px) {
  .tours-favorites-hero__top--nav .arrow span {
    display: inline-block;
  }
}
.tours-favorites-hero__top--nav .arrow a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tours-favorites-hero__top--nav.\--color-swap {
  color: #05818A;
  transition: color 0.2s ease-in-out;
  margin-top: 0;
  transition: margin-top 0.2s ease-in-out;
}
.tours-favorites-hero__top--nav.\--color-swap svg {
  fill: #05818A;
  transition: fill 0.2s ease-in-out;
}
.tours-favorites-hero .container {
  padding: 2rem 1rem;
}
@media (min-width: 769px) {
  .tours-favorites-hero .container {
    padding: 3rem 2rem;
  }
}
.tours-favorites-hero__wrapper {
  z-index: 3;
  width: 100%;
  padding-top: 10rem !important;
  height: 100vh;
}
@media (min-width: 769px) {
  .tours-favorites-hero__wrapper {
    padding-top: 20rem !important;
  }
}
.tours-favorites-hero__left {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-align: center;
}
@media (min-width: 769px) {
  .tours-favorites-hero__left {
    text-align: left;
  }
}
.tours-favorites-hero__left a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 0px;
}
.tours-favorites-hero__left--copy {
  flex-basis: auto;
  max-width: 65rem;
  font-size: 2rem;
  margin: 0 auto;
}
.tours-favorites-hero__left--copy .museo {
  display: block;
  font-size: 3.8rem;
  line-height: 4.6rem;
  font-family: museo-slab, serif;
  font-weight: 300;
  font-style: normal;
  margin-right: 0.5rem;
}
@media (min-width: 769px) {
  .tours-favorites-hero__left--copy .museo {
    font-size: 5.5rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
}
.tours-favorites-hero__left--copy .acier {
  font-size: 4.6rem;
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 769px) {
  .tours-favorites-hero__left--copy .acier {
    font-size: 9rem;
    line-height: 7.2rem;
  }
}
.tours-favorites-hero__left--copy .acier br {
  display: none;
}
@media (min-width: 769px) {
  .tours-favorites-hero__left--copy .acier br {
    display: block;
  }
}
@media (min-width: 769px) {
  .tours-favorites-hero__left--copy {
    margin: 0;
  }
}
.tours-favorites-hero__left--copy p {
  margin: 2rem 0;
  display: block;
  font-family: AvenirRegular;
  font-size: 1.6rem;
  line-height: 2.2rem;
  max-width: 59rem;
}
@media (min-width: 769px) {
  .tours-favorites-hero__left--copy p {
    display: block;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.tours-favorites-hero__left--buttons {
  flex-basis: auto;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  margin: 0 auto;
}
.tours-favorites-hero__left--buttons svg {
  fill: #fff;
  stroke: #fff;
  stroke-width: 4;
  width: 2.5rem;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
.tours-favorites-hero__left--buttons .close svg {
  width: 3.5rem;
  margin-left: 20px;
}
.tours-favorites-hero__left--buttons a {
  display: flex;
  justify-content: space-around;
  max-width: 30rem;
  align-items: center;
  margin: 1rem 0 1.5rem;
}
@media (min-width: 769px) {
  .tours-favorites-hero__left--buttons {
    font-size: 2.5rem;
    flex-direction: row;
    margin: 0;
  }
  .tours-favorites-hero__left--buttons a {
    margin-right: 2rem;
  }
}
.tours-favorites-hero__left .loading-indicator {
  margin-left: 5px;
}

.tours-favorites-hero__left--copy.favorites span {
  display: inline-block;
}

.tours-favorites-hero__left--copy.favorites span {
  display: inline-block;
}

.share {
  align-self: center;
}
.share svg {
  stroke-width: 0;
  margin: 0;
  width: 30px !important;
  height: 30px !important;
}
.share .at-icon-wrapper {
  width: 30px !important;
  height: 30px !important;
}

.tours-results-hero__left--buttons.share-toolbox span {
  display: inline-block;
}

.tours-filter-overlay {
  background-color: #05818A;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  height: 100vh;
  font-family: museo-slab, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2rem;
}
@media (min-width: 375px) {
  .tours-filter-overlay {
    font-size: 3rem;
  }
}
.tours-filter-overlay__list {
  padding-top: 20vh;
}
.tours-filter-overlay ul {
  text-align: center;
}
.tours-filter-overlay a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  color: #82C0C4;
  padding: 2rem;
}
@media (min-width: 769px) {
  .tours-filter-overlay a {
    padding: 4rem;
  }
}
.tours-filter-overlay a:hover {
  color: #fff;
}

.tours-home {
  min-height: 100vh;
  z-index: 1;
  font-family: AvenirRegular, sans-serif;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 67%);
}
@media (min-width: 769px) {
  .tours-home {
    background: none;
  }
}
.tours-home__wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  z-index: 3;
  align-items: center;
  justify-items: center;
  height: 100vh;
}
@media (min-width: 769px) {
  .tours-home__wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }
}
.tours-home__left {
  text-align: center;
  justify-self: center;
  padding: 2rem 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
}
@media (min-width: 769px) {
  .tours-home__left {
    flex-basis: 60%;
    padding: 2rem 3rem;
    justify-content: center;
  }
}
.tours-home__left a {
  max-width: 28rem;
  margin-bottom: 8rem;
}
@media (min-width: 769px) {
  .tours-home__left a {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.tours-home__left button {
  max-width: 28rem;
  margin-bottom: 8rem;
}
@media (min-width: 769px) {
  .tours-home__left button {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.tours-home__right {
  justify-self: center;
}
@media (min-width: 769px) {
  .tours-home__right {
    flex-basis: 40%;
    text-align: center;
    margin-top: auto;
    margin-bottom: 0;
    box-sizing: border-box;
  }
}
.tours-home__copy {
  line-height: 2.2rem;
  font-size: 1.6rem;
  color: #fff;
  max-width: 56rem;
  padding: 2rem;
  margin: 0 auto;
}
@media (min-width: 375px) {
  .tours-home__copy {
    font-size: 1.9rem;
    line-height: 2.6rem;
  }
}
@media (min-width: 769px) {
  .tours-home__copy {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.tours-home .logo-home {
  text-align: center;
  margin-bottom: auto;
}
@media (min-width: 769px) {
  .tours-home .logo-home {
    margin-bottom: 2rem;
  }
}
.tours-home .logo-home img {
  width: 21rem;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .tours-home .logo-home img {
    width: 60rem;
  }
}

.tours-quiz {
  color: #fff;
  min-height: 100vh;
  z-index: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .tours-quiz {
    text-align: left;
  }
}
.tours-quiz .container {
  padding: 2rem 2rem;
}
@media (min-width: 769px) {
  .tours-quiz .container {
    padding: 3rem 3rem;
  }
}
.tours-quiz__wrapper {
  display: inline-flex;
  justify-content: flex-start;
  flex-direction: column;
  z-index: 3;
  align-items: center;
  justify-items: center;
  height: 100vh;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 769px) {
  .tours-quiz__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.tours-quiz__left {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .tours-quiz__left {
    justify-content: space-between;
    align-items: flex-start;
    flex-basis: 50%;
    height: 100%;
  }
}
.tours-quiz__left .logo-quiz {
  flex-basis: auto;
  margin-bottom: 5rem;
}
.tours-quiz__left .logo-quiz img {
  min-width: 25rem;
}
.tours-quiz__left--copy {
  flex-basis: auto;
  margin-bottom: 5rem;
}
.tours-quiz__left--answers {
  font-size: 1.5rem;
  text-align: center;
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-flex;
  align-items: flex-end;
}
@media (min-width: 769px) {
  .tours-quiz__left--answers {
    text-align: left;
    font-size: 2.5rem;
  }
}
.tours-quiz__left .museo {
  display: block;
  font-size: 3.8rem;
  line-height: 4.6rem;
  font-family: museo-slab, serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 769px) {
  .tours-quiz__left .museo {
    font-size: 5.5rem;
    margin-bottom: 1rem;
  }
}
.tours-quiz__left .acier {
  font-size: 4.6rem;
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 769px) {
  .tours-quiz__left .acier {
    font-size: 9rem;
    line-height: 7.2rem;
  }
}
.tours-quiz__left .acier br {
  display: none;
}
@media (min-width: 769px) {
  .tours-quiz__left .acier br {
    display: block;
  }
}
.tours-quiz__left ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 30rem;
  min-height: 19rem;
  height: 100%;
}
@media (min-width: 769px) {
  .tours-quiz__left ul {
    margin-left: 0px;
  }
}
.tours-quiz__right {
  display: flex;
  flex-shrink: 0;
  padding-bottom: 5rem;
}
.tours-quiz__right .button {
  display: inline-block;
  margin: 0;
}
@media (min-width: 769px) {
  .tours-quiz__right {
    justify-content: flex-end;
    align-self: flex-end;
    padding: 0;
    margin: 0;
    height: 100%;
    align-items: flex-end;
    flex-basis: 50%;
  }
}
.tours-quiz__right .prev-next-buttons {
  display: flex;
  align-items: center;
  margin-top: 4rem;
  font-family: AvenirRegular;
}
.tours-quiz__right .prev-next-buttons span {
  margin: 0 1.5rem;
  font-family: AvenirBold;
}
.tours-quiz__right .prev-next-buttons a span {
  font-family: AvenirRegular;
}

.tours-results-hero {
  color: #fff;
  min-height: 100%;
  height: 100vh;
  z-index: 1;
}
.tours-results-hero .container {
  padding: 2rem 2rem;
}
@media (min-width: 769px) {
  .tours-results-hero .container {
    padding: 3rem 3rem;
  }
}
.tours-results-hero__wrapper {
  z-index: 3;
  width: 100%;
  padding-top: 10rem !important;
  height: 100vh;
}
@media (min-width: 769px) {
  .tours-results-hero__wrapper {
    padding-top: 20rem !important;
  }
}
.tours-results-hero__top {
  display: flex;
  flex-direction: row;
  flex: auto;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  z-index: 3;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out;
  will-change: background-color;
  height: 98px;
  overflow: visible;
}
@media (min-width: 769px) {
  .tours-results-hero__top {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.tours-results-hero__top.\--sticky {
  background-color: #fff;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  transition: background-color 0.2s ease-in-out;
  will-change: background-color;
}
@media (min-width: 769px) {
  .tours-results-hero__top.\--sticky {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    -moz-padding-top: 1.5rem;
    -moz-padding-bottom: 1.5rem;
  }
}
.tours-results-hero__top .logo-results {
  flex-basis: auto;
  padding-top: 20px;
}
@media (min-width: 769px) {
  .tours-results-hero__top .logo-results {
    padding-top: 20px;
  }
}
.tours-results-hero__top .logo-results svg {
  width: 14rem;
  height: 100%;
  fill: #fff;
  will-change: width, fill;
  transition: fill 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  will-change: width;
}
@media (min-width: 769px) {
  .tours-results-hero__top .logo-results svg {
    width: 30rem;
    height: 100%;
  }
}
.tours-results-hero__top .logo-results.\--color-swap {
  color: #05818A;
  transition: color 0.2s ease-in-out;
  padding-top: 15px;
}
@media (min-width: 769px) {
  .tours-results-hero__top .logo-results.\--color-swap {
    padding-top: 15px;
  }
}
.tours-results-hero__top .logo-results.\--color-swap svg {
  width: 14rem;
  height: 100%;
  fill: #05818A;
  transition: fill 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  will-change: width, fill;
}
.tours-results-hero__top .logo-results img {
  min-width: 15rem;
}
@media (min-width: 769px) {
  .tours-results-hero__top .logo-results img {
    min-width: 25rem;
  }
}
.tours-results-hero__top--nav {
  text-align: center;
  text-transform: uppercase;
  transform: scale(0.8);
  color: white;
  transition: color 0.2s ease-in-out;
  transition: margin-top 0.2s ease-in-out;
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: fixed;
  top: 25px;
  right: 20px;
}
@media (min-width: 769px) {
  .tours-results-hero__top--nav {
    align-self: flex-start;
    transition: align-self 0.2s ease-in-out;
    transition: margin-top 0.2s ease-in-out;
    top: 35px;
    right: 40px;
  }
}
.tours-results-hero__top--nav.\--color-swap {
  color: #05818A;
  transition: color 0.2s ease-in-out;
  align-self: center;
  transition: align-self 1s ease-in-out;
  transition: margin-top 0.2s ease-in-out;
}
.tours-results-hero__top--nav.\--color-swap svg {
  fill: #05818A;
  transition: fill 0.2s ease-in-out;
}
.tours-results-hero__top--nav svg {
  fill: #fff;
  transition: fill 0.2s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
  height: 30px;
  width: auto;
}
@media (min-width: 769px) {
  .tours-results-hero__top--nav {
    transform: scale(1);
    display: flex;
    align-items: center;
  }
  .tours-results-hero__top--nav svg {
    margin-bottom: 0px;
  }
}
.tours-results-hero__top--nav .nav-heart {
  display: inline-block;
  position: relative;
  flex: initial;
  transform: scale(1);
  transition: transform 0.1s ease-in-out;
  cursor: pointer;
}
.tours-results-hero__top--nav .nav-heart a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.tours-results-hero__top--nav .nav-heart svg {
  width: 30px;
  height: auto;
}
.tours-results-hero__top--nav .nav-heart:hover {
  transform: scale(1.1);
}
.tours-results-hero__top--nav .js-favorites-count {
  background-color: #D53D1A;
  position: absolute;
  top: -4px;
  left: 29px;
  border-radius: 1rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2.2rem;
  text-indent: 1px;
  font-family: AvenirRegular;
  color: #fff;
  font-size: 11px;
}
@media (min-width: 769px) {
  .tours-results-hero__top--nav .js-favorites-count {
    top: -5px;
    left: 19px;
  }
}
.tours-results-hero__top--nav .nav-settings {
  display: inline-block;
  margin-left: 4rem;
  position: relative;
  flex: initial;
  transform: scale(1);
  transition: transform 0.1s ease-in-out;
  cursor: pointer;
}
.tours-results-hero__top--nav .nav-settings a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.tours-results-hero__top--nav .nav-settings:hover {
  transform: scale(1.1);
}
.tours-results-hero__top--nav .arrow {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
.tours-results-hero__top--nav .arrow:hover svg {
  margin-right: 2rem;
  transition: margin-right 0.2s ease-in-out;
}
@media (min-width: 375px) {
  .tours-results-hero__top--nav .arrow {
    flex-direction: row;
  }
  .tours-results-hero__top--nav .arrow:hover svg {
    margin-right: 2rem;
    transition: margin-right 0.2s ease-in-out;
  }
}
.tours-results-hero__top--nav .arrow svg {
  width: 3.2rem;
  height: auto;
  transition: fill 0.2s ease-in-out;
  transition: margin-right 0.2s ease-in-out;
  margin-right: 0;
  margin-bottom: 1px;
}
@media (min-width: 375px) {
  .tours-results-hero__top--nav .arrow svg {
    margin-right: 1.5rem;
  }
}
.tours-results-hero__top--nav .arrow span {
  display: block;
}
@media (min-width: 769px) {
  .tours-results-hero__top--nav .arrow span {
    display: inline-block;
  }
}
.tours-results-hero__top--nav .arrow a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tours-results-hero__top--nav span {
  display: block;
  flex: initial;
}
@media (min-width: 769px) {
  .tours-results-hero__top--nav span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
  }
}
.tours-results-hero__left {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-align: center;
}
@media (min-width: 769px) {
  .tours-results-hero__left {
    text-align: left;
  }
}
.tours-results-hero__left--copy {
  flex-basis: auto;
  max-width: 46rem;
  font-size: 2rem;
  margin: 0 auto;
}
.tours-results-hero__left--copy .museo {
  display: block;
  font-size: 3.8rem;
  line-height: 4.6rem;
  font-family: museo-slab, serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 769px) {
  .tours-results-hero__left--copy .museo {
    font-size: 5.5rem;
    margin-bottom: 1rem;
  }
}
.tours-results-hero__left--copy .acier {
  font-size: 4.6rem;
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 769px) {
  .tours-results-hero__left--copy .acier {
    font-size: 9rem;
    line-height: 7.2rem;
  }
}
.tours-results-hero__left--copy .acier br {
  display: none;
}
@media (min-width: 769px) {
  .tours-results-hero__left--copy .acier br {
    display: block;
  }
}
@media (min-width: 769px) {
  .tours-results-hero__left--copy {
    margin: 0;
  }
}
.tours-results-hero__left--copy p {
  margin: 2rem 0;
  display: block;
  font-family: AvenirRegular;
  font-size: 1.6rem;
  line-height: 2.2rem;
  max-width: 55rem;
}
@media (min-width: 769px) {
  .tours-results-hero__left--copy p {
    display: block;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.tours-results-hero__left--buttons {
  flex-basis: auto;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  margin: 0 auto;
}
.tours-results-hero__left--buttons a {
  display: flex;
  justify-content: space-around;
  max-width: 30rem;
  align-items: center;
  margin: 1rem 0 1.5rem;
}
@media (min-width: 769px) {
  .tours-results-hero__left--buttons {
    font-size: 2.5rem;
    flex-direction: row;
    margin: 0;
  }
  .tours-results-hero__left--buttons a {
    margin-right: 2rem;
  }
}
.tours-results-hero__right {
  flex-basis: 50%;
}
.tours-results-hero__right .button {
  display: inline-block;
}
@media (min-width: 769px) {
  .tours-results-hero__right {
    text-align: right;
    align-self: flex-start;
  }
}

.content-index {
  z-index: 3;
  position: relative;
}

.lower-content {
  margin-top: 7rem;
  background-color: transparent;
}
.lower-content div {
  background-color: transparent;
}

body {
  background-color: transparent !important;
}

.tours-results-content {
  padding: 7rem 3rem 0;
}
.tours-results-content__header {
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 769px) {
  .tours-results-content__header {
    text-align: left;
  }
}
.tours-results-content__header .sub-head {
  font-family: museo-slab, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.8rem;
  text-transform: none;
}
@media (min-width: 769px) {
  .tours-results-content__header .sub-head {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
.tours-results-content__header .sub-head span {
  display: inline;
}
@media (min-width: 1200px) {
  .tours-results-content__header .sub-head span {
    display: block;
  }
}
.tours-results-content__header--pag {
  display: none;
  align-items: center;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .tours-results-content__header--pag {
    display: flex;
  }
}
.tours-results-content__header--pag span {
  margin: 0 3rem;
  font-family: AvenirBold, sans-serif;
  font-size: 1.8rem;
  white-space: nowrap;
}
.tours-results-content__header--pag .slider-button-prev, .tours-results-content__header--pag .slider-button-next {
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.tours-results-content__header svg {
  fill: #fff;
}
.tours-results-content__header--title {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .tours-results-content__header--title {
    margin: 0;
  }
}
.tours-results-content .empty-results {
  margin-top: 15px;
  text-transform: none;
  font-size: 1.8rem;
}

.tours-results-newsletter {
  padding: 7rem 3rem 0;
}
.tours-results-newsletter__header {
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
  text-align: center;
}
@media (min-width: 769px) {
  .tours-results-newsletter__header {
    margin-bottom: 0;
    text-align: left;
  }
}
.tours-results-newsletter__header .sub-head {
  font-family: museo-slab, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.8rem;
  text-transform: none;
}
@media (min-width: 769px) {
  .tours-results-newsletter__header .sub-head {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
.tours-results-newsletter__header .sub-head span {
  display: inline;
}
@media (min-width: 1200px) {
  .tours-results-newsletter__header .sub-head span {
    display: block;
  }
}
.tours-results-newsletter__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 769px) {
  .tours-results-newsletter__wrapper {
    flex-direction: row;
  }
}

.tours-results-resources__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tours-results-resources__buckets {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .tours-results-resources__buckets {
    flex-direction: row;
  }
}
.tours-results-resources__bucket-item {
  display: flex;
  background-color: #05818A;
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  justify-content: center;
  align-items: center;
}

.tours-footer {
  color: white;
  font-size: 1.1rem;
  font-family: AvenirRegular;
  margin: 0 auto;
  padding: 0 0 2rem;
  text-align: center;
  line-height: 1.4rem;
}
@media (min-width: 769px) {
  .tours-footer {
    padding: 2rem 4rem 2rem;
    font-size: 1.4rem;
  }
}
.tours-footer__copy {
  margin: 0 auto;
  display: inline-block;
}
.tours-footer__copy p {
  display: inline-block;
}

.tours-settings {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  flex-shrink: 0;
}
.tours-settings__close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  transition: transform 0.1s ease-in-out;
  display: flex;
  align-items: center;
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  color: #fff;
}
.tours-settings__close-btn svg {
  fill: #fff;
  stroke: #fff;
}
.tours-settings__close-btn:hover {
  transform: scale(1.1);
}
.tours-settings__top-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: museo-slab, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4rem;
  color: #fff;
  text-align: center;
  padding-bottom: 3rem;
  padding-top: 8rem;
  padding-left: 3rem;
  padding-right: 3rem;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .tours-settings__top-content {
    font-size: 2.4rem;
  }
}
.tours-settings__top-content a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 0px;
}
.tours-settings__top-content--header span {
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  line-height: 2.4rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .tours-settings__top-content--header span {
    font-size: 6rem;
    line-height: 6rem;
  }
}
.tours-settings__top-content p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  max-width: 60rem;
  margin: 2rem auto;
  font-family: AvenirRegular;
  font-weight: bold;
}
@media (min-width: 769px) {
  .tours-settings__top-content p {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.tours-settings__top-content a {
  font-family: AvenirRegular;
  font-weight: bold;
}

.stakeholder-modal {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 1000;
}
.stakeholder-modal.\--shown {
  display: flex;
}
@media (min-width: 769px) {
  .stakeholder-modal {
    flex-direction: row;
  }
}
.stakeholder-modal__slides {
  height: 50vh;
  width: 100%;
  position: relative;
}
@media (min-width: 769px) {
  .stakeholder-modal__slides {
    height: 100%;
    width: 50%;
  }
}
.stakeholder-modal__slider-control {
  position: absolute;
  z-index: 2;
  top: 50%;
  background-color: transparent;
  border: none;
}
.stakeholder-modal__slider-control.\--prev {
  left: 15px;
  transform: rotateZ(180deg);
}
@media (min-width: 769px) {
  .stakeholder-modal__slider-control.\--prev {
    left: 36px;
  }
}
.stakeholder-modal__slider-control.\--next {
  right: 15px;
}
@media (min-width: 769px) {
  .stakeholder-modal__slider-control.\--next {
    right: 36px;
  }
}
.stakeholder-modal__slider-control svg {
  height: 31px;
  width: 19px;
}
@media (min-width: 769px) {
  .stakeholder-modal__slider-control svg {
    height: 46px;
    width: 27.96px;
  }
}
.stakeholder-modal__info {
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 769px) {
  .stakeholder-modal__info {
    width: 50%;
    padding: 57px;
    justify-content: center;
  }
}
.stakeholder-modal__title {
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  line-height: 50px;
}
@media (min-width: 769px) {
  .stakeholder-modal__title {
    font-size: 50px;
    line-height: 50px;
  }
}
.stakeholder-modal__green-badge {
  width: 64px;
  height: 64px;
  margin-right: 20px;
}
@media (min-width: 769px) {
  .stakeholder-modal__green-badge {
    width: 86px;
    height: 86px;
  }
}
.stakeholder-modal__about {
  display: flex;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .stakeholder-modal__about {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
.stakeholder-modal__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: museo-slab, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 769px) {
  .stakeholder-modal__details {
    font-size: 28px;
    line-height: 33px;
  }
}
.stakeholder-modal__details p {
  font-weight: normal;
  font-style: normal;
}
.stakeholder-modal__category {
  margin-bottom: 5px;
}
.stakeholder-modal__neighborhood {
  margin: 0;
}
.stakeholder-modal__address {
  display: block;
  color: #D53D1A;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}
.stakeholder-modal__link {
  display: block;
  color: #D53D1A;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 21px;
}
@media (min-width: 769px) {
  .stakeholder-modal__link {
    margin-bottom: 37px;
  }
}
.stakeholder-modal__favorite {
  align-self: flex-start;
}
.stakeholder-modal__close {
  background: transparent;
  border: none;
  position: absolute;
  z-index: 5;
  padding: 0;
  top: 5px;
  right: 5px;
  transition: transform 0.1s ease-in-out;
  display: flex;
  align-items: center;
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 769px) {
  .stakeholder-modal__close {
    color: #000;
  }
}
.stakeholder-modal__close svg g {
  stroke: #fff;
}
@media (min-width: 769px) {
  .stakeholder-modal__close svg g {
    stroke: #000;
  }
}
@media (min-width: 769px) {
  .stakeholder-modal__close {
    top: 20px;
    right: 20px;
  }
}
.stakeholder-modal__close:hover {
  transform: scale(1.1);
}

.event-modal {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 1000;
}
.event-modal.\--shown {
  display: flex;
}
@media (min-width: 769px) {
  .event-modal {
    flex-direction: row;
  }
}
.event-modal__slides {
  height: 50vh;
  width: 100%;
  position: relative;
}
@media (min-width: 769px) {
  .event-modal__slides {
    height: 100%;
    width: 50%;
  }
}
.event-modal__slider-control {
  position: absolute;
  z-index: 2;
  top: 50%;
  background-color: transparent;
  border: none;
}
.event-modal__slider-control.\--prev {
  left: 15px;
  transform: rotateZ(180deg);
}
@media (min-width: 769px) {
  .event-modal__slider-control.\--prev {
    left: 36px;
  }
}
.event-modal__slider-control.\--next {
  right: 15px;
}
@media (min-width: 769px) {
  .event-modal__slider-control.\--next {
    right: 36px;
  }
}
.event-modal__slider-control svg {
  height: 31px;
  width: 19px;
}
@media (min-width: 769px) {
  .event-modal__slider-control svg {
    height: 46px;
    width: 27.96px;
  }
}
.event-modal__info {
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 769px) {
  .event-modal__info {
    width: 50%;
    padding: 57px;
    justify-content: center;
  }
}
.event-modal__title {
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  line-height: 50px;
}
.event-modal__about {
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .event-modal__about {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
.event-modal__date {
  margin-bottom: 10px;
  font-family: museo-slab, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 769px) {
  .event-modal__date {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 33px;
  }
}
.event-modal__description {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: normal;
}
.event-modal__address {
  display: block;
  color: #D53D1A;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}
.event-modal__link {
  display: block;
  color: #D53D1A;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 21px;
}
@media (min-width: 769px) {
  .event-modal__link {
    margin-bottom: 37px;
  }
}
.event-modal__close {
  background: transparent;
  border: none;
  position: absolute;
  z-index: 5;
  padding: 0;
  top: 5px;
  right: 5px;
  transition: transform 0.1s ease-in-out;
  display: flex;
  align-items: center;
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 769px) {
  .event-modal__close {
    color: #000;
  }
}
.event-modal__close svg g {
  stroke: #fff;
}
@media (min-width: 769px) {
  .event-modal__close svg g {
    stroke: #000;
  }
}
@media (min-width: 769px) {
  .event-modal__close {
    top: 20px;
    right: 20px;
  }
}
.event-modal__close:hover {
  transform: scale(1.1);
}

.results .menu-options {
  padding: 15px;
}
.results .menu-options button {
  font-size: 2rem;
  border-radius: 5px;
  margin-right: 15px;
}

.card {
  transition: all 0.25s;
  padding: 15px;
  margin: 15px;
  width: 300px;
  background: white;
}
.card .image {
  width: 100%;
}
.card .neighborhood, .card .address, .card .link {
  display: none;
}
.card.fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  display: flex;
}
.card.fullscreen .image {
  width: 50%;
}
.card.fullscreen .information {
  padding: 15px;
  font-size: 2rem;
}
.card.fullscreen .neighborhood, .card.fullscreen .address, .card.fullscreen .link {
  display: block;
}

.resultRow {
  display: flex;
}

/*# sourceMappingURL=/wp-content/plugins/santamonica-tours/dist/main.css.map */