.virginialearns {
    font-weight: 900 !important;
    color: #4e69b2 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
    color: #000000;
}

.btn-primary {
    background-color: #4e69b2;
}

.desc2 {
    font-weight: 400;
    font-size: 20px;
    color: #000000
}

.mx-accordion .card-header h5 a.acc-btn[aria-expanded=true]::before {
    content: "↑";
    color: #fff;
}

.mx-accordion .card-header h5 a.acc-btn::before {
    content: "↓";
    color: #000;
}

.job {
    font-size: .75em;
    font-style: italic;
}

.mx-accordion .card-header h5 a.acc-btn[aria-expanded=true] {
    background: #4e69b2;
    color: #fff;
}