.topic-preview.light-grey {
  background-color: #f4f3f2;
}

.topic-preview.white {
  background-color: #ffffff;
}

.topic-preview.trillium {
  background-color: #f9f7ed;
}

.topic-preview.sycamore {
  background-color: #e7ecc3;
}

.topic-preview.teal {
  background-color: #b5e3d8;
}

.middle-center ul.topic-preview-section {
  padding: 0;
  list-style: none;
  justify-content: center;
  margin-top:15px;
}

.topic-preview--wrapper h2:not(.topic-preview--subheading) {
  padding-top: 0px !important;
  margin-bottom: 15px;
}

.topic-preview--wrapper .topic-subheading-section + .topic-preview-section {
  margin-top:0;
}

.topic-preview--wrapper .subheading {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 26px;
}

.middle-center li.topic-preview--item {
  margin-bottom: 40px;
}

.topic-preview--image {
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

@media (min-width: 768px) {
  .topic-preview--image {
    height: 175px;
  }
  .topic-preview--wide .topic-preview--image {
    height: 260px;
  }
}

.topic-preview--subheading {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 27px;
}

.topic-preview--hr {
  border: 0;
  border-bottom: 1px solid #756e65;
  margin: 8px 0;
}

.topic-preview--item .field--name-field-link {
  margin-top: 1em;
}
