body {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Muli, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.61);
}

h2 {
  margin-top: 0px;
  margin-left: 0%;
  padding-top: 80px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#fff));
  background-image: linear-gradient(180deg, #f5f5f5, #fff);
  color: #6e6e6e;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

h3 {
  margin: 0px 10%;
  padding-top: 60px;
  color: #6e6e6e;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.logo {
  margin-top: 27px;
  margin-bottom: 9px;
  margin-left: 40px;
}

.logo.hero {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 0px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
}

.logo.black.w--current {
  position: fixed;
  left: 0px;
  top: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.navbar {
  position: fixed;
  display: block;
  width: 100%;
  background-color: rgba(41, 41, 41, 0.83);
  box-shadow: 0 3px 13px 1px rgba(0, 0, 0, 0.5);
}

.navlink {
  position: static;
  margin-top: 17px;
  margin-left: 5px;
  padding: 20px;
  border-top: 5px none transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.navlink:hover {
  border-top-style: none;
  border-top-color: #a2bdb1;
  color: #a2bdb1;
}

.navlink.w--current {
  border-top: 5px none #a2bdb1;
  border-bottom: 0px none #a2bdb1;
  color: #a2bdb1;
}

.navlink.bottom {
  text-decoration: none;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.navlink.bottom:hover {
  color: rgba(14, 52, 136, 0.84);
}

.navlink.top {
  display: none;
}

.hero-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  padding-top: 60px;
  border-bottom: 0px none rgba(0, 0, 0, 0.45);
  background-image: url('../images/Hero-Greencoastmedia-web-1600.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.3);
}

.hero-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  -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-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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.hero-arrow {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.bottom-nav-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 4px;
  display: none;
  margin-right: 40px;
  margin-bottom: 45px;
  text-align: right;
}

.focus-section {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.statement-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.statement-wrapper.bg {
  position: relative;
  height: 40vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94))), url('../images/Blue-Jelly-Fish-BG-500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94)), url('../images/Blue-Jelly-Fish-BG-500.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.statement-wrapper.bg2 {
  position: relative;
  height: 50vh;
  background-image: url('../images/Dragonfly-flip-1200p.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.statement-wrapper.bg3 {
  height: 40vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.93)), to(hsla(0, 0%, 100%, 0.93))), url('../images/Closeup-White-Orange--BG-500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.93), hsla(0, 0%, 100%, 0.93)), url('../images/Closeup-White-Orange--BG-500.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.statement-wrapper.bg5 {
  height: 40vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.93)), to(hsla(0, 0%, 100%, 0.93))), url('../images/Texture-BG-500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.93), hsla(0, 0%, 100%, 0.93)), url('../images/Texture-BG-500.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.statement-wrapper.genuinely {
  height: 40vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.95)), to(hsla(0, 0%, 100%, 0.95))), url('../images/Lake-reflection-BG-500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.95)), url('../images/Lake-reflection-BG-500.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.statement-wrapper.testimonial {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 18, 44, 0.97)), to(rgba(21, 18, 44, 0.97))), url('../images/Blue-Jelly-Fish-MWunsch233.jpg');
  background-image: linear-gradient(180deg, rgba(21, 18, 44, 0.97), rgba(21, 18, 44, 0.97)), url('../images/Blue-Jelly-Fish-MWunsch233.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.focus-statement {
  display: inline;
  margin-top: 0px;
  margin-right: 0%;
  margin-left: 4px;
  padding-top: 0px;
  float: none;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #6e6e6e;
  font-size: 30px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.focus-statement.b1 {
  display: inline;
  border-bottom: 1px none #6e6e6e;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #439286;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.focus-statement.b5 {
  display: inline;
  margin-right: 3px;
  margin-left: 8px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #7c8d87;
  font-size: 40px;
  font-weight: 800;
}

.focus-statement.white {
  display: inline;
  color: #fff;
  font-size: 30px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.61);
}

.focus-statement.white.b2 {
  display: inline-block;
  margin-left: 8px;
  float: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 500;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.41);
}

.focus-statement.white.name {
  float: right;
  clear: both;
}

.focus-statement.line {
  display: inline;
  margin-right: 5px;
  margin-left: 5px;
  color: #6e6e6e;
  font-size: 30px;
  font-weight: 400;
}

.focus-statement.line.b3 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #e9a81e;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
  text-shadow: none;
}

.focus-statement.b4 {
  display: inline-block;
  margin-right: 3px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #5a2070;
  font-size: 40px;
  font-weight: 600;
}

.service-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.individual-service-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: 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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.individual-service-wrapper.centre {
  background-color: rgba(0, 0, 0, 0.1);
}

.service-section {
  position: relative;
  height: 60%;
  background-image: url('../images/Man-Made-Island-Poster-4dk-1700.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.service-icon {
  position: relative;
  display: block;
  width: auto;
  height: 70px;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
}

.service-text {
  position: relative;
  margin: 20px 20px 0px;
  padding: 7% 10% 36px;
  color: #e2e2e2;
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.service-background-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 27, 70, 0.84);
}

.service-title {
  position: relative;
  display: block;
  padding-top: 30px;
  color: #fff;
  font-size: 30px;
  font-weight: 200;
}

.front-image {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.front-image.downtown {
  -webkit-filter: brightness(61%);
  filter: brightness(61%);
}

.featured-text-div-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
}

.feature-image {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image.fit-height {
  display: block;
  width: auto;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.project-description-text {
  position: static;
  overflow: visible;
  width: 100%;
  padding: 5% 15%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.project-description-text.award {
  padding-top: 2%;
  padding-right: 0%;
  padding-left: 0%;
}

.project-description-text.feature {
  margin-bottom: -4%;
  padding-right: 15%;
  padding-bottom: 0%;
  font-size: 21px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 4px;
}

.project-description-text.dragonfly {
  display: block;
  padding-right: 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-description-text.banner-bg-revit {
  margin-top: 30px;
  margin-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(223, 236, 255, 0.5)), to(rgba(223, 236, 255, 0.5)));
  background-image: linear-gradient(180deg, rgba(223, 236, 255, 0.5), rgba(223, 236, 255, 0.5));
}

.project-description-text.sacred-installation-text {
  position: relative;
  padding-right: 0%;
}

.project-description-text.brochure-text-sacred {
  padding-left: 5%;
}

.project-description-text.sacred-canoe {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.83)), to(hsla(0, 0%, 100%, 0.83))), url('../images/EagleCanoe-black-on-white-800p.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.83), hsla(0, 0%, 100%, 0.83)), url('../images/EagleCanoe-black-on-white-800p.jpg');
  background-position: 0px 0px, 96% 50%;
  background-size: auto, auto 100%;
  background-repeat: repeat, no-repeat;
}

.feature-lightbox {
  position: static;
  display: block;
  overflow: visible;
  width: 30%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-lightbox.title {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 25vh;
  -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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.client-section {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  border-top: 1px none rgba(0, 0, 0, 0.5);
  border-bottom: 1px none rgba(0, 0, 0, 0.5);
  background-image: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.client-logo {
  width: 120px;
  height: auto;
  margin: 0px 10px;
  padding: 7px 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.client-logo.bcparks {
  width: 180px;
  margin-right: -20px;
  margin-left: -20px;
  padding-right: 0px;
  padding-left: 0px;
}

.client-logo.wwf {
  width: 150px;
}

.client-logo.foc {
  width: 180px;
  padding-right: 5px;
  padding-left: 5px;
}

.client-logo.city-cr {
  width: 160px;
}

.client-logo.nuyumbalees {
  width: 140px;
}

.client-logo.dsf {
  width: 160px;
}

.client-logo.crm {
  width: 180px;
}

.footer-section {
  position: relative;
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(71%, transparent), color-stop(98%, #141313)), url('../images/Haida-Gwaii050-Final-1200.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), transparent 71%, #141313 98%), url('../images/Haida-Gwaii050-Final-1200.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 -1px 18px 0 rgba(0, 0, 0, 0.1);
}

.about-section {
  position: relative;
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  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/Lilypads-Service-BG.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Lilypads-Service-BG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.contact-wrapper {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#292929), to(#292929));
  background-image: linear-gradient(180deg, #292929, #292929);
}

.contact-info-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 5% 70px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#141313), to(#141313));
  background-image: linear-gradient(180deg, #141313, #141313);
}

.contact-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-right: 5px;
  padding-left: 5px;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-icon {
  display: block;
  width: auto;
  height: 30px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
}

.contact-text {
  width: 100%;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.contact-text.copyright {
  padding-top: 10px;
  font-size: 13px;
  line-height: 13px;
}

.contact-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.contact-link.hide {
  display: none;
}

.navbar-menu {
  margin-right: 40px;
}

.feature-detail-title {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 10%;
  margin-right: 2%;
  margin-left: 5%;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.feature-detail-title.black {
  color: #000;
}

.feature-image-behind {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

.about-wrapper {
  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-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.hero-text {
  position: relative;
  display: inline;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: none;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 65px;
  line-height: 100px;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
}

.hero-text.world {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: -25px;
  font-family: 'Julius Sans One', sans-serif;
  color: #45a13d;
  font-size: 100px;
  line-height: 120px;
  font-weight: 400;
  letter-spacing: 15px;
  text-shadow: none;
}

.statement-container {
  display: block;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.statement-container.right {
  padding-right: 5%;
  padding-left: 53%;
}

.tile-wrapper {
  position: relative;
  overflow: hidden;
  width: 25%;
  height: auto;
  max-height: 350px;
  max-width: 350px;
  min-height: 100px;
  min-width: 100px;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tile-wrapper.invis {
  display: none;
}

.grid-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9%;
  padding: 12% 10% 5%;
  -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-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9));
}

.tile-link-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.tile-heading {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 200;
}

.project-details-wrapper {
  position: relative;
}

.project-1 {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.project-detail-header-wrapper {
  position: relative;
  overflow: hidden;
  height: 25vh;
}

.project-2 {
  position: relative;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.hero-logo {
  display: none;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.87;
}

.hero-arrow-linkblock {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 10%;
  margin-right: auto;
  margin-left: auto;
}

.project-nav-bar-wrapper {
  position: relative;
}

.project-nav {
  width: 80px;
  height: 80px;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.69;
  -webkit-filter: none;
  filter: none;
}

.tile-div-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 27, 70, 0.84)), to(rgba(7, 27, 70, 0.84)));
  background-image: linear-gradient(180deg, rgba(7, 27, 70, 0.84), rgba(7, 27, 70, 0.84));
}

.project-3 {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.project-4 {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.project-5 {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.project-6 {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.project-7 {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.project-8 {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
}

.project-9 {
  position: static;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
}

.project-reset-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 88px;
}

.project-nav-link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 130px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.project-nav-link-block.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.project-nav-link-block.back {
  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;
}

.project-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: rgba(7, 27, 70, 0.84);
}

.project-subtitle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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: #292929;
}

.client-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2%;
  padding-bottom: 2%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.about-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.navbar-logo {
  width: 300px;
}

.award-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 5%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.mobile-tile-heading {
  position: relative;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 200;
}

.project-detail-subtitle {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 5%;
  margin-right: 2%;
  margin-left: 5%;
  padding-top: 1%;
  padding-bottom: 1%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}

.project-header-veil-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.contact-wrapper-line {
  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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: dotted none;
  border-width: 0px 2px 2px;
  border-color: #a1a1a1 #c9c9c9;
}

.service-underline {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 60%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.service-title-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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-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;
}

.mobile-project-title-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2px;
  -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: rgba(7, 27, 70, 0.84);
}

.hero-mission-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-right: 40%;
  padding-left: 3%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.project-detail-vert {
  position: relative;
  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;
}

.project-detail-vert.standing-button {
  width: 100%;
  margin-top: -60px;
  margin-bottom: 0px;
  padding-top: 6%;
  padding-bottom: 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project-detail-vert.revitalization-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.project-detail-vert.sacred-bird {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75))), url('../images/Eagle-Sketch-900p.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../images/Eagle-Sketch-900p.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 40%;
  background-repeat: repeat, no-repeat;
}

.project-detail-vert.bc-hydro {
  width: 100%;
  padding-top: 5%;
}

.project-detail-horiz {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.project-detail-horiz.ending {
  padding-top: 30px;
  padding-bottom: 60px;
}

.project-detail-horiz.ending.dragonfly {
  -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;
  background-image: url('../images/Microscope-dragonfly-steep-angled-right-300p.png');
  background-position: 0px 100%;
  background-size: 10%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.project-detail-horiz.brochure {
  padding-bottom: 0px;
}

.cr-museum-touch {
  position: relative;
  display: block;
  width: 800px;
  padding-top: 15px;
  padding-bottom: 80px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.project-services-list {
  padding: 15px 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.bella-bella-lightbox {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.lightbox-wrapper-2img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lightbox-wrapper-2img.refresh {
  padding-bottom: 100px;
}

.hatchery-lightbox {
  width: 1000px;
}

.revit-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15%;
  padding-left: 15%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.visit-website-button {
  width: 20%;
  margin-bottom: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: rgba(7, 27, 70, 0.84);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.visit-website-button:hover {
  color: #c9c9c9;
}

.bella-bella-lightbox-page1 {
  width: 80%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.standing-monitor-img {
  width: 80%;
  max-width: 700px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.panorama-cut {
  width: 100%;
}

.white-space-wrapper {
  height: 100px;
  background-color: #fff;
}

.nav-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
}

.line-div-wrapper {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  display: none;
  width: 75%;
  height: 0px;
  margin-right: auto;
  margin-left: auto;
  border-top: 2px solid #c9c9c9;
}

.planners-img {
  display: block;
  width: 60%;
  max-width: 800px;
}

.timelapse-lightbox {
  position: relative;
  width: 800px;
  max-width: 800px;
}

.play-button {
  position: absolute;
  left: 0px;
  top: 45%;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pano-full-width-img {
  width: 100%;
  max-width: 1672px;
}

.timelapse-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project-banner-bg-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/Hauyat-Pinks.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._2-movie-lightbox {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.colour-banner-cr-museum {
  position: absolute;
  left: 0px;
  top: 20%;
  right: 0px;
  bottom: 0px;
  height: 60%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d1ddd0), to(#d1ddd0));
  background-image: linear-gradient(180deg, #d1ddd0, #d1ddd0);
}

.museum-slider {
  display: block;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slider-image {
  display: block;
  height: 100%;
  max-height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
}

.bear-img {
  width: 900px;
}

.huyat-img-banner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.huyat-banner-img {
  position: relative;
  max-width: 500px;
  min-width: 100px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.huyat-3-img-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.huyat-banner-3img {
  width: 30%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sacred-project-banner-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/Canoe-model-retouched-600p.jpg');
  background-position: 50% 38%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sacred-brochure {
  height: 60vh;
  max-height: 600px;
  margin-top: -5%;
  padding-left: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sacred-canoe-img {
  width: 60%;
  max-width: 900px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.sacred-installation-img {
  position: relative;
  height: 60vh;
  max-height: 600px;
  margin-right: 15%;
}

.project-banner-bg-div-sacred {
  position: absolute;
  left: 0px;
  top: 20%;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 60%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 61, 255, 0.06)), to(rgba(0, 61, 255, 0.06)));
  background-image: linear-gradient(180deg, rgba(0, 61, 255, 0.06), rgba(0, 61, 255, 0.06));
}

.microscope-img {
  width: 600px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.kuterra-project-banner-bg {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../images/Banner-Fish-and-ice-700p.jpg');
  background-position: 50% 32%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nuyumbalees-project-banner-bg {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/Nuyumbalees-Banner-600p.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/Nuyumbalees-Banner-600p.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.nuyumbalees-touchscreen-img {
  width: auto;
  height: 500px;
}

.banner-img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 40vh;
  background-image: url('../images/Youth-CanoeDSC_7057-wide.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 150px;
  margin: 5px;
  -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;
  background-color: #28302f;
}

.mobile-service-text {
  position: relative;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 7% 10% 36px;
  color: #e2e2e2;
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.mobile-service-bg-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 27, 70, 0.84);
}

.about-header {
  position: absolute;
  left: 0px;
  top: 4%;
  right: 0px;
  display: none;
  padding-right: 4%;
  padding-left: 4%;
  opacity: 0.1;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 210px;
  line-height: 200px;
  font-weight: 700;
  text-align: right;
}

.about-header-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  display: block;
  width: 80%;
  max-height: 110%;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.14;
}

.footer-section-project {
  padding-top: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#141313), to(#141313));
  background-image: linear-gradient(180deg, #141313, #141313);
}

.project-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
}

.project-nav-link.w--current {
  height: 130px;
}

.project-nav-link.back {
  height: 130px;
  -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;
}

.project-nav-link.invis {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.project-title-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -21%;
  -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;
}

.project-title-wrapper.vert {
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  margin-top: -200px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.project-titile {
  opacity: 0.05;
}

.project-titile.news {
  margin-bottom: -50px;
}

.tile-button {
  display: block;
  width: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 7px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
}

.tile-button.news {
  border-color: #292929;
  background-color: rgba(0, 0, 0, 0.04);
  color: #292929;
}

.read-more-button-wrapper {
  position: relative;
  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-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;
}

.read-more-button-wrapper.news {
  height: 120px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.john-hart-bg-banner {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('../images/John-Hart-Banner.jpg');
  background-position: 50% 56%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-filter: none;
  filter: none;
}

.johnhart-title-img {
  width: auto;
  height: 500px;
}

.old-town-banner-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('../images/Old-Town-Banner-1500.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.old-town-img {
  width: auto;
  height: 500px;
}

.deep-sea-trawl-img {
  width: auto;
  height: 500px;
}

.deep-sea-trawling-bg {
  width: 100%;
  height: 100%;
  background-image: url('../images/Deep-Sea-Trawling-Banner-1000.png');
  background-position: 50% 100%;
  background-size: cover;
}

.deep-sea-trawling-slider {
  display: block;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.deep-sea-movie-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 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;
}

.testimonial-slider {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.testimonial-container {
  display: block;
  -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-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;
}

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 90px;
  margin-left: 90px;
  -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;
}

.news-section {
  background-color: #f0f0f0;
}

.wrapper1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 80px;
  -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-top: 1px dotted rgba(41, 41, 41, 0.33);
}

.news-preview {
  font-weight: 300;
  text-align: center;
}

.news-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.news-month {
  display: block;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.news-year {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: rgba(51, 51, 51, 0.43);
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.news-expand-button {
  position: absolute;
  margin-top: 15px;
  opacity: 0;
}

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

.remaining-news-hidden {
  padding-bottom: 50px;
}

.news-image {
  width: 100%;
  height: auto;
}

.award-lb {
  width: 150px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.award-lb.right {
  margin-left: 30px;
  border: 1px solid #000;
}

.award-icon {
  width: 30px;
  height: 30px;
  margin-top: -5px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.award-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -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;
}

.award-icon-wrapper.mobile {
  display: none;
}

.project-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  -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;
}

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

html.w-mod-js *[data-ix="hero-arrow"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="ia-0-opacity"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="ia-no-display-0-op"] {
  display: none;
  opacity: 0;
}

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

html.w-mod-js *[data-ix="ia-opacity-0-w-0"] {
  display: inline-block;
  opacity: 0;
  width: 20%;
}

html.w-mod-js *[data-ix="about-header"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media screen and (max-width: 991px) {
  .logo {
    margin-top: 16px;
  }

  .navlink {
    display: block;
    text-align: center;
  }

  .focus-statement {
    font-size: 18px;
    line-height: 25px;
  }

  .focus-statement.b1 {
    margin-right: -4px;
    font-size: 25px;
    line-height: 25px;
  }

  .focus-statement.b5 {
    margin-right: 0px;
    font-size: 25px;
    line-height: 25px;
  }

  .focus-statement.white {
    font-size: 18px;
    line-height: 25px;
  }

  .focus-statement.white.b2 {
    font-size: 25px;
    line-height: 25px;
  }

  .focus-statement.line {
    font-size: 18px;
    line-height: 25px;
  }

  .focus-statement.line.b3 {
    font-size: 25px;
  }

  .focus-statement.b4 {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
  }

  .service-section {
    height: 70%;
  }

  .service-icon {
    height: 50px;
  }

  .service-text {
    padding-right: 0%;
    padding-left: 0%;
    font-size: 16px;
    line-height: 20px;
  }

  .service-title {
    padding-top: 15px;
    font-size: 25px;
  }

  .feature-image.fit-height {
    width: 100%;
  }

  .feature-image.fit-height.crinstallation {
    width: 400px;
  }

  .project-description-text {
    padding-right: 10%;
    padding-left: 10%;
  }

  .project-description-text.feature {
    padding-right: 10%;
    padding-left: 10%;
    font-size: 18px;
    line-height: 30px;
  }

  .project-description-text.brochure-text-sacred {
    padding-left: 10%;
  }

  .feature-lightbox {
    width: 60%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .client-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .contact-details-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .contact-text {
    font-size: 13px;
  }

  .contact-link {
    font-size: 13px;
  }

  .navbar-menu {
    display: block;
    margin-right: 0px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #6e6e6e;
  }

  .feature-detail-title {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 4px;
  }

  .about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-text {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-text.world {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 8px;
  }

  .tile-wrapper {
    width: 40%;
  }

  .project-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .project-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .hero-logo {
    width: 300px;
  }

  .project-nav {
    width: 60px;
    height: 60px;
  }

  .tile-div-bg {
    display: none;
  }

  .project-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .project-4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .project-5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .project-6 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .project-7 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .project-8 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .project-9 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .project-reset-wrapper {
    height: 80px;
  }

  .project-nav-link-block {
    height: 90px;
    margin-right: 0px;
  }

  .project-nav-link-block.back {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .project-nav-wrapper {
    height: 90px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    height: auto;
    margin-top: 2px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    font-size: 40px;
  }

  .about-text {
    padding-right: 30px;
    padding-left: 30px;
  }

  .award-logo {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .mobile-tile-heading {
    display: block;
    -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;
  }

  .project-detail-subtitle {
    padding-bottom: 1.5%;
    font-size: 15px;
    line-height: 15px;
  }

  .mobile-project-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .project-detail-horiz.brochure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cr-museum-touch {
    width: 400px;
  }

  .project-services-list {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
  }

  .bella-bella-lightbox {
    width: auto;
  }

  .revit-text-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }

  .bella-bella-lightbox-page1 {
    width: 100%;
  }

  .standing-monitor-img {
    width: 600px;
  }

  .nav-text {
    font-size: 20px;
  }

  .planners-img {
    width: 600px;
  }

  .timelapse-lightbox {
    width: 600px;
  }

  .museum-slider {
    width: 600px;
    height: auto;
  }

  .slider-image {
    width: 100%;
  }

  .bear-img {
    width: 600px;
  }

  .sacred-brochure {
    height: 400px;
  }

  .sacred-canoe-img {
    width: 600px;
  }

  .project-banner-bg-div-sacred {
    top: 12%;
    height: 70%;
  }

  .nuyumbalees-touchscreen-img {
    width: 600px;
    height: auto;
  }

  .mobile-service-text {
    margin-top: 5px;
    padding-top: 2%;
    font-size: 16px;
    line-height: 20px;
  }

  .about-header {
    font-size: 150px;
    line-height: 150px;
  }

  .project-titile.news {
    margin-bottom: -19px;
  }

  .tile-button {
    position: relative;
    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-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;
  }

  .read-more-button-wrapper.floating {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 41%;
  }

  .johnhart-title-img {
    height: 300px;
  }

  .old-town-img {
    height: 300px;
  }

  .deep-sea-trawl-img {
    height: 300px;
  }

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

  .award-icon-wrapper.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    margin-top: 5px;
    margin-left: 5px;
  }

  .logo.w--current {
    margin-top: 6px;
    margin-bottom: 0px;
  }

  .logo.hero {
    margin-top: 50px;
    margin-right: 30px;
  }

  .navlink {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-wrapper {
    margin-bottom: 1px;
    padding-top: 0px;
  }

  .statement-wrapper {
    height: 60vh;
  }

  .statement-wrapper.bg {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .statement-wrapper.bg2 {
    height: auto;
  }

  .statement-wrapper.bg3 {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .statement-wrapper.bg5 {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .statement-wrapper.genuinely {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .focus-statement {
    font-size: 16px;
    line-height: 25px;
  }

  .focus-statement.b1 {
    display: inline;
    font-size: 20px;
    line-height: 25px;
  }

  .focus-statement.b5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 20px;
  }

  .focus-statement.white {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 15px;
    line-height: 25px;
  }

  .focus-statement.white.b2 {
    font-size: 20px;
    line-height: 25px;
  }

  .focus-statement.line {
    font-size: 16px;
    line-height: 25px;
  }

  .focus-statement.line.b3 {
    margin-right: 1px;
    margin-left: 1px;
    padding-bottom: 0%;
    font-size: 20px;
  }

  .focus-statement.b4 {
    font-size: 20px;
    line-height: 30px;
  }

  .service-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .individual-service-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .service-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .service-icon {
    height: 30px;
  }

  .service-text {
    padding-top: 0%;
  }

  .service-title {
    padding-top: 3px;
    font-size: 18px;
  }

  .feature-image.fit-height.crinstallation {
    width: 200px;
  }

  .project-description-text {
    font-size: 14px;
    line-height: 24px;
  }

  .project-description-text.feature {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2px;
  }

  .project-description-text.sacred-installation-text {
    padding-left: 4%;
  }

  .feature-lightbox.title {
    height: 100%;
  }

  .client-logo {
    width: 100px;
    padding: 5px;
  }

  .contact-info-wrapper {
    margin-right: 2%;
    margin-left: 2%;
  }

  .contact-details-wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

  .contact-text {
    font-size: 12px;
    line-height: 15px;
  }

  .contact-link {
    font-size: 12px;
    line-height: 15px;
  }

  .navbar-menu {
    padding-top: 20px;
  }

  .feature-detail-title {
    padding-bottom: 0px;
    font-size: 20px;
  }

  .hero-text {
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 25px;
    line-height: 35px;
  }

  .hero-text.world {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 6px;
  }

  .statement-container {
    padding: 25px 50px;
  }

  .statement-container.right {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tile-wrapper {
    width: 30%;
    min-height: 80px;
    min-width: 80px;
  }

  .project-detail-header-wrapper {
    height: 50vh;
  }

  .hero-logo {
    width: 250px;
    padding-bottom: 0px;
  }

  .project-nav {
    width: 50px;
    height: 50px;
  }

  .project-reset-wrapper {
    height: 53px;
  }

  .project-nav-link-block {
    height: 90px;
    margin-right: 0px;
  }

  .client-logo-wrapper {
    width: 80%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu-button {
    margin-top: 0px;
    padding: 12px 15px;
    font-size: 30px;
  }

  .about-text {
    font-size: 14px;
    line-height: 24px;
  }

  .navbar-logo {
    width: 200px;
    padding-top: 5px;
  }

  .mobile-tile-heading {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
  }

  .project-detail-subtitle {
    padding-top: 0px;
    font-size: 13px;
  }

  .mobile-project-title-wrapper {
    -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;
  }

  .hero-mission-wrapper {
    padding-top: 0%;
    padding-left: 6%;
  }

  .project-services-list {
    line-height: 15px;
  }

  .lightbox-wrapper-2img.refresh {
    padding-bottom: 25px;
  }

  .revit-text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .visit-website-button {
    width: 40%;
    font-size: 15px;
    letter-spacing: 2px;
  }

  .standing-monitor-img {
    width: 60%;
  }

  .nav-text {
    font-size: 17px;
  }

  .planners-img {
    width: 400px;
  }

  .timelapse-lightbox {
    width: 400px;
  }

  .museum-slider {
    width: 360px;
    height: 200px;
  }

  .slider-image {
    width: auto;
  }

  .bear-img {
    width: 400px;
  }

  .huyat-img-banner-wrapper {
    padding-right: 50px;
    padding-left: 50px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .huyat-banner-img {
    height: 100px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .huyat-3-img-banner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sacred-brochure {
    height: 80vh;
  }

  .sacred-canoe-img {
    width: 400px;
  }

  .sacred-installation-img {
    height: 100vh;
    margin-right: 4%;
  }

  .project-banner-bg-div-sacred {
    top: 8%;
    height: 80%;
  }

  .microscope-img {
    width: 400px;
  }

  .kuterra-project-banner-bg {
    background-position: 50% 50%;
    background-size: cover;
  }

  .nuyumbalees-touchscreen-img {
    width: 400px;
    height: auto;
  }

  .banner-img-wrapper {
    height: 80vh;
  }

  .logo-wrapper {
    width: 120px;
    height: 100px;
  }

  .mobile-service-text {
    padding-right: 4%;
    padding-left: 4%;
  }

  .image {
    display: block;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .about-header {
    top: 0%;
    font-size: 100px;
  }

  .johnhart-title-img {
    height: 200px;
  }

  .old-town-img {
    height: 200px;
  }

  .deep-sea-trawl-img {
    height: 200px;
  }

  .deep-sea-trawling-slider {
    width: auto;
    height: 300px;
  }

  .wrapper1 {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-body {
    margin-left: 0px;
    -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;
  }

  .award-lb {
    margin-bottom: 10px;
    margin-left: 30px;
  }

  .award-icon {
    width: 20px;
    height: 20px;
  }

  .award-icon-wrapper.mobile {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .logo.w--current {
    margin-top: 5px;
    margin-left: 5px;
  }

  .hero-section {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(22%, rgba(214, 225, 235, 0.72)), color-stop(49%, hsla(0, 0%, 100%, 0))), url('../images/Hero-Mobile-700.jpg');
    background-image: linear-gradient(180deg, rgba(214, 225, 235, 0.72) 22%, hsla(0, 0%, 100%, 0) 49%), url('../images/Hero-Mobile-700.jpg');
    background-position: 0px 0px, 50% 121%;
    background-size: auto, 160%;
    background-repeat: repeat, no-repeat;
  }

  .statement-wrapper {
    height: 50vh;
  }

  .statement-wrapper.bg {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Blue-Jelly-Fish-MWunsch233.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Blue-Jelly-Fish-MWunsch233.jpg');
    background-size: auto, cover;
  }

  .statement-wrapper.bg2 {
    height: auto;
  }

  .statement-wrapper.bg3 {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Closeup-White-Orange-MWunsch104.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Closeup-White-Orange-MWunsch104.jpg');
    background-size: auto, cover;
  }

  .statement-wrapper.bg5 {
    height: auto;
  }

  .statement-wrapper.genuinely {
    height: auto;
  }

  .focus-statement {
    color: #6e6e6e;
    font-size: 15px;
    font-weight: 400;
  }

  .focus-statement.b1 {
    display: inline-block;
    margin-right: -4px;
  }

  .focus-statement.line {
    font-size: 15px;
  }

  .focus-statement.b4 {
    display: inline-block;
    line-height: 25px;
  }

  .service-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .feature-image {
    display: block;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .project-description-text {
    width: auto;
  }

  .project-description-text.sacred-installation-text {
    padding-right: 10%;
    padding-left: 10%;
  }

  .project-description-text.sacred-canoe {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/EagleCanoe-black-on-white.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/EagleCanoe-black-on-white.jpg');
    background-position: 0px 0px, 100% 0px;
    background-size: auto, auto 50%;
  }

  .client-logo {
    padding: 10px;
  }

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

  .about-section {
    padding-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Lilypads-Service-BG.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Lilypads-Service-BG.jpg');
    background-position: 0px 0px, 50% -43px;
    background-size: auto, auto;
  }

  .contact-info-wrapper {
    margin-right: 0%;
    margin-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-details-wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .contact-text {
    font-size: 13px;
  }

  .contact-link {
    font-size: 13px;
  }

  .feature-detail-title {
    position: static;
    margin-right: 1%;
    margin-left: 1%;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }

  .feature-image-behind {
    display: none;
  }

  .hero-text {
    margin-top: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 30px;
    line-height: 35px;
  }

  .hero-text.world {
    margin-bottom: -50px;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 3px;
  }

  .statement-container {
    padding: 25px 30px;
  }

  .tile-wrapper {
    width: 60%;
  }

  .project-detail-header-wrapper {
    height: 35vh;
  }

  .project-nav {
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .project-nav-link-block {
    height: 70px;
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .project-nav-link-block.back {
    height: 70px;
  }

  .project-nav-wrapper {
    height: 70px;
  }

  .about-text {
    font-size: 14px;
    line-height: 24px;
  }

  .navbar-logo {
    width: 150px;
    padding-top: 10px;
  }

  .project-detail-subtitle {
    position: static;
    padding-top: 6px;
    font-size: 12px;
    text-align: center;
  }

  .project-header-veil-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  }

  .contact-wrapper-line {
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-mission-wrapper {
    width: 100%;
    margin-top: 0px;
    padding-top: 0%;
    padding-right: 3%;
    -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;
  }

  .project-detail-vert.sacred-bird {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/EAGLE_FIN0002comp-Flipped.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/EAGLE_FIN0002comp-Flipped.jpg');
    background-size: auto, auto 16%;
  }

  .project-detail-horiz {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .project-detail-horiz.ending.dragonfly {
    padding-top: 0px;
    background-size: 20%;
  }

  .cr-museum-touch {
    width: 200px;
    height: 300px;
    padding-bottom: 80px;
  }

  .project-services-list {
    font-size: 9px;
    line-height: 12px;
  }

  .lightbox-wrapper-2img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lightbox-wrapper-2img.refresh {
    padding-bottom: 40px;
  }

  .hatchery-lightbox {
    width: 100%;
  }

  .visit-website-button {
    width: 50%;
    font-size: 14px;
  }

  .bella-bella-lightbox-page1 {
    width: 100%;
  }

  .standing-monitor-img {
    width: 80%;
  }

  .nav-text {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 13px;
    letter-spacing: 1px;
  }

  .planners-img {
    width: 100%;
  }

  .timelapse-lightbox {
    width: 100%;
  }

  .play-button {
    top: 35%;
  }

  ._2-movie-lightbox {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
  }

  .museum-slider {
    width: auto;
    height: 90%;
  }

  .slider-image {
    height: auto;
    max-height: 100%;
  }

  .bear-img {
    width: 80%;
  }

  .huyat-img-banner-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .huyat-banner-img {
    width: 100%;
    height: auto;
    min-width: 20px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .huyat-3-img-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .huyat-banner-3img {
    width: 100%;
    padding-bottom: 10px;
  }

  .sacred-brochure {
    width: 100%;
    height: auto;
  }

  .sacred-canoe-img {
    width: 100%;
  }

  .sacred-installation-img {
    height: 60vh;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .project-banner-bg-div-sacred {
    left: 0px;
    top: 0%;
    right: 0px;
    bottom: auto;
    height: 100%;
  }

  .microscope-img {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .nuyumbalees-touchscreen-img {
    height: auto;
  }

  .banner-img-wrapper {
    height: 40vh;
  }

  .logo-wrapper {
    width: 100px;
  }

  .image {
    width: 80%;
  }

  .about-header {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 60px;
    line-height: 60px;
  }

  .about-header-img {
    position: relative;
    width: 100%;
  }

  .image-2 {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 15px;
  }

  .image-3 {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .project-titile.news {
    margin-bottom: 0px;
  }

  .old-town-img {
    width: 100%;
    height: auto;
  }

  .deep-sea-trawl-img {
    width: 100%;
    height: auto;
  }

  .deep-sea-trawling-slider {
    height: auto;
  }

  .wrapper1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-body {
    margin-left: 0px;
  }
}

