.csr-hero .headline {
  color: #ffc702;
}

.has-text-align-center.dash::after {
  margin-left: auto;
  margin-right: auto;
}

.csr-hero .copy {
  font-size:  1.25rem;
}

.we-hero .wp-block-cover__inner-container {
    width: 100%;
    max-width: 1140px;
    margin-left: 10%;
    margin-right: 10%;
}

.section-themebar-csr.bg_green {
  background-color: #6FAC33;
}

.section-themebar-csr .themebar--intro,
.section-themebar-csr .themebar--intro a {
  color: #000;
}

.section-themebar-csr a {
    color: #fff;
}

/* --- Pull Quotes --- */

.single-csr_article blockquote.wp-block-quote {
    padding-left: 1rem;
    border-left: 3px solid #ffc702;
}


/* --- CSR FAQ --- */

.csr--faq {
  border: 2px solid #ffc702;
  margin-bottom: 1.5rem;
}

.csr--faq__header {
    background-color: #ffc702;
    padding: .5rem 1rem;
}

.csr--faq p {
    padding-right: 1rem;
    padding-left: 1rem;
}

.csr__img-nav figure {
  position: relative;
}

.csr__img-nav figure img {
  filter:  brightness(.8);
}

.csr__img-nav figure figcaption {
  position: absolute;
  bottom: 0;
  left: 1rem;
  font-size: 1.5rem;
  color: #fff;
}

.csr__img-nav.small-nav figure figcaption {
  left: .5rem;
  font-size: 1rem;
}

.csr__img-nav figure figcaption a {
  color: #fff;
}

.csr__img-nav figure figcaption a:hover {
  text-decoration: none;
}

.csr__img-nav figure:hover figcaption a {
  color: #ffc702;
}

.wp-block-image.csr__sdg-logo figure {
    border-right: 1px solid #009cde;
    padding-right: 2rem;
}

.csr__sdg-logo .wp-block-media-text__media {
    border-right: 1px solid #009cde;
    padding-right: 2rem;
}


/* --- CSR Articles --- */

.single-csr_article .article-title {
    margin-bottom: .5rem;
}

.single-csr_article .article-title:after {
    margin-top: 1rem;
}

.csr-articles .card {
  border: none;
}
.csr-articles .card-tagline {
  text-transform: uppercase;
  margin-bottom: 0;
}
.csr-articles .card-body {
  padding: 0;
}
.card-body p:last-child {
    margin-bottom: 0;
  }
.csr-articles .card-footer {
  border-top: none;
  background-color: #ffffff;
  padding-right: 0;
  padding-left: 0;
}