:root {
  --black: #212721;
  --deep-blue: #283744;
  --steel: #dbdad7;
  --electric-lime: #78be43;
  --white: white;
  --blue-steel: #9cc0c6;
}

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

h1 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: sophisto, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 85%;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: sophisto, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 85%;
}

h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: dienstag, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 85%;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: sophisto, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 125%;
}

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

.splash {
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.splash_hero-left {
  background-color: var(--deep-blue);
  flex-direction: column;
  flex: 0 50%;
  display: flex;
}

.splash_hero-right {
  background-color: var(--steel);
  flex-direction: column;
  flex: 0 50%;
  justify-content: flex-start;
  display: flex;
  position: static;
}

.splash_hero {
  flex: 1;
  display: flex;
  position: relative;
}

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

.logo_container {
  z-index: 9;
  background-image: url('../images/CreeksideBusinessPark_Logo-WhiteGreen.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 45px;
  margin-top: 36px;
  margin-left: 36px;
  position: absolute;
}

.text_container {
  z-index: 99;
  align-self: stretch;
  max-width: 770px;
  margin-top: 125px;
  padding-left: 0;
  position: relative;
}

.text_container-h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 36px;
  font-family: sophisto, sans-serif;
  font-size: 5.6vw;
  font-weight: 900;
  line-height: 85%;
}

.text_container-h2 {
  color: #78be43;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 36px;
  font-family: sophisto, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 125%;
}

.splash_hero-image {
  background-image: url('../images/Building-Cut-3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.footer_container {
  flex: 1;
  justify-content: flex-end;
  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: dienstag, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 85%;
}

.text_container-h3 {
  color: var(--black);
  margin-top: 5.6vw;
  margin-bottom: 24px;
  margin-left: 72px;
  font-family: dienstag, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 100%;
}

.text_container-2column {
  margin-left: 72px;
  display: flex;
}

.text-container-contact {
  color: var(--black);
  flex: 0 50%;
  font-family: sophisto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 125%;
}

.contact_name {
  font-weight: 900;
}

.contact_link {
  color: var(--black);
  font-weight: 300;
  text-decoration: none;
}

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

.contact_link-nohover {
  color: var(--black);
  font-weight: 300;
  text-decoration: none;
}

.contact_link-nohover:hover {
  text-decoration: none;
}

.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;
}

.button {
  z-index: 9;
  border: 1px solid #a0b944;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 36px;
  margin-left: auto;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  right: 38px;
}

.button.mobile {
  display: none;
}

.text-block-3 {
  color: var(--black);
  text-align: center;
  font-family: dienstag, sans-serif;
  font-weight: 800;
}

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

.heading-2 {
  margin-bottom: 30px;
}

.divider-line_thin {
  background-color: var(--steel);
  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/CreeksideBusinessPark_Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 260px;
  height: 44px;
  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(--deep-blue);
  background-color: #0000;
  margin-left: auto;
  padding: 20px;
  font-family: dienstag, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 100%;
  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.mobile {
  display: none;
}

.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(--deep-blue);
  flex: 1;
  font-family: dienstag, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 14px;
  text-decoration: none;
}

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

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

.about {
  height: 300vh;
  margin-top: 80px;
  position: relative;
}

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

.hero_marquee-text {
  color: var(--white);
  white-space: nowrap;
  flex: 0 auto;
  margin-right: 14px;
  font-family: sophisto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}

.text-span, .text-span-2 {
  font-weight: 900;
}

.hero_marquee-animate {
  flex-flow: row;
  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/CreeksideBusinessPark_Hero.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 32vw;
  margin-top: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.hero_sky {
  z-index: 2;
  flex-direction: row;
  width: 25%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.hero_text {
  z-index: 3;
  align-self: flex-start;
  align-items: center;
  width: 75%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-block-4 {
  color: var(--white);
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 20vh;
  margin-left: 100px;
  font-family: sophisto, sans-serif;
  font-size: 6vw;
  font-weight: 900;
  line-height: 85%;
}

.text-span-3 {
  color: var(--electric-lime);
}

.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(--deep-blue);
}

.green {
  color: var(--electric-lime);
  margin-bottom: 4px;
}

.about_carousel {
  height: 100vw;
  overflow: hidden;
}

.carousel_pan {
  width: 100vw;
  height: 24vw;
  position: static;
  bottom: 80px;
}

.carousel_frame {
  height: 100%;
  padding-left: 80px;
  display: flex;
}

.carousel_image-container {
  flex: none;
  width: 36vw;
  height: 24vw;
  margin-right: 40px;
}

.carousel_image-fill {
  background-color: var(--black);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about_height {
  align-items: stretch;
  height: 400vh;
  display: flex;
  position: relative;
}

.about_frame-sticky {
  width: 100%;
  height: 100vw;
  position: sticky;
  top: 80px;
  overflow: hidden;
}

.track {
  width: 3380px;
  height: 100%;
  overflow: visible;
}

.track_flex {
  height: 100%;
  padding-left: 80px;
  display: flex;
}

.building_image-1 {
  background-color: var(--steel);
  width: 510px;
  max-width: 600px;
  height: 340px;
  max-height: 400px;
  margin-right: 40px;
}

.test {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400vh;
  margin-top: 120px;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.test_sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.about_frame-test {
  max-width: 1440px;
  margin-bottom: 130px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.track-test {
  width: 800vh;
  height: 100%;
  position: absolute;
}

.mask-test {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  width: 400vh;
  height: 100%;
  display: flex;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.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._33percent {
  width: 33%;
}

.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(--steel);
  width: 100%;
}

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

.about_image-1 {
  background-image: url('../images/CreeksideBusinessPark-Render1.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(--black);
  letter-spacing: .5px;
  font-family: dienstag, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 14px;
}

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

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

.siteplan {
  background-color: var(--deep-blue);
  min-height: 42vw;
  margin-top: 40px;
  display: flex;
  position: relative;
}

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

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

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

.about_image-6 {
  background-image: url('../images/CreeksideBusinessPark-Render6.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(--deep-blue);
}

.about_continued {
  margin-top: 100px;
  padding-bottom: 40px;
}

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

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

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

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

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

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

.siteplan_container {
  background-image: url('../images/CreeksideBusinessPark-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(--white);
}

.silver {
  color: var(--steel);
}

.silver.padding-50 {
  margin-bottom: 50px;
}

.div-block-3 {
  margin-top: auto;
}

.bumper {
  width: 38.5%;
}

.div-block-4 {
  background-color: var(--deep-blue);
}

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

.bldg_7-marker {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 8vw;
  left: 4vw;
}

.bldg_marker-text {
  color: var(--electric-lime);
  padding-left: 0;
  font-family: dienstag, sans-serif;
  font-weight: 800;
  line-height: 14px;
}

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

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

.cta_text {
  color: var(--white);
  margin-right: 16px;
  font-family: dienstag, sans-serif;
}

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

.cta.padding-top {
  justify-content: flex-end;
  margin-top: 30px;
  text-decoration: none;
}

.cta.padding-top.mobile {
  display: none;
}

.arrow_line {
  background-color: var(--electric-lime);
  width: 36px;
  height: 2px;
  margin-right: 2px;
}

.arrow_bottom {
  background-color: var(--electric-lime);
  width: 12px;
  height: 2px;
  margin-top: 4px;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: rotate(-45deg);
}

.cta_arrow {
  object-fit: fill;
  align-items: center;
  display: flex;
  position: relative;
}

.arrow_top {
  background-color: var(--electric-lime);
  width: 12px;
  height: 2px;
  margin-top: -4px;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: rotate(45deg);
}

.stats_header {
  flex: 0 auto;
  display: flex;
}

.building_wrapper {
  flex: 0 60%;
}

.size_wrapper {
  flex: 0 40%;
}

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

.text-block-8 {
  color: var(--white);
  font-family: dienstag, sans-serif;
  font-weight: 500;
}

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

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

.area {
  padding-top: 140px;
}

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

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

.tint {
  color: #21272180;
}

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

.contact_one {
  flex: 1;
  padding-left: 0;
}

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

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

.link {
  color: var(--black);
}

.email_link {
  color: var(--black);
  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;
}

.footer {
  background-color: var(--black);
  height: 100px;
}

.bldg_6-marker {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-right: 2px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 8vw;
  left: auto;
  right: 19vw;
}

.div-block-5 {
  align-items: center;
  display: flex;
}

.bldg_5-marker {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 18vw;
  left: 7vw;
}

.bldg_4-marker {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-right: 2px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 18vw;
  right: 19vw;
}

.bldg_2-marker {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 11vw;
  left: 11vw;
}

.bldg_3-marker {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 11vw;
  right: 19vw;
}

.bldg_1-marker {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-right: 2px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 18vw;
  right: 7vw;
}

.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, .siteplan_active-wrapper.six, .siteplan_active-wrapper.seven {
  display: none;
}

.text-span-4 {
  font-weight: 300;
}

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

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

.no-padding.small-font {
  font-size: 40px;
}

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

.building_phase-text {
  font-family: sophisto, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 85%;
}

.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(--black);
  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;
}

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

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

.hero_sky-inset {
  background-image: url('../images/CreeksideBusinessPark_Hero-SkyB.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 100vw;
  height: 100%;
}

.siteplan_stats-single, .about_mobile {
  display: none;
}

.link-2, .link-3 {
  color: var(--black);
  text-decoration: none;
}

.hero_container {
  background-color: var(--deep-blue);
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.directional_arrow {
  background-image: url('../images/CreeksideBusinessPark-SitePlan-Compass.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 1vw 1vw 0% auto;
}

.marker {
  background-color: var(--black);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .splash_hero-left {
    flex-basis: 100%;
    align-items: center;
  }

  .splash_hero-right {
    display: none;
  }

  .logo_container {
    align-self: auto;
    margin-left: 0;
  }

  .text_container {
    align-self: center;
  }

  .text_container-h1 {
    text-align: center;
    margin-left: 0;
    font-size: 8vw;
  }

  .text_container-h2 {
    text-align: center;
    margin-left: 0;
    font-size: 18px;
  }

  .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;
  }

  .button {
    align-self: auto;
    margin-left: 0;
  }

  .button.mobile {
    display: flex;
    position: static;
  }

  .button.desktop {
    display: none;
  }

  .text-block-3 {
    color: var(--steel);
  }

  .menu_nav-container {
    display: none;
  }

  .button_primary {
    display: flex;
  }

  .text-block-4 {
    align-self: center;
    margin-top: 24vh;
    margin-bottom: 6vh;
  }

  .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, .bumper {
    display: none;
  }

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

  .cta.site {
    display: none;
  }

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

  .contact_divider {
    width: 100%;
  }

  .div-block-6 {
    margin-left: auto;
    padding: 10px;
  }

  .div-block-7 {
    background-color: var(--electric-lime);
    width: 40px;
    height: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h4 {
    font-size: 16px;
  }

  .text_container {
    max-width: none;
  }

  .text_container-h1 {
    font-size: 10vw;
  }

  .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: 220px;
    height: 40px;
  }

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

  .hero_sky {
    width: 35%;
  }

  .text-block-4 {
    margin-left: 16px;
    font-size: 7vw;
  }

  .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;
  }

  .silver.padding-50 {
    margin-bottom: 16px;
  }

  .siteplan_continued {
    margin-top: 0;
  }

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

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

  .cta.padding-top {
    justify-content: flex-start;
    margin-top: 24px;
    display: none;
  }

  .cta.padding-top.mobile {
    align-self: center;
    margin-top: 40px;
    display: flex;
  }

  .size {
    font-size: 16px;
  }

  .text-block-8 {
    font-size: 12px;
  }

  .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;
  }

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

  .heading-4 {
    font-size: 40px;
  }

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

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

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

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

  h2 {
    font-size: 30px;
  }

  .logo_container {
    width: 200px;
    height: 32px;
  }

  .text_container-h1 {
    font-size: 12vw;
  }

  .text_container-h2 {
    font-size: 16px;
  }

  .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;
  }

  .button {
    width: 200px;
    height: 32px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .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(--white);
    display: block;
    position: static;
  }

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

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

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

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

  .text-block-4 {
    text-align: center;
    margin: 24vh 16px 40px;
    font-size: 13vw;
  }

  .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;
  }

  .siteplan_continued {
    padding-top: 24px;
  }

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

  .area {
    padding-top: 80px;
  }

  .siteplan_stats-single {
    display: flex;
  }

  .about_mobile {
    display: block;
  }

  .link-2, .link-3 {
    color: var(--black);
    text-decoration: none;
  }

  .hero_container {
    flex: 1;
  }
}


