.news-list-view {
  margin: 0 -30px;
}
.news-list-view > article.news-list-item {
  border-color: #ccc;
  position: absolute;
}
.news-list-view .ce-bodytext p.read-more,
.news-list-carousel .ce-bodytext p.read-more,
.frame-type-news_newsdetail .ce-bodytext p.read-more {
  margin-bottom: 1.875rem;
}
.news-list-view .ce-bodytext p.read-more > a,
.news-list-carousel .ce-bodytext p.read-more > a,
.frame-type-news_newsdetail .ce-bodytext p.read-more > a {
  font-style: italic;
}
.news-list-view .ce-bodytext p.read-more > a::after,
.news-list-carousel .ce-bodytext p.read-more > a::after,
.frame-type-news_newsdetail .ce-bodytext p.read-more > a::after {
  content: ' ›';
}
@media (min-width: 768px) {
  .carousel-item article {
    display: grid;
    grid-template-rows: auto 1fr;
  }
  .carousel-item article main {
    display: grid;
    grid-template-rows: 1fr auto;
  }
  .carousel-item article main .ce-gallery {
    display: grid;
    align-items: end;
  }
  .news-list-carousel,
  .carousel,
  .carousel-inner,
  .carousel-item,
  .carousel-item article {
    height: 100%;
  }
}
.news-list-carousel .carousel-control-next,
.news-list-carousel .carousel-control-prev {
  background: 0 0;
  border: 0;
  bottom: 0;
  padding: 0;
}
.news-list-carousel .carousel-control-next {
  right: -2.1875rem;
}
.news-list-carousel .carousel-control-prev {
  left: -2.1875rem;
}
.news-list-carousel .carousel-control-next:focus,
.news-list-carousel .carousel-control-next:hover,
.news-list-carousel .carousel-control-prev:focus,
.news-list-carousel .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.news-list-carousel .carousel-control-next-icon,
.news-list-carousel .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.news-list-carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23555'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.news-list-carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23555'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.news-list-carousel .visually-hidden,
.news-list-carousel .visually-hidden-focusable:not(:focus):not(:focus-within) {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.f3-widget-paginator {
  margin-top: 30px;
}
.f3-widget-paginator .previous,
.f3-widget-paginator .next {
  align-content: center;
  display: grid;
  grid-template-rows: 1fr;
}
.f3-widget-paginator .previous > .page-link,
.f3-widget-paginator .next > .page-link {
  align-content: center;
  display: grid;
}
.f3-widget-paginator .previous > .page-link svg,
.f3-widget-paginator .next > .page-link svg {
  height: auto;
  width: 20px;
}
.f3-widget-paginator .page-item.active .page-link {
  background-color: #555;
  border-color: #555;
}
/*# sourceMappingURL=News.css.map */