@charset "UTF-8";
/**
* @file
* Common dependencies for all theme stylesheets (both global and component specific)
*/
/**
* @file
* Functions
*
* Defines reusable Sass functions that perform calculations or transformations (e.g.,
* color manipulation, scaling values).
*/
/**
 * @file
 * Color functions
 */
/**
* @file
* Tier 1 - Primitive Color Variables
*
* Contains the color design tokens assigned to our aliases.
* These variables are the raw, unchanging values used to define the core visual language of the project.
*/
/**
* @file
* Convert values into rem units.
* Only `px` values are converted to rem.
* ! Use CSS variables whenever possible
* defines the base font size in a way that is understandable by Sass functions
*/
/**
* @file
* Mixins
*
* Contains imports for reusable Sass mixins that encapsulate common patterns or logic, such as
* responsive styles, vendor prefixes, or utility functions.
*/
/**
* @file
* Breakpoints
*
* Defines CSS variables for responsive design breakpoints used throughout the project.
*/
/**
* @file
* Container Mixins
*
* Contains mixins for containers that can be applied on a component level when their associated utility class is applied
*/
/**
* @file
* Container Variables
*/
/**
 * @file
 * Global typography for site
*/
/**
* @file
* Typography
*
* Defines CSS variables and styles related to typography, including font families,
* sizes, weights, line heights, and letter spacing.
*/
/**
* @file
* Type SCSS variables for spacing system
*/
/* === Font Stacks === */
/* === Font Weights === */
/* === Letter Spacing === */
/* === Line Heights === */
/* A single line value will be used for type. The largest value was selected based on comparing between mobile and desktop. */
/* === Font Sizes === */
/* Min / Mobile */
/* Max / Desktop */
/* Font Size / Fluid Units
* Resource: Utopia Clamp Calculator
* @link https://utopia.fyi/clamp/calculator?a=320,1440,92—104|64—88|52—64|48—60|32—40|16—20
*
* viewport values from utopia clamp calculator
* values without clamp are the same for mobile and desktop
*/
/*
 Preset typography
*/
/**
* @file
* Utility Mixins
*/
/**
* @file
* Container Mixins
*
* Contains mixins for containers that can be applied on a component level when their associated utility class is applied
*/
/**
* @file
* Variables
*/
/**
* @file
* Type SCSS variables for transition durations.
*/
/**
* @file
* Typography
*
* Defines CSS variables and styles related to typography, including font families,
* sizes, weights, line heights, and letter spacing.
*/
/**
* @file
* SCSS variables for radii
*/
/**
* @file
* Typography
*
* Defines CSS variables and styles related to typography, including font families,
* sizes, weights, line heights, and letter spacing.
*/
/**
 * @file
 * Global typography for site
*/
/**
* @file
* Z-Index
*
* Source of truth for z-index values used throughout the theme.
*/
/**
* @file
* SCSS variables for miscellaneous items
*/
/**
* @file
* Common dependencies for all theme stylesheets (both global and component specific)
*/
/**
 * Tabs/tab as seen on the search page.
 * Pattern reference: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Roles/tab_role#example
 */
/**
 * Styles for "No Results" message to be displayed when 0 results are returned initiating 
 * a search from the Nav, or when 0 results are returned using filters
 */
/**
* @file
* Utility Mixins
*/
:root {
  --itinerary-dash-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyIDQ4Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuNy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjEgQnVpbGQgOCkgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBkaXNwbGF5OiBub25lOwogICAgICB9CgogICAgICAuc3QwLCAuc3QxIHsKICAgICAgICBmaWxsOiBub25lOwogICAgICAgIHN0cm9rZTogIzYwNWQ1OTsKICAgICAgICBzdHJva2UtbWl0ZXJsaW1pdDogMTA7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAycHg7CiAgICAgIH0KCiAgICAgIC5zdDEgewogICAgICAgIHN0cm9rZS1kYXNoYXJyYXk6IDQgMTI7CiAgICAgICAgc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMSwxNS41djMiLz4KICA8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMSw2djM2Ii8+CiAgPHBhdGggY2xhc3M9InN0MCIgZD0iTTEsNjAuNXYzIi8+Cjwvc3ZnPg==");
}

.node--type-itinerary .intro {
  margin-bottom: 1.5rem;
  padding: 2.25rem 1rem;
}
@media (min-width: 1024px) {
  .node--type-itinerary .intro {
    margin-bottom: 3rem;
    padding: 3.5rem 1.5rem;
  }
}
.node--type-itinerary .intro__meta {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .node--type-itinerary .page-navigator {
    margin-block: 2.5625rem 8.875rem;
  }
}

.itinerary-content {
  margin-bottom: 5.875rem;
  position: relative;
}
.itinerary-content .chapter__wrapper {
  margin-bottom: 1.5rem;
  position: relative;
}
@media (min-width: 1024px) {
  .itinerary-content .chapter__wrapper {
    margin-bottom: 3rem;
  }
}
.itinerary-content .chapter__wrapper::before {
  background-image: var(--itinerary-dash-image);
  background-position-y: -4px;
  background-size: 2px 3rem;
  content: "";
  height: 1.5rem;
  left: 50%;
  position: absolute;
  top: -1.5rem;
  transform: translateX(-50%);
  width: 2px;
}
@media (min-width: 1024px) {
  .itinerary-content .chapter__wrapper::before {
    background-position-y: unset;
    height: 3rem;
    top: -3rem;
  }
}
.itinerary-content .chapter {
  background-color: var(--surface-primary);
  border: 0;
  border-radius: 0.75rem;
  padding: 3.5rem 1rem;
}
@media (min-width: 768px) {
  .itinerary-content .chapter {
    border-radius: 1.25rem;
    padding: 3rem 1rem;
  }
}
.itinerary-content .chapter__itinerary-stop {
  color: var(--text-secondary);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
}
.itinerary-content .chapter__title {
  color: var(--text-secondary);
  margin-block-start: 1.5rem;
  text-transform: uppercase;
  font-family: Knockout71, system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size-adjust: cap-height 0.722;
  font-stretch: condensed;
  font-weight: 900;
  font-size: clamp(2rem, 1.8571rem + 0.7143vw, 2.5rem);
  line-height: 1.125;
}
:where(:has(.font-loaded)) .itinerary-content .chapter__title {
  font-size-adjust: unset;
  font-stretch: unset;
  font-weight: unset;
  transform: none;
}
:has(.font-timed-out) .itinerary-content .chapter__title {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
:has(.font-loaded) .itinerary-content .chapter__title {
  line-height: 1.125;
}
.itinerary-content .chapter__title + .chapter__content {
  margin-block-start: 1.5rem;
}
@media (min-width: 768px) {
  .itinerary-content .chapter__content *:not(.media-image__caption) {
    font-family: "DM Sans", "Trebuchet MS", Geneva, system-ui, sans-serif;
    font-size: 1.25rem;
    line-height: 1.6;
  }
  :has(.font-loaded) .itinerary-content .chapter__content *:not(.media-image__caption) {
    line-height: 1.6;
  }
}
.itinerary-content .chapter__content p:last-child {
  margin-bottom: 0;
  max-inline-size: 100%;
}
.itinerary-content .chapter__content .media-image,
.itinerary-content .chapter__content .media-video {
  margin-bottom: 2.25rem;
}
@media (min-width: 768px) {
  .itinerary-content .chapter__content .media-image,
  .itinerary-content .chapter__content .media-video {
    margin-bottom: 2rem;
  }
}
.itinerary-content .chapter-with-partner-card {
  position: relative;
}
@media (max-width: 1023px) {
  .itinerary-content .chapter-with-partner-card::before {
    background-image: var(--itinerary-dash-image);
    background-position-y: -4px;
    background-size: 2px 3rem;
    content: "";
    height: 1.5rem;
    left: 50%;
    position: absolute;
    top: -1.5rem;
    transform: translateX(-50%);
    width: 2px;
  }
}
/*# sourceMappingURL=../maps/modules/node-itinerary.css.map */
