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

.site-main-menu>ul>li>a {
font-size: 12px;
font-weight: 500;
line-height: 1.375;
display: block;
padding: 29px 17px;
color: #000000;
}

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: 18px;
    font-style: italic;
}

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

input.webform-button--submit {
  background-color: #4e69b2;
  color: white;
  border: none;
}

input.webform-button--submit:hover{
  background: #4e69b2;
}

.webform-submission-subscribe-form .alert {
  display: none;
}

.form-item--error-message {
  color: #ff3c00;
  font-style: italic;
}

body {
    font-size: 18px;
}

.d-none {
display: block!important;
}

@media only screen and (max-width: 767px) {
.intro1-section {
background-image: none!important;
background-color: #fff !important;
}
    
    .site-main-menu>ul>li>a {
font-size: 10px;
font-weight: 500;
line-height: 1.375;
display: block;
padding: 10px 6px;
}
    
    .header-right {
        display: none;
    }
    
    }

