@charset "UTF-8";
@font-face {
  font-family: "arponasans", sans-serif;
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: superior-title, serif;
  font-weight: 400;
  font-style: normal;
}
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, 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, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  transition: 0.2s ease-in-out;
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
}

strong {
  font-weight: bold;
}

b {
  font-weight: 400;
}

i {
  font-style: italic;
}

button {
  border: none;
  background: none;
}

textarea {
  resize: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}

div::-webkit-scrollbar {
  width: 0 !important;
}

div {
  overflow: -moz-scrollbars-none;
}

div {
  -ms-overflow-style: none;
}

button:focus {
  outline: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus, input[type=checkbox]:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

select:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

iframe {
  display: block;
  width: 100%;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  -webkit-appearance: none;
}

/* defaults end */
.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 20px;
  background: #efece8;
  z-index: 200;
  display: none;
  color: #000;
}
.policy_popup h3 {
  margin-bottom: 40px;
}
.policy_popup p {
  font-size: 20px;
  margin-bottom: 30px;
}
.policy_popup .main_logo {
  width: 500px;
  max-width: 70%;
  margin-bottom: 40px;
}
.policy_popup .inner_content {
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
  padding: 10px 20px;
  margin: 0 auto;
}
.policy_popup .inner_content::-webkit-scrollbar {
  width: 0;
  height: 8px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 9px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.policy_popup .inner_content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 9px;
  box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}
.policy_popup .small_logo {
  margin-top: 30px;
}
.policy_popup .copyright {
  padding-top: 30px;
}
.policy_popup .copyright p {
  text-align: center;
}
.policy_popup .close_icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  cursor: pointer;
}

.g-recaptcha {
  display: none;
}

.cookies_message {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
}
.cookies_message .small_logo {
  text-align: left;
  width: 10%;
  padding: 0 40px;
}
.cookies_message .small_logo img {
  height: 60px;
  vertical-align: middle;
}
.cookies_message .text {
  width: 80%;
}
.cookies_message .text p {
  font-size: 14px;
  max-width: 1300px;
  text-align: left;
}
.cookies_message .got_it {
  width: 10%;
  padding: 0 40px;
}
.cookies_message .got_it h3 {
  text-align: right;
}
.cookies_message.accepted {
  display: none;
}

.grecaptcha-badge {
  display: none !important;
}

:root, html {
  font-size: 20px;
}

body {
  font-family: "arponasans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
  margin: 0;
  overflow-x: hidden;
  color: #455755;
  letter-spacing: 1px;
  background: #F3EFED;
}
body.no-scroll {
  overflow: hidden;
}

.text-white {
  color: #fff;
}

h1, h2, h3, h4, h5 {
  font-family: superior-title, serif;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  font-size: 4rem;
  line-height: 1.1;
}

h3 {
  font-size: 2.6rem;
  line-height: 1.3;
  margin-bottom: 35px;
}

h4 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 15px;
}

h5 {
  font-size: 1.5rem;
  line-height: 1.2;
}
h5.smaller {
  font-size: 1.25rem;
  letter-spacing: 2px;
}

h6 {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

p {
  line-height: 1.6;
}
p.smaller {
  font-size: 1rem;
}

.my_btn {
  display: inline-block;
  font-family: superior-title, serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 15px 30px;
  border: 2px solid #455755;
  white-space: nowrap;
}
.my_btn.small {
  font-size: 1rem;
  padding: 15px;
}
.my_btn.light {
  border-color: #fff;
  color: #fff;
}
.my_btn.white {
  border-color: #fff;
  color: #455755;
  background: #fff;
}

.tiny-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px;
  line-height: 60px;
  min-width: 200px;
  border: 1px solid #455755;
  text-transform: uppercase;
  text-align: center;
}
.tiny-btn img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.tiny-btn.auto-width {
  min-width: auto;
}

.section-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mob-full-width {
  width: 100%;
}
@media (max-width: 767px) {
  .mob-full-width {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  color: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
  transition: padding-top 200ms ease;
}
.site-header .container {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-header .site-logo {
  font-family: superior-title, serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-header .menu-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.site-header .site-nav {
  flex: 1;
}
.site-header .site-nav .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  font-family: superior-title, serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1rem;
}
.site-header .site-nav a {
  font-family: superior-title, serif;
}
.site-header .hamburger {
  display: none;
}
.site-header .hamburger.is-active:hover, .site-header .hamburger:hover {
  opacity: 1;
}
.site-header .hamburger .hamburger-inner,
.site-header .hamburger .hamburger-inner:after,
.site-header .hamburger .hamburger-inner:before {
  background-color: #fff;
  height: 2px;
  border-radius: 0px;
  width: 100%;
  transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}
.site-header .hamburger .hamburger-inner:before {
  top: -8px;
}
.site-header .hamburger .hamburger-inner:after {
  bottom: -8px;
}
.site-header .hamburger .hamburger-box {
  width: 30px;
  height: 18px;
  margin-top: 5px;
}
.site-header .header-ctas {
  display: none;
  align-items: center;
  gap: 10px;
}
.site-header.scrolled {
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-header-dark .site-header {
  color: #455755;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
}
.home-header-dark .site-header .site-nav a,
.home-header-dark .site-header .site-nav .my_btn,
.home-header-dark .site-header .site-nav .tiny-btn {
  color: #455755;
  border-color: #455755;
}
.home-header-dark .site-header .header-ctas .my_btn {
  color: #455755;
  border-color: #455755;
}
.home-header-dark .site-header .header-ctas .my_btn.light {
  color: #455755;
  border-color: #455755;
}

body:not(.page-top) .home-header-dark .site-header {
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
body:not(.page-top) .home-header-dark .site-header .site-nav a,
body:not(.page-top) .home-header-dark .site-header .site-nav .my_btn,
body:not(.page-top) .home-header-dark .site-header .site-nav .tiny-btn {
  color: #fff;
  border-color: #fff;
}
body:not(.page-top) .home-header-dark .site-header .header-ctas .my_btn {
  color: #fff;
  border-color: #fff;
}
body:not(.page-top) .home-header-dark .site-header .header-ctas .my_btn.light {
  color: #fff;
  border-color: #fff;
}

.menu-toggle:checked + .hamburger .hamburger-inner {
  background-color: transparent;
}

.menu-toggle:checked + .hamburger .hamburger-inner:before {
  top: 0;
  transform: rotate(45deg);
}

.menu-toggle:checked + .hamburger .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero .container,
.hero .container-xxl {
  padding-top: calc(150px + 5vh);
}
.hero .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.hero .hero-logo {
  width: 500px;
  max-width: 60%;
  height: auto;
}
.hero .download_guide {
  position: absolute;
  right: 3%;
  bottom: 4%;
  max-width: 15%;
  width: 160px;
}

.content p {
  margin-bottom: 40px;
}
.content .container p:last-of-type {
  margin-bottom: 0;
}

.neighbourhood-table {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  border-collapse: collapse;
  text-align: center;
}

.neighbourhood-table,
.neighbourhood-table th,
.neighbourhood-table td {
  border: 0;
}

.neighbourhood-table td {
  padding: 10px 0;
  text-align: left;
}

.neighbourhood-table td:last-child {
  text-align: right;
}

.content_img {
  margin-bottom: 40px;
}

#flipbook iframe {
  height: 50vw;
}

.gallery-slider {
  position: relative;
}
.gallery-slider .gallery-slides {
  position: relative;
}
.gallery-slider .gallery-slides-wrap {
  position: relative;
}
.gallery-slider .gallery-media {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gallery-slider .gallery-flag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  aspect-ratio: 1/1;
  max-width: 40%;
  background: rgba(2, 32, 28, 0.7);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 2;
  pointer-events: none;
}
.gallery-slider .gallery-flag img {
  max-width: 100%;
  max-height: 90%;
  display: block;
  filter: brightness(0) invert(1);
}
.gallery-slider .gallery-caption {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  z-index: 2;
  margin: 0;
  pointer-events: none;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}
.gallery-slider .gallery-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 20px;
}
.gallery-slider .gallery-controls .slick-prev {
  order: 1;
}
.gallery-slider .gallery-controls .slick-dots {
  position: static;
  order: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  padding-bottom: 3px;
}
.gallery-slider .gallery-controls .slick-next {
  order: 3;
}
.gallery-slider .gallery-controls .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0;
}
.gallery-slider .gallery-controls .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #455755;
  background: transparent;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.gallery-slider .gallery-controls .slick-dots li button:before {
  content: none;
}
.gallery-slider .gallery-controls .slick-dots li.slick-active button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #455755;
  transform: translate(-50%, -50%);
}
.gallery-slider .gallery-controls .slick-prev,
.gallery-slider .gallery-controls .slick-next {
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 0;
  position: relative;
}
.gallery-slider .gallery-controls .slick-prev img,
.gallery-slider .gallery-controls .slick-next img {
  width: 24px;
  height: 24px;
  display: block;
}

.siteplan_wrapper {
  position: relative;
}
.siteplan_wrapper .title {
  position: absolute;
  left: 5%;
  top: 10%;
  text-align: center;
}
.siteplan_wrapper .now_selling_box {
  position: absolute;
  bottom: 12%;
  right: 7%;
  background: #455755;
  padding: 25px 30px;
}
.siteplan_wrapper .now_selling_box .my_btn {
  font-size: 1rem;
}
.siteplan_wrapper .now_selling_box,
.siteplan_wrapper .title {
  color: #fff;
}
.siteplan_wrapper .now_selling_box h4,
.siteplan_wrapper .title h4 {
  margin-bottom: 0;
}
.siteplan_wrapper .now_selling_box h3,
.siteplan_wrapper .title h3 {
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1;
}
.siteplan_wrapper .now_selling_box p,
.siteplan_wrapper .title p {
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 15px !important;
  margin-top: 5px;
}

/* HOME */
#home .hero {
  background: url("../img/home/hero.jpg") center;
  background-size: cover;
}
#home .quite_living {
  background: #455755;
  color: #fff;
}

/* HOME END*/
/* BUILDERS */
#builders .hero {
  background: url("../img/builders/hero.jpg") center top;
  background-size: cover;
  color: #fff;
}
#builders .hero p {
  line-height: 1.8;
}
#builders .content {
  padding-top: 15vw;
}
#builders .fpo {
  margin-bottom: -15vw;
}
#builders .builder-logo-type {
  max-height: 170px;
  max-width: 300px;
  width: 80%;
  margin-bottom: 40px;
}

/* BUILDERS END */
/* RESIDENCES */
#homes .hero {
  background: url("../img/residences/hero_bg.jpg") center bottom;
  background-size: cover;
}
#homes .siteplan_wrapper {
  position: relative;
}
#homes .siteplan_wrapper .my_btn {
  position: absolute;
  left: 5%;
  bottom: 5%;
}
#homes .homes-video .video-block {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#homes .homes-video .video-media {
  display: block;
  width: 100%;
  height: auto;
}
#homes .homes-video .video-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 2;
}
#homes .homes-video .video-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
}
#homes .homes-video .video-overlay-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
#homes .homes-video .video-overlay-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: #fff;
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.25);
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
  z-index: 2;
  padding-bottom: 10%;
}
#homes .homes-video .video-play-icon {
  width: 50px;
  display: block;
}

/* RESIDENCES END */
/* NATURE */
#nature .hero {
  background: url("../img/nature/hero.jpg") center bottom;
  background-size: cover;
}
#nature .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
#nature .stat-box {
  background: #CBC9C7;
  aspect-ratio: 1/1;
  padding: max(5%, 16px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 1px;
}
#nature .stat-box .inner {
  width: 100%;
}
#nature .stat-box .title {
  font-size: 4.5rem;
  line-height: 1;
  margin-bottom: 15px;
  font-family: superior-title, serif;
  color: #455755;
}
#nature .stat-box .description {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.2;
}
#nature .list {
  list-style: none;
  padding: 0;
  display: grid;
  --nature-list-columns: 4;
  --nature-list-rows: 4;
  grid-template-columns: repeat(var(--nature-list-columns), minmax(0, 1fr));
  grid-template-rows: repeat(var(--nature-list-rows), auto);
  grid-auto-flow: column;
  gap: 0 24px;
  counter-reset: list-count;
}
#nature .list li {
  counter-increment: list-count;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 13px;
  font-size: 0.9rem;
}
#nature .list li::before {
  content: counter(list-count, decimal-leading-zero);
  width: 1.5em;
  flex-shrink: 0;
  text-align: center;
}

/* NATURE END */
/* NEIGHBOURHOOD */
#neighbourhood .hero {
  background: url("../img/neighbourhood/hero.jpg") center;
  background-size: cover;
  height: 100vh;
}
#neighbourhood .hero .container,
#neighbourhood .hero .container-xxl {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: stretch;
}
#neighbourhood .hero .hero-content {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  align-items: stretch;
  justify-items: center;
  margin: 0;
}
#neighbourhood .hero .hero-logo {
  align-self: center;
  margin: 0;
}
#neighbourhood .hero h2 {
  align-self: center;
  margin: 0;
}

/* NEIGHBOURHOOD END */
@media (max-width: 1400px) {
  #nature .list {
    --nature-list-columns: 3;
  }
}
@media (max-width: 800px) {
  #nature .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #nature .list {
    --nature-list-columns: 2;
  }
}
@media (max-width: 576px) {
  #nature .list {
    --nature-list-columns: 1 !important;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    display: block !important;
    grid-template-rows: none !important;
  }
  #nature .list li {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}
/* FOOTER */
.builders {
  display: flex;
  justify-content: space-between;
  column-gap: 80px;
}
.builders .builder-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  min-height: 100%;
  flex: 1 1 0;
}
.builders .builder-logo-wrap {
  flex: 1;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  min-height: 160px;
  max-height: 160px;
}
.builders .builder-logo {
  width: 100%;
  display: block;
  max-width: 300px;
  max-height: 150px;
}
.builders .builder-actions {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 100%;
}
.builders .builder-actions .tiny-btn {
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.register_form {
  position: relative;
}
.register_form form .is_realtor {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.register_form form .is_realtor legend {
  flex: 0 0 auto;
  width: max-content;
  margin: 0;
}
.register_form form .is_realtor .radio-wrapperG {
  display: flex;
  align-items: center;
  gap: 12px;
}
.register_form form .field {
  width: 100%;
  margin-bottom: 8px;
  position: relative;
}
.register_form form .field input,
.register_form form .field textarea,
.register_form form .field input:-webkit-autofill,
.register_form form .field input:-webkit-autofill:hover,
.register_form form .field input:-webkit-autofill:focus,
.register_form form .field textarea:-webkit-autofill,
.register_form form .field textarea:-webkit-autofill:hover,
.register_form form .field textarea:-webkit-autofill:focus,
.register_form form .field select:-webkit-autofill,
.register_form form .field select:-webkit-autofill:hover,
.register_form form .field select:-webkit-autofill:focus {
  width: 100%;
  font-size: 1.2rem;
  padding: 0 15px;
  font-weight: 300;
  color: #455755;
  line-height: 65px;
  background: #E7E0DC;
  border: none;
  -webkit-text-fill-color: #455755;
  -webkit-box-shadow: 0 0 0px 0 #000 inset;
  transition: background-color 5000s ease-in-out 0s;
  border: none;
}
.register_form form .field input::placeholder,
.register_form form .field textarea::placeholder,
.register_form form .field input:-webkit-autofill::placeholder,
.register_form form .field input:-webkit-autofill:hover::placeholder,
.register_form form .field input:-webkit-autofill:focus::placeholder,
.register_form form .field textarea:-webkit-autofill::placeholder,
.register_form form .field textarea:-webkit-autofill:hover::placeholder,
.register_form form .field textarea:-webkit-autofill:focus::placeholder,
.register_form form .field select:-webkit-autofill::placeholder,
.register_form form .field select:-webkit-autofill:hover::placeholder,
.register_form form .field select:-webkit-autofill:focus::placeholder {
  color: #455755;
  letter-spacing: 2px;
  opacity: 1; /* Firefox */
  text-transform: uppercase;
}
.register_form form .field input::-ms-input-placeholder,
.register_form form .field textarea::-ms-input-placeholder,
.register_form form .field input:-webkit-autofill::-ms-input-placeholder,
.register_form form .field input:-webkit-autofill:hover::-ms-input-placeholder,
.register_form form .field input:-webkit-autofill:focus::-ms-input-placeholder,
.register_form form .field textarea:-webkit-autofill::-ms-input-placeholder,
.register_form form .field textarea:-webkit-autofill:hover::-ms-input-placeholder,
.register_form form .field textarea:-webkit-autofill:focus::-ms-input-placeholder,
.register_form form .field select:-webkit-autofill::-ms-input-placeholder,
.register_form form .field select:-webkit-autofill:hover::-ms-input-placeholder,
.register_form form .field select:-webkit-autofill:focus::-ms-input-placeholder { /* Edge 12 -18 */
  color: #455755;
}
.register_form form .field textarea {
  width: 100%;
  height: 110px;
  line-height: 1.1;
  padding-top: 20px;
  text-align: left;
  line-height: 1.1;
}
.register_form form .field:not(.checkbox)::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/small_arrow.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.register_form form .field.missing input,
.register_form form .field.missing textarea {
  border-bottom: 1px solid red;
}
.register_form form .checkbox {
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  margin-right: 0px;
  margin-bottom: 0;
}
.register_form form .checkbox input {
  position: absolute;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 30px;
}
.register_form form .checkbox label {
  padding-top: 6px;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  line-height: 1.6;
  text-transform: none;
  font-size: 12px;
}
.register_form form .checkbox label:before {
  content: "";
  position: absolute;
  top: 10px;
  display: block;
  left: -5px;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #CBC9C7;
  border-image: initial;
  background: transparent;
  text-align: center;
  line-height: 23px;
  font-size: 20px;
  border-radius: 50%;
}
.register_form form .checkbox input[type=radio]:checked + label:before,
.register_form form .checkbox input[type=checkbox]:checked + label:before {
  background: #455755;
}
.register_form form .checkbox.missing label:before {
  border-color: red;
}
.register_form form .consent .checkbox label:before {
  border-radius: 0;
}
.register_form form .consent .checkbox input[type=radio]:checked + label:before,
.register_form form .consent .checkbox input[type=checkbox]:checked + label:before {
  content: "✓";
  background: transparent;
  color: #455755;
}
.register_form form .error-message {
  font-size: 14px;
  text-align: left;
  padding-top: 5px;
  display: inline-block;
}
.register_form form legend {
  font-size: 24px;
}
.register_form form .realtor .field {
  width: auto;
}
.register_form form .realtor .checkbox label {
  padding-top: 5px;
  font-size: 20px;
}
.register_form form .thank_you_message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F3EFED;
  display: none;
}
.register_form form .thank_you_message h3 {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%);
  padding: 0 20px;
}
.register_form form .thank_you_message .close_icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  cursor: pointer;
}
.register_form form.form-done .thank_you_message {
  display: block;
}
.register_form .required {
  font-size: 14px;
  margin-top: 10px;
}

footer {
  background: #455755;
  color: #fff;
  padding: 80px 0;
}
footer p {
  font-size: 15px;
}
footer .tiny-btn {
  font-weight: 300;
  border-color: #fff;
  color: #fff;
  padding: 0 10px;
}
footer .main_logo {
  width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
footer h6 {
  font-family: superior-title, serif;
  font-size: 1rem;
  margin-bottom: 15px;
}
footer .menu li {
  font-family: superior-title, serif;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: uppercase;
}
footer .logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .logos a {
  max-width: 30%;
}
footer .logos img {
  filter: brightness(0) invert(1);
  max-width: 100%;
  max-height: 70px;
}
footer .register_form form .is_realtor legend {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 12px;
}
footer .register_form form .field {
  margin-bottom: 15px;
}
footer .register_form form .field input,
footer .register_form form .field textarea,
footer .register_form form .field input:-webkit-autofill,
footer .register_form form .field input:-webkit-autofill:hover,
footer .register_form form .field input:-webkit-autofill:focus,
footer .register_form form .field textarea:-webkit-autofill,
footer .register_form form .field textarea:-webkit-autofill:hover,
footer .register_form form .field textarea:-webkit-autofill:focus,
footer .register_form form .field select:-webkit-autofill,
footer .register_form form .field select:-webkit-autofill:hover,
footer .register_form form .field select:-webkit-autofill:focus {
  font-size: 15px;
  padding: 0 15px;
  color: #fff;
  line-height: 55px;
  background: transparent;
  border: 1px solid #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 0 #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
footer .register_form form .field input::placeholder,
footer .register_form form .field textarea::placeholder,
footer .register_form form .field input:-webkit-autofill::placeholder,
footer .register_form form .field input:-webkit-autofill:hover::placeholder,
footer .register_form form .field input:-webkit-autofill:focus::placeholder,
footer .register_form form .field textarea:-webkit-autofill::placeholder,
footer .register_form form .field textarea:-webkit-autofill:hover::placeholder,
footer .register_form form .field textarea:-webkit-autofill:focus::placeholder,
footer .register_form form .field select:-webkit-autofill::placeholder,
footer .register_form form .field select:-webkit-autofill:hover::placeholder,
footer .register_form form .field select:-webkit-autofill:focus::placeholder {
  color: #fff;
}
footer .register_form form .field input::-ms-input-placeholder,
footer .register_form form .field textarea::-ms-input-placeholder,
footer .register_form form .field input:-webkit-autofill::-ms-input-placeholder,
footer .register_form form .field input:-webkit-autofill:hover::-ms-input-placeholder,
footer .register_form form .field input:-webkit-autofill:focus::-ms-input-placeholder,
footer .register_form form .field textarea:-webkit-autofill::-ms-input-placeholder,
footer .register_form form .field textarea:-webkit-autofill:hover::-ms-input-placeholder,
footer .register_form form .field textarea:-webkit-autofill:focus::-ms-input-placeholder,
footer .register_form form .field select:-webkit-autofill::-ms-input-placeholder,
footer .register_form form .field select:-webkit-autofill:hover::-ms-input-placeholder,
footer .register_form form .field select:-webkit-autofill:focus::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
footer .register_form form .consent .checkbox input[type=radio]:checked + label:before,
footer .register_form form .consent .checkbox input[type=checkbox]:checked + label:before {
  content: "✓";
  color: #fff;
}
footer .register_form .my_btn {
  font-size: 1.2rem;
  color: #455755;
  padding: 15px 20px;
  background: #F3EFED;
}
footer .register_form form .checkbox input[type=radio]:checked + label:before, footer .register_form form .checkbox input[type=checkbox]:checked + label:before {
  background: #fff;
}
footer .register_form form .thank_you_message {
  background: #455755;
}

@media (min-width: 1700px) {
  .container-xxl.thin, .container-xl.thin, .container-lg.thin, .container-md.thin, .container-sm.thin, .container.thin {
    max-width: 1340px;
  }
}
@media (min-width: 1400px) {
  .container-xxl.thin, .container-xl.thin, .container-lg.thin, .container-md.thin, .container-sm.thin, .container.thin {
    max-width: 1220px;
  }
}
@media (max-width: 1700px) {
  :root, html {
    font-size: 16px;
  }
  .hero .hero-logo {
    width: 400px;
  }
  h3 {
    margin-bottom: 35px;
  }
  .content p {
    margin-bottom: 35px;
  }
  .builders .builder-logo-wrap {
    min-height: 140px;
    max-height: 140px;
  }
  .builders .builder-logo-wrap img {
    max-height: 100% !important;
  }
}
@media (max-width: 1400px) {
  :root, html {
    font-size: 14px;
  }
  h3 {
    margin-bottom: 30px;
  }
  .my_btn {
    font-size: 1.6rem;
  }
  .site-header {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content p {
    margin-bottom: 30px;
  }
  .builders {
    column-gap: 50px;
  }
  .builders .builder-logo {
    max-width: 260px;
    max-height: 130px;
  }
  .gallery-slider .gallery-flag {
    width: 150px;
  }
  #nature .stat-box .description {
    font-size: 1.4rem;
  }
  footer p {
    font-size: 14px;
  }
  footer .main_logo {
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  footer h6 {
    font-size: 1.2rem;
  }
}
@media (max-width: 1100px) {
  :root, html {
    font-size: 12px;
  }
  body {
    font-size: 1.4rem;
  }
  .site-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header .site-logo,
  .site-header .hamburger,
  .site-header .header-ctas {
    z-index: 1002;
  }
  .site-header .hamburger {
    display: inline-flex;
    margin-left: auto;
    order: 2;
  }
  .site-header .header-ctas {
    display: flex;
    order: 1;
    margin-right: auto;
  }
  .site-header .site-nav {
    position: fixed;
    inset: 0;
    background: #F3EFED;
    color: #455755;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-12%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1001;
    pointer-events: none;
  }
  .site-header .site-nav .menu {
    flex-direction: column;
    gap: 40px;
    font-size: 22px;
    justify-content: center;
  }
  .site-header .site-nav a,
  .site-header .site-nav .my_btn,
  .site-header .site-nav .tiny-btn {
    color: #455755;
    border-color: #455755;
  }
  .site-header .menu-toggle:checked ~ .site-nav {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .home-header-dark .site-header .menu-toggle:checked ~ .site-nav a,
  .home-header-dark .site-header .menu-toggle:checked ~ .site-nav .my_btn,
  .home-header-dark .site-header .menu-toggle:checked ~ .site-nav .tiny-btn {
    color: #455755;
    border-color: #455755;
  }
  .neighbourhood-table {
    max-width: 500px;
  }
  .builders {
    column-gap: 40px;
  }
  .builders .builder-logo {
    max-width: 200px;
    max-height: 110px;
  }
  .siteplan_wrapper .title {
    left: 3%;
    top: 6%;
  }
  .siteplan_wrapper .now_selling_box {
    right: 4%;
    padding: 20px;
  }
  .register_form form .field input,
  .register_form form .field textarea,
  .register_form form .field input:-webkit-autofill,
  .register_form form .field input:-webkit-autofill:hover,
  .register_form form .field input:-webkit-autofill:focus,
  .register_form form .field textarea:-webkit-autofill,
  .register_form form .field textarea:-webkit-autofill:hover,
  .register_form form .field textarea:-webkit-autofill:focus,
  .register_form form .field select:-webkit-autofill,
  .register_form form .field select:-webkit-autofill:hover,
  .register_form form .field select:-webkit-autofill:focus {
    line-height: 60px;
  }
  #homes .homes-video .video-play-icon {
    width: 35px;
  }
  #builders .builder-logo-type {
    max-height: 150px;
    max-width: 250px;
    margin-bottom: 30px;
  }
  footer p.disclaimer {
    font-size: 12px;
  }
}
.menu-toggle:checked + .hamburger .hamburger-inner {
  background-color: transparent;
}

.menu-toggle:checked + .hamburger .hamburger-inner:before,
.menu-toggle:checked + .hamburger .hamburger-inner:after {
  background-color: #455755;
}

.menu-toggle:checked ~ .header-ctas .my_btn {
  color: #455755;
  border-color: #455755;
}

@media (max-width: 800px) {
  .tiny-btn {
    font-size: 14px;
    line-height: 50px;
  }
  .content_img {
    margin-bottom: 30px;
  }
  h3 {
    margin-bottom: 25px;
  }
  .section-padding {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #flipbook iframe {
    height: 115vw;
  }
  .siteplan_wrapper .title {
    position: relative;
    left: auto;
    top: auto;
    color: #455755;
    margin-bottom: 20px;
  }
  .siteplan_wrapper .now_selling_box {
    position: relative;
    right: auto;
    display: inline-block;
    margin-bottom: 50px;
  }
  .builders {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .builders .builder-card {
    width: 100%;
    max-width: 400px;
  }
  .builders .builder-card {
    flex: auto;
  }
  .presentation_centre .builders .builder-card {
    flex-direction: row;
    gap: 30px;
  }
  #nature .list li {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  :root, html {
    font-size: 10px;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .my_btn {
    font-size: 1.4rem;
    padding: 14px 25px;
  }
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content_img {
    margin-bottom: 30px;
  }
  .site-header {
    padding-left: 5px;
    padding-right: 5px;
  }
  .site-header .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .container {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .content p {
    margin-bottom: 30px;
  }
  .hero .container,
  .hero .container-xxl {
    padding-top: calc(100px + 2vh);
  }
  .hero .hero-content {
    gap: 15px;
  }
  .hero .download_guide {
    max-width: 30%;
  }
  #nature .hero .container, #nature .hero .container-xxl {
    padding-top: 30vh;
  }
  .builders .builder-logo-wrap {
    min-height: auto;
    max-height: none;
  }
  .builders .builder-logo-wrap img {
    max-height: 120px !important;
  }
  .register_form form legend {
    font-size: 20px;
  }
  .gallery-slider .gallery-flag {
    padding: 5px;
    width: 80px;
  }
  .gallery-slider .gallery-caption {
    bottom: 15px;
  }
  .neighbourhood-table td {
    font-size: 1.2rem;
  }
  #homes .siteplan_wrapper .my_btn {
    position: relative;
    left: auto;
    margin-top: 20px;
    border-color: #455755;
    color: #455755;
    background: transparent;
  }
  footer .main_logo {
    width: 200px;
  }
}