@charset "UTF-8";
/*$teal: #05a8ad;
$yellow: #fab400;
$orange: #ec6608;
$sand: #aa7600;
$sea-green: #007b51;
$pea-green: #4b610a;
$steel-blue: #135c71;
$pale-blue: #73bae8;
$cornflower: #008fcc;
$deep-blue: #123171;
$khaki: #94834a;
$chocolate: #7d5242;
$navy: #1e2346;*/
/* Foreground Colour Styles */
.color-black {
  color: #000000;
}

.color-red {
  color: #cf1247;
}

.color-pink {
  color: #e8386b;
}

.color-peach {
  color: #ed6b54;
}

.color-green {
  color: #788f2e;
}

.color-light-blue {
  color: #035282;
}

.color-dark-blue {
  color: #172d4d;
}

.color-black {
  color: #000000;
}

.color-waa-bright-blue {
  color: #008fcc;
}

.color-waa-teal {
  color: #135c71;
}

.color-waa-dark-green {
  color: #004d43;
}

.color-white {
  color: #ffffff;
}

.color-dark-grey {
  color: #333;
}

.color-mid-grey {
  color: #909090;
}

.color-light-grey {
  color: #e6e6e6;
}

/* Background Colour Styles */
.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #ffffff;
}

.bg-red {
  background-color: #cf1247;
  fill: #cf1247;
}

.bg-pink {
  background-color: #e8386b;
  fill: #e8386b;
}

.bg-peach {
  background-color: #ed6b54;
  fill: #ed6b54;
}

.bg-green {
  background-color: #788f2e;
  fill: #788f2e;
}

.bg-light-blue {
  background-color: #035282;
  fill: #035282;
}

.bg-dark-blue {
  background-color: #172d4d;
  fill: #172d4d;
}

.bg-black {
  background-color: #000000;
  fill: #000000;
}

.bg-waa-bright-blue {
  background-color: #008fcc;
  fill: #008fcc;
}

.bg-waa-teal {
  background-color: #135c71;
  fill: #135c71;
}

.bg-waa-dark-green {
  background-color: #004d43;
  fill: #004d43;
}

.bg-dark-grey {
  background-color: #333;
}

.bg-light-grey {
  background-color: #e6e6e6;
}

.bg-none {
  background-color: transparent !important;
  fill: none;
}

/*$breakpointsv2: (
    small-phone: $grid-xxs-small,
    large-phone: $grid-xs-small,
    small-tablet: $grid-small,
    large-tablet: $grid-medium,
    small-desktop: $grid-large,
    large-desktop: $grid-x-large,
    hd-desktop: $grid-xx-large
    ) !default;*/
/* Site Variables */
.padding-all-none {
  padding: 0;
}
.padding-all-2px {
  padding: 2px;
}
.padding-all-5px {
  padding: 5px;
}
.padding-all-10px {
  padding: 10px;
}
.padding-all-20px {
  padding: 20px;
}
.padding-all-30px {
  padding: 30px;
}
.padding-all-40px {
  padding: 40px;
}
.padding-all-50px {
  padding: 50px;
}
.padding-all-60px {
  padding: 60px;
}
.padding-all-70px {
  padding: 70px;
}
.padding-all-80px {
  padding: 80px;
}
.padding-all-90px {
  padding: 90px;
}
.padding-all-100px {
  padding: 100px;
}
.padding-all-120px {
  padding: 120px;
}
.padding-left-none {
  padding-left: 0;
}
.padding-left-2px {
  padding-left: 2px;
}
.padding-left-5px {
  padding-left: 5px;
}
.padding-left-10px {
  padding-left: 10px;
}
.padding-left-20px {
  padding-left: 20px;
}
.padding-left-30px {
  padding-left: 30px;
}
.padding-left-40px {
  padding-left: 40px;
}
.padding-left-50px {
  padding-left: 50px;
}
.padding-left-60px {
  padding-left: 60px;
}
.padding-left-70px {
  padding-left: 70px;
}
.padding-left-80px {
  padding-left: 80px;
}
.padding-left-90px {
  padding-left: 90px;
}
.padding-left-100px {
  padding-left: 100px;
}
.padding-left-120px {
  padding-left: 120px;
}
.padding-right-none {
  padding-right: 0;
}
.padding-right-2px {
  padding-right: 2px;
}
.padding-right-5px {
  padding-right: 5px;
}
.padding-right-10px {
  padding-right: 10px;
}
.padding-right-20px {
  padding-right: 20px;
}
.padding-right-30px {
  padding-right: 30px;
}
.padding-right-40px {
  padding-right: 40px;
}
.padding-right-50px {
  padding-right: 50px;
}
.padding-right-60px {
  padding-right: 60px;
}
.padding-right-70px {
  padding-right: 70px;
}
.padding-right-80px {
  padding-right: 80px;
}
.padding-right-90px {
  padding-right: 90px;
}
.padding-right-100px {
  padding-right: 100px;
}
.padding-right-120px {
  padding-right: 120px;
}
.padding-top-none {
  padding-top: 0;
}
.padding-top-2px {
  padding-top: 2px;
}
.padding-top-5px {
  padding-top: 5px;
}
.padding-top-10px {
  padding-top: 10px;
}
.padding-top-20px {
  padding-top: 20px;
}
.padding-top-30px {
  padding-top: 30px;
}
.padding-top-40px {
  padding-top: 40px;
}
.padding-top-50px {
  padding-top: 50px;
}
.padding-top-60px {
  padding-top: 60px;
}
.padding-top-70px {
  padding-top: 70px;
}
.padding-top-80px {
  padding-top: 80px;
}
.padding-top-90px {
  padding-top: 90px;
}
.padding-top-100px {
  padding-top: 100px;
}
.padding-top-120px {
  padding-top: 120px;
}
.padding-bottom-none {
  padding-bottom: 0;
}
.padding-bottom-2px {
  padding-bottom: 2px;
}
.padding-bottom-5px {
  padding-bottom: 5px;
}
.padding-bottom-10px {
  padding-bottom: 10px;
}
.padding-bottom-20px {
  padding-bottom: 20px;
}
.padding-bottom-30px {
  padding-bottom: 30px;
}
.padding-bottom-40px {
  padding-bottom: 40px;
}
.padding-bottom-50px {
  padding-bottom: 50px;
}
.padding-bottom-60px {
  padding-bottom: 60px;
}
.padding-bottom-70px {
  padding-bottom: 70px;
}
.padding-bottom-80px {
  padding-bottom: 80px;
}
.padding-bottom-90px {
  padding-bottom: 90px;
}
.padding-bottom-100px {
  padding-bottom: 100px;
}
.padding-bottom-120px {
  padding-bottom: 120px;
}

.margin-all-2px {
  margin: 2px;
}
.margin-all-5px {
  margin: 5px;
}
.margin-all-10px {
  margin: 10px;
}
.margin-all-20px {
  margin: 20px;
}
.margin-all-30px {
  margin: 30px;
}
.margin-all-40px {
  margin: 40px;
}
.margin-all-50px {
  margin: 50px;
}
.margin-all-60px {
  margin: 60px;
}
.margin-all-70px {
  margin: 70px;
}
.margin-all-80px {
  margin: 80px;
}
.margin-all-90px {
  margin: 90px;
}
.margin-all-100px {
  margin: 100px;
}
.margin-all-120px {
  margin: 120px;
}
.margin-left-none {
  margin-left: 0;
}
.margin-left-2px {
  margin-left: 2px;
}
.margin-left-5px {
  margin-left: 5px;
}
.margin-left-10px {
  margin-left: 10px;
}
.margin-left-20px {
  margin-left: 20px;
}
.margin-left-30px {
  margin-left: 30px;
}
.margin-left-40px {
  margin-left: 40px;
}
.margin-left-50px {
  margin-left: 50px;
}
.margin-left-60px {
  margin-left: 60px;
}
.margin-left-70px {
  margin-left: 70px;
}
.margin-left-80px {
  margin-left: 80px;
}
.margin-left-90px {
  margin-left: 90px;
}
.margin-left-100px {
  margin-left: 100px;
}
.margin-left-120px {
  margin-left: 120px;
}
.margin-right-none {
  margin-right: 0;
}
.margin-right-2px {
  margin-right: 2px;
}
.margin-right-5px {
  margin-right: 5px;
}
.margin-right-10px {
  margin-right: 10px;
}
.margin-right-20px {
  margin-right: 20px;
}
.margin-right-30px {
  margin-right: 30px;
}
.margin-right-40px {
  margin-right: 40px;
}
.margin-right-50px {
  margin-right: 50px;
}
.margin-right-60px {
  margin-right: 60px;
}
.margin-right-70px {
  margin-right: 70px;
}
.margin-right-80px {
  margin-right: 80px;
}
.margin-right-90px {
  margin-right: 90px;
}
.margin-right-100px {
  margin-right: 100px;
}
.margin-right-120px {
  margin-right: 120px;
}
.margin-top-none {
  margin-top: 0;
}
.margin-top-2px {
  margin-top: 2px;
}
.margin-top-5px {
  margin-top: 5px;
}
.margin-top-10px {
  margin-top: 10px;
}
.margin-top-20px {
  margin-top: 20px;
}
.margin-top-30px {
  margin-top: 30px;
}
.margin-top-40px {
  margin-top: 40px;
}
.margin-top-50px {
  margin-top: 50px;
}
.margin-top-60px {
  margin-top: 60px;
}
.margin-top-70px {
  margin-top: 70px;
}
.margin-top-80px {
  margin-top: 80px;
}
.margin-top-90px {
  margin-top: 90px;
}
.margin-top-100px {
  margin-top: 100px;
}
.margin-top-120px {
  margin-top: 120px;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-bottom-2px {
  margin-bottom: 2px;
}
.margin-bottom-5px {
  margin-bottom: 5px;
}
.margin-bottom-10px {
  margin-bottom: 10px;
}
.margin-bottom-20px {
  margin-bottom: 20px;
}
.margin-bottom-30px {
  margin-bottom: 30px;
}
.margin-bottom-40px {
  margin-bottom: 40px;
}
.margin-bottom-50px {
  margin-bottom: 50px;
}
.margin-bottom-60px {
  margin-bottom: 60px;
}
.margin-bottom-70px {
  margin-bottom: 70px;
}
.margin-bottom-80px {
  margin-bottom: 80px;
}
.margin-bottom-90px {
  margin-bottom: 90px;
}
.margin-bottom-100px {
  margin-bottom: 100px;
}
.margin-bottom-120px {
  margin-bottom: 120px;
}

@media (max-width: 1279px) {
  .tablet-padding-all-none {
    padding: 0;
  }
  .tablet-padding-all-2px {
    padding: 2px;
  }
  .tablet-padding-all-5px {
    padding: 5px;
  }
  .tablet-padding-all-10px {
    padding: 10px;
  }
  .tablet-padding-all-20px {
    padding: 20px;
  }
  .tablet-padding-all-30px {
    padding: 30px;
  }
  .tablet-padding-all-40px {
    padding: 40px;
  }
  .tablet-padding-all-50px {
    padding: 50px;
  }
  .tablet-padding-all-60px {
    padding: 60px;
  }
  .tablet-padding-all-70px {
    padding: 70px;
  }
  .tablet-padding-all-80px {
    padding: 80px;
  }
  .tablet-padding-all-90px {
    padding: 90px;
  }
  .tablet-padding-all-100px {
    padding: 100px;
  }
  .tablet-padding-all-120px {
    padding: 120px;
  }
  .tablet-padding-left-none {
    padding-left: 0;
  }
  .tablet-padding-left-2px {
    padding-left: 2px;
  }
  .tablet-padding-left-5px {
    padding-left: 5px;
  }
  .tablet-padding-left-10px {
    padding-left: 10px;
  }
  .tablet-padding-left-20px {
    padding-left: 20px;
  }
  .tablet-padding-left-30px {
    padding-left: 30px;
  }
  .tablet-padding-left-40px {
    padding-left: 40px;
  }
  .tablet-padding-left-50px {
    padding-left: 50px;
  }
  .tablet-padding-left-60px {
    padding-left: 60px;
  }
  .tablet-padding-left-70px {
    padding-left: 70px;
  }
  .tablet-padding-left-80px {
    padding-left: 80px;
  }
  .tablet-padding-left-90px {
    padding-left: 90px;
  }
  .tablet-padding-left-100px {
    padding-left: 100px;
  }
  .tablet-padding-left-120px {
    padding-left: 120px;
  }
  .tablet-padding-right-none {
    padding-right: 0;
  }
  .tablet-padding-right-2px {
    padding-right: 2px;
  }
  .tablet-padding-right-5px {
    padding-right: 5px;
  }
  .tablet-padding-right-10px {
    padding-right: 10px;
  }
  .tablet-padding-right-20px {
    padding-right: 20px;
  }
  .tablet-padding-right-30px {
    padding-right: 30px;
  }
  .tablet-padding-right-40px {
    padding-right: 40px;
  }
  .tablet-padding-right-50px {
    padding-right: 50px;
  }
  .tablet-padding-right-60px {
    padding-right: 60px;
  }
  .tablet-padding-right-70px {
    padding-right: 70px;
  }
  .tablet-padding-right-80px {
    padding-right: 80px;
  }
  .tablet-padding-right-90px {
    padding-right: 90px;
  }
  .tablet-padding-right-100px {
    padding-right: 100px;
  }
  .tablet-padding-right-120px {
    padding-right: 120px;
  }
  .tablet-padding-top-none {
    padding-top: 0;
  }
  .tablet-padding-top-2px {
    padding-top: 2px;
  }
  .tablet-padding-top-5px {
    padding-top: 5px;
  }
  .tablet-padding-top-10px {
    padding-top: 10px;
  }
  .tablet-padding-top-20px {
    padding-top: 20px;
  }
  .tablet-padding-top-30px {
    padding-top: 30px;
  }
  .tablet-padding-top-40px {
    padding-top: 40px;
  }
  .tablet-padding-top-50px {
    padding-top: 50px;
  }
  .tablet-padding-top-60px {
    padding-top: 60px;
  }
  .tablet-padding-top-70px {
    padding-top: 70px;
  }
  .tablet-padding-top-80px {
    padding-top: 80px;
  }
  .tablet-padding-top-90px {
    padding-top: 90px;
  }
  .tablet-padding-top-100px {
    padding-top: 100px;
  }
  .tablet-padding-top-120px {
    padding-top: 120px;
  }
  .tablet-padding-bottom-none {
    padding-bottom: 0;
  }
  .tablet-padding-bottom-2px {
    padding-bottom: 2px;
  }
  .tablet-padding-bottom-5px {
    padding-bottom: 5px;
  }
  .tablet-padding-bottom-10px {
    padding-bottom: 10px;
  }
  .tablet-padding-bottom-20px {
    padding-bottom: 20px;
  }
  .tablet-padding-bottom-30px {
    padding-bottom: 30px;
  }
  .tablet-padding-bottom-40px {
    padding-bottom: 40px;
  }
  .tablet-padding-bottom-50px {
    padding-bottom: 50px;
  }
  .tablet-padding-bottom-60px {
    padding-bottom: 60px;
  }
  .tablet-padding-bottom-70px {
    padding-bottom: 70px;
  }
  .tablet-padding-bottom-80px {
    padding-bottom: 80px;
  }
  .tablet-padding-bottom-90px {
    padding-bottom: 90px;
  }
  .tablet-padding-bottom-100px {
    padding-bottom: 100px;
  }
  .tablet-padding-bottom-120px {
    padding-bottom: 120px;
  }
}

@media (max-width: 1279px) {
  .tablet-margin-all-2px {
    margin: 2px;
  }
  .tablet-margin-all-5px {
    margin: 5px;
  }
  .tablet-margin-all-10px {
    margin: 10px;
  }
  .tablet-margin-all-20px {
    margin: 20px;
  }
  .tablet-margin-all-30px {
    margin: 30px;
  }
  .tablet-margin-all-40px {
    margin: 40px;
  }
  .tablet-margin-all-50px {
    margin: 50px;
  }
  .tablet-margin-all-60px {
    margin: 60px;
  }
  .tablet-margin-all-70px {
    margin: 70px;
  }
  .tablet-margin-all-80px {
    margin: 80px;
  }
  .tablet-margin-all-90px {
    margin: 90px;
  }
  .tablet-margin-all-100px {
    margin: 100px;
  }
  .tablet-margin-all-120px {
    margin: 120px;
  }
  .tablet-margin-left-none {
    margin-left: 0;
  }
  .tablet-margin-left-2px {
    margin-left: 2px;
  }
  .tablet-margin-left-5px {
    margin-left: 5px;
  }
  .tablet-margin-left-10px {
    margin-left: 10px;
  }
  .tablet-margin-left-20px {
    margin-left: 20px;
  }
  .tablet-margin-left-30px {
    margin-left: 30px;
  }
  .tablet-margin-left-40px {
    margin-left: 40px;
  }
  .tablet-margin-left-50px {
    margin-left: 50px;
  }
  .tablet-margin-left-60px {
    margin-left: 60px;
  }
  .tablet-margin-left-70px {
    margin-left: 70px;
  }
  .tablet-margin-left-80px {
    margin-left: 80px;
  }
  .tablet-margin-left-90px {
    margin-left: 90px;
  }
  .tablet-margin-left-100px {
    margin-left: 100px;
  }
  .tablet-margin-left-120px {
    margin-left: 120px;
  }
  .tablet-margin-right-none {
    margin-right: 0;
  }
  .tablet-margin-right-2px {
    margin-right: 2px;
  }
  .tablet-margin-right-5px {
    margin-right: 5px;
  }
  .tablet-margin-right-10px {
    margin-right: 10px;
  }
  .tablet-margin-right-20px {
    margin-right: 20px;
  }
  .tablet-margin-right-30px {
    margin-right: 30px;
  }
  .tablet-margin-right-40px {
    margin-right: 40px;
  }
  .tablet-margin-right-50px {
    margin-right: 50px;
  }
  .tablet-margin-right-60px {
    margin-right: 60px;
  }
  .tablet-margin-right-70px {
    margin-right: 70px;
  }
  .tablet-margin-right-80px {
    margin-right: 80px;
  }
  .tablet-margin-right-90px {
    margin-right: 90px;
  }
  .tablet-margin-right-100px {
    margin-right: 100px;
  }
  .tablet-margin-right-120px {
    margin-right: 120px;
  }
  .tablet-margin-top-none {
    margin-top: 0;
  }
  .tablet-margin-top-2px {
    margin-top: 2px;
  }
  .tablet-margin-top-5px {
    margin-top: 5px;
  }
  .tablet-margin-top-10px {
    margin-top: 10px;
  }
  .tablet-margin-top-20px {
    margin-top: 20px;
  }
  .tablet-margin-top-30px {
    margin-top: 30px;
  }
  .tablet-margin-top-40px {
    margin-top: 40px;
  }
  .tablet-margin-top-50px {
    margin-top: 50px;
  }
  .tablet-margin-top-60px {
    margin-top: 60px;
  }
  .tablet-margin-top-70px {
    margin-top: 70px;
  }
  .tablet-margin-top-80px {
    margin-top: 80px;
  }
  .tablet-margin-top-90px {
    margin-top: 90px;
  }
  .tablet-margin-top-100px {
    margin-top: 100px;
  }
  .tablet-margin-top-120px {
    margin-top: 120px;
  }
  .tablet-margin-bottom-none {
    margin-bottom: 0;
  }
  .tablet-margin-bottom-2px {
    margin-bottom: 2px;
  }
  .tablet-margin-bottom-5px {
    margin-bottom: 5px;
  }
  .tablet-margin-bottom-10px {
    margin-bottom: 10px;
  }
  .tablet-margin-bottom-20px {
    margin-bottom: 20px;
  }
  .tablet-margin-bottom-30px {
    margin-bottom: 30px;
  }
  .tablet-margin-bottom-40px {
    margin-bottom: 40px;
  }
  .tablet-margin-bottom-50px {
    margin-bottom: 50px;
  }
  .tablet-margin-bottom-60px {
    margin-bottom: 60px;
  }
  .tablet-margin-bottom-70px {
    margin-bottom: 70px;
  }
  .tablet-margin-bottom-80px {
    margin-bottom: 80px;
  }
  .tablet-margin-bottom-90px {
    margin-bottom: 90px;
  }
  .tablet-margin-bottom-100px {
    margin-bottom: 100px;
  }
  .tablet-margin-bottom-120px {
    margin-bottom: 120px;
  }
}

@media (max-width: 599px) {
  .mobile-padding-all-none {
    padding: 0;
  }
  .mobile-padding-all-2px {
    padding: 2px;
  }
  .mobile-padding-all-5px {
    padding: 5px;
  }
  .mobile-padding-all-10px {
    padding: 10px;
  }
  .mobile-padding-all-20px {
    padding: 20px;
  }
  .mobile-padding-all-30px {
    padding: 30px;
  }
  .mobile-padding-all-40px {
    padding: 40px;
  }
  .mobile-padding-all-50px {
    padding: 50px;
  }
  .mobile-padding-all-60px {
    padding: 60px;
  }
  .mobile-padding-all-70px {
    padding: 70px;
  }
  .mobile-padding-all-80px {
    padding: 80px;
  }
  .mobile-padding-all-90px {
    padding: 90px;
  }
  .mobile-padding-all-100px {
    padding: 100px;
  }
  .mobile-padding-all-120px {
    padding: 120px;
  }
  .mobile-padding-left-none {
    padding-left: 0;
  }
  .mobile-padding-left-2px {
    padding-left: 2px;
  }
  .mobile-padding-left-5px {
    padding-left: 5px;
  }
  .mobile-padding-left-10px {
    padding-left: 10px;
  }
  .mobile-padding-left-20px {
    padding-left: 20px;
  }
  .mobile-padding-left-30px {
    padding-left: 30px;
  }
  .mobile-padding-left-40px {
    padding-left: 40px;
  }
  .mobile-padding-left-50px {
    padding-left: 50px;
  }
  .mobile-padding-left-60px {
    padding-left: 60px;
  }
  .mobile-padding-left-70px {
    padding-left: 70px;
  }
  .mobile-padding-left-80px {
    padding-left: 80px;
  }
  .mobile-padding-left-90px {
    padding-left: 90px;
  }
  .mobile-padding-left-100px {
    padding-left: 100px;
  }
  .mobile-padding-left-120px {
    padding-left: 120px;
  }
  .mobile-padding-right-none {
    padding-right: 0;
  }
  .mobile-padding-right-2px {
    padding-right: 2px;
  }
  .mobile-padding-right-5px {
    padding-right: 5px;
  }
  .mobile-padding-right-10px {
    padding-right: 10px;
  }
  .mobile-padding-right-20px {
    padding-right: 20px;
  }
  .mobile-padding-right-30px {
    padding-right: 30px;
  }
  .mobile-padding-right-40px {
    padding-right: 40px;
  }
  .mobile-padding-right-50px {
    padding-right: 50px;
  }
  .mobile-padding-right-60px {
    padding-right: 60px;
  }
  .mobile-padding-right-70px {
    padding-right: 70px;
  }
  .mobile-padding-right-80px {
    padding-right: 80px;
  }
  .mobile-padding-right-90px {
    padding-right: 90px;
  }
  .mobile-padding-right-100px {
    padding-right: 100px;
  }
  .mobile-padding-right-120px {
    padding-right: 120px;
  }
  .mobile-padding-top-none {
    padding-top: 0;
  }
  .mobile-padding-top-2px {
    padding-top: 2px;
  }
  .mobile-padding-top-5px {
    padding-top: 5px;
  }
  .mobile-padding-top-10px {
    padding-top: 10px;
  }
  .mobile-padding-top-20px {
    padding-top: 20px;
  }
  .mobile-padding-top-30px {
    padding-top: 30px;
  }
  .mobile-padding-top-40px {
    padding-top: 40px;
  }
  .mobile-padding-top-50px {
    padding-top: 50px;
  }
  .mobile-padding-top-60px {
    padding-top: 60px;
  }
  .mobile-padding-top-70px {
    padding-top: 70px;
  }
  .mobile-padding-top-80px {
    padding-top: 80px;
  }
  .mobile-padding-top-90px {
    padding-top: 90px;
  }
  .mobile-padding-top-100px {
    padding-top: 100px;
  }
  .mobile-padding-top-120px {
    padding-top: 120px;
  }
  .mobile-padding-bottom-none {
    padding-bottom: 0;
  }
  .mobile-padding-bottom-2px {
    padding-bottom: 2px;
  }
  .mobile-padding-bottom-5px {
    padding-bottom: 5px;
  }
  .mobile-padding-bottom-10px {
    padding-bottom: 10px;
  }
  .mobile-padding-bottom-20px {
    padding-bottom: 20px;
  }
  .mobile-padding-bottom-30px {
    padding-bottom: 30px;
  }
  .mobile-padding-bottom-40px {
    padding-bottom: 40px;
  }
  .mobile-padding-bottom-50px {
    padding-bottom: 50px;
  }
  .mobile-padding-bottom-60px {
    padding-bottom: 60px;
  }
  .mobile-padding-bottom-70px {
    padding-bottom: 70px;
  }
  .mobile-padding-bottom-80px {
    padding-bottom: 80px;
  }
  .mobile-padding-bottom-90px {
    padding-bottom: 90px;
  }
  .mobile-padding-bottom-100px {
    padding-bottom: 100px;
  }
  .mobile-padding-bottom-120px {
    padding-bottom: 120px;
  }
}

@media (max-width: 599px) {
  .mobile-margin-all-2px {
    margin: 2px;
  }
  .mobile-margin-all-5px {
    margin: 5px;
  }
  .mobile-margin-all-10px {
    margin: 10px;
  }
  .mobile-margin-all-20px {
    margin: 20px;
  }
  .mobile-margin-all-30px {
    margin: 30px;
  }
  .mobile-margin-all-40px {
    margin: 40px;
  }
  .mobile-margin-all-50px {
    margin: 50px;
  }
  .mobile-margin-all-60px {
    margin: 60px;
  }
  .mobile-margin-all-70px {
    margin: 70px;
  }
  .mobile-margin-all-80px {
    margin: 80px;
  }
  .mobile-margin-all-90px {
    margin: 90px;
  }
  .mobile-margin-all-100px {
    margin: 100px;
  }
  .mobile-margin-all-120px {
    margin: 120px;
  }
  .mobile-margin-left-none {
    margin-left: 0;
  }
  .mobile-margin-left-2px {
    margin-left: 2px;
  }
  .mobile-margin-left-5px {
    margin-left: 5px;
  }
  .mobile-margin-left-10px {
    margin-left: 10px;
  }
  .mobile-margin-left-20px {
    margin-left: 20px;
  }
  .mobile-margin-left-30px {
    margin-left: 30px;
  }
  .mobile-margin-left-40px {
    margin-left: 40px;
  }
  .mobile-margin-left-50px {
    margin-left: 50px;
  }
  .mobile-margin-left-60px {
    margin-left: 60px;
  }
  .mobile-margin-left-70px {
    margin-left: 70px;
  }
  .mobile-margin-left-80px {
    margin-left: 80px;
  }
  .mobile-margin-left-90px {
    margin-left: 90px;
  }
  .mobile-margin-left-100px {
    margin-left: 100px;
  }
  .mobile-margin-left-120px {
    margin-left: 120px;
  }
  .mobile-margin-right-none {
    margin-right: 0;
  }
  .mobile-margin-right-2px {
    margin-right: 2px;
  }
  .mobile-margin-right-5px {
    margin-right: 5px;
  }
  .mobile-margin-right-10px {
    margin-right: 10px;
  }
  .mobile-margin-right-20px {
    margin-right: 20px;
  }
  .mobile-margin-right-30px {
    margin-right: 30px;
  }
  .mobile-margin-right-40px {
    margin-right: 40px;
  }
  .mobile-margin-right-50px {
    margin-right: 50px;
  }
  .mobile-margin-right-60px {
    margin-right: 60px;
  }
  .mobile-margin-right-70px {
    margin-right: 70px;
  }
  .mobile-margin-right-80px {
    margin-right: 80px;
  }
  .mobile-margin-right-90px {
    margin-right: 90px;
  }
  .mobile-margin-right-100px {
    margin-right: 100px;
  }
  .mobile-margin-right-120px {
    margin-right: 120px;
  }
  .mobile-margin-top-none {
    margin-top: 0;
  }
  .mobile-margin-top-2px {
    margin-top: 2px;
  }
  .mobile-margin-top-5px {
    margin-top: 5px;
  }
  .mobile-margin-top-10px {
    margin-top: 10px;
  }
  .mobile-margin-top-20px {
    margin-top: 20px;
  }
  .mobile-margin-top-30px {
    margin-top: 30px;
  }
  .mobile-margin-top-40px {
    margin-top: 40px;
  }
  .mobile-margin-top-50px {
    margin-top: 50px;
  }
  .mobile-margin-top-60px {
    margin-top: 60px;
  }
  .mobile-margin-top-70px {
    margin-top: 70px;
  }
  .mobile-margin-top-80px {
    margin-top: 80px;
  }
  .mobile-margin-top-90px {
    margin-top: 90px;
  }
  .mobile-margin-top-100px {
    margin-top: 100px;
  }
  .mobile-margin-top-120px {
    margin-top: 120px;
  }
  .mobile-margin-bottom-none {
    margin-bottom: 0;
  }
  .mobile-margin-bottom-2px {
    margin-bottom: 2px;
  }
  .mobile-margin-bottom-5px {
    margin-bottom: 5px;
  }
  .mobile-margin-bottom-10px {
    margin-bottom: 10px;
  }
  .mobile-margin-bottom-20px {
    margin-bottom: 20px;
  }
  .mobile-margin-bottom-30px {
    margin-bottom: 30px;
  }
  .mobile-margin-bottom-40px {
    margin-bottom: 40px;
  }
  .mobile-margin-bottom-50px {
    margin-bottom: 50px;
  }
  .mobile-margin-bottom-60px {
    margin-bottom: 60px;
  }
  .mobile-margin-bottom-70px {
    margin-bottom: 70px;
  }
  .mobile-margin-bottom-80px {
    margin-bottom: 80px;
  }
  .mobile-margin-bottom-90px {
    margin-bottom: 90px;
  }
  .mobile-margin-bottom-100px {
    margin-bottom: 100px;
  }
  .mobile-margin-bottom-120px {
    margin-bottom: 120px;
  }
}

@media (max-width: 599px) {
  .mobile-grid-1 {
    grid-template-columns: minmax(0, 1fr);
  }
  .mobile-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mobile-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mobile-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .mobile-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .mobile-grid-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .mobile-grid-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .mobile-grid-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .mobile-grid-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .mobile-grid-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .mobile-grid-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .mobile-grid-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (min-width: 600px) and (max-width: 1279px) {
  .tablet-grid-1 {
    grid-template-columns: minmax(0, 1fr);
  }
  .tablet-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tablet-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tablet-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .tablet-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .tablet-grid-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .tablet-grid-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .tablet-grid-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .tablet-grid-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .tablet-grid-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .tablet-grid-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .tablet-grid-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .desktop-grid-1 {
    grid-template-columns: minmax(0, 1fr);
  }
  .desktop-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .desktop-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .desktop-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .desktop-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .desktop-grid-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .desktop-grid-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .desktop-grid-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .desktop-grid-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .desktop-grid-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .desktop-grid-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .desktop-grid-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .grid-hide-desktop {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 1279px) {
  .grid-hide-tablet {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .grid-hide-mobile {
    display: none !important;
  }
}

.grid-content {
  width: 100%;
  height: 100%;
}

@media (max-width: 599px) {
  .mobile-col-start-1 {
    grid-column-start: 1;
  }
  .mobile-col-start-2 {
    grid-column-start: 2;
  }
  .mobile-col-start-3 {
    grid-column-start: 3;
  }
  .mobile-col-start-4 {
    grid-column-start: 4;
  }
  .mobile-col-start-5 {
    grid-column-start: 5;
  }
  .mobile-col-start-6 {
    grid-column-start: 6;
  }
  .mobile-col-start-7 {
    grid-column-start: 7;
  }
  .mobile-col-start-8 {
    grid-column-start: 8;
  }
  .mobile-col-start-9 {
    grid-column-start: 9;
  }
  .mobile-col-start-10 {
    grid-column-start: 10;
  }
  .mobile-col-start-11 {
    grid-column-start: 11;
  }
  .mobile-col-start-12 {
    grid-column-start: 12;
  }
  .mobile-col-end-1 {
    grid-column-end: 2;
  }
  .mobile-col-end-2 {
    grid-column-end: 3;
  }
  .mobile-col-end-3 {
    grid-column-end: 4;
  }
  .mobile-col-end-4 {
    grid-column-end: 5;
  }
  .mobile-col-end-5 {
    grid-column-end: 6;
  }
  .mobile-col-end-6 {
    grid-column-end: 7;
  }
  .mobile-col-end-7 {
    grid-column-end: 8;
  }
  .mobile-col-end-8 {
    grid-column-end: 9;
  }
  .mobile-col-end-9 {
    grid-column-end: 10;
  }
  .mobile-col-end-10 {
    grid-column-end: 11;
  }
  .mobile-col-end-11 {
    grid-column-end: 12;
  }
  .mobile-col-end-12 {
    grid-column-end: 13;
  }
}
@media (min-width: 600px) and (max-width: 1279px) {
  .tablet-col-start-1 {
    grid-column-start: 1;
  }
  .tablet-col-start-2 {
    grid-column-start: 2;
  }
  .tablet-col-start-3 {
    grid-column-start: 3;
  }
  .tablet-col-start-4 {
    grid-column-start: 4;
  }
  .tablet-col-start-5 {
    grid-column-start: 5;
  }
  .tablet-col-start-6 {
    grid-column-start: 6;
  }
  .tablet-col-start-7 {
    grid-column-start: 7;
  }
  .tablet-col-start-8 {
    grid-column-start: 8;
  }
  .tablet-col-start-9 {
    grid-column-start: 9;
  }
  .tablet-col-start-10 {
    grid-column-start: 10;
  }
  .tablet-col-start-11 {
    grid-column-start: 11;
  }
  .tablet-col-start-12 {
    grid-column-start: 12;
  }
  .tablet-col-end-1 {
    grid-column-end: 2;
  }
  .tablet-col-end-2 {
    grid-column-end: 3;
  }
  .tablet-col-end-3 {
    grid-column-end: 4;
  }
  .tablet-col-end-4 {
    grid-column-end: 5;
  }
  .tablet-col-end-5 {
    grid-column-end: 6;
  }
  .tablet-col-end-6 {
    grid-column-end: 7;
  }
  .tablet-col-end-7 {
    grid-column-end: 8;
  }
  .tablet-col-end-8 {
    grid-column-end: 9;
  }
  .tablet-col-end-9 {
    grid-column-end: 10;
  }
  .tablet-col-end-10 {
    grid-column-end: 11;
  }
  .tablet-col-end-11 {
    grid-column-end: 12;
  }
  .tablet-col-end-12 {
    grid-column-end: 13;
  }
}
@media (min-width: 1280px) {
  .desktop-col-start-1 {
    grid-column-start: 1;
  }
  .desktop-col-start-2 {
    grid-column-start: 2;
  }
  .desktop-col-start-3 {
    grid-column-start: 3;
  }
  .desktop-col-start-4 {
    grid-column-start: 4;
  }
  .desktop-col-start-5 {
    grid-column-start: 5;
  }
  .desktop-col-start-6 {
    grid-column-start: 6;
  }
  .desktop-col-start-7 {
    grid-column-start: 7;
  }
  .desktop-col-start-8 {
    grid-column-start: 8;
  }
  .desktop-col-start-9 {
    grid-column-start: 9;
  }
  .desktop-col-start-10 {
    grid-column-start: 10;
  }
  .desktop-col-start-11 {
    grid-column-start: 11;
  }
  .desktop-col-start-12 {
    grid-column-start: 12;
  }
  .desktop-col-end-1 {
    grid-column-end: 2;
  }
  .desktop-col-end-2 {
    grid-column-end: 3;
  }
  .desktop-col-end-3 {
    grid-column-end: 4;
  }
  .desktop-col-end-4 {
    grid-column-end: 5;
  }
  .desktop-col-end-5 {
    grid-column-end: 6;
  }
  .desktop-col-end-6 {
    grid-column-end: 7;
  }
  .desktop-col-end-7 {
    grid-column-end: 8;
  }
  .desktop-col-end-8 {
    grid-column-end: 9;
  }
  .desktop-col-end-9 {
    grid-column-end: 10;
  }
  .desktop-col-end-10 {
    grid-column-end: 11;
  }
  .desktop-col-end-11 {
    grid-column-end: 12;
  }
  .desktop-col-end-12 {
    grid-column-end: 13;
  }
}
/* Rows */
@media (max-width: 599px) {
  .mobile-row-start-1 {
    grid-row-start: 1;
  }
  .mobile-row-start-2 {
    grid-row-start: 2;
  }
  .mobile-row-start-3 {
    grid-row-start: 3;
  }
  .mobile-row-start-4 {
    grid-row-start: 4;
  }
  .mobile-row-start-5 {
    grid-row-start: 5;
  }
  .mobile-row-start-6 {
    grid-row-start: 6;
  }
  .mobile-row-start-7 {
    grid-row-start: 7;
  }
  .mobile-row-start-8 {
    grid-row-start: 8;
  }
  .mobile-row-start-9 {
    grid-row-start: 9;
  }
  .mobile-row-start-10 {
    grid-row-start: 10;
  }
  .mobile-row-start-11 {
    grid-row-start: 11;
  }
  .mobile-row-start-12 {
    grid-row-start: 12;
  }
  .mobile-row-start-13 {
    grid-row-start: 13;
  }
  .mobile-row-start-14 {
    grid-row-start: 14;
  }
  .mobile-row-start-15 {
    grid-row-start: 15;
  }
  .mobile-row-start-16 {
    grid-row-start: 16;
  }
  .mobile-row-start-17 {
    grid-row-start: 17;
  }
  .mobile-row-start-18 {
    grid-row-start: 18;
  }
  .mobile-row-start-19 {
    grid-row-start: 19;
  }
  .mobile-row-start-20 {
    grid-row-start: 20;
  }
  .mobile-row-start-21 {
    grid-row-start: 21;
  }
  .mobile-row-start-22 {
    grid-row-start: 22;
  }
  .mobile-row-start-23 {
    grid-row-start: 23;
  }
  .mobile-row-start-24 {
    grid-row-start: 24;
  }
  .mobile-row-start-25 {
    grid-row-start: 25;
  }
  .mobile-row-start-26 {
    grid-row-start: 26;
  }
  .mobile-row-start-27 {
    grid-row-start: 27;
  }
  .mobile-row-start-28 {
    grid-row-start: 28;
  }
  .mobile-row-start-29 {
    grid-row-start: 29;
  }
  .mobile-row-start-30 {
    grid-row-start: 30;
  }
  .mobile-row-start-31 {
    grid-row-start: 31;
  }
  .mobile-row-start-32 {
    grid-row-start: 32;
  }
  .mobile-row-end-1 {
    grid-row-end: 2;
  }
  .mobile-row-end-2 {
    grid-row-end: 3;
  }
  .mobile-row-end-3 {
    grid-row-end: 4;
  }
  .mobile-row-end-4 {
    grid-row-end: 5;
  }
  .mobile-row-end-5 {
    grid-row-end: 6;
  }
  .mobile-row-end-6 {
    grid-row-end: 7;
  }
  .mobile-row-end-7 {
    grid-row-end: 8;
  }
  .mobile-row-end-8 {
    grid-row-end: 9;
  }
  .mobile-row-end-9 {
    grid-row-end: 10;
  }
  .mobile-row-end-10 {
    grid-row-end: 11;
  }
  .mobile-row-end-11 {
    grid-row-end: 12;
  }
  .mobile-row-end-12 {
    grid-row-end: 13;
  }
  .mobile-row-end-13 {
    grid-row-end: 14;
  }
  .mobile-row-end-14 {
    grid-row-end: 15;
  }
  .mobile-row-end-15 {
    grid-row-end: 16;
  }
  .mobile-row-end-16 {
    grid-row-end: 17;
  }
  .mobile-row-end-17 {
    grid-row-end: 18;
  }
  .mobile-row-end-18 {
    grid-row-end: 19;
  }
  .mobile-row-end-19 {
    grid-row-end: 20;
  }
  .mobile-row-end-20 {
    grid-row-end: 21;
  }
  .mobile-row-end-21 {
    grid-row-end: 22;
  }
  .mobile-row-end-22 {
    grid-row-end: 23;
  }
  .mobile-row-end-23 {
    grid-row-end: 24;
  }
  .mobile-row-end-24 {
    grid-row-end: 25;
  }
  .mobile-row-end-25 {
    grid-row-end: 26;
  }
  .mobile-row-end-26 {
    grid-row-end: 27;
  }
  .mobile-row-end-27 {
    grid-row-end: 28;
  }
  .mobile-row-end-28 {
    grid-row-end: 29;
  }
  .mobile-row-end-29 {
    grid-row-end: 30;
  }
  .mobile-row-end-30 {
    grid-row-end: 31;
  }
  .mobile-row-end-31 {
    grid-row-end: 32;
  }
  .mobile-row-end-32 {
    grid-row-end: 33;
  }
}
@media (min-width: 600px) and (max-width: 1279px) {
  .tablet-row-start-1 {
    grid-row-start: 1;
  }
  .tablet-row-start-2 {
    grid-row-start: 2;
  }
  .tablet-row-start-3 {
    grid-row-start: 3;
  }
  .tablet-row-start-4 {
    grid-row-start: 4;
  }
  .tablet-row-start-5 {
    grid-row-start: 5;
  }
  .tablet-row-start-6 {
    grid-row-start: 6;
  }
  .tablet-row-start-7 {
    grid-row-start: 7;
  }
  .tablet-row-start-8 {
    grid-row-start: 8;
  }
  .tablet-row-start-9 {
    grid-row-start: 9;
  }
  .tablet-row-start-10 {
    grid-row-start: 10;
  }
  .tablet-row-start-11 {
    grid-row-start: 11;
  }
  .tablet-row-start-12 {
    grid-row-start: 12;
  }
  .tablet-row-start-13 {
    grid-row-start: 13;
  }
  .tablet-row-start-14 {
    grid-row-start: 14;
  }
  .tablet-row-start-15 {
    grid-row-start: 15;
  }
  .tablet-row-start-16 {
    grid-row-start: 16;
  }
}
@media (min-width: 600px) and (max-width: 1279px) {
  .tablet-row-end-1 {
    grid-row-end: 2;
  }
  .tablet-row-end-2 {
    grid-row-end: 3;
  }
  .tablet-row-end-3 {
    grid-row-end: 4;
  }
  .tablet-row-end-4 {
    grid-row-end: 5;
  }
  .tablet-row-end-5 {
    grid-row-end: 6;
  }
  .tablet-row-end-6 {
    grid-row-end: 7;
  }
  .tablet-row-end-7 {
    grid-row-end: 8;
  }
  .tablet-row-end-8 {
    grid-row-end: 9;
  }
  .tablet-row-end-9 {
    grid-row-end: 10;
  }
  .tablet-row-end-10 {
    grid-row-end: 11;
  }
  .tablet-row-end-11 {
    grid-row-end: 12;
  }
  .tablet-row-end-12 {
    grid-row-end: 13;
  }
  .tablet-row-end-13 {
    grid-row-end: 14;
  }
  .tablet-row-end-14 {
    grid-row-end: 15;
  }
  .tablet-row-end-15 {
    grid-row-end: 16;
  }
  .tablet-row-end-16 {
    grid-row-end: 17;
  }
}

@media (min-width: 1280px) {
  .desktop-row-start-1 {
    grid-row-start: 1;
  }
  .desktop-row-start-2 {
    grid-row-start: 2;
  }
  .desktop-row-start-3 {
    grid-row-start: 3;
  }
  .desktop-row-start-4 {
    grid-row-start: 4;
  }
  .desktop-row-start-5 {
    grid-row-start: 5;
  }
  .desktop-row-start-6 {
    grid-row-start: 6;
  }
  .desktop-row-start-7 {
    grid-row-start: 7;
  }
  .desktop-row-start-8 {
    grid-row-start: 8;
  }
}
@media (min-width: 1280px) {
  .desktop-row-end-1 {
    grid-row-end: 2;
  }
  .desktop-row-end-2 {
    grid-row-end: 3;
  }
  .desktop-row-end-3 {
    grid-row-end: 4;
  }
  .desktop-row-end-4 {
    grid-row-end: 5;
  }
  .desktop-row-end-5 {
    grid-row-end: 6;
  }
  .desktop-row-end-6 {
    grid-row-end: 7;
  }
  .desktop-row-end-7 {
    grid-row-end: 8;
  }
  .desktop-row-end-8 {
    grid-row-end: 9;
  }
}

.layout-width-full-width {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}
.layout-width-site-width {
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .layout-width-site-width {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 80px);
    max-width: 1280px;
  }
}
@media (min-width: 1024px) {
  .layout-width-site-width {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1280px;
  }
}
.layout-width-site-width-left {
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .layout-width-site-width-left {
    margin-left: auto;
    width: 100%;
    max-width: 1280px;
  }
}
@media (min-width: 1024px) {
  .layout-width-site-width-left {
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    max-width: 1280px;
  }
}
.layout-width-site-width-right {
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .layout-width-site-width-right {
    margin-right: auto;
    margin-left: 0;
    width: 100%;
    max-width: 1280px;
  }
}
@media (min-width: 1024px) {
  .layout-width-site-width-right {
    margin-right: auto;
    margin-left: 0;
    width: 100%;
    max-width: 1280px;
  }
}
.layout-width-narrow {
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .layout-width-narrow {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
  }
}
@media (min-width: 1024px) {
  .layout-width-narrow {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
  }
}

.h-content-align-left {
  align-items: flex-start !important;
  text-align: left !important;
  justify-items: start;
}
.h-content-align-centre {
  align-items: center !important;
  text-align: center !important;
  justify-items: center;
}
.h-content-align-right {
  align-items: flex-end !important;
  text-align: right !important;
  justify-items: end;
}

.v-content-align-top {
  justify-content: flex-start !important;
  align-content: start;
}
.v-content-align-centre {
  justify-content: center !important;
  align-content: center;
}
.v-content-align-bottom {
  justify-content: flex-end !important;
  align-content: end;
}
.v-content-align-space-evenly {
  justify-content: space-evenly !important;
  align-content: space-evenly;
}
.v-content-align-fill-space {
  justify-content: flex-start !important;
  align-content: start;
}
.v-content-align-fill-space > *:last-child {
  margin-top: auto;
}
.v-content-align-fill {
  justify-content: flex-start !important;
  align-content: start;
}
.v-content-align-fill > *:last-child {
  margin-top: auto;
}

.no-overflow-y {
  overflow-y: hidden;
}

.height-auto {
  height: auto;
}
.height-percent-5 {
  min-height: calc(5vh - 50px);
}
.height-percent-5.pageheader {
  min-height: calc(5vh);
}
.height-max-percent-5 {
  max-height: calc(5vh - 50px);
}
.height-max-percent-5.pageheader {
  max-height: calc(5vh);
}
.height-percent-10 {
  min-height: calc(10vh - 50px);
}
.height-percent-10.pageheader {
  min-height: calc(10vh);
}
.height-max-percent-10 {
  max-height: calc(10vh - 50px);
}
.height-max-percent-10.pageheader {
  max-height: calc(10vh);
}
.height-percent-15 {
  min-height: calc(15vh - 50px);
}
.height-percent-15.pageheader {
  min-height: calc(15vh);
}
.height-max-percent-15 {
  max-height: calc(15vh - 50px);
}
.height-max-percent-15.pageheader {
  max-height: calc(15vh);
}
.height-percent-20 {
  min-height: calc(20vh - 50px);
}
.height-percent-20.pageheader {
  min-height: calc(20vh);
}
.height-max-percent-20 {
  max-height: calc(20vh - 50px);
}
.height-max-percent-20.pageheader {
  max-height: calc(20vh);
}
.height-percent-25 {
  min-height: calc(25vh - 50px);
}
.height-percent-25.pageheader {
  min-height: calc(25vh);
}
.height-max-percent-25 {
  max-height: calc(25vh - 50px);
}
.height-max-percent-25.pageheader {
  max-height: calc(25vh);
}
.height-percent-30 {
  min-height: calc(30vh - 50px);
}
.height-percent-30.pageheader {
  min-height: calc(30vh);
}
.height-max-percent-30 {
  max-height: calc(30vh - 50px);
}
.height-max-percent-30.pageheader {
  max-height: calc(30vh);
}
.height-percent-35 {
  min-height: calc(35vh - 50px);
}
.height-percent-35.pageheader {
  min-height: calc(35vh);
}
.height-max-percent-35 {
  max-height: calc(35vh - 50px);
}
.height-max-percent-35.pageheader {
  max-height: calc(35vh);
}
.height-percent-40 {
  min-height: calc(40vh - 50px);
}
.height-percent-40.pageheader {
  min-height: calc(40vh);
}
.height-max-percent-40 {
  max-height: calc(40vh - 50px);
}
.height-max-percent-40.pageheader {
  max-height: calc(40vh);
}
.height-percent-45 {
  min-height: calc(45vh - 50px);
}
.height-percent-45.pageheader {
  min-height: calc(45vh);
}
.height-max-percent-45 {
  max-height: calc(45vh - 50px);
}
.height-max-percent-45.pageheader {
  max-height: calc(45vh);
}
.height-percent-50 {
  min-height: calc(50vh - 50px);
}
.height-percent-50.pageheader {
  min-height: calc(50vh);
}
.height-max-percent-50 {
  max-height: calc(50vh - 50px);
}
.height-max-percent-50.pageheader {
  max-height: calc(50vh);
}
.height-percent-55 {
  min-height: calc(55vh - 50px);
}
.height-percent-55.pageheader {
  min-height: calc(55vh);
}
.height-max-percent-55 {
  max-height: calc(55vh - 50px);
}
.height-max-percent-55.pageheader {
  max-height: calc(55vh);
}
.height-percent-60 {
  min-height: calc(60vh - 50px);
}
.height-percent-60.pageheader {
  min-height: calc(60vh);
}
.height-max-percent-60 {
  max-height: calc(60vh - 50px);
}
.height-max-percent-60.pageheader {
  max-height: calc(60vh);
}
.height-percent-65 {
  min-height: calc(65vh - 50px);
}
.height-percent-65.pageheader {
  min-height: calc(65vh);
}
.height-max-percent-65 {
  max-height: calc(65vh - 50px);
}
.height-max-percent-65.pageheader {
  max-height: calc(65vh);
}
.height-percent-70 {
  min-height: calc(70vh - 50px);
}
.height-percent-70.pageheader {
  min-height: calc(70vh);
}
.height-max-percent-70 {
  max-height: calc(70vh - 50px);
}
.height-max-percent-70.pageheader {
  max-height: calc(70vh);
}
.height-percent-75 {
  min-height: calc(75vh - 50px);
}
.height-percent-75.pageheader {
  min-height: calc(75vh);
}
.height-max-percent-75 {
  max-height: calc(75vh - 50px);
}
.height-max-percent-75.pageheader {
  max-height: calc(75vh);
}
.height-percent-80 {
  min-height: calc(80vh - 50px);
}
.height-percent-80.pageheader {
  min-height: calc(80vh);
}
.height-max-percent-80 {
  max-height: calc(80vh - 50px);
}
.height-max-percent-80.pageheader {
  max-height: calc(80vh);
}
.height-percent-85 {
  min-height: calc(85vh - 50px);
}
.height-percent-85.pageheader {
  min-height: calc(85vh);
}
.height-max-percent-85 {
  max-height: calc(85vh - 50px);
}
.height-max-percent-85.pageheader {
  max-height: calc(85vh);
}
.height-percent-90 {
  min-height: calc(90vh - 50px);
}
.height-percent-90.pageheader {
  min-height: calc(90vh);
}
.height-max-percent-90 {
  max-height: calc(90vh - 50px);
}
.height-max-percent-90.pageheader {
  max-height: calc(90vh);
}
.height-percent-95 {
  min-height: calc(95vh - 50px);
}
.height-percent-95.pageheader {
  min-height: calc(95vh);
}
.height-max-percent-95 {
  max-height: calc(95vh - 50px);
}
.height-max-percent-95.pageheader {
  max-height: calc(95vh);
}
.height-percent-100 {
  min-height: calc(100vh - 50px);
}
.height-percent-100.pageheader {
  min-height: calc(100vh);
}
.height-max-percent-100 {
  max-height: calc(100vh - 50px);
}
.height-max-percent-100.pageheader {
  max-height: calc(100vh);
}
.height-pixels-50 {
  min-height: 50px;
}
.height-max-pixels-50 {
  max-height: 50px;
}
.height-pixels-100 {
  min-height: 100px;
}
.height-max-pixels-100 {
  max-height: 100px;
}
.height-pixels-150 {
  min-height: 150px;
}
.height-max-pixels-150 {
  max-height: 150px;
}
.height-pixels-200 {
  min-height: 200px;
}
.height-max-pixels-200 {
  max-height: 200px;
}
.height-pixels-250 {
  min-height: 250px;
}
.height-max-pixels-250 {
  max-height: 250px;
}
.height-pixels-300 {
  min-height: 300px;
}
.height-max-pixels-300 {
  max-height: 300px;
}
.height-pixels-350 {
  min-height: 350px;
}
.height-max-pixels-350 {
  max-height: 350px;
}
.height-pixels-400 {
  min-height: 400px;
}
.height-max-pixels-400 {
  max-height: 400px;
}
.height-pixels-450 {
  min-height: 450px;
}
.height-max-pixels-450 {
  max-height: 450px;
}
.height-pixels-500 {
  min-height: 500px;
}
.height-max-pixels-500 {
  max-height: 500px;
}
.height-pixels-550 {
  min-height: 550px;
}
.height-max-pixels-550 {
  max-height: 550px;
}
.height-pixels-600 {
  min-height: 600px;
}
.height-max-pixels-600 {
  max-height: 600px;
}
.height-pixels-650 {
  min-height: 650px;
}
.height-max-pixels-650 {
  max-height: 650px;
}
.height-pixels-700 {
  min-height: 700px;
}
.height-max-pixels-700 {
  max-height: 700px;
}
.height-pixels-750 {
  min-height: 750px;
}
.height-max-pixels-750 {
  max-height: 750px;
}
.height-pixels-800 {
  min-height: 800px;
}
.height-max-pixels-800 {
  max-height: 800px;
}
.height-pixels-850 {
  min-height: 850px;
}
.height-max-pixels-850 {
  max-height: 850px;
}
.height-pixels-900 {
  min-height: 900px;
}
.height-max-pixels-900 {
  max-height: 900px;
}
.height-pixels-950 {
  min-height: 950px;
}
.height-max-pixels-950 {
  max-height: 950px;
}
.height-pixels-1000 {
  min-height: 1000px;
}
.height-max-pixels-1000 {
  max-height: 1000px;
}

@media (max-width: 1279px) {
  .tablet-no-overflow-y {
    overflow-y: hidden;
  }
  .tablet-height-auto {
    height: auto;
  }
  .tablet-height-percent-5 {
    min-height: calc(5vh - 50px);
  }
  .tablet-height-percent-5.pageheader {
    min-height: calc(5vh);
  }
  .tablet-height-max-percent-5 {
    max-height: calc(5vh - 50px);
  }
  .tablet-height-max-percent-5.pageheader {
    max-height: calc(5vh);
  }
  .tablet-height-percent-10 {
    min-height: calc(10vh - 50px);
  }
  .tablet-height-percent-10.pageheader {
    min-height: calc(10vh);
  }
  .tablet-height-max-percent-10 {
    max-height: calc(10vh - 50px);
  }
  .tablet-height-max-percent-10.pageheader {
    max-height: calc(10vh);
  }
  .tablet-height-percent-15 {
    min-height: calc(15vh - 50px);
  }
  .tablet-height-percent-15.pageheader {
    min-height: calc(15vh);
  }
  .tablet-height-max-percent-15 {
    max-height: calc(15vh - 50px);
  }
  .tablet-height-max-percent-15.pageheader {
    max-height: calc(15vh);
  }
  .tablet-height-percent-20 {
    min-height: calc(20vh - 50px);
  }
  .tablet-height-percent-20.pageheader {
    min-height: calc(20vh);
  }
  .tablet-height-max-percent-20 {
    max-height: calc(20vh - 50px);
  }
  .tablet-height-max-percent-20.pageheader {
    max-height: calc(20vh);
  }
  .tablet-height-percent-25 {
    min-height: calc(25vh - 50px);
  }
  .tablet-height-percent-25.pageheader {
    min-height: calc(25vh);
  }
  .tablet-height-max-percent-25 {
    max-height: calc(25vh - 50px);
  }
  .tablet-height-max-percent-25.pageheader {
    max-height: calc(25vh);
  }
  .tablet-height-percent-30 {
    min-height: calc(30vh - 50px);
  }
  .tablet-height-percent-30.pageheader {
    min-height: calc(30vh);
  }
  .tablet-height-max-percent-30 {
    max-height: calc(30vh - 50px);
  }
  .tablet-height-max-percent-30.pageheader {
    max-height: calc(30vh);
  }
  .tablet-height-percent-35 {
    min-height: calc(35vh - 50px);
  }
  .tablet-height-percent-35.pageheader {
    min-height: calc(35vh);
  }
  .tablet-height-max-percent-35 {
    max-height: calc(35vh - 50px);
  }
  .tablet-height-max-percent-35.pageheader {
    max-height: calc(35vh);
  }
  .tablet-height-percent-40 {
    min-height: calc(40vh - 50px);
  }
  .tablet-height-percent-40.pageheader {
    min-height: calc(40vh);
  }
  .tablet-height-max-percent-40 {
    max-height: calc(40vh - 50px);
  }
  .tablet-height-max-percent-40.pageheader {
    max-height: calc(40vh);
  }
  .tablet-height-percent-45 {
    min-height: calc(45vh - 50px);
  }
  .tablet-height-percent-45.pageheader {
    min-height: calc(45vh);
  }
  .tablet-height-max-percent-45 {
    max-height: calc(45vh - 50px);
  }
  .tablet-height-max-percent-45.pageheader {
    max-height: calc(45vh);
  }
  .tablet-height-percent-50 {
    min-height: calc(50vh - 50px);
  }
  .tablet-height-percent-50.pageheader {
    min-height: calc(50vh);
  }
  .tablet-height-max-percent-50 {
    max-height: calc(50vh - 50px);
  }
  .tablet-height-max-percent-50.pageheader {
    max-height: calc(50vh);
  }
  .tablet-height-percent-55 {
    min-height: calc(55vh - 50px);
  }
  .tablet-height-percent-55.pageheader {
    min-height: calc(55vh);
  }
  .tablet-height-max-percent-55 {
    max-height: calc(55vh - 50px);
  }
  .tablet-height-max-percent-55.pageheader {
    max-height: calc(55vh);
  }
  .tablet-height-percent-60 {
    min-height: calc(60vh - 50px);
  }
  .tablet-height-percent-60.pageheader {
    min-height: calc(60vh);
  }
  .tablet-height-max-percent-60 {
    max-height: calc(60vh - 50px);
  }
  .tablet-height-max-percent-60.pageheader {
    max-height: calc(60vh);
  }
  .tablet-height-percent-65 {
    min-height: calc(65vh - 50px);
  }
  .tablet-height-percent-65.pageheader {
    min-height: calc(65vh);
  }
  .tablet-height-max-percent-65 {
    max-height: calc(65vh - 50px);
  }
  .tablet-height-max-percent-65.pageheader {
    max-height: calc(65vh);
  }
  .tablet-height-percent-70 {
    min-height: calc(70vh - 50px);
  }
  .tablet-height-percent-70.pageheader {
    min-height: calc(70vh);
  }
  .tablet-height-max-percent-70 {
    max-height: calc(70vh - 50px);
  }
  .tablet-height-max-percent-70.pageheader {
    max-height: calc(70vh);
  }
  .tablet-height-percent-75 {
    min-height: calc(75vh - 50px);
  }
  .tablet-height-percent-75.pageheader {
    min-height: calc(75vh);
  }
  .tablet-height-max-percent-75 {
    max-height: calc(75vh - 50px);
  }
  .tablet-height-max-percent-75.pageheader {
    max-height: calc(75vh);
  }
  .tablet-height-percent-80 {
    min-height: calc(80vh - 50px);
  }
  .tablet-height-percent-80.pageheader {
    min-height: calc(80vh);
  }
  .tablet-height-max-percent-80 {
    max-height: calc(80vh - 50px);
  }
  .tablet-height-max-percent-80.pageheader {
    max-height: calc(80vh);
  }
  .tablet-height-percent-85 {
    min-height: calc(85vh - 50px);
  }
  .tablet-height-percent-85.pageheader {
    min-height: calc(85vh);
  }
  .tablet-height-max-percent-85 {
    max-height: calc(85vh - 50px);
  }
  .tablet-height-max-percent-85.pageheader {
    max-height: calc(85vh);
  }
  .tablet-height-percent-90 {
    min-height: calc(90vh - 50px);
  }
  .tablet-height-percent-90.pageheader {
    min-height: calc(90vh);
  }
  .tablet-height-max-percent-90 {
    max-height: calc(90vh - 50px);
  }
  .tablet-height-max-percent-90.pageheader {
    max-height: calc(90vh);
  }
  .tablet-height-percent-95 {
    min-height: calc(95vh - 50px);
  }
  .tablet-height-percent-95.pageheader {
    min-height: calc(95vh);
  }
  .tablet-height-max-percent-95 {
    max-height: calc(95vh - 50px);
  }
  .tablet-height-max-percent-95.pageheader {
    max-height: calc(95vh);
  }
  .tablet-height-percent-100 {
    min-height: calc(100vh - 50px);
  }
  .tablet-height-percent-100.pageheader {
    min-height: calc(100vh);
  }
  .tablet-height-max-percent-100 {
    max-height: calc(100vh - 50px);
  }
  .tablet-height-max-percent-100.pageheader {
    max-height: calc(100vh);
  }
  .tablet-height-pixels-50 {
    min-height: 50px;
  }
  .tablet-height-max-pixels-50 {
    max-height: 50px;
  }
  .tablet-height-pixels-100 {
    min-height: 100px;
  }
  .tablet-height-max-pixels-100 {
    max-height: 100px;
  }
  .tablet-height-pixels-150 {
    min-height: 150px;
  }
  .tablet-height-max-pixels-150 {
    max-height: 150px;
  }
  .tablet-height-pixels-200 {
    min-height: 200px;
  }
  .tablet-height-max-pixels-200 {
    max-height: 200px;
  }
  .tablet-height-pixels-250 {
    min-height: 250px;
  }
  .tablet-height-max-pixels-250 {
    max-height: 250px;
  }
  .tablet-height-pixels-300 {
    min-height: 300px;
  }
  .tablet-height-max-pixels-300 {
    max-height: 300px;
  }
  .tablet-height-pixels-350 {
    min-height: 350px;
  }
  .tablet-height-max-pixels-350 {
    max-height: 350px;
  }
  .tablet-height-pixels-400 {
    min-height: 400px;
  }
  .tablet-height-max-pixels-400 {
    max-height: 400px;
  }
  .tablet-height-pixels-450 {
    min-height: 450px;
  }
  .tablet-height-max-pixels-450 {
    max-height: 450px;
  }
  .tablet-height-pixels-500 {
    min-height: 500px;
  }
  .tablet-height-max-pixels-500 {
    max-height: 500px;
  }
  .tablet-height-pixels-550 {
    min-height: 550px;
  }
  .tablet-height-max-pixels-550 {
    max-height: 550px;
  }
  .tablet-height-pixels-600 {
    min-height: 600px;
  }
  .tablet-height-max-pixels-600 {
    max-height: 600px;
  }
  .tablet-height-pixels-650 {
    min-height: 650px;
  }
  .tablet-height-max-pixels-650 {
    max-height: 650px;
  }
  .tablet-height-pixels-700 {
    min-height: 700px;
  }
  .tablet-height-max-pixels-700 {
    max-height: 700px;
  }
  .tablet-height-pixels-750 {
    min-height: 750px;
  }
  .tablet-height-max-pixels-750 {
    max-height: 750px;
  }
  .tablet-height-pixels-800 {
    min-height: 800px;
  }
  .tablet-height-max-pixels-800 {
    max-height: 800px;
  }
  .tablet-height-pixels-850 {
    min-height: 850px;
  }
  .tablet-height-max-pixels-850 {
    max-height: 850px;
  }
  .tablet-height-pixels-900 {
    min-height: 900px;
  }
  .tablet-height-max-pixels-900 {
    max-height: 900px;
  }
  .tablet-height-pixels-950 {
    min-height: 950px;
  }
  .tablet-height-max-pixels-950 {
    max-height: 950px;
  }
  .tablet-height-pixels-1000 {
    min-height: 1000px;
  }
  .tablet-height-max-pixels-1000 {
    max-height: 1000px;
  }
}

@media (max-width: 599px) {
  .mobile-no-overflow-y {
    overflow-y: hidden;
  }
  .mobile-height-auto {
    height: auto;
  }
  .mobile-height-percent-5 {
    min-height: calc(5vh - 50px);
  }
  .mobile-height-percent-5.pageheader {
    min-height: calc(5vh);
  }
  .mobile-height-max-percent-5 {
    max-height: calc(5vh - 50px);
  }
  .mobile-height-max-percent-5.pageheader {
    max-height: calc(5vh);
  }
  .mobile-height-percent-10 {
    min-height: calc(10vh - 50px);
  }
  .mobile-height-percent-10.pageheader {
    min-height: calc(10vh);
  }
  .mobile-height-max-percent-10 {
    max-height: calc(10vh - 50px);
  }
  .mobile-height-max-percent-10.pageheader {
    max-height: calc(10vh);
  }
  .mobile-height-percent-15 {
    min-height: calc(15vh - 50px);
  }
  .mobile-height-percent-15.pageheader {
    min-height: calc(15vh);
  }
  .mobile-height-max-percent-15 {
    max-height: calc(15vh - 50px);
  }
  .mobile-height-max-percent-15.pageheader {
    max-height: calc(15vh);
  }
  .mobile-height-percent-20 {
    min-height: calc(20vh - 50px);
  }
  .mobile-height-percent-20.pageheader {
    min-height: calc(20vh);
  }
  .mobile-height-max-percent-20 {
    max-height: calc(20vh - 50px);
  }
  .mobile-height-max-percent-20.pageheader {
    max-height: calc(20vh);
  }
  .mobile-height-percent-25 {
    min-height: calc(25vh - 50px);
  }
  .mobile-height-percent-25.pageheader {
    min-height: calc(25vh);
  }
  .mobile-height-max-percent-25 {
    max-height: calc(25vh - 50px);
  }
  .mobile-height-max-percent-25.pageheader {
    max-height: calc(25vh);
  }
  .mobile-height-percent-30 {
    min-height: calc(30vh - 50px);
  }
  .mobile-height-percent-30.pageheader {
    min-height: calc(30vh);
  }
  .mobile-height-max-percent-30 {
    max-height: calc(30vh - 50px);
  }
  .mobile-height-max-percent-30.pageheader {
    max-height: calc(30vh);
  }
  .mobile-height-percent-35 {
    min-height: calc(35vh - 50px);
  }
  .mobile-height-percent-35.pageheader {
    min-height: calc(35vh);
  }
  .mobile-height-max-percent-35 {
    max-height: calc(35vh - 50px);
  }
  .mobile-height-max-percent-35.pageheader {
    max-height: calc(35vh);
  }
  .mobile-height-percent-40 {
    min-height: calc(40vh - 50px);
  }
  .mobile-height-percent-40.pageheader {
    min-height: calc(40vh);
  }
  .mobile-height-max-percent-40 {
    max-height: calc(40vh - 50px);
  }
  .mobile-height-max-percent-40.pageheader {
    max-height: calc(40vh);
  }
  .mobile-height-percent-45 {
    min-height: calc(45vh - 50px);
  }
  .mobile-height-percent-45.pageheader {
    min-height: calc(45vh);
  }
  .mobile-height-max-percent-45 {
    max-height: calc(45vh - 50px);
  }
  .mobile-height-max-percent-45.pageheader {
    max-height: calc(45vh);
  }
  .mobile-height-percent-50 {
    min-height: calc(50vh - 50px);
  }
  .mobile-height-percent-50.pageheader {
    min-height: calc(50vh);
  }
  .mobile-height-max-percent-50 {
    max-height: calc(50vh - 50px);
  }
  .mobile-height-max-percent-50.pageheader {
    max-height: calc(50vh);
  }
  .mobile-height-percent-55 {
    min-height: calc(55vh - 50px);
  }
  .mobile-height-percent-55.pageheader {
    min-height: calc(55vh);
  }
  .mobile-height-max-percent-55 {
    max-height: calc(55vh - 50px);
  }
  .mobile-height-max-percent-55.pageheader {
    max-height: calc(55vh);
  }
  .mobile-height-percent-60 {
    min-height: calc(60vh - 50px);
  }
  .mobile-height-percent-60.pageheader {
    min-height: calc(60vh);
  }
  .mobile-height-max-percent-60 {
    max-height: calc(60vh - 50px);
  }
  .mobile-height-max-percent-60.pageheader {
    max-height: calc(60vh);
  }
  .mobile-height-percent-65 {
    min-height: calc(65vh - 50px);
  }
  .mobile-height-percent-65.pageheader {
    min-height: calc(65vh);
  }
  .mobile-height-max-percent-65 {
    max-height: calc(65vh - 50px);
  }
  .mobile-height-max-percent-65.pageheader {
    max-height: calc(65vh);
  }
  .mobile-height-percent-70 {
    min-height: calc(70vh - 50px);
  }
  .mobile-height-percent-70.pageheader {
    min-height: calc(70vh);
  }
  .mobile-height-max-percent-70 {
    max-height: calc(70vh - 50px);
  }
  .mobile-height-max-percent-70.pageheader {
    max-height: calc(70vh);
  }
  .mobile-height-percent-75 {
    min-height: calc(75vh - 50px);
  }
  .mobile-height-percent-75.pageheader {
    min-height: calc(75vh);
  }
  .mobile-height-max-percent-75 {
    max-height: calc(75vh - 50px);
  }
  .mobile-height-max-percent-75.pageheader {
    max-height: calc(75vh);
  }
  .mobile-height-percent-80 {
    min-height: calc(80vh - 50px);
  }
  .mobile-height-percent-80.pageheader {
    min-height: calc(80vh);
  }
  .mobile-height-max-percent-80 {
    max-height: calc(80vh - 50px);
  }
  .mobile-height-max-percent-80.pageheader {
    max-height: calc(80vh);
  }
  .mobile-height-percent-85 {
    min-height: calc(85vh - 50px);
  }
  .mobile-height-percent-85.pageheader {
    min-height: calc(85vh);
  }
  .mobile-height-max-percent-85 {
    max-height: calc(85vh - 50px);
  }
  .mobile-height-max-percent-85.pageheader {
    max-height: calc(85vh);
  }
  .mobile-height-percent-90 {
    min-height: calc(90vh - 50px);
  }
  .mobile-height-percent-90.pageheader {
    min-height: calc(90vh);
  }
  .mobile-height-max-percent-90 {
    max-height: calc(90vh - 50px);
  }
  .mobile-height-max-percent-90.pageheader {
    max-height: calc(90vh);
  }
  .mobile-height-percent-95 {
    min-height: calc(95vh - 50px);
  }
  .mobile-height-percent-95.pageheader {
    min-height: calc(95vh);
  }
  .mobile-height-max-percent-95 {
    max-height: calc(95vh - 50px);
  }
  .mobile-height-max-percent-95.pageheader {
    max-height: calc(95vh);
  }
  .mobile-height-percent-100 {
    min-height: calc(100vh - 50px);
  }
  .mobile-height-percent-100.pageheader {
    min-height: calc(100vh);
  }
  .mobile-height-max-percent-100 {
    max-height: calc(100vh - 50px);
  }
  .mobile-height-max-percent-100.pageheader {
    max-height: calc(100vh);
  }
  .mobile-height-pixels-50 {
    min-height: 50px;
  }
  .mobile-height-max-pixels-50 {
    max-height: 50px;
  }
  .mobile-height-pixels-100 {
    min-height: 100px;
  }
  .mobile-height-max-pixels-100 {
    max-height: 100px;
  }
  .mobile-height-pixels-150 {
    min-height: 150px;
  }
  .mobile-height-max-pixels-150 {
    max-height: 150px;
  }
  .mobile-height-pixels-200 {
    min-height: 200px;
  }
  .mobile-height-max-pixels-200 {
    max-height: 200px;
  }
  .mobile-height-pixels-250 {
    min-height: 250px;
  }
  .mobile-height-max-pixels-250 {
    max-height: 250px;
  }
  .mobile-height-pixels-300 {
    min-height: 300px;
  }
  .mobile-height-max-pixels-300 {
    max-height: 300px;
  }
  .mobile-height-pixels-350 {
    min-height: 350px;
  }
  .mobile-height-max-pixels-350 {
    max-height: 350px;
  }
  .mobile-height-pixels-400 {
    min-height: 400px;
  }
  .mobile-height-max-pixels-400 {
    max-height: 400px;
  }
  .mobile-height-pixels-450 {
    min-height: 450px;
  }
  .mobile-height-max-pixels-450 {
    max-height: 450px;
  }
  .mobile-height-pixels-500 {
    min-height: 500px;
  }
  .mobile-height-max-pixels-500 {
    max-height: 500px;
  }
  .mobile-height-pixels-550 {
    min-height: 550px;
  }
  .mobile-height-max-pixels-550 {
    max-height: 550px;
  }
  .mobile-height-pixels-600 {
    min-height: 600px;
  }
  .mobile-height-max-pixels-600 {
    max-height: 600px;
  }
  .mobile-height-pixels-650 {
    min-height: 650px;
  }
  .mobile-height-max-pixels-650 {
    max-height: 650px;
  }
  .mobile-height-pixels-700 {
    min-height: 700px;
  }
  .mobile-height-max-pixels-700 {
    max-height: 700px;
  }
  .mobile-height-pixels-750 {
    min-height: 750px;
  }
  .mobile-height-max-pixels-750 {
    max-height: 750px;
  }
  .mobile-height-pixels-800 {
    min-height: 800px;
  }
  .mobile-height-max-pixels-800 {
    max-height: 800px;
  }
  .mobile-height-pixels-850 {
    min-height: 850px;
  }
  .mobile-height-max-pixels-850 {
    max-height: 850px;
  }
  .mobile-height-pixels-900 {
    min-height: 900px;
  }
  .mobile-height-max-pixels-900 {
    max-height: 900px;
  }
  .mobile-height-pixels-950 {
    min-height: 950px;
  }
  .mobile-height-max-pixels-950 {
    max-height: 950px;
  }
  .mobile-height-pixels-1000 {
    min-height: 1000px;
  }
  .mobile-height-max-pixels-1000 {
    max-height: 1000px;
  }
}

.width-pixels-50 {
  min-width: 50px;
}
.width-max-pixels-50 {
  max-width: 50px;
}
.width-pixels-100 {
  min-width: 100px;
}
.width-max-pixels-100 {
  max-width: 100px;
}
.width-pixels-150 {
  min-width: 150px;
}
.width-max-pixels-150 {
  max-width: 150px;
}
.width-pixels-200 {
  min-width: 200px;
}
.width-max-pixels-200 {
  max-width: 200px;
}
.width-pixels-250 {
  min-width: 250px;
}
.width-max-pixels-250 {
  max-width: 250px;
}
.width-pixels-300 {
  min-width: 300px;
}
.width-max-pixels-300 {
  max-width: 300px;
}
.width-pixels-350 {
  min-width: 350px;
}
.width-max-pixels-350 {
  max-width: 350px;
}
.width-pixels-400 {
  min-width: 400px;
}
.width-max-pixels-400 {
  max-width: 400px;
}
.width-pixels-450 {
  min-width: 450px;
}
.width-max-pixels-450 {
  max-width: 450px;
}
.width-pixels-500 {
  min-width: 500px;
}
.width-max-pixels-500 {
  max-width: 500px;
}
.width-pixels-550 {
  min-width: 550px;
}
.width-max-pixels-550 {
  max-width: 550px;
}
.width-pixels-600 {
  min-width: 600px;
}
.width-max-pixels-600 {
  max-width: 600px;
}
.width-pixels-650 {
  min-width: 650px;
}
.width-max-pixels-650 {
  max-width: 650px;
}
.width-pixels-700 {
  min-width: 700px;
}
.width-max-pixels-700 {
  max-width: 700px;
}
.width-pixels-750 {
  min-width: 750px;
}
.width-max-pixels-750 {
  max-width: 750px;
}
.width-pixels-800 {
  min-width: 800px;
}
.width-max-pixels-800 {
  max-width: 800px;
}
.width-pixels-850 {
  min-width: 850px;
}
.width-max-pixels-850 {
  max-width: 850px;
}
.width-pixels-900 {
  min-width: 900px;
}
.width-max-pixels-900 {
  max-width: 900px;
}
.width-pixels-950 {
  min-width: 950px;
}
.width-max-pixels-950 {
  max-width: 950px;
}
.width-pixels-1000 {
  min-width: 1000px;
}
.width-max-pixels-1000 {
  max-width: 1000px;
}

/* Text Styles */
body, p, ul {
  font-family: "Transat", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-size: clamp(15px, calc(15px + (17 - 15) * ((100vw - 768px) / (1600 - 768))), 17px);
  line-height: clamp(19px, calc(19px + (22 - 19) * ((100vw - 768px) / (1600 - 768))), 22px);
  max-width: 100%;
  overflow-x: hidden;
}

p, ul {
  margin: 20px 0;
}

h1, .h1 {
  font-family: "Transat", sans-serif;
  font-size: 86px;
  line-height: 96px;
  font-size: clamp(40px, calc(40px + (68 - 40) * ((100vw - 768px) / (1600 - 768))), 68px);
  line-height: clamp(50px, calc(50px + (72 - 50) * ((100vw - 768px) / (1600 - 768))), 72px);
  letter-spacing: -1px;
}

h2, .h2 {
  font-family: "Transat", sans-serif;
  font-size: 72px;
  line-height: 76px;
  font-size: clamp(35px, calc(35px + (56 - 35) * ((100vw - 768px) / (1600 - 768))), 56px);
  line-height: clamp(39px, calc(39px + (60 - 39) * ((100vw - 768px) / (1600 - 768))), 60px);
}

h3, .h3 {
  font-family: "Transat", sans-serif;
  font-size: 58px;
  line-height: 62px;
  font-size: clamp(28px, calc(28px + (44 - 28) * ((100vw - 768px) / (1600 - 768))), 44px);
  line-height: clamp(32px, calc(32px + (48 - 32) * ((100vw - 768px) / (1600 - 768))), 48px);
  /*@include respond-to(medium) {
  	font-size: 58px;
  	letter-spacing: -1.5px;
  	line-height: 62px;
  }*/
}

h4, .h4 {
  font-family: "Transat", sans-serif;
  font-size: 42px;
  line-height: 46px;
  font-size: clamp(24px, calc(24px + (36 - 24) * ((100vw - 768px) / (1600 - 768))), 36px);
  line-height: clamp(28px, calc(28px + (40 - 28) * ((100vw - 768px) / (1600 - 768))), 40px);
  letter-spacing: -0.4px;
}

h5, .h5 {
  font-family: "Transat", sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-size: clamp(20px, calc(20px + (26 - 20) * ((100vw - 768px) / (1600 - 768))), 26px);
  line-height: clamp(24px, calc(24px + (30 - 24) * ((100vw - 768px) / (1600 - 768))), 30px);
}

h6, .h6 {
  font-family: "Transat", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-size: clamp(18px, calc(18px + (22 - 18) * ((100vw - 768px) / (1600 - 768))), 22px);
  line-height: clamp(22px, calc(22px + (26 - 22) * ((100vw - 768px) / (1600 - 768))), 26px);
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  margin: 5px 0;
  transition: all 0.2s;
  font-weight: 700;
}

.x-large-text {
  font-size: 50px;
  line-height: 54px;
  margin: 20px 0;
  text-transform: uppercase;
}

.large-text {
  font-size: 32px;
  line-height: 39px;
  margin: 20px 0;
  text-transform: uppercase;
}

.subheading {
  font-size: 22px;
  line-height: 24px;
  font-size: clamp(17px, calc(17px + (21 - 17) * ((100vw - 768px) / (1600 - 768))), 21px);
  line-height: clamp(20px, calc(20px + (25 - 20) * ((100vw - 768px) / (1600 - 768))), 25px);
  font-weight: 500;
  margin: 10px 0;
}

.eyebrow {
  font-size: 16px;
  line-height: 16px;
  font-size: clamp(11px, calc(11px + (14 - 11) * ((100vw - 768px) / (1600 - 768))), 14px);
  line-height: clamp(11px, calc(11px + (14 - 11) * ((100vw - 768px) / (1600 - 768))), 14px);
  font-weight: 600;
  text-transform: uppercase;
}

li {
  margin: 10px 0;
}

a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

.small-text {
  font-size: 12px;
  line-height: 14px;
}

.text-bold {
  font-weight: 700;
}

.text-semi-bold {
  font-weight: 600;
}

.text-emphasis {
  font-weight: 500;
}

.text-normal {
  font-weight: 400;
}

.text-light {
  font-weight: 300;
}

blockquote {
  font-family: "Transat", sans-serif;
  font-size: 26px;
  line-height: 1.15;
  font-size: clamp(16px, calc(16px + (22 - 16) * ((100vw - 768px) / (1600 - 768))), 22px);
  line-height: clamp(19px, calc(19px + (26 - 19) * ((100vw - 768px) / (1600 - 768))), 26px);
  font-weight: 400;
  font-style: italic;
  position: relative;
  margin: 20px 0;
  quotes: "“" "”" "‘" "’";
}
@media (max-width: 767px) {
  blockquote {
    /*font-size: 25px;
    line-height: 28px;*/
    max-width: calc(100% - 40px);
  }
}

blockquote::before {
  content: open-quote;
}

blockquote::after {
  content: close-quote;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.more, .less {
  cursor: pointer;
  color: #cf1247;
}
.more:hover, .less:hover {
  text-decoration: underline;
}

.breadcrumb {
  display: grid;
  display: -ms-grid;
  font-size: 14px;
  grid-template-columns: min-content;
  column-gap: 10px;
  margin: 10px 0;
}
.breadcrumb-current {
  font-weight: 600;
  text-decoration: none;
  font-weight: bold;
  grid-row-start: 1;
  white-space: nowrap;
}
.breadcrumb .divider {
  grid-row-start: 1;
}
.breadcrumb-link {
  font-weight: 400;
  grid-row-start: 1;
  text-decoration: none;
  white-space: nowrap;
}
.breadcrumb-link-hover {
  text-decoration: underline;
}

.text-left {
  align-items: flex-start !important;
  text-align: left !important;
}
.text-center {
  align-items: center !important;
  text-align: center !important;
}
.text-right {
  align-items: flex-end !important;
  text-align: right !important;
}
.text-top {
  justify-content: flex-start !important;
}
.text-middle {
  justify-content: center !important;
}
.text-bottom {
  justify-content: flex-end !important;
}
.text-fill {
  justify-content: flex-start !important;
}
.text-fill > *:last-child {
  margin-top: auto;
}

.clipping-path-circle {
  clip-path: circle();
}
.clipping-path-curved-edge-right {
  clip-path: ellipse(100% 110% at 0 50%);
}
@media (max-width: 599px) {
  .clipping-path-curved-edge-right-mobile {
    clip-path: ellipse(100% 110% at 0 50%);
  }
}
@media (min-width: 600px) {
  .clipping-path-curved-edge-right-tablet {
    clip-path: ellipse(100% 110% at 0 50%);
  }
}
@media (min-width: 1280px) {
  .clipping-path-curved-edge-right-desktop {
    clip-path: ellipse(100% 110% at 0 50%);
  }
}
.clipping-path-curved-edge-left {
  clip-path: ellipse(100% 110% at 100% 50%);
}
@media (max-width: 599px) {
  .clipping-path-curved-edge-left-mobile {
    clip-path: ellipse(100% 110% at 100% 50%);
  }
}
@media (min-width: 600px) {
  .clipping-path-curved-edge-left-tablet {
    clip-path: ellipse(100% 110% at 100% 50%);
  }
}
@media (min-width: 1280px) {
  .clipping-path-curved-edge-left-desktop {
    clip-path: ellipse(100% 110% at 100% 50%);
  }
}
.clipping-path-curved-edge-top {
  clip-path: ellipse(110% 100% at 50% 100%);
}
@media (max-width: 599px) {
  .clipping-path-curved-edge-top-mobile {
    clip-path: ellipse(110% 100% at 50% 100%);
  }
}
@media (min-width: 600px) {
  .clipping-path-curved-edge-top-tablet {
    clip-path: ellipse(110% 100% at 50% 100%);
  }
}
@media (min-width: 1280px) {
  .clipping-path-curved-edge-top-desktop {
    clip-path: ellipse(110% 100% at 50% 100%);
  }
}
.clipping-path-curved-edge-bottom {
  clip-path: ellipse(110% 100% at 50% 0);
}
@media (max-width: 599px) {
  .clipping-path-curved-edge-bottom-mobile {
    clip-path: ellipse(110% 100% at 50% 0);
  }
}
@media (min-width: 600px) {
  .clipping-path-curved-edge-bottom-tablet {
    clip-path: ellipse(110% 100% at 50% 0);
  }
}
@media (min-width: 1280px) {
  .clipping-path-curved-edge-bottom-desktop {
    clip-path: ellipse(110% 100% at 50% 0);
  }
}

/* Nav Styles */
.body-no-scroll {
  overflow-y: hidden;
}

body.nav-fixed {
  /*margin-top: $menu-height;

  @include respond-to(tablet-screens) {
  	margin-top: $tablet-menu-height;
  }

  @include respond-to(mobile-screens) {
  	margin-top: $mobile-menu-height;
  }*/
}

/*@supports (position: sticky) {
	body.nav-fixed {
		margin-top: 0;
	}
}*/
.anchor-link {
  scroll-margin-top: 50px;
}

#nav-scroll-marker {
  position: absolute;
  top: 500px;
  width: 1px;
  height: 1px;
  left: 1px;
}

.nav {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.8s;
  box-sizing: border-box;
}
@media (max-width: 1279px) {
  .nav {
    background-color: #172d4d;
  }
}
.nav-classic {
  justify-content: flex-start;
}
.nav-center {
  justify-content: center;
}
.nav-logo {
  margin: 0;
}
.nav-logo img {
  height: 180px;
  width: auto;
  position: relative;
  z-index: 5;
}
@media (max-width: 1499px) {
  .nav-logo {
    display: none;
  }
}
.nav-logo-tablet {
  margin: 0;
  display: none;
}
.nav-logo-tablet a {
  display: flex;
  align-items: center;
}
.nav-logo-tablet img {
  height: 35px;
  width: auto;
}
@media (max-width: 1499px) {
  .nav-logo-tablet {
    display: flex;
  }
  .nav-logo-tablet img {
    max-width: 130px;
  }
}
@media (max-width: 1279px) {
  .nav-logo-tablet {
    display: flex;
  }
  .nav-logo-tablet img {
    max-width: unset;
  }
}
@media (max-width: 599px) {
  .nav-logo-tablet {
    display: none;
  }
}
.nav-logo-mobile {
  display: none;
  margin: 0;
}
.nav-logo-mobile a {
  display: flex;
  align-items: center;
}
.nav-logo-mobile img {
  height: 35px;
  width: auto;
}
@media (max-width: 599px) {
  .nav-logo-mobile {
    display: flex;
  }
}

.nav.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.primary-nav {
  display: grid;
  display: -ms-grid;
  grid-template-columns: min-content 1fr;
  justify-content: start;
  align-content: start;
  max-height: 50px;
  height: 50px;
  padding: 0 40px;
}
@media (max-width: 1499px) {
  .primary-nav {
    padding: 0 20px;
  }
}
.primary-nav > * {
  grid-row-start: 1;
}
.primary-nav-inner {
  display: grid;
  display: -ms-grid;
  grid-auto-columns: min-content;
  justify-content: end;
  align-content: center;
  height: 50px;
  grid-column-gap: 6px;
}
.primary-nav-inner > * {
  grid-row-start: 1;
}
@media (max-width: 1279px) {
  .primary-nav-inner .btn-cta {
    display: none;
  }
}
.primary-nav .nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
}
.primary-nav .nav-button i {
  font-size: 26px;
}
.primary-nav .nav-button:hover {
  color: #e8386b;
}
.menu-container {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: 100%;
}

.menu-panel {
  margin: 0;
  margin-left: auto;
  min-width: 50%;
  padding-left: 10%;
  height: 100%;
  clip-path: polygon(20% 0px, 100% 0px, 100% 100%, 0px 100%);
  display: grid;
  grid-template-rows: 1fr min-content;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0)), #172d4d;
}
@media (max-width: 1279px) {
  .menu-panel {
    clip-path: unset;
    padding-left: 0;
    min-width: unset;
  }
}
.menu-panel .menu-grid {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  box-sizing: border-box;
  padding: 40px 40px 40px 120px;
}
@media (max-width: 1279px) {
  .menu-panel .menu-grid {
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    padding: 20px;
  }
}
@media (max-width: 599px) {
  .menu-panel .menu-grid {
    grid-template-columns: 0.9fr 1.1fr;
  }
}
.menu-panel .cta-row {
  display: grid;
  display: -ms-grid;
  grid-auto-columns: min-content;
  grid-column-gap: 20px;
  grid-column-start: 1;
  grid-column-end: -1;
  justify-self: end;
}
.menu-panel .cta-row > * {
  grid-row-start: 1;
}
.menu-panel .nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
}
.menu-panel .nav-button i {
  font-size: 26px;
}
.menu-panel .nav-button:hover {
  color: #e8386b;
}
.menu-panel .nav-links {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.menu-panel .nav-links .primary-nav-link {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
@media (max-width: 1279px) {
  .menu-panel .nav-links .primary-nav-link {
    font-size: 25px;
  }
}
@media (max-width: 599px) {
  .menu-panel .nav-links .primary-nav-link {
    font-size: 20px;
  }
}
.menu-panel .nav-links .primary-nav-link .selected-indicator {
  display: none;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 40px;
  border: 2px solid #e8386b;
  margin: 0;
}
.menu-panel .nav-links .primary-nav-link.selected .selected-indicator {
  display: block;
}
.menu-panel .nav-links .primary-nav-link-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-panel .nav-links .primary-nav-link-container .mobile-nav--submenu-open {
  color: white;
  padding-left: 20px;
}
@media (min-width: 1280px) {
  .menu-panel .nav-links .primary-nav-link-container .mobile-nav--submenu-open {
    display: none;
  }
}
.menu-panel .nav-links .primary-nav-link-container .mobile-nav--submenu-open.selected {
  color: #e8386b;
}
.menu-panel .nav-links .nav-secondary-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 5px;
}
.menu-panel .nav-links .secondary-nav-link {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.menu-panel .nav-links .secondary-nav-link:hover {
  text-decoration: underline;
}
.menu-panel .nav-subitems {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  padding: 10px 40px;
}
@media (max-width: 599px) {
  .menu-panel .nav-subitems {
    padding: 10px 20px;
  }
}
.menu-panel .nav-subitems .nav-subitem-list {
  display: none;
  flex-direction: column;
  row-gap: 6px;
}
.menu-panel .nav-subitems .nav-subitem-list.selected {
  display: flex;
}
.menu-panel .nav-subitems .nav-subitem-list .subitem-nav-link {
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}
@media (max-width: 1279px) {
  .menu-panel .nav-subitems .nav-subitem-list .subitem-nav-link {
    margin-bottom: 4px;
  }
}
.menu-panel .nav-subitems .nav-subitem-list .subitem-nav-link:hover {
  text-decoration: underline;
}
.menu-panel .copyright-and-social {
  box-sizing: border-box;
  margin: 40px 40px 40px 0;
  padding: 10px;
  border-top: 1px solid white;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;
}
.menu-panel .copyright-and-social .copyright {
  font-size: 14px;
  line-height: 1.2;
}
.menu-panel .copyright-and-social .social-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 10px;
}
.menu-panel .copyright-and-social .social-links i {
  font-size: 20px;
}

/* Background Styles */
.bg-center {
  background-position: center;
}

.bg-left {
  background-position: center left;
}

.bg-right {
  background-position: center right;
}

.bg-top {
  background-position: top center;
}

.bg-bottom {
  background-position: bottom center;
}

.bg-topleft {
  background-position: top left;
}

.bg-topright {
  background-position: top right;
}

.bg-bottomleft {
  background-position: bottom left;
}

.bg-bottomright {
  background-position: bottom right;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-original {
  background-size: 100%;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-norepeat {
  background-repeat: no-repeat;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-repeatx {
  background-repeat: repeat-x;
}

.bg-repeaty {
  background-repeat: repeat-y;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.background-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  font-size: 14px;
  line-height: 1.15;
}
.background-video {
  border: none;
  overflow: hidden;
  /*@media (min-aspect-ratio: 16/9) {
      .video-youtube {
          height: 56.25vw;
      }
  }

  @media (max-aspect-ratio: 16/9) {
      .video-youtube {
          width: 177.78vh;
      }
  }*/
}
.background-video .video-media {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.background-video .video-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.background-video .play-pause {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 25;
}
.background-video .play-pause i {
  color: rgba(255, 255, 255, 0.95);
  font-size: 100px;
}
.background-video .play-pause .pause-button {
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
}
.background-video .play-pause:hover .pause-button {
  opacity: 1;
}
.background-embed {
  display: flex;
}
.background-embed iframe {
  width: 100%;
  height: 100%;
}

.sub-component .background {
  z-index: -1;
}

.wavy-top {
  position: absolute;
  top: -20px;
  width: 100%;
  height: 40px;
  left: 0;
  z-index: 15;
}

.wavy-bottom {
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 40px;
  left: 0;
  z-index: 15;
}

.btn-cta {
  padding: 8px 20px;
  transition: 0.3s;
  white-space: nowrap;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
  border-radius: 20px;
  cursor: pointer;
}
.btn-cta:hover {
  text-decoration: none;
}

.btn-float-right {
  position: absolute;
  z-index: 25;
  bottom: -16px;
  right: 0;
  border: none !important;
}
.btn-float-left {
  position: absolute;
  z-index: 25;
  bottom: -16px;
  left: 0;
  border: none !important;
}

/*$buttons: "blue" $blue $white, 
    "green" $green $white, 
    "teal" $teal $white, 
    "yellow" $yellow $white, 
    "orange" $orange $white, 
    "sand" $sand $white, 
    "red" $red $white, 
    "fushcia" $fushcia $white, 
    "purple" $purple $white, 
    "sea-green" $sea-green $white, 
    "pea-green" $pea-green $white, 
    "steel-blue" $steel-blue $white, 
    "pale-blue" $pale-blue $white, 
    "cornflower" $cornflower $white, 
    "deep-blue" $deep-blue $white, 
    "khaki" $khaki $white, 
    "chocolate" $chocolate $white, 
    "dark-green" $dark-green $white, 
    "navy" $navy $white,
	"grey" $light-grey $dark-grey;*/
.btn-red {
  border: 1px solid #ffffff;
  background-color: #cf1247;
  color: #ffffff;
}
.btn-red:hover, .btn-red.hover {
  background-color: #ffffff;
  color: #cf1247;
}
.btn-red.dark.cta-alt {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #cf1247;
}
.btn-red.dark.cta-alt:hover, .btn-red.dark.cta-alt.hover {
  background-color: #cf1247;
  color: #ffffff;
}
.btn-red.light {
  border: 1px solid #cf1247;
  background-color: #cf1247;
  color: #ffffff;
}
.btn-red.light:hover, .btn-red.light.hover {
  background-color: #ffffff;
  color: #cf1247;
}

.btn-pink {
  border: 1px solid #ffffff;
  background-color: #e8386b;
  color: #ffffff;
}
.btn-pink:hover, .btn-pink.hover {
  background-color: #ffffff;
  color: #e8386b;
}
.btn-pink.dark.cta-alt {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #e8386b;
}
.btn-pink.dark.cta-alt:hover, .btn-pink.dark.cta-alt.hover {
  background-color: #e8386b;
  color: #ffffff;
}
.btn-pink.light {
  border: 1px solid #e8386b;
  background-color: #e8386b;
  color: #ffffff;
}
.btn-pink.light:hover, .btn-pink.light.hover {
  background-color: #ffffff;
  color: #e8386b;
}

.btn-peach {
  border: 1px solid #ffffff;
  background-color: #ed6b54;
  color: #ffffff;
}
.btn-peach:hover, .btn-peach.hover {
  background-color: #ffffff;
  color: #ed6b54;
}
.btn-peach.dark.cta-alt {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #ed6b54;
}
.btn-peach.dark.cta-alt:hover, .btn-peach.dark.cta-alt.hover {
  background-color: #ed6b54;
  color: #ffffff;
}
.btn-peach.light {
  border: 1px solid #ed6b54;
  background-color: #ed6b54;
  color: #ffffff;
}
.btn-peach.light:hover, .btn-peach.light.hover {
  background-color: #ffffff;
  color: #ed6b54;
}

.btn-green {
  border: 1px solid #ffffff;
  background-color: #788f2e;
  color: #ffffff;
}
.btn-green:hover, .btn-green.hover {
  background-color: #ffffff;
  color: #788f2e;
}
.btn-green.dark.cta-alt {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #788f2e;
}
.btn-green.dark.cta-alt:hover, .btn-green.dark.cta-alt.hover {
  background-color: #788f2e;
  color: #ffffff;
}
.btn-green.light {
  border: 1px solid #788f2e;
  background-color: #788f2e;
  color: #ffffff;
}
.btn-green.light:hover, .btn-green.light.hover {
  background-color: #ffffff;
  color: #788f2e;
}

.btn-light-blue {
  border: 1px solid #ffffff;
  background-color: #035282;
  color: #ffffff;
}
.btn-light-blue:hover, .btn-light-blue.hover {
  background-color: #ffffff;
  color: #035282;
}
.btn-light-blue.dark.cta-alt {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #035282;
}
.btn-light-blue.dark.cta-alt:hover, .btn-light-blue.dark.cta-alt.hover {
  background-color: #035282;
  color: #ffffff;
}
.btn-light-blue.light {
  border: 1px solid #035282;
  background-color: #035282;
  color: #ffffff;
}
.btn-light-blue.light:hover, .btn-light-blue.light.hover {
  background-color: #ffffff;
  color: #035282;
}

.btn-dark-blue {
  border: 1px solid #ffffff;
  background-color: #172d4d;
  color: #ffffff;
}
.btn-dark-blue:hover, .btn-dark-blue.hover {
  background-color: #ffffff;
  color: #172d4d;
}
.btn-dark-blue.dark.cta-alt {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #172d4d;
}
.btn-dark-blue.dark.cta-alt:hover, .btn-dark-blue.dark.cta-alt.hover {
  background-color: #172d4d;
  color: #ffffff;
}
.btn-dark-blue.light {
  border: 1px solid #172d4d;
  background-color: #172d4d;
  color: #ffffff;
}
.btn-dark-blue.light:hover, .btn-dark-blue.light.hover {
  background-color: #ffffff;
  color: #172d4d;
}

.btn-black {
  border: 1px solid #ffffff;
  background-color: #000000;
  color: #ffffff;
}
.btn-black:hover, .btn-black.hover {
  background-color: #ffffff;
  color: #000000;
}
.btn-black.dark.cta-alt {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #000000;
}
.btn-black.dark.cta-alt:hover, .btn-black.dark.cta-alt.hover {
  background-color: #000000;
  color: #ffffff;
}
.btn-black.light {
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
}
.btn-black.light:hover, .btn-black.light.hover {
  background-color: #ffffff;
  color: #000000;
}

.btn-waa-bright-blue {
  border: 1px solid #ffffff;
  background-color: #008fcc;
  color: #ffffff;
}
.btn-waa-bright-blue:hover, .btn-waa-bright-blue.hover {
  background-color: #ffffff;
  color: #008fcc;
}
.btn-waa-bright-blue.dark.cta-alt {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #008fcc;
}
.btn-waa-bright-blue.dark.cta-alt:hover, .btn-waa-bright-blue.dark.cta-alt.hover {
  background-color: #008fcc;
  color: #ffffff;
}
.btn-waa-bright-blue.light {
  border: 1px solid #008fcc;
  background-color: #008fcc;
  color: #ffffff;
}
.btn-waa-bright-blue.light:hover, .btn-waa-bright-blue.light.hover {
  background-color: #ffffff;
  color: #008fcc;
}

.btn-waa-teal {
  border: 1px solid #ffffff;
  background-color: #135c71;
  color: #ffffff;
}
.btn-waa-teal:hover, .btn-waa-teal.hover {
  background-color: #ffffff;
  color: #135c71;
}
.btn-waa-teal.dark.cta-alt {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #135c71;
}
.btn-waa-teal.dark.cta-alt:hover, .btn-waa-teal.dark.cta-alt.hover {
  background-color: #135c71;
  color: #ffffff;
}
.btn-waa-teal.light {
  border: 1px solid #135c71;
  background-color: #135c71;
  color: #ffffff;
}
.btn-waa-teal.light:hover, .btn-waa-teal.light.hover {
  background-color: #ffffff;
  color: #135c71;
}

.btn-waa-dark-green {
  border: 1px solid #ffffff;
  background-color: #004d43;
  color: #ffffff;
}
.btn-waa-dark-green:hover, .btn-waa-dark-green.hover {
  background-color: #ffffff;
  color: #004d43;
}
.btn-waa-dark-green.dark.cta-alt {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #004d43;
}
.btn-waa-dark-green.dark.cta-alt:hover, .btn-waa-dark-green.dark.cta-alt.hover {
  background-color: #004d43;
  color: #ffffff;
}
.btn-waa-dark-green.light {
  border: 1px solid #004d43;
  background-color: #004d43;
  color: #ffffff;
}
.btn-waa-dark-green.light:hover, .btn-waa-dark-green.light.hover {
  background-color: #ffffff;
  color: #004d43;
}

.btn-transparent.dark {
  border: none;
  color: white;
  background-color: transparent;
}
.btn-transparent.dark:hover {
  background-color: #ffffff;
  color: #172d4d;
}
.btn-transparent.light {
  border: solid 1px #172d4d;
  color: #172d4d;
  background-color: transparent;
}
.btn-transparent.light:hover {
  background-color: #172d4d;
  color: #ffffff;
}

footer {
  background-color: #035282;
  color: #ffffff;
}
footer .list-link {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}
footer .list-link:hover {
  text-decoration: underline;
}
footer p {
  font-size: 12px;
  line-height: 15px;
}
footer .copyright {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr auto auto;
  grid-column-gap: 20px;
  font-size: 12px;
  padding: 20px 0;
  border-top: 2px solid white;
}
@media (max-width: 599px) {
  footer .copyright {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
footer .copyright .copyright-message p {
  font-size: 12px;
  line-height: 15px;
  margin: 0;
}
footer .copyright .social-links {
  display: flex;
  column-gap: 10px;
}
footer .copyright .social-links a i {
  font-size: 20px;
}
footer .copyright .social-links a:hover i {
  color: #e8386b;
}
footer .copyright .credit {
  align-self: center;
  justify-self: end;
}
@media (max-width: 599px) {
  footer .copyright .credit {
    justify-self: start;
  }
}
footer .copyright .credit a {
  text-decoration: none;
  font-weight: 600;
}
footer .copyright .credit a:hover {
  text-decoration: underline;
}
footer .partner-logos {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: white;
}
footer .partner-logos img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (max-width: 1279px) {
  footer .partner-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 599px) {
  footer .partner-logos {
    grid-template-columns: repeat(2, 1fr);
  }
}

.search-page {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 100%;
  justify-content: start;
  grid-row-gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.search-page .search-results {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 100%;
  justify-content: start;
  grid-row-gap: 40px;
}
.search-page .search-result {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 100%;
  justify-content: start;
  grid-row-gap: 10px;
  cursor: pointer;
}
.search-page .search-result a {
  text-decoration: none;
}
.search-page .search-result:hover a {
  text-decoration: underline;
}
.search-page input[type=text] {
  border: none;
  border-bottom: solid #172d4d 1px;
  font-size: 24px;
  width: 70%;
}
@media (max-width: 599px) {
  .search-page input[type=text] {
    width: 100%;
  }
}
.search-page button.btn-search {
  background-color: transparent;
  border: none;
  color: #172d4d;
  font-size: 24px;
  cursor: pointer;
}

.paging {
  display: grid;
  display: -ms-grid;
  grid-template-columns: min-content min-content 1fr;
  justify-content: start;
  grid-column-gap: 20px;
  padding: 20px 5px;
  box-sizing: border-box;
  z-index: 5;
}
.paging > * {
  grid-row-start: 1;
}
.paging .page-numbers {
  display: grid;
  display: -ms-grid;
  grid-column-gap: 10px;
  width: 100%;
  justify-content: end;
}
.paging .page-numbers > * {
  grid-row-start: 1;
}
.paging .page-forward, .paging .page-back {
  white-space: nowrap;
}

.umbraco-forms-fieldset, .member-login-sub-component fieldset {
  border: 1px solid white;
  border-radius: 10px;
  margin: 20px 0;
  padding: 10px 30px;
}
.umbraco-forms-fieldset.dark, .member-login-sub-component fieldset.dark {
  border-color: #ffffff;
}
.umbraco-forms-fieldset.light, .member-login-sub-component fieldset.light {
  border-color: #172d4d;
}
.umbraco-forms-fieldset legend, .member-login-sub-component fieldset legend {
  font-size: 24px;
  line-height: 24px;
  padding: 0 8px;
}

.umbraco-forms-field, .forgotten-content, .login-content, .account-profile-panel {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 220px 1fr;
  grid-column-gap: 20px;
  grid-template-rows: auto 1fr;
}
@media (max-width: 599px) {
  .umbraco-forms-field, .forgotten-content, .login-content, .account-profile-panel {
    grid-template-columns: 1fr;
  }
}
.umbraco-forms-field.richtext, .forgotten-content.richtext, .login-content.richtext, .account-profile-panel.richtext {
  grid-template-columns: 1fr;
}
.umbraco-forms-field.richtext .umbraco-forms-field-wrapper, .forgotten-content.richtext .umbraco-forms-field-wrapper, .login-content.richtext .umbraco-forms-field-wrapper, .account-profile-panel.richtext .umbraco-forms-field-wrapper {
  grid-column-start: 1;
}
.umbraco-forms-field .umbraco-forms-label, .forgotten-content .umbraco-forms-label, .login-content .umbraco-forms-label, .account-profile-panel .umbraco-forms-label {
  font-weight: 500;
}
.umbraco-forms-field .umbraco-forms-tooltip, .forgotten-content .umbraco-forms-tooltip, .login-content .umbraco-forms-tooltip, .account-profile-panel .umbraco-forms-tooltip {
  max-width: 200px;
  margin-top: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-size: clamp(15px, calc(15px + (17 - 15) * ((100vw - 768px) / (1600 - 768))), 17px);
  line-height: clamp(19px, calc(19px + (22 - 19) * ((100vw - 768px) / (1600 - 768))), 22px);
}
.umbraco-forms-field .umbraco-forms-field-wrapper, .forgotten-content .umbraco-forms-field-wrapper, .login-content .umbraco-forms-field-wrapper, .account-profile-panel .umbraco-forms-field-wrapper {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  align-self: center;
  justify-self: start;
  width: 100%;
}
@media (max-width: 599px) {
  .umbraco-forms-field .umbraco-forms-field-wrapper, .forgotten-content .umbraco-forms-field-wrapper, .login-content .umbraco-forms-field-wrapper, .account-profile-panel .umbraco-forms-field-wrapper {
    grid-column-start: auto;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.umbraco-forms-field span.checkboxlist, .forgotten-content span.checkboxlist, .login-content span.checkboxlist, .account-profile-panel span.checkboxlist {
  display: block;
  columns: 2;
}
@media (max-width: 599px) {
  .umbraco-forms-field span.checkboxlist, .forgotten-content span.checkboxlist, .login-content span.checkboxlist, .account-profile-panel span.checkboxlist {
    columns: 1;
  }
}
.umbraco-forms-field input[type=text], .umbraco-forms-field input[type=url], .umbraco-forms-field input[type=number], .umbraco-forms-field input[type=email], .umbraco-forms-field input[type=tel], .umbraco-forms-field input[type=password], .umbraco-forms-field textarea, .forgotten-content input[type=text], .forgotten-content input[type=url], .forgotten-content input[type=number], .forgotten-content input[type=email], .forgotten-content input[type=tel], .forgotten-content input[type=password], .forgotten-content textarea, .login-content input[type=text], .login-content input[type=url], .login-content input[type=number], .login-content input[type=email], .login-content input[type=tel], .login-content input[type=password], .login-content textarea, .account-profile-panel input[type=text], .account-profile-panel input[type=url], .account-profile-panel input[type=number], .account-profile-panel input[type=email], .account-profile-panel input[type=tel], .account-profile-panel input[type=password], .account-profile-panel textarea {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #172d4d;
  font-family: "Transat", sans-serif;
  font-size: 18px;
  letter-spacing: 0.03px;
  background-color: rgba(255, 255, 255, 0.2);
  color: inherit;
}
.umbraco-forms-field input[type=text].datepickerfield, .umbraco-forms-field input[type=number], .umbraco-forms-field input[type=tel], .forgotten-content input[type=text].datepickerfield, .forgotten-content input[type=number], .forgotten-content input[type=tel], .login-content input[type=text].datepickerfield, .login-content input[type=number], .login-content input[type=tel], .account-profile-panel input[type=text].datepickerfield, .account-profile-panel input[type=number], .account-profile-panel input[type=tel] {
  width: auto;
  min-width: 300px;
  color: inherit;
}
.umbraco-forms-field select, .forgotten-content select, .login-content select, .account-profile-panel select {
  min-width: 300px;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #4a5495;
  font-family: "Transat", sans-serif;
  font-size: 18px;
  letter-spacing: 0.03px;
  background-color: rgba(255, 255, 255, 0.2);
  color: inherit;
}
.umbraco-forms-field option, .forgotten-content option, .login-content option, .account-profile-panel option {
  color: #172d4d;
}
.umbraco-forms-field input[type=checkbox], .forgotten-content input[type=checkbox], .login-content input[type=checkbox], .account-profile-panel input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.umbraco-forms-field input[type=radio], .forgotten-content input[type=radio], .login-content input[type=radio], .account-profile-panel input[type=radio] {
  width: 15px;
  height: 15px;
}
.umbraco-forms-field .dark input[type=text], .umbraco-forms-field .dark input[type=number], .umbraco-forms-field .dark input[type=url], .umbraco-forms-field .dark input[type=email], .umbraco-forms-field .dark input[type=tel], .umbraco-forms-field .dark input[type=password], .umbraco-forms-field .dark select, .umbraco-forms-field .dark textarea, .umbraco-forms-field.dark input[type=text], .umbraco-forms-field.dark input[type=number], .umbraco-forms-field.dark input[type=url], .umbraco-forms-field.dark input[type=email], .umbraco-forms-field.dark input[type=tel], .umbraco-forms-field.dark input[type=password], .umbraco-forms-field.dark select, .umbraco-forms-field.dark textarea, .forgotten-content .dark input[type=text], .forgotten-content .dark input[type=number], .forgotten-content .dark input[type=url], .forgotten-content .dark input[type=email], .forgotten-content .dark input[type=tel], .forgotten-content .dark input[type=password], .forgotten-content .dark select, .forgotten-content .dark textarea, .forgotten-content.dark input[type=text], .forgotten-content.dark input[type=number], .forgotten-content.dark input[type=url], .forgotten-content.dark input[type=email], .forgotten-content.dark input[type=tel], .forgotten-content.dark input[type=password], .forgotten-content.dark select, .forgotten-content.dark textarea, .login-content .dark input[type=text], .login-content .dark input[type=number], .login-content .dark input[type=url], .login-content .dark input[type=email], .login-content .dark input[type=tel], .login-content .dark input[type=password], .login-content .dark select, .login-content .dark textarea, .login-content.dark input[type=text], .login-content.dark input[type=number], .login-content.dark input[type=url], .login-content.dark input[type=email], .login-content.dark input[type=tel], .login-content.dark input[type=password], .login-content.dark select, .login-content.dark textarea, .account-profile-panel .dark input[type=text], .account-profile-panel .dark input[type=number], .account-profile-panel .dark input[type=url], .account-profile-panel .dark input[type=email], .account-profile-panel .dark input[type=tel], .account-profile-panel .dark input[type=password], .account-profile-panel .dark select, .account-profile-panel .dark textarea, .account-profile-panel.dark input[type=text], .account-profile-panel.dark input[type=number], .account-profile-panel.dark input[type=url], .account-profile-panel.dark input[type=email], .account-profile-panel.dark input[type=tel], .account-profile-panel.dark input[type=password], .account-profile-panel.dark select, .account-profile-panel.dark textarea {
  border-color: #ffffff;
}
.umbraco-forms-field .light input[type=text], .umbraco-forms-field .light input[type=number], .umbraco-forms-field .light input[type=url], .umbraco-forms-field .light input[type=email], .umbraco-forms-field .light input[type=tel], .umbraco-forms-field .light input[type=password], .umbraco-forms-field .light select, .umbraco-forms-field .light textarea, .umbraco-forms-field.light input[type=text], .umbraco-forms-field.light input[type=number], .umbraco-forms-field.light input[type=url], .umbraco-forms-field.light input[type=email], .umbraco-forms-field.light input[type=tel], .umbraco-forms-field.light input[type=password], .umbraco-forms-field.light select, .umbraco-forms-field.light textarea, .forgotten-content .light input[type=text], .forgotten-content .light input[type=number], .forgotten-content .light input[type=url], .forgotten-content .light input[type=email], .forgotten-content .light input[type=tel], .forgotten-content .light input[type=password], .forgotten-content .light select, .forgotten-content .light textarea, .forgotten-content.light input[type=text], .forgotten-content.light input[type=number], .forgotten-content.light input[type=url], .forgotten-content.light input[type=email], .forgotten-content.light input[type=tel], .forgotten-content.light input[type=password], .forgotten-content.light select, .forgotten-content.light textarea, .login-content .light input[type=text], .login-content .light input[type=number], .login-content .light input[type=url], .login-content .light input[type=email], .login-content .light input[type=tel], .login-content .light input[type=password], .login-content .light select, .login-content .light textarea, .login-content.light input[type=text], .login-content.light input[type=number], .login-content.light input[type=url], .login-content.light input[type=email], .login-content.light input[type=tel], .login-content.light input[type=password], .login-content.light select, .login-content.light textarea, .account-profile-panel .light input[type=text], .account-profile-panel .light input[type=number], .account-profile-panel .light input[type=url], .account-profile-panel .light input[type=email], .account-profile-panel .light input[type=tel], .account-profile-panel .light input[type=password], .account-profile-panel .light select, .account-profile-panel .light textarea, .account-profile-panel.light input[type=text], .account-profile-panel.light input[type=number], .account-profile-panel.light input[type=url], .account-profile-panel.light input[type=email], .account-profile-panel.light input[type=tel], .account-profile-panel.light input[type=password], .account-profile-panel.light select, .account-profile-panel.light textarea {
  border-color: #172d4d;
}
.umbraco-forms-field .field-validation-error, .forgotten-content .field-validation-error, .login-content .field-validation-error, .account-profile-panel .field-validation-error {
  display: block;
  background-color: #a70000;
  padding: 5px;
  border: 1px solid #ff9e9e;
  border-radius: 5px;
  color: white;
}

.umbraco-forms-navigation {
  margin: 10px 0;
}

.meta-field {
  position: absolute;
  top: -2000px;
  width: 10px !important;
  height: 10px !important;
}

.listing-icon-columns {
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
  row-gap: 20px;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
.listing-icon-columns-inner {
  columns: 4;
}
@media (max-width: 599px) {
  .listing-icon-columns-inner {
    columns: 2;
  }
}
.listing-icon-columns-inner .icon-and-name {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 5px;
}
.listing-icon-columns-inner .icon-and-name img {
  height: 25px;
  width: auto;
}
.listing-icon-columns .extra-columns {
  display: flex;
  padding: 40px 0;
  border-top: 1px solid white;
  column-gap: 80px;
}
.listing-icon-columns .extra-columns .column {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.awards {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #172d4d;
  box-sizing: border-box;
}
.awards-inner {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.awards-inner .award-logo-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 20px;
}
.awards-inner .award-logo {
  width: auto;
  height: 100px;
}
@media (max-width: 599px) {
  .awards-inner .award-logo {
    height: 60px;
  }
}

.site-body-container {
  display: flex;
  flex-direction: column;
}

.container {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.component {
  width: 100%;
  min-width: 0;
}

.sub-component {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  z-index: 10;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.preview {
  -moz-transform: scale(0.5);
  zoom: 0.5;
  border: 4px solid white;
  margin: 4px 0;
}
.preview:hover {
  border: 4px solid #2bc37c;
}

.clip-path-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.cta-container {
  display: grid;
  display: -ms-grid;
  grid-gap: 20px;
  grid-auto-columns: auto;
  grid-auto-rows: auto;
  margin: 10px 0 0 0;
  z-index: 18;
}

/* Possible fix for CLS issues? */
#CybotCookiebotDialog {
  position: fixed !important;
}

.accordion-component {
  display: flex;
  flex-direction: column;
}

.accordion-title {
  padding: 20px;
  box-sizing: border-box;
  margin-top: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
}
.accordion-title .hide-accordion {
  display: none;
}
.accordion-title.show .hide-accordion {
  display: inline-block;
}
.accordion-title.show .show-accordion {
  display: none;
}
.accordion-title.dark {
  border: 1px solid #ffffff;
}
.accordion-title.light {
  border: 1px solid #172d4d;
}

.accordion-body {
  display: none;
  box-sizing: border-box;
  margin: 0 10px;
}

.carousel-component {
  display: flex;
  flex-direction: column;
}

.gallery-component .image-sub-component {
  width: auto !important;
}
.gallery-component .image-overlay {
  position: absolute;
  top: 0;
  left: 30px;
  max-width: 150px;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  padding: 30px 30px 40px 30px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}
.gallery-component .image-overlay .h4 {
  font-weight: 700;
}
.gallery-component .image-overlay p {
  margin: 10px 0;
}
.gallery-component-inner:not(.flickity-enabled) {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.gallery-grid-component {
  display: grid;
  display: -ms-grid;
}
.gallery-grid-component .vertical-split-widget {
  grid-template-rows: 250px 200px;
}
@media (max-width: 1279px) {
  .gallery-grid-component .vertical-split-widget {
    grid-template-rows: 250px 150px;
  }
}
.gallery-grid-component .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 150px;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  padding: 25px 25px 25px 25px;
}
.gallery-grid-component .image-overlay .h4 {
  font-weight: 700;
}
.gallery-grid-component .image-overlay p {
  margin: 10px 0;
}

.image-filters {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
@media (max-width: 1279px) {
  .image-filters {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
}
.image-filters .image-filter {
  cursor: pointer;
}
.image-filters > * {
  grid-row-start: 1;
}
@media (max-width: 1279px) {
  .image-filters > * {
    grid-row-start: auto;
  }
}

.preview .gallery-component-inner {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.horizontal-split-component {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 599px) {
  .horizontal-split-component {
    grid-template-columns: 1fr;
  }
}
.horizontal-split-component .sub-component-left {
  height: 100%;
}
.horizontal-split-component .sub-component-right {
  height: 100%;
}
.horizontal-split-component .sub-component.overlapping-left {
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
  position: relative;
  left: 0px;
  width: calc(100% + 60px);
  z-index: 20;
  margin: 10% 0;
}
@media (max-width: 599px) {
  .horizontal-split-component .sub-component.overlapping-left {
    width: 100%;
    margin: 0;
  }
}
.horizontal-split-component .sub-component.overlapping-right {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  position: relative;
  left: -60px;
  width: calc(100% + 60px);
  z-index: 20;
  margin: 10% 0;
}
@media (max-width: 599px) {
  .horizontal-split-component .sub-component.overlapping-right {
    width: 100%;
    margin: 0;
    left: 0;
  }
}

.grid-component {
  display: grid;
  display: -ms-grid;
}

.tabs-component {
  display: grid;
  display: -ms-grid;
  grid-template-rows: auto 1fr;
}

.tab-titles {
  display: grid;
  display: -ms-grid;
  grid-template-columns: min-content;
  justify-self: start;
}

.tab-title {
  padding: 10px 20px;
  box-sizing: border-box;
  margin-top: 2px;
  margin-right: 2px;
  grid-row-start: 1;
  min-width: 120px;
  border: 1px solid white;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  position: relative;
  bottom: -1px;
  cursor: pointer;
}
.tab-title:not(.tab-active) {
  background-color: #e6e6e6;
  border-color: transparent;
  color: #172d4d;
  z-index: 0;
}
.tab-title.tab-active {
  z-index: 2;
}
.tab-title.light {
  border-color: #172d4d;
}

.tab-body {
  display: none;
  box-sizing: border-box;
  z-index: 1;
  grid-column-start: 1;
}
.tab-body.tab-active {
  display: flex;
  flex-direction: column;
  border: 1px solid #ffffff;
  border-radius: 0 10px 10px 10px;
}
.tab-body.tab-active > .sub-component {
  border-radius: 0 10px 10px 10px;
  overflow: hidden;
}
.tab-body.light {
  border-color: #172d4d;
}

.vertical-split-component {
  display: flex;
  flex-direction: column;
}

.top-section-clip-path {
  top: 5%;
  z-index: 11;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
}

.angled-top .bottom-section-clip-path, .angled-bottom .bottom-section-clip-path {
  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
  height: 100%;
  outline: 1px solid transparent;
}

.widgets-component {
  display: grid;
  display: -ms-grid;
}

.page-header-component {
  display: flex;
  flex-direction: column;
  z-index: 8;
}

.video-height {
  min-height: clamp(200px, 56.25vw, 100vh - 50px);
}
@media (max-width: 1279px) {
  .video-height {
    min-height: clamp(200px, 56.25vw, 100vh - 148px);
  }
}
@media (max-width: 767px) {
  .video-height {
    min-height: clamp(200px, 56.25vw, 100vh - 104px);
  }
}

.pageheader-introduction .text-component {
  display: grid;
  display: -m-grid;
  grid-template-columns: 1fr minmax(200px, 450px);
}
@media (max-width: 1279px) {
  .pageheader-introduction .text-component {
    grid-template-columns: 1fr minmax(200px, 350px);
  }
}
@media (max-width: 599px) {
  .pageheader-introduction .text-component {
    grid-template-columns: 1fr;
  }
}

.header-carousel {
  overflow: hidden;
}
.header-carousel .background-image {
  display: none;
}
.header-carousel .background-image:first-of-type {
  display: inline-block;
}

.map-component {
  display: flex;
  flex-direction: column;
}

.text-component {
  display: grid;
}

.text-component-with-features {
  display: grid;
  grid-template-columns: 3fr 1fr;
  position: relative;
  overflow: hidden;
}
@media (max-width: 599px) {
  .text-component-with-features {
    grid-template-columns: 1fr;
  }
}
.text-component-with-features .logo-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: auto;
  z-index: 20;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px 10px 40px 10px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 calc(100% - 30px));
}
.text-component-with-features .logo-overlay .link {
  font-size: 14px;
  line-height: 1.1;
  text-decoration: none;
}
.text-component-with-features .logo-overlay .link:hover {
  text-decoration: underline;
}
.text-component-with-features .introduction-image {
  max-height: 300px;
  padding: 120px 50px 50px 50px;
  display: flex;
}
@media (max-width: 599px) {
  .text-component-with-features .introduction-image {
    padding: 0 30px 30px 30px;
  }
}

.information-cards-component {
  display: grid;
  display: -ms-grid;
}
.information-cards-component .vertical-split-widget {
  grid-template-rows: 250px 1fr;
}
.information-cards-component .cta-container .btn-cta {
  margin-top: 20px;
}

.content-filter {
  overflow: hidden;
  height: 0;
  transition: height 0.3s;
  margin-bottom: 20px;
  z-index: 20;
}
.content-filter.active {
  height: auto;
}
.content-filter .filter-inner {
  padding: 40px 0;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
.content-filter .filter-inner .filter-list {
  display: flex;
  flex-direction: column;
}
.content-filter .filter-inner .filter-type-list {
  columns: 2;
}
.content-filter .filter-inner .filter-type-list a {
  display: block;
}

.location-filter .filter-inner {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.location-filter .filter-type-list {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  row-gap: 10px;
  padding: 10px 0;
  flex-wrap: wrap;
}

.filter-dropdown {
  z-index: 20;
}
.filter-dropdown i, .filter-dropdown span {
  cursor: pointer;
}

.featured-content-component {
  display: grid;
  display: -ms-grid;
  min-height: 400px;
}
.featured-content-component.featured-articles-2 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 599px) {
  .featured-content-component.featured-articles-2 {
    grid-template-columns: 1fr;
  }
}
.featured-content-component.featured-articles-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (min-width: 600px) {
  .featured-content-component.featured-articles-3 .featured-article:first-of-type {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
@media (max-width: 599px) {
  .featured-content-component.featured-articles-3 {
    grid-template-columns: 1fr;
  }
}
.featured-content-component .featured-article {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: flex-end;
  overflow: hidden;
}
.featured-content-component .featured-article:hover .details-panel {
  top: 0;
}
.featured-content-component .featured-article img {
  z-index: 0;
}
.featured-content-component .featured-article .details-panel {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
  top: 100%;
  transition: top 0.5s;
}
@media (max-width: 599px) {
  .featured-content-component .featured-article .details-panel {
    top: 0;
  }
}
.featured-content-component .featured-article .details-panel .details-panel-inner {
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0% 0%, 100% 40px, 100% 100%, 0% 100%);
}
@media (max-width: 599px) {
  .featured-content-component .featured-article .details-panel {
    height: 100%;
  }
}
.featured-content-component.hover-slide-in .featured-article .details-panel {
  top: 100%;
}
@media (max-width: 1279px) {
  .featured-content-component.hover-slide-in .featured-article .details-panel {
    top: 0;
  }
}
.featured-content-component.hover-slide-in .featured-article:hover .details-panel {
  top: 0;
}
.featured-content-component.hover-slide-out .featured-article {
  cursor: pointer;
}
.featured-content-component.hover-slide-out .featured-article .details-panel {
  top: 0;
}
.featured-content-component.hover-slide-out .featured-article:hover .details-panel {
  top: 100%;
}
@media (max-width: 1279px) {
  .featured-content-component.hover-slide-out .featured-article:hover .details-panel {
    top: 0;
  }
}
.featured-content-component.no-hover .featured-article .details-panel {
  top: 0;
}
.featured-content-component.no-hover .featured-article:hover .details-panel {
  top: 0;
}
.featured-content-component .fill-frame-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.account-profile-component {
  display: flex;
  flex-direction: column;
}
.account-profile-component .account-profile-container {
  display: flex;
  width: 100%;
}
.account-profile-component .account-profile-title {
  width: 100%;
}
@media (max-width: 1279px) {
  .account-profile-component .account-profile-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account-profile-component .cta-row {
  min-height: 40px;
  display: flex;
  align-items: center;
}
.account-profile-component .account-menu {
  width: 320px;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279px) {
  .account-profile-component .account-menu {
    width: auto;
    flex-direction: row;
    padding: 20px;
  }
}
.account-profile-component .account-menu .menu-option {
  width: 100%;
  box-sizing: border-box;
  border-bottom: solid 2px #e6e6e6;
  padding: 12px 30px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 1279px) {
  .account-profile-component .account-menu .menu-option {
    white-space: nowrap;
    border-top: 2px solid #e6e6e6;
  }
}
.account-profile-component .account-menu .menu-option:first-of-type {
  border-top: 2px solid #e6e6e6;
}
.account-profile-component .account-menu .menu-option.active {
  background-color: #172d4d;
  color: white;
}
.account-profile-component .account-menu .menu-option:hover, .account-profile-component .account-menu .menu-option.hover {
  background-color: #172d4d;
  color: white;
  text-decoration: none;
}
.account-profile-component .account-details {
  width: calc(100% - 320px);
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 20px;
}
@media (max-width: 1279px) {
  .account-profile-component .account-details {
    width: 100%;
    max-width: 1280px;
    padding-right: 20px;
  }
}
.account-profile-component .account-details .account-profile-panel {
  border: 2px solid #e6e6e6;
  padding: 40px 80px;
  width: 100%;
  box-sizing: border-box;
  display: none;
}
@media (max-width: 1279px) {
  .account-profile-component .account-details .account-profile-panel {
    padding: 10px;
  }
}
.account-profile-component .account-details .account-profile-panel.active {
  display: block;
}
.account-profile-component .account-details .feedback-row {
  display: flex;
  flex-direction: column;
  padding: 30px 0 20px 0;
  border-bottom: solid 2px #e6e6e6;
}
.account-profile-component .account-details .feedback-row .my-feedback-title {
  font-size: 16px;
  display: block;
  margin: 10px 0;
}
.account-profile-component .account-details .feedback-row .btn-small {
  align-self: flex-start;
  margin-top: 10px;
}
.account-profile-component .account-details .form-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (max-width: 599px) {
  .account-profile-component .account-details .form-row {
    flex-direction: column;
  }
}
.account-profile-component .account-details .data-row {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  font-weight: 700;
  box-sizing: border-box;
  padding: 30px 0 20px 0;
  border-bottom: solid 2px #e6e6e6;
  /*input[type=text], input[type=password] {
      width: 300px;
      padding: 10px 0;
      border: none;
      border-bottom: 2px solid $light-grey;
  }*/
}
.account-profile-component .account-details .data-row .field-name {
  width: 250px;
}
.account-profile-component .account-details .data-row .field-value {
  width: 250px;
}
.account-profile-component .account-details .data-row .edit-link {
  margin-left: auto;
  cursor: pointer;
}
.account-profile-component .account-details .data-row .edit-link:hover, .account-profile-component .account-details .data-row .edit-link.hover {
  text-decoration: none;
}
.account-profile-component .account-details .data-row .edit-block {
  display: none;
  flex-direction: column;
}
.account-profile-component .account-details .data-row .edit-block form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.account-profile-component .account-details .data-row .edit-block .field-validation-error span {
  height: 16px;
  font-weight: 600;
  font-size: 14px;
  color: #d00;
}
.account-profile-component .account-details .data-row .edit-block label {
  height: 22px;
  font-weight: 600;
  font-size: 14px;
}
.account-profile-component .account-details .data-row .edit-block label .btn-small {
  height: 40px;
  min-height: 40px;
}
.account-profile-component .account-details .tab {
  display: none;
}
.account-profile-component .account-details .tab-active {
  display: block;
}
.account-profile-component .account-details .tab-buttons {
  display: flex;
  justify-content: flex-start;
}
.account-profile-component .account-details .tab-buttons .tab-button {
  padding: 10px 20px;
  color: #ffffff;
  background-color: #909090;
  cursor: pointer;
}
.account-profile-component .account-details .tab-buttons .tab-active {
  background-color: #172d4d;
}
.account-profile-component .account-details .image-preview-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.account-profile-component .account-details .image-preview-pane {
  position: relative;
  width: 140px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
.account-profile-component .account-details .image-preview-pane .remove-image {
  display: none;
}
.account-profile-component .account-details .image-preview-pane:hover .remove-image {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.account-profile-component .account-details .image-preview-pane:hover .remove-image a {
  width: 100%;
  height: 100%;
  background-color: #e8386b;
  cursor: pointer;
}
.account-profile-component .account-details .image-preview {
  width: 140px;
  height: 120px;
  object-fit: contain;
}
.account-profile-component .account-details .ms-container {
  margin: 10px 0;
}
.account-profile-component .account-details .field-helper {
  font-size: 16px;
  line-height: 20px;
  max-width: 220px;
  display: inline-block;
  margin-top: 10px;
}
.account-profile-component .account-details .image-functions {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.account-profile-component .account-details .image-functions i {
  color: #172d4d;
  cursor: pointer;
  font-size: 18px;
}
.account-profile-component .account-details .image-functions i:hover {
  color: #e8386b;
}
.account-profile-component .account-details .field-validation-error {
  color: #d00;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  max-width: 220px;
  margin: 10px 0;
}
.account-profile-component .success-message {
  color: #2fd511;
  display: inline-block;
  margin: 10px 0;
  font-size: 18px;
  line-height: 20px;
}
.account-profile-component .success-message i {
  color: #2fd511;
  margin-right: 5px;
}
.account-profile-component .failed-message {
  color: #d00;
  display: inline-block;
  margin: 10px 0;
  font-size: 18px;
  line-height: 20px;
}
.account-profile-component .failed-message i {
  color: #d00;
  margin-right: 5px;
}

.horizontal-split-widget {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 599px) {
  .horizontal-split-widget {
    grid-template-columns: 1fr !important;
  }
}
.horizontal-split-widget .sub-component-left {
  height: 100%;
}
.horizontal-split-widget .sub-component-right {
  height: 100%;
}
.horizontal-split-widget.angled-left > .sub-component:first-child {
  clip-path: polygon(0% 0%, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
  position: relative;
  width: 100%;
  left: 0;
  z-index: 20;
}
.horizontal-split-widget.angled-left .image-sub-component {
  clip-path: polygon(0% 0%, calc(100% + 1px) 0%, calc(100% + 1px) 100%, 40px 100%);
  position: relative;
  width: 100%;
  left: 0;
  z-index: 20;
}
.horizontal-split-widget.split-50-50 {
  grid-template-columns: 50% 50%;
}
.horizontal-split-widget.split-60-40 {
  grid-template-columns: 60% 40%;
}
.horizontal-split-widget.split-40-60 {
  grid-template-columns: 40% 60%;
}
.horizontal-split-widget.split-70-30 {
  grid-template-columns: 70% 30%;
}
.horizontal-split-widget.split-30-70 {
  grid-template-columns: 30% 70%;
}

.icon-sub-component {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
}
.icon-sub-component img {
  max-width: 100%;
}
.icon-sub-component p {
  margin: 10px 0;
}
.icon-sub-component .icon-label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.icon-sub-component.label-position-below {
  grid-template-columns: 1fr;
}
.icon-sub-component.label-position-above {
  grid-template-columns: 1fr;
}
.icon-sub-component.label-position-left {
  grid-template-columns: auto auto;
}
.icon-sub-component.label-position-right {
  grid-template-columns: auto auto;
}

.image-sub-component img {
  max-width: 100%;
}
.image-sub-component .image-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 10px;
  column-gap: 5px;
}

.list-sub-component {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
}

.map-sub-component {
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
  display: -ms-grid;
  grid-template-rows: 1fr;
}
.map-sub-component .filter-header {
  min-height: 65px;
  max-height: 65px;
  width: 100%;
  display: flex;
  align-items: center;
}
.map-sub-component .filter-header-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 65px;
}
.map-sub-component .filter-header .filter-open-button {
  cursor: pointer;
}
.map-sub-component .filter-container {
  display: none;
}
.map-sub-component .filter-container-display {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 90;
  background-color: #ffffff;
  padding: 20px 30px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.map-sub-component .filter-container .close-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #172d4d;
  cursor: pointer;
  font-size: 22px;
}
.map-sub-component .filter-container .filter-group {
  margin: 10px;
}
.map-sub-component .filter-container .locationtype-select-checkbox-option, .map-sub-component .filter-container .region-select-checkbox-option {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.map-sub-component .filter-container .locationtype-select-checkbox-option label, .map-sub-component .filter-container .region-select-checkbox-option label {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.map-sub-component .filter-container .map-selection-icon {
  width: 30px;
  height: auto;
  margin: 0 8px 0 0;
}
.map-sub-component .map-container, .map-sub-component .map-locations {
  width: 100%;
  height: 100%;
}
.map-sub-component .mapinfowindow-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  pointer-events: none;
}
.map-sub-component .mapinfowindow-container-inner {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
}
.map-sub-component #mapinfowindow {
  display: none;
  max-width: 500px;
}
.map-sub-component #mapinfowindow .map-info-window {
  pointer-events: all;
  position: relative;
  top: 20px;
  max-height: calc(100% - 40px);
  overflow: auto;
  scrollbar-color: #172d4d #e6e6e6;
  scrollbar-width: thin;
  margin-left: 120px;
}
@media (max-width: 599px) {
  .map-sub-component #mapinfowindow .map-info-window {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.map-sub-component #mapinfowindow .mapinfo-section span {
  font-weight: 700;
}
.map-sub-component #mapinfowindow .mapinfo-section p {
  margin: 0;
}
.map-sub-component #mapinfowindow #map-info-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: white;
  border-radius: 4px;
  color: #172d4d;
  cursor: pointer;
  font-size: 22px;
  padding: 2px 4px;
}
.map-sub-component #mapinfowindow .map-info-image {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.map-sub-component #mapinfowindow .map-info-content {
  padding: 20px 20px 40px 20px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.map-sub-component #mapinfowindow .map-info-content > * {
  margin: 0;
}
.map-sub-component #mapinfowindow .map-info-content hr {
  width: 100%;
  border-top: 1px solid #172d4d;
  border-bottom: none;
}
.map-sub-component #mapinfowindow .map-info-content .location-name {
  text-transform: capitalize;
}
.map-sub-component #mapinfowindow .map-info-content .address {
  white-space: pre-wrap;
}
.map-sub-component #mapinfowindow .map-info-content .icon-item {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.map-sub-component #mapinfowindow .map-info-content .icon-item img {
  width: 30px;
  height: auto;
  margin-right: 8px;
}

.vertical-split-widget {
  display: grid;
  display: -ms-grid;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  /*&.angled-top .image-sub-component {
      clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 40px), 0 100%);
      position: relative;
      height: calc(100% + 20px);
      top: 0;
      z-index: 20;
  }

  &.angled-bottom .image-sub-component {
      clip-path: polygon(0% 0%,100% 40px,100% 100%,0% 100%);
      position: relative;
      height: calc(100% + 19px);
      top: -19px;
      z-index: 20;
  }*/
}
.vertical-split-widget > .sub-component {
  height: 100%;
}
.vertical-split-widget.text-above {
  grid-template-rows: 1fr 250px;
}
.vertical-split-widget.text-below {
  grid-template-rows: 250px 1fr;
}
.vertical-split-widget.text-only {
  grid-template-rows: 1fr min-content;
}
.vertical-split-widget.angled-top > .sub-component:first-child {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 calc(100% - 30px));
  position: relative;
  height: calc(100% + 20px);
  top: 0px;
  z-index: 20;
}
.vertical-split-widget h2, .vertical-split-widget h3, .vertical-split-widget h4, .vertical-split-widget h5, .vertical-split-widget h6 {
  word-break: break-word;
}

.video-sub-component .video-youtube {
  width: 100%;
  height: 100%;
}
.video-sub-component .video-media {
  max-width: 100%;
}

.text-sub-component .bodytext {
  min-width: 0;
  max-width: 100%;
}
.text-sub-component .bodytext.columns-2 {
  columns: 2;
  padding: 20px 0;
}
.text-sub-component .bodytext.columns-2 p, .text-sub-component .bodytext.columns-2 ul {
  margin: 0 0 20px 0;
}
.text-sub-component .bodytext.columns-2 p:last-of-type, .text-sub-component .bodytext.columns-2 ul:last-of-type {
  margin: 0;
}
.text-sub-component .bodytext.columns-3 {
  columns: 3;
  padding: 20px 0;
}
.text-sub-component .bodytext.columns-3 p, .text-sub-component .bodytext.columns-3 ul {
  margin: 0 0 20px 0;
}
.text-sub-component .bodytext.columns-3 p:last-of-type, .text-sub-component .bodytext.columns-3 ul:last-of-type {
  margin: 0;
}

.icon-list {
  column-gap: 3px;
  row-gap: 3px;
  margin: 5px 0;
}
.icon-list--icon {
  width: 25px;
}
.icon-list--icon-container {
  display: flex;
  flex-direction: row;
  column-gap: 5px;
  align-items: center;
  justify-content: flex-start;
}
.icon-list.show-labels {
  display: flex;
  flex-direction: column;
}
.icon-list.hide-labels {
  display: flex;
  flex-direction: row;
}

.listing-contact-us {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  row-gap: 10px;
}
.listing-contact-us > * {
  margin-top: 0;
  margin-bottom: 0;
}
.listing-contact-us .cta-grid {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;
  justify-items: start;
  column-gap: 10px;
  row-gap: 10px;
}
.listing-contact-us .social-list {
  display: flex;
  flex-direction: row;
  column-gap: 5px;
  margin-top: auto;
}
.listing-contact-us .social-list i {
  font-size: 20px;
}

.embed-sub-component .embed-code-container {
  width: 100%;
}

.member-login-sub-component .login-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  /*form {
          width: 100%;
      }

      fieldset {
          border: none;
          background-color: $primary-color;
          color: $primary-text;
          width: 100%;
          padding: 40px;
          box-sizing: border-box;
      }

      button {
          //border: none;
      }

      input {
          width: 100%;
          border: 1px solid $primary-color;
          font-size: 16pt;
          padding: 10px;
          box-sizing: border-box;
          margin: 10px 0 20px 0;
      }
  }*/
}
.member-login-sub-component .login-text .login-content {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  row-gap: 10px;
}
.member-login-sub-component .login-text .login-content p {
  text-align: left;
}
.member-login-sub-component .login-text .login-content form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 5px;
  width: 100%;
}
.member-login-sub-component .login-text .login-content form .form-row {
  width: 100%;
}
.member-login-sub-component .login-text .forgotten-password-link {
  cursor: pointer;
  align-self: flex-start;
}
.member-login-sub-component .login-text .forgotten-content {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 10px;
}
.member-login-sub-component .login-text .forgotten-content p {
  text-align: left;
  margin: 20px 0 40px 0;
}