:root {
  --white: white;
  --black: black;
  --evesblue: #00285e;
  --evesred: #ee3524;
  --quailridge: #6298a8;
  --dark-slate-grey: #376371;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  background-image: linear-gradient(#f0f0f080, #f0f0f080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 125px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #00285e;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

a {
  color: #376371;
  background-image: none;
  text-decoration: none;
}

label {
  color: #376371;
  margin: 18px 5px 5px;
  font-weight: 700;
  display: block;
}

.body {
  color: #376371;
  background-image: none;
  font-family: Open Sans, sans-serif;
}

.section {
  opacity: 1;
  background-color: #000;
  background-image: url('../images/HeroImage.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar {
  background-image: linear-gradient(#00285e, #00285e);
}

.heading-3 {
  font-size: 36px;
}

.logo {
  float: none;
  opacity: 1;
  text-align: left;
  background-image: linear-gradient(#0000, #0000);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: static;
}

.nav-link {
  float: none;
  color: #fff;
  text-transform: none;
  background-color: #376371cc;
  border-bottom: 3px solid #376371;
  margin-right: 0;
  padding: 15px 19px 8px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  transition: all .4s;
}

.nav-link:hover {
  background-color: #6298a833;
  border-bottom-color: #6298a8;
}

.nav-link.w--current {
  color: #fff;
  background-color: #0000;
}

.nav-link.desktoponly.left.w--current {
  float: none;
}

.nav-link.mobileonly {
  display: none;
}

.nav-menu {
  float: none;
  text-align: center;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 0;
  right: 0;
}

.h1 {
  color: #376371;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.largebody {
  text-align: center;
  padding: 20px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
  margin-bottom: 44px;
  display: flex;
}

.container-3 {
  align-items: center;
  display: flex;
}

.iconcopy {
  text-align: center;
  width: 50%;
  padding: 24px 24px 24px 2px;
}

.iconcopy.fullwidth {
  flex: 0 auto;
  width: 550px;
  padding: 0;
}

.bodycopy {
  text-align: left;
  line-height: 22px;
}

.bodycopy.white {
  color: #fff;
  margin-top: 1px;
}

.h4s {
  color: #376371;
  text-align: left;
  margin-bottom: 0;
}

.h4s.white {
  color: #fff;
  text-align: left;
  margin-top: 8px;
  font-weight: 300;
}

.h4s.white.centered {
  text-align: center;
}

.h4s.white.centered.large {
  color: #fff;
  font-size: 22px;
}

.h4s.white.centered.large.whitelink {
  color: #fff;
}

.h3s {
  color: #376371;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
}

.h3s.white {
  color: #fff;
  margin-top: -1px;
}

.h3s.centered {
  text-align: left;
}

.h3s.form {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.image-2 {
  border: 10px #fff;
  margin-top: 0;
}

.sections {
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.sections.section-white {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 50px;
}

.sections.section-blue {
  text-align: left;
  background-image: linear-gradient(#6298a84d, #fff), linear-gradient(#6298a84d, #6298a84d);
  padding-top: 50px;
  padding-bottom: 50px;
}

.lightbox-link {
  text-align: center;
  border: 4px solid #fff;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.lightbox-link.hero {
  margin-right: 22px;
}

.container-4 {
  align-items: center;
  display: flex;
}

.icons {
  float: left;
  margin-left: -2px;
  margin-right: 8px;
  position: static;
}

.imageblock {
  background-image: url('../images/quail.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  height: 369px;
  margin-bottom: 10px;
  margin-right: 30px;
  padding-bottom: 11px;
}

.imageblock.quail {
  border: 10px solid #fff;
}

.imageblock.quail.mobile {
  background-image: url('../images/harbour.jpg');
  border-width: 4px;
}

.imageblock.arial {
  background-image: url('../images/arial2.jpg');
}

.imageblock.arial.mobile {
  background-image: url('../images/HeroShot.jpg');
}

.imageblock.landsdale {
  float: right;
  background-image: url('../images/Hero-Cropped.jpg');
  background-position: -160px 0;
  border: 4px solid #fff;
  height: 499px;
  margin: 19px 1px 21px 19px;
}

.section-5 {
  background-image: url('../images/girlsunset.jpg'), linear-gradient(#34484f, #34484f);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  align-items: center;
  padding-top: 53px;
  padding-bottom: 53px;
  display: flex;
}

.container-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-6 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.list-item {
  text-align: left;
}

.unordered-list {
  text-align: left;
  text-indent: 0;
  width: 90%;
  font-size: 14px;
  line-height: 24px;
  list-style-type: disc;
}

.image-3 {
  margin-left: 51px;
}

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

.section-6 {
  background-image: linear-gradient(#376371, #376371);
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 19px;
  display: block;
}

.footer {
  background-image: linear-gradient(#376371, #376371);
  margin-bottom: -19px;
  padding-top: 26px;
  padding-bottom: 33px;
}

.image-4 {
  float: left;
  margin-bottom: -16px;
  margin-right: 18px;
  padding-bottom: 7px;
}

.container-7 {
  color: #fff;
  padding-top: 0;
}

.text-block-2 {
  margin-top: -7px;
  padding-top: 0;
}

.heading-4 {
  margin-top: 31px;
  padding-left: 0;
}

.eveslogo {
  float: right;
  margin-top: 26px;
}

.italic-text {
  color: #376371;
  margin-top: 0;
  margin-left: 0;
  padding-top: 7px;
  padding-left: 0;
  position: relative;
  top: -3px;
}

.section-8 {
  background-image: linear-gradient(#376371, #376371);
  padding: 30px;
}

.white {
  color: #fff;
  margin-top: -9px;
}

.column, .heading-6, .column-2, .column-3 {
  text-align: center;
}

._3icons {
  width: 80px;
}

.text-block-4 {
  color: #fff;
  background-image: none;
  margin-left: 141px;
  padding-bottom: 0;
}

.ctasection {
  background-image: linear-gradient(#376371, #376371);
}

.container-8 {
  padding: 24px 29px 16px;
}

.hoverdiv {
  opacity: 0;
  background-image: linear-gradient(#37637199, #37637199);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.lightbox-hover-text {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.textlinks {
  text-decoration: none;
}

.bold-text-2, .whitelinks {
  color: #fff;
}

.div-block {
  background-image: linear-gradient(#3763714d, #3763714d);
  width: 100%;
  height: 100%;
  position: relative;
}

.image-6 {
  width: 82px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-2 {
  margin-top: 60px;
  position: relative;
}

.colourblock {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.italic-text-2 {
  color: #fff6;
}

.text-span {
  font-style: italic;
}

.link-block {
  float: left;
}

.lightbox-button {
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  background-image: url('../images/greenchevron.svg');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  border-radius: 3px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 0;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
  display: block;
}

.lightbox-button:hover {
  background-color: #e3f9ff;
  box-shadow: 0 5px 13px #00000087;
}

.lightboxcover {
  z-index: 4;
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
}

.formwrapper {
  background-color: #fff;
  border: .5px solid #b2deec;
  border-radius: 0;
  width: 323px;
  min-height: 100px;
  margin: 10px;
  padding: 29px 25px;
}

.formbutton {
  text-align: center;
  text-transform: uppercase;
  background-color: #376371;
  border-radius: 3px;
  width: 200px;
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
  display: block;
}

.formbutton:hover {
  background-color: #6298a8;
  box-shadow: 0 5px 13px #00000024;
}

.text-field {
  height: 140px;
}

.closer {
  z-index: -1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cancel {
  color: #376371;
  text-align: center;
}

.image-7 {
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
}

.div-block-3 {
  background-color: #1b4663;
  width: 100px;
  height: 100px;
  position: static;
}

.image-8 {
  width: 60px;
  height: 50px;
  margin: 15px;
  position: fixed;
  top: 0;
  right: 0;
}

.formsettings {
  height: 15px;
}

.html-embed {
  margin-bottom: -5px;
  padding-bottom: 0;
}

.html-embed-2 {
  width: 100px;
  min-width: 0;
  height: 10px;
  display: none;
}

.background-video {
  background-image: linear-gradient(#6298a8a6, #6298a8a6);
  height: 100%;
}

.videobutton {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/chevron.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto 21px;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 262px;
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 23px 10px 0;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
  display: block;
}

.videobutton:hover {
  background-color: #376371;
  border-color: #376371;
  box-shadow: 0 5px 13px #0000004d;
}

.lightbox-link-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-2 {
  background-image: linear-gradient(#f0f0f080, #f0f0f080);
}

.aboutlandsdale {
  background-image: url('../images/HeroImage_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.blue {
  color: #376371;
}

.image-9 {
  float: right;
  background-color: #fff;
  padding: 5px 7px;
}

.nav {
  background-color: #fff;
}

.navbar-2 {
  background-color: #0000;
}

.nav-link-2 {
  color: #fff;
}

.container-10 {
  position: static;
  top: -15px;
}

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

.section-9 {
  z-index: 3;
  background-color: #376371;
  display: block;
  position: sticky;
  top: 0;
}

.body-3 {
  background-image: linear-gradient(#fff, #fff);
}

.section-10 {
  cursor: default;
  background-image: url('../images/HeroShot.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  height: 40vh;
}

.image-10 {
  width: 30px;
}

.qridgelogotext {
  width: 160px;
}

.container-11 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.builderslogos {
  border: 1px solid #0000004d;
  width: 200px;
  margin-bottom: 13px;
  margin-right: 12px;
}

.container-2-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
  margin-bottom: -13px;
  display: flex;
}

.tabs-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabimage {
  width: auto;
  height: auto;
  max-height: 80vh;
}

.div-block-5 {
  display: flex;
}

.tabs-menu {
  text-align: center;
}

.tab-link-tab-1 {
  background-image: url('../images/Showhome-2.jpg');
  background-position: 0 0;
  background-size: 125px;
  border: 1px solid #376371;
  width: 100px;
  height: 60px;
  margin-top: 5px;
  margin-right: 6px;
}

.tab-link-tab-1.w--current {
  background-image: url('../images/Floorplan-federation-lot-9.jpg');
  background-position: 0%;
  background-size: 160px;
  border: 1px solid #6298a8;
  height: 60px;
}

.container-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-link-3 {
  background-image: url('../images/Showhome.jpg');
  background-position: 0 0;
  background-size: cover;
  overflow: hidden;
}

.breadcrumb {
  display: inline-block;
}

.image-12 {
  margin-bottom: 3px;
  margin-left: 5px;
  margin-right: 5px;
}

.underline {
  text-decoration: underline;
}

.breadcrumbs {
  padding-top: 24px;
  padding-bottom: 24px;
}

.container-14 {
  border-bottom: 1px solid #6298a8;
  margin-top: 24px;
  padding-bottom: 11px;
}

.listlabel {
  color: #000c;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.listvalue {
  float: right;
  font-family: Open Sans, sans-serif;
  display: inline-block;
}

.listitemwrapper {
  border-bottom: 1px solid #6298a882;
  padding-top: 11px;
}

.superscript {
  font-size: 11px;
  display: inline;
  position: relative;
  top: -5px;
}

.detailswrapper {
  margin-bottom: 40px;
}

.image-13 {
  display: none;
}

.qicon {
  width: 160px;
  display: none;
}

.bcchevron {
  margin-bottom: 3px;
  margin-left: 5px;
  margin-right: 5px;
}

.hidden {
  display: none;
}

.subdivision_lightbox-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

@media screen and (max-width: 991px) {
  .logo {
    position: static;
  }

  .container-3 {
    flex-direction: column-reverse;
  }

  .iconcopy {
    text-align: center;
    width: 80%;
  }

  .sections.section-blue.landsdale {
    display: block;
  }

  .container-4 {
    flex-direction: column;
  }

  .imageblock.quail, .imageblock.arial {
    width: 80%;
  }

  .imageblock.landsdale {
    float: none;
    background-position: 50%;
    width: 100%;
    margin: 1px auto;
    display: block;
  }

  .section-5 {
    background-image: linear-gradient(#34484f, #34484f);
  }

  .container-5 {
    text-align: left;
    justify-content: center;
    display: flex;
  }

  .container-6 {
    flex-flow: column-reverse;
    display: flex;
  }

  .image-3 {
    flex: 0 auto;
    margin-bottom: 17px;
    margin-left: 0;
    padding-bottom: 17px;
  }

  .section-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .eveslogo {
    width: 140px;
    margin-top: 30px;
  }

  .text-block-4 {
    padding-top: 10px;
  }

  .image-6 {
    margin: 38px 0 0;
    padding: 0;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-9 {
    flex: none;
  }

  .div-block-4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .qridgelogotext {
    width: 160px;
    display: none;
  }

  .image-13 {
    margin-top: 19px;
    display: none;
  }

  .qicon {
    width: 22px;
    margin-top: -4px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    display: block;
  }

  .nav-link {
    background-color: #376371;
    display: block;
  }

  .nav-link:hover {
    background-color: #376371;
  }

  .nav-link.w--current {
    background-color: #6298a8;
    border: 1px #000;
    border-bottom-color: #fff;
  }

  .nav-link.desktoponly {
    display: none;
  }

  .nav-link.mobileonly {
    display: block;
  }

  .largebody {
    font-size: 22px;
    line-height: 30px;
  }

  .iconcopy.fullwidth {
    padding-left: 19px;
    padding-right: 19px;
  }

  .lightbox-link.hero {
    margin-left: 23px;
  }

  .image-3 {
    margin-left: 0;
  }

  .image-4 {
    margin-left: 21px;
    margin-right: 5px;
    padding-top: 7px;
  }

  .heading-4 {
    margin-top: 18px;
  }

  .eveslogo {
    float: none;
    margin-top: 9px;
    margin-bottom: 19px;
    margin-left: 23px;
  }

  .italic-text {
    float: none;
    clear: none;
    margin-left: -266px;
    padding-left: 0;
  }

  ._3icons {
    margin-top: 19px;
  }

  .text-block-4 {
    margin-top: 1px;
    margin-left: 130px;
    padding-top: 12px;
  }

  .container-14 {
    border-bottom-style: none;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .detailswrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-13 {
    float: left;
    margin-left: 19px;
    display: block;
  }

  .burger {
    width: 25px;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: #0000;
  }

  .section-11, .section-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 52px;
  }

  .largebody {
    padding-left: 21px;
    padding-right: 21px;
  }

  .iconcopy {
    width: 90%;
  }

  .iconcopy.fullwidth {
    width: 100%;
  }

  .lightbox-link {
    width: 90%;
  }

  .icons.desktoponly {
    display: none;
  }

  .imageblock.quail {
    width: 90%;
  }

  .imageblock.quail.mobile {
    height: 229px;
    margin-right: 0;
  }

  .imageblock.arial.mobile {
    width: 90%;
    height: 269px;
    margin-right: 0;
  }

  .image-3 {
    width: 90%;
  }

  .section-6 {
    text-align: center;
    margin-top: 0;
  }

  .footer {
    margin-bottom: 0;
  }

  .image-4 {
    width: 76px;
    margin-left: 7px;
    margin-right: 4px;
  }

  .text-block-2 {
    margin: 0 30px 11px 87px;
  }

  .heading-4 {
    margin-right: 9px;
    font-size: 18px;
  }

  .eveslogo {
    float: none;
    clear: none;
    margin-top: 8px;
    margin-bottom: 13px;
    margin-left: 20px;
    padding-bottom: 0;
    position: relative;
  }

  .italic-text {
    color: #6298a8;
    text-align: right;
    margin-left: auto;
  }

  .text-block-4 {
    float: none;
    clear: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    width: 90%;
  }

  .image-9 {
    float: left;
  }

  .container-12 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr;
  }

  .lightbox-link-3 {
    height: 200px;
  }

  .breadcrumb {
    font-size: 10px;
  }

  .breadcrumbs {
    padding-top: 0;
    padding-bottom: 1px;
  }

  .listlabel.location {
    display: none;
  }

  .listvalue.location {
    float: none;
  }

  .bcchevron {
    margin-bottom: 0;
  }

  .container-15 {
    padding-left: 13px;
  }
}

#w-node-ed3433d6-4b84-6858-df62-6f529fec70a8-62060110 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_61bc87a5-33f9-29af-29ad-09713bc92a5b-62060110 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 479px) {
  #w-node-ed3433d6-4b84-6858-df62-6f529fec70a8-62060110 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_61bc87a5-33f9-29af-29ad-09713bc92a5b-62060110 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


