/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
USWDS THEME CUSTOM STYLES
----------------------------------------
Minor edits to the PSPVR Page
From Tabs to Responsive Template
----------------------------------------
*/
p {
    line-height: 1.6;
}

.resp-tab-active,
.resp-tab-content {
    border-radius: 3px;
}

.resp-tabs-list li {
    font-size: 1rem;
}

.listspace {
    line-height: 1.6;
}

.grid-container-widescreen-xl {
    padding: 0 9rem !important;
}
.subnav {
    padding: 0 0 !important;
}
.subnav li a {
    font-size: 1.2rem !important;
}

.usa-tabs__link {
    color: #005ea2;
}
@media (max-width: 768px) {
    .usa-tabs__link.usa-current {
        border-color: #fff;
        background-color: #ffffff;
    }
}
@media (max-width: 768px) {
    .usa-tabs__link {
        border: 2px solid #fff !important;
        background-color: #fff !important;
    }
}