







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */















































/* 1d. Buttons */










/* 1e. Forms */












/* 1f. Tables */











/* 1g. Site header */


/* 1h. Site footer */







.content-wrapper,.dnd-section > .row-fluid {
  max-width: 82.5rem;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 10px;
}









body {
  font-size: 1.125rem;
  color: #444;
  font-weight: 400;
  font-family: "Montserrat",sans-serif;
}

@media only screen and (min-width: 40rem){

  body {
    font-size: 1.375rem;
  }

}




/* Paragraphs */

p {

  color: #444;
  font-weight: 400;
}

/* Anchors */

a {
  color: #444;
}

a:hover,
a:focus,
a:active {
  color: #003c71;
}

/* Headings */

h1, .h1-styled {
  font-family: Playfair Display;
  font-size: 50px;
  color: 

  
  
    
  


  rgba(76, 160, 172, 1.0)

;
  font-weight: 400;
}

h2, .h2-styled {
  font-family: Montserrat;
  font-size: 30px;
  color: 

  
  
    
  


  rgba(0, 60, 113, 1.0)

;
  font-weight: 400;
}

h3, .h3-styled {
  font-family: Playfair Display;
  font-size: 24px;
  color: 

  
  
    
  


  rgba(76, 160, 172, 1.0)

;
  font-weight: 400;
}

h4 {
  font-family: Playfair Display;
  font-size: 20px;
  color: 

  
  
    
  


  rgba(68, 68, 68, 1.0)

;
  font-weight: 400;
}

h5,
.page-subtitle,
.content-subtitle {
  font-family: Playfair Display;
  font-size: 18px;
  color: 

  
  
    
  


  rgba(68, 68, 68, 1.0)

;
  font-weight: 400;
}

h6 {
  font-family: Playfair Display;
  font-size: 16px;
  color: 

  
  
    
  


  rgba(68, 68, 68, 1.0)

;
  font-weight: 400;
}

/* Blockquote */

blockquote {
  border-left-color: #4ca0ac;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(0, 60, 113, 1.0)

;
  border: 0px solid #003c71;
  border-radius: 0px;
  color: #fff;
  padding: 16px 40px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(51, 99, 141, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 60, 113, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button:active,
.button:active {
  background-color: rgba(40, 100, 153, 1.0);
  border-color: #286499;
  color: #fff;
}





form,
.submitted-message {

  color: #444;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000;
}

/* Form label */

form label {
  color: #384245;
}

/* Form help text */

form legend {
  color: #919191;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: #e1e1e1;
  color: #444;
  background:

  
  
    
  


  rgba(189, 197, 201, 0.7)

;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #e1e1e1;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #444;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #444;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #444;
}

.fn-date-picker td .pika-button:hover {
  background-color: #444 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #444;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(0, 60, 113, 1.0)

;
  border: 0px solid #003c71;
  border-radius: 0px;
  color: #fff;
  padding: 16px 40px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(51, 99, 141, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 60, 113, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 100, 153, 1.0);
  border-color: #286499;
  color: #fff;
}

.hs-input {
  width: 100%!important;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #000;
}

th,
td {
  border-color: #000;
  color: #000;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-bottom-color: #000;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: #fff;
}






























header.header{
  background:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


.desktop_menu .submenu.level-1>li>a{
  color:

  
  
    
  


  rgba(56, 66, 69, 1.0)

;
}

.desktop_menu .submenu.level-1>li>a:hover{
  color:

  
  
    
  


  rgba(0, 60, 113, 1.0)

;
}

.desktop_menu .submenu.level-2:after{
  background-color:

  
  
    
  


  rgba(238, 236, 232, 1.0)

;
}

.desktop_menu .submenu.level-3>li>a{
  color:

  
  
    
  


  rgba(56, 66, 69, 1.0)

;
}
.desktop_menu .submenu.level-3>li>a:hover{
  color:

  
  
    
  


  rgba(0, 60, 113, 1.0)

;
}


.advisor_btn a{
  background:

  
  
    
  


  rgba(98, 177, 189, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.advisor_btn a:hover{
  background:

  
  
    
  


  rgba(129, 193, 202, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}













footer.footer{
  background:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer_links .hs-menu-wrapper>ul>li>a{
  color:

  
  
    
  


  rgba(56, 66, 69, 1.0)

;
}
.footer_links .hs-menu-wrapper>ul>li>a:hover{
  color:

  
  
    
  


  rgba(61, 128, 138, 1.0)

;
}
.footer__copyright{
  color:

  
  
    
  


  rgba(56, 66, 69, 1.0)

;
}















.card__price {
  font-family: Playfair Display
    font-size: 24px;
  color: 

  
  
    
  


  rgba(76, 160, 172, 1.0)

;
  font-weight: 400
}
.slick-prev, .slick-next {
  padding: 0!important;
}





a:not([class]) {
  font-weight: bold;
  color: #4CA0AC;
  transition: all 350ms ease-in-out;
}
a:not([class]):hover, a:not([class]):focus {
  color: #3d808a;
}

.header {
  position: relative;
  padding-top: 1rem;
  -webkit-box-shadow: 0px 15px 20px #00000029;
  box-shadow: 0px 15px 20px #00000029;
  z-index: 3000;
  background-color: #ffffff;
  will-change: transform;
}

.header__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.header__action, .header__branding {
  flex: 1 1 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.header__contact-link {
  color: #4CA0AC;  
  padding: 0 .5rem;
  display: inline-flex;
  align-items: center;
}

.header__contact-link:hover {
  color: #3d808a;
}

.header__contact-link::before {
  content: '';
  display: inline-block;
  width: 1.125rem;
  height: 1.8125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.73 23.43'%3E%3Cpath class='svg-color-third' d='M14.59,20.73,13,17.26a1.48,1.48,0,0,0-1.76-.79L9.28,17C9,16.74,8.12,15.79,6.54,12.4s-1.74-4.68-1.75-5L6.42,6.21a1.48,1.48,0,0,0,.52-1.86L5.32.89A1.53,1.53,0,0,0,3.09.25l-1,.62a4.21,4.21,0,0,0-1.8,2.4A8.53,8.53,0,0,0,.06,6.64a25,25,0,0,0,2.34,7.7,27,27,0,0,0,3.82,6.12c1.71,2,3.4,3,5,3a3.93,3.93,0,0,0,1.31-.23l1.1-.34a1.54,1.54,0,0,0,1-1.93,1.46,1.46,0,0,0-.07-.19Z' fill='%2362B1BD' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: .5rem;
}

.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: stickyHeader 0.5s ease-out 0.2s forwards;
  animation: stickyHeader 0.5s ease-out 0.2s forwards;
}

@-webkit-keyframes stickyHeader {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes stickyHeader {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (min-width: 40rem) {
  .header__contact-link {
    padding: 0;
    font-size: 1.375rem;
    font-weight: normal;
  }

  .header__contact-link::before {
    display: none;
  }

  .header {
    padding-bottom: 1rem;
  }
  .header__container {
    flex-wrap: nowrap;
  }
  .header__action, .header__branding {
    flex: 1 1 50%;
  }
  .header__action {
    text-align: right;
  }
}

@media only screen and (min-width: 64rem) {
  .header__contact-link {
    font-size: 1.875rem;
  }
  .header__action {
    flex: 1 1 100%;
  }  
  .header__branding {
    flex: 0 0 auto;
  }
}

.branding {
  font-weight: bold;
  text-align: center;
}

.branding__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.branding__link--header {
  padding: 1rem;
}

@media only screen and (min-width: 40rem) {
  .branding {
    text-align: left;
  }
  .branding__link--header {
    padding: 0;
  }
}

.caps,
.uppercase {
  text-transform: uppercase;
}

.titlecase {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.underline {
  text-decoration: underline;
}

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

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

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

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

.font-primary {
  font-family: "Montserrat", sans-serif;
}

.font-secondary {
  font-family: "Playfair Display", serif;
}

.font-lighter {
  font-weight: lighter;
}

.font-normal {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}

.font-bolder {
  font-weight: bolder;
}

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

.font-oblique {
  font-style: oblique;
}

.pad {
  padding: 0.5rem;
}

.pad-0 {
  padding: 0;
}

.pad-vert {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pad-horiz {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pad-top {
  padding-top: 0.5rem;
}

.pad-bottom {
  padding-bottom: 0.5rem;
}

.pad-left {
  padding-left: 0.5rem;
}

.pad-right {
  padding-right: 0.5rem;
}

.pad-2x {
  padding: 1rem;
}

.pad-2x-vert {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pad-2x-horiz {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pad-2x-top {
  padding-top: 1rem;
}

.pad-2x-bottom {
  padding-bottom: 1rem;
}

.pad-2x-left {
  padding-left: 1rem;
}

.pad-2x-right {
  padding-right: 1rem;
}

.pad-3x {
  padding: 1.5rem;
}

.pad-3x-vert {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pad-3x-horiz {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pad-3x-top {
  padding-top: 1.5rem;
}

.pad-3x-bottom {
  padding-bottom: 1.5rem;
}

.pad-3x-left {
  padding-left: 1.5rem;
}

.pad-3x-right {
  padding-right: 1.5rem;
}

.pad-4x {
  padding: 2rem;
}

.pad-4x-vert {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pad-4x-horiz {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pad-4x-top {
  padding-top: 2rem;
}

.pad-4x-bottom {
  padding-bottom: 2rem;
}

.pad-4x-left {
  padding-left: 2rem;
}

.pad-4x-right {
  padding-right: 2rem;
}

.pad-5x {
  padding: 2.5rem;
}

.pad-5x-vert {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pad-5x-horiz {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.pad-5x-top {
  padding-top: 2.5rem;
}

.pad-5x-bottom {
  padding-bottom: 2.5rem;
}

.pad-5x-left {
  padding-left: 2.5rem;
}

.pad-5x-right {
  padding-right: 2.5rem;
}

.pad-6x {
  padding: 3rem;
}

.pad-6x-vert {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pad-6x-horiz {
  padding-left: 3rem;
  padding-right: 3rem;
}

.pad-6x-top {
  padding-top: 3rem;
}

.pad-6x-bottom {
  padding-bottom: 3rem;
}

.pad-6x-left {
  padding-left: 3rem;
}

.pad-6x-right {
  padding-right: 3rem;
}

.marg {
  margin: 0.5rem;
}

.marg-center {
  margin-left: auto;
  margin-right: auto;
}

.marg-0 {
  margin: 0;
}

.marg-vert {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.marg-horiz {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.marg-top {
  margin-top: 0.5rem;
}

.marg-bottom {
  margin-bottom: 0.5rem;
}

.marg-left {
  margin-left: 0.5rem;
}

.marg-right {
  margin-right: 0.5rem;
}

.marg-2x {
  margin: 1rem;
}

.marg-2x-vert {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.marg-2x-horiz {
  margin-left: 1rem;
  margin-right: 1rem;
}

.marg-2x-top {
  margin-top: 1rem;
}

.marg-2x-bottom {
  margin-bottom: 1rem;
}

.marg-2x-left {
  margin-left: 1rem;
}

.marg-2x-right {
  margin-right: 1rem;
}

.marg-3x {
  margin: 1.5rem;
}

.marg-3x-vert {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.marg-3x-horiz {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.marg-3x-top {
  margin-top: 1.5rem;
}

.marg-3x-bottom {
  margin-bottom: 1.5rem;
}

.marg-3x-left {
  margin-left: 1.5rem;
}

.marg-3x-right {
  margin-right: 1.5rem;
}

.flex-container,
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.height-100 {
  height: 100%;
}

.shadowed {
  -webkit-box-shadow: -10px 10px 14px #00000014;
  box-shadow: -10px 10px 14px #00000014;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}


.btn,
.currentForm input[type=submit],
input[type=submit] {
  border-radius: 0;
  background-color: #003c71;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  padding: 1rem 1.5rem .875rem;
  display: inline-block;
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.btn:hover,
input:hover[type=submit],
.btn:focus,
input:focus[type=submit] {
  background-color: #33638d;
  color: #ffffff;
}

.btn--secondary {
  background-color: #62B1BD;
}

.btn--secondary:hover,
.btn--secondary:focus {
  background-color: #81c1ca;
}

.btn--gallery-btn {
  width: 100%;
  margin-bottom: 1rem;
}

.btn--header {
  font-weight: normal;
  font-size: 1.4375rem;
}

.btn--location {
  display: block;
  text-transform: none;
  font-size: 1.125rem;
}

.btn--smaller {
  font-weight: normal;
  text-transform: none;
  font-size: 1.125rem;
  line-height: 1;
}

.ghost-button {
  color: #5D6D71;
  font-size: 1.625rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0.4375rem 0;
  text-align: center;
  border: 1px solid currentColor;
  padding: 0.6875rem;
}

.color--primary {
  color: #4CA0AC;
}

.color--secondary {
  color: #003c71;
}

.color--third {
  color: #D9BC6D;
}

.color--support {
  color: #E7E5DF;
}

.color--white {
  color: #ffffff;
}

.color--black {
  color: #000000;
}

.color--main-text {
  color: #384245;
}

.background--primary {
  background-color: #62B1BD;
}

.background--secondary {
  background-color: #003c71;
}

.background--third {
  background-color: #D9BC6D;
}

.background--support {
  background-color: #E7E5DF;
}

.background--white {
  background-color: #ffffff;
}

.background--black {
  background-color: #000000;
}

blockquote {
  border-color: #62B1BD;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.band {
  position: relative;
  z-index: 1;
  padding: 2rem 0;
}

.band__title {
  margin-bottom: 1rem;
}

.band::before,
.band::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50vw;
  z-index: -1;
}

.band--large-only::before,
.band--large-only::after {
  display: none;
}

.band--pattern-1-left::before {
  background-image: url(https://5031842.fs1.hubspotusercontent-na1.net/hubfs/5031842/template/patterns/curved-pattern-1.svg);
  background-color: #EAEDEF;
  background-repeat: repeat;
}

.band--pattern-1-right::after {
  background-image: url(https://5031842.fs1.hubspotusercontent-na1.net/hubfs/5031842/template/patterns/curved-pattern-1.svg);
  background-color: #EAEDEF;
  background-repeat: repeat;
}

.band--pattern-geo-1-left::before {
  background-image: url(https://5031842.fs1.hubspotusercontent-na1.net/hubfs/5031842/template/patterns/geo-pattern-1.svg);
  background-color: #BDC5C9;
  background-repeat: repeat;
}

.band--pattern-geo-1-right::after {
  background-image: url(https://5031842.fs1.hubspotusercontent-na1.net/hubfs/5031842/template/patterns/geo-pattern-1.svg);
  background-color: #BDC5C9;
  background-repeat: repeat;
}

.band--bordered-right::after {
  background-color: #ffffff;
  border-left: 5px solid #D9BC6D;
}

.band::before {
  right: 50%;
}

.band::after {
  left: 50%;
}

.band--pattern-geo-1-full::before {
  background-image: url(https://5031842.fs1.hubspotusercontent-na1.net/hubfs/5031842/template/patterns/geo-pattern-1.svg);
  background-color: #BDC5C9;
  background-repeat: repeat;
  width: 100%;
  right: 0;
}

.band--pattern-geo-1-full::after {
  display: none;
}

.band--pattern-geo-2-full::before {
  background-image: url(https://5031842.fs1.hubspotusercontent-na1.net/hubfs/5031842/template/patterns/geo-pattern-2.svg);
  background-color: #EAEDEF;
  background-repeat: repeat;
  width: 100%;
  right: 0;
}

.band--pattern-geo-2-full::after {
  display: none;
}

.band--pattern-geo-3-full::before {
  background-image: url(https://5031842.fs1.hubspotusercontent-na1.net/hubfs/5031842/template/patterns/geo-pattern-3.svg);
  background-color: #818D91;
  background-repeat: repeat;
  width: 100%;
  right: 0;
}

.band--pattern-geo-3-full::after {
  display: none;
}

.band--pattern-geo-4-full::before {
  background-image: url(https://5031842.fs1.hubspotusercontent-na1.net/hubfs/5031842/template/patterns/geo-pattern-4.svg);
  background-color: #DEE4E6;
  background-repeat: repeat;
  width: 100%;
  right: 0;
}

.band--pattern-geo-4-full::after {
  display: none;
}

.band--pattern-curve-3-full::before {
  background-image: url(https://5031842.fs1.hubspotusercontent-na1.net/hubfs/5031842/template/patterns/curved-pattern-3.svg);
  background-color: #BDC5C9;
  background-repeat: repeat;
  width: 100%;
  right: 0;
}

.band--pattern-curve-3-full::after {
  display: none;
}

.band--floorplans {
  padding-top: 5rem;
}

.band--form {
  padding: 0;
}

.band--form-3::before {
  background-image: url(https://5031842.fs1.hubspotusercontent-na1.net/hubfs/5031842/Community%20Landing%20Pages/bg-form-footer-3--small.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.band--block-to-bg::before {
  position: relative;
  display: block;
  width: 100%;
  height: 14.1875rem;
  right: auto;
  top: auto;
}

.band--block-to-bg::after {
  display: none;
}

.band--no-space {
  padding: 0;
}

.band--white {
  background-color: #ffffff;
}

.band--white::before,
.band--white::after {
  background-color: #ffffff;
}

.band--primary {
  background-color: #62B1BD;
}

.band--primary::before,
.band--primary::after {
  background-color: #62B1BD;
}

.band--secondary {
  background-color: #003c71;
}

.band--secondary::before,
.band--secondary::after {
  background-color: #003c71;
}

.band--support {
  background-color: #E7E5DF;
}

.band--support::before,
.band--support::after {
  background-color: #E7E5DF;
}

.band--subtle-gray {
  background-color: #EAEDEF;
}

.band--subtle-gray::before,
.band--subtle-gray::after {
  background-color: #EAEDEF;
}

.band--community-events {
  overflow: visible;
  z-index: 10;
  padding-bottom: 7rem;
}

.band--overflow {
  overflow: visible;
}

.band__title {
  color: #5D6D71;
}

.band--home-main {
  z-index: 100;
}

@media only screen and (min-width: 40rem) { 
  .floorplans-feature__floorplan-image {
    width: 100%;
    height: 320px;
    object-fit: contain;
  }
  
  .band--community-gallery img {
    width: 100%;
    height: 280px;
    object-fit: cover;
  }
}

.floorplans-feature {
  position: relative;
}

.floorplans-feature__slider-wrap {
  z-index: 10;
}

.floorplans-feature__control {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: middle;
  -ms-flex-align: middle;
  align-items: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
}

.floorplans-feature__control--prev {
  left: 0;
}

.floorplans-feature__control--next {
  right: 0;
}

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

.floorplans-feature__graphic {
  background-color: #ffffff;
  margin: 1rem;
  padding: .5rem;
  -webkit-box-shadow: 0px 15px 20px #00000029;
  box-shadow: 0px 15px 20px #00000029;
  text-align: center;
}

.floorplans-feature__floorplan-image,
.floorplans-feature .slick-slide img {
  display: inline-block;
}

.floorplans-feature__floorplan-name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #003c71;
  text-transform: none;
  margin-bottom: .25rem;
}

.floorplans-feature__details-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.floorplans-feature__details-item {
  font-weight: bold;
  color: #384245;
  font-size: 1rem;
}

.floorplans-feature__details-item::after {
  content: '\00B7';
  display: inline-block;
  padding: 0 .5rem;
}

.floorplans-feature__details-item:last-child::after {
  display: none;
}
ul.inputs-list li.hs-form-checkbox input {
    width: auto !important;
}
@media all and (min-width: 1320px) {
  .floorplans-feature__arrow-icon {
    width: 1.5625rem;
    height: 3.1875rem;
  }

  .floorplans-feature__control--prev {
    left: -35px;
  }

  .floorplans-feature__control--next {
    right: -35px;
  }
}

@media only screen and (min-width: 64rem) {
  .floorplans-feature__graphic {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}