:root {
  --heritage-oak: #0a3328;
  --primary: pragmatica, sans-serif;
  --canvas: #f7f3eb;
  --moss: #b9e5c1;
  --decoration: ivyora-display, sans-serif;
  --mint: #53ab8a;
  --spring: #bee987;
  --coral: #ee8d60;
  --lavender: #ae93e6;
  --aqua-50: #b7d3ec;
  --coral-50: #f6c6af;
  --mint-50: #a9d5c4;
  --white: white;
  --lavender-50: #d6c9f2;
  --aqua: #70a7d9;
}

body {
  background-color: var(--heritage-oak);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--primary);
  color: var(--heritage-oak);
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.3125em;
  font-weight: 400;
  line-height: 90%;
}

h2 {
  font-family: var(--primary);
  color: var(--heritage-oak);
  letter-spacing: -.025em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.875em;
  font-weight: 400;
  line-height: 105%;
}

h3 {
  font-family: var(--primary);
  color: var(--heritage-oak);
  letter-spacing: -.025em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 105%;
}

h4 {
  font-family: var(--primary);
  color: var(--heritage-oak);
  letter-spacing: -.005em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 125%;
}

h5 {
  font-family: var(--primary);
  color: var(--heritage-oak);
  letter-spacing: .005em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 100%;
}

a {
  color: var(--heritage-oak);
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

.container {
  flex-flow: column;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container.quote {
  z-index: 9;
  margin-top: auto;
  margin-bottom: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.container.footer {
  max-width: 1440px;
  margin-top: 96px;
}

.container.site-plan {
  display: block;
}

.body {
  background-color: var(--canvas);
  flex-flow: column;
  display: flex;
}

.section {
  font-family: var(--primary);
  color: var(--heritage-oak);
  letter-spacing: -.005em;
  font-size: 1em;
  line-height: 125%;
}

.section.typography {
  margin-top: 164px;
}

.section.hero {
  background-image: url('../images/GoslingOaks_Woodlands-HeroImage.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  height: 100vh;
  padding-top: 80px;
  display: flex;
}

.section.introduction {
  background-color: var(--moss);
  padding-top: 124px;
  padding-bottom: 124px;
}

.section.introduction.canvas {
  background-color: var(--canvas);
  overflow: hidden;
}

.section.introduction.oak {
  background-color: var(--heritage-oak);
}

.section.introduction.oak.padding_80-bottom, .section.introduction.padding_80-bottom {
  padding-bottom: 80px;
}

.section.overview {
  background-color: var(--heritage-oak);
  padding-top: 124px;
  padding-bottom: 124px;
}

.section.overview.padding_80 {
  padding-top: 80px;
}

.section.overview.padding_80.moss {
  background-color: var(--moss);
}

.section.quote {
  background-color: var(--canvas);
  color: var(--canvas);
  height: 100vh;
  padding: 40px;
  overflow: hidden;
}

.section.availabilities {
  background-color: var(--canvas);
  padding-top: 96px;
  padding-bottom: 124px;
}

.section.location {
  background-color: var(--moss);
  padding-top: 124px;
  padding-bottom: 124px;
}

.section.footer {
  background-color: var(--heritage-oak);
  padding-top: 80px;
  padding-bottom: 40px;
}

.section.hero_sub {
  width: 100vw;
  height: 100vh;
  padding: 40px;
}

.section.site-plan {
  background-color: var(--canvas);
}

.section.site-plan.oak {
  background-color: var(--heritage-oak);
}

.section.site-plan.moss {
  background-color: var(--moss);
}

.section.building-overview {
  background-color: var(--canvas);
  padding-top: 118px;
  padding-bottom: 80px;
}

.section._50-50_split {
  background-color: var(--canvas);
  padding-bottom: 28px;
}

.section._50-50_split.moss {
  background-color: var(--moss);
  padding-bottom: 124px;
}

.section.contact {
  padding-top: 124px;
  padding-bottom: 124px;
}

.section.newman {
  background-color: var(--heritage-oak);
  padding-top: 124px;
  padding-bottom: 124px;
}

.h1_decoration {
  font-family: var(--decoration);
  font-style: italic;
}

.h1_decoration.mint {
  color: var(--mint);
}

.heading {
  line-height: 85%;
}

.typographry_container {
  margin-bottom: 80px;
}

.h2_decoration {
  font-family: var(--decoration);
  color: var(--mint);
  font-style: italic;
}

.h2_decoration.moss {
  color: var(--moss);
}

.h2_decoration.spring {
  color: var(--spring);
}

.h3_decoration {
  font-family: var(--decoration);
  font-style: italic;
}

.h3_decoration.spring {
  color: var(--spring);
}

.h3_decoration.moss {
  color: var(--moss);
}

.typography_container-label {
  margin-bottom: 16px;
}

.system_element-label {
  color: var(--mint);
  font-weight: 700;
}

.btn_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.btn_primary {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--heritage-oak);
  background-color: #a9d5c499;
  border-radius: 200px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 8px;
  font-size: .9375em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.btn_pri {
  text-decoration: none;
}

.btn_primary-text {
  padding: 9px 12px 8px;
}

.btn_primary-text:hover {
  text-decoration: none;
}

.btn_primary-circle {
  background-color: var(--heritage-oak);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: relative;
}

.btn_primary-circle.coral {
  background-color: var(--coral);
}

.btn_primary-circle.lavender {
  background-color: var(--lavender);
}

.btn_primary-circle-plus {
  background-color: var(--spring);
  border-radius: 20px;
  width: 1.125em;
  height: .125em;
  display: block;
  position: absolute;
}

.btn_primary-circle-plus.rotate {
  transform: rotate(90deg);
}

.btn_primary-circle-plus.canvas {
  background-color: var(--canvas);
}

.div-block {
  background-color: var(--aqua-50);
  border-radius: 10px;
  width: 2em;
  height: 1em;
}

.div-block-2 {
  background-color: var(--heritage-oak);
  border-radius: 19px;
  width: 3em;
  height: .125em;
}

.btn_primary-light {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--heritage-oak);
  background-color: #fff9;
  border-radius: 200px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 8px;
  font-size: .9375em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.btn_small {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #b9e5c199;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
}

.btn_small.coral-50 {
  background-color: #ee8d60b3;
}

.btn_small.lavender {
  background-color: #ae93e6b3;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  padding: 8px;
}

.btn_small-light {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fff9;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
}

.hero_headline {
  text-align: center;
}

.hero_headline.test {
  font-size: 5.902vw;
}

.hero_highlight {
  background-image: linear-gradient(0deg, var(--heritage-oak), #fff0);
  flex: 0 auto;
  height: 33%;
  margin-top: auto;
  margin-bottom: 0%;
}

.hero_highlight.mint {
  background-image: linear-gradient(0deg, var(--mint), #fff0);
}

.hero_highlight.no-margin {
  margin-bottom: 0%;
}

.div-block-4 {
  z-index: 1;
  background-color: var(--aqua-50);
  margin-top: auto;
  position: sticky;
  top: 40px;
}

.menu_home-wrapper {
  background-color: var(--coral-50);
  flex-flow: column;
  display: flex;
  position: static;
  inset: 0%;
}

.div-block-5 {
  background-color: var(--coral-50);
  position: absolute;
  inset: 0%;
}

.div-block-6 {
  flex-flow: column;
  height: 100vh;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  inset: auto 0% 0%;
}

.home_wrapper {
  position: relative;
}

.div-block-7 {
  background-color: var(--aqua-50);
  height: 40px;
  position: sticky;
  inset: 40px 0% 0%;
}

.sticky_munu-wrapper {
  font-family: var(--primary);
  color: var(--heritage-oak);
  letter-spacing: -.005em;
  justify-content: center;
  align-items: flex-start;
  margin-top: 90vh;
  font-size: .9375em;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu {
  z-index: 999;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: sticky;
  top: 40px;
}

.div-block-10 {
  position: absolute;
  inset: 0%;
}

.menu_item {
  color: var(--heritage-oak);
  border-radius: 20px;
  padding: 9px 10px 7px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.menu_item.w--current {
  color: var(--heritage-oak);
  padding: 9px 12px 7px;
  position: relative;
  overflow: hidden;
}

.menu_item.active {
  background-color: var(--heritage-oak);
}

.menu_item-text {
  overflow: visible;
}

.menu_item-text.active {
  color: var(--spring);
}

.menu_item-text.hidden {
  margin-top: 10px;
  position: absolute;
}

.menu_container {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--heritage-oak);
  background-color: #fff9;
  border-radius: 100px;
  padding: 8px 8px 6px;
  font-family: pragmatica, sans-serif;
  font-size: .9375em;
  font-weight: 700;
  line-height: 100%;
}

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

.intro_headline.test {
  font-size: 4.306vw;
}

._10-column {
  flex-flow: column;
  justify-content: center;
  width: 83%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

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

.intro_wrapper {
  z-index: 9;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.intro_tab-wrapper {
  width: 58.33%;
  padding-top: 56px;
  padding-bottom: 16px;
}

.intro_image-container {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro_tab-item {
  cursor: default;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.intro_tab-text {
  flex: 0 auto;
  width: 44%;
}

.intro_tab-tag {
  background-color: var(--canvas);
  border-radius: 50px;
  flex: 0 auto;
  margin-top: auto;
  margin-left: auto;
  padding: 8px 12px;
}

.tab_heading-text {
  margin-top: 0;
  margin-bottom: 0;
}

.divider {
  background-color: var(--mint-50);
  width: 100%;
  height: 2px;
  margin-top: 24px;
  margin-bottom: 40px;
}

.divider.active {
  background-color: var(--canvas);
}

.divider.active.no-padding {
  margin-top: 0;
  margin-bottom: 16px;
}

.divider.building-overview {
  background-color: var(--heritage-oak);
  margin-bottom: 24px;
}

.divider._50-50_split {
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.divider._50-50_split.mint-50 {
  background-color: var(--mint-50);
}

.divider.demographics {
  background-color: var(--white);
  margin-top: 14px;
  margin-bottom: 24px;
}

.intro_tab-item-container {
  flex: 0 auto;
  width: 100%;
  display: flex;
}

.light {
  color: var(--canvas);
}

.light.test {
  font-size: 4.306vw;
}

.light.drop_shadow {
  filter: drop-shadow(2px 2px 10px #00000059);
}

.light.no-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.intro_image-parallax {
  background-image: url('../images/GoslingOaks_Newman-IntroImage-Retail.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: none;
  align-self: stretch;
  width: 100%;
  height: 110%;
  display: block;
  position: absolute;
}

.intro_image-parallax.retail {
  position: absolute;
  inset: 0%;
}

.intro_image-parallax.office {
  background-image: url('../images/GoslingOaks_Newman-IntroImage-Office.webp');
  display: block;
  position: absolute;
}

.intro_image-parallax.multifamily {
  background-image: url('../images/GoslingOaks_Newman-IntroImage-Multifamily.webp');
}

.intro_image-parallax.pad-sites {
  background-image: url('../images/GoslingOaks_Newman-IntroImage-PadSites.webp');
}

.cards_container {
  z-index: 9;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  width: 100%;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.card_wrapper {
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
}

.card_image-container {
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.card_image {
  background-color: var(--canvas);
  background-image: url('../images/GoslingOaks_Newman-CardImage-GoslingGreen.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 112%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.card_image.canopy_square {
  background-image: url('../images/GoslingOaks_Newman-CardImage-CanopySquare.webp');
}

.card_image.biergarten-grove {
  background-image: url('../images/GoslingOaks_Newman-CardImage-BiergartenGrove.webp');
}

.card_image.park336 {
  background-image: url('../images/NewmanCRE_ProjectPhoto-Park336.webp');
}

.card_image.creekside {
  background-image: url('../images/NewmanCRE_ProjectPhoto-CreeksideBusinessPark.webp');
}

.card_image.tomball {
  background-image: url('../images/NewmanCRE_ProjectPhoto-TomballBoardwalk.webp');
}

.card_image.flex-oakridge {
  background-image: url('../images/NewmanCRE_ProjectPhoto-FLEXOakRidge.webp');
}

.card_image.magnolia-village {
  background-image: url('../images/NewmanCRE_ProjectPhoto-MagnoliaVillage.webp');
}

.card_image.eagle-springs {
  background-image: url('../images/NewmanCRE_ProjectPhoto-EagleSprings.webp');
}

.card_content-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--spring);
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  width: 100%;
  height: 140px;
  padding: 32px;
  display: flex;
  position: static;
  overflow: hidden;
}

.card_content-container.moss {
  background-color: var(--moss);
}

.card_content-container.mint {
  background-color: var(--mint);
}

.card_content-container.canvas {
  background-color: var(--canvas);
}

.card_content-container.aqua-50 {
  background-color: var(--aqua-50);
}

.card_content-container.lavender-50 {
  background-color: var(--lavender-50);
}

.card_headline {
  align-self: center;
  width: 75%;
  margin-top: 0;
  margin-bottom: 0;
}

.card_content-header {
  justify-content: space-between;
  display: flex;
}

.card_content-hover {
  flex-flow: column;
  display: flex;
  position: static;
  overflow: hidden;
}

.card_content-link {
  margin-top: 12px;
  margin-bottom: 0;
}

.quote_image-container {
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quote_image-parallax {
  background-color: var(--heritage-oak);
  background-image: url('../images/GoslingOaks_Newman-QuoteImage-Newman.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 110%;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-block {
  text-align: right;
}

.quote_author {
  text-align: right;
  margin-top: 30px;
}

.author {
  font-weight: 700;
}

._3-column {
  width: 25%;
  padding-right: 32px;
}

.availabilities_wrapper {
  margin-top: 22px;
}

.availabilities_row {
  padding: 12px 24px;
}

.availabilities_row.light {
  background-color: #ffffffbf;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.availabilities_row.dark {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.availabilities_heading {
  margin-top: 0;
  margin-bottom: 0;
}

.availabilities_heading-container {
  flex: 0 auto;
  width: 24%;
  margin-right: 8px;
}

.availabilities_detail-container {
  flex: 0 auto;
  width: 15%;
}

.availabilitie_detail-label {
  color: var(--heritage-oak);
  font-weight: 700;
}

.availabilitie_detail-text {
  color: var(--heritage-oak);
  font-weight: 400;
}

.availabilities_divider {
  background-color: var(--heritage-oak);
  height: 1px;
}

._8-column {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._8-column.map {
  margin-top: 72px;
  margin-bottom: 40px;
  display: block;
}

._8-column.left {
  margin-left: 0;
  display: flex;
}

._8-column.flex {
  display: flex;
}

.map_image-container {
  height: 0;
  padding-top: 68.75%;
  position: relative;
  overflow: hidden;
}

.map_image-base {
  background-image: url('../images/GoslingOaks_Newman-MapBase.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.map_image-labels {
  z-index: 9;
  background-image: url('../images/GoslingOaks_Newman-MapLabels.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.map_image-bas {
  filter: drop-shadow(0 4px 16px #0000001a);
  background-image: url('../images/GoslingOaks_Newman-MapBase.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.map_image-labels-copy {
  background-image: url('../images/GoslingOaks_Newman-MapBase.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.btn_center {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo_block-footer {
  background-image: url('../images/GoslingOaks_Logo-Newman.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 76px;
  margin-left: auto;
  margin-right: auto;
}

.logo_block-footer.w--current {
  z-index: 9;
  margin-bottom: 124px;
  position: relative;
}

.footer_menu-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1440px;
  height: 15vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer_image-container {
  background-color: var(--canvas);
  flex: 1;
  justify-content: space-between;
  align-self: flex-end;
  height: 0;
  padding-top: 14%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_image {
  background-color: var(--canvas);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.footer_menu-item {
  flex: 0 auto;
  align-self: flex-end;
  width: 15%;
  min-width: 100px;
  height: 15%;
  min-height: 100px;
  display: flex;
}

.footer_menu-item.test {
  width: 14vw;
  height: 14vw;
}

.footer_menu-item.first {
  width: 20vw;
  height: 20vw;
  display: flex;
}

.footer_menu-item.last {
  margin-left: 16px;
}

.footer_menu-item.the-story {
  opacity: 1;
  background-image: url('../images/GoslingOaks_Newman-TheStory.webp');
  background-position: 50%;
  background-size: cover;
  text-decoration: none;
}

.footer_menu-item.location {
  opacity: 1;
  background-image: url('../images/GoslingOaks_Newman-Location.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.footer_menu-item.retail {
  background-image: url('../images/GoslingOaks_Newman-Retail.webp');
  background-position: 50%;
  background-size: cover;
  text-decoration: none;
}

.footer_menu-item.office {
  background-image: url('../images/GoslingOaks_Newman-Office.webp');
  background-position: 50%;
  background-size: cover;
  text-decoration: none;
}

.footer_menu-item.leasing {
  background-image: url('../images/GoslingOaks_Newman-Leasing.webp');
  background-position: 50%;
  background-size: cover;
  text-decoration: none;
}

.footer_menu-item.pads {
  background-image: url('../images/GoslingOaks_Newman-PadSites.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.footer_menu-page {
  flex: 1;
  margin-top: auto;
  overflow: hidden;
}

.intro_image-swipe {
  background-color: var(--heritage-oak);
  opacity: 0;
  flex: none;
  align-self: stretch;
  width: 100%;
  height: 105%;
  margin-top: 40px;
  display: block;
  position: absolute;
  top: auto;
}

.intro_image-swipe.retail {
  position: absolute;
  inset: 0%;
}

.intro_image-swipe.office {
  background-image: url('../images/GoslingOaks_Newman-IntroImage-Office.webp');
  margin-top: 40px;
  display: block;
}

.breaker {
  background-color: var(--mint-50);
  width: 100%;
  height: 2px;
  margin-top: 24px;
  margin-bottom: 40px;
}

.breaker.active {
  background-color: var(--canvas);
}

.breaker.active.no-padding {
  margin-top: 0;
  margin-bottom: 16px;
}

.divider-copy {
  background-color: var(--mint-50);
  width: 100%;
  height: 2px;
  margin-top: 24px;
  margin-bottom: 40px;
}

.divider-copy.active {
  background-color: var(--canvas);
}

.divider-copy.active.no-padding {
  margin-top: 0;
  margin-bottom: 16px;
}

.footer_menu-container {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  justify-content: space-between;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footer_menu-text {
  opacity: 0;
  filter: drop-shadow(1px 1px 4px #000000f2);
  color: var(--canvas);
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 2em;
}

.footer_endorsement {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copyright_text {
  color: var(--mint);
}

.footer_newman {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.dev_text {
  color: var(--canvas);
  align-self: center;
  font-weight: 700;
}

.newman_logo {
  z-index: 9;
  background-image: url('../images/Newman_Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 235px;
  height: 60px;
  position: relative;
}

.div-block-11 {
  width: 100%;
  height: 105%;
  margin-top: 32px;
  display: block;
  position: absolute;
  overflow: hidden;
}

.body-2 {
  background-color: var(--heritage-oak);
}

.div-block-12 {
  border: 2px #000;
  border-radius: 20px;
  padding: 7px 10px 6px;
}

.link, .link-2, .card_content-link-text {
  color: var(--heritage-oak);
  text-decoration: none;
}

.hero_sub-image {
  width: 100%;
  height: 100%;
}

.hero_sub-image.story {
  position: relative;
  overflow: hidden;
}

.body_moss {
  background-color: var(--moss);
  flex-flow: column;
  display: flex;
}

.hero_sub-image-parallax {
  background-image: url('../images/GoslingOaks_Newman-TheStory-Hero.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  width: 100%;
  height: 110%;
  display: flex;
}

.hero_sub-image-parallax.story {
  background-image: url('../images/GoslingOaks_Newman-TheStory-Hero.webp');
  background-position: 50%;
  background-size: cover;
}

.hero_sub-image-parallax.location {
  background-image: url('../images/GoslingOaks_Newman-Location-Hero.webp');
}

.hero_sub-image-parallax.retail {
  background-image: url('../images/GoslingOaks_Newman-Retail-Hero.webp');
}

.hero_sub-image-parallax.office {
  background-image: url('../images/GoslingOaks_Newman-Office-Hero.webp');
  background-position: 100%;
}

.hero_sub-image-parallax.leasing {
  background-image: url('../images/GoslingOaks_Newman-Leasing-Hero.webp');
}

.hero_sub-image-parallax.pad-sites {
  background-image: url('../images/GoslingOaks_Newman-PadSites-Hero.webp');
}

.fixed_menu-wrapper {
  z-index: 999;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding: 56px 56px 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.fixed_menu-icon {
  background-image: url('../images/GoslingOaks_Icon-Newman.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5em;
  height: 2.875em;
  position: absolute;
}

.fixed_menu-icon.w--current {
  display: flex;
}

.fixed_menu-icon.moss, .fixed_menu-icon.moss.w--current {
  background-image: url('../images/GoslingOaks_Icon-Moss-Newman.svg');
}

.horizontal_scroll-images-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 135%;
  margin-top: 80px;
  display: flex;
  overflow: hidden;
}

.horizontal_scroll-image-wrapper {
  flex: 1;
  height: 0;
  padding-top: 25%;
  position: relative;
  overflow: hidden;
}

.horizontal_scroll-image {
  background-color: var(--heritage-oak);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.horizontal_scroll-image.image_01 {
  background-image: url('../images/GoslingOaks_Newman-TheStory-Intro-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.horizontal_scroll-image.image_02 {
  background-image: url('../images/GoslingOaks_Newman-TheStory-Intro-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.horizontal_scroll-image.image_03 {
  background-image: url('../images/GoslingOaks_Newman-TheStory-Intro-03.webp');
  background-position: 50%;
  background-size: cover;
}

.horizontal_scroll-image.image_04 {
  background-image: url('../images/GoslingOaks_Newman-TheStory-Intro-04.webp');
  background-position: 50%;
  background-size: cover;
}

.site-plan_image-wrapper {
  height: 0;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.site-plan_image {
  background-color: var(--mint);
  background-image: url('../images/GoslingOaks_Newman-SitePlan.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.building-overview_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

._4-column {
  width: 34%;
}

._4-column.nav {
  margin-top: auto;
  display: flex;
}

.padding_40 {
  margin-bottom: 40px;
}

.building-overview_table-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.building-overview_table-cell {
  flex: 1;
}

._50-50_split-wrapper {
  display: flex;
}

._50-50_split-image-wrapper {
  flex: 1;
  height: 0;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

._50_split-image {
  flex: 0 auto;
  width: 50%;
  display: flex;
}

._50-50_split-image-parallax {
  background-color: var(--heritage-oak);
  width: 100%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
}

._50-50_split-image-parallax.image_01 {
  background-image: url('../images/GoslingOaks_Newman-TheStory-Intro-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._50-50_split-image-parallax.image_02 {
  background-image: url('../images/GoslingOaks_Newman-TheStory-Intro-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._50-50_split-image-parallax.image_03 {
  background-image: url('../images/GoslingOaks_Newman-TheStory-Intro-03.webp');
  background-position: 50%;
  background-size: cover;
}

._50-50_split-image-parallax.image_04 {
  background-image: url('../images/GoslingOaks_Newman-TheStory-Intro-04.webp');
  background-position: 50%;
  background-size: cover;
}

._50-50_split-image-parallax.gosling-green {
  background-image: url('../images/GoslingOaks_Newman-SplitImage-GoslingGreen.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._50-50_split-image-parallax.canopy-square {
  background-image: url('../images/GoslingOaks_Newman-SplitImage-CanopySquare.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._50-50_split-image-parallax.biergarten_grove {
  background-image: url('../images/GoslingOaks_Newman-SplitImage-BiergartenGrove.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._50-50_split-image-parallax.urban-streetscape {
  background-image: url('../images/GoslingOaks_Newman-SplitImage-UrbanStreetscape.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._50-50_split-image-parallax.the-woodlands {
  background-image: url('../images/GoslingOaks_Newman-SplitImage-TheWoodlands.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._50-50_split-image-parallax.multifamily {
  background-image: url('../images/GoslingOaks_Newman-SplitImage-Multifamily.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._50-50_split-image-parallax.nature {
  background-image: url('../images/GoslingOaks_Newman-SplitImage-Nature.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._50_split-text {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 16%;
  display: flex;
}

._50_split-text-wrapper {
  margin-top: auto;
}

.padding_24 {
  margin-top: 0;
  margin-bottom: 24px;
}

.demographics_container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 80px;
  margin-bottom: 8px;
  display: flex;
}

.demographics_column {
  flex: 1;
}

.demographics_row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.demographics_tag {
  background-color: var(--canvas);
  border-radius: 50px;
  flex: 0 auto;
  margin-top: auto;
  padding: 8px 12px;
}

.demographics_tag-column {
  width: 33%;
  display: flex;
}

.demographics_tag-column.responsive-hide {
  display: none;
}

.demographics_h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.overview_container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.overview_column {
  flex: 1;
}

._6-column {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.leasing_container {
  flex-flow: column;
  width: 100%;
  padding-top: 80px;
  display: flex;
}

.contact_container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 8px;
  display: flex;
}

.contact_wrapper {
  flex: 0 auto;
  width: 50%;
}

.contact_text-name {
  font-weight: 700;
}

.leasing_logo-wrapper {
  background-image: url('../images/Streetswise_Logo-Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 166px;
  height: 50px;
  margin-top: 24px;
}

.leasing_logo-wrapper.newman {
  background-image: url('../images/Newman_Logo-Black.svg');
  width: 235px;
  height: 60px;
}

.contact_link:hover, .contact_link:focus {
  text-decoration: underline;
}

.pad-sites_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: flex-end;
  display: flex;
}

.pad-sites_wrapper.table {
  margin-top: 80px;
}

.btn_right-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  display: flex;
}

.no-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.pad-sites_plan-wrapper {
  background-color: var(--white);
  margin-top: 80px;
  padding: 40px;
}

.pad-sites_image-wrapper {
  height: 0;
  padding-top: 43.5%;
  position: relative;
  overflow: hidden;
}

.pad-sites_image {
  background-color: var(--white);
  background-image: url('../images/GoslingOaks_Newman-PadSites-Plan.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pad-sites_column {
  width: 33%;
}

.pad-sites_row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-load_bkgd {
  z-index: 99999;
  background-color: var(--heritage-oak);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page-load_logo {
  background-image: url('../images/GoslingOaks_Logo-Newman.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 76px;
  margin-left: auto;
  margin-right: auto;
}

.page-load_logo.w--current {
  z-index: 9;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.office-sites_plan-wrapper {
  background-color: var(--mint);
  padding: 40px;
}

.office-sites_image-wrapper {
  height: 0;
  padding-top: 73%;
  position: relative;
  overflow: hidden;
}

.office_site-plan-image {
  background-image: url('../images/GoslingOaks_Newman-OfficeSitePlan.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.featured_projects-wrapper {
  margin-bottom: 56px;
  display: flex;
}

.swiper-btn-next {
  background-color: var(--moss);
  cursor: pointer;
  background-image: url('../images/GoslingOaks_Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.875em;
  border-radius: 50%;
  width: 3.5em;
  height: 3.5em;
  margin-left: auto;
}

.footer_menu-wrapper-mobile {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1440px;
  height: 15vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.footer_menu-text-mobile {
  opacity: 0;
  filter: drop-shadow(1px 1px 4px #000000f2);
  color: var(--canvas);
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 2em;
}

.mobile-menu {
  z-index: 999;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
  position: sticky;
  top: 40px;
}

.mobile-menu-active {
  display: none;
}

.mobile_menu-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1440px;
  height: 15vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.mobile-menu-subpages, .mobile-menu-subpage {
  z-index: 999;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
  position: sticky;
  top: 40px;
}

.responsive_cards-wrapper.newman {
  display: none;
}

.featured_projects-wrapper-responsive {
  margin-bottom: 56px;
  display: none;
}

.fixed_menu-icon-wrapper, .fixed_menu-icon-wrapper.w--current {
  width: 2.5em;
  height: 2.875em;
  position: relative;
}

@media screen and (max-width: 991px) {
  .container.quote {
    margin-bottom: 24px;
  }

  .container.footer {
    margin-top: 56px;
  }

  .section.hero {
    padding-top: 40px;
  }

  .section.introduction, .section.overview, .section.availabilities, .section.location {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.building-overview {
    padding-top: 80px;
  }

  .section.contact, .section.newman {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero_headline.test {
    font-size: 6.5vw;
  }

  .hero_highlight.mint {
    margin-bottom: 0%;
  }

  ._10-column.left {
    width: 100%;
  }

  .intro_tab-wrapper {
    width: 50%;
  }

  .light.drop_shadow {
    filter: drop-shadow(2px 2px 4px #000000f2);
  }

  .cards_container {
    flex-flow: column;
    align-items: center;
  }

  .card_wrapper, .card_wrapper.link {
    max-width: none;
  }

  .card_content-container {
    height: auto;
  }

  .availabilities_row.light {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 8px;
    padding-right: 8px;
  }

  .availabilities_row.dark {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 8px;
    padding-right: 8px;
  }

  .availabilities_heading {
    font-size: 2em;
  }

  .availabilities_heading-container {
    width: 28%;
  }

  .availabilities_detail-container {
    width: 12%;
  }

  ._8-column.map, ._8-column.left {
    width: 100%;
  }

  .logo_block-footer.w--current {
    margin-bottom: 25px;
  }

  .footer_menu-wrapper {
    display: none;
  }

  .breaker.active {
    background-color: var(--mint-50);
  }

  ._4-column {
    width: 50%;
  }

  .padding_40 {
    margin-top: 0;
  }

  ._50-50_split-wrapper.contact {
    flex-flow: column;
  }

  ._50_split-text {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._50_split-text-wrapper {
    margin-top: 0;
  }

  .demographics_container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: center;
  }

  .demographics_column {
    width: 66%;
  }

  .demographics_tag-column {
    width: 25%;
  }

  .demographics_tag-column.responsive-hide {
    display: flex;
  }

  .overview_container {
    flex-flow: column;
    justify-content: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .overview_column {
    flex-flow: column;
    justify-content: space-between;
    display: block;
  }

  ._6-column.contact {
    width: 100%;
  }

  .pad-sites_wrapper {
    flex-flow: row;
    align-items: flex-end;
  }

  .pad-sites_plan-wrapper {
    padding: 16px;
  }

  .pad-sites_cell {
    flex: 1;
  }

  .page-load_bkgd {
    display: flex;
  }

  .office-sites_plan-wrapper {
    padding: 16px;
  }

  .swiper-wrapper.newman {
    flex-flow: column;
    display: flex;
  }

  .swiper.newman {
    display: none;
  }

  .footer_menu-wrapper-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .footer_menu-text-mobile {
    opacity: 100;
    filter: none;
    margin-bottom: 0;
    font-size: 1.75em;
  }

  .footer_menu-text-wrapper {
    padding: 8px;
  }

  .mobile_menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .responsive_cards-wrapper.newman {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .featured_projects-wrapper-responsive {
    display: flex;
  }

  .fixed_menu-icon-wrapper {
    width: 2.5em;
    height: 2.875em;
    position: absolute;
  }
}

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

  .container, .container.footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.introduction {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.overview {
    padding-top: 56px;
    padding-bottom: 24px;
  }

  .section.quote {
    padding: 24px;
  }

  .section.availabilities, .section.location {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.footer {
    padding-top: 56px;
    padding-bottom: 24px;
  }

  .section.hero_sub {
    padding: 24px;
  }

  .section.contact, .section.newman {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .hero_headline.test {
    font-size: 7vw;
  }

  .sticky_munu-wrapper {
    display: flex;
  }

  .menu {
    margin-top: 48px;
  }

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

  .intro_wrapper {
    margin-top: 24px;
  }

  .intro_tab-wrapper {
    width: 100%;
    padding-bottom: 0;
  }

  .intro_image-container {
    display: none;
  }

  .intro_tab-text {
    width: 65%;
  }

  .light.drop_shadow {
    filter: drop-shadow(4px 4px 8px #000000f2);
    text-align: center;
  }

  .light.no-padding {
    text-align: center;
  }

  .cards_container {
    margin-top: 40px;
  }

  .quote_author {
    text-align: center;
  }

  ._3-column {
    width: 100%;
  }

  .availabilities_row.light {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .availabilities_row.dark {
    flex-flow: column;
    align-items: center;
  }

  .availabilities_heading {
    text-align: center;
    margin-bottom: 16px;
  }

  .availabilities_heading-container {
    width: 100%;
  }

  .availabilities_detail-container {
    width: 100%;
    margin-bottom: 8px;
  }

  .availabilitie_detail-label, .availabilitie_detail-text {
    text-align: center;
  }

  ._8-column.map, ._8-column.left, ._8-column.flex {
    width: 100%;
  }

  .logo_block-footer.w--current {
    width: 350px;
  }

  .footer_endorsement {
    flex-flow: column;
  }

  .footer_newman {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    order: -1;
    align-items: center;
    margin-bottom: 16px;
  }

  .newman_logo {
    width: 200px;
  }

  .body_moss {
    overflow: hidden;
  }

  .fixed_menu-wrapper {
    flex-flow: column;
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .building-overview_wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

  ._4-column {
    width: 100%;
  }

  ._4-column.nav {
    flex: 1;
  }

  .padding_40 {
    margin-bottom: 16px;
  }

  ._50-50_split-wrapper {
    flex-flow: column;
  }

  ._50_split-image {
    width: 100%;
  }

  ._50_split-text {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 0%;
  }

  .padding_24 {
    margin-bottom: 12px;
  }

  .demographics_column {
    width: 75%;
  }

  .demographics_tag-column {
    width: 35%;
  }

  .pad-sites_wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

  .pad-sites_wrapper.table {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .btn_right-wrapper {
    justify-content: center;
  }

  .no-padding.center {
    text-align: center;
  }

  .pad-sites_column {
    width: 100%;
  }

  .footer_menu-wrapper-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    height: auto;
  }

  .heading-3, .heading-4 {
    font-size: 3em;
  }

  .heading-5 {
    font-size: 2em;
  }

  .heading-6 {
    font-size: 4.5em;
  }

  .mobile_menu-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    height: auto;
  }
}

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

  h2 {
    margin-top: 0;
    font-size: 2.5em;
  }

  h3 {
    margin-top: 0;
    font-size: 2em;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.quote {
    margin-bottom: 24px;
  }

  .section.introduction {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.overview {
    padding-top: 56px;
    padding-bottom: 16px;
  }

  .section.overview.padding_80 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.availabilities {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.hero_sub {
    padding: 16px;
  }

  .section._50-50_split.moss {
    padding-bottom: 40px;
  }

  .section.contact, .section.newman {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .btn_container {
    flex-flow: column;
    align-items: center;
  }

  .btn_primary-light {
    flex: 0 auto;
    justify-content: center;
  }

  .btn_primary-light.mobile-menu {
    flex: 0 auto;
    margin-top: auto;
  }

  .btn_primary-light.is-mobile-menu {
    z-index: 9999;
    margin: auto auto 4vh;
    display: none;
    position: relative;
  }

  .btn_small-light {
    align-self: center;
  }

  .hero_headline.test {
    font-size: 9vw;
  }

  .hero_highlight {
    margin-bottom: 0%;
  }

  .sticky_munu-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    margin-top: 0;
  }

  .menu {
    display: none;
  }

  .intro_headline {
    font-size: 2.5em;
  }

  .intro_tab-wrapper {
    padding-top: 32px;
  }

  .intro_tab-text {
    width: 100%;
    margin-bottom: 0;
  }

  .intro_tab-tag {
    order: -1;
    margin-top: 0;
    margin-bottom: 12px;
    margin-right: auto;
  }

  .tab_heading-text {
    text-align: center;
    font-size: 2em;
  }

  .intro_tab-item-container {
    flex-flow: column;
    align-items: center;
  }

  .light.drop_shadow {
    filter: drop-shadow(2px 2px 2px #000000a6);
  }

  .cards_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  ._8-column {
    width: 100%;
  }

  ._8-column.map {
    margin-bottom: 0;
  }

  .logo_block-footer.w--current {
    width: 100%;
    max-width: 350px;
  }

  .body_moss {
    overflow: visible;
  }

  .fixed_menu-icon {
    display: none;
  }

  .fixed_menu-icon.w--current {
    margin-bottom: 12px;
    display: flex;
    position: static;
  }

  .fixed_menu-icon.moss, .fixed_menu-icon.moss.w--current {
    display: none;
  }

  .demographics_container {
    margin-top: 56px;
  }

  .demographics_column, .overview_container {
    width: 100%;
  }

  .contact_container {
    flex-flow: column;
  }

  .pad-sites_wrapper.table {
    margin-top: 40px;
  }

  .pad-sites_plan-wrapper {
    margin-top: 40px;
    padding: 6px;
  }

  .page-load_logo.w--current {
    width: 300px;
  }

  .office-sites_plan-wrapper {
    padding: 6px;
  }

  .featured_projects-wrapper {
    margin-bottom: 24px;
  }

  .footer_menu-text-wrapper {
    overflow: hidden;
  }

  .heading-6 {
    font-size: 3em;
  }

  .mobile-menu {
    z-index: 9999;
    flex: 0 auto;
    margin-top: 90vh;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    top: 16px;
  }

  .heading-7 {
    font-size: 2.5em;
  }

  .mobile-menu-active {
    z-index: 999;
    background-color: var(--heritage-oak);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobile_menu-wrapper {
    flex: 0 auto;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .mobile-menu-subpages {
    z-index: 9999;
    flex: 0 auto;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    top: 16px;
  }

  .mobile-menu-subpage {
    z-index: 9999;
    flex: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    top: 16px;
  }

  .responsive_cards-wrapper.newman {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .featured_projects-wrapper-responsive {
    margin-bottom: 24px;
  }

  .fixed_menu-icon-wrapper.w--current {
    position: relative;
  }
}


