.cwf-header__nav .cwf-header__link[href*="give.vcu.edu"]:before {
    --iwh-icon--font-family: "Font Awesome 6 Free";
    --iwh-icon--color: #ff0000;
    --iwh-icon: "\f4be";
}

.cwf-header__nav .cwf-header__link:is([href*="give.vcu.edu"]):before {
    --iwh-icon--margin-right: 0.25rem;
    text-rendering: auto;
    color: var(--iwh-icon--color, inherit);
    content: var(--iwh-icon);
    font-family: var(--iwh-icon--font-family, "Font Awesome 6 Free");
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    margin-right: var(--iwh-icon--margin-right);
	display: inline-block;
}

.cwf-header__nav .cwf-header__link:is([href*="give.vcu.edu"]) {
    text-decoration: none;
    font-weight: bold;
}
.cwf-header__nav .cwf-header__link:is([href*="give.vcu.edu"]):focus,
.cwf-header__nav .cwf-header__link:is([href*="give.vcu.edu"]):hover {
    text-decoration: underline !important;
    font-weight: bold;
}

.cwf-header__features--nav-modal .cwf-header__link:is([href*="give.vcu.edu"]):focus,
.cwf-header__features--nav-modal .cwf-header__link:is([href*="give.vcu.edu"]):hover {
    text-decoration: none !important;
}

h1.cwf-header__department > a.cwf-header__link {
    font-size: 2.25rem;
    font-weight: 700;
}


