.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  background-color: #e3d8cb;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5px;
}

.logo-intro {
  z-index: 5000;
  height: 100vh;
  object-fit: none;
  background-color: #4d4d4f;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.lottie-animation {
  width: 75%;
}

.intro-wiper {
  z-index: 5500;
  height: 100vh;
  perspective-origin: 50%;
  transform-origin: 50% 100%;
  object-fit: cover;
  object-position: 50% 100%;
  background-color: #f8971d;
  display: none;
  position: absolute;
  top: -100%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-intro {
  z-index: 5001;
  height: 100vh;
  background-color: #4d4d4f;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intro-header-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/NQ-Hotel-Rendering.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intro-wiper-2 {
  z-index: 5500;
  height: 100vh;
  perspective-origin: 50%;
  transform-origin: 50% 100%;
  object-fit: cover;
  object-position: 50% 100%;
  background-color: #f8971d;
  display: none;
  position: absolute;
  top: -100%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-white {
  background-color: #fff;
}

.heading-sm {
  z-index: 1;
  color: #4d4d4f;
  font-size: 1.3em;
  line-height: 1.5;
  position: relative;
}

.heading-sm.text-white.attribution-name {
  font-weight: 700;
}

.p-lg {
  color: #4d4d4f;
  font-size: 1.8em;
  font-weight: 700;
}

.styleguide-parent {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pad-right {
  padding-right: 10px;
}

.pad-left {
  padding-left: 10px;
}

.heading-xsm {
  z-index: 1;
  color: #4d4d4f;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.heading-xsm.label-type {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 5px 20px;
  font-family: proxima-nova, sans-serif;
  font-size: .7em;
  font-weight: 500;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #6b8bbd;
}

.heading-md {
  z-index: 2;
  color: #4d4d4f;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
}

.caps {
  text-transform: uppercase;
  padding-top: 1px;
  padding-bottom: 1px;
}

.bold {
  color: #4d4d4f;
  font-weight: 700;
}

.super-text {
  letter-spacing: -2px;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ff600b, #f8971d);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 80px;
  font-weight: 800;
  line-height: 1.2;
}

.heading-lg {
  color: #4d4d4f;
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1.2;
}

.heading-lg.orange-text {
  color: #f8971d;
}

.paragraph {
  color: #4d4d4f;
  font-size: 16px;
}

.heading-2 {
  color: #4d4d4f;
  font-weight: 800;
  line-height: 1.2;
}

.heading-3 {
  color: #4d4d4f;
  line-height: 1.2;
}

.heading-4 {
  color: #4d4d4f;
  font-weight: 500;
  line-height: 1.2;
}

.body {
  color: #4d4d4f;
  background-color: #e3d8cb;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.difference-grid {
  max-width: 70%;
  transform-style: preserve-3d;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  transform: translate3d(0, 0, -.05px);
}

.difference-label {
  margin-top: 15em;
}

.heading-5 {
  color: #4d4d4f;
  line-height: 1.5;
}

.icon-card {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f8971d;
  flex: 0 auto;
  order: 0;
  padding: 1em 2em;
}

.difference-icon {
  height: 84px;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.small-section {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.small-section.services {
  height: 70vh;
}

.small-section.properties-benefits {
  opacity: 1;
  background-color: #8f5f89;
}

.border-wrap {
  max-width: 60%;
  background-color: rgba(255, 255, 255, .8);
  border: 32px solid #6b8bbd;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10em;
  margin-bottom: 10em;
  padding: 3em;
  display: block;
}

.border-wrap.about-home-content {
  margin-top: 30em;
  margin-bottom: 0;
}

.border-wrap.intro-header-text {
  background-color: rgba(0, 0, 0, 0);
  padding: 4em;
}

.color-strip {
  height: 72px;
  background-color: #f8971d;
  position: relative;
}

.project-link {
  height: 480px;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.project-image-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.section-background-image {
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section-background-image.about-hero-image {
  background-image: url('../images/Jr-Bluff.jpg');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.section-background-image.project {
  height: auto;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  display: flex;
}

.section-background-image.rv-detail {
  background-image: url('../images/3-Lifestyle-RV-Resort-Family.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-background-image.salish-flats-detail {
  background-image: url('../images/Lockerbie_Lofts_050.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-background-image.chevron-detail {
  background-image: url('../images/LEGACY-LANDING.JPG');
  background-position: 50% 0;
  background-size: cover;
}

.section-background-image.golf-detail {
  background-image: url('../images/Kalispel-Grill--526-Edit.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-background-image.kalispel-park-detail {
  background-image: url('../images/KTI_8276.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-background-image.fatburger-detail {
  background-image: url('../images/B7oLx3ugA8pJBrriQ1pYstj4oyE.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-background-image.home-hero-image {
  height: auto;
  min-height: 1200px;
  object-fit: cover;
  background-image: url('../images/iStock-155440607.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-background-image.properties-benefits {
  opacity: .2;
  filter: grayscale(78%);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Windfall-Topo-Crop.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  display: block;
  transform: scale(1.1);
}

.section-background-image.kalispel-linen-service {
  background-image: url('../images/4E9A6347.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-background-image.nq-252-image {
  background-image: url('../images/NQ-Aerial-Massing-Concept.png');
  background-position: 0 0;
  background-size: cover;
}

.section-background-image.services-hero {
  background-image: url('../images/KDev-Coffee-Cup.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-background-image.about-home {
  background-image: url('../images/kdev_brandon.jpg');
  background-position: 50%;
  background-size: cover;
}

.content-wrap {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-wrap.quote-wrap {
  background-color: #4d4d4f;
}

.image-4 {
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: .7;
  object-fit: cover;
}

.project-title {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2em;
  display: flex;
  position: absolute;
  top: 0;
}

.button-outline {
  height: 58px;
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #fff;
  border-radius: 0;
  justify-content: space-around;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.button-outline.blue-outline {
  border-color: #6b8bbd;
}

.button-resting {
  height: 50px;
  border: 0 #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.button-hover {
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0 2em;
  display: flex;
  position: relative;
}

.nq-252 {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: relative;
  overflow: hidden;
}

.symbols-wrap {
  margin-top: 15em;
  display: flex;
}

.nq-252-home-copy-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 2em;
  display: flex;
}

.footer {
  text-align: center;
  background-color: #e3d8cb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: block;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  width: 50%;
  flex: 0 auto;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  color: #f8971d;
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.large-section {
  height: 100vh;
  display: block;
  position: relative;
  top: 0;
  overflow: hidden;
}

.large-section.about-hero-section {
  height: 1000px;
  justify-content: flex-start;
  margin-bottom: 20em;
  display: block;
}

.large-section.project-page-hero {
  height: 80vh;
  overflow: hidden;
}

.large-section.project-detail {
  height: 80vh;
  align-items: flex-end;
  display: flex;
}

.large-section.image-grid {
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.large-section.difference-section {
  height: auto;
}

.main {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.project-section {
  background-color: #4d4d4f;
  justify-content: center;
  display: block;
}

.quote-block {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 10em;
  margin-bottom: 10em;
  display: flex;
}

.attribution {
  border: 16px solid #e0c16e;
  margin-top: -16px;
  margin-right: 16px;
  padding: 1em;
}

.quote {
  border: 16px solid #e0c16e;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  padding: 3em;
  display: flex;
}

.attribution-wrap {
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
}

.contact-form {
  background-color: #f1eceb;
  border: 32px solid #6b8bbd;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.intro-text-block {
  color: #fff;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, .53);
  font-size: 3em;
  font-weight: 800;
  line-height: 1;
}

.button-outline-text {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.button-outline-text.text-white {
  display: block;
}

.quote-logo {
  margin-bottom: 20px;
}

.copy-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon {
  color: #fff;
  border: 12px solid #f8971d;
  font-size: 32px;
  display: block;
}

.about-hero-headline {
  width: 50%;
  border-left: 16px solid #8f5f89;
  align-items: flex-start;
  padding-left: 32px;
  display: block;
}

.page-copy-section {
  align-items: flex-start;
  margin-top: 3em;
  margin-bottom: 3em;
  display: flex;
}

.page-copy-section.project {
  justify-content: center;
  margin: 10em 3em;
}

.page-copy-section.copy-intro {
  margin-top: 20em;
}

.page-heading {
  width: 50%;
  border-left: 16px solid #8f5f89;
  align-items: flex-start;
  padding-left: 32px;
  display: block;
}

.page-copy-wrap {
  width: 50%;
  padding-right: 3em;
}

.page-copy-wrap.project {
  width: 100%;
  padding-right: 0;
}

.project-detail-label {
  z-index: 2;
  min-width: 30%;
  background-color: #6b8bbd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.label-type-wrap {
  border-bottom: 1px solid #fff;
  display: flex;
}

.label-type-title {
  object-fit: fill;
  border-right: 1px solid #fff;
  display: flex;
}

.label-title {
  color: rgba(0, 0, 0, .6);
  margin-bottom: 20px;
  margin-left: 20px;
  padding-right: 40px;
  font-size: 2.5em;
  line-height: 1em;
}

.project-detail-image {
  width: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
}

.down-arrow-wrap {
  background-color: #f8971d;
  border: 16px solid #6b8bbd;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: -16px;
  padding: 1.5em;
  display: flex;
  overflow: hidden;
}

.difference-grid {
  max-width: none;
  grid-column-gap: 1.5em;
  grid-row-gap: 3em;
  background-color: rgba(255, 255, 255, .95);
  border: 32px solid #6b8bbd;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  padding: 1.5em;
  display: grid;
}

.lottie-animation-2 {
  width: 42px;
}

.difference-wrap {
  min-height: 500px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  display: flex;
}

.down-arrow {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 72px;
  display: flex;
}

.list {
  padding: 0 2.5em 2.5em 0;
  font-family: proxima-nova, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
}

.list-item {
  border-top: 1px solid #f8971d;
  border-bottom: 1px #f8971d;
  padding-top: 1em;
  padding-bottom: 1em;
}

.list-item.list-item-last {
  border-bottom-style: solid;
}

.list-container {
  background-color: #fff;
  border: 16px solid #f8971d;
  padding-top: 2.5em;
  padding-left: 2.5em;
  padding-right: 5.5em;
}

.div-block-30 {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: grid;
}

.footer-address {
  margin-bottom: 10px;
}

.footer-contact-info {
  text-align: right;
}

.container-6 {
  max-width: 90%;
}

.footer-logos {
  width: 90%;
  max-width: 90%;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-logo {
  width: 120px;
  margin-right: 40px;
}

.copyright {
  opacity: .5;
  margin-top: 60px;
  font-size: 10px;
}

.social-icon-container {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 3em;
  margin-bottom: 3em;
  display: none;
}

.social-icon {
  width: 50px;
}

.submit-button {
  background-color: #f8971d;
}

.difference-heading {
  color: #fff;
  letter-spacing: -3px;
  margin-bottom: .5em;
  font-size: 6em;
  font-weight: 700;
  line-height: 1;
}

.kti-nav-logo {
  width: 72px;
  margin-left: 24px;
}

.button-solid---blue {
  height: 58px;
  background-color: #6b8bbd;
  justify-content: space-around;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.button-resting-solid {
  height: 58px;
  justify-content: center;
  align-items: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
  position: relative;
}

.button-hover-solid {
  height: 58px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0 1.5em;
  display: flex;
  position: relative;
}

.project-grid-home {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.nq-252-wrap {
  width: 60%;
  background-image: linear-gradient(209deg, rgba(0, 0, 0, 0) 60%, #3a4b66);
  border: 32px solid #fff;
  margin-top: 10em;
  margin-bottom: 10em;
  padding-bottom: 3em;
  padding-right: 3em;
}

.about-home {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.small-section-mobile-image, .image-14 {
  display: none;
}

.button-solid---orange {
  height: 58px;
  background-color: #f8971d;
  justify-content: space-around;
  margin-left: 12px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.project-link-home-4 {
  display: none;
}

.footer-logo-secondary {
  width: 120px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(540px, .75fr) minmax(540px, .75fr);
}

.about-page-grid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #4d4d4f;
  grid-template-areas: ". ."
                       "Area Area";
}

.link {
  text-decoration: none;
}

.menu-icon {
  display: none;
}

.custom-nav {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.custom-nav-container {
  z-index: 1000;
  max-width: 1800px;
  justify-content: space-between;
  align-items: center;
  padding-top: 3em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.fullscreen-mobile-nav {
  z-index: auto;
  width: 100vw;
  height: 100vh;
  background-color: #ff600b;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: -100vh;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-items {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.background-video {
  height: 100%;
  align-items: stretch;
  display: block;
}

.background-video-2 {
  height: 100%;
}

.form {
  display: none;
}

@media screen and (min-width: 1280px) {
  .difference-grid {
    max-width: 85%;
  }

  .difference-wrap {
    align-items: center;
  }
}

@media screen and (min-width: 1920px) {
  .difference-grid {
    grid-column-gap: 3em;
    padding: 3em;
  }

  .difference-wrap {
    max-width: 85%;
  }

  .nq-252-wrap {
    background-image: linear-gradient(209deg, rgba(0, 0, 0, 0) 23%, #3a4b66);
  }
}

@media screen and (max-width: 991px) {
  .heading-sm {
    font-size: 1.3em;
  }

  .p-lg {
    font-size: 20px;
  }

  .heading-xsm {
    font-size: 1em;
  }

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

  .super-text {
    font-size: 6em;
  }

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

  .heading-2 {
    font-size: 46px;
  }

  .difference-grid {
    width: auto;
    max-width: none;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .icon-card {
    width: auto;
    margin-right: 0;
    padding-top: 2em;
  }

  .small-section {
    display: block;
  }

  .border-wrap {
    max-width: none;
  }

  .project-link {
    height: 100%;
  }

  .content-wrap {
    align-items: stretch;
    position: relative;
  }

  .content-wrap.home-hero, .content-wrap.centered-content {
    align-items: center;
  }

  .image-4 {
    max-width: none;
  }

  .nq-252 {
    display: block;
  }

  .symbols-wrap {
    display: none;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-heading.fullscreen-nav {
    margin-bottom: 0;
  }

  .footer-link.fullscreen-nav {
    color: #e3d8cb;
    margin-bottom: 0;
  }

  .large-section {
    height: 115vh;
    display: block;
    overflow: hidden;
  }

  .large-section.about-hero-section {
    height: 540px;
    margin-bottom: 6em;
  }

  .large-section.difference-section {
    overflow: hidden;
  }

  .project-section {
    flex-wrap: wrap;
    justify-content: center;
  }

  .quote-block {
    width: auto;
    min-width: 50%;
  }

  .intro-text-block {
    text-align: left;
    padding-right: 0;
  }

  .difference-text {
    margin-bottom: 20px;
  }

  .container-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .icon {
    width: 64px;
    border: 12px solid #f8971d;
    justify-content: center;
    align-items: center;
    padding: .2em;
    display: flex;
  }

  .page-copy-section {
    flex-direction: column;
    align-items: stretch;
  }

  .page-copy-section.project {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .page-copy-section.copy-intro {
    margin-top: 12em;
  }

  .page-heading {
    width: 75%;
  }

  .page-copy-wrap {
    width: 100%;
    margin-top: 1em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .page-copy-wrap.project {
    padding-left: 0;
  }

  .project-detail-label {
    width: auto;
    min-width: auto;
  }

  .difference-grid {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
    justify-items: stretch;
    display: grid;
  }

  .difference-wrap {
    max-width: 85%;
    display: block;
  }

  .down-arrow {
    margin-bottom: 72px;
  }

  .footer-address.fullscreen-nav {
    color: #fff;
    margin-bottom: .3em;
  }

  .social-icon-container {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .social-icon-container.fullscreen-nav {
    justify-content: end;
    justify-items: end;
    display: none;
  }

  .difference-heading {
    text-align: center;
    font-size: 5em;
    line-height: 1;
  }

  .project-grid-home {
    grid-row-gap: 0px;
    grid-template-rows: minmax(350px, 1fr);
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(350px, 1fr);
  }

  .button-solid---orange.mobile-nav {
    margin-left: 0;
  }

  .project-link-home-4 {
    display: block;
  }

  .grid-3 {
    grid-template-rows: minmax(350px, 1fr) auto;
    grid-auto-rows: minmax(350px, 1fr);
  }

  .menu-icon {
    display: block;
  }

  .custom-nav {
    z-index: 1000;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .fullscreen-mobile-nav {
    background-color: #8f5f89;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10em;
    padding-left: 3em;
    padding-right: 3em;
    display: none;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-item {
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .nav-items {
    display: none;
  }

  .nav-text-link {
    color: #fff;
    font-size: 3.5em;
    font-weight: 700;
    text-decoration: none;
  }

  .nav-text-link.orange-text {
    color: #f8971d;
  }

  .nav-text-link.orange-text.outline {
    border: 8px solid #fff;
    padding-left: .5em;
    padding-right: .5em;
  }

  .contact-info-wrqp {
    align-items: flex-start;
    display: flex;
  }

  .contact-info-wrqp.fullscreen-nav {
    justify-content: space-between;
    margin-top: 3em;
  }

  .fullscreen-nav-lease-now {
    margin-top: 1em;
  }
}

@media screen and (max-width: 767px) {
  .heading-sm {
    font-size: 4vw;
  }

  .styleguide-parent {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-xsm {
    font-size: 3vw;
  }

  .heading-md {
    font-size: 6vw;
  }

  .super-text {
    font-size: 14vw;
  }

  .heading-lg {
    font-size: 8vw;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .difference-wrap {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .heading-sm {
    font-size: 1em;
  }

  .p-lg {
    font-size: 18px;
  }

  .heading-xsm {
    font-size: 1em;
  }

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

  .heading-md.large-copy-block {
    font-size: 1.5em;
  }

  .super-text {
    white-space: normal;
    font-size: 6em;
  }

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

  .heading-lg.orange-text.quote-text {
    font-size: 2em;
  }

  .difference-label {
    margin-top: 7.4em;
  }

  .small-section.services {
    height: auto;
  }

  .border-wrap {
    border-width: 24px;
    padding: 1em;
  }

  .border-wrap.about-home-content {
    margin-top: 0;
  }

  .section-background-image.home-hero-image {
    display: block;
    overflow: visible;
  }

  .section-background-image.nq-252-image, .section-background-image.services-hero, .section-background-image.about-home {
    display: none;
  }

  .nq-252-home-copy-wrap {
    padding-right: 10px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    width: 75%;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-heading.fullscreen-nav {
    margin-top: 0;
    font-size: .9em;
  }

  .footer-link.fullscreen-nav {
    margin-bottom: 0;
    font-size: .8em;
  }

  .large-section {
    height: 170vh;
  }

  .large-section.about-hero-section {
    height: 240px;
  }

  .large-section.project-detail {
    height: 50vh;
  }

  .attribution {
    border-width: 16px;
    margin-top: -16px;
    margin-right: 16px;
  }

  .quote {
    padding: 1em;
  }

  .attribution-wrap {
    justify-content: flex-end;
  }

  .contact-form {
    border-width: 24px;
  }

  .intro-text-block {
    font-size: 2em;
  }

  .copy-wrap {
    display: flex;
  }

  .container-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    width: 54px;
    border-width: 10px;
  }

  .about-hero-headline {
    width: 100%;
    margin-left: 1em;
  }

  .page-copy-section.project {
    margin-left: 1em;
    margin-right: 1em;
  }

  .page-copy-section.copy-intro {
    margin-top: 6em;
  }

  .page-heading {
    width: auto;
    margin-left: 1em;
  }

  .page-copy-wrap {
    padding-left: 1em;
    padding-right: 1em;
  }

  .project-detail-label {
    width: 100%;
    margin-top: 25em;
  }

  .label-title {
    font-size: 1.5em;
  }

  .down-arrow-wrap {
    padding: 1em;
  }

  .difference-grid {
    grid-row-gap: .75em;
    border-width: 24px;
    grid-template-columns: 1fr;
    padding: 1em;
  }

  .difference-wrap {
    max-width: 90%;
  }

  .list {
    padding-bottom: 1em;
    padding-right: 0;
  }

  .list-container {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-30 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-address.fullscreen-nav {
    margin-bottom: .5em;
    font-size: .8em;
  }

  .footer-logos {
    justify-content: flex-start;
  }

  .footer-logo {
    margin-right: 10px;
  }

  .copyright {
    text-align: center;
    margin-left: 24px;
    margin-right: 24px;
  }

  .social-icon-container.fullscreen-nav {
    margin-top: 1em;
    margin-bottom: 0;
  }

  .social-icon.fullscreen-nav {
    width: 40px;
  }

  .difference-heading {
    letter-spacing: -2px;
    font-size: 3em;
  }

  .logo {
    width: 150px;
  }

  .logo.fullscreen-nav {
    width: 72px;
  }

  .project-grid-home {
    grid-template-rows: minmax(350px, 1fr);
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(350px, 1fr);
  }

  .nq-252-wrap {
    width: 100%;
    background-color: #005ba0;
    background-image: none;
    border-width: 24px;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .small-section-mobile-image, .image-14 {
    display: block;
  }

  .footer-logo-secondary {
    width: 120px;
  }

  .grid-2 {
    grid-template-rows: minmax(540px, .75fr) minmax(540px, .75fr) minmax(540px, .75fr);
    grid-template-columns: 1fr;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "Area";
  }

  .custom-nav {
    width: 100%;
    display: flex;
  }

  .custom-nav-container {
    padding: .5em;
  }

  .fullscreen-mobile-nav {
    padding-top: 6em;
    padding-left: 1em;
    padding-right: 1em;
    display: none;
  }

  .nav-text-link {
    font-size: 2em;
  }

  .nav-text-link.orange-text.outline {
    border-width: 4px;
  }
}

#w-node-bb779d1d-d0b6-8429-addd-7185c763ef4d-c763ef2b, #w-node-afa00488-b0d9-250d-edba-cade901edc4f-3d38bc34 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df6ba8a9-44c0-be35-6aea-cd42a96a5512-59f5effa {
  grid-area: Area;
}

@media screen and (max-width: 479px) {
  #w-node-bb779d1d-d0b6-8429-addd-7185c763ef3d-c763ef2b, #w-node-bb779d1d-d0b6-8429-addd-7185c763ef41-c763ef2b, #w-node-bb779d1d-d0b6-8429-addd-7185c763ef45-c763ef2b, #w-node-bb779d1d-d0b6-8429-addd-7185c763ef49-c763ef2b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-afa00488-b0d9-250d-edba-cade901edc4f-3d38bc34 {
    grid-column: span 1 / span 1;
  }
}


