/* Breakpoints */
.font-brandon {
  font-family: brandon-grotesque, proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.font-freight {
  font-family: freight-text-pro, Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
}

html {
  overflow-x: hidden;
  width: 100vw;
}

@media (max-width: 992px) {
  html.mobile-font-sizing {
    font-size: 14px;
  }
}
.flexible_fields_2021 h1,
.flexible_fields_2021 .h1 {
  font-size: 2.333rem;
}
.flexible_fields_2021 h2,
.flexible_fields_2021 .h2 {
  font-size: 1.888rem;
}
.flexible_fields_2021 h3,
.flexible_fields_2021 .h3 {
  font-size: 1.388rem;
}
.flexible_fields_2021 h4,
.flexible_fields_2021 .h4 {
  font-size: 1.111rem;
}
.flexible_fields_2021 h5,
.flexible_fields_2021 .h5 {
  font-size: 1rem;
}
.flexible_fields_2021 p {
  font-size: 1rem;
}
.flexible_fields_2021 a.button,
.flexible_fields_2021 button.button {
  font-size: 0.777rem;
}
.flexible_fields_2021 .display-1 {
  font-size: 2.333rem;
}

.single-faculty .page-header-faculty.template-2023 .header-bg {
  background-size: cover;
  background-color: #F4F3F3;
  margin-bottom: 0;
  padding: 0;
  height: auto;
  min-height: auto;
}
@media (min-width: 768px) {
  .single-faculty .page-header-faculty.template-2023 .header-bg {
    height: 33.333vw;
    margin-bottom: 10%;
    min-height: 320px;
  }
}
.single-faculty .page-header-faculty.template-2023 .header-bg .row {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.single-faculty .page-header-faculty.template-2023 .header-bg .row .faculty-meta {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  margin-top: 0;
}
@media (max-width: 768px) {
  .single-faculty .page-header-faculty.template-2023 .header-bg .row .faculty-meta {
    margin-left: 0;
  }
}
.single-faculty .page-header-faculty.template-2023 .header-bg .row .faculty-meta::before {
  content: "";
  position: absolute;
  width: 105px;
  top: 0;
  border-top: 0.5em solid #c7d400;
  display: none;
}
.single-faculty .page-header-faculty.template-2023 .header-bg .row .faculty-meta h1, .single-faculty .page-header-faculty.template-2023 .header-bg .row .faculty-meta h2, .single-faculty .page-header-faculty.template-2023 .header-bg .row .faculty-meta p {
  color: black;
}
.single-faculty .page-header-faculty.template-2023 .header-bg .row .faculty-meta h1 {
  font-size: 3em;
}
.single-faculty .page-header-faculty.template-2023 .header-bg .row .faculty-meta h1 > * {
  font-weight: 700;
}
.single-faculty .page-header-faculty.template-2023 .header-bg .row .faculty-meta h2 {
  line-height: 1.5;
  margin-top: 1em;
  display: inline;
}
.single-faculty .page-header-faculty.template-2023 .header-bg .row .faculty-meta p {
  margin: 0;
  display: inline;
}
@media (min-width: 768px) {
  .single-faculty .page-header-faculty.template-2023 .header-bg .row .faculty-meta {
    padding: 0;
    padding-top: 1em;
    margin-left: auto;
    margin-right: 0;
  }
  .single-faculty .page-header-faculty.template-2023 .header-bg .row .faculty-meta::before {
    display: flex;
  }
}
.single-faculty .page-header-faculty.template-2023 .bg-container {
  height: 100%;
  width: 100%;
  z-index: 1;
  border-bottom: 0.5em solid #c7d400;
}
.single-faculty .page-header-faculty.template-2023 .bg-container .featured-image {
  width: 100%;
  height: auto;
}
.single-faculty .page-header-faculty.template-2023 .bg-container .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .single-faculty .page-header-faculty.template-2023 .bg-container {
    position: absolute;
    left: 25%;
    width: 75%;
    border-bottom: 0;
  }
  .single-faculty .page-header-faculty.template-2023 .bg-container .featured-image {
    max-width: 600px;
    width: 35%;
    height: 116%;
  }
}
.single-faculty .page_content {
  margin-top: 5rem;
}
.single-faculty .page_content__template-2023 {
  position: relative;
}
.single-faculty .page_content__template-2023::before {
  content: "";
  position: absolute;
  left: 1.35em;
  top: -2em;
  border-top: 0.5em solid #c7d400;
  width: 120px;
}
.single-faculty .page_content__template-2023 .the_sidebar {
  margin: auto;
  width: 100%;
  background-color: transparent;
}
@media (min-width: 768px) {
  .single-faculty .page_content__template-2023 .the_sidebar {
    width: 80%;
  }
}
.single-faculty .page_content__template-2023 .the_sidebar .widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .single-faculty .page_content__template-2023 .the_sidebar .widget {
    align-items: flex-start;
    text-align: left;
  }
}
.single-faculty .page_content__template-2023 .the_sidebar .widget ul {
  padding: 2em;
  margin: 0;
  background-color: #F4F3F3;
  list-style-type: none;
}
.single-faculty .page_content__template-2023 .the_sidebar .widget ul > * {
  margin: 0;
}
.single-faculty .page_content__template-2023 .the_sidebar .widget ul a {
  color: white;
  margin-top: 1em;
}
.single-faculty .page_content__template-2023 .the_sidebar .widget ul a:hover {
  color: black;
}/*# sourceMappingURL=post-faculty.css.map */