/**
 * This file is for theming any views block of bios that just displays name, working titles, and a Card Image size picture.
 */
.view-mentioned-in-this-story .views-row,
.view-clinical-team .views-row {
  border: 1px solid #7e92ae;
  border-bottom-right-radius: 40px;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
.view-mentioned-in-this-story .views-row .views-field-field-primary-image,
.view-clinical-team .views-row .views-field-field-primary-image {
  background: linear-gradient(to bottom, #052049 0, rgba(22, 160, 172, 0.5) 50%, rgba(22, 160, 172, 0) 100%);
}
.view-mentioned-in-this-story .views-row .views-field-field-primary-image img,
.view-clinical-team .views-row .views-field-field-primary-image img {
  display: block;
  margin: 0 auto;
  width: auto;
}
.view-mentioned-in-this-story .views-row .views-field-title,
.view-clinical-team .views-row .views-field-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1.25rem;
}
.view-mentioned-in-this-story .views-row .views-field-field-academic-working-titles,
.view-clinical-team .views-row .views-field-field-academic-working-titles {
  font-size: 1.125rem;
  margin: 1.25rem;
}
.view-mentioned-in-this-story .views-row .views-field-field-academic-working-titles p,
.view-clinical-team .views-row .views-field-field-academic-working-titles p {
  margin: 0;
}
/*# sourceMappingURL=short_bio_card_view.css.map */
