body {
  font-family: Montserrat, sans-serif;
  color: #676767;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #235076;
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #235076;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #235076;
  font-size: 12px;
  line-height: 20px;
  font-weight: 900;
  text-decoration: none;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
}

.stylename {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0px none #d4d4d4;
  font-family: Montserrat, sans-serif;
  color: #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.col-100 {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
}

.col-100.flex-hc {
  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;
}

.col-100.ig {
  margin-bottom: 0px;
}

.col-100.flec-vc {
  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;
}

.col-100.flex-vc {
  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;
}

.col-100.flex-vc.padding {
  padding-right: 110px;
  padding-left: 110px;
}

.col-80 {
  width: 80%;
  margin-bottom: 15px;
  padding: 15px;
}

.col-30 {
  position: relative;
  width: 30%;
  margin-bottom: 15px;
  padding: 15px;
}

.col-30.flex-v {
  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: 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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.coldummycolor {
  background-color: #d4d4d4;
}

.section {
  position: relative;
  display: block;
  padding: 60px 20px;
  background-color: #fff;
}

.section.homehero {
  padding: 0px;
}

.section.newwaves {
  background-color: #235076;
}

.section.outlets {
  padding-top: 140px;
  padding-bottom: 20px;
}

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

.section.footer {
  height: 100vh;
  padding-top: 15%;
  padding-bottom: 10px;
  background-color: #235076;
}

.section.igpost {
  overflow: hidden;
  width: 100%;
  margin-bottom: 220px;
  padding: 0px;
}

.section.abouthero {
  height: 100vh;
  background-color: #ccc;
  background-image: url('../images/carousel-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.aboutabout {
  padding-top: 140px;
}

.section.hero {
  height: 100vh;
  background-color: #ddd;
}

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

.section.hero.ss {
  background-image: url('../images/ss-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.section.hero.bac {
  background-image: url('../images/bac-hero.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

.section.brandinfo {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.tagline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 200px;
  -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;
}

.section.brandgoodness {
  padding-bottom: 60px;
}

.section.info {
  padding-top: 140px;
  padding-bottom: 0px;
  background-color: #235076;
}

.section.carbon {
  padding-top: 140px;
  padding-bottom: 10px;
  background-color: #235076;
}

.section.lowcarbon {
  padding-top: 100px;
  padding-bottom: 90px;
}

.section._100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/slider-hero-ss.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/slider-hero-ss.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.col-70 {
  width: 70%;
  margin-bottom: 15px;
  padding: 15px;
}

.col-70.flex-v {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-60 {
  width: 60%;
  margin-bottom: 15px;
  padding: 15px;
}

.col-60.line {
  border-left: 1px solid #235076;
}

.colorbox {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fff;
}

.colorbox.bwblue {
  background-color: #235076;
}

.colorbox.dimgrey {
  background-color: #615856;
}

.colorbox.bwlightblue {
  background-color: #00add8;
}

.colorbox.lightcoral {
  background-color: #ff8d8d;
}

.globalcolorwrapper {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hamline {
  display: block;
  height: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.col-20 {
  width: 20%;
  margin-bottom: 15px;
  padding: 15px;
}

.subtitle {
  font-family: Montserrat, sans-serif;
  color: #615856;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hamburgermenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 20px;
  -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;
}

.col-40 {
  width: 40%;
  margin-bottom: 15px;
  padding: 15px;
}

.col-40.rightpadding {
  padding-right: 40px;
}

.col-40.flex-vl {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-wrap.inversecolors {
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #25bcca;
}

.col-wrap.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col-wrap.h100 {
  height: 100%;
}

.col-wrap.flex-vc {
  -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;
}

.col-wrap.flex-vc.goodness {
  margin-bottom: 20px;
}

.col-wrap.flex-hc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col-wrap.flex-hc.logos {
  padding-right: 65px;
  padding-left: 65px;
}

.small-p {
  margin-bottom: 10px;
  color: #aaa;
  font-size: 12px;
  line-height: 20px;
}

.small-p.white {
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
}

.small-p.white._0margin {
  margin-bottom: 0px;
  text-decoration: none;
}

.standfirst {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #235076;
  font-size: 25px;
  line-height: 38px;
  font-weight: 300;
}

.cta-button {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 5px 18px 6px;
  border-style: solid;
  border-width: 2px;
  border-color: #235076;
  border-radius: 5px;
  background-color: #235076;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cta-button:hover {
  border-color: #00add8;
  background-color: #00add8;
  color: #fff;
  text-decoration: none;
}

.cta-button.reverse {
  border-style: solid;
  border-width: 1px;
  border-color: #235076;
  border-radius: 5px;
  background-color: transparent;
  color: #235076;
}

.cta-button.reverse:hover {
  background-color: #235076;
  color: #fff;
}

.cta-button.reverse.bg {
  border-color: #fff;
  color: #fff;
}

.cta-button.reverse.bg:hover {
  border-color: #ff8d8d;
  background-color: #ff8d8d;
}

.styletitle {
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.invese-link {
  color: #fff;
}

.invese-link:hover {
  color: #fff;
}

.link {
  color: #235076;
}

.col-50 {
  position: static;
  width: 50%;
  margin-bottom: 15px;
  padding: 15px;
}

.col-50.flex-vc {
  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;
}

.col-33 {
  width: 33.333%;
  margin-bottom: 15px;
  padding: 15px;
}

.col-33.textlinkcol {
  padding-top: 19px;
}

.container-1170 {
  height: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
}

.container-1170.nav {
  padding-top: 5px;
  padding-bottom: 5px;
}

.col-25 {
  width: 25%;
  margin-bottom: 15px;
  padding: 15px;
}

.pulloutquote {
  font-family: Montserrat, sans-serif;
  color: #235076;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: block;
  height: 45px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #235076;
}

.homelogo {
  width: 120px;
  margin-top: 4px;
}

.navleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
}

.navwrap {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navlink {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.navlinkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 10px 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.dropdownlinkwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}

.dropdownlinkwrap.heading {
  padding-bottom: 15px;
}

.branddropdown {
  position: fixed;
  left: 0%;
  top: 45px;
  right: 0%;
  bottom: auto;
  z-index: 8;
  display: none;
  overflow: hidden;
  background-color: #08131d;
}

.dropdownwrap {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navlinkline {
  height: 1px;
  background-color: #fff;
}

.dropdownheading {
  padding: 10px;
  letter-spacing: 3px;
}

.dropdownline {
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fff;
}

.slider {
  height: 100vh;
}

.rightarrow {
  display: none;
}

.leftarrow {
  display: none;
}

.slidenav {
  font-size: 7px;
}

.newwaves-text {
  color: transparent;
  font-size: 7em;
  line-height: 1em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.newwaveswrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-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;
}

.newwaves-copy {
  position: absolute;
  padding-right: 10%;
  padding-left: 10%;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.outletwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 10px;
  -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;
  text-decoration: none;
}

.outletline {
  height: 1px;
  background-color: #235076;
}

.image {
  background-color: rgba(35, 80, 118, 0.1);
}

.headingwrap {
  margin-top: 40px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.headingwrap.btmmargin20 {
  margin-bottom: 0px;
}

.h5r {
  margin-bottom: 5px;
  color: #ff8d8d;
}

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

.h2r {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ff8d8d;
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
}

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

.igpostwrap_r2l {
  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: 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;
}

.igpostbox {
  width: 20vw;
  padding: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.igpostboxwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.igpostwrap_l2r {
  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: 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;
}

.footerlogo {
  width: 110px;
  margin-top: 5px;
  margin-bottom: 25px;
  margin-left: -5px;
}

.footerlink {
  margin-bottom: 5px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.footernav.flex-vl {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footernav.flex-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.smbox {
  margin-right: 11px;
}

.newsletterform {
  display: block;
}

.form {
  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;
}

.textfield {
  margin-right: 10px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-style: none solid solid none;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #fff;
  border-radius: 0px;
  background-color: transparent;
  font-size: 12px;
  text-transform: uppercase;
}

.newslatterbutton {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.newslatterbutton:hover {
  border-color: #ff8d8d;
  background-color: #ff8d8d;
}

.mobile-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: none;
  height: 60px;
  padding: 15px;
  -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: #235076;
}

.moblielogo {
  width: 110px;
}

.hamburger-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 14px;
  -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;
}

.hamline-2 {
  display: block;
  height: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.mobile-menu {
  position: fixed;
  left: 0%;
  top: 60px;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: none;
  overflow: hidden;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #235076;
}

.mobilenavlink {
  overflow: visible;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.mobilenavlink:hover {
  color: #ff8d8d;
}

.image-2 {
  margin-left: -2px;
}

.mobilebrandlink {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
}

.mobilebrandlink:hover {
  color: #ff8d8d;
}

.mobilebrandwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mobilenavwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.preload {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  background-color: #000;
}

.topmargin0 {
  margin-top: 0px;
}

.topmargin0.white {
  color: #fff;
}

.outletlogowrap {
  width: 15%;
  margin: 5px;
}

.brandlogo {
  width: 150px;
}

.brandlink {
  color: #000;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.image-3 {
  margin-top: -45px;
}

.bigtagline {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 25%;
  right: 0%;
  z-index: 7;
  display: block;
}

.brandgrid {
  position: relative;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 140px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-rows: minmax(500px, 1fr) minmax(500px, 1fr) minmax(500px, 1fr) minmax(500px, 1fr);
  grid-template-rows: minmax(500px, 1fr) minmax(500px, 1fr) minmax(500px, 1fr) minmax(500px, 1fr);
}

.img1 {
  position: absolute;
  left: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.img2 {
  position: absolute;
  left: 60px;
  top: 280px;
  width: 100%;
}

.imgsquare {
  margin-top: 60px;
  margin-right: 30px;
}

.imgho {
  margin-bottom: 25px;
  margin-left: -210px;
}

.img5 {
  margin-right: -160px;
  margin-bottom: 220px;
}

.h2w {
  color: #fff;
}

.h2w._0margin {
  margin-top: 0px;
}

.h5w {
  color: #fff;
}

.biglink {
  margin-bottom: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.biglink:hover {
  color: #ff8d8d;
}

.biglink.s {
  font-size: 26px;
}

.brandlinkwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  cursor: pointer;
}

.arrow {
  width: 15px;
  margin-top: -1px;
  margin-left: 5px;
}

.rbg-brand-logo {
  margin-top: -45px;
  margin-left: -5px;
}

.rbc-brand-logo {
  margin-top: -45px;
  margin-left: -5px;
}

.bac-brand-logo {
  margin-top: -12px;
  margin-bottom: 30px;
  margin-left: -31px;
}

.image-4 {
  margin-top: -25px;
  margin-bottom: 25px;
  margin-left: -40px;
}

.ss-brand-logo {
  margin-top: -35px;
  margin-bottom: 10px;
  margin-left: -7px;
}

.ttir-brand-logo {
  margin-top: -25px;
  margin-bottom: 25px;
  margin-left: -27px;
}

.ttsh-brand-logo {
  margin-top: -20px;
  margin-bottom: 25px;
  margin-left: -30px;
}

.snp-brand-logo {
  margin-top: -15px;
  margin-bottom: 28px;
  margin-left: -47px;
}

.html-embed {
  width: 100%;
}

.footeremail {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.slider01 {
  background-image: url('../images/carousel-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider02 {
  background-image: url('../images/slider-hero-ss.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slider03 {
  background-image: url('../images/carousel-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider04 {
  background-image: url('../images/carousel-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider05 {
  background-image: url('../images/carousel-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.phone {
  color: #fff;
  text-decoration: none;
}

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

.logobox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  background-color: rgba(0, 0, 0, 0.5);
}

.imglogowrap {
  position: relative;
}

.hoverlogo {
  max-width: 40%;
}

.heading-3 {
  line-height: 14px;
}

.white {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.h3r {
  color: #ff8d8d;
}

.h3r.justify {
  text-align: center;
}

.low-carbon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  -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;
}

.image-8 {
  max-width: 70%;
}

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

.para-justify.white {
  margin-top: 10px;
  margin-bottom: 0px;
}

.lc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 15px;
  padding-left: 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;
}

.centre-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px;
  -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;
}

.logo {
  width: 180px;
  margin-top: 35px;
  padding: 7px 39px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  cursor: pointer;
}

.logo:hover {
  background-color: #235076;
}

@media screen and (min-width: 1920px) {
  .section.igpost {
    -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;
  }

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

@media screen and (max-width: 991px) {
  .col-100.flex-vc.padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.igpost {
    overflow: hidden;
  }

  .section.lowcarbon {
    padding-top: 60px;
  }

  .col-wrap.flex-hc.logos {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .cta-button {
    padding-top: 2px;
    padding-bottom: 3px;
    font-size: 12px;
  }

  .pulloutquote {
    font-size: 25px;
    line-height: 40px;
  }

  .h2r.footer {
    font-size: 26px;
    line-height: 28px;
  }

  .footer-bigtext {
    color: #ff8d8d;
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .lc-box {
    max-width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .section.abouthero {
    height: 60vh;
  }

  .section.aboutabout {
    padding-top: 60px;
  }

  .section.brandinfo {
    padding-top: 60px;
  }

  .section.brandgoodness {
    padding-bottom: 100px;
  }

  .section.info {
    padding-bottom: 40px;
  }

  .col-70 {
    width: 100%;
  }

  .col-60 {
    width: 100%;
  }

  .colorbox {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
  }

  .hamburgermenu {
    -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;
  }

  .col-40 {
    width: 100%;
  }

  .col-40.flex-vl {
    width: 40%;
  }

  .col-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .col-wrap.flex-hc.logos {
    padding-right: 0px;
    padding-left: 0px;
  }

  .col-50 {
    width: 100%;
  }

  .col-50.flex-vc {
    width: 50%;
  }

  .col-50.flex-vc.baccontact {
    width: 100%;
  }

  .col-33 {
    width: 100%;
  }

  .col-25 {
    width: 50%;
  }

  .navbar {
    display: none;
  }

  .slider {
    height: 60vh;
  }

  .newwaves-text {
    font-size: 5em;
  }

  .mobile-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
  }

  .hamline-2 {
    background-color: #fff;
  }

  .mobile-menu {
    top: 45px;
    display: none;
  }

  .mobilebrandwrap {
    padding-left: 20px;
  }

  .brandgrid {
    overflow: hidden;
    -ms-grid-rows: minmax(300px, 0.25fr) minmax(500px, 1fr) minmax(500px, 1fr) minmax(500px, 1fr);
    grid-template-rows: minmax(300px, 0.25fr) minmax(500px, 1fr) minmax(500px, 1fr) minmax(500px, 1fr);
  }

  .image-6 {
    max-width: 70%;
  }
}

@media screen and (max-width: 479px) {
  h5 {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 10px;
  }

  .col-100 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .col-100.flex-vc {
    margin-bottom: 0px;
  }

  .col-30 {
    width: 50%;
  }

  .section {
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

  .section.igpost {
    margin-bottom: 60px;
  }

  .section.aboutabout {
    padding-top: 60px;
  }

  .section.hero {
    height: 60vh;
  }

  .section.brandinfo {
    padding-top: 60px;
  }

  .section.tagline {
    padding-bottom: 100px;
  }

  .section.brandgoodness {
    padding-bottom: 40px;
  }

  .section.info {
    padding-top: 60px;
  }

  .col-70 {
    margin-bottom: 0px;
  }

  .col-60 {
    width: 100%;
  }

  .col-40 {
    width: 100%;
  }

  .col-40.flex-vl {
    width: 100%;
  }

  .small-p {
    font-size: 10px;
    line-height: 16px;
  }

  .standfirst {
    font-size: 16px;
    line-height: 26px;
  }

  .cta-button {
    font-size: 10px;
  }

  .col-50.flex-vc {
    padding-right: 5px;
    padding-left: 5px;
  }

  .container-1170 {
    padding: 0px;
  }

  .col-25 {
    width: 100%;
  }

  .pulloutquote {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .newwaves-text {
    font-size: 3em;
  }

  .newwaves-copy {
    font-size: 12px;
    line-height: 20px;
  }

  .outletwrap {
    margin-bottom: 10px;
  }

  .headingwrap.btmmargin20 {
    margin-top: 0px;
  }

  .h2r {
    font-size: 24px;
    line-height: 24px;
  }

  .h2r.footer {
    font-size: 20px;
  }

  .igpostbox {
    width: 30vw;
  }

  .mobile-navbar {
    height: 45px;
  }

  .hamburger-menu {
    width: 20px;
  }

  .mobile-menu {
    display: none;
  }

  .mobilenavlink {
    font-size: 28px;
  }

  .outletlogowrap {
    width: 20%;
  }

  .brandgrid {
    padding-bottom: 100px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-rows: minmax(250px, 0.25fr) minmax(250px, 0.25fr) minmax(250px, 0.25fr) minmax(250px, 0.25fr);
    grid-template-rows: minmax(250px, 0.25fr) minmax(250px, 0.25fr) minmax(250px, 0.25fr) minmax(250px, 0.25fr);
  }

  .img2 {
    margin-top: -70px;
    margin-left: -30px;
  }

  .imgsquare {
    margin-top: 40px;
    margin-right: 10px;
    padding-left: 20px;
  }

  .imgho {
    margin-right: 24px;
    margin-bottom: 66px;
    margin-left: -15px;
  }

  .img5 {
    width: 120%;
    margin-right: -47px;
    margin-bottom: 74px;
  }

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

  .heading-2 {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .phone {
    color: #fff;
  }

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

  .low-carbon-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}