/* ==========================================================================
   PHARM.D. ACADEMIC CALENDAR PAGE
   ========================================================================== */

/* Jump Links */

.jump p.h3:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    content: "\f358";
    color: var(--vcu-rust);
    margin-right: .25rem;
}

/* Subheadings */

.plugin-general-content h3 {
    padding-top: 0;
}

/* Tables */

.plugin-general-content table caption {
    color: var(--vcu-rust);
}
@media (min-width: 1024px) {
  	.plugin-general-content table tr:nth-child(even) {
    	background-color: #efefef;
	}
    .plugin-general-content thead > tr > th:first-of-type {
        width: 33%;
    } 
}
.plugin-general-content thead > tr {
    background: var(--vcu-gold);
}

/* Questions? */

.gold-bord-card h2:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f059";
    color: var(--vcu-rust);
    display: block;
    font-size: 3rem;
    margin: 0 auto 1.5rem;
}
.gold-bord-card h2 {
    text-align: center;
}