._8724_news_archive_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  background-color: #fff;
  padding: 0;
  grid-gap: 20px;
  margin-bottom: 60px;
}
._8724_news_archive_grid ._8724_news_grid_item {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0px;
}
._8724_news_archive_grid ._8724_news_grid_item a {
  color: #111;
}
._8724_news_archive_grid ._8724_news_grid_item a ._8724_image_container {
  background-color: #444;
  aspect-ratio: 1.3/1;
  overflow: hidden;
}
._8724_news_archive_grid ._8724_news_grid_item a ._8724_image_container ._8724_event_archive_item_image {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  aspect-ratio: 1.3/1;
  transition: all 300ms;
  opacity: 0.95;
}
._8724_news_archive_grid ._8724_news_grid_item a h2 {
  font-family: "Poppins";
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
}
._8724_news_archive_grid ._8724_news_grid_item a:hover {
  color: #01887b;
}
._8724_news_archive_grid ._8724_news_grid_item a:hover ._8724_image_container ._8724_event_archive_item_image {
  transform: scale(1.03);
  opacity: 1;
}
._8724_news_archive_grid ._8724_news_grid_item ._8724_event_archive_item_details ._8724_event_archive_item_txt {
  font-size: 14px;
  margin: 0;
}
._8724_news_archive_grid ._8724_news_grid_item ._8724_event_archive_item_details ._8724_event_archive_item_txt > div {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
._8724_news_archive_grid ._8724_news_grid_item ._8724_event_archive_item_details ._8724_event_archive_item_txt span.date {
  margin: 0 0 5px 0;
  display: block;
  font-style: italic;
}

.post-type-archive-_8724_news_item ._8724_news_header {
  padding: 20px 0;
}
.post-type-archive-_8724_news_item ._8724_news_header h1 {
  color: #111;
  font-size: 25px;
  font-family: "Poppins";
  font-weight: 600;
  margin: 0;
}
.post-type-archive-_8724_news_item .archive-description {
  margin: 0 0 40px 0;
}
.post-type-archive-_8724_news_item .breadcrumb {
  display: flex;
  padding: 0;
  margin: 10px 0;
  min-height: 44px;
  align-items: center;
}
.post-type-archive-_8724_news_item .breadcrumb span {
  display: flex;
}
.post-type-archive-_8724_news_item .breadcrumb span:not(:last-child):after {
  content: "/";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  font-size: 10px;
}
.post-type-archive-_8724_news_item .breadcrumb span a {
  color: #111;
  font-weight: 600;
}

._8724_news_archive_header {
  display: flex;
  border-bottom: 1px solid #222;
  margin-bottom: 40px;
}
._8724_news_archive_header h1 {
  font-family: "Roboto Slab", serif;
  font-size: 1.8em;
}

@media only screen and (max-width: 600px) {
  ._8724_news_archive_grid {
    grid-template-columns: 1fr 1fr;
    margin: 0 20px;
  }
}
@media only screen and (min-width: 600px) {
  ._8724_news_archive_grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  ._8724_news_archive_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) {
  ._8724_news_archive_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  ._8724_news_archive_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}