/* ==========================================================================
   TECHNOLOGY RESOURCES PAGE CSS
   ========================================================================== */
/* Quick Links */
.gold-bord-card h2:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0c1";
    color: var(--vcu-rust);
    display: block;
    font-size: 2rem;
    margin: 0 auto 1rem;
}
.gold-bord-card h2 {
    text-align: center;
}
/* Contact PharTech */
.contact {
    text-align: center;
}
.contact h3:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--vcu-black);
    display: block;
    font-size: 2rem;
    margin-bottom: .5rem;
}
.ticket h3:before {
    content: "\f390";
}
.email h3:before {
    content: "\f0e0";
}
.emer h3:before {
    content: "\f095";
}
@media (min-width: 768px) {
    .contact {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
    .gold-card .plugin-card__body {
        padding: 1.5rem 1rem 2rem;
    }
}
@media (min-width: 1280px) and (max-width: 1360px) {
    .contact {
        display: initial;
    }
}
/* Staff Directory */
.ofc-directory {
    margin: 2rem auto;
}