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: #4D4D4D;
}
.lime {
  color: #8CC140;
}
.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: #702F8A;
}
.purple-dark {
  color: #702F8A;
}
.navy-dark {
  color: #002F6C;
}
.dusty-gum {
  color: #5C7F71;
}
.dusty-gum-70 {
  color: #809E95;
}
.dusty-gum-40 {
  color: #AFC0B9;
}
.dusty-gum-20 {
  color: #D1DBD7;
}
.bkg-white {
  background-color: white;
}
.bkg-green {
  background-color: #00A98F;
}
.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-pine-grey {
  background-color: #9ba39b;
}
.bkg-pine-dirty {
  background-color: #588175;
}
.bkg-lime {
  background-color: #8CC140;
}
.bkg-lime-light {
  background-color: #DBF1A6;
}
.bkg-lime-lighter {
  background-color: #C1E766;
}
.bkg-lime-lightest {
  background-color: #ACDF33;
}
.bkg-lime-case {
  background-color: rgba(151, 214, 0, 0.1);
}
.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-indigenous-orange-75 {
  background-color: #FFCA66;
}
.bkg-indigenous-orange-55 {
  background-color: #FFD98F;
}
.bkg-indigenous-orange-35 {
  background-color: #FFE6B8;
}
.bkg-indigenous-orange-case-study {
  background-color: #fEE1C8;
}
.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;
}
.bkg-logo-blue-20 {
  background-color: #ddeff9;
}
.bkg-logo-green-20 {
  background-color: #e7f1d4;
}
.bkg-logo-green-35 {
  background-color: #DBF1A6;
}
.bkg-new-green-20 {
  background-color: #d2dbd8;
}
.bkg-spotless-blue-5 {
  background-color: #cbe9e2;
}
.bkg-indigenous-orange-case-study {
  background-color: #fEE1C8;
}
.bkg-lime-case-study {
  background-color: #f1f7e8;
}
.bkg-green-case-study {
  background-color: #e3f3ef;
}
.bkg-purple-case-study {
  background-color: #D2C7E2;
}
.bkg-comingled {
  background-color: #4a6798;
}
.bkg-plastic {
  background-color: #00437b;
}
.bkg-paper-cardboard {
  background-color: #57c1e9;
}
.bkg-waste-oil {
  background-color: #7fccec;
}
.bkg-metal {
  background-color: #6a2c91;
}
.bkg-ewaste {
  background-color: #fdb913;
}
.bkg-clean-fill {
  background-color: #a8d162;
}
.bkg-glass {
  background-color: #00a98f;
}
.bkg-timber {
  background-color: #f58220;
}
.bkg-globes {
  background-color: #f89e53;
}
.bkg-organics {
  background-color: #938e86;
}
.bkg-ash {
  background-color: #588074;
}
.bkg-construction {
  background-color: #ffcb66;
}
.bkg-toner {
  background-color: #919e97;
}
.bkg-tonerplas {
  background-color: #b51e4d;
}
.bkg-rubber {
  background-color: #f36e24;
}
.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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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 screen and (max-width: 720px) {
  .section .container .row.clear-bottom-margin {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 720px) {
  .section .container .row.clear-bottom-margin-medium {
    margin-bottom: 0px !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;
}
.section .container .row .column.full-width {
  margin: 0;
}
@media screen and (max-width: 720px) {
}
.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: 0 0 20px 0 !important;
  }
}
.section .container .row .column.clear-right {
  margin-right: 0;
}
@media screen and (max-width: 720px) {
  .section .container .row .column.clear-right {
    margin: 0 0 0 0 !important;
  }
}
@media screen and (max-width: 720px) {
  .section .container .row .column.clear-bottom-margin-medium {
    margin-bottom: 0px !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) {
}
@media screen and (max-width: 720px) {
}
.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%;
}
.mar-top-sm {
  margin-top: 5px;
}
.mar-top-md {
  margin-top: 10px;
}
.mar-top-lg {
  margin-top: 15px;
}
.mar-top-xl {
  margin-top: 20px;
}
.mar-top-xxl {
  margin-top: 25px;
}
.mar-top-xxxl {
  margin-top: 30px;
}
.mar-top-xxxxl {
  margin-top: 10%;
}
.mar-bottom-sm {
  margin-bottom: 5px;
}
.mar-bottom-md {
  margin-bottom: 10px;
}
.mar-bottom-lg {
  margin-bottom: 15px;
}
.mar-bottom-xl {
  margin-bottom: 20px;
}
.mar-bottom-xxl {
  margin-bottom: 25px;
}
.mar-bottom-xxxl {
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .mar-bottom-xxxl {
    margin-bottom: 10px;
  }
}
.mar-bottom-xxxxl {
  margin-bottom: 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;
}
.hide-desktop {
  display: none !important;
}
.uppercase {
  text-transform: uppercase;
}
@media screen and (max-width: 720px) {
  .hide-medium {
    display: none !important;
  }
  .show-medium {
    display: block !important;
  }
  .hide-desktop {
    display: block !important;
  }
}
@media screen and (max-width: 576px) {
  .hide-small {
    display: none !important;
  }
  .show-small {
    display: block !important;
  }
  .hide-desktop {
    display: block !important;
  }
}
html,
body {
  font-family: Calibre Web Light, 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;
  color: #4D4D4D;
  font-size: 20px;
}
a {
  text-decoration: none;
  color: #4D4D4D;
}
a.white {
  color: white;
  text-decoration: none;
}
p {
  margin: 20px 0;
  font-size: 20px;
  line-height: 24px;
  font-family: Calibre Web Light;
}
p a {
  text-decoration: underline;
}
p.font-smaller {
  font-size: 16px;
  line-height: 18px;
}
p.clear-bottom-margin {
  margin-bottom: 0px !important;
}
@media all and (max-width: 576px) {
  p.clear-bottom-margin-medium {
    margin-bottom: 0px !important;
  }
}
p.clear-top-margin {
  margin-top: 0px !important;
}
@media all and (max-width: 576px) {
  p.clear-top-margin-medium {
    margin-top: 0px !important;
  }
}
p.clear-margins {
  margin: 0px !important;
}
h2 {
  font-family: Calibre Web Medium;
  font-size: 49px;
  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.covid {
  margin-bottom: 0px;
}
h2.covid.green-dark:after {
  margin-top: -10px;
  float: right;
  content: url('/2021/assets/img/covid-people.png');
}
@media all and (max-width: 576px) {
  h2.covid.green-dark:after {
    content: '';
  }
}
h2.covid.orange:after {
  margin-top: -10px;
  float: right;
  content: url('/2021/assets/img/covid-health.png');
}
@media all and (max-width: 576px) {
  h2.covid.orange:after {
    content: '';
  }
}
h2.covid.purple-dark:after {
  margin-top: -10px;
  float: right;
  content: url('/2021/assets/img/covid-communities.png');
}
@media all and (max-width: 576px) {
  h2.covid.purple-dark:after {
    content: '';
  }
}
h2.covid.lime:after {
  margin-top: -10px;
  float: right;
  content: url('/2021/assets/img/covid-environment.png');
}
@media all and (max-width: 576px) {
  h2.covid.lime:after {
    content: '';
  }
}
h2.covid.sky:after {
  margin-top: -10px;
  float: right;
  content: url('/2021/assets/img/covid-governance.png');
}
@media all and (max-width: 576px) {
  h2.covid.sky:after {
    content: '';
  }
}
h2.smaller {
  font-size: 40px;
}
h2.thin,
h3.thin {
  font-family: Calibre Web Light, sans-serif;
}
h3 {
  font-family: Calibre Web Medium;
  font-size: 28px;
}
h3.intro-title {
  font-family: Calibre Web Regular;
  font-size: 33px;
  font-weight: 400;
}
h4 {
  font-family: Calibre Web Semibold;
  font-size: 20px;
  margin-top: 25px;
}
@media all 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;
}
.refer-link {
  font-family: Calibre Web Semibold;
  text-decoration: none;
  color: #4D4D4D;
  margin-top: 15px;
  display: block;
}
.refer-image {
  max-width: 70px;
  margin-right: 30px;
}
div.box {
  min-height: 320px;
  padding: 50px;
  position: relative;
}
div.box .read-more,
div.box .read-more-link {
  position: absolute;
  bottom: 38px;
  font-size: 18px;
  font-family: Calibre Web Semibold;
}
div.box .read-more.single-line,
div.box .read-more-link.single-line {
  top: 6px;
}
div.box .read-more:before {
  font-family: 'downer' !important;
  content: 'h';
  width: 20px;
  height: 30px;
  position: absolute;
  right: -34px;
  top: -2px;
}
div.box .read-more:before a {
  text-decoration: none;
}
div.box .read-more.open:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -37px;
  top: -9px;
}
div.box .read-more-link:after {
  font-size: 20px;
  vertical-align: bottom;
  padding-left: 20px;
  content: ' ';
  background-image: url('../img/arrow-right.svg');
  background-size: 19px 15px;
  background-repeat: no-repeat;
  margin-left: 17px;
}
div.box .read-more-link.white:after {
  background-image: url('../img/arrow-right-white.svg');
}
div.box .read-more-link.orange:after {
  color: #EA7600;
}
div.box.case {
  height: auto !important;
  min-height: auto !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  max-width: 485px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
div.box.case h3 {
  max-width: 280px;
}
div.box.case.one-line {
  padding: 20px 0 0 63px;
}
@media all and (max-width: 720px) {
  div.box.case.one-line {
    padding: 40px 0 0 50px;
  }
}
div.box.case.one-line h3 {
  padding-bottom: 60px;
}
div.box.case.two-line {
  padding: 60px 0 0 63px;
}
@media all and (max-width: 720px) {
  div.box.case.two-line {
    padding: 60px 0 0 50px;
  }
}
div.box.case.two-line h3 {
  padding-bottom: 110px;
}
div.box.case.three-line {
  padding: 80px 0 0 63px;
}
@media all and (max-width: 720px) {
  div.box.case.three-line {
    padding: 70px 0 0 50px;
  }
}
div.box.case.three-line h3 {
  padding-bottom: 110px;
}
div.box.case .read-more,
div.box.case .read-more-link {
  top: auto;
  left: auto;
  right: auto;
  margin-top: 30px;
  font-size: 18px;
  font-family: Calibre Web Semibold;
}
div.box.case .read-more.single-line,
div.box.case .read-more-link.single-line {
  top: 6px;
}
div.box.case .read-more:after,
div.box.case .read-more-link:after {
  font-family: 'downer' !important;
  font-family: Calibre Web Bold;
  font-size: 20px;
  vertical-align: bottom;
  padding-left: 20px;
}
div.box.case .read-more:after a,
div.box.case .read-more-link:after a {
  text-decoration: none;
}
@media all and (max-width: 720px) {
  div.box.case {
    max-width: none;
  }
  div.box.case h3 {
    margin-bottom: 25px;
  }
}
div.box h2 {
  width: 100%;
  padding-bottom: 10px;
  font-size: 30px;
  border-bottom-style: solid;
  border-bottom-width: 8px;
}
div.box h2.bigger {
  font-size: 38px;
}
div.box h2.no-border {
  border: none;
}
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.short {
  min-height: 240px;
}
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.light-sky-box {
  background-color: #ddeff9;
}
div.box.light-sky-box h2 {
  border-bottom-color: #5BC2E7;
}
div.box.light-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: #8CC140;
}
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.green-box {
  background-color: #00A98F;
}
div.box.green-box h2 {
  border-bottom-color: #002F6C;
}
div.box.green-box h2.border-white {
  border-bottom-color: white;
}
div.box.green-light-box {
  background-color: #B2DED7;
}
div.box.green-light-box h2 {
  border-bottom-color: #00A98F;
}
div.box.green-light-box h2.border-white {
  border-bottom-color: white;
}
div.box.white-box {
  background-color: white;
}
div.box.white-box.lime {
  border: solid 1px #8CC140;
}
div.box.white-box.lime h2 {
  border-bottom-color: #8CC140;
}
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.light-box.lime {
  background-color: rgba(151, 214, 0, 0.1);
}
div.box.light-box.lime h2 {
  border-bottom-color: #8CC140;
}
div.box.light-box.orange {
  border: solid 1px #EA7600;
}
div.box.light-box.orange h2 {
  border-bottom-color: #EA7600;
}
div.box.light-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.light-orange-box {
  background-color: #FFE6B8;
}
div.box.light-orange-box h2 {
  border-bottom-color: #EA7600;
}
div.box.light-orange-box.borderless h2 {
  border: none;
}
div.box.light-green-box {
  background-color: #B2DED7;
}
div.box.light-green-box h2 {
  border-bottom-color: #B2DED7;
}
div.box.light-green-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 all and (max-width: 720px) {
}
div.case-study-image {
  height: 288px;
  position: relative;
  background-size: cover;
  width: 90%;
}
div.case-study-image h4 {
  margin-top: 0;
}
div.case-study-image div {
  position: absolute;
  color: white;
  top: 0;
  left: 0;
  padding: 15px 30px 10px;
  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: 40px 50px;
  -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;
}
.thin-border-left.lime {
  border: none;
  background-color: rgba(151, 214, 0, 0.1);
}
.thin-border-left.sky {
  border-right: none;
}
@media all and (max-width: 720px) {
  .thin-border-left {
    margin-bottom: 0 !important;
  }
}
.thin-border-left .read-more,
.thin-border-left .read-more-link {
  position: absolute;
  left: 50px;
  bottom: 30px;
  font-size: 18px;
  font-family: Calibre Web Semibold;
}
.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: 20px;
  vertical-align: middle;
  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;
  text-transform: uppercase;
}
.thin-border-left .read-more:after {
  content: '';
  background-image: url('../img/arrow-right.svg');
  background-size: 19px 15px;
  background-repeat: no-repeat;
  z-index: -1;
  margin-left: 17px;
}
.thin-border-left .read-more-link:after {
  content: '';
  background-image: url('../img/arrow-right.svg');
  background-size: 19px 15px;
  background-repeat: no-repeat;
  z-index: -1;
  margin-left: 17px;
}
.thin-border-left .read-more-link.orange:after {
  color: #EA7600;
}
.underline {
  border-bottom-width: 8px;
  border-bottom-style: solid;
  padding-bottom: 10px;
}
.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;
}
.underline.underline-green {
  border-bottom-color: #00A98F;
}
.underline.underline-lime {
  border-bottom-color: #8CC140;
}
.underline.underline-sky {
  border-bottom-color: #5BC2E7;
}
.underline.underline-dusty-gum {
  border-bottom-color: #5C7F71;
}
.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-purple-fresh {
  border-top-color: #702F8A;
}
.border-top.border-lime {
  border-top-color: #8CC140;
}
.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-purple-fresh {
  border-bottom-color: #702F8A;
}
.border-bottom.border-lime {
  border-bottom-color: #8CC140;
}
.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: #8CC140;
}
.thin-border.border-forest {
  border-color: #578074;
}
.thin-border.border-pine {
  border-color: #5C7F71;
}
.thin-border.border-purple {
  border-color: #692C90;
}
.thin-border.border-purple-fresh {
  border-color: #702F8A;
}
.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: 33px;
  line-height: 34px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-family: Calibre Web Regular;
}
.content-toggle {
  position: absolute;
  content: "Read more";
  cursor: pointer;
}
.content-toggle.toggle-row {
  position: relative;
  padding: 25px 0 20px 0;
}
.content-toggle.toggle-row:after {
  font-family: 'downer' !important;
  font-size: 23px;
  line-height: 33px;
  position: absolute;
  top: 16px;
  right: 25px;
  content: 'h';
}
.content-toggle.toggle-row:after a {
  text-decoration: none;
}
.content-toggle.toggle-row.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-toggle.toggle-row.read-more-link:after {
  height: 30px;
  width: 30px;
  margin-top: 7px;
  font-size: 25px;
  vertical-align: bottom;
  content: ' ';
  background-image: url('../img/arrow-right-white.svg');
  background-repeat: no-repeat;
  margin-left: 17px;
}
.content-toggle.bottom {
  bottom: 20px;
  left: 50px;
}
.content-toggle.relationships {
  display: inline-block;
  position: absolute;
  width: 20px;
  font-size: 30px;
  float: right !important;
  right: 5px;
  top: 25px;
}
.content-toggle.relationships:after {
  font-size: 20px;
  font-family: 'downer' !important;
  content: 'h';
  right: 10px  !important;
  top: 10px !important;
}
.content-toggle.relationships:after a {
  text-decoration: none;
}
.content-toggle.relationships.open:after {
  content: 'h';
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.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: #8CC140;
}
.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;
}
.section .container .row .column.full-width.case-hero-container {
  position: relative;
  min-height: 1px;
}
.section .container .row .column.full-width.case-hero-container .case-hero {
  width: 100%;
  margin-bottom: -5px;
  display: block;
}
.section .container .row .column.full-width.case-hero-container .case-study-label {
  position: absolute;
  height: 177px;
  width: 180px;
  top: 0px;
  right: 80px;
}
.section .container .row .column.full-width.case-hero-container .case-study-label h3 {
  margin-top: 135px;
  text-align: center;
}
.section .container .row .column.full-width.case-hero-container .case-study-label.short {
  height: 65px;
}
.section .container .row .column.full-width.case-hero-container .case-study-label.short h3 {
  margin-top: 20px;
}
@media all and (max-width: 720px) {
  .section .container .row .column.full-width.case-hero-container .case-study-label {
    right: 20px;
    height: 40px;
  }
  .section .container .row .column.full-width.case-hero-container .case-study-label h3 {
    margin-top: 10px;
  }
}
@media all and (max-width: 720px) {
  .section .container .row .column.full-width.case-hero-container {
    margin: 0 !important;
    margin-bottom: 0 !important;
  }
}
.case-pin {
  background-size: cover;
  position: absolute;
  bottom: -43px;
  right: 50px;
  height: 85px;
  width: 85px;
}
.case-study-content {
  padding: 50px 30px;
}
@media all and (max-width: 720px) {
  .case-study-content {
    padding: 15px;
  }
}
.case-logo-container {
  margin-top: 25px;
}
.case-logo-container .case-logo {
  max-width: 102px;
}
.case-logo-container .case-logo.small {
  max-width: 85px;
  margin-right: 15px;
}
.space {
  padding: 0px;
  width: 20px !important;
}
.return,
.previous,
.next {
  padding: 25px 25px 20px 25px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: Calibre Web Semibold;
}
.previous {
  position: relative;
  text-align: left;
  padding-left: 0;
}
.previous a:before {
  font-size: 25px;
  vertical-align: bottom;
  padding-right: 20px;
  content: ' ';
  background-image: url('../img/arrow-left-white.svg');
  background-size: 20px 30px;
  background-position-y: -3px;
  margin-right: 10px;
}
.previous a.orange:before {
  background-image: url('../img/arrow-left-orange.svg');
}
.previous a.lime:before {
  background-image: url('../img/arrow-left-lime.svg');
}
.previous a.green:before {
  background-image: url('../img/arrow-left-green.svg');
}
@media all and (max-width: 720px) {
  .previous {
    padding: 10px 0;
  }
}
.next {
  text-align: right;
}
.next a:after {
  font-size: 25px;
  vertical-align: bottom;
  padding-left: 20px;
  content: ' ';
  background-image: url('../img/arrow-right-white.svg');
  background-size: 20px 30px;
  background-position-y: -3px;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-bottom: 5px;
}
.next a.sky:after {
  background-image: url('../img/arrow-right-blue.svg');
}
.next a.orange:after {
  background-image: url('../img/arrow-right-orange.svg');
}
.next a.lime:after {
  background-image: url('../img/arrow-right-lime.svg');
}
.next a.green:after {
  background-image: url('../img/arrow-right-green.svg');
}
.return {
  text-align: right;
  padding-right: 0;
}
.return a:after {
  font-size: 25px;
  vertical-align: bottom;
  padding-left: 20px;
  content: ' ';
  background-image: url('../img/arrow-left-white.svg');
  background-size: 20px 30px;
  background-position-y: -3px;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-bottom: 5px;
}
.return a.sky:after {
  background-image: url('../img/arrow-right-blue.svg');
}
.return a.orange:after {
  background-image: url('../img/arrow-right-orange.svg');
}
.return a.lime:after {
  background-image: url('../img/arrow-right-lime.svg');
}
.return a.green:after {
  background-image: url('../img/arrow-right-green.svg');
}
.return a.purple:after {
  background-image: url('../img/arrow-right-purple.svg');
}
@media all and (max-width: 720px) {
  .next,
  .return {
    margin-top: 15px;
    text-align: left;
    padding: 10px 0;
  }
}
ol.roman {
  counter-reset: roman;
}
ol.roman-blank {
  list-style: lower-roman;
}
ol.alpha {
  counter-reset: alpha;
}
ol.lower-alpha {
  list-style: lower-alpha;
}
ol.roman li,
ol.alpha li {
  list-style: none;
  position: relative;
}
ol.roman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
}
ol.alpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
}
.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 ul {
  list-style-type: none;
}
.main-view #content ul.colored li ul li {
  margin-left: 0;
}
.main-view #content ul.colored li ul li:first-child {
  margin-top: 10px;
}
.main-view #content ul.colored li ul li:before {
  content: '-';
}
.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.purple-points li::before {
  color: #702F8A;
}
.main-view #content ul.colored.lime-points li::before {
  color: #8CC140;
}
.main-view #content ul.colored.green-dark-points li::before {
  color: #009681;
}
.main-view #content ul.colored.green-points li::before {
  color: #00A98F;
}
.main-view #content ul.colored.plum-points li::before {
  color: #A50034;
}
.main-view #content ul.colored.sky-points li::before {
  color: #5BC2E7;
}
.main-view #content ul.colored.green-dark-points li::before {
  color: #009681;
}
.main-view #content ol.lower-roman {
  counter-reset: list;
}
.main-view #content ol.lower-roman li {
  list-style: none;
  margin: 0 0 16px 1.1225em;
}
.main-view #content ol.lower-roman li:before {
  content: "(" counter(list, lower-roman) ") ";
  counter-increment: list;
  position: relative;
  left: -15px;
  margin: 0px -5px 0px -15px;
}
.wheel-label {
  display: none;
  position: absolute;
}
.wheel-label h4 {
  font-size: 18px;
  line-height: 21px;
}
.performance-grid {
  font-size: 16px;
  line-height: 18px;
  font-family: Calibre Web Light;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.2fr 0.4fr;
  grid-template-columns: 1fr 0.2fr 0.4fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
}
.performance-grid div {
  padding-bottom: 10px;
}
.performance-grid div img {
  max-width: 30px;
}
.performance-grid div.c1 {
  font-family: Calibre Web Semibold;
}
.performance-grid .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.performance-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.performance-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.performance-grid .c1.r2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.performance-grid .c2.r2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.performance-grid .c3.r2 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.performance-grid .c1.r3 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.performance-grid .c2.r3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.performance-grid .c3.r3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
.performance-grid .c1.r4 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}
.performance-grid .c2.r4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
.performance-grid .c3.r4 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 4;
  grid-row: 4;
}
.performance-grid .c1.r5 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}
.performance-grid .c2.r5 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
.performance-grid .c3.r5 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 5;
  grid-row: 5;
}
.performance-grid .c1.r6 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}
.performance-grid .c2.r6 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 6;
  grid-row: 6;
}
.performance-grid .c3.r6 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 6;
  grid-row: 6;
}
.performance-grid .c1.r7 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
}
.performance-grid .c2.r7 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 7;
  grid-row: 7;
}
.performance-grid .c3.r7 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 7;
  grid-row: 7;
}
.performance-grid .c1.r8 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 8;
  grid-row: 8;
}
.performance-grid .c2.r8 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 8;
  grid-row: 8;
}
.performance-grid .c3.r8 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 8;
  grid-row: 8;
}
.performance-grid .c1.r9 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  grid-row: 9;
}
.performance-grid .c2.r9 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 9;
  grid-row: 9;
}
.performance-grid .c3.r9 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 9;
  grid-row: 9;
}
.performance-grid .c1.r10 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 10;
  grid-row: 10;
}
.performance-grid .c2.r10 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 10;
  grid-row: 10;
}
.performance-grid .c3.r10 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 10;
  grid-row: 10;
}
.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 all and (max-width: 576px) {
  #header {
    height: 45px;
  }
}
.logo {
  width: 187px;
}
@media all and (max-width: 576px) {
  .logo {
    width: 150px;
  }
}
.tick {
  text-indent: -9999px;
  background-image: url('/2021/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.materiality-menu-items.open .material-topics {
  padding-left: 20px;
}
#mobile-navigation .navigation li:hover.lime a {
  color: #8CC140;
}
#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;
}
#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: 20px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #navigation .navigation li:first-of-type {
    margin: 0 40px;
  }
}
#navigation .navigation li.active,
#navigation .navigation li:hover {
  border-color: black;
}
#navigation .navigation li.active.lime,
#navigation .navigation li:hover.lime {
  border-color: #8CC140;
}
#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.active.purple,
#navigation .navigation li:hover.purple {
  border-color: #692C90;
}
#navigation .navigation li a {
  text-decoration: none;
  color: #000 !important;
  display: block;
}
@media all 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 25px;
  border: 0;
  font-family: Calibre Web Semibold;
}
#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 Semibold;
}
#navigation #materiality-subnav ul li a:hover {
  color: #e6e6e6;
}
.gradient-strip {
  height: 33px;
  background-color: red;
  min-height: 8px;
}
.gradient-strip.shorter {
  height: 8px;
}
.gradient-strip.divider {
  margin: 55px 0 !important;
}
.gradient-strip.divider.short {
  margin: 15px 0 !important;
}
.gradient-strip.blue-green {
  background-image: -webkit-gradient(linear, left top, right top, from(#5BC2E7), to(#97D600));
  background-image: linear-gradient(to right, #5BC2E7, #97D600);
}
.gradient-strip.blue-blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#5BC2E7), to(#002F6C));
  background-image: linear-gradient(to right, #5BC2E7, #002F6C);
}
.gradient-strip.darkblue-blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#002F6C), to(#5BC2E7));
  background-image: linear-gradient(to right, #002F6C, #5BC2E7);
}
.gradient-strip.teal-darkteal {
  background-image: -webkit-gradient(linear, left top, right top, from(#009681), to(#00604a));
  background-image: linear-gradient(to right, #009681, #00604a);
}
.gradient-strip.green-dustygum {
  background-image: -webkit-gradient(linear, left top, right top, from(#97D600), to(#5C7F71));
  background-image: linear-gradient(to right, #97D600, #5C7F71);
}
.gradient-strip.orange-red {
  background-image: -webkit-gradient(linear, left top, right top, from(#EA7600), to(#A50034));
  background-image: linear-gradient(to right, #EA7600, #A50034);
}
.gradient-strip.red-darkred {
  background-image: -webkit-gradient(linear, left top, right top, from(#A50034), to(#6c0625));
  background-image: linear-gradient(to right, #A50034, #6c0625);
}
.gradient-strip.purple-blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#702F8A), to(#002F6C));
  background-image: linear-gradient(to right, #702F8A, #002F6C);
}
#hero {
  height: 400px;
  margin-bottom: 88px;
  background-size: cover;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  vertical-align: text-bottom;
}
#hero.section .container .row {
  margin-bottom: 17px;
}
#hero h1 {
  font-family: Calibre Web Medium;
  font-size: 52px;
  line-height: 53 px;
  color: #fff;
  margin-bottom: 0;
}
@media all and (max-width: 576px) {
  #hero h1 {
    margin-bottom: -20px;
  }
}
#hero .h1-container {
  width: 350px;
  height: 340px;
  padding: 0 25px 10px 0;
  position: relative;
  -webkit-box-sizing: padding-box;
          box-sizing: padding-box;
}
#hero .h1-container h1 {
  position: absolute;
  bottom: 40px;
  font-family: Calibre Web Medium;
  vertical-align: bottom;
  font-size: 52px;
  line-height: 53px;
  color: #fff;
}
#hero .h1-container h1.case {
  bottom: 60px;
}
#hero .h1-container h3 {
  position: absolute;
  bottom: 0;
}
#hero h3 {
  margin-top: 20px;
}
#hero .column {
  margin-bottom: 0;
}
#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 all 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;
  }
}
#hero .gradient-strip {
  margin-bottom: 40px;
}
@media all and (max-width: 576px) {
  #hero {
    margin-bottom: 20px;
  }
}
#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 all 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('/2021/assets/img/people2.png');
}
#quick-links .column.zero {
  background-image: url('/2021/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('/2021/assets/img/safety.png');
}
#quick-links .column.environment {
  background-image: url('/2021/assets/img/environment2.png');
}
#quick-links .column.communities {
  background-image: url('/2021/assets/img/communities.png');
  background-position: 50% -50px;
  background-repeat: no-repeat;
}
#quick-links .column.governance {
  background-image: url('/2021/assets/img/governance.png');
}
#quick-links .column.local {
  background-image: url('/2021/assets/img/communities-local@2x.jpg');
  background-position-y: 30%;
}
#quick-links .column.teaching {
  background-image: url('/2021/assets/img/communities-teaching@2x.jpg');
  background-position-y: 30%;
}
#quick-links .column.indigenous {
  background-image: url('/2021/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 all and (max-width: 576px) {
  #footer .row .column .navigation li a {
    font-size: 14px;
  }
}
#footer .row .column .navigation li a:hover {
  color: #5BC2E7;
}
@media all 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-family: Calibre Web Semibold;
  font-size: 23px;
  line-height: 64px;
  height: 58px;
  text-align: left;
  display: inline-block;
  color: #5BC2E7;
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .btn.scale-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 720px) {
  .btn {
    font-size: 20px;
  }
  .btn.assurance {
    margin-top: 20px;
  }
}
.btn.btn-download {
  font-size: 18px;
  line-height: 64px;
  height: 58px;
  min-width: 250px;
  text-align: left;
  color: #fff;
  display: inline-block;
  background-color: #5BC2E7;
  padding: 5px 25px;
  position: relative;
}
.btn.btn-download:before {
  font-family: 'downer' !important;
  text-transform: lowercase;
  content: 'h';
  width: 20px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 2px;
}
.btn.btn-download:before a {
  text-decoration: none;
}
.btn.btn-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btn.btn-secondary {
  color: #5BC2E7;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:active {
  color: #2fb1e0;
}
.btn.btn-tertiary {
  color: black;
}
.btn.btn-tertiary:hover,
.btn.btn-tertiary:active {
  color: #1a1a1a;
}
.btn.btn-orange {
  color: #EA7600;
}
.btn.btn-orange:hover,
.btn.btn-orange:active {
  color: #b75c00;
}
.btn.btn-navy {
  color: #00427B;
}
.btn.btn-navy:hover,
.btn.btn-navy:active {
  color: #002748;
}
.btn.btn-navy-dark {
  color: #002F6C;
}
.btn.btn-navy-dark:hover,
.btn.btn-navy-dark:active {
  color: #001939;
}
.btn.btn-green-dark {
  color: #009681;
}
.btn.btn-green-dark:hover,
.btn.btn-green-dark:active {
  color: #006355;
}
.btn.btn-green {
  color: #00A98F;
}
.btn.btn-green:hover,
.btn.btn-green:active {
  color: #007664;
}
.btn.btn-teal {
  color: #3EBCAA;
}
.btn.btn-teal:hover,
.btn.btn-teal:active {
  color: #319687;
}
.btn.btn-pine {
  color: #5C7F71;
}
.btn.btn-pine:hover,
.btn.btn-pine:active {
  color: #476157;
}
.btn.btn-sky {
  color: #5BC2E7;
}
.btn.btn-sky:hover,
.btn.btn-sky:active {
  color: #2fb1e0;
}
.btn.btn-plum {
  color: #A50034;
}
.btn.btn-plum:hover,
.btn.btn-plum:active {
  color: #720024;
}
.btn.btn-purple {
  color: #692C90;
}
.btn.btn-purple:hover,
.btn.btn-purple:active {
  color: #4d2069;
}
.btn.btn-lime {
  color: #8CC140;
}
.btn.btn-lime:hover,
.btn.btn-lime:active {
  color: #709c32;
}
.btn.btn-ruby {
  color: #B50B49;
}
.btn.btn-ruby:hover,
.btn.btn-ruby:active {
  color: #850836;
}
.btn.right {
  float: right;
}
@media screen and (max-width: 720px) {
  .btn.right.left-medium {
    float: left;
  }
}
.btn.btn-link::after {
  content: ' ';
  background-image: url('../img/arrow-right.svg');
  background-size: 22px 16px;
  background-repeat: no-repeat;
  margin-left: 17px;
  width: 18px 21px;
  padding-left: 25px;
}
.btn.btn-link.btn-secondary::after {
  background-image: url('../img/arrow-right-blue.svg');
}
.btn.btn-link.btn-orange::after {
  background-image: url('../img/arrow-right-orange.svg');
}
.btn.btn-link.btn-sky::after {
  background-image: url('../img/arrow-right-blue.svg');
}
.btn.btn-link.btn-green::after {
  background-image: url('../img/arrow-right-green.svg');
}
.btn.btn-link.btn-purple::after {
  background-image: url('../img/arrow-right-purple.svg');
}
.btn.btn-link.btn-lime::after {
  background-image: url('../img/arrow-right-lime.svg');
}
.btn:hover,
.btn:active {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #e6e6e6;
}
@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("/2021/assets/img/header-home.jpg");
  background-position: 50% 30%;
  background-size: contain;
}
.page-home .hero-home h1#home-hero {
  text-shadow: 3px 3px 10px rgba(100, 100, 100, 0.5);
  margin-bottom: -43px;
}
@media screen and (max-width: 720px) {
  .page-home .hero-home h1#home-hero {
    margin-bottom: -58px;
  }
}
.page-home .year {
  font-size: 138px;
  line-height: 138px;
  font-family: Calibre Web Light;
  letter-spacing: 5px;
}
.page-home .mini-intro {
  font-family: Calibre Web Bold;
}
.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 .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("/2021/assets/img/bkg-ceo@2x.jpg") no-repeat center center;
  background-size: cover;
}
.page-home .home-grid .block-ceo:before {
  cursor: pointer;
  font-family: 'downer' !important;
  font-size: 33px;
  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 .ceo-box {
  padding: 40px 0;
}
.page-home ul.blue-bullet {
  list-style-image: url('/2021/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 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: 90px;
}
.page-home #esg-grid-container div img.acsi {
  max-width: 62px;
}
.page-home #esg-grid-container div img.msci {
  max-width: 126px;
}
.page-home #esg-grid-container div img.sustain {
  max-width: 167px;
}
.page-home #esg-grid-container div img.robeco {
  max-width: 145px;
}
.page-home #esg-grid-container div img.cdp {
  max-width: 135px;
}
.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;
}
.page-home #esg-grid-container .c1.r7 {
  grid-column: 1;
  grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-row: 7;
}
.page-home #esg-grid-container .c2.r7 {
  grid-column: 2;
  grid-row: 7;
  -ms-grid-column: 2;
  -ms-grid-row: 7;
}
@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-image: url("/2021/assets/img/header-about.jpg");
  background-position: 50% 30%;
}
.page-about .hero-about-approach {
  background-image: url("/2021/assets/img/bkg-mining-girl@2x.jpg");
  background-size: contain;
}
.page-about .row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-about .row.flex .column {
  margin: 0 5px;
  padding: 20px;
}
.page-about .row.flex .column img.zero-harm {
  max-width: 80%;
  width: 160px;
  margin: 0 auto;
  display: block;
}
.page-about .row.flex .column.bottom {
  vertical-align: bottom;
}
.page-about .row.flex .column:first-of-type {
  margin-left: 0;
}
.page-about .row.flex .column:last-of-type {
  margin-right: 0;
}
.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("/2021/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 .service-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  margin-bottom: 60px !important;
}
.page-about .service-grid.ms-grid {
  display: -ms-grid !important;
  display: grid !important;
}
@media screen and (max-width: 720px) {
  .page-about .service-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 .service-grid .service-legend {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-top: 50px;
}
@media screen and (max-width: 720px) {
  .page-about .service-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 .service-grid .service-legend .legend {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% 70% 20%;
  grid-template-columns: 10% 70% 20%;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}
.page-about .service-grid .service-legend .legend div {
  padding-bottom: 10px;
}
.page-about .service-grid .service-legend .legend span.legend-bar {
  display: inline-block;
  height: 12px;
  width: 34px;
}
.page-about .service-grid .service-legend .legend .c1 {
  -ms-grid-column: 1;
  grid-column: 1;
}
.page-about .service-grid .service-legend .legend .c2 {
  -ms-grid-column: 2;
  grid-column: 2;
}
.page-about .service-grid .service-legend .legend .c3 {
  -ms-grid-column: 3;
  grid-column: 3;
  text-align: right;
}
.page-about .service-grid .service-legend .legend .r1 {
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-about .service-grid .service-legend .legend .r2 {
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-about .service-grid .service-legend .legend .r3 {
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-about .service-grid .service-legend .legend .r4 {
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-about .service-grid .service-legend .legend .r5 {
  -ms-grid-row: 5;
  grid-row: 5;
}
@media screen and (max-width: 720px) {
  .page-about .service-grid .service-legend .legend {
    -ms-grid-columns: 20% 60% 20%;
    grid-template-columns: 20% 60% 20%;
    padding-top: 25px !important;
    margin: 0 10px !important;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.page-about .service-grid .service-chart {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
}
@media screen and (max-width: 720px) {
  .page-about .service-grid .service-chart {
    padding-top: 25px !important;
    margin: 0 10px !important;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.page-about .service-grid .service-chart .color-wheel-services img#color-wheel-services {
  display: block;
  margin: -70px 50px 0 110px;
  vertical-align: middle;
}
@media screen and (max-width: 720px) {
  .page-about .service-grid .service-chart .color-wheel-services img#color-wheel-services {
    margin: 0px auto !important;
  }
}
.page-about .service-grid .service-chart #services-transport-copy {
  color: #8CC140;
  text-align: center;
  width: 100px;
}
.page-about .service-grid .service-chart #services-utilities-copy {
  color: #B50B49;
  text-align: center;
  width: 100px;
}
.page-about .service-grid .service-chart #services-facilities-copy {
  color: #5BC2E7;
  text-align: center;
  width: 100px;
}
.page-about .service-grid .service-chart #services-ecm-copy {
  color: #692C90;
  text-align: center;
  width: 100px;
}
.page-about .service-grid .service-chart #services-mining-copy {
  color: #002F6C;
  text-align: center;
  width: 100px;
}
.page-about .service-grid .service-chart #services-transport-copy,
.page-about .service-grid .service-chart #services-utilities-copy,
.page-about .service-grid .service-chart #services-facilities-copy,
.page-about .service-grid .service-chart #services-ecm-copy,
.page-about .service-grid .service-chart #services-mining-copy {
  top: 25px;
  left: 200px;
}
@media screen and (max-width: 720px) {
  .page-about .service-grid .service-chart #services-transport-copy,
  .page-about .service-grid .service-chart #services-utilities-copy,
  .page-about .service-grid .service-chart #services-facilities-copy,
  .page-about .service-grid .service-chart #services-ecm-copy,
  .page-about .service-grid .service-chart #services-mining-copy {
    top: 145px;
    left: 140px;
  }
}
.page-about .service-grid .service-chart .color-wheel-region img#color-wheel-region {
  display: block;
  margin: -70px 50px 0 110px;
  vertical-align: middle;
}
@media screen and (max-width: 720px) {
  .page-about .service-grid .service-chart .color-wheel-region img#color-wheel-region {
    margin: 0px auto !important;
  }
}
.page-about .service-grid .service-chart #region-aus-copy {
  color: #8CC140;
  top: 20px;
  left: 200px;
  text-align: center;
  width: 100px;
}
.page-about .service-grid .service-chart #region-nz-copy {
  color: #5BC2E7;
  top: 20px;
  left: 200px;
  text-align: center;
  width: 100px;
}
.page-about .service-grid .service-chart #region-int-copy {
  color: #B50B49;
  top: 20px;
  left: 200px;
  text-align: center;
  width: 100px;
}
.page-about .service-grid .service-chart #region-aus-copy,
.page-about .service-grid .service-chart #region-nz-copy,
.page-about .service-grid .service-chart #region-int-copy {
  top: 20px;
  left: 200px;
}
.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;
}
@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 .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: -70px 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: #8CC140;
  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 .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 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 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-about .about-grid,
.page-about .sdg-grid,
.page-about .targets-grid {
  display: -ms-grid;
  display: grid;
}
.page-about .about-grid .c1.r1,
.page-about .sdg-grid .c1.r1,
.page-about .targets-grid .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-about .about-grid .c2.r1,
.page-about .sdg-grid .c2.r1,
.page-about .targets-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-about .about-grid .c3.r1,
.page-about .sdg-grid .c3.r1,
.page-about .targets-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-about .about-grid .c4.r1,
.page-about .sdg-grid .c4.r1,
.page-about .targets-grid .c4.r1 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-about .about-grid .c5.r1,
.page-about .sdg-grid .c5.r1,
.page-about .targets-grid .c5.r1 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-about .about-grid .c6.r1,
.page-about .sdg-grid .c6.r1,
.page-about .targets-grid .c6.r1 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-about .about-grid .c1.r2,
.page-about .sdg-grid .c1.r2,
.page-about .targets-grid .c1.r2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-about .about-grid .c2.r2,
.page-about .sdg-grid .c2.r2,
.page-about .targets-grid .c2.r2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-about .about-grid .c3.r2,
.page-about .sdg-grid .c3.r2,
.page-about .targets-grid .c3.r2 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-about .about-grid .c4.r2,
.page-about .sdg-grid .c4.r2,
.page-about .targets-grid .c4.r2 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-about .about-grid .c5.r2,
.page-about .sdg-grid .c5.r2,
.page-about .targets-grid .c5.r2 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-about .about-grid .c6.r2,
.page-about .sdg-grid .c6.r2,
.page-about .targets-grid .c6.r2 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-about .about-grid .c1.r3,
.page-about .sdg-grid .c1.r3,
.page-about .targets-grid .c1.r3 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-about .about-grid .c2.r3,
.page-about .sdg-grid .c2.r3,
.page-about .targets-grid .c2.r3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-about .about-grid .c3.r3,
.page-about .sdg-grid .c3.r3,
.page-about .targets-grid .c3.r3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-about .about-grid .c4.r3,
.page-about .sdg-grid .c4.r3,
.page-about .targets-grid .c4.r3 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-about .about-grid .c5.r3,
.page-about .sdg-grid .c5.r3,
.page-about .targets-grid .c5.r3 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-about .about-grid .c6.r3,
.page-about .sdg-grid .c6.r3,
.page-about .targets-grid .c6.r3 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-about .about-grid .c1.r4,
.page-about .sdg-grid .c1.r4,
.page-about .targets-grid .c1.r4 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-about .about-grid .c2.r4,
.page-about .sdg-grid .c2.r4,
.page-about .targets-grid .c2.r4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-about .about-grid .c3.r4,
.page-about .sdg-grid .c3.r4,
.page-about .targets-grid .c3.r4 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-about .about-grid .c4.r4,
.page-about .sdg-grid .c4.r4,
.page-about .targets-grid .c4.r4 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-about .about-grid .c5.r4,
.page-about .sdg-grid .c5.r4,
.page-about .targets-grid .c5.r4 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-about .about-grid .c6.r4,
.page-about .sdg-grid .c6.r4,
.page-about .targets-grid .c6.r4 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-about .about-grid .c1.r5,
.page-about .sdg-grid .c1.r5,
.page-about .targets-grid .c1.r5 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-about .about-grid .c2.r5,
.page-about .sdg-grid .c2.r5,
.page-about .targets-grid .c2.r5 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-about .about-grid .c3.r5,
.page-about .sdg-grid .c3.r5,
.page-about .targets-grid .c3.r5 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-about .about-grid .c4.r5,
.page-about .sdg-grid .c4.r5,
.page-about .targets-grid .c4.r5 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-about .about-grid .c5.r5,
.page-about .sdg-grid .c5.r5,
.page-about .targets-grid .c5.r5 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-about .about-grid .c6.r5,
.page-about .sdg-grid .c6.r5,
.page-about .targets-grid .c6.r5 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-about .about-grid .c1.r6,
.page-about .sdg-grid .c1.r6,
.page-about .targets-grid .c1.r6 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-about .about-grid .c2.r6,
.page-about .sdg-grid .c2.r6,
.page-about .targets-grid .c2.r6 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-about .about-grid .c3.r6,
.page-about .sdg-grid .c3.r6,
.page-about .targets-grid .c3.r6 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-about .about-grid .c4.r6,
.page-about .sdg-grid .c4.r6,
.page-about .targets-grid .c4.r6 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-about .about-grid .c5.r6,
.page-about .sdg-grid .c5.r6,
.page-about .targets-grid .c5.r6 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-about .about-grid .c6.r6,
.page-about .sdg-grid .c6.r6,
.page-about .targets-grid .c6.r6 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-about .about-grid .c1.r7,
.page-about .sdg-grid .c1.r7,
.page-about .targets-grid .c1.r7 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-about .about-grid .c2.r7,
.page-about .sdg-grid .c2.r7,
.page-about .targets-grid .c2.r7 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-about .about-grid .c3.r7,
.page-about .sdg-grid .c3.r7,
.page-about .targets-grid .c3.r7 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-about .about-grid .c4.r7,
.page-about .sdg-grid .c4.r7,
.page-about .targets-grid .c4.r7 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-about .about-grid .c1.r8,
.page-about .sdg-grid .c1.r8,
.page-about .targets-grid .c1.r8 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-about .about-grid .c2.r8,
.page-about .sdg-grid .c2.r8,
.page-about .targets-grid .c2.r8 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-about .about-grid .c3.r8,
.page-about .sdg-grid .c3.r8,
.page-about .targets-grid .c3.r8 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-about .about-grid .c4.r8,
.page-about .sdg-grid .c4.r8,
.page-about .targets-grid .c4.r8 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-about .about-grid .c1.r9,
.page-about .sdg-grid .c1.r9,
.page-about .targets-grid .c1.r9 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-about .about-grid .c2.r9,
.page-about .sdg-grid .c2.r9,
.page-about .targets-grid .c2.r9 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-about .about-grid .c3.r9,
.page-about .sdg-grid .c3.r9,
.page-about .targets-grid .c3.r9 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-about .about-grid .c4.r9,
.page-about .sdg-grid .c4.r9,
.page-about .targets-grid .c4.r9 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-about .about-grid .c1.r10,
.page-about .sdg-grid .c1.r10,
.page-about .targets-grid .c1.r10 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-about .about-grid .c2.r10,
.page-about .sdg-grid .c2.r10,
.page-about .targets-grid .c2.r10 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-about .about-grid .c3.r10,
.page-about .sdg-grid .c3.r10,
.page-about .targets-grid .c3.r10 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-about .about-grid .c4.r10,
.page-about .sdg-grid .c4.r10,
.page-about .targets-grid .c4.r10 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-about .about-grid .c1.r11,
.page-about .sdg-grid .c1.r11,
.page-about .targets-grid .c1.r11 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-about .about-grid .c2.r11,
.page-about .sdg-grid .c2.r11,
.page-about .targets-grid .c2.r11 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-about .about-grid .c3.r11,
.page-about .sdg-grid .c3.r11,
.page-about .targets-grid .c3.r11 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-about .about-grid .c4.r11,
.page-about .sdg-grid .c4.r11,
.page-about .targets-grid .c4.r11 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-about .about-grid .c1.r12,
.page-about .sdg-grid .c1.r12,
.page-about .targets-grid .c1.r12 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-about .about-grid .c2.r12,
.page-about .sdg-grid .c2.r12,
.page-about .targets-grid .c2.r12 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-about .about-grid .c3.r12,
.page-about .sdg-grid .c3.r12,
.page-about .targets-grid .c3.r12 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-about .about-grid .c4.r12,
.page-about .sdg-grid .c4.r12,
.page-about .targets-grid .c4.r12 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-about .about-grid .c1.r13,
.page-about .sdg-grid .c1.r13,
.page-about .targets-grid .c1.r13 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-about .about-grid .c2.r13,
.page-about .sdg-grid .c2.r13,
.page-about .targets-grid .c2.r13 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-about .about-grid .c3.r13,
.page-about .sdg-grid .c3.r13,
.page-about .targets-grid .c3.r13 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-about .about-grid .c4.r13,
.page-about .sdg-grid .c4.r13,
.page-about .targets-grid .c4.r13 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-about .about-grid .c1.r14,
.page-about .sdg-grid .c1.r14,
.page-about .targets-grid .c1.r14 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-about .about-grid .c2.r14,
.page-about .sdg-grid .c2.r14,
.page-about .targets-grid .c2.r14 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-about .about-grid .c3.r14,
.page-about .sdg-grid .c3.r14,
.page-about .targets-grid .c3.r14 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-about .about-grid .c4.r14,
.page-about .sdg-grid .c4.r14,
.page-about .targets-grid .c4.r14 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-about .about-grid .c1.r15,
.page-about .sdg-grid .c1.r15,
.page-about .targets-grid .c1.r15 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-about .about-grid .c2.r15,
.page-about .sdg-grid .c2.r15,
.page-about .targets-grid .c2.r15 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-about .about-grid .c3.r15,
.page-about .sdg-grid .c3.r15,
.page-about .targets-grid .c3.r15 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-about .about-grid .c4.r15,
.page-about .sdg-grid .c4.r15,
.page-about .targets-grid .c4.r15 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-about .about-grid .c1.r16,
.page-about .sdg-grid .c1.r16,
.page-about .targets-grid .c1.r16 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 16;
  grid-row: 16;
}
.page-about .about-grid .c2.r16,
.page-about .sdg-grid .c2.r16,
.page-about .targets-grid .c2.r16 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 16;
  grid-row: 16;
}
.page-about .about-grid .c3.r16,
.page-about .sdg-grid .c3.r16,
.page-about .targets-grid .c3.r16 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 16;
  grid-row: 16;
}
.page-about .about-grid .c4.r16,
.page-about .sdg-grid .c4.r16,
.page-about .targets-grid .c4.r16 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 16;
  grid-row: 16;
}
.page-about .about-grid .c1.r17,
.page-about .sdg-grid .c1.r17,
.page-about .targets-grid .c1.r17 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 17;
  grid-row: 17;
}
.page-about .about-grid .c2.r17,
.page-about .sdg-grid .c2.r17,
.page-about .targets-grid .c2.r17 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 17;
  grid-row: 17;
}
.page-about .about-grid .c3.r17,
.page-about .sdg-grid .c3.r17,
.page-about .targets-grid .c3.r17 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 17;
  grid-row: 17;
}
.page-about .about-grid .c4.r17,
.page-about .sdg-grid .c4.r17,
.page-about .targets-grid .c4.r17 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 17;
  grid-row: 17;
}
.page-about .about-grid .c1.r18,
.page-about .sdg-grid .c1.r18,
.page-about .targets-grid .c1.r18 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 18;
  grid-row: 18;
}
.page-about .about-grid .c2.r18,
.page-about .sdg-grid .c2.r18,
.page-about .targets-grid .c2.r18 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 18;
  grid-row: 18;
}
.page-about .about-grid .c3.r18,
.page-about .sdg-grid .c3.r18,
.page-about .targets-grid .c3.r18 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 18;
  grid-row: 18;
}
.page-about .about-grid .c4.r18,
.page-about .sdg-grid .c4.r18,
.page-about .targets-grid .c4.r18 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 18;
  grid-row: 18;
}
.page-about .about-grid .c1.r19,
.page-about .sdg-grid .c1.r19,
.page-about .targets-grid .c1.r19 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 19;
  grid-row: 19;
}
.page-about .about-grid .c2.r19,
.page-about .sdg-grid .c2.r19,
.page-about .targets-grid .c2.r19 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 19;
  grid-row: 19;
}
.page-about .about-grid .c3.r19,
.page-about .sdg-grid .c3.r19,
.page-about .targets-grid .c3.r19 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 19;
  grid-row: 19;
}
.page-about .about-grid .c4.r19,
.page-about .sdg-grid .c4.r19,
.page-about .targets-grid .c4.r19 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 19;
  grid-row: 19;
}
.page-about .about-grid .c1.r20,
.page-about .sdg-grid .c1.r20,
.page-about .targets-grid .c1.r20 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 20;
  grid-row: 20;
}
.page-about .about-grid .c2.r20,
.page-about .sdg-grid .c2.r20,
.page-about .targets-grid .c2.r20 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 20;
  grid-row: 20;
}
.page-about .about-grid .c3.r20,
.page-about .sdg-grid .c3.r20,
.page-about .targets-grid .c3.r20 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 20;
  grid-row: 20;
}
.page-about .about-grid .c4.r20,
.page-about .sdg-grid .c4.r20,
.page-about .targets-grid .c4.r20 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 20;
  grid-row: 20;
}
.page-about .about-grid .c1.r21,
.page-about .sdg-grid .c1.r21,
.page-about .targets-grid .c1.r21 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 21;
  grid-row: 21;
}
.page-about .about-grid .c2.r21,
.page-about .sdg-grid .c2.r21,
.page-about .targets-grid .c2.r21 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 21;
  grid-row: 21;
}
.page-about .about-grid .c3.r21,
.page-about .sdg-grid .c3.r21,
.page-about .targets-grid .c3.r21 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 21;
  grid-row: 21;
}
.page-about .about-grid .c4.r21,
.page-about .sdg-grid .c4.r21,
.page-about .targets-grid .c4.r21 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 21;
  grid-row: 21;
}
.page-about .about-grid {
  -ms-grid-columns: 1fr 0.05fr 1fr 0.05fr 1fr;
  grid-template-columns: 1fr 0.05fr 1fr 0.05fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.page-about .about-grid div {
  margin-right: 1rem;
  margin-bottom: 1rem;
  min-height: 160px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.page-about .about-grid div:hover {
  cursor: pointer ;
}
.page-about .about-grid div div.overlay {
  background-color: rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
}
.page-about .about-grid div h4 {
  position: absolute;
  bottom: 5px;
  padding: 10px;
  display: inline-block;
}
.page-about .about-grid div h4.text-small {
  line-height: 16px !important;
}
.page-about .about-grid div .header-container {
  max-height: 30px !important;
  background-color: rgba(0, 150, 129, 0.8);
  position: absolute;
  bottom: 0;
  padding: 10px;
  display: block;
}
.page-about .about-grid div.road {
  background-image: url("/2021/assets/img/grid-road-services.jpg");
}
.page-about .about-grid div.transport {
  background-image: url("/2021/assets/img/grid-transport-infrastructure-and-services.jpg");
}
.page-about .about-grid div.passenger {
  background-image: url("/2021/assets/img/grid-passenger-rail.jpg");
}
.page-about .about-grid div.light-rail {
  background-image: url("/2021/assets/img/grid-light-rail-and-buses.jpg");
}
.page-about .about-grid div.airports {
  background-image: url("/2021/assets/img/grid-airports-and-ports.png");
}
.page-about .about-grid div.integrated {
  background-image: url("/2021/assets/img/grid-integrated-facilities-services.jpg");
}
.page-about .about-grid div.power-gas {
  background-image: url("/2021/assets/img/grid-power_and_gas.jpg");
}
.page-about .about-grid div.technology {
  background-image: url("/2021/assets/img/grid-technology-and-communication-services.jpg");
}
.page-about .about-grid div.energy-power {
  background-image: url("/2021/assets/img/grid-renewable-energy-and-power-systems.jpg");
}
.page-about .about-grid div.water {
  background-image: url("/2021/assets/img/grid-water.jpg");
}
.page-about .about-grid div.health {
  background-image: url("/2021/assets/img/grid-health-services.jpg");
}
.page-about .about-grid div.power {
  background-image: url("/2021/assets/img/grid-power-services.jpg");
}
.page-about .about-grid div.industrial {
  background-image: url("/2021/assets/img/grid-industrial-services.jpg");
}
.page-about .about-grid div.education {
  background-image: url("/2021/assets/img/grid-education-services.jpg");
}
.page-about .about-grid div.buildings {
  background-image: url("/2021/assets/img/grid-non-residential-building.jpg");
}
.page-about .about-grid div.defence {
  background-image: url("/2021/assets/img/grid-defence.jpg");
}
.page-about .about-grid div.asset-management {
  background-image: url("/2021/assets/img/grid-asset-management.jpg");
}
.page-about .about-grid div.managed {
  background-image: url("/2021/assets/img/grid-professional-and-managed-services.jpg");
}
.page-about .about-grid div.c1,
.page-about .about-grid div.c3,
.page-about .about-grid div.c5 {
  border-bottom: 5px solid #00A98F;
}
.page-about .sdg-grid {
  -ms-grid-columns: 1fr 0.03fr 1fr 0.03fr 1fr 0.03fr 1fr;
  grid-template-columns: 1fr 0.03fr 1fr 0.03fr 1fr 0.03fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}
.page-about .sdg-grid div {
  border-top: 8px solid #00A98F;
  background-color: #F1F2F2;
  padding: 20px;
}
.page-about .sdg-grid div img {
  max-width: 150px;
  width: 150px;
  margin: 0 auto;
  display: block;
}
.page-about .sdg-grid div h4 {
  margin-top: 5px;
}
.page-about .sdg-grid .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-about .sdg-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  background-color: white !important;
  border: none;
}
.page-about .sdg-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-about .sdg-grid .c4.r1 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
  background-color: white !important;
  border: none;
}
.page-about .sdg-grid .c5.r1 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-about .sdg-grid .c6.r1 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 1;
  grid-row: 1;
  background-color: white !important;
  border: none;
}
.page-about .sdg-grid .c7.r1 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-about .sdg-grid .c1.r2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-column: 1 / span 7;
  -ms-grid-row: 2;
  grid-row: 2;
  background-color: white;
  border: none;
}
.page-about .sdg-grid .c1.r3 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-about .sdg-grid .c2.r3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
  background-color: white !important;
  border: none;
}
.page-about .sdg-grid .c3.r3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-about .sdg-grid .c4.r3 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 3;
  grid-row: 3;
  background-color: white !important;
  border: none;
}
.page-about .sdg-grid .c5.r3 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-about .sdg-grid .c6.r3 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 3;
  grid-row: 3;
  background-color: white !important;
  border: none;
}
.page-about .sdg-grid .c7.r3 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 3;
  grid-row: 3;
}
@media screen and (max-width: 720px) {
  .page-about .sdg-grid {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-gap: 10px;
  }
  .page-about .sdg-grid div {
    border-top: 4px solid #00A98F;
    background-color: #F1F2F2;
    padding: 20px;
  }
  .page-about .sdg-grid div img {
    max-width: 100%;
    width: 200px;
  }
  .page-about .sdg-grid .c1.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-about .sdg-grid .c3.r1 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-about .sdg-grid .c5.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .page-about .sdg-grid .c7.r1 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .page-about .sdg-grid .c1.r3 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-about .sdg-grid .c3.r3 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-about .sdg-grid .c5.r3 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .page-about .sdg-grid .c7.r3 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .page-about .sdg-grid .c2.r1,
  .page-about .sdg-grid .c4.r1,
  .page-about .sdg-grid .c6.r1,
  .page-about .sdg-grid .c2.r3,
  .page-about .sdg-grid .c4.r3,
  .page-about .sdg-grid .c6.r3,
  .page-about .sdg-grid .r2 {
    display: none;
  }
}
.page-about .targets-grid {
  font-size: 18px !important;
  -ms-grid-columns: 1fr 0.5fr 0.5fr 1fr;
  grid-template-columns: 1fr 0.5fr 0.5fr 1fr;
}
.page-about .targets-grid div {
  padding: 10px 0;
  border-bottom: 1px solid black;
}
.page-about .targets-grid div p,
.page-about .targets-grid div ul li {
  font-size: 18px !important;
  line-height: 19px !important;
  margin: 10px 0;
}
.page-about .targets-grid .c1,
.page-about .targets-grid .c2 {
  padding-right: 5px;
}
.page-about .targets-grid .c3 img {
  max-width: 80px;
}
.page-about .targets-grid .r1 {
  color: black;
  font-family: Calibre Web Semibold;
  border-bottom: 8px solid black;
}
.page-about .targets-grid .r2,
.page-about .targets-grid .r6,
.page-about .targets-grid .r9,
.page-about .targets-grid .r13,
.page-about .targets-grid .r18 {
  font-family: Calibre Web Semibold;
  font-size: 18px;
  padding-top: 20px;
}
.page-about .targets-grid .r2.c1,
.page-about .targets-grid .r6.c1,
.page-about .targets-grid .r9.c1,
.page-about .targets-grid .r13.c1,
.page-about .targets-grid .r18.c1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / span 4;
}
.page-about .targets-grid .r2 {
  color: #5BC2E7;
  border-bottom: 8px solid #5BC2E7;
}
.page-about .targets-grid .r6 {
  color: #EA7600;
  border-bottom: 8px solid #EA7600;
}
.page-about .targets-grid .r9 {
  color: #8CC140;
  border-bottom: 8px solid #8CC140;
}
.page-about .targets-grid .r13 {
  color: #009681;
  border-bottom: 8px solid #009681;
}
.page-about .targets-grid .r18 {
  color: #692C90;
  border-bottom: 8px solid #692C90;
}
.page-ceomessage .hero-ceomessage {
  background-image: url("/2021/assets/img/header-ceo.jpg");
  background-position: 50% 50%;
}
@media screen and (max-width: 720px) {
  .page-ceomessage .hero-ceomessage {
    background-position: 75% 50%;
  }
}
.page-ceomessage .hero-ceomessage h1 {
  width: 430px;
}
@media screen and (max-width: 720px) {
  .page-ceomessage .hero-ceomessage h1 {
    width: 350px;
  }
}
.page-ceomessage .signature-container {
  height: 110px;
  vertical-align: middle;
  display: inline-block;
}
.page-ceomessage .signature {
  margin-top: 20px;
  max-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.page-ceomessage .signature-2 {
  max-height: 100px;
}
.page-performance {
  font-family: Calibre Web Light;
}
.page-performance .hero-performance {
  background-position: 50% 40%;
  background-image: url("/2021/assets/img/header-performance.jpg");
}
.page-performance .hero-performance .title {
  width: 450px;
}
@media screen and (max-width: 720px) {
  .page-performance .hero-performance .title {
    width: 300px !important;
    padding: 0 25px !important;
  }
}
.page-performance .show-medium {
  padding: 30px 15px;
}
.page-performance .section-title {
  padding: 25px 25px;
  margin: 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 .gri-102-grid {
  font-size: 16px;
  line-height: 18px;
  font-family: Calibre Web Light;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.7fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 0.7fr 1fr 1fr 1fr 1fr 1fr;
  -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 .c1 {
  font-family: Calibre Web Bold;
}
.page-performance .gri-102-grid .r1 {
  color: black;
  border-bottom: 8px solid black;
}
.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: 6;
  grid-column: 1 / span 6;
  text-align: left;
  color: #5BC2E7;
  border-bottom: 8px solid #5BC2E7;
  padding: 10px 10px 5px 0;
  font-family: Calibre Web Semibold;
}
.page-performance .gri-102-grid .c1 {
  font-family: Calibre Web Bold;
  padding-left: 0;
}
.page-performance .gri-102-grid h4 {
  margin-top: 0;
  font-size: 18px;
}
.page-performance .gri-102-grid div {
  overflow: visible;
  padding: 10px 10px 5px 10px;
  font-size: 16px;
  line-height: 18px;
  border-bottom: 1px solid black;
}
.page-performance .gri-102-grid div span {
  display: inline-block;
  vertical-align: middle;
}
.page-performance .gri-102-grid div p {
  font-size: 16px;
  line-height: 18px;
}
.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 Light;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.7fr 2fr 2fr 2fr 2fr 2fr;
  grid-template-columns: 0.7fr 2fr 2fr 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 .c1 {
  font-family: Calibre Web Bold;
  padding-left: 0 !important;
}
.page-performance .specific-200-grid .r1 {
  color: black;
  border-bottom: 8px solid black;
}
.page-performance .specific-200-grid .r2 {
  color: #333333;
}
.page-performance .specific-200-grid .r3 {
  color: #939598;
}
.page-performance .specific-200-grid .r4 {
  color: #5BC2E7;
  border-bottom: 8px solid #5BC2E7;
}
.page-performance .specific-200-grid .r5,
.page-performance .specific-200-grid .r6 {
  border: 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: 6;
  grid-column: 1 / span 6;
  text-align: left;
  padding: 10px 10px 5px 0;
}
.page-performance .specific-200-grid .c5.r5 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  grid-row: 5 / span 3;
  border-bottom: 1px solid black;
}
.page-performance .specific-200-grid h4 {
  margin-top: 0;
  font-size: 18px;
}
.page-performance .specific-200-grid div {
  overflow: visible;
  padding: 10px 10px 5px 10px;
  font-size: 16px;
  line-height: 18px;
  border-bottom: 1px solid black;
}
.page-performance .specific-200-grid div span {
  display: inline-block;
  vertical-align: middle;
}
.page-performance .specific-300-grid {
  font-size: 16px;
  line-height: 18px;
  font-family: Calibre Web Light;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.7fr 2fr 2fr 2fr 2fr 2fr;
  grid-template-columns: 0.7fr 2fr 2fr 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 .c1 {
  font-family: Calibre Web Semibold;
}
.page-performance .specific-300-grid .r1 {
  color: black;
  border-bottom: 8px solid black;
}
.page-performance .specific-300-grid .r5,
.page-performance .specific-300-grid .r6,
.page-performance .specific-300-grid .r10,
.page-performance .specific-300-grid .r11,
.page-performance .specific-300-grid .r17,
.page-performance .specific-300-grid .r18,
.page-performance .specific-300-grid .r22,
.page-performance .specific-300-grid .r23,
.page-performance .specific-300-grid .r27,
.page-performance .specific-300-grid .r28,
.page-performance .specific-300-grid .r36,
.page-performance .specific-300-grid .r37,
.page-performance .specific-300-grid .r43,
.page-performance .specific-300-grid .r44 {
  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.r21,
.page-performance .specific-300-grid .c1.r26,
.page-performance .specific-300-grid .c1.r35,
.page-performance .specific-300-grid .c1.r42 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1 / span 6;
  text-align: left;
  color: #5BC2E7;
  border-bottom: 8px solid #5BC2E7;
  padding: 10px 10px 5px 0;
}
.page-performance .specific-300-grid .r2 {
  color: #333333 !important;
  border-bottom: 1px solid #5BC2E7 !important;
}
.page-performance .specific-300-grid .r3 {
  color: #939598 !important;
  border-bottom: 1px solid #5BC2E7 !important;
}
.page-performance .specific-300-grid .c5.r10 {
  -ms-grid-row: 10;
  -ms-grid-row-span: 3;
  grid-row: 10 / span 3;
  border-bottom: 1px solid black;
}
.page-performance .specific-300-grid .c5.r17 {
  -ms-grid-row: 17;
  -ms-grid-row-span: 3;
  grid-row: 17 / span 3;
  border-bottom: 1px solid black;
}
.page-performance .specific-300-grid .c5.r22 {
  -ms-grid-row: 22;
  -ms-grid-row-span: 3;
  grid-row: 22 / span 3;
  border-bottom: 1px solid black;
}
.page-performance .specific-300-grid .c5.r27 {
  -ms-grid-row: 27;
  -ms-grid-row-span: 3;
  grid-row: 27 / span 3;
  border-bottom: 1px solid black;
}
.page-performance .specific-300-grid .c5.r36 {
  -ms-grid-row: 36;
  -ms-grid-row-span: 3;
  grid-row: 36 / span 3;
  border-bottom: 1px solid black;
}
.page-performance .specific-300-grid .c5.r43 {
  -ms-grid-row: 43;
  -ms-grid-row-span: 3;
  grid-row: 43 / span 3;
  border-bottom: 1px solid black;
}
.page-performance .specific-300-grid h4 {
  margin-top: 0;
  font-size: 18px;
}
.page-performance .specific-300-grid.grid-1 {
  margin-bottom: 5px;
}
.page-performance .specific-300-grid div {
  overflow: visible;
  padding: 10px 10px 5px 0;
  border-bottom: 1px solid black;
}
.page-performance .specific-300-grid div p {
  font-size: 16px;
  line-height: 18px;
}
.page-performance .specific-300-grid div span {
  display: inline-block;
  vertical-align: middle;
}
.page-performance .specific-400-grid {
  font-size: 16px;
  line-height: 18px;
  font-family: Calibre Web Light;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.7fr 2fr 2fr 2fr 2fr 2fr;
  grid-template-columns: 0.7fr 2fr 2fr 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 .c1 {
  font-family: Calibre Web Semibold;
}
.page-performance .specific-400-grid .r1 {
  color: black;
  border-bottom: 8px solid black;
}
.page-performance .specific-400-grid .r5,
.page-performance .specific-400-grid .r6,
.page-performance .specific-400-grid .r9,
.page-performance .specific-400-grid .r10,
.page-performance .specific-400-grid .r11,
.page-performance .specific-400-grid .r12,
.page-performance .specific-400-grid .r14,
.page-performance .specific-400-grid .r15,
.page-performance .specific-400-grid .r16,
.page-performance .specific-400-grid .r17,
.page-performance .specific-400-grid .r18,
.page-performance .specific-400-grid .r20,
.page-performance .specific-400-grid .r21,
.page-performance .specific-400-grid .r22,
.page-performance .specific-400-grid .r23,
.page-performance .specific-400-grid .r25,
.page-performance .specific-400-grid .r26,
.page-performance .specific-400-grid .r27,
.page-performance .specific-400-grid .r28,
.page-performance .specific-400-grid .r32,
.page-performance .specific-400-grid .r33 {
  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.r10,
.page-performance .specific-400-grid .c1.r15,
.page-performance .specific-400-grid .c1.r21,
.page-performance .specific-400-grid .c1.r26,
.page-performance .specific-400-grid .c1.r31 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1 / span 6;
  text-align: left;
  color: #5BC2E7;
  border-bottom: 8px solid #5BC2E7;
}
.page-performance .specific-400-grid .r2 {
  color: #333333 !important;
  border-bottom: 1px solid #5BC2E7 !important;
}
.page-performance .specific-400-grid .r3 {
  color: #939598 !important;
  border-bottom: 1px solid #5BC2E7 !important;
}
.page-performance .specific-400-grid .c5.r5 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  grid-row: 5 / span 3;
  border-bottom: 1px solid black;
}
.page-performance .specific-400-grid .c5.r11 {
  -ms-grid-row: 11;
  -ms-grid-row-span: 3;
  grid-row: 11 / span 3;
  border-bottom: 1px solid black;
}
.page-performance .specific-400-grid .c5.r17 {
  -ms-grid-row: 17;
  -ms-grid-row-span: 3;
  grid-row: 17 / span 3;
  border-bottom: 1px solid black;
}
.page-performance .specific-400-grid .c5.r22 {
  -ms-grid-row: 22;
  -ms-grid-row-span: 3;
  grid-row: 22 / span 3;
  border-bottom: 1px solid black;
}
.page-performance .specific-400-grid .c5.r27 {
  -ms-grid-row: 27;
  -ms-grid-row-span: 3;
  grid-row: 27 / span 3;
  border-bottom: 1px solid black;
}
.page-performance .specific-400-grid .c5.r32 {
  -ms-grid-row: 32;
  -ms-grid-row-span: 3;
  grid-row: 32 / span 3;
  border-bottom: 1px solid black;
}
.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 5px 0;
  font-size: 16px;
  line-height: 18px;
  border-bottom: 1px solid black;
}
.page-performance .specific-400-grid div p {
  font-size: 16px;
  line-height: 18px;
}
.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-performance .c1.r41 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 41;
  grid-row: 41;
}
.page-performance .c2.r41 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 41;
  grid-row: 41;
}
.page-performance .c3.r41 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 41;
  grid-row: 41;
}
.page-performance .c4.r41 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 41;
  grid-row: 41;
}
.page-performance .c5.r41 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 41;
  grid-row: 41;
}
.page-performance .c6.r41 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 41;
  grid-row: 41;
}
.page-performance .c7.r41 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 41;
  grid-row: 41;
}
.page-performance .c8.r41 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 41;
  grid-row: 41;
}
.page-performance .c1.r42 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 42;
  grid-row: 42;
}
.page-performance .c2.r42 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 42;
  grid-row: 42;
}
.page-performance .c3.r42 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 42;
  grid-row: 42;
}
.page-performance .c4.r42 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 42;
  grid-row: 42;
}
.page-performance .c5.r42 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 42;
  grid-row: 42;
}
.page-performance .c6.r42 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 42;
  grid-row: 42;
}
.page-performance .c7.r42 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 42;
  grid-row: 42;
}
.page-performance .c8.r42 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 42;
  grid-row: 42;
}
.page-performance .c1.r43 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 43;
  grid-row: 43;
}
.page-performance .c2.r43 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 43;
  grid-row: 43;
}
.page-performance .c3.r43 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 43;
  grid-row: 43;
}
.page-performance .c4.r43 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 43;
  grid-row: 43;
}
.page-performance .c5.r43 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 43;
  grid-row: 43;
}
.page-performance .c6.r43 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 43;
  grid-row: 43;
}
.page-performance .c7.r43 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 43;
  grid-row: 43;
}
.page-performance .c8.r43 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 43;
  grid-row: 43;
}
.page-performance .c1.r44 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 44;
  grid-row: 44;
}
.page-performance .c2.r44 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 44;
  grid-row: 44;
}
.page-performance .c3.r44 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 44;
  grid-row: 44;
}
.page-performance .c4.r44 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 44;
  grid-row: 44;
}
.page-performance .c5.r44 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 44;
  grid-row: 44;
}
.page-performance .c6.r44 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 44;
  grid-row: 44;
}
.page-performance .c7.r44 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 44;
  grid-row: 44;
}
.page-performance .c8.r44 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 44;
  grid-row: 44;
}
.page-performance .c1.r45 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 45;
  grid-row: 45;
}
.page-performance .c2.r45 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 45;
  grid-row: 45;
}
.page-performance .c3.r45 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 45;
  grid-row: 45;
}
.page-performance .c4.r45 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 45;
  grid-row: 45;
}
.page-performance .c5.r45 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 45;
  grid-row: 45;
}
.page-performance .c6.r45 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 45;
  grid-row: 45;
}
.page-performance .c7.r45 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 45;
  grid-row: 45;
}
.page-performance .c8.r45 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 45;
  grid-row: 45;
}
.page-performance .c1.r46 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 46;
  grid-row: 46;
}
.page-performance .c2.r46 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 46;
  grid-row: 46;
}
.page-performance .c3.r46 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 46;
  grid-row: 46;
}
.page-performance .c4.r46 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 46;
  grid-row: 46;
}
.page-performance .c5.r46 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 46;
  grid-row: 46;
}
.page-performance .c6.r46 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 46;
  grid-row: 46;
}
.page-performance .c7.r46 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 46;
  grid-row: 46;
}
.page-performance .c8.r46 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 46;
  grid-row: 46;
}
.page-sustainability .hero-sustainability {
  background-image: url("/2021/assets/img/header-sustainability.jpg");
  background-position: 50% 60%;
}
@media screen and (max-width: 1100px) {
  .page-sustainability .hero-sustainability {
    background-position: 60% 0%;
    background-size: cover;
  }
}
.page-sustainability .sus-icon {
  margin-top: -10px;
}
@media screen and (max-width: 720px) {
  .page-sustainability .sus-icon {
    margin-top: -20px;
  }
}
.page-sustainability h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 720px) {
  .page-sustainability h2 {
    font-size: 40px;
  }
}
.page-sustainability .sustainability-grid {
  display: -ms-grid;
  display: grid;
}
.page-sustainability .sustainability-grid div {
  padding: 20px 5px 30px 5px;
  text-align: left;
  position: relative;
  min-height: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-sustainability .sustainability-grid div.half {
  min-height: 185px;
  padding: 15px 20px 30px 20px;
}
@media screen and (max-width: 720px) {
  .page-sustainability .sustainability-grid div {
    min-height: unset;
    padding-bottom: 0;
  }
}
.page-sustainability .sustainability-grid h1 {
  font-size: 60px;
  font-family: Calibre Web Regular;
  font-weight: 100;
}
.page-sustainability .sustainability-grid h2 {
  font-size: 38px;
}
.page-sustainability .sustainability-grid h3 {
  font-size: 30px;
}
.page-sustainability .sustainability-grid h4 {
  font-size: 18px;
}
.page-sustainability .sustainability-grid h5 {
  margin: 15px 0;
}
.page-sustainability .sustainability-grid h6 {
  margin-bottom: 15px;
}
.page-sustainability .sustainability-grid h1.border-bottom-sus,
.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.font-bold {
  line-height: 21px;
  font-size: 19px;
}
.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.financial-grid {
  color: #8F7157;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
}
.page-sustainability .sustainability-grid.financial-grid h1.figure {
  color: #A4A6A7;
}
.page-sustainability .sustainability-grid.financial-grid h1.figure.border-bottom-sus {
  border-bottom-color: #8F7157;
}
.page-sustainability .sustainability-grid.financial-grid h4.figure {
  color: #A4A6A7;
  font-family: Calibre Web Medium;
}
.page-sustainability .sustainability-grid.financial-grid .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-left: 0;
}
.page-sustainability .sustainability-grid.financial-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
}
.page-sustainability .sustainability-grid.financial-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-sustainability .sustainability-grid.financial-grid .c4.r1 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
}
.page-sustainability .sustainability-grid.financial-grid .c5.r1 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-sustainability .sustainability-grid.financial-grid .c6.r1 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
}
.page-sustainability .sustainability-grid.financial-grid .c7.r1 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-right: 0;
}
@media screen and (max-width: 720px) {
  .page-sustainability .sustainability-grid.financial-grid {
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .page-sustainability .sustainability-grid.financial-grid .c1.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-left: 0;
  }
  .page-sustainability .sustainability-grid.financial-grid .c2.r1 {
    display: none;
  }
  .page-sustainability .sustainability-grid.financial-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 {
    display: none;
  }
  .page-sustainability .sustainability-grid.financial-grid .c5.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-sustainability .sustainability-grid.financial-grid .c6.r1 {
    display: none;
  }
  .page-sustainability .sustainability-grid.financial-grid .c7.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
    padding-right: 0;
  }
}
.page-sustainability .sustainability-grid.financial-grid div {
  border: none;
}
.page-sustainability .sustainability-grid.governance-grid {
  color: #5BC2E7;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  -ms-grid-columns: 1.5fr 10px 1.5fr 10px 1fr;
  grid-template-columns: 1.5fr 10px 1.5fr 10px 1fr;
}
.page-sustainability .sustainability-grid.governance-grid h1.figure {
  color: #A4A6A7;
}
.page-sustainability .sustainability-grid.governance-grid h1.figure.border-bottom-sus {
  border-bottom-color: #5BC2E7;
}
.page-sustainability .sustainability-grid.governance-grid h4.figure {
  color: #A4A6A7;
  font-family: Calibre Web Medium;
}
.page-sustainability .sustainability-grid.governance-grid .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-left: 0;
}
.page-sustainability .sustainability-grid.governance-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
}
.page-sustainability .sustainability-grid.governance-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-sustainability .sustainability-grid.governance-grid .c4.r1 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
}
.page-sustainability .sustainability-grid.governance-grid .c5.r1 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-right: 0;
}
@media screen and (max-width: 720px) {
  .page-sustainability .sustainability-grid.governance-grid {
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .page-sustainability .sustainability-grid.governance-grid .c1.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-left: 0;
  }
  .page-sustainability .sustainability-grid.governance-grid .c2.r1 {
    display: none;
  }
  .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.governance-grid .c4.r1 {
    display: none;
  }
  .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.governance-grid .c6.r1 {
    display: none;
  }
  .page-sustainability .sustainability-grid.governance-grid .c7.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
    padding-right: 0;
  }
}
.page-sustainability .sustainability-grid.governance-grid div {
  border: none;
}
.page-sustainability .sustainability-grid.health-grid {
  color: #EA7600;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
}
.page-sustainability .sustainability-grid.health-grid h1.figure {
  color: #A4A6A7;
}
.page-sustainability .sustainability-grid.health-grid h1.figure.border-bottom-sus {
  border-bottom-color: #EA7600;
}
.page-sustainability .sustainability-grid.health-grid h4.figure {
  color: #A4A6A7;
  font-family: Calibre Web Medium;
}
.page-sustainability .sustainability-grid.health-grid .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-left: 0;
}
.page-sustainability .sustainability-grid.health-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
}
.page-sustainability .sustainability-grid.health-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-sustainability .sustainability-grid.health-grid .c4.r1 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
}
.page-sustainability .sustainability-grid.health-grid .c5.r1 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
}
.page-sustainability .sustainability-grid.health-grid .c6.r1 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
}
.page-sustainability .sustainability-grid.health-grid .c7.r1 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
  padding-right: 0;
}
@media screen and (max-width: 720px) {
  .page-sustainability .sustainability-grid.health-grid {
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .page-sustainability .sustainability-grid.health-grid .c1.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-left: 0;
  }
  .page-sustainability .sustainability-grid.health-grid .c2.r1 {
    display: none;
  }
  .page-sustainability .sustainability-grid.health-grid .c3.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-sustainability .sustainability-grid.health-grid .c4.r1 {
    display: none;
  }
  .page-sustainability .sustainability-grid.health-grid .c5.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-sustainability .sustainability-grid.health-grid .c6.r1 {
    display: none;
  }
  .page-sustainability .sustainability-grid.health-grid .c7.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
    padding-right: 0;
  }
}
.page-sustainability .sustainability-grid.health-grid div {
  border: none;
}
.page-sustainability .sustainability-grid.people-grid {
  color: #009681;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
}
.page-sustainability .sustainability-grid.people-grid h1.figure {
  color: #A4A6A7;
}
.page-sustainability .sustainability-grid.people-grid h1.figure.border-bottom-sus {
  border-bottom-color: #009681;
}
.page-sustainability .sustainability-grid.people-grid h4.figure {
  color: #A4A6A7;
  font-family: Calibre Web Medium;
}
.page-sustainability .sustainability-grid.people-grid .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-left: 0;
}
.page-sustainability .sustainability-grid.people-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
}
.page-sustainability .sustainability-grid.people-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-sustainability .sustainability-grid.people-grid .c4.r1 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
}
.page-sustainability .sustainability-grid.people-grid .c5.r1 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-sustainability .sustainability-grid.people-grid .c6.r1 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
}
.page-sustainability .sustainability-grid.people-grid .c7.r1 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-right: 0;
}
@media screen and (max-width: 720px) {
  .page-sustainability .sustainability-grid.people-grid {
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .page-sustainability .sustainability-grid.people-grid .c1.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-left: 0;
  }
  .page-sustainability .sustainability-grid.people-grid .c2.r1 {
    display: none;
  }
  .page-sustainability .sustainability-grid.people-grid .c3.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-sustainability .sustainability-grid.people-grid .c4.r1 {
    display: none;
  }
  .page-sustainability .sustainability-grid.people-grid .c5.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-sustainability .sustainability-grid.people-grid .c6.r1 {
    display: none;
  }
  .page-sustainability .sustainability-grid.people-grid .c7.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
    padding-right: 0;
  }
}
.page-sustainability .sustainability-grid.people-grid div {
  border: none;
}
.page-sustainability .sustainability-grid.environment-grid {
  color: #8CC140;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
}
.page-sustainability .sustainability-grid.environment-grid h1.figure {
  color: #A4A6A7;
}
.page-sustainability .sustainability-grid.environment-grid h1.figure.border-bottom-sus {
  border-bottom-color: #8CC140;
}
.page-sustainability .sustainability-grid.environment-grid h4.figure {
  color: #A4A6A7;
  font-family: Calibre Web Medium;
}
.page-sustainability .sustainability-grid.environment-grid div {
  border: none;
}
.page-sustainability .sustainability-grid.environment-grid .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-left: 0;
}
.page-sustainability .sustainability-grid.environment-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
}
.page-sustainability .sustainability-grid.environment-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
}
.page-sustainability .sustainability-grid.environment-grid .c4.r1 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
}
.page-sustainability .sustainability-grid.environment-grid .c5.r1 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
}
.page-sustainability .sustainability-grid.environment-grid .c6.r1 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
}
.page-sustainability .sustainability-grid.environment-grid .c7.r1 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
}
.page-sustainability .sustainability-grid.environment-grid .c8.r1 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
}
.page-sustainability .sustainability-grid.environment-grid .c9.r1 {
  -ms-grid-column: 9;
  grid-column: 9;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
  padding-right: 0;
}
.page-sustainability .sustainability-grid.esg-grid {
  color: #5BC2E7;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
}
.page-sustainability .sustainability-grid.esg-grid h1.figure {
  color: #A4A6A7;
}
.page-sustainability .sustainability-grid.esg-grid h1.figure.border-bottom-sus {
  border-bottom-color: #5BC2E7;
}
.page-sustainability .sustainability-grid.esg-grid .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-left: 0;
  min-height: 0;
}
.page-sustainability .sustainability-grid.esg-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
  min-height: 0;
}
.page-sustainability .sustainability-grid.esg-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
  min-height: 0;
}
.page-sustainability .sustainability-grid.esg-grid .c4.r1 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
  min-height: 0;
}
.page-sustainability .sustainability-grid.esg-grid .c5.r1 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-right: 0;
  min-height: 0;
}
.page-sustainability .sustainability-grid.esg-grid .c6.r1 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
  min-height: 0;
}
.page-sustainability .sustainability-grid.esg-grid .c7.r1 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-right: 0;
  min-height: 0;
}
.page-sustainability .sustainability-grid.esg-grid .c8.r1 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
  min-height: 0;
}
.page-sustainability .sustainability-grid.esg-grid .c9.r1 {
  -ms-grid-column: 9;
  grid-column: 9;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-right: 0;
  min-height: 0;
}
.page-sustainability .sustainability-grid.esg-grid .c10.r1 {
  -ms-grid-column: 10;
  grid-column: 10;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
  min-height: 0;
}
.page-sustainability .sustainability-grid.esg-grid .c11.r1 {
  -ms-grid-column: 11;
  grid-column: 11;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-right: 0;
  min-height: 0;
}
@media screen and (max-width: 720px) {
  .page-sustainability .sustainability-grid.esg-grid {
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .page-sustainability .sustainability-grid.esg-grid .c1.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-left: 0;
  }
  .page-sustainability .sustainability-grid.esg-grid .c2.r1 {
    display: none;
  }
  .page-sustainability .sustainability-grid.esg-grid .c3.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-sustainability .sustainability-grid.esg-grid .c4.r1 {
    display: none;
  }
  .page-sustainability .sustainability-grid.esg-grid .c5.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-sustainability .sustainability-grid.esg-grid .c6.r1 {
    display: none;
  }
  .page-sustainability .sustainability-grid.esg-grid .c7.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
    padding-right: 0;
  }
  .page-sustainability .sustainability-grid.esg-grid .c8.r1 {
    display: none;
  }
  .page-sustainability .sustainability-grid.esg-grid .c9.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
    padding-right: 0;
  }
  .page-sustainability .sustainability-grid.esg-grid .c10.r1 {
    display: none;
  }
  .page-sustainability .sustainability-grid.esg-grid .c11.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
    padding-right: 0;
  }
}
.page-sustainability .sustainability-grid.esg-grid div {
  border: none;
}
.page-sustainability .sustainability-grid.esg-grid div.sus-esg-logo-container {
  height: 60px;
  min-height: 0;
  padding: 0 0 25px 0;
  vertical-align: bottom;
}
.page-sustainability .sustainability-grid.esg-grid div.sus-esg-logo-container img {
  display: inline-block;
  margin-top: 10px;
}
@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("/2021/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('/2021/assets/img/bkg-sus-healthsafety@2x.jpg');
}
.page-zero #quick-links .column.environment {
  background-image: url('/2021/assets/img/bkg-sus-environment@2x.jpg');
}
.page-zero #quick-links .column.communities-zero {
  background-image: url('/2021/assets/img/bkg-sus-communities@2x.jpg');
}
.page-communities .relationships-home {
  background-image: url("/2021/assets/img/header-relationships-hk.jpg");
  background-position: 80% 60%;
}
@media screen and (max-width: 720px) {
  .page-communities .relationships-home {
    background-image: url("/2021/assets/img/header-relationships-hk.jpg");
    background-position: 50% 50%;
  }
}
.page-communities .placeholder {
  text-align: center;
  margin: 30px auto;
}
.page-communities .title-content-toggle {
  cursor: pointer;
  margin-bottom: 15px;
  margin-top: 20px;
}
.page-communities div.case-study-image.mental-health {
  background-image: url('/2021/assets/img/case-relationships-mental-health-small.jpg');
}
.page-communities div.case-study-image.rugby {
  background-image: url('/2021/assets/img/communities-case-rugby-small.jpg');
}
.page-communities div.case-study-image.mcg {
  background-image: url('/2021/assets/img/communities-case-mcg-small.jpg');
}
.page-communities div.case-study-image.kindness {
  background-image: url('/2021/assets/img/communities-case-kindness-small.jpg');
}
.page-communities h2.underline {
  border-bottom: solid white 8px;
  padding-bottom: 15px;
}
.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("/2021/assets/img/relationships-future.jpg");
}
.page-communities .supply-chain-hero {
  background-image: url("/2021/assets/img/relationships-supply-chain.jpg");
}
.page-communities .trends-hero {
  background-image: url("/2021/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("/2021/assets/img/communities-case-pin.png");
}
.page-communities .communities-performance-grid {
  color: black;
  display: -ms-grid;
  display: grid;
}
.page-communities .communities-performance-grid div {
  overflow: visible;
  padding: 10px 10px;
  text-align: center;
  border: 1px solid #702F8A;
  border-top: none;
}
.page-communities .communities-performance-grid div.c1 {
  text-align: left;
  padding-left: 25px !important;
  border-right: none;
}
.page-communities .communities-performance-grid div.r1 {
  background-color: #702F8A;
  color: white;
  vertical-align: middle;
  font-family: Calibre Web Bold;
}
.page-communities .communities-performance-grid div.c2 {
  border-left: none;
  border-right: none;
  text-align: center;
}
.page-communities .communities-performance-grid div.c3 {
  border-left: none;
  text-align: left;
}
.page-communities .communities-performance-grid div.c3 a {
  text-decoration: underline;
}
.page-communities div.box {
  min-height: 392px;
  padding: 50px;
  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: #702F8A;
}
.page-communities div.box.white-box {
  background-color: white;
}
.page-communities .recycled-waste-grid {
  width: 100%;
  display: -ms-grid !important;
  display: grid !important;
}
.page-communities .recycled-waste-grid .recycled-waste-legend-container {
  padding-top: 50px;
}
.page-communities .recycled-waste-grid .recycled-waste-legend-container .legend {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr 1fr;
  grid-template-columns: 1fr 4fr 1fr;
}
.page-communities .recycled-waste-grid .recycled-waste-legend-container .legend span.legend-bar {
  display: inline-block;
  height: 12px;
  width: 34px;
}
.page-communities .recycled-waste-grid .recycled-waste-legend-container .legend div {
  padding-bottom: 5px;
}
.page-communities .recycled-waste-grid .recycled-waste-legend-container .legend div.c3 {
  text-align: right;
  padding-right: 20px;
}
.page-communities .recycled-waste-grid .recycled-waste-chart-container {
  position: relative;
}
.page-communities .recycled-waste-grid .recycled-waste-chart-container img {
  display: block;
  margin: 0 auto;
  width: 272px;
}
.page-communities .recycled-waste-grid .recycled-waste-chart-container .wheel-label {
  top: 85px;
  left: 137px;
  text-align: center;
  width: 200px;
}
@media screen and (max-width: 720px) {
  .page-communities .recycled-waste-grid .recycled-waste-chart-container .wheel-label {
    top: 107px;
    left: 77px;
  }
}
.page-communities .recycled-waste-grid .recycled-waste-chart-container #supplier-subcontractors-copy {
  color: #799a92;
}
.page-communities .recycled-waste-grid .recycled-waste-chart-container #supplier-consumables-copy {
  color: #03b096;
}
.page-communities .recycled-waste-grid .recycled-waste-chart-container #supplier-facilities-copy {
  color: #36bcab;
}
.page-communities .recycled-waste-grid .recycled-waste-chart-container #supplier-materials-copy {
  color: #8bc753;
}
.page-communities .recycled-waste-grid .recycled-waste-chart-container #supplier-services-copy {
  color: #9ece70;
}
.page-communities .recycled-waste-grid .recycled-waste-chart-container #supplier-fuels-copy {
  color: #f68630;
}
.page-communities .recycled-waste-grid .recycled-waste-chart-container #supplier-rail-copy {
  color: #496b9a;
}
.page-communities .recycled-waste-grid .recycled-waste-chart-container #supplier-labour-copy {
  color: #094c82;
}
.page-communities .recycled-waste-grid .recycled-waste-chart-container #supplier-mobileequipment-copy {
  color: #00437b;
}
.page-communities .recycled-waste-grid .recycled-waste-chart-container #supplier-ict-copy {
  color: #fdb62f;
}
.page-communities .recycled-waste-grid .recycled-waste-chart-container #supplier-equipment-copy {
  color: #3dc6ee;
}
.page-communities .recycled-waste-grid .recycled-waste-chart-container #supplier-logistics-copy {
  color: #f89b5c;
}
.page-communities .recycled-waste-grid .recycled-waste-chart-container #supplier-food-copy {
  color: #ffcb66;
}
.page-communities .recycled-waste-grid .recycled-waste-chart-container #supplier-travel-copy {
  color: #663b97;
}
.page-communities .recycled-waste-grid .recycled-waste-chart-container #supplier-other-copy {
  color: #8267ad;
}
.page-communities .recycled-waste-grid .recycled-waste-chart-container #supplier-tyres-copy {
  color: #557e73;
}
.page-communities .recycled-waste-grid .recycled-waste-chart-container #supplier-laundry-copy {
  color: #888881;
}
.page-communities .recycled-waste-grid .recycled-waste-chart-container #supplier-uncategorised-copy {
  color: #d2dcda;
}
.page-communities .recycled-waste-grid .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-communities .recycled-waste-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-communities .recycled-waste-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-communities .recycled-waste-grid .c1.r2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-communities .recycled-waste-grid .c2.r2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-communities .recycled-waste-grid .c3.r2 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-communities .recycled-waste-grid .c1.r3 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-communities .recycled-waste-grid .c2.r3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-communities .recycled-waste-grid .c3.r3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-communities .recycled-waste-grid .c1.r4 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-communities .recycled-waste-grid .c2.r4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-communities .recycled-waste-grid .c3.r4 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-communities .recycled-waste-grid .c1.r5 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-communities .recycled-waste-grid .c2.r5 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-communities .recycled-waste-grid .c3.r5 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-communities .recycled-waste-grid .c1.r6 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-communities .recycled-waste-grid .c2.r6 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-communities .recycled-waste-grid .c3.r6 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-communities .recycled-waste-grid .c1.r7 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-communities .recycled-waste-grid .c2.r7 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-communities .recycled-waste-grid .c3.r7 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-communities .recycled-waste-grid .c1.r8 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-communities .recycled-waste-grid .c2.r8 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-communities .recycled-waste-grid .c3.r8 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-communities .recycled-waste-grid .c1.r9 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-communities .recycled-waste-grid .c2.r9 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-communities .recycled-waste-grid .c3.r9 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-communities .recycled-waste-grid .c1.r10 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-communities .recycled-waste-grid .c2.r10 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-communities .recycled-waste-grid .c3.r10 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-communities .recycled-waste-grid .c1.r11 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-communities .recycled-waste-grid .c2.r11 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-communities .recycled-waste-grid .c3.r11 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-communities .recycled-waste-grid .c1.r12 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-communities .recycled-waste-grid .c2.r12 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-communities .recycled-waste-grid .c3.r12 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-communities .recycled-waste-grid .c1.r13 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-communities .recycled-waste-grid .c2.r13 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-communities .recycled-waste-grid .c3.r13 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-communities .recycled-waste-grid .c1.r14 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-communities .recycled-waste-grid .c2.r14 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-communities .recycled-waste-grid .c3.r14 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-communities .recycled-waste-grid .c1.r15 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-communities .recycled-waste-grid .c2.r15 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-communities .recycled-waste-grid .c3.r15 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-communities .recycled-waste-grid .c1.r16 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 16;
  grid-row: 16;
}
.page-communities .recycled-waste-grid .c2.r16 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 16;
  grid-row: 16;
}
.page-communities .recycled-waste-grid .c3.r16 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 16;
  grid-row: 16;
}
.page-communities .recycled-waste-grid .c1.r17 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 17;
  grid-row: 17;
}
.page-communities .recycled-waste-grid .c2.r17 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 17;
  grid-row: 17;
}
.page-communities .recycled-waste-grid .c3.r17 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 17;
  grid-row: 17;
}
.page-communities .recycled-waste-grid .c1.r18 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 18;
  grid-row: 18;
}
.page-communities .recycled-waste-grid .c2.r18 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 18;
  grid-row: 18;
}
.page-communities .recycled-waste-grid .c3.r18 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 18;
  grid-row: 18;
}
.page-health .health-home {
  background-image: url("/2021/assets/img/header-health.jpg");
  background-position: 50% 40%;
}
@media screen and (max-width: 720px) {
  .page-health .health-home {
    background-position: 80% 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.crane {
  background-image: url('/2021/assets/img/case-health-crane-small.jpg');
}
.page-health div.case-study-image.fatigue {
  background-image: url('/2021/assets/img/case-health-fatigue.jpg');
}
.page-health div.case-study-image.cares {
  background-image: url('/2021/assets/img/health-case-sanitiser.jpg');
}
.page-health div.case-study-image.trax {
  background-image: url('/2021/assets/img/health-case-trax-small.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("/2021/assets/img/health-future-focus.jpg");
}
@media screen and (max-width: 720px) {
  .page-health .future-hero {
    background-position: 50% 50%;
  }
}
.page-health .covid-hero {
  background-image: url("/2021/assets/img/health-covid-captioned.jpg");
}
.page-health .trends-hero {
  background-image: url("/2021/assets/img/health-trends.jpg");
}
@media screen and (max-width: 720px) {
  .page-health .trends-hero {
    background-position: 50% 50%;
  }
}
.page-health #wellness-content,
.page-health #future-content {
  padding: 0 30px 30px 30px;
}
.page-health #quick-links .column.road-safety {
  background-image: url('/2021/assets/img/bkg-road-safety@2x.png');
}
.page-health #quick-links .column.worker-safety {
  background-image: url('/2021/assets/img/health-worker-safety.jpg');
}
.page-health #quick-links .column.reward-initiative {
  background-image: url('/2021/assets/img/bkg-reward-initiative@2x.png');
}
.page-health #quick-links .column.mental-health {
  background-image: url('/2021/assets/img/bkg-mental-health@2x.png');
  background-size: cover;
}
.page-health #quick-links .column.engagement {
  background-image: url('/2021/assets/img/bkg-engagement@2x.png');
}
.page-health #quick-links .column.tyre-safety {
  background-image: url('/2021/assets/img/bkg-tyre-safety@2x.png');
}
.page-health .case-pin.health {
  background-image: url("/2021/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 {
  font-size: 18px;
  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-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 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 .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 .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,
.page-health .health-performance-grid,
.page-health .health-focus-grid,
.page-health .performance-grid-2,
.page-health .performance-grid-detailed {
  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,
.page-health .health-performance-grid div,
.page-health .health-focus-grid div,
.page-health .performance-grid-2 div,
.page-health .performance-grid-detailed div {
  font-size: 18px;
  line-height: 18px;
  overflow: visible;
  padding: 10px 10px;
  text-align: center;
  border: none;
  border-bottom: 1px solid black;
}
.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,
.page-health .health-performance-grid div.c1,
.page-health .health-focus-grid div.c1,
.page-health .performance-grid-2 div.c1,
.page-health .performance-grid-detailed div.c1 {
  text-align: left;
  padding-left: 0 !important;
  font-family: Calibre Web Semibold;
}
.page-health .health-case-grid div.c3,
.page-health .health-case-grid-add-1 div.c3,
.page-health .health-case-grid-add-2 div.c3,
.page-health .health-case-grid-add-3 div.c3,
.page-health .health-performance-grid div.c3,
.page-health .health-focus-grid div.c3,
.page-health .performance-grid-2 div.c3,
.page-health .performance-grid-detailed div.c3 {
  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,
.page-health .health-performance-grid div.r1,
.page-health .health-focus-grid div.r1,
.page-health .performance-grid-2 div.r1,
.page-health .performance-grid-detailed div.r1 {
  font-family: Calibre Web Semibold;
  color: #EA7600;
  border-bottom: 8px solid #EA7600;
}
.page-health .health-performance-grid {
  -ms-grid-columns: 1fr 0.2fr 0.4fr;
  grid-template-columns: 1fr 0.2fr 0.4fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}
.page-health .health-performance-grid .c1 {
  font-family: Calibre Web Light;
}
.page-health .health-performance-grid .c2 {
  border-right: none !important;
}
.page-health .health-performance-grid .c3 {
  text-align: left !important;
}
.page-health .health-performance-grid .c3 a {
  text-decoration: underline;
}
.page-health .health-focus-grid {
  -ms-grid-columns: 1fr 1fr 0.7fr;
  grid-template-columns: 1fr 1fr 0.7fr;
}
.page-health .health-focus-grid div.r1 {
  font-family: Calibre Web Semibold !important;
  color: #EA7600;
  border-bottom: 8px solid #EA7600;
}
.page-health .health-focus-grid div.c1 {
  font-family: Calibre Web Light;
}
.page-health .health-focus-grid div.c2,
.page-health .health-focus-grid div.c3 {
  text-align: left;
}
.page-health .health-focus-grid div.c2 a,
.page-health .health-focus-grid div.c3 a {
  text-decoration: underline;
}
.page-health .health-focus-grid div.c2.r2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  grid-row: 2 / span 3;
}
.page-health .performance-grid-2 {
  -ms-grid-columns: 60% 20% 20%;
  grid-template-columns: 60% 20% 20%;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}
.page-health .performance-grid-2 .r1 {
  color: black;
}
.page-health .performance-grid-2 .c1 {
  font-family: Calibre Web Semibold;
}
.page-health .performance-grid-2 .c2 {
  border-right: none !important;
}
.page-health .performance-grid-detailed {
  -ms-grid-columns: 25% 20% 25% 30%;
  grid-template-columns: 25% 20% 25% 30%;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}
.page-health .performance-grid-detailed .r1 {
  color: black;
}
.page-health .performance-grid-detailed .c1 {
  font-family: Calibre Web Semibold;
}
.page-health .performance-grid-detailed .c2,
.page-health .performance-grid-detailed .c3,
.page-health .performance-grid-detailed .c4 {
  text-align: right;
}
.page-health .performance-grid-2 .c1.r1,
.page-health .performance-grid-detailed .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-health .performance-grid-2 .c2.r1,
.page-health .performance-grid-detailed .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-health .performance-grid-2 .c3.r1,
.page-health .performance-grid-detailed .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-health .performance-grid-2 .c4.r1,
.page-health .performance-grid-detailed .c4.r1 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-health .performance-grid-2 .c1.r2,
.page-health .performance-grid-detailed .c1.r2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .performance-grid-2 .c2.r2,
.page-health .performance-grid-detailed .c2.r2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .performance-grid-2 .c3.r2,
.page-health .performance-grid-detailed .c3.r2 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .performance-grid-2 .c4.r2,
.page-health .performance-grid-detailed .c4.r2 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .performance-grid-2 .c1.r3,
.page-health .performance-grid-detailed .c1.r3 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-health .performance-grid-2 .c2.r3,
.page-health .performance-grid-detailed .c2.r3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-health .performance-grid-2 .c3.r3,
.page-health .performance-grid-detailed .c3.r3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-health .performance-grid-2 .c4.r3,
.page-health .performance-grid-detailed .c4.r3 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-health .performance-grid-2 .c1.r4,
.page-health .performance-grid-detailed .c1.r4 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .performance-grid-2 .c2.r4,
.page-health .performance-grid-detailed .c2.r4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .performance-grid-2 .c3.r4,
.page-health .performance-grid-detailed .c3.r4 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .performance-grid-2 .c4.r4,
.page-health .performance-grid-detailed .c4.r4 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .performance-grid-2 .c1.r5,
.page-health .performance-grid-detailed .c1.r5 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-health .performance-grid-2 .c2.r5,
.page-health .performance-grid-detailed .c2.r5 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-health .performance-grid-2 .c3.r5,
.page-health .performance-grid-detailed .c3.r5 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-health .performance-grid-2 .c4.r5,
.page-health .performance-grid-detailed .c4.r5 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-health .performance-grid-2 .c1.r6,
.page-health .performance-grid-detailed .c1.r6 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .performance-grid-2 .c2.r6,
.page-health .performance-grid-detailed .c2.r6 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .performance-grid-2 .c3.r6,
.page-health .performance-grid-detailed .c3.r6 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .performance-grid-2 .c4.r6,
.page-health .performance-grid-detailed .c4.r6 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .health-case-grid {
  -ms-grid-columns: 35% 15% 15% 15% 20%;
  grid-template-columns: 35% 15% 15% 15% 20%;
}
.page-health .health-case-grid div {
  text-align: right;
}
.page-health .health-case-grid .c1 {
  font-family: Calibre Web Bold;
  text-align: left;
}
.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 .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-health .health-case-grid .c4.r1 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-health .health-case-grid .c5.r1 {
  -ms-grid-column: 5;
  grid-column: 5;
  -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 .c3.r2 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .health-case-grid .c4.r2 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-health .health-case-grid .c5.r2 {
  -ms-grid-column: 5;
  grid-column: 5;
  -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 .c3.r3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-health .health-case-grid .c4.r3 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-health .health-case-grid .c5.r3 {
  -ms-grid-column: 5;
  grid-column: 5;
  -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 .c3.r4 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .health-case-grid .c4.r4 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-health .health-case-grid .c5.r4 {
  -ms-grid-column: 5;
  grid-column: 5;
  -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 .c3.r5 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-health .health-case-grid .c4.r5 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-health .health-case-grid .c5.r5 {
  -ms-grid-column: 5;
  grid-column: 5;
  -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 .c3.r6 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .health-case-grid .c4.r6 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-health .health-case-grid .c5.r6 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 6;
  grid-row: 6;
}
.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 .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,
.page-health .health-case-grid-add-2 .c1,
.page-health .health-case-grid-add-2 .c2 {
  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,
.page-health .health-case-grid-add-3 .c1 {
  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-right: 1px solid #EA7600 !important;
}
.page-governance .governance-home {
  background-position: 80% 30%;
  background-image: url("/2021/assets/img/header-governance.jpg");
}
@media screen and (max-width: 720px) {
  .page-governance .governance-home {
    background-position: 50% 50%;
  }
}
.page-governance .governance-home.case-nz {
  background-image: url("/2021/assets/img/governance-case-crisis-in-nz.jpg");
}
.page-governance .governance-home.case-business {
  background-image: url("/2021/assets/img/governance-case-business-standard.jpg");
  background-position: 50% 50%;
}
.page-governance div.case-study-image.conduct {
  background-image: url('/2021/assets/img/governance-case-conduct.jpg');
}
.page-governance div.case-study-image.nz {
  background-image: url('/2021/assets/img/governance-case-nz.jpg');
}
.page-governance .policies {
  background-image: url("/2021/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("/2021/assets/img/governance-slavery.jpg");
  background-size: cover;
  min-height: 407px;
}
.page-governance .policies-hero {
  background-image: url("/2021/assets/img/governance-policies.jpg");
  background-size: cover;
  min-height: 407px;
}
.page-governance .covid-hero {
  background-image: url("/2021/assets/img/governance-covid.jpg");
  background-size: cover;
}
.page-governance .trends-hero {
  background-image: url("/2021/assets/img/governance-emerging-trends.jpg");
  background-size: cover;
}
@media screen and (max-width: 720px) {
  .page-governance .trends-hero {
    background-position: 26% 50%;
  }
}
.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("/2021/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;
}
.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-size: 25px;
  vertical-align: bottom;
  padding-left: 20px;
  content: ' ';
  background-image: url('../img/arrow-right-white.svg');
  background-size: 18px 21px;
  background-repeat: no-repeat;
  margin-left: 17px;
}
.page-governance .board-hero .read-more-link.orange:after {
  color: #EA7600;
}
.page-governance .future-hero {
  background-image: url("/2021/assets/img/governance-future-focus.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.standard {
  background-image: url('/2021/assets/img/governance-case-standard-thumb.jpg');
}
.page-governance div.case-study-image.no-image {
  background-color: #9FD5EF;
  color: black;
}
.page-governance .governance-performance-grid,
.page-governance .governance-measure-grid,
.page-governance .governance-focus-grid {
  color: black;
  display: -ms-grid;
  display: grid;
}
.page-governance .governance-performance-grid div,
.page-governance .governance-measure-grid div,
.page-governance .governance-focus-grid div {
  overflow: visible;
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid black;
}
.page-governance .governance-performance-grid div p,
.page-governance .governance-measure-grid div p,
.page-governance .governance-focus-grid div p,
.page-governance .governance-performance-grid div ul li,
.page-governance .governance-measure-grid div ul li,
.page-governance .governance-focus-grid div ul li {
  font-size: 18px !important;
}
.page-governance .governance-performance-grid div li:last-child,
.page-governance .governance-measure-grid div li:last-child,
.page-governance .governance-focus-grid div li:last-child {
  margin-bottom: 0 !important;
}
.page-governance .governance-performance-grid div.c1,
.page-governance .governance-measure-grid div.c1,
.page-governance .governance-focus-grid div.c1 {
  text-align: left;
  padding-left: 0 !important;
  font-family: Calibre Web Light;
}
.page-governance .governance-performance-grid div.c2,
.page-governance .governance-measure-grid div.c2,
.page-governance .governance-focus-grid div.c2 {
  border-left: none;
  border-right: none;
  text-align: center;
}
.page-governance .governance-performance-grid div.c3,
.page-governance .governance-measure-grid div.c3,
.page-governance .governance-focus-grid div.c3 {
  border-left: none;
  text-align: left;
}
.page-governance .governance-performance-grid div.c3 a,
.page-governance .governance-measure-grid div.c3 a,
.page-governance .governance-focus-grid div.c3 a {
  text-decoration: underline;
}
.page-governance .governance-performance-grid div.r1,
.page-governance .governance-measure-grid div.r1,
.page-governance .governance-focus-grid div.r1 {
  color: #5BC2E7;
  border-bottom: 8px solid #5BC2E7;
  font-family: Calibre Web Semibold;
}
.page-governance .governance-measure-grid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.page-governance .governance-measure-grid div.c1 {
  font-family: Calibre Web Semibold;
}
.page-governance .governance-measure-grid div.c2 {
  text-align: left;
}
.page-governance .governance-measure-grid div.r5 {
  border-bottom: none;
}
@media screen and (max-width: 720px) {
  .page-governance .governance-measure-grid {
    -ms-grid-columns: 0.6fr 1fr;
    grid-template-columns: 0.6fr 1fr;
  }
}
.page-governance .governance-focus-grid {
  -ms-grid-columns: 1fr 1fr 0.7fr;
  grid-template-columns: 1fr 1fr 0.7fr;
}
.page-governance .governance-focus-grid div.c2 {
  text-align: left;
}
.page-environment .environment-home {
  background-image: url("/2021/assets/img/header-environment.jpg");
  background-position: 50% 10%;
}
@media screen and (max-width: 720px) {
  .page-environment .environment-home {
    background-position: 50% 10%;
  }
}
.page-environment #content ol {
  padding-left: 12px;
}
.page-environment .trends-hero {
  background-image: url("/2021/assets/img/people-trends.jpg");
  background-size: cover;
}
@media screen and (max-width: 720px) {
  .page-environment .trends-hero {
    background-position: 60% 10%;
  }
}
.page-environment .hero-content {
  background-size: cover;
  min-height: 480px;
}
.page-environment .hero-content h2 {
  margin: 30px;
}
.page-environment div.case-study-image.city-rail {
  background-image: url('/2021/assets/img/case-environment-city-rail.jpg');
}
.page-environment div.case-study-image.human-waste {
  background-image: url('/2021/assets/img/case-environment-human-waste.jpg');
}
.page-environment div.case-study-image.hydrogen-innovation {
  background-image: url('/2021/assets/img/case-environment-hydrogen-innovation.jpg');
}
.page-environment .case-pin.environment {
  background-image: url("/2021/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 .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 .business-grid,
  .page-environment .gas-grid,
  .page-environment .trends-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.page-environment img.energy-consumption {
  max-width: 500px;
  width: 500px;
  margin: 0 auto;
}
.page-environment .emissions-grid,
.page-environment .business-grid,
.page-environment .gas-grid,
.page-environment .trends-grid,
.page-environment .recycled-waste-grid,
.page-environment .reduction-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,
.page-environment .recycled-waste-grid .emissions-chart-container,
.page-environment .reduction-grid .emissions-chart-container,
.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,
.page-environment .recycled-waste-grid .business-chart-container,
.page-environment .reduction-grid .business-chart-container {
  position: relative;
  padding-left: 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,
.page-environment .recycled-waste-grid .emissions-chart-container img,
.page-environment .reduction-grid .emissions-chart-container img,
.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,
.page-environment .recycled-waste-grid .business-chart-container img,
.page-environment .reduction-grid .business-chart-container img {
  display: block;
  margin: 0 auto;
}
.page-environment .emissions-grid .emissions-chart-container .wheel-label,
.page-environment .business-grid .emissions-chart-container .wheel-label,
.page-environment .gas-grid .emissions-chart-container .wheel-label,
.page-environment .trends-grid .emissions-chart-container .wheel-label,
.page-environment .recycled-waste-grid .emissions-chart-container .wheel-label,
.page-environment .reduction-grid .emissions-chart-container .wheel-label,
.page-environment .emissions-grid .business-chart-container .wheel-label,
.page-environment .business-grid .business-chart-container .wheel-label,
.page-environment .gas-grid .business-chart-container .wheel-label,
.page-environment .trends-grid .business-chart-container .wheel-label,
.page-environment .recycled-waste-grid .business-chart-container .wheel-label,
.page-environment .reduction-grid .business-chart-container .wheel-label {
  top: 95px;
  left: 85px;
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .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,
  .page-environment .recycled-waste-grid .emissions-chart-container,
  .page-environment .reduction-grid .emissions-chart-container,
  .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,
  .page-environment .recycled-waste-grid .business-chart-container,
  .page-environment .reduction-grid .business-chart-container {
    padding-left: 0 !important;
  }
  .page-environment .emissions-grid .emissions-chart-container .wheel-label,
  .page-environment .business-grid .emissions-chart-container .wheel-label,
  .page-environment .gas-grid .emissions-chart-container .wheel-label,
  .page-environment .trends-grid .emissions-chart-container .wheel-label,
  .page-environment .recycled-waste-grid .emissions-chart-container .wheel-label,
  .page-environment .reduction-grid .emissions-chart-container .wheel-label,
  .page-environment .emissions-grid .business-chart-container .wheel-label,
  .page-environment .business-grid .business-chart-container .wheel-label,
  .page-environment .gas-grid .business-chart-container .wheel-label,
  .page-environment .trends-grid .business-chart-container .wheel-label,
  .page-environment .recycled-waste-grid .business-chart-container .wheel-label,
  .page-environment .reduction-grid .business-chart-container .wheel-label {
    top: 115px;
    left: 75px;
  }
}
.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,
.page-environment .recycled-waste-grid .emissions-chart-container #emissions-fugitive-copy,
.page-environment .reduction-grid .emissions-chart-container #emissions-fugitive-copy {
  color: #B50B49;
}
.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,
.page-environment .recycled-waste-grid .emissions-chart-container #emissions-refrigerants-copy,
.page-environment .reduction-grid .emissions-chart-container #emissions-refrigerants-copy {
  color: #692C90;
}
.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,
.page-environment .recycled-waste-grid .emissions-chart-container #emissions-liquid-fuels-copy,
.page-environment .reduction-grid .emissions-chart-container #emissions-liquid-fuels-copy {
  color: #8CC140;
}
.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,
.page-environment .recycled-waste-grid .emissions-chart-container #emissions-electricity-copy,
.page-environment .reduction-grid .emissions-chart-container #emissions-electricity-copy {
  color: #5BC2E7;
}
.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,
.page-environment .recycled-waste-grid .emissions-chart-container #emissions-gas-copy,
.page-environment .reduction-grid .emissions-chart-container #emissions-gas-copy {
  color: #5C7F71;
}
.page-environment .emissions-grid .emissions-chart-container #emissions-wastewater-copy,
.page-environment .business-grid .emissions-chart-container #emissions-wastewater-copy,
.page-environment .gas-grid .emissions-chart-container #emissions-wastewater-copy,
.page-environment .trends-grid .emissions-chart-container #emissions-wastewater-copy,
.page-environment .recycled-waste-grid .emissions-chart-container #emissions-wastewater-copy,
.page-environment .reduction-grid .emissions-chart-container #emissions-wastewater-copy {
  color: #EA7600;
}
.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,
.page-environment .recycled-waste-grid .business-chart-container #business-roads-copy,
.page-environment .reduction-grid .business-chart-container #business-roads-copy {
  color: #4a6798;
}
.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,
.page-environment .recycled-waste-grid .business-chart-container #business-rolling-copy,
.page-environment .reduction-grid .business-chart-container #business-rolling-copy {
  color: #ffcb66;
}
.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,
.page-environment .recycled-waste-grid .business-chart-container #business-mining-copy,
.page-environment .reduction-grid .business-chart-container #business-mining-copy {
  color: #692C90;
}
.page-environment .emissions-grid .business-chart-container #business-asset-copy,
.page-environment .business-grid .business-chart-container #business-asset-copy,
.page-environment .gas-grid .business-chart-container #business-asset-copy,
.page-environment .trends-grid .business-chart-container #business-asset-copy,
.page-environment .recycled-waste-grid .business-chart-container #business-asset-copy,
.page-environment .reduction-grid .business-chart-container #business-asset-copy {
  color: #00437b;
}
.page-environment .emissions-grid .business-chart-container #business-newzealand-copy,
.page-environment .business-grid .business-chart-container #business-newzealand-copy,
.page-environment .gas-grid .business-chart-container #business-newzealand-copy,
.page-environment .trends-grid .business-chart-container #business-newzealand-copy,
.page-environment .recycled-waste-grid .business-chart-container #business-newzealand-copy,
.page-environment .reduction-grid .business-chart-container #business-newzealand-copy {
  color: #57c1e9;
}
.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,
.page-environment .recycled-waste-grid .business-chart-container #business-group-copy,
.page-environment .reduction-grid .business-chart-container #business-group-copy {
  color: #7fccec;
}
.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,
.page-environment .recycled-waste-grid .business-chart-container #business-spotless-copy,
.page-environment .reduction-grid .business-chart-container #business-spotless-copy {
  color: #a8d162;
}
.page-environment .emissions-grid .business-chart-container #business-defense-copy,
.page-environment .business-grid .business-chart-container #business-defense-copy,
.page-environment .gas-grid .business-chart-container #business-defense-copy,
.page-environment .trends-grid .business-chart-container #business-defense-copy,
.page-environment .recycled-waste-grid .business-chart-container #business-defense-copy,
.page-environment .reduction-grid .business-chart-container #business-defense-copy {
  color: #fdb913;
}
.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,
.page-environment .recycled-waste-grid .business-chart-container #business-utilities-copy,
.page-environment .reduction-grid .business-chart-container #business-utilities-copy {
  color: #f58220;
}
.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,
.page-environment .recycled-waste-grid .business-chart-container #business-infrastructure-copy,
.page-environment .reduction-grid .business-chart-container #business-infrastructure-copy {
  color: #938e86;
}
.page-environment .emissions-grid .water-withdrawals-chart-container,
.page-environment .business-grid .water-withdrawals-chart-container,
.page-environment .gas-grid .water-withdrawals-chart-container,
.page-environment .trends-grid .water-withdrawals-chart-container,
.page-environment .recycled-waste-grid .water-withdrawals-chart-container,
.page-environment .reduction-grid .water-withdrawals-chart-container {
  position: relative;
  padding-left: 20px;
}
.page-environment .emissions-grid .water-withdrawals-chart-container img,
.page-environment .business-grid .water-withdrawals-chart-container img,
.page-environment .gas-grid .water-withdrawals-chart-container img,
.page-environment .trends-grid .water-withdrawals-chart-container img,
.page-environment .recycled-waste-grid .water-withdrawals-chart-container img,
.page-environment .reduction-grid .water-withdrawals-chart-container img {
  display: block;
}
.page-environment .emissions-grid .water-withdrawals-chart-container #withdrawals-potable-copy,
.page-environment .business-grid .water-withdrawals-chart-container #withdrawals-potable-copy,
.page-environment .gas-grid .water-withdrawals-chart-container #withdrawals-potable-copy,
.page-environment .trends-grid .water-withdrawals-chart-container #withdrawals-potable-copy,
.page-environment .recycled-waste-grid .water-withdrawals-chart-container #withdrawals-potable-copy,
.page-environment .reduction-grid .water-withdrawals-chart-container #withdrawals-potable-copy {
  color: #8CC140;
  top: 83px;
  left: 55px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .water-withdrawals-chart-container #withdrawals-groundwater-copy,
.page-environment .business-grid .water-withdrawals-chart-container #withdrawals-groundwater-copy,
.page-environment .gas-grid .water-withdrawals-chart-container #withdrawals-groundwater-copy,
.page-environment .trends-grid .water-withdrawals-chart-container #withdrawals-groundwater-copy,
.page-environment .recycled-waste-grid .water-withdrawals-chart-container #withdrawals-groundwater-copy,
.page-environment .reduction-grid .water-withdrawals-chart-container #withdrawals-groundwater-copy {
  color: #5BC2E7;
  top: 83px;
  left: 55px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .water-withdrawals-chart-container #withdrawals-dust-copy,
.page-environment .business-grid .water-withdrawals-chart-container #withdrawals-dust-copy,
.page-environment .gas-grid .water-withdrawals-chart-container #withdrawals-dust-copy,
.page-environment .trends-grid .water-withdrawals-chart-container #withdrawals-dust-copy,
.page-environment .recycled-waste-grid .water-withdrawals-chart-container #withdrawals-dust-copy,
.page-environment .reduction-grid .water-withdrawals-chart-container #withdrawals-dust-copy {
  color: #B50B49;
  top: 83px;
  left: 55px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .water-dischages-chart-container,
.page-environment .business-grid .water-dischages-chart-container,
.page-environment .gas-grid .water-dischages-chart-container,
.page-environment .trends-grid .water-dischages-chart-container,
.page-environment .recycled-waste-grid .water-dischages-chart-container,
.page-environment .reduction-grid .water-dischages-chart-container {
  position: relative;
  padding-left: 20px;
}
.page-environment .emissions-grid .water-dischages-chart-container img,
.page-environment .business-grid .water-dischages-chart-container img,
.page-environment .gas-grid .water-dischages-chart-container img,
.page-environment .trends-grid .water-dischages-chart-container img,
.page-environment .recycled-waste-grid .water-dischages-chart-container img,
.page-environment .reduction-grid .water-dischages-chart-container img {
  display: block;
}
.page-environment .emissions-grid .water-dischages-chart-container #discharges-water-copy,
.page-environment .business-grid .water-dischages-chart-container #discharges-water-copy,
.page-environment .gas-grid .water-dischages-chart-container #discharges-water-copy,
.page-environment .trends-grid .water-dischages-chart-container #discharges-water-copy,
.page-environment .recycled-waste-grid .water-dischages-chart-container #discharges-water-copy,
.page-environment .reduction-grid .water-dischages-chart-container #discharges-water-copy {
  color: #8CC140;
  top: 83px;
  left: 55px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .water-dischages-chart-container #discharges-wastewater-copy,
.page-environment .business-grid .water-dischages-chart-container #discharges-wastewater-copy,
.page-environment .gas-grid .water-dischages-chart-container #discharges-wastewater-copy,
.page-environment .trends-grid .water-dischages-chart-container #discharges-wastewater-copy,
.page-environment .recycled-waste-grid .water-dischages-chart-container #discharges-wastewater-copy,
.page-environment .reduction-grid .water-dischages-chart-container #discharges-wastewater-copy {
  color: #B50B49;
  top: 83px;
  left: 55px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .reduction-chart-container,
.page-environment .business-grid .reduction-chart-container,
.page-environment .gas-grid .reduction-chart-container,
.page-environment .trends-grid .reduction-chart-container,
.page-environment .recycled-waste-grid .reduction-chart-container,
.page-environment .reduction-grid .reduction-chart-container {
  position: relative;
  padding-top: 50px;
}
.page-environment .emissions-grid .reduction-chart-container img,
.page-environment .business-grid .reduction-chart-container img,
.page-environment .gas-grid .reduction-chart-container img,
.page-environment .trends-grid .reduction-chart-container img,
.page-environment .recycled-waste-grid .reduction-chart-container img,
.page-environment .reduction-grid .reduction-chart-container img {
  display: block;
  margin: 0 auto;
}
.page-environment .emissions-grid .reduction-chart-container #reduction-ashphalt-copy,
.page-environment .business-grid .reduction-chart-container #reduction-ashphalt-copy,
.page-environment .gas-grid .reduction-chart-container #reduction-ashphalt-copy,
.page-environment .trends-grid .reduction-chart-container #reduction-ashphalt-copy,
.page-environment .recycled-waste-grid .reduction-chart-container #reduction-ashphalt-copy,
.page-environment .reduction-grid .reduction-chart-container #reduction-ashphalt-copy {
  color: #a8d162;
  top: 128px;
  left: 75px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .reduction-chart-container #reduction-flyash-copy,
.page-environment .business-grid .reduction-chart-container #reduction-flyash-copy,
.page-environment .gas-grid .reduction-chart-container #reduction-flyash-copy,
.page-environment .trends-grid .reduction-chart-container #reduction-flyash-copy,
.page-environment .recycled-waste-grid .reduction-chart-container #reduction-flyash-copy,
.page-environment .reduction-grid .reduction-chart-container #reduction-flyash-copy {
  color: #588074;
  top: 128px;
  left: 75px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .reduction-chart-container #reduction-slag-copy,
.page-environment .business-grid .reduction-chart-container #reduction-slag-copy,
.page-environment .gas-grid .reduction-chart-container #reduction-slag-copy,
.page-environment .trends-grid .reduction-chart-container #reduction-slag-copy,
.page-environment .recycled-waste-grid .reduction-chart-container #reduction-slag-copy,
.page-environment .reduction-grid .reduction-chart-container #reduction-slag-copy {
  color: #57c1e9;
  top: 128px;
  left: 75px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .reduction-chart-container #reduction-toner-copy,
.page-environment .business-grid .reduction-chart-container #reduction-toner-copy,
.page-environment .gas-grid .reduction-chart-container #reduction-toner-copy,
.page-environment .trends-grid .reduction-chart-container #reduction-toner-copy,
.page-environment .recycled-waste-grid .reduction-chart-container #reduction-toner-copy,
.page-environment .reduction-grid .reduction-chart-container #reduction-toner-copy {
  color: #919e97;
  top: 128px;
  left: 75px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .reduction-chart-container #reduction-tonerplas-copy,
.page-environment .business-grid .reduction-chart-container #reduction-tonerplas-copy,
.page-environment .gas-grid .reduction-chart-container #reduction-tonerplas-copy,
.page-environment .trends-grid .reduction-chart-container #reduction-tonerplas-copy,
.page-environment .recycled-waste-grid .reduction-chart-container #reduction-tonerplas-copy,
.page-environment .reduction-grid .reduction-chart-container #reduction-tonerplas-copy {
  color: #b51e4d;
  top: 128px;
  left: 75px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .reduction-chart-container #reduction-glass-copy,
.page-environment .business-grid .reduction-chart-container #reduction-glass-copy,
.page-environment .gas-grid .reduction-chart-container #reduction-glass-copy,
.page-environment .trends-grid .reduction-chart-container #reduction-glass-copy,
.page-environment .recycled-waste-grid .reduction-chart-container #reduction-glass-copy,
.page-environment .reduction-grid .reduction-chart-container #reduction-glass-copy {
  color: #00a98f;
  top: 128px;
  left: 75px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .reduction-chart-container #reduction-reconomy-copy,
.page-environment .business-grid .reduction-chart-container #reduction-reconomy-copy,
.page-environment .gas-grid .reduction-chart-container #reduction-reconomy-copy,
.page-environment .trends-grid .reduction-chart-container #reduction-reconomy-copy,
.page-environment .recycled-waste-grid .reduction-chart-container #reduction-reconomy-copy,
.page-environment .reduction-grid .reduction-chart-container #reduction-reconomy-copy {
  color: #6a2c91;
  top: 128px;
  left: 75px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .reduction-chart-container #reduction-rubber-copy,
.page-environment .business-grid .reduction-chart-container #reduction-rubber-copy,
.page-environment .gas-grid .reduction-chart-container #reduction-rubber-copy,
.page-environment .trends-grid .reduction-chart-container #reduction-rubber-copy,
.page-environment .recycled-waste-grid .reduction-chart-container #reduction-rubber-copy,
.page-environment .reduction-grid .reduction-chart-container #reduction-rubber-copy {
  color: #f36e24;
  top: 128px;
  left: 75px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .recycled-waste-chart-container,
.page-environment .business-grid .recycled-waste-chart-container,
.page-environment .gas-grid .recycled-waste-chart-container,
.page-environment .trends-grid .recycled-waste-chart-container,
.page-environment .recycled-waste-grid .recycled-waste-chart-container,
.page-environment .reduction-grid .recycled-waste-chart-container {
  position: relative;
  padding: 0 0 0 40px;
}
.page-environment .emissions-grid .recycled-waste-chart-container img,
.page-environment .business-grid .recycled-waste-chart-container img,
.page-environment .gas-grid .recycled-waste-chart-container img,
.page-environment .trends-grid .recycled-waste-chart-container img,
.page-environment .recycled-waste-grid .recycled-waste-chart-container img,
.page-environment .reduction-grid .recycled-waste-chart-container img {
  display: block;
}
.page-environment .emissions-grid .recycled-waste-chart-container #recycled-waste-comingled-copy,
.page-environment .business-grid .recycled-waste-chart-container #recycled-waste-comingled-copy,
.page-environment .gas-grid .recycled-waste-chart-container #recycled-waste-comingled-copy,
.page-environment .trends-grid .recycled-waste-chart-container #recycled-waste-comingled-copy,
.page-environment .recycled-waste-grid .recycled-waste-chart-container #recycled-waste-comingled-copy,
.page-environment .reduction-grid .recycled-waste-chart-container #recycled-waste-comingled-copy {
  color: #4a6798;
  top: 95px;
  left: 77px;
  text-align: center;
  width: 200px;
}
.page-environment .emissions-grid .recycled-waste-chart-container #recycled-waste-plastic-copy,
.page-environment .business-grid .recycled-waste-chart-container #recycled-waste-plastic-copy,
.page-environment .gas-grid .recycled-waste-chart-container #recycled-waste-plastic-copy,
.page-environment .trends-grid .recycled-waste-chart-container #recycled-waste-plastic-copy,
.page-environment .recycled-waste-grid .recycled-waste-chart-container #recycled-waste-plastic-copy,
.page-environment .reduction-grid .recycled-waste-chart-container #recycled-waste-plastic-copy {
  color: #00437b;
  top: 95px;
  left: 77px;
  text-align: center;
  width: 200px;
}
.page-environment .emissions-grid .recycled-waste-chart-container #recycled-waste-paper-cardboard-copy,
.page-environment .business-grid .recycled-waste-chart-container #recycled-waste-paper-cardboard-copy,
.page-environment .gas-grid .recycled-waste-chart-container #recycled-waste-paper-cardboard-copy,
.page-environment .trends-grid .recycled-waste-chart-container #recycled-waste-paper-cardboard-copy,
.page-environment .recycled-waste-grid .recycled-waste-chart-container #recycled-waste-paper-cardboard-copy,
.page-environment .reduction-grid .recycled-waste-chart-container #recycled-waste-paper-cardboard-copy {
  color: #57c1e9;
  top: 95px;
  left: 77px;
  text-align: center;
  width: 200px;
}
.page-environment .emissions-grid .recycled-waste-chart-container #recycled-waste-waste-oil-copy,
.page-environment .business-grid .recycled-waste-chart-container #recycled-waste-waste-oil-copy,
.page-environment .gas-grid .recycled-waste-chart-container #recycled-waste-waste-oil-copy,
.page-environment .trends-grid .recycled-waste-chart-container #recycled-waste-waste-oil-copy,
.page-environment .recycled-waste-grid .recycled-waste-chart-container #recycled-waste-waste-oil-copy,
.page-environment .reduction-grid .recycled-waste-chart-container #recycled-waste-waste-oil-copy {
  color: #7fccec;
  top: 95px;
  left: 77px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .recycled-waste-chart-container #recycled-waste-metal-copy,
.page-environment .business-grid .recycled-waste-chart-container #recycled-waste-metal-copy,
.page-environment .gas-grid .recycled-waste-chart-container #recycled-waste-metal-copy,
.page-environment .trends-grid .recycled-waste-chart-container #recycled-waste-metal-copy,
.page-environment .recycled-waste-grid .recycled-waste-chart-container #recycled-waste-metal-copy,
.page-environment .reduction-grid .recycled-waste-chart-container #recycled-waste-metal-copy {
  color: #6a2c91;
  top: 95px;
  left: 77px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .recycled-waste-chart-container #recycled-waste-ewaste-copy,
.page-environment .business-grid .recycled-waste-chart-container #recycled-waste-ewaste-copy,
.page-environment .gas-grid .recycled-waste-chart-container #recycled-waste-ewaste-copy,
.page-environment .trends-grid .recycled-waste-chart-container #recycled-waste-ewaste-copy,
.page-environment .recycled-waste-grid .recycled-waste-chart-container #recycled-waste-ewaste-copy,
.page-environment .reduction-grid .recycled-waste-chart-container #recycled-waste-ewaste-copy {
  color: #fdb913;
  top: 95px;
  left: 77px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .recycled-waste-chart-container #recycled-waste-clean-fill-copy,
.page-environment .business-grid .recycled-waste-chart-container #recycled-waste-clean-fill-copy,
.page-environment .gas-grid .recycled-waste-chart-container #recycled-waste-clean-fill-copy,
.page-environment .trends-grid .recycled-waste-chart-container #recycled-waste-clean-fill-copy,
.page-environment .recycled-waste-grid .recycled-waste-chart-container #recycled-waste-clean-fill-copy,
.page-environment .reduction-grid .recycled-waste-chart-container #recycled-waste-clean-fill-copy {
  color: #a8d162;
  top: 95px;
  left: 77px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .recycled-waste-chart-container #recycled-waste-glass-copy,
.page-environment .business-grid .recycled-waste-chart-container #recycled-waste-glass-copy,
.page-environment .gas-grid .recycled-waste-chart-container #recycled-waste-glass-copy,
.page-environment .trends-grid .recycled-waste-chart-container #recycled-waste-glass-copy,
.page-environment .recycled-waste-grid .recycled-waste-chart-container #recycled-waste-glass-copy,
.page-environment .reduction-grid .recycled-waste-chart-container #recycled-waste-glass-copy {
  color: #00a98f;
  top: 95px;
  left: 77px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .recycled-waste-chart-container #recycled-waste-timber-copy,
.page-environment .business-grid .recycled-waste-chart-container #recycled-waste-timber-copy,
.page-environment .gas-grid .recycled-waste-chart-container #recycled-waste-timber-copy,
.page-environment .trends-grid .recycled-waste-chart-container #recycled-waste-timber-copy,
.page-environment .recycled-waste-grid .recycled-waste-chart-container #recycled-waste-timber-copy,
.page-environment .reduction-grid .recycled-waste-chart-container #recycled-waste-timber-copy {
  color: #f58220;
  top: 95px;
  left: 77px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .recycled-waste-chart-container #recycled-waste-globes-copy,
.page-environment .business-grid .recycled-waste-chart-container #recycled-waste-globes-copy,
.page-environment .gas-grid .recycled-waste-chart-container #recycled-waste-globes-copy,
.page-environment .trends-grid .recycled-waste-chart-container #recycled-waste-globes-copy,
.page-environment .recycled-waste-grid .recycled-waste-chart-container #recycled-waste-globes-copy,
.page-environment .reduction-grid .recycled-waste-chart-container #recycled-waste-globes-copy {
  color: #f89e53;
  top: 95px;
  left: 77px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .recycled-waste-chart-container #recycled-waste-organics-copy,
.page-environment .business-grid .recycled-waste-chart-container #recycled-waste-organics-copy,
.page-environment .gas-grid .recycled-waste-chart-container #recycled-waste-organics-copy,
.page-environment .trends-grid .recycled-waste-chart-container #recycled-waste-organics-copy,
.page-environment .recycled-waste-grid .recycled-waste-chart-container #recycled-waste-organics-copy,
.page-environment .reduction-grid .recycled-waste-chart-container #recycled-waste-organics-copy {
  color: #938e86;
  top: 95px;
  left: 77px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .recycled-waste-chart-container #recycled-waste-ash-copy,
.page-environment .business-grid .recycled-waste-chart-container #recycled-waste-ash-copy,
.page-environment .gas-grid .recycled-waste-chart-container #recycled-waste-ash-copy,
.page-environment .trends-grid .recycled-waste-chart-container #recycled-waste-ash-copy,
.page-environment .recycled-waste-grid .recycled-waste-chart-container #recycled-waste-ash-copy,
.page-environment .reduction-grid .recycled-waste-chart-container #recycled-waste-ash-copy {
  color: #588074;
  top: 95px;
  left: 77px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .recycled-waste-chart-container #recycled-waste-construction-copy,
.page-environment .business-grid .recycled-waste-chart-container #recycled-waste-construction-copy,
.page-environment .gas-grid .recycled-waste-chart-container #recycled-waste-construction-copy,
.page-environment .trends-grid .recycled-waste-chart-container #recycled-waste-construction-copy,
.page-environment .recycled-waste-grid .recycled-waste-chart-container #recycled-waste-construction-copy,
.page-environment .reduction-grid .recycled-waste-chart-container #recycled-waste-construction-copy {
  color: #ffcb66;
  top: 95px;
  left: 77px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .hazardous-waste-chart-container,
.page-environment .business-grid .hazardous-waste-chart-container,
.page-environment .gas-grid .hazardous-waste-chart-container,
.page-environment .trends-grid .hazardous-waste-chart-container,
.page-environment .recycled-waste-grid .hazardous-waste-chart-container,
.page-environment .reduction-grid .hazardous-waste-chart-container {
  position: relative;
  padding: 0 0 0 40px;
}
.page-environment .emissions-grid .hazardous-waste-chart-container img,
.page-environment .business-grid .hazardous-waste-chart-container img,
.page-environment .gas-grid .hazardous-waste-chart-container img,
.page-environment .trends-grid .hazardous-waste-chart-container img,
.page-environment .recycled-waste-grid .hazardous-waste-chart-container img,
.page-environment .reduction-grid .hazardous-waste-chart-container img {
  display: block;
}
.page-environment .emissions-grid .hazardous-waste-chart-container #hazardous-waste-clinical-copy,
.page-environment .business-grid .hazardous-waste-chart-container #hazardous-waste-clinical-copy,
.page-environment .gas-grid .hazardous-waste-chart-container #hazardous-waste-clinical-copy,
.page-environment .trends-grid .hazardous-waste-chart-container #hazardous-waste-clinical-copy,
.page-environment .recycled-waste-grid .hazardous-waste-chart-container #hazardous-waste-clinical-copy,
.page-environment .reduction-grid .hazardous-waste-chart-container #hazardous-waste-clinical-copy {
  color: #4a6798;
  top: 95px;
  left: 77px;
  text-align: center;
  width: 200px;
}
.page-environment .emissions-grid .hazardous-waste-chart-container #hazardous-waste-soil-copy,
.page-environment .business-grid .hazardous-waste-chart-container #hazardous-waste-soil-copy,
.page-environment .gas-grid .hazardous-waste-chart-container #hazardous-waste-soil-copy,
.page-environment .trends-grid .hazardous-waste-chart-container #hazardous-waste-soil-copy,
.page-environment .recycled-waste-grid .hazardous-waste-chart-container #hazardous-waste-soil-copy,
.page-environment .reduction-grid .hazardous-waste-chart-container #hazardous-waste-soil-copy {
  color: #588074;
  top: 95px;
  left: 77px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .hazardous-waste-chart-container #hazardous-waste-waste-copy,
.page-environment .business-grid .hazardous-waste-chart-container #hazardous-waste-waste-copy,
.page-environment .gas-grid .hazardous-waste-chart-container #hazardous-waste-waste-copy,
.page-environment .trends-grid .hazardous-waste-chart-container #hazardous-waste-waste-copy,
.page-environment .recycled-waste-grid .hazardous-waste-chart-container #hazardous-waste-waste-copy,
.page-environment .reduction-grid .hazardous-waste-chart-container #hazardous-waste-waste-copy {
  color: #57c1e9;
  top: 95px;
  left: 77px;
  text-align: center;
  width: 200px;
}
.page-environment .emissions-grid .hazardous-waste-chart-container #hazardous-waste-asbestos-copy,
.page-environment .business-grid .hazardous-waste-chart-container #hazardous-waste-asbestos-copy,
.page-environment .gas-grid .hazardous-waste-chart-container #hazardous-waste-asbestos-copy,
.page-environment .trends-grid .hazardous-waste-chart-container #hazardous-waste-asbestos-copy,
.page-environment .recycled-waste-grid .hazardous-waste-chart-container #hazardous-waste-asbestos-copy,
.page-environment .reduction-grid .hazardous-waste-chart-container #hazardous-waste-asbestos-copy {
  color: #ffcb66;
  top: 95px;
  left: 77px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .hazardous-waste-chart-container #hazardous-waste-general-copy,
.page-environment .business-grid .hazardous-waste-chart-container #hazardous-waste-general-copy,
.page-environment .gas-grid .hazardous-waste-chart-container #hazardous-waste-general-copy,
.page-environment .trends-grid .hazardous-waste-chart-container #hazardous-waste-general-copy,
.page-environment .recycled-waste-grid .hazardous-waste-chart-container #hazardous-waste-general-copy,
.page-environment .reduction-grid .hazardous-waste-chart-container #hazardous-waste-general-copy {
  color: #6a2c91;
  top: 95px;
  left: 77px;
  text-align: center;
  width: 200px;
}
.page-environment .emissions-grid .hazardous-waste-chart-container #hazardous-waste-solvents-copy,
.page-environment .business-grid .hazardous-waste-chart-container #hazardous-waste-solvents-copy,
.page-environment .gas-grid .hazardous-waste-chart-container #hazardous-waste-solvents-copy,
.page-environment .trends-grid .hazardous-waste-chart-container #hazardous-waste-solvents-copy,
.page-environment .recycled-waste-grid .hazardous-waste-chart-container #hazardous-waste-solvents-copy,
.page-environment .reduction-grid .hazardous-waste-chart-container #hazardous-waste-solvents-copy {
  color: #00437b;
  top: 95px;
  left: 77px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .hazardous-waste-chart-container #hazardous-waste-toxic-copy,
.page-environment .business-grid .hazardous-waste-chart-container #hazardous-waste-toxic-copy,
.page-environment .gas-grid .hazardous-waste-chart-container #hazardous-waste-toxic-copy,
.page-environment .trends-grid .hazardous-waste-chart-container #hazardous-waste-toxic-copy,
.page-environment .recycled-waste-grid .hazardous-waste-chart-container #hazardous-waste-toxic-copy,
.page-environment .reduction-grid .hazardous-waste-chart-container #hazardous-waste-toxic-copy {
  color: #a8d162;
  top: 95px;
  left: 77px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .hazardous-waste-chart-container #hazardous-waste-salts-copy,
.page-environment .business-grid .hazardous-waste-chart-container #hazardous-waste-salts-copy,
.page-environment .gas-grid .hazardous-waste-chart-container #hazardous-waste-salts-copy,
.page-environment .trends-grid .hazardous-waste-chart-container #hazardous-waste-salts-copy,
.page-environment .recycled-waste-grid .hazardous-waste-chart-container #hazardous-waste-salts-copy,
.page-environment .reduction-grid .hazardous-waste-chart-container #hazardous-waste-salts-copy {
  color: #7fccec;
  top: 95px;
  left: 77px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .hazardous-waste-chart-container #hazardous-waste-solids-copy,
.page-environment .business-grid .hazardous-waste-chart-container #hazardous-waste-solids-copy,
.page-environment .gas-grid .hazardous-waste-chart-container #hazardous-waste-solids-copy,
.page-environment .trends-grid .hazardous-waste-chart-container #hazardous-waste-solids-copy,
.page-environment .recycled-waste-grid .hazardous-waste-chart-container #hazardous-waste-solids-copy,
.page-environment .reduction-grid .hazardous-waste-chart-container #hazardous-waste-solids-copy {
  color: #f58220;
  top: 95px;
  left: 77px;
  width: 200px;
  text-align: center;
}
.page-environment .emissions-grid .hazardous-waste-chart-container #hazardous-waste-rags-copy,
.page-environment .business-grid .hazardous-waste-chart-container #hazardous-waste-rags-copy,
.page-environment .gas-grid .hazardous-waste-chart-container #hazardous-waste-rags-copy,
.page-environment .trends-grid .hazardous-waste-chart-container #hazardous-waste-rags-copy,
.page-environment .recycled-waste-grid .hazardous-waste-chart-container #hazardous-waste-rags-copy,
.page-environment .reduction-grid .hazardous-waste-chart-container #hazardous-waste-rags-copy {
  color: #fdb913;
  top: 95px;
  left: 77px;
  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,
.page-environment .recycled-waste-grid .trends-chart-container,
.page-environment .reduction-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,
.page-environment .recycled-waste-grid .trends-chart-container img,
.page-environment .reduction-grid .trends-chart-container img {
  display: block;
  margin: 0 auto;
}
.page-environment .emissions-grid .trends-chart-container #trends-rap-copy,
.page-environment .business-grid .trends-chart-container #trends-rap-copy,
.page-environment .gas-grid .trends-chart-container #trends-rap-copy,
.page-environment .trends-grid .trends-chart-container #trends-rap-copy,
.page-environment .recycled-waste-grid .trends-chart-container #trends-rap-copy,
.page-environment .reduction-grid .trends-chart-container #trends-rap-copy {
  color: #8CC140;
  top: 118px;
  left: 191px;
  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,
.page-environment .recycled-waste-grid .trends-chart-container #trends-glass-copy,
.page-environment .reduction-grid .trends-chart-container #trends-glass-copy {
  color: #3EBCAA;
  top: 118px;
  left: 191px;
  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,
.page-environment .recycled-waste-grid .trends-chart-container #trends-flyash-copy,
.page-environment .reduction-grid .trends-chart-container #trends-flyash-copy {
  color: #588175;
  top: 118px;
  left: 191px;
  width: 160px;
  text-align: center;
}
.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,
.page-environment .recycled-waste-grid .trends-chart-container #trends-slag-copy,
.page-environment .reduction-grid .trends-chart-container #trends-slag-copy {
  color: #5BC2E7;
  top: 118px;
  left: 191px;
  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,
.page-environment .recycled-waste-grid .trends-chart-container #trends-toner-copy,
.page-environment .reduction-grid .trends-chart-container #trends-toner-copy {
  color: #9ba39b;
  top: 118px;
  left: 191px;
  width: 160px;
  text-align: center;
}
.page-environment .emissions-grid .trends-chart-container #trends-tonerplas-copy,
.page-environment .business-grid .trends-chart-container #trends-tonerplas-copy,
.page-environment .gas-grid .trends-chart-container #trends-tonerplas-copy,
.page-environment .trends-grid .trends-chart-container #trends-tonerplas-copy,
.page-environment .recycled-waste-grid .trends-chart-container #trends-tonerplas-copy,
.page-environment .reduction-grid .trends-chart-container #trends-tonerplas-copy {
  color: #B50B49;
  top: 118px;
  left: 191px;
  width: 160px;
  text-align: center;
}
.page-environment .emissions-grid .trends-chart-container #trends-sand-copy,
.page-environment .business-grid .trends-chart-container #trends-sand-copy,
.page-environment .gas-grid .trends-chart-container #trends-sand-copy,
.page-environment .trends-grid .trends-chart-container #trends-sand-copy,
.page-environment .recycled-waste-grid .trends-chart-container #trends-sand-copy,
.page-environment .reduction-grid .trends-chart-container #trends-sand-copy {
  color: #692C90;
  top: 118px;
  left: 191px;
  width: 160px;
  text-align: center;
}
.page-environment .emissions-grid .trends-chart-container #trends-rubber-copy,
.page-environment .business-grid .trends-chart-container #trends-rubber-copy,
.page-environment .gas-grid .trends-chart-container #trends-rubber-copy,
.page-environment .trends-grid .trends-chart-container #trends-rubber-copy,
.page-environment .recycled-waste-grid .trends-chart-container #trends-rubber-copy,
.page-environment .reduction-grid .trends-chart-container #trends-rubber-copy {
  color: #EA7600;
  top: 118px;
  left: 191px;
  width: 160px;
  text-align: center;
}
.page-environment .emissions-grid .reduction-grid-legend-container .legend,
.page-environment .business-grid .reduction-grid-legend-container .legend,
.page-environment .gas-grid .reduction-grid-legend-container .legend,
.page-environment .trends-grid .reduction-grid-legend-container .legend,
.page-environment .recycled-waste-grid .reduction-grid-legend-container .legend,
.page-environment .reduction-grid .reduction-grid-legend-container .legend {
  padding-right: 40px;
  padding-top: 100px;
  -ms-grid-columns: 1fr 3fr 2fr 1fr 3fr 2fr;
  grid-template-columns: 1fr 3fr 2fr 1fr 3fr 2fr;
}
.page-environment .emissions-grid .reduction-grid-legend-container .legend span.legend-bar,
.page-environment .business-grid .reduction-grid-legend-container .legend span.legend-bar,
.page-environment .gas-grid .reduction-grid-legend-container .legend span.legend-bar,
.page-environment .trends-grid .reduction-grid-legend-container .legend span.legend-bar,
.page-environment .recycled-waste-grid .reduction-grid-legend-container .legend span.legend-bar,
.page-environment .reduction-grid .reduction-grid-legend-container .legend span.legend-bar {
  display: inline-block;
  height: 12px;
  width: 34px;
}
.page-environment .emissions-grid .reduction-grid-legend-container .legend div,
.page-environment .business-grid .reduction-grid-legend-container .legend div,
.page-environment .gas-grid .reduction-grid-legend-container .legend div,
.page-environment .trends-grid .reduction-grid-legend-container .legend div,
.page-environment .recycled-waste-grid .reduction-grid-legend-container .legend div,
.page-environment .reduction-grid .reduction-grid-legend-container .legend div {
  padding-bottom: 5px;
}
.page-environment .emissions-grid .reduction-grid-legend-container .legend div.c3,
.page-environment .business-grid .reduction-grid-legend-container .legend div.c3,
.page-environment .gas-grid .reduction-grid-legend-container .legend div.c3,
.page-environment .trends-grid .reduction-grid-legend-container .legend div.c3,
.page-environment .recycled-waste-grid .reduction-grid-legend-container .legend div.c3,
.page-environment .reduction-grid .reduction-grid-legend-container .legend div.c3,
.page-environment .emissions-grid .reduction-grid-legend-container .legend div.c6,
.page-environment .business-grid .reduction-grid-legend-container .legend div.c6,
.page-environment .gas-grid .reduction-grid-legend-container .legend div.c6,
.page-environment .trends-grid .reduction-grid-legend-container .legend div.c6,
.page-environment .recycled-waste-grid .reduction-grid-legend-container .legend div.c6,
.page-environment .reduction-grid .reduction-grid-legend-container .legend div.c6 {
  text-align: right;
}
.page-environment .emissions-grid .reduction-grid-legend-container .legend div.c3,
.page-environment .business-grid .reduction-grid-legend-container .legend div.c3,
.page-environment .gas-grid .reduction-grid-legend-container .legend div.c3,
.page-environment .trends-grid .reduction-grid-legend-container .legend div.c3,
.page-environment .recycled-waste-grid .reduction-grid-legend-container .legend div.c3,
.page-environment .reduction-grid .reduction-grid-legend-container .legend div.c3 {
  padding-right: 20px;
}
@media screen and (max-width: 720px) {
  .page-environment .emissions-grid .reduction-grid-legend-container .legend,
  .page-environment .business-grid .reduction-grid-legend-container .legend,
  .page-environment .gas-grid .reduction-grid-legend-container .legend,
  .page-environment .trends-grid .reduction-grid-legend-container .legend,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend {
    padding-top: 40px !important;
    -ms-grid-columns: 1fr 3fr 2fr;
    grid-template-columns: 1fr 3fr 2fr;
    padding-right: 0;
  }
  .page-environment .emissions-grid .reduction-grid-legend-container .legend div,
  .page-environment .business-grid .reduction-grid-legend-container .legend div,
  .page-environment .gas-grid .reduction-grid-legend-container .legend div,
  .page-environment .trends-grid .reduction-grid-legend-container .legend div,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend div,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend div {
    padding-bottom: 10px;
  }
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c3,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c3,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c3,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c3,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c3,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c3 {
    text-align: right;
    padding-right: 0 !important;
  }
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c4,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c4,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c4,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c4,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c4,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c4 {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c5,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c5,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c5,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c5,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c5,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c5 {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c6,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c6,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c6,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c6,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c6,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c6 {
    -ms-grid-column: 3;
    grid-column: 3;
  }
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c1.r1,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c1.r1,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c1.r1,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c1.r1,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c1.r1,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c1.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c2.r1,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c2.r1,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c2.r1,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c2.r1,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c2.r1,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c2.r1 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-top: 0;
  }
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c3.r1,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c3.r1,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c3.r1,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c3.r1,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c3.r1,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c3.r1 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c4.r1,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c4.r1,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c4.r1,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c4.r1,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c4.r1,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c4.r1,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c5.r1,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c5.r1,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c5.r1,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c5.r1,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c5.r1,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c5.r1,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c6.r1,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c6.r1,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c6.r1,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c6.r1,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c6.r1,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c6.r1 {
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c1.r2,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c1.r2,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c1.r2,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c1.r2,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c1.r2,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c1.r2,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c2.r2,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c2.r2,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c2.r2,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c2.r2,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c2.r2,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c2.r2,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c3.r2,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c3.r2,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c3.r2,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c3.r2,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c3.r2,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c3.r2 {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c4.r2,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c4.r2,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c4.r2,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c4.r2,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c4.r2,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c4.r2,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c5.r2,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c5.r2,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c5.r2,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c5.r2,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c5.r2,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c5.r2,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c6.r2,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c6.r2,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c6.r2,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c6.r2,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c6.r2,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c6.r2 {
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c1.r3,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c1.r3,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c1.r3,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c1.r3,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c1.r3,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c1.r3,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c2.r3,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c2.r3,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c2.r3,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c2.r3,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c2.r3,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c2.r3,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c3.r3,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c3.r3,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c3.r3,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c3.r3,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c3.r3,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c3.r3 {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c4.r3,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c4.r3,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c4.r3,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c4.r3,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c4.r3,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c4.r3,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c5.r3,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c5.r3,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c5.r3,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c5.r3,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c5.r3,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c5.r3,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c6.r3,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c6.r3,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c6.r3,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c6.r3,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c6.r3,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c6.r3 {
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c1.r4,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c1.r4,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c1.r4,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c1.r4,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c1.r4,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c1.r4,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c2.r4,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c2.r4,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c2.r4,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c2.r4,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c2.r4,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c2.r4,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c3.r4,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c3.r4,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c3.r4,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c3.r4,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c3.r4,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c3.r4 {
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c4.r4,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c4.r4,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c4.r4,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c4.r4,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c4.r4,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c4.r4,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c5.r4,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c5.r4,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c5.r4,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c5.r4,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c5.r4,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c5.r4,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c6.r4,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c6.r4,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c6.r4,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c6.r4,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c6.r4,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c6.r4 {
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c1.r5,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c1.r5,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c1.r5,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c1.r5,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c1.r5,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c1.r5,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c2.r5,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c2.r5,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c2.r5,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c2.r5,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c2.r5,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c2.r5,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c3.r5,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c3.r5,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c3.r5,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c3.r5,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c3.r5,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c3.r5 {
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c4.r5,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c4.r5,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c4.r5,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c4.r5,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c4.r5,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c4.r5,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c5.r5,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c5.r5,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c5.r5,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c5.r5,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c5.r5,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c5.r5,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c6.r5,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c6.r5,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c6.r5,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c6.r5,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c6.r5,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c6.r5 {
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c1.r6,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c1.r6,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c1.r6,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c1.r6,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c1.r6,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c1.r6,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c2.r6,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c2.r6,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c2.r6,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c2.r6,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c2.r6,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c2.r6,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c3.r6,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c3.r6,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c3.r6,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c3.r6,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c3.r6,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c3.r6 {
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c4.r6,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c4.r6,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c4.r6,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c4.r6,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c4.r6,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c4.r6,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c5.r6,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c5.r6,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c5.r6,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c5.r6,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c5.r6,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c5.r6,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c6.r6,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c6.r6,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c6.r6,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c6.r6,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c6.r6,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c6.r6 {
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c1.r7,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c1.r7,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c1.r7,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c1.r7,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c1.r7,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c1.r7,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c2.r7,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c2.r7,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c2.r7,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c2.r7,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c2.r7,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c2.r7,
  .page-environment .emissions-grid .reduction-grid-legend-container .legend .c3.r7,
  .page-environment .business-grid .reduction-grid-legend-container .legend .c3.r7,
  .page-environment .gas-grid .reduction-grid-legend-container .legend .c3.r7,
  .page-environment .trends-grid .reduction-grid-legend-container .legend .c3.r7,
  .page-environment .recycled-waste-grid .reduction-grid-legend-container .legend .c3.r7,
  .page-environment .reduction-grid .reduction-grid-legend-container .legend .c3.r7 {
    -ms-grid-row: 7;
    grid-row: 7;
  }
}
.page-environment .emissions-grid .water-withdrawals-container .legend,
.page-environment .business-grid .water-withdrawals-container .legend,
.page-environment .gas-grid .water-withdrawals-container .legend,
.page-environment .trends-grid .water-withdrawals-container .legend,
.page-environment .recycled-waste-grid .water-withdrawals-container .legend,
.page-environment .reduction-grid .water-withdrawals-container .legend {
  -ms-grid-columns: 10% 60% 30%;
  grid-template-columns: 10% 60% 30%;
}
.page-environment .emissions-grid .water-withdrawals-container .legend span.legend-bar,
.page-environment .business-grid .water-withdrawals-container .legend span.legend-bar,
.page-environment .gas-grid .water-withdrawals-container .legend span.legend-bar,
.page-environment .trends-grid .water-withdrawals-container .legend span.legend-bar,
.page-environment .recycled-waste-grid .water-withdrawals-container .legend span.legend-bar,
.page-environment .reduction-grid .water-withdrawals-container .legend span.legend-bar {
  display: inline-block;
  height: 12px;
  width: 34px;
}
.page-environment .emissions-grid .water-withdrawals-container .legend div,
.page-environment .business-grid .water-withdrawals-container .legend div,
.page-environment .gas-grid .water-withdrawals-container .legend div,
.page-environment .trends-grid .water-withdrawals-container .legend div,
.page-environment .recycled-waste-grid .water-withdrawals-container .legend div,
.page-environment .reduction-grid .water-withdrawals-container .legend div {
  padding-bottom: 5px;
}
.page-environment .emissions-grid .water-withdrawals-container .legend div.c3,
.page-environment .business-grid .water-withdrawals-container .legend div.c3,
.page-environment .gas-grid .water-withdrawals-container .legend div.c3,
.page-environment .trends-grid .water-withdrawals-container .legend div.c3,
.page-environment .recycled-waste-grid .water-withdrawals-container .legend div.c3,
.page-environment .reduction-grid .water-withdrawals-container .legend div.c3,
.page-environment .emissions-grid .water-withdrawals-container .legend div.c6,
.page-environment .business-grid .water-withdrawals-container .legend div.c6,
.page-environment .gas-grid .water-withdrawals-container .legend div.c6,
.page-environment .trends-grid .water-withdrawals-container .legend div.c6,
.page-environment .recycled-waste-grid .water-withdrawals-container .legend div.c6,
.page-environment .reduction-grid .water-withdrawals-container .legend div.c6 {
  text-align: right;
}
.page-environment .emissions-grid .water-withdrawals-container .legend div.c3,
.page-environment .business-grid .water-withdrawals-container .legend div.c3,
.page-environment .gas-grid .water-withdrawals-container .legend div.c3,
.page-environment .trends-grid .water-withdrawals-container .legend div.c3,
.page-environment .recycled-waste-grid .water-withdrawals-container .legend div.c3,
.page-environment .reduction-grid .water-withdrawals-container .legend div.c3 {
  padding-right: 20px;
}
@media screen and (max-width: 720px) {
  .page-environment .emissions-grid .water-withdrawals-container .legend,
  .page-environment .business-grid .water-withdrawals-container .legend,
  .page-environment .gas-grid .water-withdrawals-container .legend,
  .page-environment .trends-grid .water-withdrawals-container .legend,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend,
  .page-environment .reduction-grid .water-withdrawals-container .legend {
    padding-top: 0 !important;
    -ms-grid-columns: 10% 50% 40%;
    grid-template-columns: 10% 50% 40%;
  }
  .page-environment .emissions-grid .water-withdrawals-container .legend .c3,
  .page-environment .business-grid .water-withdrawals-container .legend .c3,
  .page-environment .gas-grid .water-withdrawals-container .legend .c3,
  .page-environment .trends-grid .water-withdrawals-container .legend .c3,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c3,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c3 {
    text-align: right;
    padding-right: 0 !important;
  }
  .page-environment .emissions-grid .water-withdrawals-container .legend .c4,
  .page-environment .business-grid .water-withdrawals-container .legend .c4,
  .page-environment .gas-grid .water-withdrawals-container .legend .c4,
  .page-environment .trends-grid .water-withdrawals-container .legend .c4,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c4,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c4 {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .page-environment .emissions-grid .water-withdrawals-container .legend .c5,
  .page-environment .business-grid .water-withdrawals-container .legend .c5,
  .page-environment .gas-grid .water-withdrawals-container .legend .c5,
  .page-environment .trends-grid .water-withdrawals-container .legend .c5,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c5,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c5 {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .page-environment .emissions-grid .water-withdrawals-container .legend .c6,
  .page-environment .business-grid .water-withdrawals-container .legend .c6,
  .page-environment .gas-grid .water-withdrawals-container .legend .c6,
  .page-environment .trends-grid .water-withdrawals-container .legend .c6,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c6,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c6 {
    -ms-grid-column: 3;
    grid-column: 3;
  }
  .page-environment .emissions-grid .water-withdrawals-container .legend .c1.r1,
  .page-environment .business-grid .water-withdrawals-container .legend .c1.r1,
  .page-environment .gas-grid .water-withdrawals-container .legend .c1.r1,
  .page-environment .trends-grid .water-withdrawals-container .legend .c1.r1,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c1.r1,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c1.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-environment .emissions-grid .water-withdrawals-container .legend .c2.r1,
  .page-environment .business-grid .water-withdrawals-container .legend .c2.r1,
  .page-environment .gas-grid .water-withdrawals-container .legend .c2.r1,
  .page-environment .trends-grid .water-withdrawals-container .legend .c2.r1,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c2.r1,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c2.r1 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-top: 0;
  }
  .page-environment .emissions-grid .water-withdrawals-container .legend .c3.r1,
  .page-environment .business-grid .water-withdrawals-container .legend .c3.r1,
  .page-environment .gas-grid .water-withdrawals-container .legend .c3.r1,
  .page-environment .trends-grid .water-withdrawals-container .legend .c3.r1,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c3.r1,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c3.r1 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-environment .emissions-grid .water-withdrawals-container .legend .c4.r1,
  .page-environment .business-grid .water-withdrawals-container .legend .c4.r1,
  .page-environment .gas-grid .water-withdrawals-container .legend .c4.r1,
  .page-environment .trends-grid .water-withdrawals-container .legend .c4.r1,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c4.r1,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c4.r1,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c5.r1,
  .page-environment .business-grid .water-withdrawals-container .legend .c5.r1,
  .page-environment .gas-grid .water-withdrawals-container .legend .c5.r1,
  .page-environment .trends-grid .water-withdrawals-container .legend .c5.r1,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c5.r1,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c5.r1,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c6.r1,
  .page-environment .business-grid .water-withdrawals-container .legend .c6.r1,
  .page-environment .gas-grid .water-withdrawals-container .legend .c6.r1,
  .page-environment .trends-grid .water-withdrawals-container .legend .c6.r1,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c6.r1,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c6.r1 {
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .page-environment .emissions-grid .water-withdrawals-container .legend .c1.r2,
  .page-environment .business-grid .water-withdrawals-container .legend .c1.r2,
  .page-environment .gas-grid .water-withdrawals-container .legend .c1.r2,
  .page-environment .trends-grid .water-withdrawals-container .legend .c1.r2,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c1.r2,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c1.r2,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c2.r2,
  .page-environment .business-grid .water-withdrawals-container .legend .c2.r2,
  .page-environment .gas-grid .water-withdrawals-container .legend .c2.r2,
  .page-environment .trends-grid .water-withdrawals-container .legend .c2.r2,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c2.r2,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c2.r2,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c3.r2,
  .page-environment .business-grid .water-withdrawals-container .legend .c3.r2,
  .page-environment .gas-grid .water-withdrawals-container .legend .c3.r2,
  .page-environment .trends-grid .water-withdrawals-container .legend .c3.r2,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c3.r2,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c3.r2 {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .page-environment .emissions-grid .water-withdrawals-container .legend .c4.r2,
  .page-environment .business-grid .water-withdrawals-container .legend .c4.r2,
  .page-environment .gas-grid .water-withdrawals-container .legend .c4.r2,
  .page-environment .trends-grid .water-withdrawals-container .legend .c4.r2,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c4.r2,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c4.r2,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c5.r2,
  .page-environment .business-grid .water-withdrawals-container .legend .c5.r2,
  .page-environment .gas-grid .water-withdrawals-container .legend .c5.r2,
  .page-environment .trends-grid .water-withdrawals-container .legend .c5.r2,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c5.r2,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c5.r2,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c6.r2,
  .page-environment .business-grid .water-withdrawals-container .legend .c6.r2,
  .page-environment .gas-grid .water-withdrawals-container .legend .c6.r2,
  .page-environment .trends-grid .water-withdrawals-container .legend .c6.r2,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c6.r2,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c6.r2 {
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .page-environment .emissions-grid .water-withdrawals-container .legend .c1.r3,
  .page-environment .business-grid .water-withdrawals-container .legend .c1.r3,
  .page-environment .gas-grid .water-withdrawals-container .legend .c1.r3,
  .page-environment .trends-grid .water-withdrawals-container .legend .c1.r3,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c1.r3,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c1.r3,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c2.r3,
  .page-environment .business-grid .water-withdrawals-container .legend .c2.r3,
  .page-environment .gas-grid .water-withdrawals-container .legend .c2.r3,
  .page-environment .trends-grid .water-withdrawals-container .legend .c2.r3,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c2.r3,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c2.r3,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c3.r3,
  .page-environment .business-grid .water-withdrawals-container .legend .c3.r3,
  .page-environment .gas-grid .water-withdrawals-container .legend .c3.r3,
  .page-environment .trends-grid .water-withdrawals-container .legend .c3.r3,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c3.r3,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c3.r3 {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-environment .emissions-grid .water-withdrawals-container .legend .c4.r3,
  .page-environment .business-grid .water-withdrawals-container .legend .c4.r3,
  .page-environment .gas-grid .water-withdrawals-container .legend .c4.r3,
  .page-environment .trends-grid .water-withdrawals-container .legend .c4.r3,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c4.r3,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c4.r3,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c5.r3,
  .page-environment .business-grid .water-withdrawals-container .legend .c5.r3,
  .page-environment .gas-grid .water-withdrawals-container .legend .c5.r3,
  .page-environment .trends-grid .water-withdrawals-container .legend .c5.r3,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c5.r3,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c5.r3,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c6.r3,
  .page-environment .business-grid .water-withdrawals-container .legend .c6.r3,
  .page-environment .gas-grid .water-withdrawals-container .legend .c6.r3,
  .page-environment .trends-grid .water-withdrawals-container .legend .c6.r3,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c6.r3,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c6.r3 {
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .page-environment .emissions-grid .water-withdrawals-container .legend .c1.r4,
  .page-environment .business-grid .water-withdrawals-container .legend .c1.r4,
  .page-environment .gas-grid .water-withdrawals-container .legend .c1.r4,
  .page-environment .trends-grid .water-withdrawals-container .legend .c1.r4,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c1.r4,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c1.r4,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c2.r4,
  .page-environment .business-grid .water-withdrawals-container .legend .c2.r4,
  .page-environment .gas-grid .water-withdrawals-container .legend .c2.r4,
  .page-environment .trends-grid .water-withdrawals-container .legend .c2.r4,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c2.r4,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c2.r4,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c3.r4,
  .page-environment .business-grid .water-withdrawals-container .legend .c3.r4,
  .page-environment .gas-grid .water-withdrawals-container .legend .c3.r4,
  .page-environment .trends-grid .water-withdrawals-container .legend .c3.r4,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c3.r4,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c3.r4 {
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .page-environment .emissions-grid .water-withdrawals-container .legend .c4.r4,
  .page-environment .business-grid .water-withdrawals-container .legend .c4.r4,
  .page-environment .gas-grid .water-withdrawals-container .legend .c4.r4,
  .page-environment .trends-grid .water-withdrawals-container .legend .c4.r4,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c4.r4,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c4.r4,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c5.r4,
  .page-environment .business-grid .water-withdrawals-container .legend .c5.r4,
  .page-environment .gas-grid .water-withdrawals-container .legend .c5.r4,
  .page-environment .trends-grid .water-withdrawals-container .legend .c5.r4,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c5.r4,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c5.r4,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c6.r4,
  .page-environment .business-grid .water-withdrawals-container .legend .c6.r4,
  .page-environment .gas-grid .water-withdrawals-container .legend .c6.r4,
  .page-environment .trends-grid .water-withdrawals-container .legend .c6.r4,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c6.r4,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c6.r4 {
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .page-environment .emissions-grid .water-withdrawals-container .legend .c1.r5,
  .page-environment .business-grid .water-withdrawals-container .legend .c1.r5,
  .page-environment .gas-grid .water-withdrawals-container .legend .c1.r5,
  .page-environment .trends-grid .water-withdrawals-container .legend .c1.r5,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c1.r5,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c1.r5,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c2.r5,
  .page-environment .business-grid .water-withdrawals-container .legend .c2.r5,
  .page-environment .gas-grid .water-withdrawals-container .legend .c2.r5,
  .page-environment .trends-grid .water-withdrawals-container .legend .c2.r5,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c2.r5,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c2.r5,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c3.r5,
  .page-environment .business-grid .water-withdrawals-container .legend .c3.r5,
  .page-environment .gas-grid .water-withdrawals-container .legend .c3.r5,
  .page-environment .trends-grid .water-withdrawals-container .legend .c3.r5,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c3.r5,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c3.r5 {
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-environment .emissions-grid .water-withdrawals-container .legend .c4.r5,
  .page-environment .business-grid .water-withdrawals-container .legend .c4.r5,
  .page-environment .gas-grid .water-withdrawals-container .legend .c4.r5,
  .page-environment .trends-grid .water-withdrawals-container .legend .c4.r5,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c4.r5,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c4.r5,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c5.r5,
  .page-environment .business-grid .water-withdrawals-container .legend .c5.r5,
  .page-environment .gas-grid .water-withdrawals-container .legend .c5.r5,
  .page-environment .trends-grid .water-withdrawals-container .legend .c5.r5,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c5.r5,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c5.r5,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c6.r5,
  .page-environment .business-grid .water-withdrawals-container .legend .c6.r5,
  .page-environment .gas-grid .water-withdrawals-container .legend .c6.r5,
  .page-environment .trends-grid .water-withdrawals-container .legend .c6.r5,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c6.r5,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c6.r5 {
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .page-environment .emissions-grid .water-withdrawals-container .legend .c1.r6,
  .page-environment .business-grid .water-withdrawals-container .legend .c1.r6,
  .page-environment .gas-grid .water-withdrawals-container .legend .c1.r6,
  .page-environment .trends-grid .water-withdrawals-container .legend .c1.r6,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c1.r6,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c1.r6,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c2.r6,
  .page-environment .business-grid .water-withdrawals-container .legend .c2.r6,
  .page-environment .gas-grid .water-withdrawals-container .legend .c2.r6,
  .page-environment .trends-grid .water-withdrawals-container .legend .c2.r6,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c2.r6,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c2.r6,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c3.r6,
  .page-environment .business-grid .water-withdrawals-container .legend .c3.r6,
  .page-environment .gas-grid .water-withdrawals-container .legend .c3.r6,
  .page-environment .trends-grid .water-withdrawals-container .legend .c3.r6,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c3.r6,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c3.r6 {
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .page-environment .emissions-grid .water-withdrawals-container .legend .c4.r6,
  .page-environment .business-grid .water-withdrawals-container .legend .c4.r6,
  .page-environment .gas-grid .water-withdrawals-container .legend .c4.r6,
  .page-environment .trends-grid .water-withdrawals-container .legend .c4.r6,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c4.r6,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c4.r6,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c5.r6,
  .page-environment .business-grid .water-withdrawals-container .legend .c5.r6,
  .page-environment .gas-grid .water-withdrawals-container .legend .c5.r6,
  .page-environment .trends-grid .water-withdrawals-container .legend .c5.r6,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c5.r6,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c5.r6,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c6.r6,
  .page-environment .business-grid .water-withdrawals-container .legend .c6.r6,
  .page-environment .gas-grid .water-withdrawals-container .legend .c6.r6,
  .page-environment .trends-grid .water-withdrawals-container .legend .c6.r6,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c6.r6,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c6.r6 {
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .page-environment .emissions-grid .water-withdrawals-container .legend .c1.r7,
  .page-environment .business-grid .water-withdrawals-container .legend .c1.r7,
  .page-environment .gas-grid .water-withdrawals-container .legend .c1.r7,
  .page-environment .trends-grid .water-withdrawals-container .legend .c1.r7,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c1.r7,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c1.r7,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c2.r7,
  .page-environment .business-grid .water-withdrawals-container .legend .c2.r7,
  .page-environment .gas-grid .water-withdrawals-container .legend .c2.r7,
  .page-environment .trends-grid .water-withdrawals-container .legend .c2.r7,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c2.r7,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c2.r7,
  .page-environment .emissions-grid .water-withdrawals-container .legend .c3.r7,
  .page-environment .business-grid .water-withdrawals-container .legend .c3.r7,
  .page-environment .gas-grid .water-withdrawals-container .legend .c3.r7,
  .page-environment .trends-grid .water-withdrawals-container .legend .c3.r7,
  .page-environment .recycled-waste-grid .water-withdrawals-container .legend .c3.r7,
  .page-environment .reduction-grid .water-withdrawals-container .legend .c3.r7 {
    -ms-grid-row: 7;
    grid-row: 7;
  }
}
.page-environment .emissions-grid .recycled-waste-legend-container,
.page-environment .business-grid .recycled-waste-legend-container,
.page-environment .gas-grid .recycled-waste-legend-container,
.page-environment .trends-grid .recycled-waste-legend-container,
.page-environment .recycled-waste-grid .recycled-waste-legend-container,
.page-environment .reduction-grid .recycled-waste-legend-container,
.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 .recycled-waste-grid .emissions-legend-container,
.page-environment .reduction-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 .recycled-waste-grid .business-legend-container,
.page-environment .reduction-grid .business-legend-container {
  padding-top: 50px;
}
.page-environment .emissions-grid .recycled-waste-legend-container .legend,
.page-environment .business-grid .recycled-waste-legend-container .legend,
.page-environment .gas-grid .recycled-waste-legend-container .legend,
.page-environment .trends-grid .recycled-waste-legend-container .legend,
.page-environment .recycled-waste-grid .recycled-waste-legend-container .legend,
.page-environment .reduction-grid .recycled-waste-legend-container .legend,
.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 .recycled-waste-grid .emissions-legend-container .legend,
.page-environment .reduction-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 .recycled-waste-grid .business-legend-container .legend,
.page-environment .reduction-grid .business-legend-container .legend {
  -ms-grid-columns: 1fr 4fr 1fr 1fr 4fr 1fr;
  grid-template-columns: 1fr 4fr 1fr 1fr 4fr 1fr;
}
.page-environment .emissions-grid .recycled-waste-legend-container .legend span.legend-bar,
.page-environment .business-grid .recycled-waste-legend-container .legend span.legend-bar,
.page-environment .gas-grid .recycled-waste-legend-container .legend span.legend-bar,
.page-environment .trends-grid .recycled-waste-legend-container .legend span.legend-bar,
.page-environment .recycled-waste-grid .recycled-waste-legend-container .legend span.legend-bar,
.page-environment .reduction-grid .recycled-waste-legend-container .legend span.legend-bar,
.page-environment .emissions-grid .emissions-legend-container .legend span.legend-bar,
.page-environment .business-grid .emissions-legend-container .legend span.legend-bar,
.page-environment .gas-grid .emissions-legend-container .legend span.legend-bar,
.page-environment .trends-grid .emissions-legend-container .legend span.legend-bar,
.page-environment .recycled-waste-grid .emissions-legend-container .legend span.legend-bar,
.page-environment .reduction-grid .emissions-legend-container .legend span.legend-bar,
.page-environment .emissions-grid .business-legend-container .legend span.legend-bar,
.page-environment .business-grid .business-legend-container .legend span.legend-bar,
.page-environment .gas-grid .business-legend-container .legend span.legend-bar,
.page-environment .trends-grid .business-legend-container .legend span.legend-bar,
.page-environment .recycled-waste-grid .business-legend-container .legend span.legend-bar,
.page-environment .reduction-grid .business-legend-container .legend span.legend-bar {
  display: inline-block;
  height: 12px;
  width: 34px;
}
.page-environment .emissions-grid .recycled-waste-legend-container .legend div,
.page-environment .business-grid .recycled-waste-legend-container .legend div,
.page-environment .gas-grid .recycled-waste-legend-container .legend div,
.page-environment .trends-grid .recycled-waste-legend-container .legend div,
.page-environment .recycled-waste-grid .recycled-waste-legend-container .legend div,
.page-environment .reduction-grid .recycled-waste-legend-container .legend div,
.page-environment .emissions-grid .emissions-legend-container .legend div,
.page-environment .business-grid .emissions-legend-container .legend div,
.page-environment .gas-grid .emissions-legend-container .legend div,
.page-environment .trends-grid .emissions-legend-container .legend div,
.page-environment .recycled-waste-grid .emissions-legend-container .legend div,
.page-environment .reduction-grid .emissions-legend-container .legend div,
.page-environment .emissions-grid .business-legend-container .legend div,
.page-environment .business-grid .business-legend-container .legend div,
.page-environment .gas-grid .business-legend-container .legend div,
.page-environment .trends-grid .business-legend-container .legend div,
.page-environment .recycled-waste-grid .business-legend-container .legend div,
.page-environment .reduction-grid .business-legend-container .legend div {
  padding-bottom: 5px;
}
.page-environment .emissions-grid .recycled-waste-legend-container .legend div.c3,
.page-environment .business-grid .recycled-waste-legend-container .legend div.c3,
.page-environment .gas-grid .recycled-waste-legend-container .legend div.c3,
.page-environment .trends-grid .recycled-waste-legend-container .legend div.c3,
.page-environment .recycled-waste-grid .recycled-waste-legend-container .legend div.c3,
.page-environment .reduction-grid .recycled-waste-legend-container .legend div.c3,
.page-environment .emissions-grid .emissions-legend-container .legend div.c3,
.page-environment .business-grid .emissions-legend-container .legend div.c3,
.page-environment .gas-grid .emissions-legend-container .legend div.c3,
.page-environment .trends-grid .emissions-legend-container .legend div.c3,
.page-environment .recycled-waste-grid .emissions-legend-container .legend div.c3,
.page-environment .reduction-grid .emissions-legend-container .legend div.c3,
.page-environment .emissions-grid .business-legend-container .legend div.c3,
.page-environment .business-grid .business-legend-container .legend div.c3,
.page-environment .gas-grid .business-legend-container .legend div.c3,
.page-environment .trends-grid .business-legend-container .legend div.c3,
.page-environment .recycled-waste-grid .business-legend-container .legend div.c3,
.page-environment .reduction-grid .business-legend-container .legend div.c3,
.page-environment .emissions-grid .recycled-waste-legend-container .legend div.c6,
.page-environment .business-grid .recycled-waste-legend-container .legend div.c6,
.page-environment .gas-grid .recycled-waste-legend-container .legend div.c6,
.page-environment .trends-grid .recycled-waste-legend-container .legend div.c6,
.page-environment .recycled-waste-grid .recycled-waste-legend-container .legend div.c6,
.page-environment .reduction-grid .recycled-waste-legend-container .legend div.c6,
.page-environment .emissions-grid .emissions-legend-container .legend div.c6,
.page-environment .business-grid .emissions-legend-container .legend div.c6,
.page-environment .gas-grid .emissions-legend-container .legend div.c6,
.page-environment .trends-grid .emissions-legend-container .legend div.c6,
.page-environment .recycled-waste-grid .emissions-legend-container .legend div.c6,
.page-environment .reduction-grid .emissions-legend-container .legend div.c6,
.page-environment .emissions-grid .business-legend-container .legend div.c6,
.page-environment .business-grid .business-legend-container .legend div.c6,
.page-environment .gas-grid .business-legend-container .legend div.c6,
.page-environment .trends-grid .business-legend-container .legend div.c6,
.page-environment .recycled-waste-grid .business-legend-container .legend div.c6,
.page-environment .reduction-grid .business-legend-container .legend div.c6 {
  text-align: right;
}
.page-environment .emissions-grid .recycled-waste-legend-container .legend div.c3,
.page-environment .business-grid .recycled-waste-legend-container .legend div.c3,
.page-environment .gas-grid .recycled-waste-legend-container .legend div.c3,
.page-environment .trends-grid .recycled-waste-legend-container .legend div.c3,
.page-environment .recycled-waste-grid .recycled-waste-legend-container .legend div.c3,
.page-environment .reduction-grid .recycled-waste-legend-container .legend div.c3,
.page-environment .emissions-grid .emissions-legend-container .legend div.c3,
.page-environment .business-grid .emissions-legend-container .legend div.c3,
.page-environment .gas-grid .emissions-legend-container .legend div.c3,
.page-environment .trends-grid .emissions-legend-container .legend div.c3,
.page-environment .recycled-waste-grid .emissions-legend-container .legend div.c3,
.page-environment .reduction-grid .emissions-legend-container .legend div.c3,
.page-environment .emissions-grid .business-legend-container .legend div.c3,
.page-environment .business-grid .business-legend-container .legend div.c3,
.page-environment .gas-grid .business-legend-container .legend div.c3,
.page-environment .trends-grid .business-legend-container .legend div.c3,
.page-environment .recycled-waste-grid .business-legend-container .legend div.c3,
.page-environment .reduction-grid .business-legend-container .legend div.c3 {
  padding-right: 20px;
}
@media screen and (max-width: 720px) {
  .page-environment .emissions-grid .recycled-waste-legend-container .legend,
  .page-environment .business-grid .recycled-waste-legend-container .legend,
  .page-environment .gas-grid .recycled-waste-legend-container .legend,
  .page-environment .trends-grid .recycled-waste-legend-container .legend,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend,
  .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 .recycled-waste-grid .emissions-legend-container .legend,
  .page-environment .reduction-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 .recycled-waste-grid .business-legend-container .legend,
  .page-environment .reduction-grid .business-legend-container .legend {
    padding-top: 0 !important;
    -ms-grid-columns: 1fr 4fr 1fr;
    grid-template-columns: 1fr 4fr 1fr;
  }
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c3,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c3,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c3,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c3,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c3,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c3,
  .page-environment .emissions-grid .emissions-legend-container .legend .c3,
  .page-environment .business-grid .emissions-legend-container .legend .c3,
  .page-environment .gas-grid .emissions-legend-container .legend .c3,
  .page-environment .trends-grid .emissions-legend-container .legend .c3,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c3,
  .page-environment .reduction-grid .emissions-legend-container .legend .c3,
  .page-environment .emissions-grid .business-legend-container .legend .c3,
  .page-environment .business-grid .business-legend-container .legend .c3,
  .page-environment .gas-grid .business-legend-container .legend .c3,
  .page-environment .trends-grid .business-legend-container .legend .c3,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c3,
  .page-environment .reduction-grid .business-legend-container .legend .c3 {
    text-align: right;
    padding-right: 0 !important;
  }
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c4,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c4,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c4,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c4,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c4,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c4,
  .page-environment .emissions-grid .emissions-legend-container .legend .c4,
  .page-environment .business-grid .emissions-legend-container .legend .c4,
  .page-environment .gas-grid .emissions-legend-container .legend .c4,
  .page-environment .trends-grid .emissions-legend-container .legend .c4,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c4,
  .page-environment .reduction-grid .emissions-legend-container .legend .c4,
  .page-environment .emissions-grid .business-legend-container .legend .c4,
  .page-environment .business-grid .business-legend-container .legend .c4,
  .page-environment .gas-grid .business-legend-container .legend .c4,
  .page-environment .trends-grid .business-legend-container .legend .c4,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c4,
  .page-environment .reduction-grid .business-legend-container .legend .c4 {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c5,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c5,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c5,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c5,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c5,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c5,
  .page-environment .emissions-grid .emissions-legend-container .legend .c5,
  .page-environment .business-grid .emissions-legend-container .legend .c5,
  .page-environment .gas-grid .emissions-legend-container .legend .c5,
  .page-environment .trends-grid .emissions-legend-container .legend .c5,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c5,
  .page-environment .reduction-grid .emissions-legend-container .legend .c5,
  .page-environment .emissions-grid .business-legend-container .legend .c5,
  .page-environment .business-grid .business-legend-container .legend .c5,
  .page-environment .gas-grid .business-legend-container .legend .c5,
  .page-environment .trends-grid .business-legend-container .legend .c5,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c5,
  .page-environment .reduction-grid .business-legend-container .legend .c5 {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c6,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c6,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c6,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c6,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c6,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c6,
  .page-environment .emissions-grid .emissions-legend-container .legend .c6,
  .page-environment .business-grid .emissions-legend-container .legend .c6,
  .page-environment .gas-grid .emissions-legend-container .legend .c6,
  .page-environment .trends-grid .emissions-legend-container .legend .c6,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c6,
  .page-environment .reduction-grid .emissions-legend-container .legend .c6,
  .page-environment .emissions-grid .business-legend-container .legend .c6,
  .page-environment .business-grid .business-legend-container .legend .c6,
  .page-environment .gas-grid .business-legend-container .legend .c6,
  .page-environment .trends-grid .business-legend-container .legend .c6,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c6,
  .page-environment .reduction-grid .business-legend-container .legend .c6 {
    -ms-grid-column: 3;
    grid-column: 3;
  }
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c1.r1,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c1.r1,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c1.r1,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c1.r1,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c1.r1,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c1.r1,
  .page-environment .emissions-grid .emissions-legend-container .legend .c1.r1,
  .page-environment .business-grid .emissions-legend-container .legend .c1.r1,
  .page-environment .gas-grid .emissions-legend-container .legend .c1.r1,
  .page-environment .trends-grid .emissions-legend-container .legend .c1.r1,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c1.r1,
  .page-environment .reduction-grid .emissions-legend-container .legend .c1.r1,
  .page-environment .emissions-grid .business-legend-container .legend .c1.r1,
  .page-environment .business-grid .business-legend-container .legend .c1.r1,
  .page-environment .gas-grid .business-legend-container .legend .c1.r1,
  .page-environment .trends-grid .business-legend-container .legend .c1.r1,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c1.r1,
  .page-environment .reduction-grid .business-legend-container .legend .c1.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c2.r1,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c2.r1,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c2.r1,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c2.r1,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c2.r1,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c2.r1,
  .page-environment .emissions-grid .emissions-legend-container .legend .c2.r1,
  .page-environment .business-grid .emissions-legend-container .legend .c2.r1,
  .page-environment .gas-grid .emissions-legend-container .legend .c2.r1,
  .page-environment .trends-grid .emissions-legend-container .legend .c2.r1,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c2.r1,
  .page-environment .reduction-grid .emissions-legend-container .legend .c2.r1,
  .page-environment .emissions-grid .business-legend-container .legend .c2.r1,
  .page-environment .business-grid .business-legend-container .legend .c2.r1,
  .page-environment .gas-grid .business-legend-container .legend .c2.r1,
  .page-environment .trends-grid .business-legend-container .legend .c2.r1,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c2.r1,
  .page-environment .reduction-grid .business-legend-container .legend .c2.r1 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-top: 0;
  }
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c3.r1,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c3.r1,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c3.r1,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c3.r1,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c3.r1,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c3.r1,
  .page-environment .emissions-grid .emissions-legend-container .legend .c3.r1,
  .page-environment .business-grid .emissions-legend-container .legend .c3.r1,
  .page-environment .gas-grid .emissions-legend-container .legend .c3.r1,
  .page-environment .trends-grid .emissions-legend-container .legend .c3.r1,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c3.r1,
  .page-environment .reduction-grid .emissions-legend-container .legend .c3.r1,
  .page-environment .emissions-grid .business-legend-container .legend .c3.r1,
  .page-environment .business-grid .business-legend-container .legend .c3.r1,
  .page-environment .gas-grid .business-legend-container .legend .c3.r1,
  .page-environment .trends-grid .business-legend-container .legend .c3.r1,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c3.r1,
  .page-environment .reduction-grid .business-legend-container .legend .c3.r1 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c4.r1,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c4.r1,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c4.r1,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c4.r1,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c4.r1,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c4.r1,
  .page-environment .emissions-grid .emissions-legend-container .legend .c4.r1,
  .page-environment .business-grid .emissions-legend-container .legend .c4.r1,
  .page-environment .gas-grid .emissions-legend-container .legend .c4.r1,
  .page-environment .trends-grid .emissions-legend-container .legend .c4.r1,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c4.r1,
  .page-environment .reduction-grid .emissions-legend-container .legend .c4.r1,
  .page-environment .emissions-grid .business-legend-container .legend .c4.r1,
  .page-environment .business-grid .business-legend-container .legend .c4.r1,
  .page-environment .gas-grid .business-legend-container .legend .c4.r1,
  .page-environment .trends-grid .business-legend-container .legend .c4.r1,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c4.r1,
  .page-environment .reduction-grid .business-legend-container .legend .c4.r1,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c5.r1,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c5.r1,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c5.r1,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c5.r1,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c5.r1,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c5.r1,
  .page-environment .emissions-grid .emissions-legend-container .legend .c5.r1,
  .page-environment .business-grid .emissions-legend-container .legend .c5.r1,
  .page-environment .gas-grid .emissions-legend-container .legend .c5.r1,
  .page-environment .trends-grid .emissions-legend-container .legend .c5.r1,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c5.r1,
  .page-environment .reduction-grid .emissions-legend-container .legend .c5.r1,
  .page-environment .emissions-grid .business-legend-container .legend .c5.r1,
  .page-environment .business-grid .business-legend-container .legend .c5.r1,
  .page-environment .gas-grid .business-legend-container .legend .c5.r1,
  .page-environment .trends-grid .business-legend-container .legend .c5.r1,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c5.r1,
  .page-environment .reduction-grid .business-legend-container .legend .c5.r1,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c6.r1,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c6.r1,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c6.r1,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c6.r1,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c6.r1,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c6.r1,
  .page-environment .emissions-grid .emissions-legend-container .legend .c6.r1,
  .page-environment .business-grid .emissions-legend-container .legend .c6.r1,
  .page-environment .gas-grid .emissions-legend-container .legend .c6.r1,
  .page-environment .trends-grid .emissions-legend-container .legend .c6.r1,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c6.r1,
  .page-environment .reduction-grid .emissions-legend-container .legend .c6.r1,
  .page-environment .emissions-grid .business-legend-container .legend .c6.r1,
  .page-environment .business-grid .business-legend-container .legend .c6.r1,
  .page-environment .gas-grid .business-legend-container .legend .c6.r1,
  .page-environment .trends-grid .business-legend-container .legend .c6.r1,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c6.r1,
  .page-environment .reduction-grid .business-legend-container .legend .c6.r1 {
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c1.r2,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c1.r2,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c1.r2,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c1.r2,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c1.r2,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c1.r2,
  .page-environment .emissions-grid .emissions-legend-container .legend .c1.r2,
  .page-environment .business-grid .emissions-legend-container .legend .c1.r2,
  .page-environment .gas-grid .emissions-legend-container .legend .c1.r2,
  .page-environment .trends-grid .emissions-legend-container .legend .c1.r2,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c1.r2,
  .page-environment .reduction-grid .emissions-legend-container .legend .c1.r2,
  .page-environment .emissions-grid .business-legend-container .legend .c1.r2,
  .page-environment .business-grid .business-legend-container .legend .c1.r2,
  .page-environment .gas-grid .business-legend-container .legend .c1.r2,
  .page-environment .trends-grid .business-legend-container .legend .c1.r2,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c1.r2,
  .page-environment .reduction-grid .business-legend-container .legend .c1.r2,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c2.r2,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c2.r2,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c2.r2,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c2.r2,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c2.r2,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c2.r2,
  .page-environment .emissions-grid .emissions-legend-container .legend .c2.r2,
  .page-environment .business-grid .emissions-legend-container .legend .c2.r2,
  .page-environment .gas-grid .emissions-legend-container .legend .c2.r2,
  .page-environment .trends-grid .emissions-legend-container .legend .c2.r2,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c2.r2,
  .page-environment .reduction-grid .emissions-legend-container .legend .c2.r2,
  .page-environment .emissions-grid .business-legend-container .legend .c2.r2,
  .page-environment .business-grid .business-legend-container .legend .c2.r2,
  .page-environment .gas-grid .business-legend-container .legend .c2.r2,
  .page-environment .trends-grid .business-legend-container .legend .c2.r2,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c2.r2,
  .page-environment .reduction-grid .business-legend-container .legend .c2.r2,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c3.r2,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c3.r2,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c3.r2,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c3.r2,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c3.r2,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c3.r2,
  .page-environment .emissions-grid .emissions-legend-container .legend .c3.r2,
  .page-environment .business-grid .emissions-legend-container .legend .c3.r2,
  .page-environment .gas-grid .emissions-legend-container .legend .c3.r2,
  .page-environment .trends-grid .emissions-legend-container .legend .c3.r2,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c3.r2,
  .page-environment .reduction-grid .emissions-legend-container .legend .c3.r2,
  .page-environment .emissions-grid .business-legend-container .legend .c3.r2,
  .page-environment .business-grid .business-legend-container .legend .c3.r2,
  .page-environment .gas-grid .business-legend-container .legend .c3.r2,
  .page-environment .trends-grid .business-legend-container .legend .c3.r2,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c3.r2,
  .page-environment .reduction-grid .business-legend-container .legend .c3.r2 {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c4.r2,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c4.r2,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c4.r2,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c4.r2,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c4.r2,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c4.r2,
  .page-environment .emissions-grid .emissions-legend-container .legend .c4.r2,
  .page-environment .business-grid .emissions-legend-container .legend .c4.r2,
  .page-environment .gas-grid .emissions-legend-container .legend .c4.r2,
  .page-environment .trends-grid .emissions-legend-container .legend .c4.r2,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c4.r2,
  .page-environment .reduction-grid .emissions-legend-container .legend .c4.r2,
  .page-environment .emissions-grid .business-legend-container .legend .c4.r2,
  .page-environment .business-grid .business-legend-container .legend .c4.r2,
  .page-environment .gas-grid .business-legend-container .legend .c4.r2,
  .page-environment .trends-grid .business-legend-container .legend .c4.r2,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c4.r2,
  .page-environment .reduction-grid .business-legend-container .legend .c4.r2,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c5.r2,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c5.r2,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c5.r2,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c5.r2,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c5.r2,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c5.r2,
  .page-environment .emissions-grid .emissions-legend-container .legend .c5.r2,
  .page-environment .business-grid .emissions-legend-container .legend .c5.r2,
  .page-environment .gas-grid .emissions-legend-container .legend .c5.r2,
  .page-environment .trends-grid .emissions-legend-container .legend .c5.r2,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c5.r2,
  .page-environment .reduction-grid .emissions-legend-container .legend .c5.r2,
  .page-environment .emissions-grid .business-legend-container .legend .c5.r2,
  .page-environment .business-grid .business-legend-container .legend .c5.r2,
  .page-environment .gas-grid .business-legend-container .legend .c5.r2,
  .page-environment .trends-grid .business-legend-container .legend .c5.r2,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c5.r2,
  .page-environment .reduction-grid .business-legend-container .legend .c5.r2,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c6.r2,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c6.r2,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c6.r2,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c6.r2,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c6.r2,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c6.r2,
  .page-environment .emissions-grid .emissions-legend-container .legend .c6.r2,
  .page-environment .business-grid .emissions-legend-container .legend .c6.r2,
  .page-environment .gas-grid .emissions-legend-container .legend .c6.r2,
  .page-environment .trends-grid .emissions-legend-container .legend .c6.r2,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c6.r2,
  .page-environment .reduction-grid .emissions-legend-container .legend .c6.r2,
  .page-environment .emissions-grid .business-legend-container .legend .c6.r2,
  .page-environment .business-grid .business-legend-container .legend .c6.r2,
  .page-environment .gas-grid .business-legend-container .legend .c6.r2,
  .page-environment .trends-grid .business-legend-container .legend .c6.r2,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c6.r2,
  .page-environment .reduction-grid .business-legend-container .legend .c6.r2 {
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c1.r3,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c1.r3,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c1.r3,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c1.r3,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c1.r3,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c1.r3,
  .page-environment .emissions-grid .emissions-legend-container .legend .c1.r3,
  .page-environment .business-grid .emissions-legend-container .legend .c1.r3,
  .page-environment .gas-grid .emissions-legend-container .legend .c1.r3,
  .page-environment .trends-grid .emissions-legend-container .legend .c1.r3,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c1.r3,
  .page-environment .reduction-grid .emissions-legend-container .legend .c1.r3,
  .page-environment .emissions-grid .business-legend-container .legend .c1.r3,
  .page-environment .business-grid .business-legend-container .legend .c1.r3,
  .page-environment .gas-grid .business-legend-container .legend .c1.r3,
  .page-environment .trends-grid .business-legend-container .legend .c1.r3,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c1.r3,
  .page-environment .reduction-grid .business-legend-container .legend .c1.r3,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c2.r3,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c2.r3,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c2.r3,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c2.r3,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c2.r3,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c2.r3,
  .page-environment .emissions-grid .emissions-legend-container .legend .c2.r3,
  .page-environment .business-grid .emissions-legend-container .legend .c2.r3,
  .page-environment .gas-grid .emissions-legend-container .legend .c2.r3,
  .page-environment .trends-grid .emissions-legend-container .legend .c2.r3,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c2.r3,
  .page-environment .reduction-grid .emissions-legend-container .legend .c2.r3,
  .page-environment .emissions-grid .business-legend-container .legend .c2.r3,
  .page-environment .business-grid .business-legend-container .legend .c2.r3,
  .page-environment .gas-grid .business-legend-container .legend .c2.r3,
  .page-environment .trends-grid .business-legend-container .legend .c2.r3,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c2.r3,
  .page-environment .reduction-grid .business-legend-container .legend .c2.r3,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c3.r3,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c3.r3,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c3.r3,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c3.r3,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c3.r3,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c3.r3,
  .page-environment .emissions-grid .emissions-legend-container .legend .c3.r3,
  .page-environment .business-grid .emissions-legend-container .legend .c3.r3,
  .page-environment .gas-grid .emissions-legend-container .legend .c3.r3,
  .page-environment .trends-grid .emissions-legend-container .legend .c3.r3,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c3.r3,
  .page-environment .reduction-grid .emissions-legend-container .legend .c3.r3,
  .page-environment .emissions-grid .business-legend-container .legend .c3.r3,
  .page-environment .business-grid .business-legend-container .legend .c3.r3,
  .page-environment .gas-grid .business-legend-container .legend .c3.r3,
  .page-environment .trends-grid .business-legend-container .legend .c3.r3,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c3.r3,
  .page-environment .reduction-grid .business-legend-container .legend .c3.r3 {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c4.r3,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c4.r3,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c4.r3,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c4.r3,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c4.r3,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c4.r3,
  .page-environment .emissions-grid .emissions-legend-container .legend .c4.r3,
  .page-environment .business-grid .emissions-legend-container .legend .c4.r3,
  .page-environment .gas-grid .emissions-legend-container .legend .c4.r3,
  .page-environment .trends-grid .emissions-legend-container .legend .c4.r3,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c4.r3,
  .page-environment .reduction-grid .emissions-legend-container .legend .c4.r3,
  .page-environment .emissions-grid .business-legend-container .legend .c4.r3,
  .page-environment .business-grid .business-legend-container .legend .c4.r3,
  .page-environment .gas-grid .business-legend-container .legend .c4.r3,
  .page-environment .trends-grid .business-legend-container .legend .c4.r3,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c4.r3,
  .page-environment .reduction-grid .business-legend-container .legend .c4.r3,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c5.r3,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c5.r3,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c5.r3,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c5.r3,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c5.r3,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c5.r3,
  .page-environment .emissions-grid .emissions-legend-container .legend .c5.r3,
  .page-environment .business-grid .emissions-legend-container .legend .c5.r3,
  .page-environment .gas-grid .emissions-legend-container .legend .c5.r3,
  .page-environment .trends-grid .emissions-legend-container .legend .c5.r3,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c5.r3,
  .page-environment .reduction-grid .emissions-legend-container .legend .c5.r3,
  .page-environment .emissions-grid .business-legend-container .legend .c5.r3,
  .page-environment .business-grid .business-legend-container .legend .c5.r3,
  .page-environment .gas-grid .business-legend-container .legend .c5.r3,
  .page-environment .trends-grid .business-legend-container .legend .c5.r3,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c5.r3,
  .page-environment .reduction-grid .business-legend-container .legend .c5.r3,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c6.r3,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c6.r3,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c6.r3,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c6.r3,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c6.r3,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c6.r3,
  .page-environment .emissions-grid .emissions-legend-container .legend .c6.r3,
  .page-environment .business-grid .emissions-legend-container .legend .c6.r3,
  .page-environment .gas-grid .emissions-legend-container .legend .c6.r3,
  .page-environment .trends-grid .emissions-legend-container .legend .c6.r3,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c6.r3,
  .page-environment .reduction-grid .emissions-legend-container .legend .c6.r3,
  .page-environment .emissions-grid .business-legend-container .legend .c6.r3,
  .page-environment .business-grid .business-legend-container .legend .c6.r3,
  .page-environment .gas-grid .business-legend-container .legend .c6.r3,
  .page-environment .trends-grid .business-legend-container .legend .c6.r3,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c6.r3,
  .page-environment .reduction-grid .business-legend-container .legend .c6.r3 {
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c1.r4,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c1.r4,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c1.r4,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c1.r4,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c1.r4,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c1.r4,
  .page-environment .emissions-grid .emissions-legend-container .legend .c1.r4,
  .page-environment .business-grid .emissions-legend-container .legend .c1.r4,
  .page-environment .gas-grid .emissions-legend-container .legend .c1.r4,
  .page-environment .trends-grid .emissions-legend-container .legend .c1.r4,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c1.r4,
  .page-environment .reduction-grid .emissions-legend-container .legend .c1.r4,
  .page-environment .emissions-grid .business-legend-container .legend .c1.r4,
  .page-environment .business-grid .business-legend-container .legend .c1.r4,
  .page-environment .gas-grid .business-legend-container .legend .c1.r4,
  .page-environment .trends-grid .business-legend-container .legend .c1.r4,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c1.r4,
  .page-environment .reduction-grid .business-legend-container .legend .c1.r4,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c2.r4,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c2.r4,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c2.r4,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c2.r4,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c2.r4,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c2.r4,
  .page-environment .emissions-grid .emissions-legend-container .legend .c2.r4,
  .page-environment .business-grid .emissions-legend-container .legend .c2.r4,
  .page-environment .gas-grid .emissions-legend-container .legend .c2.r4,
  .page-environment .trends-grid .emissions-legend-container .legend .c2.r4,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c2.r4,
  .page-environment .reduction-grid .emissions-legend-container .legend .c2.r4,
  .page-environment .emissions-grid .business-legend-container .legend .c2.r4,
  .page-environment .business-grid .business-legend-container .legend .c2.r4,
  .page-environment .gas-grid .business-legend-container .legend .c2.r4,
  .page-environment .trends-grid .business-legend-container .legend .c2.r4,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c2.r4,
  .page-environment .reduction-grid .business-legend-container .legend .c2.r4,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c3.r4,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c3.r4,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c3.r4,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c3.r4,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c3.r4,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c3.r4,
  .page-environment .emissions-grid .emissions-legend-container .legend .c3.r4,
  .page-environment .business-grid .emissions-legend-container .legend .c3.r4,
  .page-environment .gas-grid .emissions-legend-container .legend .c3.r4,
  .page-environment .trends-grid .emissions-legend-container .legend .c3.r4,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c3.r4,
  .page-environment .reduction-grid .emissions-legend-container .legend .c3.r4,
  .page-environment .emissions-grid .business-legend-container .legend .c3.r4,
  .page-environment .business-grid .business-legend-container .legend .c3.r4,
  .page-environment .gas-grid .business-legend-container .legend .c3.r4,
  .page-environment .trends-grid .business-legend-container .legend .c3.r4,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c3.r4,
  .page-environment .reduction-grid .business-legend-container .legend .c3.r4 {
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c4.r4,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c4.r4,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c4.r4,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c4.r4,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c4.r4,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c4.r4,
  .page-environment .emissions-grid .emissions-legend-container .legend .c4.r4,
  .page-environment .business-grid .emissions-legend-container .legend .c4.r4,
  .page-environment .gas-grid .emissions-legend-container .legend .c4.r4,
  .page-environment .trends-grid .emissions-legend-container .legend .c4.r4,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c4.r4,
  .page-environment .reduction-grid .emissions-legend-container .legend .c4.r4,
  .page-environment .emissions-grid .business-legend-container .legend .c4.r4,
  .page-environment .business-grid .business-legend-container .legend .c4.r4,
  .page-environment .gas-grid .business-legend-container .legend .c4.r4,
  .page-environment .trends-grid .business-legend-container .legend .c4.r4,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c4.r4,
  .page-environment .reduction-grid .business-legend-container .legend .c4.r4,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c5.r4,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c5.r4,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c5.r4,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c5.r4,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c5.r4,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c5.r4,
  .page-environment .emissions-grid .emissions-legend-container .legend .c5.r4,
  .page-environment .business-grid .emissions-legend-container .legend .c5.r4,
  .page-environment .gas-grid .emissions-legend-container .legend .c5.r4,
  .page-environment .trends-grid .emissions-legend-container .legend .c5.r4,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c5.r4,
  .page-environment .reduction-grid .emissions-legend-container .legend .c5.r4,
  .page-environment .emissions-grid .business-legend-container .legend .c5.r4,
  .page-environment .business-grid .business-legend-container .legend .c5.r4,
  .page-environment .gas-grid .business-legend-container .legend .c5.r4,
  .page-environment .trends-grid .business-legend-container .legend .c5.r4,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c5.r4,
  .page-environment .reduction-grid .business-legend-container .legend .c5.r4,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c6.r4,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c6.r4,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c6.r4,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c6.r4,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c6.r4,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c6.r4,
  .page-environment .emissions-grid .emissions-legend-container .legend .c6.r4,
  .page-environment .business-grid .emissions-legend-container .legend .c6.r4,
  .page-environment .gas-grid .emissions-legend-container .legend .c6.r4,
  .page-environment .trends-grid .emissions-legend-container .legend .c6.r4,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c6.r4,
  .page-environment .reduction-grid .emissions-legend-container .legend .c6.r4,
  .page-environment .emissions-grid .business-legend-container .legend .c6.r4,
  .page-environment .business-grid .business-legend-container .legend .c6.r4,
  .page-environment .gas-grid .business-legend-container .legend .c6.r4,
  .page-environment .trends-grid .business-legend-container .legend .c6.r4,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c6.r4,
  .page-environment .reduction-grid .business-legend-container .legend .c6.r4 {
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c1.r5,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c1.r5,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c1.r5,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c1.r5,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c1.r5,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c1.r5,
  .page-environment .emissions-grid .emissions-legend-container .legend .c1.r5,
  .page-environment .business-grid .emissions-legend-container .legend .c1.r5,
  .page-environment .gas-grid .emissions-legend-container .legend .c1.r5,
  .page-environment .trends-grid .emissions-legend-container .legend .c1.r5,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c1.r5,
  .page-environment .reduction-grid .emissions-legend-container .legend .c1.r5,
  .page-environment .emissions-grid .business-legend-container .legend .c1.r5,
  .page-environment .business-grid .business-legend-container .legend .c1.r5,
  .page-environment .gas-grid .business-legend-container .legend .c1.r5,
  .page-environment .trends-grid .business-legend-container .legend .c1.r5,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c1.r5,
  .page-environment .reduction-grid .business-legend-container .legend .c1.r5,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c2.r5,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c2.r5,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c2.r5,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c2.r5,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c2.r5,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c2.r5,
  .page-environment .emissions-grid .emissions-legend-container .legend .c2.r5,
  .page-environment .business-grid .emissions-legend-container .legend .c2.r5,
  .page-environment .gas-grid .emissions-legend-container .legend .c2.r5,
  .page-environment .trends-grid .emissions-legend-container .legend .c2.r5,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c2.r5,
  .page-environment .reduction-grid .emissions-legend-container .legend .c2.r5,
  .page-environment .emissions-grid .business-legend-container .legend .c2.r5,
  .page-environment .business-grid .business-legend-container .legend .c2.r5,
  .page-environment .gas-grid .business-legend-container .legend .c2.r5,
  .page-environment .trends-grid .business-legend-container .legend .c2.r5,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c2.r5,
  .page-environment .reduction-grid .business-legend-container .legend .c2.r5,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c3.r5,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c3.r5,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c3.r5,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c3.r5,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c3.r5,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c3.r5,
  .page-environment .emissions-grid .emissions-legend-container .legend .c3.r5,
  .page-environment .business-grid .emissions-legend-container .legend .c3.r5,
  .page-environment .gas-grid .emissions-legend-container .legend .c3.r5,
  .page-environment .trends-grid .emissions-legend-container .legend .c3.r5,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c3.r5,
  .page-environment .reduction-grid .emissions-legend-container .legend .c3.r5,
  .page-environment .emissions-grid .business-legend-container .legend .c3.r5,
  .page-environment .business-grid .business-legend-container .legend .c3.r5,
  .page-environment .gas-grid .business-legend-container .legend .c3.r5,
  .page-environment .trends-grid .business-legend-container .legend .c3.r5,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c3.r5,
  .page-environment .reduction-grid .business-legend-container .legend .c3.r5 {
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c4.r5,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c4.r5,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c4.r5,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c4.r5,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c4.r5,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c4.r5,
  .page-environment .emissions-grid .emissions-legend-container .legend .c4.r5,
  .page-environment .business-grid .emissions-legend-container .legend .c4.r5,
  .page-environment .gas-grid .emissions-legend-container .legend .c4.r5,
  .page-environment .trends-grid .emissions-legend-container .legend .c4.r5,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c4.r5,
  .page-environment .reduction-grid .emissions-legend-container .legend .c4.r5,
  .page-environment .emissions-grid .business-legend-container .legend .c4.r5,
  .page-environment .business-grid .business-legend-container .legend .c4.r5,
  .page-environment .gas-grid .business-legend-container .legend .c4.r5,
  .page-environment .trends-grid .business-legend-container .legend .c4.r5,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c4.r5,
  .page-environment .reduction-grid .business-legend-container .legend .c4.r5,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c5.r5,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c5.r5,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c5.r5,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c5.r5,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c5.r5,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c5.r5,
  .page-environment .emissions-grid .emissions-legend-container .legend .c5.r5,
  .page-environment .business-grid .emissions-legend-container .legend .c5.r5,
  .page-environment .gas-grid .emissions-legend-container .legend .c5.r5,
  .page-environment .trends-grid .emissions-legend-container .legend .c5.r5,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c5.r5,
  .page-environment .reduction-grid .emissions-legend-container .legend .c5.r5,
  .page-environment .emissions-grid .business-legend-container .legend .c5.r5,
  .page-environment .business-grid .business-legend-container .legend .c5.r5,
  .page-environment .gas-grid .business-legend-container .legend .c5.r5,
  .page-environment .trends-grid .business-legend-container .legend .c5.r5,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c5.r5,
  .page-environment .reduction-grid .business-legend-container .legend .c5.r5,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c6.r5,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c6.r5,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c6.r5,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c6.r5,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c6.r5,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c6.r5,
  .page-environment .emissions-grid .emissions-legend-container .legend .c6.r5,
  .page-environment .business-grid .emissions-legend-container .legend .c6.r5,
  .page-environment .gas-grid .emissions-legend-container .legend .c6.r5,
  .page-environment .trends-grid .emissions-legend-container .legend .c6.r5,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c6.r5,
  .page-environment .reduction-grid .emissions-legend-container .legend .c6.r5,
  .page-environment .emissions-grid .business-legend-container .legend .c6.r5,
  .page-environment .business-grid .business-legend-container .legend .c6.r5,
  .page-environment .gas-grid .business-legend-container .legend .c6.r5,
  .page-environment .trends-grid .business-legend-container .legend .c6.r5,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c6.r5,
  .page-environment .reduction-grid .business-legend-container .legend .c6.r5 {
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c1.r6,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c1.r6,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c1.r6,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c1.r6,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c1.r6,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c1.r6,
  .page-environment .emissions-grid .emissions-legend-container .legend .c1.r6,
  .page-environment .business-grid .emissions-legend-container .legend .c1.r6,
  .page-environment .gas-grid .emissions-legend-container .legend .c1.r6,
  .page-environment .trends-grid .emissions-legend-container .legend .c1.r6,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c1.r6,
  .page-environment .reduction-grid .emissions-legend-container .legend .c1.r6,
  .page-environment .emissions-grid .business-legend-container .legend .c1.r6,
  .page-environment .business-grid .business-legend-container .legend .c1.r6,
  .page-environment .gas-grid .business-legend-container .legend .c1.r6,
  .page-environment .trends-grid .business-legend-container .legend .c1.r6,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c1.r6,
  .page-environment .reduction-grid .business-legend-container .legend .c1.r6,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c2.r6,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c2.r6,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c2.r6,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c2.r6,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c2.r6,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c2.r6,
  .page-environment .emissions-grid .emissions-legend-container .legend .c2.r6,
  .page-environment .business-grid .emissions-legend-container .legend .c2.r6,
  .page-environment .gas-grid .emissions-legend-container .legend .c2.r6,
  .page-environment .trends-grid .emissions-legend-container .legend .c2.r6,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c2.r6,
  .page-environment .reduction-grid .emissions-legend-container .legend .c2.r6,
  .page-environment .emissions-grid .business-legend-container .legend .c2.r6,
  .page-environment .business-grid .business-legend-container .legend .c2.r6,
  .page-environment .gas-grid .business-legend-container .legend .c2.r6,
  .page-environment .trends-grid .business-legend-container .legend .c2.r6,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c2.r6,
  .page-environment .reduction-grid .business-legend-container .legend .c2.r6,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c3.r6,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c3.r6,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c3.r6,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c3.r6,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c3.r6,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c3.r6,
  .page-environment .emissions-grid .emissions-legend-container .legend .c3.r6,
  .page-environment .business-grid .emissions-legend-container .legend .c3.r6,
  .page-environment .gas-grid .emissions-legend-container .legend .c3.r6,
  .page-environment .trends-grid .emissions-legend-container .legend .c3.r6,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c3.r6,
  .page-environment .reduction-grid .emissions-legend-container .legend .c3.r6,
  .page-environment .emissions-grid .business-legend-container .legend .c3.r6,
  .page-environment .business-grid .business-legend-container .legend .c3.r6,
  .page-environment .gas-grid .business-legend-container .legend .c3.r6,
  .page-environment .trends-grid .business-legend-container .legend .c3.r6,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c3.r6,
  .page-environment .reduction-grid .business-legend-container .legend .c3.r6 {
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c4.r6,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c4.r6,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c4.r6,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c4.r6,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c4.r6,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c4.r6,
  .page-environment .emissions-grid .emissions-legend-container .legend .c4.r6,
  .page-environment .business-grid .emissions-legend-container .legend .c4.r6,
  .page-environment .gas-grid .emissions-legend-container .legend .c4.r6,
  .page-environment .trends-grid .emissions-legend-container .legend .c4.r6,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c4.r6,
  .page-environment .reduction-grid .emissions-legend-container .legend .c4.r6,
  .page-environment .emissions-grid .business-legend-container .legend .c4.r6,
  .page-environment .business-grid .business-legend-container .legend .c4.r6,
  .page-environment .gas-grid .business-legend-container .legend .c4.r6,
  .page-environment .trends-grid .business-legend-container .legend .c4.r6,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c4.r6,
  .page-environment .reduction-grid .business-legend-container .legend .c4.r6,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c5.r6,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c5.r6,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c5.r6,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c5.r6,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c5.r6,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c5.r6,
  .page-environment .emissions-grid .emissions-legend-container .legend .c5.r6,
  .page-environment .business-grid .emissions-legend-container .legend .c5.r6,
  .page-environment .gas-grid .emissions-legend-container .legend .c5.r6,
  .page-environment .trends-grid .emissions-legend-container .legend .c5.r6,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c5.r6,
  .page-environment .reduction-grid .emissions-legend-container .legend .c5.r6,
  .page-environment .emissions-grid .business-legend-container .legend .c5.r6,
  .page-environment .business-grid .business-legend-container .legend .c5.r6,
  .page-environment .gas-grid .business-legend-container .legend .c5.r6,
  .page-environment .trends-grid .business-legend-container .legend .c5.r6,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c5.r6,
  .page-environment .reduction-grid .business-legend-container .legend .c5.r6,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c6.r6,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c6.r6,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c6.r6,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c6.r6,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c6.r6,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c6.r6,
  .page-environment .emissions-grid .emissions-legend-container .legend .c6.r6,
  .page-environment .business-grid .emissions-legend-container .legend .c6.r6,
  .page-environment .gas-grid .emissions-legend-container .legend .c6.r6,
  .page-environment .trends-grid .emissions-legend-container .legend .c6.r6,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c6.r6,
  .page-environment .reduction-grid .emissions-legend-container .legend .c6.r6,
  .page-environment .emissions-grid .business-legend-container .legend .c6.r6,
  .page-environment .business-grid .business-legend-container .legend .c6.r6,
  .page-environment .gas-grid .business-legend-container .legend .c6.r6,
  .page-environment .trends-grid .business-legend-container .legend .c6.r6,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c6.r6,
  .page-environment .reduction-grid .business-legend-container .legend .c6.r6 {
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c1.r7,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c1.r7,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c1.r7,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c1.r7,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c1.r7,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c1.r7,
  .page-environment .emissions-grid .emissions-legend-container .legend .c1.r7,
  .page-environment .business-grid .emissions-legend-container .legend .c1.r7,
  .page-environment .gas-grid .emissions-legend-container .legend .c1.r7,
  .page-environment .trends-grid .emissions-legend-container .legend .c1.r7,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c1.r7,
  .page-environment .reduction-grid .emissions-legend-container .legend .c1.r7,
  .page-environment .emissions-grid .business-legend-container .legend .c1.r7,
  .page-environment .business-grid .business-legend-container .legend .c1.r7,
  .page-environment .gas-grid .business-legend-container .legend .c1.r7,
  .page-environment .trends-grid .business-legend-container .legend .c1.r7,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c1.r7,
  .page-environment .reduction-grid .business-legend-container .legend .c1.r7,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c2.r7,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c2.r7,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c2.r7,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c2.r7,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c2.r7,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c2.r7,
  .page-environment .emissions-grid .emissions-legend-container .legend .c2.r7,
  .page-environment .business-grid .emissions-legend-container .legend .c2.r7,
  .page-environment .gas-grid .emissions-legend-container .legend .c2.r7,
  .page-environment .trends-grid .emissions-legend-container .legend .c2.r7,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c2.r7,
  .page-environment .reduction-grid .emissions-legend-container .legend .c2.r7,
  .page-environment .emissions-grid .business-legend-container .legend .c2.r7,
  .page-environment .business-grid .business-legend-container .legend .c2.r7,
  .page-environment .gas-grid .business-legend-container .legend .c2.r7,
  .page-environment .trends-grid .business-legend-container .legend .c2.r7,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c2.r7,
  .page-environment .reduction-grid .business-legend-container .legend .c2.r7,
  .page-environment .emissions-grid .recycled-waste-legend-container .legend .c3.r7,
  .page-environment .business-grid .recycled-waste-legend-container .legend .c3.r7,
  .page-environment .gas-grid .recycled-waste-legend-container .legend .c3.r7,
  .page-environment .trends-grid .recycled-waste-legend-container .legend .c3.r7,
  .page-environment .recycled-waste-grid .recycled-waste-legend-container .legend .c3.r7,
  .page-environment .reduction-grid .recycled-waste-legend-container .legend .c3.r7,
  .page-environment .emissions-grid .emissions-legend-container .legend .c3.r7,
  .page-environment .business-grid .emissions-legend-container .legend .c3.r7,
  .page-environment .gas-grid .emissions-legend-container .legend .c3.r7,
  .page-environment .trends-grid .emissions-legend-container .legend .c3.r7,
  .page-environment .recycled-waste-grid .emissions-legend-container .legend .c3.r7,
  .page-environment .reduction-grid .emissions-legend-container .legend .c3.r7,
  .page-environment .emissions-grid .business-legend-container .legend .c3.r7,
  .page-environment .business-grid .business-legend-container .legend .c3.r7,
  .page-environment .gas-grid .business-legend-container .legend .c3.r7,
  .page-environment .trends-grid .business-legend-container .legend .c3.r7,
  .page-environment .recycled-waste-grid .business-legend-container .legend .c3.r7,
  .page-environment .reduction-grid .business-legend-container .legend .c3.r7 {
    -ms-grid-row: 7;
    grid-row: 7;
  }
}
.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,
.page-environment .recycled-waste-grid .gas-legend-container,
.page-environment .reduction-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,
.page-environment .recycled-waste-grid .gas-legend-container .legend,
.page-environment .reduction-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,
.page-environment .recycled-waste-grid .gas-legend-container .legend .c2,
.page-environment .reduction-grid .gas-legend-container .legend .c2 {
  padding-left: 10px;
}
.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,
.page-environment .recycled-waste-grid .trends-legend-container .legend,
.page-environment .reduction-grid .trends-legend-container .legend {
  -ms-grid-columns: 0.3fr 1fr 0.3fr 1fr;
  grid-template-columns: 0.3fr 1fr 0.3fr 1fr;
  position: absolute;
  top: 130px !important;
  max-height: 150px;
  width: 100%;
}
.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("/2021/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 .covid-hero {
  background-image: url("/2021/assets/img/environment-covid-response.jpg");
  background-position: 50% 50%;
}
@media screen and (max-width: 720px) {
  .page-environment .covid-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('/2021/assets/img/bkg-env-australian-first.jpg');
}
.page-environment #quick-links .column.rosehill {
  background-image: url('/2021/assets/img/bkg-env-rosehill.jpg');
}
.page-environment #quick-links .column.plastiphalt {
  background-image: url('/2021/assets/img/bkg-env-plastiphalt.jpg');
}
.page-environment #quick-links .column.conservation {
  background-image: url('/2021/assets/img/bkg-env-water.jpg');
}
.page-environment #quick-links .column.drains {
  background-image: url('/2021/assets/img/bkg-env-drains.jpg');
}
.page-environment #quick-links .column.lights {
  background-image: url('/2021/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 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: #8CC140;
}
.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-waste-mangement-grid,
.page-environment .environment-ghg-reduction-grid,
.page-environment .environment-governance-grid-white,
.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,
.page-environment .environment-tcfd-scenario-1,
.page-environment .environment-tcfd-scenario-2,
.page-environment .environment-focus-grid,
.page-environment .environment-performance-grid,
.page-environment .environment-scope-3,
.page-environment .environment-decarbonisation-grid,
.page-environment .environment-ghg-science-based,
.page-environment .water-withdrawals-container-grid,
.page-environment .environment-water-withdrawals-grid,
.page-environment .environment-water-discharges-grid {
  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-waste-mangement-grid div,
.page-environment .environment-ghg-reduction-grid div,
.page-environment .environment-governance-grid-white 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,
.page-environment .environment-tcfd-scenario-1 div,
.page-environment .environment-tcfd-scenario-2 div,
.page-environment .environment-focus-grid div,
.page-environment .environment-performance-grid div,
.page-environment .environment-scope-3 div,
.page-environment .environment-decarbonisation-grid div,
.page-environment .environment-ghg-science-based div,
.page-environment .water-withdrawals-container-grid div,
.page-environment .environment-water-withdrawals-grid div,
.page-environment .environment-water-discharges-grid div {
  font-size: 18px;
  overflow: visible;
  padding: 10px 10px 5px 10px;
  text-align: left;
  border: 1px solid #8CC140;
  border-top: none;
  border-right: none;
  border-left: none;
}
.page-environment .environment-governance-grid div.c1,
.page-environment .environment-tcfd-grid div.c1,
.page-environment .environment-ghg-grid div.c1,
.page-environment .environment-waste-mangement-grid div.c1,
.page-environment .environment-ghg-reduction-grid div.c1,
.page-environment .environment-governance-grid-white 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,
.page-environment .environment-tcfd-scenario-1 div.c1,
.page-environment .environment-tcfd-scenario-2 div.c1,
.page-environment .environment-focus-grid div.c1,
.page-environment .environment-performance-grid div.c1,
.page-environment .environment-scope-3 div.c1,
.page-environment .environment-decarbonisation-grid div.c1,
.page-environment .environment-ghg-science-based div.c1,
.page-environment .water-withdrawals-container-grid div.c1,
.page-environment .environment-water-withdrawals-grid div.c1,
.page-environment .environment-water-discharges-grid div.c1 {
  text-align: left;
  padding-left: 0 !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-waste-mangement-grid div.r1,
.page-environment .environment-ghg-reduction-grid div.r1,
.page-environment .environment-governance-grid-white 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,
.page-environment .environment-tcfd-scenario-1 div.r1,
.page-environment .environment-tcfd-scenario-2 div.r1,
.page-environment .environment-focus-grid div.r1,
.page-environment .environment-performance-grid div.r1,
.page-environment .environment-scope-3 div.r1,
.page-environment .environment-decarbonisation-grid div.r1,
.page-environment .environment-ghg-science-based div.r1,
.page-environment .water-withdrawals-container-grid div.r1,
.page-environment .environment-water-withdrawals-grid div.r1,
.page-environment .environment-water-discharges-grid div.r1 {
  color: #8CC140;
  vertical-align: bottom;
  font-family: Calibre Web Semibold;
  border-bottom: 8px solid #8CC140;
}
.page-environment .environment-governance-grid div.c3,
.page-environment .environment-tcfd-grid div.c3,
.page-environment .environment-ghg-grid div.c3,
.page-environment .environment-waste-mangement-grid div.c3,
.page-environment .environment-ghg-reduction-grid div.c3,
.page-environment .environment-governance-grid-white div.c3,
.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-tcfd-scenario-1 div.c3,
.page-environment .environment-tcfd-scenario-2 div.c3,
.page-environment .environment-focus-grid div.c3,
.page-environment .environment-performance-grid div.c3,
.page-environment .environment-scope-3 div.c3,
.page-environment .environment-decarbonisation-grid div.c3,
.page-environment .environment-ghg-science-based div.c3,
.page-environment .water-withdrawals-container-grid div.c3,
.page-environment .environment-water-withdrawals-grid div.c3,
.page-environment .environment-water-discharges-grid div.c3 {
  border-left: none;
}
.page-environment .environment-governance-grid div.c3 a,
.page-environment .environment-tcfd-grid div.c3 a,
.page-environment .environment-ghg-grid div.c3 a,
.page-environment .environment-waste-mangement-grid div.c3 a,
.page-environment .environment-ghg-reduction-grid div.c3 a,
.page-environment .environment-governance-grid-white div.c3 a,
.page-environment .environment-ghg-by-source-grid div.c3 a,
.page-environment .environment-ghg-scope-3 div.c3 a,
.page-environment .environment-ghg-energy-consumption div.c3 a,
.page-environment .environment-ghg-energy-production div.c3 a,
.page-environment .environment-ghg-emissions-by-scope div.c3 a,
.page-environment .environment-tcfd-scenario-1 div.c3 a,
.page-environment .environment-tcfd-scenario-2 div.c3 a,
.page-environment .environment-focus-grid div.c3 a,
.page-environment .environment-performance-grid div.c3 a,
.page-environment .environment-scope-3 div.c3 a,
.page-environment .environment-decarbonisation-grid div.c3 a,
.page-environment .environment-ghg-science-based div.c3 a,
.page-environment .water-withdrawals-container-grid div.c3 a,
.page-environment .environment-water-withdrawals-grid div.c3 a,
.page-environment .environment-water-discharges-grid div.c3 a {
  text-decoration: underline;
}
.page-environment .water-withdrawals-container-grid div.c2.page-environment .water-withdrawals-container-grid div.r1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
}
.page-environment .environment-performance-grid {
  color: #4D4D4D;
  display: -ms-grid;
  display: grid;
  width: 100%;
}
.page-environment .environment-performance-grid div.c1 {
  font-family: Calibre Web Light;
}
.page-environment .environment-performance-grid div.c2 {
  text-align: center;
}
.page-environment .environment-performance-grid div.r1 {
  color: #8CC140;
  font-family: Calibre Web Semibold;
}
.page-environment .environment-focus-grid {
  -ms-grid-columns: 35% 35% 30%;
  grid-template-columns: 35% 35% 30%;
  -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-focus-grid div.c1 {
  font-family: Calibre Web Light;
}
.page-environment .environment-focus-grid div.r1 {
  color: #8CC140;
  font-family: Calibre Web Semibold;
}
.page-environment .environment-focus-grid .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .environment-focus-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .environment-focus-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .environment-climate-related-risks-grid {
  color: #4D4D4D;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15% 20% 20% 20% 25%;
  grid-template-columns: 15% 20% 20% 20% 25%;
  -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-climate-related-risks-grid div {
  overflow: visible;
  padding: 10px 10px;
  text-align: left;
  border: 1px solid #8CC140;
  border-top: none;
  border-right: none;
  border-left: none;
}
.page-environment .environment-climate-related-risks-grid div.c1 {
  padding-left: 0 !important;
  font-family: Calibre Web Semibold;
}
.page-environment .environment-climate-related-risks-grid div.c5 {
  padding-right: 0;
}
.page-environment .environment-climate-related-risks-grid div.c5 ul {
  padding-left: 0 !important;
}
.page-environment .environment-climate-related-risks-grid div.r1 {
  color: #8CC140;
  vertical-align: middle;
  font-family: Calibre Web Semibold;
  border-bottom: 8px solid #8CC140;
}
.page-environment .environment-biodiversity-register {
  color: #4D4D4D;
  -ms-grid-columns: 1fr 1fr 1fr 2fr 2fr 2fr;
  grid-template-columns: 1fr 1fr 1fr 2fr 2fr 2fr;
  -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-biodiversity-register div {
  overflow: visible;
  padding: 10px 10px;
  text-align: left;
  border: 1px solid #8CC140;
  border-top: none;
  border-right: none;
  border-left: none;
}
.page-environment .environment-biodiversity-register div p {
  line-height: 20px;
}
.page-environment .environment-biodiversity-register div.c1 {
  padding-left: 0 !important;
  font-family: Calibre Web Semibold;
}
.page-environment .environment-biodiversity-register div.c5 {
  padding-right: 0;
}
.page-environment .environment-biodiversity-register div.c5 ul {
  padding-left: 0 !important;
}
.page-environment .environment-biodiversity-register div.r1 {
  color: #8CC140;
  vertical-align: middle;
  font-family: Calibre Web Semibold;
  border-bottom: 8px solid #8CC140;
}
.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,
.page-environment .environment-ghg-science-based {
  -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 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,
.page-environment .environment-ghg-science-based div.c1 {
  font-family: Calibre Web Light;
}
.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-science-based 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-science-based 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,
.page-environment .environment-ghg-science-based div.c5 {
  text-align: right;
}
.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,
.page-environment .environment-ghg-science-based div.c6 {
  text-align: right;
  font-family: Calibre Web Semibold;
}
.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,
.page-environment .environment-ghg-science-based div.r1 {
  font-family: Calibre Web Semibold;
}
.page-environment .environment-ghg-by-source-grid div.r9 {
  font-family: Calibre Web Semibold;
}
.page-environment .environment-ghg-scope-3 div.r6 {
  font-family: Calibre Web Semibold;
}
.page-environment .environment-ghg-energy-consumption div.r8,
.page-environment .environment-ghg-energy-consumption div.r9,
.page-environment .environment-ghg-energy-consumption div.r10 {
  font-family: Calibre Web Semibold;
}
.page-environment .environment-ghg-energy-production div.r5 {
  font-family: Calibre Web Semibold;
}
.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 Semibold;
}
.page-environment .environment-governance-grid,
.page-environment .environment-governance-grid-white {
  -ms-grid-columns: 16% 20% 18% 16% 30%;
  grid-template-columns: 16% 20% 18% 16% 30%;
  -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 div.c5,
.page-environment .environment-governance-grid-white div.c5 {
  border-right: 1px solid #8CC140;
}
.page-environment .environment-governance-grid-white div.c5 {
  border-right: 1px solid #8CC140;
}
.page-environment .environment-governance-grid-white div.r1 {
  background-color: #8CC140;
  color: white;
  font-family: Calibre Web Semibold;
}
.page-environment .environment-governance-grid-white div.r1 {
  border-top: 1px solid #8CC140;
}
.page-environment .environment-governance-grid-white div.r1,
.page-environment .environment-governance-grid-white div.r2,
.page-environment .environment-governance-grid-white div.r3,
.page-environment .environment-governance-grid-white div.r4,
.page-environment .environment-governance-grid-white div.r5,
.page-environment .environment-governance-grid-white div.r6,
.page-environment .environment-governance-grid-white div.r7,
.page-environment .environment-governance-grid-white div.r8,
.page-environment .environment-governance-grid-white div.r9,
.page-environment .environment-governance-grid-white div.r10,
.page-environment .environment-governance-grid-white div.r11 {
  border-bottom: 1px solid black;
}
.page-environment .environment-governance-grid-white div.c1 {
  border-left: 1px solid #8CC140;
}
.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 .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .environment-tcfd-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .environment-tcfd-grid .c1.r2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-environment .environment-tcfd-grid .c2.r2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-environment .environment-tcfd-grid .c1.r3 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-environment .environment-tcfd-grid .c2.r3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-environment .environment-tcfd-grid .c1.r4 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-environment .environment-tcfd-grid .c2.r4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-environment .environment-tcfd-grid .c1.r5 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-environment .environment-tcfd-grid .c2.r5 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-environment .environment-tcfd-grid div {
  overflow: visible;
  padding: 10px 10px;
  text-align: left;
  border: 1px solid #8CC140;
  border-top: none;
  border-right: none;
  border-left: none;
}
.page-environment .environment-tcfd-grid div.c1 {
  padding-left: 0 !important;
  font-family: Calibre Web Semibold;
}
.page-environment .environment-tcfd-grid div.c5 {
  padding-right: 0;
}
.page-environment .environment-tcfd-grid div.c5 ul {
  padding-left: 0 !important;
}
.page-environment .environment-tcfd-grid div.r1 {
  background-color: white;
  color: #8CC140;
  vertical-align: middle;
  font-family: Calibre Web Semibold;
  border-bottom: 8px solid #8CC140;
}
.page-environment .environment-waste-mangement-grid {
  -ms-grid-columns: 3fr 1fr 1.2fr 1fr 1fr 1.2fr 1fr;
  grid-template-columns: 3fr 1fr 1.2fr 1fr 1fr 1.2fr 1fr;
  -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-waste-mangement-grid .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .environment-waste-mangement-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .environment-waste-mangement-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .environment-waste-mangement-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .environment-waste-mangement-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .environment-waste-mangement-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .environment-waste-mangement-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .environment-waste-mangement-grid .c1.r2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-environment .environment-waste-mangement-grid .c2.r2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-environment .environment-waste-mangement-grid .c3.r2 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-environment .environment-waste-mangement-grid .c4.r2 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-environment .environment-waste-mangement-grid .c5.r2 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-environment .environment-waste-mangement-grid .c6.r2 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-environment .environment-waste-mangement-grid .c7.r2 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-environment .environment-waste-mangement-grid .c1.r3 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-environment .environment-waste-mangement-grid .c2.r3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-environment .environment-waste-mangement-grid .c3.r3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-environment .environment-waste-mangement-grid .c4.r3 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-environment .environment-waste-mangement-grid .c5.r3 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-environment .environment-waste-mangement-grid .c6.r3 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-environment .environment-waste-mangement-grid .c7.r3 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-environment .environment-waste-mangement-grid .c1.r4 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-environment .environment-waste-mangement-grid .c2.r4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-environment .environment-waste-mangement-grid .c3.r4 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-environment .environment-waste-mangement-grid .c4.r4 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-environment .environment-waste-mangement-grid .c5.r4 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-environment .environment-waste-mangement-grid .c6.r4 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-environment .environment-waste-mangement-grid .c7.r4 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-environment .environment-waste-mangement-grid .c1.r5 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-environment .environment-waste-mangement-grid .c2.r5 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-environment .environment-waste-mangement-grid .c3.r5 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-environment .environment-waste-mangement-grid .c4.r5 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-environment .environment-waste-mangement-grid .c5.r5 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-environment .environment-waste-mangement-grid .c6.r5 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-environment .environment-waste-mangement-grid .c7.r5 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-environment .environment-waste-mangement-grid .c1.r6 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-environment .environment-waste-mangement-grid .c2.r6 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-environment .environment-waste-mangement-grid .c3.r6 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-environment .environment-waste-mangement-grid .c4.r6 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-environment .environment-waste-mangement-grid .c5.r6 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-environment .environment-waste-mangement-grid .c6.r6 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-environment .environment-waste-mangement-grid .c7.r6 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-environment .environment-waste-mangement-grid .c1.r7 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-environment .environment-waste-mangement-grid .c2.r7 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-environment .environment-waste-mangement-grid .c3.r7 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-environment .environment-waste-mangement-grid .c4.r7 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-environment .environment-waste-mangement-grid .c5.r7 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-environment .environment-waste-mangement-grid .c6.r7 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-environment .environment-waste-mangement-grid .c7.r7 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-environment .environment-waste-mangement-grid .c1.r8 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-environment .environment-waste-mangement-grid .c2.r8 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-environment .environment-waste-mangement-grid .c3.r8 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-environment .environment-waste-mangement-grid .c4.r8 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-environment .environment-waste-mangement-grid .c5.r8 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-environment .environment-waste-mangement-grid .c6.r8 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-environment .environment-waste-mangement-grid .c7.r8 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-environment .environment-waste-mangement-grid .c1.r9 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-environment .environment-waste-mangement-grid .c2.r9 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-environment .environment-waste-mangement-grid .c3.r9 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-environment .environment-waste-mangement-grid .c4.r9 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-environment .environment-waste-mangement-grid .c5.r9 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-environment .environment-waste-mangement-grid .c6.r9 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-environment .environment-waste-mangement-grid .c7.r9 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-environment .environment-waste-mangement-grid .c1.r10 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-environment .environment-waste-mangement-grid .c2.r10 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-environment .environment-waste-mangement-grid .c3.r10 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-environment .environment-waste-mangement-grid .c4.r10 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-environment .environment-waste-mangement-grid .c5.r10 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-environment .environment-waste-mangement-grid .c6.r10 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-environment .environment-waste-mangement-grid .c7.r10 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-environment .environment-waste-mangement-grid .c1.r11 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-environment .environment-waste-mangement-grid .c2.r11 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-environment .environment-waste-mangement-grid .c3.r11 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-environment .environment-waste-mangement-grid .c4.r11 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-environment .environment-waste-mangement-grid .c5.r11 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-environment .environment-waste-mangement-grid .c6.r11 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-environment .environment-waste-mangement-grid .c7.r11 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-environment .environment-waste-mangement-grid div {
  text-align: right;
}
.page-environment .environment-waste-mangement-grid div.c1 {
  text-align: left;
}
.page-environment .environment-waste-mangement-grid div.c3 {
  text-align: right;
}
.page-environment .environment-waste-mangement-grid div.r1 {
  padding-top: 0;
  border-bottom: none;
}
.page-environment .environment-waste-mangement-grid div.r2 {
  border-bottom: 8px solid #8CC140;
  vertical-align: bottom;
}
.page-environment .environment-waste-mangement-grid div.r1,
.page-environment .environment-waste-mangement-grid div.r2 {
  font-family: Calibre Web Semibold;
  color: #8CC140;
}
.page-environment .environment-waste-mangement-grid div.c1.r3 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-column: 1 / span 7;
}
.page-environment .environment-waste-mangement-grid div.c1.r10 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-column: 1 / span 7;
}
.page-environment .environment-ghg-reduction-grid div {
  text-align: right;
}
.page-environment .environment-ghg-reduction-grid div.c1 {
  padding-left: 25px !important;
  text-align: left;
  font-family: Calibre Web Semibold;
}
.page-environment .environment-ghg-reduction-grid div.c4 {
  border-right: 1px solid #8CC140;
  padding-right: 25px !important;
}
.page-environment .environment-ghg-reduction-grid div.up {
  border-left: 1px solid #8CC140;
  background-color: #5BC2E7;
}
.page-environment .environment-ghg-reduction-grid div.up img {
  width: 16px;
  vertical-align: bottom;
  margin-bottom: 2px;
}
.page-environment .environment-ghg-reduction-grid div.down {
  border-left: 1px solid #8CC140;
  background-color: #8CC140;
}
.page-environment .environment-ghg-reduction-grid div.down img {
  width: 16px;
  vertical-align: bottom;
  margin-bottom: 2px;
}
.page-environment .environment-ghg-reduction-grid div.r1 {
  border-top: 1px solid #8CC140;
  color: white;
  background-color: #8CC140;
}
.page-environment .environment-ghg-reduction-grid div.r1,
.page-environment .environment-ghg-reduction-grid div.r2,
.page-environment .environment-ghg-reduction-grid div.r3,
.page-environment .environment-ghg-reduction-grid div.r4,
.page-environment .environment-ghg-reduction-grid div.r5,
.page-environment .environment-ghg-reduction-grid div.r6,
.page-environment .environment-ghg-reduction-grid div.r7,
.page-environment .environment-ghg-reduction-grid div.r8,
.page-environment .environment-ghg-reduction-grid div.r9,
.page-environment .environment-ghg-reduction-grid div.r10,
.page-environment .environment-ghg-reduction-grid div.r11 {
  border-bottom: 1px solid black;
}
.page-environment .environment-ghg-reduction-grid div.c1,
.page-environment .environment-ghg-reduction-grid div.c4 {
  border-left: 1px solid #8CC140;
}
.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;
}
@media screen and (max-width: 720px) {
  .page-environment .environment-ghg-grid {
    -ms-grid-columns: 40% 20% 20% 20%;
    grid-template-columns: 40% 20% 20% 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;
  }
}
.page-environment .environment-ghg-grid div {
  text-align: right;
}
.page-environment .environment-ghg-grid div.c1 {
  text-align: left;
  font-family: Calibre Web Semibold;
}
.page-environment .environment-ghg-grid div.c4 {
  font-family: Calibre Web Semibold;
}
.page-environment .environment-ghg-reduction-grid {
  -ms-grid-columns: 25% 30% 30% 15%;
  grid-template-columns: 25% 30% 30% 15%;
  -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-reduction-grid .c2,
.page-environment .environment-ghg-reduction-grid .c3 {
  text-align: left;
}
.page-environment .environment-ghg-grid,
.page-environment .environment-emissions-grid,
.page-environment .environment-compliance-grid,
.page-environment .environment-governance-grid,
.page-environment .legend,
.page-environment .gas-grid,
.page-environment .emissions-grid,
.page-environment .business-grid,
.page-environment .trends-grid,
.page-environment .recycled-waste-grid,
.page-environment .reduction-grid,
.page-environment .environment-ghg-by-source-grid,
.page-environment .environment-ghg-scope-3,
.page-environment .environment-scope-3,
.page-environment .environment-ghg-energy-consumption,
.page-environment .environment-ghg-energy-production,
.page-environment .environment-ghg-emissions-by-scope,
.page-environment .environment-tcfd-scenario-1,
.page-environment .environment-tcfd-scenario-2,
.page-environment .environment-climate-related-risks-grid,
.page-environment .environment-biodiversity-register,
.page-environment .environment-focus-grid,
.page-environment .environment-contribution-grid,
.page-environment .environment-decarbonisation-grid,
.page-environment .environment-ghg-science-based,
.page-environment .environment-water-withdrawals-grid,
.page-environment .environment-water-discharges-grid {
  display: -ms-grid;
  display: grid;
  position: relative;
  font-size: 18px;
}
.page-environment .environment-ghg-grid p,
.page-environment .environment-emissions-grid p,
.page-environment .environment-compliance-grid p,
.page-environment .environment-governance-grid p,
.page-environment .legend p,
.page-environment .gas-grid p,
.page-environment .emissions-grid p,
.page-environment .business-grid p,
.page-environment .trends-grid p,
.page-environment .recycled-waste-grid p,
.page-environment .reduction-grid p,
.page-environment .environment-ghg-by-source-grid p,
.page-environment .environment-ghg-scope-3 p,
.page-environment .environment-scope-3 p,
.page-environment .environment-ghg-energy-consumption p,
.page-environment .environment-ghg-energy-production p,
.page-environment .environment-ghg-emissions-by-scope p,
.page-environment .environment-tcfd-scenario-1 p,
.page-environment .environment-tcfd-scenario-2 p,
.page-environment .environment-climate-related-risks-grid p,
.page-environment .environment-biodiversity-register p,
.page-environment .environment-focus-grid p,
.page-environment .environment-contribution-grid p,
.page-environment .environment-decarbonisation-grid p,
.page-environment .environment-ghg-science-based p,
.page-environment .environment-water-withdrawals-grid p,
.page-environment .environment-water-discharges-grid p,
.page-environment .environment-ghg-grid li,
.page-environment .environment-emissions-grid li,
.page-environment .environment-compliance-grid li,
.page-environment .environment-governance-grid li,
.page-environment .legend li,
.page-environment .gas-grid li,
.page-environment .emissions-grid li,
.page-environment .business-grid li,
.page-environment .trends-grid li,
.page-environment .recycled-waste-grid li,
.page-environment .reduction-grid li,
.page-environment .environment-ghg-by-source-grid li,
.page-environment .environment-ghg-scope-3 li,
.page-environment .environment-scope-3 li,
.page-environment .environment-ghg-energy-consumption li,
.page-environment .environment-ghg-energy-production li,
.page-environment .environment-ghg-emissions-by-scope li,
.page-environment .environment-tcfd-scenario-1 li,
.page-environment .environment-tcfd-scenario-2 li,
.page-environment .environment-climate-related-risks-grid li,
.page-environment .environment-biodiversity-register li,
.page-environment .environment-focus-grid li,
.page-environment .environment-contribution-grid li,
.page-environment .environment-decarbonisation-grid li,
.page-environment .environment-ghg-science-based li,
.page-environment .environment-water-withdrawals-grid li,
.page-environment .environment-water-discharges-grid li {
  font-size: 18px !important;
  line-height: 18px !important;
}
.page-environment .environment-ghg-grid .r1,
.page-environment .environment-emissions-grid .r1,
.page-environment .environment-compliance-grid .r1,
.page-environment .environment-governance-grid .r1,
.page-environment .legend .r1,
.page-environment .gas-grid .r1,
.page-environment .emissions-grid .r1,
.page-environment .business-grid .r1,
.page-environment .trends-grid .r1,
.page-environment .recycled-waste-grid .r1,
.page-environment .reduction-grid .r1,
.page-environment .environment-ghg-by-source-grid .r1,
.page-environment .environment-ghg-scope-3 .r1,
.page-environment .environment-scope-3 .r1,
.page-environment .environment-ghg-energy-consumption .r1,
.page-environment .environment-ghg-energy-production .r1,
.page-environment .environment-ghg-emissions-by-scope .r1,
.page-environment .environment-tcfd-scenario-1 .r1,
.page-environment .environment-tcfd-scenario-2 .r1,
.page-environment .environment-climate-related-risks-grid .r1,
.page-environment .environment-biodiversity-register .r1,
.page-environment .environment-focus-grid .r1,
.page-environment .environment-contribution-grid .r1,
.page-environment .environment-decarbonisation-grid .r1,
.page-environment .environment-ghg-science-based .r1,
.page-environment .environment-water-withdrawals-grid .r1,
.page-environment .environment-water-discharges-grid .r1 {
  vertical-align: bottom;
}
.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 .recycled-waste-grid .c1.r1,
.page-environment .reduction-grid .c1.r1,
.page-environment .environment-ghg-by-source-grid .c1.r1,
.page-environment .environment-ghg-scope-3 .c1.r1,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c1.r1,
.page-environment .environment-tcfd-scenario-2 .c1.r1,
.page-environment .environment-climate-related-risks-grid .c1.r1,
.page-environment .environment-biodiversity-register .c1.r1,
.page-environment .environment-focus-grid .c1.r1,
.page-environment .environment-contribution-grid .c1.r1,
.page-environment .environment-decarbonisation-grid .c1.r1,
.page-environment .environment-ghg-science-based .c1.r1,
.page-environment .environment-water-withdrawals-grid .c1.r1,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c2.r1,
.page-environment .reduction-grid .c2.r1,
.page-environment .environment-ghg-by-source-grid .c2.r1,
.page-environment .environment-ghg-scope-3 .c2.r1,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c2.r1,
.page-environment .environment-tcfd-scenario-2 .c2.r1,
.page-environment .environment-climate-related-risks-grid .c2.r1,
.page-environment .environment-biodiversity-register .c2.r1,
.page-environment .environment-focus-grid .c2.r1,
.page-environment .environment-contribution-grid .c2.r1,
.page-environment .environment-decarbonisation-grid .c2.r1,
.page-environment .environment-ghg-science-based .c2.r1,
.page-environment .environment-water-withdrawals-grid .c2.r1,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c3.r1,
.page-environment .reduction-grid .c3.r1,
.page-environment .environment-ghg-by-source-grid .c3.r1,
.page-environment .environment-ghg-scope-3 .c3.r1,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c3.r1,
.page-environment .environment-tcfd-scenario-2 .c3.r1,
.page-environment .environment-climate-related-risks-grid .c3.r1,
.page-environment .environment-biodiversity-register .c3.r1,
.page-environment .environment-focus-grid .c3.r1,
.page-environment .environment-contribution-grid .c3.r1,
.page-environment .environment-decarbonisation-grid .c3.r1,
.page-environment .environment-ghg-science-based .c3.r1,
.page-environment .environment-water-withdrawals-grid .c3.r1,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c4.r1,
.page-environment .reduction-grid .c4.r1,
.page-environment .environment-ghg-by-source-grid .c4.r1,
.page-environment .environment-ghg-scope-3 .c4.r1,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c4.r1,
.page-environment .environment-tcfd-scenario-2 .c4.r1,
.page-environment .environment-climate-related-risks-grid .c4.r1,
.page-environment .environment-biodiversity-register .c4.r1,
.page-environment .environment-focus-grid .c4.r1,
.page-environment .environment-contribution-grid .c4.r1,
.page-environment .environment-decarbonisation-grid .c4.r1,
.page-environment .environment-ghg-science-based .c4.r1,
.page-environment .environment-water-withdrawals-grid .c4.r1,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c5.r1,
.page-environment .reduction-grid .c5.r1,
.page-environment .environment-ghg-by-source-grid .c5.r1,
.page-environment .environment-ghg-scope-3 .c5.r1,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c5.r1,
.page-environment .environment-tcfd-scenario-2 .c5.r1,
.page-environment .environment-climate-related-risks-grid .c5.r1,
.page-environment .environment-biodiversity-register .c5.r1,
.page-environment .environment-focus-grid .c5.r1,
.page-environment .environment-contribution-grid .c5.r1,
.page-environment .environment-decarbonisation-grid .c5.r1,
.page-environment .environment-ghg-science-based .c5.r1,
.page-environment .environment-water-withdrawals-grid .c5.r1,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c6.r1,
.page-environment .reduction-grid .c6.r1,
.page-environment .environment-ghg-by-source-grid .c6.r1,
.page-environment .environment-ghg-scope-3 .c6.r1,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c6.r1,
.page-environment .environment-tcfd-scenario-2 .c6.r1,
.page-environment .environment-climate-related-risks-grid .c6.r1,
.page-environment .environment-biodiversity-register .c6.r1,
.page-environment .environment-focus-grid .c6.r1,
.page-environment .environment-contribution-grid .c6.r1,
.page-environment .environment-decarbonisation-grid .c6.r1,
.page-environment .environment-ghg-science-based .c6.r1,
.page-environment .environment-water-withdrawals-grid .c6.r1,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c7.r1,
.page-environment .reduction-grid .c7.r1,
.page-environment .environment-ghg-by-source-grid .c7.r1,
.page-environment .environment-ghg-scope-3 .c7.r1,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c7.r1,
.page-environment .environment-tcfd-scenario-2 .c7.r1,
.page-environment .environment-climate-related-risks-grid .c7.r1,
.page-environment .environment-biodiversity-register .c7.r1,
.page-environment .environment-focus-grid .c7.r1,
.page-environment .environment-contribution-grid .c7.r1,
.page-environment .environment-decarbonisation-grid .c7.r1,
.page-environment .environment-ghg-science-based .c7.r1,
.page-environment .environment-water-withdrawals-grid .c7.r1,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c8.r1,
.page-environment .reduction-grid .c8.r1,
.page-environment .environment-ghg-by-source-grid .c8.r1,
.page-environment .environment-ghg-scope-3 .c8.r1,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c8.r1,
.page-environment .environment-tcfd-scenario-2 .c8.r1,
.page-environment .environment-climate-related-risks-grid .c8.r1,
.page-environment .environment-biodiversity-register .c8.r1,
.page-environment .environment-focus-grid .c8.r1,
.page-environment .environment-contribution-grid .c8.r1,
.page-environment .environment-decarbonisation-grid .c8.r1,
.page-environment .environment-ghg-science-based .c8.r1,
.page-environment .environment-water-withdrawals-grid .c8.r1,
.page-environment .environment-water-discharges-grid .c8.r1 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .environment-ghg-grid .c9.r1,
.page-environment .environment-emissions-grid .c9.r1,
.page-environment .environment-compliance-grid .c9.r1,
.page-environment .environment-governance-grid .c9.r1,
.page-environment .legend .c9.r1,
.page-environment .gas-grid .c9.r1,
.page-environment .emissions-grid .c9.r1,
.page-environment .business-grid .c9.r1,
.page-environment .trends-grid .c9.r1,
.page-environment .recycled-waste-grid .c9.r1,
.page-environment .reduction-grid .c9.r1,
.page-environment .environment-ghg-by-source-grid .c9.r1,
.page-environment .environment-ghg-scope-3 .c9.r1,
.page-environment .environment-scope-3 .c9.r1,
.page-environment .environment-ghg-energy-consumption .c9.r1,
.page-environment .environment-ghg-energy-production .c9.r1,
.page-environment .environment-ghg-emissions-by-scope .c9.r1,
.page-environment .environment-tcfd-scenario-1 .c9.r1,
.page-environment .environment-tcfd-scenario-2 .c9.r1,
.page-environment .environment-climate-related-risks-grid .c9.r1,
.page-environment .environment-biodiversity-register .c9.r1,
.page-environment .environment-focus-grid .c9.r1,
.page-environment .environment-contribution-grid .c9.r1,
.page-environment .environment-decarbonisation-grid .c9.r1,
.page-environment .environment-ghg-science-based .c9.r1,
.page-environment .environment-water-withdrawals-grid .c9.r1,
.page-environment .environment-water-discharges-grid .c9.r1 {
  -ms-grid-column: 9;
  grid-column: 9;
  -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 .recycled-waste-grid .c1.r2,
.page-environment .reduction-grid .c1.r2,
.page-environment .environment-ghg-by-source-grid .c1.r2,
.page-environment .environment-ghg-scope-3 .c1.r2,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c1.r2,
.page-environment .environment-tcfd-scenario-2 .c1.r2,
.page-environment .environment-climate-related-risks-grid .c1.r2,
.page-environment .environment-biodiversity-register .c1.r2,
.page-environment .environment-focus-grid .c1.r2,
.page-environment .environment-contribution-grid .c1.r2,
.page-environment .environment-decarbonisation-grid .c1.r2,
.page-environment .environment-ghg-science-based .c1.r2,
.page-environment .environment-water-withdrawals-grid .c1.r2,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c2.r2,
.page-environment .reduction-grid .c2.r2,
.page-environment .environment-ghg-by-source-grid .c2.r2,
.page-environment .environment-ghg-scope-3 .c2.r2,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c2.r2,
.page-environment .environment-tcfd-scenario-2 .c2.r2,
.page-environment .environment-climate-related-risks-grid .c2.r2,
.page-environment .environment-biodiversity-register .c2.r2,
.page-environment .environment-focus-grid .c2.r2,
.page-environment .environment-contribution-grid .c2.r2,
.page-environment .environment-decarbonisation-grid .c2.r2,
.page-environment .environment-ghg-science-based .c2.r2,
.page-environment .environment-water-withdrawals-grid .c2.r2,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c3.r2,
.page-environment .reduction-grid .c3.r2,
.page-environment .environment-ghg-by-source-grid .c3.r2,
.page-environment .environment-ghg-scope-3 .c3.r2,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c3.r2,
.page-environment .environment-tcfd-scenario-2 .c3.r2,
.page-environment .environment-climate-related-risks-grid .c3.r2,
.page-environment .environment-biodiversity-register .c3.r2,
.page-environment .environment-focus-grid .c3.r2,
.page-environment .environment-contribution-grid .c3.r2,
.page-environment .environment-decarbonisation-grid .c3.r2,
.page-environment .environment-ghg-science-based .c3.r2,
.page-environment .environment-water-withdrawals-grid .c3.r2,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c4.r2,
.page-environment .reduction-grid .c4.r2,
.page-environment .environment-ghg-by-source-grid .c4.r2,
.page-environment .environment-ghg-scope-3 .c4.r2,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c4.r2,
.page-environment .environment-tcfd-scenario-2 .c4.r2,
.page-environment .environment-climate-related-risks-grid .c4.r2,
.page-environment .environment-biodiversity-register .c4.r2,
.page-environment .environment-focus-grid .c4.r2,
.page-environment .environment-contribution-grid .c4.r2,
.page-environment .environment-decarbonisation-grid .c4.r2,
.page-environment .environment-ghg-science-based .c4.r2,
.page-environment .environment-water-withdrawals-grid .c4.r2,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c5.r2,
.page-environment .reduction-grid .c5.r2,
.page-environment .environment-ghg-by-source-grid .c5.r2,
.page-environment .environment-ghg-scope-3 .c5.r2,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c5.r2,
.page-environment .environment-tcfd-scenario-2 .c5.r2,
.page-environment .environment-climate-related-risks-grid .c5.r2,
.page-environment .environment-biodiversity-register .c5.r2,
.page-environment .environment-focus-grid .c5.r2,
.page-environment .environment-contribution-grid .c5.r2,
.page-environment .environment-decarbonisation-grid .c5.r2,
.page-environment .environment-ghg-science-based .c5.r2,
.page-environment .environment-water-withdrawals-grid .c5.r2,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c6.r2,
.page-environment .reduction-grid .c6.r2,
.page-environment .environment-ghg-by-source-grid .c6.r2,
.page-environment .environment-ghg-scope-3 .c6.r2,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c6.r2,
.page-environment .environment-tcfd-scenario-2 .c6.r2,
.page-environment .environment-climate-related-risks-grid .c6.r2,
.page-environment .environment-biodiversity-register .c6.r2,
.page-environment .environment-focus-grid .c6.r2,
.page-environment .environment-contribution-grid .c6.r2,
.page-environment .environment-decarbonisation-grid .c6.r2,
.page-environment .environment-ghg-science-based .c6.r2,
.page-environment .environment-water-withdrawals-grid .c6.r2,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c7.r2,
.page-environment .reduction-grid .c7.r2,
.page-environment .environment-ghg-by-source-grid .c7.r2,
.page-environment .environment-ghg-scope-3 .c7.r2,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c7.r2,
.page-environment .environment-tcfd-scenario-2 .c7.r2,
.page-environment .environment-climate-related-risks-grid .c7.r2,
.page-environment .environment-biodiversity-register .c7.r2,
.page-environment .environment-focus-grid .c7.r2,
.page-environment .environment-contribution-grid .c7.r2,
.page-environment .environment-decarbonisation-grid .c7.r2,
.page-environment .environment-ghg-science-based .c7.r2,
.page-environment .environment-water-withdrawals-grid .c7.r2,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c8.r2,
.page-environment .reduction-grid .c8.r2,
.page-environment .environment-ghg-by-source-grid .c8.r2,
.page-environment .environment-ghg-scope-3 .c8.r2,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c8.r2,
.page-environment .environment-tcfd-scenario-2 .c8.r2,
.page-environment .environment-climate-related-risks-grid .c8.r2,
.page-environment .environment-biodiversity-register .c8.r2,
.page-environment .environment-focus-grid .c8.r2,
.page-environment .environment-contribution-grid .c8.r2,
.page-environment .environment-decarbonisation-grid .c8.r2,
.page-environment .environment-ghg-science-based .c8.r2,
.page-environment .environment-water-withdrawals-grid .c8.r2,
.page-environment .environment-water-discharges-grid .c8.r2 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-environment .environment-ghg-grid .c9.r2,
.page-environment .environment-emissions-grid .c9.r2,
.page-environment .environment-compliance-grid .c9.r2,
.page-environment .environment-governance-grid .c9.r2,
.page-environment .legend .c9.r2,
.page-environment .gas-grid .c9.r2,
.page-environment .emissions-grid .c9.r2,
.page-environment .business-grid .c9.r2,
.page-environment .trends-grid .c9.r2,
.page-environment .recycled-waste-grid .c9.r2,
.page-environment .reduction-grid .c9.r2,
.page-environment .environment-ghg-by-source-grid .c9.r2,
.page-environment .environment-ghg-scope-3 .c9.r2,
.page-environment .environment-scope-3 .c9.r2,
.page-environment .environment-ghg-energy-consumption .c9.r2,
.page-environment .environment-ghg-energy-production .c9.r2,
.page-environment .environment-ghg-emissions-by-scope .c9.r2,
.page-environment .environment-tcfd-scenario-1 .c9.r2,
.page-environment .environment-tcfd-scenario-2 .c9.r2,
.page-environment .environment-climate-related-risks-grid .c9.r2,
.page-environment .environment-biodiversity-register .c9.r2,
.page-environment .environment-focus-grid .c9.r2,
.page-environment .environment-contribution-grid .c9.r2,
.page-environment .environment-decarbonisation-grid .c9.r2,
.page-environment .environment-ghg-science-based .c9.r2,
.page-environment .environment-water-withdrawals-grid .c9.r2,
.page-environment .environment-water-discharges-grid .c9.r2 {
  -ms-grid-column: 9;
  grid-column: 9;
  -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 .recycled-waste-grid .c1.r3,
.page-environment .reduction-grid .c1.r3,
.page-environment .environment-ghg-by-source-grid .c1.r3,
.page-environment .environment-ghg-scope-3 .c1.r3,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c1.r3,
.page-environment .environment-tcfd-scenario-2 .c1.r3,
.page-environment .environment-climate-related-risks-grid .c1.r3,
.page-environment .environment-biodiversity-register .c1.r3,
.page-environment .environment-focus-grid .c1.r3,
.page-environment .environment-contribution-grid .c1.r3,
.page-environment .environment-decarbonisation-grid .c1.r3,
.page-environment .environment-ghg-science-based .c1.r3,
.page-environment .environment-water-withdrawals-grid .c1.r3,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c2.r3,
.page-environment .reduction-grid .c2.r3,
.page-environment .environment-ghg-by-source-grid .c2.r3,
.page-environment .environment-ghg-scope-3 .c2.r3,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c2.r3,
.page-environment .environment-tcfd-scenario-2 .c2.r3,
.page-environment .environment-climate-related-risks-grid .c2.r3,
.page-environment .environment-biodiversity-register .c2.r3,
.page-environment .environment-focus-grid .c2.r3,
.page-environment .environment-contribution-grid .c2.r3,
.page-environment .environment-decarbonisation-grid .c2.r3,
.page-environment .environment-ghg-science-based .c2.r3,
.page-environment .environment-water-withdrawals-grid .c2.r3,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c3.r3,
.page-environment .reduction-grid .c3.r3,
.page-environment .environment-ghg-by-source-grid .c3.r3,
.page-environment .environment-ghg-scope-3 .c3.r3,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c3.r3,
.page-environment .environment-tcfd-scenario-2 .c3.r3,
.page-environment .environment-climate-related-risks-grid .c3.r3,
.page-environment .environment-biodiversity-register .c3.r3,
.page-environment .environment-focus-grid .c3.r3,
.page-environment .environment-contribution-grid .c3.r3,
.page-environment .environment-decarbonisation-grid .c3.r3,
.page-environment .environment-ghg-science-based .c3.r3,
.page-environment .environment-water-withdrawals-grid .c3.r3,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c4.r3,
.page-environment .reduction-grid .c4.r3,
.page-environment .environment-ghg-by-source-grid .c4.r3,
.page-environment .environment-ghg-scope-3 .c4.r3,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c4.r3,
.page-environment .environment-tcfd-scenario-2 .c4.r3,
.page-environment .environment-climate-related-risks-grid .c4.r3,
.page-environment .environment-biodiversity-register .c4.r3,
.page-environment .environment-focus-grid .c4.r3,
.page-environment .environment-contribution-grid .c4.r3,
.page-environment .environment-decarbonisation-grid .c4.r3,
.page-environment .environment-ghg-science-based .c4.r3,
.page-environment .environment-water-withdrawals-grid .c4.r3,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c5.r3,
.page-environment .reduction-grid .c5.r3,
.page-environment .environment-ghg-by-source-grid .c5.r3,
.page-environment .environment-ghg-scope-3 .c5.r3,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c5.r3,
.page-environment .environment-tcfd-scenario-2 .c5.r3,
.page-environment .environment-climate-related-risks-grid .c5.r3,
.page-environment .environment-biodiversity-register .c5.r3,
.page-environment .environment-focus-grid .c5.r3,
.page-environment .environment-contribution-grid .c5.r3,
.page-environment .environment-decarbonisation-grid .c5.r3,
.page-environment .environment-ghg-science-based .c5.r3,
.page-environment .environment-water-withdrawals-grid .c5.r3,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c6.r3,
.page-environment .reduction-grid .c6.r3,
.page-environment .environment-ghg-by-source-grid .c6.r3,
.page-environment .environment-ghg-scope-3 .c6.r3,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c6.r3,
.page-environment .environment-tcfd-scenario-2 .c6.r3,
.page-environment .environment-climate-related-risks-grid .c6.r3,
.page-environment .environment-biodiversity-register .c6.r3,
.page-environment .environment-focus-grid .c6.r3,
.page-environment .environment-contribution-grid .c6.r3,
.page-environment .environment-decarbonisation-grid .c6.r3,
.page-environment .environment-ghg-science-based .c6.r3,
.page-environment .environment-water-withdrawals-grid .c6.r3,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c7.r3,
.page-environment .reduction-grid .c7.r3,
.page-environment .environment-ghg-by-source-grid .c7.r3,
.page-environment .environment-ghg-scope-3 .c7.r3,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c7.r3,
.page-environment .environment-tcfd-scenario-2 .c7.r3,
.page-environment .environment-climate-related-risks-grid .c7.r3,
.page-environment .environment-biodiversity-register .c7.r3,
.page-environment .environment-focus-grid .c7.r3,
.page-environment .environment-contribution-grid .c7.r3,
.page-environment .environment-decarbonisation-grid .c7.r3,
.page-environment .environment-ghg-science-based .c7.r3,
.page-environment .environment-water-withdrawals-grid .c7.r3,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c8.r3,
.page-environment .reduction-grid .c8.r3,
.page-environment .environment-ghg-by-source-grid .c8.r3,
.page-environment .environment-ghg-scope-3 .c8.r3,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c8.r3,
.page-environment .environment-tcfd-scenario-2 .c8.r3,
.page-environment .environment-climate-related-risks-grid .c8.r3,
.page-environment .environment-biodiversity-register .c8.r3,
.page-environment .environment-focus-grid .c8.r3,
.page-environment .environment-contribution-grid .c8.r3,
.page-environment .environment-decarbonisation-grid .c8.r3,
.page-environment .environment-ghg-science-based .c8.r3,
.page-environment .environment-water-withdrawals-grid .c8.r3,
.page-environment .environment-water-discharges-grid .c8.r3 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-environment .environment-ghg-grid .c9.r3,
.page-environment .environment-emissions-grid .c9.r3,
.page-environment .environment-compliance-grid .c9.r3,
.page-environment .environment-governance-grid .c9.r3,
.page-environment .legend .c9.r3,
.page-environment .gas-grid .c9.r3,
.page-environment .emissions-grid .c9.r3,
.page-environment .business-grid .c9.r3,
.page-environment .trends-grid .c9.r3,
.page-environment .recycled-waste-grid .c9.r3,
.page-environment .reduction-grid .c9.r3,
.page-environment .environment-ghg-by-source-grid .c9.r3,
.page-environment .environment-ghg-scope-3 .c9.r3,
.page-environment .environment-scope-3 .c9.r3,
.page-environment .environment-ghg-energy-consumption .c9.r3,
.page-environment .environment-ghg-energy-production .c9.r3,
.page-environment .environment-ghg-emissions-by-scope .c9.r3,
.page-environment .environment-tcfd-scenario-1 .c9.r3,
.page-environment .environment-tcfd-scenario-2 .c9.r3,
.page-environment .environment-climate-related-risks-grid .c9.r3,
.page-environment .environment-biodiversity-register .c9.r3,
.page-environment .environment-focus-grid .c9.r3,
.page-environment .environment-contribution-grid .c9.r3,
.page-environment .environment-decarbonisation-grid .c9.r3,
.page-environment .environment-ghg-science-based .c9.r3,
.page-environment .environment-water-withdrawals-grid .c9.r3,
.page-environment .environment-water-discharges-grid .c9.r3 {
  -ms-grid-column: 9;
  grid-column: 9;
  -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 .recycled-waste-grid .c1.r4,
.page-environment .reduction-grid .c1.r4,
.page-environment .environment-ghg-by-source-grid .c1.r4,
.page-environment .environment-ghg-scope-3 .c1.r4,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c1.r4,
.page-environment .environment-tcfd-scenario-2 .c1.r4,
.page-environment .environment-climate-related-risks-grid .c1.r4,
.page-environment .environment-biodiversity-register .c1.r4,
.page-environment .environment-focus-grid .c1.r4,
.page-environment .environment-contribution-grid .c1.r4,
.page-environment .environment-decarbonisation-grid .c1.r4,
.page-environment .environment-ghg-science-based .c1.r4,
.page-environment .environment-water-withdrawals-grid .c1.r4,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c2.r4,
.page-environment .reduction-grid .c2.r4,
.page-environment .environment-ghg-by-source-grid .c2.r4,
.page-environment .environment-ghg-scope-3 .c2.r4,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c2.r4,
.page-environment .environment-tcfd-scenario-2 .c2.r4,
.page-environment .environment-climate-related-risks-grid .c2.r4,
.page-environment .environment-biodiversity-register .c2.r4,
.page-environment .environment-focus-grid .c2.r4,
.page-environment .environment-contribution-grid .c2.r4,
.page-environment .environment-decarbonisation-grid .c2.r4,
.page-environment .environment-ghg-science-based .c2.r4,
.page-environment .environment-water-withdrawals-grid .c2.r4,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c3.r4,
.page-environment .reduction-grid .c3.r4,
.page-environment .environment-ghg-by-source-grid .c3.r4,
.page-environment .environment-ghg-scope-3 .c3.r4,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c3.r4,
.page-environment .environment-tcfd-scenario-2 .c3.r4,
.page-environment .environment-climate-related-risks-grid .c3.r4,
.page-environment .environment-biodiversity-register .c3.r4,
.page-environment .environment-focus-grid .c3.r4,
.page-environment .environment-contribution-grid .c3.r4,
.page-environment .environment-decarbonisation-grid .c3.r4,
.page-environment .environment-ghg-science-based .c3.r4,
.page-environment .environment-water-withdrawals-grid .c3.r4,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c4.r4,
.page-environment .reduction-grid .c4.r4,
.page-environment .environment-ghg-by-source-grid .c4.r4,
.page-environment .environment-ghg-scope-3 .c4.r4,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c4.r4,
.page-environment .environment-tcfd-scenario-2 .c4.r4,
.page-environment .environment-climate-related-risks-grid .c4.r4,
.page-environment .environment-biodiversity-register .c4.r4,
.page-environment .environment-focus-grid .c4.r4,
.page-environment .environment-contribution-grid .c4.r4,
.page-environment .environment-decarbonisation-grid .c4.r4,
.page-environment .environment-ghg-science-based .c4.r4,
.page-environment .environment-water-withdrawals-grid .c4.r4,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c5.r4,
.page-environment .reduction-grid .c5.r4,
.page-environment .environment-ghg-by-source-grid .c5.r4,
.page-environment .environment-ghg-scope-3 .c5.r4,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c5.r4,
.page-environment .environment-tcfd-scenario-2 .c5.r4,
.page-environment .environment-climate-related-risks-grid .c5.r4,
.page-environment .environment-biodiversity-register .c5.r4,
.page-environment .environment-focus-grid .c5.r4,
.page-environment .environment-contribution-grid .c5.r4,
.page-environment .environment-decarbonisation-grid .c5.r4,
.page-environment .environment-ghg-science-based .c5.r4,
.page-environment .environment-water-withdrawals-grid .c5.r4,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c6.r4,
.page-environment .reduction-grid .c6.r4,
.page-environment .environment-ghg-by-source-grid .c6.r4,
.page-environment .environment-ghg-scope-3 .c6.r4,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c6.r4,
.page-environment .environment-tcfd-scenario-2 .c6.r4,
.page-environment .environment-climate-related-risks-grid .c6.r4,
.page-environment .environment-biodiversity-register .c6.r4,
.page-environment .environment-focus-grid .c6.r4,
.page-environment .environment-contribution-grid .c6.r4,
.page-environment .environment-decarbonisation-grid .c6.r4,
.page-environment .environment-ghg-science-based .c6.r4,
.page-environment .environment-water-withdrawals-grid .c6.r4,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c7.r4,
.page-environment .reduction-grid .c7.r4,
.page-environment .environment-ghg-by-source-grid .c7.r4,
.page-environment .environment-ghg-scope-3 .c7.r4,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c7.r4,
.page-environment .environment-tcfd-scenario-2 .c7.r4,
.page-environment .environment-climate-related-risks-grid .c7.r4,
.page-environment .environment-biodiversity-register .c7.r4,
.page-environment .environment-focus-grid .c7.r4,
.page-environment .environment-contribution-grid .c7.r4,
.page-environment .environment-decarbonisation-grid .c7.r4,
.page-environment .environment-ghg-science-based .c7.r4,
.page-environment .environment-water-withdrawals-grid .c7.r4,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c8.r4,
.page-environment .reduction-grid .c8.r4,
.page-environment .environment-ghg-by-source-grid .c8.r4,
.page-environment .environment-ghg-scope-3 .c8.r4,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c8.r4,
.page-environment .environment-tcfd-scenario-2 .c8.r4,
.page-environment .environment-climate-related-risks-grid .c8.r4,
.page-environment .environment-biodiversity-register .c8.r4,
.page-environment .environment-focus-grid .c8.r4,
.page-environment .environment-contribution-grid .c8.r4,
.page-environment .environment-decarbonisation-grid .c8.r4,
.page-environment .environment-ghg-science-based .c8.r4,
.page-environment .environment-water-withdrawals-grid .c8.r4,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c1.r5,
.page-environment .reduction-grid .c1.r5,
.page-environment .environment-ghg-by-source-grid .c1.r5,
.page-environment .environment-ghg-scope-3 .c1.r5,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c1.r5,
.page-environment .environment-tcfd-scenario-2 .c1.r5,
.page-environment .environment-climate-related-risks-grid .c1.r5,
.page-environment .environment-biodiversity-register .c1.r5,
.page-environment .environment-focus-grid .c1.r5,
.page-environment .environment-contribution-grid .c1.r5,
.page-environment .environment-decarbonisation-grid .c1.r5,
.page-environment .environment-ghg-science-based .c1.r5,
.page-environment .environment-water-withdrawals-grid .c1.r5,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c2.r5,
.page-environment .reduction-grid .c2.r5,
.page-environment .environment-ghg-by-source-grid .c2.r5,
.page-environment .environment-ghg-scope-3 .c2.r5,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c2.r5,
.page-environment .environment-tcfd-scenario-2 .c2.r5,
.page-environment .environment-climate-related-risks-grid .c2.r5,
.page-environment .environment-biodiversity-register .c2.r5,
.page-environment .environment-focus-grid .c2.r5,
.page-environment .environment-contribution-grid .c2.r5,
.page-environment .environment-decarbonisation-grid .c2.r5,
.page-environment .environment-ghg-science-based .c2.r5,
.page-environment .environment-water-withdrawals-grid .c2.r5,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c3.r5,
.page-environment .reduction-grid .c3.r5,
.page-environment .environment-ghg-by-source-grid .c3.r5,
.page-environment .environment-ghg-scope-3 .c3.r5,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c3.r5,
.page-environment .environment-tcfd-scenario-2 .c3.r5,
.page-environment .environment-climate-related-risks-grid .c3.r5,
.page-environment .environment-biodiversity-register .c3.r5,
.page-environment .environment-focus-grid .c3.r5,
.page-environment .environment-contribution-grid .c3.r5,
.page-environment .environment-decarbonisation-grid .c3.r5,
.page-environment .environment-ghg-science-based .c3.r5,
.page-environment .environment-water-withdrawals-grid .c3.r5,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c4.r5,
.page-environment .reduction-grid .c4.r5,
.page-environment .environment-ghg-by-source-grid .c4.r5,
.page-environment .environment-ghg-scope-3 .c4.r5,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c4.r5,
.page-environment .environment-tcfd-scenario-2 .c4.r5,
.page-environment .environment-climate-related-risks-grid .c4.r5,
.page-environment .environment-biodiversity-register .c4.r5,
.page-environment .environment-focus-grid .c4.r5,
.page-environment .environment-contribution-grid .c4.r5,
.page-environment .environment-decarbonisation-grid .c4.r5,
.page-environment .environment-ghg-science-based .c4.r5,
.page-environment .environment-water-withdrawals-grid .c4.r5,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c5.r5,
.page-environment .reduction-grid .c5.r5,
.page-environment .environment-ghg-by-source-grid .c5.r5,
.page-environment .environment-ghg-scope-3 .c5.r5,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c5.r5,
.page-environment .environment-tcfd-scenario-2 .c5.r5,
.page-environment .environment-climate-related-risks-grid .c5.r5,
.page-environment .environment-biodiversity-register .c5.r5,
.page-environment .environment-focus-grid .c5.r5,
.page-environment .environment-contribution-grid .c5.r5,
.page-environment .environment-decarbonisation-grid .c5.r5,
.page-environment .environment-ghg-science-based .c5.r5,
.page-environment .environment-water-withdrawals-grid .c5.r5,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c6.r5,
.page-environment .reduction-grid .c6.r5,
.page-environment .environment-ghg-by-source-grid .c6.r5,
.page-environment .environment-ghg-scope-3 .c6.r5,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c6.r5,
.page-environment .environment-tcfd-scenario-2 .c6.r5,
.page-environment .environment-climate-related-risks-grid .c6.r5,
.page-environment .environment-biodiversity-register .c6.r5,
.page-environment .environment-focus-grid .c6.r5,
.page-environment .environment-contribution-grid .c6.r5,
.page-environment .environment-decarbonisation-grid .c6.r5,
.page-environment .environment-ghg-science-based .c6.r5,
.page-environment .environment-water-withdrawals-grid .c6.r5,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c7.r5,
.page-environment .reduction-grid .c7.r5,
.page-environment .environment-ghg-by-source-grid .c7.r5,
.page-environment .environment-ghg-scope-3 .c7.r5,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c7.r5,
.page-environment .environment-tcfd-scenario-2 .c7.r5,
.page-environment .environment-climate-related-risks-grid .c7.r5,
.page-environment .environment-biodiversity-register .c7.r5,
.page-environment .environment-focus-grid .c7.r5,
.page-environment .environment-contribution-grid .c7.r5,
.page-environment .environment-decarbonisation-grid .c7.r5,
.page-environment .environment-ghg-science-based .c7.r5,
.page-environment .environment-water-withdrawals-grid .c7.r5,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c8.r5,
.page-environment .reduction-grid .c8.r5,
.page-environment .environment-ghg-by-source-grid .c8.r5,
.page-environment .environment-ghg-scope-3 .c8.r5,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c8.r5,
.page-environment .environment-tcfd-scenario-2 .c8.r5,
.page-environment .environment-climate-related-risks-grid .c8.r5,
.page-environment .environment-biodiversity-register .c8.r5,
.page-environment .environment-focus-grid .c8.r5,
.page-environment .environment-contribution-grid .c8.r5,
.page-environment .environment-decarbonisation-grid .c8.r5,
.page-environment .environment-ghg-science-based .c8.r5,
.page-environment .environment-water-withdrawals-grid .c8.r5,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c1.r6,
.page-environment .reduction-grid .c1.r6,
.page-environment .environment-ghg-by-source-grid .c1.r6,
.page-environment .environment-ghg-scope-3 .c1.r6,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c1.r6,
.page-environment .environment-tcfd-scenario-2 .c1.r6,
.page-environment .environment-climate-related-risks-grid .c1.r6,
.page-environment .environment-biodiversity-register .c1.r6,
.page-environment .environment-focus-grid .c1.r6,
.page-environment .environment-contribution-grid .c1.r6,
.page-environment .environment-decarbonisation-grid .c1.r6,
.page-environment .environment-ghg-science-based .c1.r6,
.page-environment .environment-water-withdrawals-grid .c1.r6,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c2.r6,
.page-environment .reduction-grid .c2.r6,
.page-environment .environment-ghg-by-source-grid .c2.r6,
.page-environment .environment-ghg-scope-3 .c2.r6,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c2.r6,
.page-environment .environment-tcfd-scenario-2 .c2.r6,
.page-environment .environment-climate-related-risks-grid .c2.r6,
.page-environment .environment-biodiversity-register .c2.r6,
.page-environment .environment-focus-grid .c2.r6,
.page-environment .environment-contribution-grid .c2.r6,
.page-environment .environment-decarbonisation-grid .c2.r6,
.page-environment .environment-ghg-science-based .c2.r6,
.page-environment .environment-water-withdrawals-grid .c2.r6,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c3.r6,
.page-environment .reduction-grid .c3.r6,
.page-environment .environment-ghg-by-source-grid .c3.r6,
.page-environment .environment-ghg-scope-3 .c3.r6,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c3.r6,
.page-environment .environment-tcfd-scenario-2 .c3.r6,
.page-environment .environment-climate-related-risks-grid .c3.r6,
.page-environment .environment-biodiversity-register .c3.r6,
.page-environment .environment-focus-grid .c3.r6,
.page-environment .environment-contribution-grid .c3.r6,
.page-environment .environment-decarbonisation-grid .c3.r6,
.page-environment .environment-ghg-science-based .c3.r6,
.page-environment .environment-water-withdrawals-grid .c3.r6,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c4.r6,
.page-environment .reduction-grid .c4.r6,
.page-environment .environment-ghg-by-source-grid .c4.r6,
.page-environment .environment-ghg-scope-3 .c4.r6,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c4.r6,
.page-environment .environment-tcfd-scenario-2 .c4.r6,
.page-environment .environment-climate-related-risks-grid .c4.r6,
.page-environment .environment-biodiversity-register .c4.r6,
.page-environment .environment-focus-grid .c4.r6,
.page-environment .environment-contribution-grid .c4.r6,
.page-environment .environment-decarbonisation-grid .c4.r6,
.page-environment .environment-ghg-science-based .c4.r6,
.page-environment .environment-water-withdrawals-grid .c4.r6,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c5.r6,
.page-environment .reduction-grid .c5.r6,
.page-environment .environment-ghg-by-source-grid .c5.r6,
.page-environment .environment-ghg-scope-3 .c5.r6,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c5.r6,
.page-environment .environment-tcfd-scenario-2 .c5.r6,
.page-environment .environment-climate-related-risks-grid .c5.r6,
.page-environment .environment-biodiversity-register .c5.r6,
.page-environment .environment-focus-grid .c5.r6,
.page-environment .environment-contribution-grid .c5.r6,
.page-environment .environment-decarbonisation-grid .c5.r6,
.page-environment .environment-ghg-science-based .c5.r6,
.page-environment .environment-water-withdrawals-grid .c5.r6,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c6.r6,
.page-environment .reduction-grid .c6.r6,
.page-environment .environment-ghg-by-source-grid .c6.r6,
.page-environment .environment-ghg-scope-3 .c6.r6,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c6.r6,
.page-environment .environment-tcfd-scenario-2 .c6.r6,
.page-environment .environment-climate-related-risks-grid .c6.r6,
.page-environment .environment-biodiversity-register .c6.r6,
.page-environment .environment-focus-grid .c6.r6,
.page-environment .environment-contribution-grid .c6.r6,
.page-environment .environment-decarbonisation-grid .c6.r6,
.page-environment .environment-ghg-science-based .c6.r6,
.page-environment .environment-water-withdrawals-grid .c6.r6,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c7.r6,
.page-environment .reduction-grid .c7.r6,
.page-environment .environment-ghg-by-source-grid .c7.r6,
.page-environment .environment-ghg-scope-3 .c7.r6,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c7.r6,
.page-environment .environment-tcfd-scenario-2 .c7.r6,
.page-environment .environment-climate-related-risks-grid .c7.r6,
.page-environment .environment-biodiversity-register .c7.r6,
.page-environment .environment-focus-grid .c7.r6,
.page-environment .environment-contribution-grid .c7.r6,
.page-environment .environment-decarbonisation-grid .c7.r6,
.page-environment .environment-ghg-science-based .c7.r6,
.page-environment .environment-water-withdrawals-grid .c7.r6,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c8.r6,
.page-environment .reduction-grid .c8.r6,
.page-environment .environment-ghg-by-source-grid .c8.r6,
.page-environment .environment-ghg-scope-3 .c8.r6,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c8.r6,
.page-environment .environment-tcfd-scenario-2 .c8.r6,
.page-environment .environment-climate-related-risks-grid .c8.r6,
.page-environment .environment-biodiversity-register .c8.r6,
.page-environment .environment-focus-grid .c8.r6,
.page-environment .environment-contribution-grid .c8.r6,
.page-environment .environment-decarbonisation-grid .c8.r6,
.page-environment .environment-ghg-science-based .c8.r6,
.page-environment .environment-water-withdrawals-grid .c8.r6,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c1.r7,
.page-environment .reduction-grid .c1.r7,
.page-environment .environment-ghg-by-source-grid .c1.r7,
.page-environment .environment-ghg-scope-3 .c1.r7,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c1.r7,
.page-environment .environment-tcfd-scenario-2 .c1.r7,
.page-environment .environment-climate-related-risks-grid .c1.r7,
.page-environment .environment-biodiversity-register .c1.r7,
.page-environment .environment-focus-grid .c1.r7,
.page-environment .environment-contribution-grid .c1.r7,
.page-environment .environment-decarbonisation-grid .c1.r7,
.page-environment .environment-ghg-science-based .c1.r7,
.page-environment .environment-water-withdrawals-grid .c1.r7,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c2.r7,
.page-environment .reduction-grid .c2.r7,
.page-environment .environment-ghg-by-source-grid .c2.r7,
.page-environment .environment-ghg-scope-3 .c2.r7,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c2.r7,
.page-environment .environment-tcfd-scenario-2 .c2.r7,
.page-environment .environment-climate-related-risks-grid .c2.r7,
.page-environment .environment-biodiversity-register .c2.r7,
.page-environment .environment-focus-grid .c2.r7,
.page-environment .environment-contribution-grid .c2.r7,
.page-environment .environment-decarbonisation-grid .c2.r7,
.page-environment .environment-ghg-science-based .c2.r7,
.page-environment .environment-water-withdrawals-grid .c2.r7,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c3.r7,
.page-environment .reduction-grid .c3.r7,
.page-environment .environment-ghg-by-source-grid .c3.r7,
.page-environment .environment-ghg-scope-3 .c3.r7,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c3.r7,
.page-environment .environment-tcfd-scenario-2 .c3.r7,
.page-environment .environment-climate-related-risks-grid .c3.r7,
.page-environment .environment-biodiversity-register .c3.r7,
.page-environment .environment-focus-grid .c3.r7,
.page-environment .environment-contribution-grid .c3.r7,
.page-environment .environment-decarbonisation-grid .c3.r7,
.page-environment .environment-ghg-science-based .c3.r7,
.page-environment .environment-water-withdrawals-grid .c3.r7,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c4.r7,
.page-environment .reduction-grid .c4.r7,
.page-environment .environment-ghg-by-source-grid .c4.r7,
.page-environment .environment-ghg-scope-3 .c4.r7,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c4.r7,
.page-environment .environment-tcfd-scenario-2 .c4.r7,
.page-environment .environment-climate-related-risks-grid .c4.r7,
.page-environment .environment-biodiversity-register .c4.r7,
.page-environment .environment-focus-grid .c4.r7,
.page-environment .environment-contribution-grid .c4.r7,
.page-environment .environment-decarbonisation-grid .c4.r7,
.page-environment .environment-ghg-science-based .c4.r7,
.page-environment .environment-water-withdrawals-grid .c4.r7,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c5.r7,
.page-environment .reduction-grid .c5.r7,
.page-environment .environment-ghg-by-source-grid .c5.r7,
.page-environment .environment-ghg-scope-3 .c5.r7,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c5.r7,
.page-environment .environment-tcfd-scenario-2 .c5.r7,
.page-environment .environment-climate-related-risks-grid .c5.r7,
.page-environment .environment-biodiversity-register .c5.r7,
.page-environment .environment-focus-grid .c5.r7,
.page-environment .environment-contribution-grid .c5.r7,
.page-environment .environment-decarbonisation-grid .c5.r7,
.page-environment .environment-ghg-science-based .c5.r7,
.page-environment .environment-water-withdrawals-grid .c5.r7,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c6.r7,
.page-environment .reduction-grid .c6.r7,
.page-environment .environment-ghg-by-source-grid .c6.r7,
.page-environment .environment-ghg-scope-3 .c6.r7,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c6.r7,
.page-environment .environment-tcfd-scenario-2 .c6.r7,
.page-environment .environment-climate-related-risks-grid .c6.r7,
.page-environment .environment-biodiversity-register .c6.r7,
.page-environment .environment-focus-grid .c6.r7,
.page-environment .environment-contribution-grid .c6.r7,
.page-environment .environment-decarbonisation-grid .c6.r7,
.page-environment .environment-ghg-science-based .c6.r7,
.page-environment .environment-water-withdrawals-grid .c6.r7,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c7.r7,
.page-environment .reduction-grid .c7.r7,
.page-environment .environment-ghg-by-source-grid .c7.r7,
.page-environment .environment-ghg-scope-3 .c7.r7,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c7.r7,
.page-environment .environment-tcfd-scenario-2 .c7.r7,
.page-environment .environment-climate-related-risks-grid .c7.r7,
.page-environment .environment-biodiversity-register .c7.r7,
.page-environment .environment-focus-grid .c7.r7,
.page-environment .environment-contribution-grid .c7.r7,
.page-environment .environment-decarbonisation-grid .c7.r7,
.page-environment .environment-ghg-science-based .c7.r7,
.page-environment .environment-water-withdrawals-grid .c7.r7,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c8.r7,
.page-environment .reduction-grid .c8.r7,
.page-environment .environment-ghg-by-source-grid .c8.r7,
.page-environment .environment-ghg-scope-3 .c8.r7,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c8.r7,
.page-environment .environment-tcfd-scenario-2 .c8.r7,
.page-environment .environment-climate-related-risks-grid .c8.r7,
.page-environment .environment-biodiversity-register .c8.r7,
.page-environment .environment-focus-grid .c8.r7,
.page-environment .environment-contribution-grid .c8.r7,
.page-environment .environment-decarbonisation-grid .c8.r7,
.page-environment .environment-ghg-science-based .c8.r7,
.page-environment .environment-water-withdrawals-grid .c8.r7,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c1.r8,
.page-environment .reduction-grid .c1.r8,
.page-environment .environment-ghg-by-source-grid .c1.r8,
.page-environment .environment-ghg-scope-3 .c1.r8,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c1.r8,
.page-environment .environment-tcfd-scenario-2 .c1.r8,
.page-environment .environment-climate-related-risks-grid .c1.r8,
.page-environment .environment-biodiversity-register .c1.r8,
.page-environment .environment-focus-grid .c1.r8,
.page-environment .environment-contribution-grid .c1.r8,
.page-environment .environment-decarbonisation-grid .c1.r8,
.page-environment .environment-ghg-science-based .c1.r8,
.page-environment .environment-water-withdrawals-grid .c1.r8,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c2.r8,
.page-environment .reduction-grid .c2.r8,
.page-environment .environment-ghg-by-source-grid .c2.r8,
.page-environment .environment-ghg-scope-3 .c2.r8,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c2.r8,
.page-environment .environment-tcfd-scenario-2 .c2.r8,
.page-environment .environment-climate-related-risks-grid .c2.r8,
.page-environment .environment-biodiversity-register .c2.r8,
.page-environment .environment-focus-grid .c2.r8,
.page-environment .environment-contribution-grid .c2.r8,
.page-environment .environment-decarbonisation-grid .c2.r8,
.page-environment .environment-ghg-science-based .c2.r8,
.page-environment .environment-water-withdrawals-grid .c2.r8,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c3.r8,
.page-environment .reduction-grid .c3.r8,
.page-environment .environment-ghg-by-source-grid .c3.r8,
.page-environment .environment-ghg-scope-3 .c3.r8,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c3.r8,
.page-environment .environment-tcfd-scenario-2 .c3.r8,
.page-environment .environment-climate-related-risks-grid .c3.r8,
.page-environment .environment-biodiversity-register .c3.r8,
.page-environment .environment-focus-grid .c3.r8,
.page-environment .environment-contribution-grid .c3.r8,
.page-environment .environment-decarbonisation-grid .c3.r8,
.page-environment .environment-ghg-science-based .c3.r8,
.page-environment .environment-water-withdrawals-grid .c3.r8,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c4.r8,
.page-environment .reduction-grid .c4.r8,
.page-environment .environment-ghg-by-source-grid .c4.r8,
.page-environment .environment-ghg-scope-3 .c4.r8,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c4.r8,
.page-environment .environment-tcfd-scenario-2 .c4.r8,
.page-environment .environment-climate-related-risks-grid .c4.r8,
.page-environment .environment-biodiversity-register .c4.r8,
.page-environment .environment-focus-grid .c4.r8,
.page-environment .environment-contribution-grid .c4.r8,
.page-environment .environment-decarbonisation-grid .c4.r8,
.page-environment .environment-ghg-science-based .c4.r8,
.page-environment .environment-water-withdrawals-grid .c4.r8,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c5.r8,
.page-environment .reduction-grid .c5.r8,
.page-environment .environment-ghg-by-source-grid .c5.r8,
.page-environment .environment-ghg-scope-3 .c5.r8,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c5.r8,
.page-environment .environment-tcfd-scenario-2 .c5.r8,
.page-environment .environment-climate-related-risks-grid .c5.r8,
.page-environment .environment-biodiversity-register .c5.r8,
.page-environment .environment-focus-grid .c5.r8,
.page-environment .environment-contribution-grid .c5.r8,
.page-environment .environment-decarbonisation-grid .c5.r8,
.page-environment .environment-ghg-science-based .c5.r8,
.page-environment .environment-water-withdrawals-grid .c5.r8,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c6.r8,
.page-environment .reduction-grid .c6.r8,
.page-environment .environment-ghg-by-source-grid .c6.r8,
.page-environment .environment-ghg-scope-3 .c6.r8,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c6.r8,
.page-environment .environment-tcfd-scenario-2 .c6.r8,
.page-environment .environment-climate-related-risks-grid .c6.r8,
.page-environment .environment-biodiversity-register .c6.r8,
.page-environment .environment-focus-grid .c6.r8,
.page-environment .environment-contribution-grid .c6.r8,
.page-environment .environment-decarbonisation-grid .c6.r8,
.page-environment .environment-ghg-science-based .c6.r8,
.page-environment .environment-water-withdrawals-grid .c6.r8,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c7.r8,
.page-environment .reduction-grid .c7.r8,
.page-environment .environment-ghg-by-source-grid .c7.r8,
.page-environment .environment-ghg-scope-3 .c7.r8,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c7.r8,
.page-environment .environment-tcfd-scenario-2 .c7.r8,
.page-environment .environment-climate-related-risks-grid .c7.r8,
.page-environment .environment-biodiversity-register .c7.r8,
.page-environment .environment-focus-grid .c7.r8,
.page-environment .environment-contribution-grid .c7.r8,
.page-environment .environment-decarbonisation-grid .c7.r8,
.page-environment .environment-ghg-science-based .c7.r8,
.page-environment .environment-water-withdrawals-grid .c7.r8,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c8.r8,
.page-environment .reduction-grid .c8.r8,
.page-environment .environment-ghg-by-source-grid .c8.r8,
.page-environment .environment-ghg-scope-3 .c8.r8,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c8.r8,
.page-environment .environment-tcfd-scenario-2 .c8.r8,
.page-environment .environment-climate-related-risks-grid .c8.r8,
.page-environment .environment-biodiversity-register .c8.r8,
.page-environment .environment-focus-grid .c8.r8,
.page-environment .environment-contribution-grid .c8.r8,
.page-environment .environment-decarbonisation-grid .c8.r8,
.page-environment .environment-ghg-science-based .c8.r8,
.page-environment .environment-water-withdrawals-grid .c8.r8,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c1.r9,
.page-environment .reduction-grid .c1.r9,
.page-environment .environment-ghg-by-source-grid .c1.r9,
.page-environment .environment-ghg-scope-3 .c1.r9,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c1.r9,
.page-environment .environment-tcfd-scenario-2 .c1.r9,
.page-environment .environment-climate-related-risks-grid .c1.r9,
.page-environment .environment-biodiversity-register .c1.r9,
.page-environment .environment-focus-grid .c1.r9,
.page-environment .environment-contribution-grid .c1.r9,
.page-environment .environment-decarbonisation-grid .c1.r9,
.page-environment .environment-ghg-science-based .c1.r9,
.page-environment .environment-water-withdrawals-grid .c1.r9,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c2.r9,
.page-environment .reduction-grid .c2.r9,
.page-environment .environment-ghg-by-source-grid .c2.r9,
.page-environment .environment-ghg-scope-3 .c2.r9,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c2.r9,
.page-environment .environment-tcfd-scenario-2 .c2.r9,
.page-environment .environment-climate-related-risks-grid .c2.r9,
.page-environment .environment-biodiversity-register .c2.r9,
.page-environment .environment-focus-grid .c2.r9,
.page-environment .environment-contribution-grid .c2.r9,
.page-environment .environment-decarbonisation-grid .c2.r9,
.page-environment .environment-ghg-science-based .c2.r9,
.page-environment .environment-water-withdrawals-grid .c2.r9,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c3.r9,
.page-environment .reduction-grid .c3.r9,
.page-environment .environment-ghg-by-source-grid .c3.r9,
.page-environment .environment-ghg-scope-3 .c3.r9,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c3.r9,
.page-environment .environment-tcfd-scenario-2 .c3.r9,
.page-environment .environment-climate-related-risks-grid .c3.r9,
.page-environment .environment-biodiversity-register .c3.r9,
.page-environment .environment-focus-grid .c3.r9,
.page-environment .environment-contribution-grid .c3.r9,
.page-environment .environment-decarbonisation-grid .c3.r9,
.page-environment .environment-ghg-science-based .c3.r9,
.page-environment .environment-water-withdrawals-grid .c3.r9,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c4.r9,
.page-environment .reduction-grid .c4.r9,
.page-environment .environment-ghg-by-source-grid .c4.r9,
.page-environment .environment-ghg-scope-3 .c4.r9,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c4.r9,
.page-environment .environment-tcfd-scenario-2 .c4.r9,
.page-environment .environment-climate-related-risks-grid .c4.r9,
.page-environment .environment-biodiversity-register .c4.r9,
.page-environment .environment-focus-grid .c4.r9,
.page-environment .environment-contribution-grid .c4.r9,
.page-environment .environment-decarbonisation-grid .c4.r9,
.page-environment .environment-ghg-science-based .c4.r9,
.page-environment .environment-water-withdrawals-grid .c4.r9,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c5.r9,
.page-environment .reduction-grid .c5.r9,
.page-environment .environment-ghg-by-source-grid .c5.r9,
.page-environment .environment-ghg-scope-3 .c5.r9,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c5.r9,
.page-environment .environment-tcfd-scenario-2 .c5.r9,
.page-environment .environment-climate-related-risks-grid .c5.r9,
.page-environment .environment-biodiversity-register .c5.r9,
.page-environment .environment-focus-grid .c5.r9,
.page-environment .environment-contribution-grid .c5.r9,
.page-environment .environment-decarbonisation-grid .c5.r9,
.page-environment .environment-ghg-science-based .c5.r9,
.page-environment .environment-water-withdrawals-grid .c5.r9,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c6.r9,
.page-environment .reduction-grid .c6.r9,
.page-environment .environment-ghg-by-source-grid .c6.r9,
.page-environment .environment-ghg-scope-3 .c6.r9,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c6.r9,
.page-environment .environment-tcfd-scenario-2 .c6.r9,
.page-environment .environment-climate-related-risks-grid .c6.r9,
.page-environment .environment-biodiversity-register .c6.r9,
.page-environment .environment-focus-grid .c6.r9,
.page-environment .environment-contribution-grid .c6.r9,
.page-environment .environment-decarbonisation-grid .c6.r9,
.page-environment .environment-ghg-science-based .c6.r9,
.page-environment .environment-water-withdrawals-grid .c6.r9,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c7.r9,
.page-environment .reduction-grid .c7.r9,
.page-environment .environment-ghg-by-source-grid .c7.r9,
.page-environment .environment-ghg-scope-3 .c7.r9,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c7.r9,
.page-environment .environment-tcfd-scenario-2 .c7.r9,
.page-environment .environment-climate-related-risks-grid .c7.r9,
.page-environment .environment-biodiversity-register .c7.r9,
.page-environment .environment-focus-grid .c7.r9,
.page-environment .environment-contribution-grid .c7.r9,
.page-environment .environment-decarbonisation-grid .c7.r9,
.page-environment .environment-ghg-science-based .c7.r9,
.page-environment .environment-water-withdrawals-grid .c7.r9,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c8.r9,
.page-environment .reduction-grid .c8.r9,
.page-environment .environment-ghg-by-source-grid .c8.r9,
.page-environment .environment-ghg-scope-3 .c8.r9,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c8.r9,
.page-environment .environment-tcfd-scenario-2 .c8.r9,
.page-environment .environment-climate-related-risks-grid .c8.r9,
.page-environment .environment-biodiversity-register .c8.r9,
.page-environment .environment-focus-grid .c8.r9,
.page-environment .environment-contribution-grid .c8.r9,
.page-environment .environment-decarbonisation-grid .c8.r9,
.page-environment .environment-ghg-science-based .c8.r9,
.page-environment .environment-water-withdrawals-grid .c8.r9,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c1.r10,
.page-environment .reduction-grid .c1.r10,
.page-environment .environment-ghg-by-source-grid .c1.r10,
.page-environment .environment-ghg-scope-3 .c1.r10,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c1.r10,
.page-environment .environment-tcfd-scenario-2 .c1.r10,
.page-environment .environment-climate-related-risks-grid .c1.r10,
.page-environment .environment-biodiversity-register .c1.r10,
.page-environment .environment-focus-grid .c1.r10,
.page-environment .environment-contribution-grid .c1.r10,
.page-environment .environment-decarbonisation-grid .c1.r10,
.page-environment .environment-ghg-science-based .c1.r10,
.page-environment .environment-water-withdrawals-grid .c1.r10,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c2.r10,
.page-environment .reduction-grid .c2.r10,
.page-environment .environment-ghg-by-source-grid .c2.r10,
.page-environment .environment-ghg-scope-3 .c2.r10,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c2.r10,
.page-environment .environment-tcfd-scenario-2 .c2.r10,
.page-environment .environment-climate-related-risks-grid .c2.r10,
.page-environment .environment-biodiversity-register .c2.r10,
.page-environment .environment-focus-grid .c2.r10,
.page-environment .environment-contribution-grid .c2.r10,
.page-environment .environment-decarbonisation-grid .c2.r10,
.page-environment .environment-ghg-science-based .c2.r10,
.page-environment .environment-water-withdrawals-grid .c2.r10,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c3.r10,
.page-environment .reduction-grid .c3.r10,
.page-environment .environment-ghg-by-source-grid .c3.r10,
.page-environment .environment-ghg-scope-3 .c3.r10,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c3.r10,
.page-environment .environment-tcfd-scenario-2 .c3.r10,
.page-environment .environment-climate-related-risks-grid .c3.r10,
.page-environment .environment-biodiversity-register .c3.r10,
.page-environment .environment-focus-grid .c3.r10,
.page-environment .environment-contribution-grid .c3.r10,
.page-environment .environment-decarbonisation-grid .c3.r10,
.page-environment .environment-ghg-science-based .c3.r10,
.page-environment .environment-water-withdrawals-grid .c3.r10,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c4.r10,
.page-environment .reduction-grid .c4.r10,
.page-environment .environment-ghg-by-source-grid .c4.r10,
.page-environment .environment-ghg-scope-3 .c4.r10,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c4.r10,
.page-environment .environment-tcfd-scenario-2 .c4.r10,
.page-environment .environment-climate-related-risks-grid .c4.r10,
.page-environment .environment-biodiversity-register .c4.r10,
.page-environment .environment-focus-grid .c4.r10,
.page-environment .environment-contribution-grid .c4.r10,
.page-environment .environment-decarbonisation-grid .c4.r10,
.page-environment .environment-ghg-science-based .c4.r10,
.page-environment .environment-water-withdrawals-grid .c4.r10,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c5.r10,
.page-environment .reduction-grid .c5.r10,
.page-environment .environment-ghg-by-source-grid .c5.r10,
.page-environment .environment-ghg-scope-3 .c5.r10,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c5.r10,
.page-environment .environment-tcfd-scenario-2 .c5.r10,
.page-environment .environment-climate-related-risks-grid .c5.r10,
.page-environment .environment-biodiversity-register .c5.r10,
.page-environment .environment-focus-grid .c5.r10,
.page-environment .environment-contribution-grid .c5.r10,
.page-environment .environment-decarbonisation-grid .c5.r10,
.page-environment .environment-ghg-science-based .c5.r10,
.page-environment .environment-water-withdrawals-grid .c5.r10,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c6.r10,
.page-environment .reduction-grid .c6.r10,
.page-environment .environment-ghg-by-source-grid .c6.r10,
.page-environment .environment-ghg-scope-3 .c6.r10,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c6.r10,
.page-environment .environment-tcfd-scenario-2 .c6.r10,
.page-environment .environment-climate-related-risks-grid .c6.r10,
.page-environment .environment-biodiversity-register .c6.r10,
.page-environment .environment-focus-grid .c6.r10,
.page-environment .environment-contribution-grid .c6.r10,
.page-environment .environment-decarbonisation-grid .c6.r10,
.page-environment .environment-ghg-science-based .c6.r10,
.page-environment .environment-water-withdrawals-grid .c6.r10,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c7.r10,
.page-environment .reduction-grid .c7.r10,
.page-environment .environment-ghg-by-source-grid .c7.r10,
.page-environment .environment-ghg-scope-3 .c7.r10,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c7.r10,
.page-environment .environment-tcfd-scenario-2 .c7.r10,
.page-environment .environment-climate-related-risks-grid .c7.r10,
.page-environment .environment-biodiversity-register .c7.r10,
.page-environment .environment-focus-grid .c7.r10,
.page-environment .environment-contribution-grid .c7.r10,
.page-environment .environment-decarbonisation-grid .c7.r10,
.page-environment .environment-ghg-science-based .c7.r10,
.page-environment .environment-water-withdrawals-grid .c7.r10,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c8.r10,
.page-environment .reduction-grid .c8.r10,
.page-environment .environment-ghg-by-source-grid .c8.r10,
.page-environment .environment-ghg-scope-3 .c8.r10,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c8.r10,
.page-environment .environment-tcfd-scenario-2 .c8.r10,
.page-environment .environment-climate-related-risks-grid .c8.r10,
.page-environment .environment-biodiversity-register .c8.r10,
.page-environment .environment-focus-grid .c8.r10,
.page-environment .environment-contribution-grid .c8.r10,
.page-environment .environment-decarbonisation-grid .c8.r10,
.page-environment .environment-ghg-science-based .c8.r10,
.page-environment .environment-water-withdrawals-grid .c8.r10,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c1.r11,
.page-environment .reduction-grid .c1.r11,
.page-environment .environment-ghg-by-source-grid .c1.r11,
.page-environment .environment-ghg-scope-3 .c1.r11,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c1.r11,
.page-environment .environment-tcfd-scenario-2 .c1.r11,
.page-environment .environment-climate-related-risks-grid .c1.r11,
.page-environment .environment-biodiversity-register .c1.r11,
.page-environment .environment-focus-grid .c1.r11,
.page-environment .environment-contribution-grid .c1.r11,
.page-environment .environment-decarbonisation-grid .c1.r11,
.page-environment .environment-ghg-science-based .c1.r11,
.page-environment .environment-water-withdrawals-grid .c1.r11,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c2.r11,
.page-environment .reduction-grid .c2.r11,
.page-environment .environment-ghg-by-source-grid .c2.r11,
.page-environment .environment-ghg-scope-3 .c2.r11,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c2.r11,
.page-environment .environment-tcfd-scenario-2 .c2.r11,
.page-environment .environment-climate-related-risks-grid .c2.r11,
.page-environment .environment-biodiversity-register .c2.r11,
.page-environment .environment-focus-grid .c2.r11,
.page-environment .environment-contribution-grid .c2.r11,
.page-environment .environment-decarbonisation-grid .c2.r11,
.page-environment .environment-ghg-science-based .c2.r11,
.page-environment .environment-water-withdrawals-grid .c2.r11,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c3.r11,
.page-environment .reduction-grid .c3.r11,
.page-environment .environment-ghg-by-source-grid .c3.r11,
.page-environment .environment-ghg-scope-3 .c3.r11,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c3.r11,
.page-environment .environment-tcfd-scenario-2 .c3.r11,
.page-environment .environment-climate-related-risks-grid .c3.r11,
.page-environment .environment-biodiversity-register .c3.r11,
.page-environment .environment-focus-grid .c3.r11,
.page-environment .environment-contribution-grid .c3.r11,
.page-environment .environment-decarbonisation-grid .c3.r11,
.page-environment .environment-ghg-science-based .c3.r11,
.page-environment .environment-water-withdrawals-grid .c3.r11,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c4.r11,
.page-environment .reduction-grid .c4.r11,
.page-environment .environment-ghg-by-source-grid .c4.r11,
.page-environment .environment-ghg-scope-3 .c4.r11,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c4.r11,
.page-environment .environment-tcfd-scenario-2 .c4.r11,
.page-environment .environment-climate-related-risks-grid .c4.r11,
.page-environment .environment-biodiversity-register .c4.r11,
.page-environment .environment-focus-grid .c4.r11,
.page-environment .environment-contribution-grid .c4.r11,
.page-environment .environment-decarbonisation-grid .c4.r11,
.page-environment .environment-ghg-science-based .c4.r11,
.page-environment .environment-water-withdrawals-grid .c4.r11,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c5.r11,
.page-environment .reduction-grid .c5.r11,
.page-environment .environment-ghg-by-source-grid .c5.r11,
.page-environment .environment-ghg-scope-3 .c5.r11,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c5.r11,
.page-environment .environment-tcfd-scenario-2 .c5.r11,
.page-environment .environment-climate-related-risks-grid .c5.r11,
.page-environment .environment-biodiversity-register .c5.r11,
.page-environment .environment-focus-grid .c5.r11,
.page-environment .environment-contribution-grid .c5.r11,
.page-environment .environment-decarbonisation-grid .c5.r11,
.page-environment .environment-ghg-science-based .c5.r11,
.page-environment .environment-water-withdrawals-grid .c5.r11,
.page-environment .environment-water-discharges-grid .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 .recycled-waste-grid .c6.r11,
.page-environment .reduction-grid .c6.r11,
.page-environment .environment-ghg-by-source-grid .c6.r11,
.page-environment .environment-ghg-scope-3 .c6.r11,
.page-environment .environment-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,
.page-environment .environment-tcfd-scenario-1 .c6.r11,
.page-environment .environment-tcfd-scenario-2 .c6.r11,
.page-environment .environment-climate-related-risks-grid .c6.r11,
.page-environment .environment-biodiversity-register .c6.r11,
.page-environment .environment-focus-grid .c6.r11,
.page-environment .environment-contribution-grid .c6.r11,
.page-environment .environment-decarbonisation-grid .c6.r11,
.page-environment .environment-ghg-science-based .c6.r11,
.page-environment .environment-water-withdrawals-grid .c6.r11,
.page-environment .environment-water-discharges-grid .c6.r11 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-environment .environment-ghg-grid .c1.r12,
.page-environment .environment-emissions-grid .c1.r12,
.page-environment .environment-compliance-grid .c1.r12,
.page-environment .environment-governance-grid .c1.r12,
.page-environment .legend .c1.r12,
.page-environment .gas-grid .c1.r12,
.page-environment .emissions-grid .c1.r12,
.page-environment .business-grid .c1.r12,
.page-environment .trends-grid .c1.r12,
.page-environment .recycled-waste-grid .c1.r12,
.page-environment .reduction-grid .c1.r12,
.page-environment .environment-ghg-by-source-grid .c1.r12,
.page-environment .environment-ghg-scope-3 .c1.r12,
.page-environment .environment-scope-3 .c1.r12,
.page-environment .environment-ghg-energy-consumption .c1.r12,
.page-environment .environment-ghg-energy-production .c1.r12,
.page-environment .environment-ghg-emissions-by-scope .c1.r12,
.page-environment .environment-tcfd-scenario-1 .c1.r12,
.page-environment .environment-tcfd-scenario-2 .c1.r12,
.page-environment .environment-climate-related-risks-grid .c1.r12,
.page-environment .environment-biodiversity-register .c1.r12,
.page-environment .environment-focus-grid .c1.r12,
.page-environment .environment-contribution-grid .c1.r12,
.page-environment .environment-decarbonisation-grid .c1.r12,
.page-environment .environment-ghg-science-based .c1.r12,
.page-environment .environment-water-withdrawals-grid .c1.r12,
.page-environment .environment-water-discharges-grid .c1.r12 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-environment .environment-ghg-grid .c2.r12,
.page-environment .environment-emissions-grid .c2.r12,
.page-environment .environment-compliance-grid .c2.r12,
.page-environment .environment-governance-grid .c2.r12,
.page-environment .legend .c2.r12,
.page-environment .gas-grid .c2.r12,
.page-environment .emissions-grid .c2.r12,
.page-environment .business-grid .c2.r12,
.page-environment .trends-grid .c2.r12,
.page-environment .recycled-waste-grid .c2.r12,
.page-environment .reduction-grid .c2.r12,
.page-environment .environment-ghg-by-source-grid .c2.r12,
.page-environment .environment-ghg-scope-3 .c2.r12,
.page-environment .environment-scope-3 .c2.r12,
.page-environment .environment-ghg-energy-consumption .c2.r12,
.page-environment .environment-ghg-energy-production .c2.r12,
.page-environment .environment-ghg-emissions-by-scope .c2.r12,
.page-environment .environment-tcfd-scenario-1 .c2.r12,
.page-environment .environment-tcfd-scenario-2 .c2.r12,
.page-environment .environment-climate-related-risks-grid .c2.r12,
.page-environment .environment-biodiversity-register .c2.r12,
.page-environment .environment-focus-grid .c2.r12,
.page-environment .environment-contribution-grid .c2.r12,
.page-environment .environment-decarbonisation-grid .c2.r12,
.page-environment .environment-ghg-science-based .c2.r12,
.page-environment .environment-water-withdrawals-grid .c2.r12,
.page-environment .environment-water-discharges-grid .c2.r12 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-environment .environment-ghg-grid .c3.r12,
.page-environment .environment-emissions-grid .c3.r12,
.page-environment .environment-compliance-grid .c3.r12,
.page-environment .environment-governance-grid .c3.r12,
.page-environment .legend .c3.r12,
.page-environment .gas-grid .c3.r12,
.page-environment .emissions-grid .c3.r12,
.page-environment .business-grid .c3.r12,
.page-environment .trends-grid .c3.r12,
.page-environment .recycled-waste-grid .c3.r12,
.page-environment .reduction-grid .c3.r12,
.page-environment .environment-ghg-by-source-grid .c3.r12,
.page-environment .environment-ghg-scope-3 .c3.r12,
.page-environment .environment-scope-3 .c3.r12,
.page-environment .environment-ghg-energy-consumption .c3.r12,
.page-environment .environment-ghg-energy-production .c3.r12,
.page-environment .environment-ghg-emissions-by-scope .c3.r12,
.page-environment .environment-tcfd-scenario-1 .c3.r12,
.page-environment .environment-tcfd-scenario-2 .c3.r12,
.page-environment .environment-climate-related-risks-grid .c3.r12,
.page-environment .environment-biodiversity-register .c3.r12,
.page-environment .environment-focus-grid .c3.r12,
.page-environment .environment-contribution-grid .c3.r12,
.page-environment .environment-decarbonisation-grid .c3.r12,
.page-environment .environment-ghg-science-based .c3.r12,
.page-environment .environment-water-withdrawals-grid .c3.r12,
.page-environment .environment-water-discharges-grid .c3.r12 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-environment .environment-ghg-grid .c4.r12,
.page-environment .environment-emissions-grid .c4.r12,
.page-environment .environment-compliance-grid .c4.r12,
.page-environment .environment-governance-grid .c4.r12,
.page-environment .legend .c4.r12,
.page-environment .gas-grid .c4.r12,
.page-environment .emissions-grid .c4.r12,
.page-environment .business-grid .c4.r12,
.page-environment .trends-grid .c4.r12,
.page-environment .recycled-waste-grid .c4.r12,
.page-environment .reduction-grid .c4.r12,
.page-environment .environment-ghg-by-source-grid .c4.r12,
.page-environment .environment-ghg-scope-3 .c4.r12,
.page-environment .environment-scope-3 .c4.r12,
.page-environment .environment-ghg-energy-consumption .c4.r12,
.page-environment .environment-ghg-energy-production .c4.r12,
.page-environment .environment-ghg-emissions-by-scope .c4.r12,
.page-environment .environment-tcfd-scenario-1 .c4.r12,
.page-environment .environment-tcfd-scenario-2 .c4.r12,
.page-environment .environment-climate-related-risks-grid .c4.r12,
.page-environment .environment-biodiversity-register .c4.r12,
.page-environment .environment-focus-grid .c4.r12,
.page-environment .environment-contribution-grid .c4.r12,
.page-environment .environment-decarbonisation-grid .c4.r12,
.page-environment .environment-ghg-science-based .c4.r12,
.page-environment .environment-water-withdrawals-grid .c4.r12,
.page-environment .environment-water-discharges-grid .c4.r12 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-environment .environment-ghg-grid .c1.r13,
.page-environment .environment-emissions-grid .c1.r13,
.page-environment .environment-compliance-grid .c1.r13,
.page-environment .environment-governance-grid .c1.r13,
.page-environment .legend .c1.r13,
.page-environment .gas-grid .c1.r13,
.page-environment .emissions-grid .c1.r13,
.page-environment .business-grid .c1.r13,
.page-environment .trends-grid .c1.r13,
.page-environment .recycled-waste-grid .c1.r13,
.page-environment .reduction-grid .c1.r13,
.page-environment .environment-ghg-by-source-grid .c1.r13,
.page-environment .environment-ghg-scope-3 .c1.r13,
.page-environment .environment-scope-3 .c1.r13,
.page-environment .environment-ghg-energy-consumption .c1.r13,
.page-environment .environment-ghg-energy-production .c1.r13,
.page-environment .environment-ghg-emissions-by-scope .c1.r13,
.page-environment .environment-tcfd-scenario-1 .c1.r13,
.page-environment .environment-tcfd-scenario-2 .c1.r13,
.page-environment .environment-climate-related-risks-grid .c1.r13,
.page-environment .environment-biodiversity-register .c1.r13,
.page-environment .environment-focus-grid .c1.r13,
.page-environment .environment-contribution-grid .c1.r13,
.page-environment .environment-decarbonisation-grid .c1.r13,
.page-environment .environment-ghg-science-based .c1.r13,
.page-environment .environment-water-withdrawals-grid .c1.r13,
.page-environment .environment-water-discharges-grid .c1.r13 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-environment .environment-ghg-grid .c2.r13,
.page-environment .environment-emissions-grid .c2.r13,
.page-environment .environment-compliance-grid .c2.r13,
.page-environment .environment-governance-grid .c2.r13,
.page-environment .legend .c2.r13,
.page-environment .gas-grid .c2.r13,
.page-environment .emissions-grid .c2.r13,
.page-environment .business-grid .c2.r13,
.page-environment .trends-grid .c2.r13,
.page-environment .recycled-waste-grid .c2.r13,
.page-environment .reduction-grid .c2.r13,
.page-environment .environment-ghg-by-source-grid .c2.r13,
.page-environment .environment-ghg-scope-3 .c2.r13,
.page-environment .environment-scope-3 .c2.r13,
.page-environment .environment-ghg-energy-consumption .c2.r13,
.page-environment .environment-ghg-energy-production .c2.r13,
.page-environment .environment-ghg-emissions-by-scope .c2.r13,
.page-environment .environment-tcfd-scenario-1 .c2.r13,
.page-environment .environment-tcfd-scenario-2 .c2.r13,
.page-environment .environment-climate-related-risks-grid .c2.r13,
.page-environment .environment-biodiversity-register .c2.r13,
.page-environment .environment-focus-grid .c2.r13,
.page-environment .environment-contribution-grid .c2.r13,
.page-environment .environment-decarbonisation-grid .c2.r13,
.page-environment .environment-ghg-science-based .c2.r13,
.page-environment .environment-water-withdrawals-grid .c2.r13,
.page-environment .environment-water-discharges-grid .c2.r13 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-environment .environment-ghg-grid .c3.r13,
.page-environment .environment-emissions-grid .c3.r13,
.page-environment .environment-compliance-grid .c3.r13,
.page-environment .environment-governance-grid .c3.r13,
.page-environment .legend .c3.r13,
.page-environment .gas-grid .c3.r13,
.page-environment .emissions-grid .c3.r13,
.page-environment .business-grid .c3.r13,
.page-environment .trends-grid .c3.r13,
.page-environment .recycled-waste-grid .c3.r13,
.page-environment .reduction-grid .c3.r13,
.page-environment .environment-ghg-by-source-grid .c3.r13,
.page-environment .environment-ghg-scope-3 .c3.r13,
.page-environment .environment-scope-3 .c3.r13,
.page-environment .environment-ghg-energy-consumption .c3.r13,
.page-environment .environment-ghg-energy-production .c3.r13,
.page-environment .environment-ghg-emissions-by-scope .c3.r13,
.page-environment .environment-tcfd-scenario-1 .c3.r13,
.page-environment .environment-tcfd-scenario-2 .c3.r13,
.page-environment .environment-climate-related-risks-grid .c3.r13,
.page-environment .environment-biodiversity-register .c3.r13,
.page-environment .environment-focus-grid .c3.r13,
.page-environment .environment-contribution-grid .c3.r13,
.page-environment .environment-decarbonisation-grid .c3.r13,
.page-environment .environment-ghg-science-based .c3.r13,
.page-environment .environment-water-withdrawals-grid .c3.r13,
.page-environment .environment-water-discharges-grid .c3.r13 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-environment .environment-ghg-grid .c4.r13,
.page-environment .environment-emissions-grid .c4.r13,
.page-environment .environment-compliance-grid .c4.r13,
.page-environment .environment-governance-grid .c4.r13,
.page-environment .legend .c4.r13,
.page-environment .gas-grid .c4.r13,
.page-environment .emissions-grid .c4.r13,
.page-environment .business-grid .c4.r13,
.page-environment .trends-grid .c4.r13,
.page-environment .recycled-waste-grid .c4.r13,
.page-environment .reduction-grid .c4.r13,
.page-environment .environment-ghg-by-source-grid .c4.r13,
.page-environment .environment-ghg-scope-3 .c4.r13,
.page-environment .environment-scope-3 .c4.r13,
.page-environment .environment-ghg-energy-consumption .c4.r13,
.page-environment .environment-ghg-energy-production .c4.r13,
.page-environment .environment-ghg-emissions-by-scope .c4.r13,
.page-environment .environment-tcfd-scenario-1 .c4.r13,
.page-environment .environment-tcfd-scenario-2 .c4.r13,
.page-environment .environment-climate-related-risks-grid .c4.r13,
.page-environment .environment-biodiversity-register .c4.r13,
.page-environment .environment-focus-grid .c4.r13,
.page-environment .environment-contribution-grid .c4.r13,
.page-environment .environment-decarbonisation-grid .c4.r13,
.page-environment .environment-ghg-science-based .c4.r13,
.page-environment .environment-water-withdrawals-grid .c4.r13,
.page-environment .environment-water-discharges-grid .c4.r13 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-environment .environment-ghg-grid .c1.r14,
.page-environment .environment-emissions-grid .c1.r14,
.page-environment .environment-compliance-grid .c1.r14,
.page-environment .environment-governance-grid .c1.r14,
.page-environment .legend .c1.r14,
.page-environment .gas-grid .c1.r14,
.page-environment .emissions-grid .c1.r14,
.page-environment .business-grid .c1.r14,
.page-environment .trends-grid .c1.r14,
.page-environment .recycled-waste-grid .c1.r14,
.page-environment .reduction-grid .c1.r14,
.page-environment .environment-ghg-by-source-grid .c1.r14,
.page-environment .environment-ghg-scope-3 .c1.r14,
.page-environment .environment-scope-3 .c1.r14,
.page-environment .environment-ghg-energy-consumption .c1.r14,
.page-environment .environment-ghg-energy-production .c1.r14,
.page-environment .environment-ghg-emissions-by-scope .c1.r14,
.page-environment .environment-tcfd-scenario-1 .c1.r14,
.page-environment .environment-tcfd-scenario-2 .c1.r14,
.page-environment .environment-climate-related-risks-grid .c1.r14,
.page-environment .environment-biodiversity-register .c1.r14,
.page-environment .environment-focus-grid .c1.r14,
.page-environment .environment-contribution-grid .c1.r14,
.page-environment .environment-decarbonisation-grid .c1.r14,
.page-environment .environment-ghg-science-based .c1.r14,
.page-environment .environment-water-withdrawals-grid .c1.r14,
.page-environment .environment-water-discharges-grid .c1.r14 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-environment .environment-ghg-grid .c2.r14,
.page-environment .environment-emissions-grid .c2.r14,
.page-environment .environment-compliance-grid .c2.r14,
.page-environment .environment-governance-grid .c2.r14,
.page-environment .legend .c2.r14,
.page-environment .gas-grid .c2.r14,
.page-environment .emissions-grid .c2.r14,
.page-environment .business-grid .c2.r14,
.page-environment .trends-grid .c2.r14,
.page-environment .recycled-waste-grid .c2.r14,
.page-environment .reduction-grid .c2.r14,
.page-environment .environment-ghg-by-source-grid .c2.r14,
.page-environment .environment-ghg-scope-3 .c2.r14,
.page-environment .environment-scope-3 .c2.r14,
.page-environment .environment-ghg-energy-consumption .c2.r14,
.page-environment .environment-ghg-energy-production .c2.r14,
.page-environment .environment-ghg-emissions-by-scope .c2.r14,
.page-environment .environment-tcfd-scenario-1 .c2.r14,
.page-environment .environment-tcfd-scenario-2 .c2.r14,
.page-environment .environment-climate-related-risks-grid .c2.r14,
.page-environment .environment-biodiversity-register .c2.r14,
.page-environment .environment-focus-grid .c2.r14,
.page-environment .environment-contribution-grid .c2.r14,
.page-environment .environment-decarbonisation-grid .c2.r14,
.page-environment .environment-ghg-science-based .c2.r14,
.page-environment .environment-water-withdrawals-grid .c2.r14,
.page-environment .environment-water-discharges-grid .c2.r14 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-environment .environment-ghg-grid .c3.r14,
.page-environment .environment-emissions-grid .c3.r14,
.page-environment .environment-compliance-grid .c3.r14,
.page-environment .environment-governance-grid .c3.r14,
.page-environment .legend .c3.r14,
.page-environment .gas-grid .c3.r14,
.page-environment .emissions-grid .c3.r14,
.page-environment .business-grid .c3.r14,
.page-environment .trends-grid .c3.r14,
.page-environment .recycled-waste-grid .c3.r14,
.page-environment .reduction-grid .c3.r14,
.page-environment .environment-ghg-by-source-grid .c3.r14,
.page-environment .environment-ghg-scope-3 .c3.r14,
.page-environment .environment-scope-3 .c3.r14,
.page-environment .environment-ghg-energy-consumption .c3.r14,
.page-environment .environment-ghg-energy-production .c3.r14,
.page-environment .environment-ghg-emissions-by-scope .c3.r14,
.page-environment .environment-tcfd-scenario-1 .c3.r14,
.page-environment .environment-tcfd-scenario-2 .c3.r14,
.page-environment .environment-climate-related-risks-grid .c3.r14,
.page-environment .environment-biodiversity-register .c3.r14,
.page-environment .environment-focus-grid .c3.r14,
.page-environment .environment-contribution-grid .c3.r14,
.page-environment .environment-decarbonisation-grid .c3.r14,
.page-environment .environment-ghg-science-based .c3.r14,
.page-environment .environment-water-withdrawals-grid .c3.r14,
.page-environment .environment-water-discharges-grid .c3.r14 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-environment .environment-ghg-grid .c4.r14,
.page-environment .environment-emissions-grid .c4.r14,
.page-environment .environment-compliance-grid .c4.r14,
.page-environment .environment-governance-grid .c4.r14,
.page-environment .legend .c4.r14,
.page-environment .gas-grid .c4.r14,
.page-environment .emissions-grid .c4.r14,
.page-environment .business-grid .c4.r14,
.page-environment .trends-grid .c4.r14,
.page-environment .recycled-waste-grid .c4.r14,
.page-environment .reduction-grid .c4.r14,
.page-environment .environment-ghg-by-source-grid .c4.r14,
.page-environment .environment-ghg-scope-3 .c4.r14,
.page-environment .environment-scope-3 .c4.r14,
.page-environment .environment-ghg-energy-consumption .c4.r14,
.page-environment .environment-ghg-energy-production .c4.r14,
.page-environment .environment-ghg-emissions-by-scope .c4.r14,
.page-environment .environment-tcfd-scenario-1 .c4.r14,
.page-environment .environment-tcfd-scenario-2 .c4.r14,
.page-environment .environment-climate-related-risks-grid .c4.r14,
.page-environment .environment-biodiversity-register .c4.r14,
.page-environment .environment-focus-grid .c4.r14,
.page-environment .environment-contribution-grid .c4.r14,
.page-environment .environment-decarbonisation-grid .c4.r14,
.page-environment .environment-ghg-science-based .c4.r14,
.page-environment .environment-water-withdrawals-grid .c4.r14,
.page-environment .environment-water-discharges-grid .c4.r14 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-environment .environment-ghg-grid .c1.r15,
.page-environment .environment-emissions-grid .c1.r15,
.page-environment .environment-compliance-grid .c1.r15,
.page-environment .environment-governance-grid .c1.r15,
.page-environment .legend .c1.r15,
.page-environment .gas-grid .c1.r15,
.page-environment .emissions-grid .c1.r15,
.page-environment .business-grid .c1.r15,
.page-environment .trends-grid .c1.r15,
.page-environment .recycled-waste-grid .c1.r15,
.page-environment .reduction-grid .c1.r15,
.page-environment .environment-ghg-by-source-grid .c1.r15,
.page-environment .environment-ghg-scope-3 .c1.r15,
.page-environment .environment-scope-3 .c1.r15,
.page-environment .environment-ghg-energy-consumption .c1.r15,
.page-environment .environment-ghg-energy-production .c1.r15,
.page-environment .environment-ghg-emissions-by-scope .c1.r15,
.page-environment .environment-tcfd-scenario-1 .c1.r15,
.page-environment .environment-tcfd-scenario-2 .c1.r15,
.page-environment .environment-climate-related-risks-grid .c1.r15,
.page-environment .environment-biodiversity-register .c1.r15,
.page-environment .environment-focus-grid .c1.r15,
.page-environment .environment-contribution-grid .c1.r15,
.page-environment .environment-decarbonisation-grid .c1.r15,
.page-environment .environment-ghg-science-based .c1.r15,
.page-environment .environment-water-withdrawals-grid .c1.r15,
.page-environment .environment-water-discharges-grid .c1.r15 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-environment .environment-ghg-grid .c2.r15,
.page-environment .environment-emissions-grid .c2.r15,
.page-environment .environment-compliance-grid .c2.r15,
.page-environment .environment-governance-grid .c2.r15,
.page-environment .legend .c2.r15,
.page-environment .gas-grid .c2.r15,
.page-environment .emissions-grid .c2.r15,
.page-environment .business-grid .c2.r15,
.page-environment .trends-grid .c2.r15,
.page-environment .recycled-waste-grid .c2.r15,
.page-environment .reduction-grid .c2.r15,
.page-environment .environment-ghg-by-source-grid .c2.r15,
.page-environment .environment-ghg-scope-3 .c2.r15,
.page-environment .environment-scope-3 .c2.r15,
.page-environment .environment-ghg-energy-consumption .c2.r15,
.page-environment .environment-ghg-energy-production .c2.r15,
.page-environment .environment-ghg-emissions-by-scope .c2.r15,
.page-environment .environment-tcfd-scenario-1 .c2.r15,
.page-environment .environment-tcfd-scenario-2 .c2.r15,
.page-environment .environment-climate-related-risks-grid .c2.r15,
.page-environment .environment-biodiversity-register .c2.r15,
.page-environment .environment-focus-grid .c2.r15,
.page-environment .environment-contribution-grid .c2.r15,
.page-environment .environment-decarbonisation-grid .c2.r15,
.page-environment .environment-ghg-science-based .c2.r15,
.page-environment .environment-water-withdrawals-grid .c2.r15,
.page-environment .environment-water-discharges-grid .c2.r15 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-environment .environment-ghg-grid .c3.r15,
.page-environment .environment-emissions-grid .c3.r15,
.page-environment .environment-compliance-grid .c3.r15,
.page-environment .environment-governance-grid .c3.r15,
.page-environment .legend .c3.r15,
.page-environment .gas-grid .c3.r15,
.page-environment .emissions-grid .c3.r15,
.page-environment .business-grid .c3.r15,
.page-environment .trends-grid .c3.r15,
.page-environment .recycled-waste-grid .c3.r15,
.page-environment .reduction-grid .c3.r15,
.page-environment .environment-ghg-by-source-grid .c3.r15,
.page-environment .environment-ghg-scope-3 .c3.r15,
.page-environment .environment-scope-3 .c3.r15,
.page-environment .environment-ghg-energy-consumption .c3.r15,
.page-environment .environment-ghg-energy-production .c3.r15,
.page-environment .environment-ghg-emissions-by-scope .c3.r15,
.page-environment .environment-tcfd-scenario-1 .c3.r15,
.page-environment .environment-tcfd-scenario-2 .c3.r15,
.page-environment .environment-climate-related-risks-grid .c3.r15,
.page-environment .environment-biodiversity-register .c3.r15,
.page-environment .environment-focus-grid .c3.r15,
.page-environment .environment-contribution-grid .c3.r15,
.page-environment .environment-decarbonisation-grid .c3.r15,
.page-environment .environment-ghg-science-based .c3.r15,
.page-environment .environment-water-withdrawals-grid .c3.r15,
.page-environment .environment-water-discharges-grid .c3.r15 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-environment .environment-ghg-grid .c4.r15,
.page-environment .environment-emissions-grid .c4.r15,
.page-environment .environment-compliance-grid .c4.r15,
.page-environment .environment-governance-grid .c4.r15,
.page-environment .legend .c4.r15,
.page-environment .gas-grid .c4.r15,
.page-environment .emissions-grid .c4.r15,
.page-environment .business-grid .c4.r15,
.page-environment .trends-grid .c4.r15,
.page-environment .recycled-waste-grid .c4.r15,
.page-environment .reduction-grid .c4.r15,
.page-environment .environment-ghg-by-source-grid .c4.r15,
.page-environment .environment-ghg-scope-3 .c4.r15,
.page-environment .environment-scope-3 .c4.r15,
.page-environment .environment-ghg-energy-consumption .c4.r15,
.page-environment .environment-ghg-energy-production .c4.r15,
.page-environment .environment-ghg-emissions-by-scope .c4.r15,
.page-environment .environment-tcfd-scenario-1 .c4.r15,
.page-environment .environment-tcfd-scenario-2 .c4.r15,
.page-environment .environment-climate-related-risks-grid .c4.r15,
.page-environment .environment-biodiversity-register .c4.r15,
.page-environment .environment-focus-grid .c4.r15,
.page-environment .environment-contribution-grid .c4.r15,
.page-environment .environment-decarbonisation-grid .c4.r15,
.page-environment .environment-ghg-science-based .c4.r15,
.page-environment .environment-water-withdrawals-grid .c4.r15,
.page-environment .environment-water-discharges-grid .c4.r15 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-environment .environment-ghg-grid .c1.r16,
.page-environment .environment-emissions-grid .c1.r16,
.page-environment .environment-compliance-grid .c1.r16,
.page-environment .environment-governance-grid .c1.r16,
.page-environment .legend .c1.r16,
.page-environment .gas-grid .c1.r16,
.page-environment .emissions-grid .c1.r16,
.page-environment .business-grid .c1.r16,
.page-environment .trends-grid .c1.r16,
.page-environment .recycled-waste-grid .c1.r16,
.page-environment .reduction-grid .c1.r16,
.page-environment .environment-ghg-by-source-grid .c1.r16,
.page-environment .environment-ghg-scope-3 .c1.r16,
.page-environment .environment-scope-3 .c1.r16,
.page-environment .environment-ghg-energy-consumption .c1.r16,
.page-environment .environment-ghg-energy-production .c1.r16,
.page-environment .environment-ghg-emissions-by-scope .c1.r16,
.page-environment .environment-tcfd-scenario-1 .c1.r16,
.page-environment .environment-tcfd-scenario-2 .c1.r16,
.page-environment .environment-climate-related-risks-grid .c1.r16,
.page-environment .environment-biodiversity-register .c1.r16,
.page-environment .environment-focus-grid .c1.r16,
.page-environment .environment-contribution-grid .c1.r16,
.page-environment .environment-decarbonisation-grid .c1.r16,
.page-environment .environment-ghg-science-based .c1.r16,
.page-environment .environment-water-withdrawals-grid .c1.r16,
.page-environment .environment-water-discharges-grid .c1.r16 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 16;
  grid-row: 16;
}
.page-environment .environment-ghg-grid .c2.r16,
.page-environment .environment-emissions-grid .c2.r16,
.page-environment .environment-compliance-grid .c2.r16,
.page-environment .environment-governance-grid .c2.r16,
.page-environment .legend .c2.r16,
.page-environment .gas-grid .c2.r16,
.page-environment .emissions-grid .c2.r16,
.page-environment .business-grid .c2.r16,
.page-environment .trends-grid .c2.r16,
.page-environment .recycled-waste-grid .c2.r16,
.page-environment .reduction-grid .c2.r16,
.page-environment .environment-ghg-by-source-grid .c2.r16,
.page-environment .environment-ghg-scope-3 .c2.r16,
.page-environment .environment-scope-3 .c2.r16,
.page-environment .environment-ghg-energy-consumption .c2.r16,
.page-environment .environment-ghg-energy-production .c2.r16,
.page-environment .environment-ghg-emissions-by-scope .c2.r16,
.page-environment .environment-tcfd-scenario-1 .c2.r16,
.page-environment .environment-tcfd-scenario-2 .c2.r16,
.page-environment .environment-climate-related-risks-grid .c2.r16,
.page-environment .environment-biodiversity-register .c2.r16,
.page-environment .environment-focus-grid .c2.r16,
.page-environment .environment-contribution-grid .c2.r16,
.page-environment .environment-decarbonisation-grid .c2.r16,
.page-environment .environment-ghg-science-based .c2.r16,
.page-environment .environment-water-withdrawals-grid .c2.r16,
.page-environment .environment-water-discharges-grid .c2.r16 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 16;
  grid-row: 16;
}
.page-environment .environment-ghg-grid .c3.r16,
.page-environment .environment-emissions-grid .c3.r16,
.page-environment .environment-compliance-grid .c3.r16,
.page-environment .environment-governance-grid .c3.r16,
.page-environment .legend .c3.r16,
.page-environment .gas-grid .c3.r16,
.page-environment .emissions-grid .c3.r16,
.page-environment .business-grid .c3.r16,
.page-environment .trends-grid .c3.r16,
.page-environment .recycled-waste-grid .c3.r16,
.page-environment .reduction-grid .c3.r16,
.page-environment .environment-ghg-by-source-grid .c3.r16,
.page-environment .environment-ghg-scope-3 .c3.r16,
.page-environment .environment-scope-3 .c3.r16,
.page-environment .environment-ghg-energy-consumption .c3.r16,
.page-environment .environment-ghg-energy-production .c3.r16,
.page-environment .environment-ghg-emissions-by-scope .c3.r16,
.page-environment .environment-tcfd-scenario-1 .c3.r16,
.page-environment .environment-tcfd-scenario-2 .c3.r16,
.page-environment .environment-climate-related-risks-grid .c3.r16,
.page-environment .environment-biodiversity-register .c3.r16,
.page-environment .environment-focus-grid .c3.r16,
.page-environment .environment-contribution-grid .c3.r16,
.page-environment .environment-decarbonisation-grid .c3.r16,
.page-environment .environment-ghg-science-based .c3.r16,
.page-environment .environment-water-withdrawals-grid .c3.r16,
.page-environment .environment-water-discharges-grid .c3.r16 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 16;
  grid-row: 16;
}
.page-environment .environment-ghg-grid .c4.r16,
.page-environment .environment-emissions-grid .c4.r16,
.page-environment .environment-compliance-grid .c4.r16,
.page-environment .environment-governance-grid .c4.r16,
.page-environment .legend .c4.r16,
.page-environment .gas-grid .c4.r16,
.page-environment .emissions-grid .c4.r16,
.page-environment .business-grid .c4.r16,
.page-environment .trends-grid .c4.r16,
.page-environment .recycled-waste-grid .c4.r16,
.page-environment .reduction-grid .c4.r16,
.page-environment .environment-ghg-by-source-grid .c4.r16,
.page-environment .environment-ghg-scope-3 .c4.r16,
.page-environment .environment-scope-3 .c4.r16,
.page-environment .environment-ghg-energy-consumption .c4.r16,
.page-environment .environment-ghg-energy-production .c4.r16,
.page-environment .environment-ghg-emissions-by-scope .c4.r16,
.page-environment .environment-tcfd-scenario-1 .c4.r16,
.page-environment .environment-tcfd-scenario-2 .c4.r16,
.page-environment .environment-climate-related-risks-grid .c4.r16,
.page-environment .environment-biodiversity-register .c4.r16,
.page-environment .environment-focus-grid .c4.r16,
.page-environment .environment-contribution-grid .c4.r16,
.page-environment .environment-decarbonisation-grid .c4.r16,
.page-environment .environment-ghg-science-based .c4.r16,
.page-environment .environment-water-withdrawals-grid .c4.r16,
.page-environment .environment-water-discharges-grid .c4.r16 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 16;
  grid-row: 16;
}
.page-environment .environment-ghg-grid .c1.r17,
.page-environment .environment-emissions-grid .c1.r17,
.page-environment .environment-compliance-grid .c1.r17,
.page-environment .environment-governance-grid .c1.r17,
.page-environment .legend .c1.r17,
.page-environment .gas-grid .c1.r17,
.page-environment .emissions-grid .c1.r17,
.page-environment .business-grid .c1.r17,
.page-environment .trends-grid .c1.r17,
.page-environment .recycled-waste-grid .c1.r17,
.page-environment .reduction-grid .c1.r17,
.page-environment .environment-ghg-by-source-grid .c1.r17,
.page-environment .environment-ghg-scope-3 .c1.r17,
.page-environment .environment-scope-3 .c1.r17,
.page-environment .environment-ghg-energy-consumption .c1.r17,
.page-environment .environment-ghg-energy-production .c1.r17,
.page-environment .environment-ghg-emissions-by-scope .c1.r17,
.page-environment .environment-tcfd-scenario-1 .c1.r17,
.page-environment .environment-tcfd-scenario-2 .c1.r17,
.page-environment .environment-climate-related-risks-grid .c1.r17,
.page-environment .environment-biodiversity-register .c1.r17,
.page-environment .environment-focus-grid .c1.r17,
.page-environment .environment-contribution-grid .c1.r17,
.page-environment .environment-decarbonisation-grid .c1.r17,
.page-environment .environment-ghg-science-based .c1.r17,
.page-environment .environment-water-withdrawals-grid .c1.r17,
.page-environment .environment-water-discharges-grid .c1.r17 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 17;
  grid-row: 17;
}
.page-environment .environment-ghg-grid .c2.r17,
.page-environment .environment-emissions-grid .c2.r17,
.page-environment .environment-compliance-grid .c2.r17,
.page-environment .environment-governance-grid .c2.r17,
.page-environment .legend .c2.r17,
.page-environment .gas-grid .c2.r17,
.page-environment .emissions-grid .c2.r17,
.page-environment .business-grid .c2.r17,
.page-environment .trends-grid .c2.r17,
.page-environment .recycled-waste-grid .c2.r17,
.page-environment .reduction-grid .c2.r17,
.page-environment .environment-ghg-by-source-grid .c2.r17,
.page-environment .environment-ghg-scope-3 .c2.r17,
.page-environment .environment-scope-3 .c2.r17,
.page-environment .environment-ghg-energy-consumption .c2.r17,
.page-environment .environment-ghg-energy-production .c2.r17,
.page-environment .environment-ghg-emissions-by-scope .c2.r17,
.page-environment .environment-tcfd-scenario-1 .c2.r17,
.page-environment .environment-tcfd-scenario-2 .c2.r17,
.page-environment .environment-climate-related-risks-grid .c2.r17,
.page-environment .environment-biodiversity-register .c2.r17,
.page-environment .environment-focus-grid .c2.r17,
.page-environment .environment-contribution-grid .c2.r17,
.page-environment .environment-decarbonisation-grid .c2.r17,
.page-environment .environment-ghg-science-based .c2.r17,
.page-environment .environment-water-withdrawals-grid .c2.r17,
.page-environment .environment-water-discharges-grid .c2.r17 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 17;
  grid-row: 17;
}
.page-environment .environment-ghg-grid .c3.r17,
.page-environment .environment-emissions-grid .c3.r17,
.page-environment .environment-compliance-grid .c3.r17,
.page-environment .environment-governance-grid .c3.r17,
.page-environment .legend .c3.r17,
.page-environment .gas-grid .c3.r17,
.page-environment .emissions-grid .c3.r17,
.page-environment .business-grid .c3.r17,
.page-environment .trends-grid .c3.r17,
.page-environment .recycled-waste-grid .c3.r17,
.page-environment .reduction-grid .c3.r17,
.page-environment .environment-ghg-by-source-grid .c3.r17,
.page-environment .environment-ghg-scope-3 .c3.r17,
.page-environment .environment-scope-3 .c3.r17,
.page-environment .environment-ghg-energy-consumption .c3.r17,
.page-environment .environment-ghg-energy-production .c3.r17,
.page-environment .environment-ghg-emissions-by-scope .c3.r17,
.page-environment .environment-tcfd-scenario-1 .c3.r17,
.page-environment .environment-tcfd-scenario-2 .c3.r17,
.page-environment .environment-climate-related-risks-grid .c3.r17,
.page-environment .environment-biodiversity-register .c3.r17,
.page-environment .environment-focus-grid .c3.r17,
.page-environment .environment-contribution-grid .c3.r17,
.page-environment .environment-decarbonisation-grid .c3.r17,
.page-environment .environment-ghg-science-based .c3.r17,
.page-environment .environment-water-withdrawals-grid .c3.r17,
.page-environment .environment-water-discharges-grid .c3.r17 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 17;
  grid-row: 17;
}
.page-environment .environment-ghg-grid .c4.r17,
.page-environment .environment-emissions-grid .c4.r17,
.page-environment .environment-compliance-grid .c4.r17,
.page-environment .environment-governance-grid .c4.r17,
.page-environment .legend .c4.r17,
.page-environment .gas-grid .c4.r17,
.page-environment .emissions-grid .c4.r17,
.page-environment .business-grid .c4.r17,
.page-environment .trends-grid .c4.r17,
.page-environment .recycled-waste-grid .c4.r17,
.page-environment .reduction-grid .c4.r17,
.page-environment .environment-ghg-by-source-grid .c4.r17,
.page-environment .environment-ghg-scope-3 .c4.r17,
.page-environment .environment-scope-3 .c4.r17,
.page-environment .environment-ghg-energy-consumption .c4.r17,
.page-environment .environment-ghg-energy-production .c4.r17,
.page-environment .environment-ghg-emissions-by-scope .c4.r17,
.page-environment .environment-tcfd-scenario-1 .c4.r17,
.page-environment .environment-tcfd-scenario-2 .c4.r17,
.page-environment .environment-climate-related-risks-grid .c4.r17,
.page-environment .environment-biodiversity-register .c4.r17,
.page-environment .environment-focus-grid .c4.r17,
.page-environment .environment-contribution-grid .c4.r17,
.page-environment .environment-decarbonisation-grid .c4.r17,
.page-environment .environment-ghg-science-based .c4.r17,
.page-environment .environment-water-withdrawals-grid .c4.r17,
.page-environment .environment-water-discharges-grid .c4.r17 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 17;
  grid-row: 17;
}
.page-environment .environment-ghg-science-based div.c6 {
  font-family: Calibre Web Semibold;
}
.page-environment .environment-decarbonisation-grid {
  -ms-grid-columns: 1fr 0.5fr 1.5fr;
  grid-template-columns: 1fr 0.5fr 1.5fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}
.page-environment .environment-decarbonisation-grid .c1 {
  font-family: Calibre Web Semibold;
}
.page-environment .environment-contribution-grid {
  -ms-grid-columns: 1fr 0.05fr 0.7fr 0.05fr 1fr 0.05fr 1fr 0.05fr 1.5fr;
  grid-template-columns: 1fr 0.05fr 0.7fr 0.05fr 1fr 0.05fr 1fr 0.05fr 1.5fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}
.page-environment .environment-contribution-grid .r2 {
  padding: 10px 0;
}
.page-environment .environment-contribution-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / span 3;
}
.page-environment .environment-contribution-grid .c4.r1 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / span 3;
}
.page-environment .environment-contribution-grid .c6.r1 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / span 3;
}
.page-environment .environment-contribution-grid .c8.r1 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / span 3;
}
@media screen and (max-width: 576px) {
  .page-environment .environment-contribution-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 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 auto;
  }
  .page-environment .environment-contribution-grid .c1.r1 {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 1 !important;
    grid-row: 1 !important;
  }
  .page-environment .environment-contribution-grid .c1.r2 {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 2 !important;
    grid-row: 2 !important;
  }
  .page-environment .environment-contribution-grid .c1.r3 {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 3 !important;
    grid-row: 3 !important;
  }
  .page-environment .environment-contribution-grid .c3.r1 {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 4 !important;
    grid-row: 4 !important;
  }
  .page-environment .environment-contribution-grid .c3.r2 {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 5 !important;
    grid-row: 5 !important;
  }
  .page-environment .environment-contribution-grid .c3.r3 {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 6 !important;
    grid-row: 6 !important;
  }
  .page-environment .environment-contribution-grid .c5.r1 {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 7 !important;
    grid-row: 7 !important;
  }
  .page-environment .environment-contribution-grid .c5.r2 {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 8 !important;
    grid-row: 8 !important;
  }
  .page-environment .environment-contribution-grid .c5.r3 {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 9 !important;
    grid-row: 9 !important;
  }
  .page-environment .environment-contribution-grid .c7.r1 {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 10 !important;
    grid-row: 10 !important;
  }
  .page-environment .environment-contribution-grid .c7.r2 {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 11 !important;
    grid-row: 11 !important;
  }
  .page-environment .environment-contribution-grid .c7.r3 {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 12 !important;
    grid-row: 12 !important;
  }
  .page-environment .environment-contribution-grid .c9.r1 {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 13 !important;
    grid-row: 13 !important;
  }
  .page-environment .environment-contribution-grid .c9.r2 {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 14 !important;
    grid-row: 14 !important;
  }
  .page-environment .environment-contribution-grid .c9.r3 {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 15 !important;
    grid-row: 15 !important;
  }
}
.page-environment .environment-contribution-grid div .figure {
  color: #A4A6A7;
  font-size: 55px;
  margin-bottom: -15px;
  font-family: Calibre Web Medium;
}
.page-environment .environment-contribution-grid div .figure span {
  font-size: 40px;
}
.page-environment .environment-contribution-grid div p {
  font-family: Calibre Web Semibold;
  color: #8CC140;
}
.page-environment .environment-contribution-grid div .inner-container {
  width: 50%;
}
.page-environment .environment-contribution-grid div .inner-container img {
  height: 50px;
}
.page-environment .recycled-waste-grid {
  -ms-grid-columns: 7fr 3fr;
  grid-template-columns: 7fr 3fr;
}
@media screen and (max-width: 720px) {
  .page-environment .recycled-waste-grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .page-environment .recycled-waste-grid .c1.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-environment .recycled-waste-grid .c1.r2 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-environment .recycled-waste-grid .c2.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    padding-top: 25px;
  }
}
.page-environment .reduction-grid {
  -ms-grid-columns: 7fr 3fr;
  grid-template-columns: 7fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media screen and (max-width: 720px) {
  .page-environment .reduction-grid .c1.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .page-environment .reduction-grid .c2.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-top: 25px;
  }
}
.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 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 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-environment .environment-water-withdrawals-grid,
.page-environment .environment-water-discharges-grid {
  -ms-grid-columns: 55% 15% 15% 15%;
  grid-template-columns: 55% 15% 15% 15%;
}
.page-environment .environment-water-withdrawals-grid .c2,
.page-environment .environment-water-discharges-grid .c2,
.page-environment .environment-water-withdrawals-grid .c3,
.page-environment .environment-water-discharges-grid .c3,
.page-environment .environment-water-withdrawals-grid .c4,
.page-environment .environment-water-discharges-grid .c4 {
  text-align: right;
}
@media screen and (max-width: 720px) {
  .page-environment .environment-water-withdrawals-grid,
  .page-environment .environment-water-discharges-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }
  .page-environment .environment-water-withdrawals-grid .c1.r1,
  .page-environment .environment-water-discharges-grid .c1.r1 {
    display: none;
  }
  .page-environment .environment-water-withdrawals-grid .c2.r1,
  .page-environment .environment-water-discharges-grid .c2.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-top: 27px;
  }
  .page-environment .environment-water-withdrawals-grid .c3.r1,
  .page-environment .environment-water-discharges-grid .c3.r1 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-top: 27px;
  }
  .page-environment .environment-water-withdrawals-grid .c4.r1,
  .page-environment .environment-water-discharges-grid .c4.r1 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-environment .environment-water-withdrawals-grid .c1.r2,
  .page-environment .environment-water-discharges-grid .c1.r2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
    -ms-grid-row: 2;
    grid-row: 2;
    font-family: Calibre Web Semibold;
  }
  .page-environment .environment-water-withdrawals-grid .c2.r2,
  .page-environment .environment-water-discharges-grid .c2.r2 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-environment .environment-water-withdrawals-grid .c3.r2,
  .page-environment .environment-water-discharges-grid .c3.r2 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-environment .environment-water-withdrawals-grid .c4.r2,
  .page-environment .environment-water-discharges-grid .c4.r2 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-environment .environment-water-withdrawals-grid .c1.r3,
  .page-environment .environment-water-discharges-grid .c1.r3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
    -ms-grid-row: 4;
    grid-row: 4;
    font-family: Calibre Web Semibold;
  }
  .page-environment .environment-water-withdrawals-grid .c2.r3,
  .page-environment .environment-water-discharges-grid .c2.r3 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-environment .environment-water-withdrawals-grid .c3.r3,
  .page-environment .environment-water-discharges-grid .c3.r3 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-environment .environment-water-withdrawals-grid .c4.r3,
  .page-environment .environment-water-discharges-grid .c4.r3 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-environment .environment-water-withdrawals-grid .c1.r4,
  .page-environment .environment-water-discharges-grid .c1.r4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
    -ms-grid-row: 6;
    grid-row: 6;
    font-family: Calibre Web Semibold;
  }
  .page-environment .environment-water-withdrawals-grid .c2.r4,
  .page-environment .environment-water-discharges-grid .c2.r4 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-environment .environment-water-withdrawals-grid .c3.r4,
  .page-environment .environment-water-discharges-grid .c3.r4 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-environment .environment-water-withdrawals-grid .c4.r4,
  .page-environment .environment-water-discharges-grid .c4.r4 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
}
.page-environment .environment-scope-3 {
  -ms-grid-columns: 0.8fr 0.5fr 0.5fr 2fr;
  grid-template-columns: 0.8fr 0.5fr 0.5fr 2fr;
  -ms-grid-rows: auto auto auto auto auto auto auto 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 auto auto auto auto auto auto auto;
}
@media screen and (max-width: 720px) {
  .page-environment .environment-scope-3 {
    width: 100%;
    -ms-grid-columns: 0.5fr 0.5fr 2fr;
    grid-template-columns: 0.5fr 0.5fr 2fr;
  }
  .page-environment .environment-scope-3 .c1.r1 {
    display: none;
  }
  .page-environment .environment-scope-3 .c2.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-environment .environment-scope-3 .c3.r1 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-environment .environment-scope-3 .c4.r1 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-environment .environment-scope-3 .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-scope-3 .c2.r2 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-environment .environment-scope-3 .c3.r2 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-environment .environment-scope-3 .c4.r2 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-environment .environment-scope-3 .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-scope-3 .c2.r3 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-environment .environment-scope-3 .c3.r3 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-environment .environment-scope-3 .c4.r3 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-environment .environment-scope-3 .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-scope-3 .c2.r4 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-environment .environment-scope-3 .c3.r4 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-environment .environment-scope-3 .c4.r4 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-environment .environment-scope-3 .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-scope-3 .c2.r5 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .page-environment .environment-scope-3 .c3.r5 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .page-environment .environment-scope-3 .c4.r5 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .page-environment .environment-scope-3 .c1.r6 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .page-environment .environment-scope-3 .c2.r6 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .page-environment .environment-scope-3 .c3.r6 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .page-environment .environment-scope-3 .c4.r6 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .page-environment .environment-scope-3 .c1.r7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .page-environment .environment-scope-3 .c2.r7 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .page-environment .environment-scope-3 .c3.r7 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .page-environment .environment-scope-3 .c4.r7 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .page-environment .environment-scope-3 .c1.r8 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .page-environment .environment-scope-3 .c2.r8 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .page-environment .environment-scope-3 .c3.r8 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .page-environment .environment-scope-3 .c4.r8 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .page-environment .environment-scope-3 .c1.r9 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .page-environment .environment-scope-3 .c2.r9 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .page-environment .environment-scope-3 .c3.r9 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .page-environment .environment-scope-3 .c4.r9 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .page-environment .environment-scope-3 .c1.r10 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .page-environment .environment-scope-3 .c2.r10 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .page-environment .environment-scope-3 .c3.r10 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .page-environment .environment-scope-3 .c4.r10 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .page-environment .environment-scope-3 .c1.r11 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .page-environment .environment-scope-3 .c2.r11 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .page-environment .environment-scope-3 .c3.r11 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .page-environment .environment-scope-3 .c4.r11 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .page-environment .environment-scope-3 .c1.r12 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .page-environment .environment-scope-3 .c2.r12 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .page-environment .environment-scope-3 .c3.r12 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .page-environment .environment-scope-3 .c4.r12 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .page-environment .environment-scope-3 .c1.r13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .page-environment .environment-scope-3 .c2.r13 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .page-environment .environment-scope-3 .c3.r13 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .page-environment .environment-scope-3 .c4.r13 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .page-environment .environment-scope-3 .c1.r14 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .page-environment .environment-scope-3 .c2.r14 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .page-environment .environment-scope-3 .c3.r14 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .page-environment .environment-scope-3 .c4.r14 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .page-environment .environment-scope-3 .c1.r15 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .page-environment .environment-scope-3 .c2.r15 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .page-environment .environment-scope-3 .c3.r15 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .page-environment .environment-scope-3 .c4.r15 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .page-environment .environment-scope-3 .c1.r16 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .page-environment .environment-scope-3 .c2.r16 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .page-environment .environment-scope-3 .c3.r16 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .page-environment .environment-scope-3 .c4.r16 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .page-environment .environment-scope-3 .c1.r17 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .page-environment .environment-scope-3 .c2.r17 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .page-environment .environment-scope-3 .c3.r17 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .page-environment .environment-scope-3 .c4.r17 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 33;
    grid-row: 33;
  }
}
.page-environment .environment-scope-3 .c1 {
  font-family: Calibre Web Semibold;
}
.page-environment .environment-scope-3 p {
  font-size: 18px;
  line-height: 18px;
}
.page-environment .environment-scope-3 p:last-of-type {
  margin-bottom: 0;
}
.page-environment .environment-tcfd-scenario-1,
.page-environment .environment-tcfd-scenario-2 {
  -ms-grid-columns: 40% 60%;
  grid-template-columns: 40% 60%;
}
.page-environment .environment-tcfd-scenario-1 div.r1,
.page-environment .environment-tcfd-scenario-2 div.r1 {
  border-top: 1px solid #8CC140;
  color: white;
  background-color: #8CC140;
}
.page-environment .environment-tcfd-scenario-1 div.r1,
.page-environment .environment-tcfd-scenario-2 div.r1,
.page-environment .environment-tcfd-scenario-1 div.r2,
.page-environment .environment-tcfd-scenario-2 div.r2,
.page-environment .environment-tcfd-scenario-1 div.r3,
.page-environment .environment-tcfd-scenario-2 div.r3,
.page-environment .environment-tcfd-scenario-1 div.r4,
.page-environment .environment-tcfd-scenario-2 div.r4,
.page-environment .environment-tcfd-scenario-1 div.r5,
.page-environment .environment-tcfd-scenario-2 div.r5 {
  border-bottom: 1px solid black;
}
.page-environment .environment-tcfd-scenario-1 div.c1,
.page-environment .environment-tcfd-scenario-2 div.c1 {
  border-left: 1px solid #8CC140;
}
.page-environment .environment-tcfd-scenario-1 div.c2,
.page-environment .environment-tcfd-scenario-2 div.c2 {
  border-right: 1px solid #8CC140;
}
.page-environment .environment-tcfd-scenario-2 .c1.r1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-environment .emissions-grid,
.page-environment .business-grid {
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
}
@media screen and (max-width: 720px) {
  .page-environment .emissions-grid,
  .page-environment .business-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .page-environment .emissions-grid .c1.r1.business-legend-container,
  .page-environment .business-grid .c1.r1.business-legend-container,
  .page-environment .emissions-grid .c1.r1.emissions-legend-container,
  .page-environment .business-grid .c1.r1.emissions-legend-container {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2 !important;
    grid-row: 2 !important;
  }
  .page-environment .emissions-grid .c2.r1.business-chart-container,
  .page-environment .business-grid .c2.r1.business-chart-container,
  .page-environment .emissions-grid .c2.r1.emissions-chart-container,
  .page-environment .business-grid .c2.r1.emissions-chart-container {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1 !important;
    grid-row: 1 !important;
  }
}
.page-material .material-home {
  background-image: url("/2021/assets/img/header-material.jpg");
  background-position: 50% 30%;
}
@media screen and (max-width: 720px) {
  .page-material .material-home {
    background-position: 40% 50%;
  }
}
.page-material .material-process-item {
  min-height: 352px;
  padding: 25px 0;
}
@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("/2021/assets/img/material-people@2x.jpg");
}
.page-material div.column-container .governance-image {
  background-image: url("/2021/assets/img/material-governance@2x.jpg");
}
.page-material div.column-container .health-image {
  background-image: url("/2021/assets/img/bkg-sus-healthsafety@2x.jpg");
}
.page-material div.column-container .environment-image {
  background-image: url("/2021/assets/img/bkg-sus-environment@2x.jpg");
}
.page-material div.column-container .communities-image {
  background-image: url("/2021/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 div {
  background-size: cover;
}
.page-material .material-grid-container .logo-0 {
  background-image: url("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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 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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/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("/2021/assets/img/logo-17.png");
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
}
.page-material .material-tab-grid {
  -ms-grid-columns: 30% 70%;
  grid-template-columns: 30% 70%;
}
.page-material .how-engage-grid {
  -ms-grid-columns: 30% 20% 50%;
  grid-template-columns: 30% 20% 50%;
}
.page-material .how-engage-grid img {
  width: 13px;
  display: inline-block;
  margin-right: 7px;
}
.page-material .how-engage-grid img.downstream {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.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,
.page-material .how-engage-grid {
  -ms-grid-rows: au to;
  grid-template-rows: au to;
  background-color: white;
  display: -ms-grid;
  display: grid;
}
.page-material .material-tab-grid div,
.page-material .how-engage-grid div {
  overflow: visible;
  padding: 10px 5px;
  text-align: left;
  border-bottom: 1px solid black;
  color: black;
  font-size: 16px;
  line-height: 18px;
}
.page-material .material-tab-grid div.r1,
.page-material .how-engage-grid div.r1 {
  font-family: Calibre Web Semibold;
  color: #A50034;
  border-bottom: 2px solid #A50034;
}
.page-material .material-tab-grid div.c1,
.page-material .how-engage-grid div.c1 {
  padding: 10px 25px 10px 0;
  font-family: Calibre Web Semibold;
}
.page-material .material-tab-grid div.c2,
.page-material .how-engage-grid div.c2 {
  padding: 10px 0;
}
.page-material .material-tab-grid.grid-0,
.page-material .how-engage-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 h2,
.page-material .how-engage-grid.grid-0 h2 {
  margin-left: 0;
}
.page-material .material-tab-grid.grid-0 .c1,
.page-material .how-engage-grid.grid-0 .c1 {
  padding-left: 0;
}
.page-material .material-tab-grid.grid-1,
.page-material .how-engage-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 .c1.r1,
.page-material .how-engage-grid .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-material .material-tab-grid .c2.r1,
.page-material .how-engage-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-material .material-tab-grid .c3.r1,
.page-material .how-engage-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-material .material-tab-grid .c4.r1,
.page-material .how-engage-grid .c4.r1 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-material .material-tab-grid .c5.r1,
.page-material .how-engage-grid .c5.r1 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-material .material-tab-grid .c1.r2,
.page-material .how-engage-grid .c1.r2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-material .material-tab-grid .c2.r2,
.page-material .how-engage-grid .c2.r2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-material .material-tab-grid .c3.r2,
.page-material .how-engage-grid .c3.r2 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-material .material-tab-grid .c4.r2,
.page-material .how-engage-grid .c4.r2 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-material .material-tab-grid .c5.r2,
.page-material .how-engage-grid .c5.r2 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-material .material-tab-grid .c1.r3,
.page-material .how-engage-grid .c1.r3 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-material .material-tab-grid .c2.r3,
.page-material .how-engage-grid .c2.r3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-material .material-tab-grid .c3.r3,
.page-material .how-engage-grid .c3.r3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-material .material-tab-grid .c4.r3,
.page-material .how-engage-grid .c4.r3 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-material .material-tab-grid .c5.r3,
.page-material .how-engage-grid .c5.r3 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-material .material-tab-grid .c1.r4,
.page-material .how-engage-grid .c1.r4 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-material .material-tab-grid .c2.r4,
.page-material .how-engage-grid .c2.r4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-material .material-tab-grid .c3.r4,
.page-material .how-engage-grid .c3.r4 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-material .material-tab-grid .c4.r4,
.page-material .how-engage-grid .c4.r4 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-material .material-tab-grid .c5.r4,
.page-material .how-engage-grid .c5.r4 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-material .material-tab-grid .c1.r5,
.page-material .how-engage-grid .c1.r5 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-material .material-tab-grid .c2.r5,
.page-material .how-engage-grid .c2.r5 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-material .material-tab-grid .c3.r5,
.page-material .how-engage-grid .c3.r5 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-material .material-tab-grid .c4.r5,
.page-material .how-engage-grid .c4.r5 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-material .material-tab-grid .c5.r5,
.page-material .how-engage-grid .c5.r5 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-material .material-tab-grid .c1.r6,
.page-material .how-engage-grid .c1.r6 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-material .material-tab-grid .c2.r6,
.page-material .how-engage-grid .c2.r6 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-material .material-tab-grid .c3.r6,
.page-material .how-engage-grid .c3.r6 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-material .material-tab-grid .c4.r6,
.page-material .how-engage-grid .c4.r6 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-material .material-tab-grid .c5.r6,
.page-material .how-engage-grid .c5.r6 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-material .material-tab-grid .c1.r7,
.page-material .how-engage-grid .c1.r7 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-material .material-tab-grid .c2.r7,
.page-material .how-engage-grid .c2.r7 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-material .material-tab-grid .c3.r7,
.page-material .how-engage-grid .c3.r7 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-material .material-tab-grid .c4.r7,
.page-material .how-engage-grid .c4.r7 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-material .material-tab-grid .c5.r7,
.page-material .how-engage-grid .c5.r7 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-material .material-tab-grid .c1.r8,
.page-material .how-engage-grid .c1.r8 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-material .material-tab-grid .c2.r8,
.page-material .how-engage-grid .c2.r8 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-material .material-tab-grid .c3.r8,
.page-material .how-engage-grid .c3.r8 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-material .material-tab-grid .c4.r8,
.page-material .how-engage-grid .c4.r8 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-material .material-tab-grid .c5.r8,
.page-material .how-engage-grid .c5.r8 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-material .material-tab-grid .c1.r9,
.page-material .how-engage-grid .c1.r9 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-material .material-tab-grid .c2.r9,
.page-material .how-engage-grid .c2.r9 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-material .material-tab-grid .c3.r9,
.page-material .how-engage-grid .c3.r9 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-material .material-tab-grid .c4.r9,
.page-material .how-engage-grid .c4.r9 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-material .material-tab-grid .c5.r9,
.page-material .how-engage-grid .c5.r9 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-material .material-tab-grid .c1.r10,
.page-material .how-engage-grid .c1.r10 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-material .material-tab-grid .c2.r10,
.page-material .how-engage-grid .c2.r10 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-material .material-tab-grid .c3.r10,
.page-material .how-engage-grid .c3.r10 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-material .material-tab-grid .c4.r10,
.page-material .how-engage-grid .c4.r10 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-material .material-tab-grid .c5.r10,
.page-material .how-engage-grid .c5.r10 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-material .material-tab-grid .c1.r11,
.page-material .how-engage-grid .c1.r11 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-material .material-tab-grid .c2.r11,
.page-material .how-engage-grid .c2.r11 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-material .material-tab-grid .c3.r11,
.page-material .how-engage-grid .c3.r11 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-material .material-tab-grid .c4.r11,
.page-material .how-engage-grid .c4.r11 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-material .material-tab-grid .c5.r11,
.page-material .how-engage-grid .c5.r11 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-material .material-tab-grid .c1.r12,
.page-material .how-engage-grid .c1.r12 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-material .material-tab-grid .c2.r12,
.page-material .how-engage-grid .c2.r12 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-material .material-tab-grid .c3.r12,
.page-material .how-engage-grid .c3.r12 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-material .material-tab-grid .c4.r12,
.page-material .how-engage-grid .c4.r12 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-material .material-tab-grid .c5.r12,
.page-material .how-engage-grid .c5.r12 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-material .material-tab-grid .c1.r13,
.page-material .how-engage-grid .c1.r13 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-material .material-tab-grid .c2.r13,
.page-material .how-engage-grid .c2.r13 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-material .material-tab-grid .c3.r13,
.page-material .how-engage-grid .c3.r13 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-material .material-tab-grid .c4.r13,
.page-material .how-engage-grid .c4.r13 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-material .material-tab-grid .c5.r13,
.page-material .how-engage-grid .c5.r13 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-material .material-tab-grid .c1.r14,
.page-material .how-engage-grid .c1.r14 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-material .material-tab-grid .c2.r14,
.page-material .how-engage-grid .c2.r14 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-material .material-tab-grid .c3.r14,
.page-material .how-engage-grid .c3.r14 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-material .material-tab-grid .c4.r14,
.page-material .how-engage-grid .c4.r14 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-material .material-tab-grid .c5.r14,
.page-material .how-engage-grid .c5.r14 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 14;
  grid-row: 14;
}
.page-material .material-tab-grid .c1.r15,
.page-material .how-engage-grid .c1.r15 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-material .material-tab-grid .c2.r15,
.page-material .how-engage-grid .c2.r15 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-material .material-tab-grid .c3.r15,
.page-material .how-engage-grid .c3.r15 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-material .material-tab-grid .c4.r15,
.page-material .how-engage-grid .c4.r15 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-material .material-tab-grid .c5.r15,
.page-material .how-engage-grid .c5.r15 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 15;
  grid-row: 15;
}
.page-material .material-tab-grid .r1 {
  border-top: 1px solid white;
}
.page-material .material-tab-grid .r1.c1 {
  border-left: 1px solid white;
}
.page-material .material-tab-grid .c2 {
  padding-right: 20px !important;
}
.page-people .people-home {
  background-image: url("/2021/assets/img/header-people.jpg");
  background-position: 30% 30%;
}
@media screen and (max-width: 720px) {
  .page-people .people-home {
    background-position: 30% 50%;
  }
}
.page-people .hero-talent-attraction {
  background-image: url("/2021/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("/2021/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("/2021/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 img.pyramid,
.page-people img.gender-shadows {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
.page-people h4.border-top {
  padding: 10px 0px;
  margin-top: 0px !important;
}
.page-people div.case-study-image.dream {
  background-image: url('/2021/assets/img/case-people-dream.jpg');
}
.page-people div.case-study-image.bright {
  background-image: url('/2021/assets/img/case-people-bright-small.jpg');
  background-position: 50% 30%;
}
.page-people div.case-study-image.athlete {
  background-image: url('/2021/assets/img/case-people-athlete-small.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 Semibold;
  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: #8CC140;
}
.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("/2021/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("/2021/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("/2021/assets/img/people-trends-banner.jpg");
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 720px) {
  .page-people .trends-hero {
    background-position: 70% 50%;
    margin: 0px !important;
  }
}
.page-people .covid-hero {
  background-image: url("/2021/assets/img/people-covid.jpg");
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 720px) {
  .page-people .covid-hero {
    margin: 0px !important;
  }
}
.page-people #people-slavery-hero {
  background-image: url("/2021/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 .people-performance-grid {
  color: black;
  display: -ms-grid;
  display: grid;
}
.page-people .people-performance-grid div {
  overflow: visible;
  padding: 10px 10px;
  text-align: center;
  border-bottom: 1px solid black;
  border-top: none;
}
.page-people .people-performance-grid div.c1 {
  text-align: left;
  padding-left: 0 !important;
  font-family: Calibre Web Light;
}
.page-people .people-performance-grid div.r1 {
  color: #00A98F;
  vertical-align: middle;
  border-bottom: 4px solid #00A98F;
  font-family: Calibre Web Semibold;
}
.page-people .people-performance-grid div.c2 {
  text-align: center;
}
.page-people .people-performance-grid div.c3 {
  border-left: none;
  text-align: left;
}
.page-people .people-performance-grid div.c3 a {
  text-decoration: underline;
}
.page-people .people-focus-grid {
  -ms-grid-columns: 1fr 1fr 0.7fr;
  grid-template-columns: 1fr 1fr 0.7fr;
}
.page-people .people-focus-grid div.r1 {
  font-family: Calibre Web Semibold !important;
  color: #00A98F;
  border-bottom: 8px solid #00A98F;
}
.page-people .people-focus-grid div.c1 {
  font-family: Calibre Web Light;
}
.page-people .people-focus-grid div.c2,
.page-people .people-focus-grid div.c3 {
  text-align: left;
}
.page-people .people-focus-grid div.c2 a,
.page-people .people-focus-grid div.c3 a {
  text-decoration: underline;
}
.page-people .employees-by-region-gender,
.page-people .employees-by-collective-bargaining,
.page-people .employees-new-hires-by-gender,
.page-people .gender-grid,
.page-people .diverse-grid,
.page-people .performance-grid-2,
.page-people .people-focus-grid,
.page-people .training-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 .employees-by-region-gender div,
.page-people .employees-by-collective-bargaining div,
.page-people .employees-new-hires-by-gender div,
.page-people .gender-grid div,
.page-people .diverse-grid div,
.page-people .performance-grid-2 div,
.page-people .people-focus-grid div,
.page-people .training-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 black;
  text-align: center;
}
.page-people .employees-by-region-gender div.r1,
.page-people .employees-by-collective-bargaining div.r1,
.page-people .employees-new-hires-by-gender div.r1,
.page-people .gender-grid div.r1,
.page-people .diverse-grid div.r1,
.page-people .performance-grid-2 div.r1,
.page-people .people-focus-grid div.r1,
.page-people .training-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 {
  color: #00A98F;
  vertical-align: middle;
  border-bottom: 8px solid #00A98F;
  font-family: Calibre Web Semibold;
}
.page-people .employees-by-region-gender div.c1,
.page-people .employees-by-collective-bargaining div.c1,
.page-people .employees-new-hires-by-gender div.c1,
.page-people .gender-grid div.c1,
.page-people .diverse-grid div.c1,
.page-people .performance-grid-2 div.c1,
.page-people .people-focus-grid div.c1,
.page-people .training-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 {
  padding-left: 0;
  text-align: left;
}
.page-people .employees-by-region-gender .c1.r1,
.page-people .employees-by-collective-bargaining .c1.r1,
.page-people .employees-new-hires-by-gender .c1.r1,
.page-people .gender-grid .c1.r1,
.page-people .diverse-grid .c1.r1,
.page-people .performance-grid-2 .c1.r1,
.page-people .people-focus-grid .c1.r1,
.page-people .training-grid .c1.r1,
.page-people .gender-diversity-grid .c1.r1,
.page-people .emp-reg-gen-grid .c1.r1,
.page-people .workforce-reg-gen-grid .c1.r1,
.page-people .workforce-reg-grid .c1.r1,
.page-people .workforce-gen-grid .c1.r1,
.page-people .workforce-gen-status-grid .c1.r1,
.page-people .gender-diversity-perf-grid .c1.r1,
.page-people .emp-hire-turn-grid .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .employees-by-region-gender .c2.r1,
.page-people .employees-by-collective-bargaining .c2.r1,
.page-people .employees-new-hires-by-gender .c2.r1,
.page-people .gender-grid .c2.r1,
.page-people .diverse-grid .c2.r1,
.page-people .performance-grid-2 .c2.r1,
.page-people .people-focus-grid .c2.r1,
.page-people .training-grid .c2.r1,
.page-people .gender-diversity-grid .c2.r1,
.page-people .emp-reg-gen-grid .c2.r1,
.page-people .workforce-reg-gen-grid .c2.r1,
.page-people .workforce-reg-grid .c2.r1,
.page-people .workforce-gen-grid .c2.r1,
.page-people .workforce-gen-status-grid .c2.r1,
.page-people .gender-diversity-perf-grid .c2.r1,
.page-people .emp-hire-turn-grid .c2.r1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .employees-by-region-gender .c3.r1,
.page-people .employees-by-collective-bargaining .c3.r1,
.page-people .employees-new-hires-by-gender .c3.r1,
.page-people .gender-grid .c3.r1,
.page-people .diverse-grid .c3.r1,
.page-people .performance-grid-2 .c3.r1,
.page-people .people-focus-grid .c3.r1,
.page-people .training-grid .c3.r1,
.page-people .gender-diversity-grid .c3.r1,
.page-people .emp-reg-gen-grid .c3.r1,
.page-people .workforce-reg-gen-grid .c3.r1,
.page-people .workforce-reg-grid .c3.r1,
.page-people .workforce-gen-grid .c3.r1,
.page-people .workforce-gen-status-grid .c3.r1,
.page-people .gender-diversity-perf-grid .c3.r1,
.page-people .emp-hire-turn-grid .c3.r1 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .employees-by-region-gender .c4.r1,
.page-people .employees-by-collective-bargaining .c4.r1,
.page-people .employees-new-hires-by-gender .c4.r1,
.page-people .gender-grid .c4.r1,
.page-people .diverse-grid .c4.r1,
.page-people .performance-grid-2 .c4.r1,
.page-people .people-focus-grid .c4.r1,
.page-people .training-grid .c4.r1,
.page-people .gender-diversity-grid .c4.r1,
.page-people .emp-reg-gen-grid .c4.r1,
.page-people .workforce-reg-gen-grid .c4.r1,
.page-people .workforce-reg-grid .c4.r1,
.page-people .workforce-gen-grid .c4.r1,
.page-people .workforce-gen-status-grid .c4.r1,
.page-people .gender-diversity-perf-grid .c4.r1,
.page-people .emp-hire-turn-grid .c4.r1 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .employees-by-region-gender .c5.r1,
.page-people .employees-by-collective-bargaining .c5.r1,
.page-people .employees-new-hires-by-gender .c5.r1,
.page-people .gender-grid .c5.r1,
.page-people .diverse-grid .c5.r1,
.page-people .performance-grid-2 .c5.r1,
.page-people .people-focus-grid .c5.r1,
.page-people .training-grid .c5.r1,
.page-people .gender-diversity-grid .c5.r1,
.page-people .emp-reg-gen-grid .c5.r1,
.page-people .workforce-reg-gen-grid .c5.r1,
.page-people .workforce-reg-grid .c5.r1,
.page-people .workforce-gen-grid .c5.r1,
.page-people .workforce-gen-status-grid .c5.r1,
.page-people .gender-diversity-perf-grid .c5.r1,
.page-people .emp-hire-turn-grid .c5.r1 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .employees-by-region-gender .c6.r1,
.page-people .employees-by-collective-bargaining .c6.r1,
.page-people .employees-new-hires-by-gender .c6.r1,
.page-people .gender-grid .c6.r1,
.page-people .diverse-grid .c6.r1,
.page-people .performance-grid-2 .c6.r1,
.page-people .people-focus-grid .c6.r1,
.page-people .training-grid .c6.r1,
.page-people .gender-diversity-grid .c6.r1,
.page-people .emp-reg-gen-grid .c6.r1,
.page-people .workforce-reg-gen-grid .c6.r1,
.page-people .workforce-reg-grid .c6.r1,
.page-people .workforce-gen-grid .c6.r1,
.page-people .workforce-gen-status-grid .c6.r1,
.page-people .gender-diversity-perf-grid .c6.r1,
.page-people .emp-hire-turn-grid .c6.r1 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .employees-by-region-gender .c7.r1,
.page-people .employees-by-collective-bargaining .c7.r1,
.page-people .employees-new-hires-by-gender .c7.r1,
.page-people .gender-grid .c7.r1,
.page-people .diverse-grid .c7.r1,
.page-people .performance-grid-2 .c7.r1,
.page-people .people-focus-grid .c7.r1,
.page-people .training-grid .c7.r1,
.page-people .gender-diversity-grid .c7.r1,
.page-people .emp-reg-gen-grid .c7.r1,
.page-people .workforce-reg-gen-grid .c7.r1,
.page-people .workforce-reg-grid .c7.r1,
.page-people .workforce-gen-grid .c7.r1,
.page-people .workforce-gen-status-grid .c7.r1,
.page-people .gender-diversity-perf-grid .c7.r1,
.page-people .emp-hire-turn-grid .c7.r1 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .employees-by-region-gender .c8.r1,
.page-people .employees-by-collective-bargaining .c8.r1,
.page-people .employees-new-hires-by-gender .c8.r1,
.page-people .gender-grid .c8.r1,
.page-people .diverse-grid .c8.r1,
.page-people .performance-grid-2 .c8.r1,
.page-people .people-focus-grid .c8.r1,
.page-people .training-grid .c8.r1,
.page-people .gender-diversity-grid .c8.r1,
.page-people .emp-reg-gen-grid .c8.r1,
.page-people .workforce-reg-gen-grid .c8.r1,
.page-people .workforce-reg-grid .c8.r1,
.page-people .workforce-gen-grid .c8.r1,
.page-people .workforce-gen-status-grid .c8.r1,
.page-people .gender-diversity-perf-grid .c8.r1,
.page-people .emp-hire-turn-grid .c8.r1 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .employees-by-region-gender .c9.r1,
.page-people .employees-by-collective-bargaining .c9.r1,
.page-people .employees-new-hires-by-gender .c9.r1,
.page-people .gender-grid .c9.r1,
.page-people .diverse-grid .c9.r1,
.page-people .performance-grid-2 .c9.r1,
.page-people .people-focus-grid .c9.r1,
.page-people .training-grid .c9.r1,
.page-people .gender-diversity-grid .c9.r1,
.page-people .emp-reg-gen-grid .c9.r1,
.page-people .workforce-reg-gen-grid .c9.r1,
.page-people .workforce-reg-grid .c9.r1,
.page-people .workforce-gen-grid .c9.r1,
.page-people .workforce-gen-status-grid .c9.r1,
.page-people .gender-diversity-perf-grid .c9.r1,
.page-people .emp-hire-turn-grid .c9.r1 {
  -ms-grid-column: 9;
  grid-column: 9;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .employees-by-region-gender .c10.r1,
.page-people .employees-by-collective-bargaining .c10.r1,
.page-people .employees-new-hires-by-gender .c10.r1,
.page-people .gender-grid .c10.r1,
.page-people .diverse-grid .c10.r1,
.page-people .performance-grid-2 .c10.r1,
.page-people .people-focus-grid .c10.r1,
.page-people .training-grid .c10.r1,
.page-people .gender-diversity-grid .c10.r1,
.page-people .emp-reg-gen-grid .c10.r1,
.page-people .workforce-reg-gen-grid .c10.r1,
.page-people .workforce-reg-grid .c10.r1,
.page-people .workforce-gen-grid .c10.r1,
.page-people .workforce-gen-status-grid .c10.r1,
.page-people .gender-diversity-perf-grid .c10.r1,
.page-people .emp-hire-turn-grid .c10.r1 {
  -ms-grid-column: 10;
  grid-column: 10;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .employees-by-region-gender .c1.r2,
.page-people .employees-by-collective-bargaining .c1.r2,
.page-people .employees-new-hires-by-gender .c1.r2,
.page-people .gender-grid .c1.r2,
.page-people .diverse-grid .c1.r2,
.page-people .performance-grid-2 .c1.r2,
.page-people .people-focus-grid .c1.r2,
.page-people .training-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 .employees-by-region-gender .c2.r2,
.page-people .employees-by-collective-bargaining .c2.r2,
.page-people .employees-new-hires-by-gender .c2.r2,
.page-people .gender-grid .c2.r2,
.page-people .diverse-grid .c2.r2,
.page-people .performance-grid-2 .c2.r2,
.page-people .people-focus-grid .c2.r2,
.page-people .training-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 .employees-by-region-gender .c3.r2,
.page-people .employees-by-collective-bargaining .c3.r2,
.page-people .employees-new-hires-by-gender .c3.r2,
.page-people .gender-grid .c3.r2,
.page-people .diverse-grid .c3.r2,
.page-people .performance-grid-2 .c3.r2,
.page-people .people-focus-grid .c3.r2,
.page-people .training-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 .employees-by-region-gender .c4.r2,
.page-people .employees-by-collective-bargaining .c4.r2,
.page-people .employees-new-hires-by-gender .c4.r2,
.page-people .gender-grid .c4.r2,
.page-people .diverse-grid .c4.r2,
.page-people .performance-grid-2 .c4.r2,
.page-people .people-focus-grid .c4.r2,
.page-people .training-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 .employees-by-region-gender .c5.r2,
.page-people .employees-by-collective-bargaining .c5.r2,
.page-people .employees-new-hires-by-gender .c5.r2,
.page-people .gender-grid .c5.r2,
.page-people .diverse-grid .c5.r2,
.page-people .performance-grid-2 .c5.r2,
.page-people .people-focus-grid .c5.r2,
.page-people .training-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 .employees-by-region-gender .c6.r2,
.page-people .employees-by-collective-bargaining .c6.r2,
.page-people .employees-new-hires-by-gender .c6.r2,
.page-people .gender-grid .c6.r2,
.page-people .diverse-grid .c6.r2,
.page-people .performance-grid-2 .c6.r2,
.page-people .people-focus-grid .c6.r2,
.page-people .training-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 .employees-by-region-gender .c7.r2,
.page-people .employees-by-collective-bargaining .c7.r2,
.page-people .employees-new-hires-by-gender .c7.r2,
.page-people .gender-grid .c7.r2,
.page-people .diverse-grid .c7.r2,
.page-people .performance-grid-2 .c7.r2,
.page-people .people-focus-grid .c7.r2,
.page-people .training-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 .employees-by-region-gender .c8.r2,
.page-people .employees-by-collective-bargaining .c8.r2,
.page-people .employees-new-hires-by-gender .c8.r2,
.page-people .gender-grid .c8.r2,
.page-people .diverse-grid .c8.r2,
.page-people .performance-grid-2 .c8.r2,
.page-people .people-focus-grid .c8.r2,
.page-people .training-grid .c8.r2,
.page-people .gender-diversity-grid .c8.r2,
.page-people .emp-reg-gen-grid .c8.r2,
.page-people .workforce-reg-gen-grid .c8.r2,
.page-people .workforce-reg-grid .c8.r2,
.page-people .workforce-gen-grid .c8.r2,
.page-people .workforce-gen-status-grid .c8.r2,
.page-people .gender-diversity-perf-grid .c8.r2,
.page-people .emp-hire-turn-grid .c8.r2 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-people .employees-by-region-gender .c9.r2,
.page-people .employees-by-collective-bargaining .c9.r2,
.page-people .employees-new-hires-by-gender .c9.r2,
.page-people .gender-grid .c9.r2,
.page-people .diverse-grid .c9.r2,
.page-people .performance-grid-2 .c9.r2,
.page-people .people-focus-grid .c9.r2,
.page-people .training-grid .c9.r2,
.page-people .gender-diversity-grid .c9.r2,
.page-people .emp-reg-gen-grid .c9.r2,
.page-people .workforce-reg-gen-grid .c9.r2,
.page-people .workforce-reg-grid .c9.r2,
.page-people .workforce-gen-grid .c9.r2,
.page-people .workforce-gen-status-grid .c9.r2,
.page-people .gender-diversity-perf-grid .c9.r2,
.page-people .emp-hire-turn-grid .c9.r2 {
  -ms-grid-column: 9;
  grid-column: 9;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-people .employees-by-region-gender .c10.r2,
.page-people .employees-by-collective-bargaining .c10.r2,
.page-people .employees-new-hires-by-gender .c10.r2,
.page-people .gender-grid .c10.r2,
.page-people .diverse-grid .c10.r2,
.page-people .performance-grid-2 .c10.r2,
.page-people .people-focus-grid .c10.r2,
.page-people .training-grid .c10.r2,
.page-people .gender-diversity-grid .c10.r2,
.page-people .emp-reg-gen-grid .c10.r2,
.page-people .workforce-reg-gen-grid .c10.r2,
.page-people .workforce-reg-grid .c10.r2,
.page-people .workforce-gen-grid .c10.r2,
.page-people .workforce-gen-status-grid .c10.r2,
.page-people .gender-diversity-perf-grid .c10.r2,
.page-people .emp-hire-turn-grid .c10.r2 {
  -ms-grid-column: 10;
  grid-column: 10;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-people .employees-by-region-gender .c1.r3,
.page-people .employees-by-collective-bargaining .c1.r3,
.page-people .employees-new-hires-by-gender .c1.r3,
.page-people .gender-grid .c1.r3,
.page-people .diverse-grid .c1.r3,
.page-people .performance-grid-2 .c1.r3,
.page-people .people-focus-grid .c1.r3,
.page-people .training-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 .employees-by-region-gender .c2.r3,
.page-people .employees-by-collective-bargaining .c2.r3,
.page-people .employees-new-hires-by-gender .c2.r3,
.page-people .gender-grid .c2.r3,
.page-people .diverse-grid .c2.r3,
.page-people .performance-grid-2 .c2.r3,
.page-people .people-focus-grid .c2.r3,
.page-people .training-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 .employees-by-region-gender .c3.r3,
.page-people .employees-by-collective-bargaining .c3.r3,
.page-people .employees-new-hires-by-gender .c3.r3,
.page-people .gender-grid .c3.r3,
.page-people .diverse-grid .c3.r3,
.page-people .performance-grid-2 .c3.r3,
.page-people .people-focus-grid .c3.r3,
.page-people .training-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 .employees-by-region-gender .c4.r3,
.page-people .employees-by-collective-bargaining .c4.r3,
.page-people .employees-new-hires-by-gender .c4.r3,
.page-people .gender-grid .c4.r3,
.page-people .diverse-grid .c4.r3,
.page-people .performance-grid-2 .c4.r3,
.page-people .people-focus-grid .c4.r3,
.page-people .training-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 .employees-by-region-gender .c5.r3,
.page-people .employees-by-collective-bargaining .c5.r3,
.page-people .employees-new-hires-by-gender .c5.r3,
.page-people .gender-grid .c5.r3,
.page-people .diverse-grid .c5.r3,
.page-people .performance-grid-2 .c5.r3,
.page-people .people-focus-grid .c5.r3,
.page-people .training-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 .employees-by-region-gender .c6.r3,
.page-people .employees-by-collective-bargaining .c6.r3,
.page-people .employees-new-hires-by-gender .c6.r3,
.page-people .gender-grid .c6.r3,
.page-people .diverse-grid .c6.r3,
.page-people .performance-grid-2 .c6.r3,
.page-people .people-focus-grid .c6.r3,
.page-people .training-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 .employees-by-region-gender .c7.r3,
.page-people .employees-by-collective-bargaining .c7.r3,
.page-people .employees-new-hires-by-gender .c7.r3,
.page-people .gender-grid .c7.r3,
.page-people .diverse-grid .c7.r3,
.page-people .performance-grid-2 .c7.r3,
.page-people .people-focus-grid .c7.r3,
.page-people .training-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 .employees-by-region-gender .c8.r3,
.page-people .employees-by-collective-bargaining .c8.r3,
.page-people .employees-new-hires-by-gender .c8.r3,
.page-people .gender-grid .c8.r3,
.page-people .diverse-grid .c8.r3,
.page-people .performance-grid-2 .c8.r3,
.page-people .people-focus-grid .c8.r3,
.page-people .training-grid .c8.r3,
.page-people .gender-diversity-grid .c8.r3,
.page-people .emp-reg-gen-grid .c8.r3,
.page-people .workforce-reg-gen-grid .c8.r3,
.page-people .workforce-reg-grid .c8.r3,
.page-people .workforce-gen-grid .c8.r3,
.page-people .workforce-gen-status-grid .c8.r3,
.page-people .gender-diversity-perf-grid .c8.r3,
.page-people .emp-hire-turn-grid .c8.r3 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-people .employees-by-region-gender .c9.r3,
.page-people .employees-by-collective-bargaining .c9.r3,
.page-people .employees-new-hires-by-gender .c9.r3,
.page-people .gender-grid .c9.r3,
.page-people .diverse-grid .c9.r3,
.page-people .performance-grid-2 .c9.r3,
.page-people .people-focus-grid .c9.r3,
.page-people .training-grid .c9.r3,
.page-people .gender-diversity-grid .c9.r3,
.page-people .emp-reg-gen-grid .c9.r3,
.page-people .workforce-reg-gen-grid .c9.r3,
.page-people .workforce-reg-grid .c9.r3,
.page-people .workforce-gen-grid .c9.r3,
.page-people .workforce-gen-status-grid .c9.r3,
.page-people .gender-diversity-perf-grid .c9.r3,
.page-people .emp-hire-turn-grid .c9.r3 {
  -ms-grid-column: 9;
  grid-column: 9;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-people .employees-by-region-gender .c10.r3,
.page-people .employees-by-collective-bargaining .c10.r3,
.page-people .employees-new-hires-by-gender .c10.r3,
.page-people .gender-grid .c10.r3,
.page-people .diverse-grid .c10.r3,
.page-people .performance-grid-2 .c10.r3,
.page-people .people-focus-grid .c10.r3,
.page-people .training-grid .c10.r3,
.page-people .gender-diversity-grid .c10.r3,
.page-people .emp-reg-gen-grid .c10.r3,
.page-people .workforce-reg-gen-grid .c10.r3,
.page-people .workforce-reg-grid .c10.r3,
.page-people .workforce-gen-grid .c10.r3,
.page-people .workforce-gen-status-grid .c10.r3,
.page-people .gender-diversity-perf-grid .c10.r3,
.page-people .emp-hire-turn-grid .c10.r3 {
  -ms-grid-column: 10;
  grid-column: 10;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-people .employees-by-region-gender .c1.r4,
.page-people .employees-by-collective-bargaining .c1.r4,
.page-people .employees-new-hires-by-gender .c1.r4,
.page-people .gender-grid .c1.r4,
.page-people .diverse-grid .c1.r4,
.page-people .performance-grid-2 .c1.r4,
.page-people .people-focus-grid .c1.r4,
.page-people .training-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 .employees-by-region-gender .c2.r4,
.page-people .employees-by-collective-bargaining .c2.r4,
.page-people .employees-new-hires-by-gender .c2.r4,
.page-people .gender-grid .c2.r4,
.page-people .diverse-grid .c2.r4,
.page-people .performance-grid-2 .c2.r4,
.page-people .people-focus-grid .c2.r4,
.page-people .training-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 .employees-by-region-gender .c3.r4,
.page-people .employees-by-collective-bargaining .c3.r4,
.page-people .employees-new-hires-by-gender .c3.r4,
.page-people .gender-grid .c3.r4,
.page-people .diverse-grid .c3.r4,
.page-people .performance-grid-2 .c3.r4,
.page-people .people-focus-grid .c3.r4,
.page-people .training-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 .employees-by-region-gender .c4.r4,
.page-people .employees-by-collective-bargaining .c4.r4,
.page-people .employees-new-hires-by-gender .c4.r4,
.page-people .gender-grid .c4.r4,
.page-people .diverse-grid .c4.r4,
.page-people .performance-grid-2 .c4.r4,
.page-people .people-focus-grid .c4.r4,
.page-people .training-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 .employees-by-region-gender .c5.r4,
.page-people .employees-by-collective-bargaining .c5.r4,
.page-people .employees-new-hires-by-gender .c5.r4,
.page-people .gender-grid .c5.r4,
.page-people .diverse-grid .c5.r4,
.page-people .performance-grid-2 .c5.r4,
.page-people .people-focus-grid .c5.r4,
.page-people .training-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 .employees-by-region-gender .c6.r4,
.page-people .employees-by-collective-bargaining .c6.r4,
.page-people .employees-new-hires-by-gender .c6.r4,
.page-people .gender-grid .c6.r4,
.page-people .diverse-grid .c6.r4,
.page-people .performance-grid-2 .c6.r4,
.page-people .people-focus-grid .c6.r4,
.page-people .training-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 .employees-by-region-gender .c7.r4,
.page-people .employees-by-collective-bargaining .c7.r4,
.page-people .employees-new-hires-by-gender .c7.r4,
.page-people .gender-grid .c7.r4,
.page-people .diverse-grid .c7.r4,
.page-people .performance-grid-2 .c7.r4,
.page-people .people-focus-grid .c7.r4,
.page-people .training-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 .employees-by-region-gender .c8.r4,
.page-people .employees-by-collective-bargaining .c8.r4,
.page-people .employees-new-hires-by-gender .c8.r4,
.page-people .gender-grid .c8.r4,
.page-people .diverse-grid .c8.r4,
.page-people .performance-grid-2 .c8.r4,
.page-people .people-focus-grid .c8.r4,
.page-people .training-grid .c8.r4,
.page-people .gender-diversity-grid .c8.r4,
.page-people .emp-reg-gen-grid .c8.r4,
.page-people .workforce-reg-gen-grid .c8.r4,
.page-people .workforce-reg-grid .c8.r4,
.page-people .workforce-gen-grid .c8.r4,
.page-people .workforce-gen-status-grid .c8.r4,
.page-people .gender-diversity-perf-grid .c8.r4,
.page-people .emp-hire-turn-grid .c8.r4 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-people .employees-by-region-gender .c9.r4,
.page-people .employees-by-collective-bargaining .c9.r4,
.page-people .employees-new-hires-by-gender .c9.r4,
.page-people .gender-grid .c9.r4,
.page-people .diverse-grid .c9.r4,
.page-people .performance-grid-2 .c9.r4,
.page-people .people-focus-grid .c9.r4,
.page-people .training-grid .c9.r4,
.page-people .gender-diversity-grid .c9.r4,
.page-people .emp-reg-gen-grid .c9.r4,
.page-people .workforce-reg-gen-grid .c9.r4,
.page-people .workforce-reg-grid .c9.r4,
.page-people .workforce-gen-grid .c9.r4,
.page-people .workforce-gen-status-grid .c9.r4,
.page-people .gender-diversity-perf-grid .c9.r4,
.page-people .emp-hire-turn-grid .c9.r4 {
  -ms-grid-column: 9;
  grid-column: 9;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-people .employees-by-region-gender .c10.r4,
.page-people .employees-by-collective-bargaining .c10.r4,
.page-people .employees-new-hires-by-gender .c10.r4,
.page-people .gender-grid .c10.r4,
.page-people .diverse-grid .c10.r4,
.page-people .performance-grid-2 .c10.r4,
.page-people .people-focus-grid .c10.r4,
.page-people .training-grid .c10.r4,
.page-people .gender-diversity-grid .c10.r4,
.page-people .emp-reg-gen-grid .c10.r4,
.page-people .workforce-reg-gen-grid .c10.r4,
.page-people .workforce-reg-grid .c10.r4,
.page-people .workforce-gen-grid .c10.r4,
.page-people .workforce-gen-status-grid .c10.r4,
.page-people .gender-diversity-perf-grid .c10.r4,
.page-people .emp-hire-turn-grid .c10.r4 {
  -ms-grid-column: 10;
  grid-column: 10;
  -ms-grid-row: 4;
  grid-row: 4;
}
.page-people .employees-by-region-gender .c1.r5,
.page-people .employees-by-collective-bargaining .c1.r5,
.page-people .employees-new-hires-by-gender .c1.r5,
.page-people .gender-grid .c1.r5,
.page-people .diverse-grid .c1.r5,
.page-people .performance-grid-2 .c1.r5,
.page-people .people-focus-grid .c1.r5,
.page-people .training-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 .employees-by-region-gender .c2.r5,
.page-people .employees-by-collective-bargaining .c2.r5,
.page-people .employees-new-hires-by-gender .c2.r5,
.page-people .gender-grid .c2.r5,
.page-people .diverse-grid .c2.r5,
.page-people .performance-grid-2 .c2.r5,
.page-people .people-focus-grid .c2.r5,
.page-people .training-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 .employees-by-region-gender .c3.r5,
.page-people .employees-by-collective-bargaining .c3.r5,
.page-people .employees-new-hires-by-gender .c3.r5,
.page-people .gender-grid .c3.r5,
.page-people .diverse-grid .c3.r5,
.page-people .performance-grid-2 .c3.r5,
.page-people .people-focus-grid .c3.r5,
.page-people .training-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 .employees-by-region-gender .c4.r5,
.page-people .employees-by-collective-bargaining .c4.r5,
.page-people .employees-new-hires-by-gender .c4.r5,
.page-people .gender-grid .c4.r5,
.page-people .diverse-grid .c4.r5,
.page-people .performance-grid-2 .c4.r5,
.page-people .people-focus-grid .c4.r5,
.page-people .training-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 .employees-by-region-gender .c5.r5,
.page-people .employees-by-collective-bargaining .c5.r5,
.page-people .employees-new-hires-by-gender .c5.r5,
.page-people .gender-grid .c5.r5,
.page-people .diverse-grid .c5.r5,
.page-people .performance-grid-2 .c5.r5,
.page-people .people-focus-grid .c5.r5,
.page-people .training-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 .employees-by-region-gender .c6.r5,
.page-people .employees-by-collective-bargaining .c6.r5,
.page-people .employees-new-hires-by-gender .c6.r5,
.page-people .gender-grid .c6.r5,
.page-people .diverse-grid .c6.r5,
.page-people .performance-grid-2 .c6.r5,
.page-people .people-focus-grid .c6.r5,
.page-people .training-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 .employees-by-region-gender .c7.r5,
.page-people .employees-by-collective-bargaining .c7.r5,
.page-people .employees-new-hires-by-gender .c7.r5,
.page-people .gender-grid .c7.r5,
.page-people .diverse-grid .c7.r5,
.page-people .performance-grid-2 .c7.r5,
.page-people .people-focus-grid .c7.r5,
.page-people .training-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 .employees-by-region-gender .c8.r5,
.page-people .employees-by-collective-bargaining .c8.r5,
.page-people .employees-new-hires-by-gender .c8.r5,
.page-people .gender-grid .c8.r5,
.page-people .diverse-grid .c8.r5,
.page-people .performance-grid-2 .c8.r5,
.page-people .people-focus-grid .c8.r5,
.page-people .training-grid .c8.r5,
.page-people .gender-diversity-grid .c8.r5,
.page-people .emp-reg-gen-grid .c8.r5,
.page-people .workforce-reg-gen-grid .c8.r5,
.page-people .workforce-reg-grid .c8.r5,
.page-people .workforce-gen-grid .c8.r5,
.page-people .workforce-gen-status-grid .c8.r5,
.page-people .gender-diversity-perf-grid .c8.r5,
.page-people .emp-hire-turn-grid .c8.r5 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-people .employees-by-region-gender .c9.r5,
.page-people .employees-by-collective-bargaining .c9.r5,
.page-people .employees-new-hires-by-gender .c9.r5,
.page-people .gender-grid .c9.r5,
.page-people .diverse-grid .c9.r5,
.page-people .performance-grid-2 .c9.r5,
.page-people .people-focus-grid .c9.r5,
.page-people .training-grid .c9.r5,
.page-people .gender-diversity-grid .c9.r5,
.page-people .emp-reg-gen-grid .c9.r5,
.page-people .workforce-reg-gen-grid .c9.r5,
.page-people .workforce-reg-grid .c9.r5,
.page-people .workforce-gen-grid .c9.r5,
.page-people .workforce-gen-status-grid .c9.r5,
.page-people .gender-diversity-perf-grid .c9.r5,
.page-people .emp-hire-turn-grid .c9.r5 {
  -ms-grid-column: 9;
  grid-column: 9;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-people .employees-by-region-gender .c10.r5,
.page-people .employees-by-collective-bargaining .c10.r5,
.page-people .employees-new-hires-by-gender .c10.r5,
.page-people .gender-grid .c10.r5,
.page-people .diverse-grid .c10.r5,
.page-people .performance-grid-2 .c10.r5,
.page-people .people-focus-grid .c10.r5,
.page-people .training-grid .c10.r5,
.page-people .gender-diversity-grid .c10.r5,
.page-people .emp-reg-gen-grid .c10.r5,
.page-people .workforce-reg-gen-grid .c10.r5,
.page-people .workforce-reg-grid .c10.r5,
.page-people .workforce-gen-grid .c10.r5,
.page-people .workforce-gen-status-grid .c10.r5,
.page-people .gender-diversity-perf-grid .c10.r5,
.page-people .emp-hire-turn-grid .c10.r5 {
  -ms-grid-column: 10;
  grid-column: 10;
  -ms-grid-row: 5;
  grid-row: 5;
}
.page-people .employees-by-region-gender .c1.r6,
.page-people .employees-by-collective-bargaining .c1.r6,
.page-people .employees-new-hires-by-gender .c1.r6,
.page-people .gender-grid .c1.r6,
.page-people .diverse-grid .c1.r6,
.page-people .performance-grid-2 .c1.r6,
.page-people .people-focus-grid .c1.r6,
.page-people .training-grid .c1.r6,
.page-people .gender-diversity-grid .c1.r6,
.page-people .emp-reg-gen-grid .c1.r6,
.page-people .workforce-reg-gen-grid .c1.r6,
.page-people .workforce-reg-grid .c1.r6,
.page-people .workforce-gen-grid .c1.r6,
.page-people .workforce-gen-status-grid .c1.r6,
.page-people .gender-diversity-perf-grid .c1.r6,
.page-people .emp-hire-turn-grid .c1.r6 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-people .employees-by-region-gender .c2.r6,
.page-people .employees-by-collective-bargaining .c2.r6,
.page-people .employees-new-hires-by-gender .c2.r6,
.page-people .gender-grid .c2.r6,
.page-people .diverse-grid .c2.r6,
.page-people .performance-grid-2 .c2.r6,
.page-people .people-focus-grid .c2.r6,
.page-people .training-grid .c2.r6,
.page-people .gender-diversity-grid .c2.r6,
.page-people .emp-reg-gen-grid .c2.r6,
.page-people .workforce-reg-gen-grid .c2.r6,
.page-people .workforce-reg-grid .c2.r6,
.page-people .workforce-gen-grid .c2.r6,
.page-people .workforce-gen-status-grid .c2.r6,
.page-people .gender-diversity-perf-grid .c2.r6,
.page-people .emp-hire-turn-grid .c2.r6 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-people .employees-by-region-gender .c3.r6,
.page-people .employees-by-collective-bargaining .c3.r6,
.page-people .employees-new-hires-by-gender .c3.r6,
.page-people .gender-grid .c3.r6,
.page-people .diverse-grid .c3.r6,
.page-people .performance-grid-2 .c3.r6,
.page-people .people-focus-grid .c3.r6,
.page-people .training-grid .c3.r6,
.page-people .gender-diversity-grid .c3.r6,
.page-people .emp-reg-gen-grid .c3.r6,
.page-people .workforce-reg-gen-grid .c3.r6,
.page-people .workforce-reg-grid .c3.r6,
.page-people .workforce-gen-grid .c3.r6,
.page-people .workforce-gen-status-grid .c3.r6,
.page-people .gender-diversity-perf-grid .c3.r6,
.page-people .emp-hire-turn-grid .c3.r6 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-people .employees-by-region-gender .c4.r6,
.page-people .employees-by-collective-bargaining .c4.r6,
.page-people .employees-new-hires-by-gender .c4.r6,
.page-people .gender-grid .c4.r6,
.page-people .diverse-grid .c4.r6,
.page-people .performance-grid-2 .c4.r6,
.page-people .people-focus-grid .c4.r6,
.page-people .training-grid .c4.r6,
.page-people .gender-diversity-grid .c4.r6,
.page-people .emp-reg-gen-grid .c4.r6,
.page-people .workforce-reg-gen-grid .c4.r6,
.page-people .workforce-reg-grid .c4.r6,
.page-people .workforce-gen-grid .c4.r6,
.page-people .workforce-gen-status-grid .c4.r6,
.page-people .gender-diversity-perf-grid .c4.r6,
.page-people .emp-hire-turn-grid .c4.r6 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-people .employees-by-region-gender .c5.r6,
.page-people .employees-by-collective-bargaining .c5.r6,
.page-people .employees-new-hires-by-gender .c5.r6,
.page-people .gender-grid .c5.r6,
.page-people .diverse-grid .c5.r6,
.page-people .performance-grid-2 .c5.r6,
.page-people .people-focus-grid .c5.r6,
.page-people .training-grid .c5.r6,
.page-people .gender-diversity-grid .c5.r6,
.page-people .emp-reg-gen-grid .c5.r6,
.page-people .workforce-reg-gen-grid .c5.r6,
.page-people .workforce-reg-grid .c5.r6,
.page-people .workforce-gen-grid .c5.r6,
.page-people .workforce-gen-status-grid .c5.r6,
.page-people .gender-diversity-perf-grid .c5.r6,
.page-people .emp-hire-turn-grid .c5.r6 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-people .employees-by-region-gender .c6.r6,
.page-people .employees-by-collective-bargaining .c6.r6,
.page-people .employees-new-hires-by-gender .c6.r6,
.page-people .gender-grid .c6.r6,
.page-people .diverse-grid .c6.r6,
.page-people .performance-grid-2 .c6.r6,
.page-people .people-focus-grid .c6.r6,
.page-people .training-grid .c6.r6,
.page-people .gender-diversity-grid .c6.r6,
.page-people .emp-reg-gen-grid .c6.r6,
.page-people .workforce-reg-gen-grid .c6.r6,
.page-people .workforce-reg-grid .c6.r6,
.page-people .workforce-gen-grid .c6.r6,
.page-people .workforce-gen-status-grid .c6.r6,
.page-people .gender-diversity-perf-grid .c6.r6,
.page-people .emp-hire-turn-grid .c6.r6 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-people .employees-by-region-gender .c7.r6,
.page-people .employees-by-collective-bargaining .c7.r6,
.page-people .employees-new-hires-by-gender .c7.r6,
.page-people .gender-grid .c7.r6,
.page-people .diverse-grid .c7.r6,
.page-people .performance-grid-2 .c7.r6,
.page-people .people-focus-grid .c7.r6,
.page-people .training-grid .c7.r6,
.page-people .gender-diversity-grid .c7.r6,
.page-people .emp-reg-gen-grid .c7.r6,
.page-people .workforce-reg-gen-grid .c7.r6,
.page-people .workforce-reg-grid .c7.r6,
.page-people .workforce-gen-grid .c7.r6,
.page-people .workforce-gen-status-grid .c7.r6,
.page-people .gender-diversity-perf-grid .c7.r6,
.page-people .emp-hire-turn-grid .c7.r6 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-people .employees-by-region-gender .c8.r6,
.page-people .employees-by-collective-bargaining .c8.r6,
.page-people .employees-new-hires-by-gender .c8.r6,
.page-people .gender-grid .c8.r6,
.page-people .diverse-grid .c8.r6,
.page-people .performance-grid-2 .c8.r6,
.page-people .people-focus-grid .c8.r6,
.page-people .training-grid .c8.r6,
.page-people .gender-diversity-grid .c8.r6,
.page-people .emp-reg-gen-grid .c8.r6,
.page-people .workforce-reg-gen-grid .c8.r6,
.page-people .workforce-reg-grid .c8.r6,
.page-people .workforce-gen-grid .c8.r6,
.page-people .workforce-gen-status-grid .c8.r6,
.page-people .gender-diversity-perf-grid .c8.r6,
.page-people .emp-hire-turn-grid .c8.r6 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-people .employees-by-region-gender .c9.r6,
.page-people .employees-by-collective-bargaining .c9.r6,
.page-people .employees-new-hires-by-gender .c9.r6,
.page-people .gender-grid .c9.r6,
.page-people .diverse-grid .c9.r6,
.page-people .performance-grid-2 .c9.r6,
.page-people .people-focus-grid .c9.r6,
.page-people .training-grid .c9.r6,
.page-people .gender-diversity-grid .c9.r6,
.page-people .emp-reg-gen-grid .c9.r6,
.page-people .workforce-reg-gen-grid .c9.r6,
.page-people .workforce-reg-grid .c9.r6,
.page-people .workforce-gen-grid .c9.r6,
.page-people .workforce-gen-status-grid .c9.r6,
.page-people .gender-diversity-perf-grid .c9.r6,
.page-people .emp-hire-turn-grid .c9.r6 {
  -ms-grid-column: 9;
  grid-column: 9;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-people .employees-by-region-gender .c10.r6,
.page-people .employees-by-collective-bargaining .c10.r6,
.page-people .employees-new-hires-by-gender .c10.r6,
.page-people .gender-grid .c10.r6,
.page-people .diverse-grid .c10.r6,
.page-people .performance-grid-2 .c10.r6,
.page-people .people-focus-grid .c10.r6,
.page-people .training-grid .c10.r6,
.page-people .gender-diversity-grid .c10.r6,
.page-people .emp-reg-gen-grid .c10.r6,
.page-people .workforce-reg-gen-grid .c10.r6,
.page-people .workforce-reg-grid .c10.r6,
.page-people .workforce-gen-grid .c10.r6,
.page-people .workforce-gen-status-grid .c10.r6,
.page-people .gender-diversity-perf-grid .c10.r6,
.page-people .emp-hire-turn-grid .c10.r6 {
  -ms-grid-column: 10;
  grid-column: 10;
  -ms-grid-row: 6;
  grid-row: 6;
}
.page-people .employees-by-region-gender .c1.r7,
.page-people .employees-by-collective-bargaining .c1.r7,
.page-people .employees-new-hires-by-gender .c1.r7,
.page-people .gender-grid .c1.r7,
.page-people .diverse-grid .c1.r7,
.page-people .performance-grid-2 .c1.r7,
.page-people .people-focus-grid .c1.r7,
.page-people .training-grid .c1.r7,
.page-people .gender-diversity-grid .c1.r7,
.page-people .emp-reg-gen-grid .c1.r7,
.page-people .workforce-reg-gen-grid .c1.r7,
.page-people .workforce-reg-grid .c1.r7,
.page-people .workforce-gen-grid .c1.r7,
.page-people .workforce-gen-status-grid .c1.r7,
.page-people .gender-diversity-perf-grid .c1.r7,
.page-people .emp-hire-turn-grid .c1.r7 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-people .employees-by-region-gender .c2.r7,
.page-people .employees-by-collective-bargaining .c2.r7,
.page-people .employees-new-hires-by-gender .c2.r7,
.page-people .gender-grid .c2.r7,
.page-people .diverse-grid .c2.r7,
.page-people .performance-grid-2 .c2.r7,
.page-people .people-focus-grid .c2.r7,
.page-people .training-grid .c2.r7,
.page-people .gender-diversity-grid .c2.r7,
.page-people .emp-reg-gen-grid .c2.r7,
.page-people .workforce-reg-gen-grid .c2.r7,
.page-people .workforce-reg-grid .c2.r7,
.page-people .workforce-gen-grid .c2.r7,
.page-people .workforce-gen-status-grid .c2.r7,
.page-people .gender-diversity-perf-grid .c2.r7,
.page-people .emp-hire-turn-grid .c2.r7 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-people .employees-by-region-gender .c3.r7,
.page-people .employees-by-collective-bargaining .c3.r7,
.page-people .employees-new-hires-by-gender .c3.r7,
.page-people .gender-grid .c3.r7,
.page-people .diverse-grid .c3.r7,
.page-people .performance-grid-2 .c3.r7,
.page-people .people-focus-grid .c3.r7,
.page-people .training-grid .c3.r7,
.page-people .gender-diversity-grid .c3.r7,
.page-people .emp-reg-gen-grid .c3.r7,
.page-people .workforce-reg-gen-grid .c3.r7,
.page-people .workforce-reg-grid .c3.r7,
.page-people .workforce-gen-grid .c3.r7,
.page-people .workforce-gen-status-grid .c3.r7,
.page-people .gender-diversity-perf-grid .c3.r7,
.page-people .emp-hire-turn-grid .c3.r7 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-people .employees-by-region-gender .c4.r7,
.page-people .employees-by-collective-bargaining .c4.r7,
.page-people .employees-new-hires-by-gender .c4.r7,
.page-people .gender-grid .c4.r7,
.page-people .diverse-grid .c4.r7,
.page-people .performance-grid-2 .c4.r7,
.page-people .people-focus-grid .c4.r7,
.page-people .training-grid .c4.r7,
.page-people .gender-diversity-grid .c4.r7,
.page-people .emp-reg-gen-grid .c4.r7,
.page-people .workforce-reg-gen-grid .c4.r7,
.page-people .workforce-reg-grid .c4.r7,
.page-people .workforce-gen-grid .c4.r7,
.page-people .workforce-gen-status-grid .c4.r7,
.page-people .gender-diversity-perf-grid .c4.r7,
.page-people .emp-hire-turn-grid .c4.r7 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-people .employees-by-region-gender .c5.r7,
.page-people .employees-by-collective-bargaining .c5.r7,
.page-people .employees-new-hires-by-gender .c5.r7,
.page-people .gender-grid .c5.r7,
.page-people .diverse-grid .c5.r7,
.page-people .performance-grid-2 .c5.r7,
.page-people .people-focus-grid .c5.r7,
.page-people .training-grid .c5.r7,
.page-people .gender-diversity-grid .c5.r7,
.page-people .emp-reg-gen-grid .c5.r7,
.page-people .workforce-reg-gen-grid .c5.r7,
.page-people .workforce-reg-grid .c5.r7,
.page-people .workforce-gen-grid .c5.r7,
.page-people .workforce-gen-status-grid .c5.r7,
.page-people .gender-diversity-perf-grid .c5.r7,
.page-people .emp-hire-turn-grid .c5.r7 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-people .employees-by-region-gender .c6.r7,
.page-people .employees-by-collective-bargaining .c6.r7,
.page-people .employees-new-hires-by-gender .c6.r7,
.page-people .gender-grid .c6.r7,
.page-people .diverse-grid .c6.r7,
.page-people .performance-grid-2 .c6.r7,
.page-people .people-focus-grid .c6.r7,
.page-people .training-grid .c6.r7,
.page-people .gender-diversity-grid .c6.r7,
.page-people .emp-reg-gen-grid .c6.r7,
.page-people .workforce-reg-gen-grid .c6.r7,
.page-people .workforce-reg-grid .c6.r7,
.page-people .workforce-gen-grid .c6.r7,
.page-people .workforce-gen-status-grid .c6.r7,
.page-people .gender-diversity-perf-grid .c6.r7,
.page-people .emp-hire-turn-grid .c6.r7 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-people .employees-by-region-gender .c7.r7,
.page-people .employees-by-collective-bargaining .c7.r7,
.page-people .employees-new-hires-by-gender .c7.r7,
.page-people .gender-grid .c7.r7,
.page-people .diverse-grid .c7.r7,
.page-people .performance-grid-2 .c7.r7,
.page-people .people-focus-grid .c7.r7,
.page-people .training-grid .c7.r7,
.page-people .gender-diversity-grid .c7.r7,
.page-people .emp-reg-gen-grid .c7.r7,
.page-people .workforce-reg-gen-grid .c7.r7,
.page-people .workforce-reg-grid .c7.r7,
.page-people .workforce-gen-grid .c7.r7,
.page-people .workforce-gen-status-grid .c7.r7,
.page-people .gender-diversity-perf-grid .c7.r7,
.page-people .emp-hire-turn-grid .c7.r7 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-people .employees-by-region-gender .c8.r7,
.page-people .employees-by-collective-bargaining .c8.r7,
.page-people .employees-new-hires-by-gender .c8.r7,
.page-people .gender-grid .c8.r7,
.page-people .diverse-grid .c8.r7,
.page-people .performance-grid-2 .c8.r7,
.page-people .people-focus-grid .c8.r7,
.page-people .training-grid .c8.r7,
.page-people .gender-diversity-grid .c8.r7,
.page-people .emp-reg-gen-grid .c8.r7,
.page-people .workforce-reg-gen-grid .c8.r7,
.page-people .workforce-reg-grid .c8.r7,
.page-people .workforce-gen-grid .c8.r7,
.page-people .workforce-gen-status-grid .c8.r7,
.page-people .gender-diversity-perf-grid .c8.r7,
.page-people .emp-hire-turn-grid .c8.r7 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-people .employees-by-region-gender .c9.r7,
.page-people .employees-by-collective-bargaining .c9.r7,
.page-people .employees-new-hires-by-gender .c9.r7,
.page-people .gender-grid .c9.r7,
.page-people .diverse-grid .c9.r7,
.page-people .performance-grid-2 .c9.r7,
.page-people .people-focus-grid .c9.r7,
.page-people .training-grid .c9.r7,
.page-people .gender-diversity-grid .c9.r7,
.page-people .emp-reg-gen-grid .c9.r7,
.page-people .workforce-reg-gen-grid .c9.r7,
.page-people .workforce-reg-grid .c9.r7,
.page-people .workforce-gen-grid .c9.r7,
.page-people .workforce-gen-status-grid .c9.r7,
.page-people .gender-diversity-perf-grid .c9.r7,
.page-people .emp-hire-turn-grid .c9.r7 {
  -ms-grid-column: 9;
  grid-column: 9;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-people .employees-by-region-gender .c10.r7,
.page-people .employees-by-collective-bargaining .c10.r7,
.page-people .employees-new-hires-by-gender .c10.r7,
.page-people .gender-grid .c10.r7,
.page-people .diverse-grid .c10.r7,
.page-people .performance-grid-2 .c10.r7,
.page-people .people-focus-grid .c10.r7,
.page-people .training-grid .c10.r7,
.page-people .gender-diversity-grid .c10.r7,
.page-people .emp-reg-gen-grid .c10.r7,
.page-people .workforce-reg-gen-grid .c10.r7,
.page-people .workforce-reg-grid .c10.r7,
.page-people .workforce-gen-grid .c10.r7,
.page-people .workforce-gen-status-grid .c10.r7,
.page-people .gender-diversity-perf-grid .c10.r7,
.page-people .emp-hire-turn-grid .c10.r7 {
  -ms-grid-column: 10;
  grid-column: 10;
  -ms-grid-row: 7;
  grid-row: 7;
}
.page-people .employees-by-region-gender .c1.r8,
.page-people .employees-by-collective-bargaining .c1.r8,
.page-people .employees-new-hires-by-gender .c1.r8,
.page-people .gender-grid .c1.r8,
.page-people .diverse-grid .c1.r8,
.page-people .performance-grid-2 .c1.r8,
.page-people .people-focus-grid .c1.r8,
.page-people .training-grid .c1.r8,
.page-people .gender-diversity-grid .c1.r8,
.page-people .emp-reg-gen-grid .c1.r8,
.page-people .workforce-reg-gen-grid .c1.r8,
.page-people .workforce-reg-grid .c1.r8,
.page-people .workforce-gen-grid .c1.r8,
.page-people .workforce-gen-status-grid .c1.r8,
.page-people .gender-diversity-perf-grid .c1.r8,
.page-people .emp-hire-turn-grid .c1.r8 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .employees-by-region-gender .c2.r8,
.page-people .employees-by-collective-bargaining .c2.r8,
.page-people .employees-new-hires-by-gender .c2.r8,
.page-people .gender-grid .c2.r8,
.page-people .diverse-grid .c2.r8,
.page-people .performance-grid-2 .c2.r8,
.page-people .people-focus-grid .c2.r8,
.page-people .training-grid .c2.r8,
.page-people .gender-diversity-grid .c2.r8,
.page-people .emp-reg-gen-grid .c2.r8,
.page-people .workforce-reg-gen-grid .c2.r8,
.page-people .workforce-reg-grid .c2.r8,
.page-people .workforce-gen-grid .c2.r8,
.page-people .workforce-gen-status-grid .c2.r8,
.page-people .gender-diversity-perf-grid .c2.r8,
.page-people .emp-hire-turn-grid .c2.r8 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .employees-by-region-gender .c3.r8,
.page-people .employees-by-collective-bargaining .c3.r8,
.page-people .employees-new-hires-by-gender .c3.r8,
.page-people .gender-grid .c3.r8,
.page-people .diverse-grid .c3.r8,
.page-people .performance-grid-2 .c3.r8,
.page-people .people-focus-grid .c3.r8,
.page-people .training-grid .c3.r8,
.page-people .gender-diversity-grid .c3.r8,
.page-people .emp-reg-gen-grid .c3.r8,
.page-people .workforce-reg-gen-grid .c3.r8,
.page-people .workforce-reg-grid .c3.r8,
.page-people .workforce-gen-grid .c3.r8,
.page-people .workforce-gen-status-grid .c3.r8,
.page-people .gender-diversity-perf-grid .c3.r8,
.page-people .emp-hire-turn-grid .c3.r8 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .employees-by-region-gender .c4.r8,
.page-people .employees-by-collective-bargaining .c4.r8,
.page-people .employees-new-hires-by-gender .c4.r8,
.page-people .gender-grid .c4.r8,
.page-people .diverse-grid .c4.r8,
.page-people .performance-grid-2 .c4.r8,
.page-people .people-focus-grid .c4.r8,
.page-people .training-grid .c4.r8,
.page-people .gender-diversity-grid .c4.r8,
.page-people .emp-reg-gen-grid .c4.r8,
.page-people .workforce-reg-gen-grid .c4.r8,
.page-people .workforce-reg-grid .c4.r8,
.page-people .workforce-gen-grid .c4.r8,
.page-people .workforce-gen-status-grid .c4.r8,
.page-people .gender-diversity-perf-grid .c4.r8,
.page-people .emp-hire-turn-grid .c4.r8 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .employees-by-region-gender .c5.r8,
.page-people .employees-by-collective-bargaining .c5.r8,
.page-people .employees-new-hires-by-gender .c5.r8,
.page-people .gender-grid .c5.r8,
.page-people .diverse-grid .c5.r8,
.page-people .performance-grid-2 .c5.r8,
.page-people .people-focus-grid .c5.r8,
.page-people .training-grid .c5.r8,
.page-people .gender-diversity-grid .c5.r8,
.page-people .emp-reg-gen-grid .c5.r8,
.page-people .workforce-reg-gen-grid .c5.r8,
.page-people .workforce-reg-grid .c5.r8,
.page-people .workforce-gen-grid .c5.r8,
.page-people .workforce-gen-status-grid .c5.r8,
.page-people .gender-diversity-perf-grid .c5.r8,
.page-people .emp-hire-turn-grid .c5.r8 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .employees-by-region-gender .c6.r8,
.page-people .employees-by-collective-bargaining .c6.r8,
.page-people .employees-new-hires-by-gender .c6.r8,
.page-people .gender-grid .c6.r8,
.page-people .diverse-grid .c6.r8,
.page-people .performance-grid-2 .c6.r8,
.page-people .people-focus-grid .c6.r8,
.page-people .training-grid .c6.r8,
.page-people .gender-diversity-grid .c6.r8,
.page-people .emp-reg-gen-grid .c6.r8,
.page-people .workforce-reg-gen-grid .c6.r8,
.page-people .workforce-reg-grid .c6.r8,
.page-people .workforce-gen-grid .c6.r8,
.page-people .workforce-gen-status-grid .c6.r8,
.page-people .gender-diversity-perf-grid .c6.r8,
.page-people .emp-hire-turn-grid .c6.r8 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .employees-by-region-gender .c7.r8,
.page-people .employees-by-collective-bargaining .c7.r8,
.page-people .employees-new-hires-by-gender .c7.r8,
.page-people .gender-grid .c7.r8,
.page-people .diverse-grid .c7.r8,
.page-people .performance-grid-2 .c7.r8,
.page-people .people-focus-grid .c7.r8,
.page-people .training-grid .c7.r8,
.page-people .gender-diversity-grid .c7.r8,
.page-people .emp-reg-gen-grid .c7.r8,
.page-people .workforce-reg-gen-grid .c7.r8,
.page-people .workforce-reg-grid .c7.r8,
.page-people .workforce-gen-grid .c7.r8,
.page-people .workforce-gen-status-grid .c7.r8,
.page-people .gender-diversity-perf-grid .c7.r8,
.page-people .emp-hire-turn-grid .c7.r8 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .employees-by-region-gender .c8.r8,
.page-people .employees-by-collective-bargaining .c8.r8,
.page-people .employees-new-hires-by-gender .c8.r8,
.page-people .gender-grid .c8.r8,
.page-people .diverse-grid .c8.r8,
.page-people .performance-grid-2 .c8.r8,
.page-people .people-focus-grid .c8.r8,
.page-people .training-grid .c8.r8,
.page-people .gender-diversity-grid .c8.r8,
.page-people .emp-reg-gen-grid .c8.r8,
.page-people .workforce-reg-gen-grid .c8.r8,
.page-people .workforce-reg-grid .c8.r8,
.page-people .workforce-gen-grid .c8.r8,
.page-people .workforce-gen-status-grid .c8.r8,
.page-people .gender-diversity-perf-grid .c8.r8,
.page-people .emp-hire-turn-grid .c8.r8 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .employees-by-region-gender .c9.r8,
.page-people .employees-by-collective-bargaining .c9.r8,
.page-people .employees-new-hires-by-gender .c9.r8,
.page-people .gender-grid .c9.r8,
.page-people .diverse-grid .c9.r8,
.page-people .performance-grid-2 .c9.r8,
.page-people .people-focus-grid .c9.r8,
.page-people .training-grid .c9.r8,
.page-people .gender-diversity-grid .c9.r8,
.page-people .emp-reg-gen-grid .c9.r8,
.page-people .workforce-reg-gen-grid .c9.r8,
.page-people .workforce-reg-grid .c9.r8,
.page-people .workforce-gen-grid .c9.r8,
.page-people .workforce-gen-status-grid .c9.r8,
.page-people .gender-diversity-perf-grid .c9.r8,
.page-people .emp-hire-turn-grid .c9.r8 {
  -ms-grid-column: 9;
  grid-column: 9;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .employees-by-region-gender .c10.r8,
.page-people .employees-by-collective-bargaining .c10.r8,
.page-people .employees-new-hires-by-gender .c10.r8,
.page-people .gender-grid .c10.r8,
.page-people .diverse-grid .c10.r8,
.page-people .performance-grid-2 .c10.r8,
.page-people .people-focus-grid .c10.r8,
.page-people .training-grid .c10.r8,
.page-people .gender-diversity-grid .c10.r8,
.page-people .emp-reg-gen-grid .c10.r8,
.page-people .workforce-reg-gen-grid .c10.r8,
.page-people .workforce-reg-grid .c10.r8,
.page-people .workforce-gen-grid .c10.r8,
.page-people .workforce-gen-status-grid .c10.r8,
.page-people .gender-diversity-perf-grid .c10.r8,
.page-people .emp-hire-turn-grid .c10.r8 {
  -ms-grid-column: 10;
  grid-column: 10;
  -ms-grid-row: 8;
  grid-row: 8;
}
.page-people .employees-by-region-gender .c1.r9,
.page-people .employees-by-collective-bargaining .c1.r9,
.page-people .employees-new-hires-by-gender .c1.r9,
.page-people .gender-grid .c1.r9,
.page-people .diverse-grid .c1.r9,
.page-people .performance-grid-2 .c1.r9,
.page-people .people-focus-grid .c1.r9,
.page-people .training-grid .c1.r9,
.page-people .gender-diversity-grid .c1.r9,
.page-people .emp-reg-gen-grid .c1.r9,
.page-people .workforce-reg-gen-grid .c1.r9,
.page-people .workforce-reg-grid .c1.r9,
.page-people .workforce-gen-grid .c1.r9,
.page-people .workforce-gen-status-grid .c1.r9,
.page-people .gender-diversity-perf-grid .c1.r9,
.page-people .emp-hire-turn-grid .c1.r9 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-people .employees-by-region-gender .c2.r9,
.page-people .employees-by-collective-bargaining .c2.r9,
.page-people .employees-new-hires-by-gender .c2.r9,
.page-people .gender-grid .c2.r9,
.page-people .diverse-grid .c2.r9,
.page-people .performance-grid-2 .c2.r9,
.page-people .people-focus-grid .c2.r9,
.page-people .training-grid .c2.r9,
.page-people .gender-diversity-grid .c2.r9,
.page-people .emp-reg-gen-grid .c2.r9,
.page-people .workforce-reg-gen-grid .c2.r9,
.page-people .workforce-reg-grid .c2.r9,
.page-people .workforce-gen-grid .c2.r9,
.page-people .workforce-gen-status-grid .c2.r9,
.page-people .gender-diversity-perf-grid .c2.r9,
.page-people .emp-hire-turn-grid .c2.r9 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-people .employees-by-region-gender .c3.r9,
.page-people .employees-by-collective-bargaining .c3.r9,
.page-people .employees-new-hires-by-gender .c3.r9,
.page-people .gender-grid .c3.r9,
.page-people .diverse-grid .c3.r9,
.page-people .performance-grid-2 .c3.r9,
.page-people .people-focus-grid .c3.r9,
.page-people .training-grid .c3.r9,
.page-people .gender-diversity-grid .c3.r9,
.page-people .emp-reg-gen-grid .c3.r9,
.page-people .workforce-reg-gen-grid .c3.r9,
.page-people .workforce-reg-grid .c3.r9,
.page-people .workforce-gen-grid .c3.r9,
.page-people .workforce-gen-status-grid .c3.r9,
.page-people .gender-diversity-perf-grid .c3.r9,
.page-people .emp-hire-turn-grid .c3.r9 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-people .employees-by-region-gender .c4.r9,
.page-people .employees-by-collective-bargaining .c4.r9,
.page-people .employees-new-hires-by-gender .c4.r9,
.page-people .gender-grid .c4.r9,
.page-people .diverse-grid .c4.r9,
.page-people .performance-grid-2 .c4.r9,
.page-people .people-focus-grid .c4.r9,
.page-people .training-grid .c4.r9,
.page-people .gender-diversity-grid .c4.r9,
.page-people .emp-reg-gen-grid .c4.r9,
.page-people .workforce-reg-gen-grid .c4.r9,
.page-people .workforce-reg-grid .c4.r9,
.page-people .workforce-gen-grid .c4.r9,
.page-people .workforce-gen-status-grid .c4.r9,
.page-people .gender-diversity-perf-grid .c4.r9,
.page-people .emp-hire-turn-grid .c4.r9 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-people .employees-by-region-gender .c5.r9,
.page-people .employees-by-collective-bargaining .c5.r9,
.page-people .employees-new-hires-by-gender .c5.r9,
.page-people .gender-grid .c5.r9,
.page-people .diverse-grid .c5.r9,
.page-people .performance-grid-2 .c5.r9,
.page-people .people-focus-grid .c5.r9,
.page-people .training-grid .c5.r9,
.page-people .gender-diversity-grid .c5.r9,
.page-people .emp-reg-gen-grid .c5.r9,
.page-people .workforce-reg-gen-grid .c5.r9,
.page-people .workforce-reg-grid .c5.r9,
.page-people .workforce-gen-grid .c5.r9,
.page-people .workforce-gen-status-grid .c5.r9,
.page-people .gender-diversity-perf-grid .c5.r9,
.page-people .emp-hire-turn-grid .c5.r9 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-people .employees-by-region-gender .c6.r9,
.page-people .employees-by-collective-bargaining .c6.r9,
.page-people .employees-new-hires-by-gender .c6.r9,
.page-people .gender-grid .c6.r9,
.page-people .diverse-grid .c6.r9,
.page-people .performance-grid-2 .c6.r9,
.page-people .people-focus-grid .c6.r9,
.page-people .training-grid .c6.r9,
.page-people .gender-diversity-grid .c6.r9,
.page-people .emp-reg-gen-grid .c6.r9,
.page-people .workforce-reg-gen-grid .c6.r9,
.page-people .workforce-reg-grid .c6.r9,
.page-people .workforce-gen-grid .c6.r9,
.page-people .workforce-gen-status-grid .c6.r9,
.page-people .gender-diversity-perf-grid .c6.r9,
.page-people .emp-hire-turn-grid .c6.r9 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-people .employees-by-region-gender .c7.r9,
.page-people .employees-by-collective-bargaining .c7.r9,
.page-people .employees-new-hires-by-gender .c7.r9,
.page-people .gender-grid .c7.r9,
.page-people .diverse-grid .c7.r9,
.page-people .performance-grid-2 .c7.r9,
.page-people .people-focus-grid .c7.r9,
.page-people .training-grid .c7.r9,
.page-people .gender-diversity-grid .c7.r9,
.page-people .emp-reg-gen-grid .c7.r9,
.page-people .workforce-reg-gen-grid .c7.r9,
.page-people .workforce-reg-grid .c7.r9,
.page-people .workforce-gen-grid .c7.r9,
.page-people .workforce-gen-status-grid .c7.r9,
.page-people .gender-diversity-perf-grid .c7.r9,
.page-people .emp-hire-turn-grid .c7.r9 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-people .employees-by-region-gender .c8.r9,
.page-people .employees-by-collective-bargaining .c8.r9,
.page-people .employees-new-hires-by-gender .c8.r9,
.page-people .gender-grid .c8.r9,
.page-people .diverse-grid .c8.r9,
.page-people .performance-grid-2 .c8.r9,
.page-people .people-focus-grid .c8.r9,
.page-people .training-grid .c8.r9,
.page-people .gender-diversity-grid .c8.r9,
.page-people .emp-reg-gen-grid .c8.r9,
.page-people .workforce-reg-gen-grid .c8.r9,
.page-people .workforce-reg-grid .c8.r9,
.page-people .workforce-gen-grid .c8.r9,
.page-people .workforce-gen-status-grid .c8.r9,
.page-people .gender-diversity-perf-grid .c8.r9,
.page-people .emp-hire-turn-grid .c8.r9 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-people .employees-by-region-gender .c9.r9,
.page-people .employees-by-collective-bargaining .c9.r9,
.page-people .employees-new-hires-by-gender .c9.r9,
.page-people .gender-grid .c9.r9,
.page-people .diverse-grid .c9.r9,
.page-people .performance-grid-2 .c9.r9,
.page-people .people-focus-grid .c9.r9,
.page-people .training-grid .c9.r9,
.page-people .gender-diversity-grid .c9.r9,
.page-people .emp-reg-gen-grid .c9.r9,
.page-people .workforce-reg-gen-grid .c9.r9,
.page-people .workforce-reg-grid .c9.r9,
.page-people .workforce-gen-grid .c9.r9,
.page-people .workforce-gen-status-grid .c9.r9,
.page-people .gender-diversity-perf-grid .c9.r9,
.page-people .emp-hire-turn-grid .c9.r9 {
  -ms-grid-column: 9;
  grid-column: 9;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-people .employees-by-region-gender .c10.r9,
.page-people .employees-by-collective-bargaining .c10.r9,
.page-people .employees-new-hires-by-gender .c10.r9,
.page-people .gender-grid .c10.r9,
.page-people .diverse-grid .c10.r9,
.page-people .performance-grid-2 .c10.r9,
.page-people .people-focus-grid .c10.r9,
.page-people .training-grid .c10.r9,
.page-people .gender-diversity-grid .c10.r9,
.page-people .emp-reg-gen-grid .c10.r9,
.page-people .workforce-reg-gen-grid .c10.r9,
.page-people .workforce-reg-grid .c10.r9,
.page-people .workforce-gen-grid .c10.r9,
.page-people .workforce-gen-status-grid .c10.r9,
.page-people .gender-diversity-perf-grid .c10.r9,
.page-people .emp-hire-turn-grid .c10.r9 {
  -ms-grid-column: 10;
  grid-column: 10;
  -ms-grid-row: 9;
  grid-row: 9;
}
.page-people .employees-by-region-gender .c1.r10,
.page-people .employees-by-collective-bargaining .c1.r10,
.page-people .employees-new-hires-by-gender .c1.r10,
.page-people .gender-grid .c1.r10,
.page-people .diverse-grid .c1.r10,
.page-people .performance-grid-2 .c1.r10,
.page-people .people-focus-grid .c1.r10,
.page-people .training-grid .c1.r10,
.page-people .gender-diversity-grid .c1.r10,
.page-people .emp-reg-gen-grid .c1.r10,
.page-people .workforce-reg-gen-grid .c1.r10,
.page-people .workforce-reg-grid .c1.r10,
.page-people .workforce-gen-grid .c1.r10,
.page-people .workforce-gen-status-grid .c1.r10,
.page-people .gender-diversity-perf-grid .c1.r10,
.page-people .emp-hire-turn-grid .c1.r10 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-people .employees-by-region-gender .c2.r10,
.page-people .employees-by-collective-bargaining .c2.r10,
.page-people .employees-new-hires-by-gender .c2.r10,
.page-people .gender-grid .c2.r10,
.page-people .diverse-grid .c2.r10,
.page-people .performance-grid-2 .c2.r10,
.page-people .people-focus-grid .c2.r10,
.page-people .training-grid .c2.r10,
.page-people .gender-diversity-grid .c2.r10,
.page-people .emp-reg-gen-grid .c2.r10,
.page-people .workforce-reg-gen-grid .c2.r10,
.page-people .workforce-reg-grid .c2.r10,
.page-people .workforce-gen-grid .c2.r10,
.page-people .workforce-gen-status-grid .c2.r10,
.page-people .gender-diversity-perf-grid .c2.r10,
.page-people .emp-hire-turn-grid .c2.r10 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-people .employees-by-region-gender .c3.r10,
.page-people .employees-by-collective-bargaining .c3.r10,
.page-people .employees-new-hires-by-gender .c3.r10,
.page-people .gender-grid .c3.r10,
.page-people .diverse-grid .c3.r10,
.page-people .performance-grid-2 .c3.r10,
.page-people .people-focus-grid .c3.r10,
.page-people .training-grid .c3.r10,
.page-people .gender-diversity-grid .c3.r10,
.page-people .emp-reg-gen-grid .c3.r10,
.page-people .workforce-reg-gen-grid .c3.r10,
.page-people .workforce-reg-grid .c3.r10,
.page-people .workforce-gen-grid .c3.r10,
.page-people .workforce-gen-status-grid .c3.r10,
.page-people .gender-diversity-perf-grid .c3.r10,
.page-people .emp-hire-turn-grid .c3.r10 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-people .employees-by-region-gender .c4.r10,
.page-people .employees-by-collective-bargaining .c4.r10,
.page-people .employees-new-hires-by-gender .c4.r10,
.page-people .gender-grid .c4.r10,
.page-people .diverse-grid .c4.r10,
.page-people .performance-grid-2 .c4.r10,
.page-people .people-focus-grid .c4.r10,
.page-people .training-grid .c4.r10,
.page-people .gender-diversity-grid .c4.r10,
.page-people .emp-reg-gen-grid .c4.r10,
.page-people .workforce-reg-gen-grid .c4.r10,
.page-people .workforce-reg-grid .c4.r10,
.page-people .workforce-gen-grid .c4.r10,
.page-people .workforce-gen-status-grid .c4.r10,
.page-people .gender-diversity-perf-grid .c4.r10,
.page-people .emp-hire-turn-grid .c4.r10 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-people .employees-by-region-gender .c5.r10,
.page-people .employees-by-collective-bargaining .c5.r10,
.page-people .employees-new-hires-by-gender .c5.r10,
.page-people .gender-grid .c5.r10,
.page-people .diverse-grid .c5.r10,
.page-people .performance-grid-2 .c5.r10,
.page-people .people-focus-grid .c5.r10,
.page-people .training-grid .c5.r10,
.page-people .gender-diversity-grid .c5.r10,
.page-people .emp-reg-gen-grid .c5.r10,
.page-people .workforce-reg-gen-grid .c5.r10,
.page-people .workforce-reg-grid .c5.r10,
.page-people .workforce-gen-grid .c5.r10,
.page-people .workforce-gen-status-grid .c5.r10,
.page-people .gender-diversity-perf-grid .c5.r10,
.page-people .emp-hire-turn-grid .c5.r10 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-people .employees-by-region-gender .c6.r10,
.page-people .employees-by-collective-bargaining .c6.r10,
.page-people .employees-new-hires-by-gender .c6.r10,
.page-people .gender-grid .c6.r10,
.page-people .diverse-grid .c6.r10,
.page-people .performance-grid-2 .c6.r10,
.page-people .people-focus-grid .c6.r10,
.page-people .training-grid .c6.r10,
.page-people .gender-diversity-grid .c6.r10,
.page-people .emp-reg-gen-grid .c6.r10,
.page-people .workforce-reg-gen-grid .c6.r10,
.page-people .workforce-reg-grid .c6.r10,
.page-people .workforce-gen-grid .c6.r10,
.page-people .workforce-gen-status-grid .c6.r10,
.page-people .gender-diversity-perf-grid .c6.r10,
.page-people .emp-hire-turn-grid .c6.r10 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-people .employees-by-region-gender .c7.r10,
.page-people .employees-by-collective-bargaining .c7.r10,
.page-people .employees-new-hires-by-gender .c7.r10,
.page-people .gender-grid .c7.r10,
.page-people .diverse-grid .c7.r10,
.page-people .performance-grid-2 .c7.r10,
.page-people .people-focus-grid .c7.r10,
.page-people .training-grid .c7.r10,
.page-people .gender-diversity-grid .c7.r10,
.page-people .emp-reg-gen-grid .c7.r10,
.page-people .workforce-reg-gen-grid .c7.r10,
.page-people .workforce-reg-grid .c7.r10,
.page-people .workforce-gen-grid .c7.r10,
.page-people .workforce-gen-status-grid .c7.r10,
.page-people .gender-diversity-perf-grid .c7.r10,
.page-people .emp-hire-turn-grid .c7.r10 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-people .employees-by-region-gender .c8.r10,
.page-people .employees-by-collective-bargaining .c8.r10,
.page-people .employees-new-hires-by-gender .c8.r10,
.page-people .gender-grid .c8.r10,
.page-people .diverse-grid .c8.r10,
.page-people .performance-grid-2 .c8.r10,
.page-people .people-focus-grid .c8.r10,
.page-people .training-grid .c8.r10,
.page-people .gender-diversity-grid .c8.r10,
.page-people .emp-reg-gen-grid .c8.r10,
.page-people .workforce-reg-gen-grid .c8.r10,
.page-people .workforce-reg-grid .c8.r10,
.page-people .workforce-gen-grid .c8.r10,
.page-people .workforce-gen-status-grid .c8.r10,
.page-people .gender-diversity-perf-grid .c8.r10,
.page-people .emp-hire-turn-grid .c8.r10 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-people .employees-by-region-gender .c9.r10,
.page-people .employees-by-collective-bargaining .c9.r10,
.page-people .employees-new-hires-by-gender .c9.r10,
.page-people .gender-grid .c9.r10,
.page-people .diverse-grid .c9.r10,
.page-people .performance-grid-2 .c9.r10,
.page-people .people-focus-grid .c9.r10,
.page-people .training-grid .c9.r10,
.page-people .gender-diversity-grid .c9.r10,
.page-people .emp-reg-gen-grid .c9.r10,
.page-people .workforce-reg-gen-grid .c9.r10,
.page-people .workforce-reg-grid .c9.r10,
.page-people .workforce-gen-grid .c9.r10,
.page-people .workforce-gen-status-grid .c9.r10,
.page-people .gender-diversity-perf-grid .c9.r10,
.page-people .emp-hire-turn-grid .c9.r10 {
  -ms-grid-column: 9;
  grid-column: 9;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-people .employees-by-region-gender .c10.r10,
.page-people .employees-by-collective-bargaining .c10.r10,
.page-people .employees-new-hires-by-gender .c10.r10,
.page-people .gender-grid .c10.r10,
.page-people .diverse-grid .c10.r10,
.page-people .performance-grid-2 .c10.r10,
.page-people .people-focus-grid .c10.r10,
.page-people .training-grid .c10.r10,
.page-people .gender-diversity-grid .c10.r10,
.page-people .emp-reg-gen-grid .c10.r10,
.page-people .workforce-reg-gen-grid .c10.r10,
.page-people .workforce-reg-grid .c10.r10,
.page-people .workforce-gen-grid .c10.r10,
.page-people .workforce-gen-status-grid .c10.r10,
.page-people .gender-diversity-perf-grid .c10.r10,
.page-people .emp-hire-turn-grid .c10.r10 {
  -ms-grid-column: 10;
  grid-column: 10;
  -ms-grid-row: 10;
  grid-row: 10;
}
.page-people .employees-by-region-gender .c1.r11,
.page-people .employees-by-collective-bargaining .c1.r11,
.page-people .employees-new-hires-by-gender .c1.r11,
.page-people .gender-grid .c1.r11,
.page-people .diverse-grid .c1.r11,
.page-people .performance-grid-2 .c1.r11,
.page-people .people-focus-grid .c1.r11,
.page-people .training-grid .c1.r11,
.page-people .gender-diversity-grid .c1.r11,
.page-people .emp-reg-gen-grid .c1.r11,
.page-people .workforce-reg-gen-grid .c1.r11,
.page-people .workforce-reg-grid .c1.r11,
.page-people .workforce-gen-grid .c1.r11,
.page-people .workforce-gen-status-grid .c1.r11,
.page-people .gender-diversity-perf-grid .c1.r11,
.page-people .emp-hire-turn-grid .c1.r11 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-people .employees-by-region-gender .c2.r11,
.page-people .employees-by-collective-bargaining .c2.r11,
.page-people .employees-new-hires-by-gender .c2.r11,
.page-people .gender-grid .c2.r11,
.page-people .diverse-grid .c2.r11,
.page-people .performance-grid-2 .c2.r11,
.page-people .people-focus-grid .c2.r11,
.page-people .training-grid .c2.r11,
.page-people .gender-diversity-grid .c2.r11,
.page-people .emp-reg-gen-grid .c2.r11,
.page-people .workforce-reg-gen-grid .c2.r11,
.page-people .workforce-reg-grid .c2.r11,
.page-people .workforce-gen-grid .c2.r11,
.page-people .workforce-gen-status-grid .c2.r11,
.page-people .gender-diversity-perf-grid .c2.r11,
.page-people .emp-hire-turn-grid .c2.r11 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-people .employees-by-region-gender .c3.r11,
.page-people .employees-by-collective-bargaining .c3.r11,
.page-people .employees-new-hires-by-gender .c3.r11,
.page-people .gender-grid .c3.r11,
.page-people .diverse-grid .c3.r11,
.page-people .performance-grid-2 .c3.r11,
.page-people .people-focus-grid .c3.r11,
.page-people .training-grid .c3.r11,
.page-people .gender-diversity-grid .c3.r11,
.page-people .emp-reg-gen-grid .c3.r11,
.page-people .workforce-reg-gen-grid .c3.r11,
.page-people .workforce-reg-grid .c3.r11,
.page-people .workforce-gen-grid .c3.r11,
.page-people .workforce-gen-status-grid .c3.r11,
.page-people .gender-diversity-perf-grid .c3.r11,
.page-people .emp-hire-turn-grid .c3.r11 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-people .employees-by-region-gender .c4.r11,
.page-people .employees-by-collective-bargaining .c4.r11,
.page-people .employees-new-hires-by-gender .c4.r11,
.page-people .gender-grid .c4.r11,
.page-people .diverse-grid .c4.r11,
.page-people .performance-grid-2 .c4.r11,
.page-people .people-focus-grid .c4.r11,
.page-people .training-grid .c4.r11,
.page-people .gender-diversity-grid .c4.r11,
.page-people .emp-reg-gen-grid .c4.r11,
.page-people .workforce-reg-gen-grid .c4.r11,
.page-people .workforce-reg-grid .c4.r11,
.page-people .workforce-gen-grid .c4.r11,
.page-people .workforce-gen-status-grid .c4.r11,
.page-people .gender-diversity-perf-grid .c4.r11,
.page-people .emp-hire-turn-grid .c4.r11 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-people .employees-by-region-gender .c5.r11,
.page-people .employees-by-collective-bargaining .c5.r11,
.page-people .employees-new-hires-by-gender .c5.r11,
.page-people .gender-grid .c5.r11,
.page-people .diverse-grid .c5.r11,
.page-people .performance-grid-2 .c5.r11,
.page-people .people-focus-grid .c5.r11,
.page-people .training-grid .c5.r11,
.page-people .gender-diversity-grid .c5.r11,
.page-people .emp-reg-gen-grid .c5.r11,
.page-people .workforce-reg-gen-grid .c5.r11,
.page-people .workforce-reg-grid .c5.r11,
.page-people .workforce-gen-grid .c5.r11,
.page-people .workforce-gen-status-grid .c5.r11,
.page-people .gender-diversity-perf-grid .c5.r11,
.page-people .emp-hire-turn-grid .c5.r11 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-people .employees-by-region-gender .c6.r11,
.page-people .employees-by-collective-bargaining .c6.r11,
.page-people .employees-new-hires-by-gender .c6.r11,
.page-people .gender-grid .c6.r11,
.page-people .diverse-grid .c6.r11,
.page-people .performance-grid-2 .c6.r11,
.page-people .people-focus-grid .c6.r11,
.page-people .training-grid .c6.r11,
.page-people .gender-diversity-grid .c6.r11,
.page-people .emp-reg-gen-grid .c6.r11,
.page-people .workforce-reg-gen-grid .c6.r11,
.page-people .workforce-reg-grid .c6.r11,
.page-people .workforce-gen-grid .c6.r11,
.page-people .workforce-gen-status-grid .c6.r11,
.page-people .gender-diversity-perf-grid .c6.r11,
.page-people .emp-hire-turn-grid .c6.r11 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-people .employees-by-region-gender .c7.r11,
.page-people .employees-by-collective-bargaining .c7.r11,
.page-people .employees-new-hires-by-gender .c7.r11,
.page-people .gender-grid .c7.r11,
.page-people .diverse-grid .c7.r11,
.page-people .performance-grid-2 .c7.r11,
.page-people .people-focus-grid .c7.r11,
.page-people .training-grid .c7.r11,
.page-people .gender-diversity-grid .c7.r11,
.page-people .emp-reg-gen-grid .c7.r11,
.page-people .workforce-reg-gen-grid .c7.r11,
.page-people .workforce-reg-grid .c7.r11,
.page-people .workforce-gen-grid .c7.r11,
.page-people .workforce-gen-status-grid .c7.r11,
.page-people .gender-diversity-perf-grid .c7.r11,
.page-people .emp-hire-turn-grid .c7.r11 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-people .employees-by-region-gender .c8.r11,
.page-people .employees-by-collective-bargaining .c8.r11,
.page-people .employees-new-hires-by-gender .c8.r11,
.page-people .gender-grid .c8.r11,
.page-people .diverse-grid .c8.r11,
.page-people .performance-grid-2 .c8.r11,
.page-people .people-focus-grid .c8.r11,
.page-people .training-grid .c8.r11,
.page-people .gender-diversity-grid .c8.r11,
.page-people .emp-reg-gen-grid .c8.r11,
.page-people .workforce-reg-gen-grid .c8.r11,
.page-people .workforce-reg-grid .c8.r11,
.page-people .workforce-gen-grid .c8.r11,
.page-people .workforce-gen-status-grid .c8.r11,
.page-people .gender-diversity-perf-grid .c8.r11,
.page-people .emp-hire-turn-grid .c8.r11 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-people .employees-by-region-gender .c9.r11,
.page-people .employees-by-collective-bargaining .c9.r11,
.page-people .employees-new-hires-by-gender .c9.r11,
.page-people .gender-grid .c9.r11,
.page-people .diverse-grid .c9.r11,
.page-people .performance-grid-2 .c9.r11,
.page-people .people-focus-grid .c9.r11,
.page-people .training-grid .c9.r11,
.page-people .gender-diversity-grid .c9.r11,
.page-people .emp-reg-gen-grid .c9.r11,
.page-people .workforce-reg-gen-grid .c9.r11,
.page-people .workforce-reg-grid .c9.r11,
.page-people .workforce-gen-grid .c9.r11,
.page-people .workforce-gen-status-grid .c9.r11,
.page-people .gender-diversity-perf-grid .c9.r11,
.page-people .emp-hire-turn-grid .c9.r11 {
  -ms-grid-column: 9;
  grid-column: 9;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-people .employees-by-region-gender .c10.r11,
.page-people .employees-by-collective-bargaining .c10.r11,
.page-people .employees-new-hires-by-gender .c10.r11,
.page-people .gender-grid .c10.r11,
.page-people .diverse-grid .c10.r11,
.page-people .performance-grid-2 .c10.r11,
.page-people .people-focus-grid .c10.r11,
.page-people .training-grid .c10.r11,
.page-people .gender-diversity-grid .c10.r11,
.page-people .emp-reg-gen-grid .c10.r11,
.page-people .workforce-reg-gen-grid .c10.r11,
.page-people .workforce-reg-grid .c10.r11,
.page-people .workforce-gen-grid .c10.r11,
.page-people .workforce-gen-status-grid .c10.r11,
.page-people .gender-diversity-perf-grid .c10.r11,
.page-people .emp-hire-turn-grid .c10.r11 {
  -ms-grid-column: 10;
  grid-column: 10;
  -ms-grid-row: 11;
  grid-row: 11;
}
.page-people .employees-by-region-gender .c1.r12,
.page-people .employees-by-collective-bargaining .c1.r12,
.page-people .employees-new-hires-by-gender .c1.r12,
.page-people .gender-grid .c1.r12,
.page-people .diverse-grid .c1.r12,
.page-people .performance-grid-2 .c1.r12,
.page-people .people-focus-grid .c1.r12,
.page-people .training-grid .c1.r12,
.page-people .gender-diversity-grid .c1.r12,
.page-people .emp-reg-gen-grid .c1.r12,
.page-people .workforce-reg-gen-grid .c1.r12,
.page-people .workforce-reg-grid .c1.r12,
.page-people .workforce-gen-grid .c1.r12,
.page-people .workforce-gen-status-grid .c1.r12,
.page-people .gender-diversity-perf-grid .c1.r12,
.page-people .emp-hire-turn-grid .c1.r12 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-people .employees-by-region-gender .c2.r12,
.page-people .employees-by-collective-bargaining .c2.r12,
.page-people .employees-new-hires-by-gender .c2.r12,
.page-people .gender-grid .c2.r12,
.page-people .diverse-grid .c2.r12,
.page-people .performance-grid-2 .c2.r12,
.page-people .people-focus-grid .c2.r12,
.page-people .training-grid .c2.r12,
.page-people .gender-diversity-grid .c2.r12,
.page-people .emp-reg-gen-grid .c2.r12,
.page-people .workforce-reg-gen-grid .c2.r12,
.page-people .workforce-reg-grid .c2.r12,
.page-people .workforce-gen-grid .c2.r12,
.page-people .workforce-gen-status-grid .c2.r12,
.page-people .gender-diversity-perf-grid .c2.r12,
.page-people .emp-hire-turn-grid .c2.r12 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-people .employees-by-region-gender .c3.r12,
.page-people .employees-by-collective-bargaining .c3.r12,
.page-people .employees-new-hires-by-gender .c3.r12,
.page-people .gender-grid .c3.r12,
.page-people .diverse-grid .c3.r12,
.page-people .performance-grid-2 .c3.r12,
.page-people .people-focus-grid .c3.r12,
.page-people .training-grid .c3.r12,
.page-people .gender-diversity-grid .c3.r12,
.page-people .emp-reg-gen-grid .c3.r12,
.page-people .workforce-reg-gen-grid .c3.r12,
.page-people .workforce-reg-grid .c3.r12,
.page-people .workforce-gen-grid .c3.r12,
.page-people .workforce-gen-status-grid .c3.r12,
.page-people .gender-diversity-perf-grid .c3.r12,
.page-people .emp-hire-turn-grid .c3.r12 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-people .employees-by-region-gender .c4.r12,
.page-people .employees-by-collective-bargaining .c4.r12,
.page-people .employees-new-hires-by-gender .c4.r12,
.page-people .gender-grid .c4.r12,
.page-people .diverse-grid .c4.r12,
.page-people .performance-grid-2 .c4.r12,
.page-people .people-focus-grid .c4.r12,
.page-people .training-grid .c4.r12,
.page-people .gender-diversity-grid .c4.r12,
.page-people .emp-reg-gen-grid .c4.r12,
.page-people .workforce-reg-gen-grid .c4.r12,
.page-people .workforce-reg-grid .c4.r12,
.page-people .workforce-gen-grid .c4.r12,
.page-people .workforce-gen-status-grid .c4.r12,
.page-people .gender-diversity-perf-grid .c4.r12,
.page-people .emp-hire-turn-grid .c4.r12 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-people .employees-by-region-gender .c5.r12,
.page-people .employees-by-collective-bargaining .c5.r12,
.page-people .employees-new-hires-by-gender .c5.r12,
.page-people .gender-grid .c5.r12,
.page-people .diverse-grid .c5.r12,
.page-people .performance-grid-2 .c5.r12,
.page-people .people-focus-grid .c5.r12,
.page-people .training-grid .c5.r12,
.page-people .gender-diversity-grid .c5.r12,
.page-people .emp-reg-gen-grid .c5.r12,
.page-people .workforce-reg-gen-grid .c5.r12,
.page-people .workforce-reg-grid .c5.r12,
.page-people .workforce-gen-grid .c5.r12,
.page-people .workforce-gen-status-grid .c5.r12,
.page-people .gender-diversity-perf-grid .c5.r12,
.page-people .emp-hire-turn-grid .c5.r12 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-people .employees-by-region-gender .c6.r12,
.page-people .employees-by-collective-bargaining .c6.r12,
.page-people .employees-new-hires-by-gender .c6.r12,
.page-people .gender-grid .c6.r12,
.page-people .diverse-grid .c6.r12,
.page-people .performance-grid-2 .c6.r12,
.page-people .people-focus-grid .c6.r12,
.page-people .training-grid .c6.r12,
.page-people .gender-diversity-grid .c6.r12,
.page-people .emp-reg-gen-grid .c6.r12,
.page-people .workforce-reg-gen-grid .c6.r12,
.page-people .workforce-reg-grid .c6.r12,
.page-people .workforce-gen-grid .c6.r12,
.page-people .workforce-gen-status-grid .c6.r12,
.page-people .gender-diversity-perf-grid .c6.r12,
.page-people .emp-hire-turn-grid .c6.r12 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-people .employees-by-region-gender .c7.r12,
.page-people .employees-by-collective-bargaining .c7.r12,
.page-people .employees-new-hires-by-gender .c7.r12,
.page-people .gender-grid .c7.r12,
.page-people .diverse-grid .c7.r12,
.page-people .performance-grid-2 .c7.r12,
.page-people .people-focus-grid .c7.r12,
.page-people .training-grid .c7.r12,
.page-people .gender-diversity-grid .c7.r12,
.page-people .emp-reg-gen-grid .c7.r12,
.page-people .workforce-reg-gen-grid .c7.r12,
.page-people .workforce-reg-grid .c7.r12,
.page-people .workforce-gen-grid .c7.r12,
.page-people .workforce-gen-status-grid .c7.r12,
.page-people .gender-diversity-perf-grid .c7.r12,
.page-people .emp-hire-turn-grid .c7.r12 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-people .employees-by-region-gender .c8.r12,
.page-people .employees-by-collective-bargaining .c8.r12,
.page-people .employees-new-hires-by-gender .c8.r12,
.page-people .gender-grid .c8.r12,
.page-people .diverse-grid .c8.r12,
.page-people .performance-grid-2 .c8.r12,
.page-people .people-focus-grid .c8.r12,
.page-people .training-grid .c8.r12,
.page-people .gender-diversity-grid .c8.r12,
.page-people .emp-reg-gen-grid .c8.r12,
.page-people .workforce-reg-gen-grid .c8.r12,
.page-people .workforce-reg-grid .c8.r12,
.page-people .workforce-gen-grid .c8.r12,
.page-people .workforce-gen-status-grid .c8.r12,
.page-people .gender-diversity-perf-grid .c8.r12,
.page-people .emp-hire-turn-grid .c8.r12 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-people .employees-by-region-gender .c9.r12,
.page-people .employees-by-collective-bargaining .c9.r12,
.page-people .employees-new-hires-by-gender .c9.r12,
.page-people .gender-grid .c9.r12,
.page-people .diverse-grid .c9.r12,
.page-people .performance-grid-2 .c9.r12,
.page-people .people-focus-grid .c9.r12,
.page-people .training-grid .c9.r12,
.page-people .gender-diversity-grid .c9.r12,
.page-people .emp-reg-gen-grid .c9.r12,
.page-people .workforce-reg-gen-grid .c9.r12,
.page-people .workforce-reg-grid .c9.r12,
.page-people .workforce-gen-grid .c9.r12,
.page-people .workforce-gen-status-grid .c9.r12,
.page-people .gender-diversity-perf-grid .c9.r12,
.page-people .emp-hire-turn-grid .c9.r12 {
  -ms-grid-column: 9;
  grid-column: 9;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-people .employees-by-region-gender .c10.r12,
.page-people .employees-by-collective-bargaining .c10.r12,
.page-people .employees-new-hires-by-gender .c10.r12,
.page-people .gender-grid .c10.r12,
.page-people .diverse-grid .c10.r12,
.page-people .performance-grid-2 .c10.r12,
.page-people .people-focus-grid .c10.r12,
.page-people .training-grid .c10.r12,
.page-people .gender-diversity-grid .c10.r12,
.page-people .emp-reg-gen-grid .c10.r12,
.page-people .workforce-reg-gen-grid .c10.r12,
.page-people .workforce-reg-grid .c10.r12,
.page-people .workforce-gen-grid .c10.r12,
.page-people .workforce-gen-status-grid .c10.r12,
.page-people .gender-diversity-perf-grid .c10.r12,
.page-people .emp-hire-turn-grid .c10.r12 {
  -ms-grid-column: 10;
  grid-column: 10;
  -ms-grid-row: 12;
  grid-row: 12;
}
.page-people .employees-by-region-gender .c1.r13,
.page-people .employees-by-collective-bargaining .c1.r13,
.page-people .employees-new-hires-by-gender .c1.r13,
.page-people .gender-grid .c1.r13,
.page-people .diverse-grid .c1.r13,
.page-people .performance-grid-2 .c1.r13,
.page-people .people-focus-grid .c1.r13,
.page-people .training-grid .c1.r13,
.page-people .gender-diversity-grid .c1.r13,
.page-people .emp-reg-gen-grid .c1.r13,
.page-people .workforce-reg-gen-grid .c1.r13,
.page-people .workforce-reg-grid .c1.r13,
.page-people .workforce-gen-grid .c1.r13,
.page-people .workforce-gen-status-grid .c1.r13,
.page-people .gender-diversity-perf-grid .c1.r13,
.page-people .emp-hire-turn-grid .c1.r13 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-people .employees-by-region-gender .c2.r13,
.page-people .employees-by-collective-bargaining .c2.r13,
.page-people .employees-new-hires-by-gender .c2.r13,
.page-people .gender-grid .c2.r13,
.page-people .diverse-grid .c2.r13,
.page-people .performance-grid-2 .c2.r13,
.page-people .people-focus-grid .c2.r13,
.page-people .training-grid .c2.r13,
.page-people .gender-diversity-grid .c2.r13,
.page-people .emp-reg-gen-grid .c2.r13,
.page-people .workforce-reg-gen-grid .c2.r13,
.page-people .workforce-reg-grid .c2.r13,
.page-people .workforce-gen-grid .c2.r13,
.page-people .workforce-gen-status-grid .c2.r13,
.page-people .gender-diversity-perf-grid .c2.r13,
.page-people .emp-hire-turn-grid .c2.r13 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-people .employees-by-region-gender .c3.r13,
.page-people .employees-by-collective-bargaining .c3.r13,
.page-people .employees-new-hires-by-gender .c3.r13,
.page-people .gender-grid .c3.r13,
.page-people .diverse-grid .c3.r13,
.page-people .performance-grid-2 .c3.r13,
.page-people .people-focus-grid .c3.r13,
.page-people .training-grid .c3.r13,
.page-people .gender-diversity-grid .c3.r13,
.page-people .emp-reg-gen-grid .c3.r13,
.page-people .workforce-reg-gen-grid .c3.r13,
.page-people .workforce-reg-grid .c3.r13,
.page-people .workforce-gen-grid .c3.r13,
.page-people .workforce-gen-status-grid .c3.r13,
.page-people .gender-diversity-perf-grid .c3.r13,
.page-people .emp-hire-turn-grid .c3.r13 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-people .employees-by-region-gender .c4.r13,
.page-people .employees-by-collective-bargaining .c4.r13,
.page-people .employees-new-hires-by-gender .c4.r13,
.page-people .gender-grid .c4.r13,
.page-people .diverse-grid .c4.r13,
.page-people .performance-grid-2 .c4.r13,
.page-people .people-focus-grid .c4.r13,
.page-people .training-grid .c4.r13,
.page-people .gender-diversity-grid .c4.r13,
.page-people .emp-reg-gen-grid .c4.r13,
.page-people .workforce-reg-gen-grid .c4.r13,
.page-people .workforce-reg-grid .c4.r13,
.page-people .workforce-gen-grid .c4.r13,
.page-people .workforce-gen-status-grid .c4.r13,
.page-people .gender-diversity-perf-grid .c4.r13,
.page-people .emp-hire-turn-grid .c4.r13 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-people .employees-by-region-gender .c5.r13,
.page-people .employees-by-collective-bargaining .c5.r13,
.page-people .employees-new-hires-by-gender .c5.r13,
.page-people .gender-grid .c5.r13,
.page-people .diverse-grid .c5.r13,
.page-people .performance-grid-2 .c5.r13,
.page-people .people-focus-grid .c5.r13,
.page-people .training-grid .c5.r13,
.page-people .gender-diversity-grid .c5.r13,
.page-people .emp-reg-gen-grid .c5.r13,
.page-people .workforce-reg-gen-grid .c5.r13,
.page-people .workforce-reg-grid .c5.r13,
.page-people .workforce-gen-grid .c5.r13,
.page-people .workforce-gen-status-grid .c5.r13,
.page-people .gender-diversity-perf-grid .c5.r13,
.page-people .emp-hire-turn-grid .c5.r13 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-people .employees-by-region-gender .c6.r13,
.page-people .employees-by-collective-bargaining .c6.r13,
.page-people .employees-new-hires-by-gender .c6.r13,
.page-people .gender-grid .c6.r13,
.page-people .diverse-grid .c6.r13,
.page-people .performance-grid-2 .c6.r13,
.page-people .people-focus-grid .c6.r13,
.page-people .training-grid .c6.r13,
.page-people .gender-diversity-grid .c6.r13,
.page-people .emp-reg-gen-grid .c6.r13,
.page-people .workforce-reg-gen-grid .c6.r13,
.page-people .workforce-reg-grid .c6.r13,
.page-people .workforce-gen-grid .c6.r13,
.page-people .workforce-gen-status-grid .c6.r13,
.page-people .gender-diversity-perf-grid .c6.r13,
.page-people .emp-hire-turn-grid .c6.r13 {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-people .employees-by-region-gender .c7.r13,
.page-people .employees-by-collective-bargaining .c7.r13,
.page-people .employees-new-hires-by-gender .c7.r13,
.page-people .gender-grid .c7.r13,
.page-people .diverse-grid .c7.r13,
.page-people .performance-grid-2 .c7.r13,
.page-people .people-focus-grid .c7.r13,
.page-people .training-grid .c7.r13,
.page-people .gender-diversity-grid .c7.r13,
.page-people .emp-reg-gen-grid .c7.r13,
.page-people .workforce-reg-gen-grid .c7.r13,
.page-people .workforce-reg-grid .c7.r13,
.page-people .workforce-gen-grid .c7.r13,
.page-people .workforce-gen-status-grid .c7.r13,
.page-people .gender-diversity-perf-grid .c7.r13,
.page-people .emp-hire-turn-grid .c7.r13 {
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-people .employees-by-region-gender .c8.r13,
.page-people .employees-by-collective-bargaining .c8.r13,
.page-people .employees-new-hires-by-gender .c8.r13,
.page-people .gender-grid .c8.r13,
.page-people .diverse-grid .c8.r13,
.page-people .performance-grid-2 .c8.r13,
.page-people .people-focus-grid .c8.r13,
.page-people .training-grid .c8.r13,
.page-people .gender-diversity-grid .c8.r13,
.page-people .emp-reg-gen-grid .c8.r13,
.page-people .workforce-reg-gen-grid .c8.r13,
.page-people .workforce-reg-grid .c8.r13,
.page-people .workforce-gen-grid .c8.r13,
.page-people .workforce-gen-status-grid .c8.r13,
.page-people .gender-diversity-perf-grid .c8.r13,
.page-people .emp-hire-turn-grid .c8.r13 {
  -ms-grid-column: 8;
  grid-column: 8;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-people .employees-by-region-gender .c9.r13,
.page-people .employees-by-collective-bargaining .c9.r13,
.page-people .employees-new-hires-by-gender .c9.r13,
.page-people .gender-grid .c9.r13,
.page-people .diverse-grid .c9.r13,
.page-people .performance-grid-2 .c9.r13,
.page-people .people-focus-grid .c9.r13,
.page-people .training-grid .c9.r13,
.page-people .gender-diversity-grid .c9.r13,
.page-people .emp-reg-gen-grid .c9.r13,
.page-people .workforce-reg-gen-grid .c9.r13,
.page-people .workforce-reg-grid .c9.r13,
.page-people .workforce-gen-grid .c9.r13,
.page-people .workforce-gen-status-grid .c9.r13,
.page-people .gender-diversity-perf-grid .c9.r13,
.page-people .emp-hire-turn-grid .c9.r13 {
  -ms-grid-column: 9;
  grid-column: 9;
  -ms-grid-row: 13;
  grid-row: 13;
}
.page-people .employees-by-region-gender .c10.r13,
.page-people .employees-by-collective-bargaining .c10.r13,
.page-people .employees-new-hires-by-gender .c10.r13,
.page-people .gender-grid .c10.r13,
.page-people .diverse-grid .c10.r13,
.page-people .performance-grid-2 .c10.r13,
.page-people .people-focus-grid .c10.r13,
.page-people .training-grid .c10.r13,
.page-people .gender-diversity-grid .c10.r13,
.page-people .emp-reg-gen-grid .c10.r13,
.page-people .workforce-reg-gen-grid .c10.r13,
.page-people .workforce-reg-grid .c10.r13,
.page-people .workforce-gen-grid .c10.r13,
.page-people .workforce-gen-status-grid .c10.r13,
.page-people .gender-diversity-perf-grid .c10.r13,
.page-people .emp-hire-turn-grid .c10.r13 {
  -ms-grid-column: 10;
  grid-column: 10;
  -ms-grid-row: 13;
  grid-row: 13;
}
.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 .aboriginal-by-gender {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 15% 15% 15% 15%;
  grid-template-columns: 40% 15% 15% 15% 15%;
  -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 .aboriginal-by-gender div {
  padding: 10px;
  border-bottom: 1px solid black;
  text-align: center;
}
.page-people .aboriginal-by-gender div.r1 {
  color: #00A98F;
  vertical-align: middle;
  border-bottom: 8px solid #00A98F;
  font-family: Calibre Web Semibold;
}
.page-people .aboriginal-by-gender div.c1 {
  padding-left: 0;
  text-align: left;
}
.page-people .aboriginal-by-gender div.r1 {
  color: #00A98F;
  text-align: center;
  border-bottom: 1px solid black;
  font-family: Calibre Web Semibold;
}
.page-people .aboriginal-by-gender div.r2 {
  color: #00A98F;
  text-align: right;
  border-bottom: 8px solid #00A98F;
  font-family: Calibre Web Semibold;
}
.page-people .aboriginal-by-gender div.r3 {
  text-align: right;
  border-bottom: 1px solid black;
}
.page-people .aboriginal-by-gender .c1.r1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  border: none;
}
.page-people .aboriginal-by-gender .c2.r1 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / span 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .aboriginal-by-gender .c4.r1 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-column: 4 / span 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-people .aboriginal-by-gender .c1.r2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-people .aboriginal-by-gender .c2.r2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-people .aboriginal-by-gender .c3.r2 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-people .aboriginal-by-gender .c4.r2 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-people .aboriginal-by-gender .c5.r2 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-people .aboriginal-by-gender .c1.r3 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
  text-align: left !important;
}
.page-people .aboriginal-by-gender .c2.r3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-people .aboriginal-by-gender .c3.r3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
.page-people .aboriginal-by-gender .c4.r3 {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 3;
  grid-row: 3;
  background-color: #ebf6f4;
  font-family: Calibre Web Semibold;
}
.page-people .aboriginal-by-gender .c5.r3 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 3;
  grid-row: 3;
  background-color: #ebf6f4;
  font-family: Calibre Web Semibold;
}
.page-people .employees-by-region-gender {
  -ms-grid-columns: 19% 9% 9% 9% 9% 9% 9% 9% 9% 9%;
  grid-template-columns: 19% 9% 9% 9% 9% 9% 9% 9% 9% 9%;
}
.page-people .employees-by-region-gender .c1.r2,
.page-people .employees-by-region-gender .c1.r5 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 10;
  grid-column: 1 / span 10;
  font-family: Calibre Web Semibold;
}
.page-people .employees-by-region-gender .c5,
.page-people .employees-by-region-gender .c6,
.page-people .employees-by-region-gender .c7 {
  background-color: #ebf6f4;
}
.page-people .employees-by-region-gender .r1 {
  background-color: white !important;
}
.page-people .employees-by-region-gender .r9 {
  font-family: Calibre Web Semibold;
}
.page-people .employees-by-collective-bargaining,
.page-people .employees-new-hires-by-gender {
  -ms-grid-columns: 20% 20% 20% 20% 20%;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.page-people .employees-by-collective-bargaining .r5,
.page-people .employees-new-hires-by-gender .r5 {
  font-family: Calibre Web Semibold;
}
.page-people .employees-by-collective-bargaining .c4,
.page-people .employees-new-hires-by-gender .c4,
.page-people .employees-by-collective-bargaining .c5,
.page-people .employees-new-hires-by-gender .c5 {
  background-color: #ebf6f4;
}
.page-people .employees-by-collective-bargaining .r1,
.page-people .employees-new-hires-by-gender .r1 {
  background-color: white !important;
}
.page-people .employees-new-hires-by-gender .r4 {
  font-family: Calibre Web Semibold;
}
.page-people .performance-grid-2 {
  -ms-grid-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}
.page-people .performance-grid-2 div {
  text-align: right;
}
.page-people .performance-grid-2 .c1 {
  text-align: left;
}
@media screen and (max-width: 720px) {
  .page-people .performance-grid-2 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .page-people .performance-grid-2 .c1.r1 {
    display: none;
  }
  .page-people .performance-grid-2 .c2.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-people .performance-grid-2 .c3.r1 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-people .performance-grid-2 .c4.r1 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-people .performance-grid-2 .c5.r1 {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-people .performance-grid-2 .c1.r2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1 / span 5;
    -ms-grid-row: 2;
    grid-row: 2;
    font-family: Calibre Web Semibold;
  }
  .page-people .performance-grid-2 .c2.r2 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-people .performance-grid-2 .c3.r2 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-people .performance-grid-2 .c4.r2 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-people .performance-grid-2 .c5.r2 {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-people .performance-grid-2 .c1.r3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1 / span 5;
    -ms-grid-row: 4;
    grid-row: 4;
    font-family: Calibre Web Semibold;
  }
  .page-people .performance-grid-2 .c2.r3 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-people .performance-grid-2 .c3.r3 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-people .performance-grid-2 .c4.r3 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-people .performance-grid-2 .c5.r3 {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 5;
    grid-row: 5;
  }
}
.page-people .diverse-grid {
  -ms-grid-columns: 44% 28% 28% ;
  grid-template-columns: 44% 28% 28% ;
}
.page-people .diverse-grid .c2,
.page-people .diverse-grid .c3 {
  text-align: middle;
}
.page-people .diverse-grid .c3 {
  border-right: 1px solid #009681;
  padding-right: 30px;
}
.page-people .diverse-grid .c2.r2 {
  background-color: #ebf6f4;
}
.page-people .gender-grid {
  -ms-grid-columns: 50% 15% 15% 20%;
  grid-template-columns: 50% 15% 15% 20%;
}
.page-people .gender-grid div {
  text-align: right;
}
.page-people .gender-grid div .c1 {
  text-align: left;
}
.page-people .training-grid {
  -ms-grid-columns: 40% 10% 10% 10% 10% 10% 10%;
  grid-template-columns: 40% 10% 10% 10% 10% 10% 10%;
}
.page-people .training-grid div {
  text-align: center;
}
.page-people .training-grid div .c1 {
  text-align: left;
}
.page-people .training-grid div.c4,
.page-people .training-grid div.c7 {
  font-family: Calibre Web Semibold;
}
.page-people .training-grid div.c5,
.page-people .training-grid div.c6,
.page-people .training-grid div.c7 {
  background-color: #ebf6f4;
}
.page-people .training-grid div.c5.r1,
.page-people .training-grid div.c6.r1,
.page-people .training-grid div.c7.r1 {
  background-color: white !important;
}
@media screen and (max-width: 720px) {
  .page-people .training-grid {
    -ms-grid-columns: auto auto auto auto auto auto;
    grid-template-columns: auto auto auto auto auto auto;
    -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;
  }
  .page-people .training-grid .c1.r1 {
    display: none;
  }
  .page-people .training-grid .c2.r1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-people .training-grid .c3.r1 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-people .training-grid .c4.r1 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-people .training-grid .c5.r1 {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-people .training-grid .c6.r1 {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-people .training-grid .c7.r1 {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-people .training-grid .c1.r2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1 / span 6;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .page-people .training-grid .c2.r2 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-people .training-grid .c3.r2 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-people .training-grid .c4.r2 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-people .training-grid .c5.r2 {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-people .training-grid .c6.r2 {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-people .training-grid .c7.r2 {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-people .training-grid .c1.r3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1 / span 6;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .page-people .training-grid .c2.r3 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-people .training-grid .c3.r3 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-people .training-grid .c4.r3 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-people .training-grid .c5.r3 {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-people .training-grid .c6.r3 {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-people .training-grid .c7.r3 {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-people .training-grid .c1.r4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1 / span 6;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .page-people .training-grid .c2.r4 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-people .training-grid .c3.r4 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-people .training-grid .c4.r4 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-people .training-grid .c5.r4 {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-people .training-grid .c6.r4 {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-people .training-grid .c7.r4 {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .page-people .training-grid .c1.r5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1 / span 6;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .page-people .training-grid .c2.r5 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .page-people .training-grid .c3.r5 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .page-people .training-grid .c4.r5 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .page-people .training-grid .c5.r5 {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .page-people .training-grid .c6.r5 {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .page-people .training-grid .c7.r5 {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .page-people .training-grid .c1.r6 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1 / span 6;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .page-people .training-grid .c2.r6 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .page-people .training-grid .c3.r6 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .page-people .training-grid .c4.r6 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .page-people .training-grid .c5.r6 {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .page-people .training-grid .c6.r6 {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .page-people .training-grid .c7.r6 {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .page-people .training-grid div {
    padding: 10px 5px;
  }
}
.page-people .gender-diversity-grid {
  -ms-grid-columns: 32% 17% 17% 17% 17%;
  grid-template-columns: 32% 17% 17% 17% 17%;
}
.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 {
  text-align: center;
}
.page-people .gender-diversity-grid div.c5 {
  border-right: 1px solid #009681;
  padding-right: 30px;
}
.page-people .gender-diversity-grid div.c2,
.page-people .gender-diversity-grid div.c3 {
  background-color: #ebf6f4;
}
.page-people .gender-diversity-grid div.r1.c2,
.page-people .gender-diversity-grid div.r1.c3 {
  background-color: #009681;
}
.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;
}
.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 Semibold;
}
.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 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 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 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('/2021/assets/img/people-case-rail.jpg');
}
.page-people #quick-links .column.veteran-welfare {
  background-image: url('/2021/assets/img/people-case-veteran-welfare.jpg');
}
.page-people #quick-links .column.refugees {
  background-image: url('/2021/assets/img/people-case-refugees.jpg');
}
.page-people #quick-links .column.metro-train {
  background-image: url('/2021/assets/img/people-case-metro-trains.jpg');
}
.page-people .case-pin {
  background-image: url("/2021/assets/img/people-case-pin.png");
}
.widget-tabs.home .tab:before {
  top: 25px;
}
@media screen and (max-width: 720px) {
  .widget-tabs.home .tab:before {
    top: 15px;
  }
}
.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:first-of-type {
  margin-left: 15px;
  margin-right: 3px;
}
.widget-tabs .tab:last-of-type {
  margin-right: 15px ;
  margin-left: 3px ;
}
.widget-tabs .tab:before {
  font-family: 'downer' !important;
  content: 'h';
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 5px;
}
.widget-tabs .tab:before a {
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .widget-tabs .tab:before {
    top: 15px;
  }
}
.widget-tabs .tab.gri:before {
  top: 22px;
}
.widget-tabs .tab.gri.short {
  height: 62px;
}
.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 Light;
    font-weight: 100;
    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;
}
@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.single-line span.title {
  padding-top: 10px;
}
@media screen and (max-width: 720px) {
  .widget-tabs .tab.single-line span.title {
    position: relative;
    margin-left: 5px;
    bottom: 0;
  }
}
.widget-tabs .tab.two-liner span.title {
  line-height: 20px;
  vertical-align: bottom;
  bottom: 15px;
  padding-top: 10px;
}
@media screen and (max-width: 720px) {
  .widget-tabs .tab.two-liner span.title {
    position: relative;
    margin-left: 5px;
    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;
  padding: 10px 10px !important;
}
.widget-tabs .tab.plum.active {
  background-color: #EDEDED !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: #EDEDED;
  color: black;
  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 {
  font-size: 20px;
  line-height: 24px;
  background-color: #EDEDED;
}
.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 {
  color: black;
}
.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('/2021/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('/2021/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;
}
.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;
}
.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: #8CC140;
}
.widget-downer .primary .row .column.yellow span {
  background-color: #FDB813;
}
.widget-downer-static {
  height: 433px;
  margin-top: 25px;
  position: relative;
  background-image: url('/2021/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('/2021/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: #8CC140;
}
.widget-downer-ie .primary .row .column.yellow span {
  background-color: #FDB813;
}
