@media only screen and (max-width: 576px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
body {
  overflow-x: hidden;
}
a:not(.pds-button),
button.pds-link {
  border-bottom: none !important;
}
.col-order-2 {
  order: 2;
}
.block-pfg-esg-modules {
  background-color: transparent;
}
.centered-content-container {
  display: flex;
  align-items: center;
  flex: 1;
}
.centered-content-container h3.small-h3 {
  margin-top: 0;
}
.screen-reader-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.centered-content-container > div {
  width: 100%;
  height: auto;
}
.centered-content-container:after {
  content: "";
  min-height: inherit;
  font-size: 0;
  display: block;
}
@media only screen and (max-width: 374px) {
  .centered-content-container {
    margin: 12px 0;
  }
  .square-to-rect-bg-image {
    width: 100%;
  }
  .square-bg-image {
    width: 100%;
    padding-top: 100%;
  }
  .rect-bg-image {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-center {
    margin: auto;
    display: block;
  }
  .back-to-top-container {
    position: relative;
    height: 50px;
    margin-top: 30px;
  }
  .back-to-top-button {
    height: 36px;
    width: 36px;
    background-color: #035fa4;
    position: absolute;
    top: 0;
    right: 2%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .back-to-top-button span {
    height: 14px;
    width: 14px;
    background-image: url(./images/white-up-arrow.svg);
    background-size: cover;
  }
  html {
    scroll-behavior: smooth;
  }
}
@media only screen and (min-width: 768px) {
  .square-to-rect-bg-image {
    margin-left: -25%;
  }
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .centered-content-container {
    margin: 12px 0;
  }
  div.square-to-rect-container {
    width: 345px;
    height: 230px;
    overflow: hidden;
    margin: auto;
  }
  .square-bg-image {
    width: 345px;
    height: 345px;
  }
  .rect-bg-image {
    width: 345px;
    height: 258px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .centered-content-container {
    min-height: 275px;
    padding: 24px 0;
  }
  .square-to-rect-bg-image {
    width: 68%;
  }
  .square-bg-image {
    width: 223px;
    height: 223px;
  }
  div.square-to-rect-container {
    width: 223px;
    height: 223px;
  }
  .rect-bg-image {
    width: 80%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .centered-content-container {
    min-height: 339px;
    padding: 24px 0;
  }
  div.square-to-rect-container {
    width: 287px;
    height: 287px;
  }
  .rect-bg-image {
    width: 365px;
    height: 274px;
  }
}
@media only screen and (min-width: 1200px) {
  .centered-content-container {
    min-height: 416px;
    padding: 24px 0;
  }
  .square-to-rect-bg-image,
  .square-bg-image {
    width: 364px;
    height: 364px;
  }
  .rect-bg-image {
    width: 461px;
    height: 346px;
  }
  div.square-to-rect-container {
    width: 364px;
    height: 364px;
  }
}
div.square-to-rect-container {
  overflow: hidden;
}
.square-to-rect-bg-image {
  width: auto;
  height: 100%;
}
h3.small-h3 {
  font-size: 1rem;
  font-family: "FS Elliot Web Bold", Arial, arial, sans-serif;
  text-transform: uppercase;
}
.icon-button-container {
  margin-top: 16px;
}
.icon-button-container .pds-button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.icon-button-container .pds-button span {
  flex-shrink: 0;
}
.icon-button-container .pds-button span.icon-button-text {
  flex-shrink: 1;
}
div[data-drupal-selector="edit-settings-description-format"] {
  display: none;
}
.pds-navigationDrupal-tier-one-page-link {
  border-left: none !important;
}
.pds-navigationDrupal-page-link-border {
  border-left: 1px solid #616267 !important;
}
@media screen and (max-width: 1199px) {
  .pds-navigationDrupal-page-link-border {
    border-left: none !important;
  }
}
.esg-report-btn {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  border: 1px solid #035fa4 !important;
}
.esg-report-btn > svg {
  position: relative;
  left: 10px;
}
.pds-navigationDrupal-menu-icon-link {
  margin-right: 20px !important;
}
#pds-navigationDrupal-mobile-menu-icon {
  margin-right: 20px !important;
}
@media screen and (min-width: 1199px) {
  .pds-navigationDrupal-tier-one li.pds-navigationDrupal-tier-one-menu-item {
    border-right: 1px solid #616267 !important;
    padding-right: 20px;
  }
  .pds-navigationDrupal-horizontal-white .pds-navigationDrupal-tier-one-page-link {
    padding-left: 40px !important;
  }
}
.pds-navigationDrupal-tier-one-page-link .pds-navigationDrupal-link-text {
  color: #616267;
  font-size: 18px;
}
.pds-navigationDrupal-tier-one-page-link .pds-navigationDrupal-link-text:hover {
  color: #035fa4;
}
.block-system-main-block-container {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .pds-navigationDrupal-tier-one-page-link {
    margin-bottom: 33px !important;
  }
  .pds-navigationDrupal-tier-one-page-link .pds-navigationDrupal-link-text {
    color: #035fa4;
    font-size: 18px;
  }
  .pds-navigationDrupal-tier-one-page-link .pds-navigationDrupal-link-text:hover {
    color: #024272;
  }
}
.fadeIn {
  opacity: 0;
}
.pfg-esg-white {
  color: #ffffff;
}

/* ALIGNMENT & POSITIONING */
.pfg-esg-align-left {
  text-align: left;
}
.pfg-esg-align-right {
  text-align: right;
}
.pfg-esg-align-center {
  text-align: center;
}
.esg-sub-headline h3 {
  font-family: "FS Elliot Web Bold", Arial, arial, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}
.esg-hero-background-panel {
  position: absolute;
  left: 0;
  height: 200%;
  background-color: rgba(3, 95, 164, 0.83);
  width: 50%;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .esg-hero-background-panel {
    width: 60%;
  }
}
.esg-hero-main-page-heading {
  font-size: 2.5rem;
  line-height: 3.125rem;
}
@media screen and (max-width: 550px) {
  .esg-hero-main-page-heading {
    width: 50% !important;
  }
}
@media screen and (max-width: 470px) {
  .esg-hero-main-page-heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 374px) {
  .esg-hero-main-page-heading {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 550px) {
  .esg-hero-background-panel-main-page {
    width: 55% !important;
  }
}
@media screen and (max-width: 1023px) {
  .esg-hero-background-panel-sub-page {
    width: 100% !important;
  }
}
.esg-hero-sub-page-heading {
  font-family: "FS Elliot Web Bold", "FS Elliot Web Regular", Arial, arial, sans-serif;
  font-size: 2.2rem;
  line-height: 3.0rem;
}
.esg-hero-sub-page-intro {
  font-family: "FS Elliot Web Regular", Arial, arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.esg-hero-sub-page-intro p {
  font-size: 1rem;
  line-height: 1.75rem;
}
@media (max-width: 25.75em) {
  .container {
    max-width: 540px !important;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
body {
  overflow-x: hidden;
}
a:not(.pds-button),
button.pds-link {
  border-bottom: none !important;
}
.col-order-2 {
  order: 2;
}
.block-pfg-esg-modules {
  background-color: transparent;
}
.centered-content-container {
  display: flex;
  align-items: center;
  flex: 1;
}
.centered-content-container h3.small-h3 {
  margin-top: 0;
}
.screen-reader-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.centered-content-container > div {
  width: 100%;
  height: auto;
}
.centered-content-container:after {
  content: "";
  min-height: inherit;
  font-size: 0;
  display: block;
}
@media only screen and (max-width: 374px) {
  .centered-content-container {
    margin: 12px 0;
  }
  .square-to-rect-bg-image {
    width: 100%;
  }
  .square-bg-image {
    width: 100%;
    padding-top: 100%;
  }
  .rect-bg-image {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-center {
    margin: auto;
    display: block;
  }
  .back-to-top-container {
    position: relative;
    height: 50px;
    margin-top: 30px;
  }
  .back-to-top-button {
    height: 36px;
    width: 36px;
    background-color: #035fa4;
    position: absolute;
    top: 0;
    right: 2%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .back-to-top-button span {
    height: 14px;
    width: 14px;
    background-image: url(./images/white-up-arrow.svg);
    background-size: cover;
  }
  html {
    scroll-behavior: smooth;
  }
}
@media only screen and (min-width: 768px) {
  .square-to-rect-bg-image {
    margin-left: -25%;
  }
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .centered-content-container {
    margin: 12px 0;
  }
  div.square-to-rect-container {
    width: 345px;
    height: 230px;
    overflow: hidden;
    margin: auto;
  }
  .square-bg-image {
    width: 345px;
    height: 345px;
  }
  .rect-bg-image {
    width: 345px;
    height: 258px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .centered-content-container {
    min-height: 275px;
    padding: 24px 0;
  }
  .square-to-rect-bg-image {
    width: 68%;
  }
  .square-bg-image {
    width: 223px;
    height: 223px;
  }
  div.square-to-rect-container {
    width: 223px;
    height: 223px;
  }
  .rect-bg-image {
    width: 80%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .centered-content-container {
    min-height: 339px;
    padding: 24px 0;
  }
  div.square-to-rect-container {
    width: 287px;
    height: 287px;
  }
  .rect-bg-image {
    width: 365px;
    height: 274px;
  }
}
@media only screen and (min-width: 1200px) {
  .centered-content-container {
    min-height: 416px;
    padding: 24px 0;
  }
  .square-to-rect-bg-image,
  .square-bg-image {
    width: 364px;
    height: 364px;
  }
  .rect-bg-image {
    width: 461px;
    height: 346px;
  }
  div.square-to-rect-container {
    width: 364px;
    height: 364px;
  }
}
div.square-to-rect-container {
  overflow: hidden;
}
.square-to-rect-bg-image {
  width: auto;
  height: 100%;
}
h3.small-h3 {
  font-size: 1rem;
  font-family: "FS Elliot Web Bold", Arial, arial, sans-serif;
  text-transform: uppercase;
}
.icon-button-container {
  margin-top: 16px;
}
.icon-button-container .pds-button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.icon-button-container .pds-button span {
  flex-shrink: 0;
}
.icon-button-container .pds-button span.icon-button-text {
  flex-shrink: 1;
}
div[data-drupal-selector="edit-settings-description-format"] {
  display: none;
}
.ceo-letter .ceo-image {
  display: block;
  background-image: url(./images/pfg-ceo.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ceo-letter h2 {
  font-size: 1.75rem;
  line-height: 2.375rem;
  margin: 16px 0;
}
@media only screen and (min-width: 768px) {
  .ceo-letter .ceo-image-container {
    order: 2;
  }
  .ceo-letter .ceo-text-container {
    display: flex;
    align-items: center;
  }
  .ceo-letter h2 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
body {
  overflow-x: hidden;
}
a:not(.pds-button),
button.pds-link {
  border-bottom: none !important;
}
.col-order-2 {
  order: 2;
}
.block-pfg-esg-modules {
  background-color: transparent;
}
.centered-content-container {
  display: flex;
  align-items: center;
  flex: 1;
}
.centered-content-container h3.small-h3 {
  margin-top: 0;
}
.screen-reader-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.centered-content-container > div {
  width: 100%;
  height: auto;
}
.centered-content-container:after {
  content: "";
  min-height: inherit;
  font-size: 0;
  display: block;
}
@media only screen and (max-width: 374px) {
  .centered-content-container {
    margin: 12px 0;
  }
  .square-to-rect-bg-image {
    width: 100%;
  }
  .square-bg-image {
    width: 100%;
    padding-top: 100%;
  }
  .rect-bg-image {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-center {
    margin: auto;
    display: block;
  }
  .back-to-top-container {
    position: relative;
    height: 50px;
    margin-top: 30px;
  }
  .back-to-top-button {
    height: 36px;
    width: 36px;
    background-color: #035fa4;
    position: absolute;
    top: 0;
    right: 2%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .back-to-top-button span {
    height: 14px;
    width: 14px;
    background-image: url(./images/white-up-arrow.svg);
    background-size: cover;
  }
  html {
    scroll-behavior: smooth;
  }
}
@media only screen and (min-width: 768px) {
  .square-to-rect-bg-image {
    margin-left: -25%;
  }
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .centered-content-container {
    margin: 12px 0;
  }
  div.square-to-rect-container {
    width: 345px;
    height: 230px;
    overflow: hidden;
    margin: auto;
  }
  .square-bg-image {
    width: 345px;
    height: 345px;
  }
  .rect-bg-image {
    width: 345px;
    height: 258px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .centered-content-container {
    min-height: 275px;
    padding: 24px 0;
  }
  .square-to-rect-bg-image {
    width: 68%;
  }
  .square-bg-image {
    width: 223px;
    height: 223px;
  }
  div.square-to-rect-container {
    width: 223px;
    height: 223px;
  }
  .rect-bg-image {
    width: 80%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .centered-content-container {
    min-height: 339px;
    padding: 24px 0;
  }
  div.square-to-rect-container {
    width: 287px;
    height: 287px;
  }
  .rect-bg-image {
    width: 365px;
    height: 274px;
  }
}
@media only screen and (min-width: 1200px) {
  .centered-content-container {
    min-height: 416px;
    padding: 24px 0;
  }
  .square-to-rect-bg-image,
  .square-bg-image {
    width: 364px;
    height: 364px;
  }
  .rect-bg-image {
    width: 461px;
    height: 346px;
  }
  div.square-to-rect-container {
    width: 364px;
    height: 364px;
  }
}
div.square-to-rect-container {
  overflow: hidden;
}
.square-to-rect-bg-image {
  width: auto;
  height: 100%;
}
h3.small-h3 {
  font-size: 1rem;
  font-family: "FS Elliot Web Bold", Arial, arial, sans-serif;
  text-transform: uppercase;
}
.icon-button-container {
  margin-top: 16px;
}
.icon-button-container .pds-button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.icon-button-container .pds-button span {
  flex-shrink: 0;
}
.icon-button-container .pds-button span.icon-button-text {
  flex-shrink: 1;
}
div[data-drupal-selector="edit-settings-description-format"] {
  display: none;
}
.esg-sdg {
  display: inline-block;
  background-size: cover;
}
@media (max-width: 767px) {
  .esg-sdg {
    height: 48px;
    width: 48px;
  }
}
@media (min-width: 768px) {
  .esg-sdg {
    width: 64px;
    height: 64px;
  }
}
.esg-sdg-container > .esg-sdg-5,
.esg-sdg-container > .esg-sdg-8,
.esg-sdg-container > .esg-sdg-10,
.esg-sdg-container > .esg-sdg-12,
.esg-sdg-container > .esg-sdg-13,
.esg-sdg-container > .esg-sdg-17 {
  width: 100%;
  height: 100%;
}
.story-people-button {
  height: 28px;
  display: block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(./images/people-button.svg);
}
.story-practices-button {
  height: 28px;
  display: block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(./images/practices-button.svg);
}
.story-products-button {
  height: 28px;
  display: block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(./images/products-button.svg);
}
.story-products-icon {
  width: 64px;
  height: 64px;
  display: block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./images/globe-icon.svg);
}
.story-people-icon {
  width: 64px;
  height: 64px;
  display: block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./images/people-icon.svg);
}
.story-pathways-icon {
  width: 64px;
  height: 64px;
  display: block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./images/sun-icon.svg);
}
.people-icon-white {
  width: 64px;
  height: 64px;
  display: block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./images/people-icon-white.svg);
}
.globe-icon-white {
  width: 64px;
  height: 64px;
  display: block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./images/globe-icon-white.svg);
}
.sun-icon-white {
  width: 64px;
  height: 64px;
  display: block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./images/sun-icon-white.svg);
}
.chevron-right {
  width: 8px;
  height: 14px;
  display: inline-block;
}
.strategy-link-text {
  width: calc(100% - 24px);
  max-width: 340px;
}
.external-link-button-icon {
  height: 1.3rem;
  width: 1.3rem;
  display: inline-block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  background-image: url(./images/external-link-icon.svg);
}
.document-button-icon {
  height: 1.3rem;
  width: 1.3rem;
  display: inline-block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  background-image: url(./images/document-icon.svg);
}
@media only screen and (max-width: 576px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
body {
  overflow-x: hidden;
}
a:not(.pds-button),
button.pds-link {
  border-bottom: none !important;
}
.col-order-2 {
  order: 2;
}
.block-pfg-esg-modules {
  background-color: transparent;
}
.centered-content-container {
  display: flex;
  align-items: center;
  flex: 1;
}
.centered-content-container h3.small-h3 {
  margin-top: 0;
}
.screen-reader-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.centered-content-container > div {
  width: 100%;
  height: auto;
}
.centered-content-container:after {
  content: "";
  min-height: inherit;
  font-size: 0;
  display: block;
}
@media only screen and (max-width: 374px) {
  .centered-content-container {
    margin: 12px 0;
  }
  .square-to-rect-bg-image {
    width: 100%;
  }
  .square-bg-image {
    width: 100%;
    padding-top: 100%;
  }
  .rect-bg-image {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-center {
    margin: auto;
    display: block;
  }
  .back-to-top-container {
    position: relative;
    height: 50px;
    margin-top: 30px;
  }
  .back-to-top-button {
    height: 36px;
    width: 36px;
    background-color: #035fa4;
    position: absolute;
    top: 0;
    right: 2%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .back-to-top-button span {
    height: 14px;
    width: 14px;
    background-image: url(./images/white-up-arrow.svg);
    background-size: cover;
  }
  html {
    scroll-behavior: smooth;
  }
}
@media only screen and (min-width: 768px) {
  .square-to-rect-bg-image {
    margin-left: -25%;
  }
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .centered-content-container {
    margin: 12px 0;
  }
  div.square-to-rect-container {
    width: 345px;
    height: 230px;
    overflow: hidden;
    margin: auto;
  }
  .square-bg-image {
    width: 345px;
    height: 345px;
  }
  .rect-bg-image {
    width: 345px;
    height: 258px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .centered-content-container {
    min-height: 275px;
    padding: 24px 0;
  }
  .square-to-rect-bg-image {
    width: 68%;
  }
  .square-bg-image {
    width: 223px;
    height: 223px;
  }
  div.square-to-rect-container {
    width: 223px;
    height: 223px;
  }
  .rect-bg-image {
    width: 80%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .centered-content-container {
    min-height: 339px;
    padding: 24px 0;
  }
  div.square-to-rect-container {
    width: 287px;
    height: 287px;
  }
  .rect-bg-image {
    width: 365px;
    height: 274px;
  }
}
@media only screen and (min-width: 1200px) {
  .centered-content-container {
    min-height: 416px;
    padding: 24px 0;
  }
  .square-to-rect-bg-image,
  .square-bg-image {
    width: 364px;
    height: 364px;
  }
  .rect-bg-image {
    width: 461px;
    height: 346px;
  }
  div.square-to-rect-container {
    width: 364px;
    height: 364px;
  }
}
div.square-to-rect-container {
  overflow: hidden;
}
.square-to-rect-bg-image {
  width: auto;
  height: 100%;
}
h3.small-h3 {
  font-size: 1rem;
  font-family: "FS Elliot Web Bold", Arial, arial, sans-serif;
  text-transform: uppercase;
}
.icon-button-container {
  margin-top: 16px;
}
.icon-button-container .pds-button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.icon-button-container .pds-button span {
  flex-shrink: 0;
}
.icon-button-container .pds-button span.icon-button-text {
  flex-shrink: 1;
}
div[data-drupal-selector="edit-settings-description-format"] {
  display: none;
}
.esg-tout-copy-section {
  padding-bottom: 24px;
}
.esg-tout-copy-section h3 {
  font-family: "FS Elliot Web Bold", Arial, arial, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}
.esg-tout-copy-section p.large-p,
.esg-tout-copy-section div.large-p > p {
  font-size: 1rem;
  line-height: 1.75rem;
}
.esg-tout-copy-section p.larger-p,
.esg-tout-copy-section div.larger-p > p {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
.esg-tout-copy-section .esg-goal-container {
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  margin-bottom: 24px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  background-color: white;
}
.esg-tout-copy-section .esg-goal-container.sdg-box-with-p {
  width: 100%;
  max-width: 416px;
}
.esg-tout-copy-section .esg-goal-container.sdg-box-with-p img {
  margin-right: 9.2px;
}
.esg-tout-copy-section .esg-goal-container.sdg-box-no-p {
  padding: 9px 16px;
  display: inline-block;
}
.esg-tout-copy-section .esg-goal-container.sdg-box-no-p img {
  height: 48px;
  width: 48px;
  margin: 7px 7px 0 0;
}
.esg-tout-copy-section .esg-goal-container.sdg-box-no-p img:last-child {
  margin-right: 0 !important;
}
.esg-tout-copy-section .esg-goal-container p {
  margin-top: 0;
  font-size: 0.9rem !important;
}
.esg-tout-copy-section .esg-goal-container p.no-sdgs {
  margin-bottom: 0;
}
.esg-tout-copy-section .esg-goal-container label {
  display: block;
  margin-bottom: 13px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .esg-tout-copy-section .esg-goal-container.sdg-box-with-p > img {
    margin-right: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .esg-tout-copy-section {
    max-width: 470px;
  }
}
.esg-home-tout {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-direction: center;
  height: 160px;
  background-size: cover;
  text-decoration: none !important;
  border-bottom: none !important;
  position: relative;
}
.esg-home-tout:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.54);
  z-index: 0;
}
.esg-home-tout a {
  border-bottom: none !important;
  text-decoration: none !important;
  z-index: 2;
}
.esg-home-tout a:hover {
  border-bottom: none !important;
  text-decoration: none !important;
}
.esg-home-tout h3 {
  width: 100%;
  text-align: center;
  font-family: "FS Elliot Web Bold", "FS Elliot Web Regular", Arial, arial, sans-serif;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2.75rem;
  text-decoration: none !important;
  border-bottom: none !important;
  z-index: 2;
}
.esg-home-tout h3:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}
@media (max-width: 576px) {
  .esg-grid-columns .container {
    max-width: 540px !important;
  }
}
.esg-margin-auto {
  margin-left: auto;
  margin-right: auto;
}
.esg-row-padding-top {
  padding-top: 100px;
}
@media only screen and (max-width: 720px) {
  .esg-row-padding-top {
    padding-top: 50px;
  }
}
.esg-row-padding-bottom {
  padding-bottom: 100px;
}
@media only screen and (max-width: 720px) {
  .esg-row-padding-bottom {
    padding-bottom: 50px;
  }
}
.esg-background-color-light-blue {
  background-color: rgba(216, 242, 255, 0.5);
}
.esg-background-color-blue {
  background-color: #d8f2ff;
}
.esg-background-color-gray {
  background-color: #f6f6f8;
}
.esg-top-image .row {
  flex-wrap: wrap-reverse;
}
.pds-unauthenticated-footer .pds-unauthenticated-footer-nav-inline a {
  padding: 0 15px 0 17px;
}
.pfg-esg-footer-links {
  padding-left: 0;
}
.pfg-esg-legal-footer-border-top {
  border-top: 2px solid #f1f1f1;
  margin-top: 20px;
}
@media only screen and (max-width: 576px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
body {
  overflow-x: hidden;
}
a:not(.pds-button),
button.pds-link {
  border-bottom: none !important;
}
.col-order-2 {
  order: 2;
}
.block-pfg-esg-modules {
  background-color: transparent;
}
.centered-content-container {
  display: flex;
  align-items: center;
  flex: 1;
}
.centered-content-container h3.small-h3 {
  margin-top: 0;
}
.screen-reader-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.centered-content-container > div {
  width: 100%;
  height: auto;
}
.centered-content-container:after {
  content: "";
  min-height: inherit;
  font-size: 0;
  display: block;
}
@media only screen and (max-width: 374px) {
  .centered-content-container {
    margin: 12px 0;
  }
  .square-to-rect-bg-image {
    width: 100%;
  }
  .square-bg-image {
    width: 100%;
    padding-top: 100%;
  }
  .rect-bg-image {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-center {
    margin: auto;
    display: block;
  }
  .back-to-top-container {
    position: relative;
    height: 50px;
    margin-top: 30px;
  }
  .back-to-top-button {
    height: 36px;
    width: 36px;
    background-color: #035fa4;
    position: absolute;
    top: 0;
    right: 2%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .back-to-top-button span {
    height: 14px;
    width: 14px;
    background-image: url(./images/white-up-arrow.svg);
    background-size: cover;
  }
  html {
    scroll-behavior: smooth;
  }
}
@media only screen and (min-width: 768px) {
  .square-to-rect-bg-image {
    margin-left: -25%;
  }
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .centered-content-container {
    margin: 12px 0;
  }
  div.square-to-rect-container {
    width: 345px;
    height: 230px;
    overflow: hidden;
    margin: auto;
  }
  .square-bg-image {
    width: 345px;
    height: 345px;
  }
  .rect-bg-image {
    width: 345px;
    height: 258px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .centered-content-container {
    min-height: 275px;
    padding: 24px 0;
  }
  .square-to-rect-bg-image {
    width: 68%;
  }
  .square-bg-image {
    width: 223px;
    height: 223px;
  }
  div.square-to-rect-container {
    width: 223px;
    height: 223px;
  }
  .rect-bg-image {
    width: 80%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .centered-content-container {
    min-height: 339px;
    padding: 24px 0;
  }
  div.square-to-rect-container {
    width: 287px;
    height: 287px;
  }
  .rect-bg-image {
    width: 365px;
    height: 274px;
  }
}
@media only screen and (min-width: 1200px) {
  .centered-content-container {
    min-height: 416px;
    padding: 24px 0;
  }
  .square-to-rect-bg-image,
  .square-bg-image {
    width: 364px;
    height: 364px;
  }
  .rect-bg-image {
    width: 461px;
    height: 346px;
  }
  div.square-to-rect-container {
    width: 364px;
    height: 364px;
  }
}
div.square-to-rect-container {
  overflow: hidden;
}
.square-to-rect-bg-image {
  width: auto;
  height: 100%;
}
h3.small-h3 {
  font-size: 1rem;
  font-family: "FS Elliot Web Bold", Arial, arial, sans-serif;
  text-transform: uppercase;
}
.icon-button-container {
  margin-top: 16px;
}
.icon-button-container .pds-button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.icon-button-container .pds-button span {
  flex-shrink: 0;
}
.icon-button-container .pds-button span.icon-button-text {
  flex-shrink: 1;
}
div[data-drupal-selector="edit-settings-description-format"] {
  display: none;
}
.esg-strategy-bars {
  width: 100%;
}
.esg-strategy-bars h4 {
  color: #043860;
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-family: "FS Elliot Web Bold", Arial, arial, sans-serif;
}
.esg-strategy-bars .strategy-bar:first-of-type {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  overflow: hidden;
}
.esg-strategy-bars .strategy-bar:last-of-type {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.esg-strategy-bars .strategy-bar {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin-bottom: 2px;
  min-height: 115px;
  background-color: white;
}
.esg-strategy-bars .strategy-bar h4 {
  margin-bottom: 0;
  margin-top: 22px;
}
.esg-strategy-bars .strategy-bar .bar-right-box {
  color: #043860;
  padding: 2% 3.5% 2% 5%;
  display: flex;
  align-items: center;
  flex: 1;
}
.esg-strategy-bars .strategy-bar .bar-right-box p {
  font-weight: normal;
}
.esg-strategy-bars .strategy-bar .bar-right-box > div {
  flex: 1;
}
.esg-strategy-bars .strategy-bar .bar-left-box {
  background-color: #043860;
  color: white;
  padding: 0 5px;
  width: 100px;
}
.esg-strategy-bars .strategy-bar .bar-left-box .bar-left-content {
  height: 100%;
  width: 90px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .esg-strategy-bars .strategy-bar .bar-left-box {
    width: 85px;
  }
  .esg-strategy-bars .strategy-bar .bar-left-box .bar-left-content {
    width: 75px;
  }
  .esg-strategy-bars .strategy-bar .bar-left-content > div > span {
    background-size: auto 90%;
  }
}
.esg-strategy-bars > h4 {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .esg-strategy-bars > h4 {
    margin-bottom: 16px;
    margin-top: 0;
  }
}
.esg-featured-story {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-direction: center;
  text-decoration: none !important;
  border-bottom: none !important;
  width: 100%;
}
.esg-featured-story a {
  border-bottom: none !important;
  text-decoration: none !important;
}
.esg-featured-story a:hover {
  border-bottom: none !important;
  text-decoration: none !important;
}
.esg-featured-story-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
body {
  overflow-x: hidden;
}
a:not(.pds-button),
button.pds-link {
  border-bottom: none !important;
}
.col-order-2 {
  order: 2;
}
.block-pfg-esg-modules {
  background-color: transparent;
}
.centered-content-container {
  display: flex;
  align-items: center;
  flex: 1;
}
.centered-content-container h3.small-h3 {
  margin-top: 0;
}
.screen-reader-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.centered-content-container > div {
  width: 100%;
  height: auto;
}
.centered-content-container:after {
  content: "";
  min-height: inherit;
  font-size: 0;
  display: block;
}
@media only screen and (max-width: 374px) {
  .centered-content-container {
    margin: 12px 0;
  }
  .square-to-rect-bg-image {
    width: 100%;
  }
  .square-bg-image {
    width: 100%;
    padding-top: 100%;
  }
  .rect-bg-image {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-center {
    margin: auto;
    display: block;
  }
  .back-to-top-container {
    position: relative;
    height: 50px;
    margin-top: 30px;
  }
  .back-to-top-button {
    height: 36px;
    width: 36px;
    background-color: #035fa4;
    position: absolute;
    top: 0;
    right: 2%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .back-to-top-button span {
    height: 14px;
    width: 14px;
    background-image: url(./images/white-up-arrow.svg);
    background-size: cover;
  }
  html {
    scroll-behavior: smooth;
  }
}
@media only screen and (min-width: 768px) {
  .square-to-rect-bg-image {
    margin-left: -25%;
  }
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .centered-content-container {
    margin: 12px 0;
  }
  div.square-to-rect-container {
    width: 345px;
    height: 230px;
    overflow: hidden;
    margin: auto;
  }
  .square-bg-image {
    width: 345px;
    height: 345px;
  }
  .rect-bg-image {
    width: 345px;
    height: 258px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .centered-content-container {
    min-height: 275px;
    padding: 24px 0;
  }
  .square-to-rect-bg-image {
    width: 68%;
  }
  .square-bg-image {
    width: 223px;
    height: 223px;
  }
  div.square-to-rect-container {
    width: 223px;
    height: 223px;
  }
  .rect-bg-image {
    width: 80%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .centered-content-container {
    min-height: 339px;
    padding: 24px 0;
  }
  div.square-to-rect-container {
    width: 287px;
    height: 287px;
  }
  .rect-bg-image {
    width: 365px;
    height: 274px;
  }
}
@media only screen and (min-width: 1200px) {
  .centered-content-container {
    min-height: 416px;
    padding: 24px 0;
  }
  .square-to-rect-bg-image,
  .square-bg-image {
    width: 364px;
    height: 364px;
  }
  .rect-bg-image {
    width: 461px;
    height: 346px;
  }
  div.square-to-rect-container {
    width: 364px;
    height: 364px;
  }
}
div.square-to-rect-container {
  overflow: hidden;
}
.square-to-rect-bg-image {
  width: auto;
  height: 100%;
}
h3.small-h3 {
  font-size: 1rem;
  font-family: "FS Elliot Web Bold", Arial, arial, sans-serif;
  text-transform: uppercase;
}
.icon-button-container {
  margin-top: 16px;
}
.icon-button-container .pds-button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.icon-button-container .pds-button span {
  flex-shrink: 0;
}
.icon-button-container .pds-button span.icon-button-text {
  flex-shrink: 1;
}
div[data-drupal-selector="edit-settings-description-format"] {
  display: none;
}
.esg-strategic-framework .pillar-title-text {
  text-align: center;
  color: #043860;
}
.esg-strategic-framework .framework-rect {
  margin: 0 auto;
}
.esg-strategic-framework .framework-rect > div,
.esg-strategic-framework .framework-circle {
  background-color: #043860;
  color: white;
  text-align: center;
}
.esg-strategic-framework .framework-rect > div h5,
.esg-strategic-framework .framework-circle h5 {
  margin: 0;
}
.esg-strategic-framework .framework-rect > div {
  border-radius: 20px;
  padding: 26px;
  margin: 0 auto;
}
.esg-strategic-framework .framework-rect > div p {
  margin-bottom: 0;
}
.esg-strategic-framework .pillar-container {
  position: relative;
}
.esg-strategic-framework .pillar-container .pillar-col {
  flex-basis: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.esg-strategic-framework .pillar-container .pillar-col .pillar-circle {
  width: 180px;
  height: 180px;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #043860;
  color: white;
  border-radius: 50%;
  padding: 7px;
  text-align: center;
}
.esg-strategic-framework .pillar-container .pillar-col .pillar-circle span {
  margin-bottom: 10px;
  z-index: 2;
}
.esg-strategic-framework .pillar-container .pillar-col .pillar-circle h5 {
  margin: 0;
  z-index: 2;
  width: 100%;
}
.esg-strategic-framework .pillar-container .pillar-col .pillar-buttons {
  width: 100%;
}
.esg-strategic-framework .pillar-container .pillar-col .pillar-buttons a {
  display: flex;
  align-items: center;
  flex-direction: row;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background-color: white;
  padding: 20px 25px;
  justify-content: space-between;
  color: #035fa4;
  margin-bottom: 16px;
  text-decoration: none;
}
.esg-strategic-framework .pillar-container .pillar-col .pillar-buttons a :hover,
.esg-strategic-framework .pillar-container .pillar-col .pillar-buttons a :focus {
  text-decoration: underline;
  color: #024272;
}
.esg-strategic-framework .pillar-container .pillar-col .pillar-buttons a span {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .esg-strategic-framework .framework-rect {
    max-width: 538px;
    width: 72%;
  }
  .esg-strategic-framework .pillar-title-text {
    margin: 0;
  }
  .esg-strategic-framework .pillar-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 96px;
  }
  .esg-strategic-framework .pillar-row .pillar-col {
    flex-basis: 1;
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
  }
  .esg-strategic-framework .pillar-row .pillar-col .pillar-circle {
    margin-bottom: 24px;
  }
  .esg-strategic-framework .pillar-row .pillar-col .pillar-buttons {
    padding: 0 5%;
  }
  .esg-strategic-framework .pillar-row .pillar-col .pillar-buttons a {
    max-width: 364px;
  }
  .esg-strategic-framework .framework-rect:after {
    content: "";
    display: block;
    width: 50%;
    margin-left: 1px;
    border-right: 2px solid #043860;
    height: 48px;
  }
  .esg-strategic-framework .pillar-container:before {
    content: "";
    display: block;
    position: absolute;
    top: -48px;
    left: 16.66%;
    right: 16.66%;
    height: 80px;
    border: 2px solid #043860;
    border-bottom: none;
    border-radius: 20px;
  }
  .esg-strategic-framework .pillar-col.middle:before {
    content: "";
    display: block;
    border-right: 2px solid #043860;
    height: 96px;
    top: -96px;
    width: 50%;
    margin-left: 1px;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .esg-strategic-framework .pillar-circle {
    margin: 0 auto 24px auto;
  }
  .esg-strategic-framework .framework-rect:after {
    content: "";
    display: block;
    width: 50%;
    margin-left: 1px;
    border-right: 2px solid #043860;
    height: 24px;
  }
  .esg-strategic-framework .framework-rect:last-of-type:after {
    height: 0;
  }
}
.esg-sdg-card {
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 8px;
}
.esg-sdg-card h4 {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.6rem;
  margin: 0;
  font-family: "FS Elliot Web Bold", Arial, arial, sans-serif;
}
.esg-sdg-card .card-icon-container {
  margin-right: 16px;
}
.esg-sdg-card .sdg-card-icon {
  width: 96px;
  height: 96px;
}
@media screen and (min-width: 768px) {
  .esg-sdg-card {
    padding: 24px;
  }
  .esg-sdg-card .card-icon-container {
    margin-right: 24px;
  }
  .sdg-card-icon {
    width: 64px;
    height: 64px;
  }
}
@media screen and (min-width: 375px) {
  .sdg-card-icon {
    width: 48px;
    height: 48px;
  }
}
.pds-button {
  padding: 12px 22px !important;
}
.pds-button-primary {
  background-color: #035fa4 !important;
  color: #ffffff;
  border: none !important;
}
.pds-button-primary:hover {
  background-color: #04508a !important;
  border: none !important;
  color: #ffffff !important;
}
.pds-button-primary:active {
  background-color: #034170 !important;
  border: none !important;
}
.pds-button-primary:focus {
  color: #ffffff;
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
.site-map {
  margin-bottom: 100px;
}
.site-map h1 {
  margin-top: 50px;
}
.site-map ul {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.site-map ul .top-link a {
  font-size: 1.875rem !important;
  line-height: 2.625rem !important;
}
.site-map ul h2,
.site-map ul h3 {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.video-player-container {
  position: relative;
  display: block;
  max-width: 100%;
}
.video-player-container div {
  padding-top: 56.25%;
}
.video-info-heading {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "FS Elliot Web Regular", Arial, arial, sans-serif;
}
.single-report-content {
  width: 100%;
  padding: 10px 10px;
  border-bottom: 1px solid #c5c6c5;
}
.single-report-content p {
  margin: 0;
}
.pds-collapsible-summary {
  padding: 8px 10px 8px;
  font-size: 20px;
  border-top-color: #c5c6c5;
  border-bottom-color: #c5c6c5;
}
.pds-collapsible-summary:focus,
.pds-collapsible-summary:hover,
.pds-collapsible-details[open] .pds-collapsible-summary {
  background: none;
  color: #035fa4;
}
.pds-collapsible-details {
  margin-top: 8px;
  margin-bottom: 8px;
  border-top-color: #c5c6c5;
  border-bottom-color: #c5c6c5;
}
.pds-collapsible-details:first-of-type {
  border-top-color: #c5c6c5;
}
.pds-collapsible-details-text {
  border-bottom-color: #c5c6c5;
}
.pds-collapsible-details-text p {
  padding-bottom: 4px;
  padding-top: 4px;
  margin: 0px;
}
.pds-collapsible-details-text p:first-child {
  padding-top: 0px;
}
.pds-collapsible-details-text a {
  font-family: "FS Elliot Web Regular", Arial, arial, sans-serif;
  color: #035fa4;
}
.esg-background-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.esg-environmental-impact-illustration,
.esg-illustration-image {
  position: relative;
  width: 100%;
  height: 226px;
}
.esg-environmental-impact-illustration .headline,
.esg-illustration-image .headline {
  position: absolute;
  width: 100%;
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
  top: 0;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.esg-environmental-impact-illustration .headline p,
.esg-illustration-image .headline p {
  font-size: 1.1rem !important;
  line-height: 1.25rem !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1199px) {
  .esg-environmental-impact-illustration .headline,
  .esg-illustration-image .headline {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.taskforce-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.taskforce-container div {
  text-align: center;
  padding: 0 0.7%;
  margin: 12px;
  max-width: 170px;
  flex-shrink: 0;
  flex-grow: 1;
  cursor: pointer;
}
.taskforce-container div .person-image {
  border-radius: 50%;
  margin: 0px auto 8px auto;
  width: 85%;
  pointer-events: none;
}
.taskforce-container div p {
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.25rem;
  pointer-events: none;
}
.taskforce-container div p.taskforce-team {
  align-items: flex-end;
  display: flex;
  height: 60px;
  justify-content: center;
  margin-bottom: 8px;
}
.taskforce-container div p.person-name {
  color: #035fa4;
  font-size: 1.125rem;
}
.taskforce-container div p:last-of-type {
  font-size: 0.88rem;
}
#block-pfgesgreport-mainpagecontent.blacken {
  z-index: 1;
  transition: opacity 0s;
}
body.overlaid-noscroll {
  overflow: hidden;
}
#block-pfgesgreport-mainpagecontent.blacken:after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-animation: fade-in 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s both;
  animation: fade-in 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s both;
  z-index: 310;
}
.taskforce-modals-container .pds-modal .pds-modal-dialog {
  -webkit-animation: fade-in 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s both, grow 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s both;
  animation: fade-in 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s both, grow 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s both;
  transform-origin: bottom center;
  width: 900px;
  max-width: 80%;
  max-height: 80%;
  height: auto;
  color: #333333;
  position: fixed;
  padding: 0;
  top: 10vh;
  left: 0;
  right: 0;
  margin: 32px auto;
  display: none;
}
.taskforce-modals-container .pds-modal .pds-modal-dialog svg {
  pointer-events: none;
  width: 14px;
  height: 14px;
}
.taskforce-modals-container .pds-modal {
  padding: 0;
}
.taskforce-modals-container .modal-image {
  width: 50%;
  flex-shrink: 0;
}
.taskforce-modals-container .modal-text-container {
  background-color: white;
  padding: 24px;
  width: 50%;
}
.taskforce-modals-container .modal-text-container p {
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 8px;
}
.taskforce-modals-container .modal-text-container p.extra-bottom-margin {
  margin-bottom: 24px;
}
.taskforce-modals-container .modal-text-container p.modal-person-name {
  font-size: 1.9rem;
  line-height: 2rem;
}
.taskforce-modals-container .modal-text-container .text-row {
  display: flex;
  flex-direction: row;
}
.taskforce-modals-container .modal-text-container .text-row div {
  margin-right: 24px;
  width: 33%;
  max-width: 100px;
}
.taskforce-modals-container .modal-text-container .text-row div p {
  margin-bottom: 0;
}
.taskforce-modals-container .show.pds-modal-dialog {
  display: flex;
  z-index: 311;
  flex-direction: row;
}
.taskforce-modals-container .pds-modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0 !important;
  cursor: pointer;
  z-index: 10;
}
@-webkit-keyframes grow {
  from {
    transform: scale(0, 0);
  }
  to {
    transform: scale(1, 1);
  }
}
@keyframes grow {
  from {
    transform: scale(0, 0);
  }
  to {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 409px) {
  .taskforce-modals-container .modal-image {
    width: 100%;
    padding-top: 100%;
    height: 0;
  }
  .taskforce-modals-container .modal-text-container {
    width: 100%;
  }
}
@media only screen and (min-width: 410px) and (max-width: 767px) {
  .taskforce-modals-container .pds-modal .pds-modal-dialog {
    width: 328px;
  }
  .taskforce-modals-container .modal-image {
    width: 328px;
    height: 328px;
  }
  .taskforce-modals-container .modal-text-container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .taskforce-container > div {
    max-width: 130px;
    flex-basis: 130px;
    margin: 6px;
    padding: 0 2px;
  }
  .taskforce-modals-container .pds-modal-dialog {
    justify-content: center;
    flex-wrap: wrap;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .taskforce-modals-container .modal-image {
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  .taskforce-modals-container .modal-text-container {
    padding-top: 48.5%;
    width: 50%;
    height: 0;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .taskforce-modals-container .modal-text-container div.modal-text-subcontainer {
    position: absolute;
    height: auto;
    top: 26px;
    left: 26px;
    right: 26px;
  }
  .taskforce-modals-container .modal-text-container div.modal-text-subcontainer .spacer {
    height: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .taskforce-container > div {
    max-width: 100px;
    flex-basis: 100px;
  }
  .taskforce-container > div .person-image {
    width: 97%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .taskforce-container > div {
    max-width: 140px;
    flex-basis: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .taskforce-container > div {
    margin: 0.2%;
  }
}
.js-form-item-settings-taskforce-name1:before {
  content: "Person 1";
  display: block;
  font-size: 30px;
  margin-bottom: 12px;
  padding: 12px 0;
  text-align: center;
  background-color: #043860;
  color: white;
}
.js-form-item-settings-taskforce-name2:before {
  content: "Person 2";
  display: block;
  font-size: 30px;
  margin: 40px 0 12px 0;
  padding: 12px 0;
  text-align: center;
  background-color: #043860;
  color: white;
}
.js-form-item-settings-taskforce-name3:before {
  content: "Person 3";
  display: block;
  font-size: 30px;
  margin: 40px 0 12px 0;
  padding: 12px 0;
  text-align: center;
  background-color: #043860;
  color: white;
}
.js-form-item-settings-taskforce-name4:before {
  content: "Person 4";
  display: block;
  font-size: 30px;
  margin: 40px 0 12px 0;
  padding: 12px 0;
  text-align: center;
  background-color: #043860;
  color: white;
}
.js-form-item-settings-taskforce-name5:before {
  content: "Person 5";
  display: block;
  font-size: 30px;
  margin: 40px 0 12px 0;
  padding: 12px 0;
  text-align: center;
  background-color: #043860;
  color: white;
}
