@charset "UTF-8";
.news-featured {
  margin-bottom: 3rem;
}
@media (min-width: 1300px) {
  .news-featured {
    margin-bottom: 4rem;
  }
}

.news-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #F2F6FF;
  border-radius: 4px;
  overflow: visible;
  margin-bottom: 2rem;
  padding-top: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .news-item {
    padding-left: 2rem;
    padding-right: 2rem;
    flex-direction: row;
  }
  .news-item--image-right {
    flex-direction: row-reverse;
  }
  .news-item--image-right .news-item__content {
    padding-right: 3rem;
    padding-left: 1.5rem;
  }
  .news-item--image-left .news-item__content {
    padding-right: 1.5rem;
    padding-left: 3rem;
  }
}
.news-item__image-wrapper {
  flex: 0 0 100%;
  position: relative;
}
@media (min-width: 768px) {
  .news-item__image-wrapper {
    flex: 0 0 45%;
    padding-left: 1rem;
  }
}
.news-item__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  box-shadow: -1.5rem -1.5rem 0 #A5BBFD, -1.5rem 1.5rem 0 #A5BBFD, -1.5rem -1.5rem 0 #A5BBFD, -1.5rem 1.5rem 0 #A5BBFD;
}
.news-item__content {
  padding-bottom: 1.5rem;
  flex: 1;
}
@media (max-width: 767px) {
  .news-item__content {
    display: flex;
    flex-direction: column;
  }
}
.news-item__date {
  color: #2A2B2C;
  font-size: 0.875rem;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .news-item__date {
    order: 1;
  }
}
@media (min-width: 768px) {
  .news-item__date {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}
.news-item__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #2A2B2C;
}
@media (max-width: 767px) {
  .news-item__title {
    order: 2;
  }
}
@media (min-width: 768px) {
  .news-item__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.news-item__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .news-item__categories {
    order: 4;
  }
}
@media (min-width: 768px) {
  .news-item__categories {
    margin-bottom: 1.5rem;
  }
}
.news-item__category-pill {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #D2DDFE;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s;
}
.news-item__summary {
  color: #2A2B2C;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .news-item__summary {
    order: 3;
  }
}
@media (min-width: 768px) {
  .news-item__summary {
    padding-right: 2rem;
  }
}
.news-item__summary .TextBlock {
  color: inherit;
  line-height: 1.5;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .news-item__summary .TextBlock {
    font: var(--font-bd-l);
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.news-item__readmore {
  margin-top: auto;
}
@media (max-width: 767px) {
  .news-item__readmore {
    order: 5;
  }
}
.news-item__related-links {
  margin-top: auto;
}
.news-item__links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-item__link-item {
  margin-bottom: 0.5rem;
}
.news-item__link-item:last-child {
  margin-bottom: 0;
}
.news-item__link {
  color: #0066cc;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.news-item__link::before {
  content: "→";
  margin-right: 0.5rem;
}
.news-item__link:hover {
  text-decoration: underline;
}
.news-item .TextBlock[data-seen-effect][data-is-seen=false] {
  transform: none;
}

.news-list-results .ImageCards__title {
  font: var(--font-sh-s);
  font-size: 2rem;
}
.news-list-results .ImageCards__list li:nth-last-child(-n+1) {
  border-bottom: 1px solid #2A2B2C;
  padding-bottom: 4rem;
}
@media (min-width: 480px) and (max-width: 979px) {
  .news-list-results .ImageCards__list li:nth-last-child(-n+2) {
    border-bottom: 1px solid #2A2B2C;
    padding-bottom: 4rem;
  }
}
@media (min-width: 979px) {
  .news-list-results .ImageCards__list li:nth-last-child(-n+3) {
    border-bottom: 1px solid #2A2B2C;
    padding-bottom: 4rem;
  }
}

:root:has(.news-list-results) h1.PageHeading {
  font-size: 2rem;
}

:root:has(.news-list-results) h1.PageHeading {
  margin-top: 0;
}

.§-list-sticky {
  margin-bottom: 5rem;
}

.news-list-sticky > h2 {
  font-weight: bold;
  margin-bottom: 1rem;
}

article.card .card__image-wrapper {
  margin-bottom: 12px;
}
article.card time {
  font-size: 1rem;
  color: #727477;
  margin-bottom: 8px;
}
article.card .card__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
}
article.card .card__title h2 {
  margin-top: 1rem;
}
article.card .card__link {
  text-decoration: none;
  color: #2A2B2C;
  margin-top: 0.25rem;
  display: block;
}
article.card .card__link:hover {
  text-decoration: underline;
}