<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://use.typekit.net/iia0nxx.css");

/* Global styles */

:root {
    --cwf-contain--max-width: 1500px;
    --cwf-accent--background: var(--vcu-gold) !important;
    --cwf-accent--foreground: var(--vcu-black) !important;
}

body {
    background-color: #ffffff;
    color: #2f2f2f !important;
}

html {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-style: normal;
}

h1.cwf-header__department {
    font-weight: 500;
    font-family: "Roboto", sans-serif !important;
}

.display-1 {
    line-height: 1.2;
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 400;
}
@media (min-width: 1400px) {
    .display-1 {
        font-size: 5rem;
    }
}
.display-2 {
    line-height: 1.2;
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 400;
}
@media (min-width: 1400px) {
    .display-2 {
        font-size: 4.5rem;
    }
}
.display-3 {
    line-height: 1.2;
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 400;
}
@media (min-width: 1400px) {
    .display-3 {
        font-size: 4rem;
    }
}
.display-4 {
    line-height: 1.2;
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 400;
}
@media (min-width: 1400px) {
    .display-4 {
        font-size: 3.5rem;
    }
}
.display-5 {
    line-height: 1.2;
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 400;
}
@media (min-width: 1400px) {
    .display-5 {
        font-size: 3rem;
    }
}
.display-6 {
    line-height: 1.2;
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 400;
}
@media (min-width: 1400px) {
    .display-6 {
        font-size: 2.5rem;
    }
}
.display-7 {
    line-height: 1.2;
    font-size: calc(1.25rem + 1vw);
    font-weight: 400;
}
@media (min-width: 1400px) {
    .display-7 {
        font-size: 2rem;
    }
}
.display-8 {
    line-height: 1.5;
    font-size: calc(1rem + 0.5vw);
    font-weight: 400;
}
@media (min-width: 1400px) {
    .display-8 {
        font-size: 1.5rem;
    }
}

table td {
    vertical-align: middle;
}

.container {
    max-width: var(--cwf-contain--max-width);
    margin: 0 auto;
}

.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 825px) {
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 800px;
    }
}

@media (min-width: 1025px) {
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1000px;
    }
}

@media (min-width: 1225px) {
    .container-lg,
    .container-xl {
        max-width: 1200px;
    }
}

@media (min-width: 1425px) {
    .container-xl {
        max-width: 1400px;
    }
}


.cwf-marker:is(p, span, strong, em):not(.h1, .h2, .h3, .h4, .h5, .h6),
.t4_text-primary:is(p, span, strong, em):not(.h1, .h2, .h3, .h4, .h5, .h6) {
    --cwf-marker--color: inherit;
    color: inherit;
    font-weight: 400;
}

.cwf-marker:is(p, span, strong, em):not(.h1, .h2, .h3, .h4, .h5, .h6)::before,
.t4_text-primary:is(p, span, strong, em):not(.h1, .h2, .h3, .h4, .h5, .h6)::before {
    font-family: "Font Awesome 5 Free";
    content: "\f30b";
    font-weight: bold;
}

.list-margin li {
    margin-bottom: 0.5em;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-container {
    position: relative;
    width: 100%;
    height: 35vw;
    overflow: hidden;
    background: #000;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.thumbnail .caption {
    padding: 10px;
    font-size: 0.8em;
    line-height: 1.3;
    color: #333;
}

#loading-icon {
    width: 100px;
    height: 100px;
    margin: 30px auto;
    position: relative;
}

#loading-icon .icon {
    border: 10px solid #ffb300;
    border-top: 10px solid #000;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto;
    font-size: 0.55em;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 186, 0, 0.2);
    border-right: 1.1em solid rgba(255, 186, 0, 0.2);
    border-bottom: 1.1em solid rgba(255, 186, 0, 0.2);
    border-left: 1.1em solid #ffba00;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ececec;
    margin: 2em 0;
    padding: 0;
}

.cwf-button,
.t4_button {
    --cwf-button--background-color: #ffba00;
    --cwf-button--border-color: #ffb300;
    --cwf-button--color: #000;
    --cwf-button--active--background-color: #000;
    --cwf-button--active--color: #fff;
    --cwf-button--hover-focus--background-color: #000;
    --cwf-button--hover-focus--color: #fff;
}

.cwf-button a,
.t4_button a {
    text-decoration: none !important;
}

.cwf-button:hover,
.t4_button a:hover {
    border: 1px solid var(--cwf-button--border-color) !important;
}

.t4_button.d-block a,
.cwf-button.d-block {
    display: block;
    text-align: center;
}

@media (min-width: 1024px) {
    .plugin-card:not(.plugin-card--stacked) .plugin-card--image .plugin-card__container {
        align-items: center;
    }

    .plugin-card:not(.plugin-card--stacked) .plugin-card__media {
        width: 40% !important;
    }
}

.plugin-card--accent .plugin-card__body .t4_button {
    --cwf-button--background-color: #000 !important;
    --cwf-button--border-color: #fff !important;
    --cwf-button--color: #fff !important;
    --cwf-button--active--background-color: #000 !important;
    --cwf-button--hover-focus--background-color: #fff !important;
}

table thead,
table td[data-label]:before {
    background-color: #f7d77b;
    color: #000;
}

@media screen and (max-width: 1024px) {
    table td[data-label]:before {
        background-color: inherit;
        color: #555;
        text-transform: uppercase;
        font-size: 0.55em;
        letter-spacing: 2px;
        left: 5px;
    }

    table td[data-label] {
        padding-top: 40px;
    }
}

blockquote {
    --cwf-blockquote--accent-color: #333;
    --cwf-blockquote__marker--background-color: #ccc;
    --cwf-blockquote__marker--color: #333;
    border-bottom: 3px solid #ffb300;
    border-top: 3px solid #ffb300;
    font-size: 1em;
    margin: 0 0 1rem;
    background: #f2f2f2;
    padding: 0 10px;
}

blockquote p {
    font-style: inherit !important;
    line-height: 1.5 !important;
}

blockquote footer:first-line,
blockquote p:last-child:not(blockquote p:only-child):first-line {
    color: inherit;
    font-style: normal;
    font-weight: 400;
    text-transform: none !important;
}

/* Navigation styles */
.cwf-header__nav a[href="https://egr.vcu.edu/engage/alumni-donors/giving-opportunities/"]:before
{
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    margin-right: 0.25em;
    color: var(--vcu-rust);
}

.cwf-nav__item &gt; .cwf-nav__link:before,
.cwf-nav__toggle:focus,
.cwf-nav__toggle:hover {
    background-color: #ffba00 !important;
}

.cwf-nav__link:focus,
.cwf-nav__link:hover {
    background-color: #ffba00 !important;
    color: #000 !important;
}

@media screen and (max-width: 1024px) {
    .cwf-header__nav .cwf-header__link:focus,
    .cwf-header__nav .cwf-header__link:hover {
        text-decoration: none !important;
        color: #000 !important;
        background: #ffb300 !important;
    }
}

@media screen and (min-width: 1024px) {
    .cwf-nav__list--level-2,
    .cwf-nav__list--level-3 {
        min-width: 300px !important;
    }

    .edge {
        right: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .cwf-grid__column--page-layout.cwf-grid__column--page-layout--subnav {
        order: 2;
    }

    .cwf-nav.cwf-nav--sub.cwf-nav--light &gt; .cwf-nav__container {
        display: block;
        position: relative;
    }
}

/* Main content styles */

main .cwf-breadcrumb__link {
    border: none;
    text-decoration: none;
    color: #555;
    font-size: 0.9em;
}

main .cwf-breadcrumb__item {
    font-size: 0.9em;
}

main .cwf-breadcrumb__toggle {
    color: #555;
    text-decoration: none;
    font-size: 0.9em;
}

main .cwf-breadcrumb__item--has-dropdown .cwf-breadcrumb__link:focus,
main .cwf-breadcrumb__item--has-dropdown .cwf-breadcrumb__link:hover {
    background-color: #ffba00;
    color: #000;
}

main div:not(plugin-card) a {
    --cwf-link--color: #000;
    --cwf-link--active--color: var(--vcu-rust);
    color: var(--cwf-link--color);
    border-bottom: 1px solid;
    border-color: var(--vcu-gold);
    text-decoration: none;
    padding-bottom: 1px;
}

main div:not(plugin-card) a:active,
main div:not(plugin-card) a:hover,
main div:not(plugin-card) a:focus {
    color: var(--vcu-rust);
    text-decoration: none;
    border: none;
}

main div.plugin-card a {
    border-bottom: none;
    text-decoration: underline;
}

main figure:not(.plugin-hero__content) {
    margin: 0;
    padding: 5px;
    border: 1px solid #ececec;
    border-radius: 3px;
}

main figure:not(.plugin-hero__content) img {
    border-radius: 3px;
}

main figcaption:not(.plugin-hero__caption) {
    font-size: 0.8em;
    padding: 0 5px;
    color: #555;
}

main .article-content figure {
    margin: 1em auto;
    padding: 5px;
    border: 1px solid #ececec;
    border-radius: 3px;
    max-width: 800px;
}

@media screen and (max-width: 1024px) {
    main .article-content figure {
        float: none;
        max-width: 100%;
    }
}

.plugin-media-pull-list-item {
    margin-bottom: 8px;
}

.card-title {
    margin-bottom: 10px;
    font-size: 1.3em;
    font-weight: bold;
}

.plugin-tabs {
    --cwf-tabs--inactive-background-color: #ddd !important;
    --cwf-tabs--inactive-color: #000 !important;
}

.plugin-tabs__tab {
    font-weight: bold;
}

.plugin-tabs__tab:focus:before,
.plugin-tabs__tab:focus:hover:before,
.plugin-tabs__tab[tabindex="0"]:before,
.plugin-tabs__tab[tabindex="0"]:hover:before {
    background-color: #ffb300 !important;
}

.plugin-tabs__tab[tabindex="-1"]:hover {
    --cwf-tabs__tab--border-color: #ffb300 !important;
    --cwf-tabs__tab--background-color: #ffb300 !important;
    --cwf-tabs__tab--color: #000 !important;
}

/* Styles for ExpertFile profile cards */

.expert-profile {
    padding: 20px;
    border: 1px solid #ccc;
    text-align: center;
    height: 100%;
}

.expert-profile img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

.expert-profile .expert-name {
    font-size: 1.3em;
    margin-bottom: 10px;
}

.expert-profile .expert-name a {
    font-weight: 700 !important;
    color: var(--vcu-black);
    letter-spacing: -1px;
    text-decoration: none;
    border-bottom: 2px solid var(--vcu-gold);
}

.expert-profile .expert-name a:hover {
    color: #555;
    text-decoration: none;
    border-bottom: 2px solid #555;
}

.expert-profile .expert-title {
    font-weight: 700;
    font-size: 0.9em;
    margin: 0 0 5px;
    padding: 0;
}

.expert-profile .expert-tagline {
    font-size: 0.9em;
    margin: 5px 0;
    padding: 0;
}

/* Styles for new 2025 Google Calendar events feed */

#eventsFeed .event-card {
    display: flex;
    background: #fff;
    border: 1px solid #ececec;
    margin-bottom: 20px;
    flex-direction: row;
}

#eventsFeed .event-content {
    padding: 1em;
    flex-grow: 1;
}

#eventsFeed .event-date-box {
    background: #ffb300;
    color: #000;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    min-width: 150px;
}

#eventsFeed .event-date-box .month {
    font-size: 1em;
    text-transform: uppercase;
}

#eventsFeed .event-date-box .day {
    font-size: 3em;
    line-height: 1;
}

#eventsFeed .event-title {
    font-size: 1.3em;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #ffb300;
    font-weight: 600 !important;
    letter-spacing: -0.5px;
}

#eventsFeed .event-title:hover {
    text-decoration: none;
    border: none;
}

#eventsFeed .event-details {
    font-size: 0.95em;
    color: #333;
    margin-top: 0.8em;
}

#eventsFeed #no-events {
    display: block;
    font-weight: bold;
    margin-top: 1rem;
    color: var(--vcu-rust);
    font-size: 1.2em;
}

#eventsFeed #pagination {
    margin-top: 2rem;
    align-items: center;
    display: flex;
}

#eventsFeed #pagination button {
    background-color: var(--vcu-gold);
    border: none;
    padding: 0.5em 1em;
    margin: 0 5px;
    font-weight: bold;
    min-height: 40px;
}

#eventsFeed #pagination button:hover {
    cursor: pointer;
    background-color: var(--vcu-black);
    color: #fff;
}

#eventsFeed #pagination button[disabled] {
    color: #555;
    cursor: not-allowed;
}

#eventsFeed #pagination button[disabled]:hover {
    background-color: var(--vcu-gold) !important;
}

#eventsFeed #event-filter-init[data-hide-dropdown="true"] ~ #event-filter-wrapper {
    display: none;
}

@media (max-width: 600px) {
    #eventsFeed .event-card {
        flex-direction: column;
        align-items: flex-start;
    }

    #eventsFeed .event-date-box {
        width: 100%;
        border-left: none;
        border-bottom: 4px solid #ffb500;
        flex-direction: row;
        justify-content: flex-start;
        padding: 8px 16px;
        gap: 8px;
    }

    #eventsFeed .event-date-box .month {
        font-size: 1em;
    }

    #eventsFeed .event-date-box .day {
        font-size: 1.5em;
    }
}

#eventsFeed .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#eventsFeed .modal-content {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    max-width: 1000px;
    width: 90%;
    position: relative;
}

#eventsFeed .modal-icon {
    display: inline-block;
    width: 1.25rem;
    text-align: center;
    margin-right: 0.5rem;
}

#eventsFeed #modal-details p {
    margin: 0.5rem 0;
}

/* Styles for Wordpress news feed*/

#postFeed .post .image {
    margin-bottom: 0.5em;
}

#postFeed .post .image a {
    text-decoration: none;
    border: none;
}

#postFeed .post .headline {
    margin-bottom: 0.5em;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.5;
}

#postFeed.homepage .headline {
    font-size: 0.9em;
}

#postFeed .post p:last-child {
    font-size: 0.9em;
    line-height: 1.5;
}

#postFeed.homepage p:last-child {
    display: none !important;
}

.flex-heading {
    display: flex;
    align-items: center;
    margin: 3em 0 0.5em;
}

.flex-heading:first-of-type {
    margin: 0 0 0.5em;
}

.flex-heading * {
    padding: 0 5px;
}

/* Slate form styles */

.form_container input,
.form_container select,
.form_container textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin: 5px 0;
    background: #fff;
    color: #222;
}

.form_container .form_label {
    line-height: 1;
    padding: 0 0 2px 5px;
}

.form_action .form_button_submit,
.action .form_button_submit {
    background: var(--vcu-gold);
    padding: 15px 30px;
    border-radius: 30px;
    border: none;
    font-weight: bold;
}

.form_action .form_button_submit:hover,
.action .form_button_submit:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}

/* Slate form for master's program inquiries */

#form_4ae79d22-d2eb-44b5-bfe4-a324e5b900cc_container {
    max-width: 300px;
    color: #222;
    font-size: 0.8em;
}

#form_4ae79d22-d2eb-44b5-bfe4-a324e5b900cc_container .form_button_submit {
    background: #000;
    padding: 12px 30px;
    border-radius: 30px;
    border: none;
    font-weight: bold;
    color: #fff;
    width: 100%;
}

#form_4ae79d22-d2eb-44b5-bfe4-a324e5b900cc_container .form_button_submit:hover {
    background: #fff;
    color: #000;
}

#form_4ae79d22-d2eb-44b5-bfe4-a324e5b900cc_container input[type="checkbox"] {
    accent-color: white;
}

@media (max-width: 1024px) {
    #form_4ae79d22-d2eb-44b5-bfe4-a324e5b900cc_container {
        max-width: 100%;
    }
}

/*-----------------*/

#tableCOE td,
#tableBME td,
#tableCLSE td,
#tableCS td,
#tableECE td,
#tableMNE td {
    border: none !important;
    padding: 0 !important;
    font-size: 0.8em;
    line-height: 1.5;
}

/* Header Styles */
.cwf-header--dark {
    --cwf-header--background-color: #000 !important;
}

.cwf-header__nav .cwf-header__link {
    text-decoration: none !important;
    font-weight: bold;
    margin: 0 10px;
}

.cwf-header__nav .cwf-header__link:focus,
.cwf-header__nav .cwf-header__link:hover {
    text-decoration: none !important;
    color: #ffba00;
}

.plugin-notification__body {
    margin-right: 0;
}

@media (min-width: 1024px) {
    .cwf-nav--main .cwf-nav__list--level-2,
    .cwf-nav--main .cwf-nav__list--level-3 {
        min-width: 300px;
    }
}

/* Hero styles */
.plugin-hero__content {
    max-width: 1500px !important;
}

/* For Department Heroes */
#deptHero figcaption {
    width: 75%;
}

#deptHero figcaption .title {
    font-size: 1.66em;
    font-weight: bold;
    line-height: 1.2;
}

@media (max-width: 1024px) {
    #deptHero figcaption {
        width: 100%;
    }

    #deptHero figcaption .title {
        font-size: 1.4em;
    }

    #deptHero figcaption img {
        display: none;
    }
}

/* Department video Heroes */
#deptHero {
    background: #000;
}

#deptHero .plugin-hero__content {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border: none;
}

#deptHero video {
    width: 100%;
    height: 30vw;
    transform: scale(1.5);
}

#deptHero .plugin-hero__caption {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 2em;
    position: absolute;
    width: 1300px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 2rem;
}

@media screen and (max-width: 1024px) {
    #deptHero .plugin-hero__caption {
        width: 100%;
        position: relative;
        left: 0;
        transform: none;
        bottom: 0;
    }
}

.cwf-tabs {
    --cwf-tabs--display: flex;
    --cwf-tabs--flex-direction: column;
    --cwf-tabs--align-items: flex-start;
    --cwf-tabs--border-color: #ddd;
    --cwf-tabs--active-color: var(--cwf-accent--foreground, var(--cwf-color--white, #fff));
    --cwf-tabs--inactive-background-color: #f8f8f8;
    --cwf-tabs--inactive-color: #555;
    --cwf-tabs--accent-color: var(--cwf-accent--background, var(--cwf-color--blue, #006894));
    align-items: var(--cwf-tabs--align-items);
    display: var(--cwf-tabs--display);
    flex-direction: var(--cwf-tabs--flex-direction);
    margin-bottom: 1rem;
}

@media (min-width: 1024px) {
    .cwf-tabs--left {
        --cwf-tabs--flex-direction: row;
    }

    .cwf-tabs--left,
    .cwf-tabs--right {
        --cwf-tabs--align-items: stretch;
    }

    .cwf-tabs--right {
        --cwf-tabs--flex-direction: row-reverse;
    }
}

.cwf-tabs__nav {
    --cwf-tabs__nav--position: relative;
    --cwf-tabs__nav--display: flex;
    --cwf-tabs__nav--justify-content: flex-start;
    --cwf-tabs__nav--width: 100%;
    --cwf-tabs__nav--margin: 0 0 -1px 0;
    --cwf-tabs__nav--overflow-x: scroll;
    display: var(--cwf-tabs__nav--display);
    justify-content: var(--cwf-tabs__nav--justify-content);
    margin: var(--cwf-tabs__nav--margin);
    overflow-x: var(--cwf-tabs__nav--overflow-x);
    position: var(--cwf-tabs__nav--position);
    scrollbar-width: none;
    width: var(--cwf-tabs__nav--width);
}

.cwf-tabs__nav::-webkit-scrollbar {
    display: none;
}

@media (min-width: 1024px) {
    .cwf-tabs--left .cwf-tabs__nav {
        --cwf-tabs__nav--margin: 0 -1px 0 0;
    }

    .cwf-tabs--left .cwf-tabs__nav,
    .cwf-tabs--right .cwf-tabs__nav {
        --cwf-tabs__nav--width: auto;
        --cwf-tabs__nav--overflow-x: none;
    }

    .cwf-tabs--right .cwf-tabs__nav {
        --cwf-tabs__nav--margin: 0 0 0 -1px;
    }

    .cwf-tabs--start .cwf-tabs__nav {
        --cwf-tabs__nav--justify-content: flex-start;
    }

    .cwf-tabs--center .cwf-tabs__nav {
        --cwf-tabs__nav--justify-content: center;
    }

    .cwf-tabs--end .cwf-tabs__nav {
        --cwf-tabs__nav--justify-content: flex-end;
    }
}

.cwf-tabs__tabs {
    --cwf-tabs__tabs--display: flex;
    --cwf-tabs__tabs--flex-direction: row;
    --cwf-tabs__tabs--align-self: flex-start;
    --cwf-tabs__tabs--align-items: flex-end;
    align-items: var(--cwf-tabs__tabs--align-items);
    align-self: var(--cwf-tabs__tabs--align-self);
    display: var(--cwf-tabs__tabs--display);
    flex-direction: var(--cwf-tabs__tabs--flex-direction);
}

@media (min-width: 1024px) {
    .cwf-tabs--left .cwf-tabs__tabs {
        padding-left: 0.5rem;
    }

    .cwf-tabs--left .cwf-tabs__tabs,
    .cwf-tabs--right .cwf-tabs__tabs {
        --cwf-tabs__tabs--flex-direction: column;
        --cwf-tabs__tabs--align-self: center;
    }

    .cwf-tabs--right .cwf-tabs__tabs {
        --cwf-tabs__tabs--align-items: flex-start;
        padding-right: 0.5rem;
    }

    .cwf-tabs--start .cwf-tabs__tabs {
        --cwf-tabs__tabs--align-self: flex-start;
    }

    .cwf-tabs--center .cwf-tabs__tabs {
        --cwf-tabs__tabs--align-self: center;
    }

    .cwf-tabs--end .cwf-tabs__tabs {
        --cwf-tabs__tabs--align-self: flex-end;
    }
}

.cwf-tabs__tab {
    --cwf-tabs__tab--flex-shrink: 0;
    --cwf-tabs__tab--max-width: 75%;
    --cwf-tabs__tab--padding: 1rem 1.5rem;
    --cwf-tabs__tab--border-width: 1px;
    --cwf-tabs__tab--border-style: solid;
    background-color: var(--cwf-tabs__tab--background-color);
    border-color: var(--cwf-tabs__tab--border-color);
    border-style: var(--cwf-tabs__tab--border-style);
    border-width: var(--cwf-tabs__tab--border-width);
    color: var(--cwf-tabs__tab--color);
    flex-shrink: var(--cwf-tabs__tab--flex-shrink);
    font-family: var(--cwf-font--sans-serif, inherit);
    max-width: var(--cwf-tabs__tab--max-width);
    padding: var(--cwf-tabs__tab--padding);
}

@media (min-width: 1024px) {
    .cwf-tabs--left .cwf-tabs__tab,
    .cwf-tabs--right .cwf-tabs__tab {
        --cwf-tabs__tab--max-width: auto;
    }
}

.cwf-tabs__tab[tabindex="-1"] {
    --cwf-tabs__tab--border-color: var(--cwf-tabs--inactive-background-color) var(--cwf-tabs--inactive-background-color)
        var(--cwf-tabs--border-color) var(--cwf-tabs--inactive-background-color);
    --cwf-tabs__tab--background-color: var(--cwf-tabs--inactive-background-color);
    --cwf-tabs__tab--color: var(--cwf-tabs--inactive-color);
}

@media (min-width: 1024px) {
    .cwf-tabs--left .cwf-tabs__tab[tabindex="-1"] {
        --cwf-tabs__tab--border-color: var(--cwf-tabs--inactive-background-color) var(--cwf-tabs--border-color)
            var(--cwf-tabs--inactive-background-color) var(--cwf-tabs--inactive-background-color);
    }

    .cwf-tabs--left .cwf-tabs__tab[tabindex="-1"],
    .cwf-tabs--right .cwf-tabs__tab[tabindex="-1"] {
        width: 100%;
    }

    .cwf-tabs--right .cwf-tabs__tab[tabindex="-1"] {
        --cwf-tabs__tab--border-color: var(--cwf-tabs--inactive-background-color)
            var(--cwf-tabs--inactive-background-color) var(--cwf-tabs--inactive-background-color)
            var(--cwf-tabs--border-color);
    }
}

.cwf-tabs__tab[tabindex="-1"]:hover {
    --cwf-tabs__tab--border-color: var(--cwf-tabs--accent-color);
    --cwf-tabs__tab--background-color: var(--cwf-tabs--accent-color);
    --cwf-tabs__tab--color: var(--cwf-tabs--active-color);
}

.cwf-tabs__tab:focus,
.cwf-tabs__tab:focus:hover,
.cwf-tabs__tab[tabindex="0"],
.cwf-tabs__tab[tabindex="0"]:hover {
    --cwf-tabs__tab--padding: 1.5rem 1.5rem 1rem 1.5rem;
    --cwf-tabs__tab--border-color: var(--cwf-tabs--border-color) var(--cwf-tabs--border-color)
        var(--cwf-color--white, #fff) var(--cwf-tabs--border-color);
    --cwf-tabs__tab--background-color: transparent;
    --cwf-tabs__tab--color: unset;
    position: relative;
}

@media (min-width: 1024px) {
    .cwf-tabs--left .cwf-tabs__tab:focus,
    .cwf-tabs--left .cwf-tabs__tab:focus:hover,
    .cwf-tabs--left .cwf-tabs__tab[tabindex="0"],
    .cwf-tabs--left .cwf-tabs__tab[tabindex="0"]:hover {
        --cwf-tabs__tab--padding: 1rem 1.5rem 1rem 2rem;
        --cwf-tabs__tab--border-color: var(--cwf-tabs--border-color) var(--cwf-color--white, #fff)
            var(--cwf-tabs--border-color) var(--cwf-tabs--border-color);
    }

    .cwf-tabs--left .cwf-tabs__tab:focus,
    .cwf-tabs--left .cwf-tabs__tab:focus:hover,
    .cwf-tabs--left .cwf-tabs__tab[tabindex="0"],
    .cwf-tabs--left .cwf-tabs__tab[tabindex="0"]:hover,
    .cwf-tabs--right .cwf-tabs__tab:focus,
    .cwf-tabs--right .cwf-tabs__tab:focus:hover,
    .cwf-tabs--right .cwf-tabs__tab[tabindex="0"],
    .cwf-tabs--right .cwf-tabs__tab[tabindex="0"]:hover {
        width: calc(100% + 0.5rem);
    }

    .cwf-tabs--right .cwf-tabs__tab:focus,
    .cwf-tabs--right .cwf-tabs__tab:focus:hover,
    .cwf-tabs--right .cwf-tabs__tab[tabindex="0"],
    .cwf-tabs--right .cwf-tabs__tab[tabindex="0"]:hover {
        --cwf-tabs__tab--padding: 1rem 2rem 1rem 1.5rem;
        --cwf-tabs__tab--border-color: var(--cwf-tabs--border-color) var(--cwf-tabs--border-color)
            var(--cwf-tabs--border-color) var(--cwf-color--white, #fff);
    }
}

.cwf-tabs__tab:focus:before,
.cwf-tabs__tab:focus:hover:before,
.cwf-tabs__tab[tabindex="0"]:before,
.cwf-tabs__tab[tabindex="0"]:hover:before {
    background-color: var(--cwf-tabs--accent-color);
    content: "";
    display: block;
    height: 0.5rem;
    left: -1px;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
}

@media (min-width: 1024px) {
    .cwf-tabs--left .cwf-tabs__tab:focus:before,
    .cwf-tabs--left .cwf-tabs__tab:focus:hover:before,
    .cwf-tabs--left .cwf-tabs__tab[tabindex="0"]:before,
    .cwf-tabs--left .cwf-tabs__tab[tabindex="0"]:hover:before,
    .cwf-tabs--right .cwf-tabs__tab:focus:before,
    .cwf-tabs--right .cwf-tabs__tab:focus:hover:before,
    .cwf-tabs--right .cwf-tabs__tab[tabindex="0"]:before,
    .cwf-tabs--right .cwf-tabs__tab[tabindex="0"]:hover:before {
        height: calc(100% + 2px);
        width: 0.5rem;
    }

    .cwf-tabs--right .cwf-tabs__tab:focus:before,
    .cwf-tabs--right .cwf-tabs__tab:focus:hover:before,
    .cwf-tabs--right .cwf-tabs__tab[tabindex="0"]:before,
    .cwf-tabs--right .cwf-tabs__tab[tabindex="0"]:hover:before {
        left: calc(100% - 0.5rem + 1px);
    }
}

.cwf-tabs__tab:focus:before {
    z-index: -1;
}

.cwf-tabs__panel {
    border: var(--cwf-tabs__panel--border);
    display: var(--cwf-tabs__panel--display);
    min-width: var(--cwf-tabs__panel--min-width);
    padding: var(--cwf-tabs__panel--padding);
}

.cwf-tabs__panel[aria-hidden="true"] {
    --cwf-tabs__panel--display: none;
}

.cwf-tabs__panel[aria-hidden="false"] {
    --cwf-tabs__panel--display: block;
    --cwf-tabs__panel--min-width: 100%;
    --cwf-tabs__panel--padding: 1.5rem;
    --cwf-tabs__panel--border: 1px solid var(--cwf-tabs--border-color);
}

.cwf-tabs__panel[aria-hidden="false"] &gt; :first-child {
    margin-top: 0 !important;
}

.cwf-tabs__panel[aria-hidden="false"] &gt; :last-child {
    margin-bottom: 0 !important;
}

.cwf-tabs__panel[aria-hidden="false"] &gt; :first-child {
    padding-top: 0 !important;
}

.cwf-tabs__panel[aria-hidden="false"] &gt; :last-child {
    padding-bottom: 0 !important;
}

.cwf-tabs__panel[aria-hidden="false"] ol,
.cwf-tabs__panel[aria-hidden="false"] ul {
    padding-left: 1rem;
}

.cwf-tabs__panel[aria-hidden="false"] ol ol,
.cwf-tabs__panel[aria-hidden="false"] ol ul,
.cwf-tabs__panel[aria-hidden="false"] ul ol,
.cwf-tabs__panel[aria-hidden="false"] ul ul {
    padding-left: 1.25rem;
}

@media (min-width: 1024px) {
    .cwf-tabs--left .cwf-tabs__panel[aria-hidden="false"],
    .cwf-tabs--right .cwf-tabs__panel[aria-hidden="false"] {
        --cwf-tabs__panel--min-width: 0;
        flex: 1;
    }
}

.cwf-tabs__panel:focus {
    z-index: 1;
}

/* Footer Styles */

.cwf-area--footer a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid var(--vcu-gold);
}

.cwf-area--footer a:hover {
    color: var(--vcu-rust);
    border-bottom: none;
}

.dept-logos img {
    max-width: 30px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.dept-logos p {
    margin-bottom: 10px !important;
}

.dept-logos a {
    text-decoration: none;
}

.dept-logos a:hover {
    color: #fff;
}
</pre></body></html>