:root {
  --loblolly: #265a52;
  --canopy-night: #3d3b35;
  --electric-lime: #78be43;
  --white: white;
  --sapwood: #fffbf2;
  --mist: #eaf0f0;
}

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

h1 {
  color: var(--canopy-night);
  text-transform: none;
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 95%;
}

h2 {
  color: var(--canopy-night);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 85%;
}

h3 {
  color: var(--canopy-night);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 85%;
}

h4 {
  color: var(--canopy-night);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 125%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: dienstag;
  font-size: 14px;
  font-weight: 800;
  line-height: 125%;
}

.splash_footer {
  background-color: var(--canopy-night);
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  height: 80px;
  display: flex;
}

.footer_container {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.footer_tagline {
  color: #fff;
  margin-top: 6px;
  margin-right: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 85%;
}

.footer_logo {
  background-image: url('../images/Newman_Logo-White.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 60px;
  margin-bottom: 0;
}

._1440-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.divider-line_thin {
  background-color: var(--canopy-night);
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.divider-line_thick {
  background-color: var(--electric-lime);
  width: 100%;
  height: 6px;
  margin-bottom: 30px;
}

.menu {
  z-index: 9;
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.menu_container {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: flex;
}

.menu_logo {
  background-image: url('../images/Flex-OakRidge_Logo-Horizontal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 181px;
  height: 50px;
  margin-right: auto;
}

.menu_nav-container {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.button_primary {
  border: 2px solid var(--electric-lime);
  color: var(--canopy-night);
  background-color: #0000;
  padding: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 95%;
  transition: color .25s cubic-bezier(.19, 1, .22, 1), background-color .25s cubic-bezier(.19, 1, .22, 1);
}

.button_primary:hover, .button_primary:focus {
  background-color: var(--electric-lime);
  color: var(--white);
}

.button_primary.left {
  margin-left: 0;
}

.button_primary.left.hide, .button_primary.mobile {
  display: none;
}

.button_primary.right-align {
  margin-left: auto;
}

.button_primary.alternate {
  color: var(--sapwood);
}

.button_primary.alternate.show {
  text-align: center;
}

.menu_nav-item {
  flex-direction: column;
  justify-content: center;
  margin-left: 7px;
  margin-right: 7px;
  padding: 8px 8px 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.page_name {
  color: var(--canopy-night);
  flex: 1;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
}

.nav_item-hover {
  background-color: var(--electric-lime);
  width: 100%;
  height: 2px;
  margin-top: 4px;
}

.hero {
  background-color: var(--canopy-night);
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
}

.about {
  background-color: var(--sapwood);
  height: 300vh;
  margin-top: 0;
  position: relative;
}

.hero_marquee-container {
  background-color: var(--loblolly);
  flex-flow: row;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: auto;
  display: flex;
  overflow: hidden;
}

.hero_marquee-text {
  color: var(--white);
  letter-spacing: 8px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 0 auto;
  margin-right: 14px;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  display: inline-block;
}

.hero_marquee-animate {
  flex: 0 auto;
  align-items: center;
  display: flex;
  overflow: visible;
}

.hero_image-container {
  z-index: 1;
  flex: 1;
  align-items: stretch;
  display: flex;
  position: relative;
}

.hero_image {
  z-index: 4;
  background-image: url('../images/WoodlandsRidge-BusinessPark-Hero.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 55vh;
  margin-top: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.hero_right {
  z-index: 2;
  background-color: var(--white);
  flex-direction: row;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.hero_text {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 15vh;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about_frame {
  flex: 1;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.center {
  text-align: center;
}

.center.blue {
  color: var(--canopy-night);
}

.container {
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: static;
}

.container.sticky {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100vh;
  margin-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: static;
  overflow: visible;
}

.container.siteplan {
  min-height: auto;
  margin-top: 140px;
}

.wrapper {
  flex: 0 auto;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.list {
  width: 100%;
  display: flex;
}

.horizontal-item {
  flex: none;
  width: 50%;
  padding-right: 40px;
  position: static;
}

.about_image {
  background-color: var(--mist);
  width: 100%;
}

.sticky {
  width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.about_image-1 {
  background-image: url('../images/WoodlandsRidge-BusinessPark-Image1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
  display: flex;
}

.about_image-caption {
  background-color: var(--electric-lime);
  align-self: flex-end;
  margin-top: auto;
  margin-left: auto;
  padding: 15px 18px;
}

.caption {
  color: var(--white);
  letter-spacing: .5px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
}

.horizontal-trigger {
  position: absolute;
  inset: 0% 0% auto;
}

.about_image-2 {
  background-image: url('../images/WoodlandsRidge-BusinessPark-Image2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
  display: flex;
}

.siteplan {
  background-color: var(--loblolly);
  min-height: 42vw;
  margin-top: 0;
  display: flex;
  position: relative;
}

.about_image-4 {
  background-image: url('../images/WoodlandsRidge-BusinessPark-Image4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
  display: flex;
}

.about_image-3 {
  background-image: url('../images/WoodlandsRidge-BusinessPark-Image3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
  display: flex;
}

.about_image-5 {
  background-image: url('../images/WoodlandsRidge-BusinessPark-Image5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
  display: flex;
}

.about_image-6 {
  background-image: url('../images/WoodlandsRidge-BusinessPark-Image6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
  display: flex;
}

.section_title {
  width: 25%;
}

.container_split {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.section_content {
  flex: 1;
}

.blue {
  color: var(--canopy-night);
}

.about_continued {
  background-color: var(--sapwood);
  padding-top: 100px;
  padding-bottom: 80px;
}

.section_content-split {
  margin-top: 56px;
  display: flex;
}

.thirds {
  flex: 0 33%;
  order: 1;
  margin-right: 2%;
}

.thirds.last {
  margin-right: 0;
}

.bullets_container {
  margin-bottom: 24px;
  display: flex;
}

.bullet_point {
  color: var(--electric-lime);
  padding-right: 8px;
  font-family: dienstag;
  font-size: 16px;
  font-weight: 800;
}

.bullet_text {
  font-family: dienstag;
  font-size: 16px;
}

.siteplan_container {
  background-image: url('../images/WoodlandsRidge-BusinessPark-SitePlan.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60vw;
  height: 42vw;
  margin-left: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.white {
  color: var(--sapwood);
  line-height: 95%;
}

.section_title-siteplan {
  width: 33%;
}

.bumper {
  width: 38.5%;
}

.siteplan_continued {
  background-color: var(--loblolly);
  margin-top: -1px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.bldg_marker-text {
  color: var(--sapwood);
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.siteplan_stats-container {
  flex: 1;
  display: flex;
}

.siteplan_stats-left {
  flex-direction: column;
  flex: 1;
  padding-right: 5%;
  display: flex;
}

.cta {
  cursor: default;
  align-items: center;
  display: flex;
}

.stats_header {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.building_wrapper {
  flex: 0 60%;
}

.size_wrapper {
  flex: 0 40%;
}

.size {
  color: var(--white);
  text-align: right;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
}

.siteplan_stats-right {
  flex-direction: column;
  flex: 1;
  padding-left: 5%;
  display: flex;
}

.stats_divider-line {
  background-color: var(--canopy-night);
  width: 100%;
  height: 2px;
  margin-top: 16px;
  margin-bottom: 40px;
}

.stats_divider-line.mist {
  background-color: var(--mist);
}

.area {
  background-color: var(--mist);
  padding-top: 140px;
}

.area_map {
  background-image: url('../images/WoodlandsRidge_MapLegend.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 40vw;
}

.contact {
  background-color: var(--loblolly);
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact_divider {
  background-color: var(--mist);
  width: 840px;
  height: 2px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.contact_one {
  flex: 1;
  padding-left: 8vw;
}

.contact_one.single {
  padding-left: 0;
}

.contact_two {
  flex: 1;
  padding-right: 8vw;
}

.contact_body-text {
  color: var(--mist);
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.email_link {
  color: var(--mist);
  text-decoration: none;
}

.email_link:hover {
  text-decoration: underline;
}

.email_link:active {
  text-decoration: none;
}

.email_link:focus {
  text-decoration: underline;
}

.email_link:visited {
  color: #21272180;
}

.siteplan_active-bkgd {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: none;
  position: absolute;
  inset: 0%;
}

.siteplan_active-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  display: flex;
}

.siteplan_active-wrapper.one, .siteplan_active-wrapper.two, .siteplan_active-wrapper.three, .siteplan_active-wrapper.four, .siteplan_active-wrapper.five {
  display: none;
}

.building_info-number {
  flex: 1;
  align-self: auto;
  align-items: flex-end;
  height: 78px;
  display: flex;
}

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

.no-padding.profile {
  line-height: 95%;
}

.building_info-phase {
  align-self: auto;
  align-items: flex-end;
  height: 78px;
  display: flex;
}

.building_info-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.bold {
  font-weight: 700;
}

.siteplan_active-close {
  background-color: var(--loblolly);
  cursor: pointer;
  border-radius: 50%;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 8%;
  padding-top: 3px;
  display: none;
  position: relative;
}

.close_x {
  color: var(--white);
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
  line-height: 14px;
}

.building_info-description {
  margin-bottom: 16px;
}

.siteplan_stats-single {
  display: none;
}

.hero_container {
  background-color: var(--mist);
  background-image: linear-gradient(to bottom, var(--mist), #f6f6f5 0%, white);
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.marker {
  border: 2px solid var(--canopy-night);
  background-color: var(--electric-lime);
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
}

.marker.bldg-1 {
  padding-right: 0;
  bottom: 19vw;
  right: 5vw;
}

.marker.bldg-2 {
  bottom: 9vw;
  right: 14vw;
}

.marker.bldg-4 {
  top: 15vw;
  right: 14vw;
}

.marker.bldg-3 {
  top: 20vw;
  right: 21vw;
}

.marker.bldg-5 {
  top: 11vw;
  right: 22vw;
}

.hero_sky {
  z-index: 3;
  background-image: url('../images/WoodlandsRidge-BusinessPark-HeroSky.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 45vh;
  margin-top: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.left-align {
  margin-right: auto;
}

.left-align._6-column {
  color: var(--canopy-night);
  align-self: flex-end;
  width: 50%;
  padding-right: 20px;
}

.div-block-9 {
  flex: 1;
  align-self: stretch;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold_green {
  color: var(--electric-lime);
  font-weight: 600;
}

.heading-12 {
  text-align: right;
  align-self: flex-end;
  width: 50%;
  margin-bottom: 30px;
  margin-left: auto;
  padding-left: 20px;
}

.hero_line {
  background-color: var(--canopy-night);
  flex: 0 auto;
  align-self: stretch;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  height: 2px;
  min-height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bullet_text-block {
  color: var(--canopy-night);
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

.icon_container {
  background-color: var(--loblolly);
  border-radius: 50%;
  justify-content: space-between;
  width: 40px;
  height: 40px;
  padding: 2px;
  display: flex;
}

.heading-13 {
  line-height: 95%;
}

.bold-text, .bold-text-2 {
  color: var(--white);
}

.text-block-11 {
  color: var(--electric-lime);
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
}

.bullet {
  background-color: var(--mist);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.bullet.dark {
  background-color: var(--loblolly);
}

.bullet_plus-vert {
  background-color: var(--loblolly);
  width: 2px;
  height: 12px;
  position: absolute;
}

.bullet_plus-vert.lime {
  background-color: var(--electric-lime);
}

.bullet_plus-horiz {
  background-color: var(--loblolly);
  width: 2px;
  height: 12px;
  position: absolute;
  transform: rotate(90deg);
}

.bullet_plus-horiz.lime {
  background-color: var(--electric-lime);
}

.location {
  background-image: url('../images/Icon-Location.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
}

.buildouts {
  background-image: url('../images/Icon-Buildout.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
}

.construction {
  background-image: url('../images/Icon-Construction.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
}

.access {
  background-image: url('../images/Icon-Access.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
}

.demo {
  background-image: url('../images/Icon-Demo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
}

.delivery {
  background-image: url('../images/Icon-Delivery.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
}

.semi-bold {
  font-weight: 600;
}

.bullet_text-info {
  font-family: proxima-nova, sans-serif;
}

.close-icon {
  background-color: var(--electric-lime);
  width: 2px;
  height: 24px;
  position: absolute;
  transform: rotate(45deg);
}

.close-icon.down {
  transform: rotate(-45deg);
}

@media screen and (max-width: 991px) {
  .footer_container {
    justify-content: center;
    align-self: center;
  }

  .footer_tagline {
    align-self: center;
    margin-top: 0;
    margin-right: 20px;
  }

  .footer_logo {
    align-self: center;
    width: 200px;
    height: 50px;
    margin-bottom: 7px;
  }

  .menu_nav-container {
    display: none;
  }

  .button_primary {
    display: flex;
  }

  .about {
    margin-top: 0;
  }

  .hero_image {
    height: 40vh;
  }

  .hero_right {
    width: 50%;
  }

  .hero_text {
    margin-top: 112px;
  }

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

  .center.blue {
    font-size: 48px;
  }

  .container, .container.sticky {
    padding-left: 36px;
    padding-right: 36px;
  }

  .horizontal-item {
    width: 60%;
    padding-right: 36px;
  }

  .about_image-1 {
    height: 280px;
  }

  .caption {
    font-size: 11px;
  }

  .about_image-2 {
    height: 280px;
  }

  .siteplan {
    position: static;
  }

  .about_image-4, .about_image-3, .about_image-5, .about_image-6 {
    height: 280px;
  }

  .about_continued {
    margin-top: 0;
  }

  .section_content-split {
    flex-direction: column;
  }

  .siteplan_container {
    display: none;
  }

  .section_title-siteplan {
    width: 100%;
    margin-bottom: 30px;
  }

  .bumper {
    display: none;
  }

  .siteplan_continued {
    margin-top: 0;
    padding-top: 0;
  }

  .siteplan_stats-left {
    padding-right: 2%;
  }

  .cta.site {
    display: flex;
  }

  .siteplan_stats-right {
    padding-left: 2%;
  }

  .contact_divider {
    width: 100%;
  }

  .hero_sky {
    height: 32vh;
  }

  .left-align._6-column {
    font-size: 48px;
  }

  .heading-12 {
    font-size: 20px;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h4 {
    font-size: 16px;
  }

  .footer_container {
    flex-direction: column;
    padding-left: 36px;
    padding-right: 36px;
  }

  .footer_tagline {
    margin-bottom: 8px;
    margin-right: 0;
    font-size: 11px;
  }

  .footer_logo {
    width: 150px;
    height: 40px;
    margin-bottom: 0;
  }

  .menu_logo {
    width: 181px;
    height: 50px;
  }

  .button_primary {
    padding: 14px 12px;
    font-size: 11px;
  }

  .hero_right {
    width: 35%;
    display: none;
  }

  .hero_text {
    margin-top: 17vh;
  }

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

  .horizontal-item {
    width: 90%;
  }

  .about_image-1, .about_image-2 {
    height: 220px;
  }

  .siteplan {
    margin-top: 0;
  }

  .about_image-4, .about_image-3, .about_image-5, .about_image-6 {
    height: 220px;
  }

  .section_title {
    width: 100%;
    margin-bottom: 16px;
  }

  .container_split {
    flex-direction: column;
  }

  .about_continued {
    margin-top: 0;
    padding-bottom: 80px;
  }

  .siteplan_continued {
    margin-top: 0;
  }

  .siteplan_stats-container {
    flex-direction: row;
  }

  .siteplan_stats-left {
    padding-right: 2%;
    display: flex;
  }

  .size {
    font-size: 16px;
  }

  .siteplan_stats-right {
    padding-left: 2%;
    display: flex;
  }

  .contact {
    padding-bottom: 80px;
  }

  .contact_one {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .contact_two {
    padding-right: 0;
  }

  .siteplan_stats-single {
    flex-direction: column;
    flex: 1;
    display: none;
  }

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

  .left-align._6-column {
    text-align: center;
    order: -1;
    width: 100%;
    padding-right: 0;
  }

  .div-block-9 {
    flex-direction: column;
  }

  .heading-12 {
    text-align: center;
    order: -1;
    width: 100%;
    padding-left: 0;
  }

  .hero_line {
    order: 2;
    display: none;
  }
}

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

  h2 {
    font-size: 30px;
  }

  .footer_container {
    flex-direction: column;
    align-self: center;
  }

  .footer_tagline {
    font-size: 10px;
  }

  .footer_logo {
    width: 150px;
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu_container {
    flex-direction: column;
  }

  .menu_logo {
    align-self: center;
    margin-right: 0;
  }

  .button_primary {
    justify-content: center;
    margin-left: 0;
    display: none;
  }

  .button_primary.mobile {
    color: var(--canopy-night);
    order: 1;
    align-self: center;
    display: flex;
    position: static;
  }

  .button_primary.alternate.show {
    align-self: center;
    display: flex;
  }

  .hero {
    background-color: #0000;
    height: 100vh;
    position: static;
    inset: 0;
  }

  .about {
    height: auto;
    padding-bottom: 40px;
  }

  .hero_image {
    height: 44vw;
  }

  .hero_right {
    width: 20%;
    display: none;
  }

  .hero_text {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .center.blue {
    font-size: 36px;
  }

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

  .horizontal-item {
    width: 100%;
    padding-right: 20px;
  }

  .sticky {
    display: block;
  }

  .about_image-1 {
    height: 200px;
  }

  .about_image-caption {
    flex: 1;
    padding: 8px;
  }

  .caption {
    text-align: center;
    font-size: 10px;
  }

  .horizontal-trigger {
    display: block;
  }

  .about_image-2, .about_image-4, .about_image-3, .about_image-5, .about_image-6 {
    height: 200px;
  }

  .about_continued {
    margin-top: 0;
  }

  .bullets_container {
    margin-bottom: 16px;
  }

  .bullet_text {
    align-self: center;
  }

  .siteplan_continued {
    padding-top: 24px;
  }

  .siteplan_stats-left, .siteplan_stats-right {
    display: none;
  }

  .area {
    padding-top: 80px;
  }

  .siteplan_stats-single {
    display: flex;
  }

  .hero_container {
    flex: 1;
  }

  .hero_sky {
    height: 42vw;
  }

  .left-align._6-column {
    padding-right: 0;
    font-size: 44px;
  }

  .heading-12 {
    padding-left: 0;
  }
}


