@charset "UTF-8";
/**
* @file
* Page Footer
*/
/**
* @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 {
  --footer-accordion-border-color: var(--border-on-disabled);
  --footer-background-color: var(--surface-action);
  --footer-content: var(--surface-primary);
  --footer-social-icon-color: var(--surface-primary);
  --footer-text: var(--text-on-action);
}

.page-footer {
  align-items: stretch;
  color: var(--footer-text);
  color-scheme: only light;
  display: flex;
  flex-flow: column nowrap;
  isolation: isolate;
  position: relative;
  z-index: 0;
}
.page-footer::before {
  background-color: var(--footer-background-color);
  block-size: 3vw;
  content: "";
  display: none;
  inline-size: 100%;
  inset: -2vw 0 0;
  -webkit-mask: url("/themes/custom/tnvacation/img/top-tear-a.png") repeat-x top;
          mask: url("/themes/custom/tnvacation/img/top-tear-a.png") repeat-x top;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
}
@media (min-width: 768px) {
  .page-footer::before {
    display: block;
  }
}
.page-footer :-moz-any-link {
  color: var(--footer-text);
  text-decoration: none;
}
.page-footer :any-link {
  color: var(--footer-text);
  text-decoration: none;
}
.page-footer :-moz-any-link:hover {
  text-decoration: underline;
}
.page-footer :any-link:hover {
  text-decoration: underline;
}
.page-footer li {
  list-style-type: none;
  text-align: start;
}

.page-footer__container {
  inline-size: 100%;
  inline-size: -webkit-fill-available;
  inline-size: -moz-available;
  inline-size: stretch;
  background-color: var(--footer-background-color);
  flex: 1 0 0;
  gap: 0.625rem;
  margin: 0 auto;
  padding: 1rem;
  padding-block-end: 3rem;
}

.page-footer__top {
  inline-size: 100%;
  inline-size: -webkit-fill-available;
  inline-size: -moz-available;
  inline-size: stretch;
  align-items: center;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  justify-content: center;
  margin-block: 2rem;
}
@media (min-width: 768px) {
  .page-footer__top {
    flex-flow: row nowrap;
    gap: 4rem;
    justify-content: start;
  }
}

/* Brand logo */
.page-footer__top-logo {
  align-items: center;
  display: flex;
  flex-direction: column;
  /* Divider */
}
@media (min-width: 768px) {
  .page-footer__top-logo {
    border-right: 0.0625rem solid currentColor;
    flex-direction: row;
    padding-right: 4rem;
  }
}
.page-footer__top-logo img {
  aspect-ratio: 15.1797/2.6875;
  block-size: 100%;
  flex: 1 0 0;
  inline-size: 100%;
  max-block-size: 2.6875rem;
  max-inline-size: 15.1797rem;
  min-inline-size: 15.179rem;
}
.page-footer__top-logo::after {
  background-color: currentColor;
  block-size: 0.0625rem;
  content: "";
  display: block;
  inline-size: 8.8125rem;
  margin-block: 2rem;
  margin-inline: clamp(1rem, 100vw, 4.5rem);
}
@media (min-width: 768px) {
  .page-footer__top-logo::after {
    content: none;
  }
}

/* Social media icons */
.page-footer__top-social-menu {
  display: flex;
  flex: 1 1 100%;
}
.page-footer__top-social-menu > div {
  display: contents;
}
.page-footer__top-social-menu nav {
  align-items: center;
  display: flex;
  justify-content: stretch;
}
@media (min-width: 768px) {
  .page-footer__top-social-menu nav {
    flex: 1 0 0;
  }
}
.page-footer__top-social-menu nav > ul {
  align-items: center;
  -moz-column-gap: 1.125rem;
       column-gap: 1.125rem;
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  justify-content: space-between;
  padding: 0;
}
@media (min-width: 768px) {
  .page-footer__top-social-menu nav > ul {
    max-width: 37.125rem;
  }
}
.page-footer__top-social-menu svg {
  block-size: 2rem;
  fill: var(--footer-social-icon-color);
  inline-size: auto;
  min-inline-size: 2rem;
}
@media (min-width: 768px) {
  .page-footer__top-social-menu svg {
    block-size: unset;
  }
}

.page-footer__middle {
  inline-size: 100%;
  inline-size: -webkit-fill-available;
  inline-size: -moz-available;
  inline-size: stretch;
  align-items: stretch;
  display: flex;
  justify-content: stretch;
}
.page-footer__middle ul {
  align-items: center;
  display: flex;
  gap: 1.125rem;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}
.page-footer__middle > div {
  display: contents;
}

.page-footer__bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .page-footer__bottom {
    flex-direction: row;
    gap: 2rem;
    justify-content: flex-start;
  }
}

.page-footer__bottom-partner-logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2.25rem;
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  .page-footer__bottom-partner-logos {
    justify-content: flex-start;
    /* Divider */
  }
  .page-footer__bottom-partner-logos::after {
    background-color: currentColor;
    block-size: 0.0625rem;
    content: "";
    display: block;
    inline-size: 8.8125rem;
    margin-block: 2rem;
    margin-inline: auto;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .page-footer__bottom-partner-logos::after {
    content: none;
  }
}
.page-footer__bottom-partner-logos > div {
  display: inline-block;
}

@media (min-width: 768px) {
  .page-footer__bottom-copyright {
    align-items: center;
    display: flex;
    margin-left: 2rem;
  }
}
.page-footer__bottom-copyright::before {
  background-color: currentColor;
  block-size: 0.0625rem;
  content: "";
  display: block;
  inline-size: 8.8125rem;
  margin-block: 2rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .page-footer__bottom-copyright::before {
    block-size: 3.5rem;
    inline-size: 0.0625rem;
    margin-block: 0;
    margin-inline: auto;
    transform-origin: top left;
  }
}
@media (min-width: 768px) {
  .page-footer__bottom-copyright > * {
    padding-left: 4rem;
  }
}
.page-footer__bottom-copyright p {
  text-align: center;
  font-family: "DM Sans", "Trebuchet MS", Geneva, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
:has(.font-loaded) .page-footer__bottom-copyright p {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .page-footer__bottom-copyright p {
    max-width: 23.875rem;
    text-align: left;
  }
}

.page-footer__accordion {
  display: contents;
}
.page-footer__accordion .accordions {
  align-items: start;
  display: flex;
  flex-flow: column nowrap;
  gap: 0.75rem 1.5rem;
  inline-size: 100%;
  /* Properties merged into the first .accordions__accordion selector */
}
@media (min-width: 768px) {
  .page-footer__accordion .accordions {
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-between;
  }
}
.page-footer__accordion .accordions .accordions__accordion {
  inline-size: 100%;
  inline-size: -webkit-fill-available;
  inline-size: -moz-available;
  inline-size: stretch;
  align-items: stretch;
  border: 0.0625rem solid var(--footer-accordion-border-color);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: start;
}
.page-footer__accordion .accordions .accordions__accordion > :is(h2, h3, h4) {
  display: contents;
}
@media (min-width: 768px) {
  .page-footer__accordion .accordions .accordions__accordion {
    border: none;
    border-radius: 0;
  }
}
.page-footer__accordion .accordions .accordions__accordion [aria-expanded=true] + .accordions__accordion-content {
  padding: 0 1.125rem;
}
.page-footer__accordion .accordions .accordions__accordion li {
  padding: 0 1.125rem;
}
@media (min-width: 768px) {
  .page-footer__accordion .accordions .accordions__accordion li {
    padding: 0;
  }
}
.page-footer__accordion .accordions .accordion-toggle {
  inline-size: 100%;
  inline-size: -webkit-fill-available;
  inline-size: -moz-available;
  inline-size: stretch;
  align-items: center;
  align-self: stretch;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  color: currentcolor;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  font-weight: bold;
  gap: 0.625rem;
  justify-content: space-between;
  padding: 0.875rem 1rem;
  transform-origin: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  font-family: "DM Sans", "Trebuchet MS", Geneva, system-ui, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  /* Arrow icon */
}
:has(.font-loaded) .page-footer__accordion .accordions .accordion-toggle {
  line-height: 1.5;
}
.page-footer__accordion .accordions .accordion-toggle [role=presentation] {
  display: block;
}
.page-footer__accordion .accordions .accordion-toggle[aria-expanded=true] [role=presentation] {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .page-footer__accordion .accordions .accordion-toggle {
    border: none;
    cursor: default;
    padding: 0;
    pointer-events: none;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    text-decoration-style: solid;
    text-decoration-thickness: 10%;
    text-underline-offset: 50%;
    text-underline-position: from-font;
  }
  .page-footer__accordion .accordions .accordion-toggle [role=presentation] {
    display: none;
  }
}
.page-footer__accordion .accordions .accordions__accordion, .page-footer__accordion .accordions ul.accordions__accordion-content {
  color: var(--footer-content);
  overflow: hidden;
  row-gap: 1.5rem;
}
@media (min-width: 768px) {
  .page-footer__accordion .accordions .accordions__accordion, .page-footer__accordion .accordions ul.accordions__accordion-content {
    overflow: unset;
  }
}
.page-footer__accordion .accordions .accordions__accordion:not([hidden]), .page-footer__accordion .accordions ul.accordions__accordion-content:not([hidden]) {
  align-items: start;
  display: flex;
  flex-direction: column;
}
.page-footer__accordion .accordions .accordions__accordion[hidden], .page-footer__accordion .accordions ul.accordions__accordion-content[hidden] {
  display: none;
}
.page-footer__accordion .accordions .accordions__accordion :-moz-any-link, .page-footer__accordion .accordions ul.accordions__accordion-content :-moz-any-link {
  text-transform: uppercase;
  font-family: Knockout53, system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 0.75rem;
  line-height: 1;
}
.page-footer__accordion .accordions .accordions__accordion :any-link, .page-footer__accordion .accordions ul.accordions__accordion-content :any-link {
  text-transform: uppercase;
  font-family: Knockout53, system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 0.75rem;
  line-height: 1;
}
:where(:has(.font-loaded)) .page-footer__accordion .accordions .accordions__accordion :-moz-any-link, :where(:has(.font-loaded)) .page-footer__accordion .accordions ul.accordions__accordion-content :-moz-any-link {
  font-size-adjust: unset;
  font-stretch: unset;
  font-weight: unset;
  transform: none;
}
:where(:has(.font-loaded)) .page-footer__accordion .accordions .accordions__accordion :any-link, :where(:has(.font-loaded)) .page-footer__accordion .accordions ul.accordions__accordion-content :any-link {
  font-size-adjust: unset;
  font-stretch: unset;
  font-weight: unset;
  transform: none;
}
:has(.font-loaded) .page-footer__accordion .accordions .accordions__accordion :-moz-any-link, :has(.font-loaded) .page-footer__accordion .accordions ul.accordions__accordion-content :-moz-any-link {
  line-height: 1;
}
:has(.font-loaded) .page-footer__accordion .accordions .accordions__accordion :any-link, :has(.font-loaded) .page-footer__accordion .accordions ul.accordions__accordion-content :any-link {
  line-height: 1;
}
@media (min-width: 768px) {
  .page-footer__accordion .accordions .accordions__accordion, .page-footer__accordion .accordions ul.accordions__accordion-content {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.page-footer__accordion .accordions .accordions__accordion-content :last-child {
  padding-block-end: 1rem;
}
/*# sourceMappingURL=../maps/page-footer/page-footer.css.map */
