@charset "UTF-8";
.tdi--noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.tdi--text-overflow-wrapper {
  overflow: auto;
  max-width: 100%;
}
#tdi--tooltip {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 100;
  padding: 15px;
  font-size: 90%;
}
#tdi--tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
#tdi--tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto;
}
#tdi--tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tdi--tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

/* clp -specific changes: */
.table-wrap table {
  table-layout: fixed;
}
.table-wrap table td[align=left], .table-wrap table td.left, .table-wrap table th[align=left], .table-wrap table th.left {
  text-align: left !important;
}
.table-wrap table td[align=center], .table-wrap table td.center, .table-wrap table th[align=center], .table-wrap table th.center {
  text-align: center !important;
}
.table-wrap table td[align=right], .table-wrap table td.right, .table-wrap table th[align=right], .table-wrap table th.right {
  text-align: right !important;
}
.table-wrap table td[valign=top], .table-wrap table td.top, .table-wrap table th[valign=top], .table-wrap table th.top {
  vertical-align: top !important;
}
.table-wrap table td[valign=middle], .table-wrap table td.middle, .table-wrap table th[valign=middle], .table-wrap table th.middle {
  vertical-align: middle !important;
}
.table-wrap table td[valign=bottom], .table-wrap table td.bottom, .table-wrap table th[valign=bottom], .table-wrap table th.bottom {
  vertical-align: bottom !important;
}

.table-wrap table.data-table td:nth-of-type(2) {
  background: transparent !important;
}
.table-wrap table.data-table td:nth-of-type(2).highlight {
  background-color: #e5f5f5 !important;
}
.table-wrap table.data-table tr:hover td {
  background-color: #e5f5f5 !important;
}

td.highlight {
  background-color: #e5f5f5 !important;
}

.table-wrap table.data-table td.verified,
.table-wrap table.data-table tr:first-child td.verified,
td.verified {
  background-color: #FDC240 !important;
}

.wrap-tabs h2 {
  font-weight: 700;
}

table p, table li {
  line-height: inherit;
  margin-bottom: inherit;
}

.table-wrap table tr:hover td {
  background-color: #e5f5f5 !important;
}

.table-format-none {
  margin-top: 35px;
}

.lang-zh body, .lang-zh-cn body {
  font-family: "Microsoft JhengHei", "Roboto Condensed", sans-serif;
}
.lang-zh .main-header-n .icons, .lang-zh-cn .main-header-n .icons {
  font-family: "Roboto Condensed", sans-serif;
}

.chart {
  min-width: 500px;
}

.tortoise.table-wrap table th {
  background-color: #279BA5 !important;
}
.tortoise.table-wrap table td.highlight {
  background-color: rgb(233.4, 245, 246) !important;
}

.rouge.table-wrap table th {
  background-color: #c2506d !important;
}
.rouge.table-wrap table td.highlight {
  background-color: rgb(248.9, 237.5, 240.4) !important;
}

.green2.table-wrap table th {
  background-color: #4ca855 !important;
}
.green2.table-wrap table td.highlight {
  background-color: rgb(237.1, 246.3, 238) !important;
}

.grapepurple.table-wrap table th {
  background-color: #6c60a3 !important;
}
.grapepurple.table-wrap table td.highlight {
  background-color: rgb(240.3, 239.1, 245.8) !important;
}

label.select-all {
  display: flex;
  align-items: center;
  padding: 0 0 0 0;
  margin: -1px 0 0 0;
  cursor: pointer;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: normal;
  color: #000000;
  text-indent: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lang-zh label.select-all {
  margin: -2px 0 0 0;
}
label.select-all.unchecked {
  color: #CCCCCC;
}
label.select-all input {
  position: relative;
  top: 0;
}

input.highcharts-legend-checkbox {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0.5px solid #B4B4B4;
  outline: none;
  cursor: pointer;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input.highcharts-legend-checkbox:checked::after {
  content: "✔︎";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 19px;
}

.main-menu-block .c-9 ul {
  pointer-events: auto;
}

.wrap-list .c-12 > a {
  color: #409AD6;
}

.main-header-n .icons a {
  display: inline !important;
}

.signature {
  max-width: initial !important;
}
.signature img {
  max-width: 425px;
}

.main-footer .top-panel .wrap-nav-foot > ul > li > a {
  padding-right: 0px;
}
@media screen and (min-width: 551px) {
  .main-footer .top-panel .wrap-nav-foot > ul > li > a {
    min-height: 70px;
  }
}

/*
.accordions-s .panel-body .table-wrap td:last-child {
  border-bottom: 1px solid #00479D;
}
.accordions-s .panel-body .table-wrap td.last-col {
  border-bottom: none;
}*/
/* default content tangelo.scss:*/
a {
  cursor: pointer;
}

em {
  font-style: italic;
}

tr {
  height: 20px;
}

section img {
  max-width: 100%;
  height: auto;
}

.marginbottom-none {
  margin-bottom: 0;
}

span.highlight {
  background-color: #d6ecff;
}

.list-style-none {
  list-style: none;
}

.list-style-square {
  list-style: square;
}

.list-style-circle {
  list-style: circle;
}

.list-style-disc {
  list-style: disc;
}

.list-style-decimal {
  list-style: decimal;
}

.list-style-decimal-leading-zero {
  list-style: decimal-leading-zero;
}

.list-style-lower-alpha {
  list-style: lower-alpha;
}

.list-style-upper-alpha {
  list-style: upper-alpha;
}

.list-style-lower-roman {
  list-style: lower-roman;
}

.list-style-upper-roman {
  list-style: upper-roman;
}

.title-line.title-banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.title-line.title-banner .container-fluid {
  position: relative !important;
  height: 200px !important;
}
.title-line.title-banner .container-fluid .container-title {
  position: absolute !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
  width: 100%;
}
.title-line.title-quote h1 {
  text-align: left !important;
}

@media (min-width: 991px) {
  .title-line.title-banner .container-fluid {
    height: 302px !important;
  }
}
.items-about {
  margin-top: 70px;
}

.caption {
  font-style: italic;
}

.lang-zh .caption {
  font-style: normal;
}

.top-line a {
  color: #ffffff;
}

#data-table h5 {
  color: #3ac2c0;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
}

.wrap-single-studies .img {
  margin-bottom: 20px;
  margin-top: 20px;
}

.title-line.pad-md .container-fluid {
  padding-bottom: 90px;
}

table.data-table tr:first-of-type th:first-of-type p {
  display: none;
}

@media (max-width: 767px) {
  .title-line.pad-md .container-fluid {
    padding-top: 75px;
  }
  .title-line h1 {
    font-size: 28px;
  }
}
.main-menu li {
  vertical-align: top;
}
.main-menu li a {
  height: 69px;
}

.table-wrap.header-white th {
  color: #fff;
}

.cms-image * {
  width: 100vw;
  max-width: 100%;
  margin-bottom: 30px;
}

.icons a {
  color: black;
}

/*
.item-sl:nth-child(-n+9) {
  display: inline-block ! Important;
}
*/
.nav-second {
  white-space: unset;
}

@media (max-width: 1199px) {
  .nav-second .container {
    white-space: unset;
  }
}
.image-content {
  margin-bottom: 30px;
}

.image-title {
  margin-bottom: 30px;
}

.ig-highlight {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  color: #6FB3B9;
}

/*
.targets-item dd:first-of-type {
  font-weight: normal;
}
*/
/*
.page-agenda {
  .ig-highlight {
    color: #769B53;
  }

  &.clp-energy {
    .ig-highlight {
      color: #6F6CA9;
    }
  }

  &.clp-digital {
    .ig-highlight {
      color: #3499CC;
    }
  }

  &.clp-community {
    .ig-highlight {
      color: #C2506D;
    }
  }

  &.clp-workforce {
    .ig-highlight {
      color: #E8A900;
    }
  }
}

.page-community {
  &.clp-community {
    .ig-highlight {
      color: #C2506D;
    }
  }
}
*/
#highlights .col-md-6 {
  padding: 0;
}

#highlights .image-section {
  margin-top: 30px;
}

#highlights > .row {
  padding: 20px 0;
}

div#highlights {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 50px;
}

div#highlights {
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  #highlights h2.font-lg {
    text-align: left;
  }
  #highlights > .row {
    padding: 0 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  #highlights > .row > * {
    margin-bottom: 10px;
  }
  #highlights .image-section {
    padding-bottom: 0;
    margin-top: 0;
  }
}
/*
.page-nature .introduction, .page-nature .intro-n {
  color: #53923B;
}
.page-partner .introduction, .page-partner .intro-n {
  color: #469ECB;
}
.page-people .introduction, .page-people .intro-n {
  color: #A05D9D;
}
.page-customers .introduction, .page-customers .intro-n {
  color: #5EA8A2;
}

.page-customers .main-section-n h4 {
  color: #5EA8A2;
}
.page-people .main-section-n h4 {
  color: #A05D9D;
}
.page-partner .main-section-n h4 {
  color: #469ECB;
}
.page-community .main-section-n h4 {
  color: #C2506D;
}


.page-sustainability {
  .item-tabs-content-materiality {
    a.read-more-btn {
      color: white;
    }

    .read-more-btn i path {
      stroke: #ffffff;
    }
  }

}

.page-welcome .main-section-n .targets-item .title h2 {
  color: #ffffff;
}

.lang-zh .main-footer .middle-panel a {
    font-size: 19px;
}

*/
.targets-item th {
  width: 60%;
}

.targets-item th,
.targets-item td {
  line-height: 120%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.col-6.overview-content1-text a {
  color: inherit;
}

.accordion .panel-body img.icon,
img.icon {
  width: 30px;
  margin-left: 0px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.accordion .panel-body img.icon.float,
img.icon.float {
  float: left;
}

.slider-section2 .item-sl:nth-child(-n+20) {
  display: inline-block !important;
}

@media (max-width: 991px) {
  .accordion .panel-body img.hide-mob {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .accordion .panel-body img.desktop-hide {
    display: none;
  }
}
.home-materiality-btn i {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.home-materiality-btn:hover {
  opacity: 0.7;
}
.home-materiality-btn:hover i {
  right: 14px;
}

.ceo .intro h2.heading-1, .ceo .intro h2.heading-2 {
  color: #6B849D;
}

.page-welcome .main-section-n span.ig-highlight {
  color: rgb(107, 132, 157);
}

.page-welcome .main-section-n h4.figure-title {
  color: rgb(107, 132, 157);
}

.page-welcome .main-section-n .heading-1, .page-welcome .main-section-n .heading-2, .page-welcome .main-section-n .heading-3 {
  color: rgb(107, 132, 157);
}

.page-welcome a.link-title svg circle {
  fill: rgb(107, 132, 157);
}
.page-welcome a.link-title svg path {
  stroke: white;
}

.page-welcome #overview-page-top-1.main-section-n a.link-title .copy-link svg circle {
  fill: rgb(107, 132, 157);
}
.page-welcome #overview-page-top-1.main-section-n a.link-title .copy-link svg path {
  stroke: white;
}

.page-welcome .main-section-n .overview-content h3.head {
  color: #ffffff;
}

.page-about .main-section-n span.ig-highlight {
  color: rgb(216, 190, 100);
}

.page-about .main-section-n h4.figure-title {
  color: rgb(216, 190, 100);
}

.page-about .main-section-n .heading-1, .page-about .main-section-n .heading-2, .page-about .main-section-n .heading-3 {
  color: rgb(216, 190, 100);
}

.page-about a.link-title svg circle {
  fill: rgb(216, 190, 100);
}
.page-about a.link-title svg path {
  stroke: white;
}

.page-about #overview-page-top-1.main-section-n a.link-title .copy-link svg circle {
  fill: rgb(216, 190, 100);
}
.page-about #overview-page-top-1.main-section-n a.link-title .copy-link svg path {
  stroke: white;
}

.page-about .main-section-n .overview-content h3.head {
  color: #ffffff;
}

.page-approach .main-section-n span.ig-highlight {
  color: rgb(225, 178, 138);
}

.page-approach .main-section-n h4.figure-title {
  color: rgb(225, 178, 138);
}

.page-approach .main-section-n .heading-1, .page-approach .main-section-n .heading-2, .page-approach .main-section-n .heading-3 {
  color: rgb(225, 178, 138);
}

.page-approach a.link-title svg circle {
  fill: rgb(225, 178, 138);
}
.page-approach a.link-title svg path {
  stroke: white;
}

.page-approach #overview-page-top-1.main-section-n a.link-title .copy-link svg circle {
  fill: rgb(225, 178, 138);
}
.page-approach #overview-page-top-1.main-section-n a.link-title .copy-link svg path {
  stroke: white;
}

.page-approach .main-section-n .overview-content h3.head {
  color: #ffffff;
}

.page-agenda .main-section-n span.ig-highlight {
  color: #769B53;
}

.page-agenda .main-section-n h4.figure-title {
  color: #769B53;
}

.page-agenda .main-section-n .heading-1, .page-agenda .main-section-n .heading-2, .page-agenda .main-section-n .heading-3 {
  color: #769B53;
}

.page-agenda a.link-title svg circle {
  fill: #769B53;
}
.page-agenda a.link-title svg path {
  stroke: white;
}

.page-agenda #overview-page-top-1.main-section-n a.link-title .copy-link svg circle {
  fill: #769B53;
}
.page-agenda #overview-page-top-1.main-section-n a.link-title .copy-link svg path {
  stroke: white;
}

.page-agenda .main-section-n .overview-content h3.head {
  color: #ffffff;
}

.page-nature .main-section-n span.ig-highlight {
  color: rgb(118, 166, 154);
}

.page-nature .main-section-n h4.figure-title {
  color: rgb(118, 166, 154);
}

.page-nature .main-section-n .heading-1, .page-nature .main-section-n .heading-2, .page-nature .main-section-n .heading-3 {
  color: rgb(118, 166, 154);
}

.page-nature a.link-title svg circle {
  fill: rgb(118, 166, 154);
}
.page-nature a.link-title svg path {
  stroke: white;
}

.page-nature #overview-page-top-1.main-section-n a.link-title .copy-link svg circle {
  fill: rgb(118, 166, 154);
}
.page-nature #overview-page-top-1.main-section-n a.link-title .copy-link svg path {
  stroke: white;
}

.page-nature .main-section-n .overview-content h3.head {
  color: #ffffff;
}

.page-stakeholders .main-section-n span.ig-highlight {
  color: rgb(184, 114, 76);
}

.page-stakeholders .main-section-n h4.figure-title {
  color: rgb(184, 114, 76);
}

.page-stakeholders .main-section-n .heading-1, .page-stakeholders .main-section-n .heading-2, .page-stakeholders .main-section-n .heading-3 {
  color: rgb(184, 114, 76);
}

.page-stakeholders a.link-title svg circle {
  fill: rgb(184, 114, 76);
}
.page-stakeholders a.link-title svg path {
  stroke: white;
}

.page-stakeholders #overview-page-top-1.main-section-n a.link-title .copy-link svg circle {
  fill: rgb(184, 114, 76);
}
.page-stakeholders #overview-page-top-1.main-section-n a.link-title .copy-link svg path {
  stroke: white;
}

.page-stakeholders .main-section-n .overview-content h3.head {
  color: #ffffff;
}

.page-community .main-section-n span.ig-highlight {
  color: rgb(221, 147, 118);
}

.page-community .main-section-n h4.figure-title {
  color: rgb(221, 147, 118);
}

.page-community .main-section-n .heading-1, .page-community .main-section-n .heading-2, .page-community .main-section-n .heading-3 {
  color: rgb(221, 147, 118);
}

.page-community a.link-title svg circle {
  fill: rgb(221, 147, 118);
}
.page-community a.link-title svg path {
  stroke: white;
}

.page-community #overview-page-top-1.main-section-n a.link-title .copy-link svg circle {
  fill: rgb(221, 147, 118);
}
.page-community #overview-page-top-1.main-section-n a.link-title .copy-link svg path {
  stroke: white;
}

.page-community .main-section-n .overview-content h3.head {
  color: #ffffff;
}

.page-customers .main-section-n span.ig-highlight {
  color: rgb(95, 178, 142);
}

.page-customers .main-section-n h4.figure-title {
  color: rgb(95, 178, 142);
}

.page-customers .main-section-n .heading-1, .page-customers .main-section-n .heading-2, .page-customers .main-section-n .heading-3 {
  color: rgb(95, 178, 142);
}

.page-customers a.link-title svg circle {
  fill: rgb(95, 178, 142);
}
.page-customers a.link-title svg path {
  stroke: white;
}

.page-customers #overview-page-top-1.main-section-n a.link-title .copy-link svg circle {
  fill: rgb(95, 178, 142);
}
.page-customers #overview-page-top-1.main-section-n a.link-title .copy-link svg path {
  stroke: white;
}

.page-customers .main-section-n .overview-content h3.head {
  color: #ffffff;
}

.page-people .main-section-n span.ig-highlight {
  color: rgb(211, 113, 108);
}

.page-people .main-section-n h4.figure-title {
  color: rgb(211, 113, 108);
}

.page-people .main-section-n .heading-1, .page-people .main-section-n .heading-2, .page-people .main-section-n .heading-3 {
  color: rgb(211, 113, 108);
}

.page-people a.link-title svg circle {
  fill: rgb(211, 113, 108);
}
.page-people a.link-title svg path {
  stroke: white;
}

.page-people #overview-page-top-1.main-section-n a.link-title .copy-link svg circle {
  fill: rgb(211, 113, 108);
}
.page-people #overview-page-top-1.main-section-n a.link-title .copy-link svg path {
  stroke: white;
}

.page-people .main-section-n .overview-content h3.head {
  color: #ffffff;
}

.page-partner .main-section-n span.ig-highlight {
  color: rgb(147, 177, 186);
}

.page-partner .main-section-n h4.figure-title {
  color: rgb(147, 177, 186);
}

.page-partner .main-section-n .heading-1, .page-partner .main-section-n .heading-2, .page-partner .main-section-n .heading-3 {
  color: rgb(147, 177, 186);
}

.page-partner a.link-title svg circle {
  fill: rgb(147, 177, 186);
}
.page-partner a.link-title svg path {
  stroke: white;
}

.page-partner #overview-page-top-1.main-section-n a.link-title .copy-link svg circle {
  fill: rgb(147, 177, 186);
}
.page-partner #overview-page-top-1.main-section-n a.link-title .copy-link svg path {
  stroke: white;
}

.page-partner .main-section-n .overview-content h3.head {
  color: #ffffff;
}

#page-ma-report .main-section-n span.ig-highlight {
  color: #60AED3;
}

#page-ma-report .main-section-n h4.figure-title {
  color: #60AED3;
}

#page-ma-report .main-section-n .heading-1, #page-ma-report .main-section-n .heading-2, #page-ma-report .main-section-n .heading-3 {
  color: #60AED3;
}

#page-ma-report a.link-title svg circle {
  fill: #60AED3;
}
#page-ma-report a.link-title svg path {
  stroke: white;
}

#page-ma-report #overview-page-top-1.main-section-n a.link-title .copy-link svg circle {
  fill: #60AED3;
}
#page-ma-report #overview-page-top-1.main-section-n a.link-title .copy-link svg path {
  stroke: white;
}

#page-ma-report .main-section-n .overview-content h3.head {
  color: #ffffff;
}

.clp-community .main-section-n span.ig-highlight {
  color: rgb(221, 147, 118);
}

.clp-community .main-section-n h4.figure-title {
  color: rgb(221, 147, 118);
}

.clp-community .main-section-n .heading-1, .clp-community .main-section-n .heading-2, .clp-community .main-section-n .heading-3 {
  color: rgb(221, 147, 118);
}

.clp-community a.link-title svg circle {
  fill: rgb(221, 147, 118);
}
.clp-community a.link-title svg path {
  stroke: white;
}

.clp-community #overview-page-top-1.main-section-n a.link-title .copy-link svg circle {
  fill: rgb(221, 147, 118);
}
.clp-community #overview-page-top-1.main-section-n a.link-title .copy-link svg path {
  stroke: white;
}

.clp-community .main-section-n .overview-content h3.head {
  color: #ffffff;
}

.clp-digital .main-section-n span.ig-highlight {
  color: rgb(88, 144, 147);
}

.clp-digital .main-section-n h4.figure-title {
  color: rgb(88, 144, 147);
}

.clp-digital .main-section-n .heading-1, .clp-digital .main-section-n .heading-2, .clp-digital .main-section-n .heading-3 {
  color: rgb(88, 144, 147);
}

.clp-digital a.link-title svg circle {
  fill: rgb(88, 144, 147);
}
.clp-digital a.link-title svg path {
  stroke: white;
}

.clp-digital #overview-page-top-1.main-section-n a.link-title .copy-link svg circle {
  fill: rgb(88, 144, 147);
}
.clp-digital #overview-page-top-1.main-section-n a.link-title .copy-link svg path {
  stroke: white;
}

.clp-digital .main-section-n .overview-content h3.head {
  color: #ffffff;
}

.clp-energy .main-section-n span.ig-highlight {
  color: rgb(94, 180, 180);
}

.clp-energy .main-section-n h4.figure-title {
  color: rgb(94, 180, 180);
}

.clp-energy .main-section-n .heading-1, .clp-energy .main-section-n .heading-2, .clp-energy .main-section-n .heading-3 {
  color: rgb(94, 180, 180);
}

.clp-energy a.link-title svg circle {
  fill: rgb(94, 180, 180);
}
.clp-energy a.link-title svg path {
  stroke: white;
}

.clp-energy #overview-page-top-1.main-section-n a.link-title .copy-link svg circle {
  fill: rgb(94, 180, 180);
}
.clp-energy #overview-page-top-1.main-section-n a.link-title .copy-link svg path {
  stroke: white;
}

.clp-energy .main-section-n .overview-content h3.head {
  color: #ffffff;
}

.clp-workforce .main-section-n span.ig-highlight {
  color: rgb(201, 158, 95);
}

.clp-workforce .main-section-n h4.figure-title {
  color: rgb(201, 158, 95);
}

.clp-workforce .main-section-n .heading-1, .clp-workforce .main-section-n .heading-2, .clp-workforce .main-section-n .heading-3 {
  color: rgb(201, 158, 95);
}

.clp-workforce a.link-title svg circle {
  fill: rgb(201, 158, 95);
}
.clp-workforce a.link-title svg path {
  stroke: white;
}

.clp-workforce #overview-page-top-1.main-section-n a.link-title .copy-link svg circle {
  fill: rgb(201, 158, 95);
}
.clp-workforce #overview-page-top-1.main-section-n a.link-title .copy-link svg path {
  stroke: white;
}

.clp-workforce .main-section-n .overview-content h3.head {
  color: #ffffff;
}

.clp-operational .main-section-n span.ig-highlight {
  color: rgb(152, 164, 165);
}

.clp-operational .main-section-n h4.figure-title {
  color: rgb(152, 164, 165);
}

.clp-operational .main-section-n .heading-1, .clp-operational .main-section-n .heading-2, .clp-operational .main-section-n .heading-3 {
  color: rgb(152, 164, 165);
}

.clp-operational a.link-title svg circle {
  fill: rgb(152, 164, 165);
}
.clp-operational a.link-title svg path {
  stroke: white;
}

.clp-operational #overview-page-top-1.main-section-n a.link-title .copy-link svg circle {
  fill: rgb(152, 164, 165);
}
.clp-operational #overview-page-top-1.main-section-n a.link-title .copy-link svg path {
  stroke: white;
}

.clp-operational .main-section-n .overview-content h3.head {
  color: #ffffff;
}

.clp-net-zero .main-section-n span.ig-highlight {
  color: rgb(153, 178, 98);
}

.clp-net-zero .main-section-n h4.figure-title {
  color: rgb(153, 178, 98);
}

.clp-net-zero .main-section-n .heading-1, .clp-net-zero .main-section-n .heading-2, .clp-net-zero .main-section-n .heading-3 {
  color: rgb(153, 178, 98);
}

.clp-net-zero a.link-title svg circle {
  fill: rgb(153, 178, 98);
}
.clp-net-zero a.link-title svg path {
  stroke: white;
}

.clp-net-zero #overview-page-top-1.main-section-n a.link-title .copy-link svg circle {
  fill: rgb(153, 178, 98);
}
.clp-net-zero #overview-page-top-1.main-section-n a.link-title .copy-link svg path {
  stroke: white;
}

.clp-net-zero .main-section-n .overview-content h3.head {
  color: #ffffff;
}

.chairman-page-bg {
  pointer-events: none;
}
/*# sourceMappingURL=tangelo.css.map */
