/* Functions & Mixins */
/* ==== Containers & Responsive Mixins ==== */
/* Defines convenience mixins for common breakpoint targets.
these are small, medium, mediumlarge, and large. These variables should be defined prior to use.
*/
/* Universal breakpoints */
.columns-trips-centers__top {
  color: #3b3c43;
  padding-top: 3rem;
  padding-bottom: 6rem; }
  .columns-trips-centers__top .columns-trips-centers__title {
    max-width: 100%;
    text-align: start;
    margin-left: auto;
    margin-right: auto;
    color: #3b3c43; }
    @media (min-width: 48rem) {
      .columns-trips-centers__top .columns-trips-centers__title {
        text-align: center; } }

.columns-trips-centers__bottom {
  background-color: #f7f7f7;
  color: #3b3c43;
  padding-top: 2rem;
  padding-bottom: 1rem; }
  @media (min-width: 48rem) {
    .columns-trips-centers__bottom {
      padding-top: 3rem;
      padding-bottom: 4rem; } }

.columns-trips-centers__middle {
  background-color: #f7f7f7;
  color: #3b3c43; }

.columns-trips-centers__card {
  background-color: #fff;
  color: #3b3c43;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2), 2px 2px 20px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2), 2px 2px 20px 4px rgba(0, 0, 0, 0.05);
  margin-top: -5rem;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .columns-trips-centers__card a {
    color: #3b3c43;
    text-decoration: none; }

.columns-trips-centers__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 82.5rem; }
  @media (min-width: 768px) {
    .columns-trips-centers__inner {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media (min-width: 1280px) {
    .columns-trips-centers__inner {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media (min-width: 768px) {
    .columns-trips-centers__inner {
      width: 85rem; } }
  @media (min-width: 1280px) {
    .columns-trips-centers__inner {
      width: 90rem; } }

.columns-trips-centers__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 48rem) {
    .columns-trips-centers__flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.columns-trips-centers__column {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .columns-trips-centers__column--title {
    font-size: 1.125rem;
    font-weight: bold;
    color: #3b3c43;
    margin: 1rem auto; }
  .columns-trips-centers__column--copy {
    font-size: 1.25rem;
    color: #3b3c43;
    margin: 0 auto 2rem;
    letter-spacing: -0.071em; }
    @media screen and (min-width: 80rem) {
      .columns-trips-centers__column--copy {
        max-width: 75%; } }
  .columns-trips-centers__column--image {
    display: block;
    margin: 0 auto;
    min-width: 6.25rem;
    max-width: 6.25rem; }
  .columns-trips-centers__column--link {
    border: 0;
    padding: 0.9375rem 1.5625rem;
    background-color: #fbc600;
    color: #3b3c43;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    margin: auto auto 0 auto; }
    .columns-trips-centers__column--link:hover {
      background-color: #3b3c43;
      color: #ffffff; }
    .columns-trips-centers__column--link:focus, .columns-trips-centers__column--link:focus-visible {
      outline-color: #3b3c43; }
    .columns-trips-centers__column--link.-disabled {
      cursor: not-allowed; }
      .columns-trips-centers__column--link.-disabled:hover {
        background-color: #fbc600;
        color: #3b3c43; }
      .columns-trips-centers__column--link.-disabled:focus, .columns-trips-centers__column--link.-disabled:focus-visible {
        outline: none; }
  @media (min-width: 48rem) {
    .columns-trips-centers__column {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: calc(33.33333% - 11px);
      margin-right: 16px; }
      .columns-trips-centers__column:nth-child(3n) {
        margin-right: 0; }
      .columns-trips-centers__column--title {
        font-size: 1.375rem; }
      .columns-trips-centers__column--copy {
        font-size: 1.25rem; } }

.columns-trips-centers__title {
  color: #3b3c43;
  font-weight: normal;
  letter-spacing: -0.7px;
  font-size: 1.75rem;
  line-height: 1;
  margin: 0 0 2rem;
  color: #f7f7f7;
  max-width: 37.5rem;
  margin-bottom: 1rem; }
  .columns-trips-centers__title-bold {
    font-weight: bold; }
  @media (min-width: 768px) {
    .columns-trips-centers__title {
      font-size: 2.5rem; } }
  @media (min-width: 1024px) {
    .columns-trips-centers__title {
      font-size: 2.875rem;
      line-height: 1.1; } }

.columns-trips-centers__subtitle {
  color: #3b3c43;
  max-width: 65rem;
  margin: 0 auto 2rem;
  letter-spacing: -0.5px;
  font-weight: 400;
  font-size: 1.25rem;
  color: #f7f7f7;
  margin: 0 0 2rem;
  max-width: 37.5rem; }
  .columns-trips-centers__subtitle-bold {
    font-weight: bold; }
  @media (min-width: 480px) {
    .columns-trips-centers__subtitle {
      font-size: 1.375rem; } }
  @media (min-width: 768px) {
    .columns-trips-centers__subtitle {
      font-size: 1.5rem; } }
  @media (min-width: 1280px) {
    .columns-trips-centers__subtitle {
      font-size: 1.625rem; } }

.columns-trips-centers__copy {
  color: #f7f7f7;
  margin: 0 0 2rem;
  letter-spacing: -.3px;
  font-weight: 400;
  line-height: 1.3;
  font-size: 1rem; }
  .columns-trips-centers__copy-bold {
    font-weight: bold; }
  @media (min-width: 480px) {
    .columns-trips-centers__copy {
      font-size: 1.125rem; } }
  @media (min-width: 768px) {
    .columns-trips-centers__copy {
      font-size: 1.25rem;
      max-width: 31.25rem; } }
  @media (min-width: 1280px) {
    .columns-trips-centers__copy {
      font-size: 1.375rem; } }

.columns-trips-centers__container {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .columns-trips-centers__container {
      margin-top: 0;
      margin-bottom: 0; } }

.columns-trips-centers__image {
  display: block;
  margin: 0 0 1rem;
  max-width: 30rem;
  max-height: 18.75rem; }

.columns-trips-centers__button {
  border: 0;
  padding: 0.9375rem 1.5625rem;
  background-color: #fbc600;
  color: #3b3c43;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out; }
  .columns-trips-centers__button:hover {
    background-color: #3b3c43;
    color: #ffffff; }
  .columns-trips-centers__button:focus, .columns-trips-centers__button:focus-visible {
    outline-color: #3b3c43; }
  .columns-trips-centers__button.-disabled {
    cursor: not-allowed; }
    .columns-trips-centers__button.-disabled:hover {
      background-color: #fbc600;
      color: #3b3c43; }
    .columns-trips-centers__button.-disabled:focus, .columns-trips-centers__button.-disabled:focus-visible {
      outline: none; }

.columns-trips-centers__heading {
  color: #3b3c43;
  max-width: 95%;
  margin: 1rem 0;
  font-weight: normal;
  letter-spacing: -.7px;
  font-size: 1.5rem;
  line-height: 1; }
  .columns-trips-centers__heading-bold {
    font-weight: bold;
    display: block;
    margin-bottom: 0.25rem; }
  @media (min-width: 768px) {
    .columns-trips-centers__heading {
      font-size: 2rem; } }
  @media (min-width: 1024px) {
    .columns-trips-centers__heading {
      font-size: 2.25rem;
      line-height: 1.1; } }

.columns-trips-centers.-toolbox .columns-trips-centers__top {
  padding-bottom: 0; }

.columns-trips-centers.-toolbox .columns-trips-centers__left, .columns-trips-centers.-toolbox .columns-trips-centers__right {
  border-color: #3b3c43; }

.columns-trips-centers.-toolbox .columns-trips-centers__image {
  max-width: 100%;
  max-height: 100%; }

.columns-trips-centers.-toolbox .columns-trips-centers__column + .columns-trips-centers__column {
  margin-top: 1.5rem; }
  @media screen and (min-width: 48rem) {
    .columns-trips-centers.-toolbox .columns-trips-centers__column + .columns-trips-centers__column {
      margin-top: 0; } }

.columns-trips-centers.-toolbox .columns-trips-centers__column--image {
  min-width: 9.25rem;
  max-width: 9.25rem; }
  @media screen and (min-width: 48rem) {
    .columns-trips-centers.-toolbox .columns-trips-centers__column--image {
      min-width: 6.25rem;
      max-width: 6.25rem; } }

.columns-trips-centers.-toolbox .columns-trips-centers__column--copy {
  letter-spacing: 0; }

@media screen and (min-width: 80rem) {
  .columns-trips-centers.-toolbox .columns-trips-centers__column--link {
    min-width: 9.375rem; } }

.columns-trips-centers__bottom .columns-trips-centers__flex {
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.columns-trips-centers__bottom .columns-trips-centers__left,
.columns-trips-centers__bottom .columns-trips-centers__right {
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0.25rem;
  margin-bottom: 2rem; }
  @media (min-width: 48rem) {
    .columns-trips-centers__bottom .columns-trips-centers__left,
    .columns-trips-centers__bottom .columns-trips-centers__right {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: calc(50% - 8px);
      margin-right: 16px;
      margin-bottom: 0;
      border-left: 1px solid #fbc600;
      padding-left: 1.25rem; }
      .columns-trips-centers__bottom .columns-trips-centers__left:nth-child(2n),
      .columns-trips-centers__bottom .columns-trips-centers__right:nth-child(2n) {
        margin-right: 0; } }
  @media all and (-ms-high-contrast: none) and (min-width: 48rem) {
    .columns-trips-centers__bottom .columns-trips-centers__left .columns-trips-centers__title, .columns-trips-centers__bottom .columns-trips-centers__left .columns-trips-centers__subtitle,
    .columns-trips-centers__bottom .columns-trips-centers__right .columns-trips-centers__title,
    .columns-trips-centers__bottom .columns-trips-centers__right .columns-trips-centers__subtitle {
      max-width: 18.75rem; } }
  .columns-trips-centers__bottom .columns-trips-centers__left .columns-trips-centers__buttons,
  .columns-trips-centers__bottom .columns-trips-centers__right .columns-trips-centers__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .columns-trips-centers__bottom .columns-trips-centers__left .columns-trips-centers__buttons .columns-trips-centers__button,
    .columns-trips-centers__bottom .columns-trips-centers__right .columns-trips-centers__buttons .columns-trips-centers__button {
      min-width: 9.5rem;
      text-align: center; }
      .columns-trips-centers__bottom .columns-trips-centers__left .columns-trips-centers__buttons .columns-trips-centers__button + .columns-trips-centers__button,
      .columns-trips-centers__bottom .columns-trips-centers__right .columns-trips-centers__buttons .columns-trips-centers__button + .columns-trips-centers__button {
        margin-top: 1rem; }
    @media (min-width: 64rem) {
      .columns-trips-centers__bottom .columns-trips-centers__left .columns-trips-centers__buttons,
      .columns-trips-centers__bottom .columns-trips-centers__right .columns-trips-centers__buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .columns-trips-centers__bottom .columns-trips-centers__left .columns-trips-centers__buttons .columns-trips-centers__button + .columns-trips-centers__button,
        .columns-trips-centers__bottom .columns-trips-centers__right .columns-trips-centers__buttons .columns-trips-centers__button + .columns-trips-centers__button {
          margin-left: 1.5rem;
          margin-top: 0; } }
  @media (min-width: 64rem) {
    .columns-trips-centers__bottom .columns-trips-centers__left,
    .columns-trips-centers__bottom .columns-trips-centers__right {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: calc(50% - 24px);
      margin-right: 48px; }
      .columns-trips-centers__bottom .columns-trips-centers__left:nth-child(2n),
      .columns-trips-centers__bottom .columns-trips-centers__right:nth-child(2n) {
        margin-right: 0; } }

.columns-trips-centers__bottom .columns-trips-centers__title, .columns-trips-centers__bottom .columns-trips-centers__subtitle {
  color: #3b3c43;
  max-width: 32.5rem; }