/**
 * @file
 * SASS variables for theme
 */
.page-title {
  display: none;
}

.views-field-field-profile-picture {
  margin: 10px 0;
  max-height: 275px;
  overflow: hidden;
}

.field__label {
  color: #7d868c;
  font-size: 22px;
}

.fieldset__label {
  border-bottom: #5f8d38 solid 1px;
}

img.image-style-square {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

#sidebar-first {
  position: sticky;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .region-sidebar-first nav {
    display: none;
  }

  #sidebar-first {
    position: static;
  }

  img {
    display: none;
  }
}

/*# sourceMappingURL=faculty.profile.css.map */
