/* ==========================================================================
    PH.D. IN PHARMACEUTICAL SCIENCES PAGE CSS
========================================================================== */
.clock p.h6:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    content:"\f017";
    margin-right: .25rem;
    margin-left: .1rem;
    color: var(--vcu-gold);
}
/* Careers in Pharmaceutical Sciences footer */
.ps-foot h2 {
    text-align: center;
}
.ps-foot h2::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--vcu-gold);
    display: block;
    font-size: 3rem;
    content: '\e4f3';
    margin: 1rem auto 2rem;
}
.ps-foot p.t4_button {
    display: grid;
    margin-top: 0;
}
.ps-foot p.t4_button a {
    padding-bottom: .5rem !important;
    place-self: center;
}
.ps-foot .plugin-card__body {
    padding: 3rem 1.5rem;
}
