:root {
  --24526f: #24526f;
  --black: black;
  --light-blue: #7fa4be;
  --white: white;
  --dim-grey: #5c5c5c;
  --light-grey: #b6b6b6;
  --steel-blue: #069;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--24526f);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  font-weight: 100;
  line-height: 1.1;
}

h2 {
  color: var(--24526f);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 29px;
  font-weight: 300;
  line-height: 1.3;
}

h3 {
  color: var(--24526f);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
}

h6 {
  color: #b6b6b6;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.9;
}

p {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
}

a {
  color: #1a7dbd;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--light-blue);
  text-decoration: none;
}

li {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
}

strong {
  color: var(--24526f);
  font-weight: 700;
}

blockquote {
  border: 1px solid var(--light-blue);
  color: var(--24526f);
  text-align: center;
  margin-top: 21px;
  margin-bottom: 21px;
  padding: 25px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 100;
  line-height: 1.9;
}

.mainsection {
  background-color: #fff;
  border-left: 1px #d1d1d1;
  border-right: 1px #d1d1d1;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.white {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px #000;
  margin-top: -1px;
}

.white.header {
  color: var(--white);
  text-shadow: none;
}

.contentrow {
  background-color: #fff;
  border-bottom: 1px #d1d1d1;
  margin-top: 62px;
}

.textblock {
  border-bottom: 1px #d1d1d1;
  border-right: 1px solid #d1d1d1;
  padding: 50px;
}

.sectiontag {
  color: #bdbdbd;
  text-transform: uppercase;
  padding: 10px 10px 10px 25px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.sectiontag.morepadding {
  padding-left: 50px;
}

.sideblock {
  border-bottom: 1px #d1d1d1;
  flex-direction: column;
  padding: 44px 20px;
  display: flex;
  position: relative;
}

.button {
  background-color: var(--black);
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10px;
  flex: none;
  margin-top: 8px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 8px 22px 7px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .333s;
  display: inline-block;
  transform: translate(0, 2px);
}

.button:hover {
  background-color: var(--light-blue);
  color: #fff;
  background-image: none;
  transform: translate(0, -2px);
}

.button:active {
  transform: none;
}

.button.white {
  color: var(--black);
  text-shadow: none;
  cursor: pointer;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 1px 5px 2px #00000042;
}

.button.white:hover {
  color: #3e4749;
  background-color: #fff;
  box-shadow: 0 5px 8px #00000042;
}

.button.white:active {
  box-shadow: 0 3px 8px #00000042;
}

.button.white.ctr {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button._2nd {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: .5px;
  border: 2px solid #000;
  border-radius: 16px;
  flex: 0 auto;
  margin-top: 0;
  padding: 5px 17px 4px;
  font-size: 11px;
}

.button._2nd:hover {
  border-color: var(--dim-grey);
  background-color: #b6b6b64a;
}

.button.download {
  margin-right: 0;
  padding: 5px 14px;
}

.sidecolumn {
  padding: 0;
}

.fourblock {
  float: left;
  width: 100%;
  padding: 10px;
}

.colorblock {
  background-color: var(--black);
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.colorblock._2 {
  background-color: #7fa4be;
}

.colorblock._3 {
  background-color: #5c5c5c;
}

.colorblock._1 {
  background-color: var(--24526f);
}

.colorname {
  color: #3e4749;
  text-align: center;
  text-transform: none;
  margin-top: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.colorhex {
  color: #879499;
  text-align: center;
  margin-top: 1px;
}

.lightboxoverlay {
  background-color: #3f484ab3;
  background-image: url('../images/search-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  position: absolute;
  inset: 0;
}

.bottomcta {
  color: #879499;
  text-align: center;
  background-color: #3e4749;
  padding: 20px;
  font-size: 24px;
  line-height: 30px;
  transition: color .3s, background-color .3s;
  display: none;
}

.bottomcta:hover {
  color: #fff;
  background-color: #faa000;
}

.header-section {
  background-color: #fff;
  padding: 68px 38px 12px;
}

.row-body {
  border-bottom: 1px dotted #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 13px;
}

.row-body.final {
  background-color: #d1d1d14d;
  margin-left: -10px;
  margin-right: -10px;
}

.col1 {
  text-align: left;
}

.container {
  margin-top: 31px;
  padding-left: 12px;
  padding-right: 12px;
}

.step-header {
  background-color: #c3212a;
  background-image: linear-gradient(#c3212a, #8b151c);
  margin-left: -10px;
  margin-right: -10px;
  padding: 11px 0;
}

.icon-check {
  float: left;
  background-color: #5cc929;
  background-image: url('../images/check.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-bottom: -7px;
  display: inline-block;
}

.icon-check.top {
  float: none;
}

.paragraph-2 {
  float: left;
  width: 70%;
  margin-top: 0;
  margin-left: 10px;
  display: inline-block;
}

.icon-dots {
  float: left;
  background-color: #a7a7a7;
  background-image: url('../images/dots.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-bottom: -7px;
  display: inline-block;
}

.icon-dots.top {
  float: none;
}

.important-text-2 {
  display: inline-block;
}

.row-about-icons {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 21px;
  padding-bottom: 21px;
}

.icon-client {
  float: left;
  background-color: #faa000;
  background-image: url('../images/person.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-bottom: -7px;
  display: inline-block;
}

.icon-client.top {
  float: none;
}

.icon-none {
  float: left;
  background-color: #fff;
  border: 2px solid #d1d1d1;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-bottom: -7px;
  display: inline-block;
}

.icon-none.top {
  float: none;
}

.div-block {
  text-align: center;
  border: 1px solid #87949940;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-3 {
  color: #fff;
  text-shadow: 1px 1px 4px #00000082;
  margin: 0 29px;
  font-size: 21px;
  font-weight: 400;
}

.heading-6 {
  color: var(--black);
  text-align: center;
  margin-bottom: 31px;
}

.text-span {
  color: #c3212a;
  font-weight: 400;
}

.text-block {
  text-align: center;
  background-color: #8794992b;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
}

.page {
  cursor: default;
  background-color: #0000;
  background-image: url('../images/_website-skybrook-940.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1611px;
  height: 1400px;
}

.page.interior {
  background-image: url('../images/_website-skybrook-940-v2-interior.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1611px;
  height: 1500px;
}

.page.interior._3 {
  background-image: url('../images/_website-skybrook-940-v4-interior.jpg');
  background-size: 1611px;
  height: 1900px;
}

.page._2 {
  background-image: url('../images/_website-skybrook-940-v2.jpg');
  background-size: 1611px;
  height: 1500px;
}

.text-block-2, .text-block-3 {
  font-family: Open Sans, sans-serif;
}

.sidebar-block {
  background-color: var(--24526f);
  box-shadow: none;
  text-align: center;
  background-image: none;
  margin-top: 25px;
  margin-bottom: 26px;
  padding: 37px;
}

.section-4 {
  margin-bottom: 88px;
}

.utility-page-wrap {
  background-color: var(--24526f);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-4 {
  margin-bottom: 13px;
  margin-right: 15px;
}

.lightbox-link {
  padding-top: 12px;
}

.container-5 {
  padding-top: 31px;
}

.image-framed {
  background-image: url('../images/Park-6-web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  width: 200px;
  height: 200px;
  box-shadow: 0 0 12px #e2e1e1;
}

.image-framed.naked {
  background-image: url('../images/Park-9-web.jpg');
  margin-bottom: 25px;
}

.heading-15 {
  color: var(--light-grey);
}

.block-quote {
  border: 1px solid var(--light-blue);
  font-weight: 200;
  line-height: 1.9;
}

.page-container {
  margin-top: 136px;
}

.logonav {
  float: left;
}

.tagline-nav {
  float: right;
}

.brand {
  margin-top: -94px;
  margin-left: -11px;
}

.brand.right {
  float: right;
  color: var(--white);
  text-shadow: 1px 1px 3px #00000024;
  margin-top: -58px;
  font-family: Roboto, sans-serif;
  font-size: 34px;
  font-weight: 300;
}

.navbar {
  background-color: #0000;
}

.nav-link {
  color: var(--white);
  padding: 15px 39px;
  font-weight: 400;
  transition: all .333s;
}

.nav-link:hover {
  color: var(--24526f);
  background-color: #ffffffba;
}

.nav-link.w--current, .nav-link.w--current:focus {
  background-color: var(--white);
  color: var(--24526f);
}

.nav-container {
  background-color: var(--24526f);
  background-image: linear-gradient(#344d5d00, #344d5d);
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

.nav-menu {
  z-index: 11;
  float: none;
  box-shadow: none;
  text-align: center;
}

.div-block-2 {
  height: 100%;
  margin-top: 0;
  padding: 22px 35px;
  display: inline-block;
}

.text-span-2 {
  color: var(--24526f);
}

.slide {
  background-image: url('../images/hero-img1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  height: 508px;
}

.slide-nav {
  display: none;
}

.lower-hero {
  background-color: var(--24526f);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 22px;
  display: flex;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 -5px 6px 1px #00000036;
}

.herotext {
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 300;
  display: inline-block;
}

.herotext.white {
  margin-top: 0;
  margin-right: 26px;
  line-height: 1.5;
}

.text-span-3 {
  font-weight: 500;
}

.arrow {
  text-shadow: 1px 1px 6px #0000007d;
  width: 20%;
  margin-bottom: 97px;
  font-size: 51px;
  transition: all .333s;
}

.arrow:hover {
  text-shadow: 0 0 12px #000;
}

.arrow.left {
  text-align: left;
  width: 30%;
}

.content-container {
  background-color: var(--white);
  box-shadow: 1px 1px 26px #24526fab;
}

.text-span-4 {
  font-weight: 500;
}

.maincontent {
  background-image: url('../images/lower-left-bg.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 470px;
  padding: 61px 21px 61px 72px;
}

.maincontent.interior {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 43px;
  padding-bottom: 83px;
}

.maincontent.contact {
  padding-top: 50px;
  padding-left: 51px;
  padding-right: 51px;
}

.main-text {
  margin-top: 30px;
  padding-right: 75px;
}

.main-text.interior {
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.main-text.contact {
  text-align: center;
  padding-right: 0;
}

.homepageh1 {
  color: var(--steel-blue);
  font-size: 41px;
}

.home-sidebarcontent {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 52px;
  padding-bottom: 33px;
  display: flex;
}

.home-sidebarcontent.location {
  padding-top: 0;
}

.paragraph-6 {
  margin-top: 19px;
  font-size: 13px;
}

.paragraph-6.home {
  margin-right: 74px;
}

.main-section {
  background-image: url('../images/lower-left-bg.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 470px;
}

.footer {
  box-shadow: none;
  margin-bottom: 77px;
}

.footer-layer1 {
  text-align: center;
  background-color: #7fa4be;
  padding: 0 20px;
}

.footerlink {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 10px 33px;
  font-size: 12px;
  text-decoration: none;
}

.footerlink:hover {
  color: #ffffff4f;
}

.footerlink.w--current {
  color: #ffffff45;
}

.footer-layer2 {
  text-align: center;
  padding-top: 27px;
  padding-bottom: 26px;
}

.text-block-5 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.text-block-6 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  display: inline-block;
}

.link-block {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  opacity: .47;
}

.adesigns {
  margin-left: 10px;
}

.slide-2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.herowrapper {
  flex-direction: column;
  height: 508px;
  display: flex;
}

.herowrapper.interior {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 452px;
}

.hero-image {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex: 1;
}

.hero-image._1 {
  background-image: url('../images/hero-sign.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-image._2 {
  background-image: url('../images/hero-img2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-image._3 {
  background-image: url('../images/hero-house.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-image.golf {
  background-image: url('../images/hero-golf.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-image.swimming {
  background-image: url('../images/hero-swim.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-image.tennis {
  background-image: url('../images/hero-tennis.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-image.fitness {
  background-image: url('../images/hero-fitness.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-image.parks {
  background-image: url('../images/hero-park.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-image.about-skybrook {
  background-image: url('../images/hero-skybrook.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-image.maps {
  background-image: url('../images/hero-maps.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-image.placeholder {
  background-image: url('../images/placeholder-hero.jpg');
}

.hero-image.developers {
  background-image: url('../images/hero-developers.jpg');
  background-position: 50% 0;
  background-size: cover;
  position: relative;
}

.hero-image.community {
  background-image: url('../images/hero-community.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-image.vicinity {
  background-image: url('../images/hero-vicinity.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-image.builder {
  background-image: url('../images/Azalea-F_EXT_FRONT-1.jpg');
  background-size: cover;
}

.link-block-2 {
  padding: 15px 39px;
  transition: all .333s;
}

.link-block-2:hover {
  opacity: .44;
}

.body {
  background-color: #aacfe7;
  background-image: url('../images/bg-sky.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.tabs-menu {
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 56px;
  display: flex;
  box-shadow: 0 3px 10px #00000030;
}

.tab-link {
  background-color: var(--white);
  border-radius: 15px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 20px;
}

.tab-link:hover {
  background-color: #f5f5f5;
}

.tab-link.w--current {
  background-color: var(--24526f);
  color: var(--white);
  border-radius: 15px;
}

.div-block-6 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.tab-text {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.div-block-7 {
  background-color: var(--24526f);
  color: var(--white);
  border-radius: 16px;
  padding: 1px 15px;
  font-weight: 400;
}

.div-block-8 {
  background-color: var(--white);
  height: 56px;
}

.important-text-3 {
  color: var(--24526f);
}

.dynamic-item {
  margin-bottom: 25px;
}

.dynamic-list {
  flex-direction: column;
  display: flex;
}

.dynamic-list-wrapper {
  display: block;
}

.dynamic-list-2 {
  flex-wrap: wrap;
  place-content: space-around center;
  align-items: stretch;
  padding-top: 22px;
  padding-bottom: 48px;
  display: flex;
}

.dynamic-photo-item {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin: 20px 11px 0;
  display: block;
}

.lightbox-modal {
  z-index: 800000000;
  opacity: 0;
  background-color: #000000de;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0;
}

.image-big {
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.btn-close {
  position: absolute;
  top: 18px;
  right: 22px;
}

.photo-lg-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80%;
  height: 80%;
  position: relative;
}

.div-block-10 {
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 2%;
  right: 2%;
}

.x-icon {
  padding: 6px;
}

.close-btn-link {
  z-index: 1111;
  background-color: var(--white);
  border-radius: 50%;
  padding: 6px;
  position: absolute;
  top: -29px;
  right: -27px;
}

.click-to-close {
  color: #ffffff47;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
}

.below-photos-div {
  text-align: center;
  padding-bottom: 65px;
  padding-left: 64px;
  padding-right: 64px;
}

.below-photos-text-block {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.download-linkblock {
  border: 3px solid var(--white);
  background-color: var(--white);
  margin-bottom: 21px;
  padding: 0;
  text-decoration: none;
  transition: all .19s cubic-bezier(.041, .902, .339, .539);
  display: block;
  box-shadow: 0 0 12px #e2e1e1;
}

.download-linkblock:hover {
  background-color: #f8f8f8;
  border-color: #0000;
  transform: scale(.99)translate(0, 2px);
  box-shadow: inset 0 0 8px #00000063;
}

.map-img {
  border: 1px solid var(--light-grey);
  background-image: url('../images/map-vicinity-2015.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  box-shadow: inset 0 0 18px #0000003b;
}

.map-img.overall {
  background-image: url('../images/map-overall.jpg');
}

.map-img.model {
  background-image: url('../images/map-model-2023-EDITABLE.jpg');
}

.div-block-12 {
  justify-content: space-between;
  align-items: center;
  padding: 0 18px 12px;
  display: flex;
}

.important-text-4 {
  color: var(--white);
}

.text-block-7 {
  font-size: 13px;
  line-height: 1.5;
}

.paragraph-7 {
  margin-top: 9px;
}

.div-block-13 {
  padding: 18px 18px 11px;
}

.map {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-wrapper {
  border: 5px solid var(--white);
  background-color: var(--white);
  text-align: center;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  margin: 37px auto 36px;
  padding: 23px 37px 24px;
  display: block;
  box-shadow: 0 0 12px #e2e1e1;
}

.contact-wrapper.single {
  width: 70%;
}

.contact-wrapper.builders {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin-left: 7px;
  margin-right: 7px;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 15px;
  display: flex;
}

.div-block-15 {
  flex: 1;
}

.contact-logo {
  margin-right: 15px;
}

.contact-text-block {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
  display: block;
}

.div-block-16 {
  flex-wrap: wrap;
  place-content: flex-start space-between;
  align-items: stretch;
  margin-left: -22px;
  margin-right: -22px;
  display: flex;
}

.builder-logo {
  border: 2px none var(--light-grey);
  background-color: var(--white);
  background-image: url('../images/logo_bonterra.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 170px;
  height: 75px;
  margin-top: -66px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.builder-logo.dr {
  background-image: url('../images/logo_drhorton.gif');
  width: 170px;
  margin-top: -63px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.builder-logo.weekley {
  background-image: url('../images/logo_weekley.jpg');
  background-size: 85%;
  width: 180px;
  height: 65px;
  margin-top: -60px;
}

.builder-logo.skybrook {
  background-image: url('../images/logo_skybrook.jpg');
  background-size: 80%;
  height: 75px;
}

.div-block-17 {
  flex: none;
  width: 50%;
  margin-top: -20px;
  padding-left: 25px;
  padding-right: 25px;
}

.div-block-18 {
  flex-wrap: wrap;
  place-content: flex-start space-around;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.header-contactblock {
  text-align: center;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 25px;
}

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

.div-block-19 {
  width: 500px;
  height: 400px;
  margin-bottom: 36px;
}

.important-text-5 {
  color: var(--steel-blue);
}

.important-text-6 {
  color: var(--24526f);
}

.text-block-2col {
  padding-right: 0;
}

.text-block-2col.left {
  border-right: 1px dotted #00000054;
  padding-right: 20px;
}

.text-block-2col.right {
  margin-left: 30px;
}

.important-text-7 {
  text-transform: uppercase;
}

.map-new {
  margin-bottom: 8px;
}

.map-wrapper {
  width: 100%;
  margin-top: -52px;
  margin-bottom: 33px;
}

.link-2 {
  text-align: center;
  background-color: #ffffffd1;
  border-radius: 33px;
  width: 20%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 13px;
  font-weight: 400;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.lightbox-link-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.heading-18 {
  color: var(--white);
  text-align: center;
  margin-top: 28px;
}

.text-block-8 {
  color: var(--white);
}

.div-block-20 {
  z-index: 1;
  opacity: .08;
  filter: saturate(0%);
  background-image: url('../images/hero-house.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: fixed;
  inset: 0;
}

.image-framed-naked {
  background-image: url('../images/hc8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  width: 200px;
  height: 200px;
  margin-bottom: 25px;
  box-shadow: 0 0 12px #e2e1e1;
}

.image-framed-naked.naked {
  background-image: url('../images/Park-9-web.jpg');
  margin-bottom: 25px;
}

.image-framed-naked.tennis {
  background-image: url('../images/hero-skybrook.jpg');
}

.image-framed-naked.home {
  background-image: url('../images/hc8.jpg');
}

.image-framed-naked.golf {
  background-image: url('../images/GOLF.jpg');
}

.image-framed-naked.dr-horton1 {
  background-image: url('../images/Vanderbilt_INT_OWNERSUITE.jpg');
}

.image-framed-naked.dr-horton2 {
  background-image: url('../images/Isabella_INT_FAMILY.jpg');
}

.link-3 {
  font-size: 13px;
}

.top-link-banner-2 {
  z-index: 1;
  cursor: pointer;
  background-color: #f77f00;
  border-top: 1px solid #f8f8fd47;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8em;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.top-link-banner-2:hover {
  background-color: #ff8300;
}

._960-container {
  width: 960px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-92 {
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
  position: relative;
}

.leadmag-toptext {
  color: var(--black);
  margin-right: 13px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.tag-btn {
  color: #fff;
  text-transform: uppercase;
  background-color: #2c323d;
  border-radius: 5px;
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .2s;
}

.tag-btn:hover {
  background-color: #5c5c5c;
}

.tag-btn.white {
  background-color: var(--black);
  color: #2c323d;
  padding: 4px 10px;
}

.tag-btn-txt {
  color: #fff;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 991px) {
  .mainsection {
    border-left: 1px #000;
    border-right: 1px #000;
  }

  .textblock {
    height: 974px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .sectiontag.morepadding {
    padding-left: 25px;
  }

  .sideblock {
    height: 400px;
  }

  .button {
    float: none;
    text-align: center;
    text-shadow: none;
    align-self: flex-start;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button._2nd {
    flex: none;
    padding-left: 39px;
    padding-right: 39px;
  }

  .fourblock {
    width: 100%;
  }

  .step-header {
    color: #fff;
    background-color: #c3212a;
    padding: 11px 13px;
  }

  .paragraph-2 {
    float: left;
    width: 70%;
  }

  .row-about-icons {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .icon-none {
    float: left;
  }

  .heading-3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
  }

  .image-framed {
    flex: none;
    width: 150px;
    height: 150px;
  }

  .page-container {
    margin-top: 57px;
  }

  .brand {
    flex: 0 auto;
    width: 270px;
    margin-top: 0;
    margin-left: 0;
  }

  .brand.right {
    float: left;
    text-align: left;
    flex: 1;
    margin-top: 0;
    margin-left: 24px;
    font-size: 22px;
  }

  .navbar {
    z-index: 11;
  }

  .nav-link {
    text-align: right;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-container {
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    display: flex;
  }

  .nav-menu {
    text-align: right;
    background-color: #24526ff2;
  }

  .text-span-2 {
    color: #ffffff57;
  }

  .lower-hero {
    flex-direction: column;
  }

  .herotext.white {
    margin-right: 0;
  }

  .arrow {
    margin-bottom: 151px;
  }

  .maincontent {
    text-align: center;
    background-image: none;
    padding-bottom: 24px;
    padding-left: 99px;
    padding-right: 99px;
  }

  .maincontent.interior {
    padding: 45px 71px 24px;
  }

  .maincontent.contact {
    padding-left: 45px;
    padding-right: 46px;
  }

  .main-text {
    margin-bottom: 29px;
    padding-right: 0;
  }

  .homepageh1 {
    text-align: center;
  }

  .home-sidebarcontent {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 29px 142px;
  }

  .paragraph-6 {
    margin-left: 24px;
  }

  .paragraph-6.home {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .footerlink {
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-block-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .icon {
    color: var(--white);
    font-size: 26px;
  }

  .menu-button {
    border-top-right-radius: 7px;
    padding: 13px;
  }

  .menu-button:hover {
    background-color: var(--light-blue);
  }

  .menu-button.w--open {
    background-color: var(--light-blue);
    padding: 13px;
  }

  .tabs-menu {
    justify-content: flex-start;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    overflow: scroll;
  }

  .tabs-menu.rec {
    justify-content: center;
  }

  .tab-link {
    background-color: #f3f3f3;
    flex: none;
    margin-left: 7px;
    margin-right: 7px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .dynamic-item {
    margin-left: 13px;
    margin-right: 13px;
  }

  .dynamic-list {
    flex-direction: row;
  }

  .dynamic-photo-item {
    display: block;
  }

  .download-linkblock {
    margin-bottom: 37px;
  }

  .contact-wrapper {
    flex: 0 auto;
    width: 90%;
    margin: 27px auto;
    display: block;
  }

  .contact-wrapper.single {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact-wrapper.builders {
    width: 90%;
    margin: 53px auto 50px;
    display: block;
  }

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

  .builder-logo, .builder-logo.dr {
    width: 220px;
  }

  .builder-logo.weekley {
    background-size: 80%;
    width: 230px;
  }

  .div-block-18 {
    flex-flow: wrap;
    justify-content: flex-start;
    display: block;
  }

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

  .heading-17 {
    font-size: 39px;
  }

  .rich-text-block, .text-block-2col {
    text-align: left;
  }

  .text-block-2col.left {
    border-right: 1px dotted #00000054;
  }

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

  .link-2 {
    width: 33%;
    display: none;
  }

  .image-framed-naked {
    flex: none;
    width: 150px;
    height: 150px;
  }

  .top-link-banner-2 {
    object-fit: fill;
    border-top: 1px solid #f8f8fd2b;
    box-shadow: 1px 1px 2px #0003, 1px 1px 6px #00000008;
  }

  ._960-container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .textblock, .sideblock {
    height: auto;
  }

  .button._2nd {
    width: 70%;
  }

  .button.download {
    width: 35%;
    padding-left: 9px;
    padding-right: 9px;
  }

  .colorblock {
    width: 130px;
    height: 130px;
  }

  .div-block {
    width: 90%;
  }

  .col {
    margin-bottom: 0;
  }

  .brand {
    flex: none;
    width: 220px;
    margin-top: 4px;
  }

  .brand.right {
    display: none;
  }

  .nav-container {
    justify-content: space-between;
    padding: 10px;
    display: block;
  }

  .herotext.white {
    font-size: 22px;
  }

  .arrow {
    font-size: 41px;
  }

  .maincontent {
    padding-left: 28px;
    padding-right: 28px;
  }

  .maincontent.interior {
    padding-top: 43px;
  }

  .home-sidebarcontent {
    align-items: center;
    padding-left: 53px;
    padding-right: 53px;
  }

  .footerlink {
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-button {
    flex: none;
  }

  .tabs-menu {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    overflow: scroll;
  }

  .tabs-menu.rec {
    justify-content: flex-start;
    box-shadow: 0 3px 10px #00000030;
  }

  .tab-link {
    flex: none;
  }

  .dynamic-list-2 {
    flex-wrap: wrap;
    align-items: center;
  }

  .dynamic-photo-item {
    justify-content: center;
    width: 27%;
    display: block;
  }

  .heading-17 {
    font-size: 34px;
  }

  .text-block-2col {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .text-block-2col.left {
    border-right-style: none;
  }

  ._960-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    width: 80%;
  }

  .button.white {
    width: 100%;
  }

  .button._2nd {
    width: 90%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .button.download {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .fourblock {
    width: 100%;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .important-text-2 {
    float: none;
    text-align: center;
  }

  .icon-client {
    float: left;
  }

  .col {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .image-framed {
    background-image: url('../images/skybrook-entrance.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 150px;
  }

  .brand {
    width: 190px;
    margin-top: 5px;
    padding-left: 0;
  }

  .nav-container {
    padding-bottom: 7px;
  }

  .lower-hero {
    padding-left: 23px;
    padding-right: 23px;
  }

  .herotext.white {
    margin-bottom: 8px;
    font-size: 19px;
  }

  .herotext.white.resort {
    padding-left: 19px;
    padding-right: 19px;
    font-size: 21px;
  }

  .maincontent {
    padding-left: 15px;
    padding-right: 15px;
  }

  .maincontent.interior {
    padding-top: 37px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .maincontent.contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .homepageh1 {
    font-size: 31px;
  }

  .home-sidebarcontent {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 17px;
    padding-right: 17px;
  }

  .paragraph-6 {
    margin-left: 0;
  }

  .footer-layer1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footerlink {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-layer2 {
    padding-left: 19px;
    padding-right: 19px;
  }

  .herowrapper.interior {
    height: 292px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .dynamic-list {
    flex-direction: column;
  }

  .dynamic-list-2 {
    padding-top: 4px;
  }

  .dynamic-photo-item {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .click-to-close {
    color: #ffffff47;
    top: -6%;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: center;
  }

  .paragraph-7 {
    margin-bottom: 0;
  }

  .contact-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 22px;
    padding-right: 22px;
    display: block;
  }

  .contact-wrapper.builders {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .builder-logo {
    margin-top: -6px;
  }

  .builder-logo.dr {
    margin-top: 0;
  }

  .builder-logo.weekley {
    margin-top: -6px;
  }

  .header-contactblock {
    font-size: 26px;
  }

  .heading-17 {
    font-size: 31px;
  }

  .text-block-2col {
    width: 100%;
  }

  .link-2 {
    width: 50%;
  }

  .image-framed-naked {
    width: 150px;
    height: 150px;
  }

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

  .div-block-92 {
    flex-direction: column;
    line-height: 1.3;
  }

  .leadmag-toptext {
    margin-bottom: 9px;
    margin-right: 0;
  }
}


