.c-event-aside__title {
  font-size: 1.1111111111rem;
  line-height: 1.333;
  font-family: "Typold W05", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 37.5em) {
  .c-event-aside__title {
    font-size: 1.3333333333rem;
  }
}
.c-event-aside__title:not(:last-child) {
  margin-bottom: 0.5em;
}

a.c-event-aside__title {
  color: #417925;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
a.c-event-aside__title:hover, a.c-event-aside__title:focus {
  color: #046A38;
}
a.c-event-aside__title:focus {
  background-color: #E0EFF4;
}
.c-event-aside__title-link {
  color: #417925;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.c-event-aside__title-link:hover, .c-event-aside__title-link:focus {
  color: #046A38;
}
.c-event-aside__title-link:focus {
  background-color: #E0EFF4;
}
.c-event-aside__dateline {
  margin-bottom: 0.3333333333rem;
}