html main.faculty ol, html main.faculty ul {
    list-style: none;
    list-style-type: none;
}

* {
    background-repeat: no-repeat;
    position: relative;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

@media all and (min-width: 0) and (max-width: 640px) {
    a[href*='tel:'] {
        color:#93c;
    }

    a[href*='tel:'] span {
        color: #333;
    }
}

body {
    min-height: 100%;
    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) {
  .hero-container {
      margin:0 auto;
  }
}
.hero-container {
    max-width: 1280px;
    margin: 0 6%;
}
.description a {
    font-family: "benton medium",sans-serif;
    color: #fff;
    text-decoration: underline;
}

@media all and (min-width: 1024px) {
    .description {
        text-align:left;
        width: 50%;
        float: left;
    }
}

@media all and (min-width: 641px) and (max-width: 1023px) {
    .description {
        width: 50%;
    }

    .center .description {
        width: 100%;
    }
}

@media all and (min-width: 0) and (max-width: 640px) {
    .faculty .description {
        padding-top: 1em;
    }
}

@media all and (min-width: 0) and (max-width: 640px) and (min-width: 0) and (max-width: 640px) {
    .faculty .description {
        padding-top: 15px;
    }
}

.faculty {
    font-size: 16px;
}

@media all and (min-width: 1024px) {
    .faculty {
        font-size: 18px;
    }
}

.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) {
    .faculty .faculty-img__container {
        height: 300px;
      	min-height: 300px;
        position: static;
    }
}

.faculty .faculty-img__img {
    opacity: 1;
    height: 100%;
    width: 100%
}

.faculty .faculty-img__img--hero {
    position: absolute;
    background-size: cover;
    background-position: 100% 25%;
}

@media only screen and (min-width: 1921px) {
    .faculty .faculty-img__img--hero {
        background-position:100% 20%;
    }
}

@media all and (min-width: 641px) and (max-width: 1023px) {
    .faculty .faculty-img__img--hero {
        background-size:auto 100%;
        background-position: 85% 0%;
    }
}

@media all and (min-width: 0) and (max-width: 640px) {
    .faculty .faculty-img__img--hero {
        position:relative;
        background-size: auto 130%;
        background-position: 100% -45%;
        -webkit-filter: blur(0) !important;
        width: 120%;
        left: calc(-33% + 67px);
        top: -72px;
        height: calc(100% + 90px)
    }
}

.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;
}

.faculty .faculty-hero li a {
    color: #fff;
}

@media all and (min-width: 0) and (max-width: 640px) {
    .faculty .faculty-hero {
        text-align: center;
        min-height: 0;
        padding: 0;
        background: #f7f7f7;
        color: #333;
        border-bottom: 1px solid #ececec;
    }

    .faculty .faculty-hero h1 span {
        display: block;
    }

    .faculty .faculty-hero li a {
        color: #333;
    }
}

.faculty .hero__description-container {
    margin-bottom: 98px;
}

@media (min-width: 1470.54545455px) {
    .faculty .hero__description-container {
        width: 100%;
    }
}

@media all and (min-width: 641px) and (max-width: 1023px) {
    .faculty .hero__description-container {
      margin-bottom: 64px;
    }
}

@media all and (min-width: 0) and (max-width: 640px) {
    .faculty .hero__description-container {
      margin-bottom: 0;
      color: #000;
    }
}

.faculty .faculty-hero.redesign {
    min-height: 579px;
    padding: 98px 0 0;
}

@media all and (min-width: 1024px) {
    .faculty .faculty-hero.redesign .description {
        float: none;
    }
}

@media all and (min-width: 641px) and (max-width: 1023px) {
    .faculty .faculty-hero.redesign {
        min-height:526px;
        padding: 64px 0 0;
    }

    .faculty .faculty-hero.redesign .description {
        width: 50%;
    }

    .faculty .faculty-hero.redesign .description h1 {
        letter-spacing: -0.1px;
    }

    .faculty .faculty-hero.redesign .center {
        text-align: left;
    }
}

@media all and (min-width: 0) and (max-width: 640px) {
    .faculty .faculty-hero.redesign {
      height: unset;  
      min-height: 0;
      padding: 0;
    }
}

.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) {
    .faculty .faculty-hero.redesign h1 {
        line-height: 1.05;
        color: #fff;
    }
}

@media all and (min-width: 641px) and (max-width: 1023px) {
    .faculty .faculty-hero.redesign h1 {
        margin-bottom:16px;
        font-size: 2.125rem;
        color: #fff;
    }
}

@media all and (min-width: 0) and (max-width: 640px) {
    .faculty .faculty-hero.redesign h1 {
        margin-bottom:15px;
        font-size: 1.875rem;
        color: #000;
    }
}

.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) {
    .faculty .faculty-hero.redesign h1 span {
        font-size: 1.6875rem;
        letter-spacing: -0.08px;
    }
}

@media all and (min-width: 0) and (max-width: 640px) {
    .faculty .faculty-hero.redesign h1 span {
        font-size:1.5rem;
        letter-spacing: -0.64px;
    }
}

.faculty .faculty-hero ul {
    margin-bottom: 36px;
}

.faculty .faculty-hero.redesign ul {
    margin-bottom: 28px;
}

@media all and (min-width: 641px) and (max-width: 1023px) {
    .faculty .faculty-hero.redesign ul {
        margin-bottom: 32px;
    }
}

@media all and (min-width: 0) and (max-width: 640px) {
    .faculty .faculty-hero.redesign ul {
        margin-bottom: 30px;
    }
}

.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) {
    .faculty .faculty-hero li {
        font-size: 18px;
    }
}

@media all and (min-width: 1024px) {
    .faculty .faculty-hero li {
        font-size: 20px;
    }
}

/* .faculty .faculty-hero li a {
    color: #fff
} */

.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) {
    .faculty .faculty-hero.redesign li {
        margin-bottom: 8px;
    }
}

@media all and (min-width: 0) and (max-width: 640px) {
    .faculty .faculty-hero.redesign li {
        font-size: 1.125rem;
        line-height: 1.28;
        margin-bottom: 8px;
    }
}

.faculty .faculty-hero.redesign li a {
    font-family: "benton regular",sans-serif;
    cursor: pointer;
}

.faculty .faculty-hero.redesign li a:hover {
    text-decoration: underline !important;
}

.faculty .faculty-hero .button.redesign {
    font-size: 1rem;
    padding: 16px 20px;
    line-height: 16px;
    border-radius: 4px
}

.faculty .faculty-hero .button.redesign:hover {
    background-color: #460b6f;
    text-decoration: underline !important;
}

@media all and (min-width: 641px) and (max-width: 1023px) {
    .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) {
    .faculty .faculty-hero .button.redesign {
        font-size:0.875rem;
        padding: 14px 0;
        margin-bottom: 0;
    }
}

body {
    height: 100%;
}

@media all and (min-width: 1024px) {
    body {
        height:auto;
        min-height: 1px;
    }
}

html {
    -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;
}
  
.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) {
    .styles-2025.inner-wrapper {
        flex-direction: column;
    }
}
  
.styles-2025.two-column .content {
  display: block;
  /* float: left;
  margin-right: 2.3576516%;
  width: 100%; */
}

.faculty .styles-2025 .sidebar-nav {
  flex: 1;
}






