@charset "UTF-8";
/**
 *
 * Styles
 *
 * This is the root file for all styles, so every scss partial should be
 * imported here. Import statements should be grouped functionally.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
/*Regular
font-family: montserrat,sans-serif;
font-weight: 400;
font-style: normal;
Regular italic
font-family: montserrat,sans-serif;
font-weight: 400;
font-style: italic;
Medium
font-family: montserrat,sans-serif;
font-weight: 500;
font-style: normal;
Medium Italic
font-family: montserrat,sans-serif;
font-weight: 500;
font-style: italic;
Semibold
font-family: montserrat,sans-serif;
font-weight: 600;
font-style: normal;
Bold
font-family: montserrat,sans-serif;
font-weight: 700;
font-style: normal;
Bold Italic
font-family: montserrat,sans-serif;
font-weight: 700;
font-style: italic;
Extra Bold
font-family: montserrat,sans-serif;
font-weight: 800;
font-style: normal;
Black
font-family: montserrat,sans-serif;
font-weight: 900;
font-style: normal;
Thin
font-family: montserrat,sans-serif;
font-weight: 100;
font-style: normal;
Extra light
font-family: montserrat,sans-serif;
font-weight: 200;
font-style: normal;
Extra light italic
font-family: montserrat,sans-serif;
font-weight: 200;
font-style: italic;
light
font-family: montserrat,sans-serif;
font-weight: 300;
font-style: normal;
Light italic
font-family: montserrat,sans-serif;
font-weight: 300;
font-style: italic;*/
/**
 * Functions
 */
/**
 * Mixins
 */
a,
:link,
:visited {
  color: #B68937;
  text-decoration: none;
}

a {
  transition: 0.25s all ease-in-out;
}
a:hover {
  text-decoration: underline;
}

p a,
p :link,
p :visited {
  text-decoration: underline;
}
p a:hover,
p :link:hover,
p :visited:hover {
  text-decoration: none;
  color: #8f6c2b;
}

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

.tag-wrapper {
  margin-bottom: 0;
  min-height: 28.5px;
}
@media (min-width: 64.0625em) {
  .news-story .tag-wrapper {
    margin-bottom: 30px;
  }
}

.tag {
  color: #B68937;
  font-size: 0.5rem;
  font-weight: bold;
  display: inline;
}
@media (min-width: 56.25em) {
  .tag {
    font-size: 1.2em;
  }
}
.tag:after {
  content: ", ";
  position: relative;
  right: 2px;
}
.tag:last-child:after {
  display: none;
}
.tag a {
  color: #B68937;
}
.tag a:hover {
  color: #a27a31;
  text-decoration: none;
}
.news-story .tag {
  text-transform: uppercase;
  font-size: 1rem;
}
@media (min-width: 64.0625em) {
  .news-story .tag {
    font-size: 1.25rem;
  }
}

.byline,
.date {
  font-size: 0.45rem;
  color: #707070;
  display: block;
  margin: 0 0 0.5rem;
  font-weight: 500;
}
@media (min-width: 56.25em) {
  .byline,
  .date {
    font-size: 1.2em;
  }
}

@media (min-width: 56.25em) {
  .date {
    font-size: 1.4em;
  }
}

svg {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
}

.btn, .resource-filter .pager__item a.button, .news ul.pager .pager__item .button,
p a.btn,
.form-submit {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  background-color: #326EC5;
  padding: 0.7rem 0.5rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: table;
  margin: 1rem 0;
  border: none;
  transition: 0.25s all ease-in-out;
}
.btn:hover, .resource-filter .pager__item a.button:hover, .news ul.pager .pager__item .button:hover,
p a.btn:hover,
.form-submit:hover {
  background-color: #2d63b1;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 56.25em) {
  .btn, .resource-filter .pager__item a.button, .news ul.pager .pager__item .button,
  p a.btn,
  .form-submit {
    padding: 1rem 1.25rem;
  }
}
.btn.btn-external, .resource-filter .pager__item a.btn-external.button, .news ul.pager .pager__item .btn-external.button,
p a.btn.btn-external,
.form-submit.btn-external {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding-right: calc(0.5rem + 30px);
  position: relative;
}
.btn.btn-external:after, .resource-filter .pager__item a.btn-external.button:after, .news ul.pager .pager__item .btn-external.button:after,
p a.btn.btn-external:after,
.form-submit.btn-external:after {
  content: "";
  background: url("icons/carat.png") center/contain no-repeat;
  color: #fff;
  position: absolute;
  right: -4px;
  top: 13px;
  width: 30px;
  height: 15px;
}
@media (min-width: 56.25em) {
  .btn.btn-external:after, .resource-filter .pager__item a.btn-external.button:after, .news ul.pager .pager__item .btn-external.button:after,
  p a.btn.btn-external:after,
  .form-submit.btn-external:after {
    top: 18px;
  }
}
@media (min-width: 56.25em) {
  .btn.btn-external, .resource-filter .pager__item a.btn-external.button, .news ul.pager .pager__item .btn-external.button,
  p a.btn.btn-external,
  .form-submit.btn-external {
    padding-right: calc(1.25rem + 30px);
  }
}

a.btn-external {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding-right: calc(0.5rem + 30px);
  position: relative;
  padding: 0.7rem 0.5rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: table;
  margin: 1rem 0;
  border: none;
  transition: 0.25s all ease-in-out;
}
a.btn-external:hover {
  background-color: #2d63b1;
  text-decoration: none;
  color: #fff;
}
a.btn-external:after {
  content: "";
  background: url("icons/carat.png") center/contain no-repeat;
  color: #fff;
  position: absolute;
  right: -4px;
  top: 13px;
  width: 30px;
  height: 15px;
}
@media (min-width: 56.25em) {
  a.btn-external:after {
    top: 18px;
  }
}
@media (min-width: 56.25em) {
  a.btn-external {
    padding: 1rem 1.25rem;
    padding-right: calc(1.25rem + 30px);
  }
}

a.icon {
  display: block;
  position: relative;
  text-indent: -9999px;
  z-index: 1;
  height: 29px;
  width: 100%;
}
@media (min-width: 56.25em) {
  a.icon {
    height: 25px;
    width: 25px;
    top: 4px;
  }
}
a.icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 20px;
  background-image: url("icons/email-black.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 56.25em) {
  a.icon:before {
    height: 25px;
    width: 25px;
  }
}
a.icon.twitter:before {
  background-image: url("icons/twitter-black.png");
  transform: scale(0.8);
}
a.icon:hover:before {
  background-image: url("icons/email-gold.png");
}
a.icon.twitter:hover:before {
  background-image: url("icons/twitter-gold.png");
}

a.fancy-link {
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #B68937;
  display: inline-block;
  position: relative;
  margin-right: 20px;
  text-decoration: none;
  box-shadow: 0 4px 0 0 #04214E;
  transition: all 0.3s ease-out;
}
@media (min-width: 64.0625em) {
  a.fancy-link {
    font-size: 35px;
    line-height: 40px;
  }
}
a.fancy-link:hover, a.fancy-link:focus {
  box-shadow: 0 4px 0 0 #B68937;
  transition: all 0.2s ease-out;
}
a.fancy-link:hover:after, a.fancy-link:focus:after {
  border-color: #B68937;
  right: -24px;
}
a.fancy-link:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: solid 5px #04214E;
  border-width: 5px 5px 0 0;
  width: 16px;
  height: 16px;
  transition: all 0.3s ease-out;
}
a.fancy-link + a {
  margin-left: 45px;
}

.footer .icon:before {
  background-image: url("icons/email-white.png");
}
.footer .icon.twitter:before {
  background-image: url("icons/twitter-x-logo.svg");
  transform: scale(0.85);
}
.footer .icon:hover:before {
  background-image: url("icons/email-gold.png");
}
.footer .icon.twitter:hover:before {
  background-image: url("icons/twitter-x-logo-gold.svg");
}
.footer .icon.instagram:before {
  background-image: url("icons/instagram-white.png");
  transform: scale(0.95) translateY(1px);
}
@media (min-width: 64.0625em) {
  .footer .icon.instagram:before {
    transform: scale(0.9) translateY(0px);
  }
}
.footer .icon.instagram:hover:before {
  background-image: url("icons/instagram-gold.png");
}
.footer .icon.linkedin:before {
  background-image: url("icons/linkedin-white.png");
  width: 20px;
  transform: translateY(-1px);
}
@media (min-width: 64.0625em) {
  .footer .icon.linkedin:before {
    transform: scale(1.15) translateY(-1px);
  }
}
.footer .icon.linkedin:hover:before {
  background-image: url("icons/linkedin-gold.png");
}

.news ul.pager {
  padding: 0;
}
.news ul.pager .pager__item:before {
  display: none;
}
.news ul.pager .pager__item .button {
  padding: 0.5rem 1.5rem;
}

a[name] {
  padding-top: 150px;
  margin-top: -150px;
  display: inline-block; /* required for webkit browsers */
  pointer-events: none;
}

.card {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.card-full {
  height: auto;
}
@media (min-width: 56.25em) {
  .card-full {
    display: flex;
    flex-direction: row-reverse;
    min-height: 26rem;
  }
}
@media (min-width: 56.25em) {
  .card-full.card--carousel {
    flex-direction: column;
  }
}
@media (min-width: 64.0625em) {
  .card-full.card--carousel {
    flex-direction: row-reverse;
  }
}
.card-full .card__img,
.card-full .card__img--wrapper {
  flex-basis: 67%;
}
@media (min-width: 56.25em) {
  .card-full .card__img,
  .card-full .card__img--wrapper {
    height: 100%;
  }
}
@media (min-width: 56.25em) {
  .card-full .card__img a,
  .card-full .card__img--wrapper a {
    height: 100%;
  }
}
.card-full .card__img img {
  width: 100%;
}
.card-full .card__text {
  flex-basis: 34%;
}
.card-full p {
  font-size: 1.6em;
}
@media (min-width: 64.0625em) {
  .card-full p {
    font-size: 2em;
  }
}
.card-video {
  position: relative;
}
.card-video .card__img:before {
  content: "";
  background-image: url("icons/play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(24vw - 20px);
  cursor: pointer;
}
@media (min-width: 56.25em) {
  .card-video .card__img:before {
    top: calc(7.5vw - 20px);
  }
}
@media (min-width: 90em) {
  .card-video .card__img:before {
    top: 5.5rem;
  }
}
.card__text {
  padding: 1rem 1.5rem;
  background-color: #fff;
  height: 100%;
}
.card__text .tag-wrapper {
  margin-bottom: 0.25rem;
}
.card__img--wrapper {
  overflow: hidden;
}
.card__img--wrapper:hover .card__img {
  transform: scale(1.1);
}
.card__img {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 46vw;
  transform: scale(1);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 56.25em) {
  .card__img {
    height: 23vw;
  }
}
@media (min-width: 75em) {
  .card__img {
    height: 14vw;
  }
}
@media (min-width: 90em) {
  .card__img {
    height: 13rem;
  }
}
.card__img a {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 46vw;
  margin: 0;
}
@media (min-width: 56.25em) {
  .card__img a {
    height: 23vw;
  }
}
@media (min-width: 75em) {
  .card__img a {
    height: 14vw;
  }
}
@media (min-width: 90em) {
  .card__img a {
    height: 13rem;
  }
}
.card__img.resource.tools {
  background: url("icons/icon_filter_act_white.svg") no-repeat #04214E;
  background-size: 100px;
  background-position: 50% 30%;
}
.card__img.resource.reports {
  background: url("icons/icon_filter_learn_white.svg") no-repeat #04152A;
  background-size: 125px;
  background-position: 50% 30%;
}
.card__img.resource.opportunities {
  background: url("icons/icon_filter_participate_white.svg") no-repeat #1F334C;
  background-size: 125px;
  background-position: 50% 30%;
}
@media (min-width: 56.25em) {
  .card__img.resource.tools, .card__img.resource.reports, .card__img.resource.opportunities {
    background-size: 75px;
  }
}
@media (min-width: 75em) {
  .card__img.resource.tools, .card__img.resource.reports, .card__img.resource.opportunities {
    background-size: 100px;
  }
}
@media (min-width: 90em) {
  .card__img.resource.tools, .card__img.resource.reports, .card__img.resource.opportunities {
    background-size: 125px;
  }
}
.card__img.resource p {
  margin: 0;
  color: white;
  font-weight: 600;
  font-size: 3.5vw;
  text-transform: uppercase;
  position: absolute;
  bottom: 15%;
  text-align: center;
  width: 100%;
}
@media (min-width: 37.5em) {
  .card__img.resource p {
    bottom: 10%;
  }
}
@media (min-width: 56.25em) {
  .card__img.resource p {
    bottom: 15px;
    font-size: 1rem;
  }
}
@media (max-width: 56.25em) {
  .card__img.resource {
    height: 250px;
  }
  .card__img.resource a {
    height: 250px !important;
  }
}
.card p.title {
  font-size: 2.25em;
  line-height: 1.15em;
  font-weight: 800;
  font-family: "ff-meta-serif-web-pro", serif;
  margin: 0 0 0.5rem;
}
@media (min-width: 56.25em) {
  .card p.title {
    font-size: 30px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 75em) {
  .card p.title {
    font-size: 2.8em;
  }
}
.card p.title a {
  color: #04214E;
  transition: 0.15s all ease-in-out;
  text-decoration: none;
}
.card p.title a:hover, .card p.title a:focus-visible {
  color: #000;
}

.card__img a > picture > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}

@media (min-width: 56.25em) {
  .grid-2 .card .card__img {
    height: 25vw;
  }
}
@media (min-width: 90em) {
  .grid-2 .card .card__img {
    height: 22rem;
  }
}
.grid-2 .card .card__img a {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 46vw;
  margin: 0;
}
@media (min-width: 56.25em) {
  .grid-2 .card .card__img a {
    height: 23vw;
  }
}
@media (min-width: 90em) {
  .grid-2 .card .card__img a {
    height: 22rem;
  }
}

.grid-3 {
  align-items: stretch;
}
@media (max-width: 56.25em) {
  .grid-3 .card {
    height: auto;
  }
}
@media (min-width: 56.25em) {
  .grid-3 .card__img {
    height: 15vw;
  }
}
@media (min-width: 75em) {
  .grid-3 .card__img {
    height: 14vw;
  }
}
@media (min-width: 90em) {
  .grid-3 .card__img {
    height: 13rem;
  }
}
.grid-3 .card__img a {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 46vw;
  margin: 0;
}
@media (min-width: 56.25em) {
  .grid-3 .card__img a {
    height: 15vw;
  }
}
@media (min-width: 75em) {
  .grid-3 .card__img a {
    height: 14vw;
  }
}
@media (min-width: 90em) {
  .grid-3 .card__img a {
    height: 13rem;
  }
}

.read-more a.btn, .read-more .resource-filter .pager__item a.button, .resource-filter .pager__item .read-more a.button, .read-more .news ul.pager .pager__item a.button, .news ul.pager .pager__item .read-more a.button {
  display: none;
}
@media (min-width: 56.25em) {
  .read-more a.btn, .read-more .resource-filter .pager__item a.button, .resource-filter .pager__item .read-more a.button, .read-more .news ul.pager .pager__item a.button, .news ul.pager .pager__item .read-more a.button {
    display: inline-block;
    background-color: transparent;
    color: #04214E;
    border: solid 1px #04214E;
    font-size: 12px;
    padding: 10px 12px;
    transition: all 0.3s ease-out;
  }
  .read-more a.btn:hover, .read-more .resource-filter .pager__item a.button:hover, .resource-filter .pager__item .read-more a.button:hover, .read-more .news ul.pager .pager__item a.button:hover, .news ul.pager .pager__item .read-more a.button:hover, .read-more a.btn:focus, .read-more .resource-filter .pager__item a.button:focus, .resource-filter .pager__item .read-more a.button:focus, .read-more .news ul.pager .pager__item a.button:focus, .news ul.pager .pager__item .read-more a.button:focus {
    background-color: #04214E;
    color: #fff;
    transition: all 0.2s ease-out;
  }
}

/*---===/ Carousel Card Settings \===---*/
.carousel--wrapper {
  position: relative;
}
.carousel--wrapper .control-left, .carousel--wrapper .control-right {
  position: absolute;
  z-index: 2;
  top: 0;
  transition: top 0.2s ease-in-out;
}
@media (min-width: 64.0625em) {
  .carousel--wrapper .control-left, .carousel--wrapper .control-right {
    top: 50%;
    transform: translateY(-50%);
  }
}
.carousel--wrapper .control-left .slick-arrow, .carousel--wrapper .control-right .slick-arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #346dc2;
  color: #fff;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.carousel--wrapper .control-left .slick-arrow > i, .carousel--wrapper .control-right .slick-arrow > i {
  position: relative;
  top: 1px;
}
.carousel--wrapper .control-left .slick-arrow:hover, .carousel--wrapper .control-left .slick-arrow:focus, .carousel--wrapper .control-left .slick-arrow:focus-within, .carousel--wrapper .control-right .slick-arrow:hover, .carousel--wrapper .control-right .slick-arrow:focus, .carousel--wrapper .control-right .slick-arrow:focus-within {
  color: #fff;
  background-color: #04214E;
  opacity: 1;
  transition: all 0.2s ease-out;
}
.carousel--wrapper .control-left {
  left: -20px;
}
@media (min-width: 56.25em) {
  .carousel--wrapper .control-left {
    left: -30px;
  }
}
.carousel--wrapper .control-right {
  right: -20px;
}
@media (min-width: 56.25em) {
  .carousel--wrapper .control-right {
    right: -30px;
  }
}
.carousel--wrapper .slick-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  height: auto;
}
.carousel--wrapper .slick-dots button {
  background-color: #cdcdcd;
  font-size: 0;
  color: #cdcdcd;
  transition: all 0.3s ease-out;
  border: solid 1px #cdcdcd;
  width: 60px;
  height: 10px;
}
.carousel--wrapper .slick-dots button:hover, .carousel--wrapper .slick-dots button:focus, .carousel--wrapper .slick-dots button[aria-selected=true] {
  cursor: pointer;
  background-color: #fff;
  color: #fff;
  transition: all 0.2s ease-out;
}
.carousel--wrapper .slick-dots li {
  margin: 0;
}
.carousel--wrapper .slick-dots li:before {
  display: none;
}
.carousel--wrapper .slick-slider .slick-track {
  display: flex;
  height: 100%;
}
.carousel--wrapper .slick-slider .slick-list {
  height: auto !important;
  flex: 1 1 auto;
}
.carousel--wrapper .slick-slider .slick-slide {
  height: auto;
  flex: 1 1 100%;
}
.carousel--wrapper .slick-slider .slick-slide > div, .carousel--wrapper .slick-slider .slick-slide > div > div {
  position: relative;
  height: 100%;
}

.card--carousel {
  position: relative;
}
@media (max-width: 64.0625em) {
  .card--carousel {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media (min-width: 64.0625em) {
  .card--carousel {
    align-items: stretch;
    justify-content: space-between;
    height: 100%;
  }
}
.card--carousel .card__text {
  height: auto;
  flex: 1 1 34%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 64.0625em) {
  .card--carousel .card__text {
    flex: 1 0 auto;
  }
}
@media (min-width: 56.25em) {
  .card--carousel .card__text {
    padding: 3rem 2.5rem;
  }
}
.card--carousel .card__text p {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
}
@media (max-width: 64.0625em) {
  .card--carousel .card__text--groupwrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 0 auto;
    gap: 20px;
  }
}
@media (min-width: 56.25em) {
  .card--carousel .card__text--groupwrapper {
    margin: auto 0;
  }
}
.card--carousel .card__text--groupwrapper:not(:has(.title)) .card__text-teaser p {
  -webkit-line-clamp: 16;
}
.card--carousel .card__img--wrapper {
  height: auto;
  flex: 1 1 67%;
  position: relative;
}
.card--carousel .card__img--wrapper > img, .card--carousel .card__img--wrapper > a, .card--carousel .card__img--wrapper > a > img {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card--carousel .card__img--wrapper > a:hover img, .card--carousel .card__img--wrapper > a:focus img {
  transform: scale(1.05);
  transition: transform 0.2s ease-out;
}
.card--carousel .card__img--wrapper img {
  transition: transform 0.3s ease-out;
}
@media (max-width: 64.0625em) {
  .card--carousel .card__img--wrapper {
    height: 0;
    padding-bottom: 56.25%;
  }
  .card--carousel .card__img--wrapper > img, .card--carousel .card__img--wrapper > a, .card--carousel .card__img--wrapper > a > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.card--carousel .card__text + a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
}
.card--carousel .article--gallery, .card--carousel .article--carousel {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card--carousel .article--gallery--wrapper {
  position: relative;
  height: 100%;
}

@media (max-width: 37.5em) {
  .carousel--wrapper .article--gallery--controls {
    display: block;
  }
}

.has-carousel .container {
  width: 100%;
  max-width: none;
}

.has-carousel .carousel--wrapper .control-left {
  left: 20px;
}
@media (min-width: 56.25em) {
  .has-carousel .carousel--wrapper .control-left {
    left: 30px;
  }
}
.has-carousel .carousel--wrapper .control-right {
  right: 20px;
}
@media (min-width: 56.25em) {
  .has-carousel .carousel--wrapper .control-right {
    right: 30px;
  }
}
.has-carousel .carousel--wrapper .article--carousel {
  background: #C6C6C8;
}
@media (min-width: 64.0625em) {
  .has-carousel .carousel--wrapper .article--carousel .slick-slide {
    max-height: 625px;
  }
}
.has-carousel .carousel--wrapper .article--carousel .card p.title {
  font-size: 42px;
  overflow: unset;
  margin-bottom: 0;
}
@media (min-width: 56.25em) {
  .has-carousel .carousel--wrapper .article--carousel .card p.title {
    font-size: clamp(30px, 3vw, 52px);
    margin-bottom: 20px;
  }
}
.has-carousel .carousel--wrapper .article--carousel .card--carousel .card__text {
  background: #C6C6C8;
  color: #04214E;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 56.25em) {
  .has-carousel .carousel--wrapper .article--carousel .card--carousel .card__text {
    padding-left: 8.5%;
    flex: 1 1 45%;
  }
}
.has-carousel .carousel--wrapper .article--carousel .card--carousel .card__text .card--carousel .card__text h2, .has-carousel .carousel--wrapper .article--carousel .card--carousel .card__text .card--carousel .card__text .timeline__title {
  margin-bottom: 8px;
}
@media (min-width: 75em) {
  .has-carousel .carousel--wrapper .article--carousel .card--carousel .card__text {
    flex: 1 1 40%;
    padding-left: 11%;
    padding-right: 60px;
  }
}
.has-carousel .carousel--wrapper .article--carousel .card--carousel .card__img--wrapper {
  flex: unset;
}
@media (min-width: 56.25em) {
  .has-carousel .carousel--wrapper .article--carousel .card--carousel .card__img--wrapper {
    flex: 1 1 55%;
  }
}
@media (min-width: 75em) {
  .has-carousel .carousel--wrapper .article--carousel .card--carousel .card__img--wrapper {
    flex: 1 1 60%;
  }
}
.has-carousel .carousel--wrapper .article--carousel .slick-dots {
  display: none !important;
}
.has-carousel .carousel--wrapper .article--carousel .card--carousel .card__button {
  color: #FFF;
  padding: 16px 32px;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  background: #426DBF;
  display: inline-block;
  width: auto;
  margin-bottom: 16px;
}
.has-carousel .carousel--wrapper .article--carousel .card--carousel .card__button:hover, .has-carousel .carousel--wrapper .article--carousel .card--carousel .card__button:focus-visible {
  background: #04214E;
}

/* Hamburger Menu Icon */
#nav-icon3,
#nav-icon-footer {
  width: 26px;
  height: 22px;
  float: right;
  position: absolute;
  margin: 17px auto 0;
  right: 2.5%;
  z-index: 3;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  top: 0;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

button.hamburger {
  background: transparent;
  border: none;
  padding: 0;
}

#nav-icon3 span,
#nav-icon-footer span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #04214E;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon-footer span {
  background-color: #fff;
}

#nav-icon3 span:nth-child(1),
#nav-icon-footer span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3),
#nav-icon-footer span:nth-child(2),
#nav-icon-footer span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4),
#nav-icon-footer span:nth-child(4) {
  top: 16px;
}

#nav-icon3.open span {
  background-color: #04214E;
}

#nav-icon-footer.open span {
  background-color: #fff;
}

#nav-icon3.open span:nth-child(1),
#nav-icon-footer.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2),
#nav-icon-footer.open span:nth-child(2) {
  height: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3),
#nav-icon-footer.open span:nth-child(3) {
  height: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4),
#nav-icon-footer.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media (min-width: 64.0625em) {
  .hamburger {
    display: none;
  }
}

.featured-image {
  margin: 2.5rem 0 2rem;
}
@media (min-width: 90em) {
  .featured-image {
    margin-top: 3rem;
  }
}

.embed-image {
  margin: 0.25rem 0 2rem;
  display: table;
}
.embed-image.float-left {
  margin: 0.25rem auto 2rem;
  float: none;
  /*@media (min-width: 37.5em) {
  	float: left;
  	margin-right: 2rem;
  }*/
}
@media (min-width: 56.25em) {
  .embed-image.float-left {
    margin: 0.25rem 2rem 2rem 0;
    float: left;
  }
}
.embed-image.float-left img {
  display: table-row;
}
@media (min-width: 37.5em) {
  .embed-image.float-left img {
    width: auto;
  }
}
.embed-image.float-right {
  margin: 0.25rem auto 2rem;
  /*@media (min-width: 37.5em) {
  	float: right;
  	margin-left: 2rem;
  	.embed-image-caption {
  		text-align: right;
  	}
  }*/
}
@media (min-width: 56.25em) {
  .embed-image.float-right {
    margin: 0.25rem 0 2rem 2rem;
    float: right;
  }
  .embed-image.float-right .embed-image-caption {
    text-align: right;
  }
}
@media (min-width: 37.5em) {
  .embed-image.float-right img {
    width: auto;
  }
}
.embed-image.full-width {
  margin: 2.5rem 0 2.5rem;
}
.embed-image-caption,
.embed-image .embed-image-caption p {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 1.2em;
  color: #707070;
}
@media (min-width: 56.25em) {
  .embed-image-caption,
  .embed-image .embed-image-caption p {
    text-align: left;
  }
}
.embed-image .embed-image-caption {
  display: table-caption;
  caption-side: bottom;
}
.embed-image img {
  width: 100%;
}

.embed-iframe {
  margin: 2.5rem 0 2.5rem;
}

.single-wrap-inner figure,
.paragraph--type--program-overview figure {
  display: table;
  margin: 0;
}
.single-wrap-inner figure div[data-embed-button=image_library],
.paragraph--type--program-overview figure div[data-embed-button=image_library] {
  display: table-row;
}
.single-wrap-inner figure figcaption,
.paragraph--type--program-overview figure figcaption {
  display: table-caption;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #707070;
  line-height: 1.6;
}
.single-wrap-inner figure.align-left,
.paragraph--type--program-overview figure.align-left {
  margin: 0.25rem auto 2rem;
  float: none;
}
@media (min-width: 56.25em) {
  .single-wrap-inner figure.align-left,
  .paragraph--type--program-overview figure.align-left {
    margin: 0.25rem 2rem 2rem 0;
    float: left;
  }
}
.single-wrap-inner figure.align-right,
.paragraph--type--program-overview figure.align-right {
  margin: 0.25rem auto 2rem;
  float: none;
}
@media (min-width: 56.25em) {
  .single-wrap-inner figure.align-right,
  .paragraph--type--program-overview figure.align-right {
    margin: 0.25rem 0 2rem 2rem;
    float: right;
  }
}
.single-wrap-inner figure.align-center,
.paragraph--type--program-overview figure.align-center {
  margin: 0.25rem auto 2rem;
}
.single-wrap-inner div[data-embed-button=image_library].align-left,
.paragraph--type--program-overview div[data-embed-button=image_library].align-left {
  margin: 0.25rem auto 2rem;
  float: none;
}
@media (max-width: 56.25em) {
  .single-wrap-inner div[data-embed-button=image_library].align-left,
  .paragraph--type--program-overview div[data-embed-button=image_library].align-left {
    text-align: center;
  }
}
@media (min-width: 56.25em) {
  .single-wrap-inner div[data-embed-button=image_library].align-left,
  .paragraph--type--program-overview div[data-embed-button=image_library].align-left {
    margin: 0.25rem 2rem 2rem 0;
    float: left;
  }
}
.single-wrap-inner div[data-embed-button=image_library].align-right,
.paragraph--type--program-overview div[data-embed-button=image_library].align-right {
  margin: 0.25rem auto 2rem;
}
@media (max-width: 56.25em) {
  .single-wrap-inner div[data-embed-button=image_library].align-right,
  .paragraph--type--program-overview div[data-embed-button=image_library].align-right {
    text-align: center;
  }
}
@media (min-width: 56.25em) {
  .single-wrap-inner div[data-embed-button=image_library].align-right,
  .paragraph--type--program-overview div[data-embed-button=image_library].align-right {
    margin: 0.25rem 0 2rem 2rem;
    float: right;
  }
}
.single-wrap-inner div[data-embed-button=image_library].align-center,
.paragraph--type--program-overview div[data-embed-button=image_library].align-center {
  margin: 0.25rem auto 2rem;
  text-align: center;
}

.quote blockquote {
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  padding: 2rem 30px 2.5rem;
  margin: 2.5rem 0;
  color: #B68937;
  font-family: "ff-meta-serif-web-pro", serif;
  line-height: 1.1em;
  margin-bottom: 0;
  font-size: 3.2em;
}
@media (min-width: 37.5em) {
  .quote blockquote {
    font-size: 4.2em;
  }
}
@media (min-width: 56.25em) {
  .quote blockquote {
    font-size: 5.2em;
  }
}
@media (min-width: 56.25em) {
  .quote blockquote {
    margin: 3.5rem 0;
    padding: 2rem 50px 2.5rem;
  }
}
.quote blockquote p {
  color: #B68937;
  font-family: "ff-meta-serif-web-pro", serif;
  line-height: 1.1em;
  margin-bottom: 0;
  font-size: 3.2em;
}
@media (min-width: 37.5em) {
  .quote blockquote p {
    font-size: 4.2em;
  }
}
@media (min-width: 56.25em) {
  .quote blockquote p {
    font-size: 5.2em;
  }
}
.quote blockquote cite,
.quote blockquote .cite {
  margin: 2.5rem 0 0;
  font-style: normal;
  display: block;
  font-size: 1.4em;
  font-family: montserrat, sans-serif;
  color: #707070;
  font-weight: 500;
}
.quote blockquote cite:before,
.quote blockquote .cite:before {
  content: "–– ";
}

.overview-text blockquote {
  border-left: 2px solid #B68937;
  padding: 2rem 30px 2.5rem;
  margin: 2.5rem 0;
}
@media (min-width: 56.25em) {
  .overview-text blockquote {
    margin: 3.5rem 0;
    padding: 2rem 50px 2.5rem;
  }
}
.overview-text blockquote p {
  color: #04214E;
  font-family: "ff-meta-serif-web-pro", serif;
  line-height: 1.7em;
  margin-bottom: 0;
  font-size: 1.8em;
}
.overview-text blockquote cite,
.overview-text blockquote .cite {
  margin: 2.5rem 0 0;
  font-style: normal;
  display: block;
  font-family: montserrat, sans-serif;
  color: #707070;
  font-weight: 500;
}
.overview-text blockquote cite:before,
.overview-text blockquote .cite:before {
  content: "–– ";
}

.container > .social-share {
  margin-top: 20px;
  margin-bottom: 40px;
}

.social-share {
  position: relative;
  transform: none;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.social-share__buttons {
  display: flex;
  padding: 0;
  margin: 0 0 0 -0.5rem;
  gap: 15px;
}

.social-share__buttons-item {
  border: none;
  margin: 0 -1px 0 0;
  background: #fff;
}
@media (min-width: 90em) {
  .social-share__buttons-item {
    margin: 0 0 -1px;
  }
}
.social-share__buttons-item:before {
  display: none;
}
.social-share__buttons-item:last-child {
  margin: 0;
}
.social-share__buttons-item a {
  line-height: 1;
  padding: 0;
  width: auto;
  height: auto;
  transition: transform 0.3s ease-out;
}
@media (max-width: 64.0625em) {
  .social-share__buttons-item a svg {
    transform: scale(1.35);
  }
}
.social-share__buttons-item a svg path {
  fill: #002D74;
}
.social-share__buttons-item a:hover, .social-share__buttons-item a:focus {
  background-color: transparent;
  transition: transform 0.2s ease-out;
}

.social-share__button {
  align-items: center;
  backface-visibility: hidden;
  color: rgba(112, 112, 112, 0.8);
  display: flex;
  float: none !important;
  height: 3.125rem;
  width: 3.125rem;
  justify-content: center;
  transform: scale3d(1.15, 1.15, 1);
  transition: 0.3s all ease;
}
@media (min-width: 90em) {
  .social-share__button {
    height: 4rem;
    width: 4rem;
  }
}
.social-share__button * {
  backface-visibility: hidden;
  opacity: 1 !important;
}
.social-share__button .a2a_svg {
  flex: 0 0 auto;
  height: 1.75rem !important;
  width: 1.75rem !important;
}
.social-share__button svg {
  height: 100% !important;
  width: 100% !important;
}
.social-share__button svg path {
  fill: currentColor;
}
.social-share__button:hover, .social-share__button:focus {
  background-color: #1D6ECC;
  color: #fff;
  transform: scale3d(1.35, 1.35, 1);
}

.news-story .social-share {
  position: relative;
  transform: none;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.news-story .social-share .social-share__buttons {
  display: flex;
  margin: 0 0 0 -0.5rem;
  gap: 15px;
}

.news-story .social-share .social-share__buttons .social-share__buttons-item {
  border: none;
}

.news-story .social-share .social-share__buttons .social-share__buttons-item a {
  line-height: 1;
  padding: 0;
  width: auto;
  height: auto;
  transition: transform 0.3s ease-out;
}
@media (max-width: 64.0625em) {
  .news-story .social-share .social-share__buttons .social-share__buttons-item a svg {
    transform: scale(1.35);
  }
}
.news-story .social-share .social-share__buttons .social-share__buttons-item a:hover, .news-story .social-share .social-share__buttons .social-share__buttons-item a:focus {
  background-color: transparent;
  transition: transform 0.2s ease-out;
}

.news-story .social-share .social-share__buttons .social-share__button svg path {
  fill: #002D74;
}

nav.pager ul.pager__items {
  text-align: center;
  margin-top: 3rem;
}
nav.pager ul.pager__items li.pager__item {
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  padding: 0 1px;
}
nav.pager ul.pager__items li.pager__item a {
  color: #C7C7C7;
}
nav.pager ul.pager__items li.pager__item.is-active a {
  color: #04152A;
}
nav.pager ul.pager__items li.pager__item:before {
  display: none;
}
nav.pager ul.pager__items li.pager__item--last, nav.pager ul.pager__items li.pager__item--first {
  display: none;
}
nav.pager ul.pager__items li.pager__item--previous a:after, nav.pager ul.pager__items li.pager__item--next a:after {
  content: "<";
  display: inline-block;
  color: #04152A;
  margin: 0 4px 0 0;
}
nav.pager ul.pager__items li.pager__item--previous a span, nav.pager ul.pager__items li.pager__item--next a span {
  display: none;
}
nav.pager ul.pager__items li.pager__item--next a:after {
  content: ">";
  margin: 0 0 0 4px;
}

.logo-lockup {
  display: flex;
  align-items: center;
}
@media (max-width: 440px) {
  .logo-lockup {
    align-items: flex-start;
    flex-direction: row;
    padding-left: 12px;
  }
}
.logo-lockup a.footer__logo {
  position: relative;
  display: flex;
  align-items: center;
}
.logo-lockup a.footer__logo img {
  width: 240px;
  margin-right: 0.5em;
  padding-bottom: 5px;
}
@media (min-width: 37.5em) {
  .logo-lockup a.footer__logo img {
    width: 240px;
    margin-right: 1.5em;
  }
}
@media (min-width: 64.0625em) {
  .logo-lockup a.footer__logo img {
    width: 275px;
    margin-top: 0;
    margin-right: 2em;
  }
}
.logo-lockup a.footer__logo:after {
  display: none;
  content: "";
  position: relative;
  height: 25px;
  margin-right: 0.6em;
  width: 1px;
  background-color: #000;
}
@media (min-width: 37.5em) {
  .logo-lockup a.footer__logo:after {
    height: 35px;
  }
}
@media (min-width: 64.0625em) {
  .logo-lockup a.footer__logo:after {
    height: 50px;
  }
}
.logo-lockup a.logo-lockup__second {
  text-decoration: none;
  color: #000;
  font-size: 1.25em;
  font-weight: 500;
  max-width: 120px;
  line-height: 1.25;
  margin-left: 0.6em;
}
.logo-lockup a.logo-lockup__second:after {
  display: none;
}
@media (min-width: 37.5em) {
  .logo-lockup a.logo-lockup__second {
    font-size: 1.45em;
    margin-left: 1.5em;
    max-width: 130px;
  }
}
@media (min-width: 75em) {
  .logo-lockup a.logo-lockup__second {
    font-size: 1.75em;
    margin-left: 2em;
    max-width: 150px;
  }
}

@media (min-width: 56.25em) and (max-width: 75em) {
  .site-header .logo-lockup {
    max-width: 300px;
  }
}

.related-articles {
  border-style: solid;
  border-width: 2px 0 2px;
  border-color: #EEE5D7;
  padding: 36px 0;
  margin: 25px 0;
  display: none;
}
@media (min-width: 64.0625em) {
  .related-articles {
    display: block;
  }
}

.related-articles__wrap {
  display: flex;
  gap: 50px;
}

.related-articles__thumbnail {
  width: 100%;
  max-width: 95px;
}

.related-articles__item {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.related-articles__item:hover .related-articles__content, .related-articles__item:focus .related-articles__content {
  transition: text-decoration-color 0.2s ease-out;
  text-decoration-color: #241233;
}

.related-articles__item + .related-articles__item:after {
  content: "";
  position: absolute;
  left: -30px;
  width: 3px;
  height: 100%;
  background-color: #EEE5D7;
}

.related-articles__content {
  font-size: 0.825rem;
  transition: text-decoration-color 0.3s ease-out;
  text-decoration: underline;
  text-decoration-color: rgba(36, 18, 51, 0);
}

.related-articles__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sidebar {
  background-color: transparent;
  padding: 30px 0;
}
@media (min-width: 64.0625em) {
  .sidebar {
    padding: 30px 28px;
    background-color: #efe6d8;
  }
}

.news-sidebar {
  display: none;
}
@media (min-width: 64.0625em) {
  .news-sidebar {
    display: block;
  }
}
.news-sidebar:not(:only-child), .news-sidebar:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: solid 1px #0A2D74;
}

.news-sidebar__title {
  color: #284680;
}

.news-sidebar__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 26px;
  border-top: solid 1px #0A2D74;
}

.news-sidebar__card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}
.news-sidebar__card.promo-card {
  align-items: flex-start;
}
.news-sidebar__card.promo-card .news-sidebar__content {
  font-family: montserrat, sans-serif;
}
.news-sidebar__card:hover .news-sidebar__content, .news-sidebar__card:focus .news-sidebar__content {
  transition: text-decoration-color 0.2s ease-out;
  text-decoration-color: #241233;
}

.news-sidebar__content {
  font-size: 1.125rem;
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-color: rgba(36, 18, 51, 0);
  flex-grow: 1;
  margin-top: -4px;
  transition: text-decoration-color 0.3s ease-out;
}

.news-sidebar__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.news-sidebar__content-label {
  display: block;
  font-size: 0.825rem;
  font-weight: 700;
}

.news-sidebar__content-copy {
  display: block;
  font-size: 1rem;
}

.sidebar-menu {
  margin-top: 30px;
  display: none;
}
@media (min-width: 64.0625em) {
  .sidebar-menu {
    display: block;
  }
}

.sidebar-menu__title {
  color: #284680;
}

.social-sidebar {
  padding-top: 30px;
  border-top: solid 1px #0A2D74;
}
@media (min-width: 64.0625em) {
  .social-sidebar {
    margin-top: 30px;
    padding-top: 0;
    border-top: none;
  }
}
@media (min-width: 64.0625em) {
  .social-sidebar:not(:only-child), .social-sidebar:not(:last-child) {
    padding-bottom: 40px;
    border-bottom: solid 1px #0A2D74;
  }
}
.social-sidebar p {
  margin-bottom: 0;
}

.social-sidebar__title {
  color: #284680;
}
@media (max-width: 64.0625em) {
  .social-sidebar__title {
    font-size: 2rem;
  }
}

.sidebar-menu__wrap {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar-menu__wrap li:before {
  display: none;
}

.sidebar-menu__item {
  margin: 0;
}
.sidebar-menu__item a {
  font-size: 1.125rem;
  line-height: 0.5;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #000;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0);
  transform: text-decoration-color 0.3s ease-out;
}
.sidebar-menu__item a:hover, .sidebar-menu__item a:focus {
  text-decoration-color: black;
  transform: text-decoration-color 0.2s ease-out;
}

.sidebar + .twitterbar {
  margin-top: 40px;
}

.twitterbar {
  background-color: #ececec;
  padding: 30px 28px 56px;
  display: none;
}
@media (min-width: 64.0625em) {
  .twitterbar {
    display: block;
  }
}

.twitterbar__title {
  color: #284680;
  border-bottom: solid 1px #002D74;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.twitterbar__item + .twitterbar__item {
  margin-top: 30px;
}

.twitterbar .twitterbar__item p {
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  font-family: Roboto, sans-serif;
}

.twitterbar .twitterbar__item a {
  text-decoration: none;
}
.twitterbar .twitterbar__item a:hover span, .twitterbar .twitterbar__item a:focus span {
  text-decoration-color: #284680;
  transition: text-decoration-color 0.2s ease-out;
}

.twitterbar .twitterbar__item a span {
  color: #284680;
  font-size: 1rem;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(40, 70, 128, 0);
  transition: text-decoration-color 0.3s ease-out;
}

.twitterbar__link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.twitterbar__link > svg {
  width: 25px;
}

/** Set Base Font Sizes */
body {
  font-size: 62.5%;
  font-weight: 300;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #241233;
  font-family: montserrat, sans-serif;
}

h1, .category-banner p, .news-story + .articles__collection .heading h2, .news-story + .articles__collection .heading .timeline__title, .articles__collection .heading h2, .articles__collection .heading .timeline__title,
h2,
.timeline__title,
h3,
h4,
h5,
h6 {
  font-family: "ff-meta-serif-web-pro", serif;
  margin: 0 0 1rem;
  color: #04214E;
}
h1.white, .category-banner p.white, .articles__collection .heading h2.white, .articles__collection .heading .white.timeline__title,
h2.white,
.white.timeline__title,
h3.white,
h4.white,
h5.white,
h6.white {
  color: #fff;
}

h1, .category-banner p, .news-story + .articles__collection .heading h2, .news-story + .articles__collection .heading .timeline__title, .articles__collection .heading h2, .articles__collection .heading .timeline__title {
  font-size: 2.6em;
  line-height: 1.1em;
  font-weight: 800;
}
@media (min-width: 37.5em) {
  h1, .category-banner p, .news-story + .articles__collection .heading h2, .news-story + .articles__collection .heading .timeline__title, .articles__collection .heading h2, .articles__collection .heading .timeline__title {
    font-size: 3.8em;
  }
}
@media (min-width: 56.25em) {
  h1, .category-banner p, .news-story + .articles__collection .heading h2, .news-story + .articles__collection .heading .timeline__title, .articles__collection .heading h2, .articles__collection .heading .timeline__title {
    font-size: 5.2em;
  }
}

h2, .timeline__title {
  font-size: 2.2em;
}
@media (min-width: 56.25em) {
  h2, .timeline__title {
    font-size: 2.6em;
  }
}
@media (min-width: 56.25em) {
  h2, .timeline__title {
    font-size: 3em;
  }
}

h3 {
  font-size: 1.8em;
  font-weight: 800;
}
@media (min-width: 56.25em) {
  h3 {
    font-size: 2em;
  }
}
@media (min-width: 56.25em) {
  h3 {
    font-size: 2.4em;
  }
}

.heading {
  margin-bottom: 1.5rem;
}
@media (min-width: 56.25em) {
  .heading {
    margin-bottom: 2.5rem;
  }
}
.heading h2, .heading .timeline__title {
  font-size: 2em;
  font-family: montserrat, sans-serif;
  text-transform: uppercase;
  color: #B68937;
}
@media (min-width: 56.25em) {
  .heading h2, .heading .timeline__title {
    font-size: 2.4em;
  }
}

.centered-heading h2, .centered-heading .timeline__title {
  text-align: center;
  font-family: montserrat, sans-serif;
  font-size: 1.5em;
  border-bottom: 1px solid #04214E;
  line-height: 50px;
  width: 80%;
  max-width: 710px;
  margin: 0 auto 2rem;
  text-transform: uppercase;
}
@media (min-width: 56.25em) {
  .centered-heading h2, .centered-heading .timeline__title {
    margin: 0 auto 3rem;
  }
}

p {
  font-family: Roboto, sans-serif;
  line-height: 1.6em;
  margin: 0 0 1.5rem;
  font-weight: 300;
  font-size: 1.125rem;
}
p strong {
  font-weight: 700;
}
p.white {
  color: #fff;
}

strong {
  font-weight: 700;
}

a {
  cursor: pointer;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

main ul, main ol {
  padding: 0 1.25rem;
  font-family: Roboto, sans-serif;
  line-height: 1.6em;
  margin: 0 0 1.5rem;
  font-weight: 300;
  font-size: 1.125rem;
}
main ul li, main ol li {
  margin: 0 0 1rem;
}
main ul {
  list-style: none;
}
main ul li:before {
  content: "•";
  color: #000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
main ol {
  list-style: none;
  counter-reset: li;
}
main ol li {
  counter-increment: li;
}
main ol li:before {
  content: counter(li) ".";
  color: #000;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: 600;
}

.accent {
  color: #04214E;
}

.news-story h1, .news-story .category-banner p, .category-banner .news-story p, .news-story .articles__collection .heading h2, .news-story .articles__collection .heading .timeline__title, .articles__collection .heading .news-story h2, .articles__collection .heading .news-story .timeline__title {
  color: #284680;
}
@media (max-width: 64.0625em) {
  .news-story h1, .news-story .category-banner p, .category-banner .news-story p, .news-story .articles__collection .heading h2, .news-story .articles__collection .heading .timeline__title, .articles__collection .heading .news-story h2, .articles__collection .heading .news-story .timeline__title {
    font-size: 2.625rem;
  }
}

h1, .category-banner p, .news-story + .articles__collection .heading h2, .news-story + .articles__collection .heading .timeline__title, .articles__collection .heading h2, .articles__collection .heading .timeline__title {
  color: #284680;
}
@media (max-width: 64.0625em) {
  h1, .category-banner p, .news-story + .articles__collection .heading h2, .news-story + .articles__collection .heading .timeline__title, .articles__collection .heading h2, .articles__collection .heading .timeline__title {
    font-size: 2.625rem;
  }
}

.content-area p, .content-area li {
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}
.content-area p strong, .content-area li strong {
  font-weight: 700;
}

.content-area li.social-share__buttons-item, .news-story .social-share__buttons-item {
  background: transparent;
}

.social-share__buttons-item {
  background: transparent;
}

.content-area .content-subtitle {
  font-size: 1.825rem;
  line-height: 1.5;
  color: #000;
}

.content-area blockquote {
  padding: 60px 30px;
  margin: 0 0 30px;
  width: 100%;
  background-color: #efe6d8;
}
@media (min-width: 64.0625em) {
  .content-area blockquote {
    max-width: 300px;
    padding: 60px 45px;
  }
}
.content-area blockquote:has(> div) {
  position: relative;
  overflow: hidden;
  color: #241233;
  font-size: 1.125rem;
  line-height: 1.6em;
  font-family: Roboto, sans-serif;
}
@media (min-width: 64.0625em) {
  .content-area blockquote:has(> div.float-left) {
    float: left;
    margin-right: 40px;
  }
}
@media (min-width: 64.0625em) {
  .content-area blockquote:has(> div.float-right) {
    float: right;
    margin-left: 40px;
  }
}
.content-area blockquote:has(> div.full-width) {
  float: none;
  clear: both;
  width: 100%;
  max-width: 100%;
}
.content-area blockquote p {
  margin-bottom: 0;
}

.dashboard-intro-text {
  text-align: center;
  margin: 0 0 2.75rem;
}
@media (min-width: 56.25em) {
  .dashboard-intro-text {
    margin-bottom: 4rem;
  }
}
.dashboard-intro-text h2, .dashboard-intro-text .timeline__title {
  font-size: 2.6em;
  line-height: 1.1em;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media (min-width: 37.5em) {
  .dashboard-intro-text h2, .dashboard-intro-text .timeline__title {
    font-size: 3.8em;
  }
}
@media (min-width: 56.25em) {
  .dashboard-intro-text h2, .dashboard-intro-text .timeline__title {
    font-size: 5.2em;
  }
}
.dashboard-intro-text h2 strong, .dashboard-intro-text .timeline__title strong, .dashboard-intro-text h2 bold, .dashboard-intro-text .timeline__title bold {
  color: #B68937;
}
.dashboard-wrapper-iframe {
  display: flex;
  align-items: top;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 64.0625em) {
  .dashboard-wrapper-iframe {
    flex-direction: row;
  }
}
.dashboard-wrapper-iframe-left, .dashboard-wrapper-iframe-right {
  width: 100%;
}
.dashboard-wrapper-iframe-left:first-child > div, .dashboard-wrapper-iframe-right:first-child > div {
  margin-bottom: 1rem;
}
@media (min-width: 64.0625em) {
  .dashboard-wrapper-iframe-left:first-child > div, .dashboard-wrapper-iframe-right:first-child > div {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.dashboard-wrapper-iframe-left:last-child > div, .dashboard-wrapper-iframe-right:last-child > div {
  margin: 0;
  display: block;
  background: #FAFAFA;
}
.dashboard-wrapper-iframe-left > div, .dashboard-wrapper-iframe-right > div {
  background: #fff;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 64.0625em) {
  .dashboard-wrapper-iframe-left {
    width: 75%;
  }
}
@media (min-width: 64.0625em) {
  .dashboard-wrapper-iframe-right {
    width: 25%;
    margin-left: 1rem;
  }
}
@media (min-width: 56.25em) {
  .dashboard-wrapper h3 {
    font-size: 2.75em;
  }
  .dashboard-wrapper h3 strong {
    font-weight: 800;
  }
}

.form-section-inner {
  background: #e9e9e9;
  padding: 3rem 2rem;
}
@media (min-width: 64.0625em) {
  .form-section-inner {
    display: flex;
  }
}
.form-section-inner-left {
  margin-bottom: 2rem;
}
@media (min-width: 64.0625em) {
  .form-section-inner-left {
    width: 42%;
    margin: 0 7% 0 0;
  }
}
@media (min-width: 64.0625em) {
  .form-section-inner-right {
    width: 50%;
  }
}
.form-section-inner-right p {
  font-size: 1em;
  margin: 0;
}
.form-section-inner h2, .form-section-inner .timeline__title {
  font-size: 2.6em;
  line-height: 1.1em;
}
@media (min-width: 37.5em) {
  .form-section-inner h2, .form-section-inner .timeline__title {
    font-size: 3.8em;
    font-weight: 900;
  }
}
@media (min-width: 56.25em) {
  .form-section-inner h2, .form-section-inner .timeline__title {
    font-size: 5.2em;
  }
}
.form-section fieldset {
  max-width: 100% !important;
}
.form-section label,
.form-section .fieldset-legend {
  font-size: 1rem;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
}
.form-section label.option,
.form-section .fieldset-legend.option {
  display: inline;
  font-size: 14px;
  color: #707070;
}
.form-section ul > li.hs-form-checkbox,
.form-section ul > li.hs-form-radio {
  margin-bottom: 0.5rem;
}
.form-section .hs-form-field > label {
  margin-bottom: 1rem;
}
.form-section label.hs-form-checkbox-display,
.form-section label.hs-form-booleancheckbox-display,
.form-section label.hs-form-radio-display {
  display: flex;
  align-items: flex-start;
}
.form-section label.hs-form-checkbox-display input[type=checkbox],
.form-section label.hs-form-checkbox-display input[type=radio],
.form-section label.hs-form-booleancheckbox-display input[type=checkbox],
.form-section label.hs-form-booleancheckbox-display input[type=radio],
.form-section label.hs-form-radio-display input[type=checkbox],
.form-section label.hs-form-radio-display input[type=radio] {
  margin-right: 0;
}
.form-section label.hs-form-checkbox-display input[type=radio],
.form-section label.hs-form-booleancheckbox-display input[type=radio],
.form-section label.hs-form-radio-display input[type=radio] {
  margin-top: 8px;
  transform: scale(1.4);
  flex: 0 0 auto;
}
.form-section label.hs-form-checkbox-display input[type=checkbox] + span,
.form-section label.hs-form-checkbox-display input[type=radio] + span,
.form-section label.hs-form-booleancheckbox-display input[type=checkbox] + span,
.form-section label.hs-form-booleancheckbox-display input[type=radio] + span,
.form-section label.hs-form-radio-display input[type=checkbox] + span,
.form-section label.hs-form-radio-display input[type=radio] + span {
  display: block;
  padding-left: 15px;
  font-weight: 300;
}
.form-section .webform-submission-form {
  margin-top: 15px;
}
.form-section legend {
  margin-bottom: 15px;
}
@media (min-width: 64.0625em) {
  .form-section .js-form-item-first-name, .form-section .js-form-item-last-name, .form-section .js-form-item-job-title, .form-section .js-form-item-email {
    width: 48.5%;
    float: left;
  }
}
.form-section .webform-element-description,
.form-section .legal-consent-container {
  font-size: 14px;
  line-height: 20px;
  margin: 15px 0;
  color: #707070;
}
.form-section .webform-element-description .input p,
.form-section .legal-consent-container .input p {
  font-weight: bold;
  line-height: 1.2em;
  display: block;
}
.form-section .webform-element-description .hs-form-required,
.form-section .legal-consent-container .hs-form-required {
  display: none;
}
.form-section .webform-element-description p,
.form-section .legal-consent-container p {
  font-size: 1em;
  line-height: 1em;
}
.form-section .webform-element-description ul,
.form-section .legal-consent-container ul {
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  font-weight: bold;
}
.form-section .webform-element-description ul li:before,
.form-section .legal-consent-container ul li:before {
  display: none;
}
@media (min-width: 64.0625em) {
  .form-section .js-form-item-first-name, .form-section .js-form-item-job-title {
    margin-right: 3%;
  }
}
.form-section div.input input[type=email],
.form-section div.input input[type=tel],
.form-section div.input input[type=text],
.form-section div.input input[type=email],
.form-section div.input input[type=tel],
.form-section div.input select,
.form-section div.input textarea {
  font-family: Roboto, sans-serif;
  width: 100% !important;
}
.form-section .hs-error-msg {
  color: #f2545b;
}
.form-section .hs-fieldtype-checkbox,
.form-section .hs-fieldtype-radio {
  margin-bottom: 1.5rem;
}
@media (min-width: 64.0625em) {
  .form-section .hs-fieldtype-checkbox,
  .form-section .hs-fieldtype-radio {
    margin-bottom: 2rem;
  }
}
.form-section input {
  border-radius: 0;
}
.form-section input[type=text],
.form-section input[type=email],
.form-section input[type=tel] {
  -webkit-appearance: none;
}
.form-section input[type=text],
.form-section input[type=email],
.form-section input[type=tel],
.form-section select,
.form-section textarea,
.form-section .js-form-type-checkbox {
  margin-bottom: 20px;
}
.form-section input[type=text],
.form-section input[type=email],
.form-section input[type=tel],
.form-section select {
  border: none;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  font-size: 1rem;
  color: #707070;
}
.form-section input[type=checkbox] {
  border: none;
  transform: scale(1.4);
  flex: 0 0 auto;
  margin-right: 10px;
  margin-top: 8px;
}
.form-section input[type=submit] {
  display: inline;
  margin: 20px 0 0;
  cursor: pointer;
  background: #B68937;
  font-size: 1rem;
  padding: 0 1.5rem;
  position: relative;
  top: 1px;
  height: 48px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  border: none;
  -webkit-appearance: none;
}
.form-section input[type=submit]:hover {
  background-color: #a27a31;
}
.form-section select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 8px;
  border-radius: 0;
}
.form-section select label.option {
  font-weight: 300;
}
.form-section .form-checkboxes > div {
  margin-bottom: 15px;
}
@media (min-width: 64.0625em) {
  .form-section .form-checkboxes > div {
    width: 48%;
    float: left;
    margin-right: 2%;
  }
}
.form-section .checkboxes--wrapper {
  margin-bottom: 30px;
}
.form-section .hs_error_rollup {
  display: none;
}
.form-section ul.inputs-list {
  margin: 0px;
  padding: 0px;
}
.form-section ul.inputs-list li:before {
  display: none;
}
.form-section .form-columns-0 {
  border-top: solid 1px #707070;
}

.submitted-message p {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: Roboto, sans-serif;
}

/*---===/ Mailchimp form fixes \===---*/
#mc_embed_signup {
  font-size: 10px;
}

.mc-field-group strong {
  font-size: 1rem;
}

.mc-field-group ul li:before {
  display: none;
}

.mc-field-group > label {
  font-size: 0.875rem;
}

#mc_embed_signup .mc-field-group.input-group label {
  font-size: 1rem;
}

#mc_embed_signup .mc-field-group .mc_fieldset label.checkbox {
  font-size: 1rem;
  margin-bottom: 20px;
}

#mc_embed_signup #mergeRow-gdpr.mc-field-group {
  margin-top: 0;
}

#mc_embed_signup .mc-field-group .helper_text {
  padding: 0;
  margin: 0;
}

.content__gdprBlock p {
  font-size: 0.875rem;
}

.hero.top-margin, .top-margin.paragraph--type--image-hero-large, .hero .top-margin, .paragraph--type--image-hero-large .top-margin {
  margin-top: 2.5rem;
}
@media (min-width: 56.25em) {
  .hero.top-margin, .top-margin.paragraph--type--image-hero-large, .hero .top-margin, .paragraph--type--image-hero-large .top-margin {
    margin-top: 4.25rem;
  }
}
.hero.bottom-padding, .bottom-padding.paragraph--type--image-hero-large {
  padding-bottom: 4rem;
}
.hero.has-text .hero-inner, .has-text.paragraph--type--image-hero-large .hero-inner {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  flex-direction: column;
}
.hero.has-text .hero-inner p, .has-text.paragraph--type--image-hero-large .hero-inner p {
  font-size: 1.6em;
}
@media (min-width: 37.5em) {
  .hero.has-text .hero-inner p, .has-text.paragraph--type--image-hero-large .hero-inner p {
    font-size: 1.8em;
  }
}
@media (min-width: 56.25em) {
  .hero.has-text .hero-inner p, .has-text.paragraph--type--image-hero-large .hero-inner p {
    font-size: 2em;
  }
}
.hero.has-image-text, .has-image-text.paragraph--type--image-hero-large, .hero.has-video, .has-video.paragraph--type--image-hero-large {
  background: #04214E;
  position: relative;
}
.hero.has-image-text:before, .has-image-text.paragraph--type--image-hero-large:before, .hero.has-video:before, .has-video.paragraph--type--image-hero-large:before {
  position: absolute;
  top: -105px;
  right: 41.5%;
  width: 58.5%;
  bottom: 0;
  margin: auto;
  background-image: url(icons/background-white.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 1454px 765px;
  z-index: 1;
  opacity: 0.2;
  content: "";
}
.hero.has-image-text .hero-inner, .has-image-text.paragraph--type--image-hero-large .hero-inner, .hero.has-video .hero-inner, .has-video.paragraph--type--image-hero-large .hero-inner {
  margin-top: 0;
  padding: 0 0 1.5rem;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .hero.has-image-text .hero-inner, .has-image-text.paragraph--type--image-hero-large .hero-inner, .hero.has-video .hero-inner, .has-video.paragraph--type--image-hero-large .hero-inner {
    padding: 0;
    min-height: 425px;
    flex-direction: column;
  }
}
@media (min-width: 75em) {
  .hero.has-image-text .hero-inner, .has-image-text.paragraph--type--image-hero-large .hero-inner, .hero.has-video .hero-inner, .has-video.paragraph--type--image-hero-large .hero-inner {
    min-height: 625px;
  }
}
.hero.has-image-text .hero-inner-left, .has-image-text.paragraph--type--image-hero-large .hero-inner-left, .hero.has-video .hero-inner-left, .has-video.paragraph--type--image-hero-large .hero-inner-left {
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .hero.has-image-text .hero-inner-left, .has-image-text.paragraph--type--image-hero-large .hero-inner-left, .hero.has-video .hero-inner-left, .has-video.paragraph--type--image-hero-large .hero-inner-left {
    padding: 2rem 0;
    width: 50%;
  }
}
.hero.has-image-text .hero-inner-left h1, .has-image-text.paragraph--type--image-hero-large .hero-inner-left h1, .hero.has-image-text .hero-inner-left .category-banner p, .has-image-text.paragraph--type--image-hero-large .hero-inner-left .category-banner p, .category-banner .hero.has-image-text .hero-inner-left p, .category-banner .has-image-text.paragraph--type--image-hero-large .hero-inner-left p, .hero.has-image-text .hero-inner-left .articles__collection .heading h2, .has-image-text.paragraph--type--image-hero-large .hero-inner-left .articles__collection .heading h2, .hero.has-image-text .hero-inner-left .articles__collection .heading .timeline__title, .has-image-text.paragraph--type--image-hero-large .hero-inner-left .articles__collection .heading .timeline__title, .articles__collection .heading .hero.has-image-text .hero-inner-left h2, .articles__collection .heading .has-image-text.paragraph--type--image-hero-large .hero-inner-left h2, .articles__collection .heading .hero.has-image-text .hero-inner-left .timeline__title, .articles__collection .heading .has-image-text.paragraph--type--image-hero-large .hero-inner-left .timeline__title, .hero.has-image-text .hero-inner-left h1 a, .has-image-text.paragraph--type--image-hero-large .hero-inner-left h1 a, .hero.has-image-text .hero-inner-left .category-banner p a, .has-image-text.paragraph--type--image-hero-large .hero-inner-left .category-banner p a, .category-banner .hero.has-image-text .hero-inner-left p a, .category-banner .has-image-text.paragraph--type--image-hero-large .hero-inner-left p a, .hero.has-image-text .hero-inner-left .articles__collection .heading h2 a, .has-image-text.paragraph--type--image-hero-large .hero-inner-left .articles__collection .heading h2 a, .hero.has-image-text .hero-inner-left .articles__collection .heading .timeline__title a, .has-image-text.paragraph--type--image-hero-large .hero-inner-left .articles__collection .heading .timeline__title a, .articles__collection .heading .hero.has-image-text .hero-inner-left h2 a, .articles__collection .heading .has-image-text.paragraph--type--image-hero-large .hero-inner-left h2 a, .articles__collection .heading .hero.has-image-text .hero-inner-left .timeline__title a, .articles__collection .heading .has-image-text.paragraph--type--image-hero-large .hero-inner-left .timeline__title a, .hero.has-video .hero-inner-left h1, .has-video.paragraph--type--image-hero-large .hero-inner-left h1, .hero.has-video .hero-inner-left .category-banner p, .has-video.paragraph--type--image-hero-large .hero-inner-left .category-banner p, .category-banner .hero.has-video .hero-inner-left p, .category-banner .has-video.paragraph--type--image-hero-large .hero-inner-left p, .hero.has-video .hero-inner-left .articles__collection .heading h2, .has-video.paragraph--type--image-hero-large .hero-inner-left .articles__collection .heading h2, .hero.has-video .hero-inner-left .articles__collection .heading .timeline__title, .has-video.paragraph--type--image-hero-large .hero-inner-left .articles__collection .heading .timeline__title, .articles__collection .heading .hero.has-video .hero-inner-left h2, .articles__collection .heading .has-video.paragraph--type--image-hero-large .hero-inner-left h2, .articles__collection .heading .hero.has-video .hero-inner-left .timeline__title, .articles__collection .heading .has-video.paragraph--type--image-hero-large .hero-inner-left .timeline__title, .hero.has-video .hero-inner-left h1 a, .has-video.paragraph--type--image-hero-large .hero-inner-left h1 a, .hero.has-video .hero-inner-left .category-banner p a, .has-video.paragraph--type--image-hero-large .hero-inner-left .category-banner p a, .category-banner .hero.has-video .hero-inner-left p a, .category-banner .has-video.paragraph--type--image-hero-large .hero-inner-left p a, .hero.has-video .hero-inner-left .articles__collection .heading h2 a, .has-video.paragraph--type--image-hero-large .hero-inner-left .articles__collection .heading h2 a, .hero.has-video .hero-inner-left .articles__collection .heading .timeline__title a, .has-video.paragraph--type--image-hero-large .hero-inner-left .articles__collection .heading .timeline__title a, .articles__collection .heading .hero.has-video .hero-inner-left h2 a, .articles__collection .heading .has-video.paragraph--type--image-hero-large .hero-inner-left h2 a, .articles__collection .heading .hero.has-video .hero-inner-left .timeline__title a, .articles__collection .heading .has-video.paragraph--type--image-hero-large .hero-inner-left .timeline__title a {
  /*color: $gold;*/
  color: #fff;
  font-weight: 800;
}
.hero.has-image-text .hero-inner-left h1 span, .has-image-text.paragraph--type--image-hero-large .hero-inner-left h1 span, .hero.has-image-text .hero-inner-left .category-banner p span, .has-image-text.paragraph--type--image-hero-large .hero-inner-left .category-banner p span, .category-banner .hero.has-image-text .hero-inner-left p span, .category-banner .has-image-text.paragraph--type--image-hero-large .hero-inner-left p span, .hero.has-image-text .hero-inner-left .articles__collection .heading h2 span, .has-image-text.paragraph--type--image-hero-large .hero-inner-left .articles__collection .heading h2 span, .hero.has-image-text .hero-inner-left .articles__collection .heading .timeline__title span, .has-image-text.paragraph--type--image-hero-large .hero-inner-left .articles__collection .heading .timeline__title span, .articles__collection .heading .hero.has-image-text .hero-inner-left h2 span, .articles__collection .heading .has-image-text.paragraph--type--image-hero-large .hero-inner-left h2 span, .articles__collection .heading .hero.has-image-text .hero-inner-left .timeline__title span, .articles__collection .heading .has-image-text.paragraph--type--image-hero-large .hero-inner-left .timeline__title span, .hero.has-image-text .hero-inner-left h1 a span, .hero.has-video .hero-inner-left h1 span, .has-video.paragraph--type--image-hero-large .hero-inner-left h1 span, .hero.has-video .hero-inner-left .category-banner p span, .has-video.paragraph--type--image-hero-large .hero-inner-left .category-banner p span, .category-banner .hero.has-video .hero-inner-left p span, .category-banner .has-video.paragraph--type--image-hero-large .hero-inner-left p span, .hero.has-video .hero-inner-left .articles__collection .heading h2 span, .has-video.paragraph--type--image-hero-large .hero-inner-left .articles__collection .heading h2 span, .hero.has-video .hero-inner-left .articles__collection .heading .timeline__title span, .has-video.paragraph--type--image-hero-large .hero-inner-left .articles__collection .heading .timeline__title span, .articles__collection .heading .hero.has-video .hero-inner-left h2 span, .articles__collection .heading .has-video.paragraph--type--image-hero-large .hero-inner-left h2 span, .articles__collection .heading .hero.has-video .hero-inner-left .timeline__title span, .articles__collection .heading .has-video.paragraph--type--image-hero-large .hero-inner-left .timeline__title span, .hero.has-video .hero-inner-left h1 a span {
  /*color: $white;*/
  color: #B68937;
}
.hero.has-image-text .hero-inner-right, .has-image-text.paragraph--type--image-hero-large .hero-inner-right, .hero.has-video .hero-inner-right, .has-video.paragraph--type--image-hero-large .hero-inner-right {
  height: 70vw;
  width: 115%;
  margin-bottom: 1.5rem;
  border-bottom: 5px solid #1D6ECC;
  left: -7.5%;
  right: -7.5%;
  position: relative;
}
@media (min-width: 56.25em) {
  .hero.has-image-text .hero-inner-right, .has-image-text.paragraph--type--image-hero-large .hero-inner-right, .hero.has-video .hero-inner-right, .has-video.paragraph--type--image-hero-large .hero-inner-right {
    height: 80vw;
  }
}
@media (min-width: 1024px) {
  .hero.has-image-text .hero-inner-right, .has-image-text.paragraph--type--image-hero-large .hero-inner-right, .hero.has-video .hero-inner-right, .has-video.paragraph--type--image-hero-large .hero-inner-right {
    border-left: 12px solid #1D6ECC;
    border-bottom: none;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 46.5%;
    margin-bottom: 0;
    height: auto;
  }
}
.hero.has-image-text .hero-inner-right img, .has-image-text.paragraph--type--image-hero-large .hero-inner-right img, .hero.has-video .hero-inner-right img, .has-video.paragraph--type--image-hero-large .hero-inner-right img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero.has-image-text .hero-inner-right.top_left img, .has-image-text.paragraph--type--image-hero-large .hero-inner-right.top_left img, .hero.has-video .hero-inner-right.top_left img, .has-video.paragraph--type--image-hero-large .hero-inner-right.top_left img {
  object-position: top left;
}
.hero.has-image-text .hero-inner-right.top_center img, .has-image-text.paragraph--type--image-hero-large .hero-inner-right.top_center img, .hero.has-video .hero-inner-right.top_center img, .has-video.paragraph--type--image-hero-large .hero-inner-right.top_center img {
  object-position: top center;
}
.hero.has-image-text .hero-inner-right.top_right img, .has-image-text.paragraph--type--image-hero-large .hero-inner-right.top_right img, .hero.has-video .hero-inner-right.top_right img, .has-video.paragraph--type--image-hero-large .hero-inner-right.top_right img {
  object-position: top right;
}
.hero.has-image-text .hero-inner-right.center_left img, .has-image-text.paragraph--type--image-hero-large .hero-inner-right.center_left img, .hero.has-video .hero-inner-right.center_left img, .has-video.paragraph--type--image-hero-large .hero-inner-right.center_left img {
  object-position: center left;
}
.hero.has-image-text .hero-inner-right.center_right img, .has-image-text.paragraph--type--image-hero-large .hero-inner-right.center_right img, .hero.has-video .hero-inner-right.center_right img, .has-video.paragraph--type--image-hero-large .hero-inner-right.center_right img {
  object-position: center right;
}
.hero.has-image-text .hero-inner-right.bottom_left img, .has-image-text.paragraph--type--image-hero-large .hero-inner-right.bottom_left img, .hero.has-video .hero-inner-right.bottom_left img, .has-video.paragraph--type--image-hero-large .hero-inner-right.bottom_left img {
  object-position: bottom left;
}
.hero.has-image-text .hero-inner-right.bottom_center img, .has-image-text.paragraph--type--image-hero-large .hero-inner-right.bottom_center img, .hero.has-video .hero-inner-right.bottom_center img, .has-video.paragraph--type--image-hero-large .hero-inner-right.bottom_center img {
  object-position: bottom center;
}
.hero.has-image-text .hero-inner-right.bottom_right img, .has-image-text.paragraph--type--image-hero-large .hero-inner-right.bottom_right img, .hero.has-video .hero-inner-right.bottom_right img, .has-video.paragraph--type--image-hero-large .hero-inner-right.bottom_right img {
  object-position: bottom right;
}
.hero.has-image-text-pull-header h1, .has-image-text-pull-header.paragraph--type--image-hero-large h1, .hero.has-image-text-pull-header .category-banner p, .has-image-text-pull-header.paragraph--type--image-hero-large .category-banner p, .category-banner .hero.has-image-text-pull-header p, .category-banner .has-image-text-pull-header.paragraph--type--image-hero-large p, .hero.has-image-text-pull-header .articles__collection .heading h2, .has-image-text-pull-header.paragraph--type--image-hero-large .articles__collection .heading h2, .hero.has-image-text-pull-header .articles__collection .heading .timeline__title, .has-image-text-pull-header.paragraph--type--image-hero-large .articles__collection .heading .timeline__title, .articles__collection .heading .hero.has-image-text-pull-header h2, .articles__collection .heading .has-image-text-pull-header.paragraph--type--image-hero-large h2, .articles__collection .heading .hero.has-image-text-pull-header .timeline__title, .articles__collection .heading .has-image-text-pull-header.paragraph--type--image-hero-large .timeline__title {
  max-width: 1000px;
}
.hero.has-image-text-pull-header p, .has-image-text-pull-header.paragraph--type--image-hero-large p {
  font-size: 1.6em;
}
@media (min-width: 37.5em) {
  .hero.has-image-text-pull-header p, .has-image-text-pull-header.paragraph--type--image-hero-large p {
    font-size: 1.8em;
  }
}
@media (min-width: 56.25em) {
  .hero.has-image-text-pull-header p, .has-image-text-pull-header.paragraph--type--image-hero-large p {
    font-size: 2em;
  }
}
.hero.has-image-text-pull-header .hero-inner, .has-image-text-pull-header.paragraph--type--image-hero-large .hero-inner {
  min-height: 440px;
}
@media (min-width: 1024px) {
  .hero.has-image-text-pull-header .hero-inner .hero-inner-right, .has-image-text-pull-header.paragraph--type--image-hero-large .hero-inner .hero-inner-right {
    justify-content: flex-start;
  }
}
.hero.has-image-full-width, .has-image-full-width.paragraph--type--image-hero-large {
  background-color: #04214E;
  clear: both;
  overflow: hidden;
  position: relative;
}
.hero.has-image-full-width:before, .has-image-full-width.paragraph--type--image-hero-large:before, .hero.has-image-full-width:after, .has-image-full-width.paragraph--type--image-hero-large:after {
  position: absolute;
  top: 0;
  z-index: 0;
  background-repeat: no-repeat;
  opacity: 0.4;
  content: "";
}
@media (min-width: 64.0625em) {
  .hero.has-image-full-width:before, .has-image-full-width.paragraph--type--image-hero-large:before, .hero.has-image-full-width:after, .has-image-full-width.paragraph--type--image-hero-large:after {
    opacity: 1;
  }
}
.hero.has-image-full-width:before, .has-image-full-width.paragraph--type--image-hero-large:before {
  left: 0;
  background-image: url("icons/background-gold-left.svg");
  background-position: left top;
  background-size: 395px 225px;
  width: 395px;
  height: 225px;
}
.hero.has-image-full-width:after, .has-image-full-width.paragraph--type--image-hero-large:after {
  right: -40px;
  background-image: url("icons/background-gold-right.svg");
  background-position: right top;
  background-size: 340px 118px;
  width: 340px;
  height: 118px;
}
.hero.has-image-full-width .hero-inner, .has-image-full-width.paragraph--type--image-hero-large .hero-inner {
  padding: 2rem 2rem 1rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 64.0625em) {
  .hero.has-image-full-width .hero-inner, .has-image-full-width.paragraph--type--image-hero-large .hero-inner {
    padding: 4rem 3.5rem 1.75rem;
    margin-bottom: 4.5rem;
    min-height: 550px;
  }
}
.hero.has-image-full-width .hero-inner:before, .has-image-full-width.paragraph--type--image-hero-large .hero-inner:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}
@media (min-width: 64.0625em) {
  .hero.has-image-full-width .hero-inner:before, .has-image-full-width.paragraph--type--image-hero-large .hero-inner:before {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0) 100%);
  }
}
.hero.has-image-full-width .hero-inner > picture img, .has-image-full-width.paragraph--type--image-hero-large .hero-inner > picture img, .hero.has-image-full-width .hero-inner a > picture img, .has-image-full-width.paragraph--type--image-hero-large .hero-inner a > picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero.has-image-full-width .hero-inner-left, .has-image-full-width.paragraph--type--image-hero-large .hero-inner-left {
  position: relative;
  z-index: 1;
  justify-content: space-between;
}
.hero.has-image-full-width .hero-inner .hero-info, .has-image-full-width.paragraph--type--image-hero-large .hero-inner .hero-info {
  margin-top: 1.5rem;
}
.hero.has-image-full-width h1, .has-image-full-width.paragraph--type--image-hero-large h1, .hero.has-image-full-width .category-banner p, .has-image-full-width.paragraph--type--image-hero-large .category-banner p, .category-banner .hero.has-image-full-width p, .category-banner .has-image-full-width.paragraph--type--image-hero-large p, .hero.has-image-full-width .articles__collection .heading h2, .has-image-full-width.paragraph--type--image-hero-large .articles__collection .heading h2, .hero.has-image-full-width .articles__collection .heading .timeline__title, .has-image-full-width.paragraph--type--image-hero-large .articles__collection .heading .timeline__title, .articles__collection .heading .hero.has-image-full-width h2, .articles__collection .heading .has-image-full-width.paragraph--type--image-hero-large h2, .articles__collection .heading .hero.has-image-full-width .timeline__title, .articles__collection .heading .has-image-full-width.paragraph--type--image-hero-large .timeline__title {
  text-align: center;
}
.hero.has-image-full-width h1 strong, .has-image-full-width.paragraph--type--image-hero-large h1 strong, .hero.has-image-full-width .category-banner p strong, .has-image-full-width.paragraph--type--image-hero-large .category-banner p strong, .category-banner .hero.has-image-full-width p strong, .category-banner .has-image-full-width.paragraph--type--image-hero-large p strong, .hero.has-image-full-width .articles__collection .heading h2 strong, .has-image-full-width.paragraph--type--image-hero-large .articles__collection .heading h2 strong, .hero.has-image-full-width .articles__collection .heading .timeline__title strong, .has-image-full-width.paragraph--type--image-hero-large .articles__collection .heading .timeline__title strong, .articles__collection .heading .hero.has-image-full-width h2 strong, .articles__collection .heading .has-image-full-width.paragraph--type--image-hero-large h2 strong, .articles__collection .heading .hero.has-image-full-width .timeline__title strong, .articles__collection .heading .has-image-full-width.paragraph--type--image-hero-large .timeline__title strong {
  color: #B68937;
}
.hero.has-image-full-width h2, .has-image-full-width.paragraph--type--image-hero-large h2, .hero.has-image-full-width .timeline__title, .has-image-full-width.paragraph--type--image-hero-large .timeline__title {
  font-size: 2.6em;
  line-height: 1.1em;
}
@media (min-width: 37.5em) {
  .hero.has-image-full-width h2, .has-image-full-width.paragraph--type--image-hero-large h2, .hero.has-image-full-width .timeline__title, .has-image-full-width.paragraph--type--image-hero-large .timeline__title {
    font-size: 3.8em;
  }
}
@media (min-width: 56.25em) {
  .hero.has-image-full-width h2, .has-image-full-width.paragraph--type--image-hero-large h2, .hero.has-image-full-width .timeline__title, .has-image-full-width.paragraph--type--image-hero-large .timeline__title {
    font-size: 5.2em;
  }
}
.hero.has-image-framed, .has-image-framed.paragraph--type--image-hero-large {
  background-color: #04214E;
  clear: both;
  overflow: hidden;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.hero.has-image-framed:before, .has-image-framed.paragraph--type--image-hero-large:before, .hero.has-image-framed:after, .has-image-framed.paragraph--type--image-hero-large:after {
  position: absolute;
  top: 0;
  z-index: 0;
  background-repeat: no-repeat;
  opacity: 0.4;
  content: "";
}
@media (min-width: 75em) {
  .hero.has-image-framed:before, .has-image-framed.paragraph--type--image-hero-large:before, .hero.has-image-framed:after, .has-image-framed.paragraph--type--image-hero-large:after {
    opacity: 1;
  }
}
.hero.has-image-framed:before, .has-image-framed.paragraph--type--image-hero-large:before {
  left: 0;
  background-image: url("icons/background-gold-left.svg");
  background-position: left top;
  background-size: 395px 225px;
  width: 395px;
  height: 225px;
}
.hero.has-image-framed:after, .has-image-framed.paragraph--type--image-hero-large:after {
  right: -40px;
  background-image: url("icons/background-gold-right.svg");
  background-position: right top;
  background-size: 340px 118px;
  width: 340px;
  height: 118px;
}
.hero.has-image-framed .container, .has-image-framed.paragraph--type--image-hero-large .container {
  max-width: 1400px;
}
.hero.has-image-framed .hero-inner, .has-image-framed.paragraph--type--image-hero-large .hero-inner {
  padding: 2rem 2rem 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
@media (min-width: 64.0625em) {
  .hero.has-image-framed .hero-inner, .has-image-framed.paragraph--type--image-hero-large .hero-inner {
    padding: 2rem 3.5rem 1.75rem;
    margin-bottom: 2rem;
    margin-top: 0;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 90em) {
  .hero.has-image-framed .hero-inner, .has-image-framed.paragraph--type--image-hero-large .hero-inner {
    align-items: center;
  }
}
@media (min-width: 64.0625em) {
  .hero.has-image-framed .hero-inner > a, .has-image-framed.paragraph--type--image-hero-large .hero-inner > a, .hero.has-image-framed .hero-inner > picture, .has-image-framed.paragraph--type--image-hero-large .hero-inner > picture {
    flex: 0 0 60%;
    max-width: 750px;
    border-right: solid 10px #B68937;
    margin-right: 40px;
  }
}
@media (min-width: 64.0625em) {
  .hero.has-image-framed .hero-inner > a > picture, .has-image-framed.paragraph--type--image-hero-large .hero-inner > a > picture {
    width: 100%;
    height: 100%;
  }
}
.hero.has-image-framed .hero-inner > a > picture img, .has-image-framed.paragraph--type--image-hero-large .hero-inner > a > picture img {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero.has-image-framed .hero-inner-left, .has-image-framed.paragraph--type--image-hero-large .hero-inner-left {
  position: relative;
  z-index: 1;
  justify-content: space-between;
}
.hero.has-image-framed .hero-inner .hero-info, .has-image-framed.paragraph--type--image-hero-large .hero-inner .hero-info {
  margin-top: 1.5rem;
}
.hero.has-image-framed h1, .has-image-framed.paragraph--type--image-hero-large h1, .hero.has-image-framed .category-banner p, .has-image-framed.paragraph--type--image-hero-large .category-banner p, .category-banner .hero.has-image-framed p, .category-banner .has-image-framed.paragraph--type--image-hero-large p, .hero.has-image-framed .articles__collection .heading h2, .has-image-framed.paragraph--type--image-hero-large .articles__collection .heading h2, .hero.has-image-framed .articles__collection .heading .timeline__title, .has-image-framed.paragraph--type--image-hero-large .articles__collection .heading .timeline__title, .articles__collection .heading .hero.has-image-framed h2, .articles__collection .heading .has-image-framed.paragraph--type--image-hero-large h2, .articles__collection .heading .hero.has-image-framed .timeline__title, .articles__collection .heading .has-image-framed.paragraph--type--image-hero-large .timeline__title {
  text-align: center;
}
.hero.has-image-framed h1 strong, .has-image-framed.paragraph--type--image-hero-large h1 strong, .hero.has-image-framed .category-banner p strong, .has-image-framed.paragraph--type--image-hero-large .category-banner p strong, .category-banner .hero.has-image-framed p strong, .category-banner .has-image-framed.paragraph--type--image-hero-large p strong, .hero.has-image-framed .articles__collection .heading h2 strong, .has-image-framed.paragraph--type--image-hero-large .articles__collection .heading h2 strong, .hero.has-image-framed .articles__collection .heading .timeline__title strong, .has-image-framed.paragraph--type--image-hero-large .articles__collection .heading .timeline__title strong, .articles__collection .heading .hero.has-image-framed h2 strong, .articles__collection .heading .has-image-framed.paragraph--type--image-hero-large h2 strong, .articles__collection .heading .hero.has-image-framed .timeline__title strong, .articles__collection .heading .has-image-framed.paragraph--type--image-hero-large .timeline__title strong {
  color: #B68937;
}
.hero.has-image-framed h2, .has-image-framed.paragraph--type--image-hero-large h2, .hero.has-image-framed .timeline__title, .has-image-framed.paragraph--type--image-hero-large .timeline__title {
  font-size: 2.6em;
  line-height: 1.1em;
}
@media (min-width: 37.5em) {
  .hero.has-image-framed h2, .has-image-framed.paragraph--type--image-hero-large h2, .hero.has-image-framed .timeline__title, .has-image-framed.paragraph--type--image-hero-large .timeline__title {
    font-size: 3.2em;
  }
}
@media (min-width: 56.25em) {
  .hero.has-image-framed h2, .has-image-framed.paragraph--type--image-hero-large h2, .hero.has-image-framed .timeline__title, .has-image-framed.paragraph--type--image-hero-large .timeline__title {
    font-size: 3.6em;
  }
}
.hero.has-image-framed p, .has-image-framed.paragraph--type--image-hero-large p {
  font-size: 1.125rem;
}
.hero.has-image-framed .tag-wrapper .tag a, .has-image-framed.paragraph--type--image-hero-large .tag-wrapper .tag a {
  font-size: 1.25rem;
  text-transform: uppercase;
}
.hero.font-reverse h1, .font-reverse.paragraph--type--image-hero-large h1, .hero.font-reverse .news-story + .articles__collection .heading h2, .font-reverse.paragraph--type--image-hero-large .news-story + .articles__collection .heading h2, .hero.font-reverse .news-story + .articles__collection .heading .timeline__title, .font-reverse.paragraph--type--image-hero-large .news-story + .articles__collection .heading .timeline__title, .news-story + .articles__collection .heading .hero.font-reverse h2, .news-story + .articles__collection .heading .font-reverse.paragraph--type--image-hero-large h2, .news-story + .articles__collection .heading .hero.font-reverse .timeline__title, .news-story + .articles__collection .heading .font-reverse.paragraph--type--image-hero-large .timeline__title, .hero.font-reverse h2, .font-reverse.paragraph--type--image-hero-large h2, .hero.font-reverse .timeline__title, .font-reverse.paragraph--type--image-hero-large .timeline__title, .hero.font-reverse p, .font-reverse.paragraph--type--image-hero-large p, .hero.font-reverse .byline, .font-reverse.paragraph--type--image-hero-large .byline, .hero.font-reverse .date, .font-reverse.paragraph--type--image-hero-large .date {
  color: #fff;
}
.hero.font-reverse h1 a, .font-reverse.paragraph--type--image-hero-large h1 a, .hero.font-reverse .news-story + .articles__collection .heading h2 a, .font-reverse.paragraph--type--image-hero-large .news-story + .articles__collection .heading h2 a, .news-story + .articles__collection .heading .hero.font-reverse h2 a, .news-story + .articles__collection .heading .font-reverse.paragraph--type--image-hero-large h2 a, .hero.font-reverse h2 a, .font-reverse.paragraph--type--image-hero-large h2 a, .hero.font-reverse .timeline__title a, .font-reverse.paragraph--type--image-hero-large .timeline__title a, .hero.font-reverse p a, .font-reverse.paragraph--type--image-hero-large p a, .hero.font-reverse .byline a, .font-reverse.paragraph--type--image-hero-large .byline a, .hero.font-reverse .date a, .font-reverse.paragraph--type--image-hero-large .date a {
  color: #fff;
}
.hero-button {
  margin-top: 0.5rem;
}
.hero-image-button > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.hero h1 a, .paragraph--type--image-hero-large h1 a, .hero .category-banner p a, .paragraph--type--image-hero-large .category-banner p a, .category-banner .hero p a, .category-banner .paragraph--type--image-hero-large p a, .hero .articles__collection .heading h2 a, .paragraph--type--image-hero-large .articles__collection .heading h2 a, .hero .articles__collection .heading .timeline__title a, .paragraph--type--image-hero-large .articles__collection .heading .timeline__title a, .articles__collection .heading .hero h2 a, .articles__collection .heading .paragraph--type--image-hero-large h2 a, .articles__collection .heading .hero .timeline__title a, .articles__collection .heading .paragraph--type--image-hero-large .timeline__title a {
  color: #04214E;
}
.hero h1 a span, .paragraph--type--image-hero-large h1 a span, .hero .category-banner p a span, .paragraph--type--image-hero-large .category-banner p a span, .category-banner .hero p a span, .category-banner .paragraph--type--image-hero-large p a span, .hero .articles__collection .heading h2 a span, .paragraph--type--image-hero-large .articles__collection .heading h2 a span, .hero .articles__collection .heading .timeline__title a span, .paragraph--type--image-hero-large .articles__collection .heading .timeline__title a span, .articles__collection .heading .hero h2 a span, .articles__collection .heading .paragraph--type--image-hero-large h2 a span, .articles__collection .heading .hero .timeline__title a span, .articles__collection .heading .paragraph--type--image-hero-large .timeline__title a span {
  color: #B68937;
}
.hero h1 span, .paragraph--type--image-hero-large h1 span, .hero .category-banner p span, .paragraph--type--image-hero-large .category-banner p span, .category-banner .hero p span, .category-banner .paragraph--type--image-hero-large p span, .hero .articles__collection .heading h2 span, .paragraph--type--image-hero-large .articles__collection .heading h2 span, .hero .articles__collection .heading .timeline__title span, .paragraph--type--image-hero-large .articles__collection .heading .timeline__title span, .articles__collection .heading .hero h2 span, .articles__collection .heading .paragraph--type--image-hero-large h2 span, .articles__collection .heading .hero .timeline__title span, .articles__collection .heading .paragraph--type--image-hero-large .timeline__title span {
  color: #B68937;
}
.hero h1 strong, .paragraph--type--image-hero-large h1 strong, .hero .category-banner p strong, .paragraph--type--image-hero-large .category-banner p strong, .category-banner .hero p strong, .category-banner .paragraph--type--image-hero-large p strong, .hero .articles__collection .heading h2 strong, .paragraph--type--image-hero-large .articles__collection .heading h2 strong, .hero .articles__collection .heading .timeline__title strong, .paragraph--type--image-hero-large .articles__collection .heading .timeline__title strong, .articles__collection .heading .hero h2 strong, .articles__collection .heading .paragraph--type--image-hero-large h2 strong, .articles__collection .heading .hero .timeline__title strong, .articles__collection .heading .paragraph--type--image-hero-large .timeline__title strong {
  font-weight: 800;
  color: #B68937;
}
.hero p, .paragraph--type--image-hero-large p {
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 64.0625em) {
  .hero p, .paragraph--type--image-hero-large p {
    font-size: 2em;
  }
}
.hero-inner {
  background-size: cover;
  background-position: center;
  margin-top: 1rem;
}
@media (min-width: 64.0625em) {
  .hero-inner {
    margin-top: 2.25rem;
  }
}
@media (min-width: 64.0625em) {
  .hero-inner {
    display: flex;
  }
}
.hero-inner-left, .hero-inner-right {
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (min-width: 64.0625em) {
  .hero-inner-left, .hero-inner-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.hero-inner-left {
  margin-bottom: 1rem;
}
@media (min-width: 64.0625em) {
  .hero-inner-left {
    width: 55%;
    margin: 0 3.5% 0 0;
  }
}
.hero-inner-left > a {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-inner-left > picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media (min-width: 64.0625em) {
  .hero-inner-right {
    width: 41.5%;
  }
}
.hero-inner-image {
  height: 46vw;
}
@media (min-width: 64.0625em) {
  .hero-inner-image {
    height: auto;
  }
}
.hero-inner ul li,
.hero-inner ul li:before {
  color: #FFF;
}

.hero--resource h1 span, .hero--resource .category-banner p span, .category-banner .hero--resource p span, .hero--resource .articles__collection .heading h2 span, .hero--resource .articles__collection .heading .timeline__title span, .articles__collection .heading .hero--resource h2 span, .articles__collection .heading .hero--resource .timeline__title span {
  color: currentColor;
}

.hero--resource .container p + p {
  margin-top: 20px;
}

@media (min-width: 75em) {
  .hero--resource .hero-inner-image {
    max-height: 600px;
  }
}

.hero.has-video .hero-inner, .has-video.paragraph--type--image-hero-large .hero-inner {
  flex-direction: column;
}
@media (min-width: 64.0625em) {
  .hero.has-video .hero-inner, .has-video.paragraph--type--image-hero-large .hero-inner {
    flex-direction: row;
  }
}

@media (min-width: 64.0625em) {
  .hero.has-video .hero-inner .hero-inner-left, .has-video.paragraph--type--image-hero-large .hero-inner .hero-inner-left {
    width: 42%;
  }
}

@media (min-width: 64.0625em) {
  .hero.has-video .hero-inner .hero-inner-right, .has-video.paragraph--type--image-hero-large .hero-inner .hero-inner-right {
    border-left: none;
    position: relative;
    left: 0;
    top: 0;
    width: 56.5%;
  }
}

.hero.has-video .hero__video, .has-video.paragraph--type--image-hero-large .hero__video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
.hero.has-video .hero__video video, .has-video.paragraph--type--image-hero-large .hero__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 1;
}

.hero.has-video .hero__play-pause, .has-video.paragraph--type--image-hero-large .hero__play-pause {
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  padding: 0;
  border: none;
  cursor: pointer;
}
.hero.has-video .hero__play-pause .play, .has-video.paragraph--type--image-hero-large .hero__play-pause .play, .hero.has-video .hero__play-pause .pause, .has-video.paragraph--type--image-hero-large .hero__play-pause .pause {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero.has-video .hero__play-pause .play:before, .has-video.paragraph--type--image-hero-large .hero__play-pause .play:before, .hero.has-video .hero__play-pause .pause:before, .has-video.paragraph--type--image-hero-large .hero__play-pause .pause:before {
  content: "";
}
.hero.has-video .hero__play-pause .play, .has-video.paragraph--type--image-hero-large .hero__play-pause .play {
  display: none;
}
.hero.has-video .hero__play-pause .play:before, .has-video.paragraph--type--image-hero-large .hero__play-pause .play:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #04214e;
  display: block;
}
.hero.has-video .hero__play-pause .pause, .has-video.paragraph--type--image-hero-large .hero__play-pause .pause {
  flex-direction: row;
}
.hero.has-video .hero__play-pause .pause:before, .has-video.paragraph--type--image-hero-large .hero__play-pause .pause:before, .hero.has-video .hero__play-pause .pause:after, .has-video.paragraph--type--image-hero-large .hero__play-pause .pause:after {
  content: "";
  width: 4px;
  height: 12px;
  background-color: #04214e;
  display: block;
}
.hero.has-video .hero__play-pause .pause:before, .has-video.paragraph--type--image-hero-large .hero__play-pause .pause:before {
  margin-right: 3px;
}

.hero.has-video .hero__play-pause.paused .play, .has-video.paragraph--type--image-hero-large .hero__play-pause.paused .play {
  display: flex;
}
.hero.has-video .hero__play-pause.paused .pause, .has-video.paragraph--type--image-hero-large .hero__play-pause.paused .pause {
  display: none;
}

.interrupter {
  color: #fff;
}
.interrupter .meta {
  color: #000;
  background: #fff;
  font-size: 14px;
  margin-bottom: 0px;
  padding: 10px;
}
@media (min-width: 64.0625em) {
  .interrupter .meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 64.0625em) {
  .interrupter .container {
    display: flex;
    flex-direction: row-reverse;
    min-height: 470px;
    background-color: #04214E;
  }
}
@media (min-width: 64.0625em) {
  .interrupter__img--wrapper--outer {
    width: 45%;
    height: inherit;
    flex-basis: 46%;
    position: relative;
  }
}
.interrupter__img, .interrupter__img--wrapper {
  display: block;
  background-size: cover;
  background-position: center;
  height: 70vw;
}
@media (min-width: 64.0625em) {
  .interrupter__img, .interrupter__img--wrapper {
    height: 1vw;
    min-height: 100%;
  }
}
.interrupter__img {
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(1);
}
@media (max-width: 56.25em) {
  .interrupter__img {
    background-position: center 20%;
  }
}
@media (min-width: 64.0625em) {
  .interrupter__img {
    height: 100% !important;
    width: 100% !important;
  }
}
.interrupter__img > picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.interrupter__img--wrapper {
  overflow: hidden;
}
.interrupter__img--wrapper:hover .interrupter__img {
  transform: scale(1.1);
}
.interrupter__text {
  background-color: #04214E;
  padding: 1.25rem;
}
@media (min-width: 64.0625em) {
  .interrupter__text {
    flex-basis: 54%;
    padding: 3rem;
  }
}
@media (min-width: 75em) {
  .interrupter__text {
    padding: 4rem 3.5rem;
  }
}
.interrupter__text p.pre-header {
  font-size: 1.6em;
  line-height: 1.45em;
  color: #B68937;
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 64.0625em) {
  .interrupter__text p.pre-header {
    font-size: 2.4em;
  }
}
@media (min-width: 64.0625em) and (max-width: 75em) {
  .interrupter__text p.pre-header {
    font-size: 1.8em;
  }
}
.interrupter__text p {
  font-size: 18px;
}
@media (min-width: 64.0625em) {
  .interrupter__text p {
    font-size: 18px;
  }
}
.interrupter__text h2, .interrupter__text .timeline__title {
  font-size: 3em;
  color: #fff;
  margin: 0 0 0.25em;
  line-height: 1.1;
}
@media (min-width: 75em) {
  .interrupter__text h2, .interrupter__text .timeline__title {
    font-size: 4em;
  }
}
.interrupter__text h2 a, .interrupter__text .timeline__title a {
  color: #fff;
}
.interrupter__text h2 strong, .interrupter__text .timeline__title strong, .interrupter__text h2 a strong {
  color: #B68937;
}
@media (min-width: 64.0625em) {
  .interrupter__text .btn, .interrupter__text .resource-filter .pager__item a.button, .resource-filter .pager__item .interrupter__text a.button, .interrupter__text .news ul.pager .pager__item .button, .news ul.pager .pager__item .interrupter__text .button {
    margin-top: 2rem;
  }
}
.interrupter__text ul li:before {
  color: #FFFFFF;
}

.interrupter.full_width {
  background: #04214E;
  position: relative;
}
.interrupter.full_width:before {
  position: absolute;
  top: -105px;
  right: 41.5%;
  width: 58.5%;
  bottom: 0;
  margin: auto;
  background-image: url(icons/background-white.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 1454px 765px;
  z-index: 0;
  opacity: 0.2;
  content: "";
}
.interrupter.full_width .container {
  flex-direction: row;
  background: none;
}
@media (min-width: 64.0625em) {
  .interrupter.full_width .interrupter__text {
    flex-basis: 36%;
    padding: 3rem;
    position: relative;
    background: none;
  }
}
.interrupter.full_width .interrupter__img--wrapper--outer {
  height: auto;
  width: 115%;
  margin-bottom: 1.5rem;
  left: -7.5%;
  right: -7.5%;
  position: relative;
}
@media (min-width: 64.0625em) {
  .interrupter.full_width .interrupter__img--wrapper--outer {
    height: 80vw;
  }
}
@media (min-width: 1024px) {
  .interrupter.full_width .interrupter__img--wrapper--outer {
    border-bottom: none;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60%;
    margin-bottom: 0;
    height: auto;
  }
}
.interrupter.full_width .interrupter__img--wrapper--outer:before {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #1D6ECC;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 64.0625em) {
  .interrupter.full_width .interrupter__img--wrapper--outer:before {
    height: 100%;
    width: 12px;
    background: #1D6ECC;
    top: 0;
    left: 0;
  }
}
.interrupter.full_width .meta {
  padding-left: 20px;
}
@media (min-width: 64.0625em) {
  .interrupter.full_width .meta {
    padding-left: 16px;
  }
}

.logos-inner {
  background-color: #fff;
  padding: 1.5rem 0 2rem;
}
.logos__wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  gap: 30px;
}
@media (min-width: 750px) {
  .logos__wrapper {
    display: flex;
    gap: 40px;
  }
}
.logos__wrapper a {
  display: block;
  margin: 1rem auto 3rem;
  text-align: center;
  width: 100%;
  max-width: 300px;
}
@media (min-width: 750px) {
  .logos__wrapper a {
    width: 26%;
    margin: 1rem 3.5% 1rem;
  }
}
@media (min-width: 75em) {
  .logos__wrapper a {
    width: 23%;
    margin: 1rem 5% 1rem;
  }
}
.logos__wrapper a img {
  height: auto;
}
.logos__wrapper a.logo-wide {
  max-width: 375px;
}
@media (min-width: 56.25em) {
  .logos__wrapper a.logo-wide {
    width: 40%;
    margin: 1rem 2% 1rem;
  }
}

.stat-panel {
  text-align: center;
  padding-top: 5em;
  padding-bottom: 4em;
  margin: 3em auto 3em;
}
.stat-panel h2, .stat-panel .timeline__title {
  font-size: 5.2em;
  margin-bottom: 0.5rem;
}
.stat-panel h2 span, .stat-panel .timeline__title span {
  color: #B68937;
}
.stat-panel .stats {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 3em;
}
.stat-panel .stats .stat {
  padding: 3em;
  display: inline-block;
  border-bottom: 1px solid #C7C7C7;
  margin: 0 auto 0;
  width: 100%;
  max-width: 100%;
}
.stat-panel .stats .stat .label {
  font-size: 2.4em;
  color: #04214E;
  font-weight: 600;
}
.stat-panel .stats .stat .number {
  font-size: 3em;
  font-weight: 800;
  color: #04214E;
  margin-top: 0.25em;
}
.stat-panel .stats .stat:last-of-type {
  border: none;
}
@media (min-width: 37.5em) {
  .stat-panel .stats .stat {
    width: 400px;
  }
}
@media (min-width: 64.0625em) {
  .stat-panel .stats {
    flex-direction: row;
    max-width: 1200px;
    margin: 2rem auto 0;
  }
  .stat-panel .stats .stat {
    border-right: 1px solid #C7C7C7;
    border-bottom: none;
    margin: 0;
    width: auto;
    padding-left: 5em;
    padding-right: 5em;
  }
}

.subscribe-banner {
  background-color: #fff;
  z-index: 10;
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 2rem 2rem 4rem;
  position: relative;
  border: 1px solid #04214E;
}
@media (min-width: 37.5em) {
  .subscribe-banner {
    padding: 3rem 2rem 4rem;
  }
}
@media (min-width: 64.0625em) {
  .subscribe-banner {
    flex-direction: row;
    padding: 4.25rem 0 4rem;
  }
}
.subscribe-banner .banner-image {
  width: auto;
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 64.0625em) {
  .subscribe-banner .banner-image {
    width: 31%;
    margin-bottom: 0;
    padding: 0 0.5rem 0 2.5rem;
  }
}
.subscribe-banner .banner-image img {
  width: 250px;
  height: auto;
}
@media (min-width: 64.0625em) {
  .subscribe-banner .banner-image img {
    width: 100%;
  }
}
.subscribe-banner .banner-content {
  padding: 1em 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 64.0625em) {
  .subscribe-banner .banner-content {
    padding: 0 2em;
    width: 69%;
  }
}
.subscribe-banner .banner-content .main-text {
  margin-left: 0;
}
@media (min-width: 75em) {
  .subscribe-banner .banner-content .main-text {
    padding-left: 0;
    width: 100%;
  }
}
.subscribe-banner .banner-content .main-text h2, .subscribe-banner .banner-content .main-text .timeline__title {
  color: #04214E;
  margin-bottom: 0em;
  font-size: 2.5em;
}
.subscribe-banner .banner-content .main-text p {
  color: #04214E;
  margin: 0.5em 0;
  font-size: 1.5em;
  line-height: 1.2em;
}
@media (min-width: 37.5em) {
  .subscribe-banner .banner-content .main-text p {
    line-height: 1.6em;
    font-size: 1.75em;
    margin: 0 0 0.25rem;
  }
}
@media (min-width: 750px) {
  .subscribe-banner .banner-content .main-text p {
    margin: 0.25rem 0;
    font-size: 2em;
  }
}
.subscribe-banner .banner-content .main-text .credit {
  position: absolute;
  color: #fff;
  font-size: 0.5em;
  margin: 0.75em 0 0 0;
  bottom: -2rem;
}
.subscribe-banner .banner-content .main-text .credit:after {
  display: inline-block;
  content: "";
  width: 75px;
  height: 23px;
  margin: 0 0 -4px 3px;
  background: url("icons/bloomberg_logo_white.svg") right top/contain no-repeat;
}
@media (min-width: 64.0625em) {
  .subscribe-banner .banner-content .main-text .credit {
    right: 2.5rem;
    bottom: 0;
  }
}
@media (min-width: 75em) {
  .subscribe-banner .banner-content .main-text .credit {
    font-size: 0.75em;
  }
  .subscribe-banner .banner-content .main-text .credit:after {
    width: 98px;
    height: 31px;
    margin: 0 0 -7px 5px;
  }
}
.subscribe-banner .banner-content form {
  width: 100%;
  margin: 2.5em 0 0.5rem;
}
@media (min-width: 64.0625em) {
  .subscribe-banner .banner-content form {
    margin: 4em 0 0;
  }
}
.subscribe-banner .banner-content form .form-item-email label {
  display: inline-block;
  width: 0;
  overflow: hidden;
}
@media (min-width: 64.0625em) {
  .subscribe-banner .banner-content form .js-form-wrapper {
    width: auto;
    float: left;
    margin-right: 0.5em;
    margin-top: 1em;
  }
}
.subscribe-banner .banner-content form .js-form-item-email {
  width: 100%;
  margin-bottom: 10px;
  /*width: calc(100% - 115px);*/
  /*@media (min-width: 700px) {
  	width: calc(100% - 115px);
  }*/
}
@media (min-width: 64.0625em) {
  .subscribe-banner .banner-content form .js-form-item-email {
    /*width: calc(100% - 285px);*/
    width: 100%;
    max-width: 300px;
    margin: 10px 0 0;
  }
}
@media (min-width: 75em) {
  .subscribe-banner .banner-content form .js-form-item-email {
    /*max-width: 350px;
    width: calc(100% - 110px);*/
    max-width: 390px;
  }
}
.subscribe-banner .banner-content form input[type=email] {
  color: #04214E;
  font-size: 12px;
  height: 48px;
  box-sizing: border-box;
  padding: 1em;
  background: #fff;
  border: 1px solid #04214E;
  width: 100%;
  font-size: 1.3em;
  -webkit-appearance: none;
  border-radius: 0;
}
.subscribe-banner .banner-content form input[type=email]:placeholder {
  color: #04214E;
  font-size: 12px;
}
.subscribe-banner .banner-content form input[type=email]::-webkit-input-placeholder {
  color: #04214E;
  font-size: 12px;
}
.subscribe-banner .banner-content form input[type=email]::-moz-placeholder {
  color: #04214E;
  font-size: 12px;
}
.subscribe-banner .banner-content form input[type=email]:-ms-input-placeholder {
  color: #04214E;
  font-size: 12px;
}
.subscribe-banner .banner-content form input[type=email]:-moz-placeholder {
  color: #04214E;
  font-size: 12px;
}
.subscribe-banner .banner-content form input[type=submit] {
  display: inline;
  margin: 0;
  cursor: pointer;
  background: #326EC5;
  font-size: 14px;
  padding: 0 1.5rem;
  position: relative;
  top: 1px;
  height: 48px;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
@media (min-width: 64.0625em) {
  .subscribe-banner .banner-content form input[type=submit] {
    margin: 9px 0 0 6px;
  }
}
.subscribe-banner .banner-content form input[type=submit]:hover {
  background-color: #2d63b1;
}
.subscribe-banner .banner-content form .form-item-gdpr-agreement {
  margin: 1.5rem 0 0;
}
@media (min-width: 64.0625em) {
  .subscribe-banner .banner-content form .form-item-gdpr-agreement {
    max-width: 90%;
  }
}
.subscribe-banner .banner-content form .webform-element-description {
  font-size: 14px;
  line-height: 20px;
  margin: 15px 0;
}
.subscribe-banner .banner-content form input[type=checkbox] {
  transform: scale(1.4);
  margin-right: 10px;
  border: 1px solid #04214E;
}
.subscribe-banner .banner-content form .form-checkboxes > div {
  margin-bottom: 15px;
}
@media (min-width: 64.0625em) {
  .subscribe-banner .banner-content form .form-checkboxes > div {
    width: 48%;
    float: left;
    margin-right: 2%;
  }
}
@media (min-width: 75em) {
  .subscribe-banner .banner-content form {
    margin-top: 1em;
  }
}
.subscribe-banner .banner-content form label.option {
  display: inline;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.text-module {
  overflow: hidden;
}
.text-module .container {
  padding: 4em;
  color: #fff;
  background: #04214E;
  position: relative;
}
@media (min-width: 56.25em) {
  .text-module .container {
    padding: 6em 4em;
  }
}
.text-module .container:before {
  position: absolute;
  top: -105px;
  right: 0;
  width: 100%;
  bottom: 0;
  margin: auto;
  background-image: url(icons/background-white.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 1454px 765px;
  z-index: 0;
  opacity: 0.1;
  content: "";
}
.text-module .container h2, .text-module .container .timeline__title, .text-module .container p, .text-module .container .button {
  position: relative;
  z-index: 1;
}
.text-module .container h2, .text-module .container .timeline__title, .text-module .container h3, .text-module .container h4, .text-module .container h5, .text-module .container h6 {
  color: #fff;
}
.text-module .container h2 strong, .text-module .container .timeline__title strong, .text-module .container h3 strong, .text-module .container h4 strong, .text-module .container h5 strong, .text-module .container h6 strong {
  color: #B68937;
}
@media (min-width: 56.25em) {
  .text-module .container p {
    max-width: 650px;
  }
}
.text-module .container .button a {
  margin-bottom: 0;
}
.text-module .container ul li:before {
  color: #fff;
}

@media (min-width: 56.25em) {
  .text-module.text-interruptor p {
    max-width: 100%;
  }
}
.text-module.text-interruptor .btn-external {
  padding-right: 20px;
}
.text-module.text-interruptor .btn-external:after {
  display: none;
}

.text-module.full-width {
  color: #fff;
  background: #04214E;
  position: relative;
}
.text-module.full-width:before {
  position: absolute;
  top: -105px;
  right: -260px;
  width: 30%;
  bottom: 0;
  margin: auto;
  background-image: url(icons/background-white.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 1454px 765px;
  z-index: 0;
  opacity: 0.1;
  content: "";
}
.text-module.full-width:after {
  position: absolute;
  top: -105px;
  left: -340px;
  width: 30%;
  bottom: 0;
  margin: auto;
  background-image: url(icons/background-white.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 1454px 765px;
  z-index: 0;
  opacity: 0.1;
  content: "";
  transform: scaleX(-1) scaleY(-1);
}
.text-module.full-width .container {
  background: none;
}
.text-module.full-width .container:before {
  display: none;
}
@media (min-width: 56.25em) {
  .text-module.full-width .container {
    align-items: center;
    padding: 6em 0;
  }
}
@media (min-width: 56.25em) {
  .text-module.full-width p {
    max-width: 100%;
  }
}
.text-module.full-width .btn, .text-module.full-width .resource-filter .pager__item a.button, .resource-filter .pager__item .text-module.full-width a.button, .text-module.full-width .news ul.pager .pager__item .button, .news ul.pager .pager__item .text-module.full-width .button {
  text-wrap: nowrap;
  display: inline-block;
  background: #B68937;
  font-weight: bold;
  border-radius: 2em;
  margin-top: 0;
}
.text-module.full-width .btn-external {
  padding-right: 20px;
}
.text-module.full-width .btn-external:after {
  display: none;
}

.paragraph--type--text h2, .paragraph--type--text .timeline__title,
.content-area h2,
.content-area .timeline__title {
  font-size: 32px;
}
@media (max-width: 56.25em) {
  .paragraph--type--text h2, .paragraph--type--text .timeline__title,
  .content-area h2,
  .content-area .timeline__title {
    font-size: 30px;
  }
}
.paragraph--type--text h3,
.content-area h3 {
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: 800;
  color: #04214E;
  font-size: 24px;
}
@media (min-width: 56.25em) {
  .paragraph--type--text h3,
  .content-area h3 {
    line-height: 1.35;
    font-size: 24px;
  }
}
.paragraph--type--text h4,
.content-area h4 {
  color: #B68937;
  font-family: montserrat, sans-serif;
  font-size: 24px;
}
@media (min-width: 56.25em) {
  .paragraph--type--text h4,
  .content-area h4 {
    font-size: 24px;
  }
}
.paragraph--type--text h5,
.content-area h5 {
  font-family: montserrat, sans-serif;
  color: #B68937;
  font-size: 20px;
}
.paragraph--type--text h6,
.content-area h6 {
  font-family: montserrat, sans-serif;
  color: #04214E;
  font-size: 20px;
  line-height: 1.25;
}

.speaker-teaser {
  padding: 0.5rem 1rem;
}
@media (min-width: 56.25em) {
  .speaker-teaser {
    padding: 0.5rem 0.5rem;
  }
}
.speaker__img img:hover {
  cursor: pointer;
}
@media (min-width: 56.25em) {
  .speaker__details {
    padding: 0 0.5rem;
  }
}
.speaker__name {
  font-size: 1rem;
  line-height: 1.15em;
  font-weight: 800;
  font-family: "ff-meta-serif-web-pro", serif;
  margin: 0.5rem 0;
  color: #04214E;
  text-align: left;
}
@media (min-width: 56.25em) {
  .speaker__name {
    margin: 1rem 0;
    font-size: 1.25rem;
  }
}
.speaker__name .bio-link {
  transition: 0.15s all ease-in-out;
  text-decoration: none;
}
.speaker__name .bio-link:hover {
  color: #B68937;
  cursor: pointer;
}
.speaker__attribution {
  color: #B68937;
  font-size: 0.6rem;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 56.25em) {
  .speaker__attribution {
    font-size: 0.7rem;
  }
}
.speaker__bio {
  display: none;
  transition: all 1s ease;
}
.speaker__details.open .speaker__bio {
  opacity: 1;
  display: block;
  position: fixed;
  top: 7vh;
  left: 5vw;
  height: 90vh;
  width: 90vw;
  background: #04214E;
  padding: 3vw;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.5);
}
.speaker__details.open .speaker__bio::before {
  content: "";
  display: block;
  position: fixed;
  /* could also be absolute */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.4);
}
.speaker__details.open .speaker__bio .close-speaker {
  position: absolute;
  top: 5vh;
  right: 7vw;
  cursor: pointer;
  width: 35px;
  padding: 10px 0;
}
@media (min-width: 56.25em) {
  .speaker__details.open .speaker__bio .close-speaker {
    top: 12vh;
    right: 6vw;
  }
}
.speaker__details.open .speaker__bio .close-speaker .diag-right,
.speaker__details.open .speaker__bio .close-speaker .diag-left {
  background-color: #04214E;
  display: block;
  height: 2px;
  margin-top: 1px;
  transform: rotate(45deg);
  width: 35px;
}
.speaker__details.open .speaker__bio .close-speaker .diag-right {
  margin-top: -2px;
  transform: rotate(-45deg);
}
.speaker__details.open .speaker__bio .speaker__lightbox {
  background: #fff;
  padding: 10vw 5vw 4vw;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 56.25em) {
  .speaker__details.open .speaker__bio .speaker__lightbox {
    padding: 7vw 5vw 4vw;
  }
}
.speaker__details.open .speaker__bio h3 {
  text-align: left;
  margin-bottom: 0.5rem;
}
@media (min-width: 56.25em) {
  .speaker__details.open .speaker__bio h3 {
    font-size: 2rem;
  }
}
.speaker__details.open .speaker__bio .speaker__attribution {
  max-width: 75%;
  text-align: left;
}
@media (min-width: 37.5em) {
  .speaker__details.open .speaker__bio .speaker__attribution {
    max-width: 45%;
  }
}
@media (min-width: 56.25em) {
  .speaker__details.open .speaker__bio .speaker__attribution {
    max-width: 33%;
    font-size: 0.8rem;
  }
}
.speaker__details.open .speaker__bio .speaker__text {
  text-align: left;
  margin-top: 5vh;
  font-size: 0.65rem;
  max-height: 82%;
  overflow-y: auto;
}
@media (min-width: 56.25em) {
  .speaker__details.open .speaker__bio .speaker__text {
    max-height: 75%;
  }
}

.video__feature {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video__feature iframe,
.video__feature embed,
.video__feature object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__intro {
  background: #fff;
  padding: 1rem;
  position: relative;
}
.video__flag {
  background: #ef0000;
  display: inline-block;
  padding: 0.2rem 1rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-size: 0.9rem;
}

iframe {
  max-width: 100%;
}

.paragraph--type--faq .container,
.paragraph--type--faqs-entity .container {
  background-color: #e9e9e9;
  padding: 2em;
  margin: 3rem auto;
}
.paragraph--type--faq .container h2, .paragraph--type--faq .container .timeline__title,
.paragraph--type--faqs-entity .container h2,
.paragraph--type--faqs-entity .container .timeline__title {
  text-align: center;
  margin-bottom: 2rem;
}
.paragraph--type--faq .container .detail-expander,
.paragraph--type--faqs-entity .container .detail-expander {
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 56.25em) {
  .paragraph--type--faq .container .detail-expander,
  .paragraph--type--faqs-entity .container .detail-expander {
    margin-bottom: 3rem;
    cursor: pointer;
  }
}
.paragraph--type--faq .container .accordion,
.paragraph--type--faqs-entity .container .accordion {
  font-size: 1.25rem;
  padding-left: 1em;
}
.paragraph--type--faq .container .accordion.open,
.paragraph--type--faqs-entity .container .accordion.open {
  /*display: block;*/
}
.paragraph--type--faq .container .accordion.accordion-toggle,
.paragraph--type--faqs-entity .container .accordion.accordion-toggle {
  display: none;
}
.paragraph--type--faq .container .accordion .paragraph--type--faq-item,
.paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item {
  margin-bottom: 1em;
}
.paragraph--type--faq .container .accordion .paragraph--type--faq-item strong, .paragraph--type--faq .container .accordion .paragraph--type--faq-item strong em,
.paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item strong,
.paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item strong em {
  font-weight: 800;
}
.paragraph--type--faq .container .accordion .paragraph--type--faq-item:after,
.paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item:after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: #04214E;
  width: calc(100% - 0.3em);
  margin-left: 0.3em;
}
@media (min-width: 37.5em) {
  .paragraph--type--faq .container .accordion .paragraph--type--faq-item:after,
  .paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item:after {
    margin-left: 1em;
    width: calc(100% - 1em);
  }
}
.paragraph--type--faq .container .accordion .paragraph--type--faq-item .accordion-header:before,
.paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .accordion-header:before {
  content: "";
  background: url("icons/carat-blue.png") center/cover no-repeat;
  width: 12px;
  height: 18px;
  display: inline-block;
  margin-left: -1em;
  float: left;
  position: relative;
  top: 0.3em;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 37.5em) {
  .paragraph--type--faq .container .accordion .paragraph--type--faq-item .accordion-header:before,
  .paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .accordion-header:before {
    top: 0.5em;
  }
}
.paragraph--type--faq .container .accordion .paragraph--type--faq-item .accordion-header h4,
.paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .accordion-header h4 {
  font-size: 0.9em;
  margin: 0 0.25em 0 0.3em;
  cursor: pointer;
}
@media (min-width: 37.5em) {
  .paragraph--type--faq .container .accordion .paragraph--type--faq-item .accordion-header h4,
  .paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .accordion-header h4 {
    font-size: 1.2em;
    margin-right: 0.7em;
  }
}
@media (min-width: 56.25em) {
  .paragraph--type--faq .container .accordion .paragraph--type--faq-item .accordion-header h4,
  .paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .accordion-header h4 {
    font-size: 1.4em;
  }
}
.paragraph--type--faq .container .accordion .paragraph--type--faq-item .accordion-header.open:before,
.paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .accordion-header.open:before {
  transform: rotate(90deg);
}
.paragraph--type--faq .container .accordion .paragraph--type--faq-item .answer,
.paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .answer {
  display: none;
}
.paragraph--type--faq .container .accordion .paragraph--type--faq-item .answer p,
.paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .answer p {
  font-size: 0.8em;
  margin: 1em 0.25em 0.5em 0.35em;
}
@media (min-width: 37.5em) {
  .paragraph--type--faq .container .accordion .paragraph--type--faq-item .answer p,
  .paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .answer p {
    font-size: 1em;
    margin-left: 1em;
  }
}
.paragraph--type--faq .container .accordion .paragraph--type--faq-item .answer ul, .paragraph--type--faq .container .accordion .paragraph--type--faq-item .answer ol,
.paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .answer ul,
.paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .answer ol {
  font-size: 0.8em;
  margin-left: 0.35em;
}
@media (min-width: 37.5em) {
  .paragraph--type--faq .container .accordion .paragraph--type--faq-item .answer ul, .paragraph--type--faq .container .accordion .paragraph--type--faq-item .answer ol,
  .paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .answer ul,
  .paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .answer ol {
    font-size: 1em;
    margin-left: 1em;
  }
}
@media (min-width: 56.25em) {
  .paragraph--type--faq .container .accordion .paragraph--type--faq-item .answer ul, .paragraph--type--faq .container .accordion .paragraph--type--faq-item .answer ol,
  .paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .answer ul,
  .paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .answer ol {
    margin: 1rem 0 2rem 2em;
  }
}
@media (min-width: 56.25em) {
  .paragraph--type--faq .container .accordion .paragraph--type--faq-item .answer ul,
  .paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .answer ul {
    margin-left: 3.5rem;
  }
}
.paragraph--type--faq .container .accordion .paragraph--type--faq-item .answer ol li,
.paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .answer ol li {
  counter-increment: li;
}
.paragraph--type--faq .container .accordion .paragraph--type--faq-item .answer ol li:before,
.paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .answer ol li:before {
  content: counter(li) ".";
  color: #000;
  display: inline-block;
  width: auto;
  margin-left: 0;
  font-weight: 300;
  margin-right: 6px;
}
.paragraph--type--faq .container .accordion .paragraph--type--faq-item .answer h3, .paragraph--type--faq .container .accordion .paragraph--type--faq-item .answer h4,
.paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .answer h3,
.paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .answer h4 {
  font-size: 1.25rem;
  margin: 2rem 0 1rem;
}
@media (min-width: 56.25em) {
  .paragraph--type--faq .container .accordion .paragraph--type--faq-item .answer h3, .paragraph--type--faq .container .accordion .paragraph--type--faq-item .answer h4,
  .paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .answer h3,
  .paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .answer h4 {
    font-size: 1.4rem;
    margin: 2.5rem 1rem 1.5rem;
  }
}
.paragraph--type--faq .container .accordion .paragraph--type--faq-item .answer .footnote p, .paragraph--type--faq .container .accordion .paragraph--type--faq-item .answer .footnote ol,
.paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .answer .footnote p,
.paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .answer .footnote ol {
  font-size: 0.7rem;
  margin: 0.75rem 0;
  line-height: 1.5;
}
@media (min-width: 56.25em) {
  .paragraph--type--faq .container .accordion .paragraph--type--faq-item .answer .footnote p, .paragraph--type--faq .container .accordion .paragraph--type--faq-item .answer .footnote ol,
  .paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .answer .footnote p,
  .paragraph--type--faqs-entity .container .accordion .paragraph--type--faq-item .answer .footnote ol {
    font-size: 0.8rem;
    margin: 0rem 1rem 0.5rem;
  }
}
@media (min-width: 37.5em) {
  .paragraph--type--faq .container,
  .paragraph--type--faqs-entity .container {
    padding: 5em 2em 3em;
  }
}
@media (min-width: 56.25em) {
  .paragraph--type--faq .container,
  .paragraph--type--faqs-entity .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 75em) {
  .paragraph--type--faq .container,
  .paragraph--type--faqs-entity .container {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

@media (min-width: 56.25em) {
  .faq--detail {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-right: 2em;
    min-width: 150px;
    margin-top: 10px;
  }
}
.faq--detail__item {
  margin-top: 2em;
  margin-bottom: 2em;
}
.faq--detail__item a, .faq--detail__item span {
  font-size: 1rem;
}
.faq--detail__body p, .faq--detail__body ul, .faq--detail__body ol {
  font-size: 1.6em;
  line-height: 1.6em;
  margin: 0 0 1.5em;
  font-weight: 300;
}
@media (min-width: 37.5em) {
  .faq--detail__body p, .faq--detail__body ul, .faq--detail__body ol {
    font-size: 1.8em;
  }
}
@media (min-width: 56.25em) {
  .faq--detail__body p, .faq--detail__body ul, .faq--detail__body ol {
    font-size: 2em;
  }
}
.faq--detail__body--title {
  font-size: 1.8em;
}
@media (min-width: 37.5em) {
  .faq--detail__body--title {
    font-size: 2em;
  }
}
@media (min-width: 56.25em) {
  .faq--detail__body--title {
    font-size: 3em;
    margin-top: 30px;
  }
}
@media (min-width: 37.5em) {
  .faq--detail__body .footnote ol, .faq--detail__body .footnote ul {
    font-size: 1.8em;
  }
}
@media (min-width: 56.25em) {
  .faq--detail__body .footnote ol, .faq--detail__body .footnote ul {
    font-size: 2em;
  }
}
.faq--detail__body ul,
.faq--detail__body ol {
  margin-left: 0.15em;
  font-size: 1rem;
}
@media (min-width: 37.5em) {
  .faq--detail__body ul,
  .faq--detail__body ol {
    font-size: 1.25rem;
    margin-left: 1em;
  }
}
@media (min-width: 56.25em) {
  .faq--detail__body ul,
  .faq--detail__body ol {
    margin: 1rem 0 2rem 2em;
  }
}
.faq--detail__body ul li::before,
.faq--detail__body ol li::before {
  display: none;
}
.faq--detail__body ul {
  list-style-type: disc;
  list-style-position: inside;
}
.faq--detail__body ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.faq--detail__body ul ul,
.faq--detail__body ol ul {
  list-style-type: circle;
  list-style-position: inside;
}
.faq--detail__body ul ul ul,
.faq--detail__body ol ul ul,
.faq--detail__body ol ol ul {
  list-style-type: square;
  list-style-position: inside;
}
.faq--detail__body ol ol,
.faq--detail__body ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
}
.faq--detail__body ul ul ol,
.faq--detail__body ol ul ol,
.faq--detail__body ol ol ol {
  list-style-type: lower-roman;
  list-style-position: inside;
}

.faq-filter-wrapper h2, .faq-filter-wrapper .timeline__title {
  margin-top: 2em;
}
@media (min-width: 56.25em) {
  .faq-filter-wrapper h2, .faq-filter-wrapper .timeline__title {
    margin-top: 0;
  }
}
.faq-filter-wrapper .faq-filter h3 {
  margin-top: 2em;
  display: block !important;
}
.faq-filter-wrapper .faq-filter .js-form-type-checkbox {
  clear: both;
}
.faq-filter-wrapper .faq-filter .js-form-type-checkbox input {
  float: left;
  margin-right: 10px;
}
.faq-filter-wrapper .faq-filter .js-form-type-checkbox label {
  float: left;
  width: 80%;
}

.program-enhanced h2, .program-enhanced .timeline__title {
  font-size: 30px;
  line-height: 1.2;
  color: #04214E;
}
.program-enhanced.hero--program_enhanced {
  background: #04214E;
  color: #fff;
  padding: 2rem 0;
  position: relative;
}
@media (min-width: 800px) {
  .program-enhanced.hero--program_enhanced:before {
    position: absolute;
    top: -105px;
    right: -92px;
    width: 100%;
    bottom: 0;
    margin: auto;
    background-image: url(icons/background-white.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 1454px 765px;
    z-index: 0;
    opacity: 0.1;
    content: "";
  }
}
.program-enhanced.hero--program_enhanced .hero--program_enhanced--inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.program-enhanced.hero--program_enhanced .hero--program_enhanced--inner h1, .program-enhanced.hero--program_enhanced .hero--program_enhanced--inner .category-banner p, .category-banner .program-enhanced.hero--program_enhanced .hero--program_enhanced--inner p, .program-enhanced.hero--program_enhanced .hero--program_enhanced--inner .articles__collection .heading h2, .program-enhanced.hero--program_enhanced .hero--program_enhanced--inner .articles__collection .heading .timeline__title, .articles__collection .heading .program-enhanced.hero--program_enhanced .hero--program_enhanced--inner h2, .articles__collection .heading .program-enhanced.hero--program_enhanced .hero--program_enhanced--inner .timeline__title,
.program-enhanced.hero--program_enhanced .hero--program_enhanced--inner h4 {
  color: #fff;
  font-weight: 800;
}
.program-enhanced.hero--program_enhanced .hero--program_enhanced--inner--grid {
  margin-top: 20px;
}
@media (min-width: 800px) {
  .program-enhanced.hero--program_enhanced .hero--program_enhanced--inner--grid {
    display: flex;
    justify-content: center;
  }
}
.program-enhanced.hero--program_enhanced .hero--program_enhanced--inner--grid--box {
  margin: 5px;
  background-color: #fff;
  padding: 20px;
}
@media (min-width: 800px) {
  .program-enhanced.hero--program_enhanced .hero--program_enhanced--inner--grid--box {
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.program-enhanced.hero--program_enhanced .hero--program_enhanced--inner--grid--box h4 {
  font-family: montserrat, sans-serif;
  color: #04214E;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  display: block;
  margin-bottom: 0px;
  flex: 1;
}
.program-enhanced.hero--program_enhanced .hero--program_enhanced--inner--grid--box .hero-button {
  align-self: stretch;
  flex: 1;
}
.program-enhanced.hero--program_enhanced .hero--program_enhanced--inner--grid--box .hero-button .btn, .program-enhanced.hero--program_enhanced .hero--program_enhanced--inner--grid--box .hero-button .resource-filter .pager__item a.button, .resource-filter .pager__item .program-enhanced.hero--program_enhanced .hero--program_enhanced--inner--grid--box .hero-button a.button, .program-enhanced.hero--program_enhanced .hero--program_enhanced--inner--grid--box .hero-button .news ul.pager .pager__item .button, .news ul.pager .pager__item .program-enhanced.hero--program_enhanced .hero--program_enhanced--inner--grid--box .hero-button .button {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.program-enhanced.program-enhanced--search {
  text-align: center;
}
.program-enhanced.program-enhanced--search .program-enhanced--search--description p {
  font-family: montserrat, sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #241233;
}
.program-enhanced.program-enhanced--search .program-enhanced--search--form {
  padding: 5px;
  display: flex;
  justify-content: center;
}
@media (min-width: 800px) {
  .program-enhanced.program-enhanced--search .program-enhanced--search--form {
    padding: 20px;
  }
}
.program-enhanced.program-enhanced--search .program-enhanced--search--form__input {
  width: calc(100% - 48px);
  max-width: 652px;
}
@media (min-width: 800px) {
  .program-enhanced.program-enhanced--search .program-enhanced--search--form__input {
    width: calc(80% - 48px);
  }
}
.program-enhanced.program-enhanced--search .program-enhanced--search--form__input input {
  border: 1px solid #04214E;
  width: 100%;
  height: 48px;
  padding: 13px;
  font-size: 13px;
}
.program-enhanced.program-enhanced--search .program-enhanced--search--form__submit {
  width: 48px;
}
.program-enhanced.program-enhanced--search .program-enhanced--search--form__submit input {
  margin: 0px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  direction: ltr;
  background: #04214E url(icons/search-icon_white.png) no-repeat center;
}
.program-enhanced.program-enhanced--quicklinks h2, .program-enhanced.program-enhanced--quicklinks .timeline__title {
  text-align: center;
}
@media (min-width: 800px) {
  .program-enhanced.program-enhanced--quicklinks .program-enhanced--quicklinks--buttons {
    display: flex;
    justify-content: center;
  }
}
.program-enhanced.program-enhanced--quicklinks .program-enhanced--quicklinks--buttons__item {
  margin: 5px;
  background: #e9e9e9;
  font-family: montserrat, sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #04214E;
  display: block;
  padding: 20px;
  text-transform: none;
}
@media (min-width: 800px) {
  .program-enhanced.program-enhanced--quicklinks .program-enhanced--quicklinks--buttons__item {
    width: 33%;
  }
}
.program-enhanced.program-enhanced--quicklinks .program-enhanced--quicklinks--buttons__item:hover {
  background: #04214E;
  color: #fff;
}
.program-enhanced.program-enhanced--curated .program-enhanced--curated--columns {
  margin-top: 30px;
}
@media (min-width: 800px) {
  .program-enhanced.program-enhanced--curated .program-enhanced--curated--columns {
    display: flex;
    justify-content: center;
  }
}
.program-enhanced.program-enhanced--curated .program-enhanced--curated--columns h3 {
  text-transform: capitalize;
  font-family: montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #B68937;
}
.program-enhanced.program-enhanced--curated .program-enhanced--curated--columns--column {
  width: 100%;
}
.program-enhanced.program-enhanced--curated .program-enhanced--curated--columns--column ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}
.program-enhanced.program-enhanced--curated .program-enhanced--curated--columns--column ul li {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 10px;
}
.program-enhanced.program-enhanced--curated .program-enhanced--curated--columns--column ul li:before {
  display: none;
}
.program-enhanced.program-enhanced--curated .program-enhanced--curated--columns--column ul li a {
  color: #04214E;
}
@media (min-width: 800px) {
  .program-enhanced.program-enhanced--curated .program-enhanced--curated--columns--column__tf {
    padding-right: 10px;
  }
}
@media (min-width: 800px) {
  .program-enhanced.program-enhanced--curated .program-enhanced--curated--columns--column__mp {
    padding-left: 10px;
  }
}
.program-enhanced.program-enhanced--curated .program-enhanced--curated--columns--column__mp .resource-teaser {
  margin-bottom: 20px;
}
.program-enhanced.program-enhanced--curated .program-enhanced--curated--columns--column__mp .resource-teaser__text .tag-wrapper,
.program-enhanced.program-enhanced--curated .program-enhanced--curated--columns--column__mp .resource-teaser__text > a {
  display: none;
}
.program-enhanced.program-enhanced--curated .program-enhanced--curated--columns--column__mp .resource-teaser__text p.title a {
  text-decoration: none;
  font-family: "ff-meta-serif-web-pro", serif;
  color: #04214E;
}
.program-enhanced.program-enhanced--curated .program-enhanced--curated--columns--column__mp .resource-teaser__text p.title a:hover {
  text-decoration: underline;
}

.article--gallery--wrapper {
  display: flex;
  opacity: 1;
  transition: opacity 0.25s ease-out;
}
.article--gallery--wrapper:has(.article--gallery.slick-slider) {
  padding-bottom: 40px;
}
.article--gallery--wrapper:has(.article--gallery.slick-slider) .gallery-main {
  transition: width 0.2s ease-out;
}
@media (min-width: 1025px) and (max-width: 1100px) {
  .article--gallery--wrapper:has(.article--gallery.slick-slider) .gallery-main {
    max-width: 490px;
  }
}
@media (min-width: 1101px) and (max-width: 1160px) {
  .article--gallery--wrapper:has(.article--gallery.slick-slider) .gallery-main {
    max-width: 600px;
  }
}
@media (min-width: 1161px) and (max-width: 1220px) {
  .article--gallery--wrapper:has(.article--gallery.slick-slider) .gallery-main {
    max-width: 660px;
  }
}
@media (min-width: 1221px) and (max-width: 1260px) {
  .article--gallery--wrapper:has(.article--gallery.slick-slider) .gallery-main {
    max-width: 700px;
  }
}
.article--gallery--wrapper:not(:has(.slick-initialized)) {
  opacity: 0;
  max-height: 600px;
}
.article--gallery--wrapper .gallery-main {
  min-width: 0;
  min-height: 0;
  width: 100%;
}
@media (min-width: 37.5em) {
  .article--gallery--wrapper .control-left {
    margin-right: 5px;
  }
}
@media (min-width: 37.5em) {
  .article--gallery--wrapper .control-right {
    margin-left: 5px;
  }
}

.paragraph--type--article-gallery + .quote.container blockquote {
  margin-top: 0;
}

.article--gallery {
  position: relative;
  width: 100%;
}
.article--gallery--slide {
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 37.5em) {
  .article--gallery--slide {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
  }
}
.article--gallery--slide .img--wrapper {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
@media (min-width: 37.5em) {
  .article--gallery--slide .img--wrapper {
    padding-left: 1px;
    padding-right: 1px;
  }
}
.article--gallery--slide .img--wrapper img {
  margin-bottom: 5px;
}
.article--gallery--slide h2, .article--gallery--slide .timeline__title {
  clear: both;
  color: #B68937 !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.article--gallery--slide p.meta {
  font-size: 0.8rem;
  margin: 0px;
  float: left;
}
.article--gallery--slide p.slide-count {
  float: right;
}
.article--gallery--slide p {
  font-size: 1rem;
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
}
.article--gallery--slide p:last-child {
  margin-bottom: 0px;
}
.article--gallery--controls {
  font-size: 1.1rem;
  display: none;
}
@media (min-width: 37.5em) {
  .article--gallery--controls {
    transition: all 700ms;
    color: #fff;
    margin-top: 0px;
    z-index: 100;
    display: block;
    justify-content: center;
  }
}
.article--gallery--controls--control {
  font-weight: bold;
  font-family: montserrat, sans-serif;
}
.article--gallery--controls__prev, .article--gallery--controls__next {
  width: 40px;
  height: 40px;
  padding: 10px;
  text-align: center;
  background-color: #B68937;
  border-color: transparent;
  font-size: 1.1rem;
  font-family: FontAwesome;
  color: white;
  transition: 0.25s all ease-in-out;
  position: relative;
}
.article--gallery--controls__prev:after, .article--gallery--controls__next:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #fff;
}
.article--gallery--controls__prev:hover, .article--gallery--controls__prev:focus, .article--gallery--controls__prev.focused, .article--gallery--controls__next:hover, .article--gallery--controls__next:focus, .article--gallery--controls__next.focused {
  cursor: pointer;
  background-color: #a27a31;
}
.article--gallery--controls__prev:focus, .article--gallery--controls__next:focus {
  outline: none;
}
.article--gallery--controls__prev i, .article--gallery--controls__prev .fa, .article--gallery--controls__next i, .article--gallery--controls__next .fa {
  display: none !important;
}
.article--gallery--controls__prev:after {
  left: calc(50% + 3px);
  transform: translate(-50%, -50%) rotate(-135deg);
}
.article--gallery--controls__next:after {
  left: calc(50% - 3px);
  transform: translate(-50%, -50%) rotate(45deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  border: solid 1px rgba(50, 110, 197, 0);
  transition: border 0.2s ease-out;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-list:focus-within {
  transition: border 1s ease-out;
  border: solid 1px rgba(50, 110, 197, 0.5);
}
.slick-list.mouse-interaction:focus-within {
  border-color: rgba(50, 110, 197, 0);
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide:focus-within {
  outline: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  top: calc(100% + 30px);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 750px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  height: auto;
}
.slick-dots button {
  background-color: #cdcdcd;
  font-size: 0;
  color: #cdcdcd;
  transition: all 0.3s ease-out;
  border: solid 1px #cdcdcd;
  width: 60px;
  height: 10px;
}
.slick-dots button:hover, .slick-dots button:focus, .slick-dots button[aria-selected=true] {
  cursor: pointer;
  background-color: #fff;
  color: #fff;
  transition: all 0.2s ease-out;
}

.slick-dots li {
  margin: 0;
}
.slick-dots li:before {
  display: none;
}

.article--gallery--wrapper .article--gallery.slick-slider .slick-dots {
  display: none !important;
}

.articles__collection .heading h2, .articles__collection .heading .timeline__title {
  text-align: left;
  text-transform: capitalize;
  color: #284680;
}
.articles__collection .card__text {
  background-color: transparent;
  height: auto;
  flex: 1 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.articles__collection .card {
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px #002D74;
}
.articles__collection .tag-wrapper .tag a {
  text-decoration: underline;
  text-decoration-color: rgba(182, 137, 55, 0);
  transition: text-decoration-color 0.3s ease-out;
  font-size: 0.825rem;
}
.articles__collection .tag-wrapper .tag a:hover, .articles__collection .tag-wrapper .tag a:focus {
  text-decoration-color: #B68937;
  transition: text-decoration-color 0.2s ease-out;
}
.articles__collection .tag-wrapper .tag span {
  font-size: 0.825rem;
}
.articles__collection .last-row {
  border-top: solid 1px #002D74;
  padding-top: 40px;
}

.news-story + .articles__collection {
  padding-top: 60px;
  background: #ececec;
  margin-bottom: 0;
  padding-bottom: 100px;
  margin-top: 40px;
}
.news-story + .articles__collection .heading h2, .news-story + .articles__collection .heading .timeline__title {
  text-align: left;
  text-transform: capitalize;
  color: #284680;
}
.news-story + .articles__collection .card__text {
  background-color: transparent;
  height: auto;
  flex: 1 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.news-story + .articles__collection .card {
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px #002D74;
}
.news-story + .articles__collection .tag-wrapper .tag a {
  text-decoration: underline;
  text-decoration-color: rgba(182, 137, 55, 0);
  transition: text-decoration-color 0.3s ease-out;
  font-size: 0.825rem;
}
.news-story + .articles__collection .tag-wrapper .tag a:hover, .news-story + .articles__collection .tag-wrapper .tag a:focus {
  text-decoration-color: #B68937;
  transition: text-decoration-color 0.2s ease-out;
}
.news-story + .articles__collection .last-row {
  border-top: solid 1px #002D74;
  padding-top: 40px;
}

.news-story .paragraph--type--text .container,
.news-story .paragraph--type--video-embed .container {
  width: 100%;
}

.smcx-embed {
  max-width: 100% !important;
  height: auto !important;
  min-height: 640px;
}

.smcx-embed > .smcx-iframe-container {
  max-width: 100% !important;
  height: 100% !important;
}
.smcx-embed > .smcx-iframe-container > iframe {
  min-height: 640px;
}

table {
  margin: 0 auto;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 30px;
  background-color: #FAFAFA;
  border: solid 1px #B68937;
  width: auto;
}
@media (max-width: 37.5em) {
  table {
    display: block;
  }
}
table tr th,
table tr td {
  padding: 1rem;
  padding: 1rem;
  color: #04214E;
  text-align: left;
}
@media (min-width: 37.5em) {
  table tr th,
  table tr td {
    padding: 1.25rem 1rem;
  }
}
table tr td .label {
  font-weight: 700;
}
table tr td + td {
  border-left: solid 1px #B68937;
}
table tr td .content p, table tr td p {
  margin-bottom: 0;
}
table thead {
  border-right: solid 1px #B68937;
  border-bottom: solid 3px #B68937;
}
table thead tr th + th {
  border-left: solid 1px #B68937;
}
table tr + tr {
  border-top: solid 1px #B68937;
}
table + .table-wrap, table + table {
  margin-top: 2rem;
}

.modal-layer {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.modal-layer .modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(237, 237, 237, 0.9);
  opacity: 0;
  z-index: -1;
  display: none;
  transition: opacity 0.25s ease-out;
}

.modal__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 37.5em) {
  .modal__wrap {
    padding: 20px;
  }
}

.modal.active {
  z-index: 9999;
  display: inherit;
}

.modal.on {
  opacity: 1;
}

.modal.off {
  opacity: 0;
}

.modal .modal__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (min-width: 37.5em) {
  .modal .modal__close {
    top: 50px;
    right: 50px;
  }
}
.modal .modal__close:before, .modal .modal__close:after {
  content: "";
  width: 2px;
  height: 20px;
  background: #04152A;
  position: absolute;
  top: 0;
  left: 0;
  left: calc(50% - 1px);
}
.modal .modal__close:before {
  transform: rotate(45deg);
}
.modal .modal__close:after {
  transform: rotate(-45deg);
}

.modal .sign-up {
  padding: 30px;
  background: #fff;
  border: solid 1px #04214E;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-y: scroll;
  width: 100%;
  max-width: 1111px;
  overflow-y: auto;
}
@media (max-width: 37.5em) {
  .modal .sign-up {
    height: 100%;
  }
}
@media (min-width: 90em) {
  .modal .sign-up {
    padding: 60px 30px 30px;
    flex-direction: row;
    gap: 78px;
    padding: 100px 60px;
    max-height: 758px;
  }
}

.modal .sign-up__content p {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-bottom: 10px;
}
@media (min-width: 37.5em) {
  .modal .sign-up__content p {
    font-size: 1.625rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 90em) {
  .modal .sign-up__content {
    margin-top: 30px;
  }
}

.modal .paragraph--type--faq .container .accordion .paragraph--type--faq-item .accordion-header {
  position: relative;
}
.modal .paragraph--type--faq .container .accordion .paragraph--type--faq-item .accordion-header:before, .modal .paragraph--type--faq .container .accordion .paragraph--type--faq-item .accordion-header:after {
  content: "";
  background-image: none;
  background-color: #4070BF;
  display: inline-block;
  margin-left: -1em;
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
}
.modal .paragraph--type--faq .container .accordion .paragraph--type--faq-item .accordion-header:before {
  width: 15px;
  height: 3px;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.modal .paragraph--type--faq .container .accordion .paragraph--type--faq-item .accordion-header:after {
  width: 15px;
  height: 3px;
}
.modal .paragraph--type--faq .container .accordion .paragraph--type--faq-item .accordion-header.open:before {
  transform: rotate(0);
}

.modal .paragraph--type--faq .container .accordion .paragraph--type--faq-item .accordion-header h4 {
  font-family: montserrat, sans-serif;
  font-size: 1.25rem;
}

.modal .paragraph--type--faq .container .accordion .paragraph--type--faq-item .answer p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.modal .sign-up__title {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #04214E;
}
@media (min-width: 37.5em) {
  .modal .sign-up__title {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

.modal .sign-up__logo img {
  max-width: 300px;
}

.modal .sign-up__form .submitted-message p {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #04214E;
  margin-bottom: 24px;
}

.modal .sign-up__form .submitted-message p > strong {
  font-size: 1.825rem;
  line-height: 2.5rem;
  color: #04214E;
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: 700;
}

.modal .sign-up__form form input[type=email] {
  width: 100%;
  border-color: #04214E;
  background-color: #fff;
  font-size: 1.25rem;
  line-height: 2.325rem;
  padding: 10px 20px;
  border-style: solid;
}

.modal .sign-up__form form .hs_email label {
  display: table;
  font-size: 1.125rem;
  line-height: 2.5rem;
  color: #04214E;
  margin-bottom: 0;
  font-weight: 500;
}
@media (min-width: 90em) {
  .modal .sign-up__form form .hs_email label {
    margin-bottom: 20px;
  }
}

.modal .sign-up__form form .hs-button {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 2.5rem;
  letter-spacing: 0.055rem;
  color: #fff;
  background-color: #4070BF;
  text-transform: uppercase;
  padding: 15px 45px;
  margin-top: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease-out;
}
.modal .sign-up__form form .hs-button:hover, .modal .sign-up__form form .hs-button:focus {
  background-color: #2d63b1;
  transition: background 0.2s ease-out;
}
@media (min-width: 37.5em) {
  .modal .sign-up__form form .hs-button {
    padding: 20px 70px;
  }
}
@media (min-width: 90em) {
  .modal .sign-up__form form .hs-button {
    margin-top: 16px;
  }
}

.modal .sign-up__form form .inputs-list {
  list-style: none;
  padding-inline: 0;
}

.modal .sign-up__form form .inputs-list label {
  margin: 24px 0 32px;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #04214E;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.modal .sign-up__form form .inputs-list label.hs-error-msg {
  margin: 6px 0;
  color: #f2545b;
  font-weight: 500;
}
.modal .sign-up__form form .inputs-list label span {
  margin-left: 10px;
}
.modal .sign-up__form form .inputs-list label input {
  width: 40px;
  height: 25px;
  margin-top: 6px;
}
.modal .sign-up__form form .inputs-list label p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.modal .sign-up__form form input[type=checkbox]:checked + label .sign-up__button {
  margin-top: 0;
}

.modal .paragraph--type--faq .container .accordion .paragraph--type--faq-item {
  background: transparent;
}
.modal .paragraph--type--faq .container .accordion .paragraph--type--faq-item:after {
  display: none;
}

.modal .paragraph.paragraph--type--faq.paragraph--view-mode--default .container {
  padding: 0;
  margin: 2rem 0 0;
  background: transparent;
}
.modal .paragraph.paragraph--type--faq.paragraph--view-mode--default .container .paragraph--type--faq-item {
  margin-bottom: 0;
}

.modal .paragraph.paragraph--type--faq.paragraph--view-mode--default .accordion-header.open + .collapse {
  padding-bottom: 60px;
  transition: all 0.3s ease-out;
}

.modal .hs-richtext {
  display: none !important;
}

.poll-view {
  margin: 40px auto;
}
@media (min-width: 64.0625em) {
  .poll-view {
    margin: 60px auto;
  }
}
.poll-view [data-drupal-messages] {
  font-size: 1rem;
}
@media (min-width: 64.0625em) {
  .poll-view .poll-view-form {
    padding: 30px;
    margin: 0 auto;
    max-width: 75%;
  }
}
@media (min-width: 75em) {
  .poll-view .poll-view-form {
    max-width: 66.7%;
  }
}
.poll-view .poll {
  background-color: transparent;
  padding: 20px 30px;
}
@media (min-width: 64.0625em) {
  .poll-view .poll {
    padding: 30px;
  }
}
.poll-view .poll .form-item {
  font-size: 1rem;
  margin-bottom: 15px;
  padding: 6px 0;
}
.poll-view .poll .form-submit:last-of-type {
  margin-bottom: 0;
}
.poll-view .poll .choice-title {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.poll-view .poll .total {
  display: none !important;
}
.poll-view .poll .choice-result {
  display: flex;
  margin-bottom: 30px;
}
.poll-view .poll .choice-result:last-of-type {
  margin-bottom: 0;
}
.poll-view .poll .choice-result .bar {
  flex: 0 0 calc(100% - 60px);
  margin-right: 10px;
  border: solid 1px #03214e;
  background: #fff;
  height: 22px;
}
.poll-view .poll .choice-result .bar .foreground {
  height: 100%;
  background: #8f6c2b;
}
.poll-view .poll .choice-result .percent {
  font-size: 1.125rem;
  font-weight: 600;
  color: #8f6c2b;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  max-height: 24px;
}
.poll-view .poll .choice-result .percent.active {
  opacity: 1;
}
.poll-view div[aria-label="Status message"] {
  color: #8f6c2b;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.poll {
  background: #fff;
  padding: 40px 60px;
  border: solid 1px #03214e;
}
@media (min-width: 64.0625em) {
  .poll {
    padding: 60px 40px;
  }
}

.poll .fieldset-wrapper input.form-radio {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: -9999rem;
  left: -9999rem;
}
.poll .fieldset-wrapper input.form-radio + label {
  padding-left: 40px;
  position: relative;
  font-size: 1.125rem;
  cursor: pointer;
}
.poll .fieldset-wrapper input.form-radio + label:before, .poll .fieldset-wrapper input.form-radio + label:after {
  content: "";
  position: absolute;
  border-radius: 100%;
}
.poll .fieldset-wrapper input.form-radio + label:before {
  width: 25px;
  height: 25px;
  border: solid 1px #03214e;
  top: -2px;
  left: 0;
}
.poll .fieldset-wrapper input.form-radio + label:after {
  width: 17px;
  height: 17px;
  top: 2px;
  left: 4px;
  background-color: #03214e;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.poll .fieldset-wrapper input.form-radio:checked + label:after {
  opacity: 1;
}

.paragraph--type--content-showcase h3 {
  font-family: montserrat, sans-serif;
  font-size: 24px;
}
.paragraph--type--content-showcase .content-showcase__items-holder {
  padding-top: 20px;
}
.paragraph--type--content-showcase .content-show-case-item__wrapper {
  padding: 30px 0 15px 0;
  border-bottom: solid 1px #C7C7C7;
}
.paragraph--type--content-showcase .content-show-case-item__wrapper:first-of-type {
  padding-top: 0;
}
.paragraph--type--content-showcase .content-show-case-item__wrapper:last-of-type {
  border-bottom: 0;
}
@media (min-width: 64.0625em) {
  .paragraph--type--content-showcase .content-show-case-item__wrapper {
    display: grid;
    grid-template-columns: 1fr 6fr;
    gap: 18px;
  }
}
.paragraph--type--content-showcase .content-show-case-item__links-wrapper ul {
  margin-bottom: 0;
  font-family: montserrat, sans-serif;
  padding-left: 0;
}
@media (min-width: 64.0625em) {
  .paragraph--type--content-showcase .content-show-case-item__links-wrapper ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.paragraph--type--content-showcase .content-show-case-item__links-wrapper ul li {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
.paragraph--type--content-showcase .content-show-case-item__links-wrapper ul li:before {
  display: none;
}
.paragraph--type--content-showcase .content-show-case-item__links-wrapper ul a {
  text-decoration: underline;
  font-weight: 500;
}
.paragraph--type--content-showcase .content-show-case-item__links-wrapper ul a:hover {
  text-decoration: none;
}

.paragraph--type--icon-list .container,
.paragraph--type--compact-icon-list .container {
  text-align: center;
  background: #fff;
  padding: 1rem 1rem 0;
  margin: 3rem auto;
}
.paragraph--type--icon-list .container .icon-list-intro,
.paragraph--type--compact-icon-list .container .icon-list-intro {
  text-align: center;
  display: inline-block;
  width: 90%;
}
.paragraph--type--icon-list .container .icon-list-intro p,
.paragraph--type--compact-icon-list .container .icon-list-intro p {
  font-size: 20px;
  border-bottom: 1px solid #04214E;
  padding-bottom: 1em;
}
@media (min-width: 37.5em) {
  .paragraph--type--icon-list .container .icon-list-intro p,
  .paragraph--type--compact-icon-list .container .icon-list-intro p {
    padding-bottom: 2em;
  }
}
@media (min-width: 37.5em) {
  .paragraph--type--icon-list .container .icon-list-intro,
  .paragraph--type--compact-icon-list .container .icon-list-intro {
    width: 70%;
    max-width: 700px;
  }
}
.paragraph--type--icon-list .container .icon-list-items,
.paragraph--type--compact-icon-list .container .icon-list-items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1em;
}
.paragraph--type--icon-list .container .icon-list-items .paragraph--type--icon-list-item,
.paragraph--type--icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item,
.paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--icon-list-item,
.paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.25rem;
}
.paragraph--type--icon-list .container .icon-list-items .paragraph--type--icon-list-item img,
.paragraph--type--icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item img,
.paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--icon-list-item img,
.paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item img {
  width: 70px;
  height: auto;
  margin-right: 2em;
  min-width: 70px;
}
@media (min-width: 37.5em) {
  .paragraph--type--icon-list .container .icon-list-items .paragraph--type--icon-list-item img,
  .paragraph--type--icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item img,
  .paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--icon-list-item img,
  .paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item img {
    margin-right: 3em;
  }
}
.paragraph--type--icon-list .container .icon-list-items .paragraph--type--icon-list-item a,
.paragraph--type--icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item a,
.paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--icon-list-item a,
.paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item a {
  display: flex;
  align-items: flex-start;
}
.paragraph--type--icon-list .container .icon-list-items .paragraph--type--icon-list-item a:hover, .paragraph--type--icon-list .container .icon-list-items .paragraph--type--icon-list-item a:focus-visible,
.paragraph--type--icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item a:hover,
.paragraph--type--icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item a:focus-visible,
.paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--icon-list-item a:hover,
.paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--icon-list-item a:focus-visible,
.paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item a:hover,
.paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item a:focus-visible {
  text-decoration: none;
}
.paragraph--type--icon-list .container .icon-list-items .paragraph--type--icon-list-item a:hover .icon-list-item-text h3, .paragraph--type--icon-list .container .icon-list-items .paragraph--type--icon-list-item a:focus-visible .icon-list-item-text h3,
.paragraph--type--icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item a:hover .icon-list-item-text h3,
.paragraph--type--icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item a:focus-visible .icon-list-item-text h3,
.paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--icon-list-item a:hover .icon-list-item-text h3,
.paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--icon-list-item a:focus-visible .icon-list-item-text h3,
.paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item a:hover .icon-list-item-text h3,
.paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item a:focus-visible .icon-list-item-text h3 {
  text-decoration-color: transparent;
}
.paragraph--type--icon-list .container .icon-list-items .paragraph--type--icon-list-item a .icon-list-item-text h3,
.paragraph--type--icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item a .icon-list-item-text h3,
.paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--icon-list-item a .icon-list-item-text h3,
.paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item a .icon-list-item-text h3 {
  text-decoration: underline;
  text-decoration-color: #04214E;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  transition: text-decoration-color 0.3s ease-in-out;
}
.paragraph--type--icon-list .container .icon-list-items .paragraph--type--icon-list-item .icon-list-item-text h3,
.paragraph--type--icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item .icon-list-item-text h3,
.paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--icon-list-item .icon-list-item-text h3,
.paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item .icon-list-item-text h3 {
  text-align: left;
  font-size: 2em;
  font-family: montserrat, sans-serif;
  text-transform: uppercase;
  color: #04214E;
  margin: 5px 0;
}
@media (min-width: 64.0625em) {
  .paragraph--type--icon-list .container .icon-list-items .paragraph--type--icon-list-item .icon-list-item-text h3,
  .paragraph--type--icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item .icon-list-item-text h3,
  .paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--icon-list-item .icon-list-item-text h3,
  .paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item .icon-list-item-text h3 {
    margin-top: 10px;
  }
}
.paragraph--type--icon-list .container .icon-list-items .paragraph--type--icon-list-item .icon-list-item-text p,
.paragraph--type--icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item .icon-list-item-text p,
.paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--icon-list-item .icon-list-item-text p,
.paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item .icon-list-item-text p {
  line-height: 1.8;
  text-align: left;
}
@media (min-width: 64.0625em) {
  .paragraph--type--icon-list .container .icon-list-items .paragraph--type--icon-list-item,
  .paragraph--type--icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item,
  .paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--icon-list-item,
  .paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item {
    width: 47%;
  }
}
@media (min-width: 75em) {
  .paragraph--type--icon-list .container .icon-list-items .paragraph--type--icon-list-item,
  .paragraph--type--icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item,
  .paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--icon-list-item,
  .paragraph--type--compact-icon-list .container .icon-list-items .paragraph--type--compact-icon-list-item {
    width: 42%;
  }
}
@media (min-width: 37.5em) {
  .paragraph--type--icon-list .container .icon-list-items,
  .paragraph--type--compact-icon-list .container .icon-list-items {
    margin-top: 2rem;
  }
}
@media (min-width: 64.0625em) {
  .paragraph--type--icon-list .container .icon-list-items,
  .paragraph--type--compact-icon-list .container .icon-list-items {
    margin-top: 4rem;
  }
}
@media (min-width: 37.5em) {
  .paragraph--type--icon-list .container,
  .paragraph--type--compact-icon-list .container {
    padding: 3rem 2rem 0;
  }
}
@media (min-width: 56.25em) {
  .paragraph--type--icon-list .container,
  .paragraph--type--compact-icon-list .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 64.0625em) {
  .paragraph--type--icon-list .container,
  .paragraph--type--compact-icon-list .container {
    padding-bottom: 3rem;
  }
}

@media (min-width: 56.25em) {
  .timeline .container .timeline-inner .timeline__wrapper .timeline__item {
    display: grid;
    grid-template-columns: 40% 60%;
  }
}
@media (max-width: 56.25em) {
  .timeline .container .timeline-inner .timeline__wrapper .timeline__item .timeline__item-left {
    margin-bottom: -3px;
  }
}
@media (min-width: 56.25em) {
  .timeline .container .timeline-inner .timeline__wrapper .timeline__item .timeline__item-left {
    padding-top: 0;
    padding-bottom: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 56.25em) {
  .timeline .container .timeline-inner .timeline__wrapper .timeline__item .timeline__item-right--no-image {
    padding-top: 0px !important;
  }
}
.timeline .container .timeline-inner .timeline__wrapper .timeline__item .timeline__item-right {
  border-left: 2px solid #B68937;
}
@media (max-width: 56.25em) {
  .timeline .container .timeline-inner .timeline__wrapper .timeline__item .timeline__item-right {
    margin-top: 1px;
    margin-left: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 36px;
  }
}
@media (min-width: 56.25em) {
  .timeline .container .timeline-inner .timeline__wrapper .timeline__item .timeline__item-right {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 36px;
  }
}
.timeline .container .timeline-inner .timeline__wrapper .timeline__item .timeline__item-right h3 {
  position: relative;
}
.timeline .container .timeline-inner .timeline__wrapper .timeline__item .timeline__item-right h3:before {
  content: "\a";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #B68937;
  display: block;
  left: -47px;
  top: 5px;
}
.mayors-challenge-microsite .timeline .container .timeline-inner .timeline__wrapper .timeline__item .timeline__item-right h3:before {
  top: -1px;
}
@media (min-width: 56.25em) {
  .timeline .container .timeline-inner .timeline__wrapper .timeline__item .timeline__item-right h3:before {
    top: 8px;
  }
  .mayors-challenge-microsite .timeline .container .timeline-inner .timeline__wrapper .timeline__item .timeline__item-right h3:before {
    top: 1px;
  }
}

.timeline-inner > h2, .timeline-inner > .timeline__title {
  font-size: 42px;
  line-height: 46px;
  margin-bottom: 48px;
  font-family: "ff-meta-serif-web-pro", serif;
}
@media (min-width: 64.0625em) {
  .timeline-inner > h2, .timeline-inner > .timeline__title {
    font-size: 52px;
    line-height: 57px;
  }
}
.mayors-challenge-microsite .timeline-inner > h2, .mayors-challenge-microsite .timeline-inner > .timeline__title {
  font-weight: 800;
  font-family: "roc-grotesk-variable", sans-serif;
}

.timeline__item-left img {
  display: block;
}

.timeline__item-left .timeline__title + img {
  margin-top: 30px;
}

@media (max-width: 56.25em) {
  .timeline__item-left:has(img) .timeline__title {
    position: relative;
  }
  .timeline__item-left:has(img) .timeline__title:before {
    content: "";
    width: 2px;
    height: 32px;
    background-color: #B68937;
    position: absolute;
    bottom: -34px;
    left: 30px;
  }
  .mayors-challenge-microsite .timeline__item-left:has(img) .timeline__title:before {
    background-color: #cc3366;
  }
}

.timeline__title {
  font-size: 30px;
  line-height: 49px;
  font-weight: 700;
  text-align: center;
  padding-block: 14px 20px;
  border-style: solid;
  border-color: #B68937;
  border-width: 2px 0;
  margin-bottom: 0;
}
@media (min-width: 56.25em) {
  .timeline__title {
    padding-block: 18px 24px;
  }
}
@media (min-width: 64.0625em) {
  .timeline__title {
    padding-block: 24px 30px;
    font-size: 40px;
  }
}
.mayors-challenge-microsite .timeline__title {
  border-color: #cc3366;
  padding-block: 18px 14px;
}
@media (min-width: 56.25em) {
  .mayors-challenge-microsite .timeline__title {
    padding-block: 24px 18px;
  }
}
@media (min-width: 64.0625em) {
  .mayors-challenge-microsite .timeline__title {
    padding-block: 30px 23px;
  }
}

.mayors-challenge-microsite .timeline .container .timeline-inner .timeline__wrapper .timeline__item .timeline__item-right {
  border-left: 2px solid #cc3366;
}
.mayors-challenge-microsite .timeline .container .timeline-inner .timeline__wrapper .timeline__item .timeline__item-right h3:before {
  background: #cc3366;
}

.module-marg {
  margin-bottom: 2.75rem;
}
@media (min-width: 56.25em) {
  .module-marg {
    margin-bottom: 4.25rem;
  }
}

.container {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto;
}
.container-alt {
  width: 90%;
  max-width: 1014px;
  margin: 0 auto;
}

.container-alt + .articles__collection > .container {
  max-width: 1014px;
}

.footer {
  background-color: #04214E;
  margin-top: 2rem;
  position: relative;
  z-index: auto;
}
@media (max-width: 37.5em) {
  .footer .container {
    width: 95%;
  }
}
@media (min-width: 64.0625em) {
  .footer {
    margin-top: 4.5rem;
    padding: 2.4rem 0 2rem;
  }
}
.footer p {
  color: #FFF;
  font-size: 14px;
  max-width: 300px;
}
.footer nav {
  z-index: 0;
}
@media (min-width: 64.0625em) {
  .footer nav {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.footer .logo-lockup {
  font-family: "ff-meta-serif-web-pro", serif;
  padding: 10px 0 6px;
}
.footer .logo-lockup a.logo-lockup__second {
  color: #fff;
}
.footer .menu {
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
  position: absolute;
  width: 100%;
  left: -110%;
  background-color: #04214E;
  padding: 1rem 5%;
  /*bottom: 52px;*/
  transition: 0.25s all ease-in-out;
  /*bottom: 85px;*/
  /*z-index: 50;*/
  bottom: 46px;
}
@media (min-width: 37.5em) {
  .footer .menu {
    bottom: 46px;
  }
}
@media (max-width: 90em) {
  .footer .menu {
    z-index: 100;
  }
}
@media (min-width: 64.0625em) {
  .footer .menu {
    border: none;
    position: relative;
    top: 0.4rem;
    width: auto;
    left: initial;
    background-color: transparent;
    padding: 0;
    bottom: initial;
  }
}
@media (min-width: 64.0625em) {
  .footer .menu#footer-nav {
    display: flex;
    flex-direction: column;
    /*max-height: 50px;*/
    /*width: 225px;*/
    width: 480px;
    /*top: -.25rem;*/
    top: 0;
  }
}
@media (min-width: 64.0625em) {
  .footer .menu#footer-nav ul li {
    display: block;
  }
}
.footer .menu.open {
  left: 0;
}
.footer .menu ul {
  padding-left: 0;
}
.footer .menu li {
  list-style-type: none;
  margin: 0 0 0.4rem;
}
@media (min-width: 64.0625em) {
  .footer .menu li {
    display: inline-block;
  }
}
.footer .menu li:before {
  display: none;
}
.footer .menu li a {
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0rem 0 0.5rem;
}
@media (min-width: 64.0625em) {
  .footer .menu li a {
    font-size: 14px;
    margin-right: 45px;
    border-bottom: initial;
    padding: 0;
  }
}
.footer .menu li a:hover, .footer .menu li a.is-active {
  color: #B68937;
  text-decoration: none;
}
.footer .menu li a.icon {
  margin-right: 12px;
  width: 100%;
  padding-bottom: 2rem;
}
.footer .menu li a.icon.linkedin {
  margin-right: 7px;
}
@media (min-width: 64.0625em) {
  .footer .menu li a.icon {
    top: -3px;
    position: relative;
    width: 25px;
  }
}
@media (min-width: 75em) {
  .footer .menu li a.icon.first {
    margin-left: 2.25em;
  }
}
.footer .menu li a.hamburger-jhu {
  padding-top: 0.5rem;
  width: 200px;
}
@media (min-width: 64.0625em) {
  .footer .menu li a.hamburger-jhu {
    display: none;
  }
}
.footer .menu li:last-of-type a {
  border-bottom: none;
}
.footer .hamburger {
  margin: 14px auto 0 !important;
}
@media (min-width: 64.0625em) {
  .footer .hamburger {
    display: none;
  }
}
.footer .social-nav {
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (min-width: 64.0625em) {
  .footer .social-nav {
    display: none;
  }
}
.footer .social-nav li {
  margin-bottom: 0;
}

.grid-1, .grid-2, .grid-3, .grid-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.grid-1 > div, .grid-2 > div, .grid-3 > div, .grid-4 > div {
  width: 100%;
  margin-bottom: 5%;
  height: auto;
}
@media (min-width: 56.25em) {
  .grid-1 > div, .grid-2 > div, .grid-3 > div, .grid-4 > div {
    width: 49.2%;
    margin-bottom: 1.5%;
  }
}
@media (min-width: 56.25em) {
  .grid-1.last-row > div, .grid-2.last-row > div, .grid-3.last-row > div, .grid-4.last-row > div {
    /*margin-bottom: 0;*/
    margin-bottom: 1rem;
  }
}

.grid-1 > div {
  width: 100%;
}
@media (min-width: 56.25em) {
  .grid-1 > div {
    width: 100%;
    margin-bottom: 1.5%;
  }
}

@media (min-width: 56.25em) {
  .grid-2 > div, .grid-2 > article, .grid-3 > div, .grid-3 > article {
    margin-right: 1.5%;
  }
}

@media (min-width: 56.25em) {
  .grid-2 > div:nth-child(even), .grid-2 > article:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 56.25em) {
  .grid-3 > div, .grid-3 > article {
    width: 32.3333333333%;
  }
  .grid-3 > div:nth-child(3n), .grid-3 > article:nth-child(3n) {
    margin-right: 0;
  }
}

.grid-4 {
  justify-content: center;
}
.grid-4 > div, .grid-4 > article {
  width: 48.5%;
}
@media (min-width: 56.25em) {
  .grid-4 > div, .grid-4 > article {
    width: 32.3333333333%;
  }
}
@media (min-width: 56.25em) and (max-width: 75em) {
  .grid-4 > div:nth-child(3n), .grid-4 > article:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 75em) {
  .grid-4 > div, .grid-4 > article {
    width: 24.25%;
  }
  .grid-4 > div:nth-child(4n), .grid-4 > article:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 56.25em) {
  .grid-35-65 {
    display: flex;
  }
}
@media (min-width: 56.25em) {
  .grid-35-65 > div:first-child {
    flex-basis: 35%;
  }
}
@media (min-width: 56.25em) {
  .grid-35-65 > div:last-child {
    flex-basis: 65%;
  }
}

@media (min-width: 56.25em) {
  div[class*=grid-poll] {
    display: flex;
  }
}
@media (min-width: 56.25em) {
  div[class*=grid-poll] > div:first-child {
    flex-basis: 35%;
  }
}
@media (min-width: 56.25em) {
  div[class*=grid-poll] > div:last-child {
    flex-basis: 65%;
  }
}
div[class*=grid-poll] .poll-view {
  margin: 0;
}
div[class*=grid-poll] .poll-view .poll-view-form {
  max-width: 100%;
}

.grid-poll--left .poll-view-form {
  padding: 0 0 0 30px;
}
@media (max-width: 56.25em) {
  .grid-poll--left .poll-view-form {
    padding: 30px 0 0;
  }
}

.grid-poll--right {
  display: flex;
}
@media (max-width: 56.25em) {
  .grid-poll--right {
    flex-direction: column-reverse;
  }
  .grid-poll--right .poll-view .poll-view-form {
    padding: 0 0 30px;
  }
}
@media (min-width: 56.25em) {
  .grid-poll--right {
    flex-direction: row-reverse;
  }
  .grid-poll--right .poll-view .poll-view-form {
    padding: 0 30px 0 0;
  }
}

@media (min-width: 56.25em) {
  .grid-25-75 {
    display: flex;
  }
}
@media (min-width: 56.25em) {
  .grid-25-75 > div:first-child {
    flex-basis: 25%;
  }
}
@media (min-width: 56.25em) {
  .grid-25-75 > div:last-child {
    flex-basis: 75%;
  }
}

@media (min-width: 56.25em) {
  .grid-65-35 {
    display: flex;
  }
}
@media (min-width: 56.25em) {
  .grid-65-35 > div:first-child {
    flex-basis: 65%;
  }
}
@media (min-width: 56.25em) {
  .grid-65-35 > div:last-child {
    flex-basis: 35%;
  }
}

@media (min-width: 56.25em) {
  .grid-85-15 {
    display: flex;
  }
}
@media (min-width: 56.25em) {
  .grid-85-15 > div:first-child {
    flex-basis: 85%;
  }
}
@media (min-width: 56.25em) {
  .grid-85-15 > div:last-child {
    flex-basis: 15%;
  }
}

@media (min-width: 56.25em) {
  .grid-15-85 {
    display: flex;
  }
}
@media (min-width: 56.25em) {
  .grid-15-85 > div:first-child {
    flex-basis: 15%;
  }
}
@media (min-width: 56.25em) {
  .grid-15-85 > div:last-child {
    flex-basis: 85%;
  }
}

@media (min-width: 64.0625em) {
  body:not(.toolbar-fixed) .site-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
}

.site-header {
  background: #fff;
  position: relative;
  z-index: 10;
}
.site-header:after {
  content: "";
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
  height: 0;
  width: 100vw;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.25s ease-out, height 0s 0.25s linear;
}
.site-header:has(.menu.open):after {
  height: 100vh;
  opacity: 1;
  transition: opacity 0.25s ease-out, height 0s linear;
}
@media (min-width: 64.0625em) {
  .site-header:after {
    display: none;
  }
}
.site-header .container #nav-icon3 {
  margin-top: 26px;
}
@media (max-width: 37.5em) {
  .site-header .container {
    width: 95%;
  }
}
.site-header .container, .site-header .pre-nav {
  position: relative;
}
.site-header .pre-nav {
  display: none;
}
@media (min-width: 64.0625em) {
  .site-header .pre-nav {
    background: #F2F2F2;
    display: block;
    padding: 10px 0;
    position: relative;
    z-index: 2;
  }
}
.site-header .pre-nav .container {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 64.0625em) {
  .site-header .pre-nav .container {
    grid-template-columns: 4fr 1fr;
  }
}
.site-header .pre-nav .powered-by {
  padding-top: 4px;
  font-size: 14px;
}
.site-header .pre-nav .powered-by a {
  color: #241233;
}
.site-header .pre-nav .desktop-only-language-chooser-holder {
  text-align: right;
}
@media (min-width: 64.0625em) {
  .site-header .pre-nav nav h2, .site-header .pre-nav nav .timeline__title {
    margin-bottom: 0;
    font-family: montserrat, sans-serif;
    font-size: 14px;
    line-height: 1;
    padding: 10px 10px 10px 0;
    display: none;
  }
}
.site-header .pre-nav:has(nav) {
  display: block;
  padding-left: 2.5%;
}
@media (min-width: 64.0625em) {
  .site-header .pre-nav:has(nav) {
    padding-left: 0;
    background: #9933CC;
  }
}
.site-header .pre-nav:has(nav) .container {
  width: 100%;
}
@media (min-width: 64.0625em) {
  .site-header .pre-nav:has(nav) .container {
    width: 90%;
  }
}
@media (min-width: 64.0625em) {
  .site-header .pre-nav:has(nav) .desktop-only-language-chooser-holder {
    padding: 10px 0 10px 10px;
  }
}
.site-header:has(.pre-nav nav) + .page-wrapper {
  top: 0;
}
.site-header:before {
  content: "";
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 2;
}
.site-header nav {
  padding: 0.5rem 0;
}
@media (min-width: 64.0625em) {
  .site-header nav {
    display: flex;
    justify-content: space-between;
    padding: 1.2rem 0;
  }
}
.site-header nav .logo-lockup {
  font-family: "ff-meta-serif-web-pro", serif;
  justify-content: space-between;
  width: 300px;
  max-width: 300px;
  position: relative;
  z-index: 3;
}
@media (max-width: 440px) {
  .site-header nav .logo-lockup {
    width: 206px;
  }
}
.site-header nav .logo-lockup .bcn-text {
  font-size: 1.1rem;
  font-weight: 700;
  padding-right: 15px;
  min-width: 165px;
}
@media (max-width: 440px) {
  .site-header nav .logo-lockup .bcn-text {
    min-width: 10px;
    width: 130px;
    font-size: 15px;
  }
}
@media (min-width: 75em) {
  .site-header nav .logo-lockup .bcn-text {
    font-size: 1.5rem;
    min-width: revert;
    padding-right: 25px;
  }
}
.site-header nav .logo-lockup .bcn-text font + br {
  display: none;
}
.site-header nav .logo-lockup .jhu-text {
  /*font-size: .95rem;*/
  /*padding-bottom: 5px;*/
  width: 140px;
  position: relative;
  top: 0;
}
@media (max-width: 440px) {
  .site-header nav .logo-lockup .jhu-text img {
    height: auto;
    max-width: 110px;
  }
}
.site-header nav .logo-lockup .jhu-text .prefix {
  font-family: montserrat, sans-serif;
  font-size: 0.65rem;
  display: inline-block;
  font-weight: 600;
  position: relative;
  top: 7px;
}
@media (min-width: 75em) {
  .site-header nav .logo-lockup .jhu-text .prefix {
    font-size: 0.75rem;
    top: 10px;
  }
}
.site-header nav .logo-lockup .jhu-text a {
  display: inline-block;
  margin-top: 10px;
}
@media (min-width: 75em) {
  .site-header nav .logo-lockup .jhu-text a {
    margin-top: 14px;
    max-width: 166px;
  }
}
.site-header nav .logo-lockup .jhu-text a img {
  width: 100%;
  position: relative;
}
@media (min-width: 75em) {
  .site-header nav .logo-lockup .jhu-text a img {
    left: 3px;
  }
}
@media (min-width: 75em) {
  .site-header nav .logo-lockup .jhu-text {
    top: 0;
    width: 175px;
  }
}
.site-header nav .logo-lockup .pipe-divider {
  /*				width: 1px;
  				height: 100%;
  				background: $black;
  				display: inline-block;
  				min-height: 50px;*/
  display: none;
}
.site-header nav .logo-lockup a {
  color: #000;
}
.site-header nav .logo-lockup a:hover {
  text-decoration: none;
}
@media (min-width: 75em) {
  .site-header nav .logo-lockup {
    width: 400px;
    max-width: 400px;
  }
}
.site-header nav .logo-lockup .alternate {
  flex: 0 1 30%;
}
.site-header nav .logo-lockup .alternate .bcn-text {
  font-family: montserrat, sans-serif;
}
.site-header nav .logo-lockup .alternate-secondary {
  flex: 0 1 50%;
}
@media (max-width: 440px) {
  .site-header nav .logo-lockup .alternate-secondary {
    transform: scale(0.85);
    transform-origin: left top;
  }
}
.site-header nav .logo-lockup .alternate-secondary .jhu-text a {
  margin-top: 0;
}
.site-header nav .logo-lockup .alternate-secondary .jhu-text .prefix {
  top: 0;
  margin-top: 0;
}
.site-header nav .logo-lockup .alternate-secondary .bcn-text {
  font-size: 20px;
  padding-right: 0;
}
.site-header nav #main-nav .search-form > div:first-child {
  width: 80%;
}
@media (min-width: 64.0625em) {
  .site-header nav #main-nav .search-form > div:first-child {
    max-width: 100px;
    width: 100%;
    margin-left: 1rem;
  }
}
@media (min-width: 75em) {
  .site-header nav #main-nav .search-form > div:first-child {
    max-width: 130px;
  }
}
@media (max-width: 75em) {
  .site-header nav #main-nav .search-form > div {
    flex-basis: auto;
  }
}
.site-header nav #main-nav .gtranslate_wrapper {
  width: 100%;
}
@media (min-width: 64.0625em) {
  .site-header nav #main-nav .gtranslate_wrapper {
    width: auto;
    margin-left: 20px;
  }
}
.site-header nav #main-nav .gtranslate_wrapper > select {
  width: 100%;
}
@media (min-width: 64.0625em) {
  .site-header nav #main-nav .gtranslate_wrapper > select {
    width: auto;
  }
}
.site-header .menu {
  z-index: 1;
  position: absolute;
  width: 105%;
  left: 50%;
  padding: 0;
  top: 56px;
  height: calc(100dvh - 100px);
  overflow: scroll;
  transform: translateY(-100%) translateX(-50%);
  transition: 0.4s all ease-in-out;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 37.5em) {
  .site-header .menu {
    top: 68px;
    width: 111%;
  }
}
@media (min-width: 56.25em) {
  .site-header .menu {
    top: 68px;
  }
  .site-header .menu.open {
    transform: translateY(0) translateX(-50%);
  }
}
@media (min-width: 64.0625em) {
  .site-header .menu {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 440px) {
  .site-header .menu.open {
    top: 56px !important;
  }
}
@media (min-width: 64.0625em) {
  .site-header .menu {
    border: none;
    position: relative;
    width: auto;
    left: initial;
    background-color: transparent;
    padding: 0;
    top: 0;
    display: flex;
    height: auto;
    align-items: center;
    z-index: 3;
    overflow: initial;
    transform: translate(0);
  }
  .site-header .menu.open {
    transform: translateY(0) translateX(0);
  }
}
.site-header .menu.open {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 56.25em) {
  .site-header .menu.open {
    top: 68px;
    transform: translateY(0) translateX(-50%);
  }
}
@media (max-width: 37.5em) {
  .site-header .menu.open {
    transform: translateY(0) translateX(-50%);
  }
}
.site-header .menu ul {
  padding-left: 0;
  margin: 0;
  background-color: #E0E0E0;
}
@media (min-width: 64.0625em) {
  .site-header .menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 475px;
    background: none;
  }
}
@media (min-width: 75em) {
  .site-header .menu ul {
    width: 500px;
    justify-content: space-between;
  }
}
.site-header .menu li {
  list-style-type: none;
  margin: 0;
}
@media (min-width: 64.0625em) {
  .site-header .menu li {
    display: inline-block;
    padding: 20px 0;
    position: relative;
  }
}
.site-header .menu li:before {
  display: none;
}
.site-header .menu li:last-of-type a {
  margin-right: 0;
}
.site-header .menu li a {
  color: #000;
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding: 14px 40px;
  text-transform: uppercase;
}
.site-header .menu li a:hover, .site-header .menu li a.is-active, .site-header .menu li a:focus-visible {
  color: #B68937;
  text-decoration: none;
}
@media (min-width: 64.0625em) {
  .site-header .menu li a {
    font-size: 14px;
    border: none;
    padding: 0;
  }
}
.site-header .menu li a.icon {
  margin-right: 12px;
}
@media (min-width: 64.0625em) {
  .site-header .menu li a.icon {
    top: -3px;
    position: relative;
  }
}
.site-header .menu li a.bloomberg-logo {
  position: relative;
  width: 100%;
  height: 45px;
  text-indent: -1000px;
  overflow: hidden;
}
@media (min-width: 64.0625em) {
  .site-header .menu li a.bloomberg-logo {
    display: none;
  }
}
.site-header .menu li a.bloomberg-logo:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(icons/logo-text-only.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 45px;
}
.site-header .menu li span, .site-header .menu li button {
  color: #000;
  display: block;
  font-weight: bold;
  font-size: 16px;
  padding: 14px 40px;
  text-transform: uppercase;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.site-header .menu li span:hover, .site-header .menu li span:focus-visible, .site-header .menu li span.is-active, .site-header .menu li button:hover, .site-header .menu li button:focus-visible, .site-header .menu li button.is-active {
  color: #B68937;
  text-decoration: none;
}
@media (min-width: 64.0625em) {
  .site-header .menu li span, .site-header .menu li button {
    font-size: 14px;
    border: none;
    padding: 20px;
  }
}
@media (max-width: 56.25em) {
  .site-header .menu li.icon {
    height: 29px;
  }
}
.site-header .menu li:last-of-type a {
  border-bottom: none;
}
.site-header .menu li.parent span {
  transition: 0.25s all ease-in-out;
}
.site-header .menu li.parent ul {
  transition: 0.25s all ease-in-out;
  /*display: none;*/
  display: block;
  margin: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  /*@media (min-width: 56.25em) {*/
}
.site-header .menu li.parent ul > li {
  display: block;
  padding: 0;
}
.site-header .menu li.parent ul > li > a {
  color: #000;
  text-transform: none;
  font-weight: normal;
  padding-left: 64px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.site-header .menu li.parent ul > li > a:hover, .site-header .menu li.parent ul > li > a:focus-visible {
  color: #B68937;
  font-weight: bold;
  /*color: $light-gray;*/
}
@media (min-width: 64.0625em) {
  .site-header .menu li.parent ul > li > a:hover, .site-header .menu li.parent ul > li > a:focus-visible {
    color: #fff;
    background-color: #B68937;
  }
}
@media (min-width: 64.0625em) {
  .site-header .menu li.parent ul {
    position: absolute;
    padding: 0;
    width: 360px;
    background-color: #E0E0E0;
    border-top: solid 2px #B68937;
    display: none;
    z-index: 1000;
    margin-top: 20px;
  }
  .site-header .menu li.parent ul[aria-hidden=false] {
    display: block;
  }
  .site-header .menu li.parent ul > li:last-of-type > a {
    border: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 16px;
  }
  .site-header .menu li.parent ul > li > a {
    padding: 14px 24px;
    color: #000;
  }
  .site-header .menu li.parent ul > li > a:hover {
    color: #fff;
    background-color: #B68937;
  }
}
.site-header .menu li.parent:after {
  content: "";
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.05' height='6.272' viewBox='0 0 11.05 6.272'%3E%3Cpath id='SVG_Caret' d='M1328.428,78.852a.749.749,0,0,0,1.06,0l4.77-4.773a.737.737,0,0,0,0-1.06.749.749,0,0,0-1.06,0l-4.24,4.242-4.24-4.242a.749.749,0,0,0-1.06,0,.737.737,0,0,0,0,1.06Zm-.22-1.4v.875h1.5v-.875Z' transform='translate(-1323.433 -72.799)'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  mask-size: cover;
  display: none;
  transform: rotate(0);
  transition: 0.25s all ease-in-out;
  width: 11px;
  height: 6px;
  background-color: #04152A;
}
@media (min-width: 64.0625em) {
  .site-header .menu li.parent:after {
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 0;
    z-index: -1;
  }
}
@media (min-width: 64.0625em) {
  .site-header .menu li.parent {
    padding: 0;
  }
  .site-header .menu li.parent:has([aria-expanded=true]):after {
    transform: rotate(180deg);
    background-color: #B68937;
  }
}
.site-header .menu li.parent:hover {
  color: #04152A;
  cursor: pointer;
}
.site-header .menu li.parent:hover:after {
  background: #B68937;
}
body:not(.js) .site-header .menu li.parent:hover ul {
  display: block;
}
body:not(.js) .site-header .menu li.parent:hover:after {
  transform: rotate(180deg);
}
@media (min-width: 64.0625em) {
  .site-header .hamburger {
    display: none;
  }
}

#block-citieshub-local-tasks {
  width: 90%;
  max-width: 1014px;
  margin: 0 auto;
  z-index: 1000;
}
#block-citieshub-local-tasks > ul {
  list-style: none;
  padding: 0;
  padding-bottom: 20px;
  margin: 0;
}
#block-citieshub-local-tasks > ul li {
  display: inline-block;
  margin: 0 5px 0 0;
}
#block-citieshub-local-tasks > ul li::before {
  display: none;
}
#block-citieshub-local-tasks > ul li a {
  border: solid;
  border-width: 1px;
  padding: 0 10px;
}
#block-citieshub-local-tasks > ul li a.is-active {
  border-bottom-color: #FAFAFA;
}

/*---===/ Featured Header \===---*/
.featured-content-grid {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fafafa;
}

@media ((min-width: 64.0625em)) {
  .featured-content-grid__featured {
    flex: 0 0 53.5%;
  }
}

@media ((min-width: 64.0625em)) {
  .featured-content-grid__featured-content, .featured-content-grid__supplemental-content {
    margin-top: 40px;
  }
}

.featured-content-grid__featured-heading {
  text-transform: uppercase;
  color: #B68937;
  font-family: montserrat, sans-serif;
}

.featured-content-grid__supplemental-heading {
  text-transform: uppercase;
  color: #B68937;
  font-family: montserrat, sans-serif;
}

.featured-content-grid > .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
@media ((min-width: 64.0625em)) {
  .featured-content-grid > .container {
    flex-direction: row;
    justify-content: space-between;
  }
}

.featured-content-grid__featured-label {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #B68937;
  padding: 30px 20px 0 30px;
  font-weight: 600;
  display: block;
}

.featured-content-grid__featured-title {
  font-size: 2rem;
  padding: 10px 20px 0 30px;
}
.featured-content-grid__featured-title a {
  color: #241233;
}

.featured-content-grid__featured-image img {
  display: block;
  width: 100%;
}

.featured-content-grid__supplemental {
  margin-top: 60px;
}
@media ((min-width: 64.0625em)) {
  .featured-content-grid__supplemental {
    flex: 0 0 37.5%;
    margin-top: 0;
  }
}

@media ((min-width: 64.0625em)) {
  .featured-content-grid__supplemental-content {
    max-width: 420px;
  }
}
.featured-content-grid__supplemental-content ul {
  list-style: none;
  padding: 0;
}
.featured-content-grid__supplemental-content ul li {
  position: relative;
  margin: 0;
  padding-left: 40px;
  left: -40px;
}
.featured-content-grid__supplemental-content ul li + li {
  margin-top: 50px;
}
.featured-content-grid__supplemental-content ul li:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #B68937;
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.featured-content-grid__supplemental-content ul li:last-of-type > a {
  color: #B68937;
}
.featured-content-grid__supplemental-content ul li a {
  color: #241233;
  font-weight: 600;
  font-family: "ff-meta-serif-web-pro", serif;
}

.featured-content-grid + .articles__collection {
  margin-top: 50px;
}
@media ((min-width: 56.25em)) {
  .featured-content-grid + .articles__collection {
    margin-top: 75px;
  }
}

.search-trigger-desktop__holder {
  margin-left: 20px;
  min-width: 50px;
  text-align: right;
  display: none;
}
.search-trigger-desktop__holder .search-trigger-desktop {
  margin-left: auto;
  background: transparent;
  border: 0;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.search-trigger-desktop__holder .search-trigger-desktop:hover {
  cursor: pointer;
}
.search-trigger-desktop__holder .search-trigger-desktop:hover svg circle {
  transition: fill 0.25s ease-out;
  fill: #B68937;
}
.search-trigger-desktop__holder .search-trigger-desktop[aria-expanded=false] svg {
  display: inherit;
}
.search-trigger-desktop__holder .search-trigger-desktop[aria-expanded=false] .search-trigger-close {
  display: none;
}
.search-trigger-desktop__holder .search-trigger-desktop[aria-expanded=true] svg {
  display: none;
}
.search-trigger-desktop__holder .search-trigger-desktop[aria-expanded=true] .search-trigger-close {
  display: block;
}
@media (min-width: 64.0625em) {
  .search-trigger-desktop__holder {
    display: block;
  }
}
.search-trigger-desktop__holder .search-trigger-desktop .search-trigger-close {
  position: absolute;
  top: 0;
  left: 0;
}
.search-trigger-desktop__holder .search-trigger-desktop .search-trigger-close:before, .search-trigger-desktop__holder .search-trigger-desktop .search-trigger-close:after {
  content: "";
  width: 26px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 12px;
  left: 6px;
}
.search-trigger-desktop__holder .search-trigger-desktop .search-trigger-close:before {
  transform: rotate(45deg);
}
.search-trigger-desktop__holder .search-trigger-desktop .search-trigger-close:after {
  transform: rotate(-45deg);
}

/*---===/ Mobile Header \===---*/
.search-trigger-mobile__holder {
  position: absolute;
  top: 0;
  margin-top: 21px;
  right: 60px;
  z-index: 3;
}
@media (max-width: 37.5em) {
  .search-trigger-mobile__holder {
    right: 50px;
  }
}
.search-trigger-mobile__holder .search-trigger-mobile {
  background: transparent;
  border: none;
  position: relative;
  width: 30px;
  height: 30px;
}
.search-trigger-mobile__holder .search-trigger-mobile:hover {
  cursor: pointer;
}
.search-trigger-mobile__holder .search-trigger-mobile:hover svg circle {
  transition: fill 0.25s ease-out;
  fill: #B68937;
}
.search-trigger-mobile__holder .search-trigger-mobile[aria-expanded=false] svg {
  display: inherit;
}
.search-trigger-mobile__holder .search-trigger-mobile[aria-expanded=false] .search-trigger-close {
  display: none;
}
.search-trigger-mobile__holder .search-trigger-mobile[aria-expanded=true] svg {
  display: none;
}
.search-trigger-mobile__holder .search-trigger-mobile[aria-expanded=true] .search-trigger-close {
  display: block;
}
@media (min-width: 64.0625em) {
  .search-trigger-mobile__holder .search-trigger-mobile {
    display: none;
  }
}
.search-trigger-mobile__holder .search-trigger-mobile .search-trigger-close {
  position: absolute;
  top: 0;
  left: 0;
}
.search-trigger-mobile__holder .search-trigger-mobile .search-trigger-close:before, .search-trigger-mobile__holder .search-trigger-mobile .search-trigger-close:after {
  content: "";
  width: 26px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 12px;
  left: 6px;
}
.search-trigger-mobile__holder .search-trigger-mobile .search-trigger-close:before {
  transform: rotate(45deg);
}
.search-trigger-mobile__holder .search-trigger-mobile .search-trigger-close:after {
  transform: rotate(-45deg);
}

.mobile-menu-center-title {
  display: block;
  background: #F2F2F2;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 8px 0;
}
@media (min-width: 64.0625em) {
  .mobile-menu-center-title {
    display: none;
  }
}
@media (min-width: 37.5em) {
  .mobile-menu-center-title br {
    display: none;
  }
}
.mobile-menu-center-title a {
  color: #241233;
}

.mobile-only-language-chooser-holder {
  padding: 14px 40px 16px;
  border-top: solid 1px #241233;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #E0E0E0;
}
@media (min-width: 64.0625em) {
  .mobile-only-language-chooser-holder {
    display: none;
  }
}

/* .site-header nav .logo-lockup:has(.bcn-text.has-logo) adding selector here to avoid indentation hell */
@media (min-width: 56.25em) and (max-width: 75em) {
  .site-header nav .logo-lockup:has(.has-logo) {
    width: 500px;
    max-width: 500px;
  }
}
@media (min-width: 75em) {
  .site-header nav .logo-lockup:has(.has-logo) {
    width: 600px;
    max-width: 600px;
  }
}
.site-header nav .logo-lockup:has(.has-logo) .alternate {
  flex: 0 1 45%;
}
.site-header nav .logo-lockup:has(.has-logo) .bcn-text a {
  font-size: 0;
  display: block;
}
.site-header nav .logo-lockup:has(.has-logo) .alternate-secondary .jhu-text a {
  margin-top: 1px;
}

/* mayors challenge body class */
.mayors-challenge-microsite:has(.bcn-text.has-logo) .site-header {
  background: black;
}
@media (max-width: 440px) {
  .mayors-challenge-microsite:has(.bcn-text.has-logo) .site-header .menu.open {
    top: 91px !important;
  }
}
@media (max-width: 56.25em) {
  .mayors-challenge-microsite:has(.bcn-text.has-logo) .site-header .menu.open {
    top: 91px;
    transform: translateY(0) translateX(-50%);
  }
}
@media (max-width: 56.25em) {
  .mayors-challenge-microsite:has(.bcn-text.has-logo) .site-header .menu.open {
    top: 91px;
  }
}
@media (min-width: 56.25em) {
  .mayors-challenge-microsite:has(.bcn-text.has-logo) .site-header .menu.open {
    top: 97px;
  }
}
@media (max-width: 37.5em) {
  .mayors-challenge-microsite:has(.bcn-text.has-logo) .site-header .menu.open {
    transform: translateY(0) translateX(-50%);
  }
}
.mayors-challenge-microsite:has(.bcn-text.has-logo) .site-header .container #nav-icon3 {
  margin-top: 16px;
}
.mayors-challenge-microsite:has(.bcn-text.has-logo) .site-header .search-trigger-mobile__holder {
  margin-top: 11px;
}
@media (max-width: 56.25em) {
  .mayors-challenge-microsite:has(.bcn-text.has-logo) .site-header nav .logo-lockup .alternate-secondary .jhu-text .prefix {
    top: -2px;
  }
}
@media (max-width: 56.25em) {
  .mayors-challenge-microsite:has(.bcn-text.has-logo) .site-header nav .logo-lockup .alternate-secondary .jhu-text a {
    margin-top: -6px !important;
  }
}
.mayors-challenge-microsite:has(.bcn-text.has-logo) .site-header nav .logo-lockup .alternate-secondary .bcn-text {
  font-size: 16px;
}
@media (max-width: 440px) {
  .mayors-challenge-microsite:has(.bcn-text.has-logo) .site-header nav .logo-lockup .alternate-secondary .bcn-text {
    font-size: 14px;
  }
}
@media (min-width: 64.0625em) {
  .mayors-challenge-microsite:has(.bcn-text.has-logo) .site-header nav .logo-lockup .alternate-secondary .bcn-text {
    font-size: 20px;
  }
}

.site-header > .pre-nav {
  background: #F2F2F2;
  position: relative;
  z-index: 2;
}

.site-header > .pre-nav nav {
  padding: 0;
}

@media (max-width: 64.0625em) {
  .site-header > .pre-nav nav > h2, .site-header > .pre-nav nav > .timeline__title {
    margin-bottom: 0;
  }
}

.site-header > .pre-nav nav > h2 > button, .site-header > .pre-nav nav > .timeline__title > button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 2.5% 0 -2.5%;
  cursor: pointer;
  background: #9933CC;
  font-size: 16px;
  padding: 0 1.5rem;
  position: relative;
  top: 0;
  height: 48px;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  width: 100vw;
}
.site-header > .pre-nav nav > h2 > button:after, .site-header > .pre-nav nav > .timeline__title > button:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.site-header > .pre-nav nav > h2 > button[aria-expanded=true]:after, .site-header > .pre-nav nav > .timeline__title > button[aria-expanded=true]:after {
  transform: rotate(-135deg);
}

@media (max-width: 64.0625em) {
  .site-header > .pre-nav .menu__wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-in-out;
  }
  .site-header > .pre-nav .menu__wrapper[aria-hidden=false] {
    grid-template-rows: 1fr;
  }
}

.site-header > .pre-nav .menu__wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 64.0625em) {
  .site-header > .pre-nav .menu__wrapper ul {
    overflow: hidden;
  }
}
@media (min-width: 64.0625em) {
  .site-header > .pre-nav .menu__wrapper ul {
    display: flex;
    gap: 10px;
  }
}
@media (min-width: 75em) {
  .site-header > .pre-nav .menu__wrapper ul {
    display: flex;
    gap: 20px;
  }
}

.site-header > .pre-nav .menu__wrapper ul li {
  padding: 10px;
}
@media (max-width: 64.0625em) {
  .site-header > .pre-nav .menu__wrapper ul li:first-child {
    margin-top: 30px;
  }
  .site-header > .pre-nav .menu__wrapper ul li:last-child {
    margin-bottom: 30px;
  }
}
@media (min-width: 64.0625em) {
  .site-header > .pre-nav .menu__wrapper ul li:first-child {
    padding-left: 0;
  }
}

.site-header > .pre-nav .menu__wrapper ul li a,
.site-header > .pre-nav .menu__wrapper ul li button {
  color: #000;
  display: block;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 64.0625em) {
  .site-header > .pre-nav .menu__wrapper ul li a,
  .site-header > .pre-nav .menu__wrapper ul li button {
    font-size: 14px;
    color: #fff;
  }
}
@media (min-width: 64.0625em) {
  .site-header > .pre-nav .menu__wrapper ul li a:hover, .site-header > .pre-nav .menu__wrapper ul li a:focus-visible,
  .site-header > .pre-nav .menu__wrapper ul li button:hover,
  .site-header > .pre-nav .menu__wrapper ul li button:focus-visible {
    color: #fff;
    text-decoration: underline;
  }
}

.site-header > .pre-nav .menu__wrapper ul li button {
  background: none;
  border: none;
  padding: 0;
  position: relative;
}
.site-header > .pre-nav .menu__wrapper ul li button:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  top: -3px;
  left: 10px;
}
@media (min-width: 64.0625em) {
  .site-header > .pre-nav .menu__wrapper ul li button:after {
    border-color: #fff;
  }
}
.site-header > .pre-nav .menu__wrapper ul li button[aria-expanded=true]:after {
  transform: rotate(-135deg);
  top: 0;
}

.site-header > .pre-nav .menu__wrapper ul li:has(.dropdown-menu) {
  position: relative;
}

.site-header > .pre-nav .menu__wrapper ul li > .dropdown-menu {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease-in-out;
  grid-template-columns: max-content;
}
.site-header > .pre-nav .menu__wrapper ul li > .dropdown-menu[aria-hidden=false] {
  grid-template-rows: 1fr;
}
@media (min-width: 64.0625em) {
  .site-header > .pre-nav .menu__wrapper ul li > .dropdown-menu {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    background-color: #9933CC;
  }
}

.site-header > .pre-nav .menu__wrapper ul li > .dropdown-menu > ul {
  overflow: hidden;
}
@media (min-width: 64.0625em) {
  .site-header > .pre-nav .menu__wrapper ul li > .dropdown-menu > ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    width: auto;
    max-width: 460px;
  }
}

.site-header > .pre-nav .menu__wrapper ul li > .dropdown-menu > ul > li:first-child {
  margin-top: 16px;
}
@media (min-width: 64.0625em) {
  .site-header > .pre-nav .menu__wrapper ul li > .dropdown-menu > ul > li:first-child {
    margin-top: 0;
    border-top: solid 3px #fff;
  }
}
.site-header > .pre-nav .menu__wrapper ul li > .dropdown-menu > ul > li:last-child {
  margin-bottom: 0;
}
@media (min-width: 64.0625em) {
  .site-header > .pre-nav .menu__wrapper ul li > .dropdown-menu > ul > li {
    padding: 0;
  }
}
@media (min-width: 64.0625em) {
  .site-header > .pre-nav .menu__wrapper ul li > .dropdown-menu > ul > li a {
    display: block;
    padding: 18px 40px;
    text-decoration: none;
    line-height: 1.3;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  }
  .site-header > .pre-nav .menu__wrapper ul li > .dropdown-menu > ul > li a:hover, .site-header > .pre-nav .menu__wrapper ul li > .dropdown-menu > ul > li a:focus-visible {
    color: #000;
    background-color: #fff;
  }
}

.single-wrap {
  margin-bottom: 4rem;
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 4rem;
}
@media (min-width: 56.25em) {
  .single-wrap {
    margin-bottom: 5rem;
    padding-bottom: 5rem;
  }
}
.single-wrap-inner {
  position: relative;
}
.single-wrap h2, .single-wrap .timeline__title, .single-wrap h3, .single-wrap h4 {
  color: #3B3B3B;
}
.single-info {
  padding-bottom: 1.25rem;
  overflow: auto;
}
@media (min-width: 56.25em) {
  .single-info .date,
  .single-info p {
    font-size: 1.2em;
  }
}
.single-info .byline {
  font-size: 0.75rem;
  margin: 0 0 0.25rem;
}
@media (min-width: 56.25em) {
  .single-info .byline {
    font-size: 1.5em;
  }
}

.single-page main[role=main] {
  margin-top: 2.5rem;
}
@media (min-width: 56.25em) {
  .single-page main[role=main] {
    margin-top: 3.5rem;
  }
}
.single-page .footnote {
  margin-top: 2rem;
}
@media (min-width: 56.25em) {
  .single-page .footnote {
    margin-top: 3rem;
  }
}
.single-page .footnote p, .single-page .footnote ol {
  font-size: 0.7rem;
  margin: 0.75rem 0;
  line-height: 1.5;
}
@media (min-width: 56.25em) {
  .single-page .footnote p, .single-page .footnote ol {
    font-size: 0.8rem;
    margin: 0rem 0 0.5rem;
  }
}

.large-image-caption {
  padding-left: 3vw;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  color: #707070;
  background-color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
.large-image-caption-nospace {
  padding-left: 0px;
}
@media (min-width: 37.5em) {
  .large-image-caption {
    padding-left: 2.5rem;
  }
  .large-image-caption-nospace {
    padding-left: 0px;
  }
}
@media (min-width: 56.25em) {
  .large-image-caption {
    padding-left: 3vw;
  }
  .large-image-caption-nospace {
    padding-left: 0px;
  }
}
@media (min-width: 75em) {
  .large-image-caption {
    padding-left: 4rem;
  }
  .large-image-caption-nospace {
    padding-left: 0px;
  }
}

.normal-image-caption {
  position: absolute;
  left: 0;
  right: 0;
  color: #000;
  background: #fff;
  font-size: 14px;
  margin-bottom: 0px;
  padding: 10px;
}
.normal-image-caption-top {
  top: 0;
}
.normal-image-caption-bottom {
  bottom: -1px;
}
@media (min-width: 64.0625em) {
  .normal-image-caption-bottom {
    bottom: 0;
  }
}
.normal-image-caption .normal-image-caption-inner {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto;
}
.normal-image-caption .normal-image-caption-inner-full {
  width: 100%;
}
@media (min-width: 64.0625em) {
  .normal-image-caption .normal-image-caption-inner {
    width: 100%;
  }
}

.hero.promoted-hero .hero-inner, .promoted-hero.paragraph--type--image-hero-large .hero-inner {
  margin-bottom: 0px !important;
}
.hero.promoted-hero .hero-inner > picture img, .promoted-hero.paragraph--type--image-hero-large .hero-inner > picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero.promoted-hero .hero-inner > a, .promoted-hero.paragraph--type--image-hero-large .hero-inner > a {
  display: block;
  cursor: pointer;
  z-index: 1;
}

.promoted-image-caption {
  color: #04214E;
  background: #fff;
  font-size: 14px;
  margin-bottom: 0px;
  padding: 10px 10px;
}
.promoted-image-caption .promoted-image-caption-inner {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

.featured-image-caption {
  text-align: left;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.featured-image-caption p {
  font-size: 14px;
  color: #707070;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}
.news-story .featured-image-caption {
  margin-top: 1rem;
}
.news-story .featured-image-caption p {
  text-align: left;
  font-style: italic;
  color: #666666;
  font-weight: 300;
  font-size: 1rem;
}

.news-story .featured-image {
  margin-bottom: 0;
}

.hide-mobile {
  display: none;
}
@media (min-width: 56.25em) {
  .hide-mobile {
    display: block;
  }
}

.hide-tablet {
  display: block;
}
@media (min-width: 56.25em) {
  .hide-tablet {
    display: none;
  }
}

.news-story .single-date {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 0.825rem;
  color: #707070;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
}
.news-story .single-date .date, .news-story .single-date .byline {
  font-weight: 700;
  font-size: 0.825rem;
  display: inline-block;
}
@media (min-width: 56.25em) {
  .news-story .single-date .date, .news-story .single-date .byline {
    font-size: 0.825rem;
  }
}
.news-story .single-date .byline {
  margin-left: 6px;
  padding-left: 9px;
  border-left: solid 2px #707070;
}

.resource-page #content {
  margin-top: 0;
}
.resource-page #content .container {
  max-width: 1150px;
}
.resource-page #content .container h1, .resource-page #content .container .category-banner p, .category-banner .resource-page #content .container p, .resource-page #content .container .articles__collection .heading h2, .articles__collection .heading .resource-page #content .container h2, .resource-page #content .container .articles__collection .heading .timeline__title, .articles__collection .heading .resource-page #content .container .timeline__title {
  font-size: 2.6em;
}
@media (min-width: 37.5em) {
  .resource-page #content .container h1, .resource-page #content .container .category-banner p, .category-banner .resource-page #content .container p, .resource-page #content .container .articles__collection .heading h2, .articles__collection .heading .resource-page #content .container h2, .resource-page #content .container .articles__collection .heading .timeline__title, .articles__collection .heading .resource-page #content .container .timeline__title {
    font-size: 3.8em;
  }
}
@media (min-width: 56.25em) {
  .resource-page #content .container h1, .resource-page #content .container .category-banner p, .category-banner .resource-page #content .container p, .resource-page #content .container .articles__collection .heading h2, .articles__collection .heading .resource-page #content .container h2, .resource-page #content .container .articles__collection .heading .timeline__title, .articles__collection .heading .resource-page #content .container .timeline__title {
    font-size: 5.3em;
  }
}
@media (min-width: 56.25em) {
  .resource-page #content .container p {
    font-size: 2em;
  }
}
@media (min-width: 75em) {
  .resource-page #content .container p {
    font-size: 2.15em;
  }
}
.resource-page #content .container a.btn-external {
  padding: 0.5rem 1.25rem;
  padding-right: calc(1.25rem + 30px);
}
.resource-page #content .single-wrap {
  margin-top: 4rem;
}
.resource-page #content .single-sharing {
  margin-bottom: 1.875rem;
}
@media (min-width: 90em) {
  .resource-page #content .single-sharing {
    margin-bottom: 0;
  }
}
.resource-page #content .banner {
  height: 125px;
  background: #04214E;
}
.resource-page #content .banner .container {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
}
.resource-page #content .banner .container .resource {
  width: 80px;
  height: 125px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}
.resource-page #content .banner .container .resource:after {
  content: "";
  width: 1px;
  height: 50%;
  background-color: #fff;
  display: inline-block;
  right: -3rem;
  position: absolute;
}
.resource-page #content .banner .container .resource p {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  align-self: flex-end;
  margin: 0px 0 15px 0;
  width: 100%;
}
.resource-page #content .banner .container .banner-tag {
  font-size: 1.5rem;
  margin: 0.5rem 0 0 1rem;
  font-family: montserrat, sans-serif;
}
.resource-page #content .banner .container .banner-tag .tag {
  font-size: 1.5rem;
  font-weight: 600;
}
.resource-page #content .banner .container .banner-tag .tag a,
.resource-page #content .banner .container .banner-tag .tag a:hover,
.resource-page #content .banner .container .banner-tag .tag a:visited {
  color: #fff;
}
.resource-page #content .resource-top {
  display: flex;
  flex-direction: column;
}
.resource-page #content .resource-top .resource-image {
  margin: 0 auto;
}
@media (min-width: 56.25em) {
  .resource-page #content .resource-top .resource-image img {
    max-width: initial;
  }
}
@media (min-width: 56.25em) {
  .resource-page #content .resource-top .resource-image {
    margin: 0 2rem;
  }
}
@media (min-width: 56.25em) {
  .resource-page #content .resource-top .resource-text {
    margin-left: 2rem;
  }
}
@media (min-width: 56.25em) {
  .resource-page #content .resource-top {
    flex-direction: row;
  }
}
.resource-page #content .resource-bottom {
  background: #fff;
  padding: 2.5rem 1rem 1rem;
}
.resource-page #content .resource-bottom h1, .resource-page #content .resource-bottom .category-banner p, .category-banner .resource-page #content .resource-bottom p, .resource-page #content .resource-bottom .articles__collection .heading h2, .articles__collection .heading .resource-page #content .resource-bottom h2, .resource-page #content .resource-bottom .articles__collection .heading .timeline__title, .articles__collection .heading .resource-page #content .resource-bottom .timeline__title {
  text-align: center;
}
.resource-page #content .resource-bottom h1:after, .resource-page #content .resource-bottom .category-banner p:after, .category-banner .resource-page #content .resource-bottom p:after, .resource-page #content .resource-bottom .articles__collection .heading h2:after, .articles__collection .heading .resource-page #content .resource-bottom h2:after, .resource-page #content .resource-bottom .articles__collection .heading .timeline__title:after, .articles__collection .heading .resource-page #content .resource-bottom .timeline__title:after {
  content: "";
  height: 1px;
  width: 30%;
  background-color: #000;
  display: block;
  margin: 1.5rem auto 2rem;
}
.resource-page #content .resource-bottom .date {
  text-align: center;
  color: #707070;
  margin-bottom: 2rem;
  font-size: 1.2em;
}
.resource-page #content .btn, .resource-page #content .resource-filter .pager__item a.button, .resource-filter .pager__item .resource-page #content a.button, .resource-page #content .news ul.pager .pager__item .button, .news ul.pager .pager__item .resource-page #content .button {
  padding: 0.5rem 1.75rem;
}

.single-sharing + .single-info {
  margin-top: 20px;
}

.hero.resource, .resource.paragraph--type--image-hero-large {
  background-color: #E5E5E5;
}
.hero.resource h1, .resource.paragraph--type--image-hero-large h1, .hero.resource .category-banner p, .resource.paragraph--type--image-hero-large .category-banner p, .category-banner .hero.resource p, .category-banner .resource.paragraph--type--image-hero-large p, .hero.resource .articles__collection .heading h2, .resource.paragraph--type--image-hero-large .articles__collection .heading h2, .articles__collection .heading .hero.resource h2, .articles__collection .heading .resource.paragraph--type--image-hero-large h2, .hero.resource .articles__collection .heading .timeline__title, .resource.paragraph--type--image-hero-large .articles__collection .heading .timeline__title, .articles__collection .heading .hero.resource .timeline__title, .articles__collection .heading .resource.paragraph--type--image-hero-large .timeline__title {
  text-align: left;
  color: #04214E;
  z-index: 20;
  position: relative;
}
.hero.resource::before, .resource.paragraph--type--image-hero-large::before {
  left: 0;
  background-image: url(icons/background-white.svg);
  background-position: left top;
  background-size: cover;
  width: 50rem;
  height: 25rem;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  top: -1rem;
  z-index: 0;
}
.hero.resource::after, .resource.paragraph--type--image-hero-large::after {
  content: "";
  display: none;
}

.resource-filter {
  position: relative;
}
@media (max-width: 56.25em) {
  .resource-filter {
    display: flex;
    flex-direction: column;
  }
}
.resource-filter-banner {
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 56.25em) {
  .resource-filter-banner {
    margin-bottom: 4rem;
  }
}
.resource-filter-banner > div {
  display: flex;
  flex-direction: row;
}
.resource-filter-banner h2, .resource-filter-banner .timeline__title {
  color: #04214E;
  margin: 0.5rem 0 0 0;
  align-self: center;
  font-size: 2.6em;
  line-height: 1.1em;
  font-weight: 800;
}
@media (min-width: 37.5em) {
  .resource-filter-banner h2, .resource-filter-banner .timeline__title {
    font-size: 3.8em;
  }
}
@media (min-width: 56.25em) {
  .resource-filter-banner h2, .resource-filter-banner .timeline__title {
    font-size: 5.2em;
  }
}
.resource-filter .resource-filter-options {
  position: relative;
}
@media (min-width: 56.25em) {
  .resource-filter .resource-filter-options {
    padding: 2rem 0;
    border-bottom: 1px solid #241233;
  }
}
.resource-filter .resource-filter-dropdown {
  height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: ease 0.5s all;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background: #FAFAFA;
}
@media (min-width: 56.25em) {
  .resource-filter .resource-filter-dropdown {
    background: transparent;
    height: auto;
    padding: 0;
    position: static;
  }
}
.resource-filter .resource-filter-dropdown.open {
  height: 200px;
  overflow: scroll;
  padding-top: 10px;
  z-index: 99;
}
@media (min-width: 56.25em) {
  .resource-filter .resource-filter-dropdown.open {
    height: auto;
    overflow: initial;
    padding-top: 0;
  }
}
.resource-filter-current {
  font-weight: 400;
  padding: 10px 15px;
  margin: 2rem 0;
  background: #FAFAFA;
}
@media (min-width: 56.25em) {
  .resource-filter-current {
    display: none;
    margin: 0;
  }
}
.resource-filter-current .icon {
  display: inline-block;
  position: absolute;
  right: 10px;
  font-size: 0.5rem;
  padding: 3px;
  border-radius: 50px;
  width: 17px;
  height: 17px;
  text-align: center;
}
.resource-filter h2, .resource-filter .timeline__title,
.resource-filter h3 {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.resource-filter h2, .resource-filter .timeline__title {
  font-size: 1rem;
}
@media (min-width: 56.25em) {
  .resource-filter h2, .resource-filter .timeline__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.resource-filter h3 {
  display: none;
}
@media (min-width: 56.25em) {
  .resource-filter h3 {
    display: block;
    font-size: 0.88rem;
  }
}
.resource-filter legend {
  display: none;
}
.resource-filter label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.85rem;
  font-weight: 100;
  line-height: 1.5;
  transition: ease 0.3s all;
}
@media (min-width: 56.25em) {
  .resource-filter label {
    font-size: 0.95rem;
    font-weight: 300;
  }
}
.resource-filter label.option {
  cursor: pointer;
}
.resource-filter label.option:hover {
  color: #B68937;
}
.resource-filter input[type=radio] {
  cursor: pointer;
  height: 25px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 25px;
}
.resource-filter input[type=radio]:checked + label {
  font-weight: 600;
  color: #B68937;
}
.resource-filter .form-item a {
  margin-bottom: 20px;
  display: block;
  font-size: 0.95rem;
  font-weight: 100;
}
.resource-filter .form-item a.bef-link-active {
  font-weight: 600;
}
.resource-filter .form-item a:hover {
  color: #B68937;
}
.resource-filter-wrapper {
  background: #fff;
  padding: 1rem;
}
@media (min-width: 56.25em) {
  .resource-filter-wrapper {
    padding: 2rem 1.5rem;
    margin-right: 2rem;
  }
}
.resource-filter-wrapper .search_wrapper {
  position: relative;
  display: block;
  width: 100%;
}
@media (min-width: 56.25em) {
  .resource-filter-wrapper .search_wrapper {
    display: inline-block;
    width: auto;
  }
}
.resource-filter-wrapper .search_wrapper label {
  display: none;
}
.resource-filter-wrapper .search_wrapper input {
  border: none;
  border-bottom: 1px solid #241233;
  border-radius: 0;
  color: #241233;
  font-size: 0.9rem;
  padding: 4px 10px;
  min-width: 200px;
  margin-left: 35px;
  width: 90%;
  background-image: none !important;
}
@media (min-width: 56.25em) {
  .resource-filter-wrapper .search_wrapper input {
    width: 80%;
  }
}
.resource-filter-wrapper .search_wrapper input::-ms-clear {
  display: none;
}
.resource-filter-wrapper .search,
.resource-filter-wrapper .clear {
  height: 25px;
  width: 25px;
  position: absolute;
}
@media (min-width: 56.25em) {
  .resource-filter-wrapper .search,
  .resource-filter-wrapper .clear {
    cursor: pointer;
  }
}
@media (min-width: 56.25em) {
  .resource-filter-wrapper .search:hover,
  .resource-filter-wrapper .clear:hover {
    opacity: 0.75;
  }
}
.resource-filter-wrapper .search {
  background: url(icons/icon_filter_search.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 20px;
  top: 8px;
  left: 0;
}
.resource-filter-wrapper .clear {
  top: 1px;
  right: 0;
  display: none;
}
.resource-filter-wrapper .clear::before {
  content: "X";
  font-size: 17px;
  font-weight: 400;
}
.resource-filter-wrapper .clear.visible {
  display: block;
}
.resource-filter-wrapper .clearsearch-wrapper {
  display: none;
}
.resource-filter-wrapper .form-item-program {
  display: none;
}
@media (max-width: 56.25em) {
  .resource-filter .date-header,
  .resource-filter .search-header {
    display: block;
    font-size: 0.75rem;
  }
}
.resource-filter .date-header {
  padding-top: 2rem;
}
.resource-filter .date-filter {
  width: 50%;
  float: left;
  display: block;
  position: relative;
  padding: 0 0 2rem 0;
}
.resource-filter .date-filter input {
  width: 100%;
  border-radius: 0;
  border: 1px solid;
}
.resource-filter .date-filter label {
  position: relative;
  padding-left: 30px;
}
.resource-filter .date-filter label::before {
  content: "";
  height: 25px;
  width: 25px;
  position: absolute;
  background: url(icons/icon_filter_date.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 20px;
  top: 0;
  left: 0;
}
.resource-filter .form-actions {
  clear: both;
}
.resource-filter .button.form-submit {
  -webkit-appearance: none;
  border-radius: 0;
}
.resource-filter input[value=Search] {
  display: none;
}
.resource-filter .resource-listing {
  margin-top: 2rem;
  background: #fff;
  padding: 2rem;
}
@media (min-width: 56.25em) {
  .resource-filter .resource-listing {
    padding: 2rem 2rem 0 2rem;
    margin: 0;
    width: 70%;
  }
}
@media (min-width: 75em) {
  .resource-filter .resource-listing {
    width: 75%;
  }
}
.resource-filter .resource-listing-full {
  width: 100% !important;
}
.resource-filter .resource-listing .views-row {
  padding: 1.5rem 0;
  border-bottom: 1px solid #241233;
}
@media (min-width: 56.25em) {
  .resource-filter .resource-listing .views-row {
    padding: 2rem 0;
  }
}
.resource-filter .resource-listing .views-row:last-of-type {
  border-bottom: none;
}
.resource-filter .resource-listing .views-row:first-of-type {
  padding: 0 0 1.5rem;
}
@media (min-width: 75em) {
  .resource-filter .resource-listing .views-row:first-of-type {
    padding: 0 0 2rem;
  }
}
.resource-filter .resource-listing .resource-teaser {
  display: flex;
  flex-direction: column;
}
@media (min-width: 37.5em) {
  .resource-filter .resource-listing .resource-teaser {
    flex-direction: row;
  }
}
@media (min-width: 56.25em) {
  .resource-filter .resource-listing .resource-teaser {
    flex-direction: column;
  }
}
@media (min-width: 75em) {
  .resource-filter .resource-listing .resource-teaser {
    flex-direction: row;
  }
}
.resource-filter .resource-listing .resource-teaser__img--wrapper {
  width: 100%;
  padding: 0 0 0.5rem;
}
@media (min-width: 37.5em) {
  .resource-filter .resource-listing .resource-teaser__img--wrapper {
    width: 45%;
    padding: 0 1rem 0 0;
  }
}
@media (min-width: 56.25em) {
  .resource-filter .resource-listing .resource-teaser__img--wrapper {
    width: 100%;
    padding: 0 0 1rem;
  }
}
@media (min-width: 75em) {
  .resource-filter .resource-listing .resource-teaser__img--wrapper {
    width: 45%;
    padding: 0 1.5rem 0 0;
  }
}
@media (min-width: 37.5em) {
  .resource-filter .resource-listing .resource-teaser__img--wrapper .card__img {
    height: 10rem;
  }
  .resource-filter .resource-listing .resource-teaser__img--wrapper .card__img a {
    height: 100%;
  }
}
@media (min-width: 56.25em) {
  .resource-filter .resource-listing .resource-teaser__img--wrapper .card__img {
    height: 30vw;
  }
}
@media (min-width: 75em) {
  .resource-filter .resource-listing .resource-teaser__img--wrapper .card__img {
    height: 14vw;
  }
}
@media (min-width: 100em) {
  .resource-filter .resource-listing .resource-teaser__img--wrapper .card__img {
    height: 12vw;
  }
}
.resource-filter .resource-listing .resource-teaser__text {
  width: 65%;
  flex-basis: 65%;
  flex-grow: 1;
}
.resource-filter .resource-listing .resource-teaser__text p {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.resource-filter .resource-listing .resource-teaser__text p.title {
  font-size: 2.25em;
  line-height: 1.15em;
  font-weight: 800;
  font-family: "ff-meta-serif-web-pro", serif;
  margin: 0 0 0;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 56.25em) {
  .resource-filter .resource-listing .resource-teaser__text p.title {
    font-size: 2.8em;
  }
}
.resource-filter .resource-listing .resource-teaser__text p.title a {
  color: #04214E;
  transition: 0.15s all ease-in-out;
  text-decoration: none;
}
.resource-filter .resource-listing .resource-teaser__text p.title a:hover {
  color: #B68937;
}
.resource-filter li.pager__item::before {
  content: "";
  display: none !important;
}
.resource-filter .pager__item a.button {
  display: table !important;
  font-weight: 700 !important;
}

.resource-filter-options + h3 {
  margin-top: 20px;
}

.resource-filter .form-item-faq-expenditure + .form-wrapper input[value=Search] {
  display: inline-block;
}

#views-exposed-form-resources-block-2 .resource-filter-options.filter-2 {
  display: none;
}

.search-page .resource-listing {
  width: 80% !important;
  margin-left: auto;
  margin-right: auto;
}

.category-banner {
  background-color: #B68937;
  padding: 3rem 0;
  margin-bottom: 5rem;
  position: relative;
}
.category-banner::before {
  content: "";
  bottom: -4.75rem;
  right: 0;
  background-image: url(icons/background-gold-right.svg);
  background-position: right top;
  background-size: cover;
  width: 40vw;
  height: 16vw;
  position: absolute;
  z-index: -1;
}
@media (min-width: 56.25em) {
  .category-banner::before {
    bottom: -9.75rem;
  }
}
@media (min-width: 75em) {
  .category-banner::before {
    bottom: -12.75rem;
    max-width: 550px;
    max-heigh: 220px;
  }
}
.category-banner p {
  color: #fff;
  margin-bottom: 0;
}
.category .views-row {
  margin: 2rem 0 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #707070;
}
.category .views-row .teaser__img--wrapper, .category .views-row .resource-teaser__img--wrapper {
  margin: 0 auto 2em;
}
@media (min-width: 37.5em) {
  .category .views-row .teaser__img--wrapper, .category .views-row .resource-teaser__img--wrapper {
    width: 150px;
    height: 150px;
    margin: 2.5em 0 0;
  }
}
.category .views-row .teaser__img--wrapper .teaser__img, .category .views-row .resource-teaser__img--wrapper .teaser__img {
  background-size: cover;
  background-position: center;
}
.category .views-row .teaser__img--wrapper .teaser__img img, .category .views-row .resource-teaser__img--wrapper .teaser__img img {
  max-width: 30%;
  margin-right: 20px;
}
.category .views-row .teaser__img--wrapper .card__img, .category .views-row .teaser__img--wrapper .teaser__img, .category .views-row .resource-teaser__img--wrapper .card__img, .category .views-row .resource-teaser__img--wrapper .teaser__img {
  height: 100%;
  width: 100%;
}
.category .views-row .teaser__img--wrapper .card__img a, .category .views-row .teaser__img--wrapper .teaser__img a, .category .views-row .resource-teaser__img--wrapper .card__img a, .category .views-row .resource-teaser__img--wrapper .teaser__img a {
  position: relative;
  display: inline-block;
  height: 100% !important;
  width: 100%;
}
.category .views-row .teaser__img--wrapper .card__img a p, .category .views-row .teaser__img--wrapper .teaser__img a p, .category .views-row .resource-teaser__img--wrapper .card__img a p, .category .views-row .resource-teaser__img--wrapper .teaser__img a p {
  position: absolute;
  bottom: 10px;
  font-size: 1rem;
}
.category .views-row .teaser__img--wrapper .card__img.resource, .category .views-row .teaser__img--wrapper .teaser__img.resource, .category .views-row .resource-teaser__img--wrapper .card__img.resource, .category .views-row .resource-teaser__img--wrapper .teaser__img.resource {
  background-size: 90px;
}
.category .views-row .teaser__text, .category .views-row .resource-teaser__text {
  /*width: calc(100% - 150px);*/
  /*padding-left: 1rem;*/
  position: static;
  /*top: -25px;*/
  width: 100%;
}
.category .views-row .teaser__text .tag-wrapper > a, .category .views-row .resource-teaser__text .tag-wrapper > a {
  font-weight: 700;
  font-size: 0.9em;
}
@media (min-width: 56.25em) {
  .category .views-row .teaser__text .tag-wrapper > a, .category .views-row .resource-teaser__text .tag-wrapper > a {
    font-size: 1.2em;
  }
}
@media (min-width: 37.5em) {
  .category .views-row .teaser__text, .category .views-row .resource-teaser__text {
    width: calc(100% - 150px);
    padding-left: 1rem;
    position: relative;
    /*top: -25px;*/
  }
}
.category .views-row .teaser__text p, .category .views-row .resource-teaser__text p {
  margin-bottom: 0;
}
.category .views-row .teaser__text p.title, .category .views-row .resource-teaser__text p.title {
  font-size: 2.25em;
  line-height: 1.15em;
  font-weight: 800;
  font-family: "ff-meta-serif-web-pro", serif;
  margin: 0 0 0.25rem;
}
@media (min-width: 56.25em) {
  .category .views-row .teaser__text p.title, .category .views-row .resource-teaser__text p.title {
    font-size: 2.8em;
    margin: 0 0 0.75rem;
  }
}
.category .views-row .teaser__text p.title a, .category .views-row .resource-teaser__text p.title a {
  color: #04214E;
  transition: 0.15s all ease-in-out;
  text-decoration: none;
}
.category .views-row .teaser__text p.title a:hover, .category .views-row .resource-teaser__text p.title a:hover {
  color: #B68937;
}
.category .views-row .teaser__text p.date, .category .views-row .resource-teaser__text p.date {
  margin-top: 1rem;
}
@media (min-width: 37.5em) {
  .category .views-row .teaser, .category .views-row .resource-teaser {
    display: flex;
    /*margin-bottom: -25px;*/
  }
}

.search-banner {
  background: #04214E;
  margin-bottom: 2rem;
  padding: 0.75rem 0 0.75rem;
  position: relative;
}
@media (min-width: 56.25em) {
  .search-banner {
    margin-bottom: 4rem;
    padding: 2rem 0;
  }
}
.search-banner::before {
  content: "";
  bottom: -4.75rem;
  right: 0;
  background-image: url(icons/background-gold-right.svg);
  background-position: right top;
  background-size: cover;
  width: 40vw;
  height: 16vw;
  position: absolute;
  z-index: -1;
}
@media (min-width: 56.25em) {
  .search-banner::before {
    bottom: -7.75rem;
    width: 25vw;
    height: 13vw;
  }
}
@media (min-width: 75em) {
  .search-banner::before {
    bottom: -8.75rem;
    max-width: 550px;
    max-heigh: 220px;
  }
}
.search-banner h1, .search-banner .articles__collection .heading h2, .articles__collection .heading .search-banner h2, .search-banner .articles__collection .heading .timeline__title, .articles__collection .heading .search-banner .timeline__title, .search-banner .category-banner p, .category-banner .search-banner p {
  color: #fff;
}
.search-form {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (min-width: 64.0625em) {
  .search-form {
    padding: 0;
    bottom: 4px;
  }
}
.search-form > div:first-child {
  flex-basis: 80%;
}
.search-form > div:last-child {
  flex-basis: 20%;
}
.search-form input {
  border: none;
  border-bottom: 1px solid #241233;
  border-radius: 0;
  color: #241233;
  font-size: 0.9rem;
  padding: 4px 22px 4px 10px;
  min-width: 130px;
  width: 100%;
  background-image: none !important;
}
@media (min-width: 56.25em) {
  .search-form input {
    min-width: 99px;
    margin-left: 1.5rem;
  }
}
@media (min-width: 75em) {
  .search-form input {
    min-width: 130px;
    /*margin-left: 1.5rem;*/
  }
}
@media (min-width: 90em) {
  .search-form input {
    /*min-width: 130px;*/
    margin-left: 1.5rem;
  }
}
.search-form input::-ms-clear {
  display: none;
}
.search-form input[type=submit] {
  border: none;
  text-indent: -999px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  padding: 0;
  min-width: 1px;
  background-image: url(icons/search3.png) !important;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center right;
  background-color: transparent;
  position: relative;
  top: 0px;
  margin: 0;
}
.search-form ::-webkit-input-placeholder {
  color: #000;
}
.search-form ::-moz-placeholder {
  color: #000;
}
.search-form :-ms-input-placeholder {
  color: #000;
}
.search-form :-moz-placeholder {
  color: #000;
}
.search .resource-filter-wrapper {
  padding: 0;
  background-color: transparent;
}
.search .resource-filter-wrapper .filter-target {
  background: #fff;
  padding: 1rem;
}
@media (min-width: 56.25em) {
  .search .resource-filter-wrapper .filter-target {
    padding: 2rem 1.5rem;
  }
}
.search .resource-filter-wrapper .search_terms label {
  display: none;
}
.search .resource-filter-wrapper .search_terms input {
  border: none;
  border-bottom: 1px solid #241233;
  border-radius: 0;
  color: #241233;
  font-size: 0.9rem;
  padding: 4px 10px;
  min-width: 200px;
  width: 90%;
  background-image: none !important;
}
@media (min-width: 56.25em) {
  .search .resource-filter-wrapper .search_terms input {
    width: 80%;
  }
}
.search .resource-filter-wrapper .search_terms input::-ms-clear {
  display: none;
}

.large_exposed_search {
  width: 80%;
  border: 1px solid #241233;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.large_exposed_search label {
  display: none;
}
.large_exposed_search .search_wrapper input {
  color: #241233;
  font-size: 0.9rem;
}
.large_exposed_search .form-actions input.button {
  margin: 0px !important;
}
.large_exposed_search input {
  border: 0px;
  border-radius: 0;
  padding: 10px 10px;
  width: 100%;
  background-image: none !important;
}

.search-form-full {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  height: auto;
  background: #E0E0E0;
  padding: 32px 25px 25px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.search-form-full[aria-hidden=true] {
  transform: translateY(0);
  visibility: hidden;
  opacity: 0;
}
.search-form-full .search-form-full__query-holder {
  margin-bottom: 15px;
}
.search-form-full .search-form-full__query-holder input {
  background: #fff;
  border: solid 2px #B68937;
  border-radius: 20px;
  width: 100%;
  padding: 9px;
}
.search-form-full .search-form-full__submit-holder {
  text-align: right;
}
.search-form-full .search-form-full__submit-holder input {
  appearance: none;
  background: #B68937;
  padding: 12px 19px 10px;
  border: none;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
}
@media (min-width: 64.0625em) {
  .search-form-full .header-search {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .search-form-full .search-form-full__query-holder {
    padding-right: 60px;
  }
}

.mayors-challenge-microsite h1, .mayors-challenge-microsite .articles__collection .heading h2, .articles__collection .heading .mayors-challenge-microsite h2, .mayors-challenge-microsite .articles__collection .heading .timeline__title, .articles__collection .heading .mayors-challenge-microsite .timeline__title, .mayors-challenge-microsite .category-banner p, .category-banner .mayors-challenge-microsite p,
.mayors-challenge-microsite h2,
.mayors-challenge-microsite .timeline__title,
.mayors-challenge-microsite h3,
.mayors-challenge-microsite h4,
.mayors-challenge-microsite h5,
.mayors-challenge-microsite h6,
.mayors-challenge-microsite p.pre-header {
  font-family: "roc-grotesk-variable", sans-serif;
  font-variation-settings: "wght" 700;
  color: #330033;
}
.mayors-challenge-microsite .page-wrapper a {
  color: #CC3366;
}
.mayors-challenge-microsite .text-interruptor .container, .mayors-challenge-microsite .interrupter .container {
  background-color: #330033;
}
.mayors-challenge-microsite .text-interruptor .container .interrupter__text, .mayors-challenge-microsite .interrupter .container .interrupter__text {
  background-color: transparent;
}
.mayors-challenge-microsite .text-interruptor .pre-header, .mayors-challenge-microsite .text-interruptor h2, .mayors-challenge-microsite .text-interruptor .timeline__title, .mayors-challenge-microsite .text-interruptor h2 a, .mayors-challenge-microsite .text-interruptor .timeline__title a, .mayors-challenge-microsite .interrupter .pre-header, .mayors-challenge-microsite .interrupter h2, .mayors-challenge-microsite .interrupter .timeline__title, .mayors-challenge-microsite .interrupter h2 a, .mayors-challenge-microsite .interrupter .timeline__title a {
  color: #FFF;
}
.mayors-challenge-microsite .text-interruptor a.btn, .mayors-challenge-microsite .text-interruptor .news ul.pager .pager__item a.button, .news ul.pager .pager__item .mayors-challenge-microsite .text-interruptor a.button, .mayors-challenge-microsite .text-interruptor .resource-filter .pager__item a.button, .resource-filter .pager__item .mayors-challenge-microsite .text-interruptor a.button, .mayors-challenge-microsite .interrupter a.btn, .mayors-challenge-microsite .interrupter .news ul.pager .pager__item a.button, .news ul.pager .pager__item .mayors-challenge-microsite .interrupter a.button, .mayors-challenge-microsite .interrupter .resource-filter .pager__item a.button, .resource-filter .pager__item .mayors-challenge-microsite .interrupter a.button {
  color: #FFF;
  background-color: #CC3366;
}
.mayors-challenge-microsite .text-interruptor a.btn:hover, .mayors-challenge-microsite .text-interruptor .news ul.pager .pager__item a.button:hover, .news ul.pager .pager__item .mayors-challenge-microsite .text-interruptor a.button:hover, .mayors-challenge-microsite .text-interruptor .resource-filter .pager__item a.button:hover, .resource-filter .pager__item .mayors-challenge-microsite .text-interruptor a.button:hover, .mayors-challenge-microsite .interrupter a.btn:hover, .mayors-challenge-microsite .interrupter .news ul.pager .pager__item a.button:hover, .news ul.pager .pager__item .mayors-challenge-microsite .interrupter a.button:hover, .mayors-challenge-microsite .interrupter .resource-filter .pager__item a.button:hover, .resource-filter .pager__item .mayors-challenge-microsite .interrupter a.button:hover {
  background-color: #A02750;
}
.mayors-challenge-microsite .interrupter.full_width {
  background-color: #9933CC;
}
.mayors-challenge-microsite .interrupter.full_width .interrupter__img--wrapper--outer:before {
  background: transparent linear-gradient(0deg, rgba(153, 51, 204, 0.9921568627) 0%, #E4685F 100%) 0% 0% no-repeat padding-box;
}
@media (min-width: 56.25em) {
  .mayors-challenge-microsite .interrupter.full_width .interrupter__img--wrapper--outer:before {
    background: transparent linear-gradient(180deg, rgba(153, 51, 204, 0.9921568627) 0%, #E4685F 100%) 0% 0% no-repeat padding-box;
  }
}
.mayors-challenge-microsite .interrupter.full_width .container {
  background-color: #9933CC;
}
.mayors-challenge-microsite .paragraph--type--text .overview-text h2, .mayors-challenge-microsite .paragraph--type--text .overview-text .timeline__title {
  color: #CC3366;
}
.mayors-challenge-microsite .article--gallery--slide h2, .mayors-challenge-microsite .article--gallery--slide .timeline__title {
  color: #330033 !important;
}
.mayors-challenge-microsite .card p.title {
  font-family: "roc-grotesk-variable", sans-serif;
  font-variation-settings: "wght" 700;
}
.mayors-challenge-microsite .card p.title a {
  color: #330033;
}
.mayors-challenge-microsite .card p.title a:hover {
  color: #CC3366;
}
.mayors-challenge-microsite .paragraph--type--program-overview .container .overview-questions section h3 {
  color: #330033;
}
.mayors-challenge-microsite .paragraph--type--icon-list .container .icon-list-items .paragraph--type--icon-list-item {
  margin-bottom: 0;
}
.mayors-challenge-microsite .paragraph--type--icon-list .container .icon-list-intro p {
  font-family: "roc-grotesk-variable", sans-serif;
  font-variation-settings: "wght" 700;
  color: #330033;
  font-size: 1.8em;
  font-weight: 800;
  line-height: 1;
}
@media (min-width: 56.25em) {
  .mayors-challenge-microsite .paragraph--type--icon-list .container .icon-list-intro p {
    font-size: 2em;
  }
}
@media (min-width: 56.25em) {
  .mayors-challenge-microsite .paragraph--type--icon-list .container .icon-list-intro p {
    font-size: 2.4em;
  }
}
.mayors-challenge-microsite .text-module.full-width {
  background-color: #008080;
}
.mayors-challenge-microsite table {
  border: solid 1px #CC3366;
}
.mayors-challenge-microsite table tr + tr {
  border: solid 1px #CC3366;
}
.mayors-challenge-microsite table tr td + td {
  border: solid 1px #CC3366;
}

.paragraph--type--image-hero-large {
  position: relative;
  margin-bottom: 4.25rem;
}
.paragraph--type--image-hero-large .container {
  width: 100%;
  max-width: 1400px;
}
.paragraph--type--image-hero-large .hero-img {
  text-align: center;
}
.paragraph--type--image-hero-large .hero-img img {
  display: block;
  margin: 0 auto;
}
.paragraph--type--image-hero-large .headline-text .hero-text-box {
  padding: 1rem;
  margin: 0;
  background-color: #04214E;
  color: #fff;
  max-width: 100%;
  text-align: left;
  width: 100%;
  transform: none;
  max-width: 100%;
}
.paragraph--type--image-hero-large .headline-text .hero-text-box h1, .paragraph--type--image-hero-large .headline-text .hero-text-box .articles__collection .heading h2, .articles__collection .heading .paragraph--type--image-hero-large .headline-text .hero-text-box h2, .paragraph--type--image-hero-large .headline-text .hero-text-box .articles__collection .heading .timeline__title, .articles__collection .heading .paragraph--type--image-hero-large .headline-text .hero-text-box .timeline__title, .paragraph--type--image-hero-large .headline-text .hero-text-box .category-banner p, .category-banner .paragraph--type--image-hero-large .headline-text .hero-text-box p {
  font-size: 3.25em;
  color: #fff;
}
@media (min-width: 400px) {
  .paragraph--type--image-hero-large .headline-text .hero-text-box h1 strong, .paragraph--type--image-hero-large .headline-text .hero-text-box .articles__collection .heading h2 strong, .articles__collection .heading .paragraph--type--image-hero-large .headline-text .hero-text-box h2 strong, .paragraph--type--image-hero-large .headline-text .hero-text-box .articles__collection .heading .timeline__title strong, .articles__collection .heading .paragraph--type--image-hero-large .headline-text .hero-text-box .timeline__title strong, .paragraph--type--image-hero-large .headline-text .hero-text-box .category-banner p strong, .category-banner .paragraph--type--image-hero-large .headline-text .hero-text-box p strong {
    display: block;
  }
}
@media (min-width: 400px) {
  .paragraph--type--image-hero-large .headline-text .hero-text-box h1, .paragraph--type--image-hero-large .headline-text .hero-text-box .articles__collection .heading h2, .articles__collection .heading .paragraph--type--image-hero-large .headline-text .hero-text-box h2, .paragraph--type--image-hero-large .headline-text .hero-text-box .articles__collection .heading .timeline__title, .articles__collection .heading .paragraph--type--image-hero-large .headline-text .hero-text-box .timeline__title, .paragraph--type--image-hero-large .headline-text .hero-text-box .category-banner p, .category-banner .paragraph--type--image-hero-large .headline-text .hero-text-box p {
    font-size: 3.7em;
  }
}
@media (min-width: 37.5em) {
  .paragraph--type--image-hero-large .headline-text .hero-text-box h1, .paragraph--type--image-hero-large .headline-text .hero-text-box .articles__collection .heading h2, .articles__collection .heading .paragraph--type--image-hero-large .headline-text .hero-text-box h2, .paragraph--type--image-hero-large .headline-text .hero-text-box .articles__collection .heading .timeline__title, .articles__collection .heading .paragraph--type--image-hero-large .headline-text .hero-text-box .timeline__title, .paragraph--type--image-hero-large .headline-text .hero-text-box .category-banner p, .category-banner .paragraph--type--image-hero-large .headline-text .hero-text-box p {
    font-size: 5em;
  }
}
@media (min-width: 56.25em) {
  .paragraph--type--image-hero-large .headline-text .hero-text-box h1, .paragraph--type--image-hero-large .headline-text .hero-text-box .articles__collection .heading h2, .articles__collection .heading .paragraph--type--image-hero-large .headline-text .hero-text-box h2, .paragraph--type--image-hero-large .headline-text .hero-text-box .articles__collection .heading .timeline__title, .articles__collection .heading .paragraph--type--image-hero-large .headline-text .hero-text-box .timeline__title, .paragraph--type--image-hero-large .headline-text .hero-text-box .category-banner p, .category-banner .paragraph--type--image-hero-large .headline-text .hero-text-box p {
    font-size: 6em;
  }
}
@media (min-width: 75em) {
  .paragraph--type--image-hero-large .headline-text .hero-text-box h1, .paragraph--type--image-hero-large .headline-text .hero-text-box .articles__collection .heading h2, .articles__collection .heading .paragraph--type--image-hero-large .headline-text .hero-text-box h2, .paragraph--type--image-hero-large .headline-text .hero-text-box .articles__collection .heading .timeline__title, .articles__collection .heading .paragraph--type--image-hero-large .headline-text .hero-text-box .timeline__title, .paragraph--type--image-hero-large .headline-text .hero-text-box .category-banner p, .category-banner .paragraph--type--image-hero-large .headline-text .hero-text-box p {
    font-size: 7em;
  }
}
@media (min-width: 37.5em) {
  .paragraph--type--image-hero-large .headline-text .hero-text-box {
    /*width: 325px;*/
    padding: 2rem 2.5rem;
    max-width: 450px;
    position: absolute;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    /*max-width: 50%;*/
  }
}
@media (min-width: 56.25em) {
  .paragraph--type--image-hero-large .headline-text .hero-text-box {
    max-width: 500px;
    padding: 3rem 3vw;
  }
}
@media (min-width: 75em) {
  .paragraph--type--image-hero-large .headline-text .hero-text-box {
    max-width: 625px;
    padding: 4rem;
  }
}
.paragraph--type--image-hero-large .headline-text .container.no-headline .hero-text-box {
  padding: 1rem 4rem;
  position: relative;
  top: 0;
  right: 0;
  transform: none;
}
.paragraph--type--image-hero-large .headline-text .container.no-headline .hero-text-box .hero-button a.btn, .paragraph--type--image-hero-large .headline-text .container.no-headline .hero-text-box .hero-button .news ul.pager .pager__item a.button, .news ul.pager .pager__item .paragraph--type--image-hero-large .headline-text .container.no-headline .hero-text-box .hero-button a.button, .paragraph--type--image-hero-large .headline-text .container.no-headline .hero-text-box .hero-button .resource-filter .pager__item a.button, .resource-filter .pager__item .paragraph--type--image-hero-large .headline-text .container.no-headline .hero-text-box .hero-button a.button {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 37.5em) {
  .paragraph--type--image-hero-large .headline-text .container.no-headline .hero-text-box .hero-button a.btn, .paragraph--type--image-hero-large .headline-text .container.no-headline .hero-text-box .hero-button .news ul.pager .pager__item a.button, .news ul.pager .pager__item .paragraph--type--image-hero-large .headline-text .container.no-headline .hero-text-box .hero-button a.button, .paragraph--type--image-hero-large .headline-text .container.no-headline .hero-text-box .hero-button .resource-filter .pager__item a.button, .resource-filter .pager__item .paragraph--type--image-hero-large .headline-text .container.no-headline .hero-text-box .hero-button a.button {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 37.5em) {
  .paragraph--type--image-hero-large .headline-text .container.no-headline .hero-text-box {
    top: 0;
    right: 0;
    position: absolute;
  }
}
@media (min-width: 56.25em) {
  .paragraph--type--image-hero-large .headline-text .container.no-headline .hero-text-box {
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: translateY(-100%);
    float: left;
  }
}
@media (min-width: 75em) {
  .paragraph--type--image-hero-large .headline-text .container.no-headline .hero-text-box {
    padding: 2rem 4rem;
  }
}

.paragraph--type--text.paragraph--type--text__meta p {
  font-size: 1em !important;
  line-height: 1em;
}

.paragraph--type--program-overview.paragraph--type--program-overview__full .overview-text {
  max-width: 100% !important;
}
.paragraph--type--program-overview.paragraph--type--program-overview__full .overview-image {
  padding: 0px !important;
}
.paragraph--type--program-overview.paragraph--type--program-overview__meta p {
  font-size: 1em !important;
  line-height: 1em;
}
.paragraph--type--program-overview .container {
  background: #fff;
  margin: 3rem auto 1rem;
  padding: 1rem;
}
.paragraph--type--program-overview .container .flex-container {
  border-bottom: 1px solid #04214E;
  padding-bottom: 2em;
  align-items: center;
}
.paragraph--type--program-overview .container .flex-container .overview-image {
  height: auto;
  max-width: 50%;
  float: left;
  padding-right: 2em;
  width: auto;
  margin-top: 0.75em;
}
@media (min-width: 75em) {
  .paragraph--type--program-overview .container .flex-container .overview-image {
    float: none;
    padding-right: 3em;
  }
}
.paragraph--type--program-overview .container .flex-container .overview-text {
  max-width: 100%;
}
.paragraph--type--program-overview .container .flex-container .overview-text h2, .paragraph--type--program-overview .container .flex-container .overview-text .timeline__title {
  margin-bottom: 0;
}
.paragraph--type--program-overview .container .flex-container .overview-text p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 75em) {
  .paragraph--type--program-overview .container .flex-container .overview-text {
    max-width: 70%;
  }
}
@media (min-width: 75em) {
  .paragraph--type--program-overview .container .flex-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.paragraph--type--program-overview .container .overview-questions {
  margin: 4em 0 0em;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
.paragraph--type--program-overview .container .overview-questions section {
  flex: 0 0 100%;
}
.paragraph--type--program-overview .container .overview-questions section h3 {
  font-size: 2em;
  font-family: montserrat, sans-serif;
  text-transform: uppercase;
  color: #B68937;
  margin-bottom: 15px;
}
.paragraph--type--program-overview .container .overview-questions section p {
  line-height: 1.4;
}
@media (min-width: 64.0625em) {
  .paragraph--type--program-overview .container .overview-questions section {
    flex: 0 0 calc(33% - 13.33333px);
  }
}
@media (min-width: 56.25em) {
  .paragraph--type--program-overview .container .overview-questions {
    margin-bottom: 4em;
  }
}
@media (min-width: 37.5em) {
  .paragraph--type--program-overview .container {
    padding: 2rem 2rem 1rem;
    margin: 4rem auto 3rem;
  }
}
@media (min-width: 56.25em) {
  .paragraph--type--program-overview .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.paragraph--type--image-section .container,
.speaker-grid .container {
  text-align: center;
  background: #fff;
  padding: 1rem 1rem 0;
  margin: 3rem auto;
}
.paragraph--type--image-section .container .icon-list-intro,
.speaker-grid .container .icon-list-intro {
  text-align: center;
  display: inline-block;
  width: 90%;
}
.paragraph--type--image-section .container .icon-list-intro h2, .paragraph--type--image-section .container .icon-list-intro .timeline__title,
.speaker-grid .container .icon-list-intro h2,
.speaker-grid .container .icon-list-intro .timeline__title {
  font-size: 2.6em;
  line-height: 1.1em;
  font-weight: 800;
}
@media (min-width: 37.5em) {
  .paragraph--type--image-section .container .icon-list-intro h2, .paragraph--type--image-section .container .icon-list-intro .timeline__title,
  .speaker-grid .container .icon-list-intro h2,
  .speaker-grid .container .icon-list-intro .timeline__title {
    font-size: 3.8em;
  }
}
@media (min-width: 56.25em) {
  .paragraph--type--image-section .container .icon-list-intro h2, .paragraph--type--image-section .container .icon-list-intro .timeline__title,
  .speaker-grid .container .icon-list-intro h2,
  .speaker-grid .container .icon-list-intro .timeline__title {
    font-size: 5.2em;
  }
}
.paragraph--type--image-section .container .icon-list-intro p,
.speaker-grid .container .icon-list-intro p {
  font-size: 20px;
  border-bottom: 1px solid #04214E;
  padding-bottom: 1em;
}
@media (min-width: 37.5em) {
  .paragraph--type--image-section .container .icon-list-intro p,
  .speaker-grid .container .icon-list-intro p {
    padding-bottom: 2em;
  }
}
@media (min-width: 37.5em) {
  .paragraph--type--image-section .container .icon-list-intro,
  .speaker-grid .container .icon-list-intro {
    width: 70%;
    max-width: 700px;
  }
}
@media (min-width: 37.5em) {
  .paragraph--type--image-section .container,
  .speaker-grid .container {
    padding: 3rem 2rem 0;
  }
}
@media (min-width: 56.25em) {
  .paragraph--type--image-section .container,
  .speaker-grid .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 64.0625em) {
  .paragraph--type--image-section .container,
  .speaker-grid .container {
    padding-bottom: 3rem;
  }
}

.resource-teaser .teaser__img--wrapper {
  width: 35%;
  padding: 2rem 1rem 0 0;
}
.resource-teaser .teaser--readmore {
  display: none;
}
.resource-teaser__text .tag-wrapper {
  font-size: 1rem;
  min-height: 0;
  margin-bottom: 10px;
}

.rtl_content ol li {
  color: purple;
}
.rtl_content ol li:before {
  margin-left: 1em;
}
.rtl_content ul li:before {
  margin-left: 1em;
}
@media ((min-width: 64.0625em)) {
  .rtl_content .interrupter.full_width .container {
    flex-direction: row-reverse;
  }
}
@media (min-width: 56.25em) {
  .rtl_content .grid-2 > div, .rtl_content .grid-2 > article, .rtl_content .grid-3 > div, .rtl_content .grid-3 > article {
    margin-right: 0;
    margin-left: 1.5%;
  }
}
@media (min-width: 56.25em) {
  .rtl_content .grid-2 > div:nth-child(even), .rtl_content .grid-2 > article:nth-child(even) {
    margin-left: 0;
  }
}
@media (min-width: 56.25em) {
  .rtl_content .grid-3 > div:nth-child(3n), .rtl_content .grid-3 > article:nth-child(3n) {
    margin-left: 0;
  }
}
.rtl_content .grid-4 {
  justify-content: center;
}
@media (min-width: 56.25em) and (max-width: 75em) {
  .rtl_content .grid-4 > div, .rtl_content .grid-4 > article {
    margin-right: 0;
  }
  .rtl_content .grid-4 > div:nth-child(3n), .rtl_content .grid-4 > article:nth-child(3n) {
    margin-left: 0;
  }
}
@media (min-width: 75em) {
  .rtl_content .grid-4 > div, .rtl_content .grid-4 > article {
    margin-right: 0;
  }
  .rtl_content .grid-4 > div:nth-child(4n), .rtl_content .grid-4 > article:nth-child(4n) {
    margin-left: 0;
  }
}
.rtl_content .article--gallery--slide p {
  text-align: right;
}
.rtl_content .paragraph--type--article-gallery {
  direction: ltr;
}

html {
  scroll-behavior: smooth;
}
@media (min-width: 64.0625em) {
  html {
    scroll-padding-top: 90px !important;
  }
}
@media (min-width: 75em) {
  html {
    scroll-padding-top: 102px !important;
  }
}

body {
  background-color: #FAFAFA;
}
body.no-scroll {
  overflow: hidden;
}

main[role=main] {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
main[role=main]:has(.news-story):has(.articles__collection) {
  margin-bottom: -2rem;
}
@media (min-width: 64.0625em) {
  main[role=main]:has(.news-story):has(.articles__collection) {
    margin-bottom: -75px;
  }
}

.page-wrapper {
  position: relative;
  clear: both;
  overflow: hidden;
}
.page-wrapper:before, .page-wrapper:after {
  position: absolute;
  top: -100px;
  bottom: 0;
  margin: auto;
  width: 50%;
  z-index: -1;
  background-repeat: repeat-y;
  background-size: 683px 1500px;
  content: "";
  display: none;
  opacity: 0.4;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 64.0625em) {
  .page-wrapper:before, .page-wrapper:after {
    display: block;
  }
}
.page-wrapper:before {
  left: -200px;
  background-image: url("icons/background-blue-left.svg");
  background-position: left top;
}
.page-wrapper:after {
  right: -150px;
  background-image: url("icons/background-blue-right.svg");
  background-position: right top;
}
@media (min-width: 64.0625em) {
  .page-wrapper-inner:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    margin: auto;
    background: -moz-linear-gradient(left, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.2) 1%, rgb(250, 250, 250) 5%, rgb(250, 250, 250) 50%, rgb(250, 250, 250) 95%, rgba(250, 250, 250, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.2) 1%, rgb(250, 250, 250) 5%, rgb(250, 250, 250) 50%, rgb(250, 250, 250) 95%, rgba(250, 250, 250, 0) 100%);
    background: linear-gradient(to right, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.2) 1%, rgb(250, 250, 250) 5%, rgb(250, 250, 250) 50%, rgb(250, 250, 250) 95%, rgba(250, 250, 250, 0) 100%);
  }
}
@media (min-width: 90em) {
  .page-wrapper-inner:before {
    background: -moz-linear-gradient(left, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.2) 1%, rgb(250, 250, 250) 10%, rgb(250, 250, 250) 50%, rgb(250, 250, 250) 90%, rgba(250, 250, 250, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.2) 1%, rgb(250, 250, 250) 10%, rgb(250, 250, 250) 50%, rgb(250, 250, 250) 90%, rgba(250, 250, 250, 0) 100%);
    background: linear-gradient(to right, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.2) 1%, rgb(250, 250, 250) 10%, rgb(250, 250, 250) 50%, rgb(250, 250, 250) 90%, rgba(250, 250, 250, 0) 100%);
  }
}
@media (min-width: 100em) {
  .page-wrapper-inner:before {
    display: none;
  }
}

.single-page .page-wrapper:before,
.category .page-wrapper:before,
.search .page-wrapper:before {
  display: none;
}
.single-page .page-wrapper:after,
.category .page-wrapper:after,
.search .page-wrapper:after {
  display: none;
}

.news #views-exposed-form-news-block-1 {
  display: none;
}

.access {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

:dir(rtl) {
  direction: rtl; /* right-to-left */
  display: block;
  unicode-bidi: isolate;
}

.rtl_content {
  direction: rtl; /* right-to-left */
  display: block;
  unicode-bidi: isolate;
}

/* ---===/ Two Column Content Area \===--- */
.content-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 64.0625em) {
  .content-area {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
  }
}
@media (min-width: 90em) {
  .content-area {
    gap: 60px;
  }
}

.content-header {
  flex: 1 0 100%;
}
@media (min-width: 64.0625em) {
  .content-header {
    flex: 0 1 100%;
    max-width: 840px;
  }
}

.content-wrap {
  flex: 1 0 100%;
}
@media (max-width: 64.0625em) {
  .content-wrap {
    width: 100%;
  }
}
@media (min-width: 64.0625em) {
  .content-wrap {
    flex: 0 1 100%;
    max-width: 840px;
  }
}

.content-sidebar {
  width: 100%;
}
@media (min-width: 64.0625em) {
  .content-sidebar {
    flex: 0 0 300px;
    padding-top: 5px;
  }
}
@media (min-width: 90em) {
  .content-sidebar {
    flex: 0 0 320px;
  }
}

.content-summary {
  padding: 20px 30px;
  background: #efe6d8;
  margin-bottom: 30px;
  font-size: 1.125rem;
}
.content-summary p {
  margin-bottom: 5px;
}
.content-summary p a {
  color: #0A2D74;
}
.content-summary p a:hover, .content-summary p a:focus {
  color: #0A2D74;
}
.content-summary ul {
  margin-bottom: 0;
}
@media (min-width: 64.0625em) {
  .content-summary ul {
    padding-left: 50px;
  }
}
.content-summary li {
  font-size: 1.125rem;
  line-height: 2rem;
  margin-bottom: 0;
}

.footnote {
  font-size: 0.8em;
}

#views-exposed-form-site-search-site-search .search_terms label {
  display: none;
}

#news-grid {
  padding-top: 100px;
  margin-top: -100px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

.webform-element-help--content a {
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
