/*

border-image: linear-gradient(to right, #00c9ae, #004ebf) 4;



*/
ul.block-statistics {
  align-items: stretch;
  justify-content: space-between;
  list-style: none;
}
ul.block-statistics li {
  width: 100%;
  flex: unset;
  display: block;
  margin-bottom: 10px;
  min-height: 135px;
}
@media (min-width: 768px) {
  ul.block-statistics li {
    width: 48%;
  }
}
@media (min-width: 992px) {
  ul.block-statistics li {
    width: 23.5%;
  }
}

.home .photo-cards {
  gap: 3%;
}
.home .photo-cards .paragraph {
  display: block;
}

#site-header .slider-caption h2,
.home #main h2,
#timeline h2, #timeline h3, #timeline h2.block-title,
#spotlights h2, #spotlights .stat-value,
#awards h2, #awards .history-facts h2,
#partners h2, #partners h3,
#footer h2,
#spotlights .view-header-title, #partners .view-header-title, #awards .view-header-title, .happenings-title {
  font-family: "commuters-sans", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
}

#spotlights .stat-value {
  font-weight: 700;
}

#site-header .slider-caption h2 {
  font-weight: 400;
}

#awards .slider h2 {
  font-family: revert;
  font-weight: 400;
}

.home #main #block-sustainable-resources h2,
#timeline h2, #timeline h2.block-title,
#spotlights h2, #partners .view-header-title {
  font-size: 26px;
}
@media (min-width: 992px) {
  .home #main #block-sustainable-resources h2,
  #timeline h2, #timeline h2.block-title,
  #spotlights h2, #partners .view-header-title {
    font-size: 32px;
  }
}

.home #main h2,
#awards h2, #awards .history-facts h2, #awards .history-slideshow h2 #partners h2 {
  font-size: 22px;
}
@media (min-width: 992px) {
  .home #main h2,
  #awards h2, #awards .history-facts h2, #awards .history-slideshow h2 #partners h2 {
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  .cu-seal .cu-logo a {
    width: 110px;
    height: 110px;
    min-width: 110px;
  }
  .sustainable-logo {
    width: 280px;
    min-height: 89px;
    margin-top: -15px;
  }
}
#utility-navigation a[href*=subscribe]:before {
  content: "\f003";
}

.cu-seal #cu-header {
  background: #fff;
  background-image: linear-gradient(to right, #00c9ae, #004ebf);
  background-size: 100% 4px;
  background-repeat: repeat-x;
  background-position: 0 100%;
}

.cu-seal #cu-header .cu-brand {
  padding-bottom: 19px;
}
@media (min-width: 768px) {
  .cu-seal #cu-header .cu-brand {
    padding-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .cu-seal #cu-header .cu-brand {
    padding-bottom: 34px;
  }
}

@media (min-width: 992px) {
  #main-navigation {
    background: #fff;
    border-bottom: 4px solid #00c9ae;
  }
  #main-navigation .container-fluid > ul > li {
    font-size: 17px;
    font-weight: 600;
  }
  #main-navigation .container-fluid > ul > li li {
    font-weight: 400;
  }
  #main-navigation .container-fluid > ul > li > a {
    color: #000;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0.75em 25px;
  }
  #main-navigation .container-fluid > ul > li:hover > a, #main-navigation .container-fluid > ul > li > a:hover, #main-navigation .container-fluid > ul > li > a:focus {
    background: rgba(0, 0, 0, 0.08);
  }
  #main-navigation .container-fluid > ul > li > a:active {
    background: rgba(0, 0, 0, 0.12);
  }
  #main-navigation .container-fluid > ul > li.menu-item--active-trail > a,
  #main-navigation .container-fluid > ul > li a.is-active {
    background: rgba(0, 0, 0, 0.05);
  }
}
.home #site-header {
  min-height: 260px;
  position: relative;
}
@media (min-width: 768px) {
  .home #site-header {
    min-height: 340px;
  }
}
@media (min-width: 992px) {
  .home #site-header {
    min-height: 480px;
  }
}
@media (min-width: 1200px) {
  .home #site-header {
    min-height: 530px;
  }
}
.home #site-header:before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, rgba(0, 56, 190, 0.9) 0%, rgba(0, 106, 179, 0.3) 50%, rgba(0, 160, 201, 0.9) 100%);
  opacity: 0.6;
  pointer-events: none;
}
.home #site-header:after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: multiply;
  background: url("../images/sustainable_graphic_overlay.svg") 97% 70px/29% no-repeat;
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .home #site-header:after {
    background-position: 97% calc(300px - 16vw);
    background-size: 32%;
  }
}
@media (max-width: 991px) {
  .home #site-header:after {
    background-position: 97% calc(200px - 18vw);
    background-size: 35%;
  }
}
@media (max-width: 767px) {
  .home #site-header:after {
    z-index: 3;
  }
}
.home #site-header .slider-container .container-fluid {
  z-index: 4;
  min-height: 260px;
}
@media (min-width: 768px) {
  .home #site-header .slider-container .container-fluid {
    min-height: 340px;
  }
}
@media (min-width: 992px) {
  .home #site-header .slider-container .container-fluid {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .home #site-header .slider-container .container-fluid {
    min-height: 470px;
  }
}
@media (max-width: 767px) {
  .home #site-header .slider-caption {
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 768px) {
  .home #site-header .slider-caption .caption-inner {
    background: rgba(0, 0, 0, 0.6);
  }
}
.home #site-header .slider-caption h2 {
  font-size: 18px;
  line-height: 1.35;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .home #site-header .slider-caption h2 {
    font-size: 22px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .home #site-header .slider-caption h2 {
    font-size: 28px;
  }
}

.block-views-blockevents-block-teaser img,
#timeline .photo-cards img {
  border-top: 4px solid #00c9ae;
}

.home main article .content > div + div .paragraph > .paragraph__column {
  padding-bottom: 0;
}

.home-main-band {
  overflow-x: hidden;
}

.paragraph--width--full #block-sustainable-resources {
  position: relative;
  color: #fff;
  float: none;
  border: 0;
  text-align: center;
  padding: calc(3em + 2%) 0 calc(3em + 3%);
}
.paragraph--width--full #block-sustainable-resources h2 {
  color: #fff;
  margin-bottom: 1em;
}
.paragraph--width--full #block-sustainable-resources:before {
  content: "";
  display: block;
  background: url("../images/sustainable_graphic_outline_white_40.svg") calc(100% - 50vw + 900px) calc(100% + 170px)/187px no-repeat, url("../images/sustainable_graphic_cluster_left.svg") 50% 34%/2000px no-repeat, #004ebf linear-gradient(135deg, #004ebf 0%, #00c9ae 140%);
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  margin-left: calc(-50vw + 50%);
}
@media (max-width: 1785px) {
  .paragraph--width--full #block-sustainable-resources:before {
    background-position: 100% calc(100% + 170px), calc(50% + 896px - 50vw) 34%, 0 0;
  }
}
.paragraph--width--full #block-sustainable-resources .flex-btns {
  justify-content: center;
  padding: 0 15px;
}
.paragraph--width--full #block-sustainable-resources .flex-btn {
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .paragraph--width--full #block-sustainable-resources .flex-btn {
    margin: 0;
  }
}
.paragraph--width--full #block-sustainable-resources .button-link {
  padding: 7px 16px;
  border: 2px solid #00c9ae;
  background: rgba(13, 66, 142, 0.46);
}
.paragraph--width--full #block-sustainable-resources .button-link:hover, .paragraph--width--full #block-sustainable-resources .button-link:focus {
  background: rgba(13, 66, 142, 0.6);
}
.paragraph--width--full #block-sustainable-resources .button-link:active {
  color: #d5e2f4;
  background: rgba(53, 96, 158, 0.6);
  transition: none;
}

#timeline {
  background: #fff;
  color: #000;
  padding: 15px 0 30px;
}
@media (min-width: 768px) {
  #timeline h2 {
    text-align: left;
  }
}
#timeline * {
  color: #000;
}
#timeline a:hover, #timeline a:focus {
  color: #004ebf;
}
#timeline a:active {
  color: #4a7cc3;
}

#spotlights {
  border: 0;
  background: #fff;
}
@media (max-width: 767px) {
  #spotlights h2, #spotlights .lead {
    text-align: center;
  }
}
#spotlights .block-statistics > li {
  margin-top: 2.5em;
  border: 1px solid;
  border-image: linear-gradient(to right, #004ebf, #00c9ae) 1;
  border-width: 1px;
  padding: 0 15px 25px;
  text-align: left;
}
#spotlights .stat-value {
  color: #004ebf;
  background: #fff;
  margin-top: -0.5em;
  display: inline-block;
  padding: 0 15px;
  font-size: 48px;
}
#spotlights .stat-value:after {
  content: none;
}
#spotlights .stat-label {
  padding: 15px 15px 0 16px;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
}

#awards {
  background: url("../images/sustainable_graphic_blue_50.svg") calc(100% + 355px) calc(100% + 850px)/auto 1600px no-repeat, #004ebf linear-gradient(135deg, #004ebf 0%, #00c9ae 140%) 0 0/100% no-repeat;
}
@media (min-width: 1370px) {
  #awards {
    background-position: calc(100% - 50vw + 1050px) calc(100% + 850px), 0 0;
  }
}
#awards .slider-container {
  min-height: 360px;
}
#awards .campaign-nav {
  left: 3%;
}
@media (min-width: 768px) {
  #awards .campaign-nav {
    left: 20px;
  }
}
@media (max-width: 767px) {
  #awards .slider-caption {
    background: rgba(0, 0, 0, 0.5);
  }
}
#awards .history-facts {
  border-color: #00c9ae;
}
#awards .history-facts h2 {
  color: #004ebf;
}
#awards .history-facts ol.custom {
  font-size: 16px;
  font-weight: 600;
  color: #666;
}
#awards .history-facts ol.custom > li:before {
  color: #004ebf;
  font-size: 18px;
  font-weight: 600;
  font-family: "freight-sans-pro", sans-serif;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  border: 1px solid transparent;
  border-radius: 100em;
  background: linear-gradient(#fff, #fff), linear-gradient(to right, #004ebf, #00c9ae);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transform: translateX(-5px);
}

.bicycle-wrap {
  margin-top: -41px;
  margin-bottom: 6px;
  background: url("../images/sustainable_graphic_primary.svg") 50% 0/26px no-repeat, linear-gradient(to right, #fff, #fff) 50% 0/42px 100% no-repeat;
  min-height: 32px;
}
.bicycle-wrap .fa-bicycle {
  opacity: 0;
}

#footer {
  color: #fff;
  background: url("../images/sustainable_graphic_cluster_footer.svg") calc(100% + 255px) calc(100% + 290px)/842px no-repeat, #004ebf linear-gradient(135deg, #004ebf 50%, #00c9ae 150%) 0 0/100% no-repeat;
}
@media (min-width: 1370px) {
  #footer {
    background-position: calc(100% - 50vw + 950px) calc(100% + 290px), 0 0;
  }
}
#footer p {
  color: #fff;
}
#footer hr {
  border-bottom: 2px solid #80a7df;
}
#footer .button-link {
  font-size: 17px;
  padding: 9px 27px;
  border: 2px solid #00c9ae;
  background: rgba(13, 66, 142, 0.46);
}
#footer .button-link:hover, #footer .button-link:focus {
  background: rgba(13, 66, 142, 0.6);
}
#footer .button-link:active {
  color: #d5e2f4;
  background: rgba(53, 96, 158, 0.6);
  transition: none;
}
#footer .social img {
  mix-blend-mode: lighten;
}
#footer .region-subfooter {
  border: none;
  border: none;
  box-shadow: 0 10px 0 18px #14273d, 25vw 10px 0 18px #14273d, -25vw 10px 0 18px #14273d, 50vw 10px 0 18px #14273d, -50vw 10px 0 18px #14273d;
  background: #14273d;
}

.not-front.sidebar-tint.sidebar-right #main:before {
  background: none;
  box-shadow: none;
}

#section-navigation-title a {
  border-color: #004ebf;
}

/*# sourceMappingURL=2026-refresh.css.map */
