/* Variables here should match flagship, but brought in here for simplicity's sake */
/* Colors */
/* Mixin's */
.people-directory-page #search_app .search-container_grid {
  width: 100%;
  margin: 0;
  padding: var(--spacer-4, 1.5rem) 1.25rem;
}
@media (min-width: 768px) {
  .people-directory-page #search_app .search-container_grid {
    padding: 1.875rem 2.5rem;
  }
}
@media (min-width: 1012px) {
  .people-directory-page #search_app .search-container_grid {
    padding: 1.875rem 8.75rem;
  }
}

.people-page-top {
  padding: var(--spacer-4) 1.5rem 1.25rem;
}
@media (min-width: 768px) {
  .people-page-top {
    padding: 1.875rem 2.5rem;
  }
}
@media (min-width: 1012px) {
  .people-page-top {
    padding: 1.875rem 8.75rem;
  }
}
.people-page-top .highlight-heading {
  color: #000E54;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .people-page-top .highlight-heading {
    margin-top: 1.875rem;
  }
}
@media (min-width: 1012px) {
  .people-page-top .highlight-heading {
    margin-top: 2.5rem;
  }
}
.people-page-top .highlighted-text {
  color: #F76900;
  font-weight: 500;
}

.profile-page-content {
  display: flex;
  padding-top: 0;
}

.person-body-content {
  flex-grow: 1;
  max-width: 820px;
}
@media (min-width: 1280px) {
  .person-body-content {
    padding-right: 2.5rem;
  }
}

/******************* 
*    Info Card
********************/
.person-info-card {
  display: flex;
  margin-bottom: var(--spacer-4) 1.5rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .person-info-card {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .person-info-card {
    margin-bottom: 4rem;
  }
}

.contact-subheading {
  font-size: 1.75rem;
  line-height: 1.1;
  margin-bottom: 0;
}

.department-heading {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .department-heading {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
@media (min-width: 1012px) {
  .department-heading {
    font-size: 1.375rem;
    line-height: 1.8;
  }
}

.contact-information {
  display: flex;
  flex-direction: column;
}
.contact-information .phone-number a {
  text-decoration: none;
}

.profile-image-container {
  margin-bottom: 0.625rem;
}
.profile-image-container img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (min-width: 768px) {
  .profile-image-container {
    padding-right: 2.5rem;
    margin-bottom: unset;
  }
  .profile-image-container img {
    max-width: 300px;
  }
}

.person-top-info {
  padding-top: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* 
    Side bar
*/
/* this is the wrapper for the mobile only aspect of this page */
.person-side-content__mobile .person-side-content {
  max-width: 100%;
  border-left: none;
  padding: 0;
  margin-bottom: 4rem;
}
@media (min-width: 1280px) {
  .person-side-content__mobile {
    display: none;
  }
}

.person-side-content__desktop {
  display: none;
}
@media (min-width: 1280px) {
  .person-side-content__desktop {
    display: block;
  }
}

.person-side-content {
  max-width: 320px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2.5rem;
  border-left: 1px solid #F76900;
  height: max-content;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.person-side-content ul, .person-side-content ol {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.person-side-content li {
  display: block;
  padding: 0;
  margin: 0;
}
.person-side-content ul > li, .person-side-content ol > li {
  margin-bottom: 0;
}
.person-side-content .side-group {
  display: flex;
}
.person-side-content .side-label {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 0.3125rem;
}
.person-side-content .side-info-group li {
  margin-bottom: 1.25rem;
}

/* Placeholder for search specific styles- probably not necessary */

/*# sourceMappingURL=fps_styles.css.map */
