.image {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

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

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

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

.nav-icon-desktop {
  margin-left: 15px;
  padding-top: 2px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: transparent;
}

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

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

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

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

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  float: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: transparent;
}

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

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #242424;
  color: transparent;
}

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

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

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

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

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

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

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

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

.here.noslider {
  height: 60px;
}

.here.science {
  height: 75vh;
}

.here.mobservices {
  height: 60px;
}

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

.slide-5 {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(0, 0, 0, 0.5))), url('../images/Banner-5.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 80%, rgba(0, 0, 0, 0.5)), url('../images/Banner-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.slide-4 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(0, 0, 0, 0.5))), url('../images/Banner-4.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 80%, rgba(0, 0, 0, 0.5)), url('../images/Banner-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-2 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(0, 0, 0, 0.5))), url('../images/Banner-2.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 80%, rgba(0, 0, 0, 0.5)), url('../images/Banner-2.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(0, 0, 0, 0.5))), url('../images/Banner-3.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 80%, rgba(0, 0, 0, 0.5)), url('../images/Banner-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.icon {
  display: block;
}

.slider-nav {
  display: block;
  padding-right: 27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.body {
  background-color: #fff;
}

.icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

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

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

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

.pagetitle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
}

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

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

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

.body-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.content-wrapper {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

.showcase-blocks-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.showcase {
  position: absolute;
  z-index: 3;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0.5)), to(rgba(255, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.4));
}

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

.showcase-box-link-chairlift {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin: 4px 2px;
  padding-top: 50%;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/MissionBay-preview.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/MissionBay-preview.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 112% 112%;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.showcase-box-link-chairlift:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/MissionBay-preview.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/MissionBay-preview.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100% 100%;
  background-repeat: repeat, no-repeat;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

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

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

.showcase-box-column.arrow {
  display: block;
  width: 17px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

.showcase-arrow {
  width: 17px;
  margin-right: 0px;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
}

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

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

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

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

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

.white-text {
  color: #fff;
}

.logos-cont-flex {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.logos-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.22;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

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

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

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

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

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

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

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

.footer-logo {
  padding-right: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

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

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

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

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

.link-block-calc.w--current {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#63a832), to(#389c3e));
  background-image: linear-gradient(180deg, #63a832, #389c3e);
}

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

.copyright-div.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

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

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

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

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

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

.footer-logo-image {
  display: block;
  opacity: 0.34;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

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

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

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

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

.spacer-image {
  width: 100%;
}

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

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

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 600px;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.43);
  text-align: left;
}

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

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

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

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

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

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

.showcase-text-div {
  padding: 40px 10% 50px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5));
  text-align: left;
}

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

.squarebutt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.41);
}

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

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

.showcase-blocks-flex-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

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

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

.footer-div-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

.html-embed {
  display: block;
}

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

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

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

.u6-large {
  display: block;
  margin-bottom: 20px;
  opacity: 0.4;
}

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

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

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

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

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

.lighter {
  font-weight: 300;
}

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

.pointer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

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

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

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

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

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

.showcase-box-link-beachhouse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin: 4px 2px;
  padding-top: 50%;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Glenfield-preview.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Glenfield-preview.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 112% 112%;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.showcase-box-link-beachhouse:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Glenfield-preview.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Glenfield-preview.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100% 100%;
  background-repeat: repeat, no-repeat;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.showcase-box-link-apartment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin: 4px 2px;
  padding-top: 50%;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/WinterGardens-preview.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/WinterGardens-preview.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 112% 112%;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.showcase-box-link-apartment:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/WinterGardens-preview.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/WinterGardens-preview.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100% 100%;
  background-repeat: repeat, no-repeat;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.showcase-box-link-seawall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin: 4px 2px;
  padding-top: 50%;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Beachlands-preview.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Beachlands-preview.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 112% 112%;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.showcase-box-link-seawall:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Beachlands-preview.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Beachlands-preview.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100% 100%;
  background-repeat: repeat, no-repeat;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.showcase-box-link-missionbay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin: 4px 2px;
  padding-top: 50%;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Pararekau-preview.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Pararekau-preview.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 112% 112%;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.showcase-box-link-missionbay:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Pararekau-preview.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Pararekau-preview.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100% 100%;
  background-repeat: repeat, no-repeat;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav-icon-mobile {
  margin-left: 15px;
  padding-top: 2px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: transparent;
}

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

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

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

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

.milford-rd-before {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/Milford-Rd-Before.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 65%, rgba(0, 0, 0, 0.5) 85%), url('../images/Milford-Rd-Before.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.milford-rd-after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/Milford-Rd-After.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 65%, rgba(0, 0, 0, 0.5) 85%), url('../images/Milford-Rd-After.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

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

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

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

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

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

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

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

.case-study-left-cols-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

.slide-services1 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(0, 0, 0, 0.5))), url('../images/banner_aerial.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 80%, rgba(0, 0, 0, 0.5)), url('../images/banner_aerial.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

.pararekau-after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/Pararekau-After.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 65%, rgba(0, 0, 0, 0.5) 85%), url('../images/Pararekau-After.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pararekau-before {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/Pararekau-Before.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 65%, rgba(0, 0, 0, 0.5) 85%), url('../images/Pararekau-Before.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.winter-gardens-after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/WinterGardens-After.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 65%, rgba(0, 0, 0, 0.5) 85%), url('../images/WinterGardens-After.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.winter-gardens-before {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/WinterGardens-Before.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 65%, rgba(0, 0, 0, 0.5) 85%), url('../images/WinterGardens-Before.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

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

.streetscape-1 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/Streetscape-1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 65%, rgba(0, 0, 0, 0.5) 85%), url('../images/Streetscape-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

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

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

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

.streetscape-2 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/Streetscape-2.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 65%, rgba(0, 0, 0, 0.5) 85%), url('../images/Streetscape-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.streetscape-3 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/Streetscape-3.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 65%, rgba(0, 0, 0, 0.5) 85%), url('../images/Streetscape-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.streetscape-4 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/Streetscape-4.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 65%, rgba(0, 0, 0, 0.5) 85%), url('../images/Streetscape-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.streetscape-6 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/Streetscape-6.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 65%, rgba(0, 0, 0, 0.5) 85%), url('../images/Streetscape-6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.streetscape-5 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/Streetscape-5.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 65%, rgba(0, 0, 0, 0.5) 85%), url('../images/Streetscape-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

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

.slide-1 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(0, 0, 0, 0.71))), url('../images/Banner-1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 70%, rgba(0, 0, 0, 0.71)), url('../images/Banner-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.body-text-wrapper-single-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-single {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

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

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

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

.casestudyicondisc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
}

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

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

.slide-the-science.v2 {
  background-image: url('../images/bg_grid.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(0, 0, 0, 0.5))), url('../images/banner_thescience_v3.jpg');
  background-image: url('../images/bg_grid.png'), linear-gradient(180deg, transparent, transparent 80%, rgba(0, 0, 0, 0.5)), url('../images/banner_thescience_v3.jpg');
}

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

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

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

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

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

.panoramicaerial {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(0, 0, 0, 0.5))), url('../images/Puhinui-Peninsula.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 80%, rgba(0, 0, 0, 0.5)), url('../images/Puhinui-Peninsula.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.beachlands-before {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/Beachlands-Before.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 65%, rgba(0, 0, 0, 0.5) 85%), url('../images/Beachlands-Before.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.beachlands-after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/Beachlands-After.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 65%, rgba(0, 0, 0, 0.5) 85%), url('../images/Beachlands-After.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mission-bay-before {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/MissionBay-Before.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 65%, rgba(0, 0, 0, 0.5) 85%), url('../images/MissionBay-Before.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.mission-bay-after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/MissionBay-After.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 65%, rgba(0, 0, 0, 0.5) 85%), url('../images/MissionBay-After.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.glenfield-before {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/Glenfield-Before.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 65%, rgba(0, 0, 0, 0.5) 85%), url('../images/Glenfield-Before.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.glenfield-after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/Glenfield-After.jpg');
  background-image: linear-gradient(180deg, transparent, transparent 65%, rgba(0, 0, 0, 0.5) 85%), url('../images/Glenfield-After.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #9c9c9c;
}

.link:hover {
  color: #000;
}

.link-2 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #9c9c9c;
}

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

.link-3 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #9c9c9c;
}

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

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

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

.content-wrapper-services {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

.slide-services.v2 {
  background-image: url('../images/bg_grid.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(0, 0, 0, 0.5))), url('../images/banner_thescience_v3.jpg');
  background-image: url('../images/bg_grid.png'), linear-gradient(180deg, transparent, transparent 80%, rgba(0, 0, 0, 0.5)), url('../images/banner_thescience_v3.jpg');
}

.banner-services-flex {
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

@media screen and (max-width: 991px) {
  .image {
    max-width: 75%;
    color: transparent;
  }
  .menu-button {
    padding: 6px 9px;
  }
  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 13px;
    line-height: 12px;
    letter-spacing: 3px;
  }
  .nav-icon-desktop {
    max-width: 100%;
    margin-left: 5px;
    color: transparent;
  }
  .nav-icon-desktop.w--current {
    padding-top: 0px;
    padding-left: 14px;
  }
  .container {
    background-color: transparent;
  }
  .nav-menu {
    height: 50px;
    color: #b14b4b;
  }
  .navbar {
    height: 50px;
  }
  .nav-spacer {
    width: 25%;
  }
  .dropdown-link {
    font-size: 11px;
    line-height: 18px;
    text-align: center;
  }
  .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% 50%;
    background-size: cover;
  }
  .slide-3 {
    margin-top: 0px;
  }
  .slider-nav {
    display: block;
  }
  .intro-text {
    margin-top: 30px;
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
  }
  .intro-text.trinidad {
    padding-right: 45px;
    padding-left: 45px;
    font-size: 22px;
  }
  .pagetitle-wrapper {
    margin-top: 25px;
    margin-bottom: 30px;
    float: none;
    text-align: left;
  }
  .column-alpha {
    margin-right: 10px;
  }
  .column-alpha.equipment {
    text-align: left;
  }
  .body-text-wrapper {
    padding-right: 50px;
    padding-left: 50px;
  }
  .body-text-wrapper.references {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .content-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: transparent;
  }
  .content-wrapper.casestudy {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .content-wrapper.services {
    max-width: 230px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section-bodytext {
    text-align: center;
  }
  .image-18 {
    width: 160px;
    margin-bottom: 15px;
  }
  .page-title {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 4px;
  }
  .column-omega {
    margin-left: 10px;
    text-align: left;
  }
  .body-text-1 {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    text-align: justify;
  }
  .body-text-1.alpha {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 21px;
  }
  .body-text-1.centred {
    padding-right: 40px;
    padding-left: 40px;
  }
  .showcase {
    padding-right: 10px;
  }
  .section-promo-boxes {
    padding-right: 1px;
    padding-left: 1px;
  }
  .showcase-box-link-chairlift {
    margin: 2px 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/MissionBay-preview.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/MissionBay-preview.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 112% 112%;
    background-repeat: repeat, no-repeat;
  }
  .showcase-box-column.arrow {
    width: 16px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .showcase-box-desc {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
  }
  .showcase-arrow {
    position: static;
    display: block;
  }
  .showcase-box-title {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 15px;
  }
  .section-logos {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-logos {
    padding-right: 60px;
    padding-left: 60px;
  }
  .logos-cont-flex {
    display: block;
  }
  .logos-link-block {
    text-align: center;
  }
  .client-logo {
    margin-right: 15px;
    margin-left: 15px;
  }
  .footer-inline-text-link {
    display: block;
    font-size: 14px;
    line-height: 18px;
  }
  .footer-inline-text-link.copyright {
    display: inline-block;
  }
  .footer-col {
    padding-right: 3%;
    padding-left: 3%;
  }
  .footer-col.omega {
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer-logo {
    display: block;
    padding-right: 10px;
    text-align: center;
  }
  .link-block-calc {
    width: 100px;
    height: 100px;
  }
  .copyright-div {
    margin-top: 30px;
  }
  .copyright-div.flex {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer-title {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: 4px;
  }
  .footer {
    padding-right: 11px;
    padding-bottom: 30px;
    padding-left: 11px;
  }
  .footer-link {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 18px;
  }
  .footer-links-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .footer-text {
    margin-bottom: 7px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 18px;
  }
  .footer-text.copyright {
    text-align: center;
  }
  .section-map {
    height: 450px;
    background-position: 52% 35%;
    background-size: 170%;
  }
  .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 {
    width: 30px;
    height: 30px;
    border-color: hsla(0, 0%, 100%, 0.4);
  }
  .squarebutt-icon {
    font-size: 18px;
    line-height: 18px;
  }
  .section-promo-boxes-v2 {
    padding: 22px 0px 20px;
  }
  .showcase-blocks-flex-v2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .showcase-box-link-v2 {
    display: block;
    width: 200px;
    margin: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .showcase-box-link-v2:hover {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.53);
    -webkit-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
  }
  .footer-div-flex {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .copyright-text.mobile {
    padding-right: 0px;
  }
  .copyright-text.copyright {
    text-align: center;
  }
  .copyright-link.copyright {
    display: inline-block;
  }
  .footer-title-link {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: 4px;
  }
  .u6-large {
    width: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .banner-title-div-flex {
    padding-bottom: 35px;
  }
  .banner-title {
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 15px;
    font-weight: 700;
    letter-spacing: 5px;
  }
  .banner-title.science {
    margin-bottom: 0px;
  }
  .banner-title-2 {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 5px;
  }
  .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 {
    margin: 2px 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Glenfield-preview.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Glenfield-preview.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 112% 112%;
    background-repeat: repeat, no-repeat;
  }
  .showcase-box-link-apartment {
    margin: 2px 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/WinterGardens-preview.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/WinterGardens-preview.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 112% 112%;
    background-repeat: repeat, no-repeat;
  }
  .showcase-box-link-apartment:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/WinterGardens-preview.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/WinterGardens-preview.jpg');
  }
  .showcase-box-link-seawall {
    margin: 2px 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Beachlands-preview.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Beachlands-preview.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 112% 112%;
    background-repeat: repeat, no-repeat;
  }
  .showcase-box-link-seawall:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Beachlands-preview.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Beachlands-preview.jpg');
  }
  .showcase-box-link-missionbay {
    margin: 2px 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Pararekau-preview.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Pararekau-preview.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 112% 112%;
    background-repeat: repeat, no-repeat;
  }
  .showcase-box-link-missionbay:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Pararekau-preview.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Pararekau-preview.jpg');
  }
  .nav-icon-mobile {
    max-width: 100%;
    margin-left: 5px;
    color: transparent;
  }
  .nav-icon-mobile.w--current {
    padding-top: 0px;
    padding-left: 14px;
  }
  .milford-rd-after {
    margin-top: 0px;
  }
  .section-other-case-studies {
    padding: 0px 1px 17px;
  }
  .case-study-title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
  }
  .case-study-banner-div-flex {
    padding-bottom: 35px;
  }
  .case-study-column {
    padding-right: 50px;
  }
  .case-study-label {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
  }
  .case-study-icon {
    width: 90px;
  }
  .case-study-container-div {
    width: 100%;
    padding-right: 30px;
    padding-left: 50px;
  }
  .case-study-rule {
    margin-top: 3px;
    margin-bottom: 10px;
  }
  .case-study-desc {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
  }
  .section-casestudy-text {
    margin-top: 15px;
    text-align: center;
  }
  .caption {
    font-size: 13px;
    line-height: 17px;
    text-align: justify;
  }
  .caption.alpha {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 21px;
  }
  .pararekau-after {
    margin-top: 0px;
  }
  .winter-gardens-after {
    margin-top: 0px;
  }
  .here-2 {
    height: 450px;
  }
  .here-2.noslider {
    height: 50px;
  }
  .here-2.science {
    height: 350px;
  }
  .more-case-studies-title {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 5px;
  }
  .body-text-wrapper-single-col {
    padding-right: 40px;
    padding-left: 40px;
  }
  .column-single {
    margin-right: 10px;
  }
  .body-text-subhead {
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    text-align: justify;
  }
  .body-text-subhead.alpha {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 21px;
  }
  .diagram1 {
    margin-bottom: -57px;
  }
  .casestudyicondisc {
    width: 85px;
    height: 85px;
  }
  .beforeaftertext {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 3px;
  }
  .slide-the-science {
    background-position: 50% 50%, 50% 100%;
    background-size: 140px 140px, cover;
  }
  .stage {
    font-size: 12px;
    letter-spacing: 3px;
  }
  .reference {
    font-size: 13px;
    line-height: 17px;
    text-align: justify;
  }
  .reference.alpha {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 21px;
  }
  .beachlands-after {
    margin-top: 0px;
  }
  .mission-bay-after {
    margin-top: 0px;
  }
  .glenfield-after {
    margin-top: 0px;
  }
  .banner-title-bigger {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 15px;
    font-weight: 800;
    letter-spacing: 5px;
  }
  .references-text.mobile {
    padding-right: 0px;
  }
  .references-text.copyright {
    text-align: center;
  }
  .heading {
    margin-top: 25px;
    margin-bottom: 35px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0px;
  }
  .heading.trinidad {
    padding-right: 45px;
    padding-left: 45px;
    font-size: 22px;
  }
  .title {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1px;
  }
  .contacttext {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    text-align: justify;
  }
  .contacttext.alpha {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 21px;
  }
  .u6fieldlabel {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1px;
  }
  .column-omega-copy {
    margin-left: 10px;
    text-align: left;
  }
  .welcome {
    margin-bottom: 11px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 100;
    letter-spacing: -1px;
  }
  .banner-title-div-flex-home {
    padding-bottom: 35px;
  }
  .diagram2 {
    margin-bottom: -40px;
  }
  .content-wrapper-services {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: transparent;
  }
  .content-wrapper-services.casestudy {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .content-wrapper-services.services {
    max-width: 230px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .slide-services {
    background-position: 50% 50%, 50% 0px;
    background-size: 140px 140px, cover;
  }
  .banner-services-flex {
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .case-study-title-about {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .image {
    display: block;
    width: 73%;
    height: 73%;
    margin-bottom: 3px;
  }
  .menu-button {
    position: relative;
    display: block;
    height: 40px;
    padding: 0px 9px;
    float: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-link {
    display: block;
    width: 100%;
    margin-right: 23px;
    margin-left: auto;
    padding: 15px 25px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-align: right;
    letter-spacing: 3px;
  }
  .nav-link.w--current {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .nav-link.mobonly {
    display: block;
  }
  .nav-link.contact {
    display: none;
  }
  .nav-icon-desktop {
    display: none;
  }
  .nav-icon-desktop.w--current {
    display: block;
  }
  .container {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .nav-menu {
    display: block;
    overflow: visible;
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #232323;
    color: transparent;
    text-align: center;
  }
  .navbar {
    position: fixed;
    height: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dropdown-link {
    margin-left: 0px;
    padding: 12px 50px 12px 0px;
    font-size: 14px;
    text-align: right;
    letter-spacing: 2px;
  }
  .icon-2 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a7a7a7;
    font-size: 40px;
  }
  .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 {
    margin-top: 6px;
    margin-bottom: 20px;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
  }
  .intro-text.trinidad {
    padding-right: 2px;
    padding-left: 2px;
    color: #333;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
  }
  .pagetitle-wrapper {
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .column-alpha {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .body-text-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .body-text-wrapper.references {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .content-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 7px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-bodytext {
    margin-top: 0px;
    padding-top: 20px;
  }
  .image-18 {
    width: 140px;
    margin-bottom: 21px;
  }
  .page-title {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 25px;
  }
  .column-omega {
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    text-align: center;
  }
  .body-text-1 {
    font-size: 15px;
    text-align: justify;
  }
  .body-text-1.alpha {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
  }
  .body-text-1.centred {
    padding-right: 0px;
    padding-left: 0px;
  }
  .showcase-blocks-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-promo-boxes {
    padding: 1px 0px;
  }
  .showcase-box-link-chairlift {
    width: 100%;
    height: 350px;
    max-height: 350px;
    min-height: 350px;
    margin: 1px 4px;
    padding-top: 60%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/MissionBay-preview_mobile.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/MissionBay-preview_mobile.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 112% 112%;
    background-repeat: repeat, no-repeat;
  }
  .showcase-box-link-chairlift:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/MissionBay-preview_mobile.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/MissionBay-preview_mobile.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 100% 100%;
    background-repeat: repeat, no-repeat;
  }
  .showcase-box-column.arrow {
    width: 15px;
    margin-top: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .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 {
    margin-bottom: 40px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
  }
  .logos-cont-flex {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .logos-link-block {
    text-align: center;
  }
  .footer-inline-text-link.copyright {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0px;
  }
  .footer-col.omega {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-logo {
    padding-right: 10px;
  }
  .copyright-div {
    display: block;
    overflow: auto;
    background-color: transparent;
  }
  .footer-title {
    font-weight: 600;
  }
  .footer {
    padding-top: 30px;
  }
  .footer-link:hover {
    color: #727272;
  }
  .footer-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-text.mobile {
    margin-bottom: 0px;
    text-align: center;
  }
  .footer-text.copyright {
    font-size: 12px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .section-map {
    height: 400px;
    background-position: 51% 36%;
    background-size: 210%;
  }
  .showcase-text-div-container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .showcase-text-div {
    padding-right: 5%;
    padding-left: 7%;
  }
  .squarebutt {
    width: 40px;
    height: 40px;
    border-color: hsla(0, 0%, 100%, 0.37);
  }
  .squarebutt-icon {
    font-size: 20px;
    line-height: 20px;
  }
  .section-promo-boxes-v2 {
    padding-top: 20px;
  }
  .showcase-blocks-flex-v2 {
    padding-top: 0px;
  }
  .showcase-box-link-v2 {
    width: 170px;
    margin: 11px 5px;
  }
  .showcase-box-link-v2:hover {
    -webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
  }
  .copyright-text.mobile {
    margin-bottom: 0px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0px;
    text-transform: none;
  }
  .copyright-text.copyright {
    font-size: 12px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .copyright-link.copyright {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0px;
  }
  .footer-title-link {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .u6-large {
    width: 170px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .banner-title-div-flex {
    padding-bottom: 30px;
  }
  .banner-title {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 4px;
  }
  .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 {
    width: 100%;
    height: 350px;
    max-height: 350px;
    min-height: 350px;
    margin: 1px 4px;
    padding-top: 60%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Glenfield-preview_mobile.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Glenfield-preview_mobile.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 112% 112%;
    background-repeat: repeat, no-repeat;
  }
  .showcase-box-link-beachhouse:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Glenfield-preview_mobile.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Glenfield-preview_mobile.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 100% 100%;
    background-repeat: repeat, no-repeat;
  }
  .showcase-box-link-apartment {
    width: 100%;
    height: 350px;
    max-height: 350px;
    min-height: 350px;
    margin: 1px 4px;
    padding-top: 60%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/WinterGardens-preview_mobile.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/WinterGardens-preview_mobile.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 112% 112%;
    background-repeat: repeat, no-repeat;
  }
  .showcase-box-link-apartment:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/WinterGardens-preview_mobile.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/WinterGardens-preview_mobile.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 100% 100%;
    background-repeat: repeat, no-repeat;
  }
  .showcase-box-link-seawall {
    width: 100%;
    height: 350px;
    max-height: 350px;
    min-height: 350px;
    margin: 1px 4px 2px;
    padding-top: 60%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Beachlands-preview_mobile.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Beachlands-preview_mobile.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 112% 112%;
    background-repeat: repeat, no-repeat;
  }
  .showcase-box-link-seawall:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Beachlands-preview_mobile.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Beachlands-preview_mobile.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 100% 100%;
    background-repeat: repeat, no-repeat;
  }
  .showcase-box-link-missionbay {
    width: 100%;
    height: 350px;
    max-height: 350px;
    min-height: 350px;
    margin: 1px 0px;
    padding-top: 60%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Pararekau-preview_mobile.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Pararekau-preview_mobile.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 112% 112%;
    background-repeat: repeat, no-repeat;
  }
  .showcase-box-link-missionbay:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Pararekau-preview_mobile.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Pararekau-preview_mobile.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 100% 100%;
    background-repeat: repeat, no-repeat;
  }
  .nav-icon-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-icon-mobile.w--current {
    display: block;
    padding-left: 5px;
  }
  .section-other-case-studies {
    padding: 1px 0px;
  }
  .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-right: 15px;
    padding-left: 25px;
  }
  .case-study-rule {
    margin-bottom: 8px;
  }
  .case-study-desc {
    font-size: 16px;
    line-height: 16px;
  }
  .section-casestudy-text {
    margin-top: 0px;
    padding-top: 20px;
  }
  .caption {
    font-size: 12px;
    line-height: 15px;
    text-align: justify;
  }
  .caption.alpha {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
  }
  .image-wrapper {
    padding-right: 17px;
    padding-left: 17px;
  }
  .miscimage1 {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-bottom: 26px;
    margin-left: auto;
  }
  .terms-para {
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
  }
  .footer-mob-link {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: proxima-nova, sans-serif;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
  }
  .spacer {
    display: none;
    width: 100%;
    height: 0px;
  }
  .mask {
    margin-top: 40px;
  }
  .pararekau-after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/Pararekau-After.jpg');
    background-image: linear-gradient(180deg, transparent, transparent 75%, rgba(0, 0, 0, 0.5) 85%), url('../images/Pararekau-After.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .pararekau-before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/Pararekau-Before.jpg');
    background-image: linear-gradient(180deg, transparent, transparent 75%, rgba(0, 0, 0, 0.5) 85%), url('../images/Pararekau-Before.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .winter-gardens-after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/WinterGardens-After.jpg');
    background-image: linear-gradient(180deg, transparent, transparent 75%, rgba(0, 0, 0, 0.5) 85%), url('../images/WinterGardens-After.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .winter-gardens-before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/WinterGardens-Before.jpg');
    background-image: linear-gradient(180deg, transparent, transparent 75%, rgba(0, 0, 0, 0.5) 85%), url('../images/WinterGardens-Before.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .here-2 {
    height: 300px;
  }
  .here-2.science {
    height: 300px;
  }
  .more-case-studies-title {
    margin-bottom: 15px;
    font-weight: 400;
  }
  .slide-1 {
    background-position: 0px 0px, 50% 50%;
  }
  .body-text-wrapper-single-col {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-single {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .body-text-subhead {
    font-size: 15px;
    text-align: justify;
  }
  .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 {
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 2px;
  }
  .reference {
    font-size: 12px;
    line-height: 15px;
    text-align: justify;
  }
  .reference.alpha {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
  }
  .beachlands-before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/Beachlands-Before.jpg');
    background-image: linear-gradient(180deg, transparent, transparent 75%, rgba(0, 0, 0, 0.5) 85%), url('../images/Beachlands-Before.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .beachlands-after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/Beachlands-After.jpg');
    background-image: linear-gradient(180deg, transparent, transparent 75%, rgba(0, 0, 0, 0.5) 85%), url('../images/Beachlands-After.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .mission-bay-before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/MissionBay-Before.jpg');
    background-image: linear-gradient(180deg, transparent, transparent 75%, rgba(0, 0, 0, 0.5) 85%), url('../images/MissionBay-Before.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .mission-bay-after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/MissionBay-After.jpg');
    background-image: linear-gradient(180deg, transparent, transparent 75%, rgba(0, 0, 0, 0.5) 85%), url('../images/MissionBay-After.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .glenfield-before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/Glenfield-Before.jpg');
    background-image: linear-gradient(180deg, transparent, transparent 75%, rgba(0, 0, 0, 0.5) 85%), url('../images/Glenfield-Before.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .glenfield-after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, transparent), color-stop(85%, rgba(0, 0, 0, 0.5))), url('../images/Glenfield-After.jpg');
    background-image: linear-gradient(180deg, transparent, transparent 75%, rgba(0, 0, 0, 0.5) 85%), url('../images/Glenfield-After.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .banner-title-bigger {
    margin-bottom: 0px;
    font-size: 16px;
    letter-spacing: 4px;
  }
  .references-text.mobile {
    margin-bottom: 0px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0px;
    text-transform: none;
  }
  .references-text.copyright {
    font-size: 12px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .heading {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
  }
  .heading.trinidad {
    padding-right: 2px;
    padding-left: 2px;
    color: #333;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
  }
  .title {
    margin-bottom: 5px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
  }
  .contacttext {
    font-size: 15px;
    text-align: center;
  }
  .contacttext.alpha {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
  }
  .u6fieldlabel {
    margin-bottom: 5px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 1px;
  }
  .column-omega-copy {
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    text-align: center;
  }
  .welcome {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 23px;
    font-weight: 300;
    letter-spacing: 0px;
  }
  .banner-title-div-flex-home {
    padding-bottom: 25px;
  }
  .diagram2 {
    margin-bottom: -39px;
  }
  .content-wrapper-services {
    display: block;
    max-width: 250px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .slide-services {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.35)), to(hsla(0, 0%, 100%, 0.35))), url('../images/services_mobile.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.35), hsla(0, 0%, 100%, 0.35)), url('../images/services_mobile.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .banner-services-flex {
    padding-top: 4px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .click-to-call-email {
    margin: 8px;
    padding: 17px 30px;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    -webkit-transition: border 200ms ease;
    transition: border 200ms ease;
    font-family: proxima-nova, sans-serif;
    color: #ababab;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .click-to-call-email:hover {
    border-color: #333;
    color: #4f4f4f;
  }
  .click-to-call-email-div-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .click-to-call-email-div-flex.mobonly {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .case-study-title-about {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 70%;
    height: 70%;
  }
  .nav-link {
    margin-right: 10px;
    padding-right: 10px;
    font-size: 14px;
    letter-spacing: 3px;
  }
  .nav-menu {
    overflow: visible;
    text-align: right;
  }
  .navbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .dropdown-link {
    padding-top: 12px;
    padding-right: 23px;
    padding-bottom: 12px;
    font-size: 14px;
    text-align: right;
    letter-spacing: 0px;
  }
  .icon-2 {
    font-size: 40px;
  }
  .here {
    height: 260px;
  }
  .here.science {
    height: 250px;
  }
  .intro-text {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 15px;
  }
  .intro-text.trinidad {
    padding-right: 24px;
    padding-left: 24px;
  }
  .body-text-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-wrapper {
    padding: 9px 5px 14px;
  }
  .image-18 {
    width: 125px;
  }
  .page-title {
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 3px;
  }
  .body-text-1 {
    font-size: 15px;
    line-height: 20px;
  }
  .body-text-1.alpha {
    line-height: 20px;
  }
  .showcase-box-link-chairlift {
    height: 250px;
    max-height: 250px;
    min-height: 250px;
    padding-top: 75%;
  }
  .showcase-box-column.arrow {
    width: 13px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .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 {
    display: block;
    padding: 0px 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logos-link-block {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .client-logo {
    height: 55px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-inline-text-link.copyright {
    font-size: 11px;
  }
  .copyright-div.flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer {
    padding-top: 25px;
    padding-right: 7px;
    padding-left: 7px;
  }
  .footer-text.copyright {
    padding-right: 34px;
    padding-left: 34px;
    font-size: 11px;
  }
  .section-map {
    height: 350px;
    background-position: 51% 35%;
    background-size: 320%;
  }
  .showcase-text-div {
    padding: 5px 7% 10px;
  }
  .showcase-box-rule {
    margin-bottom: 10px;
  }
  .squarebutt {
    width: 30px;
    height: 30px;
    border-color: hsla(0, 0%, 100%, 0.3);
  }
  .squarebutt-icon {
    font-size: 18px;
    line-height: 18px;
  }
  .showcase-box-link-v2 {
    width: 145px;
    margin-bottom: 20px;
  }
  .showcase-box-link-v2:hover {
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
  }
  .copyright-text.copyright {
    padding-right: 34px;
    padding-left: 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-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }
  .banner-title {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: 3px;
  }
  .right-arrow {
    display: block;
    width: 40px;
  }
  .left-arrow {
    display: block;
    width: 40px;
  }
  .pointer-lollipop {
    padding: 2px 8px;
  }
  .pointer-text {
    font-size: 9px;
  }
  .showcase-box-link-beachhouse {
    height: 250px;
    max-height: 250px;
    min-height: 250px;
    padding-top: 75%;
  }
  .showcase-box-link-apartment {
    height: 250px;
    max-height: 250px;
    min-height: 250px;
    padding-top: 75%;
  }
  .showcase-box-link-seawall {
    height: 250px;
    max-height: 250px;
    min-height: 250px;
    padding-top: 75%;
  }
  .showcase-box-link-missionbay {
    height: 250px;
    max-height: 250px;
    min-height: 250px;
    padding-top: 75%;
  }
  .milford-rd-before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(60%, rgba(0, 0, 0, 0.5))), url('../images/Milford-Rd-Before.jpg');
    background-image: linear-gradient(180deg, transparent, transparent 40%, rgba(0, 0, 0, 0.5) 60%), url('../images/Milford-Rd-Before.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .milford-rd-after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(60%, rgba(0, 0, 0, 0.5))), url('../images/Milford-Rd-After.jpg');
    background-image: linear-gradient(180deg, transparent, transparent 40%, rgba(0, 0, 0, 0.5) 60%), url('../images/Milford-Rd-After.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .case-study-title {
    font-size: 13px;
    line-height: 14px;
  }
  .case-study-banner-div-flex {
    padding-bottom: 7px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .case-study-column {
    padding-right: 0px;
  }
  .case-study-label {
    margin-top: 19px;
    margin-bottom: 0px;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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;
  }
  .here-2 {
    height: 250px;
  }
  .here-2.science {
    height: 250px;
  }
  .more-case-studies-title {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 4px;
  }
  .body-text-wrapper-single-col {
    padding-right: 20px;
    padding-left: 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 {
    font-size: 10px;
    letter-spacing: 3px;
  }
  .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-right: 34px;
    padding-left: 34px;
    font-size: 11px;
  }
  .heading {
    padding-right: 17px;
    padding-left: 17px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
  }
  .heading.trinidad {
    padding-right: 24px;
    padding-left: 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: 0px;
  }
  .banner-services-flex {
    padding-bottom: 0px;
  }
  .click-to-call-email {
    margin: 5px;
    padding: 13px 19px;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .case-study-title-about {
    font-size: 13px;
    line-height: 14px;
  }
}

