.sMostPopularDestinations, .lCardSection, .p-sect-JPs, .p-sect-CTA, .p-static-card-sect, .p-static-sect, .p-static-intro {
  padding-top: var(--s-padding-top);
  padding-bottom: var(--s-padding-bottom);
  background-color: var(--s-background-color);
  z-index: var(--s-z-index);
}
.sMostPopularDestinations .l-container, .lCardSection .l-container, .p-sect-JPs .l-container, .p-sect-CTA .l-container, .p-static-card-sect .l-container, .p-static-sect .l-container, .p-static-intro .l-container {
  padding-top: var(--s-container-padding-top);
  padding-bottom: var(--s-container-padding-bottom);
}

@media (min-width: 1040px) {
  .p-static-intro__row--intro {
    margin-top: calc(var(--s-negative-margin) * -1);
  }
  .p-static-intro__row--intro:before {
    content: "";
    pointer-events: none;
    position: absolute;
    background-color: var(--s-background-color);
    top: calc(var(--s-negative-margin-offset) * -1);
    left: calc(var(--s-negative-margin-offset) * -1);
    width: calc(100% + var(--s-negative-margin-offset) * 2);
    height: calc(100% + var(--s-negative-margin-offset));
    z-index: -1;
  }
}

.p-static-intro__row--cols-main-left > :nth-child(1) {
  flex: 0 0 var(--col-main-width);
}
.p-static-intro__row--cols-main-left > :nth-child(2) {
  flex: 0 0 calc(100% - var(--col-main-width));
}
.p-static-intro__row--cols-main-left > :nth-child(1) {
  padding-right: var(--col-gutter-side);
}
.p-static-intro__row--cols-main-left > :nth-child(2) {
  padding-left: var(--col-gutter-side);
}

.p-sect-CTA__row > :nth-child(1) {
  flex: 0 0 var(--col-main-width);
}
.p-sect-CTA__row > :nth-child(2) {
  flex: 0 0 calc(100% - var(--col-main-width));
}

.p-static-sect__row--cols-equal > :nth-child(1), .p-static-intro__row--cols-equal > :nth-child(1) {
  flex: 0 0 var(--col-equal-width);
}
.p-static-sect__row--cols-equal > :nth-child(2), .p-static-intro__row--cols-equal > :nth-child(2) {
  flex: 0 0 var(--col-equal-width);
}
.p-static-sect__row--cols-equal > :nth-child(1), .p-static-intro__row--cols-equal > :nth-child(1) {
  padding-right: var(--col-gutter-side);
}
.p-static-sect__row--cols-equal > :nth-child(2), .p-static-intro__row--cols-equal > :nth-child(2) {
  padding-left: var(--col-gutter-side);
}

.p-static #tour-search-results .accordian-button {
  --BTN-bottom-right-radius:var(--ES-border-radius);
  --BTN-bottom-left-radius:var(--ES-border-radius);
  --BTN-position:relative;
  --BTN-top-left-radius:0;
  --BTN-top-right-radius:0;
  z-index: 100;
}
.p-static #tour-search-results .accordian-button__icons {
  --icon-blk-position:relative;
  --icon-blk-margin-left:0.9rem;
  --icon-bottom:-0.1rem;
}

.p-static-intro {
  --s-background-color: hsl(0, 0%, 100%);
  --s-negative-margin-offset:var(--intro-negative-pseudo-margin);
  --s-negative-margin:var(--intro-negative-margin);
  --s-padding-bottom:var(--s-padding-bottom-medium);
  --li-line-height:1.3;
  position: relative;
  z-index: 10;
}
.p-static-intro h1 {
  --h-weight:400;
}
.p-static-intro h1 + .l-inner-row {
  margin-top: calc(var(--gutter) * -2);
}
@media (min-width: 768px) {
  .p-static-intro__row--cols-equal .l-col--imgCol {
    max-width: 50%;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .p-static-intro__row--cols-equal .l-col--copyCol {
    flex: 0 0 65%;
  }
  .p-static-intro__row--cols-equal .l-col--imgCol {
    flex: 0 0 35%;
    max-width: 100%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .p-static-intro__row--cols-equal .l-col--copyCol {
    flex: 0 0 70%;
  }
  .p-static-intro__row--cols-equal .l-col--imgCol {
    flex: 0 0 30%;
  }
}
.p-static-intro .e-img-blk {
  --img-blk-height:0;
  --img-blk-padding-bottom:56.25%;
}
.p-static-intro .e-img-blk + h2, .p-static-intro .e-img-blk + h3, .p-static-intro .e-img-blk + h4 {
  --h-margin-top: calc(var(--h-size) * 1);
}

.p-sect-CTA {
  --s-background-color:var(--color-brand-main);
  --BTN-background-color-HOVER:hsl(0, 0%, 100%);
  --BTN-color-HOVER:var(--color-brand-main);
  --h-color:hsl(0, 0%, 100%);
  --t-color:hsl(0, 0%, 100%);
  --t-size:var(--h-h5);
}
.p-sect-CTA h2 {
  --h-margin-bottom:var(--gtr-x-small);
}
.p-sect-CTA__row {
  align-items: center;
}
@media (min-width: 992px) {
  .p-sect-CTA {
    --col-main-width:calc(100% - (var(--BTN-width) + (var(--gtr-BASE) * 2)));
    --col-secondary-width:calc(100% - var(--col-main-width));
  }
}

.p-sect-JPs {
  --row-flex-wrap:nowrap;
  --BTN-background-color-HOVER:hsl(0, 0%, 100%);
  --BTN-color-HOVER:var(--color-brand-main);
  --col-main-width:calc(100% - (var(--BTN-width) + (var(--gtr-BASE) * 2)));
  --col-secondary-width:calc(100% - var(--col-main-width));
  --h-color:var(--color-brand-main);
  --t-color:hsl(0, 0%, 13%);
  --t-size:var(--h-h6);
}
.p-sect-JPs h2 {
  --h-margin-bottom:var(--gtr-x-small);
}
.p-sect-JPs__row {
  flex-wrap: wrap;
  --col-width:100%;
}
.p-sect-JPs .l-form__flexrow {
  margin-top: var(--gtr-x-small);
  align-items: flex-end;
}
.p-sect-JPs--dark {
  --s-background-color:var(--color-brand-main);
  --BTN-background-color-HOVER:hsl(0, 0%, 100%);
  --BTN-color-HOVER:var(--color-brand-main);
  --h-color:hsl(0, 0%, 100%);
  --t-color:hsl(0, 0%, 100%);
  --t-size:var(--h-h5);
  --WF-label-color:hsl(0, 0%, 100%);
}

.p-contact-us {
  --s-padding-bottom: 0;
}

.hrDept {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .hrDept {
    padding: 20px 0 120px 0;
  }
}

.basic-card__info {
  margin-bottom: 18px;
}

:root {
  --lCardSectionGutter: var(--gtr-BASE);
}

.pWhatDrivesUs {
  --bnr-background-image-position: top center;
}

.lCardSection {
  text-align: center;
  --cardSectionCardPaddingTop: var(--s-padding-top-x-small);
  --cardSectionCardFlex: 0 0 100%;
}
@media (min-width: 470px) {
  .lCardSection {
    --cardSectionCardFlex: 0 0 50%;
    --lCardSectionGutter: var(--gtr-x-small);
  }
}
@media (min-width: 992px) {
  .lCardSection {
    --cardSectionCardFlex: 0 0 33.3333333%;
    --lCardSectionGutter: var(--gtr-BASE);
  }
}
.lCardSection__col {
  flex: 0 0 100%;
  padding-top: var(--lCardSectionCardPaddingTop);
}
.lCardSection__cardsRow {
  --gutter: var(--lCardSectionGutter);
}
.lCardSection__cardsRow > .c-card {
  flex: var(--cardSectionCardFlex);
}

.pNewVisitorCards {
  --ITTIconWidthInPercent: 80%;
  --s-padding-top: 0;
  z-index: 10;
  position: relative;
}
.pNewVisitorCards__card--hassleFree {
  --ITTIconBackgroundColor: var(--color-brand-tertiary);
  --ITTIconWidthInPercent: 6em;
}
.pNewVisitorCards__card--hassleFree .c-card__item--icon {
  font-size: 13px;
}
.pNewVisitorCards__card--hassleFree h6 {
  font-size: 1.3em;
  color: white;
  margin-top: 0.6em;
  margin-bottom: 0;
  --textScriptColor: var(--color-brand-secondary);
  --textScriptLineHeight: .9em;
  --textScriptSize: 1.6em;
}
@media (min-width: 768px) {
  .pNewVisitorCards__card--hassleFree .c-card__item--icon {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .pNewVisitorCards__card--hassleFree .c-card__item--icon {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .pNewVisitorCards__hideOnMedia {
    display: none;
  }
}
@media (min-width: 992px) {
  .pNewVisitorCards__hideOnMedia {
    display: block;
  }
}
.pNewVisitorCards__emailCard {
  flex: 0 0 100%;
  padding-top: var(--gtr-BASE);
  padding-bottom: var(--s-padding-BASE);
  --BTN-margin: 1rem 0 .5rem 0;
}
.pNewVisitorCards__emailCard > div {
  background-color: #e5e7f3;
  height: 100%;
  padding: 1rem;
}
.pNewVisitorCards__emailCard .l-form__field {
  flex: 0 0 100%;
}
.pNewVisitorCards__emailCard .l-form__label {
  text-align: left;
}
.pNewVisitorCards__emailCard .l-form__flexrow + p {
  font-size: 0.9rem;
  max-width: 95%;
  margin-inline: auto;
}
.pNewVisitorCards__emailCard h3 {
  padding-top: 0.5rem;
  font-size: 30px;
  max-width: 95%;
}
@media (min-width: 768px) {
  .pNewVisitorCards__emailCard h3 {
    font-size: 35px;
  }
}
.pNewVisitorCards__emailCard .introText {
  line-height: 1.3;
  padding-bottom: 0.6rem;
}
@media (min-width: 470px) {
  .pNewVisitorCards__emailCard {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .pNewVisitorCards__emailCard {
    padding-bottom: 0;
    flex: var(--cardSectionCardFlex);
    --BTN-margin: .2rem 0 0 0;
    padding-top: calc(var(--gtr-BASE) * 0.5);
    padding-bottom: var(--gutter);
  }
  .pNewVisitorCards__emailCard h3 {
    font-size: 24px;
  }
  .pNewVisitorCards__emailCard .l-form__flexrow + p {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .pNewVisitorCards__emailCard {
    --BTN-margin: 1rem 0 .5rem 0;
  }
  .pNewVisitorCards__emailCard h3 {
    font-size: 35px;
  }
  .pNewVisitorCards__emailCard .l-form__flexrow + p {
    font-size: 1rem;
  }
}
.pNewVisitorCards #SignupResult__text {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--color-brand-main);
  line-height: 1.1;
  margin-top: 1rem;
  display: block;
}

:root {
  --ITTIconBackgroundColor: var(--color-brand-main);
  --ITTIconWidthInPercent: 80%;
  --ITTIconWidthInPercent2: 80%;
}

.pNewVisitorCards .c-card__item--media {
  grid-area: MED;
}
.pNewVisitorCards .c-card__item--content {
  grid-area: CON;
}
.pNewVisitorCards .c-card__item--button {
  grid-area: BTN;
}
.pNewVisitorCards .c-card--LFASH {
  --card-height: 100%;
  --card-grid-template-rows: 150px 1fr auto;
  --card-grid-template-areas:"MED""CON""BTN";
  --card-background-color: var(--color-brand-quaternary);
  --BTN-margin: var(--gtr-x-small) auto 0 auto;
  min-width: 230px;
}
.pNewVisitorCards .c-card--LFASH .c-card__grid {
  background-color: #e5e7f3;
}
.pNewVisitorCards .c-card--LFASH .c-card__item--content {
  padding-bottom: 0;
}
.pNewVisitorCards .c-card--LFASH .c-card__item--icon {
  display: flex;
  justify-content: center;
  grid-area: MED;
  background-color: var(--ITTIconBackgroundColor);
}
.pNewVisitorCards .c-card--LFASH .c-card__item--icon img {
  width: calc(var(--ITTIconWidthInPercent) * 0.8);
  margin: auto;
  height: auto;
}
@media screen and (min-width: 390px) {
  .pNewVisitorCards .c-card--LFASH .c-card__item--icon img {
    width: calc(var(--ITTIconWidthInPercent) * 0.6);
  }
}
@media (min-width: 470px) {
  .pNewVisitorCards .c-card--LFASH .c-card__item--icon img {
    width: calc(var(--ITTIconWidthInPercent) * 0.8);
  }
}
@media (min-width: 768px) {
  .pNewVisitorCards .c-card--LFASH .c-card__item--icon img {
    width: var(--ITTIconWidthInPercent);
  }
}
.pNewVisitorCards .c-card--LFASH .c-card__item--icon img:nth-of-type(2) {
  width: calc(var(--ITTIconWidthInPercent2) * 0.8);
}
@media screen and (min-width: 390px) {
  .pNewVisitorCards .c-card--LFASH .c-card__item--icon img:nth-of-type(2) {
    width: calc(var(--ITTIconWidthInPercent2) * 0.6);
  }
}
@media (min-width: 470px) {
  .pNewVisitorCards .c-card--LFASH .c-card__item--icon img:nth-of-type(2) {
    width: calc(var(--ITTIconWidthInPercent2) * 0.8);
  }
}
@media (min-width: 768px) {
  .pNewVisitorCards .c-card--LFASH .c-card__item--icon img:nth-of-type(2) {
    width: var(--ITTIconWidthInPercent2);
  }
}
.pNewVisitorCards .c-card--LFASH .c-card__item--icon--multiple {
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pNewVisitorCards .c-card--LFASH .c-card__item--icon--multiple img {
  margin-left: var(--gtr-small);
  margin-right: var(--gtr-small);
}
.pNewVisitorCards .c-card--LFASH .c-card__item--button {
  padding-top: 0;
}
.pNewVisitorCards .c-card--LFASH h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.15;
}
.pNewVisitorCards .c-card--LFASH p {
  position: relative;
}
.pNewVisitorCards .c-card--LFASH p:first-of-type {
  padding-top: var(--gtr-BASE);
}
.pNewVisitorCards .c-card--LFASH .eHR {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
}
.pNewVisitorCards .c-card--LFASH {
  --hr-border-color: var(--color-brand-main);
  --BTN-width: 100%;
  --BTN-background-color-HOVER: var(--color-brand-main);
  --BTN-color-HOVER: white;
}
@media (min-width: 768px) {
  .pNewVisitorCards .c-card--LFASH {
    --card-grid-template-rows: 200px 1fr auto;
  }
}
@media (min-width: 1200px) {
  .pNewVisitorCards .c-card--LFASH {
    --card-grid-template-rows: 370px 1fr auto;
  }
}

:root {
  --cVideoWidth: 100%;
  --cVideoHeight: auto;
  --cVideoMargin: 0 0 2rem 0;
}

.cVideo {
  width: var(--cVideoWidth);
  height: var(--cVideoHeight);
  margin: var(--cVideoMargin);
}
.cVideo__iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.sMostPopularDestinations {
  text-align: center;
  --t-size: var(--h-h5);
  --t-font-weight: var(--t-weight-strong);
  --BTN-width: 100%;
  overflow: hidden;
  padding-bottom: 0;
}
.sMostPopularDestinations__cardRow--note {
  --row-flex-wrap: wrap;
  --gutter: var(--gtr-x-small);
}
.sMostPopularDestinations__col--cards2 {
  padding-top: var(--s-padding-top);
  overflow: hidden;
}
@media (min-width: 768px) {
  .sMostPopularDestinations__row {
    --row-flex-wrap: nowrap;
  }
  .sMostPopularDestinations h2 {
    --h-margin-bottom: var(--gtr-x2-small);
  }
  .sMostPopularDestinations__col--cards2 {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .sMostPopularDestinations__row {
    --gutter: var(--gtr-double);
  }
  .sMostPopularDestinations__cardRow--MPH {
    padding-bottom: 0;
  }
}

.eHR {
  position: relative;
  display: block;
}
.eHR--vertical {
  height: var(--hrV-height);
  border-left: var(--hr-border-width) var(--hr-border-style) var(--hr-border-color);
}
.eHR--horizontal {
  border-top: var(--hr-border-width) var(--hr-border-style) var(--hr-border-color);
  width: var(--hrH-width);
}

.pWhatDrivesUs .c-card--MPS .c-card__item--content {
  margin: auto;
}

.c-card--MPL .c-list > ::after {
  pointer-events: none;
  display: inline-block;
  content: "|";
  color: var(--color-brand-main);
  --li-after-margin: 0 0.3rem 0 0.3em;
}
.c-card--MPL .c-list > *:nth-child(3)::after {
  content: none;
}