/* For pages using this view: department_faculty_staff_listings 
   The view is mbedded as a block and sets an Option using the department code # 
   The result is a full department display. Currently set to one column in the view.
   If set to multiple comlumns the widths need to be changed below */

.view-department-faculty-staff-listings .col-1 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.view-department-faculty-staff-listings div.field-content.row.pb-4.px-3.mb-4.border-bottom.border-neutral-cool-gray {
  border-bottom:none !important;
}
div.embed-person {
  width:70%;
  margin-left:1.0rem;
}
@media screen and (max-width: 580px) {
  div.embed-person {
    width:90%;
  }
}