/**
 * This file is for related content styles.
 */
/* stylelint-disable */
/* stylelint-enable */
.c-related-content {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 44px 10px;
}

.c-related-content__wrap {
  padding: 20px 20px 4px 20px;
}

.c-related-content__wrap-title {
  font-size: 1rem;
  line-height: 1.4444444444rem;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 57.5em) {
  .c-related-content__wrap-title {
    font-size: 1rem;
    line-height: 1.4444444444rem;
    font-weight: 700;
  }
}

a.c-related-content__link {
  color: #518325;
  font-size: 0.8888888889rem;
  line-height: 1.2777777778rem;
  font-weight: 600;
  text-decoration: none;
}
a.c-related-content__link:after {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_arrow.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 16px;
  background-size: 100%;
  margin: 0 0 0 16px;
  position: relative;
  top: 2px;
}
a.c-related-content__link:active,
a.c-related-content__link:focus,
a.c-related-content__link:hover {
  text-decoration: underline;
}

.c-related-content__item {
  margin-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 14px;
}
.c-related-content__item:last-child {
  border: 0;
}

h2.c-related-content__title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8888888889rem;
  line-height: 1.1111111111rem;
  font-weight: 400;
  margin-bottom: 8px;
  padding-top: 4px;
}

/*# sourceMappingURL=related-content.css.map */
