/* ==========================================================================
   FACULTY AND STAFF LAYOUT ONE PAGE
   ========================================================================== */
.facstaff {
    background: var(--vcu-black);
    padding: 1rem;
    margin-top: 2rem;
}
.facstaff .plugin-card {
    border-top: .5rem solid var(--vcu-gold);
    --cwf-card--border-color: none;
    box-shadow: none;
}
.facstaff .plugin-card__body {
    padding: 1rem 1.5rem 1.5rem;
}
.facstaff h2 {
    text-align: center;
}
.facstaff h2:before {
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--vcu-rust);
    display: block;
    font-size: 3rem;
}
.topten h2:before {
    content: "\f06d";
}
.academic h2:before {
    content: "\f19c";
}
.tech h2:before {
    content: "\f5fc";
}
.print h2:before {
    content: "\f02f";
}
.library h2:before {
    content: "\f02d";
}
.hr h2:before {
    content: "\f328";
}