body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

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

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.button {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #2e9dff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #69b9ff;
}

.button:active {
  background-color: #69b9ff;
}

.button:visited {
  background-color: #69b9ff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: auto;
  z-index: 999999;
  float: none;
  clear: none;
  border: 1px solid #404047;
  background-color: #fff;
  font-family: Gothic, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gothic, sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 40px 10px 80px;
  background-color: #fff;
  font-family: Gothic, sans-serif;
  text-align: center;
}

.section.accent {
  background-color: #d2edf3;
}

.white-box {
  display: block;
  height: 300px;
  padding: 15px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 3px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid #69b9ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 157, 255, 0.5)), color-stop(0%, rgba(46, 157, 255, 0.22))), url('../images/27birch_ext1.jpg');
  background-image: linear-gradient(180deg, rgba(46, 157, 255, 0.5), rgba(46, 157, 255, 0.22) 0%), url('../images/27birch_ext1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gothic, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: none;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  font-family: Gothic, sans-serif;
  color: #fff;
}

.section-subheading.center {
  font-family: Gothic, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  font-family: Gothic, sans-serif;
  color: #e8e8e8;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  display: block;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #333;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #000;
  font-family: Gothic, sans-serif;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Gothic, sans-serif;
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 400;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border: 1px none #000;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
}

.footer-link:hover {
  color: #bec3c7;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

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

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.heading {
  font-family: Gothic, sans-serif;
}

.heading-2 {
  font-family: Gothic, sans-serif;
}

.heading-3 {
  font-family: Gothic, sans-serif;
}

.heading-4 {
  font-family: Gothic, sans-serif;
}

.heading-5 {
  font-family: Gothic, sans-serif;
}

.heading-6 {
  font-family: Gothic, sans-serif;
}

.columns {
  margin-bottom: 15px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-2 {
  display: block;
}

.paragraph {
  margin-top: 0px;
  font-family: Gothic, sans-serif;
  color: #fff;
  font-size: 16px;
}

.heading-7 {
  margin-bottom: 0px;
  font-family: Gothic, sans-serif;
  color: #fff;
  font-weight: 700;
}

.button-brochre {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #333;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Gothic, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  background-clip: border-box;
}

.button-brochre:hover {
  background-color: #757474;
  color: #fff;
}

.button-brochre:active {
  background-color: #69b9ff;
}

.button-brochre:visited {
  background-color: #69b9ff;
}

.button-brochre.w--current {
  background-color: #2e80b6;
}

.button-brochre.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button-brochre.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button-brochre.tab:hover {
  background-color: #2e80b6;
}

.button-brochre.tab.w--current {
  background-color: #2e80b6;
}

.double-button {
  display: inline-block;
  width: 90%;
  margin-right: 10px;
  margin-bottom: 1px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #2e9dff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.double-button:hover {
  background-color: #69b9ff;
}

.double-button:active {
  background-color: #69b9ff;
}

.double-button:visited {
  background-color: #69b9ff;
}

.double-button.w--current {
  background-color: #2e80b6;
}

.double-button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.double-button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.double-button.tab:hover {
  background-color: #2e80b6;
}

.double-button.tab.w--current {
  background-color: #2e80b6;
}

.box-button {
  display: inline-block;
  width: 90%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #2e9dff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.box-button:hover {
  background-color: #69b9ff;
}

.box-button:active {
  background-color: #69b9ff;
}

.box-button:visited {
  background-color: #69b9ff;
}

.box-button.w--current {
  background-color: #2e80b6;
}

.box-button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.box-button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.box-button.tab:hover {
  background-color: #2e80b6;
}

.box-button.tab.w--current {
  background-color: #2e80b6;
}

.columns-2 {
  font-family: Gothic, sans-serif;
}

.hero-section-home {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-home.centered {
  height: auto;
  min-height: 90vh;
  padding-top: 195px;
  padding-bottom: 195px;
  border: 2px none #000;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 0, 0, 0.45)), to(rgba(46, 157, 255, 0.22))), url('../images/skyline_back1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 100%, rgba(46, 157, 255, 0.22)), url('../images/skyline_back1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Gothic, sans-serif;
  text-align: center;
}

.hero-section-n {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-n.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid #69b9ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), color-stop(0%, rgba(0, 0, 0, 0.45))), url('../images/to_skyline.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) 0%), url('../images/to_skyline.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: Gothic, sans-serif;
  text-align: center;
}

.dropdown-toggle {
  padding-right: 15px;
  padding-left: 15px;
}

.dropdown-toggle-2 {
  padding-right: 15px;
  padding-left: 15px;
}

.icon {
  margin-right: 10px;
}

.icon-2 {
  margin-right: 10px;
}

.hero {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero.centered {
  height: auto;
  min-height: 40vh;
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid #69b9ff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 0, 0, 0.45)), to(rgba(46, 157, 255, 0.22))), url('../images/comm_ground_floor.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 100%, rgba(46, 157, 255, 0.22)), url('../images/comm_ground_floor.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: Gothic, sans-serif;
  text-align: center;
}

.text-block {
  margin-bottom: 20px;
  font-family: Gothic, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.heading-8 {
  margin-bottom: 20px;
  font-family: Gothic, sans-serif;
  color: #333;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
}

.heading-9 {
  margin-top: 220px;
  margin-bottom: 40px;
  font-family: Gothic, sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: center;
  text-transform: none;
}

.text-block-2 {
  margin-bottom: 40px;
  padding-right: 20%;
  padding-left: 20%;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
}

.rich-text-block {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.rich-text-block-2 {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.image {
  margin-bottom: 40px;
}

.text-block-3 {
  font-family: Gothic, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.text-block-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.columns-3 {
  margin-bottom: 40px;
}

.image-2 {
  margin-bottom: 40px;
}

.hero-neighborhood {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-neighborhood.centered {
  height: auto;
  min-height: 40vh;
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid #69b9ff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 0, 0, 0.45)), to(rgba(46, 157, 255, 0.22))), url('../images/to_skyline.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 100%, rgba(46, 157, 255, 0.22)), url('../images/to_skyline.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: Gothic, sans-serif;
  text-align: center;
}

.hero-architecture {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-architecture.centered {
  height: auto;
  min-height: 40vh;
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid #69b9ff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 0, 0, 0.45)), to(rgba(46, 157, 255, 0.22))), url('../images/architecture_illustration.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 100%, rgba(46, 157, 255, 0.22)), url('../images/architecture_illustration.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: Gothic, sans-serif;
  text-align: center;
}

.hero-comm-int {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-comm-int.centered {
  height: auto;
  min-height: 40vh;
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid #69b9ff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 0, 0, 0.45)), to(rgba(46, 157, 255, 0.22))), url('../images/comm-int_illustration.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 100%, rgba(46, 157, 255, 0.22)), url('../images/comm-int_illustration.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: Gothic, sans-serif;
  text-align: center;
}

.hero-res-int {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-res-int.centered {
  height: auto;
  min-height: 40vh;
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid #69b9ff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 0, 0, 0.45)), to(rgba(46, 157, 255, 0.22))), url('../images/residential_interiors-sketch.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 100%, rgba(46, 157, 255, 0.22)), url('../images/residential_interiors-sketch.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: Gothic, sans-serif;
  text-align: center;
}

.hero-res-layout {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-res-layout.centered {
  height: auto;
  min-height: 40vh;
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid #69b9ff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 0, 0, 0.45)), to(rgba(46, 157, 255, 0.22))), url('../images/res_unit2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 100%, rgba(46, 157, 255, 0.22)), url('../images/res_unit2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: Gothic, sans-serif;
  text-align: center;
}

.hero-team {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-team.centered {
  height: auto;
  min-height: 40vh;
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid #69b9ff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 0, 0, 0.45)), to(rgba(46, 157, 255, 0.22))), url('../images/27birch_ext1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 100%, rgba(46, 157, 255, 0.22)), url('../images/27birch_ext1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: Gothic, sans-serif;
  text-align: center;
}

.hero-heading-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gothic, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: none;
}

.hero-contact {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-contact.centered {
  height: auto;
  min-height: 40vh;
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid #69b9ff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 0, 0, 0.45)), to(rgba(46, 157, 255, 0.22))), url('../images/27birch_ext1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 100%, rgba(46, 157, 255, 0.22)), url('../images/27birch_ext1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: Gothic, sans-serif;
  text-align: center;
}

.columns-4 {
  margin-right: 10%;
  margin-left: 10%;
}

.homebrochure-button {
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #ecf0f1;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Gothic, sans-serif;
  color: #192024;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.homebrochure-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.text-block-5 {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.column-3 {
  margin-top: 20px;
}

.columns-5 {
  margin-top: 40px;
}

.heading-10 {
  color: #333;
  font-size: 24px;
}

.heading-11 {
  color: #333;
}

.heading-12 {
  margin-bottom: 20px;
  color: #333;
  font-size: 24px;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.columns-6 {
  margin-top: 40px;
}

.image-3 {
  margin-top: 20px;
}

.text-block-6 {
  margin-top: 20px;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.image-4 {
  margin-top: 10px;
  margin-bottom: 40px;
}

.image-5 {
  margin-top: 10px;
  margin-bottom: 40px;
}

.heading-13 {
  margin-top: 80px;
  margin-bottom: 20px;
  padding-left: 10px;
  color: #333;
  font-size: 24px;
  text-align: left;
  letter-spacing: 2px;
}

.image-6 {
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.image-7 {
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.image-8 {
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.column-4 {
  color: #d2edf3;
}

.column-5 {
  position: static;
  color: #333;
  -o-object-fit: fill;
  object-fit: fill;
}

.columns-7 {
  margin-right: 10%;
  margin-left: 10%;
  background-color: #d2edf3;
}

.text-block-7 {
  padding: 20px 10px;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.text-block-8 {
  padding: 20px 10px;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.heading-14 {
  margin-right: 0px;
  margin-left: 0px;
  color: #333;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999999;
  float: none;
  border-bottom: 1px solid #192024;
  background-color: #fff;
  color: #333;
  font-size: 15px;
}

.text-block-9 {
  font-family: Gothic, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.image-9 {
  margin-bottom: 40px;
}

.text-block-10 {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.image-10 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.image-11 {
  padding-right: 10px;
  padding-left: 10px;
}

.image-12 {
  padding-right: 10px;
  padding-left: 10px;
}

.hero-privacy {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-privacy.centered {
  height: auto;
  min-height: 20vh;
  padding-top: 140px;
  padding-bottom: 140px;
  border-bottom: 4px solid #69b9ff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 0, 0, 0.45)), to(rgba(46, 157, 255, 0.22)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 100%, rgba(46, 157, 255, 0.22));
  font-family: Gothic, sans-serif;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body {
  background-color: #fff;
}

.link {
  position: static;
}

.text-block-11 {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.link-2 {
  padding-left: 5px;
  color: #fff;
}

.link-2:hover {
  color: #bec3c7;
}

.columns-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.map {
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.bold-text {
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }

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

  .navigation-bar {
    position: relative;
    top: auto;
    z-index: auto;
    color: #333;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .hero-section-home.centered {
    position: static;
    display: block;
    min-height: auto;
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-n.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero.centered {
    min-height: 40vh;
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-neighborhood.centered {
    min-height: 40vh;
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-architecture.centered {
    min-height: 40vh;
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-comm-int.centered {
    min-height: 40vh;
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-res-int.centered {
    min-height: 40vh;
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-res-layout.centered {
    min-height: 40vh;
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-team.centered {
    min-height: 40vh;
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-contact.centered {
    min-height: 40vh;
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .homebrochure-button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .columns-7 {
    margin-right: 0%;
    margin-left: 0%;
  }

  .heading-14 {
    margin-left: 0%;
  }

  .navbar {
    position: relative;
    top: auto;
    z-index: auto;
  }

  .navbar:hover {
    z-index: 99999;
  }

  .hero-privacy.centered {
    min-height: 40vh;
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .link-2 {
    padding-left: 8px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .navigation-bar {
    top: auto;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .button-brochre.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .button-brochre.tab {
    font-size: 12px;
  }

  .double-button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .double-button.tab {
    font-size: 12px;
  }

  .box-button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .box-button.tab {
    font-size: 12px;
  }

  .hero-section-home.centered {
    min-height: 40vh;
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-n.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero.centered {
    min-height: 40vh;
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .heading-9 {
    margin-top: 140px;
  }

  .hero-neighborhood.centered {
    min-height: 40vh;
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-architecture.centered {
    min-height: 40vh;
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-comm-int.centered {
    min-height: 40vh;
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-res-int.centered {
    min-height: 40vh;
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-res-layout.centered {
    min-height: 40vh;
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-team.centered {
    min-height: 40vh;
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading-copy {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-contact.centered {
    min-height: 40vh;
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .homebrochure-button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .columns-7 {
    margin-right: 0%;
    margin-left: 0%;
  }

  .heading-14 {
    margin-left: 0%;
  }

  .hero-privacy.centered {
    min-height: 40vh;
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .link-2 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .navigation-bar {
    position: relative;
    top: auto;
    z-index: auto;
    display: block;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .button-brochre {
    margin-bottom: 25px;
  }

  .double-button {
    margin-bottom: 25px;
  }

  .box-button {
    margin-bottom: 25px;
  }

  .hero-section-home.centered {
    min-height: 40vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-n.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero.centered {
    min-height: 40vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-9 {
    margin-top: 100px;
  }

  .hero-neighborhood.centered {
    min-height: 40vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-architecture.centered {
    min-height: 40vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-comm-int.centered {
    min-height: 40vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-res-int.centered {
    min-height: 40vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-res-layout.centered {
    min-height: 40vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-team.centered {
    min-height: 40vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-contact.centered {
    min-height: 40vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .homebrochure-button {
    background-color: #ecf0f1;
    color: #000;
    text-align: left;
  }

  .homebrochure-button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .image-6 {
    width: 100%;
  }

  .image-7 {
    width: 100%;
  }

  .image-8 {
    width: 100%;
  }

  .columns-7 {
    margin-right: 0%;
    margin-left: 0%;
  }

  .heading-14 {
    margin-left: 0%;
  }

  .image-10 {
    width: 100%;
  }

  .image-11 {
    width: 100%;
  }

  .image-12 {
    width: 100%;
  }

  .hero-privacy.centered {
    min-height: 40vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

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