body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 50px;
  padding-top: 5px;
  padding-bottom: 15px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 195, 230, .5);
  color: #00c3e6;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #00c3e6;
  font-size: 52px;
  line-height: 55px;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #00c3e6;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: none;
}

a {
  color: #0069ff;
  text-decoration: underline;
}

strong {
  color: #00c3e6;
  font-weight: 700;
}

.container {
  position: relative;
  overflow: visible;
  max-width: 1118px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 15px 0px;
}

.container.headercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-bottom: 20px;
}

.container.strategycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
}

.brand {
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 115px;
  margin-right: 0px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  top: 0px;
  width: 100%;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.herosection {
  position: relative;
  overflow: hidden;
  min-height: 750px;
  padding-top: 240px;
  padding-bottom: 100px;
  background-image: url('../images/hero-banner-landing-2000.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slidemask {
  overflow: visible;
}

.arrow {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  padding: 5px;
  float: none;
  background-image: url('../images/arrow-left.svg');
  background-position: 0px 0px;
  background-size: 40px;
  background-repeat: no-repeat;
  color: #0069ff;
  text-decoration: none;
}

.arrow.leftarrow {
  left: auto;
  top: auto;
  right: -40px;
  bottom: 0px;
}

.arrow.rightarrow {
  right: -90px;
  border-style: none;
  border-color: #0069ff;
  background-image: url('../images/arrow-right.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.slidenav {
  display: none;
}

.rightarrow {
  left: auto;
  top: auto;
  right: auto;
}

.aboutsection {
  overflow: hidden;
  max-width: 100%;
  margin-top: -95px;
  margin-bottom: 40px;
}

.slider {
  height: auto;
  margin-right: 50px;
  background-color: transparent;
}

.slider.highlightsslider {
  padding-bottom: 55px;
}

.section-2 {
  overflow: hidden;
  max-width: 100%;
  background-color: rgba(0, 195, 230, .03);
  color: #00c3e6;
}

.section-2.highlightssection {
  padding-bottom: 40px;
  line-height: 20px;
}

.body {
  overflow: visible;
  margin-bottom: 0px;
  padding-top: 100px;
  background-image: -webkit-linear-gradient(270deg, #f9f9f9, #f9f9f9);
  background-image: linear-gradient(180deg, #f9f9f9, #f9f9f9);
  font-family: maax, sans-serif;
  color: #1b2024;
  font-size: 15px;
  line-height: 23px;
}

.button {
  position: relative;
  z-index: 99;
  min-width: 250px;
  padding: 15px 25px;
  border: 1px solid #0069ff;
  border-radius: 50px;
  background-color: transparent;
  color: #0069ff;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.button.buttonwhite {
  border-color: #fff;
  color: #fff;
}

.button.buttonwhite {
  background-color: #fff;
  color: #0069ff;
}

.button.buttonvideo {
  display: none;
  min-width: 0px;
  padding-left: 40px;
  border-style: none;
  border-color: transparent;
  background-image: url('../images/video-play-button.svg');
  background-position: 0px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 12px;
}

.button.buttonblue {
  background-color: #0069ff;
  color: #fff;
}

.footer {
  background-color: #3173ba;
  background-image: -webkit-linear-gradient(270deg, #00dcf0, #00aadc);
  background-image: linear-gradient(180deg, #00dcf0, #00aadc);
  color: #fff;
  font-weight: 300;
}

.footer.navfooter {
  display: block;
  min-height: 100px;
  padding-top: 16px;
  padding-bottom: 20px;
  -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;
}

.circle {
  position: absolute;
  left: auto;
  top: 50%;
  right: 50%;
  bottom: auto;
  z-index: 0;
  display: block;
  max-width: none;
  margin-top: -25px;
  margin-right: -118px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.circle.strategycircle {
  width: 1447px;
  max-width: none;
  margin-top: 0px;
  margin-right: -60px;
}

.heroblock {
  max-width: 350px;
  color: #fff;
}

.heroblock.strategyhero {
  padding-top: 50px;
}

.section {
  position: relative;
  overflow: hidden;
}

.section.strategtsection {
  padding-bottom: 20px;
}

.sliderslide {
  margin-right: 50px;
  background-color: transparent;
}

.sliderslide.whitebg {
  padding: 20px 30px 90px;
  background-color: #fff;
}

.sliderslide.slidenobox {
  margin-right: 80px;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.row.highlightsrow {
  margin-bottom: 20px;
}

.valuesright {
  position: relative;
  display: block;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 51px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.valueblock {
  display: block;
  width: 33.3%;
  padding: 0px 20px 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-bottom: 1px none rgba(0, 105, 255, .5);
}

.valueblock.last {
  border-bottom-style: none;
}

.valueblocktitle {
  display: block;
  float: none;
  clear: none;
  color: #fff;
  font-weight: 700;
}

.valueblockimg {
  display: block;
  max-width: 50px;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.messagesection {
  padding-bottom: 110px;
  background-color: rgba(0, 195, 230, .03);
  background-image: url('../images/chair-ceo.jpg');
  background-position: 65% 50%;
  background-size: cover;
  color: #fff;
}

.signatures {
  max-width: 480px;
  margin-top: 20px;
}

.operationssection {
  overflow: hidden;
  max-width: 100%;
  margin-top: -95px;
  margin-bottom: 40px;
}

.casestudysection {
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(90deg, #00aadc, #00dcf0);
  background-image: linear-gradient(0deg, #00aadc, #00dcf0);
}

.navitem {
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  color: #0069ff;
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.28px;
}

.navitem:hover {
  color: #00c3e6;
}

.navitemdownload {
  z-index: 10000;
  display: block;
  width: 50px;
  height: 50px;
  min-width: 50px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-radius: 50px;
  background-color: #f8fafd;
  background-image: url('../images/Downloads_1.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #0069ff;
}

.heroheading {
  margin-top: 50px;
  border-bottom-style: none;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
}

.heroheading.herostrategy {
  line-height: 41px;
}

.heroheading.messageheading {
  max-width: 525px;
  font-size: 38px;
  line-height: 48px;
}

.heroheading.topheroheading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 51px;
  font-weight: 500;
}

.messagecontainer {
  max-width: 650px;
  margin-bottom: 20px;
}

.lead {
  padding-right: 30px;
  font-size: 20px;
  line-height: 26px;
}

.lead.strategytext {
  margin-bottom: 20px;
  color: #00c3e6;
}

.lead.highlights {
  padding-top: 0px;
  padding-right: 300px;
  padding-bottom: 36px;
}

.sustainablesection {
  overflow: hidden;
  max-width: 100%;
  margin-top: -95px;
  margin-bottom: 40px;
}

.boardsection {
  overflow: hidden;
  background-color: rgba(0, 195, 230, .03);
}

.tabs-menu {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 195, 230, .3);
}

.tab-link {
  margin-right: 10px;
  margin-bottom: -1px;
  padding-right: 50px;
  padding-left: 0px;
  border-bottom-style: none;
  background-color: transparent;
  color: rgba(0, 195, 230, .3);
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.tab-link.w--current {
  border-bottom: 1px solid #00c3e6;
  background-color: transparent;
  color: #00c3e6;
}

.tabarrows {
  position: absolute;
  right: 25px;
  bottom: 20px;
  margin-right: -50px;
}

.tabs {
  margin-bottom: 20px;
}

.footerlink {
  margin-right: 10px;
  color: #fff;
  line-height: 28px;
  text-decoration: none;
}

.footerlink:hover {
  text-decoration: underline;
}

.map {
  height: 500px;
}

.grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: 330px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid-item.grid-item-large {
  position: relative;
  display: block;
  width: 66%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: none;
}

.case-studies-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.person {
  width: 25%;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 105, 255, .3);
  color: #1b2024;
  text-decoration: none;
}

.person.leadershiplast {
  border-style: none;
}

.person.leadershiplast2 {
  border-style: none;
}

.person.leadershiplast3 {
  border-style: none;
}

.person.leadershiplast4 {
  border-bottom-style: none;
}

.person.boardlast3 {
  border-bottom-style: none;
}

.person.boardlast2 {
  border-bottom-style: none;
}

.person.boardlast {
  border-bottom-style: none;
}

.modal {
  position: relative;
  z-index: 9999;
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 6px auto;
  padding: 0px;
  border-radius: 2px;
  background-color: #fff;
}

.modal.modaldownloads {
  max-width: 727px;
}

.backtotop {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: -5px;
  background-image: url('../images/back-to-top.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  line-height: 0px;
}

.backtotop:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.casestudy {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  color: #fff;
  text-decoration: none;
}

.casestudy.case1 {
  background-image: url('../images/case-study-large1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.casestudy.case2 {
  background-image: url('../images/case-study-small1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.casestudy.case7 {
  background-image: url('../images/case-study-large2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.casestudy.case3 {
  background-image: url('../images/case-study-small2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.casestudy.case4 {
  background-image: url('../images/case-study-small3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.casestudy.case5 {
  background-image: url('../images/case-study-small4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.casestudy.case6 {
  background-image: url('../images/caltex-starcard-study_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.casestudytext {
  position: absolute;
  bottom: 10px;
  z-index: 1;
  padding-right: 20px;
  padding-left: 20px;
}

.strategyheading {
  margin-top: 30px;
  margin-bottom: 0px;
  border-bottom-color: rgba(0, 105, 255, .3);
  color: #fff;
  font-weight: 700;
}

.strategylead {
  margin-top: 30px;
  margin-bottom: 30px;
}

.figure {
  color: #00c3e6;
  font-size: 46px;
  line-height: 40px;
  font-weight: 700;
}

.detailsagm {
  margin-bottom: 20px;
}

.detailsagm strong {
  color: #00c3e6;
}

.herotext {
  margin-bottom: 37px;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0.58px;
}

.sociallink {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  line-height: 28px;
  text-align: center;
}

.text-block {
  display: inline-block;
}

.operationsbottom {
  position: absolute;
  bottom: 30px;
}

.highlightsbottom {
  margin-top: -44px;
}

.sustainablebottom {
  position: absolute;
  bottom: 30px;
}

.aboutbottom {
  position: absolute;
  bottom: 30px;
}

.messageheading {
  border-bottom-color: hsla(0, 0%, 100%, .5);
  color: #fff;
}

.case-studies-header {
  border-bottom-color: hsla(0, 0%, 100%, .5);
  color: #fff;
}

.personimg {
  width: 100%;
}

.boardbottom {
  margin-bottom: 23px;
}

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

.modalinner {
  padding: 50px;
}

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

.modalinner.messageinner {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modalinner.modalstrategy {
  border-radius: 2px;
  background-color: #00c3e6;
}

.downloadicon {
  margin: 0px 10px;
}

.downloadlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 10px;
  -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;
  border-bottom: 1px solid rgba(27, 32, 36, .2);
  color: #1b2024;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}

.downloadsblock {
  margin-bottom: 40px;
}

.caseheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 470px;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-right: 40px;
  padding-bottom: 100px;
  padding-left: 50px;
  -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-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;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-image: url('../images/modal-header.svg');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.caseheaderimage {
  overflow: hidden;
  width: 50%;
  margin-bottom: -140px;
  padding: 50px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 500px;
  background-color: rgba(0, 195, 230, .5);
  -webkit-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.caseheaderheading {
  margin-top: 10px;
  margin-right: 30px;
  color: #fff;
  font-size: 50px;
}

.caseheaderheadingsmall {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
  color: #fff;
  line-height: 1em;
  font-weight: 300;
}

.div-block {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.casestudycallout {
  color: #00c3e6;
  font-size: 24px;
  line-height: 1.2em;
}

.sociallinks {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #00c3e6;
  font-weight: 700;
}

.strategydiagram {
  width: 100%;
}

.messagefigure {
  color: #00c3e6;
  font-size: 82px;
  line-height: 1em;
  font-weight: 700;
}

.sup {
  position: relative;
  bottom: 0.5em;
  font-size: 0.6em;
}

.messagehighlight {
  padding-top: 0px;
  padding-bottom: 30px;
}

.persontitle {
  color: #0069ff;
}

.downloadtitle {
  padding-right: 5px;
  color: #1b2024;
}

.modalleft {
  width: 63%;
  margin-right: 7%;
}

.modalright {
  width: 30%;
  height: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.modallead {
  width: 63%;
  margin-top: 30px;
  color: #00c3e6;
  font-weight: 400;
}

.agmsection {
  padding-bottom: 40px;
}

.highlightheading {
  height: 3em;
  line-height: 18px;
  font-weight: 700;
}

.signaturename {
  font-weight: 500;
}

.signaturename.blue {
  color: #00c3e6;
}

.personposition {
  margin-bottom: 10px;
  font-weight: 500;
}

.pullout {
  width: 80%;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #00c3e6;
  font-weight: 400;
}

.highlightsfigure {
  margin-top: 15px;
  color: #00c3e6;
  font-size: 82px;
  line-height: 100px;
  font-weight: 700;
  letter-spacing: -4px;
}

.highlightsfigure.large {
  margin-right: 30px;
  margin-bottom: 0px;
  float: left;
  font-size: 147px;
  line-height: 178px;
}

.highlightlead {
  max-width: 760px;
  margin-top: 40px;
  font-size: 27px;
  line-height: 32px;
  font-weight: 500;
}

.highlighttext {
  font-weight: 500;
}

.navitems {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footersection {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.white {
  border-bottom-color: hsla(0, 0%, 100%, .5);
  color: #fff;
}

.highlightimage {
  margin-top: 20px;
  margin-bottom: 20px;
}

.signature {
  max-width: 150px;
  margin-bottom: 15px;
}

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

.footersectionlast {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.directory {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.directorysection {
  padding-bottom: 15px;
  background-color: rgba(0, 195, 230, .03);
}

.directorytext {
  margin-right: 30px;
  margin-bottom: 30px;
}

.directoryheading {
  margin-bottom: 30px;
}

.directorylink {
  color: #1b2024;
  text-decoration: none;
}

.directorylink:hover {
  text-decoration: underline;
}

.valuesleft {
  width: 30%;
  padding-right: 30px;
}

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

.values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 50px 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 30px;
  background-color: #00c3e6;
  color: #fff;
}

.valuetext {
  color: #00c3e6;
}

.valueimage {
  width: 250px;
  margin-bottom: 30px;
  padding-top: 20px;
}

.dot {
  position: absolute;
  left: -10px;
  top: 115px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #00c3e6;
}

.strategyleft {
  width: 30%;
  padding-right: 30px;
}

.strategyright {
  width: 70%;
}

.freedomimg {
  min-width: 690px;
}

.downloadsubheading {
  margin-top: -20px;
  margin-bottom: 0px;
}

.div-block-2 {
  padding-right: 0px;
}

.container-2 {
  text-align: left;
}

.text-block-3 {
  margin-top: -17px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-span {
  font-size: 13px;
  line-height: 14px;
}

.image-2 {
  margin-top: 38px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-3 {
  padding-right: 22px;
  color: #1b2024;
}

.rich-text-block {
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.row-3 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 23px;
  padding-left: 0px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.rich-text-block-2 {
  padding-right: 22px;
  padding-left: 0px;
}

.text-block-4 {
  line-height: 23px;
}

.heading-4 {
  color: #fff;
}

.paragraph-2 {
  max-width: 525px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 48px;
  }
  h5 {
    font-weight: 600;
  }
  .container.headercontainer {
    padding-bottom: 20px;
    -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;
  }
  .container.strategycontainer {
    -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;
  }
  .nav {
    display: block;
    overflow: scroll;
    height: 100vh;
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    background-color: #fff;
  }
  .image {
    width: 150px;
    color: #0069ff;
  }
  .brand {
    -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;
  }
  .herosection {
    min-height: 600px;
    padding-top: 75px;
  }
  .arrow {
    margin-left: 5px;
    padding-top: 6px;
    padding-left: 5px;
  }
  .arrow.leftarrow {
    right: 65px;
    bottom: 22px;
  }
  .arrow.rightarrow {
    right: 20px;
    bottom: 22px;
  }
  .aboutsection {
    margin-bottom: 20px;
  }
  .slider {
    margin-right: 0px;
  }
  .section-2.highlightssection {
    padding-bottom: 10px;
  }
  .footer.navfooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
    padding-top: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .circle {
    left: 0px;
    margin-top: -120px;
    margin-right: auto;
    margin-left: -375px;
  }
  .circle.strategycircle {
    left: -370px;
    top: 0%;
    right: auto;
    width: 1100px;
    margin-top: 200px;
    margin-right: 0px;
    margin-left: auto;
  }
  .heroblock.strategyhero {
    width: 570px;
    max-width: none;
    margin-bottom: 139px;
    padding-top: 0px;
  }
  .section.strategtsection {
    padding-bottom: 10px;
  }
  .sliderslide.whitebg {
    margin-right: 15px;
  }
  .messagesection {
    background-image: none;
    color: #00c3e6;
  }
  .operationssection {
    margin-bottom: 20px;
  }
  .casestudysection {
    padding-bottom: 80px;
  }
  .navitem {
    position: static;
    display: block;
    width: 90%;
    margin-right: 10%;
    padding-top: 35px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: 15px;
    line-height: 42px;
    text-align: left;
  }
  .navitemdownload {
    display: none;
  }
  .heroheading {
    margin-top: 0px;
    line-height: 1em;
  }
  .heroheading.messageheading {
    color: #00c3e6;
  }
  .lead {
    padding-right: 0px;
  }
  .lead.highlights {
    padding-right: 230px;
  }
  .sustainablesection {
    margin-bottom: 20px;
  }
  .tabarrows {
    right: 20px;
    margin-right: 15px;
  }
  .map {
    height: 400px;
  }
  .grid-item {
    width: 48.5%;
  }
  .grid-item.grid-item-large {
    width: 48.5%;
  }
  .case-studies-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .person {
    width: 50%;
  }
  .person.leadershiplast2 {
    border-bottom-style: none;
  }
  .person.leadershiplast3 {
    border-bottom-style: solid;
  }
  .person.leadershiplast4 {
    border-bottom-style: solid;
  }
  .person.boardlast3 {
    border-bottom-style: solid;
  }
  .person.boardlast2 {
    border-bottom-style: solid;
  }
  .casestudy.case1 {
    background-image: url('../images/case-study-small1-new.jpg');
  }
  .casestudy.case7 {
    background-image: url('../images/case-study-small6.jpg');
  }
  .strategylead {
    margin-right: 90px;
  }
  .icon {
    color: #0069ff;
    font-size: 40px;
  }
  .operationsbottom {
    bottom: 20px;
  }
  .highlightsbottom {
    margin-top: -65px;
  }
  .sustainablebottom {
    bottom: 20px;
    margin-top: 15px;
  }
  .aboutbottom {
    bottom: 20px;
  }
  .messageheading {
    border-bottom-style: none;
  }
  .boardbottom {
    margin-bottom: 23px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .modalinner.modalcaseinner {
    padding-top: 0px;
  }
  .modalinner.messageinner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .caseheader {
    min-height: 465px;
    margin-bottom: 0px;
    padding-bottom: 180px;
  }
  .casestudycallout {
    margin-top: 10px;
    font-size: 24px;
  }
  .messagetopmobile {
    height: 300px;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    background-image: url('../images/chair-ceo.jpg');
    background-position: 62% 50%;
    background-size: cover;
  }
  .modalleft {
    margin-right: 15px;
  }
  .agmsection {
    padding-bottom: 20px;
  }
  .calendar {
    margin-top: 15px;
  }
  .highlightsfigure.large {
    margin-top: 0px;
  }
  .menutitle {
    margin-top: 30px;
    color: #0069ff;
    font-size: 23px;
    line-height: 28px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.88px;
  }
  .navitems {
    display: block;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-rule-color: #000;
    column-rule-color: #000;
    -webkit-column-rule-style: none;
    column-rule-style: none;
  }
  .footersection {
    text-align: left;
  }
  .values {
    padding: 60px 30px 10px;
  }
  .strategyleft {
    width: 100%;
    padding-right: 0px;
  }
  .strategyright {
    width: 100%;
    margin-top: 20px;
  }
  .image-2 {
    margin-top: 56px;
  }
  .rich-text-block {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-bottom: 20px;
  }
  h2 {
    font-size: 34px;
    line-height: 36px;
  }
  .container.headercontainer {
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .container.casecontainer {
    padding-bottom: 0px;
  }
  .container.footercontainer {
    -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;
  }
  .nav {
    height: 100vh;
    padding-bottom: 170px;
  }
  .herosection {
    background-position: 60% 50%;
  }
  .arrow.leftarrow.leftarrowwhite {
    background-image: url('../images/arrow-left-white.svg');
    background-size: 40px;
  }
  .arrow.rightarrow.rightarrowwhite {
    background-image: url('../images/arrow-right-white.svg');
    background-size: 40px;
  }
  .slider.caseslider {
    margin-bottom: -5px;
    padding-bottom: 100px;
  }
  .body {
    padding-top: 80px;
  }
  .button.buttonvideo {
    font-size: 12px;
  }
  .footer.navfooter {
    padding-top: 20px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 11px;
    line-height: 30px;
  }
  .circle {
    display: block;
  }
  .circle.strategycircle {
    left: -330px;
    margin-top: 51px;
  }
  .heroblock.strategyhero {
    width: 100%;
    max-width: 650px;
  }
  .valuesright {
    width: 100%;
    margin-bottom: 0px;
  }
  .valueblock {
    width: 50%;
    padding-bottom: 30px;
    line-height: 18px;
  }
  .messagesection {
    background-image: none;
  }
  .signatures {
    color: #00c3e6;
  }
  .casestudysection {
    background-image: -webkit-linear-gradient(90deg, #3173ba, #07bed5);
    background-image: linear-gradient(0deg, #3173ba, #07bed5);
  }
  .navitem {
    margin-top: 0px;
    margin-right: 5%;
    margin-left: 5%;
    padding-top: 20px;
    padding-bottom: 0px;
    float: none;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
  }
  .heroheading.herostrategy {
    margin-top: 21px;
    font-size: 18px;
    line-height: 26px;
  }
  .heroheading.messageheading {
    color: #00c3e6;
    font-size: 22px;
    line-height: 32px;
  }
  .lead {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .lead.strategytext {
    margin-bottom: 0px;
  }
  .lead.highlights {
    padding-right: 0px;
  }
  .backtotop {
    margin-bottom: 12px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .casestudy {
    height: 230px;
  }
  .casestudy.case1 {
    background-image: url('../images/case-study-mobile1.jpg');
  }
  .casestudy.case2 {
    background-image: url('../images/case-study-mobile2.jpg');
  }
  .casestudy.case7 {
    background-image: url('../images/case-study-mobile6.jpg');
  }
  .casestudy.case3 {
    background-image: url('../images/case-study-mobile3.jpg');
  }
  .casestudy.case4 {
    background-image: url('../images/case-study-mobile4.jpg');
  }
  .casestudy.case5 {
    background-image: url('../images/case-study-mobile5.jpg');
  }
  .casestudy.case6 {
    background-image: url('../images/mobile-case-study.jpg');
  }
  .operationsbottom {
    position: static;
    margin-top: 15px;
    margin-bottom: -23px;
  }
  .sustainablebottom {
    position: static;
  }
  .aboutbottom {
    position: static;
  }
  .messageheading {
    border-bottom-style: none;
    color: #fff;
  }
  .case-studies-header {
    border-bottom-color: hsla(0, 0%, 100%, .3);
    color: #fff;
  }
  .boardbottom {
    margin-top: 15px;
    margin-bottom: 23px;
  }
  .modalinner {
    padding-top: 0px;
  }
  .modalinner.modalcaseinner {
    padding-top: 0px;
    padding-bottom: 150px;
  }
  .modalinner.downloadsmodal {
    padding-top: 50px;
  }
  .downloadlink {
    padding-bottom: 10px;
  }
  .caseheader {
    min-height: 0px;
    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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% -110px;
    background-size: 770px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .caseheaderimage {
    width: 260px;
    height: 260px;
    margin-top: 50px;
    margin-bottom: 0px;
    border-width: 35px;
  }
  .caseheaderheading {
    margin-top: 20px;
    color: #00c3e6;
    font-size: 25px;
  }
  .caseheaderheadingsmall {
    color: #00c3e6;
  }
  .div-block {
    width: 100%;
  }
  .casestudycallout {
    margin-top: 0px;
    font-size: 22px;
    line-height: 1.3em;
  }
  .messagetopmobile {
    height: 300px;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    background-image: url('../images/chair-ceo.jpg');
    background-position: 77% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .messagehighlight {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .modalleft {
    width: 100%;
  }
  .modalright {
    width: 100%;
    height: auto;
  }
  .modallead {
    width: 100%;
    margin-top: -60px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-weight: 300;
  }
  .pullout {
    width: 100%;
    font-size: 22px;
    line-height: 28px;
  }
  .highlightsfigure {
    margin-top: 15px;
    font-size: 54px;
    line-height: 66px;
  }
  .highlightsfigure.large {
    float: none;
    font-size: 84px;
    line-height: 90px;
  }
  .highlightlead {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 29px;
  }
  .highlighttext {
    width: 180px;
    max-width: 140px;
    min-height: 60px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
    line-height: 18px;
  }
  .navitems {
    -webkit-column-count: auto;
    column-count: auto;
  }
  .heading-2 {
    font-size: 15px;
  }
  .heading-3 {
    font-size: 15px;
  }
  .text-block-2 {
    margin-top: -28px;
  }
  .directory {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .valuesleft {
    width: 100%;
  }
  .svtab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .values {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .valuetext {
    margin-top: 25px;
  }
  .valueimage {
    margin-bottom: 10px;
    padding-top: 0px;
  }
  .dot {
    left: 100px;
    top: -10px;
  }
  .strategyright {
    overflow: auto;
  }
  .downloadsubheading {
    margin-top: 0px;
  }
  .column {
    padding-top: 16px;
  }
  .column-2 {
    margin-top: -42px;
    padding-top: 0px;
  }
  .image-2 {
    margin-top: 23px;
  }
  .sustainablegraph {
    width: 220px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 34px;
  }
  .container.headercontainer {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container.strategycontainer {
    padding-bottom: 0px;
  }
  .container.operationscontainer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image {
    width: 120px;
    margin-left: -22px;
  }
  .herosection {
    min-height: 600px;
    padding-top: 70px;
    background-position: 64% 0%;
    background-repeat: no-repeat;
  }
  .arrow.leftarrow {
    right: 55px;
  }
  .arrow.rightarrow {
    right: 10px;
  }
  .button {
    min-width: 150px;
    padding: 13px 15px;
    font-size: 9px;
  }
  .button.buttonvideo {
    min-width: 0px;
    font-size: 11px;
    line-height: 15px;
    text-align: left;
  }
  .footer.navfooter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .circle {
    width: 900px;
    margin-top: -125px;
    margin-right: -365px;
  }
  .circle.strategycircle {
    left: -391px;
    margin-top: 114px;
  }
  .sliderslide.whitebg {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .valuesright {
    padding-left: 0px;
  }
  .valueblock {
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    border-bottom-style: none;
  }
  .valueblock.last {
    margin-bottom: 20px;
  }
  .messagesection {
    padding-bottom: 0px;
    background-image: none;
  }
  .signatures {
    margin-right: -15px;
    margin-left: -15px;
    font-size: 12px;
    line-height: 18px;
  }
  .operationssection {
    margin-top: 0px;
  }
  .heroheading {
    font-size: 22px;
  }
  .heroheading.herostrategy {
    margin-top: 22px;
    font-size: 18px;
  }
  .heroheading.messageheading {
    color: #00c3e6;
    line-height: 28px;
  }
  .heroheading.topheroheading {
    font-size: 42px;
    line-height: 39px;
  }
  .lead {
    padding-right: 0px;
  }
  .lead.strategytext {
    margin-bottom: 0px;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tab-link {
    padding-right: 20px;
  }
  .tabarrows {
    right: 0px;
    bottom: 40px;
    margin-bottom: -22px;
  }
  .map {
    margin-bottom: 30px;
  }
  .strategylead {
    margin-right: 0px;
  }
  .herotext {
    font-size: 18px;
    line-height: 21px;
  }
  .sustainablebottom {
    margin-top: 25px;
    padding-bottom: 5px;
  }
  .aboutbottom {
    margin-top: 15px;
    margin-bottom: -9px;
  }
  .messageheading {
    border-bottom-style: none;
    color: #fff;
  }
  .personimg {
    display: none;
  }
  .menu-button {
    padding: 5px;
  }
  .modalinner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .downloadicon {
    margin-left: 10px;
  }
  .caseheader {
    padding-right: 20px;
    padding-left: 20px;
    background-position: 50% 0px;
    background-size: 480px;
  }
  .caseheaderimage {
    margin-top: 20px;
  }
  .caseheaderheading {
    line-height: 28px;
  }
  .messagetopmobile {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .messagehighlight {
    padding-bottom: 0px;
  }
  .modallead {
    margin-bottom: 0px;
    color: #00c3e6;
  }
  .pullout {
    margin-right: 0px;
    padding-right: 0px;
  }
  .highlightsfigure.large {
    line-height: 80px;
  }
  .highlightlead {
    margin-bottom: 1px;
  }
  .footersection {
    margin-right: 10px;
    margin-left: 10px;
  }
  .row-2 {
    margin-bottom: 20px;
  }
  .text-block-2 {
    margin-top: -18px;
  }
  .values {
    padding: 10px 5px 10px 10px;
  }
}

@font-face {
  font-family: 'maax';
  src: url('../fonts/205_-_maax-webfont.woff2') format('woff2'), url('../fonts/205_-_maax-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'maax';
  src: url('../fonts/maax-medium-webfont.woff2') format('woff2'), url('../fonts/maax-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'maax';
  src: url('../fonts/maax-bold-webfont.woff2') format('woff2'), url('../fonts/maax-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}