@charset "UTF-8";
trix-toolbar .trix-button--icon-attach {
  display: none;
}

.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  max-width: 33%;
  padding: 0 0.5em;
}
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}
.trix-content action-text-attachment .attachment {
  max-width: 100% !important;
  padding: 0 !important;
}

.additionalMenu {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
.additionalMenu .burger-section {
  height: auto;
}
.additionalMenu .additionalMenu-toggle {
  appearance: none;
  background: transparent;
  border: none;
  padding: 0;
}
.additionalMenu .additionalMenu-toggleBars {
  cursor: pointer;
  display: block;
  height: 26px;
  width: 26px;
}
.additionalMenu .additionalMenu-toggleTimes {
  cursor: pointer;
  display: block;
  height: 32px;
  position: fixed;
  right: 1rem;
  top: 1rem;
  width: 22px;
  z-index: 1000;
}
.additionalMenu .additionalMenu-linksContainer {
  background-color: #fff;
  box-sizing: border-box;
  display: none;
  height: 100vh;
  left: 0;
  margin: 0;
  overflow-y: auto;
  padding: 1rem;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999;
}
.additionalMenu .additionalMenu-desktop {
  display: none;
}
.additionalMenu .main-menu-subtitle {
  display: block;
  border: 0;
  color: #222;
  font-size: 14px;
  font-weight: bold;
  margin: 1rem 0;
  color: #d4aa00;
  padding: 0 0 0 0.5rem;
  text-transform: uppercase;
}
.additionalMenu ul {
  display: block;
  list-style: none;
  margin-bottom: 2rem;
  padding: 0;
}
.additionalMenu li {
  font-size: 14px;
  padding: 0.5rem;
  white-space: nowrap;
}
.additionalMenu a {
  align-items: center;
  color: #8c8a8b;
  display: flex;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.additionalMenu a:hover {
  color: #ffce0b;
}
.additionalMenu a:hover .icon-img {
  background-color: #ffce0b;
}
.additionalMenu .icon-img {
  background-color: #d4aa00;
  height: 16px;
  margin-right: 1rem;
  mask-repeat: no-repeat;
  padding: 0.5px;
  transition: 0.3s;
  width: 18px;
  display: none;
}

.topMainMenu button {
  border: 0;
  font-size: 14px;
  font-weight: bold;
  margin: 1rem 0;
  color: #d4aa00;
  padding: 0 0 0 0.5rem;
  text-transform: uppercase;
}
.topMainMenu .content-inset {
  padding: 0;
}
.topMainMenu .main-menu-item {
  padding: 0;
}
.topMainMenu .main-menu-item-links li {
  margin-left: 34px;
}
.topMainMenu .main-menu > ul > li {
  border: none;
}
.topMainMenu .main-menu .fa-bars {
  display: none;
}

.additionalMenu-linksList li {
  margin-left: 34px;
}

@media screen and (min-width: 360px) {
  .additionalMenu a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .additionalMenu .main-menu-subtitle {
    display: none;
  }
  .additionalMenu .topMainMenu {
    display: none;
  }
  .additionalMenu .additionalMenu-toggleBars {
    display: none;
  }
  .additionalMenu .additionalMenu-toggleTimes {
    display: none;
  }
  .additionalMenu ul {
    display: flex;
    margin-top: 0;
  }
  .additionalMenu a {
    color: #d4aa00;
  }
  .additionalMenu .additionalMenu-linksContainer {
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    height: auto;
    margin: 0;
    padding: 0;
    position: static;
    width: auto;
    z-index: 990;
  }
  .additionalMenu .icon-img {
    display: block;
    margin-right: 5px;
  }
  .additionalMenu-linksList li {
    margin-left: 0;
  }
}
.advertise_info p:first-child {
  margin-top: 0;
}

.advertise_info .column .advertiser_type:first-child {
  margin-left: 0;
}

.advertiser_type,
.key_point {
  color: #fff;
  float: left;
  height: 310px;
  margin-bottom: 18px;
  margin-left: 59px;
  position: relative;
  width: 224px;
}
.advertiser_type h3,
.key_point h3 {
  background: #005bab;
}

.advertiser_type {
  background: #00aeef;
}

.key_point {
  background: #00aeef;
}

.key_point span {
  color: #0072bc;
  font-size: 2.5rem;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 13px;
}

.key_point h3 {
  border-bottom: 1px solid #0072bc;
  bottom: 250px;
  left: 0;
  padding-left: 12px;
  padding-right: 41px;
  position: absolute;
  right: 0;
}

.key_point p {
  padding: 64px 12px 0;
}

.advertiser_type h3,
.advertiser_type p {
  margin: 0;
}

.advertiser_type h3 {
  padding: 6px 12px;
}

.advertiser_type p {
  background-repeat: no-repeat;
  padding: 98px 12px 0;
}

#property_owners p {
  background-image: url("/assets/advertisers-property-owners-f5625575.jpg");
}

#letting_agents p {
  background-image: url("/assets/advertisers-letting-agents-c5f20d8f.jpg");
}

#property_developers p {
  background-image: url("/assets/advertisers-property-developers-77134c64.jpg");
}

#estate_agents p {
  background-image: url("/assets/advertisers-estate-agents-a5a4696c.jpg");
}

#other_businesses p {
  background-image: url("/assets/advertisers-other-businesses-5fcec650.jpg");
}

.advertiser_type a.learn_more {
  bottom: 8px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  left: 12px;
  position: absolute;
  text-decoration: none;
}

.AvantioBooking-attributeWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.panel-section .hidden {
  display: none;
}

.avantioServices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.avantioService {
  background: #f5f5f5;
  border-radius: 0.25rem;
  line-height: 2;
  padding: 0.25rem 0.5rem;
}
.avantioService label {
  font-weight: normal;
}

.mastheadBanner {
  background-color: #6ace5c;
  color: #fff;
  margin: 0;
  padding: 14px;
  text-align: center;
}

.basket-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.basket-container .basket-removeButton {
  font-size: 0.5rem;
  height: min-content;
  margin-left: 0.5rem;
  padding: 0.2rem;
}

.basket-itemsContainer {
  background-color: #fbfbfb;
  border: solid 1px #d8d8d8;
  border-radius: 5px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  box-sizing: border-box;
  max-width: 600px;
  padding: 1rem;
  width: 100%;
  width: 100%;
}

.basket-paymentSummaryContainer {
  box-sizing: border-box;
  width: 100%;
}

.basket-basketIcon {
  height: 20px;
  margin-right: 0.5rem;
  width: 20px;
}

.basket-description {
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.basket-basicButton {
  background-color: transparent;
  border: none;
  color: #005e9c;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: bold;
  text-decoration: underline;
}

.basket-table {
  border: none;
  border-collapse: collapse;
  color: #000;
  width: 100%;
}
.basket-table th {
  color: #000;
  font-size: 1rem;
  padding: 0.5rem 6px;
}
.basket-table td {
  font-size: 0.875rem;
  font-variant-numeric: lining-nums;
  padding: 1rem 6px;
}
.basket-table .uppercase {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.basket-table tr {
  border-bottom: 1px solid #d5d5d5;
}
.basket-table .fa-star {
  color: #000;
}
.basket-table b {
  font-size: 1rem;
}

.basket-couponContainer {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  padding: 0.5rem 0;
}

.basket-couponSmall {
  color: grey;
  font-size: 0.75rem;
}

.basket-itemOptions {
  align-items: flex-end;
  display: flex;
  justify-content: flex-start;
}

.basket-selectMonths {
  background-color: white;
  background-position: right 50%;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  height: 2rem;
  padding: 0.25rem;
  width: 120px;
}
.basket-selectMonths:hover {
  cursor: pointer;
}

.basket-input {
  border: solid #b9b9b9 1px;
  border-radius: 3px;
  margin-right: 0.5rem;
}

.basket-terms {
  font-size: 0.9rem;
}

@media screen and (min-width: 768px) {
  .basket-container {
    flex-direction: row;
  }
  .basket-paymentSummaryContainer {
    margin-left: 1rem;
    margin-top: 0;
  }
}
.basket-monthlyPaymentSummary {
  width: 100%;
}

.breadcrumb {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 36px;
  list-style: none;
}
.breadcrumb li a {
  color: #d3a900;
  text-decoration: unset;
}
.breadcrumb > li::after {
  color: #000;
  content: " ›› ";
  padding-right: 5px;
}
.breadcrumb li:nth-last-child(n+3) {
  display: none;
}

.breadcrumb-h1 {
  color: #000;
  display: inline;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 36px;
}

.browse-grid-container {
  display: grid;
  grid-template-areas: "propertiesMap-buttonContainer" "properties-view" "properties-map" "parksMap-buttonContainer" "parks-view" "parks-map" "location-intro";
  grid-template-rows: auto auto;
}
@media screen and (min-width: 768px) {
  .browse-grid-container {
    grid-template-areas: "location-intro" "propertiesMap-buttonContainer" "properties-view" "properties-map" "parksMap-buttonContainer" "parks-view" "parks-map";
  }
}

.pagination-count {
  align-self: flex-end;
}

#propertiesMap {
  grid-area: properites-map;
}

#parksMap {
  grid-area: parks-map;
}

.properties-view {
  grid-area: properties-view;
}

.parks-view {
  grid-area: parks-view;
}

.location-intro {
  grid-area: location-intro;
}

.parksMap-buttonContainer {
  grid-area: parksMap-buttonContainer;
}

.propertiesMap-buttonContainer {
  grid-area: propertiesMap-buttonContainer;
}

.modal-background {
  background: #000;
  display: none;
  height: 100vh;
  left: 50%;
  opacity: 0.2;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  z-index: 1000;
}

.map-modal {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.8rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.45);
  display: none;
  height: 35rem;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  z-index: 50000;
  overflow: hidden;
}
@media (min-width: 720px) {
  .map-modal {
    height: 30rem;
    width: 40rem;
  }
  .map-modal .map-area {
    display: none;
  }
  .map-modal .map-view {
    border: 1px solid #ececec;
    cursor: pointer;
    font-weight: normal;
    margin: 0 2rem;
    padding: 0.5rem 0.75rem;
  }
}
@media (min-width: 1100px) {
  .map-modal {
    height: 40rem;
    width: 60rem;
  }
}
.map-modal .close-modal {
  background: #fff;
  border-radius: 0 0 0 0.8rem;
  bottom: 0;
  cursor: pointer;
  font-size: 1.2rem;
  height: max-content;
  left: 0;
  padding: 0.6rem 1rem;
  position: absolute;
  width: max-content;
  z-index: 5;
}

.map-area {
  display: none;
}

.map-view {
  border: 1px solid #ececec;
  cursor: pointer;
  font-weight: normal;
  margin: 0 2rem;
  padding: 0.5rem 0.75rem;
}

.inner-map {
  height: 100%;
  width: 100%;
}

.businessDetails {
  align-items: center;
  display: flex;
  justify-content: center;
}
.businessDetails-content {
  display: flex;
}
.businessDetails-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.businessDetails-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}

.businessDetails-imageContainer {
  display: flex;
  justify-content: center;
}

.businessDetails-image {
  margin: 0;
  max-width: 200px;
}

/*
* .btn and .btn-x are used to support buttons shared with CMS (which uses
* Bootstrap).
 */
.button,
.btn {
  border-radius: 0.15rem;
  cursor: pointer;
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  line-height: 0.875rem;
  margin: 0;
  padding: 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
}

.action-button {
  background: #ffce0b;
  border: 0.0625rem solid #ffce0b;
  color: #fff;
}

.action-buttonInverted {
  background: #fff;
  border: 0.0625rem solid #ffce0b;
  color: #ffce0b;
}

.action-button:disabled {
  background: #666;
  border-color: #666;
  color: #ccc;
}

.secondary-button,
.btn-secondary {
  background: #fff;
  border: 1px solid #eee;
  color: #222;
}

.secondary-button:hover,
.btn-secondary:hover {
  background: #eee;
}

.danger-button,
.btn-danger {
  background: #c66;
  border: 1px solid #c66;
  color: #fff;
}

.danger-button:hover,
.btn-danger:hover {
  background: #b55;
}

.button-disable {
  background: #d4d4d4; /* WCAG AA contrast against most $theme-colourDark */
  border-color: #a5a5a5; /* Higher contrasting border for mobile */
  color: #d3a900;
}

@media screen and (min-width: 800px) {
  .button-disable {
    border-color: #ccc; /* Subtle low-contrast border for desktop */
  }
}
.buyingGuide-container {
  display: block;
}
.buyingGuide-container .panel {
  border: solid #e4e4e4 1px;
  box-sizing: border-box;
  padding: 1rem;
}
.buyingGuide-container .panel p {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .buyingGuide-container {
    display: flex;
    justify-content: center;
    margin-left: 1rem;
  }
}
.buyingGuide-container div {
  width: 100%;
}

.buyingGuide-container .buyingGuide-active {
  display: block;
}

.buyingGuide-accordion:hover {
  background-color: #ccc;
}

.buyingGuide-accordion {
  background-color: #eee;
  border: none;
  color: #444;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  outline: none;
  padding: 18px;
  text-align: left;
  transition: 0.4s;
  width: 100%;
}

.buyingGuide-panel {
  background-color: white;
  border: solid #ececec 1px;
  box-sizing: border-box;
  display: none;
  overflow: hidden;
  padding: 0 18px;
}

.buyingGuide-arrows {
  transform: rotateZ(0deg);
  transition: 1s;
}

.buyingGuide-arrowRotated {
  transform: rotateZ(180deg);
}

.calendar {
  border-bottom: 0;
  border-spacing: 1px;
  width: 100%;
}
.calendar td,
.calendar th {
  border-radius: 1px;
  font-size: 0.875rem;
  padding: 3px 1px;
}
.calendar td {
  color: #fff;
  text-align: center;
}
.calendar th {
  background: #333;
  color: #fff;
}
.calendar td.empty {
  background: #fff;
}
.calendar td.availability-N,
.calendar td.availability-unknown {
  background: #f00;
}
.calendar td.availability-Y {
  background: #090;
  cursor: pointer;
  font-weight: bold;
}
.calendar td.availability-Y-no-check-in {
  background: #696;
  cursor: pointer;
}
.calendar td.availability-Q {
  background: #ffa500;
  cursor: pointer;
  text-decoration: underline;
}
.calendar td.availability-N-check-out {
  background-color: #f00;
  cursor: pointer;
  position: relative;
}
.calendar td.availability-N-check-out::before {
  background-color: #696;
  content: "";
  height: 100%;
  left: 0;
  mask-image: url("/assets/icons/triangle-50b87498.svg");
  mask-size: 100% 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.calendar td.availability-N-check-out span {
  position: inherit;
}
.calendar td.availability-Y-no-check-out {
  background-color: #f00;
  cursor: pointer;
  position: relative;
}
.calendar td.availability-Y-no-check-out::before {
  background-color: #090;
  content: "";
  height: 100%;
  left: 0;
  mask-image: url("/assets/icons/triangle-mirror-b9894d72.svg");
  mask-size: 100% 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.calendar td.availability-Y-no-check-out span {
  position: inherit;
}

.calendar-month {
  float: left;
  margin: 6px 0.3% 0 0;
  width: 33%;
}
@media screen and (max-width: 968px) {
  .calendar-month {
    float: none;
    width: 100%;
  }
}

.calendar-message {
  color: #44594c;
  font-size: 0.875rem;
  line-height: 1.5;
}

.directory-advert-summaries .grid-container {
  background: #ececec;
  display: grid;
  gap: 10px;
  grid-template-areas: "logo" "name" "strapline" "contact" "info";
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, auto);
  margin-bottom: 30px;
  padding: 1rem;
}
.directory-advert-summaries .logo-space {
  grid-area: logo;
}
.directory-advert-summaries .user-logo {
  height: 100%;
  justify-self: center;
  position: relative;
  width: 100%;
}
.directory-advert-summaries .user-logo a {
  height: 100%;
  position: relative;
  width: 100%;
}
.directory-advert-summaries .user-logo img {
  display: block;
  height: auto;
  width: 100%;
}
.directory-advert-summaries .business-name {
  grid-area: name;
}
.directory-advert-summaries .business-name h3 {
  margin: 0;
}
.directory-advert-summaries .strapline {
  grid-area: strapline;
}
.directory-advert-summaries .contact-details {
  grid-area: contact;
}
.directory-advert-summaries .contact-details h3 {
  margin: 0;
  margin-bottom: 8px;
}
.directory-advert-summaries .contact-details ul {
  list-style-type: none;
  padding-left: 0;
}
.directory-advert-summaries .more-info {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  grid-area: info;
}
.directory-advert-summaries .more-info a {
  margin-right: 2rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 512px) {
  .directory-advert-summaries .grid-container {
    gap: 8px 16px;
    grid-template-areas: "name logo" "strapline logo" "contact logo" "info empty";
    grid-template-columns: 1fr 12rem;
    grid-template-rows: repeat(4, auto);
  }
}

select:focus, select:focus-visible,
input:focus,
input:focus-visible {
  outline: solid 1px black !important;
  outline-offset: -1px;
}

#welcome-message,
#featured-properties,
#list-properties,
#ski-holiday-experiences {
  text-align: center;
}

#welcome-message p,
#list-properties p {
  color: #767474;
}

#list-properties .button {
  padding: 1rem 2.5rem;
}

.pagination-container {
  display: flex;
  justify-content: center;
  padding: 3rem 0;
}

.page-description {
  margin-bottom: 4rem;
  text-align: center;
}
.page-description ol,
.page-description ul {
  text-align: left;
}
.page-description .action-button {
  text-align: center;
}
.page-description .action-button {
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.page-description h1 > span {
  color: #231f20;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 1rem 0;
}
.page-description img {
  display: block;
  margin: 0 auto;
}

.static-page-content strong,
.page-description p strong,
.page-table strong {
  color: #2e2c2f;
}
.static-page-content a,
.page-description p a,
.page-table a {
  color: #005e9c;
  text-decoration: unset;
}

.preview-item {
  border-radius: 5px;
  cursor: pointer;
  display: block;
  height: 270px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-shadow: 2px 2px 5px #000;
}
.preview-item::before {
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.preview-item:hover::before {
  background: rgba(255, 255, 255, 0.25);
}
.preview-item img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.preview-item .preview-overlay,
.preview-item .overlay {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.preview-item .preview-title,
.preview-item h3.title {
  text-transform: uppercase;
}
.preview-item .title,
.preview-item .description,
.preview-item .preview-title,
.preview-item .preview-description {
  color: #fff;
  width: 59%;
}
.preview-item .description,
.preview-item .preview-description {
  font-size: 16px;
  font-weight: bold;
}

.preview-layout {
  display: grid;
  gap: 10px;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 640px) {
  .preview-layout {
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .preview-layout {
    grid-template-columns: repeat(auto-fill, minmax(31.3%, 1fr));
  }
}

.preview-list {
  display: grid;
  gap: 10px;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr;
}
.preview-list-item {
  border: #000 1px solid;
  color: #d4aa00;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
}
.preview-list-item:hover {
  text-decoration: underline;
}
@media screen and (min-width: 420px) {
  .preview-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 640px) {
  .preview-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .preview-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .preview-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.responsive-lg .flex-2, .flex-layout .flex-43, .flex-layout .flex-4, .flex-layout .flex-32, .flex-layout .flex-3, .flex-layout .flex-2 {
  flex-basis: 100%;
  margin-bottom: 24px;
}

.flex-layout {
  display: flex;
}
.flex-layout > div {
  margin-right: 24px;
}
.flex-layout > div:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 968px) {
  .flex-layout {
    flex-wrap: wrap;
  }
  .flex-layout > div {
    margin-right: 0;
  }
}
@media screen and (min-width: 968px) {
  .flex-layout .flex-2 {
    flex-basis: 50%;
  }
}
.flex-layout .flex-2 h1:first-child,
.flex-layout .flex-2 h2:first-child,
.flex-layout .flex-2 h3:first-child,
.flex-layout .flex-2 p:first-child,
.flex-layout .flex-2 ul:first-child {
  margin-top: 0;
}
@media screen and (min-width: 968px) {
  .flex-layout .flex-3 {
    flex-basis: 33.333333%;
  }
}
.flex-layout .flex-3 h1:first-child,
.flex-layout .flex-3 h2:first-child,
.flex-layout .flex-3 h3:first-child,
.flex-layout .flex-3 p:first-child,
.flex-layout .flex-3 ul:first-child {
  margin-top: 0;
}
@media screen and (min-width: 968px) {
  .flex-layout .flex-32 {
    flex-basis: 66.6666667%;
  }
}
.flex-layout .flex-32 h1:first-child,
.flex-layout .flex-32 h2:first-child,
.flex-layout .flex-32 h3:first-child,
.flex-layout .flex-32 p:first-child,
.flex-layout .flex-32 ul:first-child {
  margin-top: 0;
}
@media screen and (min-width: 640px) {
  .flex-layout .flex-4 {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 968px) {
  .flex-layout .flex-4 {
    flex-basis: 25%;
  }
}
.flex-layout .flex-4 h1:first-child,
.flex-layout .flex-4 h2:first-child,
.flex-layout .flex-4 h3:first-child,
.flex-layout .flex-4 p:first-child,
.flex-layout .flex-4 ul:first-child {
  margin-top: 0;
}
@media screen and (min-width: 968px) {
  .flex-layout .flex-43 {
    flex-basis: 75%;
  }
}
.flex-layout .flex-43 h1:first-child,
.flex-layout .flex-43 h2:first-child,
.flex-layout .flex-43 h3:first-child,
.flex-layout .flex-43 p:first-child,
.flex-layout .flex-43 ul:first-child {
  margin-top: 0;
}

@media screen and (max-width: 968px) {
  .responsive-sm {
    flex-wrap: wrap;
  }
  .responsive-sm > div {
    margin-right: 0;
  }
}

@media screen and (max-width: 1400px) {
  .responsive-lg {
    flex-wrap: wrap;
  }
  .responsive-lg > div {
    margin-right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .responsive-lg .flex-2 {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 968px) {
  .responsive-lg .flex-4 {
    flex-basis: 100%;
  }
}

.drop-down {
  box-sizing: border-box;
  padding: 0 0.75rem;
  position: relative;
  width: 100%;
}
.drop-down-menu {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 17px -7px #000;
  display: none;
  left: 14%;
  list-style: none;
  padding: 3px 0 !important;
  position: absolute;
  top: 34px;
  width: 75%;
  z-index: 2;
}
.drop-down-menu > li {
  border-bottom: 1px solid #ececec;
  color: #222;
  cursor: pointer;
  padding: 12px 0 12px 25px;
  text-align: left;
}
.drop-down-menu > li:hover {
  color: black;
}
.drop-down-menu::before {
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  left: 50%;
  position: absolute;
  top: -7px;
}

/* .theme-table is deprecated and remains here to support legacy HTML in CMS */
.theme-table,
.table {
  border: none;
  border-collapse: collapse;
  color: #000;
  width: 100%;
}
.theme-table th,
.table th {
  color: #000;
  font-size: 1.2rem;
  padding: 1rem 6px;
  text-align: left;
}
.theme-table td,
.table td {
  font-size: 0.875rem;
  font-variant-numeric: lining-nums;
  padding: 6px;
}
.theme-table .uppercase,
.table .uppercase {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.theme-table tr:first-of-type,
.table tr:first-of-type {
  border-top: 1px solid #d5d5d5;
}
.theme-table tr,
.table tr {
  border-bottom: 1px solid #d5d5d5;
}
.theme-table tr:nth-child(odd) > td,
.table tr:nth-child(odd) > td {
  background-color: #f5f5f5;
}
.theme-table .fa-star,
.table .fa-star {
  color: #000;
}
.theme-table b,
.table b {
  font-size: 1rem;
}

.ski-holidays-ad {
  border: 1px solid #005e9c;
  margin: 1.5rem 0;
  padding: 24px;
}
.ski-holidays-ad table td:nth-child(2) {
  text-align: right;
}
.ski-holidays-ad-content {
  display: flex;
}
@media screen and (max-width: 1400px) {
  .ski-holidays-ad-content {
    flex-wrap: wrap;
  }
}
.ski-holidays-ad-content > div:first-of-type {
  flex-basis: 100%;
  margin-right: 0;
}
.ski-holidays-ad-content > div:first-of-type a {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .ski-holidays-ad-content > div:first-of-type {
    flex-basis: 28%;
    margin-right: 24px;
  }
}
.ski-holidays-ad-content > div:last-of-type {
  flex-basis: 100%;
}
@media screen and (min-width: 1400px) {
  .ski-holidays-ad-content > div:last-of-type {
    flex-basis: 72%;
  }
}
.ski-holidays-ad .ad-block :first-child {
  margin-bottom: 24px;
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 968px) {
  .ski-holidays-ad .ad-block :first-child {
    margin-right: 24px;
  }
}
@media screen and (max-width: 968px) and (min-width: 640px) {
  .ski-holidays-ad .ad-block :first-child {
    flex-basis: 100% !important;
  }
}
@media screen and (max-width: 1400px) {
  .ski-holidays-ad .ad-block {
    display: flex;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 640px) {
  .ski-holidays-ad .ad-block {
    display: block;
  }
}
.ski-holidays-ad .description-col {
  vertical-align: top;
  width: 40%;
}
.ski-holidays-ad .ad-table-title {
  border-top: 2px solid #005e9c;
  margin: 0;
  padding: 12px;
}

#header-images img {
  min-height: 200px;
}
@media screen and (min-width: 1400px) {
  #header-images img {
    height: 400px;
  }
}

.jsso-description {
  position: relative;
}
.jsso-description > div {
  background: rgba(212, 170, 0, 0.8);
  color: #fff;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: -35px;
  width: 100%;
  z-index: 99;
}
.jsso-description > div > div {
  align-items: center;
  display: flex;
  height: 36px;
  justify-content: space-between;
  padding: 0 15px;
}
@media screen and (max-width: 968px) {
  .jsso-description > div {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .jsso-description > div {
    font-size: 42px;
    top: -51px;
  }
  .jsso-description > div > div {
    height: 51px;
  }
}

#check_in_picker span,
#check_out_picker span {
  color: #757575;
}

.flash-notice {
  background-color: #bbf4d2;
  border-radius: 0.5rem;
  color: #44594c;
  font-size: 1.125rem;
  margin: 0 auto 1rem;
  max-width: 95%;
  min-width: 75%;
  padding: 1.125rem;
  width: 85%;
}

.d-inline {
  display: inline;
}

.text-align-end {
  text-align: end !important;
}

.contactForm {
  background: #fcfcfc;
  border: 2px solid #e3e3e3;
  margin: 1rem 0;
  padding: 1rem;
}
.contactForm .mb-3 {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem;
}
.contactForm .mb-3 .date_pick {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 0.25rem;
  transition: width 0.5s;
}
.contactForm .mb-3 .date_pick span {
  padding-left: 0.5rem;
}

.contactForm-heading {
  background: #e3e3e3;
  margin: -1rem -1rem 0;
  padding: 1rem;
}

.contactForm-getBookingInfo {
  margin-top: 0.75rem;
}

.contactForm-dates {
  display: block;
}

.contactForm-visitors {
  display: block;
}

@media screen and (min-width: 768px) {
  .contactForm-dates {
    display: flex;
    justify-content: center;
  }
  .contactForm-visitors {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1050px) {
  .tab-pane.content-description img.content-description-image {
    margin: 0;
  }
  .tab-pane.content-description div.panel {
    display: flex;
    justify-content: space-between;
  }
  .tab-pane.content-description div.content-description-description {
    margin: 0;
    margin-left: 1.5rem;
    max-width: 60%;
  }
}
@media screen and (min-width: 2200px) {
  div.tab-pane.content-description div.content-description-description {
    max-width: 65%;
  }
}
.tab-pane.content-description .content-description-image {
  display: block;
  margin: 0.75rem auto;
}
.tab-pane.content-description .content-description-description {
  margin: 0.75rem 0;
}
.tab-pane.content-description div.content-description-description.full {
  margin: 0;
  max-width: 100%;
}

.cookie-container {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  padding: 1rem;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999;
}

.cookie-wrapper {
  background-color: #fff;
  border-radius: 7px;
  padding: 1rem;
}

.cookie-title {
  font-size: 2.5rem;
  text-align: center;
}

.cookie-text {
  margin-bottom: 2rem;
  text-align: center;
}

.cookie-policy {
  color: #d4aa00;
}

.cookie-buttonContainer {
  display: block;
}

.cookie-buttonDecline {
  cursor: pointer;
  margin-bottom: 1rem;
  margin-right: 0;
  padding: 1rem;
  width: 100%;
}

.cookie-buttonAccept {
  cursor: pointer;
  margin-left: 0;
  padding: 1rem;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .cookie-wrapper {
    padding: 3rem 5rem;
  }
  .cookie-buttonContainer {
    display: flex;
    justify-content: center;
  }
  .cookie-buttonDecline {
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
  .cookie-buttonAccept {
    margin-left: 0.5rem;
  }
}
.daterangepicker {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #322e2f;
  display: none;
  font-size: 20px;
  left: 20px;
  line-height: 1em;
  margin-top: 7px;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 100px;
  z-index: 3001;
}

.daterangepicker::before,
.daterangepicker::after {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
  display: inline-block;
  position: absolute;
}

.daterangepicker::before {
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: -7px;
}

.daterangepicker::after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: -6px;
}

.daterangepicker.opensleft::before {
  right: 9px;
}

.daterangepicker.opensleft::after {
  right: 10px;
}

.daterangepicker.openscenter::before {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  width: 0;
}

.daterangepicker.openscenter::after {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  width: 0;
}

.daterangepicker.opensright::before {
  left: 9px;
}

.daterangepicker.opensright::after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up::before {
  border-bottom: initial;
  border-top: 7px solid #ccc;
  bottom: -7px;
  top: initial;
}

.daterangepicker.drop-up::after {
  border-bottom: initial;
  border-top: 6px solid #fff;
  bottom: -6px;
  top: initial;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border: solid black;
  border-radius: 0;
  border-width: 0 2px 2px 0;
  color: #fff;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
}

.daterangepicker .calendar-table tr:first-of-type th {
  border-bottom: 2px solid #ececec;
  border-radius: 0;
  font-size: 20px;
  line-height: 48px;
}

.daterangepicker .calendar-table tr:last-of-type th {
  border-radius: 0;
  font-family: sans-serif;
  font-size: 9px;
  font-weight: 700;
  height: 12px;
  line-height: 16px;
}

.daterangepicker .calendar-table tr:last-of-type th::first-letter {
  visibility: visible;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  height: 32px;
  line-height: 24px;
  min-width: 32px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  white-space: nowrap;
  width: 36px;
}

.daterangepicker .calendar-table td {
  border-color: #ececec;
  border-radius: 0;
  font-weight: bold;
}

.daterangepicker .calendar-table {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}

.daterangepicker .calendar-table table {
  border-spacing: 0;
  margin: 0;
  width: 100%;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
  color: #ccc;
  font-size: 80%;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  color: rgba(239, 239, 239, 0.937254902);
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-radius: 0;
  color: #000;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #002f66;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  cursor: default;
  font-size: 12px;
  height: auto;
  margin: 0;
  padding: 1px;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  background: #eee;
  border: 1px solid #eee;
  font-size: 12px;
  margin: 0 auto;
  outline: 0;
  padding: 2px;
  width: 50px;
}

.daterangepicker .calendar-time {
  line-height: 30px;
  margin: 4px auto 0;
  position: relative;
  text-align: center;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  border-top: 1px solid #ddd;
  clear: both;
  display: none;
  line-height: 12px;
  padding: 8px;
  text-align: right;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  font-size: 12px;
  font-weight: bold;
  margin-left: 8px;
  padding: 4px 8px;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  margin: 0;
  text-align: left;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  cursor: pointer;
  font-size: 12px;
  padding: 8px 12px;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges,
  .daterangepicker.single.ltr .drp-calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges,
  .daterangepicker.single.rtl .drp-calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-right-radius: 0;
  }
  .daterangepicker.ltr .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .drp-calendar.right .calendar-table {
    border-bottom-left-radius: 0;
    border-left: none;
    border-top-left-radius: 0;
  }
  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker.ltr .ranges,
  .daterangepicker.ltr .drp-calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .drp-calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    border-bottom-left-radius: 0;
    border-left: none;
    border-top-left-radius: 0;
  }
  .daterangepicker.rtl .drp-calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .drp-calendar.right .calendar-table {
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-right-radius: 0;
  }
  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.rtl .ranges,
  .daterangepicker.rtl .drp-calendar {
    float: right;
    text-align: right;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
#availability_calendar > div {
  display: flex !important;
  position: unset;
  width: 100%;
}
#availability_calendar > div td.disabled {
  background: rgba(255, 0, 0, 0.1);
  color: white;
}
#availability_calendar > div .drp-calendar {
  max-width: unset;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #availability_calendar > div {
    flex-wrap: wrap;
  }
}

.directory-adverts-form {
  --repeat-value: 1;
}
.directory-adverts-form .help-block {
  margin-top: 0;
}
.directory-adverts-form input[type=url],
.directory-adverts-form textarea {
  box-sizing: border-box;
}
.directory-adverts-form .grid-container {
  display: grid;
  grid-template-areas: "left";
  grid-template-columns: repeat(var(--repeat-value), 1fr);
}
@media (min-width: 960px) {
  .directory-adverts-form .grid-container {
    --repeat-value: 2;
    gap: 10px;
    grid-template-areas: "left right";
  }
}
@media (min-width: 960px) {
  .directory-adverts-form .map-container {
    grid-area: right;
  }
}
@media (min-width: 960px) {
  .directory-adverts-form .left-column {
    grid-area: left;
  }
}

.elite-availability-results {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 1100px) {
  .elite-availability-results {
    grid-template-columns: 1fr 1fr;
  }
}
.elite-availability-results .section-inner:hover {
  box-shadow: 0 0 18px -1px rgba(0, 0, 0, 0.1);
  background-color: rgb(237, 246, 254);
}

.elite-availability {
  border: 1px solid black;
  border-radius: 0.4rem;
  box-shadow: 0.2rem 0.2rem 0.4rem #8c8a8b;
  box-sizing: border-box;
  flex-basis: 100%;
}
@media screen and (min-width: 600px) {
  .elite-availability {
    flex-basis: 45%;
  }
}
@media screen and (min-width: 800px) {
  .elite-availability {
    flex-basis: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .elite-availability {
    flex-basis: 22%;
  }
}

.elite-grade-code-radio {
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.elite-grade-code-label {
  background-color: white;
  border-radius: 0.6rem;
  border: 2px solid #efefef;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 100%;
  padding: 1rem;
}
.elite-grade-code-label p {
  color: #000;
}

.elite-grade-code-radio:checked + label {
  background-color: aliceblue;
  border: solid 3px #ffce0b;
}

.eliteAvailability-form {
  width: 100%;
}

.eliteAvailability-typeWrapper {
  display: flex;
  justify-content: space-between;
}

.eliteAvailability-typeHeader {
  padding: 0;
  margin-bottom: 1rem;
}

.panel-section input.eliteAvailability-radioButton {
  width: auto;
}
.panel-section input.eliteAvailability-radioButton:hover {
  cursor: pointer;
}

.eliteAvailability-table {
  border-collapse: collapse;
  font-size: 0.9rem;
  width: 100%;
}
.eliteAvailability-table td {
  border-bottom: 1px solid #767474;
  border-top: 1px solid #767474;
  font-weight: bold;
  padding: 0.3rem;
  text-transform: uppercase;
}

.eliteAvailability-image {
  object-fit: cover;
}

.eliteAvailabilities-form {
  width: 100%;
}

.parkElite-bookingForm {
  margin-top: 3rem;
}

.elite-bookingSummary {
  display: block;
}
@media screen and (min-width: 768px) {
  .elite-bookingSummary {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
  }
}

.elite-bookingDetails {
  width: 100%;
}

.elite-bookingSummary-image {
  object-fit: cover;
}

.eliteAvailability-propertyName {
  color: #d4aa00;
  font-weight: bold;
  margin: 0.5rem 0;
  margin-top: 0;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.elite-proceedToCheckout-messageContainer {
  margin-bottom: 1rem;
}

.elite-proceedToCheckout {
  display: inline-block;
}

.elite-checkAvailability-container {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.disabled-button {
  border: 1px solid #999 !important;
  background-color: #ccc !important;
  color: #666 !important;
  cursor: not-allowed !important;
}

footer[role=contentinfo] {
  background: #fcfcfc;
  color: #636363;
  width: 100%;
}
footer[role=contentinfo] .content-inset {
  display: grid;
  grid-template-areas: "subscribe" "footer-block";
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
}
footer[role=contentinfo] ul {
  margin: 0;
}
footer[role=contentinfo] .flat-list {
  font-weight: normal;
  list-style: none;
  padding: 0;
}
footer[role=contentinfo] .flat-list li {
  margin: 1rem 0;
}
footer[role=contentinfo] .flat-list a {
  color: #636363;
  text-decoration: none;
}
footer[role=contentinfo] .flat-list a:hover {
  color: #57a5ff;
}
footer[role=contentinfo] .social {
  background: #686869;
  grid-area: social;
  height: fit-content;
  margin: 0;
  padding: 0;
}
footer[role=contentinfo] .social ul {
  justify-content: center;
}
footer[role=contentinfo] .social ul a {
  color: white;
}
footer[role=contentinfo] .social ul img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(342deg) brightness(102%) contrast(102%);
  height: 13px;
}
footer[role=contentinfo] .social ul a:hover {
  color: #57a5ff;
}
footer[role=contentinfo] .social ul a:hover img {
  filter: invert(57%) sepia(31%) saturate(3196%) hue-rotate(192deg) brightness(105%) contrast(101%);
}
footer[role=contentinfo] .subscribe {
  grid-area: subscribe;
  margin: 1rem auto;
  padding: 1rem;
  padding-top: 0;
}
footer[role=contentinfo] .subscribe-heading {
  margin-top: 0.2rem;
}
footer[role=contentinfo] .subscribe a {
  color: #636363;
}
footer[role=contentinfo] .subscribe .form-groups {
  display: flex;
  flex-wrap: wrap;
}
footer[role=contentinfo] .subscribe .form-groups .form-control {
  border: none;
}
footer[role=contentinfo] .subscribe .form-groups > * {
  flex-basis: 100%;
}
@media screen and (min-width: 1024px) {
  footer[role=contentinfo] .subscribe .form-groups {
    justify-content: space-evenly;
  }
}
footer[role=contentinfo] .subscribe .action-button {
  display: block;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
footer[role=contentinfo] .country-select {
  color: #636363;
}
footer[role=contentinfo] .footer-block-container {
  display: grid;
  grid-area: footer-block;
}
@media (min-width: 768px) {
  footer[role=contentinfo] .footer-block-container {
    grid-template-rows: 3fr 2fr;
  }
}
footer[role=contentinfo] .footer-block-links {
  border-bottom: #fff solid 1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 450px) {
  footer[role=contentinfo] .footer-block-links {
    flex-wrap: nowrap;
  }
}
footer[role=contentinfo] .footer-block-links .footer-block {
  flex-basis: 23%;
  margin: 1rem auto;
  /* TODO: dodgy breakpoint; switch to mobile first and fix off-by-one */
  /* TODO: dodgy breakpoint; switch to mobile first and fix off-by-one */
}
footer[role=contentinfo] .footer-block-links .footer-block p {
  color: #636363;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 2rem;
}
footer[role=contentinfo] .footer-block-links .footer-block li {
  font-size: 0.875rem;
  margin: 0.2rem 0;
}
footer[role=contentinfo] .footer-block-links .footer-block .footer-heading {
  color: black;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  footer[role=contentinfo] .footer-block-links .footer-block {
    flex-basis: 40%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer[role=contentinfo] .footer-block-links .footer-block {
    flex-basis: 100% !important;
    text-align: center;
  }
}
footer[role=contentinfo] .footer-block-logo {
  display: grid;
  grid-template-columns: 1fr;
  padding: 1rem;
}
footer[role=contentinfo] .footer-block-logo-image img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  object-fit: contain;
  padding-top: 1rem;
  width: 80%;
}
@media (min-width: 768px) {
  footer[role=contentinfo] .footer-block-logo {
    grid-template-columns: 3fr 2fr;
  }
}
@media (min-width: 768px) {
  footer[role=contentinfo] .footer-block-logo .footer-block {
    border-left: 1px white solid;
    padding-left: 1rem;
  }
}
footer[role=contentinfo] .footer-block-logo .footer-block li {
  text-align: center;
}
@media (min-width: 786px) {
  footer[role=contentinfo] .footer-block-logo .footer-block li {
    text-align: left;
  }
}
footer[role=contentinfo] .footer-block-logo .footer-block .with-marker {
  white-space: nowrap;
}
footer[role=contentinfo] .footer-block-logo .footer-block .with-marker::before {
  background-image: url("/assets/icons/map-marker-7f1a0170.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  content: "";
  display: inline-block;
  height: 18px;
  padding-right: 0.5rem;
  width: 18px;
}
footer[role=contentinfo] .footer-logo {
  grid-area: logo;
}
footer[role=contentinfo] .footer-copyright {
  background: white;
  color: #636363;
  display: flex;
  flex-wrap: wrap;
  grid-area: copyright;
  justify-content: center;
  list-style: none;
  padding: 1rem;
}
footer[role=contentinfo] .footer-copyright li {
  font-size: 14px;
  font-weight: bold;
  margin-right: 12px;
  white-space: nowrap;
}
footer[role=contentinfo] .footer-copyright li a {
  color: #636363;
  width: fit-content;
}
footer[role=contentinfo] .footer-logo {
  grid-area: logo;
}
footer[role=contentinfo] .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

@media screen and (min-width: 1024px) {
  footer[role=contentinfo] {
    width: 100%;
  }
  footer[role=contentinfo] .content-inset {
    display: grid;
    grid-template-areas: "subscribe footer-block";
    grid-template-columns: 1fr 1fr;
  }
}
.hover-info {
  color: #005e9c;
  cursor: pointer;
  margin-right: 0.5rem;
}

.hover-temp {
  background-color: #fff;
  border: 1px solid #767474;
  border-radius: 0.5rem;
  left: 0;
  padding: 0.5rem;
  position: absolute;
}

.has-hover-info {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.form-actions {
  text-align: center;
}

.form-control {
  width: 100%;
}

.mb-3 {
  margin-bottom: 0.5rem;
}
.mb-3 input[type=email],
.mb-3 input[type=tel],
.mb-3 input[type=text],
.mb-3 input[type=url] {
  appearance: none;
  box-sizing: border-box;
  height: 2rem;
  padding: 0.25rem;
}
.mb-3 input,
.mb-3 textarea {
  border: 1px solid #ccc;
}
.mb-3 label {
  display: inline-block;
  margin-bottom: 0.25rem;
}

.form-group-inline {
  display: flex;
}
.form-group-inline .form-group-inline-section {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.form-group-inline .form-group-inline-section .m-r {
  margin-right: 1rem;
}
.form-group-inline .form-select {
  padding: 0.25rem 0.5rem;
  width: auto;
}

.required::after {
  bottom: 1px;
  color: red;
  content: "*";
  display: inline-block;
  left: 2px;
  position: relative;
  transform: scale(1.7);
}

.search-form-mhp .required::after {
  color: white;
}

.well {
  border: 2px solid #eee;
  border-radius: 12px;
  margin: 6px 0;
  padding: 12px;
}

.sign-in-form h2 {
  color: #000;
  font-size: 1.5rem;
}
.sign-in-form label {
  color: #000;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.sign-in-form .mb-3 {
  margin-bottom: 2rem;
}
.sign-in-form .form-control {
  border-radius: 0.5rem;
}
.sign-in-form input[type=password] {
  padding: 0.3rem 0.2rem;
}
.sign-in-form .form-section {
  background: #fafafa;
  border: 2px solid #efefef;
  border-radius: 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
}

.form-select {
  appearance: none;
  appearance: none;
  background-color: white;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=");
  background-position: right 50%;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  height: 2rem;
  padding: 0.25rem;
  width: 100%;
}

select[multiple] {
  background-image: none;
  height: auto;
}

.user-logo-preview,
.directory-advert-image-preview {
  margin: 0.5rem 0;
  max-width: 10rem;
}

/* See https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034 */
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.filterSearch-mainContainer {
  align-items: baseline !important;
  flex-direction: column-reverse;
}
.filterSearch-mainContainer .filterSearch-selectContainer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.filterSearch-mainContainer .filterSearch-selectContainer .form-group {
  margin-bottom: 0.5rem;
}
.filterSearch-mainContainer .filterSearch-selectContainer .form-group span {
  margin: 0 0.5rem;
}

@media screen and (min-width: 768px) {
  .filterSearch-mainContainer {
    align-items: initial;
    flex-direction: initial;
  }
  .filterSearch-mainContainer .filterSearch-selectContainer {
    flex-direction: initial;
    gap: 1rem;
  }
  .filterSearch-mainContainer .filterSearch-selectContainer .mb-3 {
    margin-bottom: 0;
  }
}
.airport-distances-container {
  max-width: 640px;
}

.google-map {
  height: 400px;
  max-width: 1200px;
  width: 100%;
}

.images-list {
  display: flex;
  list-style-type: none;
}
.images-list .image-thumbnail {
  height: 3rem;
}
.images-list li {
  margin: 0 1rem;
}
.images-list li:first-of-type {
  margin-left: 0;
}
.images-list li:last-of-type {
  margin-right: 0;
}

.property-image-all {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.property-image-selection {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
}
.property-image-selection img {
  max-height: 8rem;
}
.property-image-selection:last-of-type {
  margin-right: none;
}

.imageGallery-loadingSpin {
  margin-top: -19px;
  position: relative;
  top: 50%;
  width: 38px;
  height: 38px;
}

.abta {
  border: 1px solid #ddd;
  display: block;
  float: right;
  font-size: 0.875rem;
  margin: 0.83rem 0 1rem;
  padding: 0.5rem;
}

#booking_form {
  margin-top: 3rem;
}

.interhome label {
  font-weight: bold;
}
.interhome .form-control {
  background-color: #fff;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.interhome .form-group {
  margin-bottom: 1rem;
}
.interhome .meta,
.interhome .well {
  background: #f3f3f3;
  padding: 0.5rem;
}

.panel-section {
  background: #eee;
  padding: 24px;
}
.panel-section label {
  min-width: 50%;
}
.panel-section .date_pick,
.panel-section input {
  background: white;
  border: 1px solid #ececec;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  outline: none;
  padding: 5px;
  position: relative;
  width: 150px;
}
.panel-section .date_pick {
  align-items: center;
  background: #fff;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  color: #b1b1b1 !important;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 2.625rem;
  justify-content: space-between;
  padding: 0 12px;
}
.panel-section .date_pick span {
  float: right;
}
.panel-section .date_pick i {
  float: left;
}
.panel-section .date_pick svg {
  font-size: 24px;
  margin-right: 12px;
  /* TODO: dodgy breakpoint; switch to mobile first and fix off-by-one */
}
@media screen and (max-width: 768px) {
  .panel-section .date_pick svg {
    font-size: 16px;
  }
}

.addtion-info {
  display: flex;
  justify-content: space-between;
  margin-right: 24px;
  width: 66.6667%;
}
@media screen and (max-width: 640px) {
  .addtion-info {
    width: 100%;
  }
}

#booking_results .form-group {
  margin: 1rem 0;
}
#booking_results .form-group label {
  color: #222;
}
#booking_results a {
  color: #005cff;
  margin: 0 3px;
  text-decoration: none;
}
#booking_results table {
  color: #111;
  width: 100%;
}
#booking_results table td {
  line-height: 32px;
  min-width: 100px;
  padding-bottom: 10px;
}
#booking_results #customer_address_street {
  margin-bottom: 10px;
}
#booking_results .contactForm {
  width: 66.6666667%;
}
@media screen and (max-width: 640px) {
  #booking_results .contactForm {
    width: 100%;
  }
}
#booking_results .contactForm .form-group {
  width: 100%;
}
#booking_results .contactForm .form-group label {
  display: block;
  margin-bottom: 5px;
  margin-right: 10px;
}
#booking_results .contactForm .form-group input,
#booking_results .contactForm .form-group select {
  width: 100%;
}

/* The Modal (background) */
.modal {
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  border-radius: 4px;
  display: none; /* Hidden by default */
  height: 100%; /* Full height */
  left: 0;
  overflow: auto; /* Enable scroll if needed */
  padding-top: 80px; /* Location of the box */
  position: fixed; /* Stay in place */
  top: 0;
  width: 100%; /* Full width */
  z-index: 1; /* Sit on top */
}

/* Modal Dialog */
.modal-dialog {
  z-index: 1; /* Sit on top */
}

/* Modal Content */
.modal-content {
  animation-duration: 0.4s;
  animation-name: animatetop;
  background-color: #fefefe;
  border: 1px solid #888;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: auto;
  padding: 0;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 968px) {
  .modal-content {
    width: 90%;
  }
}

/* Add Animation */
@keyframes animatetop {
  from {
    opacity: 0;
    top: -300px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
/* The Close Button */
.close {
  background: transparent;
  border: 0;
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  outline: none;
}

.close:hover,
.close:focus {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.modal-header {
  background-color: #002f66;
  color: white;
  padding: 2px 16px;
}
.modal-header h4 {
  color: white;
  margin: 10px 0;
}

.modal-body {
  padding: 20px 16px;
}

.modal-footer {
  background-color: #5cb85c;
  color: white;
  padding: 2px 16px;
}

.interhome_enquiry_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.interhome_enquiry_form > div {
  width: 48%;
}
.interhome_enquiry_form > div:last-of-type {
  width: 100%;
}
.interhome_enquiry_form label {
  color: #222;
  font-weight: bold;
}
.interhome_enquiry_form .date_pick,
.interhome_enquiry_form input,
.interhome_enquiry_form select,
.interhome_enquiry_form textarea {
  background-color: #f3f2e3 !important;
  border-radius: 2px;
  color: #010101 !important;
  font-size: 14px !important;
  font-weight: bold;
  outline: none;
  padding: 5px;
  position: relative;
}
.interhome_enquiry_form .date_pick {
  cursor: pointer;
}
.interhome_enquiry_form #interhome_enquiry_submit {
  width: 200px;
}
.interhome_enquiry_form textarea {
  width: 98%;
}

.panel-failure {
  background-color: #fdb4b0;
  margin-top: 0;
}

.error-panel {
  margin-bottom: 1.5rem;
}
.error-panel h3 {
  margin: 0;
}

.layout-element {
  display: block;
}
.layout-element h1:first-child,
.layout-element h2:first-child,
.layout-element h3:first-child,
.layout-element p:first-child,
.layout-element ul:first-child {
  margin-top: 0;
}

.size-1of1,
.size-1of2,
.size-1of3 {
  margin-bottom: 1vh;
  position: relative;
}
.size-1of1 img,
.size-1of2 img,
.size-1of3 img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .size-1of2 {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 48%;
  }
  .size-1of2:first-child {
    margin-left: 0;
  }
  .size-1of2:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .size-1of3 {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 32%;
  }
  .size-1of3:first-child {
    margin-left: 0;
  }
  .size-1of3:last-child {
    margin-right: 0;
  }
}
.clear-fix::after {
  clear: both;
  content: "";
  display: table;
}

.header-title {
  background-color: rgba(60, 52, 52, 0.4);
  box-sizing: border-box;
  color: #fff;
  height: 50%;
  left: 0;
  margin: 0;
  padding-top: 25%;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  vertical-align: bottom;
}

.header-text-cont {
  background-color: rgba(60, 52, 52, 0.4);
  color: #fff;
  height: 50%;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  vertical-align: top;
}

.header-text {
  margin: 0;
}

.links {
  display: grid;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  margin: 5vh 15vw;
}
.links section {
  border: 1px solid #d6d6d6;
}
.links section h2 {
  background: #606a70;
  color: #fff;
  font-size: 1rem;
  margin: 0;
  padding: 0.5rem;
}

.clearfix {
  display: block;
  min-height: 1%;
}

.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.mainMenu-borderBottom {
  border-bottom: 1px solid #f2f3f3;
}

@media screen and (min-width: 768px) {
  .main-menu ol,
  .main-menu ul {
    list-style: none;
  }
  .main-menu > ul {
    display: flex;
    padding: 0 15px;
    z-index: 100;
  }
  .main-menu > ul > li {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 !important;
    position: relative;
    width: 100%;
    z-index: 100;
  }
  .main-menu > ul > li + li {
    border-left: 2px solid #f2f3f3;
  }
  .main-menu > ul > li button {
    border: none;
    color: #555;
    width: 100%;
  }
  .main-menu > ul > li button:active {
    outline: none;
  }
  .main-menu > ul > li button,
  .main-menu > ul > li a {
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 20px 0 20px 15px;
    text-decoration: none;
  }
  .main-menu-item-links {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 17px -7px #000;
    display: none;
    left: 4%;
    min-width: 200px;
    padding: 12px 0 0 !important;
    position: absolute;
    top: 68px;
    z-index: 99;
    /* TODO: dodgy breakpoint; switch to mobile first and fix off-by-one */
  }
  .main-menu-item-links li {
    width: 100% !important;
  }
  .main-menu-item-links li a {
    background: none !important;
    padding: 10px 18px !important;
  }
  .main-menu-item-links li a:hover {
    background: #f2f2f2 !important;
  }
  .main-menu-item-links::before {
    background: url("/assets/icon_arrow_up-307e89b9.png") no-repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 50%;
    margin: 0 0 0 -9px;
    position: absolute;
    top: -8px;
    width: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .main-menu-item-links {
    box-shadow: none;
    padding: 0 !important;
    position: unset;
    width: 100%;
  }
  .main-menu-item-links::before {
    display: none;
  }
  .main-menu-item-links li {
    border-top: 1px solid #ececec !important;
  }
}
@media screen and (min-width: 768px) {
  .main-menu .burger-section {
    height: initial;
  }
  .main-menu .burger-section > svg {
    display: none;
  }
}
/* TODO: switch to mobile first */
@media screen and (max-width: 767px) {
  body > .mainMenu-borderBottom {
    display: none;
  }
  .main-menu > ul {
    display: block;
    padding: 0 !important;
  }
  .main-menu > ul > li {
    border-bottom: 1.5px solid #ececec;
    border-left: none !important;
    clear: both;
    display: block;
  }
}
.holiday_parks .main-menu {
  position: relative;
}

.main-menu-dropdown {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .main-menu-dropdown {
    background: #fff url("/assets/icon_arrow_down-5038130e.png") no-repeat scroll right 10px center;
  }
}
@media screen and (min-width: 1024px) {
  .main-menu-dropdown {
    background-position: right 20px center;
  }
}
@media screen and (min-width: 1400px) {
  .main-menu-dropdown {
    background-position: right 30px center;
  }
}
.burger-section {
  cursor: pointer;
  height: 3rem;
  margin: 0;
}
.burger-section .svg-inline--fa.fa-w-14 {
  float: right;
  height: 100%;
  width: 1.6rem;
}

.pointOfInterestInfo-container {
  display: flex;
  gap: 0.75rem;
}

.pointOfInterestInfo-img {
  width: 130px;
  object-fit: cover;
  display: none;
}
@media screen and (min-width: 768px) {
  .pointOfInterestInfo-img {
    display: block;
  }
}

.pointOfInterestInfo-title {
  margin: 0;
}

.pointOfInterestInfo-strapline {
  margin: 0;
  line-height: 1.25rem;
}

.pointOfInterestInfo-attribute {
  margin: 0;
  line-height: 1.2rem;
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
}
.pointOfInterestInfo-attribute:first-of-type {
  margin-top: 0.75rem;
}

.pointOfInterestInfo-link {
  display: block;
  margin-top: 0.5rem;
  padding: 0.25rem;
  border: solid 1px #d4aa00;
  text-align: center;
  text-decoration: none;
  color: #d4aa00;
  font-weight: bold;
}
.pointOfInterestInfo-link:hover {
  color: #fff;
  background-color: #d4aa00;
  cursor: pointer;
}

.pointOfInterestInfo-wrapper {
  padding: 0;
  min-width: 210px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.googleMap-viewRouteButton {
  background: #fff;
  bottom: 0;
  cursor: pointer;
  font-size: 1.2rem;
  left: 100px;
  padding: 0.6rem 1rem;
  position: absolute;
  z-index: 5;
}

.gm-ui-hover-effect {
  background: #fff !important;
  border-radius: 20px;
  opacity: 0.65;
  top: -11px !important;
  right: -11px !important;
  border: solid #ddd 1px !important;
}
.gm-ui-hover-effect span {
  position: relative;
  top: -1px;
  left: -1px;
  width: 15px !important;
  height: 15px !important;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.gm-style .gm-style-iw-c {
  overflow: inherit;
  padding: 12px !important;
}

.meteoblue-container {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  overflow-x: auto;
  text-align: center;
}

.meteoblue-container a {
  display: none;
}

@media screen and (min-width: 900px) {
  .fixtures-fittings-container,
  .finishes-container {
    align-items: flex-start;
    display: flex;
  }
  .fixtures-fittings-container img,
  .finishes-container img {
    margin-right: 1rem;
  }
  .fixtures-fittings-container .trix-content,
  .finishes-container .trix-content {
    margin-left: 1rem;
    max-width: 60%;
  }
  .fixtures-fittings-container.full,
  .finishes-container.full {
    display: block;
  }
  .fixtures-fittings-container.full .trix-content,
  .finishes-container.full .trix-content {
    margin-left: 0;
    max-width: 100%;
  }
}
.orderDetails-infoContainer {
  display: block;
}

.orderDetails-infoWrapper {
  width: auto;
  margin: 1rem 0;
  padding: 1.5rem;
  border: solid #8a8a8a 1px;
}

.orderDetails-infoWrapper:first-child,
.orderDetails-infoWrapper:last-child {
  margin: 0;
}

.orderDetails-infoWrapper p {
  margin: 0;
}

.orderDetails-title {
  margin-top: 0;
}

.orderDetails-info {
  display: flex;
  justify-content: space-between;
}

.orderDetails-statusSuccess {
  color: #329932;
}

.orderDetails-statusPending {
  color: #f0b547;
}

.orderDetails-orderTotal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.ordersDetails-status {
  display: none;
}

.paymentDetails-container {
  display: block;
}

.paymentDetails-wrapper {
  width: 100%;
}

.paymentDetails-wrapper:nth-child(2) {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .orderDetails-infoContainer {
    display: flex;
    justify-content: space-between;
  }
  .orderDetails-infoWrapper {
    margin: 0 1rem;
    width: 100%;
  }
  .ordersDetails-status {
    display: block;
  }
  .paymentDetails-container {
    display: flex;
    justify-content: space-between;
  }
  .paymentDetails-wrapper:nth-child(2) {
    margin-left: 1rem;
  }
}
.pagination {
  background: white;
  cursor: default;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination li {
  float: left;
  margin-right: 1px;
}

.pagination .disabled a {
  border: 1px solid #ddd;
  color: #999;
}

.pagination .active a {
  background: #ffce0b;
  border: 1px solid #d4aa00;
  color: white;
  font-style: normal;
  font-weight: bold;
}

.pagination a {
  border: 1px solid #ffe88a;
  color: #ffce0b;
  display: block;
  padding: 0.2rem 0.6rem;
  text-decoration: none;
}

.pagination a:hover,
.pagination a:focus {
  background: #fff;
  border-color: #d3a900;
  color: #d3a900;
}

.pagination .page_info {
  background: #ffce0b;
  color: white;
  margin-bottom: 0.3em;
  padding: 0.4em 0.6em;
  text-align: center;
  width: 22em;
}

.pagination .page_info b {
  background: #ffe88a;
  color: #d3a900;
  padding: 0.1em 0.25em;
}

.pagination::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

* html .pagination {
  height: 1%;
}

*:first-child + html .pagination {
  overflow: hidden;
}

p {
  color: #767474;
}

.bulletPoint-inputContainer {
  width: 100%;
}

.no-margin {
  margin: 0;
}

.small-icon {
  height: 1rem;
  padding-right: 20px;
}

.parkLogo-container {
  align-items: center;
  display: flex;
}

.parksForm-tableContainer {
  padding: 0.5rem;
}

.parksForm-featureTable {
  margin-bottom: 1rem;
}

.parkFeature-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3rem 0;
}

.parkFeature-wrapper {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin: 1rem;
  width: 20%;
}
@media (min-width: 650px) {
  .parkFeature-wrapper {
    margin: 1rem 2vw;
    width: 10%;
  }
}

.clickable-icon {
  cursor: pointer;
}

.clickable-icon:hover {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}

.parkFeature-icon {
  align-items: center;
  border: solid grey 1px;
  border-radius: 50%;
  border-radius: 50%;
  display: flex;
  height: 8vw;
  justify-content: center;
  max-height: 100px;
  max-width: 100px;
  transition: 0.5s;
  width: 8vw;
}

.parkFeature-icon img {
  height: 70%;
  width: 70%;
}

.parkFeature-name {
  margin: 0;
  text-align: center;
}

.parkOverview-videoContainer {
  padding: 1rem 0;
}
@media (min-width: 1000px) {
  .parkOverview-videoContainer {
    padding: 1rem 15vw;
  }
}

.manufacturer-group {
  display: none;
}

.parkOverview-sectionContainer {
  display: block;
  margin: 2rem 0;
}
@media (min-width: 1000px) {
  .parkOverview-sectionContainer {
    display: flex;
    justify-content: center;
  }
}
.parkOverview-sectionContainer .park-contact-details-container {
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  padding: 2rem;
}
.parkOverview-sectionContainer .park-address-fields {
  margin: 0;
}
.parkOverview-sectionContainer .park-contact-detail {
  display: flex;
  gap: 0.75rem;
}
.parkOverview-sectionContainer .park-contact-detail img {
  width: 30px;
}
.parkOverview-sectionContainer .park-contact-detail .contact-icon {
  width: 25px;
}
.parkOverview-sectionContainer .park-contact-detail .contact-link {
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.parkOverview-contactTable {
  margin-top: 1rem;
}

.parkOverview-section {
  margin-right: 2rem;
  width: 100%;
}

.parkOverview-section > ul li {
  color: #767474;
}

.parksOverview-email {
  word-break: break-all;
}

.facility-img {
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.overview-location {
  font-size: large;
  font-weight: 800;
}

.parkOperators-properties {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;
}

.parkOperators-property {
  border: 1px solid #ccc;
  padding: 1rem;
}

.parkOperators-image-container {
  max-height: 12rem;
  min-height: 12rem;
  overflow: hidden;
}

.parkOperators-property-image {
  width: 100%;
}

.parkAccommodationType-content {
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
  max-width: 40rem;
  text-align: center;
  width: 100%;
}

.parkAccommodationType-images {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}

.parkAccommodationType-image {
  margin: 0 1rem;
  max-width: 20rem;
  object-fit: cover;
  width: 100%;
}

.parkAccommodation-operationsTable td {
  padding: 0.7rem;
}

.btn.btn-danger.btn-danger-white {
  color: #fff;
}

.parkOperators-actions a {
  display: inline-block;
}

.parks-ul {
  padding: 0;
}
.parks-ul li {
  list-style: none;
  margin: 1rem 0;
}

.parksMap-buttonContainer,
.propertiesMap-buttonContainer {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.parksMap-buttonContainer .map-view,
.propertiesMap-buttonContainer .map-view {
  margin: 0;
}

.parks-btn-primary,
.parks-btn-secondary {
  margin-left: 1rem;
  text-align: center;
}

.parks-btn-secondary {
  background: #0a8643;
  color: #fff !important;
}

.parks-btn-primary {
  border: 1px solid #0a8643;
  color: #0a8643;
}

.parks-btn-primary-left {
  border: 1px solid #0a8643;
  color: #0a8643;
}

.parks-btn-secondary-left {
  background: #0a8643;
  color: #fff !important;
}

.parks-btn-primary-left,
.parks-btn-secondary-left {
  margin-right: 0.8rem;
}

.parkOverview-navigation {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  overflow: auto;
  padding: 1rem 5vw;
}
@media screen and (min-width: 768px) {
  .parkOverview-navigation {
    justify-content: center;
  }
}
.parkOverview-navigation a {
  color: #0a8643;
  padding: 0.3rem 1.2rem;
  text-decoration: none;
  white-space: nowrap;
}
.parkOverview-navigation .parkGuide-link.selected-true {
  background: #0a8643;
  color: #fff;
  padding: 0.4rem 0.8rem;
}
.parkOverview-navigation .parkGuide-link {
  border-right: 2px solid;
}
.parkOverview-navigation .parkGuide-link:last-child {
  border-right: unset;
}

.parkDashboard-pat-heading {
  margin-bottom: 0;
  margin-left: 2rem;
}

.parkDashboard-editPATContainer {
  margin: 0.5rem 0;
  padding: 0.5rem 0;
}

.parkDashboard-editPATTitle {
  font-size: 1.1em;
}
.parkDashboard-editPATTitle a {
  display: inline;
}

.park-accommodation-overview h3,
.park-accommodation-container h3 {
  color: #0a8643;
  margin: 1rem 0;
}
.park-accommodation-overview p,
.park-accommodation-container p {
  color: #000;
}

.park-accommodation-container {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.park-accommodation-container .park-accommodation-section {
  color: #000;
  margin-top: 2rem;
  width: 100%;
}
.park-accommodation-container .park-accommodation-section img {
  height: auto;
  width: 100%;
}
.park-accommodation-container .pitch-types-table {
  width: 100%;
}
.park-accommodation-container .pitch-types-table th {
  padding-bottom: 1rem;
  text-align: left;
}

@media screen and (min-width: 860px) {
  .park-accommodation-container .park-accommodation-section {
    width: 48%;
  }
}
.park-section-table {
  margin-left: 90px;
}

.park-accommodation-overview > h3,
.park-accommodation-overview > p {
  text-align: center;
}

.park-section-container {
  padding-left: 250px;
  text-align: center;
}

.parkAccommodationTypes-list,
.parkServices-list {
  display: flex;
  margin-bottom: 1rem;
}

.parkAccommodationTypes-parkAccommodationType,
.parkServices-service {
  border: 1px solid #ccc;
  padding: 0.5rem;
}

.parkAccommodationTypes-parkAccommodationTypeTitle,
.parkServices-serviceName {
  font-size: 1.15rem;
}

.parkAccommodationTypes-divider,
.parkDashboard-divider,
.parkServices-divider {
  border-color: #ccc;
}

.parkAccommodationTypes-parkAccommodationTypeGallery {
  max-width: 15rem;
}

.gallery-image-copyright {
  background: black;
  color: white;
  left: 0;
  opacity: 0.5;
  padding: 0.5rem;
  position: absolute;
  top: 0;
}

.parkAccommodationType-previewImg {
  max-width: 5rem;
}

.parkDashboard-park {
  background: #fafafa;
  border: 2px solid #efefef;
  border-radius: 0.6rem;
  color: #000;
  margin-bottom: 1rem;
  padding: 1rem;
}

.parkStandardTextBox-park {
  background: #fff;
  border: 1.5px solid #ccc;
  border-radius: 0.6rem;
  color: #000;
}

.parkDashboard-parks {
  margin-top: 1rem;
}

.parkDashboard-park-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.parkDashboard-park-header .parkDashboard-parkHeader-adminOnly {
  padding: 0 1rem;
  font-size: 0.9rem;
}
.parkDashboard-park-header .parkDashboard-parkHeader-adminOnly p {
  margin: 0;
}
.parkDashboard-park-header .parkDashboard-parkHeader-actionsContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .parkDashboard-park-header .parkDashboard-parkHeader-actionsContainer {
    flex-direction: row;
  }
}
.parkDashboard-park-header h2 {
  color: #0a8643;
  margin: 1rem 2rem;
}

.parkDashboard-pat-container {
  display: flex;
  flex-direction: column;
  flex-wrap: unset;
}
.parkDashboard-pat-container .pat-container {
  margin: 2rem;
  overflow: hidden;
  width: unset;
}
@media (min-width: 750px) {
  .parkDashboard-pat-container .pat-container {
    width: 28%;
  }
}
.parkDashboard-pat-container .parkAccommodationType-previewImg {
  height: 12rem;
  max-width: unset;
  min-width: 100%;
  object-fit: cover;
}
.parkDashboard-pat-container .parkDashboard-pat-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.parkDashboard-pat-container .parkDashboard-subheading {
  color: #0a8643;
}
@media (min-width: 750px) {
  .parkDashboard-pat-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.park-content {
  align-items: flex-start;
  display: block;
  justify-content: space-evenly;
  padding-bottom: 1rem;
}
@media (min-width: 750px) {
  .park-content {
    display: flex;
    padding: 0 2rem;
    padding-bottom: 1rem;
  }
}

.park-description {
  max-width: 50rem;
  width: 100%;
}
@media (min-width: 750px) {
  .park-description {
    flex: 1 auto;
    margin-right: 4rem;
    width: auto;
  }
}

.park-facilities-list {
  margin: 1rem 0;
}
.park-facilities-list li {
  padding: 0.5rem 0;
}

.eco-rating-text {
  display: flex;
  flex-direction: center;
}

.eco-rating-text > img {
  object-fit: fill;
}

.image-preview {
  margin-bottom: 1rem;
  width: 14rem;
}

.form-container h2,
.parkElite-bookingForm h2,
.park-operators-park-form h2,
.parkOperators-propertyForm h2,
.parkOperators-propertyImageForm h2 {
  color: #065c2e;
  font-size: 1.5rem;
}
.form-container label,
.parkElite-bookingForm label,
.park-operators-park-form label,
.parkOperators-propertyForm label,
.parkOperators-propertyImageForm label {
  color: #000;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.form-container .mb-3,
.parkElite-bookingForm .mb-3,
.park-operators-park-form .mb-3,
.parkOperators-propertyForm .mb-3,
.parkOperators-propertyImageForm .mb-3 {
  margin-bottom: 2rem;
}
.form-container input[type=email],
.form-container input[type=number],
.form-container input[type=password],
.form-container input[type=tel],
.form-container input[type=text],
.form-container input[type=time],
.form-container input[type=url],
.form-container .form-select,
.parkElite-bookingForm input[type=email],
.parkElite-bookingForm input[type=number],
.parkElite-bookingForm input[type=password],
.parkElite-bookingForm input[type=tel],
.parkElite-bookingForm input[type=text],
.parkElite-bookingForm input[type=time],
.parkElite-bookingForm input[type=url],
.parkElite-bookingForm .form-select,
.park-operators-park-form input[type=email],
.park-operators-park-form input[type=number],
.park-operators-park-form input[type=password],
.park-operators-park-form input[type=tel],
.park-operators-park-form input[type=text],
.park-operators-park-form input[type=time],
.park-operators-park-form input[type=url],
.park-operators-park-form .form-select,
.parkOperators-propertyForm input[type=email],
.parkOperators-propertyForm input[type=number],
.parkOperators-propertyForm input[type=password],
.parkOperators-propertyForm input[type=tel],
.parkOperators-propertyForm input[type=text],
.parkOperators-propertyForm input[type=time],
.parkOperators-propertyForm input[type=url],
.parkOperators-propertyForm .form-select,
.parkOperators-propertyImageForm input[type=email],
.parkOperators-propertyImageForm input[type=number],
.parkOperators-propertyImageForm input[type=password],
.parkOperators-propertyImageForm input[type=tel],
.parkOperators-propertyImageForm input[type=text],
.parkOperators-propertyImageForm input[type=time],
.parkOperators-propertyImageForm input[type=url],
.parkOperators-propertyImageForm .form-select {
  border-radius: 0.5rem;
}
.form-container .custom-file-label,
.parkElite-bookingForm .custom-file-label,
.park-operators-park-form .custom-file-label,
.parkOperators-propertyForm .custom-file-label,
.parkOperators-propertyImageForm .custom-file-label {
  display: none;
}
.form-container input[type=password],
.form-container input[type=tel],
.parkElite-bookingForm input[type=password],
.parkElite-bookingForm input[type=tel],
.park-operators-park-form input[type=password],
.park-operators-park-form input[type=tel],
.parkOperators-propertyForm input[type=password],
.parkOperators-propertyForm input[type=tel],
.parkOperators-propertyImageForm input[type=password],
.parkOperators-propertyImageForm input[type=tel] {
  padding: 0.3rem 0;
}
.form-container input[type=file],
.parkElite-bookingForm input[type=file],
.park-operators-park-form input[type=file],
.parkOperators-propertyForm input[type=file],
.parkOperators-propertyImageForm input[type=file] {
  border-radius: 0.5rem;
  padding: 0.6rem 0;
}
.form-container textarea,
.parkElite-bookingForm textarea,
.park-operators-park-form textarea,
.parkOperators-propertyForm textarea,
.parkOperators-propertyImageForm textarea {
  border-radius: 0.5rem;
  height: 10rem;
  line-height: 2rem;
  padding: 0.4rem 0;
  resize: none;
}
.form-container .form-list .mb-3,
.parkElite-bookingForm .form-list .mb-3,
.park-operators-park-form .form-list .mb-3,
.parkOperators-propertyForm .form-list .mb-3,
.parkOperators-propertyImageForm .form-list .mb-3 {
  background: #fafafa;
  border: 2px solid #efefef;
  border-radius: 0.6rem;
  display: flex;
  flex-direction: column;
  flex-wrap: unset;
  max-height: unset;
  padding: 1.5rem;
}
@media (min-width: 960px) {
  .form-container .form-list .mb-3,
  .parkElite-bookingForm .form-list .mb-3,
  .park-operators-park-form .form-list .mb-3,
  .parkOperators-propertyForm .form-list .mb-3,
  .parkOperators-propertyImageForm .form-list .mb-3 {
    flex-wrap: wrap;
    max-height: 115rem;
  }
}
.form-container .form-section,
.parkElite-bookingForm .form-section,
.park-operators-park-form .form-section,
.parkOperators-propertyForm .form-section,
.parkOperators-propertyImageForm .form-section {
  background: #fafafa;
  border: 2px solid #efefef;
  border-radius: 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  gap: 1.5rem;
}
@media (min-width: 960px) {
  .form-container .form-section,
  .parkElite-bookingForm .form-section,
  .park-operators-park-form .form-section,
  .parkOperators-propertyForm .form-section,
  .parkOperators-propertyImageForm .form-section {
    flex-direction: row;
  }
}
.form-container .hover-info,
.parkElite-bookingForm .hover-info,
.park-operators-park-form .hover-info,
.parkOperators-propertyForm .hover-info,
.parkOperators-propertyImageForm .hover-info {
  margin-left: 0.8rem;
  margin-right: unset;
}
.form-container .section-inner,
.parkElite-bookingForm .section-inner,
.park-operators-park-form .section-inner,
.parkOperators-propertyForm .section-inner,
.parkOperators-propertyImageForm .section-inner {
  margin: 0;
  width: 100%;
}
.form-container .submit-button,
.form-container .park-form-danger,
.form-container .park-form-submit,
.form-container .elite-proceedToCheckout,
.form-container .elite-updateBooking,
.parkElite-bookingForm .submit-button,
.parkElite-bookingForm .park-form-danger,
.parkElite-bookingForm .park-form-submit,
.parkElite-bookingForm .elite-proceedToCheckout,
.parkElite-bookingForm .elite-updateBooking,
.park-operators-park-form .submit-button,
.park-operators-park-form .park-form-danger,
.park-operators-park-form .park-form-submit,
.park-operators-park-form .elite-proceedToCheckout,
.park-operators-park-form .elite-updateBooking,
.parkOperators-propertyForm .submit-button,
.parkOperators-propertyForm .park-form-danger,
.parkOperators-propertyForm .park-form-submit,
.parkOperators-propertyForm .elite-proceedToCheckout,
.parkOperators-propertyForm .elite-updateBooking,
.parkOperators-propertyImageForm .submit-button,
.parkOperators-propertyImageForm .park-form-danger,
.parkOperators-propertyImageForm .park-form-submit,
.parkOperators-propertyImageForm .elite-proceedToCheckout,
.parkOperators-propertyImageForm .elite-updateBooking {
  border: unset;
  border-radius: 0.2rem;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0.8rem 3rem;
  text-decoration: none;
  font-weight: 500;
}
.form-container .park-form-danger,
.parkElite-bookingForm .park-form-danger,
.park-operators-park-form .park-form-danger,
.parkOperators-propertyForm .park-form-danger,
.parkOperators-propertyImageForm .park-form-danger {
  background: #bb5050;
  text-decoration: none;
}
.form-container .submit-button,
.form-container .park-form-submit,
.form-container .elite-proceedToCheckout,
.form-container .elite-updateBooking,
.parkElite-bookingForm .submit-button,
.parkElite-bookingForm .park-form-submit,
.parkElite-bookingForm .elite-proceedToCheckout,
.parkElite-bookingForm .elite-updateBooking,
.park-operators-park-form .submit-button,
.park-operators-park-form .park-form-submit,
.park-operators-park-form .elite-proceedToCheckout,
.park-operators-park-form .elite-updateBooking,
.parkOperators-propertyForm .submit-button,
.parkOperators-propertyForm .park-form-submit,
.parkOperators-propertyForm .elite-proceedToCheckout,
.parkOperators-propertyForm .elite-updateBooking,
.parkOperators-propertyImageForm .submit-button,
.parkOperators-propertyImageForm .park-form-submit,
.parkOperators-propertyImageForm .elite-proceedToCheckout,
.parkOperators-propertyImageForm .elite-updateBooking {
  background: #d4aa00;
}

.eco-rating-container {
  align-items: center;
  display: flex;
  justify-content: space-around;
}

.eco-rating-form-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  padding: 0 1rem;
}

.view-on-map-container {
  padding: 1rem 0;
}

.our-view {
  font-style: italic;
}

.park-sidebar {
  width: 100%;
}
@media (min-width: 750px) {
  .park-sidebar {
    min-width: 250px;
    width: auto;
  }
}
.park-sidebar .park-contact-details-container {
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  padding: 2rem;
}
.park-sidebar .park-address-fields {
  margin: 0;
}
.park-sidebar .park-contact-detail {
  display: flex;
  gap: 0.75rem;
}
.park-sidebar .park-contact-detail img {
  width: 30px;
}
.park-sidebar .park-contact-detail .contact-icon {
  width: 25px;
}
.park-sidebar .park-contact-detail .contact-link {
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.park-sidebar .sub-heading {
  text-transform: uppercase;
}

.park-header {
  margin: 1rem 0;
  text-align: center;
}
.park-header h1,
.park-header h2 {
  color: #065c2e;
  font-weight: unset;
  margin: 0.5rem 0;
}
@media screen and (min-width: 360px) {
  .park-header {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .park-header {
    padding-top: 0;
  }
}

.park-header-image {
  object-fit: cover;
  width: 100%;
}

.park-logo {
  display: block;
  height: 100%;
  margin: 0 auto;
  max-height: 150px;
  max-width: 12rem;
}

.park-logo > picture > img {
  height: 100%;
  object-fit: contain;
}

.park-amenities,
.park-amenity,
.park-amenities-header,
.sister-parks-table,
.sister-park,
.sister-parks-header {
  border: 1px solid #ccc;
  border-collapse: collapse;
  box-sizing: border-box;
  font-size: 1.2rem;
  text-align: center;
}
.park-amenities a,
.park-amenity a,
.park-amenities-header a,
.sister-parks-table a,
.sister-park a,
.sister-parks-header a {
  color: #0a8643;
  text-decoration: none;
}

.overview-location {
  margin-bottom: 5px;
}

.park-amenities-header,
.sister-parks-header {
  background-color: #0a8643;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem;
}

.park-rating-container img {
  height: 1em;
}

.caret,
.caret-inverted {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  color: #fff;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
}

.caret {
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
}

.caret-inverted {
  border-bottom: 4px dashed;
  border-top: 4px solid \9 ;
}

.park-amenities-header {
  cursor: pointer;
  position: relative;
}
.park-amenities-header .caret {
  display: none;
}

.park-amenities-header-inactive .caret-inverted {
  display: none;
}
.park-amenities-header-inactive .caret {
  display: inline-block;
}

.toggle-amenities-button {
  position: absolute;
  right: 0.8rem;
}

.park-amenities-body-hidden {
  display: none;
}

.park-table {
  color: #000;
  margin: 0 auto;
  margin-bottom: 1rem;
  max-width: 35rem;
  width: 100%;
}

.park-amenity {
  padding: 0.4rem;
}

.park-amenity-row:nth-child(even),
.sister-park-row:nth-child(even) {
  background-color: #ececec;
}

.park-list {
  list-style-type: none;
  padding-left: 0;
}

.sister-parks-table {
  border: unset;
  margin-bottom: 2rem;
}
.sister-parks-table .sister-park,
.sister-parks-table th {
  padding: 0.5rem 1rem;
  text-align: left;
}

.park-operator-form-error {
  color: red;
}

.park-form-images-list {
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
}
.park-form-images-list li {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  width: 100%;
}
.park-form-images-list li .btn {
  width: fit-content;
}
@media screen and (min-width: 600px) {
  .park-form-images-list li {
    width: 45%;
  }
}

.enquiry-button {
  display: block;
  margin: 0 auto;
}

.parkEnquiryModal {
  display: none;
}
.parkEnquiryModal-shadow {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 50000;
}
.parkEnquiryModal-content {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  display: block;
  left: 50%;
  margin: auto;
  padding: 1rem;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 60000;
}
.parkEnquiryModal-close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 3rem;
}
.parkEnquiryModal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.parks-trix trix-toolbar {
  display: none;
}
.parks-trix trix-editor {
  background-color: #fff;
  border-radius: 0.5rem;
  box-sizing: border-box;
}

.input-button-container {
  display: flex;
  justify-content: center;
}
.input-button-container input[type=text] {
  border: 1px solid #ccc;
}
.input-button-container button[type=button] {
  background-color: green;
  border: none;
  border-radius: 0.15rem;
  color: white;
  margin-left: 0.5rem;
}

.justify-content-space {
  display: flex;
  justify-content: space-between;
}

.piste-map {
  display: block;
  margin: 0 auto;
}

#map {
  height: 20rem;
}

.area-unit {
  width: 140px;
}

.container {
  background: #fff;
  border-radius: 0.3125rem;
  margin: 1rem 0;
  padding: 0.75rem 1.25rem;
}

.amenities-columns {
  column-count: 3;
}

.page-surround.gray {
  background-color: #eee;
}

@media (min-width: 960px) {
  .properties-with-side-bar {
    display: grid;
    grid-template-areas: "side-bar form";
    grid-template-columns: 15rem 1fr;
    grid-template-rows: 1fr;
  }
}
.properties-with-side-bar .property-side-bar {
  display: flex;
  flex-wrap: wrap;
  grid-area: side-bar;
  justify-content: center;
}
@media (min-width: 960px) {
  .properties-with-side-bar .property-side-bar {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: initial;
  }
}
.properties-with-side-bar .property-side-bar a {
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #fff;
  border: 1.5px solid #ccc;
  margin: 0.3125rem;
  padding: 0.7125rem;
  text-align: center;
  text-decoration: none;
}
.properties-with-side-bar .property-side-bar a:first-of-type {
  margin-left: 0;
}
.properties-with-side-bar .property-side-bar a:last-of-type {
  margin-right: 0;
}
@media (min-width: 960px) {
  .properties-with-side-bar .property-side-bar a {
    margin: 0.3125rem 1rem 0.3125rem 0;
  }
  .properties-with-side-bar .property-side-bar a:first-of-type {
    margin-top: 1rem;
  }
  .properties-with-side-bar .property-side-bar a:last-of-type {
    margin-right: 1rem;
  }
}
.properties-with-side-bar .side-bar-main-content {
  grid-area: form;
}

.holiday_parks .property-side-bar a {
  color: #0a8643;
}

.publicly-visible-table {
  background-color: #f5f5f5;
}

.publicly-visible-table tr:nth-child(odd) > td {
  background-color: #f5f5f5;
}

.publicly-visible-info td,
.publicly-visible-info th {
  background-color: #fff !important;
}

.admin-property-actions {
  margin: 1rem 0;
}

.description-de {
  display: none;
}

.description-fr {
  display: none;
}

.description-en {
  display: block;
}

.property-name {
  font-size: 3rem;
  text-align: center;
}
.property-features {
  margin: 24px 0;
}
.property-features table {
  color: black;
  margin-bottom: 0.5rem;
  width: 100%;
}
.property-features table td {
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  padding: 12px;
}
.property-features table th {
  padding: 12px;
}
.property .cycle-slide {
  width: 100%;
}

.interhome-features .column:nth-child(4n+5) {
  clear: left;
}

.property-name span:first-child {
  color: #999;
}

.map-canvas {
  height: 350px;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .map-canvas {
    min-width: 700px;
  }
}

p.thumbnails {
  margin: 1em 0;
  padding: 0;
}

.thumbnails img {
  margin-right: 3px;
}

#adv-custom-pager {
  border-top: 2px solid #fff;
  height: 94px;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}

.fk-thumb {
  border-right: 2px solid #fff;
}

.cycle-prev {
  left: 0;
}

.cycle-next {
  right: 0;
}

.cycle-prev,
.cycle-next {
  background-color: #333;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  filter: alpha(opacity=0.5);
  font-size: 40px;
  height: 60px;
  line-height: 60px;
  opacity: 0.7;
  position: absolute;
  text-align: center;
  top: calc(50% - 60px);
  width: 60px;
  z-index: 98;
}
.cycle-prev span,
.cycle-next span {
  left: 50%;
  margin-left: -25px;
  position: absolute;
  top: 215px;
}

.cycle-prev:hover,
.cycle-next:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.interhome-features {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}

.column {
  align-items: center;
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin-right: 2.5rem;
}
.column img {
  height: 30px;
  margin-bottom: 5px;
  width: 30px;
}

.not-visible {
  opacity: 0;
}

.description-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.description-section > div {
  flex-basis: 100%;
  margin: 0 0.5rem;
}

@media screen and (min-width: 500px) {
  .description-section {
    flex-direction: row;
  }
  .description-section div {
    flex-basis: 40%;
  }
}
@media screen and (min-width: 860px) {
  .description-section div {
    flex-basis: 30%;
  }
  .property-description > .trix-content {
    column-count: 2;
  }
}
.disclaimer {
  font-size: 0.875rem;
}

.properties-view {
  display: block;
}

.results-count-actions {
  align-items: baseline;
  display: flex;
  flex-direction: column;
}
.results-count-actions > a {
  margin-bottom: 0.5125rem;
  margin-right: 5px;
}
@media screen and (min-width: 580px) {
  .results-count-actions {
    flex-direction: row;
  }
}

.results-count {
  align-items: center;
  color: #000;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  padding: 0.5125rem 0;
}
.results-count select {
  border: 1px solid #ececec;
  cursor: pointer;
  padding-right: 1rem; /* space for the down arrow */
  width: auto;
}

.properties-container,
.parks-container {
  margin-bottom: 24px;
  width: 100%;
}

.properties-map {
  margin: 1rem 0;
  max-height: 2000px;
  min-height: 600px;
  order: 2;
  width: 100%;
}

.property-summaries {
  display: flex;
  flex-wrap: wrap;
}

.property-summary {
  align-items: stretch;
  display: flex;
  flex-direction: column;
}
.property-summary img {
  width: 100%;
}

.property-thumbnail,
.park-thumbnail {
  margin: 0;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}
.property-thumbnail img,
.park-thumbnail img {
  display: block;
  height: 300px;
  object-fit: cover;
}
.property-thumbnail .property-thumbnail-overlay,
.park-thumbnail .property-thumbnail-overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: -4rem;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: 8rem;
  justify-content: center;
  left: -4rem;
  padding-top: 0.8rem;
  position: absolute;
  transform: rotate(45deg);
  width: 8rem;
  z-index: 1;
}

.property-block-details,
.park-block-details {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  opacity: 0.9;
  position: absolute;
  top: 100%;
  transition: top 0.5s ease 0s;
  width: 100%;
}
.property-block-details-location,
.park-block-details-location {
  color: #000;
  font-weight: bold;
}
.property-block-details-description,
.park-block-details-description {
  color: #767474;
  line-height: 1.45rem;
  padding: 1rem;
}
.property-block-details h4,
.park-block-details h4 {
  color: #000;
  margin: 1rem 0 0.5rem;
  text-transform: uppercase;
}
.property-block-details ul,
.park-block-details ul {
  flex-basis: 50%;
  margin: 0;
  padding: 0;
  width: 50%;
}
.property-block-details ul li,
.park-block-details ul li {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
}
.property-block-details .button,
.park-block-details .button {
  margin-top: 24px;
  max-width: 250px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}
.property-block-details .manufacturer-details,
.park-block-details .manufacturer-details {
  margin-left: 1rem;
  margin-top: 0.2rem;
}

.park-block-details-description {
  padding-left: 0;
  padding-right: 0;
}

.property-thumbnail:hover .property-block-details {
  top: 0;
}

.property-block-details-features {
  box-sizing: border-box;
  color: #767474;
  grid-area: features;
  width: 100%;
}
.property-block-details-features li {
  align-items: center;
  display: flex;
  margin-bottom: 0.6rem;
}
.property-block-details-features li img {
  height: 20px;
  padding-right: 10px;
  width: 20px;
}
.property-block-details-features table {
  border-collapse: collapse;
  font-size: 0.9rem;
  width: 100%;
}
.property-block-details-features table td {
  border-bottom: 1px solid #767474;
  border-top: 1px solid #767474;
  font-weight: bold;
  padding: 0.3rem;
  text-transform: uppercase;
}
.property-block-details-features table .feature-icon {
  width: 25px;
}
.property-block-details-features table .feature-icon img {
  height: 20px;
  padding-right: 10px;
  width: 20px;
}
.property-block-details-features .logo {
  flex-basis: 50%;
}
.property-block-details-features .logo img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.properties-list,
.parks-list {
  --repeat-value: 1;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(var(--repeat-value), minmax(0, 1fr));
}
@media screen and (min-width: 860px) {
  .properties-list,
  .parks-list {
    --repeat-value: 2;
  }
}
@media screen and (min-width: 1200px) {
  .properties-list,
  .parks-list {
    --repeat-value: 3;
  }
}

.property-title,
.park-title {
  display: inline-block;
  grid-area: title;
  text-align: left;
  text-decoration: none;
  width: 100%;
  z-index: 97;
}
.property-title > div,
.park-title > div {
  padding: 0 0.2rem;
}
.property-title-name,
.park-title-name {
  color: #d4aa00;
  font-weight: bold;
  margin: 0.5rem 0;
  margin-top: 0;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.property-title .legend,
.park-title .legend {
  color: #767474;
  font-size: 0.8rem;
  margin: 0;
  text-transform: uppercase;
}
.property-title .ellipsify,
.park-title .ellipsify {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 250px;
}

.park-title-name {
  color: #d4aa00;
  text-overflow: ellipsis;
}

.property-banner {
  display: grid;
  grid-template-areas: "title price";
  grid-template-columns: 65% 35%;
  min-height: 68px;
}

.property-details {
  display: grid;
  grid-template-areas: "features map";
  grid-template-columns: 65% 35%;
}

.property-banner-price {
  background-color: transparent;
  display: inline-block;
  grid-area: price;
  justify-self: right;
  padding-right: 0.2rem;
}
.property-banner-price .legend {
  color: #767474;
  font-size: 0.8rem;
  margin: 0;
  text-transform: uppercase;
}
.property-banner-price .amount {
  color: #d4aa00;
  margin: 0.5rem 0;
  margin-top: 0;
  text-align: right;
}

.property-block,
.park-block {
  border-bottom: #767474 thin solid;
  border-top: #767474 thin solid;
  margin-bottom: 30px;
}
.property-block-images,
.park-block-images {
  display: flex;
  flex-direction: column;
  max-height: 450px;
  overflow: hidden;
  position: relative;
}
.property-block .property-bottom-container,
.park-block .property-bottom-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 1rem 0;
  width: 100%;
}

.holiday-park .park-block {
  margin: 2rem;
}

button.view-on-map.button {
  align-items: center;
  background-color: transparent;
  border: none;
  border: solid 1px #767474;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
  display: flex;
  justify-content: space-between;
  margin-left: 0.5rem;
  max-height: 51px;
  min-width: 130px;
  padding: 0.75rem;
  white-space: nowrap;
}
button.view-on-map.button .view-on-map-text {
  padding-left: 0.5rem;
}

.map-icon {
  background-color: #d4aa00;
  height: 24px;
  margin-right: 5px;
  mask-image: url("/assets/marker-2ff544c0.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  padding: 0.5px;
  transition: 0.3s;
  width: 20px;
}

.rentals-sales ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rentals-sales li {
  margin-left: 0.5rem;
  margin-top: -0.135rem;
}
.rentals-sales li:first-of-type {
  margin-left: 0;
}
.rentals-sales li .action-button {
  font-size: 0.6rem;
  height: 100%;
  padding: 0.2rem 0.4rem;
}
.rentals-sales li a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: block;
  line-height: 18px;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .rentals-sales li .action-button {
    font-size: 0.75rem;
    padding: 0.5rem;
  }
}
@media screen and (min-width: 600px) {
  .rentals-sales ul {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 868px) {
  .rentals-sales li {
    margin-left: 1rem;
  }
  .rentals-sales li a {
    width: 10rem;
  }
}

.ski-facts-short {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}
.ski-facts-short .table {
  width: unset;
}

.resort-logo {
  margin-left: 1rem;
  max-height: 140px;
  max-width: 140px;
}

.sales-pitch-list-elm, .advantages li, .sales-pitches li {
  background: #ececec;
  border: 1.5px solid #ccc;
  margin: 0.3125rem;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 1150px) {
  .sales-pitch-list-elm:first-of-type, .advantages li:first-of-type, .sales-pitches li:first-of-type {
    margin-top: 0;
  }
}

.ticked {
  list-style-type: none;
}
.ticked li::before {
  color: #008000;
  content: "✓";
  margin-right: 0.5rem;
}

.get-started-btn {
  align-items: center;
  display: flex;
  grid-area: get-started;
  justify-content: center;
}

@media (min-width: 1150px) {
  .estate-agent-form {
    margin: 1rem;
  }
}

.advertising-title,
.advertising-subtitle {
  text-align: center;
}

.advertising-rule {
  border-color: #ccc;
  margin-bottom: 1rem;
}

.sales-pitch-grid {
  display: grid;
  grid-template-areas: "navigation" "advantages" "content" "get-started";
  grid-template-columns: 1fr;
}
@media (min-width: 1150px) {
  .sales-pitch-grid {
    grid-template-areas: "navigation content advantages" "get-started get-started get-started";
    grid-template-columns: 12rem 1fr 16rem;
  }
}

.sales-pitch {
  grid-area: content;
}

.overview-grid {
  display: grid;
  gap: 0.3125rem;
  grid-template-areas: "overview" "advertising" "commitment" "marketing";
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
@media (min-width: 500px) {
  .overview-grid {
    gap: 1rem;
    grid-template-areas: "overview overview" "advertising commitment" "marketing marketing";
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1150px) {
  .overview-grid {
    margin: 0 1rem;
  }
}
.overview-grid > div {
  border: 1px solid #ccc;
  padding: 0.125rem 0.5rem;
}
.overview-grid .overview {
  grid-area: overview;
}
.overview-grid .advertising-made-easy {
  grid-area: advertising;
}
.overview-grid .our-commitment {
  grid-area: commitment;
}
.overview-grid .marketing {
  grid-area: marketing;
}

.sales-pitches {
  grid-area: navigation;
}
.sales-pitches ul {
  list-style-type: none;
}
.sales-pitches ul {
  margin: 0;
  padding: 0;
}
.sales-pitches ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1150px) {
  .sales-pitches ul {
    display: block;
  }
}
.sales-pitches li {
  align-items: center;
  display: flex;
  cursor: pointer;
  justify-content: center;
  margin-left: 0;
  margin-right: 0.3125rem;
}
.sales-pitches li:last-of-type {
  margin-right: 0;
}
.sales-pitches li a {
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  align-items: center;
  display: flex;
  color: unset;
  height: 100%;
  justify-content: center;
  padding: 0.625rem;
  text-decoration: none;
  width: 100%;
}
.sales-pitches li.active, .sales-pitches li:hover {
  background: white;
  color: #005e9c;
}
@media (min-width: 1150px) {
  .sales-pitches li {
    margin-right: 0;
  }
}

.advantages {
  grid-area: advantages;
}
.advantages ul {
  list-style-type: none;
}
.advantages ul {
  margin: 0;
  padding: 0;
}
.advantages li {
  margin-left: 0;
  margin-right: 0;
  padding: 0.625rem;
}
.advantages li .emphasis,
.advantages li .main {
  text-align: left;
  text-transform: uppercase;
}
.advantages li .emphasis {
  color: black;
  font-size: 0.8rem;
  line-height: 18px;
}
.advantages li .main {
  color: #005e9c;
  font-size: 1.25rem;
  font-weight: bold;
}

.advertising-subtitle {
  text-align: center;
}

.advertising-partners-grid {
  display: grid;
  gap: 0.3125rem;
  grid-template-areas: "overview" "partners" "marketing";
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
.advertising-partners-grid ul {
  list-style-type: none;
}
.advertising-partners-grid ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 640px) {
  .advertising-partners-grid {
    gap: 1rem;
  }
}
@media screen and (min-width: 1150px) {
  .advertising-partners-grid {
    margin: 0 1rem;
  }
}
.advertising-partners-grid .overview {
  border: 1px solid #ccc;
  grid-area: overview;
  padding: 0.125rem 0.5rem;
}
.advertising-partners-grid .partners {
  display: grid;
  gap: 1rem;
  grid-area: partners;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .advertising-partners-grid .partners {
    grid-template-columns: repeat(auto-fit, 300px);
    justify-content: center;
  }
}
.advertising-partners-grid .logo-container {
  border: 1px solid #ccc;
  height: 80px;
}
.advertising-partners-grid .logo {
  left: 50%;
  max-height: 80%;
  max-width: 80%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.advertising-partners-grid .partner-name {
  padding: 1rem;
  text-align: center;
}
.advertising-partners-grid .marketing {
  border: 1px solid #ccc;
  grid-area: marketing;
  padding: 0.125rem 0.5rem;
}

.sales-pitch-marker {
  background-color: #d4aa00;
  display: block;
  height: 37px;
  margin: 0 auto;
  mask-repeat: round;
  mask-image: url("/assets/icons/map-marker-7f1a0170.svg");
  width: 30px;
}

.clients {
  margin: 1rem 0;
}

.clients-header-group h2 {
  font-size: 1.8rem;
  text-align: center;
}

.client-images {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.client-image {
  filter: grayscale(1);
  margin: 0 0.5rem;
  max-width: 12rem;
}
.client-image:first-of-type {
  margin-left: 0;
}
.client-image:last-of-type {
  margin-right: 0;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  background: #fff;
  font-family: Raleway, Arial, Helvetica, sans-serif;
}

body {
  color: #8c8a8b;
}

h1,
h2,
h3,
p,
li,
input,
button,
select,
textarea,
b,
strong,
label {
  font-family: Raleway, Arial, Helvetica, sans-serif;
}

b,
h1,
h2,
h3,
h4,
label,
legend,
strong {
  font-weight: 600;
}

h1 {
  color: #d3a900;
  font-weight: normal;
}

h2 {
  color: #111;
  font-size: 1.3rem;
}

h3 {
  color: #231f20;
  font-size: 1.25rem;
}

h4 {
  color: #222;
}

.main-menu a,
button {
  color: #8c8a8b;
  font-weight: bold;
}

a {
  color: #005e9c;
  font-weight: bold;
  text-decoration: underline;
}

.link-white {
  color: #fff;
}

p,
li {
  line-height: 1.65rem;
}

iframe {
  border: 0;
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
}

img {
  max-width: 100%;
}

.group::after {
  clear: both;
  content: "";
  display: table;
}

.form-control[readonly].picker__input {
  background: #fff;
  cursor: default;
}

.home-datepicker td + td + td + td + td + td + td .picker__day {
  font-weight: bold;
}

.session ul {
  justify-content: flex-end;
}

.top-nav-btn-breadcrumb {
  background: #eae6e6;
  margin: 0;
  margin-top: 1rem;
}
.top-nav-btn-breadcrumb .flex-32,
.top-nav-btn-breadcrumb .flex-3 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 968px) {
  .top-nav-btn-breadcrumb .flex-32 {
    margin-bottom: 24px !important;
  }
}

.icon-img {
  background-color: #d4aa00;
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  mask-repeat: round;
  padding: 0.5px;
  transition: 0.3s;
  width: 18px;
}

.secondary-nav ul {
  display: flex;
  list-style: none;
  margin-top: 1rem;
  padding: 0;
}
.secondary-nav li {
  font-size: 14px;
  padding: 0 3px;
}
.secondary-nav a {
  color: #d4aa00;
  font-size: 14px;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.secondary-nav a:hover {
  color: #ffce0b;
}
.secondary-nav a:hover .icon-img {
  background-color: #ffce0b;
}

.icon-user {
  mask-image: url("/assets/icons/user-547277ca.svg");
}

.icon-arrowRightToBracket {
  mask-image: url("/assets/icons/arrow-right-to-bracket-aebff6ea.svg");
}

.icon-arrowRightFromBracket {
  mask-image: url("/assets/icons/arrow-right-from-bracket-961a9620.svg");
}

.icon-shoppingCart {
  mask-image: url("/assets/icons/cart-shopping-6a5b101e.svg");
}

.icon-penToSquare {
  mask-image: url("/assets/icons/pen-to-square-e93d9bc0.svg");
}

.icon-mapMarker {
  mask-image: url("/assets/icons/map-marker-7f1a0170.svg");
  width: 30px;
  height: 37px;
}

.page-surround {
  margin: auto;
  max-width: 1136px;
  padding: 5vh 16px;
}

.header-image {
  height: 580px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.content-inset {
  margin: auto;
  max-width: 1136px;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .content-inset {
    padding: 0 32px;
  }
  .page-surround {
    padding: 5vh 32px;
  }
}
.logo-container {
  position: relative;
}
.logo-container img {
  width: 200px;
}
.logo-container .logo-strapline {
  color: #d3a900;
  font-size: 0.5rem;
  font-weight: bold;
  left: -2px;
  margin: 0;
  position: relative;
  line-height: 0.65rem;
}

.logo-marker {
  left: 200px;
  position: absolute;
  top: -33px;
}

.holiday-parks-logo-container .logo img {
  height: 5rem;
}

.divider-bar {
  border-top: 1px solid #ececec;
}

.subhead {
  font-size: 1rem;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .logo-container {
    margin-top: 0;
  }
}
.footer-logo-container {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.display-flex {
  display: flex;
}

.direction-column {
  flex-direction: column;
}

.content-center {
  justify-content: center;
}

.content-space-between {
  justify-content: space-between;
}

.content-space-around {
  justify-content: space-around;
}

.content-end {
  justify-content: flex-end;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

@media screen and (max-width: 968px) {
  .hide-md {
    display: none;
  }
}

.show-md {
  display: none;
}
@media screen and (max-width: 968px) {
  .show-md {
    display: inherit;
  }
}

.tick {
  color: green;
}

.cross {
  color: red;
}

.fa-star {
  color: #005e9e;
  font-size: 12px;
}

#resort-nav {
  border-bottom: 1px solid #005e9c;
  border-top: 1px solid #005e9c;
  display: flex;
  justify-content: space-around;
  margin: 0;
  margin-top: 1rem;
  padding: 1rem 0;
}
#resort-nav li {
  margin-left: 24px;
}
#resort-nav a {
  color: #005e9c;
  text-decoration: unset;
}
@media screen and (max-width: 968px) {
  #resort-nav {
    flex-wrap: wrap;
  }
  #resort-nav li {
    margin: 0;
    margin-bottom: 12px;
    width: 40%;
  }
}

div.g-recaptcha {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .logo-container img {
    width: 370px;
  }
  .logo-container .logo-strapline {
    font-size: 0.8rem;
    line-height: 1.65rem;
  }
}
.header-image-container-main {
  background-position: center;
  background-size: cover;
  height: 530px;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.header-image-container-main h2 {
  margin: 0;
}
.header-image-container-main .header-image-copyright {
  background: black;
  bottom: 0;
  color: white;
  opacity: 0.5;
  padding: 0.5rem;
  position: absolute;
  right: 0;
}

.search-container {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
  height: 530px;
  position: relative;
}
.search-container .search-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  margin: auto;
}
.search-container .homeSearch-ownershipButtonsContainer {
  border: solid #ccc 2px;
  border-bottom: none;
  display: flex;
  justify-content: center;
  order: -1;
  width: 100%;
}
.search-container .homeSearch-ownershipButtonsContainer .homeSearch-button {
  align-items: center;
  background-color: #fff;
  color: #000;
  display: flex;
  font-weight: 100;
  height: 42px;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
.search-container .homeSearch-ownershipButtonsContainer .homeSearch-buyButton {
  border-left: 2px solid #ccc;
  width: 160px;
}
.search-container .homeSearch-ownershipButtonsContainer .homeSearch-buttonActive {
  background-color: #ffce0b;
  color: white;
  font-weight: 700;
}
.search-container .heading {
  color: #fff;
  padding-top: 1.5rem;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4117647059);
  z-index: 350;
}
.search-container .holiday-parks {
  max-width: 400px;
}
.search-container .header-image-container-main {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.search-container .search {
  color: #fff;
  max-width: 400px;
  z-index: 300;
}
.search-container .search a {
  color: #fff;
}
.search-container select {
  border-radius: 0;
}

.homeSearch-searchOptions {
  display: none;
  margin-top: 1.5rem;
  white-space: nowrap;
}
.homeSearch-searchOptions .homeSearch-optionWrapper {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  border: solid rgba(0, 0, 0, 0) 2px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  margin-right: 1.2rem;
  padding: 0.5rem;
  text-decoration: none;
}
.homeSearch-searchOptions .homeSearch-optionWrapper:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.homeSearch-searchOptions .homeSearch-optionActive {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid #ffe88a 2px;
}

.homeSearch-icon {
  background-color: #fff;
  height: 30px;
  margin: 0 0.3rem;
  mask-repeat: no-repeat;
  padding: 0.5px;
  transition: 0.3s;
  width: 30px;
}

.homeSearch-iconAvailability {
  mask-image: url("/assets/icons/calendar-days-f7f6bc25.svg");
}

.homeSearch-iconLocation {
  mask-image: url("/assets/icons/location-dot-d859c9ed.svg");
}

.homeSearch-iconDistance {
  mask-image: url("/assets/icons/car-d6e1ea9f.svg");
}

.homeSearch-iconResort {
  mask-image: url("/assets/icons/house-a5b31bec.svg");
}

.search-fixed {
  display: block !important;
  height: unset !important;
  position: fixed !important;
}
.search-fixed .search {
  margin: 0;
  z-index: 99;
}

.search-field-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.search-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1.5rem;
}
.search-form label {
  text-align: center;
}

.search-field-input {
  background: #fff;
}

.search-container {
  font-size: 14px;
}
.search-container .search-field {
  background-color: #fff;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-top: 2px solid #ccc;
  width: 100%;
}
.search-container .search-field:last-of-type {
  border-top: 2px solid #ccc !important;
}
.search-container .search-field-country, .search-container .search-field-region, .search-container .search-field-sleeps, .search-container .search-field-accommodation-type, .search-container .search-field-bedrooms, .search-container .search-field-max-price, .search-container .search-field-min-price {
  display: flex;
  justify-content: flex-start;
}
.search-container .search-field-country label, .search-container .search-field-region label, .search-container .search-field-sleeps label, .search-container .search-field-accommodation-type label, .search-container .search-field-bedrooms label, .search-container .search-field-max-price label, .search-container .search-field-min-price label {
  align-items: center;
  background-color: #fafafa;
  border-right: 2px solid #ccc;
  box-sizing: border-box;
  color: #000;
  display: flex !important;
  margin: 0 !important;
  padding: 0 0.75rem;
  width: 100%;
}
.search-container .search-field label {
  display: block;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.search-container .search-field input[type=text],
.search-container .search-field input[type=email] {
  box-sizing: border-box;
  height: 2.625rem;
  outline: none;
  width: 100%;
}
.search-container .search-field input[type=text],
.search-container .search-field input[type=email] {
  border: 0;
  padding: 0.75rem;
}
.search-container .search-field ::placeholder {
  font-size: 14px;
}
.search-container .search-field select {
  appearance: none;
  background: #fff url("/assets/icon_arrow_down-5038130e.png") no-repeat scroll right 10px center;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  height: 2.625rem;
  padding: 0 0.75rem;
  white-space: pre-line;
  width: 100%;
}
.search-container .search-field select#search_countries {
  width: 200px;
}
.search-container .search-field .search-control {
  background: #fff;
}
.search-container .search-field .home-date-range-picker {
  display: flex;
}
.search-container .search-field .home-date-range-picker > div {
  width: 100%;
}
.search-container .search-field .home-date-range-picker > div:first-of-type {
  border-right: 2px solid #ccc;
}
.search-container .search-field .home-date-range-picker > div:last-of-type {
  border-left: 1px solid transparent;
}
.search-container .search-field .date-range-pick,
.search-container .search-field .price-range-pick {
  align-items: center;
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  color: #ccc !important;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 2.625rem;
  justify-content: flex-start;
  padding: 0 0.75rem;
  text-decoration: none;
  white-space: nowrap;
}
.search-container .search-field .date-range-pick svg,
.search-container .search-field .price-range-pick svg {
  font-size: 24px;
  margin-right: 12px;
  /* TODO: dodgy breakpoint; switch to mobile first and fix off-by-one */
}
@media screen and (max-width: 768px) {
  .search-container .search-field .date-range-pick svg,
  .search-container .search-field .price-range-pick svg {
    font-size: 16px;
  }
}
.search-container .search-field .date-range-pick {
  border: none;
}
.search-container .search-field .price-range-pick {
  border: none;
  padding: 0;
}
.search-container .search-field-submit {
  align-items: center;
  border: none !important;
  box-sizing: border-box;
  display: flex;
  font-size: 13px;
  justify-content: center;
  order: 99;
}
.search-container .search-field-submit .submit-button {
  background-color: #ffe88a;
  border: none;
  border-radius: 0;
  color: white;
  font-weight: 700;
  height: 2.625rem;
  width: 100%;
}
.search-container .search-field-destination {
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
}

.search-field-search-by {
  display: block;
}

.date::after {
  top: 10px;
}

@media screen and (min-width: 600px) {
  .search-container .heading {
    text-align: start;
  }
  .search-container .search-wrapper {
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .search-container {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
  }
  .search-form label {
    text-align: left;
  }
  .homeSearch-searchOptions {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 1.5rem;
  }
  .search-field-search-by {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .search-fields {
    position: relative !important;
  }
  .search .search-field-submit {
    background: none;
    border: none;
    text-align: right;
  }
}
.autocomplete-list {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: black;
  display: none;
  list-style-type: none;
  margin-top: 0;
  padding: 8px 0;
  position: absolute;
  z-index: 100;
}
.autocomplete-list .search-result-place-name {
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.autocomplete-list .autoComplete_highlighted {
  font-weight: bold;
}
.autocomplete-list .autoComplete_selected {
  background-color: #0097cf;
  color: #fff;
}
.autocomplete-list > li {
  color: #231f20;
  display: flex;
  font-size: 1.2rem;
  justify-content: space-between;
  line-height: 20px;
  padding: 3px 12px;
}
.autocomplete-list > li .property-count {
  display: inline;
  float: right;
  white-space: nowrap;
}
.autocomplete-list > li:hover {
  background-color: #0097cf;
  color: #fff;
}

.holiday-parks .autocomplete-list {
  width: 265px;
}

.card-errors,
.stripe-errors {
  background-color: #bb5050;
  color: #fff;
  display: none;
  padding: 1rem;
}

.stripe-errors {
  margin-bottom: 0.5rem;
}

.payment-method-select {
  max-width: 270px;
}

.card-button {
  color: #2e2c2f;
}
.card-button[disabled] {
  color: #767474;
  cursor: default;
}

.newCard-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.newCard-logo {
  margin: 0;
  object-fit: contain;
  object-position: center;
}

.paymentMethod-hr {
  background-color: #929292;
  width: 100%;
}

.cardDetails-container {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.cardDetails-container div {
  width: 100%;
}
.cardDetails-container .cardDetails-input {
  width: 100%;
}
.cardDetails-container .cardDetails-wrapper,
.cardDetails-container .cardDetails-cvcWrapper {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: space-between;
}
.cardDetails-container .cardDetails-cvcWrapper {
  margin: 0 0.5rem;
}

.paymentMethod-terms {
  font-size: 0.9rem;
}

.paymentMethod-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.paymentMethod-formWrapper {
  background-color: #fbfbfb;
  border: solid 1px #d8d8d8;
  border-radius: 5px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  padding: 1rem;
  width: 100%;
}
.paymentMethod-formWrapper label {
  color: #585858;
  display: block;
  margin-bottom: 0.5rem;
}

.paymentMethod-orderWrapper {
  box-sizing: border-box;
  margin-left: 0;
  margin-top: 2rem;
  width: 100%;
}

.paymentMethod-subtitle {
  align-items: center;
  display: flex;
}

.paymentMethod-lockIcon {
  height: 20px;
  margin-right: 0.5rem;
  width: 20px;
}

.paymentMethod-cardsContainer {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.paymentMethod-cardWrapper {
  align-items: center;
  border: solid 1px #dbdbdb;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  height: 28px;
  justify-content: center;
  margin-left: 3px;
  padding: 5px;
  width: 45px;
}
.paymentMethod-cardWrapper:first-of-type {
  margin-left: 10px;
}

.paymentMethod-masterCard {
  background-color: #000;
}

.paymentMethod-visaCard {
  background: linear-gradient(0deg, rgb(247, 182, 0) 0%, rgb(247, 182, 0) 15%, rgb(255, 255, 255) 16%, rgb(255, 255, 255) 84%, rgb(26, 31, 113) 85%, rgb(26, 31, 113) 100%);
}

.paymentSummary-total {
  display: flex;
  font-size: 1.35rem;
  font-variant-numeric: lining-nums;
  justify-content: space-between;
  margin: 2rem 1rem;
}

.bigAction-button {
  background: #ffce0b;
  border: 0.0625rem solid #ffce0b;
  color: #fff;
  padding: 0.72rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .paymentMethod-container {
    flex-direction: row;
  }
  .paymentMethod-orderWrapper {
    margin-left: 1rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 980px) {
  .contact-grid {
    display: grid;
    grid-template-areas: "user-details corporate-details";
    grid-template-columns: 68% 1fr;
    grid-template-rows: auto;
  }
  .contact-grid .user-details {
    grid-area: user-details;
    margin-right: 5rem;
    padding-right: 1rem;
  }
  .contact-grid .corporate-details {
    grid-area: corporate-details;
  }
  .contact-grid .corporate-details .address-block {
    flex-grow: 1;
    margin: 0;
    padding: 1rem 2rem;
  }
  div.info-boxes {
    flex-wrap: nowrap;
    margin: 0;
    margin-bottom: 2rem;
    padding: 0.5rem 0;
  }
  div.info-boxes > div {
    flex-basis: 33%;
    margin-bottom: 0;
    margin-right: 1rem;
  }
  div.info-boxes > div:last-of-type {
    margin-right: 0;
  }
}
.user-details .form-group {
  margin-bottom: 1.2rem;
}

.enquiry-note {
  margin: 1.4rem 0;
}

.address-block {
  border: 1px solid #ccc;
  margin: 1.5rem 0;
  padding: 1.2rem;
}

.info-boxes {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.info-boxes > * {
  border: 1px solid #ccc;
  font-size: 0.9375rem;
  margin-bottom: 1rem;
  padding: 1.2rem;
  width: 100%;
}
.info-boxes > *:last-of-type {
  margin-bottom: 0;
}

.ski-regions-resorts {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
.ski-regions-resorts .ski-region-resort {
  display: flex;
  margin-bottom: 3rem;
  width: 90%;
}
@media screen and (max-width: 1300px) {
  .ski-regions-resorts .ski-region-resort {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .ski-regions-resorts .ski-region-resort {
    flex-direction: column;
  }
}
.ski-regions-resorts .ski-region-resort h2 {
  margin-top: 0;
}
.ski-regions-resorts .ski-region-resort-link {
  margin-right: 24px;
  width: 55%;
}
@media screen and (max-width: 960px) {
  .ski-regions-resorts .ski-region-resort-link {
    margin-bottom: 24px;
    width: 100%;
  }
}
.ski-regions-resorts .ski-region-resort-info {
  display: flex;
  width: 100%;
}
.ski-regions-resorts .ski-region-resort-info-features {
  margin-right: 1rem;
  width: 100%;
}
.ski-regions-resorts .ski-region-resort-info-features td {
  color: #000;
  padding-bottom: 1rem;
}
.ski-regions-resorts .ski-region-resort-info-logo {
  display: flex;
  justify-content: flex-end;
  text-align: left;
  width: 100%;
}
.ski-regions-resorts .ski-region-resort-info-logo > div {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.ski-regions-resorts .ski-region-resort-info-logo img {
  width: 200px;
}
.ski-regions-resorts .ski-region-resort-info-logo .button {
  align-self: flex-end;
  display: block;
  margin-top: 24px;
  padding: 0.7rem 0;
  text-align: center;
  width: 230px;
}

.ski-resort-detail {
  width: 65%;
}
@media screen and (max-width: 960px) {
  .ski-resort-detail {
    width: 100%;
  }
}
.ski-resort-detail-table {
  align-items: center;
  display: flex;
  margin-top: 24px;
}
.ski-resort-detail-link {
  width: 50%;
}
.ski-resort-detail-link a {
  display: block;
}

.region-nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .region-nav {
    flex-wrap: wrap;
  }
}

.region-nav-item {
  border: 1px solid #005e9c;
  color: #005e9c;
  cursor: pointer;
  margin-bottom: 24px;
  padding: 7px 0;
  text-align: center;
  text-decoration: none;
  width: 16%;
}
.region-nav-item.active {
  background: #005e9c;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .region-nav-item {
    width: 30%;
  }
}

.beginner h1,
.beginner h2,
.beginner h3,
.beginner h4,
.beginner h5,
.beginner h6 {
  color: #1aa34a;
}

.intermediate h1,
.intermediate h2,
.intermediate h3,
.intermediate h4,
.intermediate h5,
.intermediate h6 {
  color: #57a5ff;
}

.advanced h1,
.advanced h2,
.advanced h3,
.advanced h4,
.advanced h5,
.advanced h6 {
  color: #e9573f;
}

.expert h1,
.expert h2,
.expert h3,
.expert h4,
.expert h5,
.expert h6 {
  color: #000;
}

.school-header {
  margin-bottom: 1rem;
}
.school-header a {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 50%;
}

.school-title {
  color: #005e9c;
  font-size: 2em;
  font-weight: normal;
  text-align: center;
}

.school-subtitle {
  border-bottom: 2px solid #005e9c;
  border-top: 2px solid #005e9c;
  font-size: 1rem;
  margin: 0;
  padding: 12px;
  text-transform: none;
}

.school-content {
  flex-wrap: wrap;
}

.school-media {
  flex-basis: 100%;
}
.school-media a {
  display: block;
  text-align: center;
}

.school-summary,
.school-detail {
  border-bottom: 2px solid #005e9c;
}

.school-summary ul {
  list-style: none;
  padding: 0;
}
.school-summary ul li {
  background-image: url("/assets/tick-25a5c051.svg");
  background-position: right;
  background-repeat: no-repeat;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2rem;
}
.school-summary ul .school-feature-extra {
  float: right;
  font-style: italic;
  padding-right: 1.5rem;
}

@media screen and (min-width: 968px) {
  .school-header {
    position: relative;
  }
  .school-header a {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }
  .school-title {
    margin: 0 120px;
  }
  .school-content {
    display: flex;
  }
  .school-content > div {
    flex: 1 1 0;
    margin: 0 0.75rem;
  }
  .school-content > div:first-child {
    margin-left: 0;
  }
  .school-content > div:last-child {
    margin-right: 0;
  }
  .school-content > div.school-media {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .school-content {
    flex-wrap: nowrap;
  }
  .school-content > div.school-media {
    flex-basis: 0;
  }
}
.spi-form-submit {
  margin-top: 2.5rem;
  width: 100%;
}

.spi-bookingSummaryPage {
  text-align: center;
}

.spi-bookingSummaryTable {
  margin: 3rem auto;
  max-width: 320px;
  width: 100%;
}

.StripeElement {
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.stripe-connect {
  background: #635bff;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  height: 38px;
  text-decoration: none;
  user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  width: 180px;
}

.stripe-connect span {
  color: #fff;
  display: block;
  font-family: sohne-var, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 14px;
  padding: 11px 0 0 24px;
  position: relative;
  text-align: left;
}

.stripe-connect:hover {
  background: #7a73ff;
}

.stripe-connect.slate {
  background: #0a2540;
}

.stripe-connect.slate:hover {
  background: #425466;
}

.stripe-connect.white {
  background: #fff;
}

.stripe-connect.white span {
  color: #0a2540;
}

.stripe-connect.white:hover {
  background: #f6f9fc;
}

.stripe-connect span::after {
  background-repeat: no-repeat;
  background-size: 49.58px;
  content: "";
  height: 20px;
  left: 62%;
  position: absolute;
  top: 28.95%;
  width: 49.58px;
}

/* Logos */
.stripe-connect span::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 468 222.5' style='enable-background:new 0 0 468 222.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M414,113.4c0-25.6-12.4-45.8-36.1-45.8c-23.8,0-38.2,20.2-38.2,45.6c0,30.1,17,45.3,41.4,45.3 c11.9,0,20.9-2.7,27.7-6.5v-20c-6.8,3.4-14.6,5.5-24.5,5.5c-9.7,0-18.3-3.4-19.4-15.2h48.9C413.8,121,414,115.8,414,113.4z M364.6,103.9c0-11.3,6.9-16,13.2-16c6.1,0,12.6,4.7,12.6,16H364.6z'/%3E%3Cpath class='st0' d='M301.1,67.6c-9.8,0-16.1,4.6-19.6,7.8l-1.3-6.2h-22v116.6l25-5.3l0.1-28.3c3.6,2.6,8.9,6.3,17.7,6.3 c17.9,0,34.2-14.4,34.2-46.1C335.1,83.4,318.6,67.6,301.1,67.6z M295.1,136.5c-5.9,0-9.4-2.1-11.8-4.7l-0.1-37.1 c2.6-2.9,6.2-4.9,11.9-4.9c9.1,0,15.4,10.2,15.4,23.3C310.5,126.5,304.3,136.5,295.1,136.5z'/%3E%3Cpolygon class='st0' points='223.8,61.7 248.9,56.3 248.9,36 223.8,41.3 '/%3E%3Crect x='223.8' y='69.3' class='st0' width='25.1' height='87.5'/%3E%3Cpath class='st0' d='M196.9,76.7l-1.6-7.4h-21.6v87.5h25V97.5c5.9-7.7,15.9-6.3,19-5.2v-23C214.5,68.1,202.8,65.9,196.9,76.7z'/%3E%3Cpath class='st0' d='M146.9,47.6l-24.4,5.2l-0.1,80.1c0,14.8,11.1,25.7,25.9,25.7c8.2,0,14.2-1.5,17.5-3.3V135 c-3.2,1.3-19,5.9-19-8.9V90.6h19V69.3h-19L146.9,47.6z'/%3E%3Cpath class='st0' d='M79.3,94.7c0-3.9,3.2-5.4,8.5-5.4c7.6,0,17.2,2.3,24.8,6.4V72.2c-8.3-3.3-16.5-4.6-24.8-4.6 C67.5,67.6,54,78.2,54,95.9c0,27.6,38,23.2,38,35.1c0,4.6-4,6.1-9.6,6.1c-8.3,0-18.9-3.4-27.3-8v23.8c9.3,4,18.7,5.7,27.3,5.7 c20.8,0,35.1-10.3,35.1-28.2C117.4,100.6,79.3,105.9,79.3,94.7z'/%3E%3C/g%3E%3C/svg%3E");
}

.stripe-connect.white span::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 468 222.5' style='enable-background:new 0 0 468 222.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%230A2540;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M414,113.4c0-25.6-12.4-45.8-36.1-45.8c-23.8,0-38.2,20.2-38.2,45.6c0,30.1,17,45.3,41.4,45.3 c11.9,0,20.9-2.7,27.7-6.5v-20c-6.8,3.4-14.6,5.5-24.5,5.5c-9.7,0-18.3-3.4-19.4-15.2h48.9C413.8,121,414,115.8,414,113.4z M364.6,103.9c0-11.3,6.9-16,13.2-16c6.1,0,12.6,4.7,12.6,16H364.6z'/%3E%3Cpath class='st0' d='M301.1,67.6c-9.8,0-16.1,4.6-19.6,7.8l-1.3-6.2h-22v116.6l25-5.3l0.1-28.3c3.6,2.6,8.9,6.3,17.7,6.3 c17.9,0,34.2-14.4,34.2-46.1C335.1,83.4,318.6,67.6,301.1,67.6z M295.1,136.5c-5.9,0-9.4-2.1-11.8-4.7l-0.1-37.1 c2.6-2.9,6.2-4.9,11.9-4.9c9.1,0,15.4,10.2,15.4,23.3C310.5,126.5,304.3,136.5,295.1,136.5z'/%3E%3Cpolygon class='st0' points='223.8,61.7 248.9,56.3 248.9,36 223.8,41.3 '/%3E%3Crect x='223.8' y='69.3' class='st0' width='25.1' height='87.5'/%3E%3Cpath class='st0' d='M196.9,76.7l-1.6-7.4h-21.6v87.5h25V97.5c5.9-7.7,15.9-6.3,19-5.2v-23C214.5,68.1,202.8,65.9,196.9,76.7z'/%3E%3Cpath class='st0' d='M146.9,47.6l-24.4,5.2l-0.1,80.1c0,14.8,11.1,25.7,25.9,25.7c8.2,0,14.2-1.5,17.5-3.3V135 c-3.2,1.3-19,5.9-19-8.9V90.6h19V69.3h-19L146.9,47.6z'/%3E%3Cpath class='st0' d='M79.3,94.7c0-3.9,3.2-5.4,8.5-5.4c7.6,0,17.2,2.3,24.8,6.4V72.2c-8.3-3.3-16.5-4.6-24.8-4.6 C67.5,67.6,54,78.2,54,95.9c0,27.6,38,23.2,38,35.1c0,4.6-4,6.1-9.6,6.1c-8.3,0-18.9-3.4-27.3-8v23.8c9.3,4,18.7,5.7,27.3,5.7 c20.8,0,35.1-10.3,35.1-28.2C117.4,100.6,79.3,105.9,79.3,94.7z'/%3E%3C/g%3E%3C/svg%3E");
}

.sg-content-center {
  align-items: center;
  display: flex;
  justify-content: center;
}
.sg-content-center .button {
  margin: 0 0.25rem;
  text-align: center;
}

@media screen and (min-width: 860px) {
  ul.nav-tabs {
    flex-wrap: nowrap;
  }
  ul.nav-tabs li {
    margin: 0 1rem;
  }
}
.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
.nav-tabs li {
  flex-basis: 100%;
  margin: 0;
}
.nav-tabs li:first-child {
  margin-left: 0;
}
.nav-tabs li:last-child {
  margin-right: 0;
}

.nav-tabs a,
.nav-tabs button {
  background-color: #fff;
  border: 1px solid #d4aa00;
  color: #d4aa00;
  display: block;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
}

.nav-tabs button {
  cursor: pointer;
  font: inherit;
  font-weight: bold;
  inline-size: 100%;
}

.nav-tabs a.active,
.nav-tabs a:hover,
.nav-tabs button:hover,
.nav-tabs button.active {
  background: #d3a900;
  color: #fff;
}

.holiday_parks .nav-tabs a.active,
.holiday_parks .nav-tabs a:hover,
.holiday_parks .nav-tabs button:hover,
.holiday_parks .nav-tabs button.active {
  background: #d4aa00;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1rem;
}

.tab-pane h2 {
  text-align: center;
}

.vid-container {
  margin: 0 auto;
  max-width: 100%;
  width: 37.5rem;
}

.vid-embed {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.vid-embed iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#tabs.default-tabs {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding: 0 10px;
}
#tabs.default-tabs > li {
  border: 1px solid #ededee;
  border-radius: 3px;
  cursor: pointer;
  list-style: none;
  margin-right: 24px;
  width: 24%;
}
#tabs.default-tabs > li a {
  background: #ededee;
  color: #231f20;
  display: block;
  font-size: 14px;
  padding: 12px 0;
  text-align: center;
  transition: ease 0.5s;
}
@media screen and (max-width: 640px) {
  #tabs.default-tabs {
    flex-wrap: wrap;
  }
  #tabs.default-tabs > li {
    margin-bottom: 24px;
    width: 40%;
  }
}

#tabs li a.inactive {
  background: #fff;
}

#tabs li > a:hover,
#tabs li > a.inactive:hover {
  opacity: 0.6;
}

.tab-container {
  padding: 24px 0;
}

.youtube-video-container {
  height: 0;
  margin-bottom: 2rem;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.youtube-video-container .youtube-player {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-embed {
  height: auto;
  max-height: 100%;
  width: 100%;
}
