html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.white {
  color: #fff;
}
.default {
  color: #000;
}
.lime {
  color: #94D700;
}
.color-lime-lightest {
  color: #ACDF33;
}
.green {
  color: #00A98F;
}
.green-dark {
  color: #009681;
}
.forest {
  color: #578074;
}
.yellow-dark {
  color: #EAAA00;
}
.sky {
  color: #5BC2E7;
}
.sky-light {
  color: #9FD5EF;
}
.ruby {
  color: #B50B49;
}
.plum {
  color: #A50034;
}
.orange {
  color: #EA7600;
}
.brown {
  color: #8F7157;
}
.brown-light {
  color: #94795D;
}
.brown-lightest {
  color: #AC937E;
}
.grey-brown {
  color: #DCD0C6;
}
.navy {
  color: #00427B;
}
.teal {
  color: #3EBCAA;
}
.pine {
  color: #5C7F71;
}
.pine-light {
  color: #809E95;
}
.yellow {
  color: #FDB813;
}
.yellow-light {
  color: #fEE5BB;
}
.purple {
  color: #692C90;
}
.purple-dark {
  color: #702F8A;
}
.navy-dark {
  color: #002F6C;
}
.bkg-white {
  background-color: white;
}
.bkg-grey {
  background-color: #F1F2F2;
}
.bkg-black {
  background-color: black;
}
.bkg-teal {
  background-color: #3EBCAA;
}
.bkg-teal-light {
  background-color: #7FCCBF;
}
.bkg-pine {
  background-color: #5C7F71;
}
.bkg-pine-light {
  background-color: #809E95;
}
.bkg-lime {
  background-color: #94D700;
}
.bkg-lime-light {
  background-color: #DBF1A6;
}
.bkg-lime-lighter {
  background-color: #C1E766;
}
.bkg-lime-lightest {
  background-color: #ACDF33;
}
.bkg-plum {
  background-color: #A50034;
}
.bkg-ruby {
  background-color: #B50B49;
}
.bkg-ruby-light {
  background-color: #C86070;
}
.bkg-navy {
  background-color: #00427B;
}
.bkg-navy-dark {
  background-color: #002F6C;
}
.bkg-navy-lightest {
  background-color: #4B6897;
}
.bkg-navy-lightestest {
  background-color: #CACFED;
}
.bkg-green-dark {
  background-color: #009681;
}
.bkg-green-light {
  background-color: #D1DBD7;
}
.bkg-green-lightest {
  background-color: #B2DED7;
}
.bkg-orange {
  background-color: #EA7600;
}
.bkg-orange-light {
  background-color: #F69E5B;
}
.bkg-orange-lighter {
  background-color: #F89E54;
}
.bkg-purple {
  background-color: #692C90;
}
.bkg-purple-dark {
  background-color: #702F8A;
}
.bkg-purple-lighter {
  background-color: #A286BD;
}
.bkg-purple-lightest {
  background-color: #D2C7E2;
}
.bkg-yellow {
  background-color: #FDB813;
}
.bkg-yellow-light {
  background-color: #fEE5BB;
}
.bkg-yellow-lightest {
  background-color: #FFCA66;
}
.bkg-yellow-lightestest {
  background-color: #FFE6B8;
}
.bkg-yellow-dark {
  background-color: #EAAA00;
}
.bkg-yellow-for7 {
  background-color: #f2b944;
}
.bkg-purple-light {
  background-color: #8963A9;
}
.bkg-grey-dark {
  background-color: #D8D8D8;
}
.bkg-grey-brown {
  background-color: #DCD0C6;
}
.bkg-grey-brown-light {
  background-color: #C5B3A3;
}
.bkg-grey-brown-lightest {
  background-color: #F3F2F1;
}
.bkg-sky {
  background-color: #5BC2E7;
}
.bkg-sky2 {
  background-color: #7FCAEB;
}
.bkg-sky-light {
  background-color: #9FD5EF;
}
.bkg-sky-lightest {
  background-color: #C5E3F4;
}
.bkg-new-green {
  background-color: #48773E;
}
.bkg-new-red {
  background-color: #EF3F29;
}
.bkg-new-purple {
  background-color: #8F1838;
}
.bkg-new-orange {
  background-color: #F36D26;
}
.bkg-new-orange-yellow {
  background-color: #F99D25;
}
.bkg-new-yellow {
  background-color: #CF8D2B;
}
.bkg-silver {
  background-color: #DCDDDE;
}
.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 973px;
  padding: 0 15px;
}
.section .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 25px 0px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .section .container .row.display-table {    
  display: -webkit-box;
  display: -ms-flexbox;
  display: table-cell!important;
  width: 100%;
  margin: 25px 0px;
  }
}

.section .container .row.clear-margins {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
@media screen and (max-width: 720px) {
  .section .container .row.clear-top-margin-small {
    margin-top: 0px !important;
  }
}
.section .container .row.clear-top-margin {
  margin-top: 0px !important;
}
.section .container .row.clear-bottom-margin {
  margin-bottom: 0px !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section .container .row.clear-bottom-margin.mg-top-relative {
    position: relative;
    margin-top:-750px!important;
  }
}

.section .container .row.clear-right-margin {
  margin-right: 0px !important;
}
.section .container .row.clear-left-margin {
  margin-left: 0px !important;
}
.section .container .row.grid {
  display: -ms-grid !important;
  display: grid !important;
}
.section .container .row .row:first-child {
  margin-top: 0px;
}
.section .container .row .row:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 720px) {
  .section .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 720px) {
  .section .container .row.stick {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
.section .container .row .column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0px 15px;
}
.section .container .row .column.font-regular ul li {
  font-family: Calibre Web Regular;
}
.section .container .row .column.block {
  padding: 50px;
}
@media screen and (max-width: 720px) {
  .section .container .row .column.block {
    padding: 25px;
  }
}
.section .container .row .column.fe0 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 !important;
          flex: 0 !important;
}
.section .container .row .column.fe05 {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
.section .container .row .column.fe1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section .container .row .column.fe2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.section .container .row .column.fe3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.section .container .row .column.fe4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.section .container .row .column.fe5 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.section .container .row .column.fe6 {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section .container .row .column.fe6.mg-left-img {
    margin-left: 35px;
  }
}

.section .container .row .column.full-width {
  margin: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .section .container .row .column.full-width.mg-bottom-footer {
    margin-bottom: -350px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section .container .row .column.full-width.mg-bottom-min {
    margin-bottom: -1790px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section .container .row .column.full-width.mg-bottom-min-plum {
    margin-bottom: -2850px;
  }
}

@media screen and (max-width: 720px) {
  .section .container .row .column.full-width {
    margin: 10px 0 !important;
  }
}
.section .container .row .column.clear-right-margin {
  margin-right: 0px !important;
}
.section .container .row .column .left-box-container {
  margin-right: 12px;
}
.section .container .row .column .middle-box-container {
  margin: 0 12px;
}
.section .container .row .column .right-box-container {
  margin-left: 12px;
}
.section .container .row .column.clear-all-margin {
  margin: 0 !important;
}
@media screen and (max-width: 720px) {
  .section .container .row .column.clear-all-margin {
    margin: 0 !important;
  }
}
.section .container .row .column.clear-left {
  margin-left: 0;
}
@media screen and (max-width: 720px) {
  .section .container .row .column.clear-left {
    margin: 10px 0 20px 0 !important;
  }
}
.section .container .row .column.clear-right {
  margin-right: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section .container .row .column.clear-right.height-img {
    height: 293px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section .container .row .column.clear-right.height-img-supply {
    height: 341px;
  }
}

@media screen and (max-width: 720px) {
  .section .container .row .column.clear-right {
    margin: 0 0 10px 0 !important;
  }
}
@media screen and (max-width: 720px) {
  .section .container .row .column.right-box-container {
    margin: 0;
  }
  .section .container .row .column .middle-box-container {
    margin: 0;
  }
  .section .container .row .column.left-box-container {
    margin: 0;
  }
  .section .container .row .column.full-width-mobile {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 720px) {
  .section .container .row {
    margin: 10px 0;
  }
}
@media screen and (max-width: 720px) {
  .section#content .container .row .column {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 720px) {
  .section#content .container .row .row {
    margin-top: 25px;
  }
}
.animate {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.center {
  text-align: center;
}
.pad-sm {
  padding: 5px;
}
.pad-md {
  padding: 10px;
}
.pad-lg {
  padding: 15px;
}
.pad-xl {
  padding: 20px;
}
.pad-xxl {
  padding: 25px;
}
.pad-xxxl {
  padding: 30px;
}
.pad-xxxxl {
  padding: 0 10%;
}
.bold {
  font-weight: bold;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.strong {
  font-family: Calibre Web Medium;
}
.text-small {
  font-size: 16px;
  line-height: 18px;
}
.text-default {
  font-size: 18px;
}
.text-md-lg {
  font-size: 18px;
}
.text-large {
  font-size: 20px;
}
.text-xl {
  font-size: 23px;
}
.text-xxl {
  font-size: 25px;
}
.text-xxxxl {
  font-size: 40px;
}
.font-icons {
  font-family: 'downer' !important;
}
.font-icons a {
  text-decoration: none;
}
.font-regular {
  font-family: Calibre Web Regular;
}
.font-bold {
  font-family: Calibre Web Bold;
}
.font-semibold {
  font-family: Calibre Web Semibold;
}
.font-medium {
  font-family: Calibre Web Medium;
}
.font-light {
  font-family: Calibre Web Light;
}
.font-lightest {
  font-family: Calibre Web Light;
  font-weight: 100;
}
.font-tick {
  font-family: 'tick';
}
.hide {
  display: none !important;
}
.show-small {
  display: none !important;
}
.show-medium {
  display: none !important;
}
.hide-small {
  display: block;
}
.hide-medium {
  display: block;
}
@media screen and (max-width: 720px) {
  .hide-medium {
    display: none !important;
  }
  .show-medium {
    display: block !important;
  }
}
@media screen and (max-width: 576px) {
  .hide-small {
    display: none !important;
  }
  .show-small {
    display: block !important;
  }
}
/* autoprefixer grid: autoplace */
html,
body {
  font-family: Calibre Web Regular, sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: black;
}
a.white {
  color: white;
  text-decoration: none;
}
p {
  margin: 20px 0;
  font-size: 20px;
  line-height: 24px;
}
p a {
  text-decoration: underline;
}
p.clear-bottom-margin {
  margin-bottom: 0px !important;
}
p.clear-top-margin {
  margin-top: 0px !important;
}
h2 {
  font-family: Calibre Web Bold;
  font-size: 36px;
  margin-bottom: 25px;
}
h2.clear-bottom-margin {
  margin-bottom: 0px !important;
}
h2.clear-top-margin {
  margin-top: 0px !important;
}
h2.border-bottom {
  padding-bottom: 25px;
}
h2.smaller {
  font-size: 30px;
}
h3 {
  font-family: Calibre Web Bold;
  font-size: 24px;
}
h4 {
  font-family: Calibre Web Bold;
  font-size: 18px;
  margin-top: 25px;
}
@media screen and (max-width: 576px) {
  h4 {
    margin-top: 0px;
  }
}
sup,
sub {
  line-height: 0;
  font-size: 70%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  div.hide-ie {
    display: none !important;
  }
}
p.mini-content {
  border-top: 1px solid white;
  padding: 20px 20px;
  margin-top: 0px;
}
div.micro-box-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div.box {
  min-height: 320px;
  padding: 30px;
  position: relative;
}
div.box.case {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  max-width: 485px;
}
@media screen and (max-width: 720px) {
  div.box.case {
    max-width: none;
  }
  div.box.case h3 {
    margin-bottom: 25px;
  }
}
div.box h2 {
  width: 100%;
  padding-bottom: 20px;
  font-size: 30px;
  border-bottom-style: solid;
  border-bottom-width: 8px;
}
div.box h2.bigger {
  font-size: 38px;
}
div.box h4 {
  font-size: 20px;
}
div.box:first-of-type {
  margin-right: 0px;
}
div.box.clear-bottom-margin {
  margin-bottom: 0px !important;
}
div.box.clear-top-margin {
  margin-top: 0px !important;
}
div.box .read-more,
div.box .read-more-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 18px;
  font-family: Calibre Web Bold !important;
}
div.box .read-more.single-line,
div.box .read-more-link.single-line {
  top: 6px;
}
div.box .read-more:after,
div.box .read-more-link:after {
  font-family: 'downer' !important;
  font-family: Calibre Web Bold;
  font-size: 25px;
  vertical-align: bottom;
  padding-left: 20px;
}
div.box .read-more:after a,
div.box .read-more-link:after a {
  text-decoration: none;
}
div.box .read-more:after {
  cursor: pointer;
  content: 'j';
}
div.box .read-more.open:after {
  display: inline-block;
  margin-left: 25px;
  padding-left: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
div.box .read-more-link:after {
  cursor: pointer;
  content: 'k';
}
div.box .read-more-link.orange:after {
  color: #EA7600;
}
div.box.short {
  min-height: 240px;
}
div.box.case {
  height: auto !important;
  min-height: auto !important;
}
div.box.mini {
  min-height: auto;
  padding: 5px 20px;
  margin-top: 20px;
}
div.box.mini p.mini-intro {
  padding-right: 5px;
}
div.box.micro {
  max-height: auto;
  min-height: 100px;
}
div.box.blue-box {
  background-color: #00427B;
}
div.box.blue-box h2 {
  border-bottom-color: white;
}
div.box.blue-box.wide {
  min-height: 0;
}
div.box.sky-box {
  background-color: #5BC2E7;
}
div.box.sky-box h2 {
  border-bottom-color: white;
}
div.box.sky-box.wide {
  min-height: 0;
}
div.box.brown-box h2,
div.box.yellow-box h2 {
  border-bottom-color: white;
}
div.box.brown-box a,
div.box.yellow-box a {
  color: #00427B;
  text-decoration: underline;
}
div.box.brown-box a.white,
div.box.yellow-box a.white {
  color: white;
  font-family: Calibre Web Bold;
  text-decoration: none;
}
div.box.brown-box a .read-more,
div.box.yellow-box a .read-more,
div.box.brown-box a .read-more-link,
div.box.yellow-box a .read-more-link {
  color: white;
  text-decoration: none;
}
div.box.brown-box,
div.box.brown-pine-box {
  background-color: #C5B3A3;
}
div.box.yellow-box {
  background-color: #EAAA00;
}
div.box.black-box {
  background-color: black;
}
div.box.lime-box {
  background-color: #94D700;
}
div.box.green-dark-box {
  background-color: #009681;
}
div.box.green-dark-box h2 {
  border-bottom-color: #002F6C;
}
div.box.green-dark-box h2.border-white {
  border-bottom-color: white;
}
div.box.white-box {
  background-color: white;
}
div.box.white-box.lime {
  border: solid 1px #94D700;
}
div.box.white-box.lime h2 {
  border-bottom-color: #94D700;
}
div.box.white-box.orange {
  border: solid 1px #EA7600;
}
div.box.white-box.orange h2 {
  border-bottom-color: #EA7600;
}
div.box.white-box.borderless h2 {
  border: none;
}
div.box.orange-box {
  background-color: #EA7600;
}
div.box.orange-box h2 {
  border-bottom-color: white;
}
div.box.orange-box.borderless h2 {
  border: none;
}
div.box.white-plum-box {
  background-color: white;
}
div.box.white-plum-box h2 {
  border-bottom-color: #A50034;
}
div.box.plum-box {
  background-color: #A50034;
}
div.box.plum-box h2 {
  border-bottom-color: white;
}
div.box.white-pine-box {
  background-color: white;
}
div.box.white-pine-box h2 {
  border-bottom-color: #5C7F71;
}
div.box.brown-pine-box h2 {
  border-bottom-color: #5C7F71;
}
div.box.pine-box {
  background-color: #5C7F71;
}
div.box.pine-box h2 {
  border-bottom-color: white;
}
div.box.lime-default-box {
  background-color: #C1E766;
}
div.box.silver-box {
  background-color: #DCDDDE;
}
@media screen and (max-width: 720px) {
  div.box {
    margin: 10px 0;
  }
}
div.case-study-image {
  height: 288px;
  position: relative;
  background-size: cover;
  width: 90%;
}
div.case-study-image div {
  position: absolute;
  color: white;
  top: 0;
  left: 20px;
  padding: 10% 15px 15px;
  vertical-align: bottom;
}
.quote {
  font-style: italic;
  padding: 0 30px;
}
.quote:before {
  content: "\201C";
  font-size: 150px;
  line-height: 20px;
  position: absolute;
  padding-right: 40px;
}
.quote:after {
  content: "\201D";
  font-size: 150px;
  padding-top: 30px;
  position: absolute;
}
.thin-border-left {
  padding: 25px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  max-width: 485px;
  margin-right: 0;
}
.thin-border-left.plum {
  border: 1px solid #A50034;
  border-right: none;
}
@media screen and (max-width: 720px) {
  .thin-border-left.plum {
    border: 1px solid #A50034;
    border-bottom: none;
    margin-bottom: 0 !important;
  }
}
.thin-border-left.lime {
  border: 1px solid #94D700;
  border-right: none;
}
@media screen and (max-width: 720px) {
  .thin-border-left.lime {
    border: 1px solid #94D700;
    border-bottom: none;
    margin-bottom: 0 !important;
  }
}
.thin-border-left.sky {
  border: 1px solid #5BC2E7;
  border-right: none;
}
@media screen and (max-width: 720px) {
  .thin-border-left.sky {
    border: 1px solid #5BC2E7;
    border-bottom: none;
    margin-bottom: 0 !important;
  }
}
.thin-border-left .read-more,
.thin-border-left .read-more-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 18px;
  font-family: Calibre Web Bold !important;
}
.thin-border-left .read-more.single-line,
.thin-border-left .read-more-link.single-line {
  top: 6px;
}
.thin-border-left .read-more:after,
.thin-border-left .read-more-link:after {
  font-family: 'downer' !important;
  font-family: Calibre Web Bold;
  font-size: 25px;
  vertical-align: bottom;
  padding-left: 20px;
}
.thin-border-left .read-more:after a,
.thin-border-left .read-more-link:after a {
  text-decoration: none;
}
.thin-border-left .read-more a,
.thin-border-left .read-more-link a {
  text-decoration: none;
}
.thin-border-left .read-more:after {
  cursor: pointer;
  content: 'j';
}
.thin-border-left .read-more.open:after {
  display: inline-block;
  margin-left: 25px;
  padding-left: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.thin-border-left .read-more-link:after {
  cursor: pointer;
  content: 'k';
}
.thin-border-left .read-more-link.orange:after {
  color: #EA7600;
}
.underline {
  border-bottom-width: 8px;
  border-bottom-style: solid;
  padding-bottom: 20px;
}
.underline.underline-plum {
  border-bottom-color: #A50034;
}
.underline.underline-brown {
  border-bottom-color: #8F7157;
}
.underline.underline-teal {
  border-bottom-color: #3EBCAA;
}
.underline.underline-orange {
  border-bottom-color: #EA7600;
}
.underline.underline-forest {
  border-bottom-color: #578074;
}
.underline.underline-yellow-dark {
  border-bottom-color: #EAAA00;
}
.underline.underline-green-dark {
  border-bottom-color: #009681;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.border-top {
  border-top-style: solid;
  border-top-width: 8px;
  margin-top: 35px !important;
  padding-top: 35px;
}
.border-top.border-white {
  border-top-color: white;
}
.border-top.border-sky {
  border-top-color: #5BC2E7;
}
.border-top.border-plum {
  border-top-color: #A50034;
}
.border-top.border-orange {
  border-top-color: #EA7600;
}
.border-top.border-purple-dark {
  border-top-color: #702F8A;
}
.border-top.border-lime {
  border-top-color: #94D700;
}
.border-top.border-green-dark {
  border-top-color: #009681;
}
.border-top.border-brown {
  border-top-color: #8F7157;
}
.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 8px;
  margin-bottom: 35px !important;
  position: relative;
}
.border-bottom.border-white {
  border-bottom-color: white;
}
.border-bottom.border-sky {
  border-bottom-color: #5BC2E7;
}
.border-bottom.border-plum {
  border-bottom-color: #A50034;
}
.border-bottom.border-orange {
  border-bottom-color: #EA7600;
}
.border-bottom.border-brown {
  border-bottom-color: #8F7157;
}
.border-bottom.border-orange {
  border-bottom-color: #EA7600;
}
.border-bottom.border-purple-dark {
  border-bottom-color: #702F8A;
}
.border-bottom.border-lime {
  border-bottom-color: #94D700;
}
.border-bottom.border-green-dark {
  border-bottom-color: #009681;
}
.border-bottom.border-plum {
  border-bottom-color: #A50034;
}
.border-bottom.border-yellow-dark {
  border-bottom-color: #EAAA00;
}
.border-bottom .sus-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.thin-border {
  border-width: 1px;
  border-style: solid;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.thin-border.border-green-dark {
  border-color: #009681;
}
.thin-border.border-white {
  border-color: white;
  padding: 15px;
}
.thin-border.border-brown {
  border-color: #8F7157;
}
.thin-border.border-brown {
  border-color: #8F7157;
}
.thin-border.border-orange {
  border-color: #EA7600;
}
.thin-border.border-plum {
  border-bottom-color: #A50034;
}
.thin-border.border-navy-dark {
  border-color: #002F6C;
}
.thin-border.border-lime {
  border-color: #94D700;
}
.thin-border.border-forest {
  border-color: #578074;
}
.thin-border.border-pine {
  border-color: #5C7F71;
}
.thin-border.border-purple {
  border-color: #692C90;
}
.thin-border.border-yellow-dark {
  border-color: #EAAA00;
}
.thin-border.border-sky {
  border-color: #5BC2E7;
}
.ss h2 {
  font-size: 38px;
}
.ss h3 {
  font-size: 30px;
}
.ss h5 {
  margin: 5px;
}
.ss h3,
.ss h4 {
  margin-bottom: 10px;
  margin-top: 0px;
  padding-bottom: 20px;
}
.ss img.logo {
  margin: 0 auto;
  width: 118px;
}
.ss img.logo.sus {
  width: 197px;
}
.ss img.logo.rob {
  width: 166px;
  margin: auto;
  display: inline;
}
.ss .bottom {
  position: absolute;
  bottom: 0px;
}
.ss .up:before {
  content: "\25B2";
}
.ss .down:before {
  content: "\25BC";
}
.case-nav {
  border-top: 1px solid white;
}
.intro {
  font-size: 30px;
  line-height: 34px;
}
.content-toggle {
  position: absolute;
  content: "Read more";
  cursor: pointer;
}
.content-toggle.toggle-row {
  position: relative;
  padding: 25px 0;
}
.content-toggle.toggle-row:after {
  font-family: 'downer' !important;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 18px;
  right: 25px;
  content: 'j';
}
.content-toggle.toggle-row:after a {
  text-decoration: none;
}
.content-toggle.toggle-row.read-more-link:after {
  display: inline-block;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.content-toggle.toggle-row.open:after {
  content: 'j';
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-toggle.bottom {
  bottom: 10px;
  right: 50px;
}
.content-toggle:after {
  font-family: 'downer' !important;
  content: 'k';
  vertical-align: text-bottom;
}
.content-toggle:after a {
  text-decoration: none;
}
.content-toggle.down:after {
  content: 'j';
}
.content-toggle.communities {
  display: inline-block;
  position: absolute;
  width: 20px;
  font-size: 30px;
  float: right;
  right: 5px;
  top: 20px;
}
.content-toggle.communities:after {
  font-family: 'downer' !important;
  content: 'j';
  right: 10px;
  top: 5px;
}
.content-toggle.communities:after a {
  text-decoration: none;
}
.content-toggle.communities.open:after {
  content: 'j';
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-toggle.open:after {
  content: '^';
}
.content-toggle.closerbefore {
  content: 'h';
}
.slice {
  border: 0px solid black;
  border-width: 8px 0 0 0;
  padding-top: 10px;
}
.slice.long {
  min-width: 140px;
}
.slice.slice-bottom {
  border-width: 0 0 8px 0;
  padding-top: 0;
  padding-bottom: 10px;
}
.slice.slice-bottom.taller {
  padding-bottom: 15px;
}
.slice.slice-left {
  border: none;
}
.slice.slice-brown {
  border-color: #8F7157;
}
.slice.slice-pine {
  border-color: #5C7F71;
}
.slice.slice-pine-light {
  border-color: #809E95;
}
.slice.slice-green {
  border-color: #00A98F;
}
.slice.slice-green-dark {
  border-color: #009681;
}
.slice.slice-sky {
  border-color: #5BC2E7;
}
.slice.slice-sky2 {
  border-color: #7FCAEB;
}
.slice.slice-navy-dark {
  border-color: #002F6C;
}
.slice.slice-navy-lightest {
  border-color: #4B6897;
}
.slice.slice-purple {
  border-color: #692C90;
}
.slice.slice-purple-light {
  border-color: #8963A9;
}
.slice.slice-lime {
  border-color: #94D700;
}
.slice.slice-lime-lightest {
  border-color: #ACDF33;
}
.slice.slice-teal {
  border-color: #3EBCAA;
}
.slice.slice-ruby {
  border-color: #B50B49;
}
.slice.slice-ruby-light {
  border-color: #C86070;
}
.slice.slice-forest {
  border-color: #578074;
}
.slice.slice-orange {
  border-color: #EA7600;
}
.slice.slice-orange-light {
  border-color: #F69E5B;
}
.slice.slice-orange-lighter {
  border-color: #F89E54;
}
.slice.slice-ruby {
  border-color: #B50B49;
}
.slice.slice-yellow {
  border-color: #FDB813;
}
.slice.slice-yellow-dark {
  border-color: #EAAA00;
}
.slice.slice-yellow-lightest {
  border-color: #FFCA66;
}
.slice.slice-purple {
  border-color: #692C90;
}
.slice.slice-purple-dark {
  border-color: #702F8A;
}
.slice.slice-purple-light {
  border-color: #8963A9;
}
.slice.slice-white {
  border-color: white;
}
.jumbo {
  font-family: Calibre Web Bold;
  font-size: 54px;
}
.semi-jumbo {
  font-family: Calibre Web Medium;
  font-size: 54px;
}
.full-width.case-hero-container {
  position: relative;
  min-height: 1px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .full-width.case-hero-container.mg-bottom-case {
    height:405px
  }
}

.full-width.case-hero-container .case-hero {
  width: 100%;
  margin-bottom: -5px;
}
.full-width.case-hero-container .case-study-label {
  position: absolute;
  height: 177px;
  width: 180px;
  top: 0px;
  right: 80px;
  color: white;
}
.full-width.case-hero-container .case-study-label h3 {
  margin-top: 135px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .full-width.case-hero-container .case-study-label {
    right: 20px;
    height: 40px;
  }
  .full-width.case-hero-container .case-study-label h3 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 720px) {
  .full-width.case-hero-container {
    margin: 0 !important;
  }
}
.case-pin {
  background-size: cover;
  position: absolute;
  bottom: -43px;
  right: 50px;
  height: 85px;
  width: 85px;
}
.case-study-content {
  padding: 50px 30px;
}
@media screen and (max-width: 720px) {
  .case-study-content {
    padding: 15px;
  }
}
.case-logo-container {
  margin-top: 25px;
}
.case-logo-container .case-logo {
  max-width: 102px;
  margin-right: 15px;
}
.return,
.next {
  position: relative;
}
.return:after,
.next:after {
  font-family: 'downer' !important;
  content: 'k';
  vertical-align: baseline;
  position: absolute;
  right: 20;
}
.return:after a,
.next:after a {
  text-decoration: none;
}
@media screen and (max-width: 720px) {
  .return {
    margin-top: 15px;
  }
}
.next {
  text-align: right;
  padding-right: 60px;
}
.space {
  padding: 0px;
  width: 20px !important;
}
.previous {
  position: relative;
  text-align: right;
}
.previous .previous-link-arrow {
  height: 25px;
  width: 25px;
  font-family: 'downer' !important;
  content: 'k';
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  vertical-align: baseline;
  position: absolute;
  margin-left: -35px;
  top: 23px;
}
.previous .previous-link-arrow a {
  text-decoration: none;
}
.previous.border {
  border-right: 1px solid white;
  padding-left: 90px;
}
.main-view {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-view #content {
  padding: 25px 0;
}
.main-view #content.clear-top-padding {
  padding: 0 0 25px 0;
}
.main-view #content.clear-bottom-padding {
  padding: 25px 0 0 0;
}
.main-view #content ul,
.main-view #content ol {
  padding-left: 20px;
}
.main-view #content ul li,
.main-view #content ol li {
  line-height: 24px;
  font-size: 20px;
  margin-bottom: 5px;
}
.main-view #content ul li.small,
.main-view #content ol li.small {
  font-size: 16px;
  line-height: 18px;
}
.main-view #content ul li a,
.main-view #content ol li a {
  text-decoration: underline;
}
.main-view #content ul.font-regular > li,
.main-view #content ol.font-regular > li {
  font-family: Calibre Web Regular;
}
.main-view #content ul {
  list-style: square outside none;
}
.main-view #content ul.colored {
  list-style-type: none;
}
.main-view #content ul.colored li {
  list-style: none;
  margin: 0 0 16px 1.1225em;
  /* Give the bullet room on the left hand side */
  padding: 0;
  position: relative;
}
.main-view #content ul.colored li:before {
  content: "\25AA";
  /* Unicode of character to precede the list item */
  font-size: 1em;
  /* use em or % */
  left: -1.1225em;
  /* use em, line up bullet flush with left hand side */
  position: absolute;
  /* Set the bullet positioned absolutely top left */
  top: 0em;
  /* use em or % */
}
.main-view #content ul.colored.orange-points li::before {
  color: #EA7600;
}
.main-view #content ul.colored.purple-dark-points li::before {
  color: #702F8A;
}
.main-view #content ul.colored.lime-points li::before {
  color: #94D700;
}
.main-view #content ul.colored.green-dark-points li::before {
  color: #009681;
}
.main-view #content ul.colored.plum-points li::before {
  color: #A50034;
}
.main-view #content ul.colored.sky-points li::before {
  color: #5BC2E7;
}
.wheel-label {
  display: none;
  position: absolute;
}
.wheel-label h4 {
  font-size: 18px;
  line-height: 21px;
}
.legend {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.5fr 1fr 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr 0.5fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}
.legend > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.legend > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.legend > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.legend > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.legend > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.legend > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.legend > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.legend > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.legend > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.legend > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.legend > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.legend > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.legend div {
  padding-bottom: 10px;
}
.legend span.legend-bar {
  display: inline-block;
  height: 12px;
  width: 34px;
}
.share .twitter a:hover {
  color: #1bc2ff !important;
}
.share .linkedin a:hover {
  color: #0077B5 !important;
}
.share .youtube a:hover {
  color: #FF0000 !important;
}
.share .facebook a:hover {
  color: #9CB2CE !important;
}
#header {
  height: 62px;
  width: 100%;
  background-color: black;
  color: white;
  font-size: 18px;
}
#header a {
  color: #fff;
}
#header a:hover {
  color: #5BC2E7;
}
#header .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .share .font-icons {
  font-size: 20px;
  margin-left: 10px;
}
#header .share .font-icons.first {
  margin-left: 25px;
}
#header .search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header .search-container .font-icons {
  margin-left: 25px;
}
#header .search-container .search-field input {
  border: 1px solid #fff;
  border-width: 0 0 1px 0;
  width: 200px;
  height: 35px;
  margin-left: 20px;
  color: #fff;
  outline: 0 !important;
  background-color: transparent;
  font-size: 14px;
}
#header .search-container .search-field input::-webkit-input-placeholder {
  color: #fff;
}
#header .search-container .search-field input::-moz-placeholder {
  color: #fff;
}
#header .search-container .search-field input:-ms-input-placeholder {
  color: #fff;
}
#header .search-container .search-field input::-ms-input-placeholder {
  color: #fff;
}
#header .search-container .search-field input::placeholder {
  color: #fff;
}
@media screen and (max-width: 576px) {
  #header {
    height: 45px;
  }
}
.logo {
  width: 187px;
}
@media screen and (max-width: 576px) {
  .logo {
    width: 150px;
  }
}
.tick {
  text-indent: -9999px;
  background-image: url('/2019/assets/img/tick.png');
  background-size: 25px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tick.tick-right {
  background-position: 85% 50%;
}
.mobile-navigation-trigger {
  text-align: right;
}
.mobile-navigation-trigger .button {
  float: right;
  cursor: pointer;
  margin-top: 15px;
  width: 27px;
  height: 20px;
  font-size: 24px;
}
.mobile-navigation-trigger .button.open {
  font-size: 20px;
  margin-top: 18px;
}
#mobile-navigation {
  display: none;
}
#mobile-navigation .navigation {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#mobile-navigation .navigation li {
  font-family: Calibre Web Medium;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e7e7e7;
  border-width: 1px 0 0 0;
  text-indent: 20px;
  position: relative;
}
#mobile-navigation .navigation li.materiality-menu-items {
  height: auto;
}
#mobile-navigation .navigation li.materiality-menu-items:after {
  font-family: 'downer';
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 50px;
  width: 20px;
  top: 0px;
  font-size: 30px;
  content: 'j';
}
#mobile-navigation .navigation li.materiality-menu-items.open:after {
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 10px;
}
#mobile-navigation .navigation li:hover.lime a {
  color: #94D700;
}
#mobile-navigation .navigation li:hover.green a {
  color: #00A98F;
}
#mobile-navigation .navigation li:hover.forest a {
  color: #578074;
}
#mobile-navigation .navigation li:hover.sky a {
  color: #5BC2E7;
}
#mobile-navigation .navigation li:hover.ruby a {
  color: #B50B49;
}
#mobile-navigation .navigation li:hover.orange a {
  color: #EA7600;
}
#mobile-navigation .navigation li a {
  color: #000;
  position: relative;
  left: 0px;
  width: 100%;
}
#mobile-navigation .navigation li .materiality-mobile-subnav {
  display: none;
  position: relative;
}
#mobile-navigation .navigation li .materiality-mobile-subnav .sub-navigation li {
  text-indent: 30px;
  display: block;
  background-color: #B50B49;
}
#mobile-navigation .navigation li .materiality-mobile-subnav .sub-navigation li a {
  color: white;
}
#navigation {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#navigation .logo {
  margin-bottom: 25px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #navigation .logo {
    top: -80px;
    position: absolute;
  }
}
#navigation .navigation {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0px;
}
#navigation .navigation li {
  font-family: Calibre Web Medium;
  min-height: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  border-width: 0 0 4px 0;
  margin-left: 14px;
}
#navigation .navigation li.active,
#navigation .navigation li:hover {
  border-color: black;
}
#navigation .navigation li.active.lime,
#navigation .navigation li:hover.lime {
  border-color: #94D700;
}
#navigation .navigation li.active.green,
#navigation .navigation li:hover.green {
  border-color: #00A98F;
}
#navigation .navigation li.active.forest,
#navigation .navigation li:hover.forest {
  border-color: #578074;
}
#navigation .navigation li.active.sky,
#navigation .navigation li:hover.sky {
  border-color: #5BC2E7;
}
#navigation .navigation li.active.ruby,
#navigation .navigation li:hover.ruby {
  border-color: #B50B49;
}
#navigation .navigation li.active.orange,
#navigation .navigation li:hover.orange {
  border-color: #EA7600;
}
#navigation .navigation li a {
  text-decoration: none;
  color: #000 !important;
  display: block;
}
@media screen and (max-width: 1100px) {
  #navigation .navigation li {
    font-size: 14px;
    margin-left: 10px;
  }
  #navigation .navigation li:last-child {
    margin-right: 25px;
  }
}
#navigation #materiality-subnav {
  background-color: #B50B49;
  position: absolute;
  top: 50px;
  z-index: 100;
  left: -40px;
  width: 180px;
}
#navigation #materiality-subnav ul {
  padding: 10px 0;
}
#navigation #materiality-subnav ul li {
  height: auto;
  min-height: auto;
  margin: 0;
  padding: 10px 30px;
  border: 0;
}
#navigation #materiality-subnav ul li:hover {
  background-color: #850836;
}
#navigation #materiality-subnav ul li a {
  text-decoration: none;
  color: white !important;
  font-family: Calibre Web Bold;
}
#navigation #materiality-subnav ul li a:hover {
  color: #e6e6e6;
}
#hero {
  height: 400px;
  background-size: cover;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
          background-position: center;
}
#hero h1 {
  font-family: Calibre Web Bold;
  font-size: 48px;
  color: #fff;
}
#hero h3 {
  margin-top: 20px;
}
#hero .column {
  margin-bottom: 50px;
}
#hero .column.hero-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 576px) {
  #hero .column.hero-cta {
    margin-top: 50px;
  }
  #hero .column.hero-cta .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
}
#quick-links .column {
  min-height: 164px;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
  -webkit-box-shadow: inset 0px -100px 30px -30px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -100px 30px -30px rgba(0, 0, 0, 0.25);
}
#quick-links .column.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#quick-links .column.home {
  margin: 0 5px;
}
#quick-links .column:first-child {
  margin-left: 0px;
}
#quick-links .column:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 720px) {
  #quick-links .column:first-child,
  #quick-links .column:last-child {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#quick-links .column:before {
  font-family: 'downer' !important;
  font-size: 20px;
  color: white;
  font-weight: bold;
  content: 'k';
  opacity: 1;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  right: 10px;
}
#quick-links .column:before a {
  text-decoration: none;
}
#quick-links .column.tinted:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  filter: alpha(opacity=4);
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
}
#quick-links .column h4,
#quick-links .column p {
  z-index: 5;
  position: absolute;
}
#quick-links .column h4 {
  font-size: 16px;
  text-indent: 15px;
  bottom: 20;
}
#quick-links .column p {
  bottom: 2px;
  font-size: 18px;
  line-height: 18px;
  margin-left: 25px;
}
#quick-links .column.captioned {
  position: relative;
  overflow: hidden;
  z-index: 1000;
}
#quick-links .column.captioned .caption-content {
  padding-left: 10px;
  position: absolute;
  display: block;
  bottom: -15px;
  left: 10px;
}
#quick-links .column.captioned .caption-content h4 {
  font-size: 16px;
  margin-left: 0;
  text-indent: 0;
  margin-bottom: 18px;
  width: 100%;
}
#quick-links .column.captioned .caption-content.case-study p {
  position: relative;
  margin-left: 0 !important;
  text-indent: 0;
  margin-bottom: 18px;
  width: 100%;
}
#quick-links .column.captioned .caption-content .readmore {
  z-index: 5;
  display: block;
}
#quick-links .column.case-study {
  height: 216px;
}
#quick-links .column.people {
  background-image: url('/2019/assets/img/people2.png');
}
#quick-links .column.zero {
  background-image: url('/2019/assets/img/safety2.png');
  background-size: 111px 111px;
  background-repeat: no-repeat;
  background-position: 50% 20px;
  background-color: #9FD5EF;
}
#quick-links .column.health {
  background-image: url('/2019/assets/img/safety.png');
}
#quick-links .column.environment {
  background-image: url('/2019/assets/img/environment2.png');
}
#quick-links .column.communities {
  background-image: url('/2019/assets/img/communities.png');
  background-position: 50% -50px;
  background-repeat: no-repeat;
}
#quick-links .column.governance {
  background-image: url('/2019/assets/img/governance.png');
}
#quick-links .column.local {
  background-image: url('/2019/assets/img/communities-local@2x.jpg');
  background-position-y: 30%;
}
#quick-links .column.teaching {
  background-image: url('/2019/assets/img/communities-teaching@2x.jpg');
  background-position-y: 30%;
}
#quick-links .column.indigenous {
  background-image: url('/2019/assets/img/communities-indigenous@2x.jpg');
  background-position-y: 0%;
}
#footer {
  background-color: #000;
  color: #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#footer a {
  color: #fff;
}
#footer .row {
  margin-top: 25px;
}
#footer .row:last-child {
  margin-bottom: 25px;
}
#footer .row .column.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 23px;
}
#footer .row .column.share p {
  margin-right: 10px;
}
#footer .row .column .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
#footer .row .column .navigation li {
  font-size: 16px;
  line-height: 18px;
  margin-right: 25px;
}
@media screen and (max-width: 576px) {
  #footer .row .column .navigation li a {
    font-size: 14px;
  }
}
#footer .row .column .navigation li a:hover {
  color: #5BC2E7;
}
@media screen and (max-width: 576px) {
  #footer .row .column .navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.btn {
  font-size: 25px;
  line-height: 55px;
  height: 58px;
  min-width: 110px;
  text-align: left;
  color: #fff;
  display: inline-block;
  background-color: #94D700;
  padding: 0 25px;
  position: relative;
  z-index:1;
}
@media screen and (max-width: 900px) {
  .btn.scale-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 720px) {
  .btn.assurance {
    margin-top: 20px;
  }
}
.btn.btn-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btn.btn-secondary {
  background-color: #5BC2E7;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:active {
  background-color: #2fb1e0;
}
.btn.btn-tertiary {
  background-color: black;
}
.btn.btn-tertiary:hover,
.btn.btn-tertiary:active {
  background-color: #1a1a1a;
}
.btn.btn-orange {
  background-color: #EA7600;
}
.btn.btn-orange:hover,
.btn.btn-orange:active {
  background-color: #b75c00;
}
.btn.btn-navy {
  background-color: #00427B;
}
.btn.btn-navy:hover,
.btn.btn-navy:active {
  background-color: #002748;
}
.btn.btn-navy-dark {
  background-color: #002F6C;
}
.btn.btn-navy-dark:hover,
.btn.btn-navy-dark:active {
  background-color: #001939;
}
.btn.btn-green-dark {
  background-color: #009681;
}
.btn.btn-green-dark:hover,
.btn.btn-green-dark:active {
  background-color: #006355;
}
.btn.btn-teal {
  background-color: #3EBCAA;
}
.btn.btn-teal:hover,
.btn.btn-teal:active {
  background-color: #319687;
}
.btn.btn-pine {
  background-color: #5C7F71;
}
.btn.btn-pine:hover,
.btn.btn-pine:active {
  background-color: #476157;
}
.btn.btn-sky {
  background-color: #5BC2E7;
}
.btn.btn-sky:hover,
.btn.btn-sky:active {
  background-color: #2fb1e0;
}
.btn.btn-plum {
  background-color: #A50034;
}
.btn.btn-plum:hover,
.btn.btn-plum:active {
  background-color: #720024;
}
.btn.btn-purple {
  background-color: #692C90;
}
.btn.btn-purple:hover,
.btn.btn-purple:active {
  background-color: #4d2069;
}
.btn.btn-ruby {
  background-color: #B50B49;
}
.btn.btn-ruby:hover,
.btn.btn-ruby:active {
  background-color: #850836;
}
.btn.right {
  float: right;
}
.btn.btn-icon {
  padding-right: 62.5px;
}
.btn.btn-icon:before {
  font-family: 'downer' !important;
  content: 'h';
  width: 20px;
  height: 30px;
  position: absolute;
  right: 20px;
}
.btn.btn-icon:before a {
  text-decoration: none;
}
.btn.btn-link::before {
  content: 'k';
}
.btn:hover,
.btn:active {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: #71a400;
}
@media screen and (max-width: 576px) {
  .btn {
    float: left;
  }
}
.btn-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
}
.btn-column .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-home .hero-home {
  background-image: url("/2019/assets/img/bkg-home.jpg");
  background-position: 60% 50%;
  background-size: contain;
}
.page-home .mini-intro {
  font-family: Calibre Web Bold;
}
.page-home .corner-left {
  position: absolute;
  margin-left: -153px;
  top: 390px;
  background-image: url("/2019/assets/img/home-corner-left.png");
  background-size: cover;
  width: 133px;
  height: 144px;
}
.page-home .corner-right {
  position: absolute;
  margin-left: 153px;
  margin-top: -150px;
  background-image: url("/2019/assets/img/home-corner-right.png");
  background-size: cover;
  width: 132px;
  height: 142px;
}
.page-home .home-grid {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-column-gap: 15px;
  grid-column-gap: 15px;
}
@media screen and (max-width: 720px) {
  .page-home .home-grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .page-home .home-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-home .home-grid > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .page-home .home-grid > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.page-home .home-grid .left-intro-column {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1 / span 2;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  padding-right: 10px;
}
@media screen and (max-width: 720px) {
  .page-home .home-grid .left-intro-column {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.page-home .home-grid .right-intro-column {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media screen and (max-width: 720px) {
  .page-home .home-grid .right-intro-column {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.page-home .home-grid .block-ceo {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 0 !important;
  height: 285px;
  width: 100%;
  position: relative;
  background: url("/2019/assets/img/bkg-ceo@2x2.png") no-repeat center center;
  background-size: cover;
}
.page-home .home-grid .block-ceo:before {
  cursor: pointer;
  font-family: 'downer' !important;
  font-size: 30px;
  color: white;
  font-weight: bold;
  content: 'k';
  opacity: 1;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 35px;
  right: 25px;
}
.page-home .home-grid .block-ceo:before a {
  text-decoration: none;
}
.page-home .home-grid .block-ceo.tinted:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  filter: alpha(opacity=4);
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
}
.page-home .home-grid .block-ceo.captioned-ceo {
  color: white;
  position: relative;
  overflow: hidden;
  z-index: 1000;
}
.page-home .home-grid .block-ceo.captioned-ceo .caption-content {
  color: white;
  padding-left: 10px;
  position: absolute;
  display: block;
  bottom: -20px;
  left: 10px;
}
.page-home .home-grid .block-ceo.captioned-ceo .caption-content h2 {
  margin-left: 0;
  text-indent: 0;
  margin-bottom: 25px;
  width: 100%;
}
.page-home .home-grid .block-ceo.captioned-ceo .caption-content .readmore {
  cursor: pointer;
  z-index: 5000;
  display: block;
  color: #5BC2E7;
  font-size: 23px;
}
@media screen and (max-width: 720px) {
  .page-home .home-grid .block-ceo {
    max-width: 100%;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
.page-home ul.blue-bullet {
  list-style-image: url('/2019/assets/img/blue-bullet.png') !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.page-home ul.blue-bullet li {
  padding-left: 10px;
  padding-bottom: 10px;
}
.page-home #content #snapshot {
  position: relative;
  padding: 30px 0 0 25px;
}
.page-home #content #snapshot a.btn {
  display: block;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 720px) {
  .page-home #content #snapshot a.btn {
    float: none;
    position: relative;
    display: inline-block;
  }
}
@media screen and (max-width: 720px) {
  .page-home #content #snapshot {
    margin-top: 0 !important;
    padding: 0 25px;
  }
  .page-home #content #snapshot h2 {
    margin-top: 30px;
  }
}
.page-home #esg-grid-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  -ms-grid-row-gap: 5px;
}
.page-home #esg-grid-container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-home #esg-grid-container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-home #esg-grid-container > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-home #esg-grid-container > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-home #esg-grid-container > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-home #esg-grid-container > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-home #esg-grid-container > *:nth-child(7) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-home #esg-grid-container > *:nth-child(8) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-home #esg-grid-container > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-home #esg-grid-container > *:nth-child(10) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-home #esg-grid-container > *:nth-child(11) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-home #esg-grid-container > *:nth-child(12) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-home #esg-grid-container div {
  color: black;
  background-color: white;
  padding: 15px;
  border-bottom: 1px solid #5BC2E7;
}
.page-home #esg-grid-container div img {
  display: block;
  margin-top: 10px;
}
.page-home #esg-grid-container div img.iss {
  max-width: 131px;
}
.page-home #esg-grid-container div img.acsi {
  max-width: 82px;
}
.page-home #esg-grid-container div img.msci {
  max-width: 166px;
}
.page-home #esg-grid-container div img.sustain {
  max-width: 167px;
}
.page-home #esg-grid-container div img.robeco {
  max-width: 205px;
}
.page-home #esg-grid-container div.r1 {
  color: white;
  background-color: #5BC2E7;
  font-family: Calibre Web Bold;
}
.page-home #esg-grid-container div.c3.r2 div {
  padding: 0;
}
.page-home #esg-grid-container .c1.r1 {
  grid-column: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.page-home #esg-grid-container .c2.r1 {
  grid-column: 2;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.page-home #esg-grid-container .c1.r2 {
  grid-column: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.page-home #esg-grid-container .c2.r2 {
  grid-column: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
.page-home #esg-grid-container .c1.r3 {
  grid-column: 1;
  grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.page-home #esg-grid-container .c2.r3 {
  grid-column: 2;
  grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}
.page-home #esg-grid-container .c1.r4 {
  grid-column: 1;
  grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}
.page-home #esg-grid-container .c2.r4 {
  grid-column: 2;
  grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-row: 4;
}
.page-home #esg-grid-container .c1.r5 {
  grid-column: 1;
  grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-row: 5;
}
.page-home #esg-grid-container .c2.r5 {
  grid-column: 2;
  grid-row: 5;
  -ms-grid-column: 2;
  -ms-grid-row: 5;
}
.page-home #esg-grid-container .c1.r6 {
  grid-column: 1;
  grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-row: 6;
}
.page-home #esg-grid-container .c2.r6 {
  grid-column: 2;
  grid-row: 6;
  -ms-grid-column: 2;
  -ms-grid-row: 6;
}
@media screen and (max-width: 720px) {
  .page-home div.middle-button {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 720px) {
  .page-home img.sustainaility-performance-table {
    width: 800px;
  }
}
.page-about .hero-about {
  background-position: 50% 20%;
  background-image: url("/2019/assets/img/bkg-about@2x.jpg");
}
.page-about .hero-about-approach {
  background-image: url("/2019/assets/img/bkg-mining-girl@2x.jpg");
  background-size: contain;
}
.page-about .row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-about .row.flex .column {
  color: white;
  margin: 0;
  padding: 20px;
}
.page-about .row.flex .column img.zero-harm {
  max-width: 121px;
  margin-top: 20px;
}
.page-about .row.flex .column.bottom {
  vertical-align: bottom;
}
.page-about h4 {
  line-height: 22px;
}
@media screen and (max-width: 720px) {
  .page-about #approach {
    margin-bottom: 0px !important;
  }
}
.page-about .bkg-mining-girl {
  background-image: url("/2019/assets/img/bkg-mining-girl.jpg");
  background-size: cover;
}
@media screen and (max-width: 720px) {
  .page-about .bkg-mining-girl {
    min-height: 400px;
  }
}
.page-about .services-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.8fr 1.18fr;
  grid-template-columns: 1.8fr 1.18fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  margin-bottom: 60px !important;
}
.page-about .services-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-about .services-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-about .services-grid.ms-grid {
  display: -ms-grid !important;
  display: grid !important;
}
@media screen and (max-width: 720px) {
  .page-about .services-grid {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    margin-bottom: 30px !important;
  }
  .page-about .services-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-about .services-grid > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.page-about .services-grid .service-chart {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
}
.page-about .services-grid .service-chart .color-wheel-services img#color-wheel-services {
  display: block;
  margin: 0 50px 0 110px;
  vertical-align: middle;
  margin-top: 30px;
}
@media screen and (max-width: 720px) {
  .page-about .services-grid .service-chart .color-wheel-services img#color-wheel-services {
    margin: 0px auto !important;
  }
}
.page-about .services-grid .service-chart #services-transport-copy {
  color: #94D700;
  top: 115px;
  left: 200px;
  text-align: center;
  width: 100px;
}
.page-about .services-grid .service-chart #services-rail-copy {
  color: #5BC2E7;
  top: 115px;
  left: 200px;
  text-align: center;
  width: 100px;
}
.page-about .services-grid .service-chart #services-utilities-copy {
  color: #B50B49;
  top: 115px;
  left: 200px;
  text-align: center;
  width: 100px;
}
.page-about .services-grid .service-chart #services-spotless-copy {
  color: #002F6C;
  top: 115px;
  left: 200px;
  text-align: center;
  width: 100px;
}
.page-about .services-grid .service-chart #services-ecm-copy {
  color: #692C90;
  top: 115px;
  left: 200px;
  text-align: center;
  width: 100px;
}
.page-about .services-grid .service-chart #services-mining-copy {
  color: #FDB813;
  top: 115px;
  left: 200px;
  text-align: center;
  width: 100px;
}
.page-about .services-grid .service-legend {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-top: 100px;
}
@media screen and (max-width: 720px) {
  .page-about .services-grid .service-legend {
    padding-top: 25px !important;
    margin: 0 10px !important;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.page-about .services-grid .service-legend .c1 {
  -ms-grid-column: 1;
  grid-column: 1;
}
.page-about .services-grid .service-legend .c2 {
  -ms-grid-column: 2;
  grid-column: 2;
}
.page-about .services-grid .service-legend .c3 {
  -ms-grid-column: 3;
  grid-column: 3;
}
.page-about .services-grid .service-legend .c4 {
  -ms-grid-column: 4;
  grid-column: 4;
}
.page-about .services-grid .service-legend .r1 {
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-about .services-grid .service-legend .r2 {
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-about .services-grid .service-legend .r3 {
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-about .services-grid .service-legend .r4 {
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-about .supply-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.8fr 1.18fr;
  grid-template-columns: 1.8fr 1.18fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.page-about .supply-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-about .supply-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media screen and (max-width: 720px) {
  .page-about .supply-grid {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    margin-bottom: 30px !important;
  }
  .page-about .supply-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-about .supply-grid > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.page-about .supply-grid .supply-chart {
  position: relative;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-about .supply-grid .supply-chart .color-wheel-supply img#color-wheel-supply {
  display: block;
  margin: 0 50px 0 110px;
  vertical-align: middle;
  margin-top: 30px;
}
@media screen and (max-width: 720px) {
  .page-about .supply-grid .supply-chart .color-wheel-supply img#color-wheel-supply {
    margin: 0px auto !important;
  }
}
.page-about .supply-grid .supply-chart #supply-facilities-copy {
  color: #94D700;
  top: -35px;
  left: 280px;
}
.page-about .supply-grid .supply-chart #supply-professional-services-copy {
  color: #ACDF33;
  top: -5px;
  left: 360px;
}
.page-about .supply-grid .supply-chart #supply-food-beverage-copy {
  color: #5BC2E7;
  top: 50px;
  left: 390px;
}
.page-about .supply-grid .supply-chart #supply-equipment-copy {
  color: #7FCAEB;
  top: 80px;
  left: 390px;
}
.page-about .supply-grid .supply-chart #supply-mobile-equipment-copy {
  color: #002F6C;
  top: 105px;
  left: 390px;
}
.page-about .supply-grid .supply-chart #supply-fleet-fuels-copy {
  color: #4B6897;
  top: 133px;
  left: 390px;
}
.page-about .supply-grid .supply-chart #supply-comms-tech-copy {
  color: #EAAA00;
  top: 120px;
  left: 390px;
}
.page-about .supply-grid .supply-chart #supply-other-copy {
  color: #FFCA66;
  top: 190px;
  left: 380px;
}
.page-about .supply-grid .supply-chart #supply-rail-copy {
  color: #EA7600;
  top: 205px;
  left: 372px;
}
.page-about .supply-grid .supply-chart #supply-logistics-copy {
  color: #F89E54;
  top: 221px;
  left: 361px;
}
.page-about .supply-grid .supply-chart #supply-travel-copy {
  color: #702F8A;
  top: 231px;
  left: 351px;
}
.page-about .supply-grid .supply-chart #supply-laundry-copy {
  color: #8963A9;
  top: 241px;
  left: 346px;
}
.page-about .supply-grid .supply-chart #supply-tyres-copy {
  color: #5C7F71;
  top: 247px;
  left: 336px;
}
.page-about .supply-grid .supply-chart #supply-subcontractors-copy {
  color: #809E95;
  top: 277px;
  left: 76px;
}
.page-about .supply-grid .supply-chart #supply-consumables-copy {
  color: #009681;
  top: 58px;
  left: 20px;
}
.page-about .supply-grid .supply-chart #supply-raw-materials-copy {
  color: #3EBCAA;
  top: -22px;
  left: 130px;
}
.page-about .supply-grid .supply-legend {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media screen and (max-width: 720px) {
  .page-about .supply-grid .supply-legend {
    margin-top: 25px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.page-about .supply-grid .supply-legend .legend {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.5fr 1fr 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr 0.5fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}
.page-about .supply-grid .supply-legend .legend > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-about .supply-grid .supply-legend .legend > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-about .supply-grid .supply-legend .legend > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-about .supply-grid .supply-legend .legend > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.page-about .supply-grid .supply-legend .legend > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-about .supply-grid .supply-legend .legend > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-about .supply-grid .supply-legend .legend > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-about .supply-grid .supply-legend .legend > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.page-about .supply-grid .supply-legend .legend > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-about .supply-grid .supply-legend .legend > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-about .supply-grid .supply-legend .legend > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-about .supply-grid .supply-legend .legend > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.page-about .supply-grid .supply-legend .legend div {
  padding-bottom: 10px;
}
.page-about .supply-grid .supply-legend .legend span.legend-bar {
  display: inline-block;
  height: 12px;
  width: 34px;
}
.page-about .supply-grid .supply-legend .legend .c1 {
  -ms-grid-column: 1;
  grid-column: 1;
}
.page-about .supply-grid .supply-legend .legend .c2 {
  -ms-grid-column: 2;
  grid-column: 2;
}
.page-about .supply-grid .supply-legend .legend .c3 {
  -ms-grid-column: 3;
  grid-column: 3;
}
.page-about .supply-grid .supply-legend .legend .c4 {
  -ms-grid-column: 4;
  grid-column: 4;
}
.page-about .supply-grid .supply-legend .legend .r1 {
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-about .supply-grid .supply-legend .legend .r2 {
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-about .supply-grid .supply-legend .legend .r3 {
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-about .supply-grid .supply-legend .legend .r4 {
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-about .supply-grid .supply-legend .legend .r5 {
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-about .supply-grid .supply-legend .legend .r6 {
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-about .supply-grid .supply-legend .legend .r7 {
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-about .supply-grid .supply-legend .legend .r8 {
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-about .grid-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 20px 0;
  -ms-grid-columns: 24% 1% 25% 50%;
  grid-template-columns: 24% 1% 25% 50%;
  -ms-grid-rows: auto 6px auto auto auto 6px auto auto auto 6px auto;
  grid-template-rows: auto 6px auto auto auto 6px auto auto auto 6px auto;
}
.page-about .grid-container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-about .grid-container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-about .grid-container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-about .grid-container > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.page-about .grid-container > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-about .grid-container > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-about .grid-container > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-about .grid-container > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.page-about .grid-container > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-about .grid-container > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-about .grid-container > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-about .grid-container > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.page-about .grid-container > *:nth-child(13) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-about .grid-container > *:nth-child(14) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-about .grid-container > *:nth-child(15) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.page-about .grid-container > *:nth-child(16) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.page-about .grid-container > *:nth-child(17) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-about .grid-container > *:nth-child(18) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-about .grid-container > *:nth-child(19) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-about .grid-container > *:nth-child(20) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
.page-about .grid-container > *:nth-child(21) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-about .grid-container > *:nth-child(22) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-about .grid-container > *:nth-child(23) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.page-about .grid-container > *:nth-child(24) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}
.page-about .grid-container > *:nth-child(25) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.page-about .grid-container > *:nth-child(26) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}
.page-about .grid-container > *:nth-child(27) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.page-about .grid-container > *:nth-child(28) {
  -ms-grid-row: 7;
  -ms-grid-column: 4;
}
.page-about .grid-container > *:nth-child(29) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
}
.page-about .grid-container > *:nth-child(30) {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
}
.page-about .grid-container > *:nth-child(31) {
  -ms-grid-row: 8;
  -ms-grid-column: 3;
}
.page-about .grid-container > *:nth-child(32) {
  -ms-grid-row: 8;
  -ms-grid-column: 4;
}
.page-about .grid-container > *:nth-child(33) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.page-about .grid-container > *:nth-child(34) {
  -ms-grid-row: 9;
  -ms-grid-column: 2;
}
.page-about .grid-container > *:nth-child(35) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
.page-about .grid-container > *:nth-child(36) {
  -ms-grid-row: 9;
  -ms-grid-column: 4;
}
.page-about .grid-container > *:nth-child(37) {
  -ms-grid-row: 10;
  -ms-grid-column: 1;
}
.page-about .grid-container > *:nth-child(38) {
  -ms-grid-row: 10;
  -ms-grid-column: 2;
}
.page-about .grid-container > *:nth-child(39) {
  -ms-grid-row: 10;
  -ms-grid-column: 3;
}
.page-about .grid-container > *:nth-child(40) {
  -ms-grid-row: 10;
  -ms-grid-column: 4;
}
.page-about .grid-container > *:nth-child(41) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
.page-about .grid-container > *:nth-child(42) {
  -ms-grid-row: 11;
  -ms-grid-column: 2;
}
.page-about .grid-container > *:nth-child(43) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}
.page-about .grid-container > *:nth-child(44) {
  -ms-grid-row: 11;
  -ms-grid-column: 4;
}
.page-about .grid-container img {
  width: 50px;
  display: block;
  margin: 10px auto;
}
.page-about .grid-container div {
  background-color: #D1DBD7;
  padding: 20px 20px;
}
.page-about .grid-container h2 {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
}
.page-about .grid-container h3 {
  margin-top: 10px;
  font-size: 18px;
}
.page-about .grid-container p {
  margin: 0;
}
.page-about .grid-container .vert-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-about .grid-container .c1r4,
.page-about .grid-container .c1r8,
.page-about .grid-container .c1r11 {
  position: relative;
}
.page-about .grid-container .c1r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-about .grid-container .c2r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-about .grid-container .c3r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-about .grid-container .c1-2r3 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-about .grid-container .c4r1 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-about .grid-container .c1r4 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  grid-row: 3 / span 3;
}
.page-about .grid-container .c1-2r5 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-about .grid-container .c2r4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-about .grid-container .c3r3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-about .grid-container .c4r3 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-about .grid-container .c3r4 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-about .grid-container .c4r4 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-about .grid-container .c3r5 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-about .grid-container .c4r5 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-about .grid-container .c1-2r7 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-about .grid-container .c1r8 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  grid-row: 7 / span 3;
}
.page-about .grid-container .c2r8 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-about .grid-container .c1-2r9 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-about .grid-container .c3r7 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-about .grid-container .c4r7 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-about .grid-container .c3r8 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-about .grid-container .c4r8 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-about .grid-container .c3r9 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-about .grid-container .c4r9 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-about .grid-container .c1r11 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-about .grid-container .c2r11 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-about .grid-container .c3r11 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-about .grid-container .c4r11 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 11;
  grid-row: 11;
}
@media screen and (max-width: 720px) {
  .page-about .grid-container {
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 30% 70%;
    -ms-grid-rows: auto auto auto 6px 
				auto auto auto auto auto auto auto 6px 
				auto auto auto auto auto auto auto 6px 
				auto auto auto;
    grid-template-rows: auto auto auto 6px 
				auto auto auto auto auto auto auto 6px 
				auto auto auto auto auto auto auto 6px 
				auto auto auto;
  }
  .page-about .grid-container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(11) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(12) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(15) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(16) {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(17) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(18) {
    -ms-grid-row: 9;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(19) {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(20) {
    -ms-grid-row: 10;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(21) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(22) {
    -ms-grid-row: 11;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(23) {
    -ms-grid-row: 12;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(24) {
    -ms-grid-row: 12;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(25) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(26) {
    -ms-grid-row: 13;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(27) {
    -ms-grid-row: 14;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(28) {
    -ms-grid-row: 14;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(29) {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(30) {
    -ms-grid-row: 15;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(31) {
    -ms-grid-row: 16;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(32) {
    -ms-grid-row: 16;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(33) {
    -ms-grid-row: 17;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(34) {
    -ms-grid-row: 17;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(35) {
    -ms-grid-row: 18;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(36) {
    -ms-grid-row: 18;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(37) {
    -ms-grid-row: 19;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(38) {
    -ms-grid-row: 19;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(39) {
    -ms-grid-row: 20;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(40) {
    -ms-grid-row: 20;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(41) {
    -ms-grid-row: 21;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(42) {
    -ms-grid-row: 21;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(43) {
    -ms-grid-row: 22;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(44) {
    -ms-grid-row: 22;
    -ms-grid-column: 2;
  }
  .page-about .grid-container > *:nth-child(45) {
    -ms-grid-row: 23;
    -ms-grid-column: 1;
  }
  .page-about .grid-container > *:nth-child(46) {
    -ms-grid-row: 23;
    -ms-grid-column: 2;
  }
  .page-about .grid-container img {
    width: 80px;
    display: block;
    margin: 10px auto;
  }
  .page-about .grid-container div {
    padding: 0px 40px 10px 40px;
  }
  .page-about .grid-container .vert-container {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
  .page-about .grid-container .c1-2r3,
  .page-about .grid-container .c1-2r5,
  .page-about .grid-container .c1-2r7,
  .page-about .grid-container .c1-2r9 {
    display: none;
  }
  .page-about .grid-container .c1r1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 20px;
  }
  .page-about .grid-container .c2r1 {
    display: none;
  }
  .page-about .grid-container .c3r1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .page-about .grid-container .c4r1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 3;
    grid-row: 3;
    padding-bottom: 20px;
  }
  .page-about .grid-container .c1r4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 5;
    grid-row: 5;
    padding: 40px;
  }
  .page-about .grid-container .c2r4 {
    display: none;
  }
  .page-about .grid-container .c3r3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .page-about .grid-container .c4r3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-about .grid-container .c3r4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .page-about .grid-container .c4r4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .page-about .grid-container .c3r5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .page-about .grid-container .c4r5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 11;
    grid-row: 11;
    padding-bottom: 40px;
  }
  .page-about .grid-container .c1r8 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 13;
    grid-row: 13;
    padding: 20px;
  }
  .page-about .grid-container .c2r8 {
    display: none;
  }
  .page-about .grid-container .c3r7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .page-about .grid-container .c4r7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .page-about .grid-container .c3r8 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .page-about .grid-container .c4r8 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .page-about .grid-container .c3r9 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .page-about .grid-container .c4r9 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 19;
    grid-row: 19;
    padding-bottom: 40px;
  }
  .page-about .grid-container .c1r11 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 21;
    grid-row: 21;
    padding: 20px;
  }
  .page-about .grid-container .c2r11 {
    display: none;
  }
  .page-about .grid-container .c3r11 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .page-about .grid-container .c4r11 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 23;
    grid-row: 23;
    padding-bottom: 40px;
  }
}
.page-ceomessage .hero-ceomessage {
  background-image: url("/2019/assets/img/bkg-ceomessage@2x.jpg");
}
@media screen and (max-width: 1100px) {
  .page-ceomessage .hero-ceomessage {
    background-position: 60% 50%;
  }
}
.page-ceomessage .signature {
  max-width: 85px;
}
.page-performance .hero-performance {
  background-position: 50% 40%;
  background-image: url("/2019/assets/img/bkg-performance.jpg");
}
.page-performance .show-medium {
  padding: 30px 15px;
}
.page-performance .section-title {
  background-color: #F1F2F2;
  padding: 30px 25px;
  margin: 10px 0;
}
.page-performance .section-title h4 {
  margin-top: 0;
}
@media screen and (max-width: 720px) {
  .page-performance .performance-tab-grid-container {
    padding: 0;
    overflow: scroll;
    width: 500px;
  }
}
.page-performance .people-grid {
  font-size: 20px;
  color: white;
  font-family: Calibre Web Regular;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
}
.page-performance .people-grid h4 {
  margin-top: 0;
  font-size: 18px;
}
.page-performance .people-grid div {
  overflow: visible;
  padding: 5px 10px;
  text-align: center;
  font-size: 20px;
}
.page-performance .people-grid div.c1 {
  text-align: left;
}
.page-performance .people-grid div.r1 {
  color: black;
  background-color: white;
}
.page-performance .people-grid div.r2,
.page-performance .people-grid div.r3,
.page-performance .people-grid div.r5,
.page-performance .people-grid div.r7 {
  background-color: #3EBCAA;
}
.page-performance .people-grid div.r4,
.page-performance .people-grid div.r6 {
  background-color: #7FCCBF;
}
.page-performance .people-grid.grid-1 {
  margin-bottom: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}
.page-performance .people-grid.grid-1 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-1 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-1 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-1 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.page-performance .people-grid.grid-1 > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-1 > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-1 > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-1 > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.page-performance .people-grid.grid-1 > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-1 > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-1 > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-1 > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.page-performance .people-grid.grid-1 > *:nth-child(13) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-1 > *:nth-child(14) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-1 > *:nth-child(15) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-1 > *:nth-child(16) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.page-performance .people-grid.grid-1 > *:nth-child(17) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-1 > *:nth-child(18) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-1 > *:nth-child(19) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-1 > *:nth-child(20) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
.page-performance .people-grid.grid-1 > *:nth-child(21) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-1 > *:nth-child(22) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-1 > *:nth-child(23) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-1 > *:nth-child(24) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}
.page-performance .people-grid.grid-1 > *:nth-child(25) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-1 > *:nth-child(26) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-1 > *:nth-child(27) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-1 > *:nth-child(28) {
  -ms-grid-row: 7;
  -ms-grid-column: 4;
}
.page-performance .people-grid.grid-1 .c1.r1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / span 4;
}
.page-performance .people-grid.grid-2 {
  margin-bottom: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}
.page-performance .people-grid.grid-2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-2 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-2 > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-2 > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-2 > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-2 > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-2 > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-2 > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-2 > *:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-2 > *:nth-child(11) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-2 > *:nth-child(12) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-2 > *:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-2 > *:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-2 > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-2 > *:nth-child(16) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-2 > *:nth-child(17) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-2 > *:nth-child(18) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-2 .c1.r1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / span 3;
}
.page-performance .people-grid.grid-3 {
  margin-bottom: 20px;
  -ms-grid-columns: 1fr 1fr 1.1fr 1.1fr;
  grid-template-columns: 1fr 1fr 1.1fr 1.1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}
.page-performance .people-grid.grid-3 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-3 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-3 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-3 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.page-performance .people-grid.grid-3 > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-3 > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-3 > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-3 > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.page-performance .people-grid.grid-3 > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-3 > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-3 > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-3 > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.page-performance .people-grid.grid-3 > *:nth-child(13) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-3 > *:nth-child(14) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-3 > *:nth-child(15) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-3 > *:nth-child(16) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.page-performance .people-grid.grid-3 > *:nth-child(17) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-3 > *:nth-child(18) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-3 > *:nth-child(19) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-3 > *:nth-child(20) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
.page-performance .people-grid.grid-3 > *:nth-child(21) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-3 > *:nth-child(22) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-3 > *:nth-child(23) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-3 > *:nth-child(24) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}
.page-performance .people-grid.grid-3 .c1.r1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / span 4;
}
.page-performance .people-grid.grid-3 .c1.r2,
.page-performance .people-grid.grid-3 .c1.r3,
.page-performance .people-grid.grid-3 .c1.r4,
.page-performance .people-grid.grid-3 .c1.r6 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
}
.page-performance .people-grid.grid-3 .c3.r2 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / span 2;
  padding: 5px 1px;
}
.page-performance .people-grid.grid-3 .c1.r4 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  grid-row: 4 / span 2;
}
.page-performance .people-grid.grid-3 .c1.r6 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 2;
  grid-row: 6 / span 2;
}
.page-performance .people-grid.grid-3 .r4,
.page-performance .people-grid.grid-3 .r5 {
  background-color: #3EBCAA;
}
.page-performance .people-grid.grid-3 .r6,
.page-performance .people-grid.grid-3 .r7 {
  background-color: #7FCCBF;
}
.page-performance .people-grid.grid-4 {
  margin-bottom: 20px;
  -ms-grid-columns: 1.7fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}
.page-performance .people-grid.grid-4 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-4 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-4 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-4 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.page-performance .people-grid.grid-4 > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.page-performance .people-grid.grid-4 > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-4 > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-4 > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-4 > *:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.page-performance .people-grid.grid-4 > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}
.page-performance .people-grid.grid-4 > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-4 > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-4 > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-4 > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.page-performance .people-grid.grid-4 > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.page-performance .people-grid.grid-4 > *:nth-child(16) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-4 > *:nth-child(17) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-4 > *:nth-child(18) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-4 > *:nth-child(19) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.page-performance .people-grid.grid-4 > *:nth-child(20) {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
}
.page-performance .people-grid.grid-4 > *:nth-child(21) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-4 > *:nth-child(22) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-4 > *:nth-child(23) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-4 > *:nth-child(24) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
.page-performance .people-grid.grid-4 > *:nth-child(25) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.page-performance .people-grid.grid-4 > *:nth-child(26) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-4 > *:nth-child(27) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-4 > *:nth-child(28) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-4 > *:nth-child(29) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}
.page-performance .people-grid.grid-4 > *:nth-child(30) {
  -ms-grid-row: 6;
  -ms-grid-column: 5;
}
.page-performance .people-grid.grid-4 > *:nth-child(31) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.page-performance .people-grid.grid-4 > *:nth-child(32) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}
.page-performance .people-grid.grid-4 > *:nth-child(33) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.page-performance .people-grid.grid-4 > *:nth-child(34) {
  -ms-grid-row: 7;
  -ms-grid-column: 4;
}
.page-performance .people-grid.grid-4 > *:nth-child(35) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.page-performance .people-grid.grid-4 .c3.r2,
.page-performance .people-grid.grid-4 .c4.r2 {
  padding: 5px 1px;
}
.page-performance .people-grid.grid-4 .c1.r1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1 / span 5;
}
.page-performance .health-grid {
  font-size: 20px;
  color: white;
  font-family: Calibre Web Regular;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
}
.page-performance .health-grid h4 {
  margin-top: 0;
  font-size: 18px;
}
.page-performance .health-grid div {
  overflow: visible;
  padding: 5px 10px;
  text-align: center;
  font-size: 20px;
}
.page-performance .health-grid div.c1 {
  text-align: left;
}
.page-performance .health-grid div.r2 {
  color: black;
  background-color: white;
}
.page-performance .health-grid div.r1,
.page-performance .health-grid div.r3,
.page-performance .health-grid div.r5 {
  background-color: #F89E54;
}
.page-performance .health-grid div.r4,
.page-performance .health-grid div.r6 {
  background-color: #FAB57C;
}
.page-performance .health-grid.grid-1 {
  margin-bottom: 20px;
  -ms-grid-columns: 2fr 0.6fr 0.6fr;
  grid-template-columns: 2fr 0.6fr 0.6fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}
.page-performance .health-grid.grid-1 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-performance .health-grid.grid-1 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-performance .health-grid.grid-1 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-performance .health-grid.grid-1 > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-performance .health-grid.grid-1 > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-performance .health-grid.grid-1 > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-performance .health-grid.grid-1 > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-performance .health-grid.grid-1 > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-performance .health-grid.grid-1 > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-performance .health-grid.grid-1 > *:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-performance .health-grid.grid-1 > *:nth-child(11) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-performance .health-grid.grid-1 > *:nth-child(12) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.page-performance .health-grid.grid-1 > *:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-performance .health-grid.grid-1 > *:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-performance .health-grid.grid-1 > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-performance .health-grid.grid-1 > *:nth-child(16) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-performance .health-grid.grid-1 > *:nth-child(17) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-performance .health-grid.grid-1 > *:nth-child(18) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.page-performance .health-grid.grid-1 .c1.r1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / span 3;
}
.page-performance .environment-grid {
  font-size: 20px;
  color: white;
  font-family: Calibre Web Regular;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
}
.page-performance .environment-grid h4 {
  margin-top: 0;
  font-size: 18px;
}
.page-performance .environment-grid div {
  overflow: visible;
  padding: 5px 10px;
  text-align: center;
  font-size: 20px;
}
.page-performance .environment-grid div span {
  display: inline-block;
  vertical-align: middle;
}
.page-performance .environment-grid div.c1 {
  text-align: left;
}
.page-performance .environment-grid div.r1 {
  color: black;
  background-color: white;
}
.page-performance .environment-grid div.r3,
.page-performance .environment-grid div.r5,
.page-performance .environment-grid div.r7,
.page-performance .environment-grid div.r9,
.page-performance .environment-grid div.r11,
.page-performance .environment-grid div.r13 {
  background-color: #AFC0B9;
}
.page-performance .environment-grid div.r2,
.page-performance .environment-grid div.r4,
.page-performance .environment-grid div.r6,
.page-performance .environment-grid div.r8,
.page-performance .environment-grid div.r10,
.page-performance .environment-grid div.r12 {
  background-color: #809E95;
}
.page-performance .environment-grid.grid-1 {
  margin-bottom: 5px;
  -ms-grid-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}
.page-performance .environment-grid.grid-1 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-performance .environment-grid.grid-1 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-performance .environment-grid.grid-1 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-performance .environment-grid.grid-1 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.page-performance .environment-grid.grid-1 > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.page-performance .environment-grid.grid-1 > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
.page-performance .environment-grid.grid-1 > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-performance .environment-grid.grid-1 > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-performance .environment-grid.grid-1 > *:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-performance .environment-grid.grid-1 > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.page-performance .environment-grid.grid-1 > *:nth-child(11) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}
.page-performance .environment-grid.grid-1 > *:nth-child(12) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}
.page-performance .environment-grid.grid-1 > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-performance .environment-grid.grid-1 > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-performance .environment-grid.grid-1 > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-performance .environment-grid.grid-1 > *:nth-child(16) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.page-performance .environment-grid.grid-1 > *:nth-child(17) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.page-performance .environment-grid.grid-1 > *:nth-child(18) {
  -ms-grid-row: 3;
  -ms-grid-column: 6;
}
.page-performance .environment-grid.grid-1 > *:nth-child(19) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-performance .environment-grid.grid-1 > *:nth-child(20) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-performance .environment-grid.grid-1 > *:nth-child(21) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.page-performance .environment-grid.grid-1 > *:nth-child(22) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.page-performance .environment-grid.grid-1 > *:nth-child(23) {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
}
.page-performance .environment-grid.grid-1 > *:nth-child(24) {
  -ms-grid-row: 4;
  -ms-grid-column: 6;
}
.page-performance .environment-grid.grid-1 > *:nth-child(25) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-performance .environment-grid.grid-1 > *:nth-child(26) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-performance .environment-grid.grid-1 > *:nth-child(27) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-performance .environment-grid.grid-1 > *:nth-child(28) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
.page-performance .environment-grid.grid-1 > *:nth-child(29) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.page-performance .environment-grid.grid-1 > *:nth-child(30) {
  -ms-grid-row: 5;
  -ms-grid-column: 6;
}
.page-performance .environment-grid.grid-1 > *:nth-child(31) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-performance .environment-grid.grid-1 > *:nth-child(32) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-performance .environment-grid.grid-1 > *:nth-child(33) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.page-performance .environment-grid.grid-1 > *:nth-child(34) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}
.page-performance .environment-grid.grid-1 > *:nth-child(35) {
  -ms-grid-row: 6;
  -ms-grid-column: 5;
}
.page-performance .environment-grid.grid-1 > *:nth-child(36) {
  -ms-grid-row: 6;
  -ms-grid-column: 6;
}
.page-performance .environment-grid.grid-1 .c1.r1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1 / span 6;
}
.page-performance .environment-grid.grid-1 .r2,
.page-performance .environment-grid.grid-1 .r3,
.page-performance .environment-grid.grid-1 .r5,
.page-performance .environment-grid.grid-1 .r7,
.page-performance .environment-grid.grid-1 .r9 {
  background-color: #809E95;
}
.page-performance .environment-grid.grid-1 .r4,
.page-performance .environment-grid.grid-1 .r6,
.page-performance .environment-grid.grid-1 .r8 {
  background-color: #AFC0B9;
}
.page-performance .environment-grid.grid-2 {
  margin-bottom: 5px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.page-performance .environment-grid.grid-2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-performance .environment-grid.grid-3,
.page-performance .environment-grid.grid-4,
.page-performance .environment-grid.grid-5 {
  margin-bottom: 5px;
  -ms-grid-columns: 1.7fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}
.page-performance .environment-grid.grid-3 > *:nth-child(1), .page-performance .environment-grid.grid-4 > *:nth-child(1), .page-performance .environment-grid.grid-5 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-performance .environment-grid.grid-3 > *:nth-child(2), .page-performance .environment-grid.grid-4 > *:nth-child(2), .page-performance .environment-grid.grid-5 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-performance .environment-grid.grid-3 > *:nth-child(3), .page-performance .environment-grid.grid-4 > *:nth-child(3), .page-performance .environment-grid.grid-5 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-performance .environment-grid.grid-3 > *:nth-child(4), .page-performance .environment-grid.grid-4 > *:nth-child(4), .page-performance .environment-grid.grid-5 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.page-performance .environment-grid.grid-3 > *:nth-child(5), .page-performance .environment-grid.grid-4 > *:nth-child(5), .page-performance .environment-grid.grid-5 > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.page-performance .environment-grid.grid-3 > *:nth-child(6), .page-performance .environment-grid.grid-4 > *:nth-child(6), .page-performance .environment-grid.grid-5 > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
.page-performance .environment-grid.grid-3 > *:nth-child(7), .page-performance .environment-grid.grid-4 > *:nth-child(7), .page-performance .environment-grid.grid-5 > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.page-performance .environment-grid.grid-3 > *:nth-child(8), .page-performance .environment-grid.grid-4 > *:nth-child(8), .page-performance .environment-grid.grid-5 > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 8;
}
.page-performance .environment-grid.grid-3 > *:nth-child(9), .page-performance .environment-grid.grid-4 > *:nth-child(9), .page-performance .environment-grid.grid-5 > *:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-performance .environment-grid.grid-3 > *:nth-child(10), .page-performance .environment-grid.grid-4 > *:nth-child(10), .page-performance .environment-grid.grid-5 > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-performance .environment-grid.grid-3 > *:nth-child(11), .page-performance .environment-grid.grid-4 > *:nth-child(11), .page-performance .environment-grid.grid-5 > *:nth-child(11) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-performance .environment-grid.grid-3 > *:nth-child(12), .page-performance .environment-grid.grid-4 > *:nth-child(12), .page-performance .environment-grid.grid-5 > *:nth-child(12) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.page-performance .environment-grid.grid-3 > *:nth-child(13), .page-performance .environment-grid.grid-4 > *:nth-child(13), .page-performance .environment-grid.grid-5 > *:nth-child(13) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}
.page-performance .environment-grid.grid-3 > *:nth-child(14), .page-performance .environment-grid.grid-4 > *:nth-child(14), .page-performance .environment-grid.grid-5 > *:nth-child(14) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}
.page-performance .environment-grid.grid-3 > *:nth-child(15), .page-performance .environment-grid.grid-4 > *:nth-child(15), .page-performance .environment-grid.grid-5 > *:nth-child(15) {
  -ms-grid-row: 2;
  -ms-grid-column: 7;
}
.page-performance .environment-grid.grid-3 > *:nth-child(16), .page-performance .environment-grid.grid-4 > *:nth-child(16), .page-performance .environment-grid.grid-5 > *:nth-child(16) {
  -ms-grid-row: 2;
  -ms-grid-column: 8;
}
.page-performance .environment-grid.grid-3 > *:nth-child(17), .page-performance .environment-grid.grid-4 > *:nth-child(17), .page-performance .environment-grid.grid-5 > *:nth-child(17) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-performance .environment-grid.grid-3 > *:nth-child(18), .page-performance .environment-grid.grid-4 > *:nth-child(18), .page-performance .environment-grid.grid-5 > *:nth-child(18) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-performance .environment-grid.grid-3 > *:nth-child(19), .page-performance .environment-grid.grid-4 > *:nth-child(19), .page-performance .environment-grid.grid-5 > *:nth-child(19) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-performance .environment-grid.grid-3 > *:nth-child(20), .page-performance .environment-grid.grid-4 > *:nth-child(20), .page-performance .environment-grid.grid-5 > *:nth-child(20) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.page-performance .environment-grid.grid-3 > *:nth-child(21), .page-performance .environment-grid.grid-4 > *:nth-child(21), .page-performance .environment-grid.grid-5 > *:nth-child(21) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.page-performance .environment-grid.grid-3 > *:nth-child(22), .page-performance .environment-grid.grid-4 > *:nth-child(22), .page-performance .environment-grid.grid-5 > *:nth-child(22) {
  -ms-grid-row: 3;
  -ms-grid-column: 6;
}
.page-performance .environment-grid.grid-3 > *:nth-child(23), .page-performance .environment-grid.grid-4 > *:nth-child(23), .page-performance .environment-grid.grid-5 > *:nth-child(23) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.page-performance .environment-grid.grid-3 > *:nth-child(24), .page-performance .environment-grid.grid-4 > *:nth-child(24), .page-performance .environment-grid.grid-5 > *:nth-child(24) {
  -ms-grid-row: 3;
  -ms-grid-column: 8;
}
.page-performance .environment-grid.grid-3 > *:nth-child(25), .page-performance .environment-grid.grid-4 > *:nth-child(25), .page-performance .environment-grid.grid-5 > *:nth-child(25) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-performance .environment-grid.grid-3 > *:nth-child(26), .page-performance .environment-grid.grid-4 > *:nth-child(26), .page-performance .environment-grid.grid-5 > *:nth-child(26) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-performance .environment-grid.grid-3 > *:nth-child(27), .page-performance .environment-grid.grid-4 > *:nth-child(27), .page-performance .environment-grid.grid-5 > *:nth-child(27) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.page-performance .environment-grid.grid-3 > *:nth-child(28), .page-performance .environment-grid.grid-4 > *:nth-child(28), .page-performance .environment-grid.grid-5 > *:nth-child(28) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.page-performance .environment-grid.grid-3 > *:nth-child(29), .page-performance .environment-grid.grid-4 > *:nth-child(29), .page-performance .environment-grid.grid-5 > *:nth-child(29) {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
}
.page-performance .environment-grid.grid-3 > *:nth-child(30), .page-performance .environment-grid.grid-4 > *:nth-child(30), .page-performance .environment-grid.grid-5 > *:nth-child(30) {
  -ms-grid-row: 4;
  -ms-grid-column: 6;
}
.page-performance .environment-grid.grid-3 > *:nth-child(31), .page-performance .environment-grid.grid-4 > *:nth-child(31), .page-performance .environment-grid.grid-5 > *:nth-child(31) {
  -ms-grid-row: 4;
  -ms-grid-column: 7;
}
.page-performance .environment-grid.grid-3 > *:nth-child(32), .page-performance .environment-grid.grid-4 > *:nth-child(32), .page-performance .environment-grid.grid-5 > *:nth-child(32) {
  -ms-grid-row: 4;
  -ms-grid-column: 8;
}
.page-performance .environment-grid.grid-3 > *:nth-child(33), .page-performance .environment-grid.grid-4 > *:nth-child(33), .page-performance .environment-grid.grid-5 > *:nth-child(33) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-performance .environment-grid.grid-3 > *:nth-child(34), .page-performance .environment-grid.grid-4 > *:nth-child(34), .page-performance .environment-grid.grid-5 > *:nth-child(34) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-performance .environment-grid.grid-3 > *:nth-child(35), .page-performance .environment-grid.grid-4 > *:nth-child(35), .page-performance .environment-grid.grid-5 > *:nth-child(35) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-performance .environment-grid.grid-3 > *:nth-child(36), .page-performance .environment-grid.grid-4 > *:nth-child(36), .page-performance .environment-grid.grid-5 > *:nth-child(36) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
.page-performance .environment-grid.grid-3 > *:nth-child(37), .page-performance .environment-grid.grid-4 > *:nth-child(37), .page-performance .environment-grid.grid-5 > *:nth-child(37) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.page-performance .environment-grid.grid-3 > *:nth-child(38), .page-performance .environment-grid.grid-4 > *:nth-child(38), .page-performance .environment-grid.grid-5 > *:nth-child(38) {
  -ms-grid-row: 5;
  -ms-grid-column: 6;
}
.page-performance .environment-grid.grid-3 > *:nth-child(39), .page-performance .environment-grid.grid-4 > *:nth-child(39), .page-performance .environment-grid.grid-5 > *:nth-child(39) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.page-performance .environment-grid.grid-3 > *:nth-child(40), .page-performance .environment-grid.grid-4 > *:nth-child(40), .page-performance .environment-grid.grid-5 > *:nth-child(40) {
  -ms-grid-row: 5;
  -ms-grid-column: 8;
}
.page-performance .environment-grid.grid-3 > *:nth-child(41), .page-performance .environment-grid.grid-4 > *:nth-child(41), .page-performance .environment-grid.grid-5 > *:nth-child(41) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-performance .environment-grid.grid-3 > *:nth-child(42), .page-performance .environment-grid.grid-4 > *:nth-child(42), .page-performance .environment-grid.grid-5 > *:nth-child(42) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-performance .environment-grid.grid-3 > *:nth-child(43), .page-performance .environment-grid.grid-4 > *:nth-child(43), .page-performance .environment-grid.grid-5 > *:nth-child(43) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.page-performance .environment-grid.grid-3 > *:nth-child(44), .page-performance .environment-grid.grid-4 > *:nth-child(44), .page-performance .environment-grid.grid-5 > *:nth-child(44) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}
.page-performance .environment-grid.grid-3 > *:nth-child(45), .page-performance .environment-grid.grid-4 > *:nth-child(45), .page-performance .environment-grid.grid-5 > *:nth-child(45) {
  -ms-grid-row: 6;
  -ms-grid-column: 5;
}
.page-performance .environment-grid.grid-3 > *:nth-child(46), .page-performance .environment-grid.grid-4 > *:nth-child(46), .page-performance .environment-grid.grid-5 > *:nth-child(46) {
  -ms-grid-row: 6;
  -ms-grid-column: 6;
}
.page-performance .environment-grid.grid-3 > *:nth-child(47), .page-performance .environment-grid.grid-4 > *:nth-child(47), .page-performance .environment-grid.grid-5 > *:nth-child(47) {
  -ms-grid-row: 6;
  -ms-grid-column: 7;
}
.page-performance .environment-grid.grid-3 > *:nth-child(48), .page-performance .environment-grid.grid-4 > *:nth-child(48), .page-performance .environment-grid.grid-5 > *:nth-child(48) {
  -ms-grid-row: 6;
  -ms-grid-column: 8;
}
.page-performance .environment-grid.grid-3 .r3,
.page-performance .environment-grid.grid-4 .r3,
.page-performance .environment-grid.grid-5 .r3 {
  color: black;
  background-color: white;
}
.page-performance .environment-grid.grid-3 .c1.r1,
.page-performance .environment-grid.grid-4 .c1.r1,
.page-performance .environment-grid.grid-5 .c1.r1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-column: 1 / span 8;
}
.page-performance .environment-grid.grid-3 .c1.r2,
.page-performance .environment-grid.grid-4 .c1.r2,
.page-performance .environment-grid.grid-5 .c1.r2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1 / span 6;
}
.page-performance .environment-grid.grid-3 .c7.r2,
.page-performance .environment-grid.grid-4 .c7.r2,
.page-performance .environment-grid.grid-5 .c7.r2 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 2;
  grid-column: 7 / span 2;
}
.page-performance .gri-102-grid {
  font-size: 16px;
  line-height: 18px;
  font-family: Calibre Web Regular;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.7fr 2fr 2fr 2fr;
  grid-template-columns: 0.7fr 2fr 2fr 2fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  text-align: left;
  color: black;
}
.page-performance .gri-102-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-performance .gri-102-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-performance .gri-102-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-performance .gri-102-grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.page-performance .gri-102-grid > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-performance .gri-102-grid > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-performance .gri-102-grid > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-performance .gri-102-grid > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.page-performance .gri-102-grid > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-performance .gri-102-grid > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-performance .gri-102-grid > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-performance .gri-102-grid > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.page-performance .gri-102-grid > *:nth-child(13) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-performance .gri-102-grid > *:nth-child(14) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-performance .gri-102-grid > *:nth-child(15) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.page-performance .gri-102-grid > *:nth-child(16) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.page-performance .gri-102-grid > *:nth-child(17) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-performance .gri-102-grid > *:nth-child(18) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-performance .gri-102-grid > *:nth-child(19) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-performance .gri-102-grid > *:nth-child(20) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
.page-performance .gri-102-grid > *:nth-child(21) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-performance .gri-102-grid > *:nth-child(22) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-performance .gri-102-grid > *:nth-child(23) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.page-performance .gri-102-grid > *:nth-child(24) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}
.page-performance .gri-102-grid .r1 {
  color: white;
  background-color: #7FCAEB;
  border: none;
}
.page-performance .gri-102-grid .c1.r2,
.page-performance .gri-102-grid .c1.r16,
.page-performance .gri-102-grid .c1.r18,
.page-performance .gri-102-grid .c1.r20,
.page-performance .gri-102-grid .c1.r22,
.page-performance .gri-102-grid .c1.r28 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / span 4;
  text-align: left;
  color: white;
  border: none;
  background-color: #9FD5EF;
  padding: 10px;
}
.page-performance .gri-102-grid .c1 {
  font-family: Calibre Web Bold;
}
.page-performance .gri-102-grid .r15,
.page-performance .gri-102-grid .r17,
.page-performance .gri-102-grid .r19,
.page-performance .gri-102-grid .r21,
.page-performance .gri-102-grid .r27 {
  border-bottom: none;
}
.page-performance .gri-102-grid h4 {
  margin-top: 0;
  font-size: 18px;
}
.page-performance .gri-102-grid div {
  overflow: visible;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 18px;
  border-bottom: 1px solid #5BC2E7;
}
.page-performance .gri-102-grid div span {
  display: inline-block;
  vertical-align: middle;
}
.page-performance .gri-102-grid.grid-1 {
  margin-bottom: 5px;
}
.page-performance .specific-200-grid {
  font-size: 16px;
  line-height: 18px;
  font-family: Calibre Web Regular;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.7fr 2fr 2fr 2fr;
  grid-template-columns: 0.7fr 2fr 2fr 2fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  text-align: left;
  color: black;
}
.page-performance .specific-200-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-performance .specific-200-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-performance .specific-200-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-performance .specific-200-grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.page-performance .specific-200-grid > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-performance .specific-200-grid > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-performance .specific-200-grid > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-performance .specific-200-grid > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.page-performance .specific-200-grid > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-performance .specific-200-grid > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-performance .specific-200-grid > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-performance .specific-200-grid > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.page-performance .specific-200-grid > *:nth-child(13) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-performance .specific-200-grid > *:nth-child(14) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-performance .specific-200-grid > *:nth-child(15) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.page-performance .specific-200-grid > *:nth-child(16) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.page-performance .specific-200-grid > *:nth-child(17) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-performance .specific-200-grid > *:nth-child(18) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-performance .specific-200-grid > *:nth-child(19) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-performance .specific-200-grid > *:nth-child(20) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
.page-performance .specific-200-grid > *:nth-child(21) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-performance .specific-200-grid > *:nth-child(22) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-performance .specific-200-grid > *:nth-child(23) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.page-performance .specific-200-grid > *:nth-child(24) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}
.page-performance .specific-200-grid .r1 {
  color: white;
  background-color: #5BC2E7;
  border: none;
}
.page-performance .specific-200-grid .r5,
.page-performance .specific-200-grid .r6 {
  border-bottom: none;
}
.page-performance .specific-200-grid .c1 {
  font-family: Calibre Web Bold;
}
.page-performance .specific-200-grid .c1.r2,
.page-performance .specific-200-grid .c1.r3,
.page-performance .specific-200-grid .c1.r4,
.page-performance .specific-200-grid .c1.r16,
.page-performance .specific-200-grid .c1.r18,
.page-performance .specific-200-grid .c1.r20,
.page-performance .specific-200-grid .c1.r22,
.page-performance .specific-200-grid .c1.r28 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / span 4;
  text-align: left;
  color: white;
  border: none;
  padding: 10px;
  background-color: #9FD5EF;
}
.page-performance .specific-200-grid .c1.r2 {
  background-color: #5BC2E7;
}
.page-performance .specific-200-grid .c1.r3 {
  background-color: #7FCAEB;
}
.page-performance .specific-200-grid .c3.r5 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  grid-row: 5 / span 3;
  border-bottom: 1px solid #5BC2E7;
}
.page-performance .specific-200-grid .c3.r8 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 3;
  grid-row: 8 / span 3;
  border-bottom: 1px solid #5BC2E7;
}
.page-performance .specific-200-grid h4 {
  margin-top: 0;
  font-size: 18px;
}
.page-performance .specific-200-grid div {
  overflow: visible;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 18px;
  border-bottom: 1px solid #5BC2E7;
}
.page-performance .specific-200-grid div span {
  display: inline-block;
  vertical-align: middle;
}
.page-performance .specific-300-grid {
  color: black;
  font-size: 20px;
  font-family: Calibre Web Regular;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.7fr 2fr 2fr 2fr;
  grid-template-columns: 0.7fr 2fr 2fr 2fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  text-align: left;
}
.page-performance .specific-300-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-performance .specific-300-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-performance .specific-300-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-performance .specific-300-grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.page-performance .specific-300-grid > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-performance .specific-300-grid > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-performance .specific-300-grid > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-performance .specific-300-grid > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.page-performance .specific-300-grid > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-performance .specific-300-grid > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-performance .specific-300-grid > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-performance .specific-300-grid > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.page-performance .specific-300-grid > *:nth-child(13) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-performance .specific-300-grid > *:nth-child(14) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-performance .specific-300-grid > *:nth-child(15) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.page-performance .specific-300-grid > *:nth-child(16) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.page-performance .specific-300-grid > *:nth-child(17) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-performance .specific-300-grid > *:nth-child(18) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-performance .specific-300-grid > *:nth-child(19) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-performance .specific-300-grid > *:nth-child(20) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
.page-performance .specific-300-grid > *:nth-child(21) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-performance .specific-300-grid > *:nth-child(22) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-performance .specific-300-grid > *:nth-child(23) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.page-performance .specific-300-grid > *:nth-child(24) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}
.page-performance .specific-300-grid .r1 {
  color: white;
  background-color: #5BC2E7;
  border: none;
}
.page-performance .specific-300-grid .r5,
.page-performance .specific-300-grid .r6,
.page-performance .specific-300-grid .r8,
.page-performance .specific-300-grid .r10,
.page-performance .specific-300-grid .r11,
.page-performance .specific-300-grid .r15,
.page-performance .specific-300-grid .r17,
.page-performance .specific-300-grid .r18,
.page-performance .specific-300-grid .r24,
.page-performance .specific-300-grid .r26,
.page-performance .specific-300-grid .r27,
.page-performance .specific-300-grid .r29,
.page-performance .specific-300-grid .r31,
.page-performance .specific-300-grid .r32 {
  border-bottom: none;
}
.page-performance .specific-300-grid .c1.r2,
.page-performance .specific-300-grid .c1.r3,
.page-performance .specific-300-grid .c1.r4,
.page-performance .specific-300-grid .c1.r9,
.page-performance .specific-300-grid .c1.r16,
.page-performance .specific-300-grid .c1.r25,
.page-performance .specific-300-grid .c1.r30 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / span 4;
  text-align: left;
  color: white;
  border: none;
  padding: 10px;
  background-color: #9FD5EF;
}
.page-performance .specific-300-grid .c1.r2 {
  background-color: #5BC2E7;
}
.page-performance .specific-300-grid .c1.r3 {
  background-color: #7FCAEB;
}
.page-performance .specific-300-grid .c3.r10 {
  -ms-grid-row: 10;
  -ms-grid-row-span: 3;
  grid-row: 10 / span 3;
  border-bottom: 1px solid #5BC2E7;
}
.page-performance .specific-300-grid .c3.r17 {
  -ms-grid-row: 17;
  -ms-grid-row-span: 3;
  grid-row: 17 / span 3;
  border-bottom: 1px solid #5BC2E7;
}
.page-performance .specific-300-grid .c3.r31 {
  -ms-grid-row: 31;
  -ms-grid-row-span: 3;
  grid-row: 31 / span 3;
  border-bottom: 1px solid #5BC2E7;
}
.page-performance .specific-300-grid h4 {
  margin-top: 0;
  font-size: 18px;
}
.page-performance .specific-300-grid div {
  overflow: visible;
  padding: 5px 10px;
  font-size: 20px;
}
.page-performance .specific-300-grid div span {
  display: inline-block;
  vertical-align: middle;
}
.page-performance .specific-300-grid.grid-1 {
  margin-bottom: 5px;
}
.page-performance .specific-300-grid div {
  overflow: visible;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 18px;
  border-bottom: 1px solid #5BC2E7;
}
.page-performance .specific-300-grid div span {
  display: inline-block;
  vertical-align: middle;
}
.page-performance .specific-400-grid {
  color: black;
  font-family: Calibre Web Regular;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.7fr 2fr 2fr 2fr;
  grid-template-columns: 0.7fr 2fr 2fr 2fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  text-align: left;
}
.page-performance .specific-400-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-performance .specific-400-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-performance .specific-400-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-performance .specific-400-grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.page-performance .specific-400-grid > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-performance .specific-400-grid > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-performance .specific-400-grid > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-performance .specific-400-grid > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.page-performance .specific-400-grid > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-performance .specific-400-grid > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-performance .specific-400-grid > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-performance .specific-400-grid > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.page-performance .specific-400-grid > *:nth-child(13) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-performance .specific-400-grid > *:nth-child(14) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-performance .specific-400-grid > *:nth-child(15) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.page-performance .specific-400-grid > *:nth-child(16) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.page-performance .specific-400-grid > *:nth-child(17) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-performance .specific-400-grid > *:nth-child(18) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-performance .specific-400-grid > *:nth-child(19) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-performance .specific-400-grid > *:nth-child(20) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
.page-performance .specific-400-grid > *:nth-child(21) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-performance .specific-400-grid > *:nth-child(22) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-performance .specific-400-grid > *:nth-child(23) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.page-performance .specific-400-grid > *:nth-child(24) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}
.page-performance .specific-400-grid .r1 {
  color: white;
  background-color: #5BC2E7;
  border: none;
}
.page-performance .specific-400-grid .r5,
.page-performance .specific-400-grid .r6,
.page-performance .specific-400-grid .r7,
.page-performance .specific-400-grid .r8,
.page-performance .specific-400-grid .r10,
.page-performance .specific-400-grid .r11,
.page-performance .specific-400-grid .r13,
.page-performance .specific-400-grid .r15,
.page-performance .specific-400-grid .r16,
.page-performance .specific-400-grid .r18,
.page-performance .specific-400-grid .r20,
.page-performance .specific-400-grid .r21 {
  border-bottom: none;
}
.page-performance .specific-400-grid .c1.r2,
.page-performance .specific-400-grid .c1.r3,
.page-performance .specific-400-grid .c1.r4,
.page-performance .specific-400-grid .c1.r9,
.page-performance .specific-400-grid .c1.r14,
.page-performance .specific-400-grid .c1.r19 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / span 4;
  text-align: left;
  color: white;
  border: none;
  padding: 10px;
  background-color: #9FD5EF;
}
.page-performance .specific-400-grid .c1.r2 {
  background-color: #5BC2E7;
}
.page-performance .specific-400-grid .c1.r3 {
  background-color: #7FCAEB;
}
.page-performance .specific-400-grid .c3.r10 {
  -ms-grid-row: 10;
  -ms-grid-row-span: 3;
  grid-row: 10 / span 3;
  border-bottom: 1px solid #5BC2E7;
}
.page-performance .specific-400-grid .c3.r15 {
  -ms-grid-row: 15;
  -ms-grid-row-span: 3;
  grid-row: 15 / span 3;
  border-bottom: 1px solid #5BC2E7;
}
.page-performance .specific-400-grid .c3.r20 {
  -ms-grid-row: 20;
  -ms-grid-row-span: 3;
  grid-row: 20 / span 3;
  border-bottom: 1px solid #5BC2E7;
}
.page-performance .specific-400-grid h4 {
  margin-top: 0;
  font-size: 18px;
}
.page-performance .specific-400-grid.grid-1 {
  margin-bottom: 5px;
}
.page-performance .specific-400-grid div {
  overflow: visible;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 18px;
  border-bottom: 1px solid #5BC2E7;
}
.page-performance .specific-400-grid div span {
  display: inline-block;
  vertical-align: middle;
}
.page-performance .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-performance .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-performance .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-performance .c4.r1 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-performance .c5.r1 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-performance .c6.r1 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-performance .c7.r1 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-performance .c8.r1 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-performance .c1.r2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-performance .c2.r2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-performance .c3.r2 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-performance .c4.r2 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-performance .c5.r2 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-performance .c6.r2 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-performance .c7.r2 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-performance .c8.r2 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-performance .c1.r3 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-performance .c2.r3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-performance .c3.r3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-performance .c4.r3 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-performance .c5.r3 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-performance .c6.r3 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-performance .c7.r3 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-performance .c8.r3 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-performance .c1.r4 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-performance .c2.r4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-performance .c3.r4 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-performance .c4.r4 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-performance .c5.r4 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-performance .c6.r4 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-performance .c7.r4 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-performance .c8.r4 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-performance .c1.r5 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-performance .c2.r5 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-performance .c3.r5 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-performance .c4.r5 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-performance .c5.r5 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-performance .c6.r5 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-performance .c7.r5 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-performance .c8.r5 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-performance .c1.r6 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-performance .c2.r6 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-performance .c3.r6 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-performance .c4.r6 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-performance .c5.r6 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-performance .c6.r6 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-performance .c7.r6 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-performance .c8.r6 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-performance .c1.r7 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-performance .c2.r7 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-performance .c3.r7 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-performance .c4.r7 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-performance .c5.r7 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-performance .c6.r7 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-performance .c7.r7 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-performance .c8.r7 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-performance .c1.r8 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-performance .c2.r8 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-performance .c3.r8 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-performance .c4.r8 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-performance .c5.r8 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-performance .c6.r8 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-performance .c7.r8 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-performance .c8.r8 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-performance .c1.r9 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-performance .c2.r9 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-performance .c3.r9 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-performance .c4.r9 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-performance .c5.r9 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-performance .c6.r9 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-performance .c7.r9 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-performance .c8.r9 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-performance .c1.r10 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-performance .c2.r10 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-performance .c3.r10 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-performance .c4.r10 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-performance .c5.r10 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-performance .c6.r10 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-performance .c7.r10 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-performance .c8.r10 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-performance .c1.r11 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-performance .c2.r11 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-performance .c3.r11 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-performance .c4.r11 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-performance .c5.r11 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-performance .c6.r11 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-performance .c7.r11 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-performance .c8.r11 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-performance .c1.r12 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-performance .c2.r12 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-performance .c3.r12 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-performance .c4.r12 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-performance .c5.r12 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-performance .c6.r12 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-performance .c7.r12 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-performance .c8.r12 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-performance .c1.r13 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-performance .c2.r13 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-performance .c3.r13 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-performance .c4.r13 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-performance .c5.r13 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-performance .c6.r13 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-performance .c7.r13 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-performance .c8.r13 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-performance .c1.r14 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-performance .c2.r14 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-performance .c3.r14 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-performance .c4.r14 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-performance .c5.r14 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-performance .c6.r14 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-performance .c7.r14 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-performance .c8.r14 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-performance .c1.r15 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-performance .c2.r15 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-performance .c3.r15 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-performance .c4.r15 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-performance .c5.r15 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-performance .c6.r15 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-performance .c7.r15 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-performance .c8.r15 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-performance .c1.r16 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 16;
  grid-row: 16;
}
.page-performance .c2.r16 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 16;
  grid-row: 16;
}
.page-performance .c3.r16 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 16;
  grid-row: 16;
}
.page-performance .c4.r16 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 16;
  grid-row: 16;
}
.page-performance .c5.r16 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 16;
  grid-row: 16;
}
.page-performance .c6.r16 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 16;
  grid-row: 16;
}
.page-performance .c7.r16 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 16;
  grid-row: 16;
}
.page-performance .c8.r16 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 16;
  grid-row: 16;
}
.page-performance .c1.r17 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 17;
  grid-row: 17;
}
.page-performance .c2.r17 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 17;
  grid-row: 17;
}
.page-performance .c3.r17 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 17;
  grid-row: 17;
}
.page-performance .c4.r17 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 17;
  grid-row: 17;
}
.page-performance .c5.r17 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 17;
  grid-row: 17;
}
.page-performance .c6.r17 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 17;
  grid-row: 17;
}
.page-performance .c7.r17 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 17;
  grid-row: 17;
}
.page-performance .c8.r17 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 17;
  grid-row: 17;
}
.page-performance .c1.r18 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 18;
  grid-row: 18;
}
.page-performance .c2.r18 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 18;
  grid-row: 18;
}
.page-performance .c3.r18 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 18;
  grid-row: 18;
}
.page-performance .c4.r18 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 18;
  grid-row: 18;
}
.page-performance .c5.r18 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 18;
  grid-row: 18;
}
.page-performance .c6.r18 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 18;
  grid-row: 18;
}
.page-performance .c7.r18 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 18;
  grid-row: 18;
}
.page-performance .c8.r18 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 18;
  grid-row: 18;
}
.page-performance .c1.r19 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 19;
  grid-row: 19;
}
.page-performance .c2.r19 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 19;
  grid-row: 19;
}
.page-performance .c3.r19 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 19;
  grid-row: 19;
}
.page-performance .c4.r19 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 19;
  grid-row: 19;
}
.page-performance .c5.r19 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 19;
  grid-row: 19;
}
.page-performance .c6.r19 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 19;
  grid-row: 19;
}
.page-performance .c7.r19 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 19;
  grid-row: 19;
}
.page-performance .c8.r19 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 19;
  grid-row: 19;
}
.page-performance .c1.r20 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 20;
  grid-row: 20;
}
.page-performance .c2.r20 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 20;
  grid-row: 20;
}
.page-performance .c3.r20 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 20;
  grid-row: 20;
}
.page-performance .c4.r20 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 20;
  grid-row: 20;
}
.page-performance .c5.r20 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 20;
  grid-row: 20;
}
.page-performance .c6.r20 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 20;
  grid-row: 20;
}
.page-performance .c7.r20 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 20;
  grid-row: 20;
}
.page-performance .c8.r20 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 20;
  grid-row: 20;
}
.page-performance .c1.r21 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 21;
  grid-row: 21;
}
.page-performance .c2.r21 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 21;
  grid-row: 21;
}
.page-performance .c3.r21 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 21;
  grid-row: 21;
}
.page-performance .c4.r21 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 21;
  grid-row: 21;
}
.page-performance .c5.r21 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 21;
  grid-row: 21;
}
.page-performance .c6.r21 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 21;
  grid-row: 21;
}
.page-performance .c7.r21 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 21;
  grid-row: 21;
}
.page-performance .c8.r21 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 21;
  grid-row: 21;
}
.page-performance .c1.r22 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 22;
  grid-row: 22;
}
.page-performance .c2.r22 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 22;
  grid-row: 22;
}
.page-performance .c3.r22 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 22;
  grid-row: 22;
}
.page-performance .c4.r22 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 22;
  grid-row: 22;
}
.page-performance .c5.r22 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 22;
  grid-row: 22;
}
.page-performance .c6.r22 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 22;
  grid-row: 22;
}
.page-performance .c7.r22 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 22;
  grid-row: 22;
}
.page-performance .c8.r22 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 22;
  grid-row: 22;
}
.page-performance .c1.r23 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 23;
  grid-row: 23;
}
.page-performance .c2.r23 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 23;
  grid-row: 23;
}
.page-performance .c3.r23 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 23;
  grid-row: 23;
}
.page-performance .c4.r23 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 23;
  grid-row: 23;
}
.page-performance .c5.r23 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 23;
  grid-row: 23;
}
.page-performance .c6.r23 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 23;
  grid-row: 23;
}
.page-performance .c7.r23 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 23;
  grid-row: 23;
}
.page-performance .c8.r23 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 23;
  grid-row: 23;
}
.page-performance .c1.r24 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 24;
  grid-row: 24;
}
.page-performance .c2.r24 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 24;
  grid-row: 24;
}
.page-performance .c3.r24 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 24;
  grid-row: 24;
}
.page-performance .c4.r24 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 24;
  grid-row: 24;
}
.page-performance .c5.r24 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 24;
  grid-row: 24;
}
.page-performance .c6.r24 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 24;
  grid-row: 24;
}
.page-performance .c7.r24 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 24;
  grid-row: 24;
}
.page-performance .c8.r24 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 24;
  grid-row: 24;
}
.page-performance .c1.r25 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 25;
  grid-row: 25;
}
.page-performance .c2.r25 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 25;
  grid-row: 25;
}
.page-performance .c3.r25 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 25;
  grid-row: 25;
}
.page-performance .c4.r25 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 25;
  grid-row: 25;
}
.page-performance .c5.r25 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 25;
  grid-row: 25;
}
.page-performance .c6.r25 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 25;
  grid-row: 25;
}
.page-performance .c7.r25 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 25;
  grid-row: 25;
}
.page-performance .c8.r25 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 25;
  grid-row: 25;
}
.page-performance .c1.r26 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 26;
  grid-row: 26;
}
.page-performance .c2.r26 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 26;
  grid-row: 26;
}
.page-performance .c3.r26 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 26;
  grid-row: 26;
}
.page-performance .c4.r26 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 26;
  grid-row: 26;
}
.page-performance .c5.r26 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 26;
  grid-row: 26;
}
.page-performance .c6.r26 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 26;
  grid-row: 26;
}
.page-performance .c7.r26 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 26;
  grid-row: 26;
}
.page-performance .c8.r26 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 26;
  grid-row: 26;
}
.page-performance .c1.r27 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 27;
  grid-row: 27;
}
.page-performance .c2.r27 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 27;
  grid-row: 27;
}
.page-performance .c3.r27 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 27;
  grid-row: 27;
}
.page-performance .c4.r27 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 27;
  grid-row: 27;
}
.page-performance .c5.r27 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 27;
  grid-row: 27;
}
.page-performance .c6.r27 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 27;
  grid-row: 27;
}
.page-performance .c7.r27 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 27;
  grid-row: 27;
}
.page-performance .c8.r27 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 27;
  grid-row: 27;
}
.page-performance .c1.r28 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 28;
  grid-row: 28;
}
.page-performance .c2.r28 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 28;
  grid-row: 28;
}
.page-performance .c3.r28 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 28;
  grid-row: 28;
}
.page-performance .c4.r28 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 28;
  grid-row: 28;
}
.page-performance .c5.r28 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 28;
  grid-row: 28;
}
.page-performance .c6.r28 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 28;
  grid-row: 28;
}
.page-performance .c7.r28 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 28;
  grid-row: 28;
}
.page-performance .c8.r28 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 28;
  grid-row: 28;
}
.page-performance .c1.r29 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 29;
  grid-row: 29;
}
.page-performance .c2.r29 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 29;
  grid-row: 29;
}
.page-performance .c3.r29 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 29;
  grid-row: 29;
}
.page-performance .c4.r29 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 29;
  grid-row: 29;
}
.page-performance .c5.r29 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 29;
  grid-row: 29;
}
.page-performance .c6.r29 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 29;
  grid-row: 29;
}
.page-performance .c7.r29 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 29;
  grid-row: 29;
}
.page-performance .c8.r29 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 29;
  grid-row: 29;
}
.page-performance .c1.r30 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 30;
  grid-row: 30;
}
.page-performance .c2.r30 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 30;
  grid-row: 30;
}
.page-performance .c3.r30 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 30;
  grid-row: 30;
}
.page-performance .c4.r30 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 30;
  grid-row: 30;
}
.page-performance .c5.r30 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 30;
  grid-row: 30;
}
.page-performance .c6.r30 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 30;
  grid-row: 30;
}
.page-performance .c7.r30 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 30;
  grid-row: 30;
}
.page-performance .c8.r30 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 30;
  grid-row: 30;
}
.page-performance .c1.r31 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 31;
  grid-row: 31;
}
.page-performance .c2.r31 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 31;
  grid-row: 31;
}
.page-performance .c3.r31 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 31;
  grid-row: 31;
}
.page-performance .c4.r31 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 31;
  grid-row: 31;
}
.page-performance .c5.r31 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 31;
  grid-row: 31;
}
.page-performance .c6.r31 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 31;
  grid-row: 31;
}
.page-performance .c7.r31 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 31;
  grid-row: 31;
}
.page-performance .c8.r31 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 31;
  grid-row: 31;
}
.page-performance .c1.r32 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 32;
  grid-row: 32;
}
.page-performance .c2.r32 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 32;
  grid-row: 32;
}
.page-performance .c3.r32 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 32;
  grid-row: 32;
}
.page-performance .c4.r32 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 32;
  grid-row: 32;
}
.page-performance .c5.r32 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 32;
  grid-row: 32;
}
.page-performance .c6.r32 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 32;
  grid-row: 32;
}
.page-performance .c7.r32 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 32;
  grid-row: 32;
}
.page-performance .c8.r32 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 32;
  grid-row: 32;
}
.page-performance .c1.r33 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 33;
  grid-row: 33;
}
.page-performance .c2.r33 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 33;
  grid-row: 33;
}
.page-performance .c3.r33 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 33;
  grid-row: 33;
}
.page-performance .c4.r33 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 33;
  grid-row: 33;
}
.page-performance .c5.r33 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 33;
  grid-row: 33;
}
.page-performance .c6.r33 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 33;
  grid-row: 33;
}
.page-performance .c7.r33 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 33;
  grid-row: 33;
}
.page-performance .c8.r33 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 33;
  grid-row: 33;
}
.page-performance .c1.r34 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 34;
  grid-row: 34;
}
.page-performance .c2.r34 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 34;
  grid-row: 34;
}
.page-performance .c3.r34 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 34;
  grid-row: 34;
}
.page-performance .c4.r34 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 34;
  grid-row: 34;
}
.page-performance .c5.r34 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 34;
  grid-row: 34;
}
.page-performance .c6.r34 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 34;
  grid-row: 34;
}
.page-performance .c7.r34 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 34;
  grid-row: 34;
}
.page-performance .c8.r34 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 34;
  grid-row: 34;
}
.page-performance .c1.r35 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 35;
  grid-row: 35;
}
.page-performance .c2.r35 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 35;
  grid-row: 35;
}
.page-performance .c3.r35 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 35;
  grid-row: 35;
}
.page-performance .c4.r35 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 35;
  grid-row: 35;
}
.page-performance .c5.r35 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 35;
  grid-row: 35;
}
.page-performance .c6.r35 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 35;
  grid-row: 35;
}
.page-performance .c7.r35 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 35;
  grid-row: 35;
}
.page-performance .c8.r35 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 35;
  grid-row: 35;
}
.page-performance .c1.r36 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 36;
  grid-row: 36;
}
.page-performance .c2.r36 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 36;
  grid-row: 36;
}
.page-performance .c3.r36 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 36;
  grid-row: 36;
}
.page-performance .c4.r36 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 36;
  grid-row: 36;
}
.page-performance .c5.r36 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 36;
  grid-row: 36;
}
.page-performance .c6.r36 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 36;
  grid-row: 36;
}
.page-performance .c7.r36 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 36;
  grid-row: 36;
}
.page-performance .c8.r36 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 36;
  grid-row: 36;
}
.page-performance .c1.r37 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 37;
  grid-row: 37;
}
.page-performance .c2.r37 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 37;
  grid-row: 37;
}
.page-performance .c3.r37 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 37;
  grid-row: 37;
}
.page-performance .c4.r37 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 37;
  grid-row: 37;
}
.page-performance .c5.r37 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 37;
  grid-row: 37;
}
.page-performance .c6.r37 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 37;
  grid-row: 37;
}
.page-performance .c7.r37 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 37;
  grid-row: 37;
}
.page-performance .c8.r37 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 37;
  grid-row: 37;
}
.page-performance .c1.r38 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 38;
  grid-row: 38;
}
.page-performance .c2.r38 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 38;
  grid-row: 38;
}
.page-performance .c3.r38 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 38;
  grid-row: 38;
}
.page-performance .c4.r38 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 38;
  grid-row: 38;
}
.page-performance .c5.r38 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 38;
  grid-row: 38;
}
.page-performance .c6.r38 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 38;
  grid-row: 38;
}
.page-performance .c7.r38 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 38;
  grid-row: 38;
}
.page-performance .c8.r38 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 38;
  grid-row: 38;
}
.page-performance .c1.r39 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 39;
  grid-row: 39;
}
.page-performance .c2.r39 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 39;
  grid-row: 39;
}
.page-performance .c3.r39 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 39;
  grid-row: 39;
}
.page-performance .c4.r39 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 39;
  grid-row: 39;
}
.page-performance .c5.r39 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 39;
  grid-row: 39;
}
.page-performance .c6.r39 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 39;
  grid-row: 39;
}
.page-performance .c7.r39 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 39;
  grid-row: 39;
}
.page-performance .c8.r39 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 39;
  grid-row: 39;
}
.page-performance .c1.r40 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 40;
  grid-row: 40;
}
.page-performance .c2.r40 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 40;
  grid-row: 40;
}
.page-performance .c3.r40 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 40;
  grid-row: 40;
}
.page-performance .c4.r40 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 40;
  grid-row: 40;
}
.page-performance .c5.r40 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 40;
  grid-row: 40;
}
.page-performance .c6.r40 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 40;
  grid-row: 40;
}
.page-performance .c7.r40 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 40;
  grid-row: 40;
}
.page-performance .c8.r40 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 40;
  grid-row: 40;
}
.page-sustainability .hero-sustainability {
  background-image: url("/2019/assets/img/bkg-sustainability.jpg");
}
@media screen and (max-width: 1100px) {
  .page-sustainability .hero-sustainability {
    background-position: 60% 0%;
    background-size: cover;
  }
}
.page-sustainability .sustainability-grid {
  grid-gap: 10px;
  display: -ms-grid;
  display: grid;
}
.page-sustainability .sustainability-grid div {
  padding: 20px 15px 30px 15px;
  text-align: left;
  position: relative;
  min-height: 380px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-sustainability .sustainability-grid div.half {
  min-height: 185px;
  padding: 15px 20px 30px 20px;
}
.page-sustainability .sustainability-grid h2 {
  font-size: 38px;
}
.page-sustainability .sustainability-grid h3 {
  font-size: 30px;
}
.page-sustainability .sustainability-grid h5 {
  margin: 15px 0;
}
.page-sustainability .sustainability-grid h6 {
  margin-bottom: 15px;
}
.page-sustainability .sustainability-grid h2.border-bottom-sus,
.page-sustainability .sustainability-grid h3.border-bottom-sus,
.page-sustainability .sustainability-grid h4.border-bottom-sus {
  border-bottom-width: 6px;
  border-bottom-style: solid;
  margin-bottom: 0px;
}
.page-sustainability .sustainability-grid h2.border-bottom-sus {
  padding-bottom: 15px;
  font-size: 48px;
}
.page-sustainability .sustainability-grid h3,
.page-sustainability .sustainability-grid h4 {
  margin-bottom: 5px;
  margin-top: 0px;
  padding-bottom: 10px;
}
.page-sustainability .sustainability-grid img.logo {
  margin: 0 auto;
  width: 118px;
}
.page-sustainability .sustainability-grid img.logo.sus {
  width: 197px;
}
.page-sustainability .sustainability-grid img.logo.rob {
  width: 150px;
  margin: auto;
  display: inline;
}
.page-sustainability .sustainability-grid .bottom {
  position: absolute;
  bottom: 0px;
}
.page-sustainability .sustainability-grid .up:before {
  content: "\25B2";
}
.page-sustainability .sustainability-grid .down:before {
  content: "\25BC";
}
.page-sustainability .sustainability-grid p {
  margin: 10px 0;
}
.page-sustainability .sustainability-grid p.font-bold {
  line-height: 22px;
}
.page-sustainability .sustainability-grid .c1.r1 {
  grid-column: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.page-sustainability .sustainability-grid .c2.r1 {
  grid-column: 2;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.page-sustainability .sustainability-grid .c3.r1 {
  grid-column: 3;
  grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.page-sustainability .sustainability-grid .c4.r1 {
  grid-column: 4;
  grid-row: 1;
  -ms-grid-column: 4;
  -ms-grid-row: 1;
}
.page-sustainability .sustainability-grid .c5.r1 {
  grid-column: 5;
  grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}
.page-sustainability .sustainability-grid .c6.r1 {
  grid-column: 6;
  grid-row: 1;
  -ms-grid-column: 6;
  -ms-grid-row: 1;
}
.page-sustainability .sustainability-grid .c1.r2 {
  grid-column: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.page-sustainability .sustainability-grid .c2.r2 {
  grid-column: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
.page-sustainability .sustainability-grid .c3.r2 {
  grid-column: 3;
  grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}
.page-sustainability .sustainability-grid .c4.r2 {
  grid-column: 4;
  grid-row: 2;
  -ms-grid-column: 4;
  -ms-grid-row: 2;
}
.page-sustainability .sustainability-grid .c5.r2 {
  grid-column: 5;
  grid-row: 2;
  -ms-grid-column: 5;
  -ms-grid-row: 2;
}
.page-sustainability .sustainability-grid .c6.r2 {
  grid-column: 6;
  grid-row: 2;
  -ms-grid-column: 6;
  -ms-grid-row: 2;
}
.page-sustainability .sustainability-grid .c1.r3 {
  grid-column: 1;
  grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.page-sustainability .sustainability-grid .c2.r3 {
  grid-column: 2;
  grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}
.page-sustainability .sustainability-grid .c3.r3 {
  grid-column: 3;
  grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}
.page-sustainability .sustainability-grid .c4.r3 {
  grid-column: 4;
  grid-row: 3;
  -ms-grid-column: 4;
  -ms-grid-row: 3;
}
.page-sustainability .sustainability-grid .c5.r3 {
  grid-column: 5;
  grid-row: 3;
  -ms-grid-column: 5;
  -ms-grid-row: 3;
}
.page-sustainability .sustainability-grid .c6.r3 {
  grid-column: 6;
  grid-row: 3;
  -ms-grid-column: 6;
  -ms-grid-row: 3;
}
.page-sustainability .sustainability-grid .c1.r4 {
  grid-column: 1;
  grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}
.page-sustainability .sustainability-grid .c2.r4 {
  grid-column: 2;
  grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-row: 4;
}
.page-sustainability .sustainability-grid .c3.r4 {
  grid-column: 3;
  grid-row: 4;
  -ms-grid-column: 3;
  -ms-grid-row: 4;
}
.page-sustainability .sustainability-grid .c4.r4 {
  grid-column: 4;
  grid-row: 4;
  -ms-grid-column: 4;
  -ms-grid-row: 4;
}
.page-sustainability .sustainability-grid .c5.r4 {
  grid-column: 5;
  grid-row: 4;
  -ms-grid-column: 5;
  -ms-grid-row: 4;
}
.page-sustainability .sustainability-grid .c6.r4 {
  grid-column: 6;
  grid-row: 4;
  -ms-grid-column: 6;
  -ms-grid-row: 4;
}
.page-sustainability .sustainability-grid .c1.r5 {
  grid-column: 1;
  grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-row: 5;
}
.page-sustainability .sustainability-grid .c2.r5 {
  grid-column: 2;
  grid-row: 5;
  -ms-grid-column: 2;
  -ms-grid-row: 5;
}
.page-sustainability .sustainability-grid .c3.r5 {
  grid-column: 3;
  grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-row: 5;
}
.page-sustainability .sustainability-grid .c4.r5 {
  grid-column: 4;
  grid-row: 5;
  -ms-grid-column: 4;
  -ms-grid-row: 5;
}
.page-sustainability .sustainability-grid .c5.r5 {
  grid-column: 5;
  grid-row: 5;
  -ms-grid-column: 5;
  -ms-grid-row: 5;
}
.page-sustainability .sustainability-grid .c1.r6 {
  grid-column: 1;
  grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-row: 6;
}
.page-sustainability .sustainability-grid .c2.r6 {
  grid-column: 2;
  grid-row: 6;
  -ms-grid-column: 2;
  -ms-grid-row: 6;
}
.page-sustainability .sustainability-grid .c3.r6 {
  grid-column: 3;
  grid-row: 6;
  -ms-grid-column: 3;
  -ms-grid-row: 6;
}
.page-sustainability .sustainability-grid .c4.r6 {
  grid-column: 4;
  grid-row: 6;
  -ms-grid-column: 4;
  -ms-grid-row: 6;
}
.page-sustainability .sustainability-grid .c5.r6 {
  grid-column: 5;
  grid-row: 6;
  -ms-grid-column: 5;
  -ms-grid-row: 6;
}
.page-sustainability .sustainability-grid .c1.r7 {
  grid-column: 1;
  grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-row: 7;
}
.page-sustainability .sustainability-grid .c2.r7 {
  grid-column: 2;
  grid-row: 7;
  -ms-grid-column: 2;
  -ms-grid-row: 7;
}
.page-sustainability .sustainability-grid .c3.r7 {
  grid-column: 3;
  grid-row: 7;
  -ms-grid-column: 3;
  -ms-grid-row: 7;
}
.page-sustainability .sustainability-grid .c4.r7 {
  grid-column: 4;
  grid-row: 7;
  -ms-grid-column: 4;
  -ms-grid-row: 7;
}
.page-sustainability .sustainability-grid .c5.r7 {
  grid-column: 5;
  grid-row: 7;
  -ms-grid-column: 5;
  -ms-grid-row: 7;
}
.page-sustainability .sustainability-grid .c1.r8 {
  grid-column: 1;
  grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-row: 8;
}
.page-sustainability .sustainability-grid .c2.r8 {
  grid-column: 2;
  grid-row: 8;
  -ms-grid-column: 2;
  -ms-grid-row: 8;
}
.page-sustainability .sustainability-grid .c3.r8 {
  grid-column: 3;
  grid-row: 8;
  -ms-grid-column: 3;
  -ms-grid-row: 8;
}
.page-sustainability .sustainability-grid .c4.r8 {
  grid-column: 4;
  grid-row: 8;
  -ms-grid-column: 4;
  -ms-grid-row: 8;
}
.page-sustainability .sustainability-grid .c5.r8 {
  grid-column: 5;
  grid-row: 8;
  -ms-grid-column: 5;
  -ms-grid-row: 8;
}
.page-sustainability .sustainability-grid .c1.r9 {
  grid-column: 1;
  grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-row: 9;
}
.page-sustainability .sustainability-grid .c2.r9 {
  grid-column: 2;
  grid-row: 9;
  -ms-grid-column: 2;
  -ms-grid-row: 9;
}
.page-sustainability .sustainability-grid .c3.r9 {
  grid-column: 3;
  grid-row: 9;
  -ms-grid-column: 3;
  -ms-grid-row: 9;
}
.page-sustainability .sustainability-grid .c4.r9 {
  grid-column: 4;
  grid-row: 9;
  -ms-grid-column: 4;
  -ms-grid-row: 9;
}
.page-sustainability .sustainability-grid .c5.r9 {
  grid-column: 5;
  grid-row: 9;
  -ms-grid-column: 5;
  -ms-grid-row: 9;
}
.page-sustainability .sustainability-grid.health-grid {
  color: #EA7600;
  grid-template-rows: auto auto auto auto auto auto auto;
  -ms-grid-columns: 200px 10px 200px 10px 1fr 10px 1fr;
  grid-template-columns: 200px 200px 1fr 1fr;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .page-sustainability .sustainability-grid.health-grid { 
    margin-bottom: 45px;
  }  
}

.page-sustainability .sustainability-grid.health-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .page-sustainability .sustainability-grid.health-grid > *:nth-child(3) {
    margin-bottom: 10px;
  }  
}

.page-sustainability .sustainability-grid.health-grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .page-sustainability .sustainability-grid.health-grid > *:nth-child(4) {
    margin-bottom: 10px;
  }  
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(10) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(11) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(12) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(13) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(14) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(15) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(16) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(17) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(18) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(19) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(20) {
  -ms-grid-row: 9;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(21) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(22) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(23) {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(24) {
  -ms-grid-row: 11;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(25) {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(26) {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(27) {
  -ms-grid-row: 13;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.health-grid > *:nth-child(28) {
  -ms-grid-row: 13;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.health-grid .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
}
.page-sustainability .sustainability-grid.health-grid .c2.r1 {
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
}
.page-sustainability .sustainability-grid.health-grid div {
  border: 1px solid #EA7600;
}
.page-sustainability .sustainability-grid.people-grid {
  color: #009681;
  -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  -ms-grid-columns: 280px 10px 1.2fr 10px 1fr 10px 1fr 10px 1.3fr;
  grid-template-columns: 280px 1.2fr 1fr 0.5fr 1.3fr;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-sustainability .sustainability-grid.people-grid {
    margin-bottom:-1070px;
  }
}

.page-sustainability .sustainability-grid.people-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(11) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(12) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(16) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(17) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(18) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(19) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(20) {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(21) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(22) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(23) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(24) {
  -ms-grid-row: 9;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(25) {
  -ms-grid-row: 9;
  -ms-grid-column: 9;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(26) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(27) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(28) {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(29) {
  -ms-grid-row: 11;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(30) {
  -ms-grid-row: 11;
  -ms-grid-column: 9;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(31) {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(32) {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(33) {
  -ms-grid-row: 13;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(34) {
  -ms-grid-row: 13;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.people-grid > *:nth-child(35) {
  -ms-grid-row: 13;
  -ms-grid-column: 9;
}
.page-sustainability .sustainability-grid.people-grid div {
  border: 1px solid #009681;
}
.page-sustainability .sustainability-grid.people-grid .c1.r1 img {
  width: 100%;
}
.page-sustainability .sustainability-grid.financial-grid {
  color: #8F7157;
  -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  -ms-grid-columns: 280px 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 280px 1fr 1fr 1fr;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(10) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(11) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(12) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(13) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(14) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(15) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(16) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(17) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(18) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(19) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(20) {
  -ms-grid-row: 9;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(21) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(22) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(23) {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(24) {
  -ms-grid-row: 11;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(25) {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(26) {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(27) {
  -ms-grid-row: 13;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.financial-grid > *:nth-child(28) {
  -ms-grid-row: 13;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.financial-grid div {
  border: 1px solid #8F7157;
}
.page-sustainability .sustainability-grid.environment-grid {
  color: #94D700;
  -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  -ms-grid-columns: 240px 10px 1.3fr 10px 0.9fr 10px 1.2fr 10px 1.4fr;
  grid-template-columns: 240px 1fr 0.9fr 1.2fr 1.4fr;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(11) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(12) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(16) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(17) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(18) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(19) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(20) {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(21) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(22) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(23) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(24) {
  -ms-grid-row: 9;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(25) {
  -ms-grid-row: 9;
  -ms-grid-column: 9;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(26) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(27) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(28) {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(29) {
  -ms-grid-row: 11;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(30) {
  -ms-grid-row: 11;
  -ms-grid-column: 9;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(31) {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(32) {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(33) {
  -ms-grid-row: 13;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(34) {
  -ms-grid-row: 13;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.environment-grid > *:nth-child(35) {
  -ms-grid-row: 13;
  -ms-grid-column: 9;
}
.page-sustainability .sustainability-grid.environment-grid div {
  border: 1px solid #94D700;
}
.page-sustainability .sustainability-grid.governance-grid {
  color: #5BC2E7;
  -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  -ms-grid-columns: 480px 10px 1fr 10px 1fr;
  grid-template-columns: 480px 1fr 1fr;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-sustainability .sustainability-grid.governance-grid {
    margin-bottom: -740px;
  }
}

.page-sustainability .sustainability-grid.governance-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.governance-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.governance-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.governance-grid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.governance-grid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.governance-grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.governance-grid > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.governance-grid > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.governance-grid > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.governance-grid > *:nth-child(10) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.governance-grid > *:nth-child(11) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.governance-grid > *:nth-child(12) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.governance-grid > *:nth-child(13) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.governance-grid > *:nth-child(14) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.governance-grid > *:nth-child(15) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.governance-grid > *:nth-child(16) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.governance-grid > *:nth-child(17) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.governance-grid > *:nth-child(18) {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.governance-grid > *:nth-child(19) {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.governance-grid > *:nth-child(20) {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.governance-grid > *:nth-child(21) {
  -ms-grid-row: 13;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.governance-grid div {
  border: 1px solid #5BC2E7;
}
.page-sustainability .sustainability-grid.performance-grid {
  color: #94D700;
  -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  -ms-grid-columns: 190px 10px 190px 10px 190px 10px 1fr;
  grid-template-columns: 190px 190px 190px 1fr;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(10) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(11) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(12) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(13) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(14) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(15) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(16) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(17) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(18) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(19) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(20) {
  -ms-grid-row: 9;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(21) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(22) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(23) {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(24) {
  -ms-grid-row: 11;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(25) {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(26) {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(27) {
  -ms-grid-row: 13;
  -ms-grid-column: 5;
}
.page-sustainability .sustainability-grid.performance-grid > *:nth-child(28) {
  -ms-grid-row: 13;
  -ms-grid-column: 7;
}
.page-sustainability .sustainability-grid.performance-grid .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
}
.page-sustainability .sustainability-grid.performance-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
}
.page-sustainability .sustainability-grid.performance-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
}
.page-sustainability .sustainability-grid.performance-grid div {
  border: 1px solid #94D700;
}
@media screen and (max-width: 720px) {
  .page-sustainability .sustainability-grid.financial-grid,
  .page-sustainability .sustainability-grid.people-grid,
  .page-sustainability .sustainability-grid.health-grid,
  .page-sustainability .sustainability-grid.environment-grid,
  .page-sustainability .sustainability-grid.governance-grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .page-sustainability .sustainability-grid.financial-grid .c1.r1,
  .page-sustainability .sustainability-grid.people-grid .c1.r1,
  .page-sustainability .sustainability-grid.health-grid .c1.r1,
  .page-sustainability .sustainability-grid.environment-grid .c1.r1,
  .page-sustainability .sustainability-grid.governance-grid .c1.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-sustainability .sustainability-grid.financial-grid .c1.r1 img,
  .page-sustainability .sustainability-grid.people-grid .c1.r1 img,
  .page-sustainability .sustainability-grid.health-grid .c1.r1 img,
  .page-sustainability .sustainability-grid.environment-grid .c1.r1 img,
  .page-sustainability .sustainability-grid.governance-grid .c1.r1 img {
    width: 80%;
  }
  .page-sustainability .sustainability-grid.financial-grid .c2.r1,
  .page-sustainability .sustainability-grid.people-grid .c2.r1,
  .page-sustainability .sustainability-grid.health-grid .c2.r1,
  .page-sustainability .sustainability-grid.environment-grid .c2.r1,
  .page-sustainability .sustainability-grid.governance-grid .c2.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .page-sustainability .sustainability-grid.financial-grid .c3.r1,
  .page-sustainability .sustainability-grid.people-grid .c3.r1,
  .page-sustainability .sustainability-grid.health-grid .c3.r1,
  .page-sustainability .sustainability-grid.environment-grid .c3.r1,
  .page-sustainability .sustainability-grid.governance-grid .c3.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-sustainability .sustainability-grid.financial-grid .c4.r1,
  .page-sustainability .sustainability-grid.people-grid .c4.r1,
  .page-sustainability .sustainability-grid.health-grid .c4.r1,
  .page-sustainability .sustainability-grid.environment-grid .c4.r1,
  .page-sustainability .sustainability-grid.governance-grid .c4.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .page-sustainability .sustainability-grid.financial-grid .c5.r1,
  .page-sustainability .sustainability-grid.people-grid .c5.r1,
  .page-sustainability .sustainability-grid.health-grid .c5.r1,
  .page-sustainability .sustainability-grid.environment-grid .c5.r1,
  .page-sustainability .sustainability-grid.governance-grid .c5.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-sustainability .sustainability-grid.health-grid .c3.r2 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .page-sustainability .sustainability-grid.health-grid .c4.r2 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
}
.page-zero .zero-home {
  background-image: url("/2019/assets/img/bkg-zero@2x.png");
  background-position: 50% 50%;
}
.page-zero .list-container {
  padding: 30px 10px;
}
.page-zero #content ul.boxed-list {
  list-style: none;
  padding: 0;
}
.page-zero #content ul.boxed-list li {
  background-color: #9FD5EF;
  margin: 20px 0;
  padding: 30px;
}
.page-zero #quick-links .column {
  background-size: cover;
}
.page-zero #quick-links .column.health {
  background-image: url('/2019/assets/img/bkg-sus-healthsafety@2x.jpg');
}
.page-zero #quick-links .column.environment {
  background-image: url('/2019/assets/img/bkg-sus-environment@2x.jpg');
}
.page-zero #quick-links .column.communities-zero {
  background-image: url('/2019/assets/img/bkg-sus-communities@2x.jpg');
}
.page-communities .communities-home {
  background-image: url("/2019/assets/img/bkg-communities@2x.jpg");
}
@media screen and (max-width: 720px) {
  .page-communities .communities-home {
    background-position: 70% 50%;
  }
}
.page-communities .placeholder {
  text-align: center;
  margin: 30px auto;
}
.page-communities .title-content-toggle {
  cursor: pointer;
}
.page-communities div.case-study-image.christchurch {
  background-image: url('/2019/assets/img/communities-christchurch.jpg');
}
.page-communities div.case-study-image.students-safe {
  background-image: url('/2019/assets/img/communities-students-safe.jpg');
}
.page-communities div.case-study-image.bama {
  background-image: url('/2019/assets/img/communities-bama.jpg');
}
.page-communities div.case-study-image.wrap {
  background-image: url('/2019/assets/img/communities-wrap.jpg');
}
.page-communities div.case-study-image.tram {
  background-image: url('/2019/assets/img/communities-tram.jpg');
}
.page-communities h2.underline {
  border-bottom: solid white 8px;
  padding-bottom: 15px;
}
.page-communities h4 {
  margin: 20px 0;
}
.page-communities .akl-logo {
  max-width: 184px;
  margin-bottom: 15px;
}
.page-communities .bkg-future-focus,
.page-communities .bkg-netball {
  background-size: cover;
}
@media screen and (max-width: 720px) {
  .page-communities .bkg-future-focus,
  .page-communities .bkg-netball {
    min-height: 400px;
  }
}
.page-communities .hero-content {
  background-size: cover;
  min-height: 480px;
}
.page-communities .hero-content h2 {
  margin: 30px;
}
.page-communities .future-hero {
  background-image: url("/2019/assets/img/communities-future.jpg");
}
.page-communities .trends-hero {
  background-image: url("/2019/assets/img/people-trends.jpg");
}
@media screen and (max-width: 720px) {
  .page-communities #future-focus,
  .page-communities #future-focus-image {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}
.page-communities .case-pin.communities {
  background-image: url("/2019/assets/img/communities-case-pin.png");
}
.page-communities div.box {
  min-height: 392px;
  padding: 40px;
  position: relative;
}
.page-communities div.box h2 {
  width: 100%;
  padding-bottom: 15px;
  font-size: 30px;
  margin-bottom: 0;
}
.page-communities div.box .segment {
  border-bottom: white solid 2px;
  padding: 5px 0;
  position: relative;
}
.page-communities div.box.sky-box h2,
.page-communities div.box.purple-box h2 {
  border-bottom: solid white 8px;
}
.page-communities div.box.sky-box {
  background-color: #5BC2E7;
}
.page-communities div.box.purple-box {
  background-color: #692C90;
}
.page-communities div.box.white-box {
  background-color: white;
}
.page-health .health-home {
  background-image: url("/2019/assets/img/bkg-health@2x.jpg");
}
@media screen and (max-width: 720px) {
  .page-health .health-home {
    background-position: 30% 50%;
  }
}
.page-health .placeholder {
  text-align: center;
  margin: 30px auto;
}
.page-health ol.content-list li,
.page-health ul.content-list li {
  margin-bottom: 5px;
}
.page-health .hero-content {
  background-size: cover;
  min-height: 480px;
}
.page-health .hero-content h2 {
  margin: 30px;
}
.page-health div.case-study-image.drone {
  background-image: url('/2019/assets/img/health-drone.jpg');
}
.page-health div.case-study-image.spotless {
  background-image: url('/2019/assets/img/health-spotless.jpg');
}
.page-health div.case-study-image.cares {
  background-image: url('/2019/assets/img/health-cares.jpg');
}
.page-health div.case-study-image.risk {
  background-image: url('/2019/assets/img/health-risk.jpg');
}
.page-health .case-hero-container .case-study-wrist {
  width: 200px;
  position: absolute;
  top: 60%;
  right: 8%;
}
.page-health .case-hero-container .case-study-wrist img {
  width: 200px;
}
.page-health .future-hero {
  background-image: url("/2019/assets/img/health-future-focus.jpg");
}
.page-health .trends-hero {
  background-image: url("/2019/assets/img/health-trends.jpg");
}
.page-health #wellness-content,
.page-health #future-content {
  padding: 0 30px 30px 30px;
}
.page-health #quick-links .column.road-safety {
  background-image: url('/2019/assets/img/bkg-road-safety@2x.png');
}
.page-health #quick-links .column.worker-safety {
  background-image: url('/2019/assets/img/health-worker-safety.jpg');
}
.page-health #quick-links .column.reward-initiative {
  background-image: url('/2019/assets/img/bkg-reward-initiative@2x.png');
}
.page-health #quick-links .column.mental-health {
  background-image: url('/2019/assets/img/bkg-mental-health@2x.png');
  background-size: cover;
}
.page-health #quick-links .column.engagement {
  background-image: url('/2019/assets/img/bkg-engagement@2x.png');
}
.page-health #quick-links .column.tyre-safety {
  background-image: url('/2019/assets/img/bkg-tyre-safety@2x.png');
}
.page-health .case-pin.health {
  background-image: url("/2019/assets/img/health-case-pin.png");
}
.page-health .sustainability-grid-container {
  background-color: #EAAA00;
  padding: 20px;
}
.page-health .sustainability-grid-container h2,
.page-health .sustainability-grid-container p {
  margin-left: 20px;
}
.page-health .sustainability-grid-container h4 {
  margin-top: 0;
}
.page-health .health-grid {
  color: black;
  display: -ms-grid;
  display: grid;
  font-family: Calibre Web Regular;
}
.page-health .health-grid div {
  overflow: visible;
  padding: 10px 10px;
  text-align: right;
  background-color: #FFCA66;
}
.page-health .health-grid div.c1 {
  text-align: left;
  font-weight: bold;
  padding-left: 25px !important;
}
.page-health .health-grid div.r1 {
  background-color: #EAAA00;
}
.page-health .health-grid.grid-1 {
  -ms-grid-columns: 80% 10% 10%;
  grid-template-columns: 80% 10% 10%;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}
.page-health .health-grid.grid-1 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-health .health-grid.grid-1 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-health .health-grid.grid-1 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-health .health-grid.grid-1 > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-health .health-grid.grid-1 > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-health .health-grid.grid-1 > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-health .health-grid.grid-1 > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-health .health-grid.grid-1 > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-health .health-grid.grid-1 > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-health .health-grid.grid-1 > *:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-health .health-grid.grid-1 > *:nth-child(11) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-health .health-grid.grid-1 > *:nth-child(12) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.page-health .health-grid.grid-1 > *:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-health .health-grid.grid-1 > *:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-health .health-grid.grid-1 > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-health .health-grid.grid-1 > *:nth-child(16) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-health .health-grid.grid-1 > *:nth-child(17) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-health .health-grid.grid-1 > *:nth-child(18) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.page-health .health-grid.grid-1 > *:nth-child(19) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.page-health .health-grid.grid-1 > *:nth-child(20) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}
.page-health .health-grid.grid-1 > *:nth-child(21) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.page-health .health-grid.grid-2 {
  -ms-grid-columns: 52% 10% 18% 20%;
  grid-template-columns: 52% 10% 18% 20%;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  background-color: #EAAA00;
}
.page-health .health-grid.grid-2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-health .health-grid.grid-2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-health .health-grid.grid-2 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-health .health-grid.grid-2 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.page-health .health-grid.grid-2 > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-health .health-grid.grid-2 > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-health .health-grid.grid-2 > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-health .health-grid.grid-2 > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.page-health .health-grid.grid-2 > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-health .health-grid.grid-2 > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-health .health-grid.grid-2 > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-health .health-grid.grid-2 > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.page-health .health-grid.grid-2 > *:nth-child(13) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-health .health-grid.grid-2 > *:nth-child(14) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-health .health-grid.grid-2 > *:nth-child(15) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.page-health .health-grid.grid-2 > *:nth-child(16) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.page-health .health-grid.grid-2 > *:nth-child(17) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-health .health-grid.grid-2 > *:nth-child(18) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-health .health-grid.grid-2 > *:nth-child(19) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-health .health-grid.grid-2 > *:nth-child(20) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
.page-health .health-grid.grid-2 > *:nth-child(21) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-health .health-grid.grid-2 > *:nth-child(22) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-health .health-grid.grid-2 > *:nth-child(23) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.page-health .health-grid.grid-2 > *:nth-child(24) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}
.page-health .health-grid.grid-2 > *:nth-child(25) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.page-health .health-grid.grid-2 > *:nth-child(26) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}
.page-health .health-grid.grid-2 > *:nth-child(27) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.page-health .health-grid.grid-2 > *:nth-child(28) {
  -ms-grid-row: 7;
  -ms-grid-column: 4;
}
.page-health .health-grid.grid-2 > *:nth-child(29) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
}
.page-health .health-grid.grid-2 > *:nth-child(30) {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
}
.page-health .health-grid.grid-2 > *:nth-child(31) {
  -ms-grid-row: 8;
  -ms-grid-column: 3;
}
.page-health .health-grid.grid-2 > *:nth-child(32) {
  -ms-grid-row: 8;
  -ms-grid-column: 4;
}
.page-health .health-grid.grid-2 > *:nth-child(33) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.page-health .health-grid.grid-2 > *:nth-child(34) {
  -ms-grid-row: 9;
  -ms-grid-column: 2;
}
.page-health .health-grid.grid-2 > *:nth-child(35) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
.page-health .health-grid.grid-2 > *:nth-child(36) {
  -ms-grid-row: 9;
  -ms-grid-column: 4;
}
.page-health .health-grid.grid-2 > *:nth-child(37) {
  -ms-grid-row: 10;
  -ms-grid-column: 1;
}
.page-health .health-grid.grid-2 > *:nth-child(38) {
  -ms-grid-row: 10;
  -ms-grid-column: 2;
}
.page-health .health-grid.grid-2 > *:nth-child(39) {
  -ms-grid-row: 10;
  -ms-grid-column: 3;
}
.page-health .health-grid.grid-2 > *:nth-child(40) {
  -ms-grid-row: 10;
  -ms-grid-column: 4;
}
.page-health .health-grid.grid-2 > *:nth-child(41) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
.page-health .health-grid.grid-2 > *:nth-child(42) {
  -ms-grid-row: 11;
  -ms-grid-column: 2;
}
.page-health .health-grid.grid-2 > *:nth-child(43) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}
.page-health .health-grid.grid-2 > *:nth-child(44) {
  -ms-grid-row: 11;
  -ms-grid-column: 4;
}
.page-health .health-grid.grid-2 p {
  margin: 5px 0;
}
.page-health .health-grid.grid-2 .r4,
.page-health .health-grid.grid-2 .r7,
.page-health .health-grid.grid-2 .r10 {
  height: 5px;
  background-color: #EAAA00;
  padding: 0;
}
.page-health .health-grid.grid-2 .c1.r2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2 / span 2;
}
.page-health .health-grid.grid-2 .c1.r5 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  -ms-grid-row-span: 2;
  grid-row: 5 / span 2;
  overflow: visible;
}
.page-health .health-grid.grid-2 .c1.r8 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 8;
  -ms-grid-row-span: 2;
  grid-row: 8 / span 2;
}
.page-health .health-grid.grid-2 .c1.r11 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 11;
  -ms-grid-row-span: 2;
  grid-row: 11 / span 2;
}
.page-health .health-grid .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-health .health-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-health .health-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-health .health-grid .c4.r1 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-health .health-grid .c5.r1 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-health .health-grid .c1.r2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .health-grid .c2.r2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .health-grid .c3.r2 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .health-grid .c4.r2 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .health-grid .c5.r2 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .health-grid .c1.r3 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-health .health-grid .c2.r3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-health .health-grid .c3.r3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-health .health-grid .c4.r3 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-health .health-grid .c5.r3 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-health .health-grid .c1.r4 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .health-grid .c2.r4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .health-grid .c3.r4 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .health-grid .c4.r4 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .health-grid .c5.r4 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .health-grid .c1.r5 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-health .health-grid .c2.r5 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-health .health-grid .c3.r5 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-health .health-grid .c4.r5 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-health .health-grid .c5.r5 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-health .health-grid .c1.r6 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .health-grid .c2.r6 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .health-grid .c3.r6 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .health-grid .c4.r6 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .health-grid .c5.r6 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .health-grid .c1.r7 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-health .health-grid .c2.r7 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-health .health-grid .c3.r7 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-health .health-grid .c4.r7 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-health .health-grid .c5.r7 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-health .health-grid .c1.r8 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-health .health-grid .c2.r8 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-health .health-grid .c3.r8 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-health .health-grid .c4.r8 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-health .health-grid .c5.r8 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-health .health-grid .c1.r9 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-health .health-grid .c2.r9 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-health .health-grid .c3.r9 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-health .health-grid .c4.r9 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-health .health-grid .c5.r9 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-health .health-grid .c1.r10 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-health .health-grid .c2.r10 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-health .health-grid .c3.r10 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-health .health-grid .c4.r10 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-health .health-grid .c5.r10 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-health .health-grid .c1.r11 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-health .health-grid .c2.r11 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-health .health-grid .c3.r11 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-health .health-grid .c4.r11 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-health .health-grid .c5.r11 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-health .health-grid .c1.r12 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-health .health-grid .c2.r12 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-health .health-grid .c3.r12 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-health .health-grid .c4.r12 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-health .health-grid .c5.r12 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 12;
  grid-row: 12;
}
@media screen and (max-width: 720px) {
  .page-health .health-grid div {
    font-size: smaller;
    padding-left: 10px;
    text-align: center;
  }
  .page-health .health-grid div h3 {
    font-size: 20px !important;
  }
  .page-health .health-grid div h4 {
    font-size: 16px !important;
  }
  .page-health .health-grid div.c1 {
    text-align: left;
    padding-left: 5px;
  }
  .page-health .health-grid div.c1 {
    text-align: left;
  }
  .page-health .health-grid.grid-1 {
    background-color: orange;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .page-health .health-grid.grid-1 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-health .health-grid.grid-1 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .page-health .health-grid.grid-1 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .page-health .health-grid.grid-1 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .page-health .health-grid.grid-1 > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-health .health-grid.grid-1 > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .page-health .health-grid.grid-1 > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .page-health .health-grid.grid-1 > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .page-health .health-grid.grid-1 > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-health .health-grid.grid-1 > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .page-health .health-grid.grid-1 > *:nth-child(11) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .page-health .health-grid.grid-1 > *:nth-child(12) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .page-health .health-grid.grid-1 > *:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .page-health .health-grid.grid-1 > *:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }
  .page-health .health-grid.grid-1 .c1.r1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-health .health-grid.grid-1 .c2.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .page-health .health-grid.grid-1 .c3.r1 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .page-health .health-grid.grid-1 .c1.r2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-health .health-grid.grid-1 .c2.r2 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .page-health .health-grid.grid-1 .c3.r2 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .page-health .health-grid.grid-1 .c1.r3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-health .health-grid.grid-1 .c2.r3 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .page-health .health-grid.grid-1 .c3.r3 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .page-health .health-grid.grid-1 .c1.r4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-health .health-grid.grid-1 .c2.r4 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .page-health .health-grid.grid-1 .c3.r4 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .page-health .health-grid.grid-1 .c1.r5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .page-health .health-grid.grid-1 .c2.r5 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .page-health .health-grid.grid-1 .c3.r5 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .page-health .health-grid.grid-2 {
    -ms-grid-columns: 33% 33% 33%;
    grid-template-columns: 33% 33% 33%;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  }
  .page-health .health-grid.grid-2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-health .health-grid.grid-2 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .page-health .health-grid.grid-2 > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .page-health .health-grid.grid-2 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .page-health .health-grid.grid-2 > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .page-health .health-grid.grid-2 > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .page-health .health-grid.grid-2 > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-health .health-grid.grid-2 > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .page-health .health-grid.grid-2 > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .page-health .health-grid.grid-2 > *:nth-child(10) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .page-health .health-grid.grid-2 > *:nth-child(11) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .page-health .health-grid.grid-2 > *:nth-child(12) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .page-health .health-grid.grid-2 > *:nth-child(13) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-health .health-grid.grid-2 > *:nth-child(14) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .page-health .health-grid.grid-2 > *:nth-child(15) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .page-health .health-grid.grid-2 > *:nth-child(16) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .page-health .health-grid.grid-2 > *:nth-child(17) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .page-health .health-grid.grid-2 > *:nth-child(18) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .page-health .health-grid.grid-2 > *:nth-child(19) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .page-health .health-grid.grid-2 > *:nth-child(20) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }
  .page-health .health-grid.grid-2 > *:nth-child(21) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .page-health .health-grid.grid-2 > *:nth-child(22) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .page-health .health-grid.grid-2 > *:nth-child(23) {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
  }
  .page-health .health-grid.grid-2 > *:nth-child(24) {
    -ms-grid-row: 8;
    -ms-grid-column: 3;
  }
  .page-health .health-grid.grid-2 > *:nth-child(25) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .page-health .health-grid.grid-2 > *:nth-child(26) {
    -ms-grid-row: 9;
    -ms-grid-column: 2;
  }
  .page-health .health-grid.grid-2 > *:nth-child(27) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .page-health .health-grid.grid-2 > *:nth-child(28) {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
  }
  .page-health .health-grid.grid-2 > *:nth-child(29) {
    -ms-grid-row: 10;
    -ms-grid-column: 2;
  }
  .page-health .health-grid.grid-2 > *:nth-child(30) {
    -ms-grid-row: 10;
    -ms-grid-column: 3;
  }
  .page-health .health-grid.grid-2 > *:nth-child(31) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .page-health .health-grid.grid-2 > *:nth-child(32) {
    -ms-grid-row: 11;
    -ms-grid-column: 2;
  }
  .page-health .health-grid.grid-2 > *:nth-child(33) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
  }
  .page-health .health-grid.grid-2 .r4,
  .page-health .health-grid.grid-2 .r7,
  .page-health .health-grid.grid-2 .r10 {
    display: none;
  }
  .page-health .health-grid.grid-2 .c1.r1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-health .health-grid.grid-2 .c2.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .page-health .health-grid.grid-2 .c3.r1 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .page-health .health-grid.grid-2 .c4.r1 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .page-health .health-grid.grid-2 .c1.r2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-health .health-grid.grid-2 .c2.r2 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .page-health .health-grid.grid-2 .c3.r2 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .page-health .health-grid.grid-2 .c4.r2 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .page-health .health-grid.grid-2 .c2.r3 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-health .health-grid.grid-2 .c3.r3 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-health .health-grid.grid-2 .c4.r3 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-health .health-grid.grid-2 .c1.r5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .page-health .health-grid.grid-2 .c2.r5 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-health .health-grid.grid-2 .c3.r5 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-health .health-grid.grid-2 .c4.r5 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-health .health-grid.grid-2 .c2.r6 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .page-health .health-grid.grid-2 .c3.r6 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .page-health .health-grid.grid-2 .c4.r6 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .page-health .health-grid.grid-2 .c1.r8 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .page-health .health-grid.grid-2 .c2.r8 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .page-health .health-grid.grid-2 .c3.r8 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .page-health .health-grid.grid-2 .c4.r8 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .page-health .health-grid.grid-2 .c2.r9 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .page-health .health-grid.grid-2 .c3.r9 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .page-health .health-grid.grid-2 .c4.r9 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .page-health .health-grid.grid-2 .c1.r11 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .page-health .health-grid.grid-2 .c2.r11 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .page-health .health-grid.grid-2 .c3.r11 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .page-health .health-grid.grid-2 .c4.r11 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .page-health .health-grid.grid-2 .c2.r12 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .page-health .health-grid.grid-2 .c3.r12 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .page-health .health-grid.grid-2 .c4.r12 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 14;
    grid-row: 14;
  }
}
.page-health .health-case-grid,
.page-health .health-case-grid-add-1,
.page-health .health-case-grid-add-2,
.page-health .health-case-grid-add-3 {
  color: black;
  display: -ms-grid;
  display: grid;
}
.page-health .health-case-grid div,
.page-health .health-case-grid-add-1 div,
.page-health .health-case-grid-add-2 div,
.page-health .health-case-grid-add-3 div {
  overflow: visible;
  padding: 10px 10px;
  text-align: center;
  border: 1px solid #EA7600;
  border-top: none;
}
.page-health .health-case-grid div.c1,
.page-health .health-case-grid-add-1 div.c1,
.page-health .health-case-grid-add-2 div.c1,
.page-health .health-case-grid-add-3 div.c1 {
  text-align: left;
  padding-left: 25px !important;
  border-right: none;
}
.page-health .health-case-grid div.r1,
.page-health .health-case-grid-add-1 div.r1,
.page-health .health-case-grid-add-2 div.r1,
.page-health .health-case-grid-add-3 div.r1 {
  background-color: #EA7600;
  color: white;
  vertical-align: middle;
  font-family: Calibre Web Bold;
}
.page-health .health-case-grid div.c2,
.page-health .health-case-grid-add-1 div.c2,
.page-health .health-case-grid-add-2 div.c2,
.page-health .health-case-grid-add-3 div.c2 {
  border-left: none;
  text-align: center;
}
.page-health .health-case-grid {
  -ms-grid-columns: 75% 25%;
  grid-template-columns: 75% 25%;
}
.page-health .health-case-grid .c1 {
  font-family: Calibre Web Bold;
}
.page-health .health-case-grid .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-health .health-case-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-health .health-case-grid .c1.r2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .health-case-grid .c2.r2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .health-case-grid .c1.r3 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-health .health-case-grid .c2.r3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-health .health-case-grid .c1.r4 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .health-case-grid .c2.r4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .health-case-grid .c1.r5 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-health .health-case-grid .c2.r5 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-health .health-case-grid .c1.r6 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .health-case-grid .c2.r6 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .health-case-grid .c1.r7 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-health .health-case-grid .c2.r7 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-health .health-case-grid .c1.r8 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-health .health-case-grid .c2.r8 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-health .health-case-grid .c1.r9 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-health .health-case-grid .c2.r9 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-health .health-case-grid .c1.r10 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-health .health-case-grid .c2.r10 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-health .health-case-grid .c1.r11 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-health .health-case-grid .c2.r11 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-health .health-case-grid-add-1 {
  -ms-grid-columns: 80% 10% 10%;
  grid-template-columns: 80% 10% 10%;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}
.page-health .health-case-grid-add-1 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-health .health-case-grid-add-1 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-health .health-case-grid-add-1 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-health .health-case-grid-add-1 > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-health .health-case-grid-add-1 > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-health .health-case-grid-add-1 > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-health .health-case-grid-add-1 > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-health .health-case-grid-add-1 > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-health .health-case-grid-add-1 > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-health .health-case-grid-add-1 > *:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-health .health-case-grid-add-1 > *:nth-child(11) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-health .health-case-grid-add-1 > *:nth-child(12) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.page-health .health-case-grid-add-1 > *:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-health .health-case-grid-add-1 > *:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-health .health-case-grid-add-1 > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-health .health-case-grid-add-1 > *:nth-child(16) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-health .health-case-grid-add-1 > *:nth-child(17) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-health .health-case-grid-add-1 > *:nth-child(18) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.page-health .health-case-grid-add-1 > *:nth-child(19) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.page-health .health-case-grid-add-1 > *:nth-child(20) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}
.page-health .health-case-grid-add-1 > *:nth-child(21) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.page-health .health-case-grid-add-1 .r2 {
  font-family: Calibre Web Bold;
}
.page-health .health-case-grid-add-1 .c2 {
  border-right: none;
  text-align: right !important;
}
.page-health .health-case-grid-add-1 .c3 {
  border-left: none;
  text-align: right;
  padding-right: 25px !important;
}
.page-health .health-case-grid-add-1 .c1.r1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / span 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-health .health-case-grid-add-1 .c1.r2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .health-case-grid-add-1 .c2.r2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .health-case-grid-add-1 .c3.r2 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .health-case-grid-add-1 .c1.r3 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-health .health-case-grid-add-1 .c2.r3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-health .health-case-grid-add-1 .c3.r3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-health .health-case-grid-add-1 .c1.r4 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .health-case-grid-add-1 .c2.r4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .health-case-grid-add-1 .c3.r4 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .health-case-grid-add-1 .c1.r5 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-health .health-case-grid-add-1 .c2.r5 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-health .health-case-grid-add-1 .c3.r5 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-health .health-case-grid-add-1 .c1.r6 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .health-case-grid-add-1 .c2.r6 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .health-case-grid-add-1 .c3.r6 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .health-case-grid-add-2 {
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}
.page-health .health-case-grid-add-2 .r2 {
  font-family: Calibre Web Bold;
}
.page-health .health-case-grid-add-2 .c3,
.page-health .health-case-grid-add-2 .c4 {
  border-left: none;
}
.page-health .health-case-grid-add-2 .c1.r1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / span 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-health .health-case-grid-add-2 .c1.r2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .health-case-grid-add-2 .c2.r2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .health-case-grid-add-2 .c3.r2 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .health-case-grid-add-2 .c4.r2 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .health-case-grid-add-2 .c1.r3 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3 / span 2;
}
.page-health .health-case-grid-add-2 .c2.r3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
  border-bottom: none;
}
.page-health .health-case-grid-add-2 .c3.r3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
  border-bottom: none;
}
.page-health .health-case-grid-add-2 .c4.r3 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 3;
  grid-row: 3;
  border-bottom: none;
}
.page-health .health-case-grid-add-2 .c1.r4 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .health-case-grid-add-2 .c2.r4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .health-case-grid-add-2 .c3.r4 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .health-case-grid-add-2 .c4.r4 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .health-case-grid-add-2 .c1.r5 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  -ms-grid-row-span: 2;
  grid-row: 5 / span 2;
}
.page-health .health-case-grid-add-2 .c2.r5 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
  border-bottom: none;
}
.page-health .health-case-grid-add-2 .c3.r5 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 5;
  grid-row: 5;
  border-bottom: none;
}
.page-health .health-case-grid-add-2 .c4.r5 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 5;
  grid-row: 5;
  border-bottom: none;
}
.page-health .health-case-grid-add-2 .c1.r6 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .health-case-grid-add-2 .c2.r6 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .health-case-grid-add-2 .c3.r6 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .health-case-grid-add-2 .c4.r6 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .health-case-grid-add-2 .c1.r7 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  -ms-grid-row-span: 2;
  grid-row: 7 / span 2;
}
.page-health .health-case-grid-add-2 .c2.r7 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 7;
  grid-row: 7;
  border-bottom: none;
}
.page-health .health-case-grid-add-2 .c3.r7 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 7;
  grid-row: 7;
  border-bottom: none;
}
.page-health .health-case-grid-add-2 .c4.r7 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 7;
  grid-row: 7;
  border-bottom: none;
}
.page-health .health-case-grid-add-2 .c2.r8 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-health .health-case-grid-add-2 .c3.r8 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-health .health-case-grid-add-2 .c4.r8 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-health .health-case-grid-add-2 .c1.r9 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  -ms-grid-row-span: 2;
  grid-row: 9 / span 2;
}
.page-health .health-case-grid-add-2 .c2.r9 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 9;
  grid-row: 9;
  border-bottom: none;
}
.page-health .health-case-grid-add-2 .c3.r9 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 9;
  grid-row: 9;
  border-bottom: none;
}
.page-health .health-case-grid-add-2 .c4.r9 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 9;
  grid-row: 9;
  border-bottom: none;
}
.page-health .health-case-grid-add-2 .c2.r10 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-health .health-case-grid-add-2 .c3.r10 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-health .health-case-grid-add-2 .c4.r10 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-health .health-case-grid-add-3 .c1.r1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / span 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-health .health-case-grid-add-3 .c1.r2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .health-case-grid-add-3 .c2.r2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .health-case-grid-add-3 .c3.r2 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .health-case-grid-add-3 .c4.r2 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .health-case-grid-add-3 .c1.r3 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-health .health-case-grid-add-3 .c2.r3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-health .health-case-grid-add-3 .c3.r3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-health .health-case-grid-add-3 .c4.r3 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-health .health-case-grid-add-3 .c1.r4 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .health-case-grid-add-3 .c2.r4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .health-case-grid-add-3 .c3.r4 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .health-case-grid-add-3 .c4.r4 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .health-case-grid-add-3 .c1.r5 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-health .health-case-grid-add-3 .c2.r5 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-health .health-case-grid-add-3 .c3.r5 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-health .health-case-grid-add-3 .c4.r5 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-health .health-case-grid-add-3 .c1.r6 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .health-case-grid-add-3 .c2.r6 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .health-case-grid-add-3 .c3.r6 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .health-case-grid-add-3 .c4.r6 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .health-case-grid-add-2 {
  -ms-grid-columns: 55% 15% 15% 15%;
  grid-template-columns: 55% 15% 15% 15%;
}
.page-health .health-case-grid-add-2 .c4 {
  text-align: right;
  padding-right: 25px !important;
}
.page-health .health-case-grid-add-2 .c2,
.page-health .health-case-grid-add-2 .c3 {
  border-right: none;
}
.page-health .health-case-grid-add-3 {
  -ms-grid-columns: 60% 20% 20%;
  grid-template-columns: 60% 20% 20%;
}
.page-health .health-case-grid-add-3 .r1 {
  border-right: none;
}
.page-health .health-case-grid-add-3 .r2 {
  font-family: Calibre Web Bold;
}
.page-health .health-case-grid-add-3 .c2 {
  border-right: none;
}
.page-health .health-case-grid-add-3 .c3 {
  border-left: none;
}
.page-governance .governance-home {
  background-image: url("/2019/assets/img/bkg-governance.jpg");
}
@media screen and (max-width: 720px) {
  .page-governance .governance-home {
    background-position: 50% 50%;
  }
}
.page-governance .policies {
  background-image: url("/2019/assets/img/bkg-policies@2x.jpg");
  background-size: cover;
}
@media screen and (max-width: 720px) {
  .page-governance .policies {
    background-position: 70% 30%;
  }
}
.page-governance .hero-content {
  background-size: cover;
  min-height: 480px;
}
.page-governance .hero-content h2 {
  margin: 30px;
}
.page-governance .slavery-hero {
  background-image: url("/2019/assets/img/governance-slavery.jpg");
  background-size: cover;
  min-height: 407px;
}
.page-governance .policies-hero {
  background-image: url("/2019/assets/img/governance-policies.jpg");
  background-size: cover;
  min-height: 407px;
}
.page-governance .trends-hero {
  background-image: url("/2019/assets/img/people-trends.jpg");
  background-size: cover;
}
.page-governance .ethical {
  vertical-align: middle;
  padding: 10px 40px 0 0;
  position: absolute;
  right: 0px;
}
.page-governance .ethical:after {
  top: 7px;
  right: 0px;
}
.page-governance .board-hero {
  background-image: url("/2019/assets/img/governance-board-structure.jpg");
  background-size: cover;
  position: relative;
}
.page-governance .board-hero .read-more-link {
  position: absolute;
  right: 50px;
  bottom: 20px;
  font-size: 18px;
  font-family: Calibre Web Bold !important;
}
.page-governance .board-hero .read-more-link.single-line {
  top: 6px;
}
.page-governance .board-hero .read-more-link a {
  text-decoration: none;
}
.page-governance .board-hero .read-more-link:after {
  font-family: 'downer' !important;
  font-family: Calibre Web Bold;
  font-size: 25px;
  vertical-align: bottom;
  padding-left: 20px;
}
.page-governance .board-hero .read-more-link:after a {
  text-decoration: none;
}
.page-governance .board-hero .read-more-link:after {
  cursor: pointer;
  content: 'k';
}
.page-governance .board-hero .read-more-link.orange:after {
  color: #EA7600;
}
.page-governance .future-hero {
  background-image: url("/2019/assets/img/people-future.jpg");
  background-position: 50% 50%;
}
@media screen and (max-width: 720px) {
  .page-governance .future-hero {
    color: white;
    background-position: 70% 10%;
  }
}
.page-governance .governance-future h2 {
  margin: -10px;
  font-size: 36px;
}
.page-governance div.case-study-image.spotless {
  background-image: url('/2019/assets/img/governance-case-contractor.jpg');
}
.page-governance div.case-study-image.no-image {
  background-color: #9FD5EF;
  color: black;
}
.page-environment .environment-home {
  background-image: url("/2019/assets/img/bkg-environment.jpg");
  background-position: 50% 10%;
}
@media screen and (max-width: 720px) {
  .page-environment .environment-home {
    background-position: 50% 10%;
  }
}
.page-environment .trends-hero {
  background-image: url("/2019/assets/img/people-trends.jpg");
  background-size: cover;
}
.page-environment .hero-content {
  background-size: cover;
  min-height: 480px;
}
.page-environment .hero-content h2 {
  margin: 30px;
}
.page-environment div.case-study-image.spotless {
  background-image: url('/2019/assets/img/environment-spotless.jpg');
}
.page-environment div.case-study-image.rolling-stock {
  background-image: url('/2019/assets/img/environment-rolling-stock.jpg');
}
.page-environment div.case-study-image.bess {
  background-image: url('/2019/assets/img/environment-bess.jpg');
}
.page-environment div.case-study-image.climate-leaders {
  background-image: url('/2019/assets/img/environment-climate-leaders-2.jpg');
}
.page-environment div.case-study-image.light-rail {
  background-image: url('/2019/assets/img/environment-light-rail.jpg');
}
.page-environment div.case-study-image.recycle {
  background-image: url('/2019/assets/img/environment-case-recycle.jpg');
}
.page-environment .case-pin.environment {
  background-image: url("/2019/assets/img/environment-case-pin.png");
}
.page-environment #wellness-content p,
.page-environment #wellness-content ul > li {
  font-family: Calibre Web Medium;
}
.page-environment .pair {
  max-width: 316.25px;
}
@media screen and (max-width: 720px) {
  .page-environment .pair {
    max-width: none;
    margin-top: 15px;
  }
}
@media screen and (max-width: 720px) {
  .page-environment #trends-box,
  .page-environment #trends-box-image,
  .page-environment #future-hero-content,
  .page-environment #future-hero {
    margin: 0 !important;
  }
}
.page-environment .emissions-grid {
  -ms-grid-columns: 1.2fr 2fr;
  grid-template-columns: 1.2fr 2fr;
}
.page-environment .business-grid {
  -ms-grid-columns: 1.3fr 2.5fr;
  grid-template-columns: 1.3fr 2.5fr;
}
.page-environment .gas-grid {
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
}
.page-environment .trends-grid {
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
}
@media screen and (max-width: 720px) {
  .page-environment .emissions-grid,
  .page-environment .business-grid,
  .page-environment .gas-grid,
  .page-environment .trends-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.page-environment .emissions-grid,
.page-environment .business-grid,
.page-environment .gas-grid,
.page-environment .trends-grid {
  width: 100%;
  display: -ms-grid !important;
  display: grid !important;
}
.page-environment .emissions-grid .emissions-chart-container,
.page-environment .business-grid .emissions-chart-container,
.page-environment .gas-grid .emissions-chart-container,
.page-environment .trends-grid .emissions-chart-container {
  position: relative;
  padding-top: 50px;
}
.page-environment .emissions-grid .emissions-chart-container img,
.page-environment .business-grid .emissions-chart-container img,
.page-environment .gas-grid .emissions-chart-container img,
.page-environment .trends-grid .emissions-chart-container img {
  display: block;
}
.page-environment .emissions-grid .emissions-chart-container #emissions-fugitive-copy,
.page-environment .business-grid .emissions-chart-container #emissions-fugitive-copy,
.page-environment .gas-grid .emissions-chart-container #emissions-fugitive-copy,
.page-environment .trends-grid .emissions-chart-container #emissions-fugitive-copy {
  color: #B50B49;
  top: 145px;
  left: 35px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .emissions-chart-container #emissions-refrigerants-copy,
.page-environment .business-grid .emissions-chart-container #emissions-refrigerants-copy,
.page-environment .gas-grid .emissions-chart-container #emissions-refrigerants-copy,
.page-environment .trends-grid .emissions-chart-container #emissions-refrigerants-copy {
  color: #EA7600;
  top: 145px;
  left: 35px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .emissions-chart-container #emissions-liquid-fuels-copy,
.page-environment .business-grid .emissions-chart-container #emissions-liquid-fuels-copy,
.page-environment .gas-grid .emissions-chart-container #emissions-liquid-fuels-copy,
.page-environment .trends-grid .emissions-chart-container #emissions-liquid-fuels-copy {
  color: #94D700;
  top: 145px;
  left: 35px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .emissions-chart-container #emissions-electricity-copy,
.page-environment .business-grid .emissions-chart-container #emissions-electricity-copy,
.page-environment .gas-grid .emissions-chart-container #emissions-electricity-copy,
.page-environment .trends-grid .emissions-chart-container #emissions-electricity-copy {
  color: #5BC2E7;
  top: 145px;
  left: 35px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .emissions-chart-container #emissions-gas-copy,
.page-environment .business-grid .emissions-chart-container #emissions-gas-copy,
.page-environment .gas-grid .emissions-chart-container #emissions-gas-copy,
.page-environment .trends-grid .emissions-chart-container #emissions-gas-copy {
  color: #5C7F71;
  top: 145px;
  left: 35px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .business-chart-container,
.page-environment .business-grid .business-chart-container,
.page-environment .gas-grid .business-chart-container,
.page-environment .trends-grid .business-chart-container {
  position: relative;
  padding: 50px 0px;
}
.page-environment .emissions-grid .business-chart-container img,
.page-environment .business-grid .business-chart-container img,
.page-environment .gas-grid .business-chart-container img,
.page-environment .trends-grid .business-chart-container img {
  display: block;
}
.page-environment .emissions-grid .business-chart-container #business-roads-copy,
.page-environment .business-grid .business-chart-container #business-roads-copy,
.page-environment .gas-grid .business-chart-container #business-roads-copy,
.page-environment .trends-grid .business-chart-container #business-roads-copy {
  color: white;
  top: 145px;
  left: 350px;
  text-align: center;
  width: 100px;
}
.page-environment .emissions-grid .business-chart-container #business-projects-copy,
.page-environment .business-grid .business-chart-container #business-projects-copy,
.page-environment .gas-grid .business-chart-container #business-projects-copy,
.page-environment .trends-grid .business-chart-container #business-projects-copy {
  color: white;
  top: 145px;
  left: 300px;
  text-align: center;
  width: 200px;
}
.page-environment .emissions-grid .business-chart-container #business-utilities-copy,
.page-environment .business-grid .business-chart-container #business-utilities-copy,
.page-environment .gas-grid .business-chart-container #business-utilities-copy,
.page-environment .trends-grid .business-chart-container #business-utilities-copy {
  color: white;
  top: 145px;
  left: 350px;
  text-align: center;
  width: 100px;
}
.page-environment .emissions-grid .business-chart-container #business-rolling-copy,
.page-environment .business-grid .business-chart-container #business-rolling-copy,
.page-environment .gas-grid .business-chart-container #business-rolling-copy,
.page-environment .trends-grid .business-chart-container #business-rolling-copy {
  color: white;
  top: 145px;
  left: 300px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .business-chart-container #business-rail-copy,
.page-environment .business-grid .business-chart-container #business-rail-copy,
.page-environment .gas-grid .business-chart-container #business-rail-copy,
.page-environment .trends-grid .business-chart-container #business-rail-copy {
  color: white;
  top: 145px;
  left: 300px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .business-chart-container #business-infrastructure-copy,
.page-environment .business-grid .business-chart-container #business-infrastructure-copy,
.page-environment .gas-grid .business-chart-container #business-infrastructure-copy,
.page-environment .trends-grid .business-chart-container #business-infrastructure-copy {
  color: #94D700;
  top: 145px;
  left: 35px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .business-chart-container #business-mining-copy,
.page-environment .business-grid .business-chart-container #business-mining-copy,
.page-environment .gas-grid .business-chart-container #business-mining-copy,
.page-environment .trends-grid .business-chart-container #business-mining-copy {
  color: #3EBCAA;
  top: 145px;
  left: 35px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .business-chart-container #business-ecm-copy,
.page-environment .business-grid .business-chart-container #business-ecm-copy,
.page-environment .gas-grid .business-chart-container #business-ecm-copy,
.page-environment .trends-grid .business-chart-container #business-ecm-copy {
  color: #009681;
  top: 145px;
  left: 35px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .business-chart-container #business-spotless-copy,
.page-environment .business-grid .business-chart-container #business-spotless-copy,
.page-environment .gas-grid .business-chart-container #business-spotless-copy,
.page-environment .trends-grid .business-chart-container #business-spotless-copy {
  color: #809E95;
  top: 145px;
  left: 35px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .business-chart-container #business-group-copy,
.page-environment .business-grid .business-chart-container #business-group-copy,
.page-environment .gas-grid .business-chart-container #business-group-copy,
.page-environment .trends-grid .business-chart-container #business-group-copy {
  color: #5C7F71;
  top: 145px;
  left: 35px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .business-chart-container #business-downer-copy,
.page-environment .business-grid .business-chart-container #business-downer-copy,
.page-environment .gas-grid .business-chart-container #business-downer-copy,
.page-environment .trends-grid .business-chart-container #business-downer-copy {
  color: #5BC2E7;
  top: 145px;
  left: 35px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .trends-chart-container,
.page-environment .business-grid .trends-chart-container,
.page-environment .gas-grid .trends-chart-container,
.page-environment .trends-grid .trends-chart-container {
  position: relative;
  padding: 50px 50px 85px 50px;
}
.page-environment .emissions-grid .trends-chart-container img,
.page-environment .business-grid .trends-chart-container img,
.page-environment .gas-grid .trends-chart-container img,
.page-environment .trends-grid .trends-chart-container img {
  display: block;
  margin: 0 auto;
}
.page-environment .emissions-grid .trends-chart-container #trends-slag-copy,
.page-environment .business-grid .trends-chart-container #trends-slag-copy,
.page-environment .gas-grid .trends-chart-container #trends-slag-copy,
.page-environment .trends-grid .trends-chart-container #trends-slag-copy {
  color: #5BC2E7;
  top: 126px;
  left: 183px;
  width: 160px;
  text-align: center;
}
.page-environment .emissions-grid .trends-chart-container #trends-flyash-copy,
.page-environment .business-grid .trends-chart-container #trends-flyash-copy,
.page-environment .gas-grid .trends-chart-container #trends-flyash-copy,
.page-environment .trends-grid .trends-chart-container #trends-flyash-copy {
  color: #5C7F71;
  top: 126px;
  left: 183px;
  width: 160px;
  text-align: center;
}
.page-environment .emissions-grid .trends-chart-container #trends-glass-copy,
.page-environment .business-grid .trends-chart-container #trends-glass-copy,
.page-environment .gas-grid .trends-chart-container #trends-glass-copy,
.page-environment .trends-grid .trends-chart-container #trends-glass-copy {
  color: #809E95;
  top: 126px;
  left: 183px;
  width: 160px;
  text-align: center;
}
.page-environment .emissions-grid .trends-chart-container #trends-toner-copy,
.page-environment .business-grid .trends-chart-container #trends-toner-copy,
.page-environment .gas-grid .trends-chart-container #trends-toner-copy,
.page-environment .trends-grid .trends-chart-container #trends-toner-copy {
  color: #3EBCAA;
  top: 126px;
  left: 183px;
  width: 160px;
  text-align: center;
}
.page-environment .emissions-grid .trends-chart-container #trends-asphalt-copy,
.page-environment .business-grid .trends-chart-container #trends-asphalt-copy,
.page-environment .gas-grid .trends-chart-container #trends-asphalt-copy,
.page-environment .trends-grid .trends-chart-container #trends-asphalt-copy {
  color: #94D700;
  top: 126px;
  left: 183px;
  width: 160px;
  text-align: center;
}
.page-environment .emissions-grid .business-legend-container .legend,
.page-environment .business-grid .business-legend-container .legend,
.page-environment .gas-grid .business-legend-container .legend,
.page-environment .trends-grid .business-legend-container .legend {
  -ms-grid-columns: 1fr 4fr;
  grid-template-columns: 1fr 4fr;
}
.page-environment .emissions-grid .emissions-legend-container .legend,
.page-environment .business-grid .emissions-legend-container .legend,
.page-environment .gas-grid .emissions-legend-container .legend,
.page-environment .trends-grid .emissions-legend-container .legend {
  -ms-grid-columns: 0.2fr 1fr;
  grid-template-columns: 0.2fr 1fr;
}
.page-environment .emissions-grid .gas-legend-container,
.page-environment .business-grid .gas-legend-container,
.page-environment .gas-grid .gas-legend-container,
.page-environment .trends-grid .gas-legend-container {
  position: relative;
}
.page-environment .emissions-grid .gas-legend-container .legend,
.page-environment .business-grid .gas-legend-container .legend,
.page-environment .gas-grid .gas-legend-container .legend,
.page-environment .trends-grid .gas-legend-container .legend {
  position: absolute;
  bottom: 40px;
  left: 30px;
  -ms-grid-columns: 0.5fr 2fr;
  grid-template-columns: 0.5fr 2fr;
}
.page-environment .emissions-grid .gas-legend-container .legend .c2,
.page-environment .business-grid .gas-legend-container .legend .c2,
.page-environment .gas-grid .gas-legend-container .legend .c2,
.page-environment .trends-grid .gas-legend-container .legend .c2 {
  padding-left: 10px;
}
.page-environment .emissions-grid .emissions-legend-container,
.page-environment .business-grid .emissions-legend-container,
.page-environment .gas-grid .emissions-legend-container,
.page-environment .trends-grid .emissions-legend-container,
.page-environment .emissions-grid .business-legend-container,
.page-environment .business-grid .business-legend-container,
.page-environment .gas-grid .business-legend-container,
.page-environment .trends-grid .business-legend-container,
.page-environment .emissions-grid .gas-legend-conainer,
.page-environment .business-grid .gas-legend-conainer,
.page-environment .gas-grid .gas-legend-conainer,
.page-environment .trends-grid .gas-legend-conainer,
.page-environment .emissions-grid .trends-legend-container,
.page-environment .business-grid .trends-legend-container,
.page-environment .gas-grid .trends-legend-container,
.page-environment .trends-grid .trends-legend-container {
  position: relative;
}
.page-environment .emissions-grid .emissions-legend-container .legend,
.page-environment .business-grid .emissions-legend-container .legend,
.page-environment .gas-grid .emissions-legend-container .legend,
.page-environment .trends-grid .emissions-legend-container .legend,
.page-environment .emissions-grid .business-legend-container .legend,
.page-environment .business-grid .business-legend-container .legend,
.page-environment .gas-grid .business-legend-container .legend,
.page-environment .trends-grid .business-legend-container .legend,
.page-environment .emissions-grid .gas-legend-conainer .legend,
.page-environment .business-grid .gas-legend-conainer .legend,
.page-environment .gas-grid .gas-legend-conainer .legend,
.page-environment .trends-grid .gas-legend-conainer .legend,
.page-environment .emissions-grid .trends-legend-container .legend,
.page-environment .business-grid .trends-legend-container .legend,
.page-environment .gas-grid .trends-legend-container .legend,
.page-environment .trends-grid .trends-legend-container .legend {
  font-size: 16px;
  font-weight: 100;
  position: absolute;
  bottom: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}
.page-environment .emissions-grid .trends-legend-container .legend,
.page-environment .business-grid .trends-legend-container .legend,
.page-environment .gas-grid .trends-legend-container .legend,
.page-environment .trends-grid .trends-legend-container .legend {
  -ms-grid-columns: 0.3fr 1fr;
  grid-template-columns: 0.3fr 1fr;
  position: absolute;
  top: 130px !important;
  max-height: 150px;
}
.page-environment .mobile-env-legend {
  position: relative;
  padding-top: 25px;
}
.page-environment .mobile-env-legend .legend {
  width: 100%;
  -ms-grid-columns: 0.15fr 1fr;
  grid-template-columns: 0.15fr 1fr;
}
.page-environment .future-hero {
  background-image: url("/2019/assets/img/people-future.jpg");
  background-position: 50% 50%;
}
@media screen and (max-width: 720px) {
  .page-environment .future-hero {
    color: white;
    background-position: 70% 10%;
  }
}
.page-environment #quick-links .column {
  background-size: cover;
}
.page-environment #quick-links .column.australian-first {
  background-image: url('/2019/assets/img/bkg-env-australian-first.jpg');
}
.page-environment #quick-links .column.rosehill {
  background-image: url('/2019/assets/img/bkg-env-rosehill.jpg');
}
.page-environment #quick-links .column.plastiphalt {
  background-image: url('/2019/assets/img/bkg-env-plastiphalt.jpg');
}
.page-environment #quick-links .column.conservation {
  background-image: url('/2019/assets/img/bkg-env-water.jpg');
}
.page-environment #quick-links .column.drains {
  background-image: url('/2019/assets/img/bkg-env-drains.jpg');
}
.page-environment #quick-links .column.lights {
  background-image: url('/2019/assets/img/bkg-env-lights.jpg');
}
.page-environment .block-env {
  padding: 25px;
}
.page-environment .emissions-graph {
  max-width: 644px;
  display: block;
  margin: 0 auto;
}
.page-environment .environment-emissions-grid {
  padding: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 16% 16% 16% 16% 16%;
  grid-template-columns: 20% 16% 16% 16% 16% 16%;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto ;
  grid-template-rows: auto auto auto auto auto auto auto auto auto ;
  background-color: #5C7F71;
  color: white;
}
.page-environment .environment-emissions-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-environment .environment-emissions-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-environment .environment-emissions-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-environment .environment-emissions-grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.page-environment .environment-emissions-grid > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.page-environment .environment-emissions-grid > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
.page-environment .environment-emissions-grid > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-environment .environment-emissions-grid > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-environment .environment-emissions-grid > *:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-environment .environment-emissions-grid > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.page-environment .environment-emissions-grid > *:nth-child(11) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}
.page-environment .environment-emissions-grid > *:nth-child(12) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}
.page-environment .environment-emissions-grid > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-environment .environment-emissions-grid > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-environment .environment-emissions-grid > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-environment .environment-emissions-grid > *:nth-child(16) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.page-environment .environment-emissions-grid > *:nth-child(17) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.page-environment .environment-emissions-grid > *:nth-child(18) {
  -ms-grid-row: 3;
  -ms-grid-column: 6;
}
.page-environment .environment-emissions-grid > *:nth-child(19) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-environment .environment-emissions-grid > *:nth-child(20) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-environment .environment-emissions-grid > *:nth-child(21) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.page-environment .environment-emissions-grid > *:nth-child(22) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.page-environment .environment-emissions-grid > *:nth-child(23) {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
}
.page-environment .environment-emissions-grid > *:nth-child(24) {
  -ms-grid-row: 4;
  -ms-grid-column: 6;
}
.page-environment .environment-emissions-grid > *:nth-child(25) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-environment .environment-emissions-grid > *:nth-child(26) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-environment .environment-emissions-grid > *:nth-child(27) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-environment .environment-emissions-grid > *:nth-child(28) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
.page-environment .environment-emissions-grid > *:nth-child(29) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.page-environment .environment-emissions-grid > *:nth-child(30) {
  -ms-grid-row: 5;
  -ms-grid-column: 6;
}
.page-environment .environment-emissions-grid > *:nth-child(31) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-environment .environment-emissions-grid > *:nth-child(32) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-environment .environment-emissions-grid > *:nth-child(33) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.page-environment .environment-emissions-grid > *:nth-child(34) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}
.page-environment .environment-emissions-grid > *:nth-child(35) {
  -ms-grid-row: 6;
  -ms-grid-column: 5;
}
.page-environment .environment-emissions-grid > *:nth-child(36) {
  -ms-grid-row: 6;
  -ms-grid-column: 6;
}
.page-environment .environment-emissions-grid > *:nth-child(37) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.page-environment .environment-emissions-grid > *:nth-child(38) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}
.page-environment .environment-emissions-grid > *:nth-child(39) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.page-environment .environment-emissions-grid > *:nth-child(40) {
  -ms-grid-row: 7;
  -ms-grid-column: 4;
}
.page-environment .environment-emissions-grid > *:nth-child(41) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.page-environment .environment-emissions-grid > *:nth-child(42) {
  -ms-grid-row: 7;
  -ms-grid-column: 6;
}
.page-environment .environment-emissions-grid > *:nth-child(43) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
}
.page-environment .environment-emissions-grid > *:nth-child(44) {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
}
.page-environment .environment-emissions-grid > *:nth-child(45) {
  -ms-grid-row: 8;
  -ms-grid-column: 3;
}
.page-environment .environment-emissions-grid > *:nth-child(46) {
  -ms-grid-row: 8;
  -ms-grid-column: 4;
}
.page-environment .environment-emissions-grid > *:nth-child(47) {
  -ms-grid-row: 8;
  -ms-grid-column: 5;
}
.page-environment .environment-emissions-grid > *:nth-child(48) {
  -ms-grid-row: 8;
  -ms-grid-column: 6;
}
.page-environment .environment-emissions-grid > *:nth-child(49) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.page-environment .environment-emissions-grid > *:nth-child(50) {
  -ms-grid-row: 9;
  -ms-grid-column: 2;
}
.page-environment .environment-emissions-grid > *:nth-child(51) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
.page-environment .environment-emissions-grid > *:nth-child(52) {
  -ms-grid-row: 9;
  -ms-grid-column: 4;
}
.page-environment .environment-emissions-grid > *:nth-child(53) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}
.page-environment .environment-emissions-grid > *:nth-child(54) {
  -ms-grid-row: 9;
  -ms-grid-column: 6;
}
.page-environment .environment-emissions-grid div {
  padding: 10px;
  text-align: right;
  background-color: #809E95;
}
.page-environment .environment-emissions-grid div .yes,
.page-environment .environment-emissions-grid div .no {
  height: 15px;
  width: 15px;
  display: inline-block;
  border-radius: 15px;
}
.page-environment .environment-emissions-grid div .yes {
  background-color: #94D700;
}
.page-environment .environment-emissions-grid div .no {
  background-color: #A50034;
}
.page-environment .environment-emissions-grid div.c1 {
  text-align: left;
  font-weight: bold;
  padding-left: 25px !important;
}
.page-environment .environment-emissions-grid div.r1,
.page-environment .environment-emissions-grid div.r2 {
  background-color: #5C7F71;
}
.page-environment .environment-emissions-grid div.r1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  grid-row: 1 / span 6;
}
.page-environment .environment-governance-grid,
.page-environment .environment-tcfd-grid,
.page-environment .environment-ghg-grid,
.page-environment .environment-ghg-by-source-grid,
.page-environment .environment-ghg-scope-3,
.page-environment .environment-ghg-energy-consumption,
.page-environment .environment-ghg-energy-production,
.page-environment .environment-ghg-emissions-by-scope {
  display: -ms-grid;
  display: grid;
}
.page-environment .environment-governance-grid div,
.page-environment .environment-tcfd-grid div,
.page-environment .environment-ghg-grid div,
.page-environment .environment-ghg-by-source-grid div,
.page-environment .environment-ghg-scope-3 div,
.page-environment .environment-ghg-energy-consumption div,
.page-environment .environment-ghg-energy-production div,
.page-environment .environment-ghg-emissions-by-scope div {
  padding: 10px;
  font-size: 16px;
  line-height: 18px;
}
.page-environment .environment-governance-grid div p,
.page-environment .environment-tcfd-grid div p,
.page-environment .environment-ghg-grid div p,
.page-environment .environment-ghg-by-source-grid div p,
.page-environment .environment-ghg-scope-3 div p,
.page-environment .environment-ghg-energy-consumption div p,
.page-environment .environment-ghg-energy-production div p,
.page-environment .environment-ghg-emissions-by-scope div p {
  font-size: 16px;
  line-height: 18px;
  font-family: Calibre Web Regular;
}
.page-environment .environment-governance-grid div ul.colored li,
.page-environment .environment-tcfd-grid div ul.colored li,
.page-environment .environment-ghg-grid div ul.colored li,
.page-environment .environment-ghg-by-source-grid div ul.colored li,
.page-environment .environment-ghg-scope-3 div ul.colored li,
.page-environment .environment-ghg-energy-consumption div ul.colored li,
.page-environment .environment-ghg-energy-production div ul.colored li,
.page-environment .environment-ghg-emissions-by-scope div ul.colored li {
  font-size: 16px !important;
  line-height: 18px !important;
  font-family: Calibre Web Regular !important;
}
.page-environment .environment-governance-grid div.r1,
.page-environment .environment-tcfd-grid div.r1,
.page-environment .environment-ghg-grid div.r1,
.page-environment .environment-ghg-by-source-grid div.r1,
.page-environment .environment-ghg-scope-3 div.r1,
.page-environment .environment-ghg-energy-consumption div.r1,
.page-environment .environment-ghg-energy-production div.r1,
.page-environment .environment-ghg-emissions-by-scope div.r1 {
  background-color: #94D700;
  color: white;
  font-family: Calibre Web Bold;
}
.page-environment .environment-governance-grid div.r2,
.page-environment .environment-tcfd-grid div.r2,
.page-environment .environment-ghg-grid div.r2,
.page-environment .environment-ghg-by-source-grid div.r2,
.page-environment .environment-ghg-scope-3 div.r2,
.page-environment .environment-ghg-energy-consumption div.r2,
.page-environment .environment-ghg-energy-production div.r2,
.page-environment .environment-ghg-emissions-by-scope div.r2,
.page-environment .environment-governance-grid div.r3,
.page-environment .environment-tcfd-grid div.r3,
.page-environment .environment-ghg-grid div.r3,
.page-environment .environment-ghg-by-source-grid div.r3,
.page-environment .environment-ghg-scope-3 div.r3,
.page-environment .environment-ghg-energy-consumption div.r3,
.page-environment .environment-ghg-energy-production div.r3,
.page-environment .environment-ghg-emissions-by-scope div.r3,
.page-environment .environment-governance-grid div.r4,
.page-environment .environment-tcfd-grid div.r4,
.page-environment .environment-ghg-grid div.r4,
.page-environment .environment-ghg-by-source-grid div.r4,
.page-environment .environment-ghg-scope-3 div.r4,
.page-environment .environment-ghg-energy-consumption div.r4,
.page-environment .environment-ghg-energy-production div.r4,
.page-environment .environment-ghg-emissions-by-scope div.r4,
.page-environment .environment-governance-grid div.r5,
.page-environment .environment-tcfd-grid div.r5,
.page-environment .environment-ghg-grid div.r5,
.page-environment .environment-ghg-by-source-grid div.r5,
.page-environment .environment-ghg-scope-3 div.r5,
.page-environment .environment-ghg-energy-consumption div.r5,
.page-environment .environment-ghg-energy-production div.r5,
.page-environment .environment-ghg-emissions-by-scope div.r5,
.page-environment .environment-governance-grid div.r6,
.page-environment .environment-tcfd-grid div.r6,
.page-environment .environment-ghg-grid div.r6,
.page-environment .environment-ghg-by-source-grid div.r6,
.page-environment .environment-ghg-scope-3 div.r6,
.page-environment .environment-ghg-energy-consumption div.r6,
.page-environment .environment-ghg-energy-production div.r6,
.page-environment .environment-ghg-emissions-by-scope div.r6,
.page-environment .environment-governance-grid div.r7,
.page-environment .environment-tcfd-grid div.r7,
.page-environment .environment-ghg-grid div.r7,
.page-environment .environment-ghg-by-source-grid div.r7,
.page-environment .environment-ghg-scope-3 div.r7,
.page-environment .environment-ghg-energy-consumption div.r7,
.page-environment .environment-ghg-energy-production div.r7,
.page-environment .environment-ghg-emissions-by-scope div.r7,
.page-environment .environment-governance-grid div.r8,
.page-environment .environment-tcfd-grid div.r8,
.page-environment .environment-ghg-grid div.r8,
.page-environment .environment-ghg-by-source-grid div.r8,
.page-environment .environment-ghg-scope-3 div.r8,
.page-environment .environment-ghg-energy-consumption div.r8,
.page-environment .environment-ghg-energy-production div.r8,
.page-environment .environment-ghg-emissions-by-scope div.r8,
.page-environment .environment-governance-grid div.r9,
.page-environment .environment-tcfd-grid div.r9,
.page-environment .environment-ghg-grid div.r9,
.page-environment .environment-ghg-by-source-grid div.r9,
.page-environment .environment-ghg-scope-3 div.r9,
.page-environment .environment-ghg-energy-consumption div.r9,
.page-environment .environment-ghg-energy-production div.r9,
.page-environment .environment-ghg-emissions-by-scope div.r9,
.page-environment .environment-governance-grid div.r10,
.page-environment .environment-tcfd-grid div.r10,
.page-environment .environment-ghg-grid div.r10,
.page-environment .environment-ghg-by-source-grid div.r10,
.page-environment .environment-ghg-scope-3 div.r10,
.page-environment .environment-ghg-energy-consumption div.r10,
.page-environment .environment-ghg-energy-production div.r10,
.page-environment .environment-ghg-emissions-by-scope div.r10,
.page-environment .environment-governance-grid div.r11,
.page-environment .environment-tcfd-grid div.r11,
.page-environment .environment-ghg-grid div.r11,
.page-environment .environment-ghg-by-source-grid div.r11,
.page-environment .environment-ghg-scope-3 div.r11,
.page-environment .environment-ghg-energy-consumption div.r11,
.page-environment .environment-ghg-energy-production div.r11,
.page-environment .environment-ghg-emissions-by-scope div.r11 {
  border-bottom: 1px solid #94D700;
}
.page-environment .environment-governance-grid div.c1,
.page-environment .environment-tcfd-grid div.c1,
.page-environment .environment-ghg-grid div.c1,
.page-environment .environment-ghg-by-source-grid div.c1,
.page-environment .environment-ghg-scope-3 div.c1,
.page-environment .environment-ghg-energy-consumption div.c1,
.page-environment .environment-ghg-energy-production div.c1,
.page-environment .environment-ghg-emissions-by-scope div.c1 {
  border-left: 1px solid #94D700;
}
.page-environment .environment-ghg-by-source-grid,
.page-environment .environment-ghg-scope-3,
.page-environment .environment-ghg-energy-consumption,
.page-environment .environment-ghg-energy-production,
.page-environment .environment-ghg-emissions-by-scope {
  -ms-grid-columns: 28% 20% 14% 14% 14% 10%;
  grid-template-columns: 28% 20% 14% 14% 14% 10%;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto ;
  grid-template-rows: auto auto auto auto auto auto auto auto auto ;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(1), .page-environment .environment-ghg-scope-3 > *:nth-child(1), .page-environment .environment-ghg-energy-consumption > *:nth-child(1), .page-environment .environment-ghg-energy-production > *:nth-child(1), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(2), .page-environment .environment-ghg-scope-3 > *:nth-child(2), .page-environment .environment-ghg-energy-consumption > *:nth-child(2), .page-environment .environment-ghg-energy-production > *:nth-child(2), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(3), .page-environment .environment-ghg-scope-3 > *:nth-child(3), .page-environment .environment-ghg-energy-consumption > *:nth-child(3), .page-environment .environment-ghg-energy-production > *:nth-child(3), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(4), .page-environment .environment-ghg-scope-3 > *:nth-child(4), .page-environment .environment-ghg-energy-consumption > *:nth-child(4), .page-environment .environment-ghg-energy-production > *:nth-child(4), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(5), .page-environment .environment-ghg-scope-3 > *:nth-child(5), .page-environment .environment-ghg-energy-consumption > *:nth-child(5), .page-environment .environment-ghg-energy-production > *:nth-child(5), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(6), .page-environment .environment-ghg-scope-3 > *:nth-child(6), .page-environment .environment-ghg-energy-consumption > *:nth-child(6), .page-environment .environment-ghg-energy-production > *:nth-child(6), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(7), .page-environment .environment-ghg-scope-3 > *:nth-child(7), .page-environment .environment-ghg-energy-consumption > *:nth-child(7), .page-environment .environment-ghg-energy-production > *:nth-child(7), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(8), .page-environment .environment-ghg-scope-3 > *:nth-child(8), .page-environment .environment-ghg-energy-consumption > *:nth-child(8), .page-environment .environment-ghg-energy-production > *:nth-child(8), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(9), .page-environment .environment-ghg-scope-3 > *:nth-child(9), .page-environment .environment-ghg-energy-consumption > *:nth-child(9), .page-environment .environment-ghg-energy-production > *:nth-child(9), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(10), .page-environment .environment-ghg-scope-3 > *:nth-child(10), .page-environment .environment-ghg-energy-consumption > *:nth-child(10), .page-environment .environment-ghg-energy-production > *:nth-child(10), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(11), .page-environment .environment-ghg-scope-3 > *:nth-child(11), .page-environment .environment-ghg-energy-consumption > *:nth-child(11), .page-environment .environment-ghg-energy-production > *:nth-child(11), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(11) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(12), .page-environment .environment-ghg-scope-3 > *:nth-child(12), .page-environment .environment-ghg-energy-consumption > *:nth-child(12), .page-environment .environment-ghg-energy-production > *:nth-child(12), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(12) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(13), .page-environment .environment-ghg-scope-3 > *:nth-child(13), .page-environment .environment-ghg-energy-consumption > *:nth-child(13), .page-environment .environment-ghg-energy-production > *:nth-child(13), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(14), .page-environment .environment-ghg-scope-3 > *:nth-child(14), .page-environment .environment-ghg-energy-consumption > *:nth-child(14), .page-environment .environment-ghg-energy-production > *:nth-child(14), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(15), .page-environment .environment-ghg-scope-3 > *:nth-child(15), .page-environment .environment-ghg-energy-consumption > *:nth-child(15), .page-environment .environment-ghg-energy-production > *:nth-child(15), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(16), .page-environment .environment-ghg-scope-3 > *:nth-child(16), .page-environment .environment-ghg-energy-consumption > *:nth-child(16), .page-environment .environment-ghg-energy-production > *:nth-child(16), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(16) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(17), .page-environment .environment-ghg-scope-3 > *:nth-child(17), .page-environment .environment-ghg-energy-consumption > *:nth-child(17), .page-environment .environment-ghg-energy-production > *:nth-child(17), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(17) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(18), .page-environment .environment-ghg-scope-3 > *:nth-child(18), .page-environment .environment-ghg-energy-consumption > *:nth-child(18), .page-environment .environment-ghg-energy-production > *:nth-child(18), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(18) {
  -ms-grid-row: 3;
  -ms-grid-column: 6;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(19), .page-environment .environment-ghg-scope-3 > *:nth-child(19), .page-environment .environment-ghg-energy-consumption > *:nth-child(19), .page-environment .environment-ghg-energy-production > *:nth-child(19), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(19) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(20), .page-environment .environment-ghg-scope-3 > *:nth-child(20), .page-environment .environment-ghg-energy-consumption > *:nth-child(20), .page-environment .environment-ghg-energy-production > *:nth-child(20), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(20) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(21), .page-environment .environment-ghg-scope-3 > *:nth-child(21), .page-environment .environment-ghg-energy-consumption > *:nth-child(21), .page-environment .environment-ghg-energy-production > *:nth-child(21), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(21) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(22), .page-environment .environment-ghg-scope-3 > *:nth-child(22), .page-environment .environment-ghg-energy-consumption > *:nth-child(22), .page-environment .environment-ghg-energy-production > *:nth-child(22), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(22) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(23), .page-environment .environment-ghg-scope-3 > *:nth-child(23), .page-environment .environment-ghg-energy-consumption > *:nth-child(23), .page-environment .environment-ghg-energy-production > *:nth-child(23), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(23) {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(24), .page-environment .environment-ghg-scope-3 > *:nth-child(24), .page-environment .environment-ghg-energy-consumption > *:nth-child(24), .page-environment .environment-ghg-energy-production > *:nth-child(24), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(24) {
  -ms-grid-row: 4;
  -ms-grid-column: 6;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(25), .page-environment .environment-ghg-scope-3 > *:nth-child(25), .page-environment .environment-ghg-energy-consumption > *:nth-child(25), .page-environment .environment-ghg-energy-production > *:nth-child(25), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(25) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(26), .page-environment .environment-ghg-scope-3 > *:nth-child(26), .page-environment .environment-ghg-energy-consumption > *:nth-child(26), .page-environment .environment-ghg-energy-production > *:nth-child(26), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(26) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(27), .page-environment .environment-ghg-scope-3 > *:nth-child(27), .page-environment .environment-ghg-energy-consumption > *:nth-child(27), .page-environment .environment-ghg-energy-production > *:nth-child(27), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(27) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(28), .page-environment .environment-ghg-scope-3 > *:nth-child(28), .page-environment .environment-ghg-energy-consumption > *:nth-child(28), .page-environment .environment-ghg-energy-production > *:nth-child(28), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(28) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(29), .page-environment .environment-ghg-scope-3 > *:nth-child(29), .page-environment .environment-ghg-energy-consumption > *:nth-child(29), .page-environment .environment-ghg-energy-production > *:nth-child(29), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(29) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(30), .page-environment .environment-ghg-scope-3 > *:nth-child(30), .page-environment .environment-ghg-energy-consumption > *:nth-child(30), .page-environment .environment-ghg-energy-production > *:nth-child(30), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(30) {
  -ms-grid-row: 5;
  -ms-grid-column: 6;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(31), .page-environment .environment-ghg-scope-3 > *:nth-child(31), .page-environment .environment-ghg-energy-consumption > *:nth-child(31), .page-environment .environment-ghg-energy-production > *:nth-child(31), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(31) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(32), .page-environment .environment-ghg-scope-3 > *:nth-child(32), .page-environment .environment-ghg-energy-consumption > *:nth-child(32), .page-environment .environment-ghg-energy-production > *:nth-child(32), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(32) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(33), .page-environment .environment-ghg-scope-3 > *:nth-child(33), .page-environment .environment-ghg-energy-consumption > *:nth-child(33), .page-environment .environment-ghg-energy-production > *:nth-child(33), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(33) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(34), .page-environment .environment-ghg-scope-3 > *:nth-child(34), .page-environment .environment-ghg-energy-consumption > *:nth-child(34), .page-environment .environment-ghg-energy-production > *:nth-child(34), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(34) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(35), .page-environment .environment-ghg-scope-3 > *:nth-child(35), .page-environment .environment-ghg-energy-consumption > *:nth-child(35), .page-environment .environment-ghg-energy-production > *:nth-child(35), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(35) {
  -ms-grid-row: 6;
  -ms-grid-column: 5;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(36), .page-environment .environment-ghg-scope-3 > *:nth-child(36), .page-environment .environment-ghg-energy-consumption > *:nth-child(36), .page-environment .environment-ghg-energy-production > *:nth-child(36), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(36) {
  -ms-grid-row: 6;
  -ms-grid-column: 6;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(37), .page-environment .environment-ghg-scope-3 > *:nth-child(37), .page-environment .environment-ghg-energy-consumption > *:nth-child(37), .page-environment .environment-ghg-energy-production > *:nth-child(37), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(37) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(38), .page-environment .environment-ghg-scope-3 > *:nth-child(38), .page-environment .environment-ghg-energy-consumption > *:nth-child(38), .page-environment .environment-ghg-energy-production > *:nth-child(38), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(38) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(39), .page-environment .environment-ghg-scope-3 > *:nth-child(39), .page-environment .environment-ghg-energy-consumption > *:nth-child(39), .page-environment .environment-ghg-energy-production > *:nth-child(39), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(39) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(40), .page-environment .environment-ghg-scope-3 > *:nth-child(40), .page-environment .environment-ghg-energy-consumption > *:nth-child(40), .page-environment .environment-ghg-energy-production > *:nth-child(40), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(40) {
  -ms-grid-row: 7;
  -ms-grid-column: 4;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(41), .page-environment .environment-ghg-scope-3 > *:nth-child(41), .page-environment .environment-ghg-energy-consumption > *:nth-child(41), .page-environment .environment-ghg-energy-production > *:nth-child(41), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(41) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(42), .page-environment .environment-ghg-scope-3 > *:nth-child(42), .page-environment .environment-ghg-energy-consumption > *:nth-child(42), .page-environment .environment-ghg-energy-production > *:nth-child(42), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(42) {
  -ms-grid-row: 7;
  -ms-grid-column: 6;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(43), .page-environment .environment-ghg-scope-3 > *:nth-child(43), .page-environment .environment-ghg-energy-consumption > *:nth-child(43), .page-environment .environment-ghg-energy-production > *:nth-child(43), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(43) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(44), .page-environment .environment-ghg-scope-3 > *:nth-child(44), .page-environment .environment-ghg-energy-consumption > *:nth-child(44), .page-environment .environment-ghg-energy-production > *:nth-child(44), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(44) {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(45), .page-environment .environment-ghg-scope-3 > *:nth-child(45), .page-environment .environment-ghg-energy-consumption > *:nth-child(45), .page-environment .environment-ghg-energy-production > *:nth-child(45), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(45) {
  -ms-grid-row: 8;
  -ms-grid-column: 3;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(46), .page-environment .environment-ghg-scope-3 > *:nth-child(46), .page-environment .environment-ghg-energy-consumption > *:nth-child(46), .page-environment .environment-ghg-energy-production > *:nth-child(46), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(46) {
  -ms-grid-row: 8;
  -ms-grid-column: 4;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(47), .page-environment .environment-ghg-scope-3 > *:nth-child(47), .page-environment .environment-ghg-energy-consumption > *:nth-child(47), .page-environment .environment-ghg-energy-production > *:nth-child(47), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(47) {
  -ms-grid-row: 8;
  -ms-grid-column: 5;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(48), .page-environment .environment-ghg-scope-3 > *:nth-child(48), .page-environment .environment-ghg-energy-consumption > *:nth-child(48), .page-environment .environment-ghg-energy-production > *:nth-child(48), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(48) {
  -ms-grid-row: 8;
  -ms-grid-column: 6;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(49), .page-environment .environment-ghg-scope-3 > *:nth-child(49), .page-environment .environment-ghg-energy-consumption > *:nth-child(49), .page-environment .environment-ghg-energy-production > *:nth-child(49), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(49) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(50), .page-environment .environment-ghg-scope-3 > *:nth-child(50), .page-environment .environment-ghg-energy-consumption > *:nth-child(50), .page-environment .environment-ghg-energy-production > *:nth-child(50), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(50) {
  -ms-grid-row: 9;
  -ms-grid-column: 2;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(51), .page-environment .environment-ghg-scope-3 > *:nth-child(51), .page-environment .environment-ghg-energy-consumption > *:nth-child(51), .page-environment .environment-ghg-energy-production > *:nth-child(51), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(51) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(52), .page-environment .environment-ghg-scope-3 > *:nth-child(52), .page-environment .environment-ghg-energy-consumption > *:nth-child(52), .page-environment .environment-ghg-energy-production > *:nth-child(52), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(52) {
  -ms-grid-row: 9;
  -ms-grid-column: 4;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(53), .page-environment .environment-ghg-scope-3 > *:nth-child(53), .page-environment .environment-ghg-energy-consumption > *:nth-child(53), .page-environment .environment-ghg-energy-production > *:nth-child(53), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(53) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}
.page-environment .environment-ghg-by-source-grid > *:nth-child(54), .page-environment .environment-ghg-scope-3 > *:nth-child(54), .page-environment .environment-ghg-energy-consumption > *:nth-child(54), .page-environment .environment-ghg-energy-production > *:nth-child(54), .page-environment .environment-ghg-emissions-by-scope > *:nth-child(54) {
  -ms-grid-row: 9;
  -ms-grid-column: 6;
}
.page-environment .environment-ghg-by-source-grid div.c3,
.page-environment .environment-ghg-scope-3 div.c3,
.page-environment .environment-ghg-energy-consumption div.c3,
.page-environment .environment-ghg-energy-production div.c3,
.page-environment .environment-ghg-emissions-by-scope div.c3,
.page-environment .environment-ghg-by-source-grid div.c4,
.page-environment .environment-ghg-scope-3 div.c4,
.page-environment .environment-ghg-energy-consumption div.c4,
.page-environment .environment-ghg-energy-production div.c4,
.page-environment .environment-ghg-emissions-by-scope div.c4,
.page-environment .environment-ghg-by-source-grid div.c5,
.page-environment .environment-ghg-scope-3 div.c5,
.page-environment .environment-ghg-energy-consumption div.c5,
.page-environment .environment-ghg-energy-production div.c5,
.page-environment .environment-ghg-emissions-by-scope div.c5 {
  text-align: center;
}
.page-environment .environment-ghg-by-source-grid div.c6,
.page-environment .environment-ghg-scope-3 div.c6,
.page-environment .environment-ghg-energy-consumption div.c6,
.page-environment .environment-ghg-energy-production div.c6,
.page-environment .environment-ghg-emissions-by-scope div.c6 {
  border-right: 1px solid #94D700;
  text-align: right;
}
.page-environment .environment-ghg-by-source-grid div.r8 {
  font-family: Calibre Web Bold;
  border-bottom: none;
}
.page-environment .environment-ghg-by-source-grid div.c6 {
  font-family: Calibre Web Regular;
}
.page-environment .environment-ghg-scope-3 div.r5 {
  font-family: Calibre Web Bold;
  border-bottom: none;
}
.page-environment .environment-ghg-energy-consumption div.r9 {
  font-family: Calibre Web Bold;
  border-bottom: none;
}
.page-environment .environment-ghg-energy-production div.r5 {
  font-family: Calibre Web Bold;
}
.page-environment .environment-ghg-emissions-by-scope div.r5,
.page-environment .environment-ghg-emissions-by-scope div.r6,
.page-environment .environment-ghg-emissions-by-scope div.r7,
.page-environment .environment-ghg-emissions-by-scope div.r8 {
  font-family: Calibre Web Bold;
}
.page-environment .environment-ghg-emissions-by-scope div.r7 {
  border-bottom: none;
}
.page-environment .environment-ghg-emissions-by-scope div.c6 {
  font-family: Calibre Web Regular;
}
.page-environment .environment-governance-grid {
  -ms-grid-columns: 20% 20% 20% 20% 20%;
  grid-template-columns: 20% 20% 20% 20% 20%;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto ;
  grid-template-rows: auto auto auto auto auto auto auto auto auto ;
}
.page-environment .environment-governance-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-environment .environment-governance-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-environment .environment-governance-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-environment .environment-governance-grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.page-environment .environment-governance-grid > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.page-environment .environment-governance-grid > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-environment .environment-governance-grid > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-environment .environment-governance-grid > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-environment .environment-governance-grid > *:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.page-environment .environment-governance-grid > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}
.page-environment .environment-governance-grid > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-environment .environment-governance-grid > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-environment .environment-governance-grid > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-environment .environment-governance-grid > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.page-environment .environment-governance-grid > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.page-environment .environment-governance-grid > *:nth-child(16) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-environment .environment-governance-grid > *:nth-child(17) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-environment .environment-governance-grid > *:nth-child(18) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.page-environment .environment-governance-grid > *:nth-child(19) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.page-environment .environment-governance-grid > *:nth-child(20) {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
}
.page-environment .environment-governance-grid > *:nth-child(21) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-environment .environment-governance-grid > *:nth-child(22) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-environment .environment-governance-grid > *:nth-child(23) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-environment .environment-governance-grid > *:nth-child(24) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
.page-environment .environment-governance-grid > *:nth-child(25) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.page-environment .environment-governance-grid > *:nth-child(26) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-environment .environment-governance-grid > *:nth-child(27) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-environment .environment-governance-grid > *:nth-child(28) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.page-environment .environment-governance-grid > *:nth-child(29) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}
.page-environment .environment-governance-grid > *:nth-child(30) {
  -ms-grid-row: 6;
  -ms-grid-column: 5;
}
.page-environment .environment-governance-grid > *:nth-child(31) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.page-environment .environment-governance-grid > *:nth-child(32) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}
.page-environment .environment-governance-grid > *:nth-child(33) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.page-environment .environment-governance-grid > *:nth-child(34) {
  -ms-grid-row: 7;
  -ms-grid-column: 4;
}
.page-environment .environment-governance-grid > *:nth-child(35) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.page-environment .environment-governance-grid > *:nth-child(36) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
}
.page-environment .environment-governance-grid > *:nth-child(37) {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
}
.page-environment .environment-governance-grid > *:nth-child(38) {
  -ms-grid-row: 8;
  -ms-grid-column: 3;
}
.page-environment .environment-governance-grid > *:nth-child(39) {
  -ms-grid-row: 8;
  -ms-grid-column: 4;
}
.page-environment .environment-governance-grid > *:nth-child(40) {
  -ms-grid-row: 8;
  -ms-grid-column: 5;
}
.page-environment .environment-governance-grid > *:nth-child(41) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.page-environment .environment-governance-grid > *:nth-child(42) {
  -ms-grid-row: 9;
  -ms-grid-column: 2;
}
.page-environment .environment-governance-grid > *:nth-child(43) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
.page-environment .environment-governance-grid > *:nth-child(44) {
  -ms-grid-row: 9;
  -ms-grid-column: 4;
}
.page-environment .environment-governance-grid > *:nth-child(45) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}
.page-environment .environment-governance-grid div.c5 {
  border-right: 1px solid #94D700;
}
.page-environment .environment-tcfd-grid {
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}
.page-environment .environment-tcfd-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-environment .environment-tcfd-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-environment .environment-tcfd-grid > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-environment .environment-tcfd-grid > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-environment .environment-tcfd-grid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-environment .environment-tcfd-grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-environment .environment-tcfd-grid > *:nth-child(7) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-environment .environment-tcfd-grid > *:nth-child(8) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}

.page-environment .environment-tcfd-grid > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.page-environment .environment-tcfd-grid > *:nth-child(10) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-environment .environment-tcfd-grid div.c1 {
  border-left: 1px solid #94D700;
}
.page-environment .environment-tcfd-grid div.c2 {
  border-right: 1px solid #94D700;
}
.page-environment .environment-ghg-grid {
  -ms-grid-columns: 70% 9% 9% 12%;
  grid-template-columns: 70% 9% 9% 12%;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
}
.page-environment .environment-ghg-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-environment .environment-ghg-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-environment .environment-ghg-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-environment .environment-ghg-grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.page-environment .environment-ghg-grid > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-environment .environment-ghg-grid > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-environment .environment-ghg-grid > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-environment .environment-ghg-grid > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.page-environment .environment-ghg-grid > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-environment .environment-ghg-grid > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-environment .environment-ghg-grid > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-environment .environment-ghg-grid > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.page-environment .environment-ghg-grid > *:nth-child(13) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-environment .environment-ghg-grid > *:nth-child(14) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-environment .environment-ghg-grid > *:nth-child(15) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.page-environment .environment-ghg-grid > *:nth-child(16) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.page-environment .environment-ghg-grid > *:nth-child(17) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-environment .environment-ghg-grid > *:nth-child(18) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-environment .environment-ghg-grid > *:nth-child(19) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-environment .environment-ghg-grid > *:nth-child(20) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
.page-environment .environment-ghg-grid > *:nth-child(21) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-environment .environment-ghg-grid > *:nth-child(22) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-environment .environment-ghg-grid > *:nth-child(23) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.page-environment .environment-ghg-grid > *:nth-child(24) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}
.page-environment .environment-ghg-grid > *:nth-child(25) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.page-environment .environment-ghg-grid > *:nth-child(26) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}
.page-environment .environment-ghg-grid > *:nth-child(27) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.page-environment .environment-ghg-grid > *:nth-child(28) {
  -ms-grid-row: 7;
  -ms-grid-column: 4;
}
.page-environment .environment-ghg-grid > *:nth-child(29) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
}
.page-environment .environment-ghg-grid > *:nth-child(30) {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
}
.page-environment .environment-ghg-grid > *:nth-child(31) {
  -ms-grid-row: 8;
  -ms-grid-column: 3;
}
.page-environment .environment-ghg-grid > *:nth-child(32) {
  -ms-grid-row: 8;
  -ms-grid-column: 4;
}
.page-environment .environment-ghg-grid > *:nth-child(33) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.page-environment .environment-ghg-grid > *:nth-child(34) {
  -ms-grid-row: 9;
  -ms-grid-column: 2;
}
.page-environment .environment-ghg-grid > *:nth-child(35) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
.page-environment .environment-ghg-grid > *:nth-child(36) {
  -ms-grid-row: 9;
  -ms-grid-column: 4;
}
.page-environment .environment-ghg-grid > *:nth-child(37) {
  -ms-grid-row: 10;
  -ms-grid-column: 1;
}
.page-environment .environment-ghg-grid > *:nth-child(38) {
  -ms-grid-row: 10;
  -ms-grid-column: 2;
}
.page-environment .environment-ghg-grid > *:nth-child(39) {
  -ms-grid-row: 10;
  -ms-grid-column: 3;
}
.page-environment .environment-ghg-grid > *:nth-child(40) {
  -ms-grid-row: 10;
  -ms-grid-column: 4;
}
.page-environment .environment-ghg-grid > *:nth-child(41) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
.page-environment .environment-ghg-grid > *:nth-child(42) {
  -ms-grid-row: 11;
  -ms-grid-column: 2;
}
.page-environment .environment-ghg-grid > *:nth-child(43) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}
.page-environment .environment-ghg-grid > *:nth-child(44) {
  -ms-grid-row: 11;
  -ms-grid-column: 4;
}
.page-environment .environment-ghg-grid div {
  text-align: right;
}
.page-environment .environment-ghg-grid div.c1 {
  padding-left: 25px !important;
  text-align: left;
  font-family: Calibre Web Bold;
}
.page-environment .environment-ghg-grid div.c4 {
  border-right: 1px solid #94D700;
  padding-right: 25px !important;
}
.page-environment .environment-ghg-grid div.up {
  background-color: #5BC2E7;
}
.page-environment .environment-ghg-grid div.up img {
  width: 16px;
  vertical-align: bottom;
  margin-bottom: 2px;
}
.page-environment .environment-ghg-grid div.down {
  background-color: #94D700;
}
.page-environment .environment-ghg-grid div.down img {
  width: 16px;
  vertical-align: bottom;
  margin-bottom: 2px;
}
.page-environment .environment-ghg-grid .c1.r1,
.page-environment .environment-emissions-grid .c1.r1,
.page-environment .environment-compliance-grid .c1.r1,
.page-environment .environment-governance-grid .c1.r1,
.page-environment .legend .c1.r1,
.page-environment .gas-grid .c1.r1,
.page-environment .emissions-grid .c1.r1,
.page-environment .business-grid .c1.r1,
.page-environment .trends-grid .c1.r1,
.page-environment .environment-ghg-by-source-grid .c1.r1,
.page-environment .environment-ghg-scope-3 .c1.r1,
.page-environment .environment-ghg-energy-consumption .c1.r1,
.page-environment .environment-ghg-energy-production .c1.r1,
.page-environment .environment-ghg-emissions-by-scope .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .environment-ghg-grid .c2.r1,
.page-environment .environment-emissions-grid .c2.r1,
.page-environment .environment-compliance-grid .c2.r1,
.page-environment .environment-governance-grid .c2.r1,
.page-environment .legend .c2.r1,
.page-environment .gas-grid .c2.r1,
.page-environment .emissions-grid .c2.r1,
.page-environment .business-grid .c2.r1,
.page-environment .trends-grid .c2.r1,
.page-environment .environment-ghg-by-source-grid .c2.r1,
.page-environment .environment-ghg-scope-3 .c2.r1,
.page-environment .environment-ghg-energy-consumption .c2.r1,
.page-environment .environment-ghg-energy-production .c2.r1,
.page-environment .environment-ghg-emissions-by-scope .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .environment-ghg-grid .c3.r1,
.page-environment .environment-emissions-grid .c3.r1,
.page-environment .environment-compliance-grid .c3.r1,
.page-environment .environment-governance-grid .c3.r1,
.page-environment .legend .c3.r1,
.page-environment .gas-grid .c3.r1,
.page-environment .emissions-grid .c3.r1,
.page-environment .business-grid .c3.r1,
.page-environment .trends-grid .c3.r1,
.page-environment .environment-ghg-by-source-grid .c3.r1,
.page-environment .environment-ghg-scope-3 .c3.r1,
.page-environment .environment-ghg-energy-consumption .c3.r1,
.page-environment .environment-ghg-energy-production .c3.r1,
.page-environment .environment-ghg-emissions-by-scope .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .environment-ghg-grid .c4.r1,
.page-environment .environment-emissions-grid .c4.r1,
.page-environment .environment-compliance-grid .c4.r1,
.page-environment .environment-governance-grid .c4.r1,
.page-environment .legend .c4.r1,
.page-environment .gas-grid .c4.r1,
.page-environment .emissions-grid .c4.r1,
.page-environment .business-grid .c4.r1,
.page-environment .trends-grid .c4.r1,
.page-environment .environment-ghg-by-source-grid .c4.r1,
.page-environment .environment-ghg-scope-3 .c4.r1,
.page-environment .environment-ghg-energy-consumption .c4.r1,
.page-environment .environment-ghg-energy-production .c4.r1,
.page-environment .environment-ghg-emissions-by-scope .c4.r1 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .environment-ghg-grid .c5.r1,
.page-environment .environment-emissions-grid .c5.r1,
.page-environment .environment-compliance-grid .c5.r1,
.page-environment .environment-governance-grid .c5.r1,
.page-environment .legend .c5.r1,
.page-environment .gas-grid .c5.r1,
.page-environment .emissions-grid .c5.r1,
.page-environment .business-grid .c5.r1,
.page-environment .trends-grid .c5.r1,
.page-environment .environment-ghg-by-source-grid .c5.r1,
.page-environment .environment-ghg-scope-3 .c5.r1,
.page-environment .environment-ghg-energy-consumption .c5.r1,
.page-environment .environment-ghg-energy-production .c5.r1,
.page-environment .environment-ghg-emissions-by-scope .c5.r1 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .environment-ghg-grid .c6.r1,
.page-environment .environment-emissions-grid .c6.r1,
.page-environment .environment-compliance-grid .c6.r1,
.page-environment .environment-governance-grid .c6.r1,
.page-environment .legend .c6.r1,
.page-environment .gas-grid .c6.r1,
.page-environment .emissions-grid .c6.r1,
.page-environment .business-grid .c6.r1,
.page-environment .trends-grid .c6.r1,
.page-environment .environment-ghg-by-source-grid .c6.r1,
.page-environment .environment-ghg-scope-3 .c6.r1,
.page-environment .environment-ghg-energy-consumption .c6.r1,
.page-environment .environment-ghg-energy-production .c6.r1,
.page-environment .environment-ghg-emissions-by-scope .c6.r1 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .environment-ghg-grid .c7.r1,
.page-environment .environment-emissions-grid .c7.r1,
.page-environment .environment-compliance-grid .c7.r1,
.page-environment .environment-governance-grid .c7.r1,
.page-environment .legend .c7.r1,
.page-environment .gas-grid .c7.r1,
.page-environment .emissions-grid .c7.r1,
.page-environment .business-grid .c7.r1,
.page-environment .trends-grid .c7.r1,
.page-environment .environment-ghg-by-source-grid .c7.r1,
.page-environment .environment-ghg-scope-3 .c7.r1,
.page-environment .environment-ghg-energy-consumption .c7.r1,
.page-environment .environment-ghg-energy-production .c7.r1,
.page-environment .environment-ghg-emissions-by-scope .c7.r1 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .environment-ghg-grid .c8.r1,
.page-environment .environment-emissions-grid .c8.r1,
.page-environment .environment-compliance-grid .c8.r1,
.page-environment .environment-governance-grid .c8.r1,
.page-environment .legend .c8.r1,
.page-environment .gas-grid .c8.r1,
.page-environment .emissions-grid .c8.r1,
.page-environment .business-grid .c8.r1,
.page-environment .trends-grid .c8.r1,
.page-environment .environment-ghg-by-source-grid .c8.r1,
.page-environment .environment-ghg-scope-3 .c8.r1,
.page-environment .environment-ghg-energy-consumption .c8.r1,
.page-environment .environment-ghg-energy-production .c8.r1,
.page-environment .environment-ghg-emissions-by-scope .c8.r1 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .environment-ghg-grid .c1.r2,
.page-environment .environment-emissions-grid .c1.r2,
.page-environment .environment-compliance-grid .c1.r2,
.page-environment .environment-governance-grid .c1.r2,
.page-environment .legend .c1.r2,
.page-environment .gas-grid .c1.r2,
.page-environment .emissions-grid .c1.r2,
.page-environment .business-grid .c1.r2,
.page-environment .trends-grid .c1.r2,
.page-environment .environment-ghg-by-source-grid .c1.r2,
.page-environment .environment-ghg-scope-3 .c1.r2,
.page-environment .environment-ghg-energy-consumption .c1.r2,
.page-environment .environment-ghg-energy-production .c1.r2,
.page-environment .environment-ghg-emissions-by-scope .c1.r2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-environment .environment-ghg-grid .c2.r2,
.page-environment .environment-emissions-grid .c2.r2,
.page-environment .environment-compliance-grid .c2.r2,
.page-environment .environment-governance-grid .c2.r2,
.page-environment .legend .c2.r2,
.page-environment .gas-grid .c2.r2,
.page-environment .emissions-grid .c2.r2,
.page-environment .business-grid .c2.r2,
.page-environment .trends-grid .c2.r2,
.page-environment .environment-ghg-by-source-grid .c2.r2,
.page-environment .environment-ghg-scope-3 .c2.r2,
.page-environment .environment-ghg-energy-consumption .c2.r2,
.page-environment .environment-ghg-energy-production .c2.r2,
.page-environment .environment-ghg-emissions-by-scope .c2.r2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-environment .environment-ghg-grid .c3.r2,
.page-environment .environment-emissions-grid .c3.r2,
.page-environment .environment-compliance-grid .c3.r2,
.page-environment .environment-governance-grid .c3.r2,
.page-environment .legend .c3.r2,
.page-environment .gas-grid .c3.r2,
.page-environment .emissions-grid .c3.r2,
.page-environment .business-grid .c3.r2,
.page-environment .trends-grid .c3.r2,
.page-environment .environment-ghg-by-source-grid .c3.r2,
.page-environment .environment-ghg-scope-3 .c3.r2,
.page-environment .environment-ghg-energy-consumption .c3.r2,
.page-environment .environment-ghg-energy-production .c3.r2,
.page-environment .environment-ghg-emissions-by-scope .c3.r2 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-environment .environment-ghg-grid .c4.r2,
.page-environment .environment-emissions-grid .c4.r2,
.page-environment .environment-compliance-grid .c4.r2,
.page-environment .environment-governance-grid .c4.r2,
.page-environment .legend .c4.r2,
.page-environment .gas-grid .c4.r2,
.page-environment .emissions-grid .c4.r2,
.page-environment .business-grid .c4.r2,
.page-environment .trends-grid .c4.r2,
.page-environment .environment-ghg-by-source-grid .c4.r2,
.page-environment .environment-ghg-scope-3 .c4.r2,
.page-environment .environment-ghg-energy-consumption .c4.r2,
.page-environment .environment-ghg-energy-production .c4.r2,
.page-environment .environment-ghg-emissions-by-scope .c4.r2 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-environment .environment-ghg-grid .c5.r2,
.page-environment .environment-emissions-grid .c5.r2,
.page-environment .environment-compliance-grid .c5.r2,
.page-environment .environment-governance-grid .c5.r2,
.page-environment .legend .c5.r2,
.page-environment .gas-grid .c5.r2,
.page-environment .emissions-grid .c5.r2,
.page-environment .business-grid .c5.r2,
.page-environment .trends-grid .c5.r2,
.page-environment .environment-ghg-by-source-grid .c5.r2,
.page-environment .environment-ghg-scope-3 .c5.r2,
.page-environment .environment-ghg-energy-consumption .c5.r2,
.page-environment .environment-ghg-energy-production .c5.r2,
.page-environment .environment-ghg-emissions-by-scope .c5.r2 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-environment .environment-ghg-grid .c6.r2,
.page-environment .environment-emissions-grid .c6.r2,
.page-environment .environment-compliance-grid .c6.r2,
.page-environment .environment-governance-grid .c6.r2,
.page-environment .legend .c6.r2,
.page-environment .gas-grid .c6.r2,
.page-environment .emissions-grid .c6.r2,
.page-environment .business-grid .c6.r2,
.page-environment .trends-grid .c6.r2,
.page-environment .environment-ghg-by-source-grid .c6.r2,
.page-environment .environment-ghg-scope-3 .c6.r2,
.page-environment .environment-ghg-energy-consumption .c6.r2,
.page-environment .environment-ghg-energy-production .c6.r2,
.page-environment .environment-ghg-emissions-by-scope .c6.r2 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-environment .environment-ghg-grid .c7.r2,
.page-environment .environment-emissions-grid .c7.r2,
.page-environment .environment-compliance-grid .c7.r2,
.page-environment .environment-governance-grid .c7.r2,
.page-environment .legend .c7.r2,
.page-environment .gas-grid .c7.r2,
.page-environment .emissions-grid .c7.r2,
.page-environment .business-grid .c7.r2,
.page-environment .trends-grid .c7.r2,
.page-environment .environment-ghg-by-source-grid .c7.r2,
.page-environment .environment-ghg-scope-3 .c7.r2,
.page-environment .environment-ghg-energy-consumption .c7.r2,
.page-environment .environment-ghg-energy-production .c7.r2,
.page-environment .environment-ghg-emissions-by-scope .c7.r2 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-environment .environment-ghg-grid .c8.r2,
.page-environment .environment-emissions-grid .c8.r2,
.page-environment .environment-compliance-grid .c8.r2,
.page-environment .environment-governance-grid .c8.r2,
.page-environment .legend .c8.r2,
.page-environment .gas-grid .c8.r2,
.page-environment .emissions-grid .c8.r2,
.page-environment .business-grid .c8.r2,
.page-environment .trends-grid .c8.r2,
.page-environment .environment-ghg-by-source-grid .c8.r2,
.page-environment .environment-ghg-scope-3 .c8.r2,
.page-environment .environment-ghg-energy-consumption .c8.r2,
.page-environment .environment-ghg-energy-production .c8.r2,
.page-environment .environment-ghg-emissions-by-scope .c8.r2 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-environment .environment-ghg-grid .c1.r3,
.page-environment .environment-emissions-grid .c1.r3,
.page-environment .environment-compliance-grid .c1.r3,
.page-environment .environment-governance-grid .c1.r3,
.page-environment .legend .c1.r3,
.page-environment .gas-grid .c1.r3,
.page-environment .emissions-grid .c1.r3,
.page-environment .business-grid .c1.r3,
.page-environment .trends-grid .c1.r3,
.page-environment .environment-ghg-by-source-grid .c1.r3,
.page-environment .environment-ghg-scope-3 .c1.r3,
.page-environment .environment-ghg-energy-consumption .c1.r3,
.page-environment .environment-ghg-energy-production .c1.r3,
.page-environment .environment-ghg-emissions-by-scope .c1.r3 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-environment .environment-ghg-grid .c2.r3,
.page-environment .environment-emissions-grid .c2.r3,
.page-environment .environment-compliance-grid .c2.r3,
.page-environment .environment-governance-grid .c2.r3,
.page-environment .legend .c2.r3,
.page-environment .gas-grid .c2.r3,
.page-environment .emissions-grid .c2.r3,
.page-environment .business-grid .c2.r3,
.page-environment .trends-grid .c2.r3,
.page-environment .environment-ghg-by-source-grid .c2.r3,
.page-environment .environment-ghg-scope-3 .c2.r3,
.page-environment .environment-ghg-energy-consumption .c2.r3,
.page-environment .environment-ghg-energy-production .c2.r3,
.page-environment .environment-ghg-emissions-by-scope .c2.r3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-environment .environment-ghg-grid .c3.r3,
.page-environment .environment-emissions-grid .c3.r3,
.page-environment .environment-compliance-grid .c3.r3,
.page-environment .environment-governance-grid .c3.r3,
.page-environment .legend .c3.r3,
.page-environment .gas-grid .c3.r3,
.page-environment .emissions-grid .c3.r3,
.page-environment .business-grid .c3.r3,
.page-environment .trends-grid .c3.r3,
.page-environment .environment-ghg-by-source-grid .c3.r3,
.page-environment .environment-ghg-scope-3 .c3.r3,
.page-environment .environment-ghg-energy-consumption .c3.r3,
.page-environment .environment-ghg-energy-production .c3.r3,
.page-environment .environment-ghg-emissions-by-scope .c3.r3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-environment .environment-ghg-grid .c4.r3,
.page-environment .environment-emissions-grid .c4.r3,
.page-environment .environment-compliance-grid .c4.r3,
.page-environment .environment-governance-grid .c4.r3,
.page-environment .legend .c4.r3,
.page-environment .gas-grid .c4.r3,
.page-environment .emissions-grid .c4.r3,
.page-environment .business-grid .c4.r3,
.page-environment .trends-grid .c4.r3,
.page-environment .environment-ghg-by-source-grid .c4.r3,
.page-environment .environment-ghg-scope-3 .c4.r3,
.page-environment .environment-ghg-energy-consumption .c4.r3,
.page-environment .environment-ghg-energy-production .c4.r3,
.page-environment .environment-ghg-emissions-by-scope .c4.r3 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-environment .environment-ghg-grid .c5.r3,
.page-environment .environment-emissions-grid .c5.r3,
.page-environment .environment-compliance-grid .c5.r3,
.page-environment .environment-governance-grid .c5.r3,
.page-environment .legend .c5.r3,
.page-environment .gas-grid .c5.r3,
.page-environment .emissions-grid .c5.r3,
.page-environment .business-grid .c5.r3,
.page-environment .trends-grid .c5.r3,
.page-environment .environment-ghg-by-source-grid .c5.r3,
.page-environment .environment-ghg-scope-3 .c5.r3,
.page-environment .environment-ghg-energy-consumption .c5.r3,
.page-environment .environment-ghg-energy-production .c5.r3,
.page-environment .environment-ghg-emissions-by-scope .c5.r3 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-environment .environment-ghg-grid .c6.r3,
.page-environment .environment-emissions-grid .c6.r3,
.page-environment .environment-compliance-grid .c6.r3,
.page-environment .environment-governance-grid .c6.r3,
.page-environment .legend .c6.r3,
.page-environment .gas-grid .c6.r3,
.page-environment .emissions-grid .c6.r3,
.page-environment .business-grid .c6.r3,
.page-environment .trends-grid .c6.r3,
.page-environment .environment-ghg-by-source-grid .c6.r3,
.page-environment .environment-ghg-scope-3 .c6.r3,
.page-environment .environment-ghg-energy-consumption .c6.r3,
.page-environment .environment-ghg-energy-production .c6.r3,
.page-environment .environment-ghg-emissions-by-scope .c6.r3 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-environment .environment-ghg-grid .c7.r3,
.page-environment .environment-emissions-grid .c7.r3,
.page-environment .environment-compliance-grid .c7.r3,
.page-environment .environment-governance-grid .c7.r3,
.page-environment .legend .c7.r3,
.page-environment .gas-grid .c7.r3,
.page-environment .emissions-grid .c7.r3,
.page-environment .business-grid .c7.r3,
.page-environment .trends-grid .c7.r3,
.page-environment .environment-ghg-by-source-grid .c7.r3,
.page-environment .environment-ghg-scope-3 .c7.r3,
.page-environment .environment-ghg-energy-consumption .c7.r3,
.page-environment .environment-ghg-energy-production .c7.r3,
.page-environment .environment-ghg-emissions-by-scope .c7.r3 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-environment .environment-ghg-grid .c8.r3,
.page-environment .environment-emissions-grid .c8.r3,
.page-environment .environment-compliance-grid .c8.r3,
.page-environment .environment-governance-grid .c8.r3,
.page-environment .legend .c8.r3,
.page-environment .gas-grid .c8.r3,
.page-environment .emissions-grid .c8.r3,
.page-environment .business-grid .c8.r3,
.page-environment .trends-grid .c8.r3,
.page-environment .environment-ghg-by-source-grid .c8.r3,
.page-environment .environment-ghg-scope-3 .c8.r3,
.page-environment .environment-ghg-energy-consumption .c8.r3,
.page-environment .environment-ghg-energy-production .c8.r3,
.page-environment .environment-ghg-emissions-by-scope .c8.r3 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-environment .environment-ghg-grid .c1.r4,
.page-environment .environment-emissions-grid .c1.r4,
.page-environment .environment-compliance-grid .c1.r4,
.page-environment .environment-governance-grid .c1.r4,
.page-environment .legend .c1.r4,
.page-environment .gas-grid .c1.r4,
.page-environment .emissions-grid .c1.r4,
.page-environment .business-grid .c1.r4,
.page-environment .trends-grid .c1.r4,
.page-environment .environment-ghg-by-source-grid .c1.r4,
.page-environment .environment-ghg-scope-3 .c1.r4,
.page-environment .environment-ghg-energy-consumption .c1.r4,
.page-environment .environment-ghg-energy-production .c1.r4,
.page-environment .environment-ghg-emissions-by-scope .c1.r4 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-environment .environment-ghg-grid .c2.r4,
.page-environment .environment-emissions-grid .c2.r4,
.page-environment .environment-compliance-grid .c2.r4,
.page-environment .environment-governance-grid .c2.r4,
.page-environment .legend .c2.r4,
.page-environment .gas-grid .c2.r4,
.page-environment .emissions-grid .c2.r4,
.page-environment .business-grid .c2.r4,
.page-environment .trends-grid .c2.r4,
.page-environment .environment-ghg-by-source-grid .c2.r4,
.page-environment .environment-ghg-scope-3 .c2.r4,
.page-environment .environment-ghg-energy-consumption .c2.r4,
.page-environment .environment-ghg-energy-production .c2.r4,
.page-environment .environment-ghg-emissions-by-scope .c2.r4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-environment .environment-ghg-grid .c3.r4,
.page-environment .environment-emissions-grid .c3.r4,
.page-environment .environment-compliance-grid .c3.r4,
.page-environment .environment-governance-grid .c3.r4,
.page-environment .legend .c3.r4,
.page-environment .gas-grid .c3.r4,
.page-environment .emissions-grid .c3.r4,
.page-environment .business-grid .c3.r4,
.page-environment .trends-grid .c3.r4,
.page-environment .environment-ghg-by-source-grid .c3.r4,
.page-environment .environment-ghg-scope-3 .c3.r4,
.page-environment .environment-ghg-energy-consumption .c3.r4,
.page-environment .environment-ghg-energy-production .c3.r4,
.page-environment .environment-ghg-emissions-by-scope .c3.r4 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-environment .environment-ghg-grid .c4.r4,
.page-environment .environment-emissions-grid .c4.r4,
.page-environment .environment-compliance-grid .c4.r4,
.page-environment .environment-governance-grid .c4.r4,
.page-environment .legend .c4.r4,
.page-environment .gas-grid .c4.r4,
.page-environment .emissions-grid .c4.r4,
.page-environment .business-grid .c4.r4,
.page-environment .trends-grid .c4.r4,
.page-environment .environment-ghg-by-source-grid .c4.r4,
.page-environment .environment-ghg-scope-3 .c4.r4,
.page-environment .environment-ghg-energy-consumption .c4.r4,
.page-environment .environment-ghg-energy-production .c4.r4,
.page-environment .environment-ghg-emissions-by-scope .c4.r4 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-environment .environment-ghg-grid .c5.r4,
.page-environment .environment-emissions-grid .c5.r4,
.page-environment .environment-compliance-grid .c5.r4,
.page-environment .environment-governance-grid .c5.r4,
.page-environment .legend .c5.r4,
.page-environment .gas-grid .c5.r4,
.page-environment .emissions-grid .c5.r4,
.page-environment .business-grid .c5.r4,
.page-environment .trends-grid .c5.r4,
.page-environment .environment-ghg-by-source-grid .c5.r4,
.page-environment .environment-ghg-scope-3 .c5.r4,
.page-environment .environment-ghg-energy-consumption .c5.r4,
.page-environment .environment-ghg-energy-production .c5.r4,
.page-environment .environment-ghg-emissions-by-scope .c5.r4 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-environment .environment-ghg-grid .c6.r4,
.page-environment .environment-emissions-grid .c6.r4,
.page-environment .environment-compliance-grid .c6.r4,
.page-environment .environment-governance-grid .c6.r4,
.page-environment .legend .c6.r4,
.page-environment .gas-grid .c6.r4,
.page-environment .emissions-grid .c6.r4,
.page-environment .business-grid .c6.r4,
.page-environment .trends-grid .c6.r4,
.page-environment .environment-ghg-by-source-grid .c6.r4,
.page-environment .environment-ghg-scope-3 .c6.r4,
.page-environment .environment-ghg-energy-consumption .c6.r4,
.page-environment .environment-ghg-energy-production .c6.r4,
.page-environment .environment-ghg-emissions-by-scope .c6.r4 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-environment .environment-ghg-grid .c7.r4,
.page-environment .environment-emissions-grid .c7.r4,
.page-environment .environment-compliance-grid .c7.r4,
.page-environment .environment-governance-grid .c7.r4,
.page-environment .legend .c7.r4,
.page-environment .gas-grid .c7.r4,
.page-environment .emissions-grid .c7.r4,
.page-environment .business-grid .c7.r4,
.page-environment .trends-grid .c7.r4,
.page-environment .environment-ghg-by-source-grid .c7.r4,
.page-environment .environment-ghg-scope-3 .c7.r4,
.page-environment .environment-ghg-energy-consumption .c7.r4,
.page-environment .environment-ghg-energy-production .c7.r4,
.page-environment .environment-ghg-emissions-by-scope .c7.r4 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-environment .environment-ghg-grid .c8.r4,
.page-environment .environment-emissions-grid .c8.r4,
.page-environment .environment-compliance-grid .c8.r4,
.page-environment .environment-governance-grid .c8.r4,
.page-environment .legend .c8.r4,
.page-environment .gas-grid .c8.r4,
.page-environment .emissions-grid .c8.r4,
.page-environment .business-grid .c8.r4,
.page-environment .trends-grid .c8.r4,
.page-environment .environment-ghg-by-source-grid .c8.r4,
.page-environment .environment-ghg-scope-3 .c8.r4,
.page-environment .environment-ghg-energy-consumption .c8.r4,
.page-environment .environment-ghg-energy-production .c8.r4,
.page-environment .environment-ghg-emissions-by-scope .c8.r4 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-environment .environment-ghg-grid .c1.r5,
.page-environment .environment-emissions-grid .c1.r5,
.page-environment .environment-compliance-grid .c1.r5,
.page-environment .environment-governance-grid .c1.r5,
.page-environment .legend .c1.r5,
.page-environment .gas-grid .c1.r5,
.page-environment .emissions-grid .c1.r5,
.page-environment .business-grid .c1.r5,
.page-environment .trends-grid .c1.r5,
.page-environment .environment-ghg-by-source-grid .c1.r5,
.page-environment .environment-ghg-scope-3 .c1.r5,
.page-environment .environment-ghg-energy-consumption .c1.r5,
.page-environment .environment-ghg-energy-production .c1.r5,
.page-environment .environment-ghg-emissions-by-scope .c1.r5 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-environment .environment-ghg-grid .c2.r5,
.page-environment .environment-emissions-grid .c2.r5,
.page-environment .environment-compliance-grid .c2.r5,
.page-environment .environment-governance-grid .c2.r5,
.page-environment .legend .c2.r5,
.page-environment .gas-grid .c2.r5,
.page-environment .emissions-grid .c2.r5,
.page-environment .business-grid .c2.r5,
.page-environment .trends-grid .c2.r5,
.page-environment .environment-ghg-by-source-grid .c2.r5,
.page-environment .environment-ghg-scope-3 .c2.r5,
.page-environment .environment-ghg-energy-consumption .c2.r5,
.page-environment .environment-ghg-energy-production .c2.r5,
.page-environment .environment-ghg-emissions-by-scope .c2.r5 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-environment .environment-ghg-grid .c3.r5,
.page-environment .environment-emissions-grid .c3.r5,
.page-environment .environment-compliance-grid .c3.r5,
.page-environment .environment-governance-grid .c3.r5,
.page-environment .legend .c3.r5,
.page-environment .gas-grid .c3.r5,
.page-environment .emissions-grid .c3.r5,
.page-environment .business-grid .c3.r5,
.page-environment .trends-grid .c3.r5,
.page-environment .environment-ghg-by-source-grid .c3.r5,
.page-environment .environment-ghg-scope-3 .c3.r5,
.page-environment .environment-ghg-energy-consumption .c3.r5,
.page-environment .environment-ghg-energy-production .c3.r5,
.page-environment .environment-ghg-emissions-by-scope .c3.r5 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-environment .environment-ghg-grid .c4.r5,
.page-environment .environment-emissions-grid .c4.r5,
.page-environment .environment-compliance-grid .c4.r5,
.page-environment .environment-governance-grid .c4.r5,
.page-environment .legend .c4.r5,
.page-environment .gas-grid .c4.r5,
.page-environment .emissions-grid .c4.r5,
.page-environment .business-grid .c4.r5,
.page-environment .trends-grid .c4.r5,
.page-environment .environment-ghg-by-source-grid .c4.r5,
.page-environment .environment-ghg-scope-3 .c4.r5,
.page-environment .environment-ghg-energy-consumption .c4.r5,
.page-environment .environment-ghg-energy-production .c4.r5,
.page-environment .environment-ghg-emissions-by-scope .c4.r5 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-environment .environment-ghg-grid .c5.r5,
.page-environment .environment-emissions-grid .c5.r5,
.page-environment .environment-compliance-grid .c5.r5,
.page-environment .environment-governance-grid .c5.r5,
.page-environment .legend .c5.r5,
.page-environment .gas-grid .c5.r5,
.page-environment .emissions-grid .c5.r5,
.page-environment .business-grid .c5.r5,
.page-environment .trends-grid .c5.r5,
.page-environment .environment-ghg-by-source-grid .c5.r5,
.page-environment .environment-ghg-scope-3 .c5.r5,
.page-environment .environment-ghg-energy-consumption .c5.r5,
.page-environment .environment-ghg-energy-production .c5.r5,
.page-environment .environment-ghg-emissions-by-scope .c5.r5 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-environment .environment-ghg-grid .c6.r5,
.page-environment .environment-emissions-grid .c6.r5,
.page-environment .environment-compliance-grid .c6.r5,
.page-environment .environment-governance-grid .c6.r5,
.page-environment .legend .c6.r5,
.page-environment .gas-grid .c6.r5,
.page-environment .emissions-grid .c6.r5,
.page-environment .business-grid .c6.r5,
.page-environment .trends-grid .c6.r5,
.page-environment .environment-ghg-by-source-grid .c6.r5,
.page-environment .environment-ghg-scope-3 .c6.r5,
.page-environment .environment-ghg-energy-consumption .c6.r5,
.page-environment .environment-ghg-energy-production .c6.r5,
.page-environment .environment-ghg-emissions-by-scope .c6.r5 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-environment .environment-ghg-grid .c7.r5,
.page-environment .environment-emissions-grid .c7.r5,
.page-environment .environment-compliance-grid .c7.r5,
.page-environment .environment-governance-grid .c7.r5,
.page-environment .legend .c7.r5,
.page-environment .gas-grid .c7.r5,
.page-environment .emissions-grid .c7.r5,
.page-environment .business-grid .c7.r5,
.page-environment .trends-grid .c7.r5,
.page-environment .environment-ghg-by-source-grid .c7.r5,
.page-environment .environment-ghg-scope-3 .c7.r5,
.page-environment .environment-ghg-energy-consumption .c7.r5,
.page-environment .environment-ghg-energy-production .c7.r5,
.page-environment .environment-ghg-emissions-by-scope .c7.r5 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-environment .environment-ghg-grid .c8.r5,
.page-environment .environment-emissions-grid .c8.r5,
.page-environment .environment-compliance-grid .c8.r5,
.page-environment .environment-governance-grid .c8.r5,
.page-environment .legend .c8.r5,
.page-environment .gas-grid .c8.r5,
.page-environment .emissions-grid .c8.r5,
.page-environment .business-grid .c8.r5,
.page-environment .trends-grid .c8.r5,
.page-environment .environment-ghg-by-source-grid .c8.r5,
.page-environment .environment-ghg-scope-3 .c8.r5,
.page-environment .environment-ghg-energy-consumption .c8.r5,
.page-environment .environment-ghg-energy-production .c8.r5,
.page-environment .environment-ghg-emissions-by-scope .c8.r5 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-environment .environment-ghg-grid .c1.r6,
.page-environment .environment-emissions-grid .c1.r6,
.page-environment .environment-compliance-grid .c1.r6,
.page-environment .environment-governance-grid .c1.r6,
.page-environment .legend .c1.r6,
.page-environment .gas-grid .c1.r6,
.page-environment .emissions-grid .c1.r6,
.page-environment .business-grid .c1.r6,
.page-environment .trends-grid .c1.r6,
.page-environment .environment-ghg-by-source-grid .c1.r6,
.page-environment .environment-ghg-scope-3 .c1.r6,
.page-environment .environment-ghg-energy-consumption .c1.r6,
.page-environment .environment-ghg-energy-production .c1.r6,
.page-environment .environment-ghg-emissions-by-scope .c1.r6 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-environment .environment-ghg-grid .c2.r6,
.page-environment .environment-emissions-grid .c2.r6,
.page-environment .environment-compliance-grid .c2.r6,
.page-environment .environment-governance-grid .c2.r6,
.page-environment .legend .c2.r6,
.page-environment .gas-grid .c2.r6,
.page-environment .emissions-grid .c2.r6,
.page-environment .business-grid .c2.r6,
.page-environment .trends-grid .c2.r6,
.page-environment .environment-ghg-by-source-grid .c2.r6,
.page-environment .environment-ghg-scope-3 .c2.r6,
.page-environment .environment-ghg-energy-consumption .c2.r6,
.page-environment .environment-ghg-energy-production .c2.r6,
.page-environment .environment-ghg-emissions-by-scope .c2.r6 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-environment .environment-ghg-grid .c3.r6,
.page-environment .environment-emissions-grid .c3.r6,
.page-environment .environment-compliance-grid .c3.r6,
.page-environment .environment-governance-grid .c3.r6,
.page-environment .legend .c3.r6,
.page-environment .gas-grid .c3.r6,
.page-environment .emissions-grid .c3.r6,
.page-environment .business-grid .c3.r6,
.page-environment .trends-grid .c3.r6,
.page-environment .environment-ghg-by-source-grid .c3.r6,
.page-environment .environment-ghg-scope-3 .c3.r6,
.page-environment .environment-ghg-energy-consumption .c3.r6,
.page-environment .environment-ghg-energy-production .c3.r6,
.page-environment .environment-ghg-emissions-by-scope .c3.r6 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-environment .environment-ghg-grid .c4.r6,
.page-environment .environment-emissions-grid .c4.r6,
.page-environment .environment-compliance-grid .c4.r6,
.page-environment .environment-governance-grid .c4.r6,
.page-environment .legend .c4.r6,
.page-environment .gas-grid .c4.r6,
.page-environment .emissions-grid .c4.r6,
.page-environment .business-grid .c4.r6,
.page-environment .trends-grid .c4.r6,
.page-environment .environment-ghg-by-source-grid .c4.r6,
.page-environment .environment-ghg-scope-3 .c4.r6,
.page-environment .environment-ghg-energy-consumption .c4.r6,
.page-environment .environment-ghg-energy-production .c4.r6,
.page-environment .environment-ghg-emissions-by-scope .c4.r6 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-environment .environment-ghg-grid .c5.r6,
.page-environment .environment-emissions-grid .c5.r6,
.page-environment .environment-compliance-grid .c5.r6,
.page-environment .environment-governance-grid .c5.r6,
.page-environment .legend .c5.r6,
.page-environment .gas-grid .c5.r6,
.page-environment .emissions-grid .c5.r6,
.page-environment .business-grid .c5.r6,
.page-environment .trends-grid .c5.r6,
.page-environment .environment-ghg-by-source-grid .c5.r6,
.page-environment .environment-ghg-scope-3 .c5.r6,
.page-environment .environment-ghg-energy-consumption .c5.r6,
.page-environment .environment-ghg-energy-production .c5.r6,
.page-environment .environment-ghg-emissions-by-scope .c5.r6 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-environment .environment-ghg-grid .c6.r6,
.page-environment .environment-emissions-grid .c6.r6,
.page-environment .environment-compliance-grid .c6.r6,
.page-environment .environment-governance-grid .c6.r6,
.page-environment .legend .c6.r6,
.page-environment .gas-grid .c6.r6,
.page-environment .emissions-grid .c6.r6,
.page-environment .business-grid .c6.r6,
.page-environment .trends-grid .c6.r6,
.page-environment .environment-ghg-by-source-grid .c6.r6,
.page-environment .environment-ghg-scope-3 .c6.r6,
.page-environment .environment-ghg-energy-consumption .c6.r6,
.page-environment .environment-ghg-energy-production .c6.r6,
.page-environment .environment-ghg-emissions-by-scope .c6.r6 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-environment .environment-ghg-grid .c7.r6,
.page-environment .environment-emissions-grid .c7.r6,
.page-environment .environment-compliance-grid .c7.r6,
.page-environment .environment-governance-grid .c7.r6,
.page-environment .legend .c7.r6,
.page-environment .gas-grid .c7.r6,
.page-environment .emissions-grid .c7.r6,
.page-environment .business-grid .c7.r6,
.page-environment .trends-grid .c7.r6,
.page-environment .environment-ghg-by-source-grid .c7.r6,
.page-environment .environment-ghg-scope-3 .c7.r6,
.page-environment .environment-ghg-energy-consumption .c7.r6,
.page-environment .environment-ghg-energy-production .c7.r6,
.page-environment .environment-ghg-emissions-by-scope .c7.r6 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-environment .environment-ghg-grid .c8.r6,
.page-environment .environment-emissions-grid .c8.r6,
.page-environment .environment-compliance-grid .c8.r6,
.page-environment .environment-governance-grid .c8.r6,
.page-environment .legend .c8.r6,
.page-environment .gas-grid .c8.r6,
.page-environment .emissions-grid .c8.r6,
.page-environment .business-grid .c8.r6,
.page-environment .trends-grid .c8.r6,
.page-environment .environment-ghg-by-source-grid .c8.r6,
.page-environment .environment-ghg-scope-3 .c8.r6,
.page-environment .environment-ghg-energy-consumption .c8.r6,
.page-environment .environment-ghg-energy-production .c8.r6,
.page-environment .environment-ghg-emissions-by-scope .c8.r6 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-environment .environment-ghg-grid .c1.r7,
.page-environment .environment-emissions-grid .c1.r7,
.page-environment .environment-compliance-grid .c1.r7,
.page-environment .environment-governance-grid .c1.r7,
.page-environment .legend .c1.r7,
.page-environment .gas-grid .c1.r7,
.page-environment .emissions-grid .c1.r7,
.page-environment .business-grid .c1.r7,
.page-environment .trends-grid .c1.r7,
.page-environment .environment-ghg-by-source-grid .c1.r7,
.page-environment .environment-ghg-scope-3 .c1.r7,
.page-environment .environment-ghg-energy-consumption .c1.r7,
.page-environment .environment-ghg-energy-production .c1.r7,
.page-environment .environment-ghg-emissions-by-scope .c1.r7 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-environment .environment-ghg-grid .c2.r7,
.page-environment .environment-emissions-grid .c2.r7,
.page-environment .environment-compliance-grid .c2.r7,
.page-environment .environment-governance-grid .c2.r7,
.page-environment .legend .c2.r7,
.page-environment .gas-grid .c2.r7,
.page-environment .emissions-grid .c2.r7,
.page-environment .business-grid .c2.r7,
.page-environment .trends-grid .c2.r7,
.page-environment .environment-ghg-by-source-grid .c2.r7,
.page-environment .environment-ghg-scope-3 .c2.r7,
.page-environment .environment-ghg-energy-consumption .c2.r7,
.page-environment .environment-ghg-energy-production .c2.r7,
.page-environment .environment-ghg-emissions-by-scope .c2.r7 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-environment .environment-ghg-grid .c3.r7,
.page-environment .environment-emissions-grid .c3.r7,
.page-environment .environment-compliance-grid .c3.r7,
.page-environment .environment-governance-grid .c3.r7,
.page-environment .legend .c3.r7,
.page-environment .gas-grid .c3.r7,
.page-environment .emissions-grid .c3.r7,
.page-environment .business-grid .c3.r7,
.page-environment .trends-grid .c3.r7,
.page-environment .environment-ghg-by-source-grid .c3.r7,
.page-environment .environment-ghg-scope-3 .c3.r7,
.page-environment .environment-ghg-energy-consumption .c3.r7,
.page-environment .environment-ghg-energy-production .c3.r7,
.page-environment .environment-ghg-emissions-by-scope .c3.r7 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-environment .environment-ghg-grid .c4.r7,
.page-environment .environment-emissions-grid .c4.r7,
.page-environment .environment-compliance-grid .c4.r7,
.page-environment .environment-governance-grid .c4.r7,
.page-environment .legend .c4.r7,
.page-environment .gas-grid .c4.r7,
.page-environment .emissions-grid .c4.r7,
.page-environment .business-grid .c4.r7,
.page-environment .trends-grid .c4.r7,
.page-environment .environment-ghg-by-source-grid .c4.r7,
.page-environment .environment-ghg-scope-3 .c4.r7,
.page-environment .environment-ghg-energy-consumption .c4.r7,
.page-environment .environment-ghg-energy-production .c4.r7,
.page-environment .environment-ghg-emissions-by-scope .c4.r7 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-environment .environment-ghg-grid .c5.r7,
.page-environment .environment-emissions-grid .c5.r7,
.page-environment .environment-compliance-grid .c5.r7,
.page-environment .environment-governance-grid .c5.r7,
.page-environment .legend .c5.r7,
.page-environment .gas-grid .c5.r7,
.page-environment .emissions-grid .c5.r7,
.page-environment .business-grid .c5.r7,
.page-environment .trends-grid .c5.r7,
.page-environment .environment-ghg-by-source-grid .c5.r7,
.page-environment .environment-ghg-scope-3 .c5.r7,
.page-environment .environment-ghg-energy-consumption .c5.r7,
.page-environment .environment-ghg-energy-production .c5.r7,
.page-environment .environment-ghg-emissions-by-scope .c5.r7 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-environment .environment-ghg-grid .c6.r7,
.page-environment .environment-emissions-grid .c6.r7,
.page-environment .environment-compliance-grid .c6.r7,
.page-environment .environment-governance-grid .c6.r7,
.page-environment .legend .c6.r7,
.page-environment .gas-grid .c6.r7,
.page-environment .emissions-grid .c6.r7,
.page-environment .business-grid .c6.r7,
.page-environment .trends-grid .c6.r7,
.page-environment .environment-ghg-by-source-grid .c6.r7,
.page-environment .environment-ghg-scope-3 .c6.r7,
.page-environment .environment-ghg-energy-consumption .c6.r7,
.page-environment .environment-ghg-energy-production .c6.r7,
.page-environment .environment-ghg-emissions-by-scope .c6.r7 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-environment .environment-ghg-grid .c7.r7,
.page-environment .environment-emissions-grid .c7.r7,
.page-environment .environment-compliance-grid .c7.r7,
.page-environment .environment-governance-grid .c7.r7,
.page-environment .legend .c7.r7,
.page-environment .gas-grid .c7.r7,
.page-environment .emissions-grid .c7.r7,
.page-environment .business-grid .c7.r7,
.page-environment .trends-grid .c7.r7,
.page-environment .environment-ghg-by-source-grid .c7.r7,
.page-environment .environment-ghg-scope-3 .c7.r7,
.page-environment .environment-ghg-energy-consumption .c7.r7,
.page-environment .environment-ghg-energy-production .c7.r7,
.page-environment .environment-ghg-emissions-by-scope .c7.r7 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-environment .environment-ghg-grid .c8.r7,
.page-environment .environment-emissions-grid .c8.r7,
.page-environment .environment-compliance-grid .c8.r7,
.page-environment .environment-governance-grid .c8.r7,
.page-environment .legend .c8.r7,
.page-environment .gas-grid .c8.r7,
.page-environment .emissions-grid .c8.r7,
.page-environment .business-grid .c8.r7,
.page-environment .trends-grid .c8.r7,
.page-environment .environment-ghg-by-source-grid .c8.r7,
.page-environment .environment-ghg-scope-3 .c8.r7,
.page-environment .environment-ghg-energy-consumption .c8.r7,
.page-environment .environment-ghg-energy-production .c8.r7,
.page-environment .environment-ghg-emissions-by-scope .c8.r7 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-environment .environment-ghg-grid .c1.r8,
.page-environment .environment-emissions-grid .c1.r8,
.page-environment .environment-compliance-grid .c1.r8,
.page-environment .environment-governance-grid .c1.r8,
.page-environment .legend .c1.r8,
.page-environment .gas-grid .c1.r8,
.page-environment .emissions-grid .c1.r8,
.page-environment .business-grid .c1.r8,
.page-environment .trends-grid .c1.r8,
.page-environment .environment-ghg-by-source-grid .c1.r8,
.page-environment .environment-ghg-scope-3 .c1.r8,
.page-environment .environment-ghg-energy-consumption .c1.r8,
.page-environment .environment-ghg-energy-production .c1.r8,
.page-environment .environment-ghg-emissions-by-scope .c1.r8 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-environment .environment-ghg-grid .c2.r8,
.page-environment .environment-emissions-grid .c2.r8,
.page-environment .environment-compliance-grid .c2.r8,
.page-environment .environment-governance-grid .c2.r8,
.page-environment .legend .c2.r8,
.page-environment .gas-grid .c2.r8,
.page-environment .emissions-grid .c2.r8,
.page-environment .business-grid .c2.r8,
.page-environment .trends-grid .c2.r8,
.page-environment .environment-ghg-by-source-grid .c2.r8,
.page-environment .environment-ghg-scope-3 .c2.r8,
.page-environment .environment-ghg-energy-consumption .c2.r8,
.page-environment .environment-ghg-energy-production .c2.r8,
.page-environment .environment-ghg-emissions-by-scope .c2.r8 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-environment .environment-ghg-grid .c3.r8,
.page-environment .environment-emissions-grid .c3.r8,
.page-environment .environment-compliance-grid .c3.r8,
.page-environment .environment-governance-grid .c3.r8,
.page-environment .legend .c3.r8,
.page-environment .gas-grid .c3.r8,
.page-environment .emissions-grid .c3.r8,
.page-environment .business-grid .c3.r8,
.page-environment .trends-grid .c3.r8,
.page-environment .environment-ghg-by-source-grid .c3.r8,
.page-environment .environment-ghg-scope-3 .c3.r8,
.page-environment .environment-ghg-energy-consumption .c3.r8,
.page-environment .environment-ghg-energy-production .c3.r8,
.page-environment .environment-ghg-emissions-by-scope .c3.r8 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-environment .environment-ghg-grid .c4.r8,
.page-environment .environment-emissions-grid .c4.r8,
.page-environment .environment-compliance-grid .c4.r8,
.page-environment .environment-governance-grid .c4.r8,
.page-environment .legend .c4.r8,
.page-environment .gas-grid .c4.r8,
.page-environment .emissions-grid .c4.r8,
.page-environment .business-grid .c4.r8,
.page-environment .trends-grid .c4.r8,
.page-environment .environment-ghg-by-source-grid .c4.r8,
.page-environment .environment-ghg-scope-3 .c4.r8,
.page-environment .environment-ghg-energy-consumption .c4.r8,
.page-environment .environment-ghg-energy-production .c4.r8,
.page-environment .environment-ghg-emissions-by-scope .c4.r8 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-environment .environment-ghg-grid .c5.r8,
.page-environment .environment-emissions-grid .c5.r8,
.page-environment .environment-compliance-grid .c5.r8,
.page-environment .environment-governance-grid .c5.r8,
.page-environment .legend .c5.r8,
.page-environment .gas-grid .c5.r8,
.page-environment .emissions-grid .c5.r8,
.page-environment .business-grid .c5.r8,
.page-environment .trends-grid .c5.r8,
.page-environment .environment-ghg-by-source-grid .c5.r8,
.page-environment .environment-ghg-scope-3 .c5.r8,
.page-environment .environment-ghg-energy-consumption .c5.r8,
.page-environment .environment-ghg-energy-production .c5.r8,
.page-environment .environment-ghg-emissions-by-scope .c5.r8 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-environment .environment-ghg-grid .c6.r8,
.page-environment .environment-emissions-grid .c6.r8,
.page-environment .environment-compliance-grid .c6.r8,
.page-environment .environment-governance-grid .c6.r8,
.page-environment .legend .c6.r8,
.page-environment .gas-grid .c6.r8,
.page-environment .emissions-grid .c6.r8,
.page-environment .business-grid .c6.r8,
.page-environment .trends-grid .c6.r8,
.page-environment .environment-ghg-by-source-grid .c6.r8,
.page-environment .environment-ghg-scope-3 .c6.r8,
.page-environment .environment-ghg-energy-consumption .c6.r8,
.page-environment .environment-ghg-energy-production .c6.r8,
.page-environment .environment-ghg-emissions-by-scope .c6.r8 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-environment .environment-ghg-grid .c7.r8,
.page-environment .environment-emissions-grid .c7.r8,
.page-environment .environment-compliance-grid .c7.r8,
.page-environment .environment-governance-grid .c7.r8,
.page-environment .legend .c7.r8,
.page-environment .gas-grid .c7.r8,
.page-environment .emissions-grid .c7.r8,
.page-environment .business-grid .c7.r8,
.page-environment .trends-grid .c7.r8,
.page-environment .environment-ghg-by-source-grid .c7.r8,
.page-environment .environment-ghg-scope-3 .c7.r8,
.page-environment .environment-ghg-energy-consumption .c7.r8,
.page-environment .environment-ghg-energy-production .c7.r8,
.page-environment .environment-ghg-emissions-by-scope .c7.r8 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-environment .environment-ghg-grid .c8.r8,
.page-environment .environment-emissions-grid .c8.r8,
.page-environment .environment-compliance-grid .c8.r8,
.page-environment .environment-governance-grid .c8.r8,
.page-environment .legend .c8.r8,
.page-environment .gas-grid .c8.r8,
.page-environment .emissions-grid .c8.r8,
.page-environment .business-grid .c8.r8,
.page-environment .trends-grid .c8.r8,
.page-environment .environment-ghg-by-source-grid .c8.r8,
.page-environment .environment-ghg-scope-3 .c8.r8,
.page-environment .environment-ghg-energy-consumption .c8.r8,
.page-environment .environment-ghg-energy-production .c8.r8,
.page-environment .environment-ghg-emissions-by-scope .c8.r8 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-environment .environment-ghg-grid .c1.r9,
.page-environment .environment-emissions-grid .c1.r9,
.page-environment .environment-compliance-grid .c1.r9,
.page-environment .environment-governance-grid .c1.r9,
.page-environment .legend .c1.r9,
.page-environment .gas-grid .c1.r9,
.page-environment .emissions-grid .c1.r9,
.page-environment .business-grid .c1.r9,
.page-environment .trends-grid .c1.r9,
.page-environment .environment-ghg-by-source-grid .c1.r9,
.page-environment .environment-ghg-scope-3 .c1.r9,
.page-environment .environment-ghg-energy-consumption .c1.r9,
.page-environment .environment-ghg-energy-production .c1.r9,
.page-environment .environment-ghg-emissions-by-scope .c1.r9 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-environment .environment-ghg-grid .c2.r9,
.page-environment .environment-emissions-grid .c2.r9,
.page-environment .environment-compliance-grid .c2.r9,
.page-environment .environment-governance-grid .c2.r9,
.page-environment .legend .c2.r9,
.page-environment .gas-grid .c2.r9,
.page-environment .emissions-grid .c2.r9,
.page-environment .business-grid .c2.r9,
.page-environment .trends-grid .c2.r9,
.page-environment .environment-ghg-by-source-grid .c2.r9,
.page-environment .environment-ghg-scope-3 .c2.r9,
.page-environment .environment-ghg-energy-consumption .c2.r9,
.page-environment .environment-ghg-energy-production .c2.r9,
.page-environment .environment-ghg-emissions-by-scope .c2.r9 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-environment .environment-ghg-grid .c3.r9,
.page-environment .environment-emissions-grid .c3.r9,
.page-environment .environment-compliance-grid .c3.r9,
.page-environment .environment-governance-grid .c3.r9,
.page-environment .legend .c3.r9,
.page-environment .gas-grid .c3.r9,
.page-environment .emissions-grid .c3.r9,
.page-environment .business-grid .c3.r9,
.page-environment .trends-grid .c3.r9,
.page-environment .environment-ghg-by-source-grid .c3.r9,
.page-environment .environment-ghg-scope-3 .c3.r9,
.page-environment .environment-ghg-energy-consumption .c3.r9,
.page-environment .environment-ghg-energy-production .c3.r9,
.page-environment .environment-ghg-emissions-by-scope .c3.r9 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-environment .environment-ghg-grid .c4.r9,
.page-environment .environment-emissions-grid .c4.r9,
.page-environment .environment-compliance-grid .c4.r9,
.page-environment .environment-governance-grid .c4.r9,
.page-environment .legend .c4.r9,
.page-environment .gas-grid .c4.r9,
.page-environment .emissions-grid .c4.r9,
.page-environment .business-grid .c4.r9,
.page-environment .trends-grid .c4.r9,
.page-environment .environment-ghg-by-source-grid .c4.r9,
.page-environment .environment-ghg-scope-3 .c4.r9,
.page-environment .environment-ghg-energy-consumption .c4.r9,
.page-environment .environment-ghg-energy-production .c4.r9,
.page-environment .environment-ghg-emissions-by-scope .c4.r9 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-environment .environment-ghg-grid .c5.r9,
.page-environment .environment-emissions-grid .c5.r9,
.page-environment .environment-compliance-grid .c5.r9,
.page-environment .environment-governance-grid .c5.r9,
.page-environment .legend .c5.r9,
.page-environment .gas-grid .c5.r9,
.page-environment .emissions-grid .c5.r9,
.page-environment .business-grid .c5.r9,
.page-environment .trends-grid .c5.r9,
.page-environment .environment-ghg-by-source-grid .c5.r9,
.page-environment .environment-ghg-scope-3 .c5.r9,
.page-environment .environment-ghg-energy-consumption .c5.r9,
.page-environment .environment-ghg-energy-production .c5.r9,
.page-environment .environment-ghg-emissions-by-scope .c5.r9 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-environment .environment-ghg-grid .c6.r9,
.page-environment .environment-emissions-grid .c6.r9,
.page-environment .environment-compliance-grid .c6.r9,
.page-environment .environment-governance-grid .c6.r9,
.page-environment .legend .c6.r9,
.page-environment .gas-grid .c6.r9,
.page-environment .emissions-grid .c6.r9,
.page-environment .business-grid .c6.r9,
.page-environment .trends-grid .c6.r9,
.page-environment .environment-ghg-by-source-grid .c6.r9,
.page-environment .environment-ghg-scope-3 .c6.r9,
.page-environment .environment-ghg-energy-consumption .c6.r9,
.page-environment .environment-ghg-energy-production .c6.r9,
.page-environment .environment-ghg-emissions-by-scope .c6.r9 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-environment .environment-ghg-grid .c7.r9,
.page-environment .environment-emissions-grid .c7.r9,
.page-environment .environment-compliance-grid .c7.r9,
.page-environment .environment-governance-grid .c7.r9,
.page-environment .legend .c7.r9,
.page-environment .gas-grid .c7.r9,
.page-environment .emissions-grid .c7.r9,
.page-environment .business-grid .c7.r9,
.page-environment .trends-grid .c7.r9,
.page-environment .environment-ghg-by-source-grid .c7.r9,
.page-environment .environment-ghg-scope-3 .c7.r9,
.page-environment .environment-ghg-energy-consumption .c7.r9,
.page-environment .environment-ghg-energy-production .c7.r9,
.page-environment .environment-ghg-emissions-by-scope .c7.r9 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-environment .environment-ghg-grid .c8.r9,
.page-environment .environment-emissions-grid .c8.r9,
.page-environment .environment-compliance-grid .c8.r9,
.page-environment .environment-governance-grid .c8.r9,
.page-environment .legend .c8.r9,
.page-environment .gas-grid .c8.r9,
.page-environment .emissions-grid .c8.r9,
.page-environment .business-grid .c8.r9,
.page-environment .trends-grid .c8.r9,
.page-environment .environment-ghg-by-source-grid .c8.r9,
.page-environment .environment-ghg-scope-3 .c8.r9,
.page-environment .environment-ghg-energy-consumption .c8.r9,
.page-environment .environment-ghg-energy-production .c8.r9,
.page-environment .environment-ghg-emissions-by-scope .c8.r9 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-environment .environment-ghg-grid .c1.r10,
.page-environment .environment-emissions-grid .c1.r10,
.page-environment .environment-compliance-grid .c1.r10,
.page-environment .environment-governance-grid .c1.r10,
.page-environment .legend .c1.r10,
.page-environment .gas-grid .c1.r10,
.page-environment .emissions-grid .c1.r10,
.page-environment .business-grid .c1.r10,
.page-environment .trends-grid .c1.r10,
.page-environment .environment-ghg-by-source-grid .c1.r10,
.page-environment .environment-ghg-scope-3 .c1.r10,
.page-environment .environment-ghg-energy-consumption .c1.r10,
.page-environment .environment-ghg-energy-production .c1.r10,
.page-environment .environment-ghg-emissions-by-scope .c1.r10 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-environment .environment-ghg-grid .c2.r10,
.page-environment .environment-emissions-grid .c2.r10,
.page-environment .environment-compliance-grid .c2.r10,
.page-environment .environment-governance-grid .c2.r10,
.page-environment .legend .c2.r10,
.page-environment .gas-grid .c2.r10,
.page-environment .emissions-grid .c2.r10,
.page-environment .business-grid .c2.r10,
.page-environment .trends-grid .c2.r10,
.page-environment .environment-ghg-by-source-grid .c2.r10,
.page-environment .environment-ghg-scope-3 .c2.r10,
.page-environment .environment-ghg-energy-consumption .c2.r10,
.page-environment .environment-ghg-energy-production .c2.r10,
.page-environment .environment-ghg-emissions-by-scope .c2.r10 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-environment .environment-ghg-grid .c3.r10,
.page-environment .environment-emissions-grid .c3.r10,
.page-environment .environment-compliance-grid .c3.r10,
.page-environment .environment-governance-grid .c3.r10,
.page-environment .legend .c3.r10,
.page-environment .gas-grid .c3.r10,
.page-environment .emissions-grid .c3.r10,
.page-environment .business-grid .c3.r10,
.page-environment .trends-grid .c3.r10,
.page-environment .environment-ghg-by-source-grid .c3.r10,
.page-environment .environment-ghg-scope-3 .c3.r10,
.page-environment .environment-ghg-energy-consumption .c3.r10,
.page-environment .environment-ghg-energy-production .c3.r10,
.page-environment .environment-ghg-emissions-by-scope .c3.r10 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-environment .environment-ghg-grid .c4.r10,
.page-environment .environment-emissions-grid .c4.r10,
.page-environment .environment-compliance-grid .c4.r10,
.page-environment .environment-governance-grid .c4.r10,
.page-environment .legend .c4.r10,
.page-environment .gas-grid .c4.r10,
.page-environment .emissions-grid .c4.r10,
.page-environment .business-grid .c4.r10,
.page-environment .trends-grid .c4.r10,
.page-environment .environment-ghg-by-source-grid .c4.r10,
.page-environment .environment-ghg-scope-3 .c4.r10,
.page-environment .environment-ghg-energy-consumption .c4.r10,
.page-environment .environment-ghg-energy-production .c4.r10,
.page-environment .environment-ghg-emissions-by-scope .c4.r10 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-environment .environment-ghg-grid .c5.r10,
.page-environment .environment-emissions-grid .c5.r10,
.page-environment .environment-compliance-grid .c5.r10,
.page-environment .environment-governance-grid .c5.r10,
.page-environment .legend .c5.r10,
.page-environment .gas-grid .c5.r10,
.page-environment .emissions-grid .c5.r10,
.page-environment .business-grid .c5.r10,
.page-environment .trends-grid .c5.r10,
.page-environment .environment-ghg-by-source-grid .c5.r10,
.page-environment .environment-ghg-scope-3 .c5.r10,
.page-environment .environment-ghg-energy-consumption .c5.r10,
.page-environment .environment-ghg-energy-production .c5.r10,
.page-environment .environment-ghg-emissions-by-scope .c5.r10 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-environment .environment-ghg-grid .c6.r10,
.page-environment .environment-emissions-grid .c6.r10,
.page-environment .environment-compliance-grid .c6.r10,
.page-environment .environment-governance-grid .c6.r10,
.page-environment .legend .c6.r10,
.page-environment .gas-grid .c6.r10,
.page-environment .emissions-grid .c6.r10,
.page-environment .business-grid .c6.r10,
.page-environment .trends-grid .c6.r10,
.page-environment .environment-ghg-by-source-grid .c6.r10,
.page-environment .environment-ghg-scope-3 .c6.r10,
.page-environment .environment-ghg-energy-consumption .c6.r10,
.page-environment .environment-ghg-energy-production .c6.r10,
.page-environment .environment-ghg-emissions-by-scope .c6.r10 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-environment .environment-ghg-grid .c7.r10,
.page-environment .environment-emissions-grid .c7.r10,
.page-environment .environment-compliance-grid .c7.r10,
.page-environment .environment-governance-grid .c7.r10,
.page-environment .legend .c7.r10,
.page-environment .gas-grid .c7.r10,
.page-environment .emissions-grid .c7.r10,
.page-environment .business-grid .c7.r10,
.page-environment .trends-grid .c7.r10,
.page-environment .environment-ghg-by-source-grid .c7.r10,
.page-environment .environment-ghg-scope-3 .c7.r10,
.page-environment .environment-ghg-energy-consumption .c7.r10,
.page-environment .environment-ghg-energy-production .c7.r10,
.page-environment .environment-ghg-emissions-by-scope .c7.r10 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-environment .environment-ghg-grid .c8.r10,
.page-environment .environment-emissions-grid .c8.r10,
.page-environment .environment-compliance-grid .c8.r10,
.page-environment .environment-governance-grid .c8.r10,
.page-environment .legend .c8.r10,
.page-environment .gas-grid .c8.r10,
.page-environment .emissions-grid .c8.r10,
.page-environment .business-grid .c8.r10,
.page-environment .trends-grid .c8.r10,
.page-environment .environment-ghg-by-source-grid .c8.r10,
.page-environment .environment-ghg-scope-3 .c8.r10,
.page-environment .environment-ghg-energy-consumption .c8.r10,
.page-environment .environment-ghg-energy-production .c8.r10,
.page-environment .environment-ghg-emissions-by-scope .c8.r10 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-environment .environment-ghg-grid .c1.r11,
.page-environment .environment-emissions-grid .c1.r11,
.page-environment .environment-compliance-grid .c1.r11,
.page-environment .environment-governance-grid .c1.r11,
.page-environment .legend .c1.r11,
.page-environment .gas-grid .c1.r11,
.page-environment .emissions-grid .c1.r11,
.page-environment .business-grid .c1.r11,
.page-environment .trends-grid .c1.r11,
.page-environment .environment-ghg-by-source-grid .c1.r11,
.page-environment .environment-ghg-scope-3 .c1.r11,
.page-environment .environment-ghg-energy-consumption .c1.r11,
.page-environment .environment-ghg-energy-production .c1.r11,
.page-environment .environment-ghg-emissions-by-scope .c1.r11 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-environment .environment-ghg-grid .c2.r11,
.page-environment .environment-emissions-grid .c2.r11,
.page-environment .environment-compliance-grid .c2.r11,
.page-environment .environment-governance-grid .c2.r11,
.page-environment .legend .c2.r11,
.page-environment .gas-grid .c2.r11,
.page-environment .emissions-grid .c2.r11,
.page-environment .business-grid .c2.r11,
.page-environment .trends-grid .c2.r11,
.page-environment .environment-ghg-by-source-grid .c2.r11,
.page-environment .environment-ghg-scope-3 .c2.r11,
.page-environment .environment-ghg-energy-consumption .c2.r11,
.page-environment .environment-ghg-energy-production .c2.r11,
.page-environment .environment-ghg-emissions-by-scope .c2.r11 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-environment .environment-ghg-grid .c3.r11,
.page-environment .environment-emissions-grid .c3.r11,
.page-environment .environment-compliance-grid .c3.r11,
.page-environment .environment-governance-grid .c3.r11,
.page-environment .legend .c3.r11,
.page-environment .gas-grid .c3.r11,
.page-environment .emissions-grid .c3.r11,
.page-environment .business-grid .c3.r11,
.page-environment .trends-grid .c3.r11,
.page-environment .environment-ghg-by-source-grid .c3.r11,
.page-environment .environment-ghg-scope-3 .c3.r11,
.page-environment .environment-ghg-energy-consumption .c3.r11,
.page-environment .environment-ghg-energy-production .c3.r11,
.page-environment .environment-ghg-emissions-by-scope .c3.r11 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-environment .environment-ghg-grid .c4.r11,
.page-environment .environment-emissions-grid .c4.r11,
.page-environment .environment-compliance-grid .c4.r11,
.page-environment .environment-governance-grid .c4.r11,
.page-environment .legend .c4.r11,
.page-environment .gas-grid .c4.r11,
.page-environment .emissions-grid .c4.r11,
.page-environment .business-grid .c4.r11,
.page-environment .trends-grid .c4.r11,
.page-environment .environment-ghg-by-source-grid .c4.r11,
.page-environment .environment-ghg-scope-3 .c4.r11,
.page-environment .environment-ghg-energy-consumption .c4.r11,
.page-environment .environment-ghg-energy-production .c4.r11,
.page-environment .environment-ghg-emissions-by-scope .c4.r11 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-environment .environment-ghg-grid .c5.r11,
.page-environment .environment-emissions-grid .c5.r11,
.page-environment .environment-compliance-grid .c5.r11,
.page-environment .environment-governance-grid .c5.r11,
.page-environment .legend .c5.r11,
.page-environment .gas-grid .c5.r11,
.page-environment .emissions-grid .c5.r11,
.page-environment .business-grid .c5.r11,
.page-environment .trends-grid .c5.r11,
.page-environment .environment-ghg-by-source-grid .c5.r11,
.page-environment .environment-ghg-scope-3 .c5.r11,
.page-environment .environment-ghg-energy-consumption .c5.r11,
.page-environment .environment-ghg-energy-production .c5.r11,
.page-environment .environment-ghg-emissions-by-scope .c5.r11 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-environment .environment-ghg-grid .c6.r11,
.page-environment .environment-emissions-grid .c6.r11,
.page-environment .environment-compliance-grid .c6.r11,
.page-environment .environment-governance-grid .c6.r11,
.page-environment .legend .c6.r11,
.page-environment .gas-grid .c6.r11,
.page-environment .emissions-grid .c6.r11,
.page-environment .business-grid .c6.r11,
.page-environment .trends-grid .c6.r11,
.page-environment .environment-ghg-by-source-grid .c6.r11,
.page-environment .environment-ghg-scope-3 .c6.r11,
.page-environment .environment-ghg-energy-consumption .c6.r11,
.page-environment .environment-ghg-energy-production .c6.r11,
.page-environment .environment-ghg-emissions-by-scope .c6.r11 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-environment .environment-ghg-grid .c7.r11,
.page-environment .environment-emissions-grid .c7.r11,
.page-environment .environment-compliance-grid .c7.r11,
.page-environment .environment-governance-grid .c7.r11,
.page-environment .legend .c7.r11,
.page-environment .gas-grid .c7.r11,
.page-environment .emissions-grid .c7.r11,
.page-environment .business-grid .c7.r11,
.page-environment .trends-grid .c7.r11,
.page-environment .environment-ghg-by-source-grid .c7.r11,
.page-environment .environment-ghg-scope-3 .c7.r11,
.page-environment .environment-ghg-energy-consumption .c7.r11,
.page-environment .environment-ghg-energy-production .c7.r11,
.page-environment .environment-ghg-emissions-by-scope .c7.r11 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-environment .environment-ghg-grid .c8.r11,
.page-environment .environment-emissions-grid .c8.r11,
.page-environment .environment-compliance-grid .c8.r11,
.page-environment .environment-governance-grid .c8.r11,
.page-environment .legend .c8.r11,
.page-environment .gas-grid .c8.r11,
.page-environment .emissions-grid .c8.r11,
.page-environment .business-grid .c8.r11,
.page-environment .trends-grid .c8.r11,
.page-environment .environment-ghg-by-source-grid .c8.r11,
.page-environment .environment-ghg-scope-3 .c8.r11,
.page-environment .environment-ghg-energy-consumption .c8.r11,
.page-environment .environment-ghg-energy-production .c8.r11,
.page-environment .environment-ghg-emissions-by-scope .c8.r11 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-environment .environment-compliance-grid {
  padding: 30px;
  color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 44% 20% 13% 13% 10%;
  grid-template-columns: 44% 20% 13% 13% 10%;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  background-color: #5C7F71;
}
.page-environment .environment-compliance-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-environment .environment-compliance-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-environment .environment-compliance-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-environment .environment-compliance-grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.page-environment .environment-compliance-grid > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.page-environment .environment-compliance-grid > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-environment .environment-compliance-grid > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-environment .environment-compliance-grid > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-environment .environment-compliance-grid > *:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.page-environment .environment-compliance-grid > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}
.page-environment .environment-compliance-grid > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-environment .environment-compliance-grid > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-environment .environment-compliance-grid > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-environment .environment-compliance-grid > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.page-environment .environment-compliance-grid > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.page-environment .environment-compliance-grid > *:nth-child(16) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-environment .environment-compliance-grid > *:nth-child(17) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-environment .environment-compliance-grid > *:nth-child(18) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.page-environment .environment-compliance-grid > *:nth-child(19) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.page-environment .environment-compliance-grid > *:nth-child(20) {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
}
.page-environment .environment-compliance-grid > *:nth-child(21) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-environment .environment-compliance-grid > *:nth-child(22) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-environment .environment-compliance-grid > *:nth-child(23) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-environment .environment-compliance-grid > *:nth-child(24) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
.page-environment .environment-compliance-grid > *:nth-child(25) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.page-environment .environment-compliance-grid div {
  padding: 10px;
  text-align: right;
  background-color: #809E95;
}
.page-environment .environment-compliance-grid div.c1 {
  text-align: left;
  font-weight: bold;
  padding-left: 25px !important;
}
@media screen and (max-width: 720px) {
  .page-environment .environment-compliance-grid {
    -ms-grid-columns: 25% 25% 25% 25% ;
    grid-template-columns: 25% 25% 25% 25% ;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .page-environment .environment-compliance-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-environment .environment-compliance-grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .page-environment .environment-compliance-grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .page-environment .environment-compliance-grid > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .page-environment .environment-compliance-grid > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .page-environment .environment-compliance-grid > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .page-environment .environment-compliance-grid > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .page-environment .environment-compliance-grid > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .page-environment .environment-compliance-grid > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-environment .environment-compliance-grid > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .page-environment .environment-compliance-grid > *:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .page-environment .environment-compliance-grid > *:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  .page-environment .environment-compliance-grid > *:nth-child(13) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .page-environment .environment-compliance-grid > *:nth-child(14) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .page-environment .environment-compliance-grid > *:nth-child(15) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .page-environment .environment-compliance-grid > *:nth-child(16) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  .page-environment .environment-compliance-grid > *:nth-child(17) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-environment .environment-compliance-grid > *:nth-child(18) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .page-environment .environment-compliance-grid > *:nth-child(19) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .page-environment .environment-compliance-grid > *:nth-child(20) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
  }
  .page-environment .environment-compliance-grid h3 {
    font-size: 20px;
  }
  .page-environment .environment-compliance-grid .c1 {
    padding-left: 10px;
    font-family: Calibre Web Bold;
  }
  .page-environment .environment-compliance-grid .c1.r1 {
    display: none;
  }
  .page-environment .environment-compliance-grid .c2.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-environment .environment-compliance-grid .c3.r1 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-environment .environment-compliance-grid .c4.r1 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-environment .environment-compliance-grid .c5.r1 {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-environment .environment-compliance-grid .c1.r2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .page-environment .environment-compliance-grid .c2.r2 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-environment .environment-compliance-grid .c3.r2 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-environment .environment-compliance-grid .c4.r2 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-environment .environment-compliance-grid .c5.r2 {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-environment .environment-compliance-grid .c1.r3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .page-environment .environment-compliance-grid .c2.r3 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-environment .environment-compliance-grid .c3.r3 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-environment .environment-compliance-grid .c4.r3 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-environment .environment-compliance-grid .c5.r3 {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-environment .environment-compliance-grid .c1.r4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .page-environment .environment-compliance-grid .c2.r4 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-environment .environment-compliance-grid .c3.r4 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-environment .environment-compliance-grid .c4.r4 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-environment .environment-compliance-grid .c5.r4 {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-environment .environment-compliance-grid .c1.r5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .page-environment .environment-compliance-grid .c2.r5 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .page-environment .environment-compliance-grid .c3.r5 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .page-environment .environment-compliance-grid .c4.r5 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .page-environment .environment-compliance-grid .c5.r5 {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 9;
    grid-row: 9;
  }
}
.page-material .material-home {
  background-image: url("/2019/assets/img/bkg-material-issues@2x.jpg");
}
@media screen and (max-width: 720px) {
  .page-material .material-home {
    background-position: 40% 50%;
  }
}
.page-material .material-process-item {
  border: 1px solid #A50034;
  padding: 25px;
}
@media screen and (max-width: 720px) {
  .page-material .material-process-item.material-center {
    margin: 15px 0 !important;
  }
}
.page-material .read-more-link {
  font-size: 18px;
  font-family: Calibre Web Bold !important;
}
.page-material .read-more-link:after {
  font-family: 'downer' !important;
  font-family: Calibre Web Bold;
  font-size: 25px;
  vertical-align: text-bottom;
  padding-left: 20px;
}
.page-material .read-more-link:after a {
  text-decoration: none;
}
.page-material .read-more-link a {
  text-decoration: none;
}
.page-material .read-more-link:after {
  cursor: pointer;
  content: 'k';
}
.page-material .zero-logo-container {
  float: left;
}
.page-material .zero-logo-container .zero-logo {
  max-width: 191px;
}
.page-material .material-tab-logo {
  max-width: 90px;
}
.page-material .zero-harm {
  float: right;
  max-width: 563px;
  position: relative;
}
@media screen and (max-width: 720px) {
  .page-material .zero-harm .zero-harm-headline {
    margin-top: 20px;
  }
}
.page-material .zero-harm .zero-harm-headline:after {
  font-family: 'downer' !important;
  font-family: Calibre Web Light;
  font-weight: 100;
  font-size: 50px;
  content: 'k';
  position: absolute;
  right: 0;
  top: -8px;
  vertical-align: text-top;
}
.page-material .zero-harm .zero-harm-headline:after a {
  text-decoration: none;
}
.page-material div.column-container {
  padding-top: 0;
}
.page-material div.column-container p {
  font-family: Calibre Web Regular;
}
.page-material div.column-container h3 {
  width: 100%;
  position: relative;
}
.page-material div.column-container h3:after {
  font-family: 'downer' !important;
  position: absolute;
  right: 0;
  content: 'k';
  vertical-align: baseline;
}
.page-material div.column-container h3:after a {
  text-decoration: none;
}
.page-material div.column-container .intro-image {
  min-height: 200px;
  background-size: cover;
}
.page-material div.column-container .people-image {
  background-image: url("/2019/assets/img/material-people@2x.jpg");
}
.page-material div.column-container .governance-image {
  background-image: url("/2019/assets/img/material-governance@2x.jpg");
}
.page-material div.column-container .health-image {
  background-image: url("/2019/assets/img/bkg-sus-healthsafety@2x.jpg");
}
.page-material div.column-container .environment-image {
  background-image: url("/2019/assets/img/bkg-sus-environment@2x.jpg");
}
.page-material div.column-container .communities-image {
  background-image: url("/2019/assets/img/bkg-communities.jpg");
  background-size: cover;
}
.page-material div.column-container .copy {
  padding: 20px;
}
.page-material .material-grid-container {
  margin: 30px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (11%)[9];
  grid-template-columns: repeat(9, 11%);
  -ms-grid-rows: 100px 100px;
  grid-template-rows: 100px 100px;
}
.page-material .material-grid-container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-material .material-grid-container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-material .material-grid-container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-material .material-grid-container > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.page-material .material-grid-container > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.page-material .material-grid-container > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
.page-material .material-grid-container > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.page-material .material-grid-container > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 8;
}
.page-material .material-grid-container > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.page-material .material-grid-container > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-material .material-grid-container > *:nth-child(11) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-material .material-grid-container > *:nth-child(12) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-material .material-grid-container > *:nth-child(13) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.page-material .material-grid-container > *:nth-child(14) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}
.page-material .material-grid-container > *:nth-child(15) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}
.page-material .material-grid-container > *:nth-child(16) {
  -ms-grid-row: 2;
  -ms-grid-column: 7;
}
.page-material .material-grid-container > *:nth-child(17) {
  -ms-grid-row: 2;
  -ms-grid-column: 8;
}
.page-material .material-grid-container > *:nth-child(18) {
  -ms-grid-row: 2;
  -ms-grid-column: 9;
}
.page-material .material-grid-container div {
  background-size: cover;
}
.page-material .material-grid-container .logo-0 {
  background-image: url("/2019/assets/img/logo-sd-goals.png");
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-material .material-grid-container .logo-1 {
  background-image: url("/2019/assets/img/logo-1.png");
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-material .material-grid-container .logo-2 {
  background-image: url("/2019/assets/img/logo-2.png");
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-material .material-grid-container .logo-3 {
  background-image: url("/2019/assets/img/logo-3.png");
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-material .material-grid-container .logo-4 {
  background-image: url("/2019/assets/img/logo-4.png");
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-material .material-grid-container .logo-5 {
  background-image: url("/2019/assets/img/logo-5.png");
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-material .material-grid-container .logo-6 {
  background-image: url("/2019/assets/img/logo-6.png");
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-material .material-grid-container .logo-7 {
  background-image: url("/2019/assets/img/logo-7.png");
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-material .material-grid-container .logo-8 {
  background-image: url("/2019/assets/img/logo-8.png");
  -ms-grid-column: 9;
  grid-column: 9;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-material .material-grid-container .logo-9 {
  background-image: url("/2019/assets/img/logo-9.png");
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-material .material-grid-container .logo-10 {
  background-image: url("/2019/assets/img/logo-10.png");
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-material .material-grid-container .logo-11 {
  background-image: url("/2019/assets/img/logo-11.png");
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-material .material-grid-container .logo-12 {
  background-image: url("/2019/assets/img/logo-12.png");
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-material .material-grid-container .logo-13 {
  background-image: url("/2019/assets/img/logo-13.png");
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-material .material-grid-container .logo-14 {
  background-image: url("/2019/assets/img/logo-14.png");
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-material .material-grid-container .logo-15 {
  background-image: url("/2019/assets/img/logo-15.png");
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-material .material-grid-container .logo-16 {
  background-image: url("/2019/assets/img/logo-16.png");
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-material .material-grid-container .logo-17 {
  background-image: url("/2019/assets/img/logo-17.png");
  -ms-grid-column: 9;
  grid-column: 9;
  -ms-grid-row: 2;
  grid-row: 2s;
}
@media screen and (max-width: 720px) {
  .page-material .material-grid-container {
    width: 300px;
    -ms-grid-columns: (100px)[3];
    grid-template-columns: repeat(3, 100px);
    -ms-grid-rows: (100px)[6];
    grid-template-rows: repeat(6, 100px);
  }
  .page-material .material-grid-container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-material .material-grid-container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .page-material .material-grid-container > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .page-material .material-grid-container > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .page-material .material-grid-container > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .page-material .material-grid-container > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .page-material .material-grid-container > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-material .material-grid-container > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .page-material .material-grid-container > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .page-material .material-grid-container > *:nth-child(10) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .page-material .material-grid-container > *:nth-child(11) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .page-material .material-grid-container > *:nth-child(12) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .page-material .material-grid-container > *:nth-child(13) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-material .material-grid-container > *:nth-child(14) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .page-material .material-grid-container > *:nth-child(15) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .page-material .material-grid-container > *:nth-child(16) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .page-material .material-grid-container > *:nth-child(17) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .page-material .material-grid-container > *:nth-child(18) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .page-material .material-grid-container div {
    background-size: cover;
  }
  .page-material .material-grid-container .logo-0 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-material .material-grid-container .logo-1 {
    background-image: url("/2019/assets/img/logo-1.png");
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-material .material-grid-container .logo-2 {
    background-image: url("/2019/assets/img/logo-2.png");
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-material .material-grid-container .logo-3 {
    background-image: url("/2019/assets/img/logo-3.png");
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .page-material .material-grid-container .logo-4 {
    background-image: url("/2019/assets/img/logo-4.png");
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .page-material .material-grid-container .logo-5 {
    background-image: url("/2019/assets/img/logo-5.png");
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .page-material .material-grid-container .logo-6 {
    background-image: url("/2019/assets/img/logo-6.png");
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-material .material-grid-container .logo-7 {
    background-image: url("/2019/assets/img/logo-7.png");
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-material .material-grid-container .logo-8 {
    background-image: url("/2019/assets/img/logo-8.png");
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-material .material-grid-container .logo-9 {
    background-image: url("/2019/assets/img/logo-9.png");
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .page-material .material-grid-container .logo-10 {
    background-image: url("/2019/assets/img/logo-10.png");
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .page-material .material-grid-container .logo-11 {
    background-image: url("/2019/assets/img/logo-11.png");
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .page-material .material-grid-container .logo-12 {
    background-image: url("/2019/assets/img/logo-12.png");
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-material .material-grid-container .logo-13 {
    background-image: url("/2019/assets/img/logo-13.png");
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-material .material-grid-container .logo-14 {
    background-image: url("/2019/assets/img/logo-14.png");
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-material .material-grid-container .logo-15 {
    background-image: url("/2019/assets/img/logo-15.png");
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .page-material .material-grid-container .logo-16 {
    background-image: url("/2019/assets/img/logo-16.png");
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .page-material .material-grid-container .logo-17 {
    background-image: url("/2019/assets/img/logo-17.png");
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
}
.page-material .material-tab-grid-container {
  background-color: white;
  padding: 30px 15px;
}
.page-material .material-tab-grid-container h2,
.page-material .material-tab-grid-container p {
  margin-left: 20px;
}
.page-material .material-tab-grid-container h4 {
  margin-top: 0;
}
.page-material .material-tab-grid-container .border {
  width: 60px;
  height: 8px;
  background-color: white;
  margin: 20px 0;
}
@media screen and (max-width: 720px) {
  .page-material .material-tab-grid-container {
    padding: 0;
    overflow: scroll;
    width: 500px;
  }
}
.page-material .material-tab-grid {
  -ms-grid-columns: 30% 70%;
  grid-template-columns: 30% 70%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: white;
  display: -ms-grid;
  display: grid;
  font-family: Calibre Web Regular;
}
.page-material .material-tab-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-material .material-tab-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-material .material-tab-grid div {
  overflow: visible;
  padding: 10px 5px;
  text-align: left;
  border-bottom: 1px solid #A50034;
  color: black;
  font-size: 16px;
  line-height: 18px;
}
.page-material .material-tab-grid div h4 {
  font-size: 16px;
  line-height: 18px;
}
.page-material .material-tab-grid div.r1 {
  background-color: #A50034;
  font-family: Calibre Web Bold;
  color: white;
  padding-bottom: 25px !important;
}
.page-material .material-tab-grid div.c1 {
  padding: 10px 25px 10px 15px;
  font-family: Calibre Web Bold;
}
.page-material .material-tab-grid div.c2 {
  padding: 10px 0;
}
.page-material .material-tab-grid.grid-0 {
  -ms-grid-columns: 30% 70%;
  grid-template-columns: 30% 70%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.page-material .material-tab-grid.grid-0 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-material .material-tab-grid.grid-0 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-material .material-tab-grid.grid-0 h2 {
  margin-left: 0;
}
.page-material .material-tab-grid.grid-0 .c1 {
  padding-left: 0;
}
.page-material .material-tab-grid.grid-1 {
  -ms-grid-columns: 20% 80%;
  grid-template-columns: 20% 80%;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}
.page-material .material-tab-grid.grid-1 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-material .material-tab-grid.grid-1 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-material .material-tab-grid.grid-1 > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-material .material-tab-grid.grid-1 > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-material .material-tab-grid.grid-1 > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-material .material-tab-grid.grid-1 > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-material .material-tab-grid.grid-1 > *:nth-child(7) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-material .material-tab-grid.grid-1 > *:nth-child(8) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-material .material-tab-grid.grid-1 > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-material .material-tab-grid.grid-1 > *:nth-child(10) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-material .material-tab-grid.grid-1 > *:nth-child(11) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-material .material-tab-grid.grid-1 > *:nth-child(12) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-material .material-tab-grid.grid-1 > *:nth-child(13) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.page-material .material-tab-grid.grid-1 > *:nth-child(14) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}
.page-material .material-tab-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-material .material-tab-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-material .material-tab-grid .c4.r1 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-material .material-tab-grid .c5.r1 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-material .material-tab-grid .c1.r2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-material .material-tab-grid .c2.r2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-material .material-tab-grid .c3.r2 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-material .material-tab-grid .c4.r2 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-material .material-tab-grid .c5.r2 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-material .material-tab-grid .c1.r3 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-material .material-tab-grid .c2.r3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-material .material-tab-grid .c3.r3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-material .material-tab-grid .c4.r3 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-material .material-tab-grid .c5.r3 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-material .material-tab-grid .c1.r4 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-material .material-tab-grid .c2.r4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-material .material-tab-grid .c3.r4 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-material .material-tab-grid .c4.r4 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-material .material-tab-grid .c5.r4 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-material .material-tab-grid .c1.r5 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-material .material-tab-grid .c2.r5 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-material .material-tab-grid .c3.r5 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-material .material-tab-grid .c4.r5 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-material .material-tab-grid .c5.r5 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-material .material-tab-grid .c1.r6 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-material .material-tab-grid .c2.r6 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-material .material-tab-grid .c3.r6 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-material .material-tab-grid .c4.r6 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-material .material-tab-grid .c5.r6 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-material .material-tab-grid .c1.r7 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-material .material-tab-grid .c2.r7 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-material .material-tab-grid .c3.r7 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-material .material-tab-grid .c4.r7 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-material .material-tab-grid .c5.r7 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-material .material-tab-grid .c1.r8 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-material .material-tab-grid .c2.r8 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-material .material-tab-grid .c3.r8 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-material .material-tab-grid .c4.r8 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-material .material-tab-grid .c5.r8 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-material .material-tab-grid .c1.r9 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-material .material-tab-grid .c2.r9 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-material .material-tab-grid .c3.r9 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-material .material-tab-grid .c4.r9 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-material .material-tab-grid .c5.r9 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-material .material-tab-grid .c1.r10 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-material .material-tab-grid .c2.r10 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-material .material-tab-grid .c3.r10 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-material .material-tab-grid .c4.r10 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-material .material-tab-grid .c5.r10 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-material .material-tab-grid .c1.r11 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-material .material-tab-grid .c2.r11 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-material .material-tab-grid .c3.r11 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-material .material-tab-grid .c4.r11 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-material .material-tab-grid .c5.r11 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-material .material-tab-grid .c1.r12 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-material .material-tab-grid .c2.r12 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-material .material-tab-grid .c3.r12 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-material .material-tab-grid .c4.r12 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-material .material-tab-grid .c5.r12 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-material .material-tab-grid .c1.r13 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-material .material-tab-grid .c2.r13 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-material .material-tab-grid .c3.r13 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-material .material-tab-grid .c4.r13 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-material .material-tab-grid .c5.r13 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-material .material-tab-grid .c1.r14 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-material .material-tab-grid .c2.r14 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-material .material-tab-grid .c3.r14 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-material .material-tab-grid .c4.r14 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-material .material-tab-grid .c5.r14 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-material .material-tab-grid .c1.r15 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-material .material-tab-grid .c2.r15 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-material .material-tab-grid .c3.r15 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-material .material-tab-grid .c4.r15 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-material .material-tab-grid .c5.r15 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-people .people-home {
  background-image: url("/2019/assets/img/bkg-people@2x.jpg");
}
@media screen and (max-width: 720px) {
  .page-people .people-home {
    background-position: 30% 50%;
  }
}
.page-people .hero-talent-attraction {
  background-image: url("/2019/assets/img/bkg-people-talent-attraction@2x.jpg");
}
@media screen and (max-width: 720px) {
  .page-people .hero-talent-attraction {
    background-position: 50% 50%;
  }
}
.page-people .hero-capability {
  background-image: url("/2019/assets/img/bkg-people-capability-banner.jpg");
}
@media screen and (min-width: 1100px) {
  .page-people .hero-capability {
    background-position: 50% 80%;
  }
}
.page-people .hero-case {
  background-image: url("/2019/assets/img/bkg-people-case@2x.png");
  background-position: right;
}
@media screen and (max-width: 720px) {
  .page-people .hero-case {
    background-position: 50%;
  }
}
.page-people .knowledge-box {
  min-height: 570px;
}
@media screen and (max-width: 720px) {
  .page-people .knowledge-box {
    height: auto;
  }
}
@media screen and (max-width: 720px) {
  .page-people #employee-capability,
  .page-people #employee-capability-image,
  .page-people #employee-diversity,
  .page-people #employee-diversity-image {
    margin: 0px !important;
  }
}
.page-people div.case-study-image.case-diversity {
  background-image: url('/2019/assets/img/people-case-diversity.jpg');
}
.page-people div.case-study-image.graduate {
  background-image: url('/2019/assets/img/people-case-graduate.jpg');
}
.page-people div.case-study-image.barriers {
  background-image: url('/2019/assets/img/people-case-barriers.jpg');
}
.page-people div.case-study-image.refugees {
  background-image: url('/2019/assets/img/people-case-refugees.jpg');
}
.page-people div.case-study-image.veteran {
  background-image: url('/2019/assets/img/people-case-veteran.jpg');
}
.page-people .people-workforce-chart {
  max-width: 275px;
}
.page-people .chart-container {
  display: inline-block;
  max-width: 200px;
  vertical-align: top;
  margin: 15px;
}
.page-people .chart-container .people-diversity-chart {
  max-width: 161px;
  margin-bottom: 15px;
}
.page-people .people-diversity-columns {
  width: 90%;
}
.page-people .retention-pie-container {
  position: relative;
  font-family: Calibre Web Bold;
  color: #00427B;
  font-size: 18px;
}
.page-people .retention-pie-container div {
  display: none;
}
.page-people .retention-pie-container .callout-1 {
  position: absolute;
  top: 55px;
  left: 80px;
}
.page-people .retention-pie-container .callout-2 {
  position: absolute;
  color: #94795D;
  top: 55px;
  right: 75px;
}
.page-people .retention-pie-container .callout-3 {
  position: absolute;
  color: #94795D;
  bottom: 105px;
  left: 75px;
}
.page-people .retention-pie-container .callout-4 {
  position: absolute;
  bottom: 105px;
  right: 75px;
}
.page-people .fni {
  vertical-align: top;
}
.page-people .breakdown-container {
  width: 100%;
  margin-top: 45px;
}
.page-people .breakdown-container .legend-container {
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}
.page-people .breakdown-container .legend-container .percent {
  position: absolute;
  right: 0;
}
.page-people .breakdown-container .legend-container .legend {
  height: 12px;
  width: 34px;
  display: inline-block;
  margin-right: 15px;
}
.page-people .breakdown-container .legend-container .legend.australia {
  background-color: #94D700;
}
.page-people .breakdown-container .legend-container .legend.nz {
  background-color: #00427B;
}
.page-people .breakdown-container .legend-container .legend.southern-africa {
  background-color: #B50B49;
}
.page-people .breakdown-container .legend-container .legend.south-america {
  background-color: #EA7600;
}
.page-people .breakdown-container .legend-container .legend.other {
  background-color: #5BC2E7;
}
.page-people .score69 {
  margin-top: 15px;
  max-width: 100px;
}
.page-people .top12 {
  float: right;
  max-width: 205px;
  padding: 0 0 20px 25px;
}
.page-people .retention-pie {
  display: block;
  max-width: 475px;
  margin: 30px auto;
}
@media screen and (max-width: 720px) {
  .page-people .retention-pie {
    max-width: 335px;
    margin: 20px auto;
  }
}
.page-people .capability {
  background-image: url("/2019/assets/img/people-capability.jpg");
  background-size: cover;
  background-position: 50% 50%;
}
.page-people .hero-content {
  background-size: cover;
  min-height: 480px;
}
.page-people .hero-content h2 {
  margin: 30px;
}
.page-people .retention-box {
  min-height: 545px;
}
.page-people div.underline {
  margin-top: 25px;
  border-bottom: 8px #00427B solid;
  width: 100%;
}
.page-people .future-hero {
  background-image: url("/2019/assets/img/people-future.jpg");
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 720px) {
  .page-people .future-hero {
    margin: 0px !important;
  }
}
.page-people .trends-hero {
  background-image: url("/2019/assets/img/people-trends.jpg");
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 720px) {
  .page-people .trends-hero {
    margin: 0px !important;
  }
}
.page-people #people-slavery-hero {
  background-image: url("/2019/assets/img/bkg-people-slavery@2x.png");
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 720px) {
  .page-people #people-slavery-hero {
    margin: 0px !important;
    background-position: 80% 50%;
  }
}
.page-people .stats-container .column {
  padding: 30px 50px;
}
.page-people .stats-container .column h4 {
  font-size: 25px;
  margin-bottom: 10px !important;
  padding-bottom: 10px;
  border-bottom-width: 8px;
  border-bottom-style: solid;
}
.page-people .stats-container .column h2 {
  font-size: 80px;
}
.page-people .gender-grid,
.page-people .gender-diversity-grid,
.page-people .emp-reg-gen-grid,
.page-people .workforce-reg-gen-grid,
.page-people .workforce-reg-grid,
.page-people .workforce-gen-grid,
.page-people .workforce-gen-status-grid,
.page-people .gender-diversity-perf-grid,
.page-people .emp-hire-turn-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  font-size: 16px;
  line-height: 18px;
}
.page-people .gender-grid div,
.page-people .gender-diversity-grid div,
.page-people .emp-reg-gen-grid div,
.page-people .workforce-reg-gen-grid div,
.page-people .workforce-reg-grid div,
.page-people .workforce-gen-grid div,
.page-people .workforce-gen-status-grid div,
.page-people .gender-diversity-perf-grid div,
.page-people .emp-hire-turn-grid div {
  padding: 10px;
  border-bottom: 1px solid #009681;
  text-align: center;
}
.page-people .gender-grid div.r1,
.page-people .gender-diversity-grid div.r1,
.page-people .emp-reg-gen-grid div.r1,
.page-people .workforce-reg-gen-grid div.r1,
.page-people .workforce-reg-grid div.r1,
.page-people .workforce-gen-grid div.r1,
.page-people .workforce-gen-status-grid div.r1,
.page-people .gender-diversity-perf-grid div.r1,
.page-people .emp-hire-turn-grid div.r1 {
  background-color: #009681;
  color: white;
  font-family: Calibre Web Bold;
  border-bottom: none;
}
.page-people .gender-grid div.c1,
.page-people .gender-diversity-grid div.c1,
.page-people .emp-reg-gen-grid div.c1,
.page-people .workforce-reg-gen-grid div.c1,
.page-people .workforce-reg-grid div.c1,
.page-people .workforce-gen-grid div.c1,
.page-people .workforce-gen-status-grid div.c1,
.page-people .gender-diversity-perf-grid div.c1,
.page-people .emp-hire-turn-grid div.c1 {
  border-left: 1px solid #009681;
  padding-left: 30px;
  text-align: left;
}
.page-people .gender-grid div.c1,
.page-people .gender-diversity-grid div.c1,
.page-people .emp-reg-gen-grid div.c1,
.page-people .workforce-reg-gen-grid div.c1,
.page-people .workforce-reg-grid div.c1,
.page-people .workforce-gen-grid div.c1,
.page-people .workforce-gen-status-grid div.c1,
.page-people .gender-diversity-perf-grid div.c1,
.page-people .emp-hire-turn-grid div.c1,
.page-people .gender-grid div.r2,
.page-people .gender-diversity-grid div.r2,
.page-people .emp-reg-gen-grid div.r2,
.page-people .workforce-reg-gen-grid div.r2,
.page-people .workforce-reg-grid div.r2,
.page-people .workforce-gen-grid div.r2,
.page-people .workforce-gen-status-grid div.r2,
.page-people .gender-diversity-perf-grid div.r2,
.page-people .emp-hire-turn-grid div.r2 {
  font-family: Calibre Web Bold;
}
.page-people .gender-grid .c1.r2,
.page-people .gender-diversity-grid .c1.r2,
.page-people .emp-reg-gen-grid .c1.r2,
.page-people .workforce-reg-gen-grid .c1.r2,
.page-people .workforce-reg-grid .c1.r2,
.page-people .workforce-gen-grid .c1.r2,
.page-people .workforce-gen-status-grid .c1.r2,
.page-people .gender-diversity-perf-grid .c1.r2,
.page-people .emp-hire-turn-grid .c1.r2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-people .gender-grid .c2.r2,
.page-people .gender-diversity-grid .c2.r2,
.page-people .emp-reg-gen-grid .c2.r2,
.page-people .workforce-reg-gen-grid .c2.r2,
.page-people .workforce-reg-grid .c2.r2,
.page-people .workforce-gen-grid .c2.r2,
.page-people .workforce-gen-status-grid .c2.r2,
.page-people .gender-diversity-perf-grid .c2.r2,
.page-people .emp-hire-turn-grid .c2.r2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-people .gender-grid .c3.r2,
.page-people .gender-diversity-grid .c3.r2,
.page-people .emp-reg-gen-grid .c3.r2,
.page-people .workforce-reg-gen-grid .c3.r2,
.page-people .workforce-reg-grid .c3.r2,
.page-people .workforce-gen-grid .c3.r2,
.page-people .workforce-gen-status-grid .c3.r2,
.page-people .gender-diversity-perf-grid .c3.r2,
.page-people .emp-hire-turn-grid .c3.r2 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-people .gender-grid .c4.r2,
.page-people .gender-diversity-grid .c4.r2,
.page-people .emp-reg-gen-grid .c4.r2,
.page-people .workforce-reg-gen-grid .c4.r2,
.page-people .workforce-reg-grid .c4.r2,
.page-people .workforce-gen-grid .c4.r2,
.page-people .workforce-gen-status-grid .c4.r2,
.page-people .gender-diversity-perf-grid .c4.r2,
.page-people .emp-hire-turn-grid .c4.r2 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-people .gender-grid .c5.r2,
.page-people .gender-diversity-grid .c5.r2,
.page-people .emp-reg-gen-grid .c5.r2,
.page-people .workforce-reg-gen-grid .c5.r2,
.page-people .workforce-reg-grid .c5.r2,
.page-people .workforce-gen-grid .c5.r2,
.page-people .workforce-gen-status-grid .c5.r2,
.page-people .gender-diversity-perf-grid .c5.r2,
.page-people .emp-hire-turn-grid .c5.r2 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-people .gender-grid .c6.r2,
.page-people .gender-diversity-grid .c6.r2,
.page-people .emp-reg-gen-grid .c6.r2,
.page-people .workforce-reg-gen-grid .c6.r2,
.page-people .workforce-reg-grid .c6.r2,
.page-people .workforce-gen-grid .c6.r2,
.page-people .workforce-gen-status-grid .c6.r2,
.page-people .gender-diversity-perf-grid .c6.r2,
.page-people .emp-hire-turn-grid .c6.r2 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-people .gender-grid .c7.r2,
.page-people .gender-diversity-grid .c7.r2,
.page-people .emp-reg-gen-grid .c7.r2,
.page-people .workforce-reg-gen-grid .c7.r2,
.page-people .workforce-reg-grid .c7.r2,
.page-people .workforce-gen-grid .c7.r2,
.page-people .workforce-gen-status-grid .c7.r2,
.page-people .gender-diversity-perf-grid .c7.r2,
.page-people .emp-hire-turn-grid .c7.r2 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-people .gender-grid .c1.r3,
.page-people .gender-diversity-grid .c1.r3,
.page-people .emp-reg-gen-grid .c1.r3,
.page-people .workforce-reg-gen-grid .c1.r3,
.page-people .workforce-reg-grid .c1.r3,
.page-people .workforce-gen-grid .c1.r3,
.page-people .workforce-gen-status-grid .c1.r3,
.page-people .gender-diversity-perf-grid .c1.r3,
.page-people .emp-hire-turn-grid .c1.r3 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-people .gender-grid .c2.r3,
.page-people .gender-diversity-grid .c2.r3,
.page-people .emp-reg-gen-grid .c2.r3,
.page-people .workforce-reg-gen-grid .c2.r3,
.page-people .workforce-reg-grid .c2.r3,
.page-people .workforce-gen-grid .c2.r3,
.page-people .workforce-gen-status-grid .c2.r3,
.page-people .gender-diversity-perf-grid .c2.r3,
.page-people .emp-hire-turn-grid .c2.r3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-people .gender-grid .c3.r3,
.page-people .gender-diversity-grid .c3.r3,
.page-people .emp-reg-gen-grid .c3.r3,
.page-people .workforce-reg-gen-grid .c3.r3,
.page-people .workforce-reg-grid .c3.r3,
.page-people .workforce-gen-grid .c3.r3,
.page-people .workforce-gen-status-grid .c3.r3,
.page-people .gender-diversity-perf-grid .c3.r3,
.page-people .emp-hire-turn-grid .c3.r3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-people .gender-grid .c4.r3,
.page-people .gender-diversity-grid .c4.r3,
.page-people .emp-reg-gen-grid .c4.r3,
.page-people .workforce-reg-gen-grid .c4.r3,
.page-people .workforce-reg-grid .c4.r3,
.page-people .workforce-gen-grid .c4.r3,
.page-people .workforce-gen-status-grid .c4.r3,
.page-people .gender-diversity-perf-grid .c4.r3,
.page-people .emp-hire-turn-grid .c4.r3 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-people .gender-grid .c5.r3,
.page-people .gender-diversity-grid .c5.r3,
.page-people .emp-reg-gen-grid .c5.r3,
.page-people .workforce-reg-gen-grid .c5.r3,
.page-people .workforce-reg-grid .c5.r3,
.page-people .workforce-gen-grid .c5.r3,
.page-people .workforce-gen-status-grid .c5.r3,
.page-people .gender-diversity-perf-grid .c5.r3,
.page-people .emp-hire-turn-grid .c5.r3 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-people .gender-grid .c6.r3,
.page-people .gender-diversity-grid .c6.r3,
.page-people .emp-reg-gen-grid .c6.r3,
.page-people .workforce-reg-gen-grid .c6.r3,
.page-people .workforce-reg-grid .c6.r3,
.page-people .workforce-gen-grid .c6.r3,
.page-people .workforce-gen-status-grid .c6.r3,
.page-people .gender-diversity-perf-grid .c6.r3,
.page-people .emp-hire-turn-grid .c6.r3 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-people .gender-grid .c7.r3,
.page-people .gender-diversity-grid .c7.r3,
.page-people .emp-reg-gen-grid .c7.r3,
.page-people .workforce-reg-gen-grid .c7.r3,
.page-people .workforce-reg-grid .c7.r3,
.page-people .workforce-gen-grid .c7.r3,
.page-people .workforce-gen-status-grid .c7.r3,
.page-people .gender-diversity-perf-grid .c7.r3,
.page-people .emp-hire-turn-grid .c7.r3 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-people .gender-grid .c1.r4,
.page-people .gender-diversity-grid .c1.r4,
.page-people .emp-reg-gen-grid .c1.r4,
.page-people .workforce-reg-gen-grid .c1.r4,
.page-people .workforce-reg-grid .c1.r4,
.page-people .workforce-gen-grid .c1.r4,
.page-people .workforce-gen-status-grid .c1.r4,
.page-people .gender-diversity-perf-grid .c1.r4,
.page-people .emp-hire-turn-grid .c1.r4 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-people .gender-grid .c2.r4,
.page-people .gender-diversity-grid .c2.r4,
.page-people .emp-reg-gen-grid .c2.r4,
.page-people .workforce-reg-gen-grid .c2.r4,
.page-people .workforce-reg-grid .c2.r4,
.page-people .workforce-gen-grid .c2.r4,
.page-people .workforce-gen-status-grid .c2.r4,
.page-people .gender-diversity-perf-grid .c2.r4,
.page-people .emp-hire-turn-grid .c2.r4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-people .gender-grid .c3.r4,
.page-people .gender-diversity-grid .c3.r4,
.page-people .emp-reg-gen-grid .c3.r4,
.page-people .workforce-reg-gen-grid .c3.r4,
.page-people .workforce-reg-grid .c3.r4,
.page-people .workforce-gen-grid .c3.r4,
.page-people .workforce-gen-status-grid .c3.r4,
.page-people .gender-diversity-perf-grid .c3.r4,
.page-people .emp-hire-turn-grid .c3.r4 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-people .gender-grid .c4.r4,
.page-people .gender-diversity-grid .c4.r4,
.page-people .emp-reg-gen-grid .c4.r4,
.page-people .workforce-reg-gen-grid .c4.r4,
.page-people .workforce-reg-grid .c4.r4,
.page-people .workforce-gen-grid .c4.r4,
.page-people .workforce-gen-status-grid .c4.r4,
.page-people .gender-diversity-perf-grid .c4.r4,
.page-people .emp-hire-turn-grid .c4.r4 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-people .gender-grid .c5.r4,
.page-people .gender-diversity-grid .c5.r4,
.page-people .emp-reg-gen-grid .c5.r4,
.page-people .workforce-reg-gen-grid .c5.r4,
.page-people .workforce-reg-grid .c5.r4,
.page-people .workforce-gen-grid .c5.r4,
.page-people .workforce-gen-status-grid .c5.r4,
.page-people .gender-diversity-perf-grid .c5.r4,
.page-people .emp-hire-turn-grid .c5.r4 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-people .gender-grid .c6.r4,
.page-people .gender-diversity-grid .c6.r4,
.page-people .emp-reg-gen-grid .c6.r4,
.page-people .workforce-reg-gen-grid .c6.r4,
.page-people .workforce-reg-grid .c6.r4,
.page-people .workforce-gen-grid .c6.r4,
.page-people .workforce-gen-status-grid .c6.r4,
.page-people .gender-diversity-perf-grid .c6.r4,
.page-people .emp-hire-turn-grid .c6.r4 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-people .gender-grid .c7.r4,
.page-people .gender-diversity-grid .c7.r4,
.page-people .emp-reg-gen-grid .c7.r4,
.page-people .workforce-reg-gen-grid .c7.r4,
.page-people .workforce-reg-grid .c7.r4,
.page-people .workforce-gen-grid .c7.r4,
.page-people .workforce-gen-status-grid .c7.r4,
.page-people .gender-diversity-perf-grid .c7.r4,
.page-people .emp-hire-turn-grid .c7.r4 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-people .gender-grid .c1.r5,
.page-people .gender-diversity-grid .c1.r5,
.page-people .emp-reg-gen-grid .c1.r5,
.page-people .workforce-reg-gen-grid .c1.r5,
.page-people .workforce-reg-grid .c1.r5,
.page-people .workforce-gen-grid .c1.r5,
.page-people .workforce-gen-status-grid .c1.r5,
.page-people .gender-diversity-perf-grid .c1.r5,
.page-people .emp-hire-turn-grid .c1.r5 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-people .gender-grid .c2.r5,
.page-people .gender-diversity-grid .c2.r5,
.page-people .emp-reg-gen-grid .c2.r5,
.page-people .workforce-reg-gen-grid .c2.r5,
.page-people .workforce-reg-grid .c2.r5,
.page-people .workforce-gen-grid .c2.r5,
.page-people .workforce-gen-status-grid .c2.r5,
.page-people .gender-diversity-perf-grid .c2.r5,
.page-people .emp-hire-turn-grid .c2.r5 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-people .gender-grid .c3.r5,
.page-people .gender-diversity-grid .c3.r5,
.page-people .emp-reg-gen-grid .c3.r5,
.page-people .workforce-reg-gen-grid .c3.r5,
.page-people .workforce-reg-grid .c3.r5,
.page-people .workforce-gen-grid .c3.r5,
.page-people .workforce-gen-status-grid .c3.r5,
.page-people .gender-diversity-perf-grid .c3.r5,
.page-people .emp-hire-turn-grid .c3.r5 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-people .gender-grid .c4.r5,
.page-people .gender-diversity-grid .c4.r5,
.page-people .emp-reg-gen-grid .c4.r5,
.page-people .workforce-reg-gen-grid .c4.r5,
.page-people .workforce-reg-grid .c4.r5,
.page-people .workforce-gen-grid .c4.r5,
.page-people .workforce-gen-status-grid .c4.r5,
.page-people .gender-diversity-perf-grid .c4.r5,
.page-people .emp-hire-turn-grid .c4.r5 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-people .gender-grid .c5.r5,
.page-people .gender-diversity-grid .c5.r5,
.page-people .emp-reg-gen-grid .c5.r5,
.page-people .workforce-reg-gen-grid .c5.r5,
.page-people .workforce-reg-grid .c5.r5,
.page-people .workforce-gen-grid .c5.r5,
.page-people .workforce-gen-status-grid .c5.r5,
.page-people .gender-diversity-perf-grid .c5.r5,
.page-people .emp-hire-turn-grid .c5.r5 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-people .gender-grid .c6.r5,
.page-people .gender-diversity-grid .c6.r5,
.page-people .emp-reg-gen-grid .c6.r5,
.page-people .workforce-reg-gen-grid .c6.r5,
.page-people .workforce-reg-grid .c6.r5,
.page-people .workforce-gen-grid .c6.r5,
.page-people .workforce-gen-status-grid .c6.r5,
.page-people .gender-diversity-perf-grid .c6.r5,
.page-people .emp-hire-turn-grid .c6.r5 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-people .gender-grid .c7.r5,
.page-people .gender-diversity-grid .c7.r5,
.page-people .emp-reg-gen-grid .c7.r5,
.page-people .workforce-reg-gen-grid .c7.r5,
.page-people .workforce-reg-grid .c7.r5,
.page-people .workforce-gen-grid .c7.r5,
.page-people .workforce-gen-status-grid .c7.r5,
.page-people .gender-diversity-perf-grid .c7.r5,
.page-people .emp-hire-turn-grid .c7.r5 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-people .workforce-reg-grid {
  -ms-grid-columns: 28% 12% 12% 12% 12% 12% 12%;
  grid-template-columns: 28% 12% 12% 12% 12% 12% 12%;
}
.page-people .workforce-reg-grid .c1.r1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-column: 1 / span 7;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .workforce-reg-grid .c7 {
  border-right: 1px solid #009681;
}
.page-people .workforce-reg-grid .c4,
.page-people .workforce-reg-grid .c7 {
  background-color: #e4f3f1;
}
.page-people .workforce-reg-grid .c1.r6 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-people .workforce-reg-grid .c2.r6 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-people .workforce-reg-grid .c3.r6 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-people .workforce-reg-grid .c4.r6 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-people .workforce-reg-grid .c5.r6 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-people .workforce-reg-grid .c6.r6 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-people .workforce-reg-grid .c7.r6 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-people .workforce-reg-grid .c1.r7 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-people .workforce-reg-grid .c2.r7 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-people .workforce-reg-grid .c3.r7 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-people .workforce-reg-grid .c4.r7 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-people .workforce-reg-grid .c5.r7 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-people .workforce-reg-grid .c6.r7 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-people .workforce-reg-grid .c7.r7 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-people .workforce-reg-grid .c1.r8 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .workforce-reg-grid .c2.r8 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .workforce-reg-grid .c3.r8 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .workforce-reg-grid .c4.r8 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .workforce-reg-grid .c5.r8 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .workforce-reg-grid .c6.r8 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .workforce-reg-grid .c7.r8 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .gender-grid {
  -ms-grid-columns: 50% 15% 15% 20%;
  grid-template-columns: 50% 15% 15% 20%;
}
.page-people .gender-grid .c1.r1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / span 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .gender-grid .c4 {
  border-right: 1px solid #009681;
  padding-right: 30px;
}
.page-people .gender-diversity-grid {
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
}
.page-people .gender-diversity-grid .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .gender-diversity-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .gender-diversity-grid div.c2 {
  border-right: 1px solid #009681;
  padding-right: 30px;
}
.page-people .emp-reg-gen-grid {
  -ms-grid-columns: 34% 11% 11% 11% 11% 11% 11%;
  grid-template-columns: 34% 11% 11% 11% 11% 11% 11%;
}
.page-people .emp-reg-gen-grid .c1.r1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-column: 1 / span 7;
  -ms-grid-row: 1;
  grid-row: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-people .emp-reg-gen-grid .c1.r1.pos-relative {
    position: relative;
  }
}

.page-people .emp-reg-gen-grid .c2,
.page-people .emp-reg-gen-grid .c4,
.page-people .emp-reg-gen-grid .c6 {
  background-color: #e4f3f1;
}
.page-people .emp-reg-gen-grid .c7 {
  border-right: 1px solid #009681;
  padding-right: 30px;
}
.page-people .workforce-reg-gen-grid {
  -ms-grid-columns: 52% 16% 16% 16%;
  grid-template-columns: 52% 16% 16% 16%;
}
.page-people .workforce-reg-gen-grid .c1.r1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / span 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .workforce-reg-gen-grid .c4 {
  border-right: 1px solid #009681;
  padding-right: 30px;
}
.page-people .workforce-reg-gen-grid .c1.r8 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .workforce-reg-gen-grid .c2.r8 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .workforce-reg-gen-grid .c3.r8 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .workforce-reg-gen-grid .c4.r8 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .workforce-reg-gen-grid .c1.r9 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-people .workforce-reg-gen-grid .c2.r9 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-people .workforce-reg-gen-grid .c3.r9 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-people .workforce-reg-gen-grid .c4.r9 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-people .workforce-reg-gen-grid .c1.r10 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-people .workforce-reg-gen-grid .c2.r10 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-people .workforce-reg-gen-grid .c3.r10 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-people .workforce-reg-gen-grid .c4.r10 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-people .workforce-reg-gen-grid .c1.r11 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-people .workforce-reg-gen-grid .c2.r11 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-people .workforce-reg-gen-grid .c3.r11 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-people .workforce-reg-gen-grid .c4.r11 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-people .workforce-reg-gen-grid .c1.r12 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-people .workforce-reg-gen-grid .c2.r12 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-people .workforce-reg-gen-grid .c3.r12 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-people .workforce-reg-gen-grid .c4.r12 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-people .workforce-gen-grid {
  -ms-grid-columns: 52% 16% 16% 16%;
  grid-template-columns: 52% 16% 16% 16%;
}
.page-people .workforce-gen-grid .c1.r1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / span 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .workforce-gen-grid .c4 {
  border-right: 1px solid #009681;
  padding-right: 30px;
}
.page-people .workforce-gen-status-grid {
  -ms-grid-columns: 70% 15% 15%;
  grid-template-columns: 70% 15% 15%;
}
.page-people .workforce-gen-status-grid .c1.r1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / span 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .workforce-gen-status-grid .c3 {
  border-right: 1px solid #009681;
  padding-right: 30px;
}
.page-people .gender-diversity-perf-grid {
  -ms-grid-columns: 40% 15% 15% 15% 15%;
  grid-template-columns: 40% 15% 15% 15% 15%;
}
.page-people .gender-diversity-perf-grid .c1.r1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1 / span 6;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .gender-diversity-perf-grid .c5 {
  border-right: 1px solid #009681;
  padding-right: 30px;
}
.page-people .emp-hire-turn-grid {
  -ms-grid-columns: 60% 10% 10% 10% 10%;
  grid-template-columns: 60% 10% 10% 10% 10%;
}
.page-people .emp-hire-turn-grid .c1.r1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1 / span 5;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .emp-hire-turn-grid .c1.r2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1 / span 5;
  -ms-grid-row: 2;
  grid-row: 2;
  text-align: right;
  padding-right: 30px;
  border-right: 1px solid #009681;
  font-weight: normal;
}
.page-people .emp-hire-turn-grid .r3 {
  font-family: Calibre Web Bold;
}
.page-people .emp-hire-turn-grid .c5 {
  border-right: 1px solid #009681;
  padding-right: 30px;
}
.page-people .capability-grid {
  padding: 0 15px;
  color: white;
  display: -ms-grid;
  display: grid;
  font-size: 16px;
  line-height: 18px;
  -ms-grid-columns: 50% 0 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: auto 0 auto 0 auto 0 auto 0 auto 0 auto 0 auto 0 auto 0 auto 0 auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-row-gap: 0;
  grid-column-gap: 0;
}
.page-people .capability-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-people .capability-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-people .capability-grid > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-people .capability-grid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-people .capability-grid > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-people .capability-grid > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-people .capability-grid > *:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.page-people .capability-grid > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.page-people .capability-grid > *:nth-child(9) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.page-people .capability-grid > *:nth-child(10) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
.page-people .capability-grid > *:nth-child(11) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
.page-people .capability-grid > *:nth-child(12) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}
.page-people .capability-grid > *:nth-child(13) {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
}
.page-people .capability-grid > *:nth-child(14) {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
}
.page-people .capability-grid > *:nth-child(15) {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
}
.page-people .capability-grid > *:nth-child(16) {
  -ms-grid-row: 15;
  -ms-grid-column: 3;
}
.page-people .capability-grid > *:nth-child(17) {
  -ms-grid-row: 17;
  -ms-grid-column: 1;
}
.page-people .capability-grid > *:nth-child(18) {
  -ms-grid-row: 17;
  -ms-grid-column: 3;
}
.page-people .capability-grid > *:nth-child(19) {
  -ms-grid-row: 19;
  -ms-grid-column: 1;
}
.page-people .capability-grid > *:nth-child(20) {
  -ms-grid-row: 19;
  -ms-grid-column: 3;
}
.page-people .capability-grid div {
  padding: 5px 5px 5px 15px;
  background-color: #3EBCAA;
}
.page-people .capability-grid div.r1 {
  padding: 15px 10px;
  font-weight: bold;
  background-color: #009681;
  font-size: 20px;
}
.page-people .capability-grid div.c2 {
  text-align: center;
}
.page-people .capability-grid div h4 {
  margin-top: 0;
}
.page-people .capability-grid .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .capability-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .capability-grid .c1.r2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-people .capability-grid .c2.r2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-people .capability-grid .c1.r3 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-people .capability-grid .c2.r3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-people .capability-grid .c1.r4 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-people .capability-grid .c2.r4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-people .capability-grid .c1.r5 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-people .capability-grid .c2.r5 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-people .capability-grid .c1.r6 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-people .capability-grid .c2.r6 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-people .capability-grid .c1.r7 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-people .capability-grid .c2.r7 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-people .capability-grid .c1.r8 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .capability-grid .c2.r8 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .capability-grid .c1.r9 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-people .capability-grid .c2.r9 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-people .capability-grid .c1.r10 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-people .capability-grid .c2.r10 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-people .capability-grid .c1.r11 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-people .capability-grid .c2.r11 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-people .future-focus-grid {
  padding: 25px;
  color: white;
  display: -ms-grid;
  display: grid;
  font-size: 16px;
  line-height: 18px;
  -ms-grid-columns: 22% 25% 18% 35%;
  grid-template-columns: 22% 25% 18% 35%;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}
.page-people .future-focus-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-people .future-focus-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.page-people .future-focus-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-people .future-focus-grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.page-people .future-focus-grid > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.page-people .future-focus-grid > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.page-people .future-focus-grid > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.page-people .future-focus-grid > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.page-people .future-focus-grid > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.page-people .future-focus-grid > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.page-people .future-focus-grid > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.page-people .future-focus-grid > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.page-people .future-focus-grid > *:nth-child(13) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.page-people .future-focus-grid > *:nth-child(14) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.page-people .future-focus-grid > *:nth-child(15) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.page-people .future-focus-grid > *:nth-child(16) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.page-people .future-focus-grid > *:nth-child(17) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.page-people .future-focus-grid > *:nth-child(18) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.page-people .future-focus-grid > *:nth-child(19) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.page-people .future-focus-grid > *:nth-child(20) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
.page-people .future-focus-grid > *:nth-child(21) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.page-people .future-focus-grid > *:nth-child(22) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.page-people .future-focus-grid > *:nth-child(23) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.page-people .future-focus-grid > *:nth-child(24) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}
.page-people .future-focus-grid div {
  padding: 20px 20px 20px 0;
}
.page-people .future-focus-grid div.c1 {
  padding: 20px;
  font-weight: bold;
}
.page-people .future-focus-grid div.r2,
.page-people .future-focus-grid div.r4 {
  background-color: #3EBCAA;
}
.page-people .future-focus-grid div h4 {
  margin-top: 0;
}
.page-people .future-focus-grid .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .future-focus-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .future-focus-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .future-focus-grid .c4.r1 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .future-focus-grid .c1.r2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-people .future-focus-grid .c2.r2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-people .future-focus-grid .c3.r2 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-people .future-focus-grid .c4.r2 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-people .future-focus-grid .c1.r3 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-people .future-focus-grid .c2.r3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-people .future-focus-grid .c3.r3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-people .future-focus-grid .c4.r3 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-people .future-focus-grid .c1.r4 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-people .future-focus-grid .c2.r4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-people .future-focus-grid .c3.r4 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-people .future-focus-grid .c4.r4 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-people .future-focus-grid .c1.r5 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-people .future-focus-grid .c2.r5 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-people .future-focus-grid .c3.r5 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-people .future-focus-grid .c4.r5 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 5;
  grid-row: 5;
}
@media screen and (max-width: 720px) {
  .page-people .future-focus-grid {
    -ms-grid-columns: 25% 25% 50%;
    grid-template-columns: 25% 25% 50%;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }
  .page-people .future-focus-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-people .future-focus-grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .page-people .future-focus-grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .page-people .future-focus-grid > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .page-people .future-focus-grid > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .page-people .future-focus-grid > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .page-people .future-focus-grid > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-people .future-focus-grid > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .page-people .future-focus-grid > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .page-people .future-focus-grid > *:nth-child(10) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .page-people .future-focus-grid > *:nth-child(11) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .page-people .future-focus-grid > *:nth-child(12) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .page-people .future-focus-grid > *:nth-child(13) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-people .future-focus-grid > *:nth-child(14) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .page-people .future-focus-grid > *:nth-child(15) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .page-people .future-focus-grid > *:nth-child(16) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .page-people .future-focus-grid > *:nth-child(17) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .page-people .future-focus-grid > *:nth-child(18) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .page-people .future-focus-grid > *:nth-child(19) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .page-people .future-focus-grid > *:nth-child(20) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }
  .page-people .future-focus-grid > *:nth-child(21) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .page-people .future-focus-grid > *:nth-child(22) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .page-people .future-focus-grid > *:nth-child(23) {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
  }
  .page-people .future-focus-grid > *:nth-child(24) {
    -ms-grid-row: 8;
    -ms-grid-column: 3;
  }
  .page-people .future-focus-grid > *:nth-child(25) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .page-people .future-focus-grid > *:nth-child(26) {
    -ms-grid-row: 9;
    -ms-grid-column: 2;
  }
  .page-people .future-focus-grid > *:nth-child(27) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .page-people .future-focus-grid div {
    padding: 10px 10px;
    background-color: #3EBCAA;
  }
  .page-people .future-focus-grid div.c1 {
    padding-left: 10px;
  }
  .page-people .future-focus-grid div h4 {
    font-size: 20px;
  }
  .page-people .future-focus-grid .c1.r1 {
    display: none;
  }
  .page-people .future-focus-grid .c2.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    background-color: #009681;
  }
  .page-people .future-focus-grid .c3.r1 {
    -ms-grid-column: 2;
    grid-column: 2;
    background-color: #009681;
  }
  .page-people .future-focus-grid .c4.r1 {
    -ms-grid-column: 3;
    grid-column: 3;
    background-color: #009681;
  }
  .page-people .future-focus-grid .c1.r2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
    -ms-grid-row: 2;
    grid-row: 2;
    background-color: #009681;
  }
  .page-people .future-focus-grid .c2.r2 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-people .future-focus-grid .c3.r2 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-people .future-focus-grid .c4.r2 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-people .future-focus-grid .c1.r3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
    -ms-grid-row: 4;
    grid-row: 4;
    background-color: #009681;
  }
  .page-people .future-focus-grid .c2.r3 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-people .future-focus-grid .c3.r3 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-people .future-focus-grid .c4.r3 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-people .future-focus-grid .c1.r4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
    -ms-grid-row: 6;
    grid-row: 6;
    background-color: #009681;
  }
  .page-people .future-focus-grid .c2.r4 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-people .future-focus-grid .c3.r4 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-people .future-focus-grid .c4.r4 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-people .future-focus-grid .c1.r5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
    -ms-grid-row: 8;
    grid-row: 8;
    background-color: #009681;
  }
  .page-people .future-focus-grid .c2.r5 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .page-people .future-focus-grid .c3.r5 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .page-people .future-focus-grid .c4.r5 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
}
.page-people #quick-links .column {
  background-size: cover;
}
.page-people #quick-links .column.rail {
  background-image: url('/2019/assets/img/people-case-rail.jpg');
}
.page-people #quick-links .column.veteran-welfare {
  background-image: url('/2019/assets/img/people-case-veteran-welfare.jpg');
}
.page-people #quick-links .column.refugees {
  background-image: url('/2019/assets/img/people-case-refugees.jpg');
}
.page-people #quick-links .column.metro-train {
  background-image: url('/2019/assets/img/people-case-metro-trains.jpg');
}
.page-people .case-pin {
  background-image: url("/2019/assets/img/people-case-pin.png");
}
.widget-tabs .tab {
  cursor: pointer;
  position: relative;
  background-color: #7FCAEB;
  color: #fff;
  margin: 0 10px !important;
  padding: 15px 25px;
  font-size: 18px;
  height: 116px;
}
.widget-tabs .tab:before {
  font-family: 'downer' !important;
  content: 'j';
  font-size: 25px;
  position: absolute;
  right: 15px;
  top: 25px;
}
.widget-tabs .tab:before a {
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .widget-tabs .tab:before {
    top: 15px;
  }
}
.widget-tabs .tab.performance {
  height: auto;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.widget-tabs .tab.performance:before {
  top: 10px;
}
@media screen and (max-width: 576px) {
  .widget-tabs .tab.performance:before {
    top: 15px;
  }
}
.widget-tabs .tab.short {
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.widget-tabs .tab.tab-left {
  margin-left: 0 !important;
}
.widget-tabs .tab.tab-right {
  margin-right: 0 !important;
}
@media screen and (max-width: 720px) {
  .widget-tabs .tab {
    height: 100px !important;
    margin: 5px 0 !important;
  }
  .widget-tabs .tab p,
  .widget-tabs .tab ul,
  .widget-tabs .tab li {
    font-family: Calibre Web Regular;
    line-height: 22px;
  }
}
.widget-tabs .tab span.index {
  font-family: Calibre Web Bold;
  display: block;
  margin-right: 15px;
}
.widget-tabs .tab span.title {
  position: absolute;
  bottom: 20px;
  font-family: Calibre Web Regular;
}
@media screen and (max-width: 720px) {
  .widget-tabs .tab span.title {
    position: relative;
    margin-left: 10px;
    bottom: 5px;
  }
}
.widget-tabs .tab span.title.font-bold {
  font-family: Calibre Web Bold;
}
.widget-tabs .tab.two-liner span.title {
  line-height: 20px;
  vertical-align: bottom;
  bottom: 15px;
}
@media screen and (max-width: 720px) {
  .widget-tabs .tab.two-liner span.title {
    position: relative;
    margin-left: 10px;
    bottom: 0;
  }
}
.widget-tabs .tab.two-line span.title {
  line-height: 20px;
  font-family: Calibre Web Bold;
  vertical-align: bottom;
}
.widget-tabs .tab .mobile-view {
  display: none;
  font-size: 18px;
  width: 100% !important;
  overflow: auto;
}
@media screen and (max-width: 576px) {
  .widget-tabs .tab .mobile-view {
    width: auto !important;
    margin: 0 auto;
  }
}
.widget-tabs .tab.materiality {
  background-color: #7FCAEB;
}
.widget-tabs .tab.materiality span.title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  line-height: 20px;
}
.widget-tabs .tab.materiality .show-medium {
  color: black;
}
.widget-tabs .tab.materiality:before {
  content: 'j';
  top: 43px;
  right: 5px;
}
.widget-tabs .tab.materiality.active {
  background-color: #5BC2E7;
}
@media screen and (max-width: 720px) {
  .widget-tabs .tab.materiality {
    margin: 5px 0 !important;
  }
  .widget-tabs .tab.materiality:first-of-type,
  .widget-tabs .tab.materiality:last-of-type {
    margin: 5px 0 !important;
  }
  .widget-tabs .tab.materiality:before {
    content: 'j';
    top: 25px;
    right: 15px;
  }
  .widget-tabs .tab.materiality span.title {
    position: relative;
    line-height: 25px;
  }
  .widget-tabs .tab.materiality span.title div {
    padding-top: 15px;
  }
}
.widget-tabs .tab.clear-left {
  margin-left: 0 !important;
}
.widget-tabs .tab.clear-right {
  margin-right: 0 !important;
}
@media screen and (max-width: 720px) {
  .widget-tabs .tab.clear-right,
  .widget-tabs .tab.clear-left {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
.widget-tabs .tab.purple {
  background-color: #702F8A;
}
.widget-tabs .tab.navy {
  background-color: #002F6C !important;
}
.widget-tabs .tab.plum {
  background-color: #A50034 !important;
}
.widget-tabs .tab.plum.active {
  background-color: rgba(165, 0, 52, 0.85) !important;
}
.widget-tabs .tab.orange {
  background-color: #EA7600 !important;
}
.widget-tabs .tab.pine {
  background-color: #5C7F71 !important;
}
.widget-tabs .tab.plum {
  background-color: white;
}
.widget-tabs .tab.plum .mobile-view {
  color: black;
  font-weight: light;
}
.widget-tabs .tab.navy-dark {
  background-color: #002F6C;
  margin: 0px 5px !important;
}
.widget-tabs .tab.navy-dark .mobile-view {
  color: black;
  font-weight: light;
}
.widget-tabs .tab.navy-dark:first-of-type {
  margin: 0 5px 0 0 !important;
}
.widget-tabs .tab.navy-dark:last-of-type {
  margin: 0 0 0 5px !important;
}
@media screen and (max-width: 720px) {
  .widget-tabs .tab.navy-dark {
    margin: 5px 0 !important;
  }
  .widget-tabs .tab.navy-dark:first-of-type,
  .widget-tabs .tab.navy-dark:last-of-type {
    margin: 5px 0 !important;
  }
}
.widget-tabs .tab.sky {
  position: relative;
  background-color: #7FCAEB;
  margin: 0px 5px !important;
}
.widget-tabs .tab.sky div {
  position: absolute;
  bottom: 10;
  left: 10px;
}
.widget-tabs .tab.sky:first-of-type {
  margin: 0 5px 0 0 !important;
}
.widget-tabs .tab.sky:last-of-type {
  margin: 0 0 0 5px !important;
}
.widget-tabs .tab.sky:before {
  bottom: 10px;
}
.widget-tabs .tab.teal {
  position: relative;
  margin: 0px 5px !important;
}
.widget-tabs .tab.teal:first-of-type {
  margin: 0 5px 0 0 !important;
}
.widget-tabs .tab.teal:last-of-type {
  margin: 0 0 0 5px !important;
}
.widget-tabs .tab.teal:before {
  bottom: 10px;
}
@media screen and (max-width: 720px) {
  .widget-tabs .tab.teal {
    margin: 5px 0 !important;
  }
  .widget-tabs .tab.teal:first-of-type,
  .widget-tabs .tab.teal:last-of-type {
    margin: 5px 0 !important;
  }
}
.widget-tabs .tab.teal-long {
  position: relative;
  margin: 0 !important;
}
.widget-tabs .tab.teal-long:before {
  bottom: 10px;
}
@media screen and (max-width: 720px) {
}
.widget-tabs .tab.orange {
  background-color: #EA7600;
}
.widget-tabs .tab.green-dark {
  background-color: #009681;
}
.widget-tabs .tab.pine {
  background-color: #5C7F71;
}
.widget-tabs .tab .row:first-child {
  margin-bottom: 0px !important;
}
.widget-tabs .tab.active {
  background-color: #5BC2E7;
  font-family: Calibre Web Bold;
}
.widget-tabs .tab.active.purple {
  background-color: #702F8A;
}
.widget-tabs .tab.active.navy {
  background-color: #00427B;
}
.widget-tabs .tab.active.navy-dark {
  background-color: #DCD0C6;
  color: #002F6C;
}
.widget-tabs .tab.active.sky {
  background-color: #5BC2E7;
}
.widget-tabs .tab.active:before {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.widget-tabs .content-row {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.widget-tabs .content-row .content {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  background-color: #5BC2E7;
}
.widget-tabs .content-row .content h2 {
  line-height: 38px;
}
.widget-tabs .content-row .content.purple {
  background-color: #702F8A;
  font-size: 12px;
  line-height: 16px;
}
.widget-tabs .content-row .content.navy {
  background-color: #002F6C;
}
.widget-tabs .content-row .content.orange {
  background-color: #EA7600;
}
.widget-tabs .content-row .content.pine {
  background-color: #5C7F71;
}
.widget-tabs .content-row .content.plum {
  background-color: #A50034;
}
.widget-tabs .content-row .content.navy-dark {
  background-color: #DCD0C6;
  color: black;
}
@media screen and (max-width: 720px) {
  .widget-tabs .content-row .content.navy-dark {
    color: black;
  }
}
.widget-tabs .content-row .content.bkg-sky {
  background-color: #5BC2E7;
}
.widget-tabs .content-row .content.bkg-sky.tab-content {
  padding: 50px;
}
.widget-tabs .content-row .content .sustainaility-performance-table {
  width: 100%;
}
.widget-tabs .content-row .content img.logo {
  width: 100%;
  float: right;
}
.widget-tabs .content-row .content img.logo.two-logos {
  max-width: 200px;
}
.widget-tabs .content-row .content img.logo.three-logos {
  max-width: 280px;
}
@media screen and (max-width: 720px) {
  .widget-tabs .content-row .content .sustainaility-performance-table {
    width: 50%;
  }
}
.widget-downer-static {
  height: 433px;
  margin-top: 25px;
  position: relative;
  background-image: url('/2019/assets/img/bkg-about-downer.png');
}
.widget-downer-static .floating .read-more {
  right: 0;
  margin-top: -25px;
}
@media screen and (max-width: 720px) {
  .widget-downer-static {
    display: none;
  }
}
.widget-downer {
  position: relative;
}
.widget-downer .floating {
  position: absolute;
  z-index: 2;
  padding: 0px;
  height: 150px;
  background-repeat: repeat-x;
  background-position-y: bottom;
  top: 75px;
}
.widget-downer .floating .column {
  width: 100% !important;
  padding: 0 20px;
}
.widget-downer .floating .read-more {
  right: 0;
  margin-top: -25px;
}
.widget-downer .inner-content,
.widget-downer .mobile-content {
  color: #fff;
  padding-bottom: 25px;
}
.widget-downer .inner-content h3,
.widget-downer .mobile-content h3 {
  font-size: 20px;
  margin: 15px 0;
}
.widget-downer .inner-content ul,
.widget-downer .mobile-content ul {
  list-style-type: square !important;
}
.widget-downer .mobile-content {
  display: block;
  margin-bottom: 20px;
}
.widget-downer .mobile-content .column {
  display: block !important;
  height: auto !important;
  padding: 0 20px;
}
.widget-downer .primary {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 720px) {
  .widget-downer .primary {
    height: auto;
  }
}
.widget-downer .primary .image {
  height: 210px;
  width: 100%;
  top: 0px;
  mix-blend-mode: multiply;
  background-image: url('/2019/assets/img/about-downer-background.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.widget-downer .primary .row {
  padding: 0px;
}
.widget-downer .primary .row .column {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 60px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .widget-downer .primary .row .column {
    flex:none;
  }
}
.widget-downer .primary .row .column .about {
  cursor: pointer;
}
@media screen and (max-width: 720px) {
  .widget-downer .primary .row .column {
    height: auto;
  }
  .widget-downer .primary .row .column span.about {
    display: block;
    text-align: left !important;
    padding-left: 20px;
  }
  .widget-downer .primary .row .column span.about.font-icons {
    text-align: right !important;
  }
  .widget-downer .primary .row .column:first-child {
    min-height: auto;
  }
  .widget-downer .primary .row .column:last-child {
    margin-bottom: 0px !important;
  }
}
.widget-downer .primary .row .column span {
  font-family: Calibre Web Bold;
  text-align: center;
  width: 100%;
  padding: 20px;
  font-size: 20px;
  display: block;
  color: #fff;
  margin-bottom: 0px;
  position: relative;
}
.widget-downer .primary .row .column span.about {
  padding: 20px 5px 20px 10px;
  text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .widget-downer .primary .row .column span.about {
    padding: 20px 80px 20px 15px;
    text-align: center;
  }
}

.widget-downer .primary .row .column span.about.font-icons {
  padding: 20px 10px 20px 5px;
  display: inline-block;
}
@media screen and (max-width: 720px) {
  .widget-downer .primary .row .column.open {
    margin-bottom: 0px !important;
  }
}
.widget-downer .primary .row .column.sky span {
  background-color: #5BC2E7;
}
.widget-downer .primary .row .column.purple span {
  background-color: #692C90;
}
.widget-downer .primary .row .column.ruby span {
  background-color: #B50B49;
}
.widget-downer .primary .row .column.navy span {
  background-color: #00427B;
}
.widget-downer .primary .row .column.lime span {
  background-color: #94D700;
}
.widget-downer .primary .row .column.yellow span {
  background-color: #FDB813;
}
.widget-downer-static {
  height: 433px;
  margin-top: 25px;
  position: relative;
  background-image: url('/2019/assets/img/bkg-about-downer.png');
}
.widget-downer-static .floating .read-more {
  right: 0;
  margin-top: -25px;
}
@media screen and (max-width: 720px) {
  .widget-downer-static {
    display: none;
  }
}
.widget-downer-ie {
  position: relative;
}
.widget-downer-ie .floating {
  position: absolute;
  z-index: 2;
  padding: 0px;
  height: 150px;
  background-repeat: repeat-x;
  background-position-y: bottom;
  top: 75px;
}
.widget-downer-ie .floating .column {
  width: 100% !important;
  padding: 0 20px;
}
.widget-downer-ie .floating .read-more {
  right: 0;
  margin-top: -25px;
}
.widget-downer-ie .inner-content,
.widget-downer-ie .mobile-content {
  color: #fff;
  padding-bottom: 25px;
}
.widget-downer-ie .inner-content h3,
.widget-downer-ie .mobile-content h3 {
  font-size: 20px;
  margin: 15px 0;
}
.widget-downer-ie .inner-content ul,
.widget-downer-ie .mobile-content ul {
  list-style-type: square !important;
}
.widget-downer-ie .mobile-content {
  display: block;
  margin-bottom: 20px;
}
.widget-downer-ie .mobile-content .column {
  display: block !important;
  height: auto !important;
  padding: 0 20px;
}
.widget-downer-ie .primary {
  height: 450px;
  position: relative;
  z-index: 1;
  margin-bottom: 25px !important;
}
@media screen and (max-width: 720px) {
  .widget-downer-ie .primary {
    height: auto;
  }
}
.widget-downer-ie .primary .image {
  height: 450px;
  position: absolute;
  width: 100%;
  background-image: url('/2019/assets/img/about-downer-background-colour.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.widget-downer-ie .primary .row {
  padding: 0px;
  min-height: 425px;
}
.widget-downer-ie .primary .row .column {
  margin: 0px;
  height: 425px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 25px;
  min-height: 60px;
}
.widget-downer-ie .primary .row .column .about {
  cursor: pointer;
}
@media screen and (max-width: 720px) {
  .widget-downer-ie .primary .row .column {
    height: auto;
  }
  .widget-downer-ie .primary .row .column span.about {
    display: block;
    text-align: left !important;
    padding-left: 20px;
  }
  .widget-downer-ie .primary .row .column span.about.font-icons {
    text-align: right !important;
  }
  .widget-downer-ie .primary .row .column:first-child {
    min-height: auto;
  }
  .widget-downer-ie .primary .row .column:last-child {
    margin-bottom: 0px !important;
  }
}
.widget-downer-ie .primary .row .column span {
  font-family: Calibre Web Bold;
  text-align: center;
  width: 100%;
  padding: 20px;
  font-size: 20px;
  display: block;
  color: #fff;
  margin-bottom: 0px;
  position: relative;
}
.widget-downer-ie .primary .row .column span.about {
  padding: 20px 5px 20px 10px;
  text-align: center;
}
.widget-downer-ie .primary .row .column span.about.font-icons {
  padding: 20px 10px 20px 5px;
  display: inline-block;
}
@media screen and (max-width: 720px) {
  .widget-downer-ie .primary .row .column.open {
    margin-bottom: 0px !important;
  }
}
.widget-downer-ie .primary .row .column.sky span {
  background-color: #5BC2E7;
}
.widget-downer-ie .primary .row .column.purple span {
  background-color: #692C90;
}
.widget-downer-ie .primary .row .column.ruby span {
  background-color: #B50B49;
}
.widget-downer-ie .primary .row .column.navy span {
  background-color: #00427B;
}
.widget-downer-ie .primary .row .column.lime span {
  background-color: #94D700;
}
.widget-downer-ie .primary .row .column.yellow span {
  background-color: #FDB813;
}
