/* ------------------------ Loft Font ------------------------ */
@font-face {
  font-family: "Loft";
  src: url(../fonts/loft/Loft-Black.woff) format("woff"), url(../fonts/loft/Loft-Black.woff2) format("woff2");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Loft";
  src: url(../fonts/loft/Loft-Bold.woff) format("woff"), url(../fonts/loft/Loft-Bold.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Loft";
  src: url(../fonts/loft/Loft-Regular.woff) format("woff"), url(../fonts/loft/Loft-Regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Loft";
  src: url(../fonts/loft/Loft-Light.woff) format("woff"), url(../fonts/loft/Loft-Light.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
}
/* ------------- Content Image Row - Equal Cols ------------- */
.content-image-row.equal-cols .col-lg-7 {
  width: 50%;
}
.content-image-row.equal-cols .col-lg-5 {
  width: 50%;
}
.content-image-row.equal-cols.right .image-area {
  display: flex;
  align-items: center;
}
.content-image-row.equal-cols.right .image-area .image-wrap {
  padding: 0 0 0 60px;
}
.content-image-row.equal-cols .content-area ul {
  columns: 2;
}
.content-image-row.equal-cols .content-area ul li {
  font-weight: 900;
  letter-spacing: 1px;
  font-family: "Loft", sans-serif;
}

@media (max-width: 767px) {
  .content-image-row.equal-cols .col-lg-7, .content-image-row.equal-cols .col-lg-5 {
    width: 100%;
  }
  .content-image-row.equal-cols .image-area .image-wrap {
    padding: 0 !important;
  }
  .content-image-row.equal-cols .content-area {
    padding-top: 34px;
  }
  .content-image-row.equal-cols .content-area ul {
    columns: 1;
  }
  .content-image-row.equal-cols.right .image-area {
    order: 1;
  }
  .content-image-row.equal-cols.right .content-area {
    order: 2;
  }
}
/* ------------- Amenity Map ------------- */
.amenity-map {
  padding: 80px 0;
}
.amenity-map h2 {
  color: #153851;
}
.amenity-map h3 {
  color: #84836f;
  margin-bottom: 40px;
}

/* ------------- Register Form ------------- */
.form-register {
  padding: 80px 0;
}
.form-register h2 {
  color: #153851;
  font-weight: 900;
  text-align: center;
}
.form-register .gfield .gfield_label {
  color: #153851;
}
.form-register .gfield .ginput_container input[type=text], .form-register .gfield .ginput_container input[type=email], .form-register .gfield .ginput_container input[type=tel], .form-register .gfield .ginput_container select {
  background-color: transparent;
  color: #153851;
  border: 0;
  border-bottom: 2px solid #153851;
  border-radius: 0;
  box-shadow: none;
}
.form-register .gfield .ginput_container select option {
  color: #000000;
}
.form-register .gfield .gfield_required.gfield_required_text {
  color: #153851;
}
.form-register .gform_footer {
  padding-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.form-register .gform_button {
  background-color: #af501b !important;
  color: #ffffff !important;
  font-family: "Loft", sans-serif !important;
  font-weight: 500 !important;
  padding: 12px 25px !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}
.form-register .gform_button:hover {
  background: #153851 !important;
  color: #ffffff !important;
  text-decoration: none;
}

/* ------------- Neighborhood Features ------------- */
.neighborhood-features {
  position: relative;
  padding: 60px 0;
}
.neighborhood-features .container .row {
  position: relative;
}
.neighborhood-features .section-wrap {
  position: relative;
}
.neighborhood-features .section-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #84836f;
}
.neighborhood-features .section-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
  width: 100%;
  background: #ffffff;
}
.neighborhood-features .bg {
  background: #84836f;
  color: #ffffff;
  padding: 80px 0 0 0;
  position: relative;
  z-index: 1;
}
.neighborhood-features .bg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  height: 150px;
  width: 100%;
}
.neighborhood-features .title-area {
  display: flex;
  flex-wrap: wrap;
  border-left: 4px solid #153851;
  padding-left: 60px;
}
.neighborhood-features .title-area .content {
  flex: 0 0 auto;
  width: 66.6666%;
}
.neighborhood-features .title-area .content h2 {
  margin-top: 0;
}
.neighborhood-features .title-area .content p {
  color: #ffffff;
}
.neighborhood-features .title-area .btn-area {
  flex: 0 0 auto;
  width: 33.3333%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 85px;
}
.neighborhood-features .highlights-gallery {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
.neighborhood-features .highlights-gallery .image {
  flex: 0 0 auto;
  width: 50%;
  padding: 2px;
}
.neighborhood-features .highlights-gallery .image.side {
  width: 25%;
}
.neighborhood-features .highlights-gallery .image a {
  width: 100%;
  height: 100%;
  display: block;
}
.neighborhood-features .highlights-gallery .image picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.neighborhood-features .highlights-gallery .image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.neighborhood-features .list-content {
  color: #ffffff;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  padding-left: 60px;
}
.neighborhood-features .list-content h4 {
  line-height: 27px;
  letter-spacing: 2px;
}
.neighborhood-features .list-content .col {
  flex: 0 0 auto;
  width: 50%;
}
.neighborhood-features .list-content .col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.neighborhood-features .list-content .col ul li {
  color: #ffffff;
  font-size: 15px;
  font-family: "Loft", sans-serif;
  letter-spacing: 1px;
  line-height: 25px;
  margin-bottom: 6px;
}

/* ------------- Builder Logos ------------- */
.builder-logos {
  padding: 0 0 120px 0;
  position: relative;
}
.builder-logos .section-wrap {
  position: relative;
}
.builder-logos .section-wrap .container {
  position: relative;
  z-index: 1;
}
.builder-logos .secondary-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.builder-logos .secondary-bg.right {
  left: auto;
  right: 0;
}
.builder-logos .inner-content {
  padding: 80px 0;
  color: #ffffff;
}
.builder-logos .inner-content h2 {
  margin: 0 0 20px 0;
}
.builder-logos .inner-content h3 {
  color: #9FA6AA;
}
.builder-logos .builder-logo-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.builder-logos .builder-logo-wrap .builder {
  flex: 0 0 auto;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.builder-logos .builder-logo-wrap .builder img {
  max-width: 100%;
  height: auto;
}

/* ------------- Builder Match ------------- */
.builder-match {
  padding: 0;
  margin-bottom: 80px;
  position: relative;
}
.builder-match:before {
  position: absolute;
}
.builder-match .section-wrap {
  position: relative;
}
.builder-match .section-wrap .container {
  position: relative;
  z-index: 1;
}
.builder-match .secondary-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: calc(100% - 120px);
}
.builder-match .secondary-bg.right {
  left: auto;
  right: 0;
}
.builder-match .inner-content {
  padding: 140px 0 0 0;
  color: #153851;
  position: relative;
}
.builder-match .inner-content:before {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 120px);
  width: 90%;
  content: "";
  background: #9FA6AA;
}
.builder-match .inner-content h2 {
  margin: 0 0 20px 0;
  position: relative;
  max-width: 970px;
}
.builder-match .builder-match-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
.builder-match .builder-match-wrap .builder {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: relative;
}
.builder-match .builder-match-wrap .builder a, .builder-match .builder-match-wrap .builder .builder-card {
  display: block;
  position: relative;
}
.builder-match .builder-match-wrap .builder .bg-image {
  position: relative;
}
.builder-match .builder-match-wrap .builder .bg-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  content: "";
  background: linear-gradient(180deg, rgba(21, 56, 81, 0) 1.38%, #153851 91.94%);
  mix-blend-mode: multiply;
  opacity: 0.9;
  transform: rotate(180deg);
}
.builder-match .builder-match-wrap .builder .bg-image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  content: "";
  background: linear-gradient(180deg, rgba(21, 56, 81, 0) 1.38%, #153851 100%);
  mix-blend-mode: multiply;
}
.builder-match .builder-match-wrap .builder .bg-image picture {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}
.builder-match .builder-match-wrap .builder .bg-image picture img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}
.builder-match .builder-match-wrap .builder .card-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 65px;
}
.builder-match .builder-match-wrap .builder .card-content .logo {
  width: 100%;
  margin-bottom: 20px;
  min-height: 80px;
  display: flex;
  align-items: flex-end;
}
.builder-match .builder-match-wrap .builder .card-content .logo img {
  width: 70%;
  max-height: 120px;
  object-fit: contain;
  object-position: center left;
}
.builder-match .builder-match-wrap .builder .card-content .title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  color: #ffffff;
}
.builder-match .builder-match-wrap .builder .btn-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
}
.builder-match .builder-match-wrap .builder .btn-area .btn-block {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 35px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  color: #FFFFFF;
  background: #af501b;
}
.builder-match .builder-match-wrap .builder .btn-area .btn-block img {
  margin-left: 10px;
}
.builder-match .builder-match-wrap .builder .btn-area .btn-block.coming-soon {
  background: #153851;
}

@media (max-width: 1500px) {
  .builder-match .builder-match-wrap .builder .title {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .builder-match .inner-content:before {
    width: 100%;
  }
  .builder-match .builder-match-wrap .builder {
    width: 100%;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .builder-match {
    margin-bottom: 0;
  }
  .builder-match .secondary-bg {
    display: none;
  }
  .builder-match .inner-content {
    padding: 55px 15px;
  }
  .builder-match .builder-match-wrap .builder .card-content {
    padding: 20px 25px;
  }
  .builder-match .builder-match-wrap .builder .card-content .title {
    font-size: 22px;
  }
  .builder-match .builder-match-wrap .builder .bg-image picture {
    aspect-ratio: 1;
  }
  .builder-match .builder-match-wrap .builder .bg-image picture img {
    aspect-ratio: 1;
  }
}
/* ------------- Builder Showhome ------------- */
.builder-showhome {
  padding: 120px 0 0 0;
  position: relative;
}
.builder-showhome .showhome-details {
  padding-bottom: 25px;
}
.builder-showhome .showhome-details .col-md-4 {
  border-right: 4px solid #9FA6AA;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
  padding-left: 40px;
  padding-right: 40px;
}
.builder-showhome .showhome-details .col-md-4.col-ad {
  order: 1;
}
.builder-showhome .showhome-details .col-md-4.col-sh {
  order: 2;
}
.builder-showhome .showhome-details .col-md-4.col-bs {
  border: 0;
  order: 3;
}
.builder-showhome .showhome-details h4 {
  color: #9FA6AA;
  margin-top: 0;
}
.builder-showhome .showhome-details h2 {
  color: #153851;
  margin: 0;
}
.builder-showhome .btn-area {
  text-align: right;
}
.builder-showhome .btn-area .btn {
  position: relative;
  transform: translateY(50%);
}
.builder-showhome .map-img picture {
  width: 100%;
  height: auto;
}
.builder-showhome .map-img picture img {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .builder-showhome {
    padding-top: 80px;
  }
  .builder-showhome .showhome-details .col-md-4.col-bs {
    justify-content: center;
    width: 100%;
    order: 1;
    padding-bottom: 25px;
  }
  .builder-showhome .showhome-details .col-md-4.col-sh {
    width: 50%;
    border: 0;
    justify-content: center;
    order: 3;
  }
  .builder-showhome .showhome-details .col-md-4.col-ad {
    width: 50%;
    border: 0;
    justify-content: center;
    order: 2;
  }
}
@media (max-width: 767px) {
  .builder-showhome {
    padding-top: 40px;
  }
  .builder-showhome .showhome-details .col-md-4.col-sh, .builder-showhome .showhome-details .col-md-4.col-ad {
    width: 100%;
    text-align: center;
  }
  .builder-showhome .btn-area {
    text-align: center;
  }
}
/* ------------- Builder Hero ------------- */
.builder-hero {
  width: 100%;
  height: 95vh;
  position: relative;
}
.builder-hero .image-bg-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
}
.builder-hero .image-bg-wrap picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.builder-hero .image-bg-wrap picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.builder-hero .hero-main {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.builder-hero .hero-main .builder-logo-wrap {
  max-width: 60%;
  margin: 0 auto 35px auto;
}
.builder-hero .hero-main .builder-logo-wrap img {
  width: 100%;
  height: auto;
  max-width: 450px;
}
.builder-hero .hero-main .callout {
  display: inline-block;
  padding: 15px 25px;
  color: #ffffff;
  background: #af501b;
  margin: 15px 0 100px 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 3px;
}

.gallery-row .highlights-gallery .image.grid {
  width: 25%;
}
.gallery-row .highlights-gallery .image.grid a picture {
  display: block;
  aspect-ratio: 0.83/1;
}
.gallery-row .highlights-gallery .image.grid a picture img {
  display: block;
  aspect-ratio: 0.83/1;
}

.builder-contact {
  padding: 120px 0 0 0;
}
.builder-contact h2 {
  color: #153851;
  max-width: 70%;
  margin: 0;
}
.builder-contact .contact-content {
  display: flex;
  flex-wrap: wrap;
}
.builder-contact .contact-content .buttons {
  flex: 0 0 auto;
  width: 67%;
  display: flex;
  align-items: flex-end;
}
.builder-contact .contact-content .buttons .btn {
  margin: 10px 0;
}
.builder-contact .contact-content .contact-info {
  flex: 0 0 auto;
  width: 33%;
  text-align: right;
  border-right: 3px solid #9FA6AA;
  padding-right: 25px;
}
.builder-contact .contact-content .contact-info h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0.05em;
  color: #9FA6AA;
  margin: 0 0 15px 0;
}
.builder-contact .contact-content .contact-info p {
  margin-bottom: 0;
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .builder-contact h2 {
    max-width: 100%;
  }
  .builder-contact .contact-content .buttons {
    width: 100%;
    order: 2;
  }
  .builder-contact .contact-content .contact-info {
    width: 100%;
    order: 1;
    text-align: left;
    border: 0;
    padding: 35px 0;
  }
}
.content-row.text-align-left .section-wrap .container .wrap.right {
  border-left: 4px solid #9FA6AA;
  border-right: 0;
  text-align: left;
  max-width: 80%;
}
.content-row.text-align-left .section-wrap .container .wrap.right h2 {
  font-size: 45px;
}
.content-row.text-align-left .section-wrap .container .wrap.right a {
  color: #ffffff;
}

h2.register-heading {
  color: #153851;
  font-weight: 900;
  text-align: center;
}

h3.register-heading {
  color: #9FA6AA;
  font-weight: 600;
}

/*# sourceMappingURL=phase-3.css.map */
