/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
body {
  color: #2e4257;
  background: white !important;
  font-family: "Radio Grotesk";
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.noscroll {
  overflow: hidden;
  height: 100vh !important;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
  font-family: "Radio Grotesk";
  src: url("../fonts/PPRadioGrotesk-Regular.eot");
  src: url("../fonts/PPRadioGrotesk-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/PPRadioGrotesk-Regular.woff2") format("woff2"),
    url("../fonts/PPRadioGrotesk-Regular.woff") format("woff"),
    url("../fonts/PPRadioGrotesk-Regular.ttf") format("truetype"),
    url("../fonts/PPRadioGrotesk-Regular.svg#PPRadioGrotesk-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Radio Grotesk Bold";
  src: url("../fonts/PPRadioGrotesk-Bold.eot");
  src: url("../fonts/PPRadioGrotesk-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/PPRadioGrotesk-Bold.woff2") format("woff2"),
    url("../fonts/PPRadioGrotesk-Bold.woff") format("woff"),
    url("../fonts/PPRadioGrotesk-Bold.ttf") format("truetype"),
    url("../fonts/PPRadioGrotesk-Bold.svg#PPRadioGrotesk-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body.page-template-page-availability main {
  padding-top: 80px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: 0;
}

.fixed_header {
  position: fixed;
  z-index: 110;
  padding: 10px 5%;
  box-sizing: border-box;
  top: 0;
  width: 100%;
  text-align: center;
  background: #6884be;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.halfs {
  width: 48%;
}

.halfs2 {
  width: 48.5%;
}

.inns {
  max-width: 640px;
  width: 100%;
}

.lefts {
  margin-left: auto;
  margin-right: 0;
}

/* Menu Toggle Button */
#menu-toggle,
#menu-close {
  padding: 0;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  z-index: 1001;
  top: 50%;
  transform: translate(0, -50%);
  left: 2.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: transparent;
}

#menu-close {
  display: none;
}

#menu-toggle:hover,
#menu-close:hover {
  color: #ff7800;
}

/* Menu Overlay */
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6884be;
  z-index: 1105;
  overflow: auto;
  text-align: center;
}

.menu-overlay.fade-in {
  animation: fadeIn 0.3s;
}

.menu-overlay.fade-out {
  animation: fadeOut 0.3s;
}

/* Close Button */
.menu-close {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 30px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

/* Overlay Menu */
.overlay-menu {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
}

.overlay-menu-items,
.secondary-menu,
.mobile-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.overlay-menu-items li,
.mobile-links li {
  margin: 0 0 24px;
}

.overlay-menu-items li:last-child,
.mobile-links li:last-child {
  margin-bottom: 0;
}

.secondary-menu-wrapper {
  padding: 48px 0 0;
}

.mobile-links {
  display: none;
  padding: 48px 0 0;
}

.overlay-menu-items li a,
.mobile-links li,
.mobile-links li a {
  color: #fff;
  text-align: center;
  font-family: "Radio Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 100% */
  text-transform: uppercase;
}

#overlay-menu .secondary-menu,
#overlay-menu .social-menu {
  display: flex;
  flex-direction: row;
  gap: 40px;
  list-style: none;
  justify-content: center;
  align-items: center;
  padding: 0;
}

#overlay-menu .social-menu {
  gap: 32px;
  padding: 40px 0 0;
}

#overlay-menu .social-menu li a {
  text-indent: -9999px;
  display: block;
  width: 24px;
  height: 24px;
  background-size: cover;
}

#overlay-menu .social-menu li.instagram a {
  background-image: url(../img/social_insta.svg);
}

#overlay-menu .social-menu li.facebook a {
  background-image: url(../img/social_fb.svg);
}

#overlay-menu .social-menu li a:hover {
  color: #ff7800;
}

#overlay-menu .secondary-menu li a {
  color: #fff;
  text-align: center;
  font-family: "Radio Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
  text-transform: uppercase;
}

.overlay-menu-items li a:focus,
.overlay-menu-items li a:hover,
.mobile-links li a:focus,
.mobile-links li a:hover,
#overlay-menu .secondary-menu li a:focus,
#overlay-menu .secondary-menu li a:hover,
.overlay-menu .mobile-links li .regs:hover,
.overlay-menu .mobile-links li .regs:focus {
  color: #ff7800;
}

/* Fade-in and Fade-out Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.form {
  position: fixed;
  z-index: 100000;
  background: #6884be;
  width: 100%;
  height: 100%;
  top: 0;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  color: white;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

body.noscroll .form {
  overflow: scroll;
  overflow-x: hidden;
}

.amenities_drawerer {
  position: fixed;
  top: 0;
  z-index: 1000000;
  padding: 0px 80px 80px;
  right: 0;
  width: 830px;
  background: #6884be;
  color: white;
  font-size: 20px;
  line-height: 28px;
  font-family: "Radio Grotesk";
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.am_bg {
  top: 0;
  height: 100%;
  position: fixed;
  z-index: 1999;
  background: white;
  opacity: 0.85;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 100%;
}

.putple {
  background: #6884be;
}

.putple .copy {
  color: white;
}

.offset {
  right: -110% !important;
}

.amen_info strong {
  display: block;
  margin-bottom: 20px;
  color: #ff7800;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: "Radio Grotesk Bold";
}

.amen_info ul {
  margin: 16px 0 40px;
  padding-left: 22px;
  list-style: none;
}

.amen_info ul li {
  position: relative;
  margin-bottom: 8px;
}

.amen_info ul li:before {
  content: "— ";
  display: inline-block;
  position: absolute;
  left: -22px;
}

.f_closer {
  width: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.f_closer:hover {
  transform: rotate(-90deg);
}

.amen_info span {
  width: 90%;
  padding-left: 20px;
  display: block;
  position: relative;
}

.amen_info span::before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 1.5px;
  z-index: 100;
  background: white;
  left: 0px;
  top: 15px;
}

.hiddens {
  opacity: 0;
  pointer-events: none;
}

.botttom_panel {
  position: fixed;
  width: 100%;
  z-index: 1110;
  top: 0;
  height: 80px;
  font-family: "Radio Grotesk Bold";
  text-align: center;
  color: white;
  background: #6884be;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.botttom_panel .unner br {
  display: none;
}

.homebottom {
  background: transparent !important;
}

.access {
  padding-bottom: 220px;
}

.inner_heig {
  background: #6884be;
  height: 80px;
  width: 100%;
  position: absolute;
  top: 0;
}

.add {
  height: 80px !important;
}

.btn_inner {
  position: absolute;
  width: 90%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.botttom_panel .nav-container {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 2.5%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.botttom_panel .nav-container a:hover {
  color: #ff7800;
}

.nav-container .portal img {
  display: block;
  width: 32px;
  height: 32px;
}

.nav-container .portal:hover span {
  display: inline-flex;
}

.nav-container .portal span {
  display: none;
  position: absolute;
  right: -8px;
  top: 32px;
  color: #2e4257;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  background-color: white;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25));
}

.nav-container .portal span::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 13px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid white;
}

.nav-container .regs span {
  display: block;
}

.nav-container a.phone {
  display: none;
}

.nav-container .regs span:focus,
.nav-container .regs span:hover {
  color: #ff7800;
}

.nav-container .regs svg {
  display: none;
}

#menu-toggle,
#menu-close,
.botttom_panel .nav-container,
.oitherbtn {
  font-size: 16px;
  font-family: "Radio Grotesk Bold";
  text-transform: uppercase;
  color: white;
  z-index: 20;
  padding-bottom: 0px;
  cursor: pointer;
}

.oitherbtn {
  background-color: #ff7800;
  border-radius: 5px;
  padding: 4px 8px;
}

.oitherbtn:hover {
  background-color: white;
  color: #ff7800;
}

.foot_btn:hover {
  color: #ff7800;
  opacity: 1 !important;
}

.amen_info {
  padding-top: 60px;
  height: 100vh;
  max-width: 640px;
  overflow: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.amen_info::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.amen_info {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.close_btn {
  position: absolute;
  top: 22px;
  z-index: 100;
  left: 1.5%;
  cursor: pointer;
  color: white;
  font-size: 16px;
  font-family: "Radio Grotesk Bold";
  text-transform: uppercase;
  border-bottom: 4px solid #ff7800;
  line-height: 24px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.close_btn:hover {
  color: #ff7800;
}

.hiddens {
  opacity: 0;
  pointer-events: none;
}

.form_left {
  width: 60%;
  position: relative;
  height: 100%;
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.form_right {
  width: 40%;
  text-align: left;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  order: 2;
  margin-top: 0;
}

.form_right.fformz > p {
  margin-bottom: 40px;
  text-transform: none;
}

.form_right strong {
  font-size: 48px;
  padding-top: 20px;
  line-height: 48px;
  font-weight: normal;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.inputer label {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

.reqe {
  font-size: 20px;
  margin-bottom: 30px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.form_right::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.form_right {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.initials .select-selected {
  color: white !important;
}

.inp {
  width: 100%;
  background: white;
  border: none;
  color: #2e4257;
  font-size: 16px;
  padding: 20px;
  box-sizing: border-box;
}

.logo_form {
  width: 390px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
}

.sm1 {
  fill: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.sm2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.social:hover > svg .sm2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #ff7800;
}

.social:hover > svg .sm1 {
  fill: #ff7800;
}

.form_info strong {
  font-size: 24px;
  line-height: 32px;
  display: block;
}

.form_info {
  letter-spacing: 1px;
  text-align: center;
  width: 95%;
  max-width: 450px;
  bottom: 40px;
  font-size: 18px;
  line-height: 24px;
}

.form_info p {
  margin: 0 0 32px;
  padding: 0;
  font-family: "Radio Grotesk Bold", Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0.72px;
}

.form_info p:last-child {
  margin-bottom: 0;
}

.form_info a:hover {
  text-decoration: underline;
}

.tag {
  font-size: 26px;
}

.tag strong {
  font-size: 40px;
  font-weight: normal;

  line-height: 44px;
  display: block;
  margin-bottom: 0px;
}

.tag .unner {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  padding-top: 20px;
}

.rights {
  margin-right: auto;
  margin-left: 0;
}

.side-by-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
}

.image-text-split {
  justify-content: flex-start;
}

.register {
  position: absolute;
  left: 2.5%;
  top: 50%;
  font-size: 16px;
  font-family: "Radio Grotesk Bold";
  text-transform: uppercase;
  color: white;
  border-bottom: 4px solid #ff7800;
  padding-bottom: 0px;
  transform: translate(0, -50%);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}

.register:hover {
  color: #ff7800 !important;
}

.topps .register {
  opacity: 0;
  pointer-events: none;
}

.topps2 .register:hover {
  color: #fff !important;
}

.register:hover {
  color: white;
}

.logoicon {
  width: 50px;
  display: block;
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.understick {
  z-index: 80;
}

.sticky {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky !important;
  top: 85px;
  align-self: flex-start;
}

.img-responsive {
  width: 780px;
}

.img-responsive2 {
  width: 370px;
}

.main_content {
  top: 0;
}

main h2 {
  color: #2e4257;
  font-family: "Radio Grotesk", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 20px;
}

.widths {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding-top: 20px;
  position: relative;
  background: white;
}

.scroller {
  margin-bottom: 20px;
  max-height: 550px;
  padding-bottom: 20px !important;
}

.scroller .owl-stage {
  height: 100%;
  transition-timing-function: linear !important;
}

.scroller .owl-item,
.scroller .owl-stage-outer,
.scroller .owl-item img {
  height: 100%;
}

.topps {
  background: transparent !important;
}

.topps2 {
  background: #2e4257 !important;
}

.topps .logoicon {
  opacity: 0 !important;
}

.topps2 .logoicon {
  opacity: 1 !important;
}

.topps .register {
  color: white !important;
}

.topps2 .register {
  color: #ff7800 !important;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
}

.basic-content {
  width: 90%;
  margin: 0 auto;
}

.page-team .content-container .basic-content {
  text-align: center;
}

.simply-scroll-list {
  font-size: 16px;
  line-height: 1em;
}

.text-page {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 60px;
}

.text-page strong {
  font-family: "Radio Grotesk Bold" !important;
}

.text-page ul {
  font-family: "Radio Grotesk Bold" !important;
}

.text-page li {
  margin-bottom: 20px;
}

.text-page a {
  text-decoration: underline;
}

.text_content {
  padding-bottom: 60px;
  padding-top: 40px;
  max-width: 1080px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 28px;
}

.text-page h3 {
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal !important;
}

.text-page h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 80px;
  line-height: 80px;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: white;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 27px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;

  border-top: 12px solid #2e4257;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  transform: rotate(180deg);
  top: 20px;
}

/* style the items (options), including the selected item: */
.select-items div {
  color: #2e4257;
  padding: 20px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

.select-selected {
  color: #2e4257;
  padding: 20px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 270px;
  overflow: scroll;
  z-index: 99;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.select-items::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.select-items {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

#scroller {
  padding-bottom: 0px;
}

#scroller img {
  margin-right: 15px;
}

.select-items div:hover {
  background-color: #ff7800;
  color: white !important;
}

.same-as-selected {
  background-color: #ff7800;
  color: white !important;
}

.radio {
  margin-bottom: 60px;
  margin-top: 0px;
}

body {
  height: auto !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 60px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #fff;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 40px;
  height: 40px;
  border-radius: 0%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 40px;
  height: 40px;
  background: #ff7800;
  position: absolute;
  top: -10px;
  left: 0px;
  border-radius: 0%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.inputer {
  margin-bottom: 40px;
  width: 100%;
  display: block;
}

.inputer.buyer-broker {
  display: flex;
  flex-wrap: wrap;
}

.inputer.buyer-broker > label {
  width: 100%;
  margin-top: 0;
}

.inputer.buyer-broker .radio {
  margin-bottom: 0;
  margin-right: 40px;
}

.content {
  position: relative;
}

.onethird {
  width: 24%;
}

.twothird {
  width: 74.75%;
}

.margnsbtns {
  margin-bottom: 40px;
}

.margintops {
  margin-top: 3%;
}

.margintops2 {
  margin-top: 1.5%;
}

.margnsbtns2 {
  margin-bottom: 1.5%;
}

.widsh2 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.thirds_twos {
  width: 70%;
}

.thirds_ones {
  width: 30%;
}

.btns {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
}

.centerbannr {
  width: 95%;
  letter-spacing: 1px;
}

.btn {
  margin-right: 20px;
}

.content-container {
  padding-top: 30px;
}

.content-container.no-hero {
  padding-top: 80px;
}

.btn,
.btn2 {
  font-family: "Radio Grotesk", Arial, sans-serif;
  padding: 16px 40px;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  display: inline-block;
}

.text-image-split,
.image-text-split {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}

.large-image,
.full-width_image {
  position: relative;
  margin: 30px auto;
}

.large-image figure,
.full-width_image figure {
  width: 100%;
}

.halfs figure {
  position: relative;
}

figure figcaption {
  color: #fff;
  font-family: "Radio Grotesk", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  bottom: 5px;
  left: 10px;
}

.full-width_text {
  width: 90%;
  max-width: 504px;
  margin: 0 auto;
  color: #2e4257;
  font-family: "Radio Grotesk", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding: 30px 0;
}

.full-width_text .subject:not(.btns) {
  max-width: 1040px;
  margin: 0 auto;
}

.full-width_text .subject.btns {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.full-width_text .centered {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.full-width_text table,
.text-col table {
  width: 100%;
  border-collapse: collapse;
  color: #2e4257;
  border-top: 1px solid #2e4257;
  margin-bottom: 40px;
}

.full-width_text table:last-child,
.text-col table:last-child {
  margin-bottom: 0;
}

.full-width_text table tr,
.text-col table tr {
  border-bottom: 1px solid #2e4257;
}

.full-width_text table th,
.text-col table th {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.72px;
  font-family: "Radio Grotesk Bold", Arial, sans-serif;
  font-weight: normal;
  min-width: 20%;
  text-transform: uppercase;
  padding: 16px 0 0;
  display: block;
}

.full-width_text table td,
.text-col table td {
  text-align: center;
  font-family: "Radio Grotesk", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0 0 16px;
  display: block;
}

.full-width_text p,
.text-col p,
.basic-content p {
  margin-top: 0;
  margin-bottom: 40px;
}

.full-width_text p:last-child,
.text-col p:last-child,
.basic-content p:last-child {
  margin-bottom: 0;
}

.basic-content p.team_logo {
  padding-top: 40px;
  margin-bottom: 24px;
}

.basic-content p.team_logo:first-child {
  padding-top: 0;
}

.page-team .basic-content {
  padding: 60px 0;
}

.full-width_text ul,
.text-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #2e4257;
}

.full-width_text ul li,
.text-col ul li {
  border-bottom: 1px solid #2e4257;
  padding: 12px 0;
  font-family: "Radio Grotesk Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.48px;
}

.text-image-split + .full-width_text.bg-light_blue,
.full-width_text + .full-width_text.bg-light_blue,
.large-image + .full-width_text.bg-light_blue,
.full-width_image + .full-width_text.bg-light_blue {
  margin-top: 30px;
}

.full-width_text.bg-light_blue + .text-image-split,
.full-width_text.bg-light_blue + .full-width_text,
.full-width_text.bg-light_blue + .large-image {
  margin-top: 60px;
}

.full-width_text.bg-light_blue + .full-width_image {
  margin-top: 0;
}

.full-width_text.bg-light_blue {
  background-color: #6884be;
  padding: 60px 5%;
  color: white;
}

main .full-width_text.bg-light_blue h2 {
  color: white;
}

.full-width_text p {
  margin: 0 0 40px;
}

.full-width_text p:last-child {
  margin-bottom: 0;
}

.large-image {
  width: 90%;
  height: auto;
  margin: 30px auto;
}

main .large-image:last-child {
  margin-bottom: 0;
}

.large-image + .quick_nav,
.full-width_image + .quick_nav {
  margin-top: -6px;
}

.news-grid {
  width: 90%;
  padding-top: 120px;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  gap: 44px;
}

.entry-header figure.post-thumbnail {
  margin-bottom: 40px;
}

.entry-header .entry-meta {
  font-family: "Radio Grotesk Bold", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.news-grid header h2,
.news-grid header h2 a {
  color: #2e4257;
  font-family: "Radio Grotesk", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 8px;
}

.news-grid .entry-content p {
  color: #2e4257;
  font-family: "Radio Grotesk", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.news-press-cta,
.news-press-cta a {
  color: #ff7800;
  text-align: center;
  font-family: "Radio Grotesk Bold", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  /* 100% */
  text-transform: uppercase;
  padding: 0;
  margin: 80px 0;
}

.single-post .entry-content {
  padding-bottom: 80px;
}

.single-post article {
  width: 90%;
  padding-top: 120px;
  margin: 0 auto;
  max-width: 1040px;
  color: #2e4257;
  font-family: "Radio Grotesk", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.single-post article h1 {
  margin-top: 16px;
  margin-bottom: 8px;
  color: #2e4257;
  font-family: "Radio Grotesk", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.single-post article h2 {
  color: #2e4257;
  font-family: "Radio Grotesk Bold", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.86px;
  text-transform: uppercase;
  margin-top: 0;
}

.single-post article p {
  padding-bottom: 40px;
  margin: 0;
}

.single-post article p + ul {
  margin-top: -25px;
}

.single-post article ul {
  padding-left: 0;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.single-post article p:last-child,
.single-post article ul:last-child {
  padding-bottom: 0;
}

.single-post article ul li {
  margin-bottom: 12px;
  margin-left: 25px;
}

.single-post article .source-link a {
  margin-bottom: 0;
  color: #ff7800;
  font-family: "Radio Grotesk Bold", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.single-post article .source-link a:hover {
  text-decoration: underline;
}

.slideshow {
  position: relative;
}

.slideshow figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slideshow figure:first-child {
  position: relative;
}

.slideshow .active {
  display: block;
  opacity: 1;
}

main .cmg-category-filter.custom-select {
  margin: 24px 0 4px;
  width: 100%;
}

main .cmg-category-filter .select-selected,
main .availability-category-filter .select-selected {
  color: #2e4257;
  font-family: "Radio Grotesk", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0 0 20px;
  border: none;
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  align-items: center;
}

main .availability-category-filter .select-selected {
  padding: 5px 0;
}

main .cmg-category-filter .select-selected::after,
main .availability-category-filter .select-selected::after {
  border: none;
  width: 14px;
  height: 6px;
  background: url(../img/filterarrow.svg) no-repeat;
  background-size: 14px 6px;
  position: relative;
  top: auto;
  right: auto;
}

main .cmg-category-filter .select-items div,
main .availability-category-filter .select-items div {
  font-family: "Radio Grotesk", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

main .cmg-category-filter .select-items,
main .availability-category-filter .select-items {
  border-top: 1px solid transparent;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent;
  max-height: 450px;
}

main .availability-category-filter .select-items {
  max-height: 380px;
  min-width: 200px;
}

main #cmg-modal {
  background: #fff;
}

main .cmg-modal-content {
  width: 100%;
  height: auto;
}

main .cmg-gallery-grid {
  gap: 15px;
  margin-bottom: 60px;
}

main .cmg-modal-content img,
main .cmg-modal-content video {
  max-height: 80vh;
}

main .cmg-close {
  color: #2e4257;
  width: 24px;
  height: 24px;
  background: url(../img/x-dark.svg) no-repeat;
  background-size: 24px 24px;
  text-indent: -999em;
}

main .cmg-caption {
  position: relative;
  color: #2e4257;
  text-align: center;
  font-family: "Radio Grotesk", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  bottom: auto;
  left: auto;
  transform: none;
  max-width: 70%;
  margin: 0 auto;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none !important;
}

.reeds .select-selected {
  border-bottom: 1px solid #c70039 !important;
}

.register_btn input {
  padding: 20px 40px;
  width: auto;
  font-size: 16px;
  border: none !important;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.thankyou {
  display: none;
}

.closer {
  padding: 20px 40px;
  width: auto;
  margin-top: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.register_btn input,
.closer {
  padding: 20px 40px;
  color: #2e4257;
  background: white;
}

.bg-light_blue .btn {
  color: #2e4257;
  background: #fff;
  border: 1px solid #fff;
}

.bg-white .btn2 {
  color: white;
  background: #2e4257;
  border: 1px solid #2e4257;
}

.bg-blue .btn2 {
  color: #2e4257;
  background: white;
  border: 1px solid #fff;
}

.bg-white .btn:hover,
.bg-white .btn2:hover {
  color: #2e4257 !important;
  background: #fff;
  border: 1px solid #2e4257;
}

.bg-light_blue .btn:hover,
.bg-light_blue .btn2:hover {
  color: #fff !important;
  background: #2e4257;
  border: 1px solid #2e4257;
}

.register_btn input:hover,
.closer:hover {
  background: #2e4257;
  color: #fff;
}

.halfs2 .inside_img::after {
  padding-bottom: 140% !important;
  content: "";
  display: block;
}

.halfs .inside_img::after {
  padding-bottom: 68%;
  content: "";
  display: block;
}

.widsh3 {
  max-width: 570px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.whirls {
  position: absolute;
}

.whirls.rightside {
  right: -100px;
  top: auto;
  bottom: -100px;
  width: 200px;
}

.leftswids {
  width: 60%;
  left: -35%;
  bottom: -20%;
  z-index: 1;
}

.paddingtops {
  padding-top: 60px;
}

.doublepaddingtops {
  padding-top: 120px;
}

.triplepaddingtops {
  padding-top: 160px;
}

.doublepaddingbottoms {
  padding-bottom: 120px;
}

.paddingbotoms {
  padding-bottom: 60px;
}

.title {
  width: 100%;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 40px;
}

.title2 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
}

.de-lgoo {
  width: 200px;
  margin-right: 0px;
  display: inline-block;
}

.logo-highmark {
  width: 126px;
  margin-right: 24px;
  display: inline-block;
}

.right_title {
  text-align: right;
}

.centerbannr {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-family: "Radio Grotesk Bold" !important;

  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}

.centerbannr br {
  display: none;
}

.centerbannr .btn {
  margin-right: auto;
  margin-left: 30px;
  display: inline-block;
}

.midsized {
  width: 80%;
}

.hero {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home .hero {
  height: 100vh;
}

body:not(.home) .hero {
  padding-top: 80px;
}

.hero_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: #111;
  opacity: 0.15;
}

.hero .inside_img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: auto;
  background-repeat: no-repeat;
}
.page-home .hero .inside_img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.hero .inside_img img {
  width: 100%;
  height: auto;
  max-width: none;
}

.hero-content {
  width: 95%;
  position: relative;
  z-index: 2;
  text-align: center;
}

.logo-b {
  width: 60%;
  max-width: 390px;
  margin: 0 auto;
}

.inp {
  border: 2px solid white;
}

.tag {
  text-align: center;
  color: white;
  font-size: 40px;
  text-transform: uppercase;
  width: 100%;
  padding-top: 80px;
}

.tag .unner br {
  display: none;
}

.doublles {
  display: block;
  margin-top: 10px;
}

footer {
  background: #6884be;
  padding: 60px 5%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_sides {
  width: 100%;
  line-height: 20px;
}

.foot_logo {
  width: 100%;
  margin-bottom: 60px;
  display: block;
}

.animation-element {
  opacity: 1;
}

.foot_info {
  margin-left: auto;
  margin-right: 0;
  font-size: 16px;
  max-width: 450px;
  line-height: 22px;
  color: white;
}

.moveinleft .subject {
  transform: translate(-100px, 0);
  opacity: 0;
}

.moveinleft.in-view .subject {
  transform: translate(0px, 0);
  opacity: 1;
}

.moveinright .subject {
  transform: translate(100px, 0);
  opacity: 0;
}

.moveinright.in-view .subject {
  transform: translate(0px, 0);
  opacity: 1;
}

.moveindown .subject {
  transform: translate(0px, 50px);
  opacity: 0;
}

.moveindown.in-view .subject {
  transform: translate(0px, 0);
  opacity: 1;
}

.fadeins .subject {
  opacity: 0;
  -webkit-transition: 1.4s ease-in-out;
  -moz-transition: 1.4s ease-in-out;
  -o-transition: 1.4s ease-in-out;
  transition: 1.4s ease-in-out;
}

.fadeins.in-view .subject {
  opacity: 1;
}

.delays1 {
  transition-delay: 0.4s !important;
}

.delays2 {
  transition-delay: 0.6s !important;
}

.delays3 {
  transition-delay: 0.8s !important;
}

.subject {
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.addd-ons {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.foot_info a {
  color: white;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.foot_info a:hover {
  color: #ff7800;
}

.socials {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}

.icons {
  width: 110px;
  display: block;
  margin-top: 40px;
}

.social {
  width: 24px;
  margin-right: 10px;
}

.desktop {
  display: none;
}

.mobile {
  display: block;
}

.grecaptcha-badge {
  visibility: hidden;
}

.quick_nav ol {
  padding: 24px 0;
  display: flex;
  flex: auto;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
  list-style: none;
  width: 90%;
  margin: 0 auto;
}

@media (max-height: 700px) {
  .logo_form {
    width: 240px !important;
    top: 40%;
  }

  .logo-b {
    width: 300px;
  }

  .tag strong {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1503px) {
  .logo_form {
    width: 300px;
  }

  .logo-b {
    width: 300px;
  }
}

@media screen and (max-width: 1303px) {
  .centerbannr .btn {
    display: block;
    max-width: 220px;
    margin: auto;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1103px) {
  .btn,
  .btn2 {
    margin-right: 0;
  }
}

.botttom_panel .mobile-availability {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 12px;
  line-height: 24px;
  /* 200% */
  letter-spacing: 0.24px;
}

.botttom_panel .mobile-right-nav {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-right-nav .regs {
  font-size: 12px;
  line-height: 24px;
  /* 200% */
  letter-spacing: 0.24px;
}

.splide {
  padding-top: 30px;
  width: 100%;
}

.splide__arrow {
  display: none;
}

.splide figure {
  margin-bottom: 0;
}

.splide__pagination {
  display: flex;
  bottom: 16px;
}

.splide__pagination li {
  line-height: 5px;
}

.splide__pagination li button.splide__pagination__page {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
}

.splide__pagination li button.splide__pagination__page.is-active {
  transform: none;
  background: white;
}

@media screen and (max-width: 640px) {
  .nav-container a:first-child,
  .nav-container .portal,
  .nav-container .apply-btn {
    display: none;
  }

  .nav-container a.phone {
    display: block;
    order: 3;
  }

  .mobile-links {
    display: block;
  }

  .tag .unner {
    padding-top: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.28px;
  }
}

@media screen and (max-width: 903px) {
  #menu-toggle,
  #menu-close,
  .botttom_panel .nav-container,
  .botttom_panel .oitherbtn,
  .nav-container .portal span {
    font-size: 12px;
    padding: 2px 8px;
  }

  .nav-container .portal span {
    right: 0;
  }

  .amen_info strong,
  .amen_info {
    font-size: 16px;
    line-height: 24px;
  }

  .text_content {
    padding-top: 120px;
    font-size: 16px;
    line-height: 28px;
  }

  .text-page h2 {
    margin-top: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .text-page h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .text-page {
    width: 90%;
  }

  .form_right strong {
    font-size: 31px;
    line-height: 32px;
  }

  .inputer label {
    font-size: 20px;
  }

  .inputer span {
    display: block;
    width: 100%;
  }

  .amenities_drawerer {
    width: 100%;
    box-sizing: border-box;
    padding: 5%;
    padding-top: 0;
  }

  .centerbannr .btn,
  .closer {
    width: 100% !important;
    max-width: none !important;
  }

  .amen_info {
    padding-top: 0;
  }

  .radio {
    margin-bottom: 40px;
  }

  .form_left {
    order: 1;
    margin-top: 60px;
    width: 100%;
  }

  .form_right .blocker {
    height: 60px !important;
  }

  .form_right {
    width: 100%;
    padding-top: 20px;
    margin-top: 0;
    order: 2;
    max-height: none;
    overflow-x: visible;
    overflow-y: visible;
  }

  .form {
    padding: 5%;
    flex-direction: column;
  }

  .twothird,
  .onethird {
    width: 100%;
  }

  footer {
    padding: 40px 5%;
  }

  .twothird {
    padding-top: 80px;
  }

  .register,
  .close_btn {
    font-size: 14px;
  }

  .close_btn {
    left: 5%;
  }

  .foot_info {
    margin-left: 0;
  }

  .onethird {
    padding-bottom: 80px;
  }

  .thirds_twos {
    width: 100%;
  }

  .thirds_ones {
    width: 100%;
  }

  .doublepaddingtops {
    padding-top: 0;
  }

  .btn,
  .btn2,
  .register_btn input {
    width: 100%;
    margin-bottom: 20px;
    max-width: none;
  }

  .tag {
    padding-top: 60px;
    width: 100%;
  }

  .tag,
  .tag .unner {
    font-size: 14px;
    line-height: 20px;
  }

  .tag .unner br {
    display: block;
  }

  .tag strong {
    font-size: 24px;
    line-height: 24px;
  }

  .hero {
    position: relative;
  }

  .botttom_panel {
    position: fixed;
    height: auto;
    top: 0;
    margin-top: 0;
  }

  .middles {
    padding-top: 80px;
    padding-bottom: 120px !important;
  }

  .img-responsive {
    width: 330px;
  }

  .img-responsive2 {
    width: 155px;
  }

  .hero-content {
    width: 90%;
  }

  .logo-b {
    width: 205px;
    margin: 0 auto;
  }

  .register {
    left: 5%;
  }

  .offset {
    right: -300% !important;
  }

  .text_content,
  .widsh3 {
    width: 100%;
  }

  .widsh2 {
    max-width: none;
    width: 90%;
  }

  .midsized {
    width: 100%;
  }

  .mm1 {
    z-index: 100 !important;
    position: relative;
  }

  .triplepaddingtops {
    padding-top: 80px;
  }

  .leftim img {
    width: 80% !important;
  }

  .ikg {
    margin-bottom: 20px;
  }

  .centerbannr {
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 28px;
  }

  .centerbannr br {
    display: block;
  }

  .de-lgoo {
    width: 180px;
  }
  .logo-highmark {
    width: 116px;
  }

  .foot_info {
    font-size: 14px;
  }

  .icons {
    width: 90px;
  }

  .centerbannr .btn {
    margin-top: 20px;
    margin-left: 0;
  }

  .paddingbotoms {
    padding-bottom: 40px;
  }

  .btn {
    margin-right: 0;
  }

  .title {
    font-size: 32px;
    line-height: 36px;
  }

  .rightimg {
    text-align: right;
  }

  .rightimg img {
    width: 80% !important;
    margin-left: auto;
    margin-right: 0;
  }

  .halfs {
    width: 100%;
  }

  .widths {
    width: 90%;
  }

  .cce {
    margin-bottom: 40px !important;
  }

  .understick {
    z-index: 999 !important;
    overflow: visible !important;
  }

  .paddingtops {
    padding-top: 40px;
  }

  .doublepaddingbottoms {
    padding-bottom: 80px;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.availability-wrapper {
  padding-top: 40px;
  width: 100%;
  margin: 0 auto;
}

.availability-wrapper .availability-options {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  width: 90%;
  margin: 0 auto;
}

.availability-wrapper .change-view {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

.availability-wrapper .change-view button.list-view,
.availability-wrapper .change-view button.grid-view {
  background-image: url("../img/availability_list.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}

.availability-wrapper .change-view button:hover {
  cursor: pointer;
}

.availability-wrapper .change-view button.grid-view {
  background-image: url("../img/availability_grid.svg");
}

.availability-wrapper .change-view button.list-view.active,
.availability-wrapper .change-view button.list-view:hover {
  background-image: url("../img/availability_list_selected.svg");
}

.availability-wrapper .change-view button.grid-view.active,
.availability-wrapper .change-view button.grid-view:hover {
  background-image: url("../img/availability_grid_selected.svg");
}

.availability-violator {
  display: flex;
  width: 95%;
  padding: 20px 0px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #efefef;
}

.availability-violator p {
  color: #2e4257;
  text-align: center;
  font-family: "Radio Grotesk Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 0.72px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 740px) {
  .availability-violator p {
    font-size: 12px;
    line-height: 18px;
    /* 142.857% */
    letter-spacing: 0.28px;
    padding: 0 20px;
    margin: 0;
  }
}

.availability-table {
  width: 100%;
  margin-top: 40px;
}

.availability-table.grid-view {
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr;
  padding: 48px 0;
  margin: 0 auto;
  width: 95%;
  max-width: 1300px;
}

.availability-table .unit-row {
  display: flex;
  padding: 24px 2.5%;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  background: white;
  color: #2e4257;
}

.availability-table.grid-view .unit-row {
  padding: 0;
  flex-wrap: wrap;
}

.availability-table:not(.grid-view) .unit-row:nth-child(odd) {
  background: #efefef;
}

.availability-table .unit-image {
  display: none;
}

.availability-table.grid-view .unit-image {
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  background-color: white;
  flex-grow: 1;
  text-align: center;
}

.availability-table.grid-view .unit-image span.enlarge {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 0;
}

.availability-table.grid-view .unit-image span.enlarge svg {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.availability-table.grid-view .unit-row img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.availability-table .unit {
  font-family: "Radio Grotesk Bold";
  font-size: 72px;
  font-style: normal;
  font-weight: normal;
  line-height: 72px;
  /* 100% */
  width: 200px;
}

.availability-table.grid-view .unit {
  width: auto;
}

.availability-table .amenities {
  font-family: "Radio Grotesk Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  /* 100% */
  text-transform: uppercase;
  width: 200px;
  display: block;
}

.availability-table .price-availability {
  width: 200px;
}

.availability-table .amenities p {
  line-height: 26px;
}

.availability-table .amenities ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.availability-table.grid-view .amenities,
.availability-table .unit .amenities {
  display: none;
}

.availability-table.grid-view .unit .amenities {
  display: block;
  width: auto;
}

.availability-table.grid-view .unit .amenities ul {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  width: auto;
}

.availability-table .amenities ul li {
  padding-bottom: 8px;
  margin: 0;
}

.availability-table.grid-view .unit .amenities ul li {
  padding: 0;
  margin: 0;
}

.availability-table.grid-view .unit .amenities ul li:after {
  content: "/";
  padding-left: 5px;
}

.availability-table.grid-view .unit .amenities ul li:last-child:after {
  content: "";
}

.availability-table .price-availability {
  font-family: "Radio Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.availability-table.grid-view .price-availability {
  text-align: right;
  width: auto;
}

.availability-table .price {
  font-family: "Radio Grotesk Bold";
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  display: block;
  /* 100% */
  padding-bottom: 8px;
}

.availability-table .floorplan-btn {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}

.availability-table.grid-view .floorplan-btn {
  width: 100%;
  justify-content: flex-start;
}

.availability-table .floorplan-btn a,
.availability-table .floorplan-btn button {
  display: block;
  padding: 12px 16px;
  color: #2e4257;
  background-color: white;
  text-align: center;
  font-family: "Radio Grotesk Bold";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border: 1px solid #2e4257;
  width: auto;
  flex-grow: 1;
}

.availability-table .floorplan-btn a:hover,
.availability-table .floorplan-btn button:hover {
  background: #2e4257;
  color: white;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}

.availability-table .floorplan-btn a.highlight,
.availability-table .floorplan-btn button.highlight {
  background: #2e4257;
  color: white;
}

.availability-table .floorplan-btn a.highlight:hover,
.availability-table .floorplan-btn button.highlight:hover {
  color: #2e4257;
  background-color: white;
}

.availability-table .floorplan-btn a.apply {
  width: 100%;
  flex-basis: 100%;
}

.availability-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.availability-map iframe {
  display: block;
  width: 100%;
  min-height: 700px;
}

@media screen and (min-width: 741px) {
  .availability-map iframe {
    width: 95%;
    margin: 0 auto;
  }
}

.availability-disclaimer {
  display: flex;
  padding: 40px 2.5%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #efefef;
}

.availability-disclaimer p {
  color: #2e4257;
  font-family: "Radio Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.32px;
}

.availability-disclaimer strong {
  font-family: "Radio Grotesk Bold";
  font-weight: normal;
}

@media screen and (max-width: 740px) {
  .availability-disclaimer {
    padding: 40px 2.5%;
  }

  .availability-disclaimer p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.24px;
  }
}

@media screen and (max-width: 740px) {
  .botttom_panel .unner br {
    display: block;
  }

  .availability-wrapper {
    padding-top: 27px;
  }

  .availability-table .unit-row {
    flex-wrap: wrap;
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
    margin: 0 auto;
  }

  .availability-table.grid-view .unit-row {
    width: 100%;
    padding: 0;
  }

  .availability-table .unit {
    font-size: 32px;
    line-height: 26px;
    width: auto;
    flex-grow: 1;
  }

  .availability-table .amenities {
    font-size: 12px;
    line-height: 12px;
    width: auto;
    flex-grow: 1;
  }

  .availability-table .amenities p {
    line-height: 18px;
  }

  .availability-table .price-availability {
    width: auto;
    flex-grow: 1;
  }

  .availability-table .price {
    font-size: 24px;
    line-height: 24px;
  }

  .availability-table .price-availability {
    font-size: 10px;
    line-height: 14px;
    /* 140% */
    letter-spacing: 0.2px;
  }

  .availability-table .floorplan-btn a {
    font-size: 12px;
    line-height: 24px;
    /* 200% */
    letter-spacing: 0.48px;
  }

  .btn,
  .btn2 {
    padding: 12px 16px;
  }
}

.quick_nav ol li {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 120px;
  max-height: none;
}

.quick_nav ol li a {
  position: relative;
  display: flex;
  flex: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  max-height: none;
  color: #fff;
  text-align: center;
  font-family: "Radio Grotesk", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  border: none;
}

.quick_nav ol li a span {
  z-index: 1;
}

.quick_nav ol li a .bg_image {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  z-index: 0;
}

.quick_nav ol li a .bg_image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

.quick_nav ol li a:hover .bg_image::after {
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 640px) {
  .side-by-side {
    flex-direction: row;
    gap: 80px;
  }

  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }

  .whirls.leftswids {
    width: 40%;
    left: -25%;
    bottom: -50%;
  }

  .whirls.rightside {
    right: -180px;
    top: auto;
    bottom: -180px;
    width: 360px;
  }

  .btn,
  .btn2 {
    width: auto;
  }

  .quick_nav ol {
    gap: 24px;
    width: 95%;
    flex-direction: row;
    padding: 24px 0;
  }

  .quick_nav ol li {
    height: 24vw;
    width: 33%;
  }

  .quick_nav ol li a {
    flex: 1 1 auto;
    max-width: none;
    height: 24vw;
  }

  .text-page {
    padding-bottom: 40px;
  }

  .full-width_text,
  .large-image,
  .image-text-split,
  .text-image-split {
    width: 95%;
  }

  .full-width_text.bg-light_blue {
    padding: 120px 2.5%;
    max-width: 100%;
    color: white;
  }

  .full-width_text.bg-light_blue .subject {
    max-width: 520px;
  }

  .text_content {
    padding-top: 40px;
  }

  .availability-wrapper .availability-options {
    padding-bottom: 40px;
    width: 95%;
  }

  .availability-table.grid-view {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    width: 95%;
    margin: 0 auto;
    padding: 40px 0 80px;
  }

  .availability-violator {
    width: 95%;
  }

  .availability-wrapper .change-view {
    width: 95%;
  }

  .availability-table .floorplan-btn {
    display: flex;
    justify-content: space-evenly;
    gap: 16px;
    flex-wrap: nowrap;
    width: auto;
  }

  .availability-table .floorplan-btn a,
  .availability-table .floorplan-btn button {
    width: auto;
    flex-grow: 0;
  }

  .availability-table .floorplan-btn a.apply {
    width: auto;
    flex-grow: 0;
  }

  .news-grid {
    width: 95%;
    padding-top: 160px;
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .news-press-cta,
  .news-press-cta a {
    font-size: 24px;
    line-height: 24px;
    margin: 120px 0;
  }

  .page-team .basic-content {
    padding: 80px 0;
    max-width: 520px;
  }

  .footer_sides {
    width: 50%;
  }

  .foot_logo {
    width: 260px;
    display: block;
    margin-bottom: 0;
  }

  .splide {
    padding-top: 50px;
  }

  .splide__arrow {
    display: flex;
    background: none;
    width: 10px;
    height: 15px;
    text-indent: -9999em;
    opacity: 1;
    border-radius: 0;
  }
  .splide__arrow--prev {
    background-image: url("../img/leftarrow.svg");
    background-size: 10px 15px;
    left: 24px;
  }
  .splide__arrow--next {
    background-image: url("../img/rightarrow.svg");
    background-size: 10px 15px;
    right: 24px;
  }

  .splide__pagination {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  html,
  body {
    font-size: 20px;
    line-height: 32px;
  }

  .hero {
    height: calc(100vh - 80px);
  }

  .whirls.leftswids {
    left: -15%;
    bottom: -30%;
    z-index: -1;
    width: 25%;
  }

  .whirls.rightside {
    right: -360px;
    top: auto;
    bottom: -360px;
    width: 720px;
  }

  .page .inside_img {
    width: 100%;
    height: calc(100vh - 80px);
    overflow: hidden;
  }

  .page .inside_img img {
    height: 100% !important;
    width: 100% !important;
    transform: scale(1.2);
    max-width: none;
    object-fit: cover;
    max-width: none !important;
    animation: scaleImage 1s ease-in 1s forwards;
  }

  @keyframes scaleImage {
    from {
      transform: scale(1.2);
    }

    to {
      transform: scale(1);
    }
  }

  .availability-wrapper .change-view {
    gap: 40px;
  }

  .availability-wrapper .change-view button.list-view,
  .availability-wrapper .change-view button.grid-view {
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }

  .availability-table.grid-view {
    padding: 80px 0;
    gap: 80px;
  }

  .availability-table .floorplan-btn a,
  .availability-table .floorplan-btn button {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
  }

  .availability-table.grid-view .unit-image {
    height: 480px;
  }

  .availability-table.grid-view .unit-image span.enlarge {
    width: 24px;
    height: 24px;
  }

  .availability-table.grid-view .unit-image span.enlarge svg {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }

  .quick_nav ol {
    padding: 40px 0;
    gap: 40px;
  }

  .quick_nav ol li a {
    font-size: 32px;
    line-height: 32px;
  }

  .overlay-menu-items li a,
  .mobile-links li,
  .mobile-links li a {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
  }

  .secondary-menu {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .amen_info ul {
    margin: 16px 0 60px;
  }

  .side-by-side {
    gap: 80px;
  }

  .btn,
  .btn2 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
  }

  .single-post .entry-content {
    padding-bottom: 120px;
  }

  .entry-header .entry-meta {
    margin-bottom: 24px;
  }

  .news-grid header h2,
  .news-grid header h2 a {
    font-size: 32px;
    line-height: 40px;
    margin-top: 0;
  }

  .news-grid .entry-content p {
    font-size: 20px;
    line-height: 32px;
    margin: 0;
  }

  .single-post article {
    width: 95%;
    padding-top: 160px;
    font-size: 20px;
    line-height: 32px;
  }

  .single-post article h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .single-post article h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.96px;
  }

  .single-post article ul li {
    margin-bottom: 22px;
  }

  .single-post article .source-link a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
  }

  .content-container {
    padding-top: 60px;
  }

  figure figcaption {
    font-size: 20px;
    line-height: 32px;
    bottom: 10px;
    left: 20px;
  }

  .large-image,
  .full-width_image {
    margin: 60px auto;
  }

  .text-image-split,
  .image-text-split {
    padding: 60px 0;
    width: 95%;
  }

  .full-width_text {
    font-size: 20px;
    line-height: 32px;
    padding: 60px 0;
    width: 95%;
  }

  .text-col {
    max-width: 620px;
  }

  .full-width_text {
    max-width: 1040px;
  }

  .full-width_text ul li,
  .text-col ul li {
    padding: 20px 0;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.72px;
  }

  .full-width_text table th,
  .text-col table th {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: 0.96px;
    padding: 20px 0;
    display: table-cell;
  }

  .full-width_text table th.small,
  .text-col table th.small {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.72px;
  }

  .full-width_text table td,
  .text-col table td {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    padding: 20px 0;
    display: table-cell;
    width: 80%;
  }

  .large-image {
    margin: 60px auto;
    width: 95%;
  }

  .text-image-split + .full-width_text.bg-light_blue,
  .full-width_text + .full-width_text.bg-light_blue,
  .large-image + .full-width_text.bg-light_blue,
  .full-width_image + .full-width_text.bg-light_blue {
    margin-top: 60px;
  }

  .full-width_text.bg-light_blue + .text-image-split,
  .full-width_text.bg-light_blue + .full-width_text,
  .full-width_text.bg-light_blue + .large-image {
    margin-top: 120px;
  }

  main .large-image:last-child {
    margin-bottom: 0;
  }

  main h2 {
    font-size: 40px;
    line-height: 40px;
  }

  main .cmg-category-filter.custom-select,
  main .availability-category-filter.custom-select {
    margin: 40px 0 20px;
    max-width: 400px;
  }

  main .availability-category-filter.custom-select {
    margin: 0;
  }

  main .cmg-category-filter .select-selected,
  main .availability-category-filter .select-selected {
    font-size: 40px;
    line-height: 40px;
  }

  main .availability-category-filter .select-selected {
    padding: 10px 0;
  }

  main .cmg-category-filter .select-selected::after,
  main .availability-category-filter .select-selected::after {
    width: 28px;
    height: 12px;
    background-size: 28px 12px;
  }

  main .cmg-category-filter .select-items div,
  main .availability-category-filter .select-items div {
    font-size: 32px;
    line-height: 32px;
  }

  main .cmg-gallery-grid {
    margin-bottom: 40px;
    gap: 40px;
  }

  main .cmg-close {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    top: 24px;
    right: 24px;
  }

  main .cmg-caption {
    font-size: 16px;
    line-height: 24px;
  }

  .large-image + .quick_nav,
  .full-width_image + .quick_nav {
    margin-top: -60px;
  }

  .page-team .basic-content {
    padding: 120px 0;
    max-width: 1040px;
  }

  .full-width_text.bg-light_blue .subject {
    max-width: 1040px;
  }

  .splide {
    padding-top: 60px;
  }
  .splide__arrow {
    width: 20px;
    height: 30px;
  }
  .splide__arrow--prev {
    background-size: 20px 30px;
    left: 40px;
  }
  .splide__arrow--next {
    background-size: 20px 30px;
    right: 40px;
  }
}

.map-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
  background-color: #2e4257;
}

@media screen and (min-width: 1024px) {
  .map-container {
    grid-template-columns: 1fr 398px;
  }
}

#map {
  width: 100%;
  height: 350px;
  background: #efefef;
  grid-column: 1 / -1;
}

@media screen and (min-width: 768px) {
  #map {
    width: 100%;
    height: 650px;
  }
}

@media screen and (min-width: 1024px) {
  #map {
    width: auto;
    height: calc(100vh - 80px);
    grid-column: 1;
  }
}

.poi-wrap {
  width: calc(100% - 48px);
  grid-column: 1;
  padding: 40px 24px;
  height: auto;
  overflow-y: auto;
}

@media screen and (min-width: 1024px) {
  .poi-wrap {
    grid-column: 2;
    padding: 75px 40px;
    width: auto;
    overflow-y: scroll;
    height: calc(100vh - 230px);
  }
}

.poi-wrap .accordion {
  border-bottom: 1px solid white;
}

.leaflet-marker-icon {
  width: 24px !important;
  height: 24px !important;
  margin-left: -9px !important;
  margin-top: -9px !important;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}

.leaflet-marker-icon span {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-family: "Radio Grotesk Bold", Arial, sans-serif;
}

.leaflet-popup-content-wrapper {
  border-radius: 0px;
  color: #2e4257;
  font-family: "Radio Grotesk Bold", Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  margin-left: 5px;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background-color: #ff7800;
}

.leaflet-popup-content {
  text-align: center !important;
}

.leaflet-popup-close-button {
  display: none;
}

.leaflet-pane [role="button"],
.leaflet-interactive {
  cursor: default;
}

.accordion {
  width: 100%;
}

.leaflet-marker-icon {
  background-color: #2e4257;
  color: white;
}

.accordion-header {
  font-family: "Radio Grotesk Bold", Arial, sans-serif;
  background-color: transparent;
  cursor: pointer;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding: 0;
  padding-right: 29px;
  width: 100%;
  background-image: url(../img/accordion_carat.svg);
  background-repeat: no-repeat;
  background-size: 12px 8px;
  border-top: 1px solid white;
  background-position: right center;
  background-position-y: 30px;
  padding-top: 20px;
}

.accordion.hours .accordion-header {
  border-top: none;
  padding-top: 0;
  justify-content: center;
  align-items: center;
  background-image: none;
  padding-right: 0;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.96px;
}
.accordion.hours .accordion-header::after {
  content: "";
  width: 12px;
  height: 8px;
  background-image: url(../img/accordion_carat.svg);
  margin-left: 10px;
}

.accordion-header.active {
  background-image: url(../img/accordion_carat_active.svg);
}
.accordion.hours .accordion-header.active {
  background-image: none;
}

.accordion.hours .accordion-header.active::after {
  width: 12px;
  height: 8px;
  background-image: url(../img/accordion_carat_active.svg);
  margin-left: 10px;
}

.accordion-header.active::after {
  transform: rotate(0deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin: 10px 0;
}

.map-container .accordion-content {
  padding-left: 36px;
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.975px;
  list-style: decimal;
  font-family: "Radio Grotesk", Arial, sans-serif;
}

.accordion.hours .accordion-content {
  padding-left: 0;
  margin-bottom: 22px;
  list-style: none;
  font-family: "Radio Grotesk Bold", Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}

.accordion.hours .accordion-header.active ~ .accordion-content {
  padding: 10px;
  margin-bottom: 32px;
}

.map-container .accordion-content ::marker {
  font-family: "Radio Grotesk Bold", Arial, sans-serif;
  font-weight: normal;
}

.map-container .accordion-content li:last-child {
  padding-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  .map-container .accordion-header {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.8px;
  }

  .map-container .accordion-content {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.8px;
  }
}

.map-container .accordion-content li {
  padding: 0 0 4px 10px;
}

.map-container .accordion-content li.active {
  font-family: "Radio Grotesk Bold", Arial, sans-serif;
  font-weight: normal;
  color: #ff7800;
}

.map-container .accordion-content li.active::marker {
  font-family: "Radio Grotesk Bold", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

.map-container .accordion-content li:hover {
  cursor: pointer;
}

.accordion.active .accordion-content {
  max-height: 500px;
  /* Adjust the value to fit your content */
  padding: 10px;
}

/* Custom Sections */

.page-amenities .custom_content,
.page-west-palm-beach .custom_content {
  padding: 10px 0;
  width: 90%;
  margin: 0 auto;
  display: block;
}

.page-west-palm-beach .custom_content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 30px;
}

.page-amenities .custom_content .img1,
.page-west-palm-beach .custom_content .img2,
.page-west-palm-beach .custom_content .img3 {
  width: 50%;
  height: auto;
  margin-bottom: 40px;
}

.page-west-palm-beach .custom_content .img2 {
  width: 48%;
  margin-left: 52%;
  margin-bottom: 0;
  order: 1;
}

.page-amenities .custom_content .img2 {
  width: 60%;
  margin-left: 40%;
  margin-bottom: 0;
}

.page-west-palm-beach .custom_content .img3 {
  width: 48%;
  margin-bottom: 0;
}

.page-west-palm-beach .custom_content .img1,
.page-west-palm-beach .custom_content .img4 {
  width: 65%;
  margin-bottom: 0;
  order: 2;
}

.page-west-palm-beach .custom_content .img4 {
  width: 65%;
  margin-left: 35%;
}

.page-west-palm-beach .custom_content .img5,
.page-west-palm-beach .custom_content .img6,
.page-west-palm-beach .custom_content .img9 {
  width: 48%;
  margin-bottom: 0;
  margin-left: 52%;
}

.page-west-palm-beach .custom_content .img6 {
  margin-bottom: 40px;
}

.page-west-palm-beach .custom_content .img6 {
  margin-left: 0;
}

.page-west-palm-beach .custom_content .img7,
.page-west-palm-beach .custom_content .img8 {
  margin-bottom: 0;
  width: 65%;
  margin-left: 35%;
}

.page-west-palm-beach .custom_content .img8 {
  margin-left: 0;
}

.page-amenities .custom_content figure img,
.page-west-palm-beach .custom_content figure img {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .page-amenities .custom_content,
  .page-west-palm-beach .custom_content {
    padding: 50px 0;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
  }

  .page-west-palm-beach .custom_content {
    flex-direction: row;
    gap: 120px;
    padding: 0 0 60px;
    justify-content: flex-end;
  }

  .page-west-palm-beach .custom_content ~ .custom_content {
    justify-content: flex-start;
    padding: 50px 0 60px;
  }

  .page-west-palm-beach .custom_content ~ .custom_content ~ .custom_content {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 0;
    gap: 0;
  }

  .page-amenities .custom_content .img1 {
    width: 28%;
    margin-bottom: 0;
    flex-grow: 0;
  }

  .page-amenities .custom_content .img2 {
    width: 60%;
    margin-left: 0;
    margin-bottom: 0;
    flex-grow: 1;
    margin-top: 15%;
  }

  .page-west-palm-beach .custom_content .img1 {
    width: 46%;
    margin-bottom: 0;
    order: 1;
    margin-top: 10%;
  }

  .page-west-palm-beach .custom_content .img2 {
    width: 28%;
    margin-bottom: 0;
    order: 2;
    margin-left: 0;
  }

  .page-west-palm-beach .custom_content .img3 {
    width: 28%;
  }

  .page-west-palm-beach .custom_content .img4 {
    margin-left: 0;
    width: 48%;
    margin-top: 10%;
  }

  .page-west-palm-beach .custom_content .img5 {
    margin-top: 0;
    width: 28%;
    margin-left: 0;
  }

  .page-west-palm-beach .custom_content .fig-wrapper {
    display: flex;
    width: 100%;
    gap: 0;
    margin-top: 10px;
    align-items: center;
    padding-bottom: 80px;
  }

  .page-west-palm-beach .custom_content .img6 {
    margin-bottom: 0;
    width: 28%;
    margin-left: 0;
  }

  .page-west-palm-beach .custom_content .img7 {
    width: 46%;
    margin-left: 120px;
  }

  .page-west-palm-beach .custom_content .img8 {
    width: 46%;
    margin-right: 80px;
    margin-left: calc(26% - 80px);
  }

  .page-west-palm-beach .custom_content .img9 {
    margin-top: 10%;
    margin-left: 0;
    width: 28%;
  }
}

@media screen and (min-width: 1024px) {
  .page-amenities .custom_content {
    padding: 60px 0;
    width: 77%;
  }

  .page-west-palm-beach .custom_content {
    margin-top: -60px;
    gap: 220px;
    padding-bottom: 180px;
  }

  .page-west-palm-beach .custom_content ~ .custom_content {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 180px;
  }

  .page-west-palm-beach .custom_content .img5 {
    margin-top: -15%;
  }

  .page-west-palm-beach .custom_content .fig-wrapper {
    margin-top: 100px;
    padding-bottom: 240px;
  }

  .page-west-palm-beach .custom_content .img7 {
    margin-left: 220px;
  }

  .page-west-palm-beach .custom_content .img8 {
    width: 46%;
    margin-right: 220px;
    margin-left: calc(26% - 220px);
  }
}
