.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.hero-section {
  height: 100vh;
  background-image: url('../images/hero-1010-blur.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  background-color: hsla(0, 0%, 100%, 0.9);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.hero-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.03))), url('../images/hero-1010.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.03)), url('../images/hero-1010.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.brand-logo {
  margin-top: 20px;
  margin-left: 20px;
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.brand-logo:hover {
  -webkit-filter: grayscale(100%) brightness(50%);
  filter: grayscale(100%) brightness(50%);
}

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

.nav-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #333;
}

.nav-link.w--current {
  color: #000;
}

.hero-heading {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 38px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.hero-container {
  padding-right: 10px;
  padding-left: 10px;
}

.hero-subheading {
  margin-top: 10px;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.hero-subheading.lower {
  font-size: 24px;
  text-transform: none;
}

.hero-icon {
  display: block;
  width: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: color 400ms ease, font-size 400ms ease;
  transition: color 400ms ease, font-size 400ms ease;
  font-family: 'Fa solid 900', sans-serif;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}

.hero-icon:hover {
  color: #fff;
  font-size: 60px;
}

.hero-link-block {
  display: block;
  width: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.image-background {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/amenities-1010.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/amenities-1010.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.image-background-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/residences-1010.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/residences-1010.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #222;
}

.section.more-margin {
  padding-top: 100px;
}

.section.section-color {
  background-color: #f5f5f5;
}

.section-heading {
  margin-top: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
  color: #666;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.section-heading.headingwhite {
  border-bottom-color: #fff;
  color: #fff;
}

.section-subheading {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #646464;
  font-size: 20px;
  line-height: 24px;
  font-weight: 200;
  text-align: center;
  text-transform: none;
}

.section-subheading.subheading-white {
  color: #dad8d8;
}

.nav-menu {
  margin-right: 20px;
}

.list-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
}

.property-heading {
  margin-top: 0px;
  margin-bottom: 3px;
  color: #888;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-title {
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  color: #888;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  text-transform: uppercase;
}

.property-photo-div {
  width: 100%;
  height: 120px;
  float: left;
  background-image: url('../images/Photo27148500-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.unit {
  width: 48%;
  margin: 1%;
  padding: 1%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #eee;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.unit:hover {
  background-color: #f5f5f5;
}

.property-description {
  width: 65%;
  padding-left: 10px;
  float: right;
}

.property-price {
  color: #666;
  font-weight: 500;
}

.text-small {
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
}

.property-area {
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
}

.property-feature {
  color: #666;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}

.feature-icon {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
}

.feature-row {
  margin-top: 3px;
}

.property-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #d3d3d3;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, border-color 400ms ease, color 200ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, color 200ms ease;
  color: #888;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
}

.property-button:hover {
  border-color: #666;
  background-color: #666;
  color: #fff;
}

.button-row {
  margin-top: 4px;
}

.property-photo-link {
  width: 35%;
  margin-bottom: -8px;
}

.button-row-mobile {
  margin-top: 4px;
}

.list-item {
  margin-bottom: 10px;
  color: #666;
  font-weight: 400;
}

.list-item.item-white {
  color: #dadada;
}

.section-button {
  display: block;
  width: 240px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px solid #d3d3d3;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-transition: background-color 400ms ease, border-color 400ms ease, color 200ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, color 200ms ease;
  color: #666;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}

.section-button:hover {
  border-color: #666;
  background-color: hsla(0, 0%, 40%, 0.8);
  color: #fff;
}

.field-label {
  font-weight: 400;
  text-transform: uppercase;
}

.footer-link {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #888;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #dadada;
}

.footer-link.small {
  font-size: 11px;
  text-transform: none;
}

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

.column-right {
  padding-top: 4px;
  text-align: right;
}

.column-center {
  padding-top: 16px;
}

.footer-text {
  color: #888;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.lightbox-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.text-field {
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
}

.text-field:focus {
  border: 1px solid #000;
}

.footer-image {
  height: 50px;
}

.table-head {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.table-row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.table-row:hover {
  background-color: #f5f5f5;
}

.table-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  color: #888;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 460px;
  padding-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/HighRes29174373-3.jpg'), -webkit-gradient(linear, left top, left bottom, from(#222), to(#222));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/HighRes29174373-3.jpg'), linear-gradient(180deg, #222, #222);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  color: #fff;
  text-align: center;
}

.hero.list-property {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/contact-background.jpg'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/contact-background.jpg'), linear-gradient(180deg, #333, #333);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.hero.join-team {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/join.jpg'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/join.jpg'), linear-gradient(180deg, #333, #333);
  background-position: 0px 0px, 50% 10%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.container-hero {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block {
  color: #888;
  font-weight: 300;
  text-align: center;
}

.text-block.textdark {
  color: #4d4d4d;
}

.feature-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-icon {
  display: block;
  width: 80px;
  height: 80px;
  margin: 15px auto 5px;
  border-radius: 80px;
  background-color: #000;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.row-margin-top {
  display: block;
  margin-top: 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media screen and (max-width: 991px) {
  .hero-image {
    background-position: 0px 0px, 50% 50%;
  }
  .brand-logo {
    margin-left: 10px;
  }
  .hero-heading {
    font-size: 40px;
    line-height: 44px;
  }
  .hero-subheading {
    font-size: 28px;
    line-height: 32px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-heading {
    font-size: 26px;
    line-height: 30px;
  }
  .section-subheading {
    font-size: 16px;
    line-height: 20px;
  }
  .nav-menu {
    top: 0px;
    right: 0px;
    margin-top: 60px;
    margin-right: 0px;
    background-color: hsla(0, 0%, 100%, 0.9);
  }
  .property-heading {
    font-size: 16px;
  }
  .section-title {
    font-size: 18px;
    line-height: 22px;
  }
  .property-photo-div {
    height: 90px;
  }
  .property-description {
    padding-left: 5px;
  }
  .property-feature {
    font-size: 7px;
  }
  .feature-icon {
    font-size: 12px;
  }
  .feature-row {
    margin-top: 5px;
  }
  .property-photo-link {
    margin-bottom: 0px;
  }
  .menu-button.w--open {
    background-color: #888;
  }
  .column-center {
    text-align: center;
  }
  .hero.join-team {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/join.jpg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null), url('../images/join.jpg'), linear-gradient(180deg, null, null);
    background-position: 0px 0px, 50% 0%, 0px 0px;
  }
}

@media screen and (max-width: 767px) {
  .brand-logo {
    margin-left: 10px;
  }
  .hero-subheading {
    font-size: 26px;
    line-height: 30px;
  }
  .section-heading {
    font-size: 22px;
    line-height: 26px;
  }
  .section-subheading {
    font-size: 14px;
    line-height: 18px;
  }
  .property-heading {
    font-size: 14px;
  }
  .property-photo-div {
    height: 110px;
  }
  .unit {
    width: 98%;
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .property-description {
    width: 70%;
  }
  .property-feature {
    font-size: 11px;
  }
  .property-photo-link {
    width: 30%;
  }
  .column {
    padding-left: 0px;
  }
  .column-2 {
    padding-left: 0px;
  }
  .column-3 {
    padding-right: 0px;
  }
  .column-left {
    text-align: center;
  }
  .column-right {
    padding-top: 20px;
    text-align: center;
  }
  .footer-text {
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-image {
    margin-bottom: 5px;
  }
  .table-head {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
  }
  .table-row {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
  }
  .table-footer {
    font-size: 10px;
  }
  .column-footer {
    text-align: center;
  }
  .hero {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-hero {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading {
    font-size: 36px;
    line-height: 40px;
  }
  .property-heading {
    line-height: 18px;
    text-align: center;
  }
  .section-title {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .property-photo-div {
    width: 100%;
    height: 140px;
  }
  .property-description {
    width: 100%;
    margin-top: 5px;
    padding-left: 0px;
  }
  .property-price {
    text-align: center;
  }
  .property-area {
    text-align: center;
  }
  .property-feature {
    text-align: center;
  }
  .feature-row {
    margin-left: -10px;
  }
  .property-photo-link {
    width: 100%;
  }
  .button-row-mobile {
    margin-top: 100px;
  }
  .column {
    padding-left: 10px;
  }
  .text-block.textdark {
    margin-bottom: 15px;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.woff2') format('woff2'), url('../fonts/fa-duotone-900.eot') format('embedded-opentype'), url('../fonts/fa-duotone-900.woff') format('woff'), url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2'), url('../fonts/fa-light-300.eot') format('embedded-opentype'), url('../fonts/fa-light-300.woff') format('woff'), url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}