@charset "UTF-8";
/* Bootstrap */
.bootstrap-delltech .container-fluid {
  padding-left: 18px;
  padding-right: 18px;
  max-width: 1600px;
}
@media screen and (max-width: 40em) {
  .bootstrap-delltech .col-1, .bootstrap-delltech .col-2, .bootstrap-delltech .col-3, .bootstrap-delltech .col-4, .bootstrap-delltech .col-5, .bootstrap-delltech .col-6, .bootstrap-delltech .col-7, .bootstrap-delltech .col-8, .bootstrap-delltech .col-9, .bootstrap-delltech .col-10, .bootstrap-delltech .col-11, .bootstrap-delltech .col-12, .bootstrap-delltech .col, .bootstrap-delltech .col-auto,
  .bootstrap-delltech .col-sm-1, .bootstrap-delltech .col-sm-2, .bootstrap-delltech .col-sm-3, .bootstrap-delltech .col-sm-4, .bootstrap-delltech .col-sm-5, .bootstrap-delltech .col-sm-6, .bootstrap-delltech .col-sm-7, .bootstrap-delltech .col-sm-8, .bootstrap-delltech .col-sm-9, .bootstrap-delltech .col-sm-10, .bootstrap-delltech .col-sm-11, .bootstrap-delltech .col-sm-12, .bootstrap-delltech .col-sm, .bootstrap-delltech .col-sm-auto,
  .bootstrap-delltech .col-md-1, .bootstrap-delltech .col-md-2, .bootstrap-delltech .col-md-3, .bootstrap-delltech .col-md-4, .bootstrap-delltech .col-md-5, .bootstrap-delltech .col-md-6, .bootstrap-delltech .col-md-7, .bootstrap-delltech .col-md-8, .bootstrap-delltech .col-md-9, .bootstrap-delltech .col-md-10, .bootstrap-delltech .col-md-11, .bootstrap-delltech .col-md-12, .bootstrap-delltech .col-md, .bootstrap-delltech .col-md-auto,
  .bootstrap-delltech .col-lg-1, .bootstrap-delltech .col-lg-2, .bootstrap-delltech .col-lg-3, .bootstrap-delltech .col-lg-4, .bootstrap-delltech .col-lg-5, .bootstrap-delltech .col-lg-6, .bootstrap-delltech .col-lg-7, .bootstrap-delltech .col-lg-8, .bootstrap-delltech .col-lg-9, .bootstrap-delltech .col-lg-10, .bootstrap-delltech .col-lg-11, .bootstrap-delltech .col-lg-12, .bootstrap-delltech .col-lg, .bootstrap-delltech .col-lg-auto,
  .bootstrap-delltech .col-xl-1, .bootstrap-delltech .col-xl-2, .bootstrap-delltech .col-xl-3, .bootstrap-delltech .col-xl-4, .bootstrap-delltech .col-xl-5, .bootstrap-delltech .col-xl-6, .bootstrap-delltech .col-xl-7, .bootstrap-delltech .col-xl-8, .bootstrap-delltech .col-xl-9, .bootstrap-delltech .col-xl-10, .bootstrap-delltech .col-xl-11, .bootstrap-delltech .col-xl-12, .bootstrap-delltech .col-xl, .bootstrap-delltech .col-xl-auto,
  .bootstrap-delltech .col-xxl-1, .bootstrap-delltech .col-xxl-2, .bootstrap-delltech .col-xxl-3, .bootstrap-delltech .col-xxl-4, .bootstrap-delltech .col-xxl-5, .bootstrap-delltech .col-xxl-6, .bootstrap-delltech .col-xxl-7, .bootstrap-delltech .col-xxl-8, .bootstrap-delltech .col-xxl-9, .bootstrap-delltech .col-xxl-10, .bootstrap-delltech .col-xxl-11, .bootstrap-delltech .col-xxl-12, .bootstrap-delltech .col-xxl, .bootstrap-delltech .col-xxl-auto {
    padding-right: 8px;
    padding-left: 8px;
  }
  .bootstrap-delltech .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media screen and (min-width: 40em) {
  .bootstrap-delltech .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (min-width: 40.1em) {
  .bootstrap-delltech .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (min-width: 61.25em) {
  .bootstrap-delltech .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 80em) {
  .bootstrap-delltech .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 100em) {
  .bootstrap-delltech .container-fluid {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1072;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  height: 100%;
}

.video {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  outline: 0;
}

.video-player {
  height: 0;
  margin: 0 auto;
  position: relative;
  padding-top: 56.25%;
}

.close {
  background: #1A1A1A;
  border-radius: 50%;
  opacity: 0.7;
  padding: 12px;
  position: absolute;
  right: 12px;
  top: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
.close svg {
  vertical-align: middle;
  width: 22px;
}
@media screen and (max-width: 47.99em) {
  .close {
    padding: 8px;
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1071;
  background-color: #000;
}

.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

header {
  background: rgba(0, 118, 206, 0.9);
  color: #FFFFFF;
  position: fixed;
  z-index: 2;
  width: 100%;
  top: 0;
}
header .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
}
header .container-fluid::before, header .container-fluid::after {
  content: none;
}
@media screen and (min-width: 40em) {
  header .container-fluid {
    min-height: 90px;
  }
}
header .logo-wrapper {
  max-width: 185px;
  padding-top: 8px;
}
header .logo-wrapper img {
  width: 100%;
}
@media screen and (min-width: 40em) {
  header .logo-wrapper {
    max-width: 225px;
  }
}
header .title {
  font-size: 24px;
  display: inline-block;
  padding-left: 20px;
  margin-left: 13px;
  font-weight: 200;
  position: relative;
}
@media screen and (max-width: 61.24em) {
  header .title {
    display: none;
  }
}
header .title::before {
  content: "|";
  position: absolute;
  left: 0;
  top: -2px;
  font-weight: 100;
}
header .left {
  display: flex;
  align-items: center;
}
header .right-button button {
  font-size: 16px;
  padding: 12px 20px;
  background: #00447C;
  border: none;
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
  border-radius: 3px;
  line-height: 1;
  white-space: nowrap;
  outline: none;
}
header .right-button button label {
  user-select: none;
  cursor: pointer;
  pointer-events: none;
  font-weight: 200;
}
@media screen and (min-width: 40em) {
  header .right-button button {
    padding: 16.5px 25px;
  }
}

footer {
  background: #1a1a1a;
  color: #AAAAAA;
}
footer .container-fluid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
footer .logo-wrapper {
  margin-top: 6px;
}
footer .right {
  font-size: 10px;
}
footer .right a {
  color: #AAAAAA;
  text-decoration: none;
}
footer .right a:not(:last-child) {
  margin-right: 7px;
}

#section-goals-filter {
  background: #eeeeee;
}
#section-goals-filter .bold-sub-title {
  font-weight: 500;
}
#section-goals-filter .grid-container {
  display: grid;
  display: -ms-grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
#section-goals-filter .grid-container .cards {
  background: #ffffff;
}
#section-goals-filter .filter {
  height: 48px;
  margin-bottom: -48px;
}
#section-goals-filter .filter .selected {
  display: block;
}
#section-goals-filter .filter .filter-handle {
  width: 40%;
  height: 48px;
  margin: 0 auto;
  background: #ffffff url("../images/icon-select-arrow.svg") no-repeat 96% center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #C9C9C9;
  border-radius: 0;
  text-align: center;
  font-size: 1.188em;
  color: #0672cb;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (max-width: 61.24em) {
  #section-goals-filter .filter .filter-handle {
    width: 40%;
    width: 400px;
  }
}
@media screen and (max-width: 47.99em) {
  #section-goals-filter .filter .filter-handle {
    width: 90%;
  }
}
#section-goals-filter .filter .filter-handle .goal-value {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#section-goals-filter .filter .filter-handle:focus {
  outline: none;
}
#section-goals-filter .filter .filter-handle.active {
  box-align: stretch;
  align-items: stretch;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  box-pack: start;
  justify-content: flex-start;
}
#section-goals-filter .filter .filter-handle.active .value {
  display: block;
  padding: 0.8em 0.5em;
  box-flex: 8;
  flex: 8;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
#section-goals-filter .filter .filter-handle .goal-value:after {
  width: 30px;
  height: 30px;
  content: " ";
  background: transparent url("../icons/images/icon-select-arrow.svg");
}
#section-goals-filter .filter .filter-select {
  width: 40%;
  max-height: 0;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: relative;
  transition: ease 1s;
  z-index: 1;
}
@media screen and (max-width: 61.24em) {
  #section-goals-filter .filter .filter-select {
    width: 40%;
    width: 400px;
  }
}
@media screen and (max-width: 47.99em) {
  #section-goals-filter .filter .filter-select {
    width: 90%;
  }
}
#section-goals-filter .filter .filter-select:focus {
  outline: none;
}
#section-goals-filter .filter .filter-select.open-select {
  max-height: 20em;
  transition: ease 1s;
}
#section-goals-filter .filter .filter-select .label {
  margin: 0;
  display: block;
  text-decoration: none;
  padding: 1em 0.5em;
  font-weight: 400;
  border: 1px solid #C9C9C9;
  border-width: 0 1px 1px;
  cursor: pointer;
}
#section-goals-filter .filter .filter-select .label.active {
  background-color: #0672cb;
  color: #ffffff;
}
#section-goals-filter .filter .filter-select .label input {
  display: none;
}

.featured-goals-container {
  position: relative;
}
.featured-goals-container .featured-goals.grid-container {
  grid-template-columns: auto auto;
  -ms-grid-columns: auto auto;
}
@media screen and (max-width: 61.24em) {
  .featured-goals-container .featured-goals.grid-container {
    grid-template-columns: auto;
    -ms-grid-columns: auto;
  }
}
.featured-goals-container .featured-goals.grid-container.single-goal {
  grid-template-columns: auto;
  -ms-grid-columns: auto;
}
.featured-goals-container .featured-goals.grid-container .flex-container {
  display: flex;
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card {
  background: #ffffff;
  position: relative;
}
@media screen and (min-width: 48em) {
  .featured-goals-container .featured-goals.grid-container .flex-container.featured-card {
    display: flex;
  }
}
@media screen and (max-width: 47.99em) {
  .featured-goals-container .featured-goals.grid-container .flex-container.featured-card {
    display: block;
  }
}
@media screen and (max-width: 47.99em) {
  .featured-goals-container .featured-goals.grid-container .flex-container.featured-card[data-goal=sustainability] .thumbnail-side {
    background-image: url("../images/pmr-promo-moonshot-sustainability-single.jpg") !important;
  }
  .featured-goals-container .featured-goals.grid-container .flex-container.featured-card[data-goal=cultivating] .thumbnail-side {
    background-image: url("../images/pmr-promo-moonshot-cultivating-single.jpg") !important;
  }
  .featured-goals-container .featured-goals.grid-container .flex-container.featured-card[data-goal=transforming] .thumbnail-side {
    background-image: url("../images/pmr-promo-moonshot-transforming-single.jpg") !important;
  }
  .featured-goals-container .featured-goals.grid-container .flex-container.featured-card[data-goal=ethics] .thumbnail-side {
    background-image: url("../images/pmr-promo-moonshot-ethics-single.jpg") !important;
  }
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card.is-animated[data-goal=sustainability] .thumbnail-side {
  background-image: url("../images/pmr-promo-moonshot-sustainability-single.jpg") !important;
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card.is-animated[data-goal=cultivating] .thumbnail-side {
  background-image: url("../images/pmr-promo-moonshot-cultivating-single.jpg") !important;
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card.is-animated[data-goal=transforming] .thumbnail-side {
  background-image: url("../images/pmr-promo-moonshot-transforming-single.jpg") !important;
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card.is-animated[data-goal=ethics] .thumbnail-side {
  background-image: url("../images/pmr-promo-moonshot-ethics-single.jpg") !important;
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card.is-animated .claims-container .stats .stat-icon {
  transition: ease 0s;
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card.is-animated .thumbnail-side {
  width: 60%;
}
@media screen and (max-width: 47.99em) {
  .featured-goals-container .featured-goals.grid-container .flex-container.featured-card.is-animated .thumbnail-side {
    width: 100%;
  }
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card.is-animated .details {
  width: 40%;
}
@media screen and (max-width: 61.24em) {
  .featured-goals-container .featured-goals.grid-container .flex-container.featured-card.is-animated .details {
    width: 50%;
  }
}
@media screen and (max-width: 47.99em) {
  .featured-goals-container .featured-goals.grid-container .flex-container.featured-card.is-animated .details {
    width: 100%;
  }
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card .thumbnail-side {
  width: 40%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  box-shadow: 2px 1px 4px 0 rgba(173, 173, 173, 0.3);
}
@media screen and (max-width: 61.24em) {
  .featured-goals-container .featured-goals.grid-container .flex-container.featured-card .thumbnail-side {
    width: 100%;
    min-height: 300px;
  }
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card .thumbnail-side img {
  width: 100%;
  display: block;
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card .details {
  width: 60%;
  min-height: 420px;
  padding: 20px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 47.99em) {
  .featured-goals-container .featured-goals.grid-container .flex-container.featured-card .details {
    width: 100%;
    min-height: auto;
    padding-bottom: 0;
  }
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card .details .claims-container {
  margin-bottom: 20px;
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card .details .claims-container .label {
  width: 80%;
  display: block;
  line-height: 1.2 !important;
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card .details .claims-container .stats {
  margin: 20px 0 0;
  display: block;
  font-size: 5.813em;
}
@media screen and (max-width: 47.99em) {
  .featured-goals-container .featured-goals.grid-container .flex-container.featured-card .details .claims-container .stats {
    font-size: 3em;
  }
}
@media screen and (max-width: 39.99em) {
  .featured-goals-container .featured-goals.grid-container .flex-container.featured-card .details .claims-container .stats {
    width: 20%;
  }
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card .details .claims-container .stats .stat-icon {
  width: 30%;
  margin-right: 20px;
  display: block;
}
@media screen and (max-width: 47.99em) {
  .featured-goals-container .featured-goals.grid-container .flex-container.featured-card .details .claims-container .stats .stat-icon {
    width: 20%;
  }
}
@media screen and (max-width: 39.99em) {
  .featured-goals-container .featured-goals.grid-container .flex-container.featured-card .details .claims-container .stats .stat-icon {
    width: 90%;
  }
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card .details .learn-more-modal {
  position: absolute;
  bottom: 20px;
  font-weight: 400;
}
@media screen and (max-width: 47.99em) {
  .featured-goals-container .featured-goals.grid-container .flex-container.featured-card .details .learn-more-modal {
    margin-top: 30px;
    position: relative;
    display: block;
  }
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card .details .learn-more-modal:after {
  width: 30px;
  height: 30px;
  content: " ";
  background: transparent url("../images/pmr-icon-modal.svg") no-repeat right center;
  position: absolute;
  top: -5px;
}
@media screen and (min-width: 40em) {
  .featured-goals-container .featured-goals.grid-container .flex-container.featured-card .details .learn-more-modal:after {
    left: 74px;
  }
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card .icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card .icon.icon-sustainability {
  padding: 20px;
  background: transparent url("../images/progress-made-real/icons/promo-icon-sustainability-green.svg") no-repeat 0 0;
  background-size: 100%;
}
@media screen and (max-width: 39.99em) {
  .featured-goals-container .featured-goals.grid-container .flex-container.featured-card .icon.icon-sustainability {
    background: transparent url("../images/progress-made-real/icons/promo-icon-sustainability-white.svg") no-repeat 0 0;
  }
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card .icon.icon-cultivating {
  padding: 20px;
  background: transparent url("../images/progress-made-real/icons/promo-icon-cultivating-green.svg") no-repeat 0 0;
  background-size: 100%;
}
@media screen and (max-width: 39.99em) {
  .featured-goals-container .featured-goals.grid-container .flex-container.featured-card .icon.icon-cultivating {
    background: transparent url("../images/progress-made-real/icons/promo-icon-cultivating-white.svg") no-repeat 0 0;
  }
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card .icon.icon-transforming {
  padding: 20px;
  background: transparent url("../images/progress-made-real/icons/promo-icon-transforming-green.svg") no-repeat 0 0;
  background-size: 100%;
}
@media screen and (max-width: 39.99em) {
  .featured-goals-container .featured-goals.grid-container .flex-container.featured-card .icon.icon-transforming {
    background: transparent url("../images/progress-made-real/icons/promo-icon-transforming-white.svg") no-repeat 0 0;
  }
}
.featured-goals-container .featured-goals.grid-container .flex-container.featured-card .icon.icon-ethics {
  padding: 20px;
  background: transparent url("../images/progress-made-real/icons/promo-icon-ethics-green.svg") no-repeat 0 0;
  background-size: 100%;
}
@media screen and (max-width: 39.99em) {
  .featured-goals-container .featured-goals.grid-container .flex-container.featured-card .icon.icon-ethics {
    background: transparent url("../images/progress-made-real/icons/promo-icon-ethics-white.svg") no-repeat 0 0;
  }
}
.featured-goals-container .featured-goal.grid-container {
  grid-template-columns: auto;
  -ms-grid-columns: auto;
}
.featured-goals-container .featured-goal .flex-container {
  display: flex;
}
.featured-goals-container .featured-goal .flex-container.featured-card {
  background: #ffffff;
  position: relative;
}
.featured-goals-container .featured-goal .flex-container.featured-card .thumbnail-side {
  width: 70%;
}
.featured-goals-container .featured-goal .flex-container.featured-card .thumbnail-side img {
  width: 100%;
  display: block;
}
.featured-goals-container .featured-goal .flex-container.featured-card .details {
  padding: 20px;
  position: relative;
  line-height: 1;
}
.featured-goals-container .featured-goal .flex-container.featured-card .details span.label {
  display: block;
}
.featured-goals-container .featured-goal .flex-container.featured-card .details .stats {
  margin: 20px 0;
  display: block;
  font-size: 5.813em;
}
.featured-goals-container .featured-goal .flex-container.featured-card .details .learn-more {
  position: absolute;
  bottom: 20px;
}
.featured-goals-container .featured-goal .flex-container.featured-card .icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.featured-goals-container .featured-goal .flex-container.featured-card .icon.icon-sustainability {
  padding: 20px;
  background: transparent url("../images/icons/promo-icon-sustainability-green.svg") no-repeat 0 0;
  background-size: 100%;
}
.featured-goals-container .featured-goal .flex-container.featured-card .icon.icon-cultivating {
  padding: 20px;
  background: transparent url("../images/icons/promo-icon-cultivating-green.svg") no-repeat 0 0;
  background-size: 100%;
}
.featured-goals-container .featured-goal .flex-container.featured-card .icon.icon-transforming {
  padding: 20px;
  background: transparent url("../images/icons/promo-icon-transforming-green.svg") no-repeat 0 0;
  background-size: 100%;
}
.featured-goals-container .featured-goal .flex-container.featured-card .icon.icon-ethics {
  padding: 20px;
  background: transparent url("../images/icons/promo-icon-ethics-green.svg") no-repeat 0 0;
  background-size: 100%;
}
.featured-goals-container .learn-more-overlay {
  display: none;
  padding: 30px 30px 60px;
  justify-content: space-around;
  background: #ffffff;
  position: absolute;
  box-shadow: 0 0 30px 0 #cccccc;
  z-index: 2;
}
@media screen and (min-width: 40em) {
  .featured-goals-container .learn-more-overlay {
    padding: 30px 40px 60px;
  }
}
@media screen and (min-width: 48em) {
  .featured-goals-container .learn-more-overlay {
    top: 0 !important;
  }
}
.featured-goals-container .learn-more-overlay .flex-container {
  display: flex;
}
.featured-goals-container .learn-more-overlay .close-overlay {
  width: 20px;
  height: 20px;
  background: transparent url("../images/progress-made-real/icons/pmr-icon-goals-overlay-close.svg") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  cursor: pointer;
}
.featured-goals-container .learn-more-overlay .tagline-container {
  padding: 6px 0 18px;
  display: flex;
  justify-content: start;
}
@media screen and (max-width: 39.99em) {
  .featured-goals-container .learn-more-overlay .tagline-container {
    flex-flow: column;
  }
}
@media screen and (min-width: 40em) {
  .featured-goals-container .learn-more-overlay .tagline-container {
    align-items: center;
    padding: 40px 0;
  }
}
.featured-goals-container .learn-more-overlay .tagline-container .claims-container {
  margin-bottom: 20px;
}
@media screen and (min-width: 40em) {
  .featured-goals-container .learn-more-overlay .tagline-container .claims-container {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.featured-goals-container .learn-more-overlay .tagline-container .claims-container .stats {
  font-size: 5.5em;
  font-weight: 200;
  line-height: 1;
  color: #0672cb;
}
@media screen and (max-width: 47.99em) {
  .featured-goals-container .learn-more-overlay .tagline-container .claims-container .stats {
    font-size: 4.5em;
  }
}
.featured-goals-container .learn-more-overlay .tagline-container .claims-container .icon {
  width: 50%;
  display: block;
}
.featured-goals-container .learn-more-overlay .tagline-container .claims-container .icon img {
  width: 105px;
  display: block;
}
.featured-goals-container .learn-more-overlay .tagline-container .tagline {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 40em) {
  .featured-goals-container .learn-more-overlay .tagline-container .tagline {
    width: 75%;
    font-size: 1.5em;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 48em) {
  .featured-goals-container .learn-more-overlay .tagline-container .tagline {
    width: 80%;
  }
}
.featured-goals-container .learn-more-overlay .label {
  margin-bottom: 30px;
  margin-left: 40px;
  display: block;
  position: relative;
  color: #666666;
}
@media screen and (max-width: 39.99em) {
  .featured-goals-container .learn-more-overlay .label {
    text-indent: -40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.featured-goals-container .learn-more-overlay .label:before {
  width: 30px;
  height: 36px;
  vertical-align: text-bottom;
  content: " ";
  background-size: contain;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: -40px;
  transform: translateY(-50%);
}
.featured-goals-container .learn-more-overlay .label.sustainability:before {
  background: transparent url("../images/promo-icon-sustainability-green.svg") no-repeat 0 0;
}
.featured-goals-container .learn-more-overlay .label.cultivating:before {
  background: transparent url("../images/promo-icon-cultivating-green.svg") no-repeat 0 4px;
}
.featured-goals-container .learn-more-overlay .label.transforming:before {
  background: transparent url("../images/promo-icon-transforming-green.svg") no-repeat 0 4px;
}
.featured-goals-container .learn-more-overlay .label.ethics:before {
  background: transparent url("../images/promo-icon-ethics-green.svg") no-repeat 0 4px;
}
@media screen and (max-width: 47.99em) {
  .featured-goals-container .learn-more-overlay .info-container {
    display: block;
  }
}
.featured-goals-container .learn-more-overlay .info-container .text-desc {
  width: 30%;
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid #cecece;
}
.featured-goals-container .learn-more-overlay .info-container .text-desc .bold-sub-title {
  padding: 20px 0 10px;
  display: block;
}
@media screen and (max-width: 47.99em) {
  .featured-goals-container .learn-more-overlay .info-container .text-desc {
    width: 100%;
    border-right: none;
  }
}
.featured-goals-container .learn-more-overlay .info-container .text-desc .claims-container {
  margin-bottom: 20px;
  display: flex;
}
.featured-goals-container .learn-more-overlay .info-container .text-desc .claims-container .stats {
  margin-right: 20px;
  padding-right: 20px;
  display: inline-block;
  border-right: 1px solid #cecece;
  font-size: 6.375em;
  line-height: 1;
}
.featured-goals-container .learn-more-overlay .info-container .text-desc .claims-container .claims {
  width: 45%;
}
@media screen and (min-width: 40em) {
  .featured-goals-container .learn-more-overlay .info-container .text-desc .desc {
    line-height: 24px;
  }
}
.featured-goals-container .learn-more-overlay .info-container .infographic {
  margin: 0 auto;
}
@media screen and (max-width: 39.99em) {
  .featured-goals-container .learn-more-overlay .info-container .infographic {
    margin-top: 30px;
  }
}
.featured-goals-container .learn-more-overlay .info-container .infographic img {
  width: 100%;
}

.main-goals {
  overflow: hidden;
  position: relative;
}
.main-goals.grid-container {
  grid-template-columns: auto auto auto;
  -ms-grid-columns: auto auto auto;
}
@media screen and (max-width: 61.24em) {
  .main-goals.grid-container {
    grid-template-columns: auto auto;
    -ms-grid-columns: auto auto;
  }
}
@media screen and (max-width: 39.99em) {
  .main-goals.grid-container {
    grid-template-columns: auto;
    -ms-grid-columns: auto;
  }
}
.main-goals.grid-container .main-card {
  min-height: 300px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.main-goals.grid-container .main-card .icon {
  padding: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-size: 100%;
}
.main-goals.grid-container .main-card.main-card-sustainability .icon {
  background: transparent url("../images/promo-icon-sustainability-white.svg") no-repeat 0 0;
}
.main-goals.grid-container .main-card.main-card-cultivating .icon {
  background: transparent url("../images/promo-icon-cultivating-white.svg") no-repeat 0 0;
}
.main-goals.grid-container .main-card.main-card-transforming .icon {
  background: transparent url("../images/promo-icon-transforming-white.svg") no-repeat 0 0;
}
.main-goals.grid-container .main-card.main-card-ethics .icon {
  background: transparent url("../images/promo-icon-ethics-white.svg") no-repeat 0 0;
}
.main-goals.grid-container .main-card .thumbnail-top {
  width: 100%;
  min-height: 150px;
  overflow: hidden;
  background-color: #e7e7e7;
  background-size: cover;
}
.main-goals.grid-container .main-card .thumbnail-top img {
  width: 100%;
  display: block;
}
.main-goals.grid-container .main-card .flex-container {
  display: flex;
  justify-content: space-between;
}
.main-goals.grid-container .main-card .flex-container.details {
  padding: 20px;
  line-height: 1;
}
.main-goals.grid-container .main-card .flex-container.details .stats {
  font-size: 3.75em;
}
.main-goals.grid-container .main-card .flex-container.details .intro-desc {
  width: 55%;
}
.main-goals.grid-container .main-card .overflow-content {
  width: 100%;
  height: 100%;
  padding: 30px;
  background: #ffffff;
  position: absolute;
  bottom: -100%;
  transition: all 0.5s;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media screen and (min-width: 40em) {
  .main-goals.grid-container .main-card .overflow-content {
    font-size: 16px;
    line-height: 24px !important;
  }
}
.main-goals.grid-container .main-card .overflow-content p {
  line-height: 26px;
}
@media screen and (min-width: 40em) {
  .main-goals.grid-container .main-card .overflow-content p {
    line-height: 28px;
  }
}
.main-goals.grid-container .main-card .slide-control {
  cursor: pointer;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
}
.main-goals.grid-container .main-card .slide-control:before {
  width: 30px;
  height: 30px;
  content: " ";
  background: transparent url("../images/icon-slide-arrow.svg") no-repeat center center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main-goals.grid-container .main-card .modal-icon-trigger {
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 20px;
}
.main-goals.grid-container .main-card .modal-icon-trigger:before {
  width: 19px;
  height: 19px;
  content: " ";
  background: transparent url("../images/pmr-icon-modal.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 15px;
  transform: translateX(-50%);
  cursor: pointer;
}
.main-goals.grid-container .main-card.slid-up .overflow-content {
  bottom: 0;
  transition: all 0.3s;
}
.main-goals.grid-container .main-card.slid-up .mini-footnote {
  font-size: 11px;
  line-height: 15px;
  font-weight: 200;
  color: gray;
}
@media screen and (min-width: 40em) {
  .main-goals.grid-container .main-card.slid-up .mini-footnote {
    font-size: 12px;
    line-height: 18px;
  }
}
.main-goals.grid-container .main-card.slid-up .slide-control {
  cursor: pointer;
}
.main-goals.grid-container .main-card.slid-up .slide-control:before {
  transform: rotate(180deg) translateX(50%);
}

.modals-wrapper .modal-open {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 1140px;
  width: 100%;
  height: 100%;
  z-index: 900;
  background: rgba(0, 68, 124, 0.75);
}
.modals-wrapper .modal-container {
  /* This way it could be display flex or grid or whatever also. */
  display: none;
  /* Probably need media queries here */
  max-width: 90%;
  min-height: 420px;
  height: calc((100vh - 80px) * 0.95);
  position: fixed;
  z-index: 900;
  left: 50%;
  top: 50%;
  margin-top: 40px;
  /* Use this for centering if unknown width/height */
  transform: translate(-50%, -50%);
  /* If known, negative margins are probably better (less chance of blurry text). */
  /* margin: -200px 0 0 -200px; */
}
@media screen and (min-width: 48em) {
  .modals-wrapper .modal-container {
    margin-top: 40px;
  }
}
@media screen and (max-width: 47.99em) {
  .modals-wrapper .modal-container {
    overflow-y: auto;
  }
}
.modals-wrapper .modal-container .moonshoot-modal-content {
  overflow-y: auto;
}
@media all and (-ms-high-contrast: none) {
  .modals-wrapper .modal-container .moonshoot-modal-content {
    max-height: calc((100vh - 80px) * 0.7);
  }
}
.modals-wrapper .modal-container.moonshot-goals {
  width: 1140px;
}
.modals-wrapper .modal-container.main-modal {
  width: 900px;
}
@media screen and (min-width: 48em) {
  .modals-wrapper .modal-container.main-modal {
    height: auto;
  }
}
.modals-wrapper .modal-container > div {
  width: 100%;
}
.modals-wrapper .modal-container .bullet-list li {
  margin-left: 13px;
  margin-bottom: 7px;
  list-style: none;
  line-height: 1.4em;
}
.modals-wrapper .modal-container .bullet-list li:before {
  content: "•";
  margin-left: -13px;
  padding-right: 10px;
  font-size: 12px;
}
.modals-wrapper .moonshot-modal {
  padding: 30px 30px 60px;
  justify-content: space-around;
  background: #ffffff;
  position: absolute;
  box-shadow: 0 0 10px -5px #000000;
  z-index: 2;
}
@media screen and (min-width: 40em) {
  .modals-wrapper .moonshot-modal {
    padding: 30px 40px 60px;
  }
}
@media screen and (min-width: 48em) {
  .modals-wrapper .moonshot-modal {
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    display: flex;
    flex-flow: column;
    max-height: calc((100vh - 80px) * 0.95);
  }
}
.modals-wrapper .moonshot-modal .flex-container {
  display: flex;
}
.modals-wrapper .moonshot-modal ul {
  list-style: inside;
}
.modals-wrapper .moonshot-modal .close-modal {
  width: 20px;
  height: 20px;
  background: transparent url("../images/pmr-icon-goals-overlay-close.svg") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  cursor: pointer;
  z-index: 10;
}
.modals-wrapper .moonshot-modal .label {
  color: #0076ce;
  font-size: 0.938em;
  font-weight: 400;
  line-height: 1.2em;
}
.modals-wrapper .moonshot-modal .tagline-container {
  padding: 6px 0 18px;
  display: flex;
  justify-content: start;
}
@media screen and (max-width: 39.99em) {
  .modals-wrapper .moonshot-modal .tagline-container {
    flex-flow: column;
  }
}
@media screen and (min-width: 40em) {
  .modals-wrapper .moonshot-modal .tagline-container {
    align-items: center;
    padding: 10px 0 20px;
  }
}
.modals-wrapper .moonshot-modal .tagline-container .claims-container {
  margin-bottom: 20px;
}
@media screen and (min-width: 40em) {
  .modals-wrapper .moonshot-modal .tagline-container .claims-container {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.modals-wrapper .moonshot-modal .tagline-container .claims-container .stats {
  font-size: 5.5em;
  font-weight: 200;
  line-height: 1;
  color: #0672cb;
}
@media screen and (max-width: 47.99em) {
  .modals-wrapper .moonshot-modal .tagline-container .claims-container .stats {
    font-size: 4.5em;
  }
}
.modals-wrapper .moonshot-modal .tagline-container .claims-container .icon {
  width: 50%;
  display: block;
}
.modals-wrapper .moonshot-modal .tagline-container .claims-container .icon img {
  width: 105px;
  display: block;
}
.modals-wrapper .moonshot-modal .tagline-container .tagline {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 40em) {
  .modals-wrapper .moonshot-modal .tagline-container .tagline {
    width: 75%;
    font-size: 1.5em;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 48em) {
  .modals-wrapper .moonshot-modal .tagline-container .tagline {
    width: 80%;
  }
}
.modals-wrapper .moonshot-modal .label {
  margin-bottom: 30px;
  margin-left: 40px;
  display: block;
  position: relative;
}
.modals-wrapper .moonshot-modal .label:before {
  width: 30px;
  height: 36px;
  vertical-align: text-bottom;
  content: " ";
  background-size: contain;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: -40px;
  transform: translateY(-50%);
}
.modals-wrapper .moonshot-modal .label.sustainability:before {
  background: transparent url("../images/promo-icon-sustainability-green.svg") no-repeat 0 0;
}
.modals-wrapper .moonshot-modal .label.cultivating:before {
  background: transparent url("../images/promo-icon-cultivating-green.svg") no-repeat 0 4px;
}
.modals-wrapper .moonshot-modal .label.transforming:before {
  background: transparent url("../images/promo-icon-transforming-green.svg") no-repeat 0 4px;
}
.modals-wrapper .moonshot-modal .label.ethics:before {
  background: transparent url("../images/promo-icon-ethics-green.svg") no-repeat 0 4px;
}
@media screen and (max-width: 47.99em) {
  .modals-wrapper .moonshot-modal .info-container {
    display: block;
  }
}
.modals-wrapper .moonshot-modal .info-container .text-desc {
  width: 30%;
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid #cecece;
}
@media screen and (max-width: 47.99em) {
  .modals-wrapper .moonshot-modal .info-container .text-desc {
    width: 100%;
    margin-bottom: 30px;
    border-right: none;
  }
}
@media screen and (min-width: 80em) {
  .modals-wrapper .moonshot-modal .info-container .text-desc {
    width: 45%;
  }
}
.modals-wrapper .moonshot-modal .info-container .text-desc .bold-sub-title {
  padding: 20px 0 10px;
  display: block;
}
.modals-wrapper .moonshot-modal .info-container .text-desc .claims-container {
  margin-bottom: 20px;
  display: flex;
}
.modals-wrapper .moonshot-modal .info-container .text-desc .claims-container .stats {
  margin-right: 20px;
  padding-right: 20px;
  display: inline-block;
  border-right: 1px solid #cecece;
  font-size: 6.375em;
  line-height: 1;
}
.modals-wrapper .moonshot-modal .info-container .text-desc .claims-container .claims {
  width: 45%;
}
@media screen and (min-width: 40em) {
  .modals-wrapper .moonshot-modal .info-container .text-desc .desc {
    line-height: 24px;
  }
}
.modals-wrapper .moonshot-modal .info-container .infographic {
  margin: 0 auto;
  width: 65%;
}
@media screen and (min-width: 61.25em) {
  .modals-wrapper .moonshot-modal .info-container .infographic {
    padding-right: 10px;
  }
}
@media screen and (max-width: 39.99em) {
  .modals-wrapper .moonshot-modal .info-container .infographic {
    margin-top: 30px;
    width: 100%;
  }
}
.modals-wrapper .moonshot-modal .info-container .infographic img {
  width: 100%;
}
.modals-wrapper .main-modal {
  max-width: 90%;
  padding: 40px;
  background-color: #ffffff;
  box-shadow: 0 0 10px -5px #000000;
}
.modals-wrapper .main-modal .text-desc .bold-sub-title {
  padding: 20px 0 10px;
  display: block;
}
.modals-wrapper .main-modal .close-modal {
  width: 20px;
  height: 20px;
  background: transparent url("../images/pmr-icon-goals-overlay-close.svg") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  cursor: pointer;
  z-index: 10;
}
.modals-wrapper .main-modal ul {
  list-style: inside;
}
.modals-wrapper .main-modal .label {
  color: #0076ce;
  font-size: 0.938em;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
  left: 40px;
  padding-right: 50px;
}
.modals-wrapper .main-modal .label:before {
  width: 30px;
  height: 36px;
  vertical-align: text-bottom;
  content: " ";
  background-size: contain;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: -40px;
  transform: translateY(-50%);
}
.modals-wrapper .main-modal .label.sustainability:before {
  background: transparent url("../images/promo-icon-sustainability-green.svg") no-repeat 0 0;
}
.modals-wrapper .main-modal .label.cultivating:before {
  background: transparent url("../images/promo-icon-cultivating-green.svg") no-repeat 0 4px;
}
.modals-wrapper .main-modal .label.transforming:before {
  background: transparent url("../images/promo-icon-transforming-green.svg") no-repeat 0 4px;
}
.modals-wrapper .main-modal .label.ethics:before {
  background: transparent url("../images/promo-icon-ethics-green.svg") no-repeat 0 4px;
}
.modals-wrapper .main-modal .tagline-container {
  padding: 6px 0 18px;
  display: flex;
  justify-content: start;
}
@media screen and (max-width: 39.99em) {
  .modals-wrapper .main-modal .tagline-container {
    flex-flow: column;
  }
}
@media screen and (min-width: 40em) {
  .modals-wrapper .main-modal .tagline-container {
    align-items: center;
    padding: 40px 0;
  }
}
.modals-wrapper .main-modal .tagline-container .claims-container {
  margin-bottom: 20px;
}
@media screen and (min-width: 40em) {
  .modals-wrapper .main-modal .tagline-container .claims-container {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 47.99em) {
  .modals-wrapper .main-modal .tagline-container .claims-container {
    margin-top: 30px;
  }
}
.modals-wrapper .main-modal .tagline-container .claims-container .stats {
  font-size: 5.5em;
  font-weight: 200;
  line-height: 1;
  color: #0672cb;
}
@media screen and (max-width: 47.99em) {
  .modals-wrapper .main-modal .tagline-container .claims-container .stats {
    font-size: 4.5em;
  }
}
.modals-wrapper .main-modal .tagline-container .claims-container .icon {
  width: 50%;
  display: block;
}
.modals-wrapper .main-modal .tagline-container .claims-container .icon img {
  width: 105px;
  display: block;
}
.modals-wrapper .main-modal .tagline-container .tagline {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 40em) {
  .modals-wrapper .main-modal .tagline-container .tagline {
    width: 75%;
    font-size: 1.5em;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 48em) {
  .modals-wrapper .main-modal .tagline-container .tagline {
    width: 75%;
  }
}

.table-outline table {
  border: 1px solid #ddd;
}

.table-section {
  overflow-x: hidden;
  display: block;
}
.table-section .table-container {
  overflow-x: auto;
  border: 1px solid #dddddd;
}
.table-section .table-title-above {
  color: #0076ce;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.table-section table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  width: 100%;
  table-layout: fixed;
}
.table-section table .table-goal-column {
  width: 200px;
}
.table-section table .table-graphic-column {
  width: 320px;
  max-width: 320px;
  min-width: 320px;
}
.table-section table .table-about-column {
  width: 300px;
}
.table-section table .table-related-column {
  width: 170px;
}
.table-section table thead tr {
  display: table-row;
}
.table-section table thead tr th {
  padding: 20px;
  text-align: left;
  display: table-cell;
  word-break: normal;
  vertical-align: top;
  background: #0076ce;
  color: #fff;
  vertical-align: middle;
}
.table-section table thead tr th:not(:last-of-type) {
  border-right: solid 1px;
  border-color: #8cbee1;
}
.table-section table tbody tr {
  background-color: #fff;
  display: table-row;
  border-bottom: solid 1px;
  border-color: #eeeeee;
}
.table-section table tbody tr.divider-row {
  border-top: 2px solid #5ba4de;
}
.table-section table tbody tr td {
  padding: 20px;
  text-align: left;
  display: table-cell;
  word-break: normal;
  vertical-align: top;
  font-size: 14px;
  border-right: solid 1px;
  border-color: #eeeeee;
}
@media screen and (min-width: 40em) {
  .table-section table tbody tr td {
    font-size: 16px;
  }
}
.table-section table tbody tr td .p {
  line-height: 18px;
  font-size: 14px;
}
.table-section table tbody tr td .table-text-blue {
  color: #0076ce;
}
.table-section table tbody tr td .table-text-bold {
  font-weight: 500;
}
.table-section table tbody tr td .goal-desc {
  font-weight: 500;
}
.table-section table tbody tr td .goal-icon {
  margin-bottom: 15px;
  display: block;
}
.table-section table tbody tr td .goal-icon:before {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-right: 5px;
  position: relative;
  top: -1px;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  padding: 1px 1px;
  float: left;
}
.table-section table tbody tr td .goal-icon-1:before {
  background-color: #D23D44;
  content: "1";
}
.table-section table tbody tr td .goal-icon-2:before {
  background-color: #D6A950;
  content: "2";
}
.table-section table tbody tr td .goal-icon-3:before {
  background-color: #2D9A47;
  content: "3";
}
.table-section table tbody tr td .goal-icon-4:before {
  background-color: #C22033;
  content: "4";
}
.table-section table tbody tr td .goal-icon-5:before {
  background-color: #EF412A;
  content: "5";
}
.table-section table tbody tr td .goal-icon-6:before {
  background-color: #00ADD8;
  content: "6";
}
.table-section table tbody tr td .goal-icon-7:before {
  background-color: #FDB714;
  content: "7";
}
.table-section table tbody tr td .goal-icon-8:before {
  background-color: #972B45;
  content: "8";
}
.table-section table tbody tr td .goal-icon-9:before {
  background-color: #E47240;
  content: "9";
}
.table-section table tbody tr td .goal-icon-10:before {
  background-color: #E01A83;
  content: "10";
}
.table-section table tbody tr td .goal-icon-11:before {
  background-color: #EDA045;
  content: "11";
}
.table-section table tbody tr td .goal-icon-12:before {
  background-color: #B78D40;
  content: "12";
}
.table-section table tbody tr td .goal-icon-13:before {
  background-color: #517E4D;
  content: "13";
}
.table-section table tbody tr td .goal-icon-14:before {
  background-color: #007DBB;
  content: "14";
}
.table-section table tbody tr td .goal-icon-15:before {
  background-color: #72B756;
  content: "15";
}
.table-section table tbody tr td .goal-icon-16:before {
  background-color: #2F6A9B;
  content: "16";
}
.table-section table tbody tr td .goal-icon-17:before {
  background-color: #244968;
  content: "17";
}
.table-section table tbody tr td .goal-icon:after {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  line-height: 18px;
}
.table-section table tbody tr td .goal-icon-1:after {
  content: "No Poverty";
}
.table-section table tbody tr td .goal-icon-2:after {
  content: "Zero Hunger";
}
.table-section table tbody tr td .goal-icon-3:after {
  content: "Good Health and Well-Being";
}
.table-section table tbody tr td .goal-icon-4:after {
  content: "Quality Education";
}
.table-section table tbody tr td .goal-icon-5:after {
  content: "Gender Equality";
}
.table-section table tbody tr td .goal-icon-6:after {
  content: "Clean Water And Sanitation";
}
.table-section table tbody tr td .goal-icon-7:after {
  content: "Affordable And Clean Energy";
}
.table-section table tbody tr td .goal-icon-8:after {
  content: "Decent Work And Economic Growth";
}
.table-section table tbody tr td .goal-icon-9:after {
  content: "Industry, Innovation, and Infrastructure";
}
.table-section table tbody tr td .goal-icon-10:after {
  content: "Reduce Inequalities";
}
.table-section table tbody tr td .goal-icon-11:after {
  content: "Sustainable Cities And Communities";
}
.table-section table tbody tr td .goal-icon-12:after {
  content: "Responsible Consumption And Production";
}
.table-section table tbody tr td .goal-icon-13:after {
  content: "Climate Action";
}
.table-section table tbody tr td .goal-icon-14:after {
  content: "Life Below Water";
}
.table-section table tbody tr td .goal-icon-15:after {
  content: "Life On Land";
}
.table-section table tbody tr td .goal-icon-16:after {
  content: "Peace, Justice, And Strong Institutions";
}
.table-section table tbody tr td .goal-icon-17:after {
  content: "Partnerships For The Goals";
}

body {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

#tt-content {
  max-width: none;
}

#footnote-cite® a {
  color: #0e0e0e !important;
}

.raw-html {
  padding: 0px;
}

.promo-component .image-above-height.height-100 .wrap-image {
  display: flex;
  justify-content: center;
}

.promo-slider-component {
  max-width: none !important;
  overflow: hidden !important;
}

.promo-slider-component .tt-cols {
  margin-right: -10px;
  margin-left: -10px;
  margin: auto;
}

@media screen and (max-width: 39.99em) {
  .wrapper-text.card-spacing.card-float-spacing {
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 47.99em) {
  .header-gradient {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(240, 240, 240) 46%);
  }
}

.vjs-loading-spinner {
  opacity: 0 !important;
}

.esg-homepage .hero01-view {
  background: #00227f;
}
.esg-homepage .hero01-view .bc-video-wrapper video {
  top: 20% !important;
  transform: translate(-50%, -20%);
}
.esg-homepage .hero01-view .content.hero-level-size-one {
  width: 100%;
  display: table;
  position: relative;
}
@media screen and (min-width: 48em) {
  .esg-homepage .hero01-view .content.hero-level-size-one {
    height: 650px !important;
    min-height: 650px !important;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.esg-homepage .hero01-view .content.hero-level-size-one .general-container {
  display: table-row;
}
.esg-homepage .hero01-view .content.hero-level-size-one .general-container .xxl-text-width-long {
  display: table-cell;
  vertical-align: middle;
}
.esg-homepage .hero01-view .content.hero-level-size-one .general-container .xxl-text-width-long .container-text {
  text-align: center;
}
.esg-homepage .hero01-view .content.hero-level-size-one .general-container .xxl-text-width-long .container-text .heading {
  color: #ffffff;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.esg-homepage .hero01-view .content.hero-level-size-one .general-container .xxl-text-width-long .container-text .partial-cta-list {
  width: 100%;
}
.esg-homepage .hero01-view .content.hero-level-size-one .general-container .xxl-text-width-long .container-text .partial-cta-list .btn > div {
  border-color: #fff;
  background-color: #fff;
  color: #0672cb;
}
.esg-homepage .hero01-view .content.hero-level-size-one .general-container .xxl-text-width-long .container-text .partial-cta-list .btn:hover > div {
  border-color: #0063b8;
  background-color: #0063b8;
  color: #fff;
}
.esg-homepage .hero01-view .renditions {
  position: absolute !important;
  height: 100% !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.esg-homepage .column-control-v3 .wrapper-text {
  padding-right: 0;
}
.esg-homepage .column-control-v3 .wrapper-text .cta-layout {
  padding-right: 20px;
}
@media screen and (min-width: 48em) {
  .esg-homepage .column-control-v3:nth-child(even) .halves-v2 > li {
    width: 35% !important;
  }
}
@media screen and (min-width: 61.25em) {
  .esg-homepage .column-control-v3:nth-child(even) .halves-v2 > li {
    width: 40% !important;
  }
}
@media screen and (min-width: 48em) {
  .esg-homepage .column-control-v3:nth-child(even) .halves-v2 > li:nth-child(2) {
    width: 65% !important;
  }
}
@media screen and (min-width: 61.25em) {
  .esg-homepage .column-control-v3:nth-child(even) .halves-v2 > li:nth-child(2) {
    width: 60% !important;
  }
}
@media screen and (min-width: 48em) {
  .esg-homepage .column-control-v3:nth-child(odd) .halves-v2 > li {
    width: 70% !important;
  }
}
@media screen and (min-width: 61.25em) {
  .esg-homepage .column-control-v3:nth-child(odd) .halves-v2 > li {
    width: 60% !important;
  }
}
@media screen and (min-width: 48em) {
  .esg-homepage .column-control-v3:nth-child(odd) .halves-v2 > li:nth-child(2) {
    width: 30% !important;
  }
}
@media screen and (min-width: 61.25em) {
  .esg-homepage .column-control-v3:nth-child(odd) .halves-v2 > li:nth-child(2) {
    width: 40% !important;
  }
}

/* ACCORDION SECTION */
.esg-goals-expand .text-component .label {
  margin-bottom: 15px !important;
  color: #ffffff !important;
}
.esg-goals-expand .list-component {
  background: rgba(255, 255, 255, 0.9);
  color: black;
  padding: 100px;
  padding-bottom: 30px;
  display: none;
  margin-top: 40px;
}
@media screen and (max-width: 47.99em) {
  .esg-goals-expand .list-component {
    padding: 50px;
    padding-bottom: 30px;
  }
}
.esg-goals-expand .CTA-list-component {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding-bottom: 100px;
  display: none;
}
@media screen and (max-width: 47.99em) {
  .esg-goals-expand .CTA-list-component {
    padding-bottom: 50px;
  }
}
.esg-goals-expand .esg-goals-expand-intro {
  margin-bottom: 0px;
}
.esg-goals-expand .esg-goals-expand-intro .label {
  color: #ffffff !important;
}
.esg-goals-expand .esg-goals-expand-intro .list-item a {
  cursor: pointer;
}
.esg-goals-expand .esg-goals-expand-intro .list-item a .cta-text {
  padding-right: 20px;
}
.esg-goals-expand .esg-goals-expand-intro .list-item a .cta-text:before, .esg-goals-expand .esg-goals-expand-intro .list-item a .cta-text:after {
  background: #0672cb;
  content: "";
  height: 2px;
  right: 10px;
  position: absolute;
  top: 17px;
  width: 12px;
  transition: transform 500ms ease;
}
.esg-goals-expand .esg-goals-expand-intro .list-item a .cta-text:after {
  transform-origin: center;
  transform: rotate(90deg);
}
.esg-goals-expand .esg-goals-expand-intro .list-item a.expanded .cta-text:after {
  transform: rotate(180deg);
}
.esg-goals-expand .esg-goals-expand-intro .list-item a.expanded .cta-text:before {
  transform: rotate(180deg);
}
.esg-goals-expand .esg-goals-expand-intro .list-item a:hover .cta-text:before, .esg-goals-expand .esg-goals-expand-intro .list-item a:hover .cta-text:after, .esg-goals-expand .esg-goals-expand-intro .list-item a.kb-focus:focus .cta-text:before, .esg-goals-expand .esg-goals-expand-intro .list-item a.kb-focus:focus .cta-text:after {
  background: #ffffff;
}
.esg-goals-expand.rendition.row {
  background-position: top center;
}
.esg-goals-expand .rte, .esg-goals-expand .rte p {
  color: #444444;
}

/* REPORTS TABLE */
.esg-reports-table-container {
  display: flex;
  flex-wrap: wrap;
}
.esg-reports-table-container .esg-reports-table-col {
  width: 25%;
}
.esg-reports-table-container .esg-reports-table-col:nth-child(1) .esg-reports-table-col-body-block-claim {
  color: #1B5744;
}
.esg-reports-table-container .esg-reports-table-col:nth-child(2) .esg-reports-table-col-body-block-claim {
  color: #500A96;
}
.esg-reports-table-container .esg-reports-table-col:nth-child(3) .esg-reports-table-col-body-block-claim {
  color: #D2333D;
}
.esg-reports-table-container .esg-reports-table-col:nth-child(4) .esg-reports-table-col-body-block-claim {
  color: #85133F;
}
.esg-reports-table-container .esg-reports-table-col:last-child .esg-reports-table-col-header, .esg-reports-table-container .esg-reports-table-col:last-child .esg-reports-table-col-body-block {
  border-right: none;
}
@media screen and (max-width: 61.24em) {
  .esg-reports-table-container .esg-reports-table-col {
    width: 50%;
  }
  .esg-reports-table-container .esg-reports-table-col:nth-child(2) .esg-reports-table-col-header, .esg-reports-table-container .esg-reports-table-col:nth-child(2) .esg-reports-table-col-body-block {
    border-right: none;
  }
  .esg-reports-table-container .esg-reports-table-col:nth-child(1) .esg-reports-table-col-body-block:nth-child(3), .esg-reports-table-container .esg-reports-table-col:nth-child(2) .esg-reports-table-col-body-block:nth-child(3) {
    border-bottom: none;
  }
}
@media screen and (max-width: 39.99em) {
  .esg-reports-table-container .esg-reports-table-col {
    width: 100%;
  }
  .esg-reports-table-container .esg-reports-table-col .esg-reports-table-col-header, .esg-reports-table-container .esg-reports-table-col .esg-reports-table-col-body-block {
    border-right: none;
  }
  .esg-reports-table-container .esg-reports-table-col .esg-reports-table-col-body-block:nth-child(3) {
    border-bottom: none;
    margin-bottom: 40px;
  }
}
.esg-reports-table-container .esg-reports-table-col-header {
  display: flex;
  background-color: #F5F6F7;
  color: #0E0E0E;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  border-right: 1px solid #cccccc;
  padding: 20px 40px;
  position: relative;
  align-items: center;
}
.esg-reports-table-container .esg-reports-table-col-header img {
  padding-right: 20px;
}
.esg-reports-table-container .esg-reports-table-col-body-block {
  padding: 40px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.esg-reports-table-container .esg-reports-table-col-body-block-claim {
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 90.625em) {
  .esg-reports-table-container .esg-reports-table-col-body-block-claim {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 84.375em) {
  .esg-reports-table-container .esg-reports-table-col-body-block-claim {
    font-size: 50px;
    line-height: 50px;
  }
}
.esg-reports-table-container .esg-reports-table-col-body-block-copy {
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  word-wrap: break-word;
}

/* PROMO WALL SECTION */
.promo-wall-section .promo-wall-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.promo-wall-section .promo-wall-row .promo-wall-block {
  padding: 5px 8px;
  overflow: hidden;
  margin-bottom: 20px;
  flex: 0 33.33%;
}
@media screen and (max-width: 61.24em) {
  .promo-wall-section .promo-wall-row .promo-wall-block {
    flex: 0 50%;
  }
}
@media screen and (max-width: 39.99em) {
  .promo-wall-section .promo-wall-row .promo-wall-block {
    flex: 0 100% !important;
  }
  .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-body {
    width: 100%;
  }
}
.promo-wall-section .promo-wall-row .promo-wall-block .kb-focus:focus {
  outline: unset !important;
}
.promo-wall-section .promo-wall-row .promo-wall-block.promo-wall-block-double {
  flex: 0 66.66%;
}
@media screen and (max-width: 61.24em) {
  .promo-wall-section .promo-wall-row .promo-wall-block.promo-wall-block-double {
    flex: 0 100% !important;
  }
  .promo-wall-section .promo-wall-row .promo-wall-block.promo-wall-block-double .promo-wall-block-body {
    width: 100%;
  }
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content {
  border-radius: 5px;
  color: #fff;
  padding: 0;
  overflow: hidden;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .cta-text {
  color: #ffffff !important;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-image {
  background-color: #000000;
  background-size: cover;
  background-position-x: 70%;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-content-wrapper {
  padding: 30px;
  display: block;
  width: 100%;
  height: 100%;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-content-wrapper:not(.no-hover):hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-content-container {
  margin-bottom: 40px;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-eyebrow {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 30px;
  color: #FFFFFF;
}
@media screen and (max-width: 79.99em) {
  .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-eyebrow {
    margin-bottom: 20px;
  }
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-title {
  font-size: 42px;
  line-height: 50px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #FFFFFF;
}
@media screen and (max-width: 79.99em) {
  .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-title {
    margin-bottom: 30px;
  }
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-subtitle {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  padding-top: 0px;
  margin-bottom: 20px;
  color: #FFFFFF;
}
@media screen and (min-width: 48em) {
  .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-subtitle {
    padding-top: 4px;
  }
}
@media screen and (min-width: 100em) {
  .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-subtitle {
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    padding-top: 12px;
  }
}
@media screen and (max-width: 79.99em) {
  .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-subtitle {
    margin-bottom: 30px;
  }
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-claim {
  color: #FFFFFF;
  font-size: 80px;
  line-height: 92px;
  margin-bottom: 20px;
}
@media screen and (max-width: 61.24em) {
  .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-claim {
    font-size: 60px;
    line-height: 70px;
  }
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-body {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 60px;
  color: #FFFFFF;
}
@media screen and (max-width: 93.75em) {
  .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-body {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 79.99em) {
  .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-body {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 47.99em) {
  .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-body {
    font-size: 14px;
    line-height: 20px;
  }
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-body span {
  display: block;
  padding-right: 25%;
}
@media screen and (min-width: 40em) {
  .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-body span {
    padding-right: 35%;
  }
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-body p {
  display: block;
  padding-right: 25%;
}
@media screen and (min-width: 40em) {
  .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-body p {
    padding-right: 15%;
  }
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-body .promo-wall-block-quote {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #FFFFFF;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-body .promo-wall-block-quote:before {
  font-size: 24px;
  line-height: 24px;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-body .promo-wall-block-quote:after {
  font-size: 24px;
  line-height: 24px;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-body .promo-wall-block-quote span {
  display: block;
  padding-right: 15%;
}
@media screen and (max-width: 61.24em) {
  .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-body .promo-wall-block-quote span {
    padding-right: 5%;
  }
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-body .promo-wall-block-quote-title {
  padding-left: 15px;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-cta {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-cta:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.206' height='16.08' viewBox='0 0 19.206 16.08'%3E%3Cg id='Link_Arrow' data-name='Link Arrow' transform='translate(0.5 0.707)'%3E%3Cpath id='Path_8948' data-name='Path 8948' d='M314.189,394.635l-6.286-6.286-1.048,1.048,5.546,5.542h-15.17v1.481H312.4l-5.546,5.541,1.051,1.053,6.283-6.289,1.042-1.05Z' transform='translate(-297.231 -388.349)' fill='%23fff' stroke='rgba(0,0,0,0)' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  left: 5px;
  position: relative;
  top: 2px;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-cta-video {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-cta-video:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.215' height='14.801' viewBox='0 0 13.215 14.801'%3E%3Cpath id='ICON_Play_Button' data-name='ICON / Play Button' d='M24-36.612v-14.8l13.215,7.4Z' transform='translate(-24 51.412)' fill='%23fff'/%3E%3C/svg%3E%0A");
  padding-right: 10px;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content .promo-wall-block-cta-video:after {
  content: "" !important;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-forest {
  background-color: #1B5744;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-blue {
  background-color: #073C76;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-lime {
  background-color: #4f7d00;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-purple {
  background-color: #500A96;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-ut {
  background-color: #4A193A;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-blue {
  background-color: #073C76;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-orange {
  background-color: #E17F3F;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-orange .promo-wall-block-eyebrow, .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-orange .promo-wall-block-claim, .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-orange .promo-wall-block-cta, .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-orange p, .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-orange span, .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-orange .cta-text {
  color: #4A193A !important;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-cream {
  background-color: #E17F3F;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-cream .promo-wall-block-eyebrow, .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-cream .promo-wall-block-claim, .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-cream .promo-wall-block-cta, .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-cream p {
  color: #4A193A !important;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-cream .promo-wall-block-cta:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.206' height='16.08' viewBox='0 0 19.206 16.08'%3E%3Cg id='Link_Arrow' data-name='Link Arrow' transform='translate(0.5 0.707)'%3E%3Cpath id='Path_8948' data-name='Path 8948' d='M314.189,394.635l-6.286-6.286-1.048,1.048,5.546,5.542h-15.17v1.481H312.4l-5.546,5.541,1.051,1.053,6.283-6.289,1.042-1.05Z' transform='translate(-297.231 -388.349)' fill='%4A193A' stroke='rgba(0,0,0,0)' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-yellow {
  background-color: #F4BB5E;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-yellow .promo-wall-block-cta, .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-yellow p, .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-yellow span, .promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-yellow .cta-text {
  color: #85133F !important;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-yellow .promo-wall-block-cta:after {
  content: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_40_519)'%3E%3Cpath d='M18.1245 7.953L11.8385 1.66699L10.7905 2.715L16.3365 8.25699H1.1665V9.73801H16.3355L10.7895 15.279L11.8405 16.332L18.1235 10.043L19.1655 8.99298L18.1245 7.953Z' fill='%2385133F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_40_519'%3E%3Crect width='19.206' height='16.08' fill='white' transform='translate(0.666504 0.959961)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-pink {
  background-color: #4A193A;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-ruby {
  background-color: #85133F;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-white {
  background-color: #FFFFFF;
  border: 1px solid #073C76;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-white .promo-wall-block-eyebrow,
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-white .promo-wall-block-claim,
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-white .promo-wall-block-cta a {
  color: #0672cb;
}
.promo-wall-section .promo-wall-row .promo-wall-block .promo-wall-block-content.promo-wall-bg-white .promo-wall-block-body {
  color: #1a1a1a;
}
.promo-wall-section .promo-wall-row .promo-wall-block a {
  text-decoration: none;
}
@media screen and (max-width: 39.99em) {
  .promo-wall-section .promo-wall-row.promo-wall-row-2 .promo-wall-block {
    flex: 0 0 100%;
  }
}
.promo-wall-section .promo-wall-row.promo-wall-row-2 .promo-wall-block .promo-wall-block-claim {
  font-size: 180px;
  line-height: 180px;
  margin-bottom: 50px;
}
.promo-wall-section .promo-wall-row.promo-wall-row-2-1 {
  flex-wrap: nowrap;
  flex-direction: row;
}
@media screen and (max-width: 47.99em) {
  .promo-wall-section .promo-wall-row.promo-wall-row-2-1 {
    flex-wrap: wrap;
  }
}
.promo-wall-section .promo-wall-row.promo-wall-row-2-1 .promo-wall-block {
  flex: 0 100%;
}
@media screen and (min-width: 61.25em) {
  .promo-wall-section .promo-wall-row.promo-wall-row-2-1 .promo-wall-block:first-child {
    flex: 0 66.667%;
  }
}
@media screen and (min-width: 61.25em) {
  .promo-wall-section .promo-wall-row.promo-wall-row-2-1 .promo-wall-block:last-child {
    flex: 0 33.333%;
  }
}
@media screen and (max-width: 61.24em) {
  .promo-wall-section .promo-wall-row.promo-wall-row-2-1 .promo-wall-block {
    flex: 0 50%;
  }
}
@media screen and (max-width: 39.99em) {
  .promo-wall-section .promo-wall-row.promo-wall-row-2-1 .promo-wall-block {
    flex: 0 100% !important;
  }
  .promo-wall-section .promo-wall-row.promo-wall-row-2-1 .promo-wall-block .promo-wall-block-body {
    width: 100%;
  }
}
.promo-wall-section .promo-wall-row.promo-wall-row-2-1 .promo-wall-block .promo-wall-block-quote {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
  color: #FFFFFF;
}
@media screen and (max-width: 47.99em) {
  .promo-wall-section .promo-wall-row.promo-wall-row-2-1 .promo-wall-block .promo-wall-block-quote {
    font-size: 20px;
    line-height: 30px;
  }
}
.promo-wall-section .promo-wall-row.promo-wall-row-2-1 .promo-wall-block .promo-wall-block-quote:before {
  font-size: 42px;
  line-height: 46px;
  content: "“";
  position: absolute;
  left: 0;
}
.promo-wall-section .promo-wall-row.promo-wall-row-2-1 .promo-wall-block .promo-wall-block-quote:after {
  content: "”";
  font-size: 42px;
  line-height: 46px;
}
.promo-wall-section .promo-wall-row.promo-wall-row-2-1 .promo-wall-block .promo-wall-block-quote-small {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
  color: #FFFFFF;
}
@media screen and (max-width: 47.99em) {
  .promo-wall-section .promo-wall-row.promo-wall-row-2-1 .promo-wall-block .promo-wall-block-quote-small {
    font-size: 20px;
    line-height: 30px;
  }
}
.promo-wall-section .promo-wall-row.promo-wall-row-2-1 .promo-wall-block .promo-wall-block-quote-small:before {
  font-size: 24px;
  line-height: 24px;
  content: "“";
  position: absolute;
  left: 0;
}
.promo-wall-section .promo-wall-row.promo-wall-row-2-1 .promo-wall-block .promo-wall-block-quote-small:after {
  content: "”";
  font-size: 24px;
  line-height: 24px;
}
.promo-wall-section .promo-wall-row.promo-wall-row-2-1 .promo-wall-block .promo-wall-block-quote-title {
  padding-left: 15px;
  font-size: 16px;
  line-height: 20px;
}
.promo-wall-section .promo-wall-row.promo-wall-row-multi {
  flex-wrap: nowrap;
  flex-direction: row;
}
@media screen and (max-width: 61.24em) {
  .promo-wall-section .promo-wall-row.promo-wall-row-multi {
    flex-wrap: wrap;
  }
}
.promo-wall-section .promo-wall-row.promo-wall-row-multi .promo-wall-block {
  flex: 0 33.33%;
}
@media screen and (max-width: 61.24em) {
  .promo-wall-section .promo-wall-row.promo-wall-row-multi .promo-wall-block {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 39.99em) {
  .promo-wall-section .promo-wall-row.promo-wall-row-multi .promo-wall-block {
    flex: 0 0 100%;
  }
}
.promo-wall-section .promo-wall-row.promo-wall-row-multi .promo-wall-block .promo-wall-block-eyebrow {
  margin-bottom: 30px;
}
@media screen and (max-width: 79.99em) {
  .promo-wall-section .promo-wall-row.promo-wall-row-multi .promo-wall-block .promo-wall-block-eyebrow {
    margin-bottom: 20px;
  }
}
.promo-wall-section .promo-wall-row.promo-wall-row-multi .promo-wall-block .promo-wall-block-body .promo-wall-block-quote {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}
.promo-wall-section .promo-wall-row.promo-wall-row-multi .promo-wall-block .promo-wall-block-body .promo-wall-block-quote:before {
  font-size: 24px;
  line-height: 24px;
}
.promo-wall-section .promo-wall-row.promo-wall-row-multi .promo-wall-block .promo-wall-block-body .promo-wall-block-quote:after {
  font-size: 24px;
  line-height: 24px;
}
.promo-wall-section .promo-wall-row.promo-wall-row-multi .promo-wall-block .promo-wall-block-body .promo-wall-block-quote span {
  display: block;
  padding-right: 15%;
}
@media screen and (max-width: 61.24em) {
  .promo-wall-section .promo-wall-row.promo-wall-row-multi .promo-wall-block .promo-wall-block-body .promo-wall-block-quote span {
    padding-right: 5%;
  }
}
.promo-wall-section .promo-wall-row.promo-wall-row-multi .promo-wall-block .promo-wall-block-body .promo-wall-block-quote-title {
  padding-left: 15px;
  font-size: 16px;
  line-height: 20px;
}
.promo-wall-section.promo-slider {
  margin-bottom: 65px;
}
.promo-wall-section.promo-slider .promo-wall-row {
  flex-flow: nowrap;
}
.promo-wall-section.promo-slider .promo-wall-row .promo-wall-block a, .promo-wall-section.promo-slider .promo-wall-row .promo-wall-block a * {
  display: block;
  text-decoration: unset !important;
  text-decoration: none !important;
}
.promo-wall-section.promo-slider .promo-wall-row .promo-wall-block .promo-wall-block-claim {
  font-size: 100px;
  line-height: 118px;
}
@media screen and (max-width: 99.99em) {
  .promo-wall-section.promo-slider .promo-wall-row .promo-wall-block .promo-wall-block-claim {
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 79.99em) {
  .promo-wall-section.promo-slider .promo-wall-row .promo-wall-block .promo-wall-block-claim {
    font-size: 78px;
    line-height: 78px;
  }
}
@media screen and (max-width: 61.24em) {
  .promo-wall-section.promo-slider .promo-wall-row .promo-wall-block .promo-wall-block-claim {
    font-size: 90px;
    line-height: 90px;
  }
}
@media screen and (max-width: 47.99em) {
  .promo-wall-section.promo-slider .promo-wall-row .promo-wall-block .promo-wall-block-claim {
    font-size: 58px;
    line-height: 58px;
  }
}
.promo-wall-section.promo-slider .promo-wall-row .promo-wall-block .promo-wall-block-body span {
  padding-right: 10%;
  text-decoration: none !important;
}
.promo-wall-section.promo-slider .slick-list {
  max-width: 1520px;
  margin: auto;
  overflow: visible;
}
@media screen and (max-width: 99.99em) {
  .promo-wall-section.promo-slider .slick-list {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 79.99em) {
  .promo-wall-section.promo-slider .slick-list {
    width: calc(100% - 60px);
  }
}
.promo-wall-section.promo-slider .slick-prev {
  left: -70px;
}
@media screen and (min-width: 80em) {
  .promo-wall-section.promo-slider .slick-prev {
    left: -50px;
  }
}
.promo-wall-section.promo-slider .slick-next {
  right: -70px;
}
@media screen and (min-width: 80em) {
  .promo-wall-section.promo-slider .slick-next {
    right: -50px;
  }
}
.promo-wall-section.promo-slider .slick-prev, .promo-wall-section.promo-slider .slick-next {
  top: 1px;
  width: 100px;
  height: 100%;
  z-index: 10;
  transform: none;
}
.promo-wall-section.promo-slider .slick-prev.slick-disabled:before, .promo-wall-section.promo-slider .slick-next.slick-disabled:before {
  opacity: 0 !important;
  background-position-x: -80px;
}
.promo-wall-section.promo-slider .slick-prev:not(.slick-disabled):hover:before, .promo-wall-section.promo-slider .slick-next:not(.slick-disabled):hover:before {
  background-position-x: -40px;
}
@media screen and (min-width: 100em) {
  .promo-wall-section.promo-slider .slick-prev, .promo-wall-section.promo-slider .slick-next {
    width: calc((100% - 1420px) / 2);
  }
}
.promo-wall-section.promo-slider .slick-prev:before, .promo-wall-section.promo-slider .slick-next:before {
  content: "";
  color: #666;
  font-size: 25px;
  color: transparent;
  display: block;
  background-image: url("../images/main/slider-arrows-2x.png");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  opacity: 1 !important;
  background-size: cover;
  opacity: 0 !important;
}
.promo-wall-section.promo-slider .slick-prev:before {
  transform: rotate(180deg);
}
.promo-wall-section.promo-slider .slick-dots li button:before {
  color: #0672cb;
  opacity: 1;
}
.promo-wall-section.promo-slider .slick-dots li.slick-active button:before {
  color: #AAAAAA;
  opacity: 1;
}
.promo-wall-section.promo-slider .slick-dots .slick-dot-icon:before {
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
  font-size: 58px;
  margin-top: 0px !important;
  margin-left: 0px !important;
  line-height: 15px;
  left: -2px;
}
.promo-wall-section.promo-slider .slick-dots .slick-active .slick-dot-icon {
  color: #0672cb;
}
.promo-wall-section.promo-slider .slick-dots .slick-active button:focus .slick-dot-icon {
  color: #0672cb !important;
}
.promo-wall-section.promo-slider .slick-dots .slick-active button:focus .slick-dot-icon::before {
  color: #0672cb !important;
}
.promo-wall-section.promo-slider .slick-dots li:not(.slick-active) button:hover .slick-dot-icon {
  color: #444444 !important;
  opacity: 0.5 !important;
}
.promo-wall-section.promo-slider .slick-dots li:not(.slick-active) button:focus .slick-dot-icon {
  color: #0672cb !important;
}
.promo-wall-section.promo-slider .slick-dots li:not(.slick-active) button:focus .slick-dot-icon::before {
  color: #0672cb !important;
}

.esg-goals-expand .cta-layout.inline ul.partial-cta-list {
  display: inline-block !important;
  width: 80% !important;
  text-align: center !important;
}
.esg-goals-expand .cta-layout.inline ul.partial-cta-list li a {
  margin-right: 0 !important;
}

/* PILLARS */
.si-homepage-promo {
  padding: 0px 40px !important;
}
@media screen and (min-width: 80em) {
  .si-homepage-promo {
    padding: 78px 100px !important;
  }
}
.si-homepage-promo.rendition {
  background-position-x: right !important;
}
@media screen and (min-width: 48em) and (max-width: 79.99em) {
  .si-homepage-promo .halves-v2 > li {
    width: 60% !important;
  }
}
.si-homepage-promo .halves-v2 .divider-spacer {
  margin-top: 1px !important;
}
@media screen and (min-width: 48em) {
  .si-homepage-promo .promo-component {
    display: none;
  }
  .si-homepage-promo .pillar-icon-black {
    display: none;
  }
}
@media screen and (max-width: 47.99em) {
  .si-homepage-promo {
    padding: 0 !important;
    padding-top: 35px !important;
    background-image: none !important;
    background: #f0f0f0 !important;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(240, 240, 240) 100%) !important;
  }
  .si-homepage-promo .pillar-icon-black {
    display: block;
  }
  .si-homepage-promo .pillar-icon-white {
    display: none;
  }
  .si-homepage-promo .halves-v2 {
    padding-top: 0;
  }
  .si-homepage-promo .halves-v2 > li .promo-component {
    padding-left: 20px;
    padding-right: 20px;
  }
  .si-homepage-promo .halves-v2 > li > div:not(.promo-component) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .si-homepage-promo .halves-v2 > li > div:not(.promo-component) .heading,
  .si-homepage-promo .halves-v2 > li > div:not(.promo-component) :not(.list__claim--box-claim) p,
  .si-homepage-promo .halves-v2 > li > div:not(.promo-component) :not(.list__claim--box-claim) rte {
    color: #000000 !important;
  }
  .si-homepage-promo .halves-v2 > li > div:not(.promo-component) .cta-layout {
    margin-top: 10px !important;
  }
  .si-homepage-promo .halves-v2 > li > div:not(.promo-component) .cta-list01-view .cta-text {
    color: #0672cb !important;
  }
}

.list__icon--align-left .list-item {
  width: 100% !important;
}
.list__icon--align-left .list-item .wrapper-image {
  text-align: left !important;
  margin-bottom: 20px;
}
.list__icon--align-left .list-item .wrapper-image img {
  max-height: 50px !important;
  width: auto;
}
.list__icon--align-left.list__claim--box-claim .wrapper-image img {
  max-height: 170px !important;
  width: auto !important;
}
@media screen and (max-width: 47.99em) {
  .list__icon--align-left.list__claim--box-claim .wrapper-image img {
    max-height: 120px !important;
    width: auto !important;
  }
}

.list__icon--align-left .list__claim--box-claim col {
  overflow-y: visible !important;
}

.list__claim--box-claim .list-item {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 5px;
  padding: 30px 25px;
}
@media screen and (min-width: 48em) {
  .list__claim--box-claim .list-item {
    width: 80% !important;
  }
}

.list__claim--box-claim .icon-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list__claim--box-claim .cta-layout {
  margin-top: 0;
}

.list__claim--box-claim .wrapper-image {
  min-height: 100px;
  min-width: 125px;
  margin-bottom: 0;
}

.list__claim--box-claim .wrapper-text {
  padding-right: 10px;
  display: flex !important;
  align-items: center;
}

.list__claim--box-claim .claim {
  display: block !important;
  font-size: 60px !important;
  line-height: 60px;
  font-weight: 200 !important;
  align-items: center;
  max-width: none !important;
  width: auto !important;
}
@media screen and (min-width: 48em) and (max-width: 93.75em) {
  .list__claim--box-claim .claim {
    font-size: 70px !important;
    line-height: 75px !important;
    display: flex !important;
  }
}
@media screen and (min-width: 93.8125em) {
  .list__claim--box-claim .claim {
    font-size: 100px !important;
    line-height: 75px;
    display: flex !important;
  }
}

.list__claim--box-claim .partial-cta-list {
  width: 100% !important;
  margin-bottom: 0px !important;
}

.list__claim--box-claim .cta-wrapper {
  margin-bottom: 0 !important;
}

.list__claim--box-claim .cta-text {
  font-size: 14px;
  line-height: 20px;
}

.list__claim--box-claim .cta-text {
  font-weight: 400;
  padding: 0 !important;
}
@media screen and (min-width: 80em) {
  .list__claim--box-claim .cta-text {
    font-size: 18px;
    line-height: 24px;
  }
}

.list__claim--box-claim .cta-text:after {
  bottom: 2px !important;
}

.list__claim--box-claim-green .list-item {
  background: rgb(27, 87, 68);
}

.list__claim--box-claim-purple .list-item {
  background: rgb(80, 10, 150);
}

.list__claim--box-claim-orange .list-item {
  background: #E17F3F;
}
.list__claim--box-claim-orange .list-item .claim, .list__claim--box-claim-orange .list-item p {
  color: #4A193A !important;
}

.list__claim--box-claim-pink .list-item {
  background: rgb(74, 25, 58);
}
.list__claim--box-claim-pink .list-item .wrapper-image {
  margin-bottom: 0;
}

.wrapper-quote .quote-author {
  text-transform: none !important;
}

.promo-wall-section.promo-wall-section-sch .promo-wall-row .promo-wall-block {
  flex: 0 100% !important;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 61.25em) {
  .promo-wall-section.promo-wall-section-sch .promo-wall-row .promo-wall-block {
    padding-left: 8px;
    padding-right: 8px;
    flex: 0 33.33% !important;
  }
  .promo-wall-section.promo-wall-section-sch .promo-wall-row .promo-wall-block:first-child {
    padding-left: 0;
  }
  .promo-wall-section.promo-wall-section-sch .promo-wall-row .promo-wall-block:last-child {
    padding-right: 0;
  }
}
.promo-wall-section.promo-wall-section-sch .promo-wall-row .promo-wall-block .promo-wall-bg-orangey {
  background-color: #E1633F;
}
.promo-wall-section.promo-wall-section-sch .promo-wall-row .promo-wall-block .promo-wall-bg-orangey .promo-wall-block-eyebrow,
.promo-wall-section.promo-wall-section-sch .promo-wall-row .promo-wall-block .promo-wall-bg-orangey .promo-wall-block-claim,
.promo-wall-section.promo-wall-section-sch .promo-wall-row .promo-wall-block .promo-wall-bg-orangey .promo-wall-block-body,
.promo-wall-section.promo-wall-section-sch .promo-wall-row .promo-wall-block .promo-wall-bg-orangey .promo-wall-block-cta {
  color: #000000;
}
.promo-wall-section.promo-wall-section-sch .promo-wall-row .promo-wall-block .promo-wall-bg-orangey .promo-wall-block-cta:after {
  content: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_40_519)'%3E%3Cpath d='M18.1245 7.953L11.8385 1.66699L10.7905 2.715L16.3365 8.25699H1.1665V9.73801H16.3355L10.7895 15.279L11.8405 16.332L18.1235 10.043L19.1655 8.99298L18.1245 7.953Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_40_519'%3E%3Crect width='19.206' height='16.08' fill='black' transform='translate(0.666504 0.959961)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.promo-wall-section.promo-wall-section-sch .promo-wall-row .promo-wall-block .promo-wall-block-content-wrapper {
  padding: 40px !important;
}
.promo-wall-section.promo-wall-section-sch .promo-wall-row .promo-wall-block .promo-wall-block-content-wrapper:hover .promo-wall-block-image-wrapper {
  opacity: 0.9;
}
.promo-wall-section.promo-wall-section-sch .promo-wall-row .promo-wall-block .promo-wall-block-image-wrapper {
  background-color: rgb(0, 0, 0);
  background-size: cover;
  margin: -40px -40px 0px;
  padding: 40px 40px 0px;
}
.promo-wall-section.promo-wall-section-sch .promo-wall-row .promo-wall-block .promo-wall-block-eyebrow {
  margin-bottom: 90px !important;
}
.promo-wall-section.promo-wall-section-sch .promo-wall-row .promo-wall-block .promo-wall-block-claim {
  margin-bottom: 40px !important;
  padding-bottom: 22px !important;
  display: flex;
}
@media screen and (max-width: 68.75em) {
  .promo-wall-section.promo-wall-section-sch .promo-wall-row .promo-wall-block .promo-wall-block-claim {
    font-size: 60px !important;
    line-height: 60px !important;
  }
}
.promo-wall-section.promo-wall-section-sch .promo-wall-row .promo-wall-block .promo-wall-block-claim span {
  display: flex;
}
.promo-wall-section.promo-wall-section-sch .promo-wall-row .promo-wall-block .promo-wall-block-claim .claim-icon {
  margin-left: 20px;
}
@media screen and (max-width: 68.75em) {
  .promo-wall-section.promo-wall-section-sch .promo-wall-row .promo-wall-block .promo-wall-block-claim .claim-icon {
    max-height: 60px;
  }
}
.promo-wall-section.promo-wall-section-sch .promo-wall-row .promo-wall-block .promo-wall-block-body {
  font-size: 16px !important;
  line-height: 22px !important;
}
.promo-wall-section.promo-wall-section-sch .promo-wall-row .promo-wall-block .promo-wall-block-body p {
  padding-right: 10% !important;
}

.quote-view .wrapper-text-vertical .rte p:last-of-type:after {
  padding-right: 0;
}

.promo-center-align-image .wrap-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bc-player-BJ7t7Rlq_default .vjs-tech {
  width: 100%;
  height: auto;
}

.promo-component #bc-player, .hero #bc-player, .text-component #bc-player, .column-control-v3 > .bg-bcid-video #bc-player {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}
.promo-component #bc-player .vjs-control-bar, .promo-component #bc-player .vjs-big-play-button, .hero #bc-player .vjs-control-bar, .hero #bc-player .vjs-big-play-button, .text-component #bc-player .vjs-control-bar, .text-component #bc-player .vjs-big-play-button, .column-control-v3 > .bg-bcid-video #bc-player .vjs-control-bar, .column-control-v3 > .bg-bcid-video #bc-player .vjs-big-play-button {
  display: none;
}
.promo-component #bc-player:after, .hero #bc-player:after, .text-component #bc-player:after, .column-control-v3 > .bg-bcid-video #bc-player:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 100%);
}

.hero #bc-player .vjs-tech {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 47.99em) {
  .hero #bc-player {
    height: 250px !important;
  }
  .hero #bc-player .vjs-tech {
    width: auto;
    height: 100%;
  }
  .hero #bc-player:after {
    opacity: 0;
  }
}
@media screen and (min-width: 48em) {
  .hero .view.bg-bcid-video .pagebed {
    padding-top: 140px;
  }
  .hero .view.bg-bcid-video .pagebed .heading, .hero .view.bg-bcid-video .pagebed .label, .hero .view.bg-bcid-video .pagebed .subheading {
    position: relative;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 48em) and (max-width: 47.99em) {
  .hero #bc-player {
    height: 250px;
  }
}

.column-control-v3 > .bg-bcid-video {
  position: relative;
}
@media screen and (max-width: 47.99em) {
  .column-control-v3 > .bg-bcid-video #bc-player:after {
    background: rgba(0, 0, 0, 0.5);
  }
}

.promo-component .bc-video-wrapper #bc-player::after, .text-component .bc-video-wrapper #bc-player::after {
  opacity: 0 !important;
}

.video-gradient-transparent-to-white .bc-video-wrapper #bc-player:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 200px, rgb(255, 255, 255) 350px);
}

.video-gradient-transparent-to-white-tall .bc-video-wrapper #bc-player:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 500px);
}

.video-gradient-transparent-to-blue .bc-video-wrapper #bc-player:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(6, 43, 78, 0.5) 0%, rgba(6, 43, 78, 0.8) 150px, rgb(6, 43, 78) 400px, rgb(2, 71, 140) 100%);
}

.video-gradient-partners .bc-video-wrapper #bc-player:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(6, 43, 78, 0.85) 0%, rgba(6, 43, 78, 0.8) 40%, rgb(6, 43, 78) 60%, rgb(255, 255, 255) 100%);
}

.video-gradient-laptop {
  pointer-events: none;
}
.video-gradient-laptop .bc-video-wrapper #bc-player:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(6, 42, 78, 0) 0%, rgb(7, 48, 86) 100%);
}

.bg-bcid-video-darken .bc-video-wrapper #bc-player:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1 !important;
}

div[class*=bg-video-bcid] {
  position: relative;
}
@media screen and (min-width: 61.25em) {
  div[class*=bg-video-bcid] .no-swap-order ~ .wrapper-text {
    padding-left: 42px;
  }
}
div[class*=bg-video-bcid] .wrapper-caption {
  background: rgb(0, 0, 0) !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 70%) !important;
}
div[class*=bg-video-bcid] video {
  display: block;
  position: absolute;
  padding: inherit;
  width: auto;
  height: 100%;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
div[class*=bg-video-bcid] .col-bc-player {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent !important;
}
div[class*=bg-video-bcid] .col-bc-player .vjs-control-bar {
  display: none;
}
div[class*=bg-video-bcid] .col-bc-player video {
  position: relative;
  width: 100% !important;
  height: auto !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
}
@media screen and (max-width: 39.99em) {
  div[class*=bg-video-bcid] .col-bc-player video {
    height: 500px !important;
    width: auto !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
  }
}

div[class*=bg-video-bcid-text] .wrapper-text {
  padding-right: 48px !important;
}

.esg-homepage #bc-player:after {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.esg-p3 {
  /********************* https://patorjk.com/software/taag/#p=display&h=2&f=Colossal&t=TEST ************************
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  888888b.   888      .d88888b.  888       888  .d88888b.  888     888 88888888888 
  888  "88b  888     d88P" "Y88b 888   o   888 d88P" "Y88b 888     888     888     
  888  .88P  888     888     888 888  d8b  888 888     888 888     888     888     
  8888888K.  888     888     888 888 d888b 888 888     888 888     888     888     
  888  "Y88b 888     888     888 888d88888b888 888     888 888     888     888     
  888    888 888     888     888 88888P Y88888 888     888 888     888     888     
  888   d88P 888     Y88b. .d88P 8888P   Y8888 Y88b. .d88P Y88b. .d88P     888     
  8888888P"  88888888 "Y88888P"  888P     Y888  "Y88888P"   "Y88888P"      888     

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  *****************************************************************************************************************/
  /********************************************************************************************************************
  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

   .d8888b.   .d88888b.  888b     d888 8888888b.   .d88888b.  888b    888 8888888888 888b    888 88888888888 .d8888b.  
  d88P  Y88b d88P" "Y88b 8888b   d8888 888   Y88b d88P" "Y88b 8888b   888 888        8888b   888     888    d88P  Y88b 
  888    888 888     888 88888b.d88888 888    888 888     888 88888b  888 888        88888b  888     888    Y88b.      
  888        888     888 888Y88888P888 888   d88P 888     888 888Y88b 888 8888888    888Y88b 888     888     "Y888b.   
  888        888     888 888 Y888P 888 8888888P"  888     888 888 Y88b888 888        888 Y88b888     888        "Y88b. 
  888    888 888     888 888  Y8P  888 888        888     888 888  Y88888 888        888  Y88888     888          "888 
  Y88b  d88P Y88b. .d88P 888   "   888 888        Y88b. .d88P 888   Y8888 888        888   Y8888     888    Y88b  d88P 
   "Y8888P"   "Y88888P"  888       888 888         "Y88888P"  888    Y888 8888888888 888    Y888     888     "Y8888P"  

  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  ********************************************************************************************************************/
  /*****************************************************************************************************************
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////

   .d88888b.  888     888  .d88888b. 88888888888 8888888888 .d8888b.  
  d88P" "Y88b 888     888 d88P" "Y88b    888     888       d88P  Y88b 
  888     888 888     888 888     888    888     888       Y88b.      
  888     888 888     888 888     888    888     8888888    "Y888b.   
  888     888 888     888 888     888    888     888           "Y88b. 
  888 Y8b 888 888     888 888     888    888     888             "888 
  Y88b.Y8b88P Y88b. .d88P Y88b. .d88P    888     888       Y88b  d88P 
   "Y888888"   "Y88888P"   "Y88888P"     888     8888888888 "Y8888P"  
         Y8b                                                          

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  *****************************************************************************************************************/
  /*****************************************************************************************************************
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////

   .d8888b.  8888888b.         d8888 8888888b. 8888888 8888888888 888b    888 88888888888 .d8888b.  
  d88P  Y88b 888   Y88b       d88888 888  "Y88b  888   888        8888b   888     888    d88P  Y88b 
  888    888 888    888      d88P888 888    888  888   888        88888b  888     888    Y88b.      
  888        888   d88P     d88P 888 888    888  888   8888888    888Y88b 888     888     "Y888b.   
  888  88888 8888888P"     d88P  888 888    888  888   888        888 Y88b888     888        "Y88b. 
  888    888 888 T88b     d88P   888 888    888  888   888        888  Y88888     888          "888 
  Y88b  d88P 888  T88b   d8888888888 888  .d88P  888   888        888   Y8888     888    Y88b  d88P 
   "Y8888P88 888   T88b d88P     888 8888888P" 8888888 8888888888 888    Y888     888     "Y8888P"                                                                                   

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  *****************************************************************************************************************/
  /*****************************************************************************************************************
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////

   .d8888b.   .d88888b.  888      .d88888b.  8888888b.   .d8888b.  
  d88P  Y88b d88P" "Y88b 888     d88P" "Y88b 888   Y88b d88P  Y88b 
  888    888 888     888 888     888     888 888    888 Y88b.      
  888        888     888 888     888     888 888   d88P  "Y888b.   
  888        888     888 888     888     888 8888888P"      "Y88b. 
  888    888 888     888 888     888     888 888 T88b         "888 
  Y88b  d88P Y88b. .d88P 888     Y88b. .d88P 888  T88b  Y88b  d88P 
   "Y8888P"   "Y88888P"  88888888 "Y88888P"  888   T88b  "Y8888P"  

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  *****************************************************************************************************************/
  /*****************************************************************************************************************
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  .d8888b.   .d88888b.        d8888 888      .d8888b.       8888888888 Y88b   d88P 8888888b.     d8888 888b    888 8888888b.  
  d88P  Y88b d88P" "Y88b      d88888 888     d88P  Y88b      888         Y88b d88P  888   Y88b   d88888 8888b   888 888  "Y88b 
  888    888 888     888     d88P888 888     Y88b.           888          Y88o88P   888    888  d88P888 88888b  888 888    888 
  888        888     888    d88P 888 888      "Y888b.        8888888       Y888P    888   d88P d88P 888 888Y88b 888 888    888 
  888  88888 888     888   d88P  888 888         "Y88b.      888           d888b    8888888P" d88P  888 888 Y88b888 888    888 
  888    888 888     888  d88P   888 888           "888      888          d88888b   888      d88P   888 888  Y88888 888    888 
  Y88b  d88P Y88b. .d88P d8888888888 888     Y88b  d88P      888         d88P Y88b  888     d8888888888 888   Y8888 888  .d88P 
   "Y8888P88  "Y88888P" d88P     888 88888888 "Y8888P"       8888888888 d88P   Y88b 888    d88P     888 888    Y888 8888888P"  

   //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  ******************************************************************************************************************/
  /*****************************************************************************************************************
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  █████   ██████  ██████  ██████  ██████  ██████  ██  ██████  ███    ██ 
  ██   ██ ██      ██      ██    ██ ██   ██ ██   ██ ██ ██    ██ ████   ██ 
  ███████ ██      ██      ██    ██ ██████  ██   ██ ██ ██    ██ ██ ██  ██ 
  ██   ██ ██      ██      ██    ██ ██   ██ ██   ██ ██ ██    ██ ██  ██ ██ 
  ██   ██  ██████  ██████  ██████  ██   ██ ██████  ██  ██████  ██   ████

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  /****************************************************************************************************************/
}
.esg-p3 .kb-focus:focus {
  border: 1px solid #fff !important;
}
.esg-p3 .wrapper.bg-light .rte {
  color: #444444 !important;
}
.esg-p3 .wrapper.bg-light .rte a {
  color: #0672cb !important;
}
.esg-p3 .wrapper.bg-light .rte a:hover {
  text-decoration: underline;
}
.esg-p3 .row.bg-light .divider01-view hr {
  border-bottom-color: #D2D2D2 !important;
}
.esg-p3 .hero-view:not(.center-hero-content) .content .general-container > div {
  vertical-align: bottom;
}
.esg-p3 .hero-view .wrapper-text > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 48em) {
  .esg-p3 .hero-view .wrapper.has-cobrand .content {
    padding-bottom: 80px;
  }
  .esg-p3 .hero-view .wrapper.has-cobrand .content .cobrand {
    position: absolute;
    bottom: 0;
    right: 60px;
  }
}
.esg-p3 .circularity-mobile {
  display: none;
}
@media screen and (max-width: 47.99em) {
  .esg-p3 .circularity-mobile {
    display: block;
  }
}
.esg-p3 .circularity-desktop {
  display: block;
}
.esg-p3 .circularity-desktop img {
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 47.99em) {
  .esg-p3 .circularity-desktop {
    display: none;
  }
}
.esg-p3 .rendition.rendition.rendition.bg-medium .promo-component .cta .cta-text {
  color: #0672cb !important;
}
.esg-p3 .dt-logo {
  height: 25px;
  width: 100%;
  margin-bottom: 20px;
}
.esg-p3 .dt-logo img {
  height: 25px;
  width: 100%;
  text-align: left;
  object-position: left;
}
@media screen and (min-width: 48em) {
  .esg-p3 .center-vertically > ul {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 47.99em) {
  .esg-p3 .center-vertically > ul .quote-view .list-item {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
}
.esg-p3 .max-height-500 .wrapper-image {
  max-height: 500px;
}
.esg-p3 .max-height-500.rendition.row {
  max-height: 500px;
}
.esg-p3 .align-top.rendition.row {
  background-position-y: top;
}
@media screen and (min-width: 48em) {
  .esg-p3 .stats-spacing-below.list02-view .list-item {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 39.99em) {
  .esg-p3 .image-onside-height {
    max-height: none;
  }
}
@media screen and (min-width: 48em) {
  .esg-p3 .xl-text-width-long .wrapper-text {
    width: 66% !important;
  }
}
@media screen and (min-width: 48em) {
  .esg-p3 .flex-center .wrapper {
    display: flex;
    align-items: center;
  }
}
.esg-p3 .yellow-card .list-item {
  background: #FBEECE;
  padding: 40px;
  border-radius: 4px;
}
.esg-p3 .yellow-card .list-item .label, .esg-p3 .yellow-card .list-item .cta-text {
  color: #B30B37;
}
.esg-p3 .yellow-card .list-item .heading, .esg-p3 .yellow-card .list-item p {
  color: #691D3F;
}
@media screen and (max-width: 39.99em) {
  .esg-p3 #types-of-hubs .image-above-height {
    height: auto;
  }
}
.esg-p3 #types-of-hubs .promo-component .wrapper {
  min-height: 500px;
}
@media screen and (min-width: 61.25em) {
  .esg-p3 #types-of-hubs .promo-component .wrapper-text .heading {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 61.24em) {
  .esg-p3 #types-of-hubs .promo-component .wrapper-text .rte p, .esg-p3 #types-of-hubs .promo-component .wrapper-text .rte li {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 47.99em) {
  .esg-p3 .has-caption .wrapper-image {
    height: auto;
  }
}
.esg-p3 .wrapper-caption {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
}
.esg-p3 .wrapper-caption .caption {
  padding: 3px;
  position: relative;
}
@media screen and (min-width: 48em) {
  .esg-p3 .wrapper-caption .caption {
    text-align: right;
    right: 20%;
  }
}
.esg-p3 .blowout .quote-view ul {
  display: block;
}
.esg-p3 .blowout .quote-view ul .wrapper {
  max-width: 100%;
}
.esg-p3 .blowout .quote-view ul .wrapper .wrapper-text {
  width: 90%;
  margin: 0 auto;
}
.esg-p3 .blowout .text-component .wrapper-quote {
  background: transparent;
}
.esg-p3 .blowout .column {
  max-width: 1600px;
  margin: 0 auto;
}
.esg-p3 .blowout .column.column-control-v3 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media screen and (min-width: 80em) {
  .esg-p3 .blowout .column.column-control-v3 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
.esg-p3 .blowout .column.column-control-v3 ul.twothirds li:first-child .text-component .text01-view, .esg-p3 .blowout .column.column-control-v3 ul.halves li:first-child .text-component .text01-view {
  padding-left: 0px;
}
.esg-p3 .blowout .column.column-control-v3 ul.twothirds .divider .divider01-view, .esg-p3 .blowout .column.column-control-v3 ul.halves .divider .divider01-view {
  padding-left: 0px !important;
}
.esg-p3 .blowout .column.column-control-v3 ul.twothirds-v2 li:last-child .text-component .text01-view {
  padding-left: 0px;
}
.esg-p3 .blowout .column.column-control-v3 ul.full .text-component .text01-view {
  padding-left: 0px;
  padding-right: 0px;
}
.esg-p3 .blowout .widget-tab-control {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 80em) {
  .esg-p3 .blowout .widget-tab-control {
    padding: 0 50px;
  }
}
.esg-p3 .blowout .tab-control .tab-container {
  max-width: 1600px !important;
}
.esg-p3 .blowout .tab-control .column-control-v3 {
  padding: 0 !important;
}
.esg-p3 .blowout .divider01-view {
  max-width: 1600px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 auto !important;
}
@media screen and (min-width: 80em) {
  .esg-p3 .blowout .divider01-view {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
.esg-p3 .blowout .carousel-control {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 auto !important;
}
@media screen and (min-width: 48em) {
  .esg-p3 .blowout .carousel-control {
    max-width: 90%;
  }
}
@media screen and (min-width: 80em) {
  .esg-p3 .blowout .carousel-control {
    max-width: 1600px;
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
.esg-p3 .blowout .widget-carousel-v3 .carousel-container {
  max-width: 1600px;
}
.esg-p3 .blowout .widget-carousel-v3 .carousel-container .promo03-view, .esg-p3 .blowout .widget-carousel-v3 .carousel-container ul.col, .esg-p3 .blowout .widget-carousel-v3 .carousel-container .list-item, .esg-p3 .blowout .widget-carousel-v3 .carousel-container .rendition {
  height: 100%;
}
.esg-p3 .blowout > ul > li > .promo-component > .promo01-view > ul.xxl-1 > li > .wrapper > .wrapper-text {
  padding: 0 !important;
}
.esg-p3 .blowout .promo-component:not(.slider-item) > div.promo01-view:not(.promo-body-image) {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.esg-p3 .blowout .promo-component:not(.slider-item) > div.promo01-view:not(.promo-body-image) .wrapper, .esg-p3 .blowout .promo-component:not(.slider-item) > div.promo01-view:not(.promo-body-image) .rendition.pagebed {
  max-width: 100%;
}
.esg-p3 .blowout .promo-component:not(.slider-item) > div.promo01-view:not(.promo-body-image) > ul:not(.xxl-1) {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 80em) {
  .esg-p3 .blowout .promo-component:not(.slider-item) > div.promo01-view:not(.promo-body-image) > ul:not(.xxl-1) {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.esg-p3 .blowout .promo-component:not(.slider-item) .promo-body-image {
  max-width: 980px;
  align-items: center;
}
.esg-p3 .blowout .promo-component:not(.slider-item) .promo-body-image .wrapper-image {
  height: auto !important;
  max-height: none !important;
}
.esg-p3 .blowout .promo-component:not(.slider-item) .promo-body-image .wrapper-image img {
  max-height: none;
}
.esg-p3 .blowout .promo-component:not(.slider-item) > div.promo01-view.no-blowout {
  max-width: 1500px !important;
}
.esg-p3 .blowout .promo-component:not(.slider-item) .promo03-view .rendition {
  max-width: 100% !important;
}
@media screen and (max-width: 39.99em) {
  .esg-p3 .blowout .promo-component:not(.slider-item) .promo03-view .rendition {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 100em) {
  .esg-p3 .blowout .promo-component:not(.slider-item) .promo03-view .rendition {
    min-height: 500px !important;
    overflow-x: hidden;
    padding-top: 36px;
    padding-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: left;
  }
}
.esg-p3 .blowout .promo-component:not(.slider-item) .promo03-view .rendition .wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 80em) {
  .esg-p3 .blowout .promo-component:not(.slider-item) .promo03-view .rendition .wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 100em) {
  .esg-p3 .blowout .promo-component:not(.slider-item) .promo03-view .rendition .wrapper {
    min-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
  }
}
.esg-p3 .blowout .promo-component:not(.slider-item) .promo04-view > ul {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 80em) {
  .esg-p3 .blowout .promo-component:not(.slider-item) .promo04-view > ul {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.esg-p3 .blowout .promo-component.slider-item .promo01-view {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.esg-p3 .blowout .promo-component.slider-item .promo04-view .wrapper:after {
  display: none !important;
}
.esg-p3 .blowout .promo-component.slider-item .promo04-view .wrapper .wrapper-text {
  text-align: left;
  bottom: 0;
  transform: none;
  top: auto;
}
.esg-p3 .blowout .promo-component.slider-item .promo04-view .wrapper .wrapper-text .heading:after {
  display: inline-block;
  position: absolute;
  margin-top: 9px;
  margin-left: 10px;
  font-size: 25px !important;
}
@media screen and (max-width: 47.99em) {
  .esg-p3 .blowout .promo-component.slider-item .promo04-view .wrapper .wrapper-text .heading:after {
    margin-top: 8px !important;
    margin-left: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
  }
}
@media screen and (max-width: 39.99em) {
  .esg-p3 .blowout .promo-component.slider-item .promo04-view .wrapper .wrapper-text .heading:after {
    margin-top: 4px !important;
    margin-left: 8px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
  }
}
@media screen and (max-width: 47.99em) {
  .esg-p3 .blowout .list-component .list01-view {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.esg-p3 .text-component .label, .esg-p3 .promo-component .label {
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 16px;
}
.esg-p3 .text-component .width-90, .esg-p3 .promo-component .width-90 {
  max-width: 90%;
  margin: 0 auto 48px;
}
.esg-p3 .carousel-promo-box-shadow.promo01-view .list-item > .wrapper {
  box-shadow: 0px 0px 10px 3px rgba(125, 125, 125, 0.1);
}
.esg-p3 .carousel-promo-box-shadow .dots {
  bottom: -60px !important;
}
.esg-p3 .carousel-control > div:not(.carousel-promo-cards, .esg-sch-mobile) .carousel-promo-box-shadow .promo01-view {
  box-shadow: 0px 0px 10px 3px rgba(125, 125, 125, 0.1);
}
@media screen and (max-width: 47.99em) {
  .esg-p3 .carousel-control > div:not(.carousel-promo-cards, .esg-sch-mobile) .carousel-promo-white-bg .slider-child {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 47.99em) {
  .esg-p3 .carousel-control > div:not(.carousel-promo-cards, .esg-sch-mobile) .promo-component.slider-item .promo04-view .wrapper {
    min-height: 200px !important;
  }
  .esg-p3 .carousel-control > div:not(.carousel-promo-cards, .esg-sch-mobile) .promo-component.slider-item .promo04-view .wrapper .wrapper-text .heading {
    font-size: 24px;
    line-height: 30px;
  }
  .esg-p3 .carousel-control > div:not(.carousel-promo-cards, .esg-sch-mobile) .promo-component.slider-item .promo04-view .wrapper .wrapper-text .heading:after {
    margin-top: 9px !important;
    margin-left: 10px;
    font-size: 14px !important;
  }
}
.esg-p3 .carousel-control > div:not(.carousel-promo-cards, .esg-sch-mobile) .slider-child {
  margin-bottom: 20px !important;
  padding-bottom: 10px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
}
@media screen and (min-width: 48em) {
  .esg-p3 .carousel-control > div:not(.carousel-promo-cards, .esg-sch-mobile) .slider-child {
    margin-bottom: 30px !important;
  }
}
.esg-p3 .carousel-control > div:not(.carousel-promo-cards, .esg-sch-mobile) .slider-child .promo01-view {
  background-color: #ffffff !important;
  height: 100%;
}
.esg-p3 .carousel-control > div:not(.carousel-promo-cards, .esg-sch-mobile) .slider-child .promo01-view .list-item {
  margin-bottom: 0 !important;
}
.esg-p3 .carousel-control > div:not(.carousel-promo-cards, .esg-sch-mobile) .slider-child .promo01-view .list-item .wrapper-image {
  max-height: 200px;
}
.esg-p3 .carousel-control > div:not(.carousel-promo-cards, .esg-sch-mobile) .slider-child .promo01-view .list-item .wrapper-text {
  padding-bottom: 0 !important;
}
.esg-p3 .carousel-control > div:not(.carousel-promo-cards, .esg-sch-mobile) .slider-child .promo01-view .list-item .wrapper-text .wrapper-text-description > *:last-child {
  margin-bottom: 0 !important;
}
.esg-p3 .carousel-control > div:not(.carousel-promo-cards, .esg-sch-mobile) .widget-carousel-v3 .arrows li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.esg-p3 .carousel-control > div:not(.carousel-promo-cards, .esg-sch-mobile) .widget-carousel-v3 .arrows li a.arrow-prev, .esg-p3 .carousel-control > div:not(.carousel-promo-cards, .esg-sch-mobile) .widget-carousel-v3 .arrows li a.arrow-next {
  top: 44% !important;
}
.esg-p3 .carousel-control .carousel-promo-white-bg.carousel-promo-cards .slider-child .promo01-view {
  background-color: #fff !important;
  height: 100% !important;
}
.esg-p3 .list-component .esg-3claim-content-left-align .list-item:not(:first-child) {
  padding-left: 36px;
}
.esg-p3 .list-component .esg-3claim-content-left-align .list-item:last-child .wrapper-text {
  padding-right: 0;
}
@media screen and (min-width: 48em) {
  .esg-p3 .list-component .list-item {
    border-right: 1px solid #D2D2D2;
  }
}
.esg-p3 .list-component .list-item:last-child {
  border-right: none;
}
.esg-p3 .list-component .list-item .claim {
  font-weight: 200;
}
@media screen and (min-width: 48em) {
  .esg-p3 .list-component .list01-view .list-item:nth-child(n+2) {
    padding-left: 30px;
  }
}
.esg-p3 .list-component .list01-view .list-item .claim {
  margin-right: 70px !important;
  font-weight: 200;
}
.esg-p3 .list-component .list01-view .list-item .wrapper-text {
  padding-right: 0px;
  display: flex !important;
}
@media screen and (min-width: 48em) {
  .esg-p3 .list-component .list02-view .carousel-container {
    overflow: visible !important;
  }
}
.esg-p3 .list-component .list02-view .xxl-1 {
  padding-top: 0 !important;
}
.esg-p3 .list-component .list02-view .xxl-1 .list-item {
  border-right: none;
  margin-bottom: 30px;
  padding-bottom: 30px;
  height: 100% !important;
}
@media screen and (min-width: 48em) {
  .esg-p3 .list-component .list02-view .xxl-1 .list-item {
    border-bottom: 1px solid #D2D2D2;
    padding-left: 0px;
  }
}
@media screen and (max-width: 47.99em) {
  .esg-p3 .list-component .list02-view .xxl-1 .list-item .wrapper-text {
    padding-left: 30px;
  }
}
.esg-p3 .list-component .list02-view .xxl-1 .list-item:last-child {
  border: none;
  margin-bottom: 0px;
}
.esg-p3 .list-component .list02-view .widget {
  padding-left: 0;
  padding-right: 0;
}
.esg-p3 .list-component .list02-view .widget .xxl-2 {
  padding-top: 0 !important;
}
.esg-p3 .list-component .list02-view .widget .xxl-2 .list-item .wrapper-text {
  padding-right: 0;
}
@media screen and (min-width: 48em) {
  .esg-p3 .list-component .list02-view .widget .xxl-2 .list-item {
    padding-right: 30px;
    margin-bottom: 0px;
  }
  .esg-p3 .list-component .list02-view .widget .xxl-2 .list-item:last-child {
    padding-left: 40px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.24em) {
  .esg-p3 .list-component .list02-view .widget .xxl-3 .list-item .claim {
    font-size: 50px;
  }
}
@media screen and (min-width: 48em) {
  .esg-p3 .list-component .list02-view .widget .xxl-3 .list-item {
    margin-bottom: 0px;
  }
}
.esg-p3 .column-list-icon-with-claim .list-item {
  width: 100% !important;
}
.esg-p3 .column-list-icon-with-claim .list-item .icon-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.esg-p3 .column-list-icon-with-claim .list-item .icon-text .wrap-label {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  margin-right: 0 !important;
  align-items: center;
  justify-content: center;
}
.esg-p3 .column-list-icon-with-claim .list-item .icon-text .wrap-label .label {
  font-size: 15px;
  font-weight: 400;
  color: #000000 !important;
}
.esg-p3 .column-list-icon-with-claim .list-item .icon-text .claim.has-icon {
  margin-right: 20px !important;
  width: 20%;
}
.esg-p3 .column-list-icon-with-claim .list-item .icon-text .claim.has-icon .wrapper-image {
  margin-bottom: 0 !important;
}
.esg-p3 .column-list-icon-with-claim .list-item .icon-text .wrapper-text {
  height: auto !important;
}
.esg-p3 .column-list-icon-with-claim .list-item .icon-text .heading {
  font-size: 50px;
  line-height: 100px;
}
@media screen and (min-width: 87.5em) {
  .esg-p3 .column-list-icon-with-claim .list-item .icon-text .heading {
    font-size: 60px;
    line-height: 100px;
  }
}
@media screen and (min-width: 100em) {
  .esg-p3 .column-list-icon-with-claim .list-item .icon-text .heading {
    font-size: 75px;
    line-height: 100px;
  }
}
.esg-p3 .column-list-icon-with-claim .thirds .list-item .heading {
  font-size: 60px;
  line-height: 70px;
}
.esg-p3 .column-list-icon-with-title .list-item {
  width: 100% !important;
}
.esg-p3 .column-list-icon-with-title .list-item .icon-text {
  display: flex;
  align-items: center;
  justify-content: left;
}
.esg-p3 .column-list-icon-with-title .list-item .icon-text .claim.has-icon {
  margin-right: 20px !important;
}
.esg-p3 .column-list-icon-with-title .list-item .icon-text .wrapper-text {
  height: auto !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}
.esg-p3 .column-list-icon-with-title .list-item .icon-text .wrapper-text .subheading {
  font-size: 30px;
  line-height: 36px;
}
.esg-p3 .promo-component .wrapper-text > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 39.99em) {
  .esg-p3 .promo-component .promo03-view .rendition {
    padding: 30px;
  }
  .esg-p3 .promo-component .promo03-view .rendition .wrapper-text {
    padding: 0 !important;
  }
}
.esg-p3 .promo-component .promo03-view.esg-promo-behind-icon .rendition {
  height: 100%;
  min-height: 360px;
  border-radius: 4px;
  background-position: center center;
}
@media screen and (min-width: 48em) {
  .esg-p3 .promo-component .promo03-view.esg-promo-behind-icon .rendition {
    min-height: 460px;
  }
}
.esg-p3 .promo-component .promo03-view.esg-promo-behind-icon .rendition .wrapper {
  vertical-align: baseline;
}
.esg-p3 .promo-component .promo03-view.esg-promo-behind-icon .rendition .wrapper .wrapper-icon {
  display: block;
  position: relative;
  height: 80px;
}
.esg-p3 .promo-component .promo03-view.esg-promo-behind-icon .rendition .wrapper .wrapper-icon .wrapper-image {
  text-align: left;
  float: none;
}
.esg-p3 .promo-component .promo03-view.esg-promo-behind-icon .rendition .wrapper .wrapper-icon .wrapper-image img {
  opacity: 1;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  transform: none;
  position: relative;
}
.esg-p3 .promo-component .promo03-view.esg-promo-behind-icon .rendition .wrapper .wrapper-text {
  width: 100%;
  padding-right: 0;
  position: absolute;
  bottom: 0px;
  text-align: left;
}
.esg-p3 .promo-component .promo04-view:not(#sch-promo-wall) .list-item .wrapper {
  overflow: unset;
}
@media screen and (max-width: 47.99em) {
  .esg-p3 .promo-component .promo04-view:not(#sch-promo-wall) .list-item .wrapper {
    min-height: 200px !important;
  }
  .esg-p3 .promo-component .promo04-view:not(#sch-promo-wall) .list-item .wrapper .wrapper-text .heading {
    font-size: 24px;
    line-height: 30px;
  }
  .esg-p3 .promo-component .promo04-view:not(#sch-promo-wall) .list-item .wrapper .wrapper-text .heading:after {
    margin-top: 9px !important;
    font-size: 14px !important;
    margin-left: 10px;
  }
  .esg-p3 .promo-component .promo04-view:not(#sch-promo-wall) .list-item .wrapper:after {
    display: none !important;
  }
}
.esg-p3 .promo-component .promo04-view:not(#sch-promo-wall) .list-item .wrapper-text {
  text-align: left;
  bottom: 0;
  transform: none;
  top: auto;
}
@media screen and (min-width: 61.25em) {
  .esg-p3 .promo-component .promo04-view:not(#sch-promo-wall) .list-item .content {
    padding: 36px 52px 36px 36px !important;
  }
}
@media screen and (min-width: 80em) {
  .esg-p3 .promo-component .promo04-view:not(#sch-promo-wall) .list-item .content {
    padding: 42px 72px 42px 42px !important;
  }
}
@media screen and (max-width: 47.99em) {
  .esg-p3 .promo-component .promo04-view:not(#sch-promo-wall) .wrapper {
    min-height: 200px !important;
  }
  .esg-p3 .promo-component .promo04-view:not(#sch-promo-wall) .wrapper .wrapper-text .heading {
    font-size: 24px;
    line-height: 30px;
  }
  .esg-p3 .promo-component .promo04-view:not(#sch-promo-wall) .wrapper .wrapper-text .heading:after {
    margin-top: 9px !important;
    font-size: 14px !important;
  }
}
@media screen and (min-width: 61.25em) {
  .esg-p3 .promo-component .promo04-view#sch-promo-wall .list-item .content {
    padding-right: 20%;
  }
}
@media screen and (max-width: 61.24em) {
  .esg-p3 .promo-component .promo04-view#sch-promo-wall .wrapper:after {
    content: "";
  }
}
@media screen and (max-width: 39.99em) {
  .esg-p3 .promo-component .promo02-view .wrapper-text.card-float-spacing .cta-layout.inline {
    margin-top: 0 !important;
  }
}
.esg-p3 .text-component .rte .partial-cta-list {
  padding-left: 0;
}
.esg-p3 .text-component .rte .partial-cta-list .btn-wrapper {
  margin-bottom: 0;
}
.esg-p3 .text-component .wrapper-quote {
  border-top: 4px solid orange;
  border-bottom: 4px solid orange;
}
.esg-p3 .text-component .wrapper-quote .wrapper-quote-text::before {
  color: #E67F01 !important;
}
.esg-p3 .text-component .wrapper-quote .wrapper-quote-text .rte p::after {
  color: #E67F01 !important;
}
.esg-p3 .text-component .wrapper-quote .wrapper-quote-text .quote-author {
  text-transform: none !important;
}
.esg-p3 .twothirds li:nth-child(2) .text-component .wrapper-text {
  padding-left: 48px !important;
  padding-right: 0 !important;
}
.esg-p3 .twothirds .partial-cta-list li {
  max-width: 100%;
}
.esg-p3 .twothirds-v2 .partial-cta-list li {
  max-width: 100%;
}
@media screen and (min-width: 48em) and (max-width: 79.99em) {
  .esg-p3 .hero-view .content.pagebed {
    height: 560px;
    max-height: 400px;
    min-height: auto;
  }
}
.esg-p3 .hero-view.hero-rte-subheading .heading {
  margin-bottom: 15px !important;
}
.esg-p3 .hero-view.hero-rte-subheading .rte p {
  font-size: 30px !important;
  line-height: 36px !important;
}
.esg-p3 .esg-top-dellement .wrapper-text::before {
  content: "";
  width: 40px;
  height: 10px;
  display: block;
  background-color: #0672cb;
  margin-bottom: 24px;
  display: none;
}
.esg-p3 .esg-top-dellement-as .wrapper-text::before {
  background-color: #349E5F;
}
.esg-p3 .esg-top-dellement-ci .wrapper-text::before {
  background-color: #743DD4;
}
.esg-p3 .esg-goals-card-container {
  position: relative;
}
@media screen and (max-width: 125em) {
  .esg-p3 .esg-goals-card-container {
    background-size: auto auto;
  }
}
.esg-p3 .esg-goals-card-container::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.esg-p3 .esg-goals-card-container > ul.shim {
  padding-top: 120px;
  padding-bottom: 120px;
}
.esg-p3 .esg-goals-card-container .esg-goals-card {
  max-width: 1600px;
  margin: 0 auto;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 79.99em) {
  .esg-p3 .esg-goals-card-container .esg-goals-card .list-component .list01-view {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
.esg-p3 .esg-goals-card-container .esg-goals-card .list-component .list-item {
  width: 100% !important;
}
.esg-p3 .esg-goals-card-container .esg-goals-card .list-component .list-item .claim.has-icon {
  max-width: 60px;
  max-height: 40px;
  margin-right: 10px !important;
}
@media screen and (min-width: 40em) {
  .esg-p3 .esg-goals-card-container .esg-goals-card .list-component .list-item .claim.has-icon {
    margin-right: 20px !important;
  }
}
@media screen and (min-width: 48em) {
  .esg-p3 .esg-goals-card-container .esg-goals-card .list-component .list-item .claim.has-icon {
    max-height: 50px;
  }
}
@media screen and (min-width: 61.25em) {
  .esg-p3 .esg-goals-card-container .esg-goals-card .list-component .list-item .claim.has-icon {
    margin-right: 30px !important;
    max-height: 60px;
  }
}
.esg-p3 .esg-goals-card-container .esg-goals-card .list-component .list-item .claim.has-icon .wrapper-image {
  margin-bottom: 0 !important;
}
.esg-p3 .esg-goals-card-container .esg-goals-card .list-component .list-item .wrap-text {
  display: flex;
  align-items: center;
  color: #1a1a1a !important;
}
.esg-p3 .esg-goals-card-container .esg-goals-card .list-component .list-item .wrap-text .rte, .esg-p3 .esg-goals-card-container .esg-goals-card .list-component .list-item .wrap-text .heading {
  color: #1a1a1a !important;
}
.esg-p3 .esg-goals-card-container .esg-goals-card .list-component .list-item .wrap-text .heading {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0672cb;
}
@media screen and (min-width: 40em) {
  .esg-p3 .esg-goals-card-container .esg-goals-card > ul > li:first-child {
    border-right: 1px solid rgba(204, 204, 204, 0.5);
  }
}
.esg-p3 .esg-goals-card-container .esg-goals-card > ul > li:first-child .text01-view {
  margin-left: 40px;
}
.esg-p3 .esg-goals-card-container .esg-goals-card > ul > li:not(:first-child):not(:last-child) {
  border-right: none !important;
}
@media screen and (min-width: 40em) and (max-width: 79.99em) {
  .esg-p3 .esg-goals-card-container .esg-goals-card > ul > li:not(:first-child):not(:last-child) .list01-view {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 39.99em) {
  .esg-p3 .esg-goals-card-container .esg-goals-card > ul li {
    height: auto !important;
  }
}
@media screen and (max-width: 39.99em) {
  .esg-p3 .esg-goals-card-container .esg-goals-card .text-component:not(.esg-goals-expand-intro) .text01-view {
    margin-left: 40px !important;
    padding-left: 0px !important;
  }
}
.esg-p3 .esg-goals-card-container .esg-goals-card .text-component:not(.esg-goals-expand-intro) .text01-view .wrapper-text {
  max-width: 100% !important;
}
.esg-p3 .esg-goals-card-container .esg-goals-card .text-component:not(.esg-goals-expand-intro) .text01-view .wrapper-text .subheading {
  color: #1a1a1a;
  font-weight: 400;
}
.esg-p3 .esg-goals-card-container .esg-goals-card .text-component:not(.esg-goals-expand-intro) .text01-view .wrapper-text .rte {
  color: #1a1a1a;
}
.esg-p3 .esg-goals-card-container .esg-goals-card .text-component:not(.esg-goals-expand-intro) .text01-view .wrapper-text .rte li::marker {
  font-size: 10px;
}
.esg-p3 .esg-goals-card-container .esg-goals-card .text-component:not(.esg-goals-expand-intro) .text01-view .wrapper-text .rte li:not(:last-child) {
  margin-bottom: 15px;
}
.esg-p3 .esg-goals-card-container .esg-goals-card .text-component:not(.esg-goals-expand-intro) .text-column-divider {
  margin-right: 50px;
}
@media screen and (min-width: 48em) {
  .esg-p3 .esg-goals-card-container .esg-goals-card .text-component:not(.esg-goals-expand-intro) .text-column-divider .xxl-2 .list-item:nth-child(2) {
    border-left: 1px solid rgba(204, 204, 204, 0.5);
    padding-left: 60px;
  }
}
.esg-p3 .esg-goals-card-container .esg-goals-card .text-component:not(.esg-goals-expand-intro) .text-column-divider .wrapper-text > *:last-child {
  margin-bottom: 0px !important;
}
.esg-p3 .esg-goals-card-container.esg-goals-expand .esg-top-dellement .wrapper-text::before {
  display: none;
}
.esg-p3 .esg-goals-card-container.esg-goals-expand .esg-top-dellement .cta-layout ul.partial-cta-list li {
  margin-bottom: 0 !important;
}
.esg-p3 .esg-goals-card-container.esg-goals-expand .esg-goals-card {
  margin-top: 80px !important;
}
@media screen and (min-width: 40em) {
  .esg-p3 .esg-goals-card-container.esg-goals-expand .esg-goals-card > ul > li:first-child {
    border-right: 1px solid rgba(204, 204, 204, 0.2);
  }
}
.esg-p3 .esg-goals-card-container-as .esg-top-dellement .wrapper-text::before {
  background-color: #247554 !important;
}
.esg-p3 .esg-goals-card-container-as .esg-goals-card .list-component .list-item .wrap-text .heading {
  color: #247554 !important;
}
.esg-p3 .esg-goals-card-container-as.esg-goals-expand .esg-goals-card {
  background-color: #244739;
}
.esg-p3 .esg-goals-card-container-as.esg-goals-expand .esg-goals-card .list-component .list01-view .wrap-text .heading {
  color: #7BFC76 !important;
}
.esg-p3 .esg-goals-card-container-as.esg-goals-expand .esg-goals-card .text-component .text01-view .wrapper-text .subheading, .esg-p3 .esg-goals-card-container-as.esg-goals-expand .esg-goals-card .text-component .text01-view .wrapper-text .rte, .esg-p3 .esg-goals-card-container-as.esg-goals-expand .esg-goals-card .text-component .text01-view .wrapper-text p {
  color: #ffffff !important;
}
@media screen and (min-width: 40em) {
  .esg-p3 .esg-goals-card-container-as.esg-goals-expand .esg-goals-card > ul > li:first-child {
    border-right: 1px solid #247554;
  }
}
.esg-p3 .esg-goals-card-container-ci .esg-top-dellement .wrapper-text::before {
  background-color: #743DD4 !important;
}
.esg-p3 .esg-goals-card-container-ci .esg-goals-card .list-component .list-item .wrap-text .heading {
  color: #500A96 !important;
}
.esg-p3 .esg-goals-card-container-ci.esg-goals-expand .esg-goals-card {
  background-color: #2A145A;
}
@media screen and (min-width: 40em) {
  .esg-p3 .esg-goals-card-container-ci.esg-goals-expand .esg-goals-card .list-component .list01-view {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}
.esg-p3 .esg-goals-card-container-ci.esg-goals-expand .esg-goals-card .list-component .list01-view .wrap-text .heading {
  color: #AA96FA !important;
}
.esg-p3 .esg-goals-card-container-ci.esg-goals-expand .esg-goals-card .text-component .text01-view .wrapper-text .subheading, .esg-p3 .esg-goals-card-container-ci.esg-goals-expand .esg-goals-card .text-component .text01-view .wrapper-text .rte, .esg-p3 .esg-goals-card-container-ci.esg-goals-expand .esg-goals-card .text-component .text01-view .wrapper-text p {
  color: #ffffff !important;
}
@media screen and (min-width: 48em) {
  .esg-p3 .esg-goals-card-container-ci.esg-goals-expand .esg-goals-card .text-component .text-column-divider .xxl-2 .list-item:nth-child(2) {
    border-left: 1px solid #612CB0 !important;
  }
}
.esg-p3 .esg-goals-card-container-tl .esg-top-dellement .wrapper-text::before {
  background-color: #E17F3F !important;
}
.esg-p3 .esg-goals-card-container-tl .esg-goals-card .list-component .list-item .wrap-text .heading {
  color: #B85200 !important;
}
.esg-p3 .esg-goals-card-container-tl.esg-goals-expand .esg-goals-card {
  background-color: #E17F3F;
}
.esg-p3 .esg-goals-card-container-tl.esg-goals-expand .esg-goals-card .list-component .list01-view .wrap-text .heading {
  color: #4A193A !important;
}
@media screen and (min-width: 40em) {
  .esg-p3 .esg-goals-card-container-tl.esg-goals-expand .esg-goals-card > ul > li:first-child {
    border-right: 1px solid rgba(133, 19, 63, 0.3);
  }
}
.esg-p3 .esg-goals-card-container-tl.esg-goals-expand .text-component .text01-view .wrapper-text .subheading, .esg-p3 .esg-goals-card-container-tl.esg-goals-expand .text-component .text01-view .wrapper-text .rte, .esg-p3 .esg-goals-card-container-tl.esg-goals-expand .text-component .text01-view .wrapper-text p {
  color: #4A193A !important;
}
.esg-p3 .esg-goals-card-container-ut .esg-top-dellement .wrapper-text::before {
  background-color: #691D3F !important;
}
.esg-p3 .esg-goals-card-container-ut .esg-goals-card .list-component .list-item .wrap-text .heading {
  color: #691D3F !important;
}
.esg-p3 .esg-goals-card-container-ut.esg-goals-expand .esg-goals-card {
  background-color: #4A193A;
}
.esg-p3 .esg-goals-card-container-ut.esg-goals-expand .esg-goals-card .list-component .list01-view .wrap-text .heading {
  color: #E17F3F !important;
}
.esg-p3 .esg-goals-card-container-ut.esg-goals-expand .text-component .text01-view .wrapper-text .subheading, .esg-p3 .esg-goals-card-container-ut.esg-goals-expand .text-component .text01-view .wrapper-text .rte, .esg-p3 .esg-goals-card-container-ut.esg-goals-expand .text-component .text01-view .wrapper-text p {
  color: #FBEECE !important;
}
.esg-p3 .promo-full-width .col {
  margin-bottom: -19px !important;
}
.esg-p3 .promo-full-width .list-item {
  margin-bottom: 19px !important;
}
.esg-p3 .promo-full-width .wrapper-text {
  max-width: 750px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 80em) {
  .esg-p3 .promo-full-width .wrapper-text {
    padding-left: 65px !important;
  }
}
.esg-p3 .promo-full-width .swap-order .wrapper-text {
  justify-self: end;
}
@media screen and (min-width: 80em) {
  .esg-p3 .promo-full-width .swap-order .wrapper-text {
    max-width: 800px;
    padding-left: 50px;
  }
}
.esg-p3 .promo-full-width-green-bg .wrapper {
  background: #1B5744;
}
.esg-p3 .promo-full-width-green-bg .wrapper .wrapper-text .heading, .esg-p3 .promo-full-width-green-bg .wrapper .wrapper-text p {
  color: #E4FFD6 !important;
}
.esg-p3 .promo-full-width-white-bg .wrapper {
  background: #ffffff;
}
.esg-p3 .promo-full-width-white-bg .wrapper .wrapper-text .heading, .esg-p3 .promo-full-width-white-bg .wrapper .wrapper-text p {
  color: #1B5744 !important;
}
.esg-p3 .promo-full-width-light-green-bg .wrapper {
  background: #BFFFB7;
}
.esg-p3 .promo-full-width-light-green-bg .wrapper .wrapper-text .heading, .esg-p3 .promo-full-width-light-green-bg .wrapper .wrapper-text p {
  color: #1B5744 !important;
}
.esg-p3 .promo-full-width-yellow-bg .wrapper {
  background: #F4BB5E;
}
.esg-p3 .promo-full-width-yellow-bg .wrapper .wrapper-text .heading, .esg-p3 .promo-full-width-yellow-bg .wrapper .wrapper-text .subheading, .esg-p3 .promo-full-width-yellow-bg .wrapper .wrapper-text .rte, .esg-p3 .promo-full-width-yellow-bg .wrapper .wrapper-text ul, .esg-p3 .promo-full-width-yellow-bg .wrapper .wrapper-text p {
  color: #85133F !important;
}
.esg-p3 .promo-full-width-orange-bg .wrapper {
  background: #E1633F;
}
.esg-p3 .promo-full-width-orange-bg .wrapper .wrapper-text .heading, .esg-p3 .promo-full-width-orange-bg .wrapper .wrapper-text .subheading, .esg-p3 .promo-full-width-orange-bg .wrapper .wrapper-text .rte, .esg-p3 .promo-full-width-orange-bg .wrapper .wrapper-text ul, .esg-p3 .promo-full-width-orange-bg .wrapper .wrapper-text p {
  color: #000000 !important;
}
.esg-p3 .promo-carousel-override .carousel-control .promo-component.slider-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
@media screen and (min-width: 48em) {
  .esg-p3 .promo-carousel-override .carousel-control .promo-component.slider-child .wrapper-text {
    padding-right: 30px;
  }
}
.esg-p3 .promo-carousel-override .carousel-control .promo-component.slider-child .wrapper-text .partial-cta-list {
  width: 100%;
}
.esg-p3 .columns .quote {
  position: relative;
}
@media screen and (min-width: 48em) {
  .esg-p3 .columns .quote .quote-view.quote-offset {
    position: absolute;
    top: -144px;
  }
}
.esg-p3 .columns .quote .quote-view .wrapper-text {
  position: relative;
  width: 100% !important;
}
.esg-p3 .columns .quote .quote-view .wrapper-text .quote-author {
  margin-top: 18px !important;
  text-align: left !important;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.esg-p3 .columns .quote .quote-view .wrapper-text .wrapper-text-vertical {
  position: relative !important;
}
.esg-p3 .columns .quote .quote-view .wrapper-text .wrapper-text-vertical::before {
  font-size: 10px !important;
  position: absolute !important;
  top: 2px !important;
  left: -20px;
  display: none;
}
@media screen and (min-width: 48em) {
  .esg-p3 .columns .quote .quote-view .wrapper-text .wrapper-text-vertical {
    font-size: 14px !important;
  }
}
.esg-p3 .columns .quote .quote-view .wrapper-text .rte {
  font-size: 24px;
  font-style: italic;
  line-height: 32px;
  font-weight: 200;
}
.esg-p3 .columns .quote .quote-view .wrapper-text .rte .quote-quote {
  font-weight: 400;
}
.esg-p3 .columns .quote .quote-view .wrapper-text .rte .quote-quote:first-child {
  padding-right: 4px;
}
.esg-p3 .columns .quote .quote-view .wrapper-text .rte .quote-quote:last-child {
  padding-left: 4px;
}
.esg-p3 .columns .quote .quote-view .wrapper-text .rte p::before {
  position: absolute !important;
  top: -5px !important;
  left: -20px !important;
}
.esg-p3 .columns .quote .quote-view .wrapper-text .rte p::after {
  display: none;
}
@media screen and (min-width: 61.25em) {
  .esg-p3 .columns .quote .quote-view .wrapper-text .rte {
    font-size: 30px;
    line-height: 40px;
  }
}
.esg-p3 .columns .quote .quote-view.esg-base-quote li {
  padding-right: 40px;
}
.esg-p3 .columns .quote .quote-view.esg-base-quote li .wrapper {
  border: none;
  background-color: #0D2155;
}
.esg-p3 .columns .quote .quote-view.esg-base-quote li .wrapper .wrapper-text {
  padding: 50px !important;
}
.esg-p3 .columns .quote .quote-view.esg-base-quote li .wrapper .wrapper-text::before {
  content: "";
  display: block;
  height: 10px;
  width: 40px;
  margin-bottom: 24px;
  background-color: #80C7FB;
}
.esg-p3 .columns .quote .quote-view.esg-base-quote li .wrapper .wrapper-text p {
  text-align: left;
  color: #ffffff;
}
.esg-p3 .columns .quote .quote-view.esg-base-quote li .wrapper .wrapper-text .quote-author, .esg-p3 .columns .quote .quote-view.esg-base-quote li .wrapper .wrapper-text .quote-author-name {
  color: #80C7FB;
}
.esg-p3 .columns.full .quote-view .wrapper-text {
  padding: 0 50px !important;
}
@media screen and (min-width: 61.25em) {
  .esg-p3 .columns.full .quote-view .wrapper-text {
    padding: 0 60px !important;
  }
  .esg-p3 .columns.full .quote-view .wrapper-text .rte {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (min-width: 80em) {
  .esg-p3 .columns.full .quote-view .wrapper-text {
    padding: 60px !important;
  }
}
.esg-p3 .columns.twothirds-v2 .quote-view .wrapper-text {
  padding: 50px !important;
}
@media screen and (min-width: 61.25em) {
  .esg-p3 .columns.twothirds-v2 .quote-view .wrapper-text {
    padding: 60px !important;
  }
  .esg-p3 .columns.twothirds-v2 .quote-view .wrapper-text .rte {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.5px;
  }
}
.esg-p3 .columns.twothirds .quote-view .wrapper-text {
  padding: 50px !important;
}
@media screen and (min-width: 61.25em) {
  .esg-p3 .columns.twothirds .quote-view .wrapper-text {
    padding: 60px !important;
  }
  .esg-p3 .columns.twothirds .quote-view .wrapper-text .rte {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.5px;
  }
}
.esg-p3 .columns.twothirds > li {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .esg-p3 .columns.twothirds > li {
    width: 40%;
    float: left;
    display: block;
  }
}
@media screen and (min-width: 48em) {
  .esg-p3 .columns.twothirds > li:first-child {
    width: 60%;
    padding-right: 20px;
  }
  .esg-p3 .columns.twothirds > li:first-child .wrapper-text {
    padding-right: 0;
  }
}
.esg-p3 .tab-control .mobile-accordian .tab-container .selected .quote-view .icn:after {
  display: none;
}
.esg-p3 .bg-gray-gradient {
  background: rgb(245, 246, 247);
  background: linear-gradient(135deg, rgb(245, 246, 247) 0%, rgb(225, 225, 225) 100%);
}
.esg-p3 .bg-purple-gradient:not(.promo02-view) {
  background: #500A96 !important;
}
.esg-p3 .bg-base {
  background-color: #0D2155;
}
.esg-p3 .bg-base > ul > li > .quote .quote-view .list-item {
  padding-right: 0;
}
.esg-p3 .bg-purple-gradient.promo02-view .wrapper-text {
  padding: 50px !important;
  background: #500A96 !important;
}
.esg-p3 .bg-purple-gradient.promo02-view .wrapper-text .heading, .esg-p3 .bg-purple-gradient.promo02-view .wrapper-text .rte {
  color: #FFFFFF;
}
.esg-p3 .bg-purple-gradient > ul > li > .quote .quote-view .wrapper {
  background-color: transparent !important;
  border: none !important;
}
.esg-p3 .bg-purple-gradient > ul > li > .quote .quote-view .wrapper .wrapper-text-inner, .esg-p3 .bg-purple-gradient > ul > li > .quote .quote-view .wrapper .wrapper-text-inner > div {
  color: #FFFFFF;
}
.esg-p3 .bg-green-gradient:not(.promo02-view) {
  background: #1B5744;
}
.esg-p3 .bg-tl-block:not(.promo02-view) {
  background: #1B5744;
}
.esg-p3 .bg-green-gradient .promo04-view .wrapper {
  min-height: 200px;
}
@media screen and (max-width: 61.24em) {
  .esg-p3 .bg-green-gradient .promo04-view .wrapper.icn.icn-arrow-next:after {
    display: none;
  }
  .esg-p3 .bg-green-gradient .promo04-view .heading {
    font-size: 24px;
    line-height: 30px;
  }
  .esg-p3 .bg-green-gradient .promo04-view .heading:after {
    font-size: 0 !important;
    display: inline-block;
    position: absolute;
    margin-top: 9px;
    margin-left: 10px;
    font-size: 14px !important;
    font-weight: 600;
  }
}
.esg-p3 .bg-green-gradient.promo02-view .wrapper-text {
  padding: 50px !important;
  background: #1B5744 !important;
}
@media screen and (max-width: 47.99em) {
  .esg-p3 .bg-green-gradient.promo02-view .wrapper-text {
    padding: 30px !important;
  }
}
.esg-p3 .bg-green-gradient.promo02-view .wrapper-text .heading, .esg-p3 .bg-green-gradient.promo02-view .wrapper-text .rte, .esg-p3 .bg-green-gradient.promo02-view .wrapper-text p {
  color: #FFFFFF;
}
.esg-p3 .bg-green-gradient > ul > li > .quote .quote-view .wrapper {
  background-color: transparent !important;
  border: none !important;
}
.esg-p3 .bg-green-gradient > ul > li > .quote .quote-view .wrapper .wrapper-text-inner, .esg-p3 .bg-green-gradient > ul > li > .quote .quote-view .wrapper .wrapper-text-inner > div {
  color: #FFFFFF !important;
}
.esg-p3.esg-p3-as .bg-section {
  background: #1B5744 !important;
}
.esg-p3.esg-p3-as .tab-control .tab-container, .esg-p3.esg-p3-as .tab-control .tab-container > li.selected > a {
  border-color: #1B5744 !important;
}
.esg-p3.esg-p3-as .tab-control .tab-container > li:not(.selected) > .navigation-control:hover {
  border-color: rgba(27, 87, 68, 0.2);
}
.esg-p3.esg-p3-as .text-component > div:not(.esg-goals-expand-intro) .label {
  color: #1B5744 !important;
}
.esg-p3.esg-p3-as .promo-component .promo04-view .label {
  color: #FFFFFF !important;
}
.esg-p3.esg-p3-as .esg-call-out-box .wrapper-text {
  background-color: #1B5744;
}
.esg-p3.esg-p3-as .claim {
  color: #1B5744 !important;
}
.esg-p3.esg-p3-as .esg-p3-title-vertical-line .heading {
  border-color: #1B5744;
}
.esg-p3.esg-p3-as .quote-view .wrapper {
  background-color: #1B5744 !important;
}
.esg-p3.esg-p3-as .column-list-icon-with-claim .icon-text .heading {
  color: #1B5744;
}
.esg-p3.esg-p3-as .quote-view .wrapper {
  background: #244739 !important;
}
.esg-p3.esg-p3-as .quote-view .wrapper .wrapper-text::before {
  content: "";
  display: block;
  height: 10px;
  width: 40px;
  margin-bottom: 24px;
  background-color: #E4FFD6;
}
.esg-p3.esg-p3-as .quote-view .wrapper .wrapper-text .quote-author, .esg-p3.esg-p3-as .quote-view .wrapper .wrapper-text .quote-author-name, .esg-p3.esg-p3-as .quote-view .wrapper .wrapper-text .quote-author span {
  color: #E4FFD6 !important;
}
@media screen and (max-width: 47.99em) {
  .esg-p3.esg-p3-tl .hero {
    background-color: #E17F3F;
  }
  .esg-p3.esg-p3-tl .hero .label {
    color: #4A193A;
  }
  .esg-p3.esg-p3-tl .hero .heading {
    color: #000000;
  }
}
.esg-p3.esg-p3-tl .bg-section {
  background: #D2333D !important;
}
.esg-p3.esg-p3-tl .tab-control .tab-container, .esg-p3.esg-p3-tl .tab-control .tab-container > li.selected > a {
  border-color: #4A193A !important;
}
.esg-p3.esg-p3-tl .tab-control .tab-container > li:not(.selected) > .navigation-control:hover {
  border-color: rgba(74, 25, 58, 0.2);
}
.esg-p3.esg-p3-tl .text-component .label {
  color: #D2333D !important;
}
.esg-p3.esg-p3-tl .text-component .promo04-view .label {
  color: #FFFFFF !important;
}
.esg-p3.esg-p3-tl .esg-goals-expand-intro .label {
  color: #ffffff !important;
}
.esg-p3.esg-p3-tl .esg-call-out-box .wrapper-text {
  background-color: #D2333D;
}
.esg-p3.esg-p3-tl .claim {
  color: #D2333D !important;
}
.esg-p3.esg-p3-tl .esg-p3-title-vertical-line .heading {
  border-color: #D2333D;
}
.esg-p3.esg-p3-tl .quote-view .wrapper {
  background-color: #E17F3F !important;
}
.esg-p3.esg-p3-tl .quote-view .wrapper .wrapper-text .rte {
  color: #000000 !important;
}
.esg-p3.esg-p3-tl .quote-view .wrapper .wrapper-text .rte::before {
  content: "";
  display: block;
  height: 10px;
  width: 40px;
  margin-bottom: 24px;
  background-color: #85133F;
}
.esg-p3.esg-p3-tl .quote-view .wrapper .wrapper-text .quote-author, .esg-p3.esg-p3-tl .quote-view .wrapper .wrapper-text .quote-author-name {
  color: #4A193A !important;
}
.esg-p3.esg-p3-tl .bg-gradient-tl-quote {
  background-color: #E17F3F !important;
}
.esg-p3.esg-p3-ci .bg-section {
  background: #500A96 !important;
}
.esg-p3.esg-p3-ci .tab-control .tab-container, .esg-p3.esg-p3-ci .tab-control .tab-container > li.selected > a {
  border-color: #500A96 !important;
}
.esg-p3.esg-p3-ci .tab-control .tab-container > li:not(.selected) > .navigation-control:hover {
  border-color: rgba(80, 10, 150, 0.2);
}
.esg-p3.esg-p3-ci .text-component .label, .esg-p3.esg-p3-ci .promo-component .label {
  color: #500A96 !important;
}
.esg-p3.esg-p3-ci .text-component .promo04-view .label, .esg-p3.esg-p3-ci .promo-component .promo04-view .label {
  color: #FFFFFF !important;
}
.esg-p3.esg-p3-ci .esg-call-out-box .wrapper-text {
  background-color: #500A96;
}
.esg-p3.esg-p3-ci .claim {
  color: #500A96 !important;
}
.esg-p3.esg-p3-ci .esg-p3-title-vertical-line .heading {
  border-color: #500A96;
}
.esg-p3.esg-p3-ci .quote-view .wrapper {
  background: #500A96 !important;
}
.esg-p3.esg-p3-ci .quote-view .wrapper .wrapper-text::before {
  content: "";
  display: block;
  height: 10px;
  width: 40px;
  margin-bottom: 24px;
  background-color: #BEAFFF;
}
.esg-p3.esg-p3-ci .quote-view .wrapper .wrapper-text .quote-author, .esg-p3.esg-p3-ci .quote-view .wrapper .wrapper-text .quote-author-name {
  color: #BEAFFF !important;
}
.esg-p3.esg-p3-ci .widget-carousel-v3 .controls .dots a {
  border-color: #500A96 !important;
  color: #500A96 !important;
}
.esg-p3.esg-p3-ci .widget-carousel-v3 .controls .dots a.carousel-item-active {
  background-color: #500A96 !important;
}
.esg-p3.esg-p3-ci .esg-p3-ci .promo03-view .heading, .esg-p3.esg-p3-ci .esg-p3-ci .promo03-view .rte ul li {
  text-align: left;
}
.esg-p3.esg-p3-ep .hero {
  background-color: #4A193A;
}
.esg-p3 .row.bg-light .divider-ci.divider01-view, .esg-p3 .divider-ci.divider01-view {
  margin: 0 !important;
  text-align: left;
  padding-right: 0 !important;
  width: 30%;
  padding-left: 0 !important;
}
.esg-p3 .row.bg-light .divider-ci.divider01-view hr, .esg-p3 .divider-ci.divider01-view hr {
  border-bottom-color: #6D2484 !important;
  border-bottom-width: 2px;
}
.esg-p3 .bg-light-purple {
  background: #DEDDFF;
}
.esg-p3 .promo-bg-navy .wrapper {
  background-color: #00227F !important;
}
.esg-p3 .expand-read-more, .esg-p3 .expand-read-less {
  cursor: pointer;
}
.esg-p3 .expand-profile {
  display: none;
}
.esg-p3 .expand-profile.expanded {
  display: block;
}
.esg-p3 .esg-goals-expand .list-component {
  display: contents;
}
.esg-p3 .esg-goals-expanded-card {
  display: none;
}
@media screen and (max-width: 39.99em) {
  .esg-p3 .esg-goals-expanded-card > ul > li {
    height: auto !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.24em) {
  .esg-p3 .esg-goals-expand-intro .list-item .wrapper-text {
    width: 75% !important;
  }
}
.esg-p3 .esg-goals-expand .esg-goals-expand-intro label {
  color: #ffffff !important;
}
@media screen and (min-width: 48em) and (max-width: 61.24em) {
  .esg-p3 .esg-goals-expand .esg-goals-expand-intro .list-item .wrapper-text {
    width: 75% !important;
  }
}
.esg-p3 .esg-goals-expand .esg-goals-expand-intro .cta-layout.inline .partial-cta-list {
  text-align: left !important;
  margin-bottom: 0 !important;
}
.esg-p3 .esg-goals-expand .CTA-list-component {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.esg-p3 .esg-goals-expand .CTA-list-component .list-item {
  margin-bottom: 0;
}
.esg-p3 .esg-goals-expand .CTA-list-component .list-item .cta-layout {
  margin-top: 60px;
}
.esg-p3 .promo-feature-bg-tl .wrapper {
  background-color: #E17F3F;
}
.esg-p3 .promo-feature-bg-tl .wrapper .subheading, .esg-p3 .promo-feature-bg-tl .wrapper p {
  color: #000000 !important;
}
.esg-p3 .promo-feature-bg-tl .wrapper .subheading {
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}
.esg-p3 .promo-feature-bg-tl .wrapper .label {
  color: #4A193A !important;
}
.esg-p3 .sustainability-grid .text-component .heading {
  color: #ffffff !important;
}
.esg-p3 .sustainability-grid .promo01-view .wrapper {
  background-color: rgb(251, 238, 206);
  position: relative;
}
.esg-p3 .sustainability-grid .promo01-view .wrapper .wrapper-image {
  position: absolute;
  max-width: 80px;
  margin-left: 40px;
  top: 36px;
}
.esg-p3 .sustainability-grid .promo01-view .wrapper .wrapper-text {
  padding: 36px;
}
.esg-p3 .sustainability-grid .promo01-view .wrapper .wrapper-text .subheading {
  padding-left: 105px;
  margin: 0;
  height: 80px;
  display: flex;
  align-items: center;
  color: #B30B37;
  font-weight: 400;
}
.esg-p3 .sustainability-grid .promo01-view .wrapper .wrapper-text .rte {
  margin-top: 20px;
}
.esg-p3 .sustainability-grid .promo01-view .wrapper .wrapper-text .rte p {
  color: #691D3F;
}
.esg-p3 .sustainability-grid .carousel-control .promo-component {
  background-color: rgb(251, 238, 206) !important;
  padding-bottom: 10px !important;
}
.esg-p3 .sustainability-grid .carousel-control .promo-component .promo01-view {
  background: none !important;
}
.esg-p3 .sustainability-grid .carousel-control .promo-component .promo01-view .list-item .wrapper {
  background: none !important;
}
.esg-p3 .sustainability-grid .carousel-control .slider-child .promo01-view .list-item .wrapper-text {
  padding-bottom: 36px !important;
}
.esg-p3 .sustainability-grid .carousel-control .widget-carousel-v3 .controls .dots {
  bottom: -60px;
}
.esg-p3 .sustainability-grid .carousel-control .widget-carousel-v3 .controls .dots a {
  border: 2px solid #fff !important;
}
.esg-p3 .sustainability-grid .carousel-control .widget-carousel-v3 .controls .dots a.carousel-item-active {
  background-color: #fff;
}
@media screen and (max-width: 47.99em) {
  .esg-p3 .sustainability-grid .esg-sch-desktop {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .esg-p3 .sustainability-grid .esg-sch-mobile {
    display: none;
  }
}
.esg-p3 .accordion-item {
  cursor: pointer;
}
.esg-p3 .accordion-item .col {
  margin-bottom: 0 !important;
}
.esg-p3 .accordion-item .col .list-item {
  width: 100% !important;
  margin-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0 !important;
  border-top: 1px solid #C8C9C7;
  border-bottom: none;
  transition-delay: 0.5s;
  transition-property: border-bottom;
}
@media screen and (min-width: 48em) {
  .esg-p3 .accordion-item .col .list-item {
    width: 100% !important;
    padding: 25px 0;
  }
}
.esg-p3 .accordion-item .col .list-item .icon-text {
  display: flex;
  position: relative;
  align-items: center;
}
.esg-p3 .accordion-item .col .list-item .icon-text .claim {
  display: none;
}
.esg-p3 .accordion-item .col .list-item .icon-text .claim .has-icon {
  max-width: 50px;
  max-height: 50px;
}
.esg-p3 .accordion-item .col .list-item .icon-text .wrapper-text {
  height: auto !important;
}
.esg-p3 .accordion-item .col .list-item .icon-text .wrapper-text .wrap-text {
  padding-right: 25px;
}
.esg-p3 .accordion-item .col .list-item .icon-text:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  transform: rotate(135deg);
  transition: all 0.3s ease-in;
  color: #0672cb;
  margin: 0 5px 0 auto;
  right: 0px;
}
.esg-p3 .accordion-item-open .col .list-item {
  border-bottom: none;
}
.esg-p3 .accordion-item-open .col .list-item .icon-text:after {
  transform: rotate(-45deg);
}
.esg-p3 .accordion-wrapper .column-control-v3 {
  display: none;
}
.esg-p3 .accordion-wrapper .accordion-container {
  width: 100%;
  margin: 0 auto;
}
.esg-p3 .accordion-wrapper .accordion-container .shim {
  padding-top: 35px !important;
  padding-bottom: 50px !important;
}
.esg-p3 .accordion-wrapper .accordion-container .list-component .list02-view .carousel-container, .esg-p3 .accordion-wrapper .accordion-container .list-component .list01-view .carousel-container {
  overflow: hidden;
}
.esg-p3 .accordion-wrapper .accordion-container .list-component .list02-view .float-left, .esg-p3 .accordion-wrapper .accordion-container .list-component .list01-view .float-left {
  text-align: left;
}
.esg-p3 .accordion-wrapper .accordion-container .list-component .list02-view .list-item .claim, .esg-p3 .accordion-wrapper .accordion-container .list-component .list01-view .list-item .claim {
  font-size: 48px;
  line-height: 48px;
  color: #0672cb;
}
.esg-p3 .accordion-wrapper .accordion-container .list-component .list02-view .list-item .claim p, .esg-p3 .accordion-wrapper .accordion-container .list-component .list01-view .list-item .claim p {
  margin-bottom: 10px;
}
.esg-p3 .accordion-wrapper .accordion-container .list-component .list02-view .list-item .wrapper-text .subheading, .esg-p3 .accordion-wrapper .accordion-container .list-component .list02-view .list-item .wrapper-text .heading, .esg-p3 .accordion-wrapper .accordion-container .list-component .list01-view .list-item .wrapper-text .subheading, .esg-p3 .accordion-wrapper .accordion-container .list-component .list01-view .list-item .wrapper-text .heading {
  font-size: 16px;
}
.esg-p3 .accordion-wrapper .accordion-container .text-component .wrapper:not(.md-text-width-half) .wrapper-text {
  width: 100%;
}
.esg-p3 .accordion-wrapper .accordion-container .promo-component .col {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.esg-p3 .accordion-wrapper .accordion-container.bg-light {
  background-color: rgba(255, 255, 255, 0);
}

.carousel-control .carousel-promo-cards .carousel-container .slider-child.slider-item:not(.list-item) {
  padding-right: 10px;
  padding-left: 10px;
}
.carousel-control .widget-carousel-v3 .arrows li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.esg-3-claim-content-spacing .wrapper-text.float-left {
  padding-right: 0 !important;
}
@media screen and (min-width: 48em) {
  .esg-3-claim-content-spacing .wrapper-text.float-left {
    padding: 0 20px !important;
  }
  .esg-3-claim-content-spacing .list-item:first-child .wrapper-text.float-left {
    padding-left: 0px !important;
  }
  .esg-3-claim-content-spacing .list-item:last-child .wrapper-text.float-left {
    padding-right: 0px !important;
  }
}

.rte ul li {
  text-align: left;
}

@media screen and (max-width: 47.99em) {
  .list02-view .widget-carousel-v3 .control {
    display: flex !important;
  }
}

.hero #bc-player:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 100%) !important;
}

@media screen and (min-width: 48em) {
  .esg-homepage .hero .rendition {
    background-position-y: 20%;
  }
}
.esg-homepage .hero .container-text.wrapper-text {
  z-index: 1;
  position: relative;
}
.esg-homepage .hero .hero-level-size-one {
  max-width: 100%;
}
@media screen and (min-width: 48em) {
  .esg-homepage .hero .hero-level-size-one:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0) 100%) !important;
    opacity: 1 !important;
  }
}
.esg-homepage .hero #bc-player .vjs-tech {
  transform: translate(-50%, -20%);
}
.esg-homepage .hero #bc-player:after {
  background: none !important;
  opacity: 1 !important;
}
@media screen and (max-width: 47.99em) {
  .esg-homepage .hero .hero01-view > .wrapper > .rendition:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0) 100%) !important;
    opacity: 1 !important;
    z-index: 1;
  }
}

.row.bg-light .footnote, .rte.footnote {
  color: #1a1a1a;
}

.tab-target-container .promo-component .promo01-view .col {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.text-cta-full-width .partial-cta-list li {
  max-width: 100%;
}

/*# sourceMappingURL=esg-p3-overrides.css.map */
