@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

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

/* Text meant only for screen readers. */
.screen-reader-text, .site-description {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus, .site-description:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*
-------------------

Colors

-------------------
*/
/*
-------------------

Widths

-------------------
*/
/*
-------------------

Transitions

-------------------
*/
/*
-------------------

Type

-------------------
*/
html {
  scroll-behavior: smooth;
}

#page {
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}

body.no-scroll {
  overflow: hidden;
}

.site-container {
  max-width: 1440px;
  width: 100%;
  padding: 0 80px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1320px) {
  .site-container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1000px) {
  .site-container {
    padding: 0 20px;
  }
}

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

.no-wrap {
  flex-wrap: nowrap;
}

.spaced,
.extra-space {
  justify-content: space-between;
}

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

.vert-bottom {
  align-items: flex-end;
  align-content: flex-end;
}

.flex-start {
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-flow: column nowrap;
}
.flex-start.horz-center {
  align-items: center;
  align-content: center;
}

.w-100 {
  max-width: 100px;
}

.w-200 {
  max-width: 200px;
}

.w-300 {
  max-width: 300px;
}

.w-400 {
  max-width: 400px;
}

.w-500 {
  max-width: 500px;
}

.w-600 {
  max-width: 600px;
}

.w-700 {
  max-width: 700px;
}

.w-800 {
  max-width: 800px;
}

.w-900 {
  max-width: 900px;
}

.w-1000 {
  max-width: 1000px;
}

.w-1100 {
  max-width: 1100px;
}

.w-1200 {
  max-width: 1200px;
}

.w-1300 {
  max-width: 1300px;
}

.w-1400 {
  max-width: 1400px;
}

.m-auto {
  margin: 0 auto;
}

.text-center,
.has-text-align-center,
.aligncenter {
  text-align: center;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignright {
  float: right;
  margin: 0 0 14px 14px;
}

img.alignleft {
  float: right;
  margin: 0 14px 14px 0;
}

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

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

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

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

.relative {
  position: relative;
}

iframe {
  max-width: 100%;
}

.notifications {
  background: #081623;
  color: #fff;
  padding: 10px 0;
  font-size: clamp(1.3rem, 0.179vw + 1.243rem, 1.5rem);
}
.notifications .more {
  margin-left: 14px;
  font-size: clamp(1.3rem, 0.179vw + 1.243rem, 1.5rem);
}

.site-header {
  padding: 40px 0;
  z-index: 2;
  position: relative;
}
.site-header .site-title a {
  display: block;
  width: 226px;
  height: 44px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../images/bethlehem-self-storage-logo.svg) no-repeat center;
}
.site-header nav {
  width: calc(100% - 226px);
}
.site-header ul li {
  margin-left: 36px;
}
@media only screen and (max-width: 1024px) {
  .site-header ul li {
    margin-left: 24px;
  }
}
.site-header ul li:first-child {
  margin-left: auto;
}
.site-header ul li.pay-bill {
  margin-left: auto;
}
.site-header ul li a {
  color: #081623;
}
.site-header ul li:not(.nav-cta) a {
  position: relative;
}
.site-header ul li:not(.nav-cta) a:after {
  content: "";
  position: absolute;
  display: block;
  width: 1%;
  opacity: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 3px;
  background: #FFDD15;
  bottom: -12px;
  transition: all 0.3s cubic-bezier(0.515, 0.02, 0, 1.02);
}
.site-header ul li:not(.nav-cta) a:hover:after {
  transition: all 0.3s cubic-bezier(0.515, 0.02, 0, 1.02);
  width: 100%;
  opacity: 1;
}
.site-header ul li.current_page_item a:after, .site-header ul li.current_page_parent a:after {
  width: 100%;
  opacity: 1;
}

.menu-toggle {
  padding: 0;
  background: none;
  border: none;
  margin: 0;
  border-radius: 0;
  font-family: inherit;
  display: none;
  margin-left: auto;
}
@media only screen and (max-width: 950px) {
  .menu-toggle {
    display: block;
    z-index: 3;
    position: relative;
    width: 38px;
    height: 30px;
    overflow: hidden;
    text-indent: -999px;
  }
  .menu-toggle:before, .menu-toggle:after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 35px;
    background: #1C4C76;
    transition: all 0.4s cubic-bezier(0.515, 0.02, 0, 1.02);
    will-change: transform;
  }
  .menu-toggle:before {
    top: 8px;
  }
  .menu-toggle:after {
    top: 20px;
  }
  .menu-toggle[aria-expanded=true]:before {
    transform: rotate(45deg) translateY(5px) translateX(4px);
    transition: all 0.4s cubic-bezier(0.515, 0.02, 0, 1.02);
    background: #fff;
  }
  .menu-toggle[aria-expanded=true]:after {
    transform: rotate(-45deg) translateY(-4px) translateX(4px);
    transition: all 0.4s cubic-bezier(0.515, 0.02, 0, 1.02);
    background: #fff;
  }
}

@media only screen and (max-width: 950px) {
  .main-navigation .menu-main-navigation-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(101%);
    transition: all 0.5s cubic-bezier(0.515, 0.02, 0, 1.02);
    will-change: transform;
    background: #1C4C76;
    overflow: auto;
    z-index: 2;
    will-change: transform;
  }
  .main-navigation .menu-main-navigation-container > ul {
    display: block;
    text-align: center;
    margin-top: 170px;
    padding: 0 20px;
  }
  .main-navigation .menu-main-navigation-container > ul li:not(.nav-cta) {
    margin: 0 0 24px 0;
  }
  .main-navigation .menu-main-navigation-container > ul li:not(.nav-cta) a {
    font-size: clamp(2.4rem, 0.714vw + 2.171rem, 3.2rem);
    color: #fff;
  }
  .main-navigation .menu-main-navigation-container > ul li:not(.nav-cta) a:after {
    content: none;
  }
  .main-navigation .menu-main-navigation-container > ul li.nav-cta {
    margin: 0;
  }
  .main-navigation .menu-main-navigation-container > ul li.nav-cta a {
    font-size: clamp(2.4rem, 0.714vw + 2.171rem, 3.2rem);
    width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .main-navigation.toggled .menu-main-navigation-container {
    transform: rotateX(0);
    transition: all 0.5s cubic-bezier(0.515, 0.02, 0, 1.02);
  }
}

.site-footer {
  background: #081623;
  padding: 60px 0 24px;
  color: #fff;
}
.site-footer .footer-top {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding-bottom: 42px;
}
.site-footer .footer-top .logo {
  width: 227px;
  height: 43px;
  background: url(../images/bethlehem-self-storage-logo-w.svg) no-repeat center;
  background-size: cover;
  margin-bottom: 24px;
  display: block;
  text-indent: -999px;
  overflow: hidden;
}
@media only screen and (max-width: 766px) {
  .site-footer .footer-top .logo {
    margin: 0 auto 14px auto;
  }
}
.site-footer .footer-top .tagline {
  font-size: clamp(1.6rem, 0.268vw + 1.514rem, 1.9rem);
  line-height: 1.5;
}
.site-footer .footer-top .footer-logo {
  width: 35%;
}
@media only screen and (max-width: 766px) {
  .site-footer .footer-top .footer-logo {
    width: 100%;
    text-align: center;
  }
}
.site-footer .footer-top .footer-nav {
  margin-left: auto;
}
@media only screen and (max-width: 766px) {
  .site-footer .footer-top .footer-nav {
    margin: 24px auto 0 auto;
    justify-content: center;
    text-align: center;
  }
}
.site-footer .footer-top .footer-nav .col {
  margin-left: 112px;
}
@media only screen and (max-width: 766px) {
  .site-footer .footer-top .footer-nav .col {
    margin: 0 24px;
  }
}
.site-footer .footer-top .footer-nav .col:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 766px) {
  .site-footer .footer-top .footer-nav .col:first-child {
    margin: 0 24px;
  }
}
.site-footer .footer-top .footer-nav .col li {
  margin-bottom: 24px;
}
.site-footer .footer-top .footer-nav .col a {
  color: #AED9FF;
}
.site-footer .footer-bot {
  padding: 42px 0 0;
}
@media only screen and (max-width: 766px) {
  .site-footer .footer-bot {
    justify-content: center;
    text-align: center;
  }
}
.site-footer .footer-bot .contact-info a {
  color: #AED9FF;
  font-weight: normal;
}
.site-footer .footer-bot .contact-info .col {
  margin-right: 24px;
}
@media only screen and (max-width: 766px) {
  .site-footer .footer-bot .contact-info .col {
    margin: 0 14px;
  }
}
.site-footer .footer-bot p {
  font-size: 1.4rem;
  color: #fff;
}
.site-footer .footer-bot .copyright p {
  font-size: 1.2rem;
}

.fixed-cta {
  position: fixed;
  z-index: 999;
  right: 14px;
  bottom: 14px;
  padding: 24px 14px;
  background: #081623;
  border-radius: 14px;
}
@media only screen and (max-width: 766px) {
  .fixed-cta {
    padding: 14px;
  }
}
.fixed-cta h3 {
  font-size: clamp(1.8rem, 0.268vw + 1.714rem, 2.1rem);
  letter-spacing: -0.05em;
  line-height: 1.3;
  font-weight: 900;
  color: #081623;
  margin-bottom: 14px;
  margin-bottom: 8px;
  padding-top: 52px;
  color: #fff;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20stroke-width%3D%221.5%22%20color%3D%22%23FFDD15%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20stroke%3D%22%23FFDD15%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%209c0-3.5%205.5-3.5%205.5%200%200%202.5-2.5%202-2.5%205M12%2018.01l.01-.011%22%2F%3E%3Cpath%20stroke%3D%22%23FFDD15%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202%202%206.477%202%2012c0%201.821.487%203.53%201.338%205L2.5%2021.5l4.5-.838A9.955%209.955%200%200%200%2012%2022Z%22%2F%3E%3C%2Fsvg%3E) no-repeat center top;
  background-size: 42px;
}
@media only screen and (max-width: 1024px) {
  .fixed-cta h3 br {
    display: none;
  }
}
@media only screen and (max-width: 766px) {
  .fixed-cta h3 {
    font-size: 1.4rem;
  }
}
.fixed-cta .more {
  color: #FFDD15;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23FFDD15%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m1%201%205%205-5%205%22%2F%3E%3C%2Fsvg%3E) no-repeat right 2px;
}

.more {
  display: inline-block;
  padding-right: 14px;
  font-size: clamp(1.5rem, 0.179vw + 1.443rem, 1.7rem);
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%231C4C76%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m1%201%205%205-5%205%22%2F%3E%3C%2Fsvg%3E) no-repeat right 2px;
  font-weight: bold;
}
.more.white {
  color: #fff;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m1%201%205%205-5%205%22%2F%3E%3C%2Fsvg%3E) no-repeat right 2px;
}

.cta,
.nav-cta a,
html .ff-default .ff_btn_style {
  padding: 0;
  background: none;
  border: none;
  margin: 0;
  border-radius: 0;
  font-family: inherit;
  display: inline-block;
  color: #fff;
  font-size: clamp(1.5rem, 0.179vw + 1.443rem, 1.7rem);
  font-weight: 700;
  padding: 14px 36px;
  transition: all 0.3s cubic-bezier(0.515, 0.02, 0, 1.02);
  cursor: pointer;
  border-radius: 100em;
  height: auto;
  box-shadow: none;
  background: #FFDD15;
  color: #081623;
}
@media only screen and (max-width: 766px) {
  .cta,
  .nav-cta a,
  html .ff-default .ff_btn_style {
    padding: 14px 26px;
  }
}
.cta:hover,
.nav-cta a:hover,
html .ff-default .ff_btn_style:hover {
  transition: all 0.3s cubic-bezier(0.515, 0.02, 0, 1.02);
  background: #1C4C76;
  color: #fff;
}
.cta.blue,
.nav-cta a.blue,
html .ff-default .ff_btn_style.blue {
  background: #1C4C76;
  color: #fff;
}
.cta.blue:hover,
.nav-cta a.blue:hover,
html .ff-default .ff_btn_style.blue:hover {
  background: #FFDD15;
  color: #081623;
}

html .ff-default .ff_btn_style {
  background: #FFDD15 !important;
  color: #081623 !important;
}
html .ff-default .ff_btn_style:hover {
  background: #1C4C76 !important;
  color: #fff !important;
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
}

.img-shadow {
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.16);
}
.img-shadow img {
  display: block;
}

.hero {
  padding: 120px 0;
  position: relative;
  width: calc(100% - 80px);
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  .hero {
    width: 100%;
  }
}
@media only screen and (max-width: 766px) {
  .hero {
    padding: 40px 0;
  }
}
.hero.has-bg:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(8, 22, 35);
  background: linear-gradient(90deg, rgba(8, 22, 35, 0.8113839286) 0%, rgba(8, 22, 35, 0) 100%);
}
@media only screen and (max-width: 766px) {
  .hero.has-bg:after {
    background: rgba(8, 22, 35, 0.7);
  }
}
.hero.has-bg .hero-messaging h1,
.hero.has-bg .hero-messaging p {
  color: #fff;
}
@media only screen and (max-width: 766px) {
  .hero.has-bg .hero-messaging {
    text-align: center;
  }
  .hero.has-bg .hero-messaging .w-500 {
    margin: 0 auto;
  }
}
.hero .hero-messaging .cta {
  margin-top: 14px;
}
.hero .hero-messaging .cta + .cta {
  margin-left: 14px;
}
@media only screen and (max-width: 766px) {
  .hero .hero-messaging .cta + .cta {
    margin-left: 0;
  }
}
.hero.standard {
  padding: 60px 0;
  background: #E8EEF3 url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22622%22%20height%3D%22613%22%3E%3Cg%20fill%3D%22%23163D60%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.065%22%3E%3Cpath%20d%3D%22M0%200v613h69.127V136.254h483.815V613H622V0z%22%2F%3E%3Cpath%20d%3D%22M138%20273h346v-68H138zM414.785%20341H138v68h346v-68zM138%20545h346v-68H138z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat calc(100% + 150px) -80px;
  text-align: center;
}
@media only screen and (max-width: 766px) {
  .hero.standard {
    padding: 40px 0;
  }
}
.hero.standard .hero-messaging,
.hero.standard .w-500 {
  margin: 0 auto;
}
.hero.standard p {
  margin-bottom: 0;
}
.hero.standard h1 {
  font-weight: 900;
  font-size: clamp(3.2rem, 2.857vw + 2.286rem, 6.4rem);
  line-height: 1.1;
  color: #081623;
  margin-bottom: 14px;
  font-size: clamp(2.8rem, 1.786vw + 2.229rem, 4.8rem);
}
@media only screen and (max-width: 766px) {
  .hero.standard h1 br {
    display: none;
  }
}
.hero + .panel {
  background: #fff !important;
}

.icon {
  background: #1C4C76;
  border-radius: 100em;
  width: 68px;
  height: 68px;
  margin: 0 0 14px;
}
.icon img {
  max-width: 40px;
}
.icon.yellow {
  background: #FFDD15;
}
.icon.sml {
  width: 58px;
  height: 58px;
}

.text-center .icon {
  margin: 0 auto 14px auto;
}

body.popup-open {
  overflow: hidden;
}

.promo-popup,
.reminder-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.65);
  /* overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.promo-popup:not(.hidden),
.reminder-popup:not(.hidden) {
  opacity: 1;
  pointer-events: all;
}
.promo-popup .popup-content,
.reminder-popup .popup-content {
  background: #fff;
  padding: 52px 42px;
  max-width: 600px;
  width: 90%;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  position: relative;
  animation: fadeInUp 0.4s ease;
}
.promo-popup .popup-content h2,
.reminder-popup .popup-content h2 {
  padding: 0 0 24px 0;
  margin-bottom: 18px;
}
.promo-popup .popup-content h2:before,
.reminder-popup .popup-content h2:before {
  top: auto;
  bottom: 0;
}
.promo-popup .popup-content .cta-group .cta,
.reminder-popup .popup-content .cta-group .cta {
  margin: 0 6px;
}
@media only screen and (max-width: 766px) {
  .promo-popup .popup-content .cta-group .cta:first-child,
  .reminder-popup .popup-content .cta-group .cta:first-child {
    margin-bottom: 14px;
  }
}
.promo-popup .popup-close,
.reminder-popup .popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
  width: 32px;
  height: 32px;
  text-indent: -999px;
  overflow: hidden;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20stroke-width%3D%221.5%22%20color%3D%22%23081623%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20stroke%3D%22%23081623%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.172%2014.828%2012.001%2012m2.828-2.828L12.001%2012m0%200L9.172%209.172M12.001%2012l2.828%202.828M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202%202%206.477%202%2012s4.477%2010%2010%2010Z%22%2F%3E%3C%2Fsvg%3E) no-repeat center;
}

/*
.promo-popup:not(.hidden),
.reminder-popup:not(.hidden) {
    opacity: 1;
    pointer-events: all;
}
*/
@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.grid {
  justify-content: flex-start;
}
.grid.col2 .col {
  width: 46%;
  margin-right: 8%;
}
.grid.col2 .col:nth-child(2n) {
  margin-right: 0;
}

.col1 > .col {
  width: 100%;
}
@media only screen and (max-width: 766px) {
  .col1 > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col1.default > .col {
  width: calc(100% - 0%);
}
@media only screen and (max-width: 766px) {
  .col1.default > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col1.spaced > .col {
  width: calc(100% - 3%);
}
@media only screen and (max-width: 766px) {
  .col1.spaced > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col1.less-space > .col {
  width: calc(100% - 2%);
}
@media only screen and (max-width: 766px) {
  .col1.less-space > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col1.extra-space > .col {
  width: calc(100% - 3%);
}
@media only screen and (max-width: 766px) {
  .col1.extra-space > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col2 > .col {
  width: 50%;
}
@media only screen and (max-width: 766px) {
  .col2 > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col2.default > .col {
  width: calc(50% - 0%);
}
@media only screen and (max-width: 766px) {
  .col2.default > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col2.spaced > .col {
  width: calc(50% - 3%);
}
@media only screen and (max-width: 766px) {
  .col2.spaced > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col2.less-space > .col {
  width: calc(50% - 2%);
}
@media only screen and (max-width: 766px) {
  .col2.less-space > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col2.extra-space > .col {
  width: calc(50% - 3%);
}
@media only screen and (max-width: 766px) {
  .col2.extra-space > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col3 > .col {
  width: 33.3333333333%;
}
@media only screen and (max-width: 766px) {
  .col3 > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col3.default > .col {
  width: calc(33.3333333333% - 0%);
}
@media only screen and (max-width: 766px) {
  .col3.default > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col3.spaced > .col {
  width: calc(33.3333333333% - 3%);
}
@media only screen and (max-width: 766px) {
  .col3.spaced > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col3.less-space > .col {
  width: calc(33.3333333333% - 2%);
}
@media only screen and (max-width: 766px) {
  .col3.less-space > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col3.extra-space > .col {
  width: calc(33.3333333333% - 3%);
}
@media only screen and (max-width: 766px) {
  .col3.extra-space > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col4 > .col {
  width: 25%;
}
@media only screen and (max-width: 766px) {
  .col4 > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col4.default > .col {
  width: calc(25% - 0%);
}
@media only screen and (max-width: 766px) {
  .col4.default > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col4.spaced > .col {
  width: calc(25% - 3%);
}
@media only screen and (max-width: 766px) {
  .col4.spaced > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col4.less-space > .col {
  width: calc(25% - 2%);
}
@media only screen and (max-width: 766px) {
  .col4.less-space > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col4.extra-space > .col {
  width: calc(25% - 3%);
}
@media only screen and (max-width: 766px) {
  .col4.extra-space > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col5 > .col {
  width: 20%;
}
@media only screen and (max-width: 766px) {
  .col5 > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col5.default > .col {
  width: calc(20% - 0%);
}
@media only screen and (max-width: 766px) {
  .col5.default > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col5.spaced > .col {
  width: calc(20% - 3%);
}
@media only screen and (max-width: 766px) {
  .col5.spaced > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col5.less-space > .col {
  width: calc(20% - 2%);
}
@media only screen and (max-width: 766px) {
  .col5.less-space > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col5.extra-space > .col {
  width: calc(20% - 3%);
}
@media only screen and (max-width: 766px) {
  .col5.extra-space > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col6 > .col {
  width: 16.6666666667%;
}
@media only screen and (max-width: 766px) {
  .col6 > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col6.default > .col {
  width: calc(16.6666666667% - 0%);
}
@media only screen and (max-width: 766px) {
  .col6.default > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col6.spaced > .col {
  width: calc(16.6666666667% - 3%);
}
@media only screen and (max-width: 766px) {
  .col6.spaced > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col6.less-space > .col {
  width: calc(16.6666666667% - 2%);
}
@media only screen and (max-width: 766px) {
  .col6.less-space > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col6.extra-space > .col {
  width: calc(16.6666666667% - 3%);
}
@media only screen and (max-width: 766px) {
  .col6.extra-space > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col7 > .col {
  width: 14.2857142857%;
}
@media only screen and (max-width: 766px) {
  .col7 > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col7.default > .col {
  width: calc(14.2857142857% - 0%);
}
@media only screen and (max-width: 766px) {
  .col7.default > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col7.spaced > .col {
  width: calc(14.2857142857% - 3%);
}
@media only screen and (max-width: 766px) {
  .col7.spaced > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col7.less-space > .col {
  width: calc(14.2857142857% - 2%);
}
@media only screen and (max-width: 766px) {
  .col7.less-space > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col7.extra-space > .col {
  width: calc(14.2857142857% - 3%);
}
@media only screen and (max-width: 766px) {
  .col7.extra-space > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col8 > .col {
  width: 12.5%;
}
@media only screen and (max-width: 766px) {
  .col8 > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col8.default > .col {
  width: calc(12.5% - 0%);
}
@media only screen and (max-width: 766px) {
  .col8.default > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col8.spaced > .col {
  width: calc(12.5% - 3%);
}
@media only screen and (max-width: 766px) {
  .col8.spaced > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col8.less-space > .col {
  width: calc(12.5% - 2%);
}
@media only screen and (max-width: 766px) {
  .col8.less-space > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col8.extra-space > .col {
  width: calc(12.5% - 3%);
}
@media only screen and (max-width: 766px) {
  .col8.extra-space > .col {
    width: 100%;
    margin: 12px 0;
  }
}

.col3-1 > .col:first-child,
.col1-3 > .col:last-child {
  width: 70%;
}
@media only screen and (max-width: 766px) {
  .col3-1 > .col:first-child,
  .col1-3 > .col:last-child {
    width: 100%;
  }
}

.col3-1 > .col:last-child,
.col1-3 > .col:first-child {
  width: 30%;
}
@media only screen and (max-width: 766px) {
  .col3-1 > .col:last-child,
  .col1-3 > .col:first-child {
    width: 100%;
  }
}

.col3-1.spaced > .col:first-child,
.col1-3.spaced > .col:last-child {
  width: 67%;
}
@media only screen and (max-width: 766px) {
  .col3-1.spaced > .col:first-child,
  .col1-3.spaced > .col:last-child {
    width: 100%;
  }
}

.col3-1.spaced > .col:last-child,
.col1-3 > .col:first-child {
  width: 30%;
}
@media only screen and (max-width: 766px) {
  .col3-1.spaced > .col:last-child,
  .col1-3 > .col:first-child {
    width: 100%;
  }
}

.col3-2.spaced > .col:first-child,
.col2-3.spaced > .col:last-child {
  width: 52%;
}
@media only screen and (max-width: 766px) {
  .col3-2.spaced > .col:first-child,
  .col2-3.spaced > .col:last-child {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }
}

.col3-2.spaced > .col:last-child,
.col2-3.spaced > .col:first-child {
  width: 40%;
}
@media only screen and (max-width: 766px) {
  .col3-2.spaced > .col:last-child,
  .col2-3.spaced > .col:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }
}

.col3-2 > .col:first-child,
.col2-3 > .col:last-child {
  width: 60%;
}
@media only screen and (max-width: 766px) {
  .col3-2 > .col:first-child,
  .col2-3 > .col:last-child {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }
}

.col3-2 > .col:last-child,
.col2-3 > .col:first-child {
  width: 40%;
}
@media only screen and (max-width: 766px) {
  .col3-2 > .col:last-child,
  .col2-3 > .col:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }
}

html {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 62.5%;
  quotes: "“" "”";
}

body {
  letter-spacing: -0.005em;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: #2D2D2C;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizelegibility;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #1C4C76;
}

strong,
b {
  font-weight: 900;
}

p:not(.site-title) {
  font-size: clamp(1.6rem, 0.268vw + 1.514rem, 1.9rem);
  line-height: 1.5;
  color: #2D2D2C;
  margin-bottom: 24px;
}

h1 {
  font-weight: 900;
  font-size: clamp(3.2rem, 2.857vw + 2.286rem, 6.4rem);
  line-height: 1.1;
  color: #081623;
  margin-bottom: 14px;
}
@media only screen and (max-width: 766px) {
  h1 br {
    display: none;
  }
}

h2 {
  font-size: clamp(2.8rem, 1.786vw + 2.229rem, 4.8rem);
  font-weight: 900;
  color: #081623;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  position: relative;
  position: relative;
  padding-top: 40px;
}
@media only screen and (max-width: 766px) {
  h2 br {
    display: none;
  }
}
h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 6px;
  background: #FFDD15;
  top: 0;
}

.text-center h2:before {
  margin: 0 auto;
  left: 0;
  right: 0;
}

h3 {
  font-size: clamp(2.6rem, 0.893vw + 2.314rem, 3.6rem);
  letter-spacing: -0.05em;
  line-height: 1.1;
  font-weight: 900;
  color: #081623;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1024px) {
  h3 br {
    display: none;
  }
}

h4 {
  font-size: clamp(1.8rem, 0.268vw + 1.714rem, 2.1rem);
  letter-spacing: -0.05em;
  line-height: 1.3;
  font-weight: 900;
  color: #081623;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1024px) {
  h4 br {
    display: none;
  }
}

.panel ul {
  font-size: clamp(1.6rem, 0.268vw + 1.514rem, 1.9rem);
  line-height: 1.5;
  color: #2D2D2C;
  margin-bottom: 24px;
  color: #2D2D2C;
  font-size: clamp(1.6rem, 0.268vw + 1.514rem, 1.9rem);
  list-style: square;
  margin-left: 24px;
}
.panel ul li {
  margin: 14px 0;
}

.panel {
  padding: 100px 0;
}
@media only screen and (max-width: 1024px) {
  .panel {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 766px) {
  .panel {
    padding: 40px 0;
  }
}
.panel.less-pad {
  padding: 60px 0;
}
.panel.no-pad {
  padding: 0;
}
.panel.no-pad-bot {
  padding-bottom: 0;
}
.panel.more-pad {
  padding: 180px 0;
}
.panel.dark-blue-bg {
  background: rgb(28, 76, 118) url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22926%22%20height%3D%22913%22%3E%3Cg%20fill%3D%22%23163D60%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%200v913h102.913V202.936H823.19V913H926V0z%22%2F%3E%3Cpath%20d%3D%22M206%20406h515V305H206zM617.978%20508H206v101h515V508zM206%20812h515V711H206z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat calc(100% + 400px) 60px;
}
@media only screen and (max-width: 766px) {
  .panel.dark-blue-bg {
    background: rgb(28, 76, 118);
  }
}
.panel.dark-blue-bg .intro h2,
.panel.dark-blue-bg .intro h3,
.panel.dark-blue-bg .intro p,
.panel.dark-blue-bg .content h2,
.panel.dark-blue-bg .content h3,
.panel.dark-blue-bg .content p,
.panel.dark-blue-bg .split-content-feats h2,
.panel.dark-blue-bg .split-content-feats h3,
.panel.dark-blue-bg .split-content-feats p {
  color: #fff;
}
.panel.dark-blue-bg .content a:not(.cta) {
  color: #AED9FF;
}
.panel.dark-blue-bg .content .cta.blue {
  background: #fff;
  color: #1C4C76;
}
.panel.dark-blue-bg .content .cta.blue:hover {
  background: #FFDD15;
  color: #081623;
}
.panel.dark-blue-bg .cta:hover {
  background: #081623;
}
.panel.content-right.dark-blue-bg {
  background-position: -400px 30px;
}
.panel.beige-bg {
  background: #F7F6F1;
}
.panel.light-blue-bg {
  background: #E8EEF3;
}
.panel.outer-border {
  margin: 0 40px 100px 40px;
  padding: 62px 0;
}
@media only screen and (max-width: 766px) {
  .panel.outer-border {
    padding: 24px 0;
    margin: 0;
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(40px);
}
.fade-up.faded-up {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s cubic-bezier(0.515, 0.02, 0, 1.02);
}

.accordion-panel .accordion-container {
  margin-top: 42px;
}
.accordion-panel .ac:first-child .ac-header button {
  border-top: solid 1px rgba(45, 45, 44, 0.3);
}
.accordion-panel .ac .ac-header {
  margin-bottom: 0;
}
.accordion-panel .ac .ac-header button {
  padding: 0;
  background: none;
  border: none;
  margin: 0;
  border-radius: 0;
  font-family: inherit;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.5rem, 0.278vw + 1.411rem, 1.8rem);
  font-weight: bold;
  padding: 16px 80px 16px 0;
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: solid 1px rgba(45, 45, 44, 0.3);
  transition: all 0.3s cubic-bezier(0.515, 0.02, 0, 1.02);
  cursor: pointer;
  position: relative;
}
.accordion-panel .ac .ac-header button:after, .accordion-panel .ac .ac-header button:before {
  content: "";
  position: absolute;
  display: block;
}
.accordion-panel .ac .ac-header button:after {
  width: 2px;
  height: 20px;
  background: #081623;
  right: 38px;
  transition: all 0.3s cubic-bezier(0.515, 0.02, 0, 1.02);
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 766px) {
  .accordion-panel .ac .ac-header button:after {
    right: 9px;
  }
}
.accordion-panel .ac .ac-header button:before {
  width: 20px;
  height: 2px;
  background: #081623;
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.515, 0.02, 0, 1.02);
}
@media only screen and (max-width: 766px) {
  .accordion-panel .ac .ac-header button:before {
    right: 0;
  }
}
.accordion-panel .ac .ac-header button span {
  display: block;
  color: #081623;
  transition: all 0.3s cubic-bezier(0.515, 0.02, 0, 1.02);
}
.accordion-panel .ac .ac-header button:hover:after, .accordion-panel .ac .ac-header button:hover:before {
  transition: all 0.3s cubic-bezier(0.515, 0.02, 0, 1.02);
  transform: translateY(-50%) rotate(90deg);
}
@media only screen and (max-width: 766px) {
  .accordion-panel .ac .ac-header button:hover:after, .accordion-panel .ac .ac-header button:hover:before {
    background: #1C4C76;
  }
}
.accordion-panel .ac .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}
.accordion-panel .ac .ac-panel .inner {
  padding: 14px 0;
}
@media only screen and (max-width: 766px) {
  .accordion-panel .ac .ac-panel .inner {
    padding: 14px 0;
  }
}
.accordion-panel .ac .ac-panel .inner p {
  font-size: clamp(1.5rem, 0.179vw + 1.443rem, 1.7rem);
  line-height: 1.5;
  color: #2D2D2C;
  margin-bottom: 24px;
}
.accordion-panel .ac .ac-panel .inner p:last-child {
  margin-bottom: 0;
}
.accordion-panel .ac.js-enabled .ac-panel {
  visibility: hidden;
}
.accordion-panel .ac.is-active .ac-panel {
  visibility: visible;
}
.accordion-panel .ac:last-child .ac-header button {
  border-bottom: solid 1px rgba(45, 45, 44, 0.3);
}
.accordion-panel .ac.is-active .ac-header {
  margin-bottom: 0;
}
.accordion-panel .ac.is-active .ac-header button {
  transition: all 0.3s cubic-bezier(0.515, 0.02, 0, 1.02);
  outline: none;
}
.accordion-panel .ac.is-active .ac-header button:after, .accordion-panel .ac.is-active .ac-header button:before {
  transition: all 0.3s cubic-bezier(0.515, 0.02, 0, 1.02);
  transform: translateY(-50%) rotate(90deg);
}
@media only screen and (max-width: 766px) {
  .accordion-panel .ac.is-active .ac-header button:after, .accordion-panel .ac.is-active .ac-header button:before {
    background: #1C4C76;
  }
}
.accordion-panel .ac.is-active .ac-header button:before {
  opacity: 0;
}
.accordion-panel.dark-blue-bg .ac:first-child .ac-header button, .accordion-panel.dark-blue-bg .ac:last-child .ac-header button {
  border-color: rgba(255, 255, 255, 0.3);
}
.accordion-panel.dark-blue-bg .ac .ac-header button span {
  color: #fff;
}
.accordion-panel.dark-blue-bg .ac .ac-header button:before,
.accordion-panel.dark-blue-bg .ac .ac-header button:after {
  background: #FFDD15;
}
.accordion-panel.dark-blue-bg .ac .ac-panel .inner p {
  color: #fff;
}

.cards .intro {
  margin-bottom: 42px;
}
.cards .intro .cta {
  margin-top: 14px;
}
.cards .col {
  background: #E8EEF3;
  padding: 32px 24px;
}
.cards .col h3 {
  font-size: clamp(1.8rem, 0.268vw + 1.714rem, 2.1rem);
  letter-spacing: -0.05em;
  line-height: 1.3;
  font-weight: 900;
  color: #081623;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1024px) {
  .cards .col h3 br {
    display: none;
  }
}
.cards .col p {
  font-size: clamp(1.5rem, 0.179vw + 1.443rem, 1.7rem);
  line-height: 1.5;
  color: #2D2D2C;
  margin-bottom: 24px;
}
.cards .col2 .col {
  margin-bottom: 3%;
}

@media only screen and (max-width: 766px) {
  .feature-grid.panel {
    padding: 0;
  }
}
.feature-grid .intro {
  margin-bottom: 62px;
}
.feature-grid .intro .col-body {
  padding-top: 40px;
}
@media only screen and (max-width: 766px) {
  .feature-grid .intro .col-body {
    padding-top: 0;
    margin: 0;
  }
}
.feature-grid .bg-container {
  background: #F7F6F1;
  padding: 62px;
}
@media only screen and (max-width: 766px) {
  .feature-grid .bg-container {
    padding: 42px 24px;
  }
}
@media only screen and (max-width: 766px) {
  .feature-grid .site-container {
    padding: 0;
  }
}
.feature-grid .feat-cards > .col {
  background: #fff;
  margin-bottom: 3%;
}
.feature-grid .feat-cards > .col .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.feature-grid .feat-cards > .col .feat-card-content {
  padding: 24px 24px 24px 0;
}
@media only screen and (max-width: 766px) {
  .feature-grid .feat-cards > .col .feat-card-content {
    padding: 0 24px;
    width: 100%;
  }
}
.feature-grid .feat-cards > .col .feat-card-content h3 {
  font-size: clamp(1.8rem, 0.268vw + 1.714rem, 2.1rem);
  letter-spacing: -0.05em;
  line-height: 1.3;
  font-weight: 900;
  color: #081623;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1024px) {
  .feature-grid .feat-cards > .col .feat-card-content h3 br {
    display: none;
  }
}
.feature-grid .feat-cards > .col .feat-card-content p {
  font-size: clamp(1.5rem, 0.179vw + 1.443rem, 1.7rem);
  line-height: 1.5;
  color: #2D2D2C;
  margin-bottom: 24px;
  margin-bottom: 0;
  font-weight: normal;
}
.feature-grid + .dark-blue-bg {
  position: relative;
  padding-top: 60px;
}
.feature-grid + .dark-blue-bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 200px;
  background: #1C4C76;
  top: -198px;
}

.events-teaser .intro {
  margin-bottom: 42px;
}
.events-teaser.white-bg .teaser-body {
  background: #F7F6F1;
}

.reviews {
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22369%22%20height%3D%22350%22%3E%3Cpath%20fill%3D%22%23081623%22%20fill-rule%3D%22nonzero%22%20d%3D%22M142.904%2063.148c-30.862%205.822-52.555%2028.215-65.079%2067.178-6.261%2019.258-9.392%2038.292-9.392%2057.102%200%202.24.112%204.143.335%205.71.224%201.568.56%205.039%201.007%2010.413h73.129V350H0V214.971C0%20148.688%2013.195%2097.633%2039.584%2061.804%2065.973%2025.976%20100.413%205.374%20142.904%200v63.148Zm226.096%200c-24.6%204.03-43.274%2017.914-56.02%2041.65-12.748%2023.737-19.122%2051.056-19.122%2081.958%200%202.687.112%205.375.336%208.062.223%202.687.782%205.598%201.677%208.733H369V350H225.425V214.971c0-53.295%2011.182-100.88%2033.546-142.754C281.335%2030.342%20318.01%206.27%20369%200v63.148Z%22%20opacity%3D%22.031%22%2F%3E%3C%2Fsvg%3E) no-repeat left top;
}
.reviews .reviews-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
.reviews .reviews-slider .swiper-wrapper {
  position: relative;
}
.reviews .reviews-slider .swiper-slide {
  height: auto;
  background: #F7F6F1;
}
.reviews .reviews-slider .review {
  padding: 32px;
}
.reviews .reviews-slider .review .quote-name {
  font-weight: bold;
  padding-top: 40px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22124%22%20height%3D%2222%22%3E%3Cg%20fill%3D%22%231C4C76%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22m11%2016.167-6.466%203.732%201.552-7.302L.538%207.601l7.425-.781L11%200l3.037%206.82%207.425.781-5.548%204.996%201.552%207.302zM36.52%2016.167l-6.466%203.732%201.552-7.302-5.548-4.996%207.425-.781L36.52%200l3.037%206.82%207.425.781-5.548%204.996%201.552%207.302zM62.04%2016.167l-6.466%203.732%201.552-7.302-5.548-4.996%207.425-.781L62.04%200l3.037%206.82%207.425.781-5.548%204.996%201.552%207.302zM86.68%2016.167l-6.466%203.732%201.552-7.302-5.548-4.996%207.425-.781L86.68%200l3.037%206.82%207.425.781-5.548%204.996%201.552%207.302zM112.2%2016.167l-6.466%203.732%201.552-7.302-5.548-4.996%207.425-.781L112.2%200l3.037%206.82%207.425.781-5.548%204.996%201.552%207.302z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat top left;
}
.reviews .reviews-slider .review .quote-name p {
  margin-bottom: 4px;
}
.reviews .reviews-slider .review .review-quote p {
  font-size: clamp(1.5rem, 0.179vw + 1.443rem, 1.7rem);
  line-height: 1.5;
  color: #2D2D2C;
  margin-bottom: 24px;
}
.reviews .reviews-slider .swiper-button-next,
.reviews .reviews-slider .swiper-button-prev {
  width: 38px;
  height: 38px;
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
}
.reviews .reviews-slider .swiper-button-next:after,
.reviews .reviews-slider .swiper-button-prev:after {
  content: none;
}
.reviews .reviews-slider .swiper-button-next {
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2219%22%20fill%3D%22%231C4C76%22%2F%3E%3Cpath%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m17%2014%205%205-5%205%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center;
}
.reviews .reviews-slider .swiper-button-prev {
  right: 48px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2219%22%20fill%3D%22%231C4C76%22%2F%3E%3Cpath%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m21%2024-5-5%205-5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center;
}

.split-content {
  position: relative;
  z-index: 1;
}
.split-content .cta-group .cta {
  margin-top: 14px;
}
.split-content .cta-group .cta + .cta {
  margin-left: 14px;
}
.split-content .split-content-feats {
  margin-top: 42px;
}
.split-content .split-content-feats h3 {
  font-size: clamp(1.8rem, 0.268vw + 1.714rem, 2.1rem);
  letter-spacing: -0.05em;
  line-height: 1.3;
  font-weight: 900;
  color: #081623;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1024px) {
  .split-content .split-content-feats h3 br {
    display: none;
  }
}
.split-content .split-content-feats p {
  font-size: clamp(1.5rem, 0.179vw + 1.443rem, 1.7rem);
  line-height: 1.5;
  color: #2D2D2C;
  margin-bottom: 24px;
}
.split-content .split-content-feats p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 766px) {
  .split-content .split-content-feats .col {
    text-align: center;
  }
  .split-content .split-content-feats .icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.split-content.outer-border + .dark-blue-bg {
  position: relative;
  padding-top: 60px;
}
.split-content.outer-border + .dark-blue-bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 200px;
  background: #1C4C76;
  top: -198px;
}
@media only screen and (max-width: 766px) {
  .split-content.outer-border + .dark-blue-bg:before {
    content: none;
  }
}
@media only screen and (max-width: 766px) {
  .split-content .col:not(.img) {
    order: 2;
  }
}

.location-callout .intro {
  margin-bottom: 42px;
  width: 47%;
}
.location-callout .content h3 {
  font-size: clamp(1.8rem, 0.268vw + 1.714rem, 2.1rem);
  letter-spacing: -0.05em;
  line-height: 1.3;
  font-weight: 900;
  color: #081623;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1024px) {
  .location-callout .content h3 br {
    display: none;
  }
}
.location-callout .content .cta-group {
  margin-top: 42px;
}
.location-callout .content .cta-group .cta + .cta {
  margin-left: 14px;
}
.location-callout .content .cta-group .cta.phone {
  color: #fff;
  background: #081623 url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m15.798%2012.805-3.828.742c-2.585-1.298-4.182-2.789-5.111-5.112l.715-3.838L6.222%201H2.736c-1.048%200-1.873.866-1.717%201.902.39%202.587%201.543%207.277%204.91%2010.645%203.537%203.536%208.63%205.07%2011.434%205.68%201.082.236%202.042-.608%202.042-1.716V14.18l-3.607-1.375Z%22%2F%3E%3C%2Fsvg%3E) no-repeat 32px center;
  padding-left: 60px;
}
.location-callout .content .cta-group .cta.phone:hover {
  background: #FFDD15 url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23081623%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m15.798%2012.805-3.828.742c-2.585-1.298-4.182-2.789-5.111-5.112l.715-3.838L6.222%201H2.736c-1.048%200-1.873.866-1.717%201.902.39%202.587%201.543%207.277%204.91%2010.645%203.537%203.536%208.63%205.07%2011.434%205.68%201.082.236%202.042-.608%202.042-1.716V14.18l-3.607-1.375Z%22%2F%3E%3C%2Fsvg%3E) no-repeat 32px center;
}
.location-callout .content .cta-group .cta.email {
  background: #FFDD15 url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2218%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m6.417%205.333%205.416%203.792%205.417-3.792%22%2F%3E%3Cpath%20d%3D%22M1%2014V3.167C1%201.97%201.97%201%203.167%201H20.5c1.197%200%202.167.97%202.167%202.167V14c0%201.197-.97%202.167-2.167%202.167H3.167A2.167%202.167%200%200%201%201%2014Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat 32px center;
  padding-left: 64px;
}
.location-callout .content .cta-group .cta.email:hover {
  background: #081623 url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2218%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m6.417%205.333%205.416%203.792%205.417-3.792%22%2F%3E%3Cpath%20d%3D%22M1%2014V3.167C1%201.97%201.97%201%203.167%201H20.5c1.197%200%202.167.97%202.167%202.167V14c0%201.197-.97%202.167-2.167%202.167H3.167A2.167%202.167%200%200%201%201%2014Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat 32px center;
}
.location-callout.content-left .intro {
  margin-left: auto;
}
@media only screen and (max-width: 766px) {
  .location-callout .map iframe {
    height: 200px;
  }
}

.compare-units .unit-list li {
  padding: 24px;
  background: #F7F6F1;
}
.compare-units .unit-list li .unit-thumb {
  width: 76px;
  margin-right: 24px;
}
.compare-units .unit-list li h2 {
  font-size: clamp(2.6rem, 0.893vw + 2.314rem, 3.6rem);
  letter-spacing: -0.05em;
  line-height: 1.1;
  font-weight: 900;
  color: #081623;
  margin-bottom: 14px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .compare-units .unit-list li h2 br {
    display: none;
  }
}
.compare-units .unit-list li h2:before {
  content: none;
}
.compare-units .unit-list li .title-short-desc {
  font-size: clamp(1.5rem, 0.179vw + 1.443rem, 1.7rem);
  line-height: 1.5;
  color: #2D2D2C;
  margin-bottom: 24px;
  margin: 0;
}
.compare-units .unit-tab {
  border: solid 1px #F7F6F1;
  cursor: pointer;
  margin-top: 0;
  transition: all 0.3s cubic-bezier(0.515, 0.02, 0, 1.02);
}
.compare-units .unit-tab.active {
  border: solid 1px #bfb790;
  transition: all 0.3s cubic-bezier(0.515, 0.02, 0, 1.02);
}
.compare-units .unit-details {
  position: relative;
}
.compare-units .unit-content {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.515, 0.02, 0, 1.02);
  position: absolute;
}
@media only screen and (max-width: 766px) {
  .compare-units .unit-content {
    position: relative;
    display: none;
    display: block;
    opacity: 1;
    border-bottom: solid 1px #E8EEF3;
    margin-bottom: 42px;
  }
}
.compare-units .unit-content.active {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.515, 0.02, 0, 1.02);
  z-index: 1;
}
@media only screen and (max-width: 766px) {
  .compare-units .unit-content.active {
    display: block;
  }
}
.compare-units .unit-img {
  background: #F7F6F1;
  padding: 24px;
  height: 382px;
  margin-bottom: 42px;
  position: relative;
}
.compare-units .unit-img .unit-callout {
  font-size: clamp(1.5rem, 0.179vw + 1.443rem, 1.7rem);
  line-height: 1.5;
  color: #2D2D2C;
  margin-bottom: 24px;
  margin: 0;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 24px;
  background: #081623;
  color: #fff;
  padding: 14px 24px;
}
.compare-units .unit-img img {
  margin: 0 auto;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.compare-units .unit-info h3 {
  font-size: clamp(2.8rem, 1.786vw + 2.229rem, 4.8rem);
  font-weight: 900;
  color: #081623;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  position: relative;
  margin-bottom: 0;
}
@media only screen and (max-width: 766px) {
  .compare-units .unit-info h3 br {
    display: none;
  }
}
@media only screen and (max-width: 766px) {
  .compare-units .unit-info h3 {
    margin: 0 auto;
  }
}
.compare-units .unit-info p {
  font-size: clamp(1.5rem, 0.179vw + 1.443rem, 1.7rem);
  line-height: 1.5;
  color: #2D2D2C;
  margin-bottom: 24px;
}
.compare-units .unit-info .unit-price-reserve .per-mo {
  font-size: clamp(1.5rem, 0.179vw + 1.443rem, 1.7rem);
  line-height: 1.5;
  color: #2D2D2C;
  margin-bottom: 24px;
  font-size: clamp(1.2rem, 0.179vw + 1.143rem, 1.4rem);
  margin: 0;
}
.compare-units .unit-info .unit-price-reserve sup {
  font-size: clamp(2.1rem, 0.446vw + 1.957rem, 2.6rem);
  vertical-align: 1.3rem;
}
.compare-units .unit-info ul {
  color: #2D2D2C;
  font-size: clamp(1.4rem, 0.179vw + 1.343rem, 1.6rem);
  list-style: none;
  margin-left: 0;
}
.compare-units .unit-info ul li {
  margin: 8px 0;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m5.417%2010.275%202.65%202.65%206.183-6.183%22%2F%3E%3Cpath%20d%3D%22M9.833%2018.667A8.833%208.833%200%201%200%209.833%201a8.833%208.833%200%200%200%200%2017.667Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat left 1px;
  padding-left: 28px;
}
@media only screen and (max-width: 766px) {
  .compare-units .unit-info ul li {
    background: none;
  }
}
@media only screen and (max-width: 766px) {
  .compare-units .unit-info ul li {
    padding: 0;
  }
}
.compare-units .unit-info .unit-info-headings {
  margin-bottom: 14px;
}
.compare-units .unit-info .unit-info-headings .discount-percentage {
  background: #BB2424;
  padding: 6px 14px 6px 10px;
  font-size: clamp(1.5rem, 0.179vw + 1.443rem, 1.7rem);
  line-height: 1.5;
  color: #2D2D2C;
  margin-bottom: 24px;
  margin: 0;
  color: #fff;
  font-weight: bold;
  margin-left: 32px;
  position: relative;
}
.compare-units .unit-info .unit-info-headings .discount-percentage:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #BB2424;
  border-width: 8px;
  margin-top: -8px;
}
.compare-units .unit-info .strike-through {
  position: relative;
  transform-origin: bottom left;
  margin: auto 0 0 8px;
  /*  h3 {
      font-size: clamp(2.1rem, 0.446vw + 1.957rem, 2.6rem);

      sup {
          font-size: clamp(1.2rem, 0.179vw + 1.143rem, 1.4rem);
          vertical-align: .9rem;
      }

      .per-mo {
          font-size: clamp(1rem, 0.179vw + 0.943rem, 1.2rem);
      }
  }*/
}
.compare-units .unit-info .strike-through:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #081623;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 766px) {
  .compare-units .unit-price-reserve h3 {
    margin: 0;
  }
}
.compare-units .unit-desktop ul {
  margin: 0;
}
@media only screen and (max-width: 766px) {
  .compare-units .unit-desktop {
    display: none;
  }
}
.compare-units .unit-dropdown {
  display: none;
  /*@media only screen and (max-width: 766px) {
      display: block;

      select {
          width: 100%;
          margin-bottom: 24px;
      }

  }*/
}

.cta-block .cta-group .cta {
  margin: 0 6px;
}

.events.events-list .col3 {
  justify-content: center;
  gap: 3%;
}
.events.events-list .col3 .teaser-body {
  padding-left: 0;
  padding-right: 0;
}
.events.events-list .col3 .col {
  margin-bottom: 3%;
}
.events.events-list .col2 .teaser-body {
  padding-left: 0;
  padding-right: 0;
}

.posted-on {
  margin-bottom: 14px;
  font-style: italic;
  color: #081623;
}

.event-cats {
  background: #E8EEF3;
  padding: 24px;
}
@media only screen and (max-width: 766px) {
  .event-cats {
    margin-top: 24px;
  }
}

.post-single-img {
  margin-bottom: 24px;
  width: 100%;
  height: 400px;
}
.post-single-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 766px) {
  .events-single {
    padding-top: 0;
  }
}
.events-single h1 {
  margin-bottom: 24px;
}
.events-single h2 {
  font-size: clamp(2.6rem, 0.893vw + 2.314rem, 3.6rem);
  letter-spacing: -0.05em;
  line-height: 1.1;
  font-weight: 900;
  color: #081623;
  margin-bottom: 14px;
  padding-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .events-single h2 br {
    display: none;
  }
}
.events-single h2:before {
  content: none;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  margin-top: 42px;
  border-top: solid 1px #E8EEF3;
}
.nav-links .nav-previous,
.nav-links .nav-next {
  width: 40%;
}
.nav-links .nav-next {
  margin-left: auto;
  text-align: right;
}

.post-img {
  position: relative;
  height: 195px;
}
.post-img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.post-img .cats {
  padding: 0;
  margin: 0;
  background: none;
  list-style: none;
  position: absolute;
  bottom: 8px;
  left: 24px;
}
.post-img .cats li {
  font-size: clamp(1.3rem, 0.179vw + 1.243rem, 1.5rem);
  display: block;
  padding: 6px 16px;
  background: #FFDD15;
  border-radius: 100em;
}

.events-cols .col {
  background: #fff;
}

.teaser-body {
  padding: 24px;
  font-weight: normal;
}
.teaser-body h3 {
  font-size: clamp(1.8rem, 0.268vw + 1.714rem, 2.1rem);
  letter-spacing: -0.05em;
  line-height: 1.3;
  font-weight: 900;
  color: #081623;
  margin-bottom: 14px;
  font-size: clamp(2.1rem, 0.268vw + 2.014rem, 2.4rem);
}
@media only screen and (max-width: 1024px) {
  .teaser-body h3 br {
    display: none;
  }
}
.teaser-body p {
  font-size: clamp(1.5rem, 0.179vw + 1.443rem, 1.7rem);
  line-height: 1.5;
  color: #2D2D2C;
  margin-bottom: 24px;
}

.two-col-form .col2 .col:first-child {
  font-size: clamp(1.6rem, 0.268vw + 1.514rem, 1.9rem);
  line-height: 1.5;
  color: #2D2D2C;
  margin-bottom: 24px;
}
.two-col-form .col2 .col:first-child h2 {
  font-size: clamp(2.6rem, 0.893vw + 2.314rem, 3.6rem);
  letter-spacing: -0.05em;
  line-height: 1.1;
  font-weight: 900;
  color: #081623;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1024px) {
  .two-col-form .col2 .col:first-child h2 br {
    display: none;
  }
}
.two-col-form .col2 .col:first-child h2:before {
  content: none;
}
.two-col-form .google-map iframe {
  max-height: 300px;
}
.two-col-form .row {
  margin-bottom: 24px;
}
.two-col-form .row .contact-icon {
  padding-left: 32px;
}
.two-col-form .row .contact-icon.location {
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20stroke-width%3D%221.5%22%20color%3D%22%23081623%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20stroke%3D%22%23081623%22%20d%3D%22M20%2010c0%204.418-8%2012-8%2012s-8-7.582-8-12a8%208%200%201%201%2016%200Z%22%2F%3E%3Cpath%20fill%3D%22%23081623%22%20stroke%3D%22%23081623%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2011a1%201%200%201%200%200-2%201%201%200%200%200%200%202Z%22%2F%3E%3C%2Fsvg%3E) no-repeat left 2px;
  background-size: 22px;
}
.two-col-form .row .contact-icon.phone {
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20stroke-width%3D%221.5%22%20color%3D%22%23081623%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20stroke%3D%22%23081623%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18.118%2014.702%2014%2015.5c-2.782-1.396-4.5-3-5.5-5.5l.77-4.13L7.815%202H4.064c-1.128%200-2.016.932-1.847%202.047.42%202.783%201.66%207.83%205.283%2011.453%203.805%203.805%209.286%205.456%2012.302%206.113%201.165.253%202.198-.655%202.198-1.848v-3.584l-3.882-1.479Z%22%2F%3E%3C%2Fsvg%3E) no-repeat left 2px;
  background-size: 22px;
}
.two-col-form .row .contact-icon.fax {
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20stroke-width%3D%221.5%22%20color%3D%22%23081623%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20stroke%3D%22%23081623%22%20d%3D%22M17.571%2018H20.4a.6.6%200%200%200%20.6-.6V11a4%204%200%200%200-4-4H7a4%204%200%200%200-4%204v6.4a.6.6%200%200%200%20.6.6h2.829M8%207V3.6a.6.6%200%200%201%20.6-.6h6.8a.6.6%200%200%201%20.6.6V7%22%2F%3E%3Cpath%20stroke%3D%22%23081623%22%20d%3D%22M6.098%2020.315%206.428%2018l.498-3.485A.6.6%200%200%201%207.52%2014h8.96a.6.6%200%200%201%20.594.515L17.57%2018l.331%202.315a.6.6%200%200%201-.594.685H6.692a.6.6%200%200%201-.594-.685Z%22%2F%3E%3C%2Fsvg%3E) no-repeat left 2px;
  background-size: 22px;
}
.two-col-form .row .contact-icon.email {
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20stroke-width%3D%221.5%22%20color%3D%22%23081623%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20stroke%3D%22%23081623%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9%209%204.5%203L18%209M3%2013.5h2M1%2010.5h4%22%2F%3E%3Cpath%20stroke%3D%22%23081623%22%20stroke-linecap%3D%22round%22%20d%3D%22M5%207.5V7a2%202%200%200%201%202-2h13a2%202%200%200%201%202%202v10a2%202%200%200%201-2%202H7a2%202%200%200%201-2-2v-.5%22%2F%3E%3C%2Fsvg%3E) no-repeat left 2px;
  background-size: 22px;
}

@media only screen and (max-width: 766px) {
  .icon-features h2:before {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
.icon-features .icon-grid {
  justify-content: center;
  gap: 3%;
}
.icon-features .icon-grid .col {
  margin-bottom: 3%;
}
@media only screen and (max-width: 766px) {
  .icon-features .icon-grid .col {
    text-align: center;
    width: 45%;
  }
  .icon-features .icon-grid .col .icon {
    margin: 0 auto 14px auto;
  }
}

.unit-listing-table {
  border-left: solid 1px #E8EEF3;
  border-top: solid 1px #E8EEF3;
}
.unit-listing-table td {
  font-size: clamp(1.8rem, 0.278vw + 1.711rem, 2.1rem);
  line-height: 1.5;
  color: #2D2D2C;
  margin-bottom: 24px;
  margin: 0;
  border-right: solid 1px #E8EEF3;
  border-bottom: solid 1px #E8EEF3;
  padding: 12px 12px;
  text-align: center;
}
.unit-listing-table .per-mo {
  font-size: clamp(1.5rem, 0.179vw + 1.443rem, 1.7rem);
  line-height: 1.5;
  color: #2D2D2C;
  margin-bottom: 24px;
  font-size: clamp(1.2rem, 0.179vw + 1.143rem, 1.4rem);
  margin: 0;
}

.unit-listing .cta {
  margin-top: 24px;
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  border: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 10px;
  max-width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  border-color: #CEC7C7;
  border-radius: 2px;
  font-family: "DM Sans", sans-serif;
  width: 100%;
}

select {
  padding: 14px;
  border-color: #CEC7C7;
  border-radius: 2px;
  font-family: "DM Sans", sans-serif;
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
  border: solid 1px #666;
  outline: 0;
}

input[type=color] {
  padding: 5px;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c7c7c7;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-weight: 400;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c7c7c7;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-weight: 400;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c7c7c7;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-weight: 400;
}

input::placeholder,
textarea::placeholder {
  color: #c7c7c7;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-weight: 400;
}

.search-field,
.post-password-required input[type=password] {
  height: 56px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  padding: 8px;
}

.select2-container--default .select2-selection--single {
  border-color: #CEC7C7;
  border-radius: 2px;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px;
}

.forminator-row label {
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.forminator-error-message {
  color: red;
  font-size: 1.4rem;
}

.forminator-error-message {
  display: block;
  color: #990000;
  font-size: 12px;
  float: none;
  cursor: default;
  margin-top: 8px;
}

input[aria-invalid=true],
select[aria-invalid=true] {
  border-color: #990000;
}

.forminator-response-message ul {
  font-size: 1.4rem;
  line-height: normal;
  color: #990000;
}
.forminator-response-message ul li {
  margin: 0;
  padding: 0;
}

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