.content-hub-menu {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
}
@media (min-width: 992px) {
  .content-hub-menu {
    left: 50%;
    translate: -50% 0;
  }
}
@media (max-width: 991.98px) {
  .content-hub-menu {
    max-width: 100%;
  }
}
.content-hub-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-auto-flow: column;
  grid-gap: 3px;
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .content-hub-menu ul {
    max-width: 100%;
    overflow-x: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.content-hub-menu ul li {
  display: inline-flex;
}
.content-hub-menu ul li.menu-item--active-trail a {
  background-color: #fff;
  color: #1B44A0;
}
.content-hub-menu ul li.menu-item--active-trail a span {
  background-color: transparent !important;
}
.is-tabbing .content-hub-menu ul li:not(.menu-item--active-trail) a:focus span {
  background-color: #fff;
  color: #1B44A0;
}
@media (hover: hover) {
  .content-hub-menu ul li:not(.menu-item--active-trail) a:hover span {
    background-color: #fff;
    color: #1B44A0;
  }
}
.content-hub-menu ul li a {
  width: 180px;
  position: relative;
  background-color: #143A8F;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: 0.25s ease;
  padding-bottom: 25px;
}
.content-hub-menu ul li a {
  font-size: 18px;
}
@media (min-width: 575px) {
  .content-hub-menu ul li a {
    font-size: calc(18px + 8 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .content-hub-menu ul li a {
    font-size: 26px;
  }
}
.content-hub-menu ul li a {
  padding-top: 64px;
}
@media (min-width: 575px) {
  .content-hub-menu ul li a {
    padding-top: calc(64px + 36 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .content-hub-menu ul li a {
    padding-top: 100px;
  }
}
.content-hub-menu ul li a {
  width: 144px;
}
@media (min-width: 575px) {
  .content-hub-menu ul li a {
    width: calc(144px + 81 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .content-hub-menu ul li a {
    width: 225px;
  }
}
.prefers-reduced-motion .content-hub-menu ul li a {
  transition: none;
}
.content-hub-menu ul li a.pulse-all span {
  position: absolute;
  left: 50%;
  top: 20px;
  translate: -50% 0;
  background-color: #00205B;
  border-radius: 100%;
  transition: 0.25s ease;
}
.content-hub-menu ul li a.pulse-all span {
  width: 40px;
}
@media (min-width: 575px) {
  .content-hub-menu ul li a.pulse-all span {
    width: calc(40px + 24 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .content-hub-menu ul li a.pulse-all span {
    width: 64px;
  }
}
.content-hub-menu ul li a.pulse-all span {
  height: 40px;
}
@media (min-width: 575px) {
  .content-hub-menu ul li a.pulse-all span {
    height: calc(40px + 24 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .content-hub-menu ul li a.pulse-all span {
    height: 64px;
  }
}
.prefers-reduced-motion .content-hub-menu ul li a.pulse-all span {
  transition: none;
}
.content-hub-menu ul li a.pulse-all span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  content: "\f14a";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content-hub-menu ul li a.pulse-all span:after {
  font-size: 20px;
}
@media (min-width: 575px) {
  .content-hub-menu ul li a.pulse-all span:after {
    font-size: calc(20px + 4 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .content-hub-menu ul li a.pulse-all span:after {
    font-size: 24px;
  }
}
.content-hub-menu ul li a.pulse-moments span {
  position: absolute;
  left: 50%;
  top: 20px;
  translate: -50% 0;
  background-color: #00205B;
  border-radius: 100%;
  transition: 0.25s ease;
}
.content-hub-menu ul li a.pulse-moments span {
  width: 40px;
}
@media (min-width: 575px) {
  .content-hub-menu ul li a.pulse-moments span {
    width: calc(40px + 24 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .content-hub-menu ul li a.pulse-moments span {
    width: 64px;
  }
}
.content-hub-menu ul li a.pulse-moments span {
  height: 40px;
}
@media (min-width: 575px) {
  .content-hub-menu ul li a.pulse-moments span {
    height: calc(40px + 24 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .content-hub-menu ul li a.pulse-moments span {
    height: 64px;
  }
}
.prefers-reduced-motion .content-hub-menu ul li a.pulse-moments span {
  transition: none;
}
.content-hub-menu ul li a.pulse-moments span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  content: "\f13b";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}
.content-hub-menu ul li a.pulse-moments span:after {
  font-size: 20px;
}
@media (min-width: 575px) {
  .content-hub-menu ul li a.pulse-moments span:after {
    font-size: calc(20px + 4 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .content-hub-menu ul li a.pulse-moments span:after {
    font-size: 24px;
  }
}
.content-hub-menu ul li a.pulse-story span {
  position: absolute;
  left: 50%;
  top: 20px;
  translate: -50% 0;
  background-color: #00205B;
  border-radius: 100%;
  transition: 0.25s ease;
}
.content-hub-menu ul li a.pulse-story span {
  width: 40px;
}
@media (min-width: 575px) {
  .content-hub-menu ul li a.pulse-story span {
    width: calc(40px + 24 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .content-hub-menu ul li a.pulse-story span {
    width: 64px;
  }
}
.content-hub-menu ul li a.pulse-story span {
  height: 40px;
}
@media (min-width: 575px) {
  .content-hub-menu ul li a.pulse-story span {
    height: calc(40px + 24 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .content-hub-menu ul li a.pulse-story span {
    height: 64px;
  }
}
.prefers-reduced-motion .content-hub-menu ul li a.pulse-story span {
  transition: none;
}
.content-hub-menu ul li a.pulse-story span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  content: "\f111";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}
.content-hub-menu ul li a.pulse-story span:after {
  font-size: 20px;
}
@media (min-width: 575px) {
  .content-hub-menu ul li a.pulse-story span:after {
    font-size: calc(20px + 4 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .content-hub-menu ul li a.pulse-story span:after {
    font-size: 24px;
  }
}
.content-hub-menu ul li a.pulse-news span {
  position: absolute;
  left: 50%;
  top: 20px;
  translate: -50% 0;
  background-color: #00205B;
  border-radius: 100%;
  transition: 0.25s ease;
}
.content-hub-menu ul li a.pulse-news span {
  width: 40px;
}
@media (min-width: 575px) {
  .content-hub-menu ul li a.pulse-news span {
    width: calc(40px + 24 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .content-hub-menu ul li a.pulse-news span {
    width: 64px;
  }
}
.content-hub-menu ul li a.pulse-news span {
  height: 40px;
}
@media (min-width: 575px) {
  .content-hub-menu ul li a.pulse-news span {
    height: calc(40px + 24 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .content-hub-menu ul li a.pulse-news span {
    height: 64px;
  }
}
.prefers-reduced-motion .content-hub-menu ul li a.pulse-news span {
  transition: none;
}
.content-hub-menu ul li a.pulse-news span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  content: "\f138";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}
.content-hub-menu ul li a.pulse-news span:after {
  font-size: 20px;
}
@media (min-width: 575px) {
  .content-hub-menu ul li a.pulse-news span:after {
    font-size: calc(20px + 4 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .content-hub-menu ul li a.pulse-news span:after {
    font-size: 24px;
  }
}
.content-hub-menu ul li a.pulse-outbound span {
  position: absolute;
  left: 50%;
  top: 20px;
  translate: -50% 0;
  background-color: #00205B;
  border-radius: 100%;
  transition: 0.25s ease;
}
.content-hub-menu ul li a.pulse-outbound span {
  width: 40px;
}
@media (min-width: 575px) {
  .content-hub-menu ul li a.pulse-outbound span {
    width: calc(40px + 24 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .content-hub-menu ul li a.pulse-outbound span {
    width: 64px;
  }
}
.content-hub-menu ul li a.pulse-outbound span {
  height: 40px;
}
@media (min-width: 575px) {
  .content-hub-menu ul li a.pulse-outbound span {
    height: calc(40px + 24 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .content-hub-menu ul li a.pulse-outbound span {
    height: 64px;
  }
}
.prefers-reduced-motion .content-hub-menu ul li a.pulse-outbound span {
  transition: none;
}
.content-hub-menu ul li a.pulse-outbound span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  content: "\f139";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}
.content-hub-menu ul li a.pulse-outbound span:after {
  font-size: 20px;
}
@media (min-width: 575px) {
  .content-hub-menu ul li a.pulse-outbound span:after {
    font-size: calc(20px + 4 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .content-hub-menu ul li a.pulse-outbound span:after {
    font-size: 24px;
  }
}
.content-hub-menu ul li a.pulse-blog span {
  position: absolute;
  left: 50%;
  top: 20px;
  translate: -50% 0;
  background-color: #00205B;
  border-radius: 100%;
  transition: 0.25s ease;
}
.content-hub-menu ul li a.pulse-blog span {
  width: 40px;
}
@media (min-width: 575px) {
  .content-hub-menu ul li a.pulse-blog span {
    width: calc(40px + 24 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .content-hub-menu ul li a.pulse-blog span {
    width: 64px;
  }
}
.content-hub-menu ul li a.pulse-blog span {
  height: 40px;
}
@media (min-width: 575px) {
  .content-hub-menu ul li a.pulse-blog span {
    height: calc(40px + 24 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .content-hub-menu ul li a.pulse-blog span {
    height: 64px;
  }
}
.prefers-reduced-motion .content-hub-menu ul li a.pulse-blog span {
  transition: none;
}
.content-hub-menu ul li a.pulse-blog span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  content: "\f131";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}
.content-hub-menu ul li a.pulse-blog span:after {
  font-size: 20px;
}
@media (min-width: 575px) {
  .content-hub-menu ul li a.pulse-blog span:after {
    font-size: calc(20px + 4 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .content-hub-menu ul li a.pulse-blog span:after {
    font-size: 24px;
  }
}
.content-hub .hero-banner--short {
  background-repeat: repeat-x;
}
.content-hub .hero-banner--short:after {
  display: none;
}
.content-hub .hero-banner--short .hero-banner-content {
  padding-bottom: 60px;
}
.content-hub.view-display-id-moments_hub .news-story-feed-list {
  max-width: 1600px;
  grid-template-columns: 1fr;
}
@media (min-width: 1200px) {
  .content-hub.view-display-id-moments_hub .news-story-feed-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .content-hub.view-display-id-moments_hub .news-story-feed-list {
    grid-template-columns: 1fr 1fr;
  }
}
.content-hub .news-story-feed-list {
  padding-left: 100px;
  padding-right: 100px;
  grid-gap: 60px;
  max-width: 1400px;
  align-items: center;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr;
}
@media (min-width: 1600px) {
  .content-hub .news-story-feed-list {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .content-hub .news-story-feed-list {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767.98px) {
  .content-hub .news-story-feed-list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.content-hub .news-story-feed-list {
  padding-top: 68px;
  padding-bottom: 68px;
}
@media (min-width: 1200px) {
  .content-hub .news-story-feed-list {
    grid-template-columns: repeat(3, minmax(315px, 400px));
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .content-hub .news-story-feed-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .content-hub .news-story-feed-list {
    grid-gap: 15px;
  }
}
@media (min-width: 1200px) {
  .content-hub .news-story-feed-list .node:nth-child(3n+2) {
    position: relative;
    top: -30px;
  }
  .content-hub .news-story-feed-list .node:nth-child(2) {
    top: 0;
  }
  .content-hub .news-story-feed-list .node:nth-of-type(2) {
    top: unset;
  }
}
.content-hub .news-story-feed-list .card--feed {
  height: auto;
  min-height: 410px;
}
.content-hub .views-exposed-form {
  padding-left: 100px;
  padding-right: 100px;
  margin: 30px auto 0;
  max-width: 1400px;
}
@media (min-width: 1600px) {
  .content-hub .views-exposed-form {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .content-hub .views-exposed-form {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767.98px) {
  .content-hub .views-exposed-form {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.content-hub .views-exposed-form .form--inline {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .content-hub .views-exposed-form .form--inline {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .content-hub .views-exposed-form .form--inline fieldset {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .content-hub .views-exposed-form .form--inline fieldset .choices {
    width: 100% !important;
    border-bottom: 1px solid #1B44A0;
  }
  .content-hub .views-exposed-form .form--inline fieldset .choices__list {
    width: 100% !important;
  }
}
.content-hub .views-exposed-form .form--inline fieldset label {
  display: none;
}
.content-hub .views-exposed-form .form--inline fieldset.js-form-item-sort-bef-combine input {
  display: none;
}
.content-hub .views-exposed-form .form--inline fieldset .choices {
  width: auto;
}
.content-hub .views-exposed-form .form--inline fieldset .choices__inner {
  background: none;
  border: none;
}
.content-hub .views-exposed-form .form--inline fieldset .choices__placeholder {
  color: #333333;
  opacity: 1;
  white-space: nowrap;
}
.content-hub .views-exposed-form .form--inline fieldset .choices__list {
  width: auto;
}
.content-hub .views-exposed-form .form--inline fieldset .choices__list--single {
  padding-right: 20px;
}
.content-hub .views-exposed-form .form--inline fieldset .choices__list--dropdown {
  word-break: unset;
}
.content-hub .views-exposed-form .form--inline fieldset .choices__list--dropdown .choices__item--selectable {
  white-space: nowrap;
}
.content-hub .views-exposed-form .form--inline fieldset .choices:after {
  transition: 0.25s ease;
}
.prefers-reduced-motion .content-hub .views-exposed-form .form--inline fieldset .choices:after {
  transition: none;
}
.content-hub.view-display-id-news_content_hub .news-story-feed-list, .content-hub.view-display-id-content_hub_stories .news-story-feed-list, .content-hub.view-display-id-blog_content_hub .news-story-feed-list {
  grid-gap: 0;
}

.featured-topics {
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
}
@media (min-width: 1600px) {
  .featured-topics {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .featured-topics {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767.98px) {
  .featured-topics {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991.98px) {
  .featured-topics {
    text-align: right;
  }
}
.featured-topics-inner {
  background-color: #F2EFE8;
  padding: 35px 55px;
  margin: 60px auto 0;
  display: inline-flex;
}
.featured-topics-inner {
  gap: 15px;
}
@media (min-width: 575px) {
  .featured-topics-inner {
    gap: calc(15px + 125 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .featured-topics-inner {
    gap: 140px;
  }
}
@media (max-width: 991.98px) {
  .featured-topics-inner {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 30px 0 0;
    position: absolute;
    right: 30px;
    background-color: #fff;
    z-index: 1;
    width: 320px;
  }
}
.featured-topics-inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
}
.featured-topics-inner ul {
  gap: 15px;
}
@media (min-width: 575px) {
  .featured-topics-inner ul {
    gap: calc(15px + 125 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .featured-topics-inner ul {
    gap: 140px;
  }
}
.featured-topics-inner ul li a {
  font-family: "CircularPro-Medium", sans-serif;
  color: #1B44A0;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .featured-topics-inner ul li a {
    text-align: right;
    padding: 10px 15px;
  }
}
@media (max-width: 991.98px) {
  .featured-topics-inner ul.featured-topics-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff;
    padding: 15px 0;
    width: 320px;
    max-width: 100%;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  }
}
.featured-topics-list-title {
  text-transform: uppercase;
  font-family: "CircularPro-Medium", sans-serif;
  color: #1B44A0;
}
@media (max-width: 991.98px) {
  .featured-topics-list-title {
    cursor: pointer;
  }
  .featured-topics-list-title:after {
    content: "\f112";
    font-family: "icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
    transition: 0.25s ease;
  }
  .prefers-reduced-motion .featured-topics-list-title:after {
    transition: none;
  }
  .featured-topics-list-title.open:after {
    rotate: 180deg;
  }
}

.featured-news-article {
  padding-left: 100px;
  padding-right: 100px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .featured-news-article {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .featured-news-article {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767.98px) {
  .featured-news-article {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.news-featured {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  background-color: #F2EFE8;
}
@media (max-width: 767.98px) {
  .news-featured {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
  }
}
.news-featured-media figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .news-featured-media figure {
    height: 100%;
  }
}
.news-featured-media figure video,
.news-featured-media figure img {
  height: 100%;
  width: 100%;
  flex-grow: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-featured-content {
  padding: 50px 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .news-featured-content {
    padding: 30px 20px;
  }
}
.news-featured-content a {
  font-family: nocturne-serif, serif;
  font-weight: 400;
  font-style: normal;
  color: #1B44A0;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid transparent;
  text-decoration: none !important;
  transition: 0.25s ease;
  top: 0;
}
.news-featured-content a {
  font-size: 25px;
}
@media (min-width: 575px) {
  .news-featured-content a {
    font-size: calc(25px + 43 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .news-featured-content a {
    font-size: 68px;
  }
}
.news-featured-content a {
  line-height: 30px;
}
@media (min-width: 575px) {
  .news-featured-content a {
    line-height: calc(30px + 45 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .news-featured-content a {
    line-height: 75px;
  }
}
.news-featured-content a {
  letter-spacing: -1.5px;
}
@media (min-width: 575px) {
  .news-featured-content a {
    letter-spacing: calc(-1.5px + -2 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .news-featured-content a {
    letter-spacing: -3.5px;
  }
}
.news-featured-content a {
  line-height: 30px;
}
@media (min-width: 575px) {
  .news-featured-content a {
    line-height: calc(30px + 34 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .news-featured-content a {
    line-height: 64px;
  }
}
.is-tabbing .news-featured-content a:focus {
  border-bottom: 5px solid #FFB103;
  top: -3px;
}
@media (hover: hover) {
  .news-featured-content a:hover {
    border-bottom: 5px solid #FFB103;
    top: -3px;
  }
}
.news-featured-content .news-topic, .news-featured-content .news-date {
  font-size: 14px;
}
.news-featured .news-icon {
  background-color: #F2EFE8;
  width: 62px;
  height: 62px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  border-radius: 100%;
  top: 40px;
}
.news-featured.story .news-icon:after {
  content: "\f111";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .news-featured.story .news-icon {
    display: none;
  }
}
.news-featured.news .news-icon:after {
  content: "\f138";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .news-featured.news .news-icon {
    display: none;
  }
}
.news-featured--full-width .news-icon {
  left: unset;
  translate: unset;
  right: 40px;
}
.news-featured--full-width .news-featured-content {
  grid-column: 1/span 2;
}

.news-teaser-short {
  grid-column: 1/span 3;
  padding: 35px 0;
  border-top: 1px solid rgba(27, 68, 160, 0.2);
  display: grid;
  grid-template-columns: 1fr 200px;
  align-items: center;
  grid-gap: 15px;
}
@media (max-width: 575.98px) {
  .news-teaser-short {
    grid-template-columns: 1fr;
  }
}
.news-teaser-short-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.news-teaser-short-content a {
  color: #1B44A0;
  font-family: "CircularPro-Medium", sans-serif;
  max-width: 800px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 0.25s ease-in-out;
}
.news-teaser-short-content a {
  font-size: 20px;
}
@media (min-width: 575px) {
  .news-teaser-short-content a {
    font-size: calc(20px + 22 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .news-teaser-short-content a {
    font-size: 42px;
  }
}
.news-teaser-short-content a {
  line-height: 28px;
}
@media (min-width: 575px) {
  .news-teaser-short-content a {
    line-height: calc(28px + 26 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .news-teaser-short-content a {
    line-height: 54px;
  }
}
.news-teaser-short-content a {
  letter-spacing: -0.5px;
}
@media (min-width: 575px) {
  .news-teaser-short-content a {
    letter-spacing: calc(-0.5px + -1 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .news-teaser-short-content a {
    letter-spacing: -1.5px;
  }
}
.is-tabbing .news-teaser-short-content a:focus {
  text-decoration-color: #1B44A0;
}
@media (hover: hover) {
  .news-teaser-short-content a:hover {
    text-decoration-color: #1B44A0;
  }
}
@media (max-width: 575.98px) {
  .news-teaser-short-media {
    display: none;
  }
}
.news-teaser-short .news-topic, .news-teaser-short .news-date {
  position: relative;
}
.news-teaser-short .news-topic, .news-teaser-short .news-date {
  font-size: 14px;
}
.news-teaser-short.news .news-topic:before {
  content: "\f138";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  margin-right: 10px;
}
.news-teaser-short.story .news-topic:before {
  content: "\f111";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  margin-right: 10px;
}
.news-teaser-short.blog {
  grid-template-columns: 1fr 300px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-teaser-short.blog {
    grid-template-columns: 1fr 150px;
  }
}
@media (max-width: 575.98px) {
  .news-teaser-short.blog {
    grid-template-columns: 1fr;
  }
}