/* very small be careful using */
/* 12px */
/* 13px */
/* 14px */
/* 16px, base */
/* 20px */
/* 24px */
/* 28px */
/* 32px */
/* 36px */
.next_tour_wrapper a.btn {
  border: none;
  background-color: rgb(229, 142, 37);
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  padding: 12px 24px !important;
}
.next_tour_wrapper a.btn:hover, .next_tour_wrapper a.btn:active {
  background-color: rgb(218, 129, 25);
}

.no_tours_btn_wrapper {
  text-align: center;
}
.no_tours_btn_wrapper a.btn {
  border: none;
  background-color: rgb(229, 142, 37);
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  padding: 12px 24px !important;
  width: fit-content;
  margin: 0 auto;
}
.no_tours_btn_wrapper a.btn:hover, .no_tours_btn_wrapper a.btn:active {
  background-color: rgb(218, 129, 25);
}

.mobile-btn-wrapper {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
}
@media only screen and (min-width: 992px) {
  .mobile-btn-wrapper {
    display: none;
  }
}
.mobile-btn-wrapper a.btn {
  border: none;
  background-color: rgb(229, 142, 37);
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  padding: 12px 24px !important;
  border-radius: 30px;
}
.mobile-btn-wrapper a.btn:hover, .mobile-btn-wrapper a.btn:active {
  background-color: rgb(218, 129, 25);
}

.itinerary-tab-header {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  gap: 0px;
  align-items: center;
  margin: 0 0 40px;
}
.itinerary-tab-header .col-left,
.itinerary-tab-header .col-right {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.itinerary-tab-header .col-left {
  align-items: start;
}
.itinerary-tab-header .col-left h2 {
  margin: 0;
}
.itinerary-tab-header .col-right {
  align-items: end;
}
.itinerary-tab-header a.btn {
  border: none;
  background-color: rgb(11, 188, 209);
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  padding: 12px 24px !important;
  width: fit-content;
}
.itinerary-tab-header a.btn:hover, .itinerary-tab-header a.btn:active {
  background-color: #0AADC0;
}
@media only screen and (max-width: 767px) {
  .itinerary-tab-header {
    gap: 20px;
  }
  .itinerary-tab-header .col-left,
  .itinerary-tab-header .col-right {
    align-items: center;
    width: 100%;
  }
}

.itinerary-tab-footer {
  display: flex;
  flex-direction: row;
  flex-flow: nowrap;
  width: 100%;
  gap: 0px;
  justify-content: center;
  margin: 40px 0 0;
}
.itinerary-tab-footer a.btn {
  border: none;
  background-color: rgb(11, 188, 209);
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  padding: 12px 24px !important;
  width: fit-content;
}
.itinerary-tab-footer a.btn:hover, .itinerary-tab-footer a.btn:active {
  background-color: #0AADC0;
}

#tour_pricing ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#tour_pricing ul li {
  color: rgb(51, 122, 183);
  font-weight: 600;
  font-size: 1.5rem;
}
#tour_pricing ul li span.ticket {
  font-size: 0.875rem;
}

ul#year-filter {
  list-style: none;
  padding: 0;
}
ul#year-filter li {
  display: inline;
  border-right: 2px solid rgb(140, 140, 140);
  margin-right: 1em;
  padding-right: 1em;
}
ul#year-filter li:last-child {
  border: none;
}
ul#year-filter li button {
  border: none;
  background-color: rgb(51, 122, 183);
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  /* overrides to match existing site */
  padding-left: 0;
  padding-right: 0;
  background-color: rgba(255, 255, 255, 0);
  color: rgb(0, 0, 0);
  font-size: 1.25rem;
  text-transform: capitalize;
}
ul#year-filter li button.active {
  color: rgb(51, 122, 183);
}

ul#month-filter {
  list-style: none;
  padding: 0;
}
ul#month-filter li {
  display: inline;
}
ul#month-filter li button {
  border: none;
  background-color: rgb(51, 122, 183);
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  /* overrides to match existing site */
  font-size: 0.875rem;
  text-transform: capitalize;
}
ul#month-filter li button.active {
  background-color: rgb(229, 142, 37);
  color: rgb(255, 255, 255);
}
ul#month-filter li button.has-tours {
  background-color: rgb(51, 122, 183);
}
ul#month-filter li button.disabled {
  background-color: rgb(239, 239, 239);
  color: rgb(0, 0, 0);
  opacity: 0.2;
}

#tour-schedule .table-schedule,
#tour-schedule-abbr .table-schedule {
  background-color: rgb(244, 247, 249);
  width: 100%;
  border-radius: 0;
  border-collapse: collapse;
  margin: 10px auto;
}
#tour-schedule .table-schedule tbody > tr > th,
#tour-schedule .table-schedule tbody > tr > td,
#tour-schedule-abbr .table-schedule tbody > tr > th,
#tour-schedule-abbr .table-schedule tbody > tr > td {
  padding: 10px;
  vertical-align: middle;
}
#tour-schedule .table-schedule tbody > tr > th,
#tour-schedule-abbr .table-schedule tbody > tr > th {
  text-transform: normal;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid rgb(51, 122, 183);
  border-bottom: 1px solid rgb(255, 255, 255);
  background-color: rgb(51, 122, 183);
  color: rgb(255, 255, 255);
}
#tour-schedule .table-schedule tbody > tr > td,
#tour-schedule-abbr .table-schedule tbody > tr > td {
  border: 1px solid rgb(244, 247, 249);
  border-bottom: 1px solid rgb(255, 255, 255);
}
#tour-schedule .table-schedule tbody > tr > td.white-bg,
#tour-schedule-abbr .table-schedule tbody > tr > td.white-bg {
  background-color: rgb(255, 255, 255) !important;
}
#tour-schedule .table-schedule tbody > tr > td.name,
#tour-schedule-abbr .table-schedule tbody > tr > td.name {
  background-color: rgb(233, 239, 243);
}
#tour-schedule .table-schedule .btn,
#tour-schedule-abbr .table-schedule .btn {
  border: none;
  background-color: rgb(229, 142, 37);
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border-radius: 3px;
  padding: 0.5rem 1rem;
}
#tour-schedule .table__link,
#tour-schedule-abbr .table__link {
  text-decoration: none;
  color: rgb(51, 122, 183);
}
#tour-schedule .table__row,
#tour-schedule-abbr .table__row {
  border-bottom: 1px solid rgb(0, 0, 0);
}
#tour-schedule .table__row--last,
#tour-schedule-abbr .table__row--last {
  border-bottom: 0;
}
#tour-schedule .table__cell,
#tour-schedule-abbr .table__cell {
  padding: 1rem 1.5rem;
}
#tour-schedule .u-text-left,
#tour-schedule-abbr .u-text-left {
  text-align: left;
}
#tour-schedule .u-text-right,
#tour-schedule-abbr .u-text-right {
  text-align: right;
}
#tour-schedule .u-text-center,
#tour-schedule-abbr .u-text-center {
  text-align: center;
}
#tour-schedule .tour_dates,
#tour-schedule-abbr .tour_dates {
  display: block;
  margin-bottom: 5px;
  font-size: 1rem;
}
#tour-schedule .tour_dates .start_date,
#tour-schedule-abbr .tour_dates .start_date {
  font-weight: 700;
}
#tour-schedule .route,
#tour-schedule-abbr .route {
  font-size: 0.875rem;
  display: block;
}
#tour-schedule .route .material-icons,
#tour-schedule-abbr .route .material-icons {
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
  padding: 0 5px 3px;
}
#tour-schedule .departure_note,
#tour-schedule-abbr .departure_note {
  color: rgb(11, 188, 209);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
#tour-schedule .departure_note .material-icons,
#tour-schedule-abbr .departure_note .material-icons {
  font-size: 16px;
  vertical-align: middle;
  padding: 0 0 4px;
}
#tour-schedule .name a,
#tour-schedule-abbr .name a {
  color: rgb(229, 142, 37);
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}
#tour-schedule .price,
#tour-schedule-abbr .price {
  font-size: 1rem;
  font-weight: 500;
  color: rgb(51, 122, 183);
}
#tour-schedule .filling_up,
#tour-schedule .almost_full,
#tour-schedule .full,
#tour-schedule-abbr .filling_up,
#tour-schedule-abbr .almost_full,
#tour-schedule-abbr .full {
  font-size: 0.8125rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
#tour-schedule .filling_up .bar,
#tour-schedule .almost_full .bar,
#tour-schedule .full .bar,
#tour-schedule-abbr .filling_up .bar,
#tour-schedule-abbr .almost_full .bar,
#tour-schedule-abbr .full .bar {
  -webkit-box-direction: normal;
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 0;
  display: block;
  margin: 0 auto 5px;
  min-height: 1.25rem;
  position: relative;
  width: 75%;
  background-color: rgb(255, 255, 255);
}
#tour-schedule .filling_up .bar::before,
#tour-schedule .almost_full .bar::before,
#tour-schedule .full .bar::before,
#tour-schedule-abbr .filling_up .bar::before,
#tour-schedule-abbr .almost_full .bar::before,
#tour-schedule-abbr .full .bar::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#tour-schedule .filling_up,
#tour-schedule-abbr .filling_up {
  color: rgb(251, 203, 15);
}
#tour-schedule .filling_up .bar,
#tour-schedule-abbr .filling_up .bar {
  border-color: rgb(251, 203, 15);
}
#tour-schedule .filling_up .bar::before,
#tour-schedule-abbr .filling_up .bar::before {
  width: 50%;
  background-color: rgb(251, 203, 15);
}
#tour-schedule .almost_full,
#tour-schedule-abbr .almost_full {
  color: rgb(229, 142, 37);
}
#tour-schedule .almost_full .bar,
#tour-schedule-abbr .almost_full .bar {
  border-color: rgb(229, 142, 37);
}
#tour-schedule .almost_full .bar::before,
#tour-schedule-abbr .almost_full .bar::before {
  width: 75%;
  background-color: rgb(229, 142, 37);
}
#tour-schedule .full,
#tour-schedule-abbr .full {
  color: rgb(255, 0, 0);
}
#tour-schedule .full .bar,
#tour-schedule-abbr .full .bar {
  border-color: rgb(255, 0, 0);
}
#tour-schedule .full .bar::before,
#tour-schedule-abbr .full .bar::before {
  width: 100%;
  background-color: rgb(255, 0, 0);
}
#tour-schedule .badge,
#tour-schedule-abbr .badge {
  display: inline-block;
  margin: 10px auto 0;
  padding: 0.5em 1em;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: rgb(251, 203, 15);
  color: rgb(0, 0, 0);
}
#tour-schedule .inline-block,
#tour-schedule-abbr .inline-block {
  display: inline-block !important;
}
#tour-schedule .spacer-right,
#tour-schedule-abbr .spacer-right {
  margin-right: 20px !important;
}

#load-more-wrapper {
  margin: 20px auto;
}
#load-more-wrapper button {
  border: none;
  background-color: rgb(51, 122, 183);
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border-radius: 3px;
  padding: 0.5rem 1rem;
}

@media only screen and (max-width: 991px) {
  #tour-schedule .table-schedule tbody > tr:first-child,
  #tour-schedule .table-schedule tbody > tr > th,
  #tour-schedule-abbr .table-schedule tbody > tr:first-child,
  #tour-schedule-abbr .table-schedule tbody > tr > th {
    display: none;
  }
  #tour-schedule .table-schedule tbody > tr > td:first-child,
  #tour-schedule-abbr .table-schedule tbody > tr > td:first-child {
    padding-top: 20px;
  }
  #tour-schedule .table-schedule tbody > tr > td:last-child,
  #tour-schedule-abbr .table-schedule tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  #tour-schedule .table-schedule tbody > tr,
  #tour-schedule .table-schedule tbody > tr > td,
  #tour-schedule-abbr .table-schedule tbody > tr,
  #tour-schedule-abbr .table-schedule tbody > tr > td {
    display: block;
    width: 100%;
    text-align: center;
  }
  #tour-schedule .table-schedule tbody > tr,
  #tour-schedule-abbr .table-schedule tbody > tr {
    border: 1px solid hsla(0, 0%, 50%, 0.5);
    margin-bottom: 10px;
    border-radius: 3px;
  }
  #tour-schedule .table-schedule tbody > tr > td,
  #tour-schedule-abbr .table-schedule tbody > tr > td {
    border: none;
  }
  #tour-schedule .tour_dates,
  #tour-schedule .route,
  #tour-schedule .price,
  #tour-schedule-abbr .tour_dates,
  #tour-schedule-abbr .route,
  #tour-schedule-abbr .price {
    font-size: 1.25rem;
  }
  #tour-schedule .filling_up .bar,
  #tour-schedule .almost_full .bar,
  #tour-schedule .full .bar,
  #tour-schedule-abbr .filling_up .bar,
  #tour-schedule-abbr .almost_full .bar,
  #tour-schedule-abbr .full .bar {
    width: 150px;
  }
  .table__header {
    display: none;
  }
  .table__row {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 1rem;
    align-items: center;
    padding: 1rem;
  }
  .table__cell {
    padding: 0;
  }
  .table__account {
    grid-column: 1;
    grid-row: span 2;
  }
  .table__account-content {
    display: flex;
    flex-direction: column;
  }
  .table__account-number {
    order: 2;
    font-size: 12px;
    padding-top: 0.25rem;
  }
  .table__balance {
    grid-column: 2;
    grid-row: 2;
    font-size: 0.75rem;
    padding-top: 0.125rem;
  }
  .table__balance::before {
    content: "Balance: ";
  }
  .table__available {
    grid-column: 2;
    grid-row: 1;
    padding-bottom: 0.125rem;
  }
  .table__limit {
    display: none;
  }
  .table__transfer {
    grid-column: 3;
    grid-row: span 2;
  }
}
.text-center {
  text-align: center;
}

/*# sourceMappingURL=mhp-utilities-custom.css.map */
