h1, h2, h3, h4, h5, h6 {
  color: #f1efec;
  font-family: "Wix Madefor Display", sans-serif;
  margin-bottom: 1rem; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500; }

h1 {
  font-size: 31.5px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24.5px; }

h4 {
  font-size: 21px; }

h5 {
  font-size: 17.5px; }

h6 {
  font-size: 14px; }

a, p, span, strong, li, label {
  color: #f1efec;
  font-family: "Wix Madefor Display", sans-serif;
  margin-bottom: 1rem; }

.sr-only {
  height: 0;
  text-indent: -999px;
  visibility: hidden; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f7612b;
  font-family: "Wix Madefor Display", sans-serif; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #f7612b;
  font-family: "Wix Madefor Display", sans-serif; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #f7612b;
  font-family: "Wix Madefor Display", sans-serif; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #f7612b;
  font-family: "Wix Madefor Display", sans-serif; }

body {
  background-color: #f1efec; }

main {
  margin-bottom: 275px;
  padding-top: 3rem;
  position: relative; }
  @media only screen and (min-width: 992px) {
    main {
      margin-bottom: 250px; } }

.btn-primary {
  background-color: #1d1d1b;
  color: #f1efec;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 10px 25px;
  transition: 0.3s;
  z-index: 0; }
  .btn-primary span {
    color: inherit; }
  .btn-primary i {
    position: relative;
    right: 0;
    transition: 0.1s;
    margin-left: 10px; }
  .btn-primary:before {
    background: #ffad00;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    content: "";
    height: 100%;
    left: -120%;
    position: absolute;
    top: 0;
    width: 120%;
    z-index: -1; }

@keyframes slidein {
  from {
    left: -120%; }
  to {
    left: 0; } }
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #1d1d1b;
    background-color: #1d1d1b;
    text-decoration: none; }
    .btn-primary:active:before, .btn-primary:focus:before, .btn-primary:hover:before {
      left: 0;
      z-index: -1; }
  .btn-primary.light {
    background-color: #ffad00;
    color: #1d1d1b; }
    .btn-primary.light:before {
      background: #f7612b; }
    .btn-primary.light:active, .btn-primary.light:focus, .btn-primary.light:hover {
      color: #f1efec; }

.text-contain {
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .text-contain {
      flex: 0 0 60%;
      max-width: 60%; } }
  .text-contain .development-info {
    padding: 2rem 0;
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 992px) {
      .text-contain .development-info {
        padding: 4rem;
        padding-bottom: 0; } }
    .text-contain .development-info a:not(.btn-primary) {
      color: #f1efec; }
    .text-contain .development-info span {
      justify-content: center; }
    .text-contain .development-info .btn-primary {
      margin: auto; }
    .text-contain .development-info p {
      margin-bottom: 0; }
    .text-contain .development-info h1, .text-contain .development-info h2 {
      color: #f1efec; }

.nd-new-homes {
  margin: 0.5rem 15px 0; }
  @media only screen and (min-width: 576px) {
    .nd-new-homes {
      margin: 0.5rem 0 0 0; } }
  .nd-new-homes .nd-col, .nd-new-homes .developer-col {
    background-color: #fcece3; }
  .nd-new-homes .nd-col {
    border-bottom: 1px solid #f1efec;
    padding: 15px; }
    @media only screen and (min-width: 768px) {
      .nd-new-homes .nd-col {
        border-bottom: none;
        border-right: 1px solid #f1efec;
        padding: 2rem 1rem 15px; } }
    .nd-new-homes .nd-col svg {
      width: 200px; }
  .nd-new-homes .developer-col {
    padding: 15px; }
    @media only screen and (min-width: 992px) {
      .nd-new-homes .developer-col {
        padding: 2rem 15px; } }
    .nd-new-homes .developer-col .cls-1 {
      fill: #f7612b; }
  .nd-new-homes span {
    color: #1d1d1b; }

.svg-contain {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 50%; }
  @media only screen and (min-width: 768px) {
    .svg-contain {
      max-width: 75%; } }
  @media only screen and (min-width: 992px) {
    .svg-contain {
      flex: 0 0 60%;
      max-width: 60%; } }
  .svg-contain.logo {
    max-width: 60%; }
    @media only screen and (min-width: 768px) {
      .svg-contain.logo {
        flex: 0 0 45%;
        max-width: 45%; } }
    .svg-contain.logo svg {
      height: 100%;
      width: 100%; }
  .svg-contain svg {
    height: 100px;
    width: 150px; }

form input.input-text, form textarea.input-text {
  color: #f1efec;
  background: transparent;
  border: none;
  border-bottom: 1px solid #c6beb1;
  height: 50px;
  margin-bottom: 0.5rem;
  padding: 0 0.25rem;
  width: 100%; }
  @media only screen and (min-width: 576px) {
    form input.input-text, form textarea.input-text {
      margin-bottom: 0;
      width: 70%; } }

form h4 {
  margin-bottom: 2rem; }

form button[type=submit] {
  border: none;
  width: 100%;
  white-space: nowrap; }
  @media only screen and (min-width: 576px) {
    form button[type=submit] {
      width: 25%; } }

form .consent {
  display: flex;
  line-height: normal;
  justify-content: flex-start;
  margin-top: 1rem; }
  form .consent label {
    color: #f7612b;
    font-size: 11.2px;
    margin-left: 1rem;
    text-align: left; }

#success {
  background-color: #d4edda;
  border-color: #c3e6cb; }
  #success strong {
    color: #f7612b; }

.g-recaptcha {
  margin-top: 10px; }

#success strong {
  color: #f7612b; }

#error strong {
  color: #f7612b; }

.site-address strong {
  font-family: "Wix Madefor Display", sans-serif; }

.upper-banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.5rem 0 0 0;
  padding-bottom: 6rem;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .upper-banner {
      max-height: 675px;
      padding: 5rem 0; } }
  .upper-banner:before {
    background: linear-gradient(#1d1d1b, rgba(29, 29, 27, 0.75));
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10; }
  .upper-banner .container {
    position: relative;
    z-index: 100; }
  .upper-banner h3 {
    color: #f7612b; }
  .upper-banner span.tel {
    font-size: 24.5px; }

footer {
  align-items: flex-end;
  background-color: #1d1d1b;
  display: flex;
  max-height: 450px;
  position: relative; }
  @media only screen and (min-width: 576px) {
    footer {
      max-height: 400px; } }
  @media only screen and (min-width: 768px) {
    footer {
      max-height: 350px; } }
  @media only screen and (min-width: 1200px) {
    footer {
      max-height: 375px; } }
  footer .container {
    z-index: 40; }
  footer .footer-contain {
    margin: 2.5rem auto;
    text-align: center;
    width: 100%; }
    @media only screen and (min-width: 992px) {
      footer .footer-contain {
        flex: 0 0 68%;
        margin: 5rem auto 0 auto;
        max-width: 68%; } }
    footer .footer-contain .contact-us {
      margin-top: 2.2rem; }
    footer .footer-contain .email {
      color: #f7612b; }
    footer .footer-contain .email-signup {
      background-color: #353532;
      margin: 0 15px;
      padding: 2.5rem 15px; }
      @media only screen and (min-width: 576px) {
        footer .footer-contain .email-signup {
          margin: 0 auto; } }
      @media only screen and (min-width: 768px) {
        footer .footer-contain .email-signup {
          padding: 2.5rem 5rem; } }
      @media only screen and (min-width: 1200px) {
        footer .footer-contain .email-signup {
          padding: 4rem 5rem; } }
  footer .nd-development-logos {
    display: flex;
    flex-direction: column;
    padding: 15px; }
    @media only screen and (min-width: 768px) {
      footer .nd-development-logos {
        flex-direction: row;
        padding: 2.5rem 5rem; } }
    footer .nd-development-logos .svg-contain-footer {
      display: flex;
      flex: 0 0 75%;
      margin: 0 auto;
      max-width: 75%; }
      @media only screen and (min-width: 576px) {
        footer .nd-development-logos .svg-contain-footer {
          flex: 0 0 50%;
          max-width: 50%; } }
      footer .nd-development-logos .svg-contain-footer svg {
        margin: 0 auto;
        width: 200px; }
    footer .nd-development-logos svg {
      fill: #f1efec;
      height: 100px;
      width: 100px; }
  footer .site-address p {
    margin-bottom: 1rem; }
  footer a:active, footer a:focus, footer a:hover {
    color: #ffffff; }

.triangle {
  display: inline-block;
  position: absolute;
  z-index: 10; }
  .triangle.corner-bottom-right {
    bottom: 0;
    border-top: 200px solid transparent;
    border-right: 200px solid #f1efec;
    position: absolute;
    right: 0; }
    @media only screen and (min-width: 576px) {
      .triangle.corner-bottom-right {
        border-top: 250px solid transparent;
        border-right: 250px solid #f1efec; } }
  .triangle.corner-bottom-left {
    bottom: 0;
    display: inline-block;
    border-left: 200px solid #f1efec;
    border-top: 200px solid transparent;
    left: 0; }
    @media only screen and (min-width: 576px) {
      .triangle.corner-bottom-left {
        border-left: 250px solid #f1efec;
        border-top: 250px solid transparent; } }
  .triangle.corner-top-left {
    display: inline-block;
    border-left: 250px solid #f1efec;
    border-bottom: 250px solid transparent;
    left: 0;
    top: 0; }
  .triangle.corner-top-right {
    display: inline-block;
    border-left: 250px solid transparent;
    border-top: 250px solid #f1efec;
    right: 0;
    top: 0; }

.main-svg-bg {
  height: 650px;
  overflow: hidden;
  position: absolute;
  top: -250px;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .main-svg-bg {
      top: -162px; } }
  .main-svg-bg > div {
    position: absolute;
    width: 325px;
    z-index: 20; }
  .main-svg-bg .bg-left {
    left: -200px; }
  .main-svg-bg .bg-right {
    right: -200px; }
  .main-svg-bg.bottom {
    bottom: 250px;
    top: unset; }
    @media only screen and (min-width: 992px) {
      .main-svg-bg.bottom {
        bottom: 190px; } }
    @media only screen and (min-width: 1200px) {
      .main-svg-bg.bottom {
        bottom: 210px; } }

.development-brochure {
  height: 75vh;
  margin: 0 auto;
  z-index: 30; }
  .development-brochure .df-ui-wrapper, .development-brochure .df-ui-btn {
    background-color: #8D9EBC;
    color: #f1efec; }
  .development-brochure .df-ui-btn:hover {
    color: #202945; }
  .development-brochure .df-ui-page label {
    color: #f1efec; }
  .development-brochure .df-ui-btn.disabled, .development-brochure .df-ui-btn.disabled:hover {
    color: rgba(255, 255, 255, 0.4); }
  .development-brochure #flipbookContainer {
    z-index: 50; }
    .development-brochure #flipbookContainer > .df-ui-prev, .development-brochure #flipbookContainer > .df-ui-next {
      display: none !important; }

.photo-gallery {
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 992px) {
    .photo-gallery {
      margin: 3rem auto;
      margin-top: 0; } }
  .photo-gallery .gallery-title {
    text-align: center;
    width: 100%;
    color: #1d1d1b;
    font-weight: 500;
    margin-bottom: 2rem; }
    .photo-gallery .gallery-title span {
      color: #f7612b;
      white-space: nowrap; }
  .photo-gallery .gallery-col {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr; }
    @media only screen and (min-width: 992px) {
      .photo-gallery .gallery-col {
        display: grid;
        grid-template-columns: repeat(2, 1fr); } }
    .photo-gallery .gallery-col a {
      margin-bottom: 0; }
