.related-resource {
  margin-bottom: 10px;
  padding-right: 40px;
}

.related-resource .container {
  padding-bottom: 20px;
  height: 100%;
}

.related-resource .type {
  font-weight: bold;
  margin-bottom: 10px;
  color: #4d4d4d;
  font-size: 25px;
}

.related-resource .link {
  margin-bottom: 15px;
}

.related-resource .link::after {
  content: '';
  position: relative;
  top: -1px;
  left: 5px;
  border-right: 2px solid #e37700;
  border-bottom: 2px solid #e37700;
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-right: -10px;
}

.related-resource .link a {
  font-family: "Merriweather", Georgia, Times, serif;
}

.related-resource .link:after {
  border-width: 1px;
  left: 2px;
  top: -2px;
}

.related-resource .link:last-child {
  margin-bottom: 0;
}

.related-resource .link a:hover {
  color: #e37700;
}

.related-resource--icon {
  margin-bottom: 40px;
}

.related-resource--icon .type {
  font-size: 25px;
}

.related-resource--icon .icon {
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
}

.related-resource--icon .container {
  padding-bottom: 40px;
  border-bottom: 4px dotted #e8e8e8;
}

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