/* ==========================================================================
    RESEARCH PAGE CSS
========================================================================== */
.cwf-grid.research {
    margin-top: 2rem;
}
@media (min-width: 768px) {
    .cwf-grid.research {
    	--cwf-grid--grid-template-columns: repeat(auto-fit,minmax(var(--cwf-grid__column--min-width),1fr));
    }
}
.research h2 {
    text-align: center;
    text-wrap: balance;
    line-height: 1.5;
}
.research h2:before {
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--vcu-rust);
    display: block;
    font-size: 3rem;
}
.projects h2:before {
    content: "\f201";
}
.pubs h2:before {
    content: "\f02d";
}