:root {
  --white: white;
  --black: black;
}

.image {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  transition: opacity .2s;
}

.dropdown {
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
}

.nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  transition: color .2s;
  display: block;
  transform: translate(0);
}

.nav-link:hover {
  opacity: 1;
  color: #aaa;
  border-bottom-style: solid;
  border-bottom-width: 0;
  transform: none;
}

.nav-link.w--current {
  color: #fff;
  font-weight: 700;
  display: flex;
}

.nav-link.mobonly {
  display: none;
}

.nav-icon-desktop {
  color: #0000;
  margin-left: 15px;
  padding-top: 2px;
  transition: opacity .2s;
}

.nav-icon-desktop:hover {
  opacity: .8;
}

.nav-icon-desktop.w--current {
  padding-top: 2px;
}

.nav-icon-desktop.w--current:hover {
  opacity: .6;
}

.container {
  color: #0000;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  float: none;
  color: #0000;
  background-color: #0000;
  justify-content: space-around;
  align-items: center;
  height: 60px;
  display: flex;
}

.dropdown-toggle {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
}

.navbar {
  color: #0000;
  background-color: #242424;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-spacer {
  width: 50%;
  height: 10px;
  margin-top: 0;
}

.dropdown-link {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #9b9b9b;
  border-bottom-style: none;
  border-bottom-color: #0000;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  transition: color .2s, background-color .2s;
  transform: translate(0);
}

.dropdown-link:hover {
  color: #fff;
  background-color: #b3b3b3;
  font-family: proxima-nova, sans-serif;
}

.dropdown-link.w--current {
  color: #fff;
  cursor: pointer;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.dropdown-list-2 {
  margin-right: 0;
}

.dropdown-list-2.w--open {
  text-align: left;
  margin-left: -37px;
}

.here {
  color: #0000;
  background-color: #242424;
  height: 85vh;
  position: relative;
}

.here.noslider {
  height: 60px;
}

.here.science {
  height: 75vh;
}

.here.mobservices {
  height: 60px;
}

.slider {
  background-color: #0000;
  height: 100%;
  margin-top: 0;
  position: static;
}

.slide-5 {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000 80%, #00000080), url('../images/Banner-5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
}

.slide-4 {
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000 80%, #00000080), url('../images/Milford_banner_2021.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-2 {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000 80%, #00000080), url('../images/Banner-2.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#0000, #0000 80%, #00000080), url('../images/Orapiu_banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-6 {
  background-image: url('../images/viking_banner1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.icon {
  display: block;
}

.slider-nav {
  justify-content: center;
  padding-right: 27px;
  display: block;
}

.slider-nav.static-banner {
  display: none;
}

.body {
  background-color: #fff;
}

.icon-div {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.image-2 {
  z-index: 1;
  margin-top: -270px;
  position: relative;
}

.slide {
  background-color: #0000;
  background-image: url('../images/banner_chairlift.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 95px;
}

.intro-text {
  color: #222;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 85px;
  padding-right: 85px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.intro-text.trinidad {
  color: #222;
  margin-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
}

.pagetitle-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  display: flex;
}

.column-alpha {
  flex: 1;
  margin-right: 20px;
}

.more-text-button {
  color: #333;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #999;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
}

.more-text-button:hover {
  color: #fff;
  background-color: #9e9e9e;
  border-color: #7a7a7a;
  font-weight: 400;
}

.body-text-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.body-text-wrapper.references {
  margin-top: 40px;
  margin-bottom: 48px;
}

.content-wrapper {
  flex-flow: column wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.content-wrapper.omega {
  border-width: 0;
}

.content-wrapper.casestudy {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.content-wrapper.services {
  max-width: 400px;
  padding: 80px auto;
}

.section-bodytext {
  background-color: #fff;
}

.image-18 {
  margin-bottom: 26px;
}

.page-title {
  color: #222;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  display: block;
}

.column-omega {
  flex: 1;
  margin-left: 20px;
}

.body-text-1 {
  color: #222;
  text-align: justify;
  letter-spacing: 0;
  flex: 1;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.body-text-1.alpha {
  color: #222;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}

.body-text-1.list-item-1 {
  color: #666;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}

.body-text-1.centred {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 40px;
}

.showcase-blocks-flex {
  flex-wrap: nowrap;
  justify-content: space-around;
  display: flex;
}

.showcase {
  z-index: 3;
  background-image: linear-gradient(#ff000080, #ff000080), linear-gradient(#0000, #0006 20%, #0006);
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
  position: absolute;
}

.section-promo-boxes {
  text-align: center;
  background-color: #000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 2px;
  padding-right: 2px;
  display: block;
}

.showcase-box-link-chairlift {
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Mission_Bay_2021-v2_preview.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 112% 112%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  margin: 4px 2px;
  padding-top: 50%;
  padding-bottom: 0%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.showcase-box-link-chairlift:hover {
  background-image: linear-gradient(#0000, #0000), url('../images/Mission_Bay_2021-v2_preview.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
  transform: none;
}

.showcase-box-link-chairlift.hidden {
  display: none;
}

.showcase-box-column {
  flex: 0 auto;
}

.showcase-box-column.arrow {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  width: 17px;
  margin-right: 0;
  display: block;
}

.showcase-box-desc {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 49px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.showcase-box-desc:hover {
  color: #fff;
}

.showcase-arrow {
  width: 17px;
  margin-right: 0;
  transition: margin .2s;
}

.showcase-arrow:hover {
  margin-right: 0;
}

.showcase-box-title {
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  width: auto;
  height: auto;
  font-family: proxima-nova, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.showcase-box-title:hover {
  color: #fff;
}

.section-logos {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 14px;
  display: block;
}

.title-logos {
  color: #909090;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  flex: 0 auto;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: proxima-nova, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.white-text {
  color: #fff;
}

.logos-cont-flex {
  text-align: center;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.logos-link-block {
  opacity: .22;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  transition: opacity .2s;
  display: flex;
}

.logos-link-block:hover {
  opacity: .52;
}

.client-logo {
  margin-left: 20px;
  margin-right: 20px;
}

.footer-inline-text-link {
  color: #a5a5a5;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: underline;
  transition: color .2s;
}

.footer-inline-text-link:hover {
  color: #fff;
  text-decoration: none;
}

.footer-inline-text-link.copyright {
  font-size: 11px;
  line-height: 18px;
}

.footer-col {
  border-right: 1px solid #ddd;
  flex: 1;
  padding-left: 2%;
  padding-right: 2%;
  display: block;
}

.footer-col.omega {
  border-right-width: 0;
}

.footer-col.calc {
  display: none;
}

.footer-logo {
  cursor: pointer;
  padding-right: 10px;
  transition: opacity .2s;
}

.footer-logo:hover {
  opacity: .8;
}

.footer-logo.w--current {
  margin-bottom: 16px;
}

.link-block-calc {
  cursor: pointer;
  background-color: #389c3e;
  background-image: linear-gradient(#63a832, #389c3e);
  width: 120px;
  height: 120px;
  margin-top: 18px;
  margin-bottom: 18px;
  margin-right: 15px;
  transition: background-color .325s ease-in-out;
}

.link-block-calc:hover {
  background-color: #fff;
  background-image: none;
}

.link-block-calc.w--current {
  background-image: linear-gradient(#63a832, #389c3e);
}

.copyright-div {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.copyright-div.flex {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-title {
  color: #000;
  text-align: left;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.footer {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 45px 7% 27px 10%;
}

.footer-link {
  color: #333;
  text-align: left;
  margin-bottom: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #a1a1a1;
  font-weight: 400;
  text-decoration: none;
}

.footer-link.hidden {
  display: none;
}

.footer-logo-image {
  opacity: .34;
  cursor: pointer;
  transition: opacity .2s;
  display: block;
}

.footer-logo-image:hover {
  opacity: .4;
}

.footer-links-wrapper {
  text-align: center;
  display: block;
}

.footer-text {
  opacity: 1;
  color: #333;
  text-align: left;
  margin-bottom: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.footer-text.copyright {
  opacity: .7;
  font-size: 11px;
  line-height: 18px;
}

.spacer-image {
  width: 100%;
}

.unordered-list {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.text-span {
  font-size: 18px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block {
  opacity: 1;
  text-align: left;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 100px;
  font-weight: 800;
  line-height: 75px;
}

.div-block-2 {
  text-align: left;
  background-color: #ffffff6e;
  width: 600px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.section-map {
  background-image: url('../images/U6_location_map.gif');
  background-position: 50% 46%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45vh;
}

.showcase-box-number {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
}

.showcase-box-number:hover {
  color: #fff;
}

.image-19 {
  z-index: 2;
  position: relative;
}

.text-block-2 {
  margin-bottom: 16px;
  position: absolute;
}

.showcase-text-div-container {
  background-color: #0000;
  width: 20%;
  padding-left: 2px;
  padding-right: 2px;
  position: absolute;
}

.showcase-text-div {
  text-align: left;
  background-color: #0000;
  background-image: linear-gradient(#0000, #00000080 20%, #00000080);
  padding: 40px 10% 50px;
}

.showcase-box-rule {
  background-color: #fff;
  width: 50%;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 80px;
}

.squarebutt {
  border: 1px solid #ffffff69;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.squarebutt-icon {
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.section-promo-boxes-v2 {
  background-color: #00ff29;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 2px;
  padding-right: 2px;
  display: block;
}

.showcase-blocks-flex-v2 {
  flex-wrap: nowrap;
  justify-content: space-around;
  display: flex;
}

.showcase-box-link-v2 {
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  max-width: 20%;
  max-height: 100%;
  margin: 4px 2px;
  padding-top: 40%;
  text-decoration: none;
  transition: all .2s;
}

.showcase-box-link-v2:hover {
  transform: none;
}

.footer-div-flex {
  display: flex;
}

.copyright-text {
  opacity: 1;
  color: #333;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
}

.copyright-text.mobile {
  margin-top: 10px;
}

.copyright-text.copyright {
  opacity: .7;
  font-size: 11px;
  line-height: 18px;
}

.copyright-link {
  color: #333;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: underline;
}

.copyright-link:hover {
  color: #000;
  text-decoration: none;
}

.copyright-link.copyright {
  font-size: 11px;
  line-height: 18px;
}

.section-sharing-tools {
  text-align: center;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sharing-text {
  color: #333;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
}

.html-embed {
  display: block;
}

.sharing-div {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-title-link {
  color: #000;
  text-align: left;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.footer-title-link:hover {
  color: #969696;
  font-weight: 500;
  text-decoration: none;
}

.u6-large {
  opacity: .4;
  width: auto;
  max-width: 635px;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

.u6-ghosted-div {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.banner-title-div-flex {
  z-index: 1000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 70px;
  display: flex;
  position: absolute;
}

.banner-title {
  color: #fff;
  text-align: center;
  letter-spacing: 12px;
  text-transform: uppercase;
  text-shadow: 0 0 6px #0000004f;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 26px;
}

.banner-title.science {
  margin-bottom: 0;
}

.banner-title-2 {
  color: #fff;
  text-align: left;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 26px;
}

.lighter {
  font-weight: 300;
}

.pointers-container-flex {
  z-index: 3;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.pointer-div {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.pointer-div.left {
  padding-bottom: 164px;
}

.pointer-div.right {
  padding-bottom: 122px;
}

.pointer-lollipop {
  background-color: #fff;
  border-radius: 100px;
  padding: 10px 21px;
}

.pointer-text {
  color: #545454;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.pointer-spike {
  background-color: #fff;
  width: 1px;
  height: 100px;
}

.showcase-box-link-beachhouse {
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Glenfield-preview.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 112% 112%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  margin: 4px 2px;
  padding-top: 50%;
  padding-bottom: 0%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.showcase-box-link-beachhouse:hover {
  background-image: linear-gradient(#0000, #0000), url('../images/Glenfield-preview.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
  transform: none;
}

.showcase-box-link-apartment {
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/WinterGardens-preview.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 112% 112%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  margin: 4px 2px;
  padding-top: 50%;
  padding-bottom: 0%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.showcase-box-link-apartment:hover {
  background-image: linear-gradient(#0000, #0000), url('../images/WinterGardens-preview.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
  transform: none;
}

.showcase-box-link-seawall {
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Beachlands-preview.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 112% 112%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  margin: 4px 2px;
  padding-top: 50%;
  padding-bottom: 0%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.showcase-box-link-seawall:hover {
  background-image: linear-gradient(#0000, #0000), url('../images/Beachlands-preview.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
  transform: none;
}

.showcase-box-link-missionbay {
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Pararekau-preview.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 112% 112%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  margin: 4px 2px;
  padding-top: 50%;
  padding-bottom: 0%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.showcase-box-link-missionbay:hover {
  background-image: linear-gradient(#0000, #0000), url('../images/Pararekau-preview.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
  transform: none;
}

.nav-icon-mobile {
  color: #0000;
  margin-left: 15px;
  padding-top: 2px;
  transition: opacity .2s;
}

.nav-icon-mobile:hover {
  opacity: .8;
}

.nav-icon-mobile.w--current {
  padding-top: 2px;
}

.nav-icon-mobile.w--current:hover {
  opacity: .6;
}

.div-block-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.milford-rd-before {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000 65%, #00000080 85%), url('../images/Milford-Rd-Before.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.milford-rd-after {
  background-image: linear-gradient(#0000, #0000 65%, #00000080 85%), url('../images/Milford-Rd-After.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-other-case-studies {
  text-align: center;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 2px;
  display: block;
}

.case-study-title {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: proxima-nova, sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 24px;
}

.text-block-3 {
  color: #000;
}

.case-study-banner-div-flex {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 70px;
  display: flex;
  position: static;
}

.case-study-column {
  padding-right: 100px;
}

.case-study-label {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: -1px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.case-study-icon {
  text-align: right;
}

.case-study-container-div {
  justify-content: center;
  align-items: flex-end;
  width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.case-study-left-cols-cont {
  display: flex;
}

.case-study-rule {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 7px;
  margin-bottom: 20px;
}

.case-study-desc {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}

.case-study-desc:hover {
  color: #fff;
}

.section-casestudy-text {
  background-color: #fff;
}

.slide-services1 {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000 80%, #00000080), url('../images/banner_aerial.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.caption {
  color: #222;
  text-align: justify;
  letter-spacing: 0;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  display: block;
}

.caption.alpha {
  color: #222;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}

.caption.list-item-1 {
  color: #666;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}

.image-wrapper {
  padding: 20px 35px 0;
}

.miscimage1 {
  width: 100%;
  height: 100%;
  margin: 5px auto 15px;
  display: block;
}

.terms-para {
  color: #222;
  text-align: justify;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.slide-science {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/banner_aerial.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.notes {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 12px;
  font-style: italic;
}

.footer-icon-link {
  margin-top: 20px;
}

.pararekau-after {
  background-image: linear-gradient(#0000, #0000 65%, #00000080 85%), url('../images/Pararekau-After.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pararekau-before {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000 65%, #00000080 85%), url('../images/Pararekau-Before.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.winter-gardens-after {
  background-image: linear-gradient(#0000, #0000 65%, #00000080 85%), url('../images/WinterGardens-After.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.winter-gardens-before {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000 65%, #00000080 85%), url('../images/WinterGardens-Before.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-block-4 {
  text-align: center;
  margin-top: 35px;
  font-family: proxima-nova, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.streetscape-1 {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000 65%, #00000080 85%), url('../images/Streetscape-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.here-2 {
  color: #0000;
  height: 70vh;
  position: relative;
}

.here-2.noslider {
  height: 60px;
}

.here-2.science {
  height: 55vh;
}

.streetscape-2 {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000 65%, #00000080 85%), url('../images/Streetscape-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.streetscape-3 {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000 65%, #00000080 85%), url('../images/Streetscape-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.streetscape-4 {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000 65%, #00000080 85%), url('../images/Streetscape-4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.streetscape-6 {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000 65%, #00000080 85%), url('../images/Streetscape-6.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.streetscape-5 {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000 65%, #00000080 85%), url('../images/Streetscape-5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.more-case-studies-title {
  color: #000;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

.slide-1 {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000 70%, #000000b5), url('../images/Banner-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.body-text-wrapper-single-col {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.column-single {
  flex: 1;
}

.body-text-subhead {
  color: #222;
  text-align: justify;
  letter-spacing: 0;
  text-transform: none;
  flex: 1;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  display: block;
}

.body-text-subhead.alpha {
  color: #222;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}

.body-text-subhead.list-item-1 {
  color: #666;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}

.diagram1 {
  margin-bottom: -88px;
}

.ref-text {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
}

.casestudyicondisc {
  background-color: #0006;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
}

.beforeaftertext {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.slide-the-science {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/bg_grid.png'), url('../images/banner_thescience_v7.jpg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: 140px 140px, cover;
}

.slide-the-science.v2 {
  background-image: url('../images/bg_grid.png'), linear-gradient(#0000, #0000 80%, #00000080), url('../images/banner_thescience_v3.jpg');
}

.stagenumber {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.stage {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.reference {
  color: #222;
  text-align: justify;
  letter-spacing: 0;
  margin-bottom: 8px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
  display: block;
}

.reference.alpha {
  color: #222;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}

.reference.list-item-1 {
  color: #666;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}

.panoramicaerial {
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000 80%, #00000080), url('../images/Puhinui-Peninsula.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.beachlands-before {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000 65%, #00000080 85%), url('../images/Beachlands-Before.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.beachlands-after {
  background-image: linear-gradient(#0000, #0000 65%, #00000080 85%), url('../images/Beachlands-After.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.mission-bay-before {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000 65%, #00000080 85%), url('../images/Mission_Bay_2021-v2_before.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.mission-bay-after {
  background-image: linear-gradient(#0000, #0000 65%, #00000080 85%), url('../images/Mission_Bay_2021-v2_after.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.glenfield-before {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000 65%, #00000080 85%), url('../images/Glenfield-Before.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.glenfield-after {
  background-image: linear-gradient(#0000, #0000 65%, #00000080 85%), url('../images/Glenfield-After.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-title-bigger {
  color: #fff;
  text-align: center;
  letter-spacing: 15px;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-family: proxima-nova, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 26px;
}

.bold-text-2 {
  font-size: 30px;
}

.references-text {
  opacity: 1;
  color: #333;
  text-align: left;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
}

.references-text.mobile {
  margin-top: 10px;
}

.references-text.copyright {
  opacity: .7;
  font-size: 11px;
  line-height: 18px;
}

.html-embed-3 {
  display: none;
}

.form-iframe {
  background-color: #0000;
  width: 100%;
  height: 600px;
  display: block;
}

.heading {
  color: #222;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 85px;
  padding-right: 85px;
  font-family: proxima-nova, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 35px;
}

.heading.trinidad {
  color: #222;
  margin-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
}

.title {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.contacttext {
  color: #9c9c9c;
  text-align: justify;
  letter-spacing: 0;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.contacttext.alpha {
  color: #222;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}

.contacttext.list-item-1 {
  color: #666;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}

.contacttext.centred {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 40px;
}

.u6fieldlabel {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.formfield {
  border-bottom: 1px solid #999;
  min-height: 30px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.link-block {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #000;
  padding: 10px 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s;
}

.link-block:hover {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-color: #ccc #ccc #999;
}

.column-omega-copy {
  flex: 1;
  margin-left: 20px;
}

.welcome {
  color: #fff;
  text-align: center;
  letter-spacing: -2px;
  text-transform: none;
  text-shadow: 0 0 8px #00000085;
  flex: 0 auto;
  margin-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 45px;
  font-weight: 100;
  line-height: 45px;
}

.banner-title-div-flex-home {
  z-index: 1000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 70px;
  display: flex;
  position: absolute;
}

.link {
  color: #9c9c9c;
  transition: color .2s;
}

.link:hover {
  color: #000;
}

.link-2 {
  color: #9c9c9c;
  transition: color .2s;
}

.link-2:hover {
  color: #000;
}

.link-3 {
  color: #9c9c9c;
  transition: color .2s;
}

.link-3:hover {
  color: #000;
}

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

.diagram2 {
  margin-bottom: -59px;
}

.content-wrapper-services {
  flex-flow: column wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.content-wrapper-services.omega {
  border-width: 0;
}

.content-wrapper-services.casestudy {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.content-wrapper-services.services {
  max-width: 400px;
  padding: 80px auto;
}

.slide-services {
  color: #fff;
  background-color: #0000;
}

.slide-services.v2 {
  background-image: url('../images/bg_grid.png'), linear-gradient(#0000, #0000 80%, #00000080), url('../images/banner_thescience_v3.jpg');
}

.banner-services-flex {
  z-index: 1000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 70px;
  display: flex;
  position: absolute;
}

.click-to-call-email-div-flex.mobonly {
  display: none;
}

.blue-star {
  color: #1196d3;
}

.case-study-title-about {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 14px;
  font-family: proxima-nova, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 24px;
}

.slide-logging {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000 80%, #00000080), url('../images/Te-Kaha_banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
}

.image-21 {
  opacity: .28;
  max-width: 165px;
}

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

html.w-mod-js [data-ix="display-none-on-load"] {
  opacity: 0;
  height: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .image {
    color: #0000;
    max-width: 75%;
  }

  .menu-button {
    padding: 6px 9px;
  }

  .nav-link {
    letter-spacing: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    line-height: 12px;
  }

  .nav-icon-desktop {
    color: #0000;
    max-width: 100%;
    margin-left: 5px;
  }

  .nav-icon-desktop.w--current {
    padding-top: 0;
    padding-left: 14px;
  }

  .container {
    background-color: #0000;
  }

  .nav-menu {
    color: #b14b4b;
    height: 50px;
  }

  .navbar {
    height: 50px;
  }

  .nav-spacer {
    width: 25%;
  }

  .dropdown-link {
    text-align: center;
    font-size: 11px;
    line-height: 18px;
  }

  .icon-2 {
    color: #b6b6b8;
    font-size: 40px;
  }

  .here {
    height: 450px;
  }

  .here.noslider {
    height: 50px;
  }

  .here.science {
    height: 450px;
  }

  .slider {
    height: 100%;
  }

  .slide-5 {
    background-position: 50%;
    background-size: cover;
  }

  .slide-3 {
    margin-top: 0;
  }

  .slider-nav {
    display: block;
  }

  .intro-text {
    margin-top: 30px;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
  }

  .intro-text.trinidad {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 22px;
  }

  .pagetitle-wrapper {
    float: none;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .column-alpha {
    margin-right: 10px;
  }

  .column-alpha.equipment {
    text-align: left;
  }

  .body-text-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .body-text-wrapper.references {
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .content-wrapper {
    background-color: #0000;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content-wrapper.casestudy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .content-wrapper.services {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-bodytext {
    text-align: center;
  }

  .image-18 {
    width: 160px;
    margin-bottom: 15px;
  }

  .page-title {
    letter-spacing: 4px;
    margin-top: 20px;
    font-size: 16px;
  }

  .column-omega {
    text-align: left;
    margin-left: 10px;
  }

  .body-text-1 {
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
  }

  .body-text-1.alpha {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 21px;
  }

  .body-text-1.centred {
    padding-left: 40px;
    padding-right: 40px;
  }

  .showcase {
    padding-right: 10px;
  }

  .section-promo-boxes {
    padding-left: 1px;
    padding-right: 1px;
  }

  .showcase-box-link-chairlift {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/MissionBay-preview.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 112% 112%;
    margin: 2px 1px;
  }

  .showcase-box-column.arrow {
    flex: none;
    align-self: flex-end;
    width: 16px;
  }

  .showcase-box-desc {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
  }

  .showcase-arrow {
    display: block;
    position: static;
  }

  .showcase-box-title {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 15px;
  }

  .section-logos {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .title-logos {
    padding-left: 60px;
    padding-right: 60px;
  }

  .logos-cont-flex {
    display: block;
  }

  .logos-link-block {
    text-align: center;
  }

  .client-logo {
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer-inline-text-link {
    font-size: 14px;
    line-height: 18px;
    display: block;
  }

  .footer-inline-text-link.copyright {
    display: inline-block;
  }

  .footer-col {
    padding-left: 3%;
    padding-right: 3%;
  }

  .footer-col.omega {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-logo {
    text-align: center;
    padding-right: 10px;
    display: block;
  }

  .link-block-calc {
    width: 100px;
    height: 100px;
  }

  .copyright-div {
    margin-top: 30px;
  }

  .copyright-div.flex {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-title {
    letter-spacing: 4px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
  }

  .footer {
    padding-bottom: 30px;
    padding-left: 1%;
    padding-right: 1%;
  }

  .footer-link {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 18px;
  }

  .footer-links-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-text {
    margin-bottom: 7px;
    padding-right: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .footer-text.copyright {
    text-align: center;
  }

  .section-map {
    background-position: 52% 35%;
    background-size: 170%;
    height: 450px;
  }

  .showcase-box-number {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 13px;
  }

  .showcase-text-div {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .showcase-box-rule {
    margin-top: 3px;
    margin-bottom: 20px;
  }

  .squarebutt {
    border-color: #fff6;
    width: 30px;
    height: 30px;
  }

  .squarebutt-icon {
    font-size: 18px;
    line-height: 18px;
  }

  .section-promo-boxes-v2 {
    padding: 22px 0 20px;
  }

  .showcase-blocks-flex-v2 {
    flex-wrap: wrap;
  }

  .showcase-box-link-v2 {
    flex: 0 auto;
    width: 200px;
    margin: 16px;
    display: block;
    transform: none;
  }

  .showcase-box-link-v2:hover {
    transform: translate(0, -10px);
    box-shadow: 0 0 10px 3px #00000087;
  }

  .footer-div-flex {
    justify-content: space-around;
  }

  .copyright-text.mobile {
    padding-right: 0;
  }

  .copyright-text.copyright {
    text-align: center;
  }

  .copyright-link.copyright {
    display: inline-block;
  }

  .footer-title-link {
    letter-spacing: 4px;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
  }

  .u6-large {
    width: 300px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .banner-title-div-flex {
    padding-bottom: 35px;
  }

  .banner-title {
    letter-spacing: 5px;
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 700;
    line-height: 15px;
  }

  .banner-title.science {
    margin-bottom: 0;
  }

  .banner-title-2 {
    letter-spacing: 5px;
    font-size: 13px;
    line-height: 15px;
  }

  .pointer-div.left {
    padding-bottom: 72px;
  }

  .pointer-div.right {
    padding-bottom: 60px;
  }

  .pointer-lollipop {
    padding: 6px 16px;
  }

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

  .pointer-spike {
    height: 50px;
  }

  .showcase-box-link-beachhouse {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/Glenfield-preview.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 112% 112%;
    margin: 2px 1px;
  }

  .showcase-box-link-apartment {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/WinterGardens-preview.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 112% 112%;
    margin: 2px 1px;
  }

  .showcase-box-link-apartment:hover {
    background-image: linear-gradient(to bottom, null, null), url('../images/WinterGardens-preview.jpg');
  }

  .showcase-box-link-seawall {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/Beachlands-preview.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 112% 112%;
    margin: 2px 1px;
  }

  .showcase-box-link-seawall:hover {
    background-image: linear-gradient(to bottom, null, null), url('../images/Beachlands-preview.jpg');
  }

  .showcase-box-link-missionbay {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/Pararekau-preview.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 112% 112%;
    margin: 2px 1px;
  }

  .showcase-box-link-missionbay:hover {
    background-image: linear-gradient(to bottom, null, null), url('../images/Pararekau-preview.jpg');
  }

  .nav-icon-mobile {
    color: #0000;
    max-width: 100%;
    margin-left: 5px;
  }

  .nav-icon-mobile.w--current {
    padding-top: 0;
    padding-left: 14px;
  }

  .milford-rd-after {
    margin-top: 0;
  }

  .section-other-case-studies {
    padding: 0 1px 17px;
  }

  .case-study-title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
  }

  .case-study-banner-div-flex {
    padding-bottom: 35px;
  }

  .case-study-column {
    padding-right: 50px;
  }

  .case-study-label {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
  }

  .case-study-icon {
    width: 90px;
  }

  .case-study-container-div {
    width: 100%;
    padding-left: 50px;
    padding-right: 30px;
  }

  .case-study-rule {
    margin-top: 3px;
    margin-bottom: 10px;
  }

  .case-study-desc {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
  }

  .section-casestudy-text {
    text-align: center;
    margin-top: 15px;
  }

  .caption {
    text-align: justify;
    font-size: 13px;
    line-height: 17px;
  }

  .caption.alpha {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 21px;
  }

  .pararekau-after, .winter-gardens-after {
    margin-top: 0;
  }

  .here-2 {
    height: 450px;
  }

  .here-2.noslider {
    height: 50px;
  }

  .here-2.science {
    height: 350px;
  }

  .more-case-studies-title {
    letter-spacing: 5px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 15px;
  }

  .body-text-wrapper-single-col {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-single {
    margin-right: 10px;
  }

  .body-text-subhead {
    text-align: justify;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
  }

  .body-text-subhead.alpha {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 21px;
  }

  .diagram1 {
    margin-bottom: -57px;
  }

  .casestudyicondisc {
    width: 85px;
    height: 85px;
  }

  .beforeaftertext {
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 15px;
  }

  .slide-the-science {
    background-position: 50%, 50% 100%;
    background-size: 140px 140px, cover;
  }

  .stage {
    letter-spacing: 3px;
    font-size: 12px;
  }

  .reference {
    text-align: justify;
    font-size: 13px;
    line-height: 17px;
  }

  .reference.alpha {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 21px;
  }

  .beachlands-after, .mission-bay-after, .glenfield-after {
    margin-top: 0;
  }

  .banner-title-bigger {
    letter-spacing: 5px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 800;
    line-height: 15px;
  }

  .references-text.mobile {
    padding-right: 0;
  }

  .references-text.copyright {
    text-align: center;
  }

  .heading {
    letter-spacing: 0;
    margin-top: 25px;
    margin-bottom: 35px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 25px;
    font-weight: 300;
    line-height: 25px;
  }

  .heading.trinidad {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 22px;
  }

  .title {
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 15px;
  }

  .contacttext {
    text-align: justify;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
  }

  .contacttext.alpha {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 21px;
  }

  .u6fieldlabel {
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 15px;
  }

  .column-omega-copy {
    text-align: left;
    margin-left: 10px;
  }

  .welcome {
    letter-spacing: -1px;
    margin-bottom: 11px;
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
  }

  .banner-title-div-flex-home {
    padding-bottom: 35px;
  }

  .diagram2 {
    margin-bottom: -40px;
  }

  .content-wrapper-services {
    background-color: #0000;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content-wrapper-services.casestudy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .content-wrapper-services.services {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .slide-services {
    background-position: 50%, 50% 0;
    background-size: 140px 140px, cover;
  }

  .banner-services-flex {
    justify-content: center;
    padding-bottom: 0;
  }

  .case-study-title-about {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
  }

  .slide-logging {
    background-position: 50%;
    background-size: cover;
  }

  .image-21 {
    max-width: 110px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 73%;
    height: 73%;
    margin-bottom: 3px;
    display: block;
  }

  .menu-button {
    float: right;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 9px;
    display: block;
    position: relative;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    text-align: right;
    letter-spacing: 3px;
    width: 100%;
    margin-left: auto;
    margin-right: 23px;
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    display: block;
  }

  .nav-link.w--current {
    justify-content: flex-end;
    display: block;
  }

  .nav-link.mobonly {
    display: block;
  }

  .nav-link.contact, .nav-icon-desktop {
    display: none;
  }

  .nav-icon-desktop.w--current {
    display: block;
  }

  .container {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: static;
    overflow: auto;
  }

  .nav-menu {
    color: #0000;
    text-align: center;
    background-color: #232323;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    display: block;
    overflow: visible;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    height: 40px;
    position: fixed;
  }

  .dropdown-link {
    text-align: right;
    letter-spacing: 2px;
    margin-left: 0;
    padding: 12px 50px 12px 0;
    font-size: 14px;
  }

  .icon-2 {
    color: #a7a7a7;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    display: block;
  }

  .here {
    height: 360px;
  }

  .here.noslider {
    height: 40px;
  }

  .here.science {
    height: 300px;
  }

  .here.services {
    height: 270px;
  }

  .slider {
    margin-top: 40px;
  }

  .slider-nav {
    display: none;
  }

  .intro-text {
    text-align: justify;
    margin-top: 6px;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 15px;
    line-height: 20px;
  }

  .intro-text.trinidad {
    color: #333;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
  }

  .pagetitle-wrapper {
    margin-top: 20px;
    margin-bottom: 35px;
  }

  .column-alpha {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .body-text-wrapper {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .body-text-wrapper.references {
    margin-top: 0;
    margin-bottom: 0;
  }

  .content-wrapper {
    flex-direction: column;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .section-bodytext {
    margin-top: 0;
    padding-top: 20px;
  }

  .image-18 {
    width: 140px;
    margin-bottom: 21px;
  }

  .page-title {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 25px;
  }

  .column-omega {
    text-align: center;
    border-bottom-style: none;
    border-bottom-width: 0;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .body-text-1 {
    text-align: justify;
    font-size: 15px;
  }

  .body-text-1.alpha {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .body-text-1.centred {
    padding-left: 0;
    padding-right: 0;
  }

  .showcase-blocks-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .section-promo-boxes {
    padding: 1px 0;
  }

  .showcase-box-link-chairlift {
    background-image: linear-gradient(#0000, #0000), url('../images/Mission_Bay_2021-v2_preview_mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 112% 112%;
    width: 100%;
    height: 350px;
    min-height: 350px;
    max-height: 350px;
    margin: 1px 4px;
    padding-top: 60%;
  }

  .showcase-box-link-chairlift:hover {
    background-image: linear-gradient(#0000, #0000), url('../images/Mission_Bay_2021-v2_preview_mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100% 100%;
  }

  .showcase-box-column.arrow {
    align-self: flex-end;
    width: 15px;
    margin-top: 0;
  }

  .showcase-box-desc {
    font-size: 16px;
    line-height: 16px;
  }

  .showcase-box-title {
    font-size: 20px;
    line-height: 22px;
  }

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

  .title-logos {
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
  }

  .logos-cont-flex {
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-end;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logos-link-block {
    text-align: center;
  }

  .footer-inline-text-link.copyright {
    letter-spacing: 0;
    font-size: 12px;
    display: inline-block;
  }

  .footer-col.omega {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .copyright-div {
    background-color: #0000;
    display: block;
    overflow: auto;
  }

  .footer-title {
    font-weight: 600;
  }

  .footer {
    padding-top: 30px;
  }

  .footer-link:hover {
    color: #727272;
  }

  .footer-links-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-text.mobile {
    text-align: center;
    margin-bottom: 0;
  }

  .footer-text.copyright {
    letter-spacing: 0;
    text-transform: none;
    font-size: 12px;
  }

  .section-map {
    background-position: 51% 36%;
    background-size: 210%;
    height: 400px;
  }

  .showcase-text-div-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .showcase-text-div {
    padding-left: 7%;
    padding-right: 5%;
  }

  .squarebutt {
    border-color: #ffffff5e;
    width: 40px;
    height: 40px;
  }

  .squarebutt-icon {
    font-size: 20px;
    line-height: 20px;
  }

  .section-promo-boxes-v2 {
    padding-top: 20px;
  }

  .showcase-blocks-flex-v2 {
    padding-top: 0;
  }

  .showcase-box-link-v2 {
    width: 170px;
    margin: 11px 5px;
  }

  .showcase-box-link-v2:hover {
    transform: translate(0, -5px);
  }

  .copyright-text.mobile {
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 0;
    font-size: 18px;
  }

  .copyright-text.copyright {
    letter-spacing: 0;
    text-transform: none;
    font-size: 12px;
  }

  .copyright-link.copyright {
    letter-spacing: 0;
    font-size: 12px;
    display: inline-block;
  }

  .footer-title-link {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .u6-large {
    width: 170px;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .banner-title-div-flex {
    padding-bottom: 30px;
  }

  .banner-title {
    letter-spacing: 4px;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 18px;
  }

  .pointer-div.left {
    padding-bottom: 52px;
  }

  .pointer-lollipop {
    padding: 3px 10px;
  }

  .pointer-text {
    font-family: Oswald, sans-serif;
    font-size: 10px;
    font-weight: 400;
  }

  .showcase-box-link-beachhouse {
    background-image: linear-gradient(#0000, #0000), url('../images/Glenfield-preview_mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 112% 112%;
    width: 100%;
    height: 350px;
    min-height: 350px;
    max-height: 350px;
    margin: 1px 4px;
    padding-top: 60%;
  }

  .showcase-box-link-beachhouse:hover {
    background-image: linear-gradient(#0000, #0000), url('../images/Glenfield-preview_mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100% 100%;
  }

  .showcase-box-link-apartment {
    background-image: linear-gradient(#0000, #0000), url('../images/WinterGardens-preview_mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 112% 112%;
    width: 100%;
    height: 350px;
    min-height: 350px;
    max-height: 350px;
    margin: 1px 4px;
    padding-top: 60%;
  }

  .showcase-box-link-apartment:hover {
    background-image: linear-gradient(#0000, #0000), url('../images/WinterGardens-preview_mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100% 100%;
  }

  .showcase-box-link-seawall {
    background-image: linear-gradient(#0000, #0000), url('../images/Beachlands-preview_mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 112% 112%;
    width: 100%;
    height: 350px;
    min-height: 350px;
    max-height: 350px;
    margin: 1px 4px 2px;
    padding-top: 60%;
  }

  .showcase-box-link-seawall:hover {
    background-image: linear-gradient(#0000, #0000), url('../images/Beachlands-preview_mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100% 100%;
  }

  .showcase-box-link-missionbay {
    background-image: linear-gradient(#0000, #0000), url('../images/Pararekau-preview_mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 112% 112%;
    width: 100%;
    height: 350px;
    min-height: 350px;
    max-height: 350px;
    margin: 1px 0;
    padding-top: 60%;
  }

  .showcase-box-link-missionbay:hover {
    background-image: linear-gradient(#0000, #0000), url('../images/Pararekau-preview_mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100% 100%;
  }

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

  .nav-icon-mobile.w--current {
    padding-left: 5px;
    display: block;
  }

  .section-other-case-studies {
    padding: 1px 0;
  }

  .case-study-title {
    font-size: 14px;
    line-height: 16px;
  }

  .case-study-banner-div-flex {
    padding-bottom: 15px;
  }

  .case-study-label {
    margin-top: 15px;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 14px;
  }

  .case-study-container-div {
    padding-left: 25px;
    padding-right: 15px;
  }

  .case-study-rule {
    margin-bottom: 8px;
  }

  .case-study-desc {
    font-size: 16px;
    line-height: 16px;
  }

  .section-casestudy-text {
    margin-top: 0;
    padding-top: 20px;
  }

  .caption {
    text-align: justify;
    font-size: 12px;
    line-height: 15px;
  }

  .caption.alpha {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .image-wrapper {
    padding-left: 17px;
    padding-right: 17px;
  }

  .miscimage1 {
    width: 300px;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .terms-para {
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
  }

  .footer-mob-link {
    color: #222;
    text-transform: none;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .spacer {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 33px;
    padding-bottom: 33px;
    display: flex;
  }

  .mask {
    margin-top: 40px;
  }

  .pararekau-after {
    background-image: linear-gradient(#0000, #0000 75%, #00000080 85%), url('../images/Pararekau-After.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .pararekau-before {
    background-image: linear-gradient(#0000, #0000 75%, #00000080 85%), url('../images/Pararekau-Before.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .winter-gardens-after {
    background-image: linear-gradient(#0000, #0000 75%, #00000080 85%), url('../images/WinterGardens-After.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .winter-gardens-before {
    background-image: linear-gradient(#0000, #0000 75%, #00000080 85%), url('../images/WinterGardens-Before.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .here-2, .here-2.science {
    height: 300px;
  }

  .more-case-studies-title {
    margin-bottom: 15px;
    font-weight: 400;
  }

  .slide-1 {
    background-position: 0 0, 50%;
  }

  .body-text-wrapper-single-col {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-single {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .body-text-subhead {
    text-align: justify;
    font-size: 15px;
  }

  .body-text-subhead.alpha {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .diagram1 {
    margin-bottom: -50px;
  }

  .casestudyicondisc {
    width: 70px;
    height: 70px;
  }

  .stagenumber {
    font-size: 17px;
    line-height: 20px;
  }

  .stage {
    letter-spacing: 2px;
    font-size: 11px;
    line-height: 20px;
  }

  .reference {
    text-align: justify;
    font-size: 12px;
    line-height: 15px;
  }

  .reference.alpha {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .beachlands-before {
    background-image: linear-gradient(#0000, #0000 75%, #00000080 85%), url('../images/Beachlands-Before.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .beachlands-after {
    background-image: linear-gradient(#0000, #0000 75%, #00000080 85%), url('../images/Beachlands-After.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .mission-bay-before {
    background-image: linear-gradient(#0000, #0000 75%, #00000080 85%), url('../images/Mission_Bay_2021-v2_before.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .mission-bay-after {
    background-image: linear-gradient(#0000, #0000 75%, #00000080 85%), url('../images/Mission_Bay_2021-v2_after.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .glenfield-before {
    background-image: linear-gradient(#0000, #0000 75%, #00000080 85%), url('../images/Glenfield-Before.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .glenfield-after {
    background-image: linear-gradient(#0000, #0000 75%, #00000080 85%), url('../images/Glenfield-After.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner-title-bigger {
    letter-spacing: 4px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .references-text.mobile {
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 0;
    font-size: 18px;
  }

  .references-text.copyright {
    letter-spacing: 0;
    text-transform: none;
    font-size: 12px;
  }

  .heading {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
  }

  .heading.trinidad {
    color: #333;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
  }

  .title {
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 700;
  }

  .contacttext {
    text-align: center;
    font-size: 15px;
  }

  .contacttext.alpha {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .u6fieldlabel {
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 700;
  }

  .column-omega-copy {
    text-align: center;
    border-bottom-style: none;
    border-bottom-width: 0;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .welcome {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 300;
    line-height: 23px;
  }

  .banner-title-div-flex-home {
    padding-bottom: 25px;
  }

  .diagram2 {
    margin-bottom: -39px;
  }

  .content-wrapper-services {
    flex-direction: column;
    justify-content: space-between;
    max-width: 250px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .slide-services {
    background-image: linear-gradient(#ffffff59, #ffffff59), url('../images/services_mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner-services-flex {
    justify-content: center;
    padding-top: 4px;
    padding-bottom: 0;
  }

  .click-to-call-email {
    color: #ababab;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    margin: 8px;
    padding: 17px 30px;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: border .2s;
  }

  .click-to-call-email:hover {
    color: #4f4f4f;
    border-color: #333;
  }

  .click-to-call-email-div-flex {
    justify-content: center;
    display: flex;
  }

  .click-to-call-email-div-flex.mobonly {
    display: flex;
  }

  .case-study-title-about {
    font-size: 14px;
    line-height: 16px;
  }

  .image-21 {
    max-width: 150px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 70%;
    height: 70%;
  }

  .nav-link {
    letter-spacing: 3px;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .nav-menu {
    text-align: right;
    overflow: visible;
  }

  .navbar {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .dropdown-link {
    text-align: right;
    letter-spacing: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 23px;
    font-size: 14px;
  }

  .icon-2 {
    font-size: 40px;
  }

  .here {
    height: 260px;
  }

  .here.science {
    height: 250px;
  }

  .intro-text {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
  }

  .intro-text.trinidad {
    padding-left: 24px;
    padding-right: 24px;
  }

  .body-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper {
    padding: 9px 5px 14px;
  }

  .image-18 {
    width: 125px;
  }

  .page-title {
    letter-spacing: 3px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .body-text-1 {
    font-size: 15px;
    line-height: 20px;
  }

  .body-text-1.alpha {
    line-height: 20px;
  }

  .showcase-box-link-chairlift {
    background-image: linear-gradient(to bottom, null, null), url('../images/Mission_Bay_2021-v2_preview_mobile_1.jpg');
    height: 250px;
    min-height: 250px;
    max-height: 250px;
    padding-top: 75%;
  }

  .showcase-box-link-chairlift:hover {
    background-image: linear-gradient(to bottom, null, null), url('../images/Mission_Bay_2021-v2_preview_mobile_1.jpg');
  }

  .showcase-box-column.arrow {
    align-self: flex-end;
    width: 13px;
  }

  .showcase-box-desc {
    font-size: 14px;
    line-height: 14px;
  }

  .showcase-box-title {
    font-size: 18px;
    line-height: 18px;
  }

  .section-logos {
    padding-top: 35px;
  }

  .logos-cont-flex {
    flex-direction: row;
    align-items: center;
    padding: 0 25px;
    display: block;
  }

  .logos-link-block {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .client-logo {
    flex: 0 auto;
    height: 55px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-inline-text-link.copyright {
    font-size: 11px;
  }

  .copyright-div.flex {
    flex-wrap: wrap;
  }

  .footer {
    padding-top: 25px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .footer-text.copyright {
    padding-left: 34px;
    padding-right: 34px;
    font-size: 11px;
  }

  .section-map {
    background-position: 51% 35%;
    background-size: 320%;
    height: 350px;
  }

  .showcase-text-div {
    padding: 5px 7% 10px;
  }

  .showcase-box-rule {
    margin-bottom: 10px;
  }

  .squarebutt {
    border-color: #ffffff4d;
    width: 30px;
    height: 30px;
  }

  .squarebutt-icon {
    font-size: 18px;
    line-height: 18px;
  }

  .showcase-box-link-v2 {
    width: 145px;
    margin-bottom: 20px;
  }

  .showcase-box-link-v2:hover {
    transform: translate(0, -3px);
  }

  .copyright-text.copyright {
    padding-left: 34px;
    padding-right: 34px;
    font-size: 11px;
  }

  .copyright-link.copyright {
    font-size: 11px;
  }

  .u6-large {
    width: 110px;
    margin-bottom: 43px;
  }

  .u6-large.mobaerial {
    margin-bottom: 11px;
  }

  .banner-title-div-flex {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-title {
    letter-spacing: 3px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 14px;
  }

  .right-arrow, .left-arrow {
    width: 40px;
    display: block;
  }

  .pointer-lollipop {
    padding: 2px 8px;
  }

  .pointer-text {
    font-size: 9px;
  }

  .showcase-box-link-beachhouse, .showcase-box-link-apartment, .showcase-box-link-seawall, .showcase-box-link-missionbay {
    height: 250px;
    min-height: 250px;
    max-height: 250px;
    padding-top: 75%;
  }

  .milford-rd-before {
    background-image: linear-gradient(#0000, #0000 40%, #00000080 60%), url('../images/Milford-Rd-Before.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .milford-rd-after {
    background-image: linear-gradient(#0000, #0000 40%, #00000080 60%), url('../images/Milford-Rd-After.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .case-study-title {
    font-size: 13px;
    line-height: 14px;
  }

  .case-study-banner-div-flex {
    align-items: flex-start;
    padding-bottom: 7px;
  }

  .case-study-column {
    padding-right: 0;
  }

  .case-study-label {
    margin-top: 19px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 13px;
  }

  .image-20 {
    width: 80px;
  }

  .case-study-icon {
    width: 70px;
  }

  .case-study-container-div {
    padding-left: 20px;
  }

  .case-study-left-cols-cont {
    flex-direction: column;
  }

  .case-study-rule {
    width: 80%;
    margin-bottom: 5px;
  }

  .case-study-desc {
    font-size: 14px;
    line-height: 14px;
  }

  .caption {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .caption.alpha {
    line-height: 20px;
  }

  .terms-para {
    text-align: justify;
  }

  .spacer {
    padding-bottom: 24px;
  }

  .here-2, .here-2.science {
    height: 250px;
  }

  .more-case-studies-title {
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 400;
  }

  .body-text-wrapper-single-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-text-subhead {
    font-size: 15px;
    line-height: 20px;
  }

  .body-text-subhead.alpha {
    line-height: 20px;
  }

  .diagram1 {
    margin-bottom: -21px;
  }

  .casestudyicondisc {
    width: 70px;
    height: 70px;
  }

  .beforeaftertext {
    letter-spacing: 3px;
    font-size: 10px;
  }

  .reference {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .reference.alpha {
    line-height: 20px;
  }

  .banner-title-bigger {
    font-size: 14px;
    line-height: 16px;
  }

  .references-text.copyright {
    padding-left: 34px;
    padding-right: 34px;
    font-size: 11px;
  }

  .heading {
    text-align: center;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
  }

  .heading.trinidad {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contacttext {
    font-size: 15px;
    line-height: 20px;
  }

  .contacttext.alpha {
    line-height: 20px;
  }

  .welcome {
    font-size: 20px;
    line-height: 20px;
  }

  .banner-title-div-flex-home {
    padding-bottom: 20px;
  }

  .diagram2 {
    margin-bottom: -14px;
  }

  .content-wrapper-services {
    max-width: 250px;
    margin-top: 5px;
    padding-top: 0;
  }

  .banner-services-flex {
    padding-bottom: 0;
  }

  .click-to-call-email {
    letter-spacing: 2px;
    margin: 5px;
    padding: 13px 19px;
    font-size: 16px;
  }

  .case-study-title-about {
    font-size: 13px;
    line-height: 14px;
  }

  .image-21 {
    max-width: 130px;
  }

  .nobr {
    white-space: nowrap;
  }
}


