body {
  font-family: 'Lato' !important;
  font-weight: 300;
  color: #414141;
  font-size: 16px; }

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth; }

*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  -ms-box-sizing: inherit;
  box-sizing: inherit; }

input[disabled] {
  -webkit-text-fill-color: #414141;
  opacity: 1;
  -webkit-opacity: 1; }

.primary-accordion .accordion-header {
  background-color: #5eb283;
  color: #fff;
  cursor: pointer;
  border-width: 0px; }
.primary-accordion .accordian-title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0; }
.primary-accordion a:hover {
  text-decoration: none; }

.wh-mint-green-btn {
  background-color: #5eb283;
  border-color: #5eb283;
  color: #FFF;
  padding: 0.375rem 1rem;
  border-radius: 0.5rem; }
  .wh-mint-green-btn:focus-visible {
    outline: 3px solid white;
    outline-offset: 2px;
    box-shadow: 0 0 0 6px black;
    border-radius: 2px; }

.wh-mint-green-btn:hover {
  background-color: #5eb283;
  border-color: #5eb283;
  color: #FFF; }

.wh-mint-green-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 178, 131, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(94, 178, 131, 0.25); }

.btn-wh-light {
  background-color: #FFF;
  border-color: #FFF;
  color: #5eb283; }
  .btn-wh-light:hover {
    color: #5eb283; }
  .btn-wh-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 178, 131, 0.25); }
  .btn-wh-light:focus-visible {
    outline: 3px solid white;
    outline-offset: 2px;
    box-shadow: 0 0 0 6px black;
    border-radius: 2px; }

.wh-green-btn,
.wh-green-btn:hover {
  background-color: #00634b;
  border-color: #00634b;
  color: #FFF; }

.wh-green-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 99, 75, 0.25); }

.btn-wh-orange,
.btn-wh-orange:hover {
  color: #fff;
  background-color: #5eb283;
  border-radius: 0.5rem; }
  .btn-wh-orange:focus,
  .btn-wh-orange:hover:focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 178, 131, 0.25); }
  .btn-wh-orange:focus-visible,
  .btn-wh-orange:hover:focus-visible {
    outline: 3px solid white;
    outline-offset: 2px;
    box-shadow: 0 0 0 6px black;
    border-radius: 2px; }

.btn-mint,
.btn-mint:hover {
  color: #fff;
  background-color: #5eb283; }

.btn-mint:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 99, 75, 0.25); }

.bigger-btn-text {
  font-weight: 400;
  font-size: 1.3rem;
  padding: 0.375rem 2.75rem; }

.wh-btn-bigger-font {
  font-size: 1.3rem; }

.btn-mint-outline {
  color: #5eb283;
  background-color: #fff;
  border-color: #5eb283; }
  .btn-mint-outline:hover {
    color: #fff;
    background-color: #5eb283; }
  .btn-mint-outline:focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 178, 131, 0.25); }
  .btn-mint-outline:focus-visible {
    outline: 3px solid white;
    outline-offset: 2px;
    box-shadow: 0 0 0 6px black;
    border-radius: 2px; }

.btn-link-primary {
  font-weight: 400;
  color: #5eb283;
  text-decoration: underline;
  padding: 0; }

.btn-link-primary:hover {
  color: #5eb283;
  text-decoration: underline; }

.btn-link-primary:focus {
  box-shadow: 0 0 0 0; }

.btn-link-primary:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(94, 178, 131, 0.25); }

.swal2-confirm {
  background-color: #5eb283 !important; }

.swal2-confirm:focus {
  box-shadow: 0 0 0 3px #5eb283 !important; }

.swal2-loader {
  border-color: #5eb283 transparent #5eb283 transparent !important; }

.lightbox {
  background-color: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
  transform: scale(0.5);
  opacity: 0;
  pointer-events: none; }
  .lightbox .carousel-wrapper {
    max-width: 1148px;
    height: 100%;
    margin: auto;
    padding: 0 1.5rem; }
    @media screen and (max-width: 1148px) {
      .lightbox .carousel-wrapper {
        padding: 0; } }
  .lightbox .carousel-photo {
    max-width: 100%;
    max-height: 100%;
    height: auto; }
  .lightbox .scrollbtn {
    background-color: transparent;
    border: 0; }
  .lightbox .scroll-left {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 5%; }
  .lightbox .scroll-right {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 5%; }
  .lightbox .lb-close {
    position: absolute;
    top: 3%;
    right: 3%;
    color: #fff;
    font-size: 1.5rem;
    z-index: 11; }
    .lightbox .lb-close:focus {
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
    .lightbox .lb-close:focus-visible {
      outline: 1px solid #fff; }

.lightbox-show {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
  transition: transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.lock-scroll {
  overflow-y: hidden; }

.breadcrumb-container .breadcrumb-link {
  color: #5a5a5a; }
.breadcrumb-container .breadcrumb-icon {
  font-size: 0.75rem;
  margin: 0 0.25rem; }

.booking_bar {
  min-height: 74px; }
  .booking_bar .labelled_input {
    background-color: #FFF;
    color: #414141;
    text-align: left;
    height: 3.5rem;
    padding: 3px 6px 6px 11px;
    margin-top: 12px;
    border: 1px solid gainsboro;
    border-radius: 5px;
    position: relative;
    /* popup dropdown */ }
    @media screen and (min-width: 766px) {
      .booking_bar .labelled_input {
        margin-right: 1rem; } }
    .booking_bar .labelled_input label {
      font-size: 1rem;
      font-weight: 400;
      line-height: 14px;
      margin: 0 0 3px;
      padding: 0;
      cursor: pointer;
      width: 100%; }
    .booking_bar .labelled_input input {
      height: 1.2rem;
      border: 0 solid #000;
      padding: 0;
      margin: 0;
      font-weight: 300;
      font-size: 1rem !important;
      color: #6e6e6e !important;
      cursor: pointer; }
    .booking_bar .labelled_input input:read-only {
      background-color: transparent; }
    .booking_bar .labelled_input input:focus {
      outline: 0px !important;
      appearance: none;
      -webkit-appearance: none;
      box-shadow: none !important; }
    .booking_bar .labelled_input .listbox {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      max-height: 220px;
      overflow-y: scroll;
      background: #fff;
      border: 1px solid #414141;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      padding: 6px;
      box-sizing: border-box;
      z-index: 40;
      transform-origin: top center;
      animation: pop .12s ease-out; }
@keyframes pop {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.995); }
  to {
    opacity: 1;
    transform: none; } }
    .booking_bar .labelled_input .listbox .option {
      display: flex;
      gap: 10px;
      align-items: center;
      padding: 9px 10px;
      border-radius: 8px;
      cursor: pointer;
      user-select: none;
      font-size: 14px;
      color: #092331; }
    .booking_bar .labelled_input .listbox .option[aria-selected="true"], .booking_bar .labelled_input .listbox .option:hover {
      background: linear-gradient(90deg, rgba(59, 130, 246, 0.06), rgba(59, 130, 246, 0.03));
      outline: 2px solid rgba(59, 130, 246, 0.06); }
  .booking_bar .search-btn {
    margin-top: 12px;
    font-size: 22px;
    height: 3.5rem; }
  .booking_bar .guestDiv {
    border: solid 1px #ccc;
    border-radius: 0.25rem;
    background-color: #FFF;
    padding: 4px 0 6px 11px; }
    .booking_bar .guestDiv .guestDropdownHeight {
      line-height: 14px; }
      .booking_bar .guestDiv .guestDropdownHeight:focus {
        box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0); }
      .booking_bar .guestDiv .guestDropdownHeight:focus-visible {
        outline: 3px solid white;
        outline-offset: 2px;
        box-shadow: 0 0 0 6px black;
        border-radius: 2px; }
    .booking_bar .guestDiv .guestNumber {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      display: inline-block;
      width: calc(100% - 40px);
      font-size: 1rem;
      text-align: left;
      color: #6e6e6e; }
    .booking_bar .guestDiv .guestNumberBtn {
      padding: 0;
      font-weight: 300;
      text-align: left; }
    .booking_bar .guestDiv .drop-box-guests {
      padding: 10px; }

.searchbar-guests .quantity-button {
  padding: 0;
  color: #5eb283;
  font-size: 1.3rem; }
  .searchbar-guests .quantity-button:focus {
    outline: 0px;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none; }
  .searchbar-guests .quantity-button:focus-visible {
    outline: 3px solid white;
    outline-offset: 2px;
    box-shadow: 0 0 0 6px black;
    border-radius: 2px; }
.searchbar-guests .quantity-display {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 500; }

.stepper-h1 {
  font-size: 2rem;
  font-weight: 700; }

.booking-summary {
  margin-bottom: 8rem;
  max-width: 800px; }
  .booking-summary .booking-number {
    font-size: 1.5rem;
    color: #5eb283;
    font-weight: 600;
    margin-top: 1.4rem;
    margin-bottom: 1rem; }
  .booking-summary .total-to-pay {
    color: #5eb283;
    font-weight: 600; }
  .booking-summary .view-summary {
    text-decoration: underline;
    color: #5eb283;
    background: transparent;
    border: none;
    padding: 0; }
    .booking-summary .view-summary:focus {
      outline: none; }
    .booking-summary .view-summary:focus-visible {
      outline: 2px solid black;
      outline-offset: 3px; }
  .booking-summary .damage-deposit {
    background-color: #f0f0f0;
    border-radius: 4px;
    padding: 3px 10px;
    border: 1px solid #414141; }
    .booking-summary .damage-deposit .damage-terms {
      font-size: 14px; }
  .booking-summary .payment-summary-heading {
    font-size: 1.4rem;
    font-weight: 600; }
  .booking-summary .full-voucher-heading {
    font-size: 1.4rem;
    font-weight: 600; }

.basket-item-wrapper {
  margin-top: 20px;
  border: 1px solid #ddd; }
  .basket-item-wrapper .basket-item-title {
    padding: 8px 15px;
    margin-bottom: 14px;
    color: #FFF;
    background-color: #5eb283; }
    .basket-item-wrapper .basket-item-title .title-text {
      margin: 0 !important;
      font-size: 1.2rem; }
  .basket-item-wrapper .basket-item-content {
    padding: 10px 15px 20px; }

.stepper-modal-cost {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 1rem; }

.book-confirmation-page .check-book {
  color: #5eb283;
  font-size: 30px;
  margin-top: 0.5rem;
  margin-bottom: 1rem; }
.book-confirmation-page .thankyou-note {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 24px;
  margin-bottom: 1.8rem; }
.book-confirmation-page .bookingNumber {
  color: #5eb283;
  margin-bottom: 2rem; }
.book-confirmation-page .email-address {
  font-weight: 700; }

.checkout-modal .accommodation-title {
  font-size: 1.25rem; }
.checkout-modal .building-type-title {
  font-size: 1.1rem; }
.checkout-modal .modal-basket p {
  margin-bottom: 0; }

.voucher-modal .damage-deposit {
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 3px 10px;
  border: 1px solid #414141; }
  .voucher-modal .damage-deposit .damage-terms {
    font-size: 14px; }

.calendar {
  display: flex;
  align-items: center;
  justify-content: center; }
  .calendar .calendar-display {
    max-width: 400px;
    min-height: 300px;
    width: 100%; }
  .calendar .calendar-loading-msg {
    text-align: center;
    font-weight: 600;
    font-size: 1.25rem; }
  .calendar .calendar-wrapper {
    border-radius: 15px;
    border: 1px solid #5a5a5a;
    overflow: hidden;
    margin-bottom: 0.5rem; }
  .calendar .month {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .calendar .month .month-name {
      font-weight: bold; }
    .calendar .month .prev, .calendar .month .next {
      font-size: 24px;
      background: transparent;
      border: none;
      padding: 10px 20px; }
      .calendar .month .prev:focus, .calendar .month .next:focus {
        outline: none; }
      .calendar .month .prev:focus-visible, .calendar .month .next:focus-visible {
        outline: 2px solid black;
        outline-offset: 3px; }
  .calendar .weekdays, .calendar .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0; }
    .calendar .weekdays div, .calendar .days div {
      text-align: center;
      padding: 8px;
      overflow-x: hidden; }
  .calendar .weekdays div {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px; }
  .calendar .days div {
    box-sizing: border-box;
    width: 100%; }
    .calendar .days div:hover {
      cursor: pointer; }
  .calendar .available {
    color: #5a5a5a;
    font-weight: 600; }
  .calendar .unavailable {
    color: #969696;
    text-decoration: line-through; }
  .calendar .invalid {
    background-color: gainsboro; }
  .calendar .cal-selected {
    border-top-color: #5eb283 !important;
    border-bottom-color: #5eb283 !important;
    text-decoration: none;
    color: #5eb283;
    font-weight: 600;
    border-style: solid;
    border-width: 2px 0; }
  .calendar .cal-first-selected {
    border-left-color: #5eb283 !important;
    border-style: solid;
    border-width: 2px 0 2px 2px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .calendar .cal-last-selected {
    border-right-color: #5eb283 !important;
    border-style: solid;
    border-width: 2px 2px 2px 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .calendar .month-title {
    font-weight: 600; }
  @media (max-width: 480px) {
    .calendar .month-name {
      font-size: 20px; }
    .calendar .prev, .calendar .next {
      font-size: 20px; } }

.carousel .carousel-item {
  height: 463px;
  background: linear-gradient(90deg, #eee, #ddd, #eee);
  background-size: 100% 100%;
  animation: shimmer 1.2s infinite; }
.carousel .carousel-no-loading {
  background: none;
  animation: none; }
@keyframes shimmer {
  0% {
    background-position: -200% 0; }
  100% {
    background-position: 200% 0; } }
.carousel .carousel-icon {
  width: 10px;
  height: 10px;
  border-radius: 100%; }
.carousel .carousel-control-next, .carousel .carousel-control-prev {
  opacity: 0.8; }

.cookie-div {
  position: fixed;
  bottom: 0;
  background-color: rgba(94, 178, 131, 0.96);
  width: 100%;
  z-index: 3000;
  padding: 1.5rem; }
  .cookie-div .inner-cookie-header {
    color: #FFF; }
  .cookie-div .inner-cookie-text {
    color: #FFF !important;
    font-weight: 300;
    line-height: 1.4rem; }
  .cookie-div .cookie-link {
    color: #FFF !important;
    text-decoration: underline; }
  .cookie-div .accept-cookie-btn {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF; }
  .cookie-div .accept-cookie-btn:hover {
    color: #5eb283;
    background-color: #FFF;
    border-color: #FFF; }
  .cookie-div .accept-cookie-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 178, 131, 0.25); }

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #5eb283;
  background-color: #5eb283; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #a3d3b8;
  border-color: #a3d3b8; }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e8f4ed; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem #e8f4ed; }

.carousel-indicators {
  z-index: 1 !important; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #00634b !important; }

.daterangepicker .btn-primary {
  background-color: #00634b !important;
  border-color: #00634b !important; }

.cancellation-bar, .cancellation-bar:hover {
  color: #5a5a5a;
  text-decoration: none; }
  .cancellation-bar .cancellation-banner, .cancellation-bar:hover .cancellation-banner {
    background-color: #f0f0f0;
    padding: 15px 25px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 1rem;
    border-radius: 5px;
    align-items: center; }
    @media screen and (max-width: 576px) {
      .cancellation-bar .cancellation-banner .icon, .cancellation-bar:hover .cancellation-banner .icon {
        margin-bottom: 0.5rem; } }
    .cancellation-bar .cancellation-banner .chevron, .cancellation-bar:hover .cancellation-banner .chevron {
      height: 1.5em !important;
      width: 1.5em;
      margin-left: 0.4rem;
      margin-bottom: 0.1rem; }
      @media screen and (max-width: 576px) {
        .cancellation-bar .cancellation-banner .chevron, .cancellation-bar:hover .cancellation-banner .chevron {
          height: 1.1em !important;
          margin-left: 0; } }

.footer {
  background: url(/res/images/footer/footer-background-image.svg), linear-gradient(45deg, #00634b, #00634b);
  background-size: 110%;
  background-position: top;
  background-repeat: no-repeat;
  color: #fff !important;
  width: 100%;
  padding: 3.5rem 2rem; }
  @media screen and (max-width: 576px) {
    .footer {
      padding: 3rem 1rem; } }
  .footer .footer-section-heading {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.75rem; }
  .footer .footer-logo {
    width: 171px !important;
    height: auto; }
  .footer a {
    color: #ffffffad; }
  .footer .social-media-icon {
    font-size: 2rem; }
  .footer .social-media-icon-container a:hover {
    text-decoration: none;
    color: white; }
  .footer .copyrightText {
    margin: 3.5rem 0 0;
    border-top: 1px solid #ffffff61;
    padding-top: 1.5rem; }

.hbspt-form .input {
  margin-bottom: 1.5rem; }
.hbspt-form .hs-input {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.hbspt-form .error {
  border-color: red;
  border-width: 2px; }
.hbspt-form .hs-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #5eb283;
  border-radius: 0.5rem;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #5eb283;
  color: #FFF;
  padding: 0.375rem 1rem; }

.stepper-panel {
  padding: 0 21px 30px; }
  .stepper-panel .stepper-top-steps {
    padding-top: 1rem;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between; }
    .stepper-panel .stepper-top-steps .stepper-back-hidden {
      height: 37px;
      width: 35px; }
    .stepper-panel .stepper-top-steps .stepper-step-txt {
      font-weight: 600; }

.stepper-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #FFF;
  border-top: 1px solid #ddd;
  z-index: 5; }
  .stepper-footer .footer-special-banner {
    text-align: center;
    color: #fff;
    background-color: #5eb283;
    font-weight: 600;
    padding: 0.4rem 1.5rem; }
  .stepper-footer .stepper-view-details {
    cursor: pointer; }
  .stepper-footer .footer-big-screen {
    padding: 1rem 1.5rem; }
  .stepper-footer .stepper-price-b {
    font-weight: 600; }
  .stepper-footer .stepper-view-details {
    font-weight: 600;
    color: #5eb283; }
  .stepper-footer .stepper-edit-search {
    font-weight: 600;
    font-size: 1.2rem; }
  .stepper-footer .stepper-edit-info {
    max-width: 50%; }

.modal-header {
  border-bottom: 0px !important; }

.deposit-div {
  margin-bottom: 1.5rem; }

.wh-inner-tandc {
  border: 1px solid #ccc;
  max-height: 400px;
  overflow-y: scroll;
  background: #f0f0f0;
  color: #333;
  padding: 10px; }

.modal-backdrop {
  width: 100% !important; }

.news-side-menu {
  padding: 1.56rem 0 3.5rem;
  margin: auto;
  top: 0; }
  .news-side-menu .menu-heading {
    color: #414141;
    font-size: 1rem;
    padding: 0 1.4rem 0 0;
    font-weight: 600; }
  .news-side-menu .menu-link {
    padding: 0.5rem 1.4rem 0.5rem 0rem;
    font-weight: 300; }
    .news-side-menu .menu-link a {
      color: #414141; }
  .news-side-menu .menu-link.active {
    background-color: #5eb283; }
    .news-side-menu .menu-link.active a {
      color: #fff !important; }
  .news-side-menu .menu-category {
    color: #414141;
    font-weight: 600; }
    .news-side-menu .menu-category .category-icon {
      color: #5eb283; }
  .news-side-menu .menu-category:hover {
    text-decoration: none; }

.news-pagination-indicators {
  padding-bottom: 0.5rem; }
  .news-pagination-indicators .page-num {
    color: #414141;
    padding: 0.2rem 0.5rem;
    border: 1px solid gainsboro;
    border-collapse: collapse;
    margin-right: -1px; }
  .news-pagination-indicators .active {
    background-color: #5eb283;
    border-color: #5eb283;
    color: #fff; }

.newsletter-section {
  background: linear-gradient(45deg, #00634b, #5eb283);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 4rem;
  padding-bottom: 3rem; }
  @media screen and (max-width: 576px) {
    .newsletter-section {
      padding: 3rem 0.5rem 3rem 0.5rem; } }
  .newsletter-section .newsletter-heading {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 3rem; }
  .newsletter-section .last-channel-row {
    margin-bottom: 2rem; }
    @media screen and (max-width: calc(992px - 1px)) {
      .newsletter-section .last-channel-row {
        margin-bottom: 0; } }
  .newsletter-section .newsletter-input {
    border-radius: 2rem;
    font-size: 1.3rem;
    border: none;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.04); }
    @media screen and (max-width: calc(768px - 1px)) {
      .newsletter-section .newsletter-input {
        margin-bottom: 2rem; } }
    @media screen and (max-width: calc(992px - 1px)) {
      .newsletter-section .newsletter-input {
        margin-bottom: 2rem; } }
  .newsletter-section .newsletter-choice-label {
    color: #fff;
    margin-bottom: 0.2rem; }
  .newsletter-section .newsletter-radio {
    color: #fff;
    font-size: 1.3rem; }
  .newsletter-section .newsletter-radio input[type="radio"]:checked + label {
    color: #f9c761; }
  .newsletter-section .subscribe-btn {
    background-color: #f9c761;
    border-color: #f9c761;
    color: #533d13;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.04);
    border-radius: 2rem;
    border-radius: 2rem;
    font-size: 1.3rem;
    width: 100%; }
  .newsletter-section .subscribe-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 199, 97, 0.25); }
  .newsletter-section .subscribe-btn:hover {
    filter: contrast(110%); }
  .newsletter-section .newsletter-recaptcha-text {
    color: white; }
    .newsletter-section .newsletter-recaptcha-text a {
      color: #f9c761; }

.scrollbox-wrapper {
  position: relative; }
  .scrollbox-wrapper .scrollboxTitle {
    color: #414141;
    padding-bottom: 12px;
    font-weight: 600;
    font-size: 1.5rem; }
  .scrollbox-wrapper .scrollbox {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;
    /* We don't want internal inline elements to wrap */
    white-space: nowrap;
    flex-wrap: nowrap;
    /* Remove the default scrollbar for WebKit implementations */ }
    .scrollbox-wrapper .scrollbox::-webkit-scrollbar {
      display: none; }
    .scrollbox-wrapper .scrollbox .scrollbox_contents {
      float: left;
      transition: transform 0.2s ease-in-out; }
    .scrollbox-wrapper .scrollbox .scrollbox_contents-no-transition {
      transition: none; }
    .scrollbox-wrapper .scrollbox .scrollContent {
      margin: 5px 8px 0 8px;
      border: 0 solid rgba(250, 250, 250, 0);
      display: inline-flex; }
      @media screen and (max-width: 999px) {
        .scrollbox-wrapper .scrollbox .scrollContent {
          min-width: 300px; } }
      @media screen and (min-width: 1000px) {
        .scrollbox-wrapper .scrollbox .scrollContent {
          min-width: 356px; } }
      .scrollbox-wrapper .scrollbox .scrollContent:last-child {
        margin-right: 0; }
      .scrollbox-wrapper .scrollbox .scrollContent:first-child {
        margin-left: 0; }
      .scrollbox-wrapper .scrollbox .scrollContent .scrollImageInner {
        height: 200px; }
      .scrollbox-wrapper .scrollbox .scrollContent .scrollTitle {
        font-weight: 500;
        font-size: 1.2rem;
        padding: 10px 10px 11px 0;
        white-space: normal; }
        .scrollbox-wrapper .scrollbox .scrollContent .scrollTitle .titleLink {
          color: #00634b;
          font-size: 20px; }
        .scrollbox-wrapper .scrollbox .scrollContent .scrollTitle .location-scroll {
          font-size: 16px;
          font-weight: 400;
          color: #414141;
          text-transform: capitalize; }
      .scrollbox-wrapper .scrollbox .scrollContent .carousel-indicators li {
        width: 8px;
        height: 8px;
        border-radius: 100%; }
  .scrollbox-wrapper .scroll-control-btn {
    position: absolute;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    padding: 0;
    background-color: #5eb283;
    color: #FFF;
    top: 107px; }
  @media screen and (max-width: 600px) {
    .scrollbox-wrapper .scroll-control-btn-hide {
      display: none; } }
  .scrollbox-wrapper .scroll-control-btn:hover {
    color: #FFF;
    background-color: #6fba90; }
  .scrollbox-wrapper .scroll-control-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 178, 131, 0.25); }
  .scrollbox-wrapper .scroll-control-btn-right {
    right: -16px; }
  .scrollbox-wrapper .scroll-control-btn-left {
    left: -16px; }
  .scrollbox-wrapper .pn-Advancer {
    /* Reset the button */
    height: 100%;
    padding: 0;
    border: 0;
    /* Now style it as needed */
    top: 0;
    bottom: 0;
    /* Set the buttons invisible by default */
    opacity: 0.5; }
    .scrollbox-wrapper .pn-Advancer:focus {
      outline: 0; }
  .scrollbox-wrapper .pn-Advancer_hidden {
    opacity: 0.0; }
  .scrollbox-wrapper .scroll-card-image-cover {
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 246px;
    max-width: 100%;
    border-radius: .6rem; }

.scrollcard-wrapper {
  position: relative; }
  .scrollcard-wrapper .scrolling-cards {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap; }
    .scrollcard-wrapper .scrolling-cards::-webkit-scrollbar {
      display: none; }
    .scrollcard-wrapper .scrolling-cards .scrolling-cards_contents {
      float: left;
      transition: transform 0.2s ease-in-out; }
    .scrollcard-wrapper .scrolling-cards .scrolling-cards_contents-no-transition {
      transition: none; }
    .scrollcard-wrapper .scrolling-cards .scrolling-card {
      min-width: 312px;
      margin: 5px 16px 0 16px;
      padding: 25px 25px;
      border: 0 solid rgba(250, 250, 250, 0);
      display: inline-flex;
      border-radius: 1rem; }
      .scrollcard-wrapper .scrolling-cards .scrolling-card:last-child {
        margin-right: 0; }
      .scrollcard-wrapper .scrolling-cards .scrolling-card:first-child {
        margin-left: 0; }
      .scrollcard-wrapper .scrolling-cards .scrolling-card .carousel-indicators li {
        width: 8px;
        height: 8px;
        border-radius: 100%; }
  .scrollcard-wrapper .scroll-control-btn {
    position: absolute;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    padding: 0;
    background-color: #5eb283;
    color: #FFF;
    top: 50%; }
  @media screen and (max-width: 600px) {
    .scrollcard-wrapper .scroll-control-btn-hide {
      display: none; } }
  .scrollcard-wrapper .scroll-control-btn:hover {
    color: #FFF;
    background-color: #6fba90; }
  .scrollcard-wrapper .scroll-control-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 178, 131, 0.25); }
  .scrollcard-wrapper .scroll-control-btn-right {
    right: -16px; }
  .scrollcard-wrapper .scroll-control-btn-left {
    left: -16px; }
  .scrollcard-wrapper .pn-Advancer_hidden {
    opacity: 0.0; }

.search-modal .tab-bar {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding-inline-start: 0; }
  .search-modal .tab-bar .tab-pill {
    border-style: solid;
    border-color: #f0f0f0;
    border-radius: 0.25rem;
    background-color: transparent;
    color: #414141;
    padding: .5rem 1rem; }
    .search-modal .tab-bar .tab-pill:focus {
      outline: 0; }
    .search-modal .tab-bar .tab-pill:focus-visible {
      outline: 2px solid #414141; }
  .search-modal .tab-bar .tab-pill.active {
    color: #fff;
    border-color: #5eb283;
    background-color: #5eb283; }
.search-modal .labelled-input {
  background-color: #FFF;
  color: #414141;
  text-align: left;
  height: 3.5rem;
  padding: 3px 6px 6px 11px;
  margin-top: 12px;
  border: 1px solid gainsboro;
  border-radius: 5px; }
  @media screen and (min-width: 766px) {
    .search-modal .labelled-input {
      margin-right: 1rem; } }
  .search-modal .labelled-input label {
    font-size: 1rem;
    font-weight: 400;
    line-height: 14px;
    margin: 0 0 3px;
    padding: 0; }
  .search-modal .labelled-input input {
    height: 1.2rem;
    border: 0 solid #000;
    padding: 0;
    margin: 0;
    font-weight: 300; }
  .search-modal .labelled-input input:read-only {
    background-color: transparent; }
  .search-modal .labelled-input input:focus {
    outline: 0px !important;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none !important; }
.search-modal .text-top-m {
  margin-top: 0.4rem; }
.search-modal .btn-guest-number {
  color: #5eb283;
  background: white;
  border: 1px solid #ddd;
  box-shadow: rgba(0, 0, 0, 0); }
.search-modal .calendar_message {
  margin-bottom: 0.5rem; }
  .search-modal .calendar_message button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    color: #5eb283;
    text-decoration: underline; }

.h-spacer-5 {
  margin-bottom: 5rem; }

.super-reg {
  font-size: 50%;
  position: relative;
  bottom: 0.5em;
  font-weight: 300; }

.text-wh-orange, .text-wh-orange:hover {
  color: #f7941d; }

.text-wh-mint, .text-wh-mint:hover {
  color: #5eb283; }

.link-wh-green, .link-wh-green:hover {
  color: #00634b;
  text-decoration: underline; }

.toggle-checkbox {
  line-height: 26px; }
  .toggle-checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute; }
    .toggle-checkbox input[type=checkbox] + label {
      position: relative;
      display: inline-block;
      transition: 0.4s ease;
      -webkit-transition: 0.4s ease;
      -moz-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      -ms-transition: 0.4s ease;
      height: 26px;
      width: 43px;
      border: 1px solid #f0f0f0;
      border-radius: 52px;
      cursor: pointer;
      margin-bottom: 0; }
      .toggle-checkbox input[type=checkbox] + label:before {
        content: "";
        position: absolute;
        display: block;
        transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
        -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
        -moz-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
        -o-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
        -ms-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
        height: 26px;
        width: 43px;
        top: 0;
        left: 0;
        border-radius: 52px; }
      .toggle-checkbox input[type=checkbox] + label:after {
        content: "";
        position: absolute;
        display: block;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
        transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
        -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
        -moz-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
        -o-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
        -ms-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
        background: #f7f7f7;
        height: 24px;
        width: 24px;
        top: 0px;
        left: 0px;
        border-radius: 52px; }
    .toggle-checkbox input[type=checkbox]:checked + label:before {
      background: #5eb283;
      transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
      -webkit-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
      -moz-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
      -o-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
      -ms-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1); }
    .toggle-checkbox input[type=checkbox]:checked + label:after {
      left: 20px; }
  .toggle-checkbox.toggle-sm {
    line-height: 20px; }
    .toggle-checkbox.toggle-sm input[type=checkbox] + label {
      height: 20px;
      width: 35px; }
      .toggle-checkbox.toggle-sm input[type=checkbox] + label:before {
        height: 20px;
        width: 35px; }
      .toggle-checkbox.toggle-sm input[type=checkbox] + label:after {
        height: 19px;
        width: 19px; }
    .toggle-checkbox.toggle-sm input[type=checkbox]:checked + label:after {
      left: 16px; }

.checkbox-inline {
  margin-right: 0.8rem;
  margin-top: 0px;
  display: inline-block; }

.stepper-logo-top {
  background-color: #00634b;
  padding: 0.25rem 1rem; }
  .stepper-logo-top .stepper-inner {
    margin: 0 auto; }
  .stepper-logo-top .u_logo_size-stepper img {
    width: 100%; }

.main-heading-banner {
  width: 100%;
  min-height: 200px;
  background: url(/res/images/become-a-partner/become-a-partner-our-history-background-image.svg) no-repeat center center/cover, linear-gradient(45deg, #00634b, #5eb283);
  text-transform: capitalize;
  background-size: 200%;
  background-position: top;
  background-repeat: no-repeat; }
  .main-heading-banner .page-heading {
    color: #fff;
    align-self: center !important;
    margin: auto;
    text-align: center;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem; }
  .main-heading-banner .page-subheading {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 0;
    font-weight: 300; }

.nav-bar {
  background-color: #00634b;
  top: 0;
  left: 0;
  right: 0; }
  .nav-bar .navbar {
    padding-top: 0;
    padding-bottom: 0; }
    .nav-bar .navbar .has-megamenu {
      position: static !important; }
    .nav-bar .navbar .megamenu {
      width: 100vw;
      position: absolute;
      left: 50%;
      right: 50%;
      top: 50px;
      margin-left: -50vw;
      margin-right: -50vw;
      height: 300px;
      padding: 0px 0px;
      border-radius: 0 !important;
      box-shadow: none;
      background-color: #FFF;
      -webkit-box-shadow: none; }
      .nav-bar .navbar .megamenu .list-heading {
        list-style: none !important;
        padding-bottom: 0.8rem;
        background-color: #FFF;
        color: #414141;
        font-size: 1.25rem;
        font-weight: 400; }
      .nav-bar .navbar .megamenu .list-item {
        list-style: none;
        padding: 0;
        margin: 0; }
      .nav-bar .navbar .megamenu .list-link {
        padding: 0px;
        text-decoration: none;
        font-size: 1rem;
        color: #818181;
        display: block;
        transition: 0.3s;
        color: #5a5a5a;
        font-weight: 300;
        line-height: 1.5rem; }
    .nav-bar .navbar .nav-link {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .nav-bar .navbar .top-links {
      font-size: .875rem;
      padding-right: 1rem;
      padding-left: 1rem; }
    .nav-bar .navbar .nav-button {
      background-color: transparent;
      border: none; }
    .nav-bar .navbar .custom-carrot::after {
      color: #f7941d;
      border-top: .5em solid;
      border-right: .4em solid transparent;
      border-bottom: 0;
      border-left: .4em solid transparent; }
    .nav-bar .navbar .search-megamenu {
      width: 100vw;
      position: absolute;
      left: 50%;
      right: 50%;
      top: 50px;
      margin-left: -50vw;
      margin-right: -50vw;
      height: 60px;
      padding: 0px 0px;
      box-shadow: none;
      background-color: #FFF;
      -webkit-box-shadow: none; }
      .nav-bar .navbar .search-megamenu .search-box:focus {
        border-color: #5eb283;
        box-shadow: 0 0 0 0.2rem rgba(94, 178, 131, 0.25); }
  .nav-bar .nav-link {
    color: #FFF;
    position: relative; }
  .nav-bar .nav-link:hover {
    color: #f7941d; }
  .nav-bar .mobile-logo {
    max-width: 68%; }

@media screen and (min-width: 768px) {
  .nav-bar {
    background-repeat: repeat-x;
    background-position: top center;
    height: 53px; }

  .mobile-logo {
    display: none; } }
@media screen and (max-width: 767px) {
  .nav-bar {
    position: relative;
    height: 60px; }

  .navbar-toggler {
    color: #FFF; }

  .navbar {
    padding: 0.25rem 1rem !important; } }
#sidebar {
  width: 300px;
  position: fixed;
  top: 0;
  left: -300px;
  height: 100vh;
  z-index: 4500;
  background: #FFF;
  color: #414141;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }
  #sidebar #dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #FFF;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  #sidebar #dismiss:hover {
    background: #fff;
    color: gainsboro; }
  #sidebar .sidebar-header {
    padding: 30px;
    background: #FFF; }
  #sidebar ul.components {
    padding: 4rem 0 20px; }
  #sidebar ul p {
    color: #fff;
    padding: 10px; }
  #sidebar ul li a {
    padding: 1rem 10px 1rem 0;
    display: block; }
  #sidebar ul li a:hover {
    color: #414141;
    background: #fff;
    text-decoration: none; }
  #sidebar ul li.active > a,
  #sidebar a[aria-expanded="true"] {
    border-bottom: 1px solid rgba(220, 220, 220, 0) !important; }
  #sidebar .sidebar-inner:focus {
    outline: none; }
  #sidebar .sidebar-inner .sidebar-links-title {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
    font-weight: 500; }
    #sidebar .sidebar-inner .sidebar-links-title .inner-chevron {
      transition: .5s; }
  #sidebar .sidebar-inner .sidebar-links {
    color: #414141;
    border-bottom: 1px solid gainsboro;
    margin-right: 10px;
    flex: 1; }
  #sidebar .sidebar-inner .sidebar-links.active {
    color: #5eb283; }

#sidebar.active {
  left: 0; }

.logo-bar__img {
  position: absolute;
  width: 380px;
  height: 80px;
  top: 20px;
  z-index: 2; }
  .logo-bar__img a {
    display: inline-block; }
  .logo-bar__img img {
    height: 70px; }
.logo-bar .logo-bar-link {
  height: 40px;
  right: 0;
  bottom: 5px;
  border-radius: 3px;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 40px;
  height: 50px;
  padding: 12px 12px 14px 12px; }
.logo-bar .logo-bar-button {
  height: 40px;
  right: 0;
  bottom: 5px;
  color: #f0f0f0; }
  .logo-bar .logo-bar-button a {
    border-radius: 3px;
    background-color: #007d5e;
    color: #FFF;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 40px;
    height: 50px;
    padding: 12px 12px 14px 12px; }
    .logo-bar .logo-bar-button a .link-icon {
      margin-right: 11px;
      margin-bottom: 2px; }
  .logo-bar .logo-bar-button a:hover {
    text-decoration: none;
    color: #f0f0f0; }
  .logo-bar .logo-bar-button a:hover {
    background-color: #00b085; }

@media screen and (max-width: 767px) {
  .logo-bar {
    height: 0px; }
    .logo-bar .logo-bar-div {
      display: none; } }
@media screen and (min-width: 768px) {
  .logo-bar {
    background: #00634b;
    height: 60px;
    width: 100%; }
    .logo-bar .logo-bar-div {
      position: relative;
      width: 100%;
      height: 100%; } }
@media screen and (max-width: 767px) {
  .logo-bar {
    height: 0px; }
    .logo-bar > div {
      display: none; } }
.site-logo-bar {
  background: #00634b;
  width: 100%; }
  .site-logo-bar .site-logo {
    height: 60px;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    @media screen and (max-width: 767px) {
      .site-logo-bar .site-logo {
        height: 50px;
        margin-top: 0.3rem;
        margin-bottom: 0.3rem; } }
  .site-logo-bar .nav-toggle-container {
    display: none; }
    @media screen and (max-width: 767px) {
      .site-logo-bar .nav-toggle-container {
        display: flex; } }
    .site-logo-bar .nav-toggle-container .nav-toggle {
      padding: 0.25rem 0.75rem;
      font-size: 1.25rem;
      line-height: 1;
      background-color: transparent;
      border: 1px solid transparent;
      border-radius: 0.25rem;
      color: #fff; }
  .site-logo-bar .link-button-container .link-button {
    background-color: #5eb283;
    border-radius: 5rem;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 0.6rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 5rem; }
    @media screen and (max-width: 767px) {
      .site-logo-bar .link-button-container .link-button {
        display: none !important; } }
    .site-logo-bar .link-button-container .link-button:focus-visible {
      outline: 3px solid white;
      outline-offset: 2px;
      box-shadow: 0 0 0 6px black;
      border-radius: 2px; }

.error-page .error-header {
  font-size: 5rem;
  font-weight: 600;
  margin-bottom: 1rem; }
.error-page .error-subheader {
  font-weight: 300;
  margin-bottom: 2rem; }
.error-page .error-links, .error-page .error-links:hover {
  font-weight: 300;
  color: #f7941d; }

.become-a-partner {
  background-color: #f0f0f0;
  min-height: 709px; }
  .become-a-partner .join-banner {
    position: relative;
    min-height: 400px;
    background: url(/res/images/become-a-partner/become-a-partner-join-background-image.svg) no-repeat center center/cover, linear-gradient(45deg, #00634b, #5eb283); }
    @media screen and (max-width: 850px) {
      .become-a-partner .join-banner {
        min-height: 400px; } }
    .become-a-partner .join-banner .top-text {
      color: white;
      max-width: 285px;
      margin-top: auto;
      margin-bottom: auto; }
      @media screen and (max-width: 850px) {
        .become-a-partner .join-banner .top-text {
          padding-top: 1.5rem; } }
      .become-a-partner .join-banner .top-text .main-text {
        font-size: 7rem;
        font-weight: 800;
        display: block; }
      .become-a-partner .join-banner .top-text .sub-text {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.8rem;
        padding-bottom: 7rem;
        display: block; }
        @media screen and (max-width: 850px) {
          .become-a-partner .join-banner .top-text .sub-text {
            padding-bottom: 0rem; } }
    @media screen and (max-width: 850px) {
      .become-a-partner .join-banner .top-image-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    .become-a-partner .join-banner .top-image {
      width: 100%;
      height: auto;
      padding-top: 93px; }
      @media screen and (max-width: 850px) {
        .become-a-partner .join-banner .top-image {
          padding-top: 0; } }
  .become-a-partner .image-white-txt {
    color: white;
    width: 75%;
    margin: auto; }
  .become-a-partner .top-div-padding {
    padding-bottom: 6rem;
    padding-top: 6rem; }
  .become-a-partner .our-history-padding {
    padding-top: 6rem; }
  .become-a-partner .our-purpose {
    background: url(/res/images/become-a-partner/become-a-partner-our-purpose-image.jpg) center center/cover;
    min-height: 800px;
    background-position: bottom; }
  .become-a-partner .our-purpose-chevron {
    width: 5rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    display: block; }
  .become-a-partner .our-why-chevron {
    margin-left: auto;
    margin-right: auto;
    margin-top: 6rem;
    margin-bottom: 18rem;
    display: block;
    max-width: 70%;
    width: 100%;
    height: auto; }
  .become-a-partner .quote-marks {
    height: 3rem;
    width: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    display: block; }
  .become-a-partner .our-history {
    position: relative;
    min-height: 400px;
    background: url(/res/images/become-a-partner/become-a-partner-our-history-background-image.svg), linear-gradient(45deg, #00634b, #5eb283);
    background-size: 250%;
    background-position: top;
    background-repeat: no-repeat; }
    @media screen and (max-width: 850px) {
      .become-a-partner .our-history {
        min-height: 400px; } }
    .become-a-partner .our-history .our-history-image {
      padding-top: 10rem;
      width: 100%;
      height: auto;
      margin-bottom: -15.5%; }
  .become-a-partner .our-why {
    background-image: url(/res/images/become-a-partner/become-a-partner-our-why-image.png);
    background-color: #59a1db;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 1000px;
    background-size: 100vw; }
    @media screen and (max-width: 800px) {
      .become-a-partner .our-why {
        background-size: 180vw; } }
    .become-a-partner .our-why .why-subheading {
      font-weight: 500;
      line-height: 1.2;
      font-size: 1.25rem;
      text-align: center;
      margin-bottom: 1.5rem; }
  .become-a-partner .our-offer {
    background: url(/res/images/become-a-partner/become-a-partner-our-offer-background.svg) no-repeat center center/cover, linear-gradient(45deg, #f0f0f0, white); }
    .become-a-partner .our-offer .offer-title {
      color: #6e6e6e;
      margin-bottom: 6rem !important; }
    .become-a-partner .our-offer .offer-img {
      width: 100%;
      height: auto;
      padding: 0rem 4rem 2rem 4rem; }
    .become-a-partner .our-offer .success-img {
      max-width: 300px;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 3rem;
      padding-top: 3rem; }
      @media screen and (max-width: 350px) {
        .become-a-partner .our-offer .success-img {
          max-width: 100%; } }
    .become-a-partner .our-offer .offer-list-pre-text {
      text-align: center !important;
      width: 50%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 5rem;
      margin-top: 5rem; }
    .become-a-partner .our-offer .offer-list {
      font-size: 1rem; }
      .become-a-partner .our-offer .offer-list .offer-row {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0.5rem; }
        .become-a-partner .our-offer .offer-list .offer-row .list-icon {
          font-size: 1.5rem;
          color: #5eb283; }
  .become-a-partner .testimonials {
    background: url(/res/images/become-a-partner/become-a-partner-our-history-background-image.svg) no-repeat center center/cover, linear-gradient(45deg, #00634b, #5eb283);
    min-height: 500px; }
    @media screen and (max-width: 400px) {
      .become-a-partner .testimonials .testimonials-heading {
        font-size: 2.3rem; } }
    .become-a-partner .testimonials .quote-icon {
      color: #f7941d;
      font-size: 4rem; }
  .become-a-partner .faq-div {
    padding-bottom: 6rem; }
    .become-a-partner .faq-div .faq-card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: white;
      background-clip: border-box;
      border-radius: 0.8rem; }
      .become-a-partner .faq-div .faq-card .faq-header {
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
        margin-bottom: 0; }
      .become-a-partner .faq-div .faq-card .faq-button {
        font-size: 1.2rem;
        color: #6e6e6e;
        font-weight: 600; }
      .become-a-partner .faq-div .faq-card .faq-button:focus {
        box-shadow: None; }
      .become-a-partner .faq-div .faq-card .faq-chevron {
        color: #f9c761;
        font-size: 1.8rem; }
      .become-a-partner .faq-div .faq-card .faq-card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        padding: 0rem 2.3rem 3rem 2.3rem;
        color: #6e6e6e; }
  .become-a-partner .our-values {
    background-color: white;
    padding-bottom: 4rem; }
    .become-a-partner .our-values .value-img {
      width: 100%;
      height: auto; }
  .become-a-partner .become-a-partner-btn {
    padding: 20px 30px !important;
    border-radius: 0.5rem;
    border-color: #5eb283;
    border-width: 2px;
    color: #5eb283;
    font-size: 1.25rem;
    line-height: 1.6rem; }
  .become-a-partner .become-a-partner-btn:hover {
    background-color: #5eb283;
    color: white; }
  .become-a-partner .our-history-btn {
    color: white;
    padding: 10px 20px !important;
    border-color: white;
    border-radius: 0.4rem;
    font-size: 1.1rem;
    border-width: 2px; }
  .become-a-partner .our-history-btn:hover {
    background-color: white;
    color: #399871; }
  .become-a-partner .our-why-btn {
    color: white;
    padding: 10px 20px !important;
    border-color: white;
    border-radius: 0.4rem;
    font-size: 1.1rem;
    border-width: 2px; }
  .become-a-partner .our-why-btn:hover {
    background-color: white;
    color: #5aa1db; }
  .become-a-partner .btn:focus {
    box-shadow: none !important; }
  .become-a-partner .scrolling-card {
    padding: 2.5rem !important; }
    .become-a-partner .scrolling-card hr {
      border-top: 4px solid #fafafa;
      margin-top: 2rem; }
  .become-a-partner .testimonials-profile-pic {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .become-a-partner .section-heading {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 3rem !important; }
  .become-a-partner .h-spacer-6 {
    margin-top: 6rem; }
  .become-a-partner .blog-title {
    font-weight: 600;
    margin-top: 1rem;
    line-height: 1.4rem;
    color: #414141 !important; }
  .become-a-partner .related-blogs a, .become-a-partner .related-blogs a:hover {
    color: #00634b;
    text-decoration: underline; }
  .become-a-partner .grey-110 {
    color: #6e6e6e; }
  .become-a-partner .quote-title {
    margin-top: auto; }

.bookonline {
  /* top left*/
  /* The popup bubble styling. */
  /* The parent of the bubble. A zero-height div at the top of the tip. */
  /* This element draws the tip. */
  /* JavaScript will position this div at the bottom of the popup tip. */ }
  .bookonline .bedding-optional {
    background-color: #81c1d0;
    border: 1px solid #81c1d0; }
  .bookonline .bedding-included {
    background-color: #5ec098;
    border: 1px solid #5ec098; }
  .bookonline .bedding-not-provided {
    background-color: #eaaf9c;
    border: 1px solid #eaaf9c; }
  .bookonline .deposit-option {
    background-color: #c1ca94;
    border: 1px solid #c1ca92; }
  .bookonline .hot-tub-included {
    background-color: #5ec098;
    border: 1px solid #5ec098; }
  .bookonline .hot-tub-optional {
    background-color: #81c1d0;
    border: 1px solid #81c1d0; }
  .bookonline .pill-container {
    margin-bottom: auto;
    margin-top: auto; }
    @media screen and (max-width: 768px) {
      .bookonline .pill-container {
        margin-bottom: 0.5rem;
        margin-top: 0; } }
  .bookonline .pill {
    color: #ffffff;
    padding-top: 0.1rem;
    padding-bottom: 0.2rem;
    padding-right: 0.45rem;
    padding-left: 0.45rem;
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
    font-weight: 700;
    margin-right: 0.3rem;
    display: inline-block; }
  .bookonline .price-text {
    color: #5eb283;
    margin-top: auto; }
    .bookonline .price-text .from {
      font-size: 1rem;
      font-weight: 500; }
    .bookonline .price-text .price {
      font-size: 1.5rem;
      font-weight: 700; }
  @media screen and (max-width: 767px) {
    .bookonline .list-tabs-desktop {
      position: sticky;
      top: 0;
      left: 0;
      right: 0;
      z-index: 5;
      margin-left: -1.5rem;
      margin-right: -1.5rem; } }
  .bookonline .list-tabs-desktop .nav-tabs .nav-link.active,
  .bookonline .list-tabs-desktop .nav-tabs .nav-item.show .nav-link {
    border-bottom: 3px solid #5eb283; }
    @media screen and (max-width: 767px) {
      .bookonline .list-tabs-desktop .nav-tabs .nav-link.active,
      .bookonline .list-tabs-desktop .nav-tabs .nav-item.show .nav-link {
        background-color: #fff;
        color: #5eb283;
        border: 0; } }
  .bookonline .list-tabs-desktop .nav-tabs .nav-link {
    border: 0px; }
  .bookonline .list-tabs-desktop .nav-tabs .nav-link.active,
  .bookonline .list-tabs-desktop .nav-tabs .nav-item.show .nav-link {
    color: #5a5a5a; }
    @media screen and (max-width: 767px) {
      .bookonline .list-tabs-desktop .nav-tabs .nav-link.active,
      .bookonline .list-tabs-desktop .nav-tabs .nav-item.show .nav-link {
        color: #5eb283; } }
  .bookonline .list-tabs-desktop .nav-link {
    padding: 0.5rem 1rem; }
    @media screen and (max-width: 767px) {
      .bookonline .list-tabs-desktop .nav-link {
        background-color: #5eb283;
        color: #fff;
        border: 0;
        flex: 1 1 auto;
        border-radius: 0;
        text-align: center; } }
  .bookonline .list-tabs-desktop .nav-tabs {
    border-bottom: 1px solid gainsboro; }
    @media screen and (max-width: 767px) {
      .bookonline .list-tabs-desktop .nav-tabs {
        border: 0; } }
  .bookonline .list-tabs-desktop a,
  .bookonline .list-tabs-desktop a:hover,
  .bookonline .list-tabs-desktop a:focus {
    color: #5a5a5a;
    font-size: 1.125rem; }
    @media screen and (max-width: 767px) {
      .bookonline .list-tabs-desktop a,
      .bookonline .list-tabs-desktop a:hover,
      .bookonline .list-tabs-desktop a:focus {
        font-size: 16px;
        font-weight: 300;
        color: #fff; } }
  @media screen and (max-width: 576px) {
    .bookonline .list-tabs-desktop .nav-link {
      padding: 0.5rem 1rem; } }
  @media screen and (min-width: 768px) {
    .bookonline .list-column {
      padding-left: 1.5rem !important; } }
  .bookonline .chevron-green {
    color: #5eb283; }
  @media screen and (max-width: 767px) {
    .bookonline .desktop-filters {
      display: none; } }
  .bookonline .desktop-filters .filter-clear-btn {
    padding: 5px 25px; }
  @media screen and (min-width: 768px) {
    .bookonline .mobile-filters {
      display: none; } }
  .bookonline .filter-btns .update-btn {
    background-color: #5eb283;
    border-color: #5eb283;
    color: #FFF; }
  .bookonline .filter-btns .clear-btn {
    background-color: #FFF;
    border-color: #5eb283;
    color: #5eb283; }
  .bookonline .filter-top {
    color: #fff;
    background-color: #5eb283;
    font-weight: 400; }
    .bookonline .filter-top .filter-top-title {
      padding: 0.5rem;
      margin-bottom: 0; }
  .bookonline .filter-heading {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    color: #414141;
    font-weight: 600; }
  .bookonline .filter-heading:hover {
    text-decoration: none; }
  .bookonline .filter-body {
    padding: 0.3rem 0 0.75rem; }
  .bookonline .filter-entry {
    font-size: 16px;
    font-weight: 300; }
  .bookonline .booking-bar-desktop {
    padding-top: 2rem; }
    @media screen and (max-width: 767px) {
      .bookonline .booking-bar-desktop {
        display: none; } }
  @media screen and (max-width: 768px) {
    .bookonline .map-container {
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      margin-top: 0rem !important; } }
  .bookonline .min-occ-cancel {
    cursor: pointer;
    color: #5eb283; }
  .bookonline .property-card-container {
    border: 1px solid #969696;
    border-radius: 0.6rem;
    margin-top: 1rem; }
    .bookonline .property-card-container .carousel-item {
      height: 282px !important; }
    .bookonline .property-card-container .carousel-control-btn {
      z-index: 3; }
    .bookonline .property-card-container .property-list-card {
      background-color: #fff; }
      @media screen and (max-width: 768px) {
        .bookonline .property-card-container .property-list-card {
          border-bottom-left-radius: 0.6rem;
          border-bottom-right-radius: 0.6rem; } }
      .bookonline .property-card-container .property-list-card .property-card-link {
        color: #5eb283;
        text-decoration: none; }
      .bookonline .property-card-container .property-list-card .property-header {
        font-weight: 500;
        line-height: 1.8rem;
        color: #5eb283;
        font-size: 1.8rem !important; }
      .bookonline .property-card-container .property-list-card .property-header:hover {
        text-decoration: underline; }
      .bookonline .property-card-container .property-list-card .location-text {
        font-size: 0.8rem;
        font-weight: 500;
        color: #5a5a5a;
        line-height: 1.2;
        margin-bottom: 0; }
      .bookonline .property-card-container .property-list-card .distance-text {
        background-color: #f0f0f0;
        color: #5a5a5a;
        padding: 5px;
        margin-top: .8rem;
        margin-bottom: 0;
        font-weight: 300;
        font-size: 80%; }
      .bookonline .property-card-container .property-list-card .facility-icons {
        color: #5eb283;
        font-size: 1.4rem;
        margin-bottom: 0.6rem;
        padding-top: 0.5rem;
        margin-top: auto; }
      .bookonline .property-card-container .property-list-card .price-info-2 {
        color: #414141;
        width: 50%;
        font-size: 0.8rem;
        line-height: 1rem;
        margin-bottom: 0.55rem;
        margin-top: auto;
        padding-right: 0.5rem; }
      .bookonline .property-card-container .property-list-card .price-container {
        justify-content: space-between; }
      .bookonline .property-card-container .property-list-card .telephone_only-container .telephone-only-text {
        font-size: 1rem;
        font-weight: 500; }
      .bookonline .property-card-container .property-list-card .telephone_only-container .telephone-only-symbol {
        font-size: 1.5rem;
        margin-left: 0.5rem; }
    .bookonline .property-card-container .card-body {
      height: 100%;
      padding: 1.4rem 1.8rem 1.8rem 1.8rem; }
      @media screen and (max-width: 768px) {
        .bookonline .property-card-container .card-body {
          padding: 1.8rem; } }
    .bookonline .property-card-container .card-right-chevron {
      background-color: #5eb283;
      color: #FFF;
      border-top-right-radius: 0.6rem;
      border-bottom-right-radius: 0.6rem; }
      .bookonline .property-card-container .card-right-chevron:hover {
        color: #FFF;
        text-decoration: none;
        background-color: #6fba90; }
      .bookonline .property-card-container .card-right-chevron .inner {
        padding: 0 5px; }
    .bookonline .property-card-container .unit-type-section {
      border-top: 1px solid #969696;
      border-bottom-right-radius: 0.6rem;
      border-bottom-left-radius: 0.6rem;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .bookonline .property-card-container .unit-type-section .unit-type-row {
        margin: 0 15px;
        font-size: 0.85rem; }
        .bookonline .property-card-container .unit-type-section .unit-type-row .unit-type-icon-row {
          padding: 5px 0.25rem 0 0.25rem;
          display: flex;
          flex-wrap: wrap; }
          @media screen and (min-width: 556px) {
            .bookonline .property-card-container .unit-type-section .unit-type-row .unit-type-icon-row {
              display: none; } }
        .bookonline .property-card-container .unit-type-section .unit-type-row .unit-type-row-inner {
          padding: 0 0 5px 0;
          display: flex;
          flex-wrap: wrap;
          cursor: pointer; }
          @media screen and (min-width: 556px) {
            .bookonline .property-card-container .unit-type-section .unit-type-row .unit-type-row-inner {
              padding: 5px 0; } }
        @media screen and (max-width: 555px) {
          .bookonline .property-card-container .unit-type-section .unit-type-row .desktop-text {
            display: none; } }
        .bookonline .property-card-container .unit-type-section .unit-type-row .unit-type-name {
          font-weight: 600;
          color: #414141; }
        .bookonline .property-card-container .unit-type-section .unit-type-row .unit-type-avail {
          font-weight: 600;
          color: #414141; }
        .bookonline .property-card-container .unit-type-section .unit-type-row .unit-type-price {
          font-weight: 600;
          color: #5eb283; }
        .bookonline .property-card-container .unit-type-section .unit-type-row .unit-type-col-centered {
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          padding-left: 0.25rem;
          padding-right: 0.25rem; }
        .bookonline .property-card-container .unit-type-section .unit-type-row .name-col {
          display: flex;
          align-items: center;
          flex: 0 0 33.32%;
          max-width: 33.32%; }
          @media screen and (max-width: 555px) {
            .bookonline .property-card-container .unit-type-section .unit-type-row .name-col {
              flex: 0 0 50%;
              max-width: 50%; } }
        .bookonline .property-card-container .unit-type-section .unit-type-row .sleeps-col {
          flex: 0 0 8.33%;
          max-width: 8.33%; }
          @media screen and (max-width: 555px) {
            .bookonline .property-card-container .unit-type-section .unit-type-row .sleeps-col {
              display: none; } }
        .bookonline .property-card-container .unit-type-section .unit-type-row .dogs-col {
          flex: 0 0 16.66%;
          max-width: 16.66%; }
          @media screen and (max-width: 555px) {
            .bookonline .property-card-container .unit-type-section .unit-type-row .dogs-col {
              display: none; } }
        .bookonline .property-card-container .unit-type-section .unit-type-row .avail-col {
          flex: 0 0 11.66%;
          max-width: 11.66%; }
          @media screen and (max-width: 555px) {
            .bookonline .property-card-container .unit-type-section .unit-type-row .avail-col {
              flex: 0 0 25%;
              max-width: 25%; } }
        .bookonline .property-card-container .unit-type-section .unit-type-row .details-col {
          flex: 0 0 16.66%;
          max-width: 16.66%; }
          @media screen and (max-width: 555px) {
            .bookonline .property-card-container .unit-type-section .unit-type-row .details-col {
              display: none; } }
        .bookonline .property-card-container .unit-type-section .unit-type-row .price-col {
          flex: 0 0 8.33%;
          max-width: 8.33%; }
          @media screen and (max-width: 555px) {
            .bookonline .property-card-container .unit-type-section .unit-type-row .price-col {
              flex: 0 0 19.99%;
              max-width: 19.99%; } }
        .bookonline .property-card-container .unit-type-section .unit-type-row .next-col {
          flex: 0 0 5%;
          max-width: 5%;
          color: #5eb283; }
        .bookonline .property-card-container .unit-type-section .unit-type-row .limited-availability {
          color: red; }
        .bookonline .property-card-container .unit-type-section .unit-type-row .no-availability {
          color: #969696; }
      .bookonline .property-card-container .unit-type-section .unit-type-row:not(:last-child) .unit-type-row-inner {
        border-bottom: #b4b4b4;
        border-style: solid;
        border-width: 0 0 1px 0; }
      .bookonline .property-card-container .unit-type-section .unit-show-more {
        background: transparent;
        border: 0;
        font-weight: 400;
        color: #5eb283;
        text-decoration: underline;
        padding: 0 0.2rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0.25rem;
        margin-bottom: 0.25rem; }
      .bookonline .property-card-container .unit-type-section .unit-show-more:focus {
        outline: 0; }
  .bookonline .offer-box {
    background-color: #5eb283;
    color: #fff; }
    .bookonline .offer-box h2 {
      font-size: 1.2rem;
      font-weight: 700 !important; }
    .bookonline .offer-box p {
      margin-top: 0;
      margin-bottom: 1rem; }
    .bookonline .offer-box a, .bookonline .offer-box a:hover {
      color: #fff; }
  .bookonline .overlay-icons {
    top: 20px;
    right: 20px;
    position: absolute;
    z-index: 4;
    height: 2.1rem; }
  .bookonline .ribbon {
    width: 170px;
    height: 170px;
    overflow: hidden;
    position: absolute; }
  .bookonline .ribbon span {
    position: absolute;
    display: block;
    width: 265px;
    padding: 10px 0;
    background-color: #5eb283;
    color: #fff;
    font: 700 14px/1 "Lato", sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center; }
  .bookonline .ribbon-top-left {
    top: 0;
    left: 0;
    z-index: 2; }
  .bookonline .ribbon-top-left span {
    right: -3px;
    top: 18px;
    transform: rotate(-45deg); }
  .bookonline .location-header {
    width: 100%;
    height: 400px;
    background-color: #5eb283;
    background-size: cover;
    background-position: center center;
    max-width: none;
    text-transform: capitalize; }
    .bookonline .location-header .location-heading {
      color: #fff;
      align-self: center !important;
      text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7); }
    .bookonline .location-header .location-subheading {
      font-size: 2.25rem;
      color: #fff;
      margin-bottom: 0;
      font-weight: 300; }
  .bookonline .lower-page-text {
    background-color: #fff;
    margin-bottom: 6rem; }
    .bookonline .lower-page-text img {
      max-width: 100%;
      padding-bottom: 1rem; }
    .bookonline .lower-page-text a, .bookonline .lower-page-text a:hover {
      color: #f7941d; }
    .bookonline .lower-page-text h2 {
      font-size: 1.5rem !important; }
    .bookonline .lower-page-text h3 {
      font-size: 1.5rem !important;
      margin-top: 3.5rem;
      margin-bottom: 1rem;
      font-weight: 700; }
    .bookonline .lower-page-text h4 {
      margin-top: 4rem;
      margin-bottom: 1rem;
      font-weight: 700; }
  .bookonline .location-caption .caption-link {
    color: #fff;
    display: block; }
  .bookonline .location-caption .caption-link:hover {
    color: #fff; }
  .bookonline .location-caption .caption-title {
    padding: 0.75rem 1.25rem;
    background-color: #5eb283;
    font-size: 1.15rem; }
  .bookonline .location-caption .card-image-cover-tall {
    background: linear-gradient(to bottom right, #00634b, #5eb283);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    height: 100%;
    min-height: 300px;
    max-width: 100%; }
    @media screen and (max-width: 576px) {
      .bookonline .location-caption .card-image-cover-tall {
        min-height: 250px; } }
    .bookonline .location-caption .card-image-cover-tall .overlay-centered-text {
      color: #FFF;
      font-weight: bold;
      line-height: 1.4rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-transform: capitalize;
      text-align: center;
      font-size: 1.2rem; }
  .bookonline .cluster_map {
    height: 80vh;
    width: 100%; }
  .bookonline .map-pop-up .popup-image-top {
    width: 100%;
    height: auto; }
  .bookonline .map-pop-up .popup-btn-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF; }
  .bookonline .map-pop-up .popup-card {
    display: block;
    padding: 1.4rem; }
    .bookonline .map-pop-up .popup-card p {
      margin-bottom: 0 !important; }
    .bookonline .map-pop-up .popup-card .popup-sitename {
      color: #5eb283;
      padding-bottom: 0.6rem;
      font-size: 1.5rem; }
    .bookonline .map-pop-up .popup-card .popup-icons {
      color: #5eb283;
      font-size: 1.2rem;
      padding-bottom: 0.8rem; }
    .bookonline .map-pop-up .popup-card .popup-location {
      color: #5a5a5a;
      text-transform: capitalize;
      font-size: 0.8rem;
      margin-bottom: 1rem !important; }
    .bookonline .map-pop-up .popup-card .popup-price-text {
      color: #5eb283;
      font-size: 1.2rem;
      text-align: right !important; }
  .bookonline .popup-bubble {
    /* Position the bubble centred-above its parent. */
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    /* Style the bubble. */
    min-height: 160px;
    background-color: white;
    font-family: Lato !important;
    overflow-y: auto;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5); }
  .bookonline .popup-bubble-anchor {
    /* Position the div a fixed distance above the tip. */
    position: absolute;
    width: 100%;
    /* TIP_HEIGHT= */
    bottom: 25px;
    left: 0; }
  .bookonline .popup-bubble-anchor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* Center the tip horizontally. */
    transform: translate(-50%, 0);
    /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
    width: 0;
    height: 0;
    /* The tip is 8px high, and 12px wide. */
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    /* TIP_HEIGHT= */
    border-top: 8px solid white; }
  .bookonline .popup-container {
    cursor: auto;
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 283px; }
  .bookonline .location-caption-title h2 {
    color: #414141;
    padding-bottom: 12px;
    font-weight: 600;
    font-size: 1.5rem; }
  .bookonline .location-caption {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important; }
  .bookonline .bookonline-carousel-inner {
    border-top-left-radius: 0.6rem;
    border-bottom-left-radius: 0.6rem; }
    @media screen and (max-width: 768px) {
      .bookonline .bookonline-carousel-inner {
        border-top-left-radius: 0.6rem;
        border-bottom-left-radius: 0rem;
        border-top-right-radius: 0.6rem; } }
  .bookonline .price-info {
    margin-right: auto;
    margin-bottom: 1.5rem;
    margin-top: 1rem; }
    .bookonline .price-info p {
      margin-bottom: 0 !important; }
    @media screen and (max-width: 576px) {
      .bookonline .price-info {
        width: 70%;
        line-height: 1.3rem;
        text-indent: -0.4rem;
        padding-left: 0.4rem; } }
  .bookonline .search-modal-btn {
    height: 50px; }
  .bookonline .close-custom {
    font-size: 2.25rem; }

.customer-details .details-form {
  margin-bottom: 5rem; }
.customer-details .error {
  border-color: red; }
.customer-details .address-header {
  font-size: 1.25rem; }

.center1000 {
  max-width: 1148px;
  margin: auto;
  padding: 0 1.5rem; }

a:focus-visible, button:focus-visible {
  outline: 3px solid white;
  outline-offset: 2px;
  box-shadow: 0 0 0 6px black;
  border-radius: 2px; }

.homepage .book-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #ddd;
  z-index: 5; }
  .homepage .book-header .search-text {
    font-weight: 600;
    color: #5eb283;
    cursor: pointer; }
.homepage .feefo-review-widget-product {
  margin-bottom: 6rem; }
.homepage .section-title {
  color: #414141;
  padding-bottom: 12px;
  font-weight: 600;
  font-size: 1.5rem; }
.homepage .our-story-title {
  color: #414141;
  padding-bottom: 12px;
  margin-top: 1rem;
  font-weight: 600;
  font-size: 1.5rem; }
.homepage .caption-container {
  margin-bottom: 6rem; }
.homepage .caption-margin {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
.homepage .rounded-8 {
  border-radius: 0.8rem; }
.homepage .homepage-text {
  font-family: Lato !important;
  margin-left: 8%;
  margin-right: 8%;
  padding-top: 4rem; }
  .homepage .homepage-text .homepage-heading {
    font-size: 2.6rem;
    font-weight: 500; }
  .homepage .homepage-text .homepage-splash-text {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 5rem; }
@media screen and (max-width: 768px) {
  .homepage .voucher-flash {
    display: none; } }
.homepage .voucher-flash .voucher-roundel {
  width: 150px;
  height: 150px; }
.homepage .voucher-bar {
  height: 60px;
  color: white;
  padding-top: 12px;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #5eb283; }
  @media screen and (min-width: 768px) {
    .homepage .voucher-bar {
      display: none; } }
  .homepage .voucher-bar .voucher-bar-content {
    display: inline-flex; }
  .homepage .voucher-bar .voucher-icon {
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px; }
.homepage .voucher-flash-container {
  padding-bottom: 4rem;
  padding-right: 1rem;
  display: flex;
  justify-content: end; }
.homepage .homepage-caption {
  margin-left: -7px;
  margin-right: -7px; }
.homepage .banner-img {
  background: url(/res/images/home/wigwamholidays_home_xmas_banner.jpg) center center/cover;
  width: 100%;
  height: 600px;
  position: relative;
  max-width: none; }
  @media screen and (max-width: 767px) {
    .homepage .banner-img {
      height: 440px;
      height: 500px;
      background: url(/img-srv/Gift_Voucher_Xmax_2025_Mobile_Image_NVQCAKZXHDFG/Gift_Voucher_Xmax_2025_Mobile_Image.jpg) center center/cover; } }
  .homepage .banner-img .overlay-txt {
    height: 100%;
    padding-bottom: 10rem;
    display: flex;
    align-items: end;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .homepage .banner-img .overlay-txt {
        padding-bottom: 2rem; } }
    .homepage .banner-img .overlay-txt .splash-text {
      font-size: 1.1rem; }
      .homepage .banner-img .overlay-txt .splash-text .text-image {
        max-width: 250px;
        height: auto; }
        @media screen and (max-width: 767px) {
          .homepage .banner-img .overlay-txt .splash-text .text-image {
            max-width: 200px; } }
    .homepage .banner-img .overlay-txt .feefo-logo {
      width: 150px; }
      @media screen and (max-width: 767px) {
        .homepage .banner-img .overlay-txt .feefo-logo {
          width: 120px; } }
    @media screen and (max-width: 767px) {
      .homepage .banner-img .overlay-txt .voucher-img {
        width: 200px;
        height: auto; } }
    .homepage .banner-img .overlay-txt .voucher-button {
      background-color: #5eb283;
      border-color: #5eb283;
      color: #FFF;
      border-radius: 20px;
      padding: 0.6rem 2rem; }
  @media screen and (max-width: 767px) {
    .homepage .banner-img .overlay-txt-xmas {
      flex-direction: column; } }
  .homepage .banner-img .overlay-txt-xmas .splash-text {
    color: #fff;
    align-self: center;
    margin-left: 1rem;
    text-align: center;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .homepage .banner-img .overlay-txt-xmas .splash-text {
        margin-top: 4rem; } }
  @media screen and (max-width: 767px) {
    .homepage .banner-img .overlay-txt-xmas .splash-text-right {
      align-self: start; } }
  .homepage .banner-img .guarantee-div {
    position: absolute;
    bottom: 0;
    margin: auto;
    color: #FFF;
    right: 0; }
    @media screen and (min-width: 768px) {
      .homepage .banner-img .guarantee-div {
        left: 0;
        right: 0;
        padding-bottom: 40px;
        text-align: center; } }
  @media screen and (max-width: 767px) {
    .homepage .banner-img .desktop-booking-bar {
      display: none; } }
.homepage .grey-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  width: 100%;
  height: 48px; }
  @media screen and (min-width: 1116px) {
    .homepage .grey-overlay {
      text-align: center; }
      .homepage .grey-overlay ul {
        list-style: none;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px; }
        .homepage .grey-overlay ul li {
          display: inline;
          padding: 0 15px; }
      .homepage .grey-overlay .mobile-text {
        display: none; } }
  @media screen and (max-width: 1115px) {
    .homepage .grey-overlay ul {
      position: relative;
      list-style: none;
      padding: 0; }
      .homepage .grey-overlay ul li {
        text-align: center;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0; }
    .homepage .grey-overlay .mobile-text {
      opacity: 1 !important; } }
.homepage .mobile-booking-bar {
  background-color: #00634b; }
.homepage .caption-item {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 1rem; }
  @media screen and (max-width: 576px) {
    .homepage .caption-item {
      padding-left: 0;
      padding-right: 0; } }
  .homepage .caption-item .caption-image {
    max-height: 310px;
    height: auto; }
  .homepage .caption-item .caption-banner {
    background-image: url("/res/images/home/mint-bar.png");
    background-repeat: repeat;
    position: absolute;
    transition: 0.5s;
    bottom: 0;
    left: 7px;
    right: 7px;
    height: 60px;
    color: #fff;
    font-size: 1.5rem;
    padding: 13px 13px 13px 30px; }
    @media screen and (max-width: 576px) {
      .homepage .caption-item .caption-banner {
        left: 0;
        right: 0; } }
  .homepage .caption-item .caption-icon {
    position: absolute;
    transition: 0.5s;
    top: 10%;
    right: 7px;
    height: 72px;
    width: 72px;
    z-index: 11;
    background-color: #5eb283; }
    @media screen and (max-width: 576px) {
      .homepage .caption-item .caption-icon {
        right: 0; } }
  .homepage .caption-item .overlay {
    opacity: 0;
    transition: 0.5s;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 7px;
    right: 7px; }
    @media screen and (max-width: 576px) {
      .homepage .caption-item .overlay {
        left: 0;
        right: 0; } }
    .homepage .caption-item .overlay .overlay-text {
      text-align: center;
      color: #FFF !important;
      width: 100%;
      font-size: 18px;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding-left: 18%;
      padding-right: 18%; }
    .homepage .caption-item .overlay .overlay-btn {
      display: block;
      width: 60%;
      border-radius: 5px;
      padding: 10px 15px;
      margin: 5% auto 0; }
.homepage .caption-item:hover .overlay {
  transition: 0.5s;
  opacity: 1; }
.homepage .caption-item:hover .caption-banner {
  transition: 0.5s;
  opacity: 0; }
.homepage .caption-item:hover .caption-icon {
  transition: 0.5s;
  opacity: 0; }
.homepage .social-media-footer {
  width: 100%;
  background-color: #00634b;
  padding: 15px 2.8rem 0; }
  .homepage .social-media-footer .desktop-display {
    position: relative; }
    .homepage .social-media-footer .desktop-display a {
      position: absolute; }
    @media screen and (max-width: 1170px) {
      .homepage .social-media-footer .desktop-display {
        display: none; } }
  .homepage .social-media-footer .mobile-display {
    color: #FFF; }
    @media screen and (min-width: 1171px) {
      .homepage .social-media-footer .mobile-display {
        display: none; } }
    .homepage .social-media-footer .mobile-display .label-text {
      vertical-align: middle;
      height: 57px;
      line-height: 57px; }
.homepage .featured-sites-container {
  margin-bottom: 6rem;
  margin-top: 3rem; }
.homepage .wigwam-usp-container {
  margin-bottom: 5rem;
  margin-top: 5rem; }
  .homepage .wigwam-usp-container .icon {
    font-size: 3rem;
    color: #5eb283; }
  .homepage .wigwam-usp-container .usp-title {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
    margin-top: 0.6rem; }
.homepage .our-story-section .img-card {
  background-size: cover;
  background-position: center; }
.homepage .our-story-section .short-img {
  height: 200px;
  border-radius: 1.5rem; }
.homepage .our-story-section .our-story-btn {
  background-color: #5eb283;
  color: white;
  border-radius: 2rem;
  font-size: 1.3rem;
  width: 100%;
  padding: 0.5rem; }
  .homepage .our-story-section .our-story-btn:hover {
    filter: contrast(115%); }
  .homepage .our-story-section .our-story-btn:focus-visible {
    outline: 3px solid white;
    outline-offset: 2px;
    box-shadow: 0 0 0 6px black;
    border-radius: 2px; }
.homepage .our-story-section .premium-cabin-title {
  color: #414141;
  margin-bottom: 12px;
  margin-top: 1rem;
  font-weight: 600;
  font-size: 1.5rem; }
  @media screen and (max-width: 576px) {
    .homepage .our-story-section .premium-cabin-title {
      text-align: center;
      max-width: none; } }
.homepage .our-story-section .premium-cabin-image-height {
  height: 310px;
  border-radius: 1.5rem; }
.homepage .our-story-section .our-story-title {
  color: #414141;
  padding-bottom: 12px;
  margin-top: 1rem;
  font-weight: 600;
  font-size: 1.5rem;
  max-width: 200px; }
  @media screen and (max-width: 576px) {
    .homepage .our-story-section .our-story-title {
      text-align: center;
      max-width: none; } }
@media screen and (max-width: 576px) {
  .homepage .our-story-section .our-story-body {
    text-align: center; } }
.homepage .our-story-section .our-story-text-container {
  padding-right: 3rem; }
  @media screen and (max-width: 576px) {
    .homepage .our-story-section .our-story-text-container {
      padding-right: 15px; } }
.homepage .our-story-section .our-story-image-1-height {
  height: 310px;
  border-radius: 1.5rem; }
  @media screen and (max-width: 992px) {
    .homepage .our-story-section .our-story-image-1-height {
      height: 200px; } }
.homepage .our-story-section .our-story-image-2-height {
  height: 310px;
  border-radius: 1.5rem; }
  @media screen and (max-width: 576px) {
    .homepage .our-story-section .our-story-image-2-height {
      height: 200px; } }
@media screen and (max-width: 992px) {
  .homepage .our-story-section .our-story-image-1 {
    order: 2; } }
@media screen and (max-width: 768px) {
  .homepage .our-story-section .our-story-image-1 {
    display: none; } }
@media screen and (max-width: 992px) {
  .homepage .our-story-section .our-story-image-2 {
    order: 1; } }
@media screen and (max-width: 992px) {
  .homepage .our-story-section .our-story-image-3 {
    display: none; } }
@media screen and (max-width: 992px) {
  .homepage .our-story-section .our-story-image-4 {
    order: 3; } }
@media screen and (max-width: 992px) {
  .homepage .our-story-section .our-story-image-5 {
    order: 4; } }
.homepage .location-caption .caption-link {
  color: #fff;
  display: block; }
.homepage .location-caption .caption-link:hover {
  color: #fff; }
.homepage .location-caption .caption-title {
  padding: 0.75rem 1.25rem;
  background-color: #5eb283;
  font-size: 1.15rem; }
.homepage .location-caption .card-image-cover-tall {
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 300px;
  max-width: 100%; }
  @media screen and (max-width: 576px) {
    .homepage .location-caption .card-image-cover-tall {
      min-height: 250px; } }
  .homepage .location-caption .card-image-cover-tall .overlay-centered-text {
    color: #FFF;
    font-weight: bold;
    line-height: 1.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: capitalize;
    text-align: center;
    font-size: 1.2rem; }
.homepage .search-caption .caption-link {
  color: #fff;
  display: block; }
.homepage .search-caption .caption-link:hover {
  color: #fff;
  text-decoration: none; }
.homepage .search-caption .caption-title {
  padding: 0.75rem 1.25rem;
  background-color: #5eb283;
  font-size: 1.15rem; }
.homepage .search-caption .card-image-cover-tall {
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
  min-height: 172px;
  max-width: 100%; }
  .homepage .search-caption .card-image-cover-tall .glamping-searches-title {
    color: #FFF;
    line-height: 1.4rem;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    padding: 1rem; }

.news-article {
  min-height: 709px;
  padding-bottom: 50px;
  background-color: #f0f0f0; }
  .news-article .page-content {
    background-color: #fff; }
    .news-article .page-content .featured-image {
      width: 100%;
      height: auto; }
    .news-article .page-content .page-content-body {
      padding: 2.5rem; }
      .news-article .page-content .page-content-body h1 {
        font-size: 2.2rem;
        margin-bottom: 2rem; }
      .news-article .page-content .page-content-body h2 {
        font-size: 1.86rem;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 2rem; }
      .news-article .page-content .page-content-body h3 {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 1.5rem; }
      .news-article .page-content .page-content-body p {
        color: #5a5a5a;
        font-size: 1rem; }
      .news-article .page-content .page-content-body ul, .news-article .page-content .page-content-body ol {
        text-align: left; }
      .news-article .page-content .page-content-body img {
        width: 100% !important;
        margin-top: 1rem;
        margin-bottom: 1rem; }
      .news-article .page-content .page-content-body a, .news-article .page-content .page-content-body a:hover {
        color: #00634b;
        text-decoration: underline; }

.news-home {
  min-height: 709px;
  padding-bottom: 50px;
  background-color: #f0f0f0; }
  .news-home .news-header {
    margin-top: 1.5rem;
    margin-bottom: 1rem; }
  .news-home .news-card {
    background-color: #fff;
    margin-bottom: 2.5rem; }
    .news-home .news-card .featured-image {
      width: 100%;
      height: auto; }
    .news-home .news-card .news-card-body {
      padding: 2.5rem; }
      .news-home .news-card .news-card-body .title-link {
        color: #414141; }
      .news-home .news-card .news-card-body .title-link:hover {
        color: #5a5a5a; }
  .news-home .more-info-container {
    padding-top: 2rem;
    font-weight: 400; }
    .news-home .more-info-container a {
      color: #5eb283 !important; }
  .news-home .news-card-date {
    margin-bottom: 1rem;
    font-weight: 400; }

.payment-page {
  /* Buttons and links */
  /* Animated form */ }
  .payment-page .payment_loading_section {
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem; }
    .payment-page .payment_loading_section .sub-text {
      font-weight: 300;
      font-size: 1.0rem; }
  .payment-page .voucher-button {
    background: #5eb283;
    border-radius: .25rem;
    color: white;
    border: 0;
    padding: 6px 12px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 4px 5.5px 0 rgba(0, 0, 0, 0.07); }
  .payment-page .tandc-click {
    color: #5eb283;
    background-color: #fff;
    border: none;
    text-decoration: underline;
    padding: 6px 12px;
    font-weight: 600; }
    .payment-page .tandc-click:focus-visible {
      outline: 2px solid black; }
  .payment-page .tandc-error {
    border: 1px solid red;
    border-radius: 5px; }
  .payment-page .pay-button {
    background: #5eb283;
    border-radius: .25rem;
    color: white;
    border: 0;
    padding: 12px 16px;
    margin-top: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: block;
    box-shadow: 0 4px 5.5px 0 rgba(0, 0, 0, 0.07);
    width: 100%; }
  .payment-page .pay-button:hover {
    filter: contrast(115%); }
  .payment-page .pay-button:active {
    transform: translateY(0px) scale(0.98);
    filter: brightness(0.9); }
  .payment-page .pay-button:disabled {
    opacity: 0.5;
    cursor: none; }
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .payment-page .hidden {
    display: none; }
@keyframes field-in {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.95); }
  100% {
    opacity: 1;
    transform: translateY(0px) scale(1); } }
@keyframes form-in {
  0% {
    opacity: 0;
    transform: scale(0.98); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.payment-page-inner .payment-header {
  margin-bottom: 1.5rem; }
.payment-page-inner .payment-sub-header {
  font-size: 1.5rem; }
.payment-page-inner .payment-booking-number {
  color: #5eb283;
  margin-bottom: 1.5rem; }
.payment-page-inner .payment-text-inner {
  font-weight: 300;
  margin-bottom: 3rem; }
.payment-page-inner .payment-mb-2 {
  margin-bottom: 2rem; }

.feefo-reviews .feefo-review-widget-service {
  padding: 50px 0px;
  margin: 0px -50px; }
  @media screen and (max-width: 1212px) {
    .feefo-reviews .feefo-review-widget-service {
      margin: 0px; } }

.search-page {
  padding-top: 2rem;
  padding-bottom: 60px; }
  .search-page .searchBar {
    padding: 1.5rem 0rem;
    margin-bottom: 1.75rem; }
    .search-page .searchBar .form-control:focus {
      border-color: #f7941d;
      box-shadow: 0px 0px 8px 3px rgba(247, 148, 29, 0.25); }
  .search-page .searchResults {
    margin-bottom: 3.175rem; }
    .search-page .searchResults .searchH3 {
      margin-bottom: 2rem;
      color: #f7941d; }
    .search-page .searchResults .searchH4 {
      margin-bottom: 0.8rem;
      font-size: 1.3rem;
      font-weight: 400;
      text-decoration: underline; }
    .search-page .searchResults .searchLink {
      color: #00634b; }
    .search-page .searchResults .searchLink:hover {
      color: #f7941d; }
  .search-page .searchInner {
    margin-bottom: 2rem; }

.franchise-top-bar {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5; }
  .franchise-top-bar .center-section {
    background-color: #fff;
    position: relative;
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .franchise-top-bar .scrollingMenu {
    white-space: nowrap;
    overflow-x: hidden;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
    justify-content: space-between;
    width: 100%;
    display: flex; }
    @media screen and (max-width: 1000px) {
      .franchise-top-bar .scrollingMenu {
        overflow-x: scroll; } }
    .franchise-top-bar .scrollingMenu .menu-link {
      padding: 1rem 1.5rem;
      color: #5eb283;
      display: inline-block;
      text-align: center;
      font-size: 1rem;
      font-weight: 700; }
    .franchise-top-bar .scrollingMenu .menu-link-selected {
      color: #414141; }
  .franchise-top-bar .scrollingMenu::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */ }
  .franchise-top-bar .scrollRightIcon {
    position: absolute;
    right: 0;
    width: 33px;
    height: 100%;
    top: 0;
    background-image: linear-gradient(to left, #fff 90%, rgba(255, 255, 255, 0));
    display: flex;
    cursor: pointer; }
  .franchise-top-bar .scrollLeftIcon {
    position: absolute;
    left: 0;
    width: 33px;
    height: 100%;
    top: 0;
    background-image: linear-gradient(to right, #fff 90%, rgba(255, 255, 255, 0));
    display: flex;
    cursor: pointer; }
  .franchise-top-bar .scrollIcon {
    color: #414141; }

.site-page .main-content {
  padding: 0 0 1.5rem 0; }
.site-page .top-booking-bar {
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #b4b4b4; }
.site-page .accommodation-section {
  margin-left: 0px !important;
  margin-right: 0px !important;
  border: 1px solid #b4b4b4;
  border-radius: 10px; }
  .site-page .accommodation-section .accommodation-thumbnail {
    border-radius: 10px;
    width: 200px;
    min-height: 200px;
    background-position: center;
    background-size: cover;
    position: relative; }
    @media screen and (max-width: 575px) {
      .site-page .accommodation-section .accommodation-thumbnail {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; } }
    .site-page .accommodation-section .accommodation-thumbnail .more-photos-btn {
      position: absolute;
      border-radius: 50px;
      font-weight: 600;
      right: 5%;
      bottom: 5%;
      padding: 0.3rem 0.7rem 0.3rem 0.7rem; }
  .site-page .accommodation-section .accommodation-section-text {
    padding-left: 2rem; }
    @media screen and (max-width: 575px) {
      .site-page .accommodation-section .accommodation-section-text {
        padding-left: 0.6rem;
        padding-right: 0.6rem; } }
  .site-page .accommodation-section .accommodation-more-info {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    color: #5eb283; }
  .site-page .accommodation-section .viewcalendar {
    border: none;
    background: none;
    margin: 0;
    color: #5eb283;
    font-size: 18px; }
  .site-page .accommodation-section .availability-text {
    font-weight: 600; }
  .site-page .accommodation-section .no-availability-text {
    font-weight: 600;
    color: #969696; }
  .site-page .accommodation-section .avail-disp {
    cursor: pointer; }
  .site-page .accommodation-section .from_price {
    font-weight: 600;
    color: #5eb283; }
.site-page .active-building {
  border: 3px solid #5eb283; }
.site-page .map {
  height: 480px;
  width: 100%; }
  @media screen and (max-width: 650px) {
    .site-page .map {
      height: 240px; } }
.site-page .deposit-cancel-bar {
  margin: 1rem 2.5rem 0 0; }
  @media screen and (max-width: 650px) {
    .site-page .deposit-cancel-bar {
      margin: 2rem 2.5rem 0 0; } }
  .site-page .deposit-cancel-bar .display-icon {
    width: 32px !important; }
  .site-page .deposit-cancel-bar .display-text {
    font-size: 1rem;
    line-height: 1.2rem;
    margin: 0;
    color: #5a5a5a; }
.site-page .main-gallery {
  border-radius: 12px;
  overflow: hidden;
  height: 428px; }
  @media screen and (min-width: 767px) {
    .site-page .main-gallery {
      height: 450px; } }
  .site-page .main-gallery .primary-image-wrapper {
    height: 270px;
    width: 100%; }
    @media screen and (min-width: 767px) {
      .site-page .main-gallery .primary-image-wrapper {
        height: 100%; } }
    @media screen and (min-width: 767px) {
      .site-page .main-gallery .primary-image-wrapper {
        width: 50%; } }
  .site-page .main-gallery .primary-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border: none; }
    .site-page .main-gallery .primary-image:hover {
      filter: brightness(80%); }
    .site-page .main-gallery .primary-image:focus-visible {
      border: 6px double black; }
  .site-page .main-gallery .secondary-image-wrapper {
    height: 150px;
    width: 100%; }
    @media screen and (min-width: 767px) {
      .site-page .main-gallery .secondary-image-wrapper {
        width: calc(50% - 8px);
        height: 100%; } }
  .site-page .main-gallery .secondary-image {
    height: 100%;
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - (8px / 2));
    position: relative;
    border: none;
    background-size: cover;
    background-position: center; }
    .site-page .main-gallery .secondary-image:hover {
      filter: brightness(90%); }
    .site-page .main-gallery .secondary-image:focus-visible {
      border: 6px double black; }
    @media screen and (min-width: 767px) {
      .site-page .main-gallery .secondary-image {
        height: calc(50% - (8px / 2)); } }
  .site-page .main-gallery .secondary-image-lg-only {
    margin-top: 8px; }
    @media screen and (max-width: calc(767px - 1px)) {
      .site-page .main-gallery .secondary-image-lg-only {
        display: none; } }
  .site-page .main-gallery .more-photos-btn {
    position: absolute;
    border-radius: 50px;
    font-weight: 600;
    right: 10%;
    bottom: 10%;
    padding: 0.3rem 0.7rem 0.3rem 0.7rem; }
  @media screen and (min-width: 767px) {
    .site-page .main-gallery .more-photos-sm-only {
      display: none; } }
  @media screen and (max-width: calc(767px - 1px)) {
    .site-page .main-gallery .more-photos-lg-only {
      display: none; } }
.site-page .section-heading {
  font-size: 1.37rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.2; }
.site-page .section-padding {
  padding-top: 2rem;
  padding-bottom: 2rem; }
.site-page .top-section-padding {
  padding-bottom: 2rem; }
.site-page .section-link, .site-page .section-link:hover {
  color: #5eb283;
  font-weight: 500;
  display: block;
  margin-top: 1rem; }
.site-page .description h1 {
  font-size: 2.2rem; }
.site-page .description h2 {
  font-size: 1.37rem;
  font-weight: 600;
  margin-top: 1rem; }
.site-page .description h2:first-of-type {
  margin-top: 0; }
.site-page .description h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1rem; }
.site-page .description h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1rem; }
.site-page .description h1, .site-page .description h2 {
  color: #414141;
  padding-bottom: 1.25rem; }
.site-page .description p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #5a5a5a; }
.site-page .description a, .site-page .description a:hover {
  color: #5eb283; }
.site-page .description table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px; }
  .site-page .description table tr:nth-child(even) {
    background-color: white; }
  .site-page .description table tr:nth-child(odd) {
    background-color: #f0f0f0; }
  .site-page .description table th {
    background-color: #5eb283;
    color: #FFF;
    font-weight: normal;
    padding: 10px 5px;
    border-style: none;
    overflow: hidden;
    word-break: normal;
    padding-left: 20px; }
  .site-page .description table td {
    padding: 10px 5px;
    border-style: none;
    overflow: hidden;
    word-break: normal;
    padding-left: 20px; }
    .site-page .description table td p {
      margin: 0; }
.site-page .description table.noColorTab {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px; }
  .site-page .description table.noColorTab tr {
    background-color: #FFF !important; }
  .site-page .description table.noColorTab td {
    border: solid 3px #F2F2F2 !important;
    text-align: center;
    vertical-align: top; }
    .site-page .description table.noColorTab td img {
      max-width: 150px;
      width: 100%; }
    .site-page .description table.noColorTab td img.fullWidthImg {
      max-width: 100%; }
    .site-page .description table.noColorTab td h3 {
      margin: 1rem 0; }
.site-page .facilities .group-header {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }
.site-page .facilities .facility-icon {
  color: #5eb283;
  margin-right: 0.5rem;
  font-size: 1.5rem; }
.site-page .address-display p {
  margin: 0 0 1rem !important;
  padding: 0 !important; }
.site-page .phone-title {
  font-size: 1.37rem;
  margin-top: 2rem;
  font-weight: 600; }
.site-page .section-collapse.collapse:not(.show) {
  display: block;
  height: 27ex;
  overflow: hidden; }
.site-page .section-collapse.collapsing {
  height: 15rem; }
.site-page .nocollapse {
  height: auto !important; }
.site-page .building-desc-link, .site-page .building-desc-link:hover {
  color: #5eb283;
  font-weight: 500;
  display: block; }
.site-page .building-description.collapse:not(.show) {
  display: block;
  height: 3rem;
  overflow: hidden; }
.site-page .building-description.collapsing {
  height: 3rem; }
.site-page .rates-heading {
  font-size: 1.25rem; }
.site-page .accommodation-footer {
  border: solid #414141 1px;
  border-radius: 5px;
  background-color: gainsboro;
  padding: 10px 20px;
  font-weight: 500; }
@media screen and (max-width: 450px) {
  .site-page .reviews-section .review-widget {
    margin-left: -1.5rem;
    margin-right: -1.5rem; } }
.site-page .quantity-button {
  padding: 0;
  color: #5eb283;
  font-size: 1.3rem; }
.site-page .quantity-display {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 500; }
.site-page .quantity-button:focus {
  outline: 0px !important;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none !important; }
.site-page .price-row {
  margin-bottom: 1rem;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  padding: 0.3rem; }
.site-page .price-text {
  font-size: 1rem;
  margin-bottom: 0; }
.site-page .extras-heading {
  color: #5eb283;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1rem; }
.site-page .extra-quantity-button {
  padding: 0;
  color: #5eb283;
  font-size: 1.3rem; }
.site-page .extras-row {
  margin-bottom: 1rem;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  padding: 0.3rem; }
.site-page .modal_remove_btn {
  color: #b02a37;
  font-weight: 500;
  text-decoration: underline; }
.site-page .caption-menu {
  padding: 4rem 0 4rem; }
  .site-page .caption-menu .card-item {
    margin: 10px 0; }
    .site-page .caption-menu .card-item .card-item-body {
      position: relative;
      background-size: cover;
      background-position: center;
      height: 100%;
      min-height: 300px;
      max-width: 100%; }
      .site-page .caption-menu .card-item .card-item-body .overlay-centered-text {
        color: #FFF;
        font-weight: bold;
        line-height: 1.4rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-transform: capitalize;
        text-align: center;
        font-size: 1.2rem; }
.site-page h1 {
  font-size: 1.8rem !important; }
.site-page hr {
  margin-top: 0rem;
  margin-bottom: 0rem; }
.site-page .faq-div .faq-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f0f0f0;
  background-clip: border-box;
  border-radius: 0.8rem;
  margin-bottom: 0.8rem; }
  .site-page .faq-div .faq-card .faq-header {
    padding: 1rem;
    margin-bottom: 0; }
  .site-page .faq-div .faq-card .faq-button {
    font-size: 1.2rem;
    color: #6e6e6e;
    font-weight: 600; }
    .site-page .faq-div .faq-card .faq-button:focus-visible {
      outline: 3px solid white;
      outline-offset: 2px;
      box-shadow: 0 0 0 6px black;
      border-radius: 2px; }
  .site-page .faq-div .faq-card .faq-button:focus {
    box-shadow: None; }
  .site-page .faq-div .faq-card .faq-chevron {
    color: #f9c761;
    font-size: 1.8rem; }
  .site-page .faq-div .faq-card .faq-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0rem 2.3rem 2rem 2.3rem; }

.special-offers-page .offer-card .card-img-top {
  border-radius: 0; }
.special-offers-page .offer-card .offer-card-body {
  padding: 1.8rem; }
.special-offers-page .offer-card .site-title {
  font-size: 2.15rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #414141;
  margin-bottom: 0.6rem; }
.special-offers-page .offer-card .site-address {
  font-size: 1.1rem;
  font-weight: 400;
  color: #5a5a5a;
  margin-bottom: 0.8rem; }
.special-offers-page .offer-card p {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-bottom: 0.8rem;
  color: #5a5a5a; }
.special-offers-page .offer-card .offer-card-footer {
  background-color: rgba(0, 0, 0, 0);
  border-top: rgba(0, 0, 0, 0);
  padding: 0.75rem 1.9rem 2.8125rem 1.25rem; }
  .special-offers-page .offer-card .offer-card-footer .book-link, .special-offers-page .offer-card .offer-card-footer .book-link:hover {
    color: #f7941d;
    font-size: 1.875rem; }
  .special-offers-page .offer-card .offer-card-footer .book-icon {
    font-size: 26px;
    margin-left: 12px; }
@media screen and (max-width: 576px) {
  .special-offers-page .offer-card {
    margin: 30px 0px; } }

.titleTop {
  padding-top: 4rem;
  padding-bottom: 2.875rem;
  text-align: center; }
  .titleTop .main-title {
    font-size: 3.25rem;
    margin-bottom: 0px;
    line-height: 1;
    font-weight: 300; }
  .titleTop .main-subtitle {
    font-size: 2.25rem;
    color: #969696;
    margin-bottom: 0px;
    font-weight: 300; }

.dotted-offer {
  border-top: 4px dotted #d1d2d4;
  margin: 0 0 2.25rem; }

@media screen and (min-width: 576px) {
  .offerHeight {
    height: 670px; } }
@media screen and (min-width: 576px) and (max-width: 830px) {
  .card-columns {
    column-count: 2; } }
.standard_page {
  background-color: #f0f0f0;
  min-height: 709px;
  padding-bottom: 50px; }
  .standard_page .side-menu {
    padding: 1.56rem 0 3.5rem;
    margin: auto;
    position: sticky;
    top: 0; }
    .standard_page .side-menu .menu-heading {
      color: #414141;
      font-size: 1rem;
      padding: 0 1.4rem;
      font-weight: 600; }
    .standard_page .side-menu .menu-link {
      padding: 0.5rem 1.4rem;
      font-weight: 300; }
      .standard_page .side-menu .menu-link a {
        color: #414141; }
    .standard_page .side-menu .menu-link.active {
      background-color: #5eb283; }
      .standard_page .side-menu .menu-link.active a {
        color: #fff !important; }
  .standard_page .page-content {
    background-color: #fff; }
    .standard_page .page-content h1 {
      margin: 0 2.5rem;
      font-size: 2.2rem;
      padding-top: 2.5rem;
      padding-bottom: 1.25rem; }
    .standard_page .page-content h2 {
      font-size: 1.86rem;
      margin: 0 2.5rem;
      padding-top: 2.5rem;
      padding-bottom: 1.25rem;
      font-weight: 500;
      line-height: 1.2; }
    .standard_page .page-content h3 {
      font-size: 1.5rem;
      padding-bottom: 1.25rem;
      font-weight: 500;
      line-height: 1.2;
      margin: 1rem 2.5rem 0; }
    .standard_page .page-content h4 {
      margin: 1rem 2.5rem 0;
      padding-bottom: 1.25rem; }
    .standard_page .page-content h5 {
      margin: 1rem 2.5rem 0;
      padding-bottom: 1.25rem; }
    .standard_page .page-content h6 {
      margin: 1rem 2.5rem 0;
      padding-bottom: 1.25rem; }
    .standard_page .page-content p {
      color: #5a5a5a;
      margin: 0 2.5rem 1.5rem;
      font-size: 1rem; }
    .standard_page .page-content ul {
      text-align: left;
      margin: 0rem 2.5rem 1.5rem; }
    .standard_page .page-content ol {
      text-align: left;
      margin: 0rem 2.5rem 1.5rem; }
    .standard_page .page-content img {
      width: 100% !important; }
    .standard_page .page-content a,
    .standard_page .page-content a:hover {
      color: #f7941d; }
  @media screen and (min-width: 700px) {
    .standard_page .newsletter-sign-up {
      height: 609px; } }
  @media screen and (max-width: 699px) {
    .standard_page .newsletter-sign-up {
      height: 753px; } }
  .standard_page .newsletter-link, .standard_page .newsletter-link:hover {
    color: #00634b;
    text-decoration: underline; }

.voucher-purchase .form-section {
  padding-bottom: 5.25rem !important; }
  .voucher-purchase .form-section .page-splash-text {
    color: #414141;
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.65rem;
    font-weight: 300; }
  .voucher-purchase .form-section input:focus, .voucher-purchase .form-section textarea:focus, .voucher-purchase .form-section select:focus {
    box-shadow: 0 0 0 0.2rem #b4dbc5;
    border-color: #5eb283; }
  .voucher-purchase .form-section .tandc-heading {
    color: #00634b;
    font-size: 1.75rem;
    margin-top: 1rem; }
  .voucher-purchase .form-section .complete-pre-heading {
    font-size: 1.5rem;
    padding-top: 4rem; }
  .voucher-purchase .form-section .complete-heading {
    font-size: 4.5rem;
    font-weight: 600;
    color: #00634b; }
  .voucher-purchase .form-section .tandcbox {
    background-color: #f0f0f0;
    max-height: 200px;
    overflow-y: scroll;
    padding: 10px;
    border: 1px solid gainsboro; }
  .voucher-purchase .form-section .buy-btn {
    font-weight: 400;
    font-size: 1.875rem;
    padding: 0.375rem 2.75rem; }

/*# sourceMappingURL=style.css.map */
