/****************************
** Directory Profile Card Styling
*****************************/

.profile-card {
  font-size: 0.9rem;
  line-height: 1.3rem;
  margin-bottom: 20px;
  overflow: auto;
  text-align: left;
}

.profile-card img {
  border-radius: 5%;
  margin: 0 auto;
  margin-bottom: 4px;
  height: 75px;
  width: 75px;
  object-fit: cover;
  object-position: 50% 0%;
}

.field-name-field-dircore-display-name {
  font-weight: bold;
}

.field-name-field-dircore-photo.field-type-image {
  width: 85px;
  float: left;
  margin: 0;
  padding: 0;
}

.profile-card .field {
  margin-bottom: 0;
}

.profile-card__link {
  border-bottom: none !important;
}

.field-name-field-dircore-appt-title .field__item {
  display: inline;
}

.field-name-field-dircore-appt-title .field__item::before {
  content: ", ";
}

.field-name-field-dircore-appt-title .field__item:first-child::before {
  content: "";
}

.field-user--field-dircore-email a {
  border-bottom: none !important;
}

.view-content {
  overflow: hidden;
}

@media (min-width: 768px) {
  .profile-card {
    float: left;
    height: 95px;
    margin: 0 2% 20px 0;
    overflow: hidden;
    width: 48%;
  }

  .profile-card__info {
    overflow: hidden;
  }
}

@media (min-width: 1020px) {
  .profile-card {
    height: 120px;
    max-width: 346px;
  }

  .profile-card img {
    height: 100px;
    width: 100px;
  }

  .field-name-field-dircore-photo.field-type-image {
    width: 110px;
  }

  .field-name-field-dircore-display-name {
    font-weight: bold;
    font-size: 115%;
  }
}
