.single__content a{box-shadow:inset 0 -1px 0 #fff,inset 0 -4px 0 #ff0;transition:box-shadow .3s ease-out;line-height:1.3}
.single__content a:hover{box-shadow:inset 0 -1px 0 #fff,inset 0 -15px 0 #ff0}
.schedule-item__img>.img-hover {
  overflow: hidden;
}

.schedule-item:hover .img-hover::after {
  height: 4px;
}

@media (min-width: 800px) {
  .schedule-item__img > .img-hover::after {
    bottom: 0px;
  }
}

.home-feat__img,
.articles__item .img-hover,
.editorial__img-wrapper .img-hover {
  position: relative;
}

body .single__slide img {
  width: auto;
}

body .single__slide img {
  max-width: 100%;
  max-height: 700px;
  margin: 0 auto;
  display: block;
}

body .single figure img {
  max-width: 100%;
  max-height: 700px;
  margin: 0 auto;
  display: block;
}

.paginated:not([data-page="page__0"]) {
  display: none;
}

.pagination {
  display: none;
}

body .c-today.c-event {
  background: transparent;
}