  .quote {
    position: relative;
    z-index: 1
}

.quote.quote--white-bkg {
    background-color: #fff
}

.quote.quote--has-image .quote__long-quote {
    margin-bottom: 1.5rem
}

.quote.quote--has-image .quote__icon-container {
    top: 12.625rem
}

.faculty-spotlight .quote .quote__name,.faculty-spotlight .quote .quote__scholar-program,.faculty-spotlight .quote .quote__title {
    font-size: clamp(.75rem,1.25vw,1rem);
    line-height: 1.5
}

.faculty-spotlight .quote .quote__long-quote {
    font-size: clamp(1rem,2vw,2rem);
    line-height: 1.5;
    margin: 0 0 2.5rem;
    padding: 1.25rem 0 0
}

.faculty-spotlight .quote .quote__long-quote svg {
    height: .5rem;
    top: -.375rem;
    width: .5rem
}

.faculty-spotlight .quote .quote__icon-container {
    height: 2.625rem;
    width: 2.625rem
}

.faculty-spotlight .quote .quote__icon-container svg {
    height: 2.625rem;
    width: 2.625rem
}

@media screen and (min-width: 48em) {
    .faculty-spotlight .quote .quote__name,.faculty-spotlight .quote .quote__scholar-program,.faculty-spotlight .quote .quote__title {
        line-height:1.75
    }

    .faculty-spotlight .quote .quote__long-quote {
        margin-bottom: 2rem;
        padding-top: 2rem
    }

    .faculty-spotlight .quote .quote__long-quote svg {
        height: .75rem;
        top: -.75rem;
        width: .75rem
    }

    .faculty-spotlight .quote .quote__icon-container {
        height: 4rem;
        width: 4rem
    }

    .faculty-spotlight .quote .quote__icon-container svg {
        height: 4rem;
        width: 4rem
    }
}

@media screen and (min-width: 64em) {
    .quote {
        padding-left:2rem
    }

    .quote.quote--has-image {
        padding-left: 0
    }

    .quote.quote--has-image .quote__profile {
        margin-right: 5rem;
        float: left;
        position: relative
    }

    .quote.quote--has-image .quote__cite,.quote.quote--has-image .quote__long-quote {
        clear: right;
        float: right;
        position: relative;
        width: calc(100% - 16.375rem)
    }

    .quote.quote--has-image .quote__icon-container {
        left: 14.5rem;
        top: 0
    }

    .faculty-spotlight .quote {
        padding-left: 0
    }

    .faculty-spotlight .quote .quote__icon-container {
        left: -2rem
    }
}

.quote__profile {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 11.375rem;
    margin-bottom: 1.25rem;
    height: 11.375rem;
    width: 11.375rem
}

@media screen and (min-width: 64em) {
    .quote__profile {
        margin-bottom:0;
        margin-top: 2rem
    }
}

.quote__cite,.quote__long-quote {
    color: #2e262a
}

.quote__long-quote {
    border: 0;
    font-family: "Libre Franklin",Helvetica,Arial,sans-serif;
    font-size: clamp(1rem,1.25vw,1.25rem);
    font-style: italic;
    line-height: 1.75;
    margin: 0 0 .75rem 0;
    padding: 2rem 0 0
}

.quote__long-quote svg {
    color: inherit;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    height: .75rem;
    left: .5rem;
    position: relative;
    top: -.75rem;
    width: .75rem
}

.quote__cite {
    font-size: 0
}

.quote__name,.quote__scholar-program,.quote__title {
    font-size: .875rem;
    line-height: 1.5;
    display: block
}

.quote__name {
    font-family: "Libre Franklin",Helvetica,Arial,sans-serif;
    text-transform: uppercase
}

.quote__scholar-program,.quote__title {
    font-family: "Libre Franklin",Helvetica,Arial,sans-serif
}

.quote__icon-container {
    display: inline-block;
    height: 4rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 4rem;
    z-index: -1
}

.quote__icon-container svg {
    color: #e2ded7;
    fill: #e2ded7;
    height: 4rem;
    width: 4rem
}
.icon-left-quote {
    color: #222;
    fill: #222;
}