/* 20260127 temp override to hide page-title for new Faculty Profile */ 
body.page-type--none .main .content-wrapper .page-title:has(+ .section-content.profile)  {
  display: none;
}

main.faculty ol, html main.faculty ul {
    list-style: none;
    list-style-type: none;
}


main.faculty, main.faculty * {
    background-repeat: no-repeat;
    position: relative;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}


@media all and (min-width: 0) and (max-width: 640px) {
    main.faculty a[href*='tel:'] {
        color:#93c;
    }

    main.faculty a[href*='tel:'] span {
        color: #333;
    }
}

html main.faculty {
    width: 100%;
    transition: transform .3s;
}

main.faculty {
    overflow-x: hidden;
}

main.faculty section {
    padding: 60px 0;
}

main.faculty section:first-child {
    padding-top: 80px;
}

main.faculty .faculty-hero {
    color: #fff;
    padding: 80px 0;
    background-color: #2e2e3d;
    background-size: cover;
    background-position: 50% 50%
}

main.faculty .faculty-hero.redesign strong {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 800;
}


main.faculty .faculty-hero.redesign {
    padding: 98px 0;
    text-rendering: optimizeLegibility;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-family: "Libre Franklin", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

@media all and (min-width: 0) and (max-width: 640px) {
    main.faculty .faculty-hero.redesign {
        padding: 0;
        font-size: 18px;
    }
}

@media all and (min-width: 0) and (max-width: 640px) {
    main.faculty .faculty-hero.redesign {
        padding: 0;
        font-size: 20px;
    }
}

main.faculty .faculty-hero.redesign h1 span,
main.faculty .faculty-hero.redesign h2 span,
main.faculty .faculty-hero.redesign h3 span,
main.faculty .faculty-hero.redesign h4 span,
main.faculty .faculty-hero.redesign h5 span,
main.faculty .faculty-hero.redesign h6 span {
    font-family: "Libre Franklin", sans-serif;
}

main.faculty .faculty-hero.redesign h1,h2,h3 {
    letter-spacing: -.02em;
    margin-bottom: .3em;
}

main.faculty .faculty-hero.redesign h1,.h1 {
    font-family: "Libre Franklin", sans-serif;
    font-size: 40px;
    line-height: 1.1;
}

@media all and (min-width: 641px) and (max-width: 1023px) {
    main.faculty .faculty-hero.redesign h1,.h1 {
        font-size: 54px;
    }
}

@media all and (min-width: 1024px) {
    main.faculty .faculty-hero.redesign h1,.h1 {
        font-size: 72px;
    }
}

@media all and (min-width: 641px) and (max-width: 1023px) {
    main.faculty .faculty-hero.redesign {
        padding: 64px 0;
    }
}

@media all and (min-width: 0) and (max-width: 640px) {

    main.faculty section {
        padding: 30px 0;
    }

    main.faculty .faculty-hero {
        padding: 40px 0;
        background-color: transparent;
    }
}

@media (min-width: 1470px) {
  main.faculty .hero-container {
      margin:0 auto;
  }
}
main.faculty .hero-container {
    max-width: 1280px;
    margin: 0 6%;
}
main.faculty .description a {
    font-family: "benton medium",sans-serif;
    color: #fff;
    text-decoration: underline;
}

@media all and (min-width: 1024px) {
    main.faculty .description {
        text-align:left;
        width: 50%;
        float: left;
    }
}

@media all and (min-width: 641px) and (max-width: 1023px) {
    main.faculty .description {
        width: 50%;
    }

    main.faculty .center .description {
        width: 100%;
    }
}

@media all and (min-width: 0) and (max-width: 640px) {
    main.faculty .description {
        padding-top: 1em;
    }
}

@media all and (min-width: 0) and (max-width: 640px) and (min-width: 0) and (max-width: 640px) {
    main.faculty .description {
        padding-top: 15px;
    }
}

main.faculty {
    font-size: 16px;
}

@media all and (min-width: 1024px) {
    main.faculty {
        font-size: 18px;
    }
}

main.faculty .faculty-img__container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #4d4d4d;
    color: #333;
    text-rendering: optimizeLegibility;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-family: "benton regular", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

@media all and (min-width: 0) and (max-width: 640px) {
    main.faculty .faculty-img__container {
        height: 300px;
      	min-height: 300px;
        /* position: static; */
      	position: relative;
    }
}

main.faculty .faculty-img__img {
    opacity: 1;
    height: 100%;
    width: 100%
}

main.faculty .faculty-img__img--hero {
    position: absolute;
    background-size: cover;
    background-position: 100% 25%;
}

@media only screen and (min-width: 1921px) {
    main.faculty .faculty-img__img--hero {
        background-position:100% 20%;
    }
}

@media all and (min-width: 641px) and (max-width: 1024px) {
    main.faculty .faculty-img__img--hero {
      background-size:auto 100%;
      background-position: 90% 100%;
      /* position: relative; */
      bottom: 0px
    }
}

@media all and (min-width: 0) and (max-width: 640px) {
    main.faculty .faculty-img__img--hero {
        position: absolute;
        background-size: auto 112%;
        background-position: 105% 100%;
        -webkit-filter: blur(0) !important;
        /* width: 120%; 
        left: calc(-33% + 67px);
        top: -6px;
        height: calc(100% + 90px); */
        bottom: 0px;
        right: 10%;
        height: 100%;
    }
}

main.faculty .faculty-hero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #434b4f;
    background-image: url("../images/global/pattern-black.jpg");
    min-height: 700px;
}

main.faculty .faculty-hero li a {
    color: #fff;
}

@media all and (min-width: 0) and (max-width: 640px) {
    main.faculty .faculty-hero {
        text-align: center;
        min-height: 0;
        padding: 0;
        background: #f7f7f7;
        color: #333;
        border-bottom: 1px solid #ececec;
    }

    main.faculty .faculty-hero h1 span {
        display: block;
    }

    main.faculty .faculty-hero li a {
        color: #333;
    }
}

main.faculty .hero__description-container {
    margin-bottom: 98px;
}

@media (min-width: 1470.54545455px) {
    main.faculty .hero__description-container {
        width: 100%;
    }
}

@media all and (min-width: 641px) and (max-width: 1023px) {
    main.faculty .hero__description-container {
      margin-bottom: 64px;
    }
}

@media all and (min-width: 0) and (max-width: 640px) {
    main.faculty .hero__description-container {
      margin-bottom: 0;
      color: #000;
    }
}

main.faculty .faculty-hero.redesign {
    min-height: 579px;
    padding: 98px 0 0;
}

@media all and (min-width: 1024px) {
    main.faculty .faculty-hero.redesign .description {
        float: none;
    }
}

@media all and (min-width: 641px) and (max-width: 1023px) {
    main.faculty .faculty-hero.redesign {
        min-height:526px;
        padding: 64px 0 0;
    }

    main.faculty .faculty-hero.redesign .description {
        width: 50%;
    }

    main.faculty .faculty-hero.redesign .description h1 {
        letter-spacing: -0.1px;
    }

    main.faculty .faculty-hero.redesign .center {
        text-align: left;
    }
}

@media all and (min-width: 0) and (max-width: 640px) {
    main.faculty .faculty-hero.redesign {
      height: unset;  
      min-height: 0;
      padding: 0;
    }
}

main.faculty .faculty-hero.redesign h1 {
    font-size: 3rem;
    line-height: 1.21;
    letter-spacing: -.028em;
    font-weight: 900;
    color: #fff;
    margin-bottom: 14px;
}

@media all and (min-width: 1024px) {
    main.faculty .faculty-hero.redesign h1 {
        line-height: 1.05;
        color: #fff;
    }
}

@media all and (min-width: 641px) and (max-width: 1023px) {
    main.faculty .faculty-hero.redesign h1 {
        margin-bottom:16px;
        font-size: 2.125rem;
        color: #fff;
    }
}

@media all and (min-width: 0) and (max-width: 640px) {
    main.faculty .faculty-hero.redesign h1 {
        margin-bottom:15px;
        font-size: 1.875rem;
        color: #000;
    }
}

main.faculty .faculty-hero.redesign h1 span {
    font-size: 2.375rem;
    font-weight: bold;
    letter-spacing: -1.03px;
}

@media all and (min-width: 641px) and (max-width: 1023px) {
    main.faculty .faculty-hero.redesign h1 span {
        font-size: 1.6875rem;
        letter-spacing: -0.08px;
    }
}

@media all and (min-width: 0) and (max-width: 640px) {
    main.faculty .faculty-hero.redesign h1 span {
        font-size:1.5rem;
        letter-spacing: -0.64px;
    }
}

main.faculty .faculty-hero ul {
    margin-bottom: 36px;
}

main.faculty .faculty-hero.redesign ul {
    margin-bottom: 28px;
}

@media all and (min-width: 641px) and (max-width: 1023px) {
    main.faculty .faculty-hero.redesign ul {
        margin-bottom: 32px;
    }
}

@media all and (min-width: 0) and (max-width: 640px) {
    main.faculty .faculty-hero.redesign ul {
        margin-bottom: 30px;
    }
}

main.faculty .faculty-hero li {
    font-family: "Libre Franklin", sans-serif;
    font-size: 16px;
    margin-bottom: .5em;
}

@media all and (min-width: 641px) and (max-width: 1023px) {
    main.faculty .faculty-hero li {
        font-size: 18px;
    }
}

@media all and (min-width: 1024px) {
    main.faculty .faculty-hero li {
        font-size: 20px;
    }
}

/* .faculty .faculty-hero li a {
    color: #fff
} */

main.faculty .faculty-hero.redesign li {
    font-size: 1.25rem;
    line-height: 1.25;
    letter-spacing: -.02em;
    font-weight: 400;
    margin-left: 0;
    padding-left: 0;
}

@media all and (min-width: 641px) and (max-width: 1023px) {
    main.faculty .faculty-hero.redesign li {
        margin-bottom: 8px;
    }
}

@media all and (min-width: 0) and (max-width: 640px) {
    main.faculty .faculty-hero.redesign li {
        font-size: 1.125rem;
        line-height: 1.28;
        margin-bottom: 8px;
    }
}

main.faculty .faculty-hero.redesign li a {
    font-family: "benton regular",sans-serif;
    cursor: pointer;
}

main.faculty .faculty-hero.redesign li a:hover {
    text-decoration: underline !important;
}

main.faculty .faculty-hero .button.redesign {
    font-size: 1rem;
    padding: 16px 20px;
    line-height: 16px;
    border-radius: 4px
}

main.faculty .faculty-hero .button.redesign:hover {
    background-color: #460b6f;
    text-decoration: underline !important;
}

@media all and (min-width: 641px) and (max-width: 1023px) {
    main.faculty .faculty-hero .button.redesign {
        font-size:0.875rem;
        padding: 14px 18px;
        line-height: 14px;
    }
}

@media all and (min-width: 0) and (max-width: 640px) {
    main.faculty .faculty-hero .button.redesign {
        font-size:0.875rem;
        padding: 14px 0;
        margin-bottom: 0;
    }
}

main.faculty {
    -webkit-text-size-adjust: 100%;
}

/* override styles.css */
.content-wrapper:has( .faculty) {
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
    padding-left: unset;
    padding-right: unset;
}

.section-content.profile .content:has( .faculty) {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
    padding-left: unset;
    padding-right: unset;
}
  
.profile .styles-2025.inner-wrapper {
	display: flex;
  	flex-direction: row;
  	gap: 40px;
  	max-width: 1200px;
  	margin-left: auto;
  	margin-right: auto;
  	padding-left: 30px;
  	padding-right: 30px;
  	padding-bottom: 20px;
  	padding-top: 60px;
}
@media all and (min-width: 0px) and (max-width: 1023px) {
    .profile .styles-2025.inner-wrapper {
        flex-direction: column;
    }
}
  
.profile .styles-2025.two-column .content {
  display: block;
  /* float: left;
  margin-right: 2.3576516%;
  width: 100%; */
}

/* Faculty Pofile side navigation */
.profile .styles-2025 .sidebar-nav {
  flex: 1;
}

.profile .styles-2025 .sidebar-nav .sidebar-nav__list {
  position: sticky;
  top: 32px;
}

.profile .styles-2025 .profile-buttons {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    margin-top: 32px;
}

@media all and (min-width: 0) and (max-width: 640px) {
    .profile .styles-2025 .profile-buttons {
        flex-direction: column;
        gap: 20px;
    }
}





















