:root {
  --ash-tint: #2a3a3b;
  --deep-ash: #061314;
  --lime-tint: #dfe679;
  --electric-lime: #a0b944;
  --ash: #0d1f1f;
  --electric-lime-2: #78be43;
  --topaz: #98dbe4;
  --topaz-tint: #abf4ee;
  --deep-topaz: #85c3d9;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 110%;
}

h1 {
  color: var(--ash-tint);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: pragmatica-extended, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  color: var(--ash-tint);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: pragmatica-extended, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 110%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.body {
  background-color: var(--ash-tint);
}

.splash_container {
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.splash_container-top {
  flex-direction: column;
  height: 50vh;
  padding-top: 2.5em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
}

.splash_container-bottom {
  height: 50vh;
  position: relative;
}

.pattern {
  opacity: .25;
  mix-blend-mode: soft-light;
  background-image: url('../images/Park336_Topo.svg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.image {
  z-index: 2;
  background-image: url('../images/Park336-Rendering.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  margin: -2.5em 2.5em 2.5em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image_callout {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10.1875em;
  height: 10.1875em;
  margin: -5.0625em 1.875em auto auto;
  display: flex;
}

.image_footer {
  background-color: var(--deep-ash);
  border-top-left-radius: 1.875em;
  border-top-right-radius: 1.875em;
  align-items: center;
  max-width: 750px;
  margin-top: auto;
  margin-right: auto;
  padding: 1.5em 2.25em;
  display: flex;
}

.image_footer-text {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.image_footer-logo {
  background-image: url('../images/NewmanCRE-White.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18.75em;
  height: 2.5em;
  margin-bottom: .875em;
  margin-left: .875em;
}

.text-block {
  color: var(--ash-tint);
  text-align: center;
  text-transform: uppercase;
  font-family: ibm-plex-mono, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
}

.logo {
  background-image: url('../images/Park336_Logo-SubLeasing-WhiteGreen.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 300px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
}

.text {
  flex: 1;
  padding-bottom: 2.5em;
  display: flex;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: pragmatica-extended, sans-serif;
  font-size: 3.0625em;
  font-weight: 800;
  line-height: 110%;
}

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

.text_contact {
  flex-direction: column;
  flex: 1;
  align-self: flex-end;
  margin-left: 8em;
  padding-bottom: 1.8em;
  display: flex;
}

.text_contact-container {
  color: #fff;
  margin-top: 1em;
  font-family: proxima-nova, sans-serif;
  font-size: 1.125em;
}

.text_contact-name {
  color: #78be43;
  font-weight: 700;
}

.text_contact-link {
  color: #fff;
  text-decoration: none;
  transition: color .3s cubic-bezier(1, 0, 0, 1);
}

.text_contact-link:hover {
  border-bottom: 2px none var(--lime-tint);
  color: var(--lime-tint);
  text-decoration: none;
}

.div-block-2 {
  flex: none;
  margin-top: auto;
  display: flex;
}

.div-block-3 {
  background-color: var(--lime-tint);
  align-items: center;
  padding: 1.5em 2.25em;
  text-decoration: none;
  display: flex;
}

.button_text {
  color: var(--deep-ash);
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.div-block-4 {
  background-color: var(--deep-ash);
  width: 30px;
  height: 2px;
  margin-left: 10px;
}

.mobile-btn {
  background-color: var(--electric-lime);
  align-items: center;
  padding: 1.5em 2.25em;
  display: none;
}

.menu {
  z-index: 9;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

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

.menu_logo {
  background-image: url('../images/Park336_Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 260px;
  height: 30px;
  margin-right: auto;
}

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

.menu_nav-item {
  color: var(--ash);
  flex-direction: column;
  justify-content: center;
  margin-left: 7px;
  margin-right: 7px;
  padding: 8px 8px 0;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.page_name {
  color: var(--ash);
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
}

.nav_item-hover {
  background-color: #78be43;
  width: 100%;
  height: 2px;
  margin-top: 4px;
}

.button_primary {
  background-color: var(--electric-lime-2);
  color: var(--deep-ash);
  cursor: pointer;
  border-radius: 100px;
  margin-left: auto;
  padding: 16px 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  transition: background-color 2.5s cubic-bezier(.19, 1, .22, 1);
}

.button_primary:hover, .button_primary:focus {
  background-color: var(--lime-tint);
  color: var(--deep-ash);
}

.button_primary.left {
  margin-top: 14px;
  margin-left: 0;
  margin-right: auto;
}

.button_primary.mobile {
  display: none;
}

.hero {
  background-color: var(--ash-tint);
  height: 100vh;
  position: relative;
}

.hero-image_container {
  z-index: 2;
  height: 32vw;
  margin-bottom: -20vw;
  margin-left: 40px;
  margin-right: 40px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.hero-image {
  background-image: url('../images/Park336-HeroImage.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 37vw;
}

.about {
  margin-top: 172px;
  padding-bottom: 40px;
}

.hero-pattern_container {
  z-index: 1;
  height: 32vw;
  margin-bottom: -23vw;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.hero-pattern {
  opacity: .5;
  mix-blend-mode: normal;
  background-image: url('../images/Park336_Topo.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 40vw;
}

.hero-text_container {
  z-index: 5;
  flex-direction: column;
  max-width: 1440px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 124px 80px 16vw;
  display: flex;
  position: relative;
}

.hero-text {
  text-transform: uppercase;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  margin: auto;
  display: flex;
}

.eyebrow {
  color: var(--topaz);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: ibm-plex-mono, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
}

.eyebrow.valign-center {
  margin: auto;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-right: 0%;
  font-family: pragmatica-extended, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 110%;
}

.lime-tint {
  color: var(--lime-tint);
}

.hero-delivery {
  background-color: var(--ash-tint);
  border-radius: 50%;
  width: 164px;
  height: 164px;
  margin-bottom: -82px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-delivery_container {
  z-index: 3;
  height: 32vw;
  margin-bottom: -20vw;
  margin-left: 40px;
  margin-right: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.padding-hero {
  height: 23vw;
}

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

.leader-type {
  color: var(--electric-lime-2);
  margin-bottom: 24px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
}

.center {
  text-align: center;
}

.center.white {
  color: #fff;
}

.center.blue {
  color: #283744;
}

.heading-3 {
  margin-bottom: 24px;
}

.header {
  margin-bottom: 70px;
}

.splide {
  width: 100%;
  position: relative;
}

.splide__track {
  width: 100%;
}

.splide__list {
  display: flex;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
}

.slider-square_img {
  transform-origin: 50% 0;
  width: 100%;
  padding-top: 66%;
  transition: transform .35s;
  position: relative;
  overflow: hidden;
}

.slider-square_photo {
  background-color: #0000;
  width: 100%;
  height: 100%;
  transition: transform .35s;
  position: absolute;
  inset: 0%;
  transform: scale(1.2);
}

.slider-square_photo._01 {
  background-image: url('../images/Park336_S01-Image.webp');
  background-position: 50%;
  background-size: contain;
  transition-duration: .6s;
  transition-timing-function: ease;
  transform: scale(1.1);
}

.slider-square_photo._02 {
  background-image: url('../images/Park336_S02-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-square_photo._03 {
  background-image: url('../images/Park336_S03-Image.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-square_photo._04 {
  background-image: url('../images/Park336_S04-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1.2);
}

.slider-square_photo._05 {
  background-image: url('../images/Park336_S05-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-square_photo._06 {
  background-image: url('../images/Park336_S06-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-square_photo._07 {
  background-image: url('../images/Park336_S07-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-square_photo._08 {
  background-image: url('../images/Park336_S08-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-square_photo._09 {
  background-image: url('../images/Park336_S09-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.heading-4 {
  color: var(--ash-tint);
}

.styleguide_descriptor {
  color: var(--ash-tint);
  text-transform: uppercase;
  margin-left: 2px;
  font-family: ibm-plex-mono, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.styleguide_h1 {
  margin-top: 160px;
}

.divider_line {
  background-color: var(--topaz-tint);
  width: 100%;
  height: 2px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.splide__arrows {
  display: flex;
}

.splide__arrow {
  background-color: var(--ash-tint);
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  transition: opacity .35s;
}

.splide__arrow.splide__arrow--prev {
  margin-right: 8px;
  transition: all .2s;
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--next {
  margin-left: 8px;
  transition-duration: .25s;
}

.slider-square {
  padding-bottom: 72px;
}

.text-opacity {
  opacity: .5;
  padding-top: 24px;
  transition: opacity .35s;
}

.splide__pagination {
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: auto 0% 14px auto;
}

.splide__pagination__item {
  display: inline-block;
}

.splide__pagination__page {
  background-color: var(--deep-ash);
  opacity: .25;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-left: 6px;
}

.splide__pagination__page.is-active {
  opacity: 1;
}

.padding-24 {
  height: 24px;
}

.overflow {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slide-image-caption {
  color: var(--ash-tint);
  text-transform: uppercase;
  font-family: ibm-plex-mono, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 125%;
}

.section_content {
  flex: 1;
}

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

.bullets_container.last {
  margin-bottom: 32px;
}

.section_title {
  width: 25%;
}

.container_split {
  flex: 1;
  justify-content: flex-end;
  margin-top: 112px;
  display: flex;
}

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

.halfs {
  flex: 0 50%;
  order: 1;
  margin-right: 3%;
}

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

.bullet_point {
  color: #78be43;
  width: 38px;
  height: 38px;
  margin-right: 16px;
  font-size: 16px;
  font-weight: 800;
}

.bullet_point.location {
  background-image: url('../images/LocationIcon-Park336-Conroe.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bullet_point.tenants {
  background-image: url('../images/TenantIcon-Park336-AllTenants.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bullet_point.access {
  background-image: url('../images/AccessIcon-Park336-ProtectedTurns.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bullet_point.visibility {
  background-image: url('../images/VisibilityIcon-Park336-Signage.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bullet_point.ti {
  background-image: url('../images/TIIcon-Park336-CustomBuilds.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bullet_point.delivery {
  background-image: url('../images/DeliveryIcon-Park336-2023.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.blue {
  color: #283744;
}

.bullet_text {
  flex: 1;
  margin-top: auto;
  margin-bottom: auto;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 125%;
}

.lime {
  color: var(--electric-lime-2);
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

.bldg_marker-text {
  color: var(--deep-ash);
  text-align: center;
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  font-family: ibm-plex-mono, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.siteplan_active-close {
  cursor: pointer;
  background-color: #fff;
  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;
}

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

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

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

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

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

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

.siteplan_active-wrapper.one {
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}

.siteplan_active-wrapper.three, .siteplan_active-wrapper.two, .siteplan_active-wrapper.seven {
  display: none;
}

.button_primary-2 {
  color: #283744;
  background-color: #0000;
  border: 2px solid #78be43;
  margin-left: auto;
  padding: 20px;
  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-2:hover, .button_primary-2:focus {
  color: #fff;
  background-color: #78be43;
}

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

.cta_text {
  color: #fff;
  margin-right: 16px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
}

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

.building_phase-text {
  color: #fff;
  font-family: ibm-plex-mono, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 85%;
}

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

.marker {
  border: 2px solid var(--deep-topaz);
  background-color: var(--topaz-tint);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: absolute;
}

.marker.bldg_4-marker {
  border: 2px solid var(--deep-topaz);
  background-color: var(--topaz-tint);
  cursor: pointer;
  inset: auto auto 10vw 25.5vw;
}

.marker.bldg_1-marker {
  cursor: pointer;
  inset: 7.5vw 16.5vw auto auto;
}

.marker.bldg_5-marker {
  cursor: pointer;
  inset: auto 13.5vw 10vw auto;
}

.marker.bldg_3-marker {
  cursor: pointer;
  inset: 11.5vw auto auto 26.5vw;
}

.marker.bldg_2-marker {
  cursor: pointer;
  inset: 7.5vw 22vw auto auto;
}

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

.cta.site {
  margin-top: 24px;
}

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

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

.green-2 {
  color: #78be43;
  margin-bottom: 4px;
}

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

.no-padding.small-font {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
}

.bullet_point-2 {
  color: #78be43;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 800;
}

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

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

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

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

.bold {
  font-weight: 700;
}

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

.bullet_text-2 {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

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

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

.white {
  color: #fff;
}

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

.bold-text {
  color: #fff;
}

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

.arrow_line-2 {
  background-color: #78be43;
  width: 36px;
  height: 2px;
  margin-right: 2px;
}

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

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

.size {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ibm-plex-mono, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 125%;
}

.size_wrapper {
  flex: 0 40%;
}

.bumper {
  width: 38.5%;
}

.cta_text-2 {
  color: #fff;
  margin-right: 16px;
}

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

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

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

.building_wrapper {
  flex: 0 60%;
}

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

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

.siteplan_stats-single {
  display: none;
}

.stats_divider-line-2 {
  background-color: #9cc0c6;
  width: 100%;
  height: 2px;
  margin-top: 14px;
  margin-bottom: 10px;
}

.stats_phase {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 125%;
}

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

.area {
  padding-top: 140px;
  position: relative;
}

.area_map {
  background-image: url('../images/Park336LocationMap.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 46vw;
  margin-top: 0;
}

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

.tint {
  color: #21272180;
}

.contact_divider {
  background-color: #78be43;
  width: 840px;
  height: 6px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.email_link {
  color: #fff;
  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;
}

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

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

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

.contact_body-text.white {
  font-family: proxima-nova, sans-serif;
}

.div-block-5 {
  z-index: -1;
  opacity: .45;
  background-image: url('../images/Park336_Topo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 14vw;
  position: absolute;
  inset: auto 0% 0%;
}

.pattern-container {
  z-index: -1;
  height: 15vw;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.footer-pattern {
  opacity: .45;
  background-image: url('../images/Park336_Topo.svg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 15vw;
}

.footer_logo-container {
  justify-content: center;
  align-items: center;
  margin-top: 125px;
  display: flex;
}

.footer_logo-text {
  color: #fff;
  margin-top: 4px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

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

.icons_container {
  margin-bottom: 32px;
  display: flex;
}

.icons_container.last {
  margin-bottom: 32px;
}

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

  .splash_container-top {
    height: 60vh;
    padding-left: 0;
  }

  .splash_container-bottom {
    height: 40vh;
  }

  .image_callout {
    min-width: 100px;
    min-height: 100px;
  }

  .text-block {
    font-size: 14px;
  }

  .logo {
    width: 250px;
    height: 60px;
  }

  .text {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-bottom: 2em;
  }

  .heading {
    text-align: center;
    margin-bottom: .5em;
    font-size: 4em;
  }

  .text_contact {
    text-align: center;
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    margin-left: 0;
  }

  .text_contact-container {
    margin-left: 24px;
    margin-right: 24px;
    font-size: 14px;
  }

  .menu_nav-container {
    display: none;
  }

  .button_primary {
    display: flex;
  }

  .hero-text_container {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .leader-type {
    font-size: 16px;
  }

  .center.white {
    font-size: 38px;
  }

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

  .section_title {
    display: none;
  }

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

  .contact_container {
    padding-left: 36px;
    padding-right: 36px;
  }

  .siteplan_container {
    display: none;
  }

  .button_primary-2 {
    display: flex;
  }

  .cta.site {
    display: none;
  }

  .siteplan {
    position: static;
  }

  .bumper {
    display: none;
  }

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

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

  .contact {
    padding-bottom: 38px;
  }

  .contact_divider {
    width: 100%;
  }

  .heading-5, .heading-6 {
    font-size: 38px;
  }

  .icons_container {
    margin-bottom: 24px;
  }
}

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

  h4 {
    font-size: 17px;
  }

  .splash_container-top {
    align-items: center;
    height: 70vh;
    padding-left: 0;
    padding-right: 0;
  }

  .splash_container-bottom {
    height: 30vh;
  }

  .image_callout {
    margin-top: -50px;
  }

  .image_footer-text {
    font-size: 12px;
  }

  .image_footer-logo {
    width: 150px;
    height: 30px;
  }

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

  .logo {
    flex: none;
    width: 200px;
    height: 50px;
  }

  .heading {
    align-self: center;
    font-size: 6em;
  }

  .div-block-3 {
    display: none;
  }

  .button_text {
    font-size: 12px;
  }

  .mobile-btn {
    flex: 0 auto;
    justify-content: center;
    margin-top: 2.5em;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    text-decoration: none;
    display: flex;
  }

  .menu_logo {
    width: 220px;
    height: 40px;
  }

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

  .hero-image_container {
    margin-left: 16px;
    margin-right: 16px;
  }

  .hero-text_container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .eyebrow.valign-center {
    font-size: 14px;
  }

  .hero-delivery {
    width: 104px;
    height: 104px;
    margin-bottom: -52px;
  }

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

  .leader-type {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .center, .center.white {
    font-size: 28px;
  }

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

  .container_split {
    flex-direction: column;
  }

  .siteplan_wrapper {
    flex: 1;
  }

  .contact_container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact_container.siteplan {
    margin-top: 80px;
  }

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

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

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

  .siteplan {
    min-height: 0;
    margin-top: 0;
  }

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

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

  .size {
    font-size: 14px;
    font-weight: 700;
  }

  .size_wrapper {
    flex-basis: 50%;
  }

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

  .container_split-2 {
    flex-direction: column;
  }

  .building_wrapper {
    flex-basis: 50%;
  }

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

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

  .stats_phase {
    font-size: 14px;
  }

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

  .area {
    padding-top: 80px;
  }

  .contact {
    padding-bottom: 24px;
  }

  .contact_two {
    padding-right: 0;
  }

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

  .heading-7 {
    font-size: 24px;
  }
}

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

  .image {
    background-position: 50% 100%;
    background-size: auto 100%;
    background-attachment: scroll;
  }

  .image_callout {
    margin-top: -50px;
    margin-right: auto;
  }

  .image_footer {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    justify-content: center;
    align-self: center;
    width: 100%;
  }

  .image_footer-text {
    font-size: 8px;
  }

  .image_footer-logo {
    width: 150px;
    height: 30px;
    margin-bottom: 6px;
    margin-left: 8px;
  }

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

  .text {
    justify-content: center;
  }

  .heading {
    font-size: 6em;
  }

  .text_contact {
    flex-direction: column;
  }

  .button_text {
    font-size: 12px;
  }

  .mobile-btn {
    padding: 4em 3.25em;
  }

  .menu_container {
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

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

  .button_primary.mobile {
    text-transform: none;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: block;
  }

  .button_primary.mobile.padding {
    margin-top: 24px;
    font-size: 14px;
  }

  .hero {
    height: 100vh;
    overflow: visible;
  }

  .hero-image_container {
    height: 50vw;
    margin-left: 9px;
    margin-right: 9px;
  }

  .hero-image {
    height: 55vw;
  }

  .about {
    margin-top: 104px;
  }

  .hero-text_container {
    justify-content: center;
    height: 100vh;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .eyebrow {
    margin-bottom: 0;
    font-size: 16px;
  }

  .eyebrow.valign-center {
    font-size: 12px;
  }

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

  .center {
    font-size: 24px;
  }

  .center.white {
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 22px;
  }

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

  .header {
    margin-bottom: 40px;
  }

  .bullets_container {
    margin-bottom: 16px;
  }

  .bullet_text {
    font-size: 14px;
  }

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

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

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

  .siteplan_stats-right {
    display: none;
  }

  .siteplan_stats-single {
    display: flex;
  }

  .stats_phase.last {
    margin-bottom: 32px;
  }

  .siteplan_stats-left {
    display: none;
  }

  .area {
    padding-top: 80px;
  }

  .contact {
    padding-top: 32px;
    padding-bottom: 16px;
  }

  .footer_logo-container {
    flex-direction: column;
    margin-top: 80px;
  }

  .footer_logo-text, .icons_container {
    margin-bottom: 16px;
  }
}


