.articleListFeature h2 a,
.articleListItem h2 a {
  border-color: transparent;
  color: #2B5F46;
  outline: none;
}
.articleListFeature h2 a:focus,
.articleListItem h2 a:focus,
.articleListFeature h2 a:hover,
.articleListItem h2 a:hover {
  border-color: currentColor;
}
.articleListFeature * + .heading {
  margin-top: 1em;
}
.articleListItem {
  border-top: 1px solid #d3d3d3;
  padding-top: 1.5em;
}
.articleListItem .pageHitTeaser {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0.375em;
}
.pageHitTeaser + .date {
  margin-top: 0.75em;
}
.tags {
  font-family: 'Montserrat', "Trebuchet MS", Verdana, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 0;
}
.tags a {
  border-color: transparent;
}
.tags a:focus,
.tags a:hover {
  border-color: #4d9695;
}
