.news-list-container {
  padding-top: 20px;
}

.header-breadcrumbs {
  display: none;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
}
@media (min-width: 992px) {
  .header-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-breadcrumbs #breadcrumb-wrapper ol {
  margin-bottom: 0;
  padding: 0;
}
.header-breadcrumbs button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
  border: none;
}
.header-breadcrumbs svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .news-featured-container.container {
    max-width: 100%;
  }
}
.news-featured-container .img-container {
  aspect-ratio: 16/9;
}
@media (min-width: 1200px) {
  .news-featured-container .img-container {
    aspect-ratio: 3/1;
  }
}
.news-featured-container .bg-grey {
  background-color: #dedede;
}
.news-featured-container .title {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 350;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .news-featured-container .title {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}
.news-featured-container .text-container {
  padding: 15px 0 20px 0;
}
@media (min-width: 768px) {
  .news-featured-container .text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 15px);
    height: 100%;
    padding: 15px 20px 15px 35px;
    max-width: 370px;
  }
}
@media (min-width: 992px) {
  .news-featured-container .text-container {
    max-width: 480px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .news-featured-container .text-container {
    max-width: 580px;
  }
}
@media (min-width: 1400px) {
  .news-featured-container .text-container {
    max-width: 710px;
  }
}
.news-featured-container .text-container .more {
  margin-left: 0;
}

.no-news-message {
  text-align: center;
  padding: 40px 20px 80px 20px;
}

.news-filters {
  position: sticky;
  top: var(--header-height);
  z-index: 50;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  width: 100%;
  height: 64px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .news-filters {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
}
.news-filters.is-stuck {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
.news-filters .news-filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  overflow-x: auto;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 24px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .news-filters .news-filter-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
  }
}
.news-filters .news-filter-btn {
  border: none;
  padding: 0;
}
.news-filters .news-filter-btn.active {
  font-weight: 400;
  pointer-events: none;
}

.news-card .img-container {
  aspect-ratio: 16/9;
}
.news-card .text-container {
  padding: 15px 10px;
}
@media (min-width: 1400px) {
  .news-card .text-container {
    padding: 15px 20px;
  }
}
.news-card .card-title {
  font-size: 1.125rem;
  font-weight: 350;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .news-card .card-title {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}
.news-card .card-description {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .news-card .card-description {
    margin-bottom: 15px;
  }
}

#news-results-container .col {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  #news-results-container .col {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#modal-news-share .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-left: 0;
}
@media (min-width: 556px) {
  #modal-news-share .social-links {
    gap: 20px;
  }
  #modal-news-share .social-links svg {
    width: 24px;
    height: 24px;
  }
}
#modal-news-share .social-links li {
  list-style: none;
}
#modal-news-share .social-links li svg {
  width: 20px;
  height: 20px;
  color: #595959;
}

.social-container {
  padding-top: 0.9375em;
  text-align: center;
}
.social-container .social-icons {
  text-decoration: none;
  font-size: 1.875em;
  list-style-type: none;
  padding: 0;
  color: #595959;
}
@media (max-width: 767.98px) {
  .social-container .social-icons {
    font-size: 1.5625em;
  }
}
.social-container .social-icons i,
.social-container .social-icons a {
  color: #595959;
  padding-right: 0.2em;
}

.user-is-tabbing a.link-image:focus-visible::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #000;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  pointer-events: none;
}
