.article-list {
  padding-right: 10px;
}

.list-item-row {
  border-radius: 3px;
  padding-top: 16px;
}

.list-item-row:hover {
  background-color: #F2EED9;
}

.list-item-thumbnail {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  .list-item-thumbnail {
    background-position: center center;
    background-size: cover;
    border-radius: 3px;
    height: 90px;
    width: 130px;
    margin-right: 20px;
    display: block;
  }
}

.list-item-text {
  color: #666666 !important;
}
.list-item-text h4 {
  color: #154734;
}
.list-item-text p {
  font-size: 1rem !important;
  min-height: 55px;
}
@media only screen {
  .list-item-text p {
    font-size: 1rem !important;
    /* line-height: 1.4; */
  }
}
@media only screen and (min-width: 64.063em) {
  .list-item-text p {
    line-height: 1.4 !important;
  }
}

.list-item-arrow {
  font-size: 3rem !important;
  padding-top: 30px;
  color: #E1AD01;
}
@media only screen and (min-width: 40.063em) {
  .list-item-arrow {
    font-size: 5rem !important;
    padding-top: 0;
  }
}

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