#content img {
  max-width: 100%;
  height: auto;
}

#article-header-image {
  max-height: 254px;
  overflow: hidden;
}
#article-header-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-headline-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-headline-list li {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #0050A0;
  margin-left: 3rem;
  padding-bottom: 1rem;
}
.article-headline-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: -2rem;
  height: 100%;
  width: 3px;
  background-color: #A0C2EA;
}
.article-headline-list li:hover {
  cursor: pointer;
}
.article-headline-list li.active {
  color: #2DAFE6;
}
.article-headline-list li.active:before {
  background-color: #2DAFE6;
}

/*# sourceMappingURL=article.css.map */
