.underline {
  text-decoration: underline;
}

.full-width {
  width: 100%;
}

.no-margin-top {
  margin-top: 0 !important;
}

.featured-content {
  padding: 0 15px 0 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .featured-content {
    padding: 0 15px !important;
  }
}
.featured-content .views-rows {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px 0 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .featured-content .views-rows {
    padding: 0 15px !important;
  }
}
.featured-content .views-rows .views-row {
  flex: 0 1 31%;
}
@media (min-width: 0) and (max-width: 767px) {
  .featured-content .views-rows .views-row {
    flex: 0 1 100%;
  }
  .featured-content .views-rows .views-row:not(:first-of-type) {
    display: none;
  }
}
.featured-content .views-rows .views-row article {
  height: 100%;
}
.featured-content .detailed-card {
  height: 525px;
}
@media (min-width: 0) and (max-width: 767px) {
  .featured-content .detailed-card {
    height: 100%;
  }
}