.news-story-feed {
  padding: 60px 0 200px;
  background: url("../svg/card-group-pattern.svg") no-repeat center bottom 60px;
  background-size: 100%;
}
@media (max-width: 767.98px) {
  .news-story-feed {
    background-size: auto;
    background-position: bottom;
  }
}
.wide-container .news-story-feed {
  padding-left: 100px;
  padding-right: 100px;
}
@media (min-width: 1600px) {
  .wide-container .news-story-feed {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wide-container .news-story-feed {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767.98px) {
  .wide-container .news-story-feed {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.news-story-feed-header {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.news-story-feed-header h2 {
  font-family: nocturne-serif, serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
}
.news-story-feed-header h2 {
  font-size: 35px;
}
@media (min-width: 575px) {
  .news-story-feed-header h2 {
    font-size: calc(35px + 63 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .news-story-feed-header h2 {
    font-size: 98px;
  }
}
.news-story-feed-header h2 {
  line-height: 40px;
}
@media (min-width: 575px) {
  .news-story-feed-header h2 {
    line-height: calc(40px + 80 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .news-story-feed-header h2 {
    line-height: 120px;
  }
}
.news-story-feed-header h2 {
  letter-spacing: -2px;
}
@media (min-width: 575px) {
  .news-story-feed-header h2 {
    letter-spacing: calc(-2px + -3.5 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .news-story-feed-header h2 {
    letter-spacing: -5.5px;
  }
}
@media (max-width: 991.98px) {
  .news-story-feed-header h2 {
    margin-bottom: 15px;
  }
}
.news-story-feed-footer {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .news-story-feed-footer {
    margin-top: 35px;
  }
}
.news-story-feed-footer .news-button-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  justify-content: center;
}
.news-story-feed-footer .news-button-links li a {
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  display: inline-flex;
  color: #000;
  text-align: center;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  padding: 10px 25px;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  font-family: "CircularPro-Medium", sans-serif;
  color: #fff;
  background-color: #1B44A0;
  border-color: #1B44A0;
}
.prefers-reduced-motion .news-story-feed-footer .news-button-links li a {
  transition: none;
}
.news-story-feed-footer .news-button-links li a:hover {
  color: #000;
  background-color: #e6e6e6;
}
.news-story-feed-footer .news-button-links li a:disabled, .news-story-feed-footer .news-button-links li a.disabled {
  transition: none;
  opacity: 0.6;
  box-shadow: none;
  cursor: default;
  background-color: #fff;
  color: #000;
}
.prefers-reduced-motion .news-story-feed-footer .news-button-links li a:disabled, .prefers-reduced-motion .news-story-feed-footer .news-button-links li a.disabled {
  transition: none;
}
.news-story-feed-footer .news-button-links li a:active, .news-story-feed-footer .news-button-links li a.active {
  background-color: #d9d9d9;
}
.news-story-feed-footer .news-button-links li a:hover, .news-story-feed-footer .news-button-links li a:focus {
  color: #fff;
  background-color: #00345E;
  border-color: #00345E;
}
.news-story-feed-footer .news-button-links li a:focus {
  outline: 1px dotted #fff;
}
.news-story-feed-footer .news-button-links li a:active, .news-story-feed-footer .news-button-links li a.active {
  color: #fff;
  background-color: #1B44A0;
  border-color: #1B44A0;
}
.news-story-feed-footer .news-button-links li a:disabled, .news-story-feed-footer .news-button-links li a.disabled {
  background-color: #707372;
  border-color: #707372;
  color: #000;
}
.news-story-feed-list {
  display: grid;
  max-width: 1080px;
  margin: 0 auto;
  gap: 40px;
  justify-content: center;
}
@media (min-width: 992px) {
  .news-story-feed-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .news-story-feed-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .news-story-feed-list {
    grid-template-columns: 100%;
  }
}
@media (max-width: 767.98px) {
  .news-story-feed-list {
    grid-gap: 15px;
  }
}
.news-story-feed-list:not(.content-hub) .card--feed {
  width: 100%;
}