.ap-card {
  box-shadow: 0 0 5px 0 rgba(0,0,0,.12);
  margin-bottom: 1rem;
}

.ap-card--no-shadow {
  box-shadow: none;
}

.ap-card__img {
  height: 16rem;
  background: none no-repeat center center / cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ap-card__img--slim {
  height: 12.25rem;
}

.ap-card__content {
  background-color: #ffffff;
  padding: 1rem;
}

.ap-card__content--no-bg {
  background: none;
  padding-left: 0;
  padding-right: 0;
}

.ap-card__sub-title {
  font: 11px "Montserrat", Helvetica, Arial, sans-serif;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.ap-card__title {
  font-family: "Playfair Display", "Times New Roman", serif;
}

.ap-card__link {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  color: #af9751;
}

.ap-card__link--inline {
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  color: #af9751;
}

.ap-card__body {
  margin-bottom: 0.5rem;
}
