@font-face {
  font-family: Oxygen;
  src: url('../fonts/Oxygen-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oxygen;
  src: url('../fonts/Oxygen-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --p-li: #1b1610;
  --gold: #cfab7a;
  --linen: #efeae3;
  --linen-2: #efe7dc;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  letter-spacing: 0;
  font-family: Oxygen, Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.5em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, Verdana, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #bd965c;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3em;
}

h3 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35em;
}

p {
  text-align: left;
  margin-bottom: 10px;
  font-family: Oxygen, Verdana, sans-serif;
  font-size: 1.05rem;
  line-height: 1.5em;
}

a {
  color: #005286;
  text-decoration: underline;
}

li {
  text-align: left;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.5em;
}

label {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.fc-logo {
  transition: all .25s;
  position: relative;
}

.fc-logo:hover {
  filter: saturate(127%);
}

.fc-logo.is-glen-allen {
  z-index: 20;
  text-align: center;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.fc-support-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fc_form-p {
  background-color: var(--p-li);
  color: #fff;
  text-align: center;
  margin-bottom: .9rem;
  padding: .6rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.fc_form-p.fc-contact {
  margin-bottom: 1.2rem;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4em;
}

.fc_form-p.fc-contact.line2 {
  text-align: center;
  line-height: 1.35;
}

.fc_form-p.fc-contact.line2.no-bg {
  color: #000;
  background-color: #1b161000;
  margin-bottom: 0;
  font-size: 18px;
}

.fc_form-p.fc-contact.line2.no-bg.mb {
  margin-bottom: .5rem;
}

.fc_form-p.fc-contact.edgebrook {
  color: #fff;
  text-align: center;
  background-color: #004e81;
  margin-bottom: .75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 3rem;
  font-size: 18.5px;
  display: inline-block;
}

.fc_form-p.last {
  margin-bottom: 23px;
}

.fc_text-field {
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.fc_text-field:hover {
  border: 1px solid #cca56f;
}

.zoning-right-content-wrap {
  text-align: left;
  width: 90%;
  margin-left: 42px;
  display: block;
}

.zoning-content-wrap {
  align-items: stretch;
  display: flex;
}

.zoning-title-block {
  text-align: left;
  background-color: #7e7e7e;
  padding-left: 47px;
}

.zoning-title-block.rge {
  text-align: left;
  background-color: #002d4b;
  background-image: linear-gradient(#203049 11%, #1c2636 50%, #203049 89%);
}

.zoning-title-block.rge.sub {
  text-align: center;
  background-color: #2f6181;
  background-image: none;
  margin-bottom: 0;
}

.zoning-title-block.aire {
  text-align: left;
  background-color: #133b55;
  box-shadow: 0 0 5px 1px #000;
}

.zoning-title-block.aire.sub {
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
}

.zoning-title-block.glen-allen {
  text-align: center;
  background-color: #737473;
  padding-left: 3rem;
  padding-right: 3rem;
}

.zoning-title-block.glen-allen {
  text-align: center;
  background-color: #004e81;
  font-size: 14px;
}

.zoning-title-block.glen-allen.home {
  text-align: left;
}

.zoning-headtext {
  font-size: 17.5px;
  font-weight: 700;
  line-height: 1.6em;
}

.zoning-headtext.aire {
  margin-top: 8px;
  margin-bottom: 9px;
  padding-left: 10px;
  font-size: 22px;
}

.zoning-headtext.aire.landing {
  text-align: center;
  max-width: 95%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0;
}

.zoning-headtext.unbold {
  font-weight: 400;
}

.zoning-headtext.is-w-done {
  color: #272727;
}

.zoning-right {
  background-image: radial-gradient(circle, #fff, #ffffff82), url('../images/skyline-Richmond-VA-park-trees-buildings-low.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-left: 3px solid #cfaa7a;
  width: 61.8%;
  padding-top: 0;
  padding-bottom: 44px;
  font-size: 18px;
  transition: all 1s;
  box-shadow: inset 4px 0 24px #0f171b52;
}

.zoning-right.aire {
  background-image: radial-gradient(circle, #fff 59%, #a9a9a9cc), url('../images/air-circle.png');
  background-position: 0 0, 45%;
  background-size: auto, cover;
  border-left-color: #000;
}

.zoning-right.gradient-upper-left {
  background-image: linear-gradient(140deg, #fff, #ffffff82), url('../images/skyline-Richmond-VA-park-trees-buildings-low.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.zoning-right.gradient-upper-left.in-dev {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.zoning-left {
  background-image: url('../images/21032288_m.jpg');
  background-position: 50%;
  background-size: cover;
  width: 38.2%;
}

.zoning-left.aire {
  z-index: auto;
  text-align: center;
  background-image: linear-gradient(#fffffff0 24%, #0000 41%);
  height: 1350px;
  padding-top: 0;
}

.zoning-left.airegirl {
  background-image: url('../images/girl-flying-airplane.jpg');
  background-position: 50%;
  background-size: cover;
}

.zoning-left.glen-allen {
  background-image: url('../images/trail-vertical.jpg');
  background-position: 50%;
}

.zoning-left.creekside-cove {
  background-image: url('../images/Creekside-Cove.jpg');
  background-position: 0 100%;
  background-size: cover;
  background-attachment: scroll;
}

.zoning-head-block {
  background-color: #f4f3ec;
  border-left: 3px solid #cfab79;
  border-right: 3px solid #cfab79;
  border-radius: 0;
  margin-top: 26px;
  margin-bottom: 26px;
  padding: 22px 24px;
  display: block;
  box-shadow: 1px 0 150px #24190a;
}

.zoning-form-top-wrap {
  text-align: center;
}

.fc_button {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  background-color: #005288;
  background-image: radial-gradient(circle, #004979, #005288);
  border: 2px solid #cca56f;
  border-radius: 4px;
  align-self: auto;
  margin-top: 12px;
  margin-right: 9px;
  padding: 9px 16px 10px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .25s;
  display: inline-block;
  position: static;
  top: 140px;
  left: 105px;
  transform: translate(0, -3px);
  box-shadow: 1px 1px 14px #3b3e4147;
}

.fc_button:hover {
  opacity: .94;
  color: #fff;
  text-shadow: 1px 1px 4px #6d4d1e;
  background-color: #cfab79;
  background-image: none;
  border-color: #b18037;
  text-decoration: none;
  box-shadow: inset 0 0 8px #ac8b5e;
}

.fc_button:active {
  box-shadow: none;
  opacity: 1;
  text-shadow: 1px 1px 4px #6d4d1e;
  background-image: none;
  transform: translate(0, -2px);
}

.fc_button.zoning {
  font-size: 1.07rem;
  font-weight: 700;
  line-height: 1.15;
}

.fc_button.zoning.aire {
  background-color: #314728;
  background-image: radial-gradient(circle, #133b54 66%, #225f85);
  border-color: #567d46;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
  transform: none;
  box-shadow: 2px 2px 3px #000;
}

.fc_button.zoning.aire:hover {
  background-image: radial-gradient(circle, #567d46 78%, #314728);
}

.fc_button.zoning.aire.hide-me {
  display: none;
}

.fc_button.zoning.aire.homeelevations {
  width: 47%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -5px;
  left: 0;
}

.fc_button.zoning.airelanding {
  text-transform: uppercase;
  background-color: #203049;
  background-image: none;
  border-color: #203049;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: flex;
  transform: none;
  box-shadow: 2px 2px 30px #0000001f;
}

.fc_button.zoning.airelanding:hover {
  background-image: radial-gradient(circle, #567d46 78%, #314728);
}

.fc_button.zoning-site-back {
  z-index: 101;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #2b2b2b;
  background-image: none;
  padding: 4px 14px;
  font-size: 14px;
  position: static;
  top: 30%;
  left: 51px;
}

.fc_button.aire {
  text-transform: uppercase;
  border-color: #91787a;
  padding-top: 10px;
  font-weight: 700;
}

.fc_button.ar {
  float: right;
  box-shadow: 2px 7px 14px #3b3e4147;
}

.zoning-h1 {
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 17px 16px;
  font-family: Oxygen, Verdana, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3em;
  display: inline-block;
}

.zoning-h1.glen-allen {
  font-size: 24px;
}

.zoning-sectionshadow {
  text-align: left;
  box-shadow: inset 1px 1px 20px #7c7c7c;
}

.zoning-sectionshadow.section-zoning {
  padding: 0;
  box-shadow: inset 0 0 39px #998c71;
}

.zoning-sectionshadow.pb {
  text-align: center;
  padding-bottom: 68px;
}

.zoning-sectionshadow.glen-allen {
  text-align: center;
  background-color: #cfab7a4a;
  padding-bottom: 68px;
}

.zoning-sectionshadow.aire {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 68px;
}

.zoning-project-bullet-wrapper {
  padding-bottom: 22px;
  position: relative;
}

.zoning-div-23h {
  height: 23px;
}

.zoning-bullets {
  padding-left: 26px;
}

.zoning-form {
  text-align: left;
  background-color: #f8f6ed;
  border: 3px solid #cfab79;
  border-radius: 3px;
  width: 100%;
  padding: 31px 45px 45px;
  display: inline-block;
  position: relative;
  box-shadow: 1px 0 50px #0000005e;
}

.zoning-form.aire {
  background-color: #e2e0d4;
  border-color: #203049;
  padding-bottom: 19px;
}

.zoning-wh-click-to-enlarge {
  text-align: right;
  font-size: 12px;
  display: none;
}

.zoning-wh-click-to-enlarge.al {
  text-align: left;
  padding-left: 3px;
  line-height: 16px;
}

.zoning-wh-click-to-enlarge.al.lighter {
  color: #888;
  letter-spacing: .5px;
  font-size: 11px;
  font-style: italic;
  display: block;
}

.zoning-wh-click-to-enlarge.al.lighter.aire {
  color: #553636;
  margin-top: 11px;
  line-height: 15px;
}

.zoning-html-embed-hide-mobile {
  text-align: center;
}

.zoning-html-embed-hide-mobile.rmt {
  display: block;
}

.zoning-div-separator {
  background-color: #cfab79;
  height: 4px;
  margin-top: 68px;
  margin-bottom: 68px;
}

.zoning-div-separator.less-space {
  margin-top: 57px;
  margin-bottom: 57px;
}

.fc_please-wait.hide-me {
  display: none;
}

.zoning-form-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 770px;
  margin: 30px auto 18px;
  display: block;
}

.zoning-form-wrapper.more-lower-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.zoning-link-underline {
  color: #372923;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
}

.zoning-li {
  margin-bottom: 7px;
  margin-left: -20px;
  font-size: 17.5px;
  list-style-type: square;
}

.zoning-buttons.center {
  text-align: center;
  margin-bottom: 18px;
}

.zoning-cb {
  clear: both;
  height: 0;
}

.zoning-left-logo {
  width: 67%;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}

.zoning-body {
  font-size: 16.5px;
  line-height: 1.7em;
}

.zoning-link-logo-show-mobile {
  display: none;
}

.zoning-vicinity-image {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px;
  padding-bottom: 21px;
  display: block;
}

.zoning-40-px-spacer {
  height: 40px;
}

.b-site_thank-you-text {
  font-weight: 700;
  line-height: 1.3em;
}

.navwrap {
  z-index: 1002;
  letter-spacing: 0;
  background-color: #09243a;
  position: relative;
}

.line-1 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.v2 {
  background-color: #105288;
  width: 30px;
}

.line-1.v2.gold {
  background-color: #cfab7a;
}

.navdropgroup {
  border-bottom: 1px solid #093657c7;
  border-left: 3px solid #e0d4ba;
}

.navdropgroup._1 {
  border-top: 3px #cfab7a;
  border-left-style: none;
  border-left-color: #09395a;
}

.line-3 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.gold {
  background-color: #cfab7a;
  width: 30px;
}

.line-2 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.v2 {
  background-color: #105288;
}

.line-2.v2.gold {
  background-color: #cfab7a;
}

.nav-link-positioner-wrap {
  z-index: 99;
  float: right;
  height: 95px;
  position: relative;
  right: 19px;
}

.nav {
  letter-spacing: 0;
  background-color: #ddd0;
  position: relative;
  box-shadow: 0 1px 40px #1b1610db;
}

.howyoulivebar {
  text-align: center;
  background-color: #09395a;
  position: relative;
}

.howyoulivebar.shadow {
  z-index: 1001;
  background-color: #09395a;
  border-style: none;
  box-shadow: 0 2px 13px #36332f82;
}

.howyoulivebar.shadow.blue {
  z-index: 711;
  opacity: 1;
  color: #00437a;
  z-index: 711;
  opacity: 1;
  background-color: #09395a;
  border-style: none;
  border-color: #9e9588;
  border-left-width: 0;
  border-right-width: 0;
  display: block;
  box-shadow: inset 1px 1px 20px -1px #022a3f, 0 0 25px #1b1610b8;
}

.zoning-backlink {
  color: #a8a8a8;
  letter-spacing: 1px;
  text-transform: none;
  border: 1px #bbb9b9;
  margin-top: 20px;
  padding: 7px 16px 6px 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.zoning-sectionform {
  padding-top: 46px;
  padding-bottom: 46px;
}

.formheader {
  border-bottom: 1px solid silver;
  padding: 10px 29px 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35em;
  display: inline-block;
}

.formheader.aire {
  border-bottom-color: #203049;
  font-size: 20px;
}

.zoning-disclaimer {
  color: #818181;
  font-size: 11px;
  font-style: italic;
  line-height: 1.35em;
}

.zoning-disclaimer.aire {
  text-align: right;
  margin-top: 11px;
  padding-left: 21px;
  padding-right: 26px;
}

.zoning-disclaimer.white {
  color: #fff;
  margin-top: -9px;
  display: none;
}

.zoning-thank-you-message {
  color: #fff;
  text-align: center;
  background-color: #cfab79;
  border: 2px solid #fff;
  border-radius: 0;
  margin-top: 23px;
  margin-bottom: 0;
  padding: 17px;
  position: relative;
}

.zoning-thank-you-message.aire {
  margin-bottom: 14px;
}

.powerbar {
  text-align: center;
  background-color: #2a2217;
  position: relative;
}

.powerbar.shadow {
  z-index: 1001;
  background-color: #09395a;
  border-style: none;
  box-shadow: 0 2px 13px #36332f82;
}

.zoning-separator {
  background-image: linear-gradient(to right, #fff0, #cfab7a 50%, #fff0);
  height: 5px;
  margin-top: 26px;
  margin-bottom: 18px;
  position: relative;
}

.zoning-separator.powerbar {
  background-color: #e2dad1;
  background-image: none;
  height: 4px;
  margin-top: 0;
  margin-bottom: 0;
}

.zoning-separator.powerbar.set-the-height {
  margin-top: 21px;
}

.zoning-nowrap {
  white-space: nowrap;
}

.zoning-link-with-arrow {
  color: #2e2e2e;
  text-decoration: none;
}

.zoning-link-with-arrow:hover {
  color: #d0ab7a;
}

.zoning-link-with-arrow.ital {
  font-style: italic;
}

.zoning-link-with-arrow.ital.aire {
  color: #1c5070;
}

.zoning-link-with-arrow.ital.aire:hover {
  color: #567c46;
}

.fieldlablewhite {
  padding-top: 16px;
}

.zoning-slider {
  background-color: #567c46;
  border-radius: 6px;
  height: auto;
}

.zoning-slider.aire {
  background-color: #b5b6b5;
  width: 90%;
  margin: 11px auto;
}

.zoning-timelineaire {
  text-align: center;
  padding-top: 39px;
  padding-bottom: 32px;
  font-size: 23px;
  font-weight: 700;
}

.zoning-hideme {
  display: none;
}

.zoning-airegreen {
  color: #fff;
}

.zoning-aireblue {
  color: #567c46;
}

.zoning-project-timeline {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
  position: relative;
  top: 33px;
}

.zoning-text-block {
  line-height: 1.3em;
}

.zoning-excert-header {
  color: #c29a63;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 47px;
  margin-bottom: 10px;
  padding-left: 11px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
}

.zoning-asteric {
  font-size: 15px;
  position: relative;
  top: -6px;
}

.zoning-h1-coming-soon {
  font-size: 27px;
}

.fc-center {
  text-align: center;
  position: relative;
}

.zoning-location-map {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.zoning-location-map.glen-allen {
  border: 1px solid #d0ab7a;
  width: 80%;
  box-shadow: 1px 1px 20px #0000003d;
}

.zoning-alert-message-3 {
  color: #fff;
  text-align: center;
  background-color: #cfab79;
  border: 2px solid #fff;
  border-radius: 0;
  width: 80%;
  margin: 23px auto;
  padding: 17px;
  position: relative;
}

.fc_spacer {
  height: 31px;
  font-size: 1rem;
  line-height: 1.5;
}

.fc_spacer.less {
  height: 17px;
}

.fc_featurebox {
  text-align: left;
  background-color: #f2f5f6;
  border: 3px solid #dbb074;
  border-radius: 6px;
  margin-bottom: 25px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 33px 42px 21px 44px;
  box-shadow: inset 0 0 35px #5c482d45, -1px 7px 16px #4d48437a;
}

.fc_featurebox.erase {
  margin-top: 55px;
  margin-bottom: 55px;
  padding-top: 22px;
  padding-bottom: 36px;
}

.fc_featurebox-h2 {
  color: var(--p-li);
  margin-bottom: 12px;
  font-size: 25px;
  line-height: 1.4em;
}

.fc_featurebox-h2.lato {
  font-family: Lato, sans-serif;
  font-size: 26.25px;
}

.fc_featurebox-h2.opensans {
  font-family: Open Sans, sans-serif;
  font-size: 24.25px;
}

.fc_featurebox-h3 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ae9882;
  border-radius: 2px;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 9px 19px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
  display: inline-block;
}

.fc_featurebox-h3.henrico {
  background-color: #539b90;
}

.fc_featurebox-h3.suffolk {
  background-color: #c26b6d;
}

.fc_pindentleftline {
  color: #262b30;
  border-left: 2px solid #cfab7a;
  margin-bottom: 0;
  padding-left: 14px;
  font-size: 16.5px;
  line-height: 1.65em;
}

.fc_pindentleftline.mb0 {
  margin-bottom: 0;
}

.fc_pindentleftline.lato {
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 1.65em;
}

.fc_pindentleftline.open-sans {
  font-family: Open Sans, sans-serif;
  line-height: 1.65em;
}

.fc_pindentleftline.oxygen {
  line-height: 1.65em;
}

.navhamburgerdropdown {
  top: 27px;
}

.navhamburgerdropdown.w--open {
  opacity: .95;
  background-color: #dbac7100;
  margin-top: 0;
  padding-top: 3px;
  font-size: 15px;
  position: absolute;
  top: 88px;
  box-shadow: 0 20px 35px #0000008c;
}

.navhamburgerdropdown.full-hamburger {
  padding-top: 0;
}

.navhamburgerdropdown.full-hamburger.w--open {
  z-index: 995;
  opacity: 1;
  inset: 93px -21% auto auto;
}

.hamburgerdropdown {
  margin-left: 11px;
  padding: 27px 23px 25px;
}

.nav-top_link {
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-bottom: 3px solid #0000;
  height: 95px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 41px 0 5px;
  font-family: Lato, sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1em;
}

.nav-top_link:hover {
  color: #fff;
  border-bottom-color: #cfab7a;
  text-decoration: none;
}

.nav-top_link.w--current {
  color: #fff;
}

.hamburger {
  width: 43px;
  height: 43px;
  box-shadow: none;
  background-color: #0000;
  border-radius: 7px;
  padding: 0;
  top: -1px;
  left: 0;
  right: 0;
}

.hamburger.w--open {
  box-shadow: none;
}

.nav_logo {
  z-index: 10000;
  background-color: #fff0;
  padding: 0;
  position: relative;
  top: 1px;
}

.nav-top_dropdown-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  background-color: #005286;
  border-radius: 0;
  padding: 14px 29px 14px 24px;
  font-family: Lato, sans-serif;
  font-size: 15.5px;
  font-weight: 700;
}

.nav-top_dropdown-link:hover {
  color: #fff;
  background-color: #c5a374;
  text-decoration: none;
}

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

.nav-top_dropdown-link.first {
  border-top: 3px solid #cfab7a;
}

.nav-top_dropdown-link.first.show-mobile, .nav-top_dropdown-link.show-mobile, .nav-top_dropdown-link.show-tablet {
  display: none;
}

.nav-top_dropdown-link.hide-mobile.w--current {
  padding-top: 13px;
  padding-bottom: 13px;
}

.nav-top_dropdown-link.hide-mobile.overline {
  border-top: 3px solid var(--gold);
}

.nav-top_dropdown-link.is-last {
  border-bottom: 3px solid var(--gold);
}

.nav-top_dropdown-link.is-last.colorize, .nav-top_dropdown-link.colorize {
  background-color: #004b7a;
}

.nav-top_dropdown-link.colorize:hover {
  background-color: #c5a374;
}

.nav-top_logo-link {
  float: left;
  background-color: #fcf7f000;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-left: 65px;
  padding: 13px 14px 11px 13px;
  transition: all .3s;
  display: inline-block;
}

.nav-top_logo-link.w--current {
  border-radius: 0 0 3px 3px;
  padding-top: 12px;
  padding-bottom: 13px;
}

.fc_titleblock {
  text-align: center;
  background-color: #01111b;
  padding-top: 23px;
  padding-bottom: 23px;
}

.h1-fc {
  color: #f0eeeb;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35em;
}

.herotext {
  text-align: center;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  max-width: 67ch;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
}

.herotext.mb {
  margin-bottom: 25px;
}

.fc_bg {
  text-align: center;
  background-color: #d5d8d4;
  background-image: linear-gradient(#f1e6d9f0, #f1e6d9f0), url('../images/trail-vertical.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.fc_bg.addspace {
  padding-top: 56px;
}

.hide-me {
  display: none;
}

.cb {
  height: 0;
}

.centermycontents {
  text-align: center;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.airelandingflex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.aire-logo-temp {
  width: 350px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.the-aire-header-temp {
  color: #c29a63;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 47px;
  margin-bottom: 74px;
  padding-left: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
}

.the-aire-header-temp.landing {
  margin-top: 20px;
  margin-bottom: 20px;
}

._35px-spacer {
  height: 35px;
}

.html-embe {
  margin-bottom: 15px;
}

.zoning-additional-buttons {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

.pdf-floating-buttons_component {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 47px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.pdf-floating-buttons_button {
  text-transform: uppercase;
  background-color: #80756700;
  border-radius: 3px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 4px 19px;
  font-size: 13px;
  font-weight: 700;
}

.pdf-floating-buttons_button:hover {
  background-color: #b49367;
}

.no-wrap {
  white-space: nowrap;
}

.pdf-desktop-wrapper {
  margin-bottom: 44px;
  position: relative;
}

.fc_pdf-mobile-wrapper, .tabs_tabs {
  display: none;
}

.tabs_link {
  color: #848484;
  text-transform: uppercase;
  background-color: #decdb5;
  border: 1px solid #d5bd9c;
  border-bottom-style: none;
  border-radius: 4px 4px 0 0;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 700;
  transition: all .325s;
}

.tabs_link:hover {
  color: #fdfdfd;
  background-color: #be9b6c;
}

.tabs_link.w--current {
  background-color: var(--gold);
  box-shadow: none;
  color: #000;
  text-transform: uppercase;
  border-color: #dbb074;
}

.zoning-development_header-content {
  background-color: #f2f5f6;
  border: 1px solid #dbb074;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 1rem;
  padding: 2rem 3rem;
  display: inline-block;
  box-shadow: 0 0 25px #4d48437a, inset 0 0 35px #5c482d45;
}

.zoning-development_header-content.is-edgebrook {
  margin-top: 2.3rem;
  margin-bottom: 2.3rem;
  padding: 2.9rem;
}

.fc_featurebox_tab-content {
  margin-left: auto;
  margin-right: auto;
}

.h1-abs {
  font-size: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

.fc_home-type-form_component {
  text-align: left;
}

.fc_home-type-form_component.white {
  color: #fff;
}

.home-type-form_heading {
  text-align: left;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 6px;
}

.home-type-form_heading.aire {
  color: #333;
}

.center {
  text-align: center;
}

.fc_form-svg {
  width: 50px;
  height: 50px;
  color: var(--gold);
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: -17px auto auto -17px;
}

.fc_form-svg.aire {
  color: #203049;
  inset: -3% auto auto -3%;
}

.email-svg-wrapper {
  display: inline-block;
  position: relative;
}

.zoning_under-construction-text {
  text-align: center;
  margin-top: 43px;
  font-size: 1.5rem;
  font-weight: 700;
}

.separator {
  background-image: linear-gradient(to right, #fff0, #cfab7a 50%, #fff0);
  height: 5px;
  margin-top: 26px;
  margin-bottom: 18px;
  position: relative;
}

.separator.nograd {
  background-color: #e2dad1;
  background-image: none;
}

.separator.nograd.pad0 {
  background-color: #e2dad1;
  margin-top: 0;
  margin-bottom: 0;
}

.link-block-100p-2 {
  color: #005286;
  cursor: pointer;
  border-bottom-style: none;
  border-radius: 13px;
  display: block;
}

.link-block-100p-2:hover {
  border-bottom-style: none;
}

.registered-trademark {
  margin-left: 4px;
  font-size: 13px;
  position: relative;
  bottom: 10px;
  right: 5px;
}

.horizontal-line {
  background-color: #09395a;
  height: 6px;
}

.powerbar-text-3 {
  color: #f8f8f8;
  letter-spacing: .3px;
  text-transform: none;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .6rem;
  font-family: goudy-old-style, sans-serif;
  font-size: 2.5rem;
  line-height: 1.4;
  transition: all 1.5s;
  display: inline-block;
}

.powerbar-text-3:hover {
  letter-spacing: 1px;
  text-decoration: none;
}

.footer_social-icon:hover {
  border-bottom: 1px #000;
}

.button {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  background-color: #005288;
  background-image: radial-gradient(circle, #004979, #005288);
  border: 2px solid #cca56f;
  border-radius: 4px;
  align-self: auto;
  margin-top: 12px;
  margin-right: 9px;
  padding: 9px 16px 10px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .25s;
  display: inline-block;
  position: static;
  top: 140px;
  left: 105px;
  transform: translate(0, -3px);
  box-shadow: 1px 1px 14px #3b3e4147;
}

.button:hover {
  opacity: .94;
  color: #fff;
  text-shadow: 1px 1px 4px #6d4d1e;
  background-color: #cfab79;
  background-image: none;
  border-color: #b18037;
  text-decoration: none;
  box-shadow: 1px 1px 12px #01122a69;
}

.button:active {
  box-shadow: none;
  opacity: 1;
  text-shadow: 1px 1px 4px #6d4d1e;
  background-image: none;
  transform: translate(0, -2px);
}

.nowrap {
  white-space: nowrap;
}

.paragraph {
  border-bottom: 1px solid var(--gold);
  padding-bottom: 3px;
  display: inline-block;
}

.cb-with-margin {
  height: 0;
  margin-top: 21px;
  margin-bottom: 21px;
}

.how-you-live-underline {
  border-bottom: 2px solid var(--gold);
  padding-bottom: 0;
  display: inline-block;
}

.numberselector {
  opacity: .52;
  background-color: #e6e6e6;
  border-radius: 20px;
  padding: 0 8px;
  font-size: 11px;
  display: inline-block;
}

.google-map {
  border: 3px solid #cfaa7a;
  margin-bottom: 3rem;
}

.google-map.is-the-aire {
  background-color: #7a8575;
  background-image: none;
  border-color: #203049;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 75px #00000061;
}

.list {
  font-size: 20px;
}

.zoning-h2-community-location {
  color: #333;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1;
  display: block;
}

.zongin-community-location-map-header {
  color: #333;
  margin-top: 0;
  margin-bottom: 1px;
  position: relative;
}

.is-the-aire {
  background-image: radial-gradient(circle, #fff, #ffffff94 60%, #20304926), url('../images/AireAtWestchesterPromenade.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.checkbox_label-old {
  z-index: 5;
  color: #000;
  text-align: right;
  width: 100%;
  margin-bottom: 0;
  padding-top: .475rem;
  padding-right: .65rem;
  font-size: 1rem;
  position: absolute;
  inset: 0%;
}

.footer_button {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  text-transform: none;
  background-color: #00426f;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  width: 193px;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 12px;
  font-family: Lato, sans-serif;
  font-size: .915rem;
  font-weight: 400;
  line-height: 1.7em;
  text-decoration: none;
  transition: all .2s;
  display: block;
  box-shadow: 1px 1px 17px #3d230070;
}

.footer_button:hover {
  color: #fefefe;
  text-shadow: 1px 1px 9px #00000096;
  background-color: #cfab7a;
  border: 1px solid #fff;
  border-radius: 20px;
  text-decoration: none;
  position: relative;
  bottom: 0;
  box-shadow: 1px 1px 6px #0000004d;
}

.footer_button:active {
  box-shadow: none;
  opacity: 1;
  background-color: #015288;
  position: relative;
  bottom: -1px;
  transform: translate(0);
}

.footer_primary-wrap {
  width: 1250px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.footer_secondary-links {
  text-align: center;
  white-space: nowrap;
  width: 16%;
  line-height: 1;
  display: inline-block;
}

.footer_logo {
  width: 185px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  transition: all .2s;
  display: block;
}

.footer_logo:hover {
  border-bottom: 1px #000;
  bottom: 5px;
}

.footer_links {
  color: #271e11;
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.footer_component {
  background-color: #e9e6db;
  transition: background-color .5s;
}

.footer_component:hover {
  background-color: #e2decf;
}

.footer_secondary-copyright-wrap {
  text-align: center;
  width: 18%;
  padding-top: 2px;
  padding-bottom: 5px;
  display: inline-block;
}

.footer_secondary-copyright-wrap.is-mobile {
  display: none;
}

.footer_secondary-copyright-wrap.is-desktop {
  order: -1;
}

.footer_content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer_link {
  color: #4a3921;
  margin-bottom: .2rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.footer_link:hover {
  color: #c29b65;
  text-decoration: underline;
}

.footer_link.is-state-short {
  display: none;
}

.footer_link.is-state-long {
  color: #09395a;
  display: inline-block;
}

.footer_link.inline {
  color: #09395a;
  width: auto;
  line-height: 1.25;
  display: inline-block;
}

.footer_link.inline.rva {
  color: #1d1d1d;
}

.footer_link.inline.rva:hover {
  color: #c29b65;
}

.footer_secondary-copyright {
  color: #dedbc8;
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  line-height: 1;
}

.footer_get-social {
  color: #00375c;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.335;
  display: block;
}

.footer_social-wrapper {
  clear: both;
  text-align: center;
}

.footer_secondary-wrap {
  text-align: center;
  background-color: #3d3d3d;
  justify-content: center;
  align-items: center;
}

.footer_social-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.footer_biz-info-hhhc {
  color: #00375c;
  text-align: left;
  text-transform: uppercase;
  margin-top: 1rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
}

.footer_col-1 {
  text-align: center;
}

.footer_social-link {
  border: 1px #000;
  width: 35px;
}

.footer_social-link:hover {
  border-bottom-style: none;
}

.footer_secondary-link {
  color: #dedbc8;
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.footer_secondary-link:hover {
  color: #ccc6af;
}

.footer_subheading {
  color: #00375c;
  text-transform: none;
  margin-bottom: .125rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  display: block;
}

.footer_subheading.is-second-one {
  margin-top: 1rem;
}

.footer_seperator {
  background-color: #cac6b1;
  background-image: none;
  width: 90%;
  height: 1px;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.footer_seperator.col-4 {
  width: 100%;
}

.footer_seperator.col-1 {
  width: 100%;
  margin-top: 1.67rem;
  margin-bottom: .75rem;
}

.footer_biz-info {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5;
}

.footer_block.center {
  margin-left: auto;
  margin-right: auto;
}

.footer_block.indent {
  border-left: 1px solid #c7c7c7;
  margin-left: 0;
  padding-left: 21px;
}

.footer_video-wrap {
  border: 1px solid #005286;
}

.footer_heading {
  color: #00375c;
  text-align: left;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.footer_heading.is-communities-ipad {
  display: none;
}

.footer_biz-info-address-phone {
  color: #4a3921;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
}

.footer_biz-info-address-phone:hover {
  color: #39628b;
  text-decoration: none;
}

.eho-logo {
  opacity: .81;
  height: 14px;
  margin-left: 6px;
  display: inline;
}

.checkbox_field-old {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  height: 2.75rem;
  margin-bottom: 0;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.checkbox_field {
  height: 2.75rem;
  color: var(--p-li);
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.nav_container, .main-wrapper {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}

.fs_checkbox-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.fs_checkbox-1_embed {
  margin-bottom: 0;
}

.fs_checkbox-1_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: start;
}

.fs_checkbox-1_field {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 2.5rem;
  margin-bottom: .75rem;
  margin-right: .75rem;
  padding: .5rem 1rem;
  transition: border-color .2s;
  display: inline-flex;
  position: relative;
}

.fs_checkbox-1_field:hover {
  border-color: #1b1b1b;
}

.fs_checkbox-1_button {
  background-color: #dbdbdb;
  background-image: url('../images/close-black.svg');
  background-position: 0 0;
  background-size: auto;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
  transition: box-shadow .2s, transform .2s;
  transform: rotate(-45deg);
  box-shadow: 0 0 2px #00000080;
}

.fs_checkbox-1_button.w--redirected-checked {
  background-color: #dbdbdb;
  background-image: url('../images/tick-black.svg');
  border-style: solid;
  border-color: #ccc;
  width: 1.125rem;
  height: 1.125rem;
  transform: rotate(0);
}

.fs_checkbox-1_button.w--redirected-focus {
  border-style: solid;
  width: 1.125rem;
  height: 1.125rem;
  box-shadow: 0 0 2px #00000080;
}

.fs_checkbox-1_button.w--redirected-focus-visible {
  width: 1.125rem;
  height: 1.125rem;
}

.fs_checkbox-1_label {
  margin-bottom: 0;
  font-weight: 500;
}

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

.footer_subheading-2 {
  color: #151c20;
  text-transform: none;
  margin-bottom: .125rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.footer_secondary-wrap-2 {
  text-align: center;
  background-color: #3d3d3d;
  justify-content: center;
  align-items: center;
}

.footer_heading-2 {
  color: #00375c;
  text-align: left;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.footer_heading-2.is-communities-ipad {
  display: none;
}

.tabs-content {
  background-color: #f3f3f3;
  border: 1px solid #bbb;
  border-radius: 7px;
  min-height: 32rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1.8rem 2.5rem;
}

.tabs-content.hide---dont-show-this-map-right-now {
  display: none;
}

.tab-link-button {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  background-color: #004f83;
  border: 2px solid #cca56f;
  border-radius: 4px;
  align-self: auto;
  margin-right: 9px;
  padding: 9px 16px 10px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .25s;
  display: inline-block;
  position: static;
  top: 140px;
  left: 105px;
  transform: translate(0, -3px);
  box-shadow: 1px 1px 14px #3b3e4147;
}

.tab-link-button:hover {
  opacity: .94;
  color: #fff;
  text-shadow: 1px 1px 4px #6d4d1e;
  background-color: #cfab79;
  background-image: none;
  border-color: #b18037;
  text-decoration: none;
  box-shadow: 1px 1px 12px #01122a69;
}

.tab-link-button:active {
  box-shadow: none;
  opacity: 1;
  text-shadow: 1px 1px 4px #6d4d1e;
  background-image: none;
  transform: translate(0, -2px);
}

.tab-link-button.is-last.hide, .tabs-menu, .hidden-tab-link {
  display: none;
}

._w-form-done {
  color: #fff;
  text-align: center;
  background-color: #cfab79;
  border: 2px solid #fff;
  border-radius: 0;
  width: 80%;
  margin: 23px auto;
  padding: 1.5rem;
  position: relative;
}

._w-done-divider {
  background-color: #fff;
  width: 33%;
  height: 1px;
  margin: 1rem auto;
}

.div-block {
  margin-top: 12px;
}

.tab-content_heading {
  padding-bottom: 4px;
  font-size: 1.5rem;
}

.tab-content_heading.with-underline {
  border-bottom: 1px solid #dbb074;
}

.list-creekside {
  margin-bottom: 38px;
  font-weight: 700;
}

.broker-checkbox_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: start;
}

.broker-checkbox_field {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 2.5rem;
  margin-right: .75rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 1rem;
  transition: border-color .2s;
  display: inline-flex;
}

.broker-checkbox {
  cursor: pointer;
  border: 1px solid #414141;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0;
  margin-right: .5rem;
  transition: border .2s;
  box-shadow: 0 0 2px #00000080;
}

.broker-checkbox:hover {
  border-color: #000;
}

.broker-checkbox.w--redirected-checked {
  background-color: #cfab7a;
  border-color: #1d1d1d;
}

.broker-checkbox.w--redirected-focus {
  border-style: solid;
  width: 1.125rem;
  height: 1.125rem;
  box-shadow: 0 0 2px #00000080;
}

.broker-checkbox.w--redirected-focus-visible {
  width: 1.125rem;
  height: 1.125rem;
}

.broker-checkbox_label {
  color: #414141;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 500;
}

.period {
  color: #c09c6b;
  font-weight: 700;
}

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

.disclaimer {
  color: #858585;
  margin-top: 3px;
  font-size: 11px;
  font-style: normal;
  line-height: 1.4em;
}

.disclaimer.narrow {
  text-align: center;
  width: 85ch;
  margin-left: auto;
  margin-right: auto;
}

.disclaimer.narrow.overline {
  border-top: 1px dashed #b1b1b1;
  margin-top: 14px;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
}

.ml-5 {
  margin-left: 5px;
}

.home-type-form_component {
  text-align: left;
}

.form_disclaimer {
  color: #777;
  text-align: center;
  margin-top: 4px;
  font-size: 9.5px;
  font-style: italic;
  line-height: 1.5em;
}

.sms-opt-in_wrap {
  text-align: left;
  display: block;
}

.text-field {
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.text-field:hover {
  border: 1px solid #617f97;
}

.contactform-interest-list-wrap {
  padding: 27px 16px 0;
}

.sms-optin_checkbox-wrapper {
  margin-bottom: .5rem;
  display: none;
}

.sms-opt-in_checkbox-label {
  margin-bottom: 0;
  margin-left: 4px;
}

.broker-checkbox_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.builderquestionformheader {
  color: #005286;
  text-align: center;
  text-transform: none;
  margin-bottom: 23px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45em;
}

.backtextlink {
  letter-spacing: .5px;
  font-size: 13px;
  position: absolute;
  inset: -32px auto auto 0%;
}

.fieldlabel {
  text-align: left;
}

.mr5 {
  margin-right: 5px;
}

.logo-contact-form {
  opacity: 1;
  transition: opacity 1s;
  position: relative;
}

.logo-contact-form:hover {
  opacity: .73;
}

.footformcolors {
  color: #0f5286;
}

.gcmcontentwrap {
  text-align: center;
  background-color: #ffffffe6;
  border: 4px solid #5788b1;
  padding: 48px 58px;
  position: relative;
  box-shadow: 1px 1px 20px #384d5d;
}

.nowrap-2 {
  white-space: nowrap;
  display: inline-block;
}

.sms-opt-in {
  border: 1px solid #000;
  width: 1rem;
  height: 1rem;
  position: relative;
  bottom: 1px;
}

.sms-opt-in.w--redirected-checked {
  background-color: #014472;
}

.container {
  padding-bottom: 4rem;
}

@media screen and (min-width: 1920px) {
  .zoning-html-embed-hide-mobile.rmt, .nav-top_dropdown-link.first.show-mobile, .nav-top_dropdown-link.show-mobile {
    display: none;
  }

  .zongin-community-location-map-header {
    margin-bottom: 1rem;
  }

  .tab-link-button.w--current {
    background-color: var(--gold);
    background-image: none;
  }

  .tabs-menu {
    display: inline-block;
  }
}

@media screen and (max-width: 991px) {
  label {
    font-family: Oxygen, Verdana, sans-serif;
  }

  .fc-logo.is-glen-allen {
    width: 320px;
    margin-bottom: 12px;
  }

  .fc_form-p.fc-contact.line2 {
    font-size: 16px;
  }

  .fc_form-p.fc-contact.line2.no-bg {
    font-size: 17px;
  }

  .fc_form-p.fc-contact.edgebrook {
    font-size: 19px;
  }

  .zoning-right-content-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .zoning-content-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .zoning-title-block.rge {
    text-align: center;
    padding-left: 0;
  }

  .zoning-title-block.aire {
    text-align: center;
    padding-left: 0;
    display: none;
  }

  .zoning-headtext {
    font-size: 17px;
    line-height: 1.5em;
  }

  .zoning-headtext.aire {
    font-size: 20px;
  }

  .zoning-headtext.aire.landing {
    font-size: 19px;
  }

  .zoning-right {
    border-left-style: none;
    width: 100%;
  }

  .zoning-right.aire {
    padding-top: 41px;
  }

  .zoning-left {
    background-position: 0 -239px;
    width: 100%;
    height: 300px;
  }

  .zoning-left.aire {
    background-color: #ffffffad;
    background-image: none;
    height: 417px;
  }

  .zoning-left.glen-allen {
    background-position: 50% 10%;
  }

  .zoning-left.creekside-cove {
    background-position: 50%;
  }

  .zoning-head-block {
    box-shadow: none;
    background-color: #f4f3ec00;
    border-left-style: none;
    border-right-style: none;
    padding: 12px 0;
  }

  .fc_button {
    font-size: 15px;
  }

  .fc_button.zoning.aire, .fc_button.zoning.airelanding {
    justify-content: center;
    align-items: center;
    height: 60px;
    display: flex;
  }

  .fc_button.zoning-site-back {
    left: 18px;
  }

  .zoning-h1 {
    text-align: center;
    font-size: 24px;
  }

  .zoning-h1.aire {
    font-size: 21px;
  }

  .zoning-sectionshadow {
    padding-left: 42px;
    padding-right: 42px;
  }

  .zoning-sectionshadow.thepointe {
    padding-left: 0;
    padding-right: 0;
  }

  .zoning-form {
    display: block;
  }

  .fc_please-wait {
    margin-left: 106px;
    margin-right: 106px;
  }

  .zoning-form-wrapper {
    width: 95%;
  }

  .zoning-link-underline {
    font-family: Oxygen, Verdana, sans-serif;
  }

  .zoning-left-logo {
    width: 400px;
    margin-top: 46px;
  }

  .nav-link-positioner-wrap {
    display: block;
  }

  .howyoulivebar.shadow.blue {
    position: relative;
  }

  .powerbar.shadow.hide-mobile {
    box-shadow: 0 2px 13px #36332f82;
  }

  .zoning-separator {
    margin-bottom: 18px;
  }

  .zoning-slider.aire {
    width: 98%;
  }

  .zoning-excert-header {
    margin-top: 11px;
  }

  .zoning-location-map {
    width: 100%;
  }

  .nav-top_link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
  }

  .nav-top_link.is-about {
    display: none;
  }

  .nav-top_dropdown-link {
    font-size: 15px;
  }

  .nav-top_dropdown-link.show-tablet {
    font-size: 15px;
    display: block;
  }

  .nav-top_dropdown-link.hide-mobile {
    font-size: 15px;
  }

  .nav-top_logo-link {
    margin-left: 24px;
  }

  .nav-top_logo-link.w--current {
    display: none;
  }

  .h1-fc {
    font-size: 27px;
  }

  .herotext {
    max-width: 90%;
  }

  .aire-logo-temp {
    margin-top: 46px;
  }

  .the-aire-header-temp {
    margin-top: 30px;
  }

  .pdf-floating-buttons_button {
    width: auto;
  }

  .home-type-form_heading {
    font-size: 15px;
  }

  .zoning_under-construction-text {
    font-size: 1rem;
  }

  .separator {
    margin-bottom: 18px;
  }

  .registered-trademark {
    font-size: 13px;
    bottom: 7px;
    right: 3px;
  }

  .powerbar-text-3 {
    font-size: 33px;
  }

  .button {
    font-size: 15px;
  }

  .zoning-h2-community-location {
    font-size: 17px;
  }

  .is-the-aire {
    background-image: radial-gradient(circle, #fff, #ffffff94 60%, #20304926), linear-gradient(#fff0, #fff), url('../images/AireAtWestchesterPromenade.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .footer_button {
    width: 100%;
    font-size: .8rem;
    line-height: 1.5em;
  }

  .footer_secondary-links {
    width: auto;
    display: block;
  }

  .footer_logo {
    width: 150px;
  }

  .footer_secondary-copyright-wrap {
    width: 25%;
  }

  .footer_secondary-copyright-wrap.is-mobile {
    flex: 0 auto;
    order: -1;
    width: 100%;
    display: block;
  }

  .footer_secondary-copyright-wrap.is-desktop {
    display: none;
  }

  .footer_content {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }

  .footer_link {
    margin-bottom: .5rem;
    font-size: .9rem;
    line-height: 1.4;
  }

  .footer_link.is-state-short {
    color: #09395a;
    display: inline-block;
  }

  .footer_link.is-state-long {
    display: none;
  }

  .footer_secondary-copyright {
    font-size: 13px;
  }

  .footer_get-social {
    text-align: center;
    font-size: .9rem;
  }

  .footer_biz-info-hhhc {
    margin-bottom: 2px;
    font-size: .9rem;
    line-height: 1.25;
  }

  .footer_social-link {
    flex: 1;
  }

  .footer_secondary-link {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 13px;
  }

  .footer_biz-info {
    line-height: 1.25;
  }

  .footer_heading {
    font-size: .9rem;
  }

  .footer_heading.is-communities-ipad {
    display: none;
  }

  .footer_biz-info-address-phone {
    font-size: .9rem;
  }

  .footer_subheading-2 {
    display: none;
  }

  .footer_secondary-wrap-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .footer_heading-2 {
    font-size: .9rem;
  }

  .footer_heading-2.is-communities-ipad {
    display: none;
  }

  .tabs-content {
    min-height: auto;
  }

  .tab-link-button {
    font-size: 15px;
  }

  .disclaimer.narrow.overline {
    width: auto;
  }

  .contactform-interest-list-wrap {
    padding-left: 35px;
    padding-right: 35px;
  }

  .logo-contact-form {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }

  p {
    font-size: 16px;
  }

  label {
    font-size: 15px;
  }

  .fc-logo {
    margin-left: 0;
  }

  .fc-support-content-wrap {
    flex-flow: column;
    align-content: flex-start;
    align-items: center;
  }

  .fc_form-p.fc-contact {
    font-size: 16px;
  }

  .fc_form-p.fc-contact.line2 {
    text-align: center;
    margin-bottom: 18px;
    font-size: 15px;
    font-weight: 700;
  }

  .fc_form-p.fc-contact.line2.no-bg {
    font-size: 16px;
  }

  .fc_form-p.fc-contact.edgebrook {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 17px;
  }

  .zoning-title-block {
    text-align: center;
    padding-left: 0;
  }

  .zoning-title-block.glen-allen {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .zoning-headtext {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
  }

  .zoning-headtext.aire {
    padding-left: 0;
    font-size: 19px;
  }

  .zoning-left.aire {
    height: 350px;
    display: none;
  }

  .zoning-left.glen-allen {
    background-position: 50% 5%;
  }

  .zoning-left.creekside-cove {
    background-position: 50%;
  }

  .zoning-head-block {
    box-shadow: none;
    background-color: #f4f3ec00;
    border-left-style: none;
    border-right-style: none;
  }

  .fc_button {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 26px;
    display: block;
  }

  .fc_button.zoning {
    margin-top: 24px;
    font-size: 1rem;
  }

  .fc_button.zoning.aire {
    margin-top: 19px;
  }

  .fc_button.zoning.aire.second-column-first {
    margin-top: 0;
  }

  .fc_button.zoning.aire.homeelevations {
    width: 97%;
  }

  .fc_button.zoning.airelanding {
    width: 200px;
    margin-top: 10px;
  }

  .fc_button.zoning.the-aire {
    margin-top: 8px;
  }

  .fc_button.zoning-site-back {
    z-index: 100001;
    width: auto;
    margin-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-block;
    left: 13px;
  }

  .fc_button.aire {
    width: 100%;
  }

  .fc_button.ar {
    width: auto;
  }

  .zoning-h1 {
    text-align: center;
    padding-right: 0;
    font-size: 21px;
    display: block;
  }

  .zoning-h1.glen-allen {
    padding-left: 0;
  }

  .zoning-h1.aire {
    font-size: 18px;
  }

  .zoning-sectionshadow.section-zoning {
    padding: 0;
  }

  .zoning-form {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .zoning-form.aire {
    margin-bottom: 0;
  }

  .zoning-wh-click-to-enlarge.al.lighter {
    text-align: center;
  }

  .zoning-html-embed-hide-mobile, .zoning-html-embed-hide-mobile.rmt {
    display: none;
  }

  .zoning-div-separator.less-space {
    margin-top: 31px;
    margin-bottom: 25px;
  }

  .fc_please-wait {
    margin-bottom: 29px;
  }

  .zoning-form-wrapper {
    flex-flow: column;
    align-content: flex-start;
    align-items: center;
  }

  .zoning-link-underline {
    font-size: 18px;
  }

  .zoning-link-logo-show-mobile {
    max-width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: block;
  }

  .b-site_thank-you-text {
    font-size: 14px;
  }

  .navdropgroup._1 {
    border: 1px #000;
  }

  .howyoulivebar.shadow.blue {
    background-color: #09395a;
    display: block;
  }

  .formheader {
    padding-left: 32px;
    padding-right: 32px;
  }

  .powerbar.shadow.hide-mobile {
    display: none;
  }

  .zoning-logo-mobile {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .zoning-project-timeline {
    font-size: 20px;
  }

  .zoning-text-block {
    padding-left: 33px;
    padding-right: 33px;
    font-size: 19px;
  }

  .zoning-excert-header {
    text-align: center;
    padding-left: 0;
    font-size: 22px;
  }

  .zoning-location-map.glen-allen {
    width: 100%;
  }

  .fc_spacer.less.hidemobile {
    display: none;
  }

  .fc_featurebox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .fc_featurebox-h2 {
    margin-bottom: 7px;
    font-size: 24px;
  }

  .fc_featurebox-h3 {
    font-size: 11px;
  }

  .navhamburgerdropdown.full-hamburger.w--open {
    opacity: 1;
    margin-right: -9px;
  }

  .nav-top_link {
    display: none;
  }

  .nav-top_dropdown-link:hover {
    color: #fff;
  }

  .nav-top_dropdown-link.first.show-mobile, .nav-top_dropdown-link.show-mobile {
    display: block;
  }

  .nav-top_dropdown-link.hide-mobile, .nav-top_dropdown-link.is-get-social {
    display: none;
  }

  .h1-fc {
    font-size: 24px;
  }

  .herotext {
    font-size: 18px;
  }

  .herotext.mb {
    margin-bottom: 46px;
  }

  .airelandingflex {
    position: static;
  }

  .the-aire-header-temp {
    text-align: center;
    margin-top: 25px;
    padding-left: 0;
    font-size: 22px;
  }

  .pdf-floating-buttons_component {
    display: none;
    position: static;
  }

  .pdf-desktop-wrapper {
    display: none;
  }

  .fc_pdf-mobile-wrapper {
    display: block;
  }

  .tabs_link, .tabs_link.w--current {
    font-size: 15px;
  }

  .fc_form-svg {
    width: 35px;
    height: 35px;
  }

  .separator.nograd.pad0 {
    height: 3px;
  }

  .registered-trademark {
    font-size: 11px;
  }

  .horizontal-line {
    height: 4px;
  }

  .powerbar-text-3 {
    padding-top: 9px;
    font-size: 27px;
  }

  .button {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 26px;
    display: block;
  }

  .button:hover {
    background-image: none;
  }

  .checkbox_label-old {
    padding-top: .4rem;
    font-size: .75rem;
  }

  .footer_button {
    width: 90%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    display: block;
  }

  .footer_secondary-links {
    width: auto;
  }

  .footer_logo {
    width: 206px;
    margin-bottom: 15px;
  }

  .footer_links {
    text-align: center;
    margin-bottom: 0;
  }

  .footer_component {
    padding-top: 21px;
  }

  .footer_secondary-copyright-wrap {
    width: 50%;
  }

  .footer_link {
    font-size: 1rem;
  }

  .footer_link.is-state-short {
    display: none;
  }

  .footer_link.is-state-long {
    color: #000;
    letter-spacing: .15rem;
    font-size: .85rem;
    display: inline-block;
  }

  .footer_link.inline {
    color: #000;
    letter-spacing: .15rem;
    letter-spacing: .15rem;
    font-size: .85rem;
  }

  .footer_link.inline.rva {
    color: #67553c;
    letter-spacing: .1rem;
    font-size: .9rem;
  }

  .footer_secondary-copyright {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .footer_get-social {
    margin-bottom: 7px;
    font-size: 1rem;
  }

  .footer_social-wrapper {
    margin-top: 34px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .footer_secondary-wrap {
    text-align: center;
    border-top: 1px solid #cfab7a;
    margin-top: -15px;
  }

  .footer_social-links {
    justify-content: center;
  }

  .footer_biz-info-hhhc {
    text-align: center;
    font-size: 1.05rem;
    display: inline-block;
  }

  .footer_social-link {
    flex: none;
  }

  .footer_subheading {
    text-transform: uppercase;
    margin-top: .75rem;
  }

  .footer_seperator {
    width: 95%;
    display: none;
  }

  .footer_seperator.hide-mobile, .footer_seperator.col-1 {
    display: none;
  }

  .footer_biz-info {
    text-align: center;
  }

  .footer_block {
    text-align: center;
    margin-left: 0;
  }

  .footer_block.indent {
    border-left-style: none;
    padding-left: 0;
  }

  .footer_video-wrap {
    margin-bottom: 20px;
  }

  .footer_heading {
    text-align: center;
    letter-spacing: .05rem;
    border-top: 1px solid silver;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    padding-top: .75rem;
    font-size: 1.05rem;
    display: block;
  }

  .footer_heading.is-communities-desk {
    line-height: 1.5;
  }

  .footer_heading.is-communities-ipad {
    display: none;
  }

  .footer_biz-info-address-phone {
    font-size: 1rem;
    line-height: 1.5;
  }

  .checkbox_field-old, .checkbox_field {
    height: 2.25rem;
  }

  .fs_checkbox-1_group {
    grid-auto-flow: row;
  }

  .footer_subheading-2 {
    text-transform: uppercase;
    margin-top: 0;
    display: block;
  }

  .footer_secondary-wrap-2 {
    text-align: center;
    border-top: 1px solid #cfab7a;
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .footer_heading-2 {
    text-align: center;
    letter-spacing: .07rem;
    border-top: 1px solid silver;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    padding-top: .75rem;
    font-size: 1.1rem;
    display: block;
  }

  .footer_heading-2.is-communities-ipad {
    display: none;
  }

  .tab-link-button {
    border-style: solid solid none;
    border-top-color: #cca56f;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 15px;
    line-height: 26px;
    display: block;
  }

  .tab-link-button:hover {
    background-image: none;
  }

  .tab-link-button.is-last {
    border-bottom-style: solid;
  }

  .lightbox-link-2 {
    width: 100%;
  }

  .broker-checkbox_group {
    grid-auto-flow: row;
  }

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

  .ml-5.interest-list {
    margin-left: 0;
  }

  .contactform-interest-list-wrap {
    padding-left: 27px;
    padding-right: 27px;
  }

  .builderquestionformheader {
    font-size: 20px;
  }

  .mr5.interest-list {
    margin-right: 0;
  }

  .logo-contact-form {
    margin-bottom: 0;
  }

  .gcmcontentwrap {
    padding-top: 52px;
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 19px;
  }

  p {
    font-size: 15px;
  }

  li {
    font-size: 16.5px;
  }

  .fc_form-block.zoning {
    margin-bottom: 0;
  }

  .fc_form-p {
    margin-bottom: .8rem;
    font-size: .95rem;
  }

  .fc_form-p.fc-contact.line2 {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .fc_form-p.fc-contact.line2.no-bg {
    margin-bottom: .2rem;
    font-size: 15px;
  }

  .fc_form-p.fc-contact.line2.no-bg.mb {
    padding-left: 0;
    padding-right: 0;
  }

  .fc_form-p.fc-contact.edgebrook {
    margin-bottom: .5rem;
    font-size: 14.5px;
  }

  .fc_text-field {
    font-size: .9rem;
  }

  .zoning-title-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .zoning-title-block.rge {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 64px;
    padding-left: 0;
    display: flex;
  }

  .zoning-title-block.aire {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 64px;
    padding-left: 0;
  }

  .zoning-title-block.aire.sub {
    height: auto;
  }

  .zoning-headtext {
    font-size: 15px;
  }

  .zoning-headtext.aire {
    margin-top: 10px;
  }

  .zoning-headtext.aire.landing {
    font-size: 16px;
  }

  .zoning-left.creekside-cove {
    background-position: 50%;
  }

  .zoning-head-block {
    text-align: center;
    padding-left: 7px;
  }

  .fc_button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 21px;
    display: block;
  }

  .fc_button.zoning {
    font-size: .9rem;
  }

  .fc_button.zoning.aire.homeelevations {
    width: 94%;
  }

  .fc_button.zoning.the-aire {
    margin-top: 8px;
  }

  .fc_button.zoning-site-back {
    padding: 5px 14px;
    font-size: 14px;
    left: 5px;
  }

  .zoning-h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    display: block;
  }

  .zoning-h1.aire {
    font-size: 15px;
  }

  .zoning-sectionshadow {
    padding-left: 22px;
    padding-right: 22px;
  }

  .zoning-sectionshadow.section-zoning {
    box-shadow: none;
    padding-left: 0;
  }

  .zoning-sectionshadow.aire {
    padding-top: 26px;
    padding-bottom: 47px;
  }

  .zoning-project-bullet-wrapper {
    width: 100%;
    margin-top: 4px;
  }

  .zoning-bullets {
    padding-left: 4px;
  }

  .zoning-form {
    padding: 17px;
  }

  .zoning-wh-click-to-enlarge.al.lighter {
    margin-top: 10px;
  }

  .zoning-wh-click-to-enlarge.al.lighter.aire {
    text-align: left;
  }

  .zoning-html-embed-hide-mobile {
    display: none;
  }

  .zoning-div-separator {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .fc_please-wait {
    margin-bottom: 27px;
  }

  .zoning-link-underline {
    font-size: 17px;
  }

  .zoning-vicinity-image {
    padding-top: 4px;
  }

  .b-site_thank-you-text {
    font-size: 15px;
  }

  .formheader {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .formheader.aire {
    font-size: 17px;
  }

  .zoning-disclaimer.aire, .zoning-disclaimer.white {
    margin-top: 7px;
  }

  .zoning-separator {
    background-color: #eeebdd;
    background-image: none;
  }

  .zoning-slider.aire {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .zoning-timelineaire {
    flex-direction: row;
    padding-bottom: 22px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 22px;
    line-height: 1.35em;
  }

  .zoning-project-timeline {
    font-size: 18px;
  }

  .zoning-text-block {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.4em;
  }

  .zoning-hidemobile {
    display: none;
  }

  .zoning-excert-header {
    letter-spacing: .5px;
    font-size: 21px;
  }

  .zoning-asteric {
    font-size: 13px;
    top: -5px;
  }

  .fc-center {
    text-align: center;
  }

  .fc_featurebox {
    padding: 10px 23px 23px 25px;
  }

  .fc_featurebox-h2 {
    font-size: 22px;
  }

  .fc_featurebox-h3 {
    line-height: 1rem;
  }

  .fc_pindentleftline {
    font-size: 16px;
  }

  .fc_pindentleftline.mb0 {
    font-size: 15px;
  }

  .navhamburgerdropdown.full-hamburger.w--open {
    z-index: 2001;
    width: 104vw;
    margin-left: auto;
    margin-right: -19px;
  }

  .hamburgerdropdown {
    padding-right: 0;
  }

  .nav-top_logo-link {
    margin-left: 3px;
  }

  .h1-fc {
    font-size: 21px;
  }

  .herotext.mb {
    margin-bottom: 37px;
  }

  .aire-logo-temp {
    width: 240px;
  }

  .the-aire-header-temp {
    letter-spacing: .5px;
    margin-top: 21px;
    font-size: 17px;
  }

  .the-aire-header-temp.landing {
    font-size: 19px;
  }

  .tabs_link {
    border-radius: 4px;
    max-width: 90%;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .zoning-development_header-content {
    border-radius: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .zoning-development_header-content.is-edgebrook {
    padding: 1rem 1rem 1rem 1.25rem;
  }

  .fc_form-svg.aire {
    top: -2%;
    left: -3%;
  }

  .separator {
    background-color: #eeebdd;
    background-image: none;
  }

  .powerbar-text-3 {
    padding-bottom: 8px;
    font-size: 18px;
  }

  .powerbar-text-3:hover {
    letter-spacing: -.4px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 21px;
    display: block;
  }

  .google-map.is-the-aire {
    box-shadow: 0 2px 75px #00000061;
  }

  .zoning-h2-community-location {
    font-size: 16px;
  }

  .checkbox_label-old {
    font-size: .75rem;
  }

  .footer_button {
    margin-top: 17px;
    margin-bottom: 0;
    font-size: 14px;
    display: inline-block;
  }

  .footer_logo {
    margin-bottom: -1px;
  }

  .footer_links {
    text-align: center;
    margin-bottom: 3px;
  }

  .footer_secondary-copyright-wrap {
    width: 100%;
  }

  .footer_link {
    margin-bottom: 14px;
    font-size: 15px;
  }

  .footer_social-wrapper {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 13px;
  }

  .footer_secondary-wrap {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer_social-links {
    justify-content: center;
  }

  .footer_biz-info-hhhc {
    margin-top: 18px;
    padding-bottom: 6px;
    font-size: 17px;
  }

  .footer_social-link {
    margin-left: 0;
    margin-right: 0;
  }

  .footer_subheading {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .footer_seperator {
    background-color: #cfc8a6;
    width: 100%;
    display: none;
  }

  .footer_block {
    margin-left: 0;
  }

  .footer_heading {
    margin-top: 18px;
    padding-bottom: 8px;
    font-size: 17px;
  }

  .footer_biz-info-address-phone:hover {
    color: #39628b;
  }

  .footer_subheading-2 {
    margin-bottom: 4px;
  }

  .footer_secondary-wrap-2 {
    text-align: center;
  }

  .footer_heading-2 {
    margin-top: 18px;
    padding-bottom: 8px;
    font-size: 17px;
  }

  .tabs-content {
    padding-top: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .tab-link-button {
    margin-bottom: 9px;
    padding: .7rem 20px;
    font-size: 14px;
    line-height: 21px;
    display: block;
  }

  .list-item-creekside {
    font-size: 16px;
  }

  .disclaimer.narrow.overline {
    font-size: 11px;
  }

  .contactform-interest-list-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .builderquestionformheader {
    font-size: 18px;
  }

  .logo-contact-form {
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .gcmcontentwrap {
    border-style: none;
    padding-bottom: 31px;
    padding-left: 15px;
    padding-right: 15px;
  }
}


@font-face {
  font-family: 'Oxygen';
  src: url('../fonts/Oxygen-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oxygen';
  src: url('../fonts/Oxygen-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}