.gov3-alert.gov3-alert--message::before {
    content: "D";
    display: inline-block;
    position: relative;
    padding-top: .125rem;
    color: var(--gov3-color-blue);
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
}

.gov3-alert.gov3-alert--success::before {
    content: "%";
    display: inline-block;
    position: relative;
    padding-top: .125rem;
    color: var(--gov3-color-grey-dark);
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
}

.gov3-alert--success {
    background-color: var(--gov3-color-success);
}

.gov3-alert--success p {
    color: var(--gov3-color-grey-dark);
}

.pvs-menu-overlay+.gov-widget, header+script+.gov-widget {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.pvs-order-handle {
    min-width: unset;
    width: 32px;
    cursor: grab;
}

.pvs-order-handle span {
    display: block;
}

.pvs-order-ghost {
    background-color: var(--gov3-color-blue-inactive-2);
}

.pvs-order-row-grey {
    background-color: var(--gov3-color-grey-bg);
}

.pvs-banner-row {
    background-color: var(--gov3-color-blue-inactive-2);
}

.pvs-banner-row:nth-child(n+4) {
    background-color: var(--gov3-color-grey-bg);
}

.pvs-banner-row:nth-child(n+4) .pvs-active-icon {
    display: none;
}

.pvs-banner-header {
    /*background-color: var(--gov3-color-blue);*/
    position: relative;
}

.pvs-banner-holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pvs-banner-background {
    position: absolute;
    background-color: var(--gov3-color-blue);
    top: 0px;
    height: 55%;
    left: 0px;
    right: 0px;
    z-index: 0;
}

.pvs-banner-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 320px) {
    .pvs-banner {
        flex-grow: 0;
        flex-shrink: 0;
        text-decoration: none;
        transition: background-color 256ms ease-out;
        will-change: background-color;
        z-index: 1;
        margin: 12px;
        position: relative;
    }

    .pvs-banner img {
        width: 290px;
        height: 159px;
    }

    .pvs-banner-title {
        background-color: var(--gov3-color-white);
        position: absolute;
        bottom: 10px;
        height: 66px;
        left: 10px;
        right: 10px;
        text-decoration: none;
        font-size: 1.25rem;
        padding: 10px 24px;
        max-width: 286px;
    }
}

@media (min-width: 1160px) {
    .pvs-banner {
        flex-grow: 0;
        flex-shrink: 0;
        text-decoration: none;
        transition: background-color 256ms ease-out;
        will-change: background-color;
        z-index: 1;
        margin-left: 12px;
        margin-right: 12px;
        margin-top: 12px;
        margin-bottom: 30px;
        height: 230px;
    }

    .pvs-banner-header {
        margin-bottom: -20px;
    }

    .pvs-banner img {
        width: 358px;
        height: 200px;
    }

    .pvs-banner-title {
        background-color: var(--gov3-color-white);
        position: relative;
        top: -40px;
        height: 66px;
        margin-left: 32px;
        margin-right: 32px;
        text-decoration: none;
        font-size: 1.25rem;
        padding: 10px 24px;
        max-width: 286px;
    }
}

.pvs-banner-carousel-button {
    display: inline-block;
    width: 1.25rem;
    height: 0.25rem;
    user-select: none;
    background-color: var(--gov3-color-grey-inactive);
    position: relative;
}

.pvs-banner-carousel-button.pvs-banner-carousel-active {
    background-color: var(--gov3-color-blue);
}

a.pvs-banner:visited .pvs-banner-title {
    color: var(--gov3-color-blue);
}

@media screen and (min-width: 900px) {
    .pvs-banner-carousel {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .pvs-banner-carousel-hidden {
        display: none;
    }

    .pvs-banner-carousel {
        align-content: baseline;
        margin-left: 16px;
        margin-bottom: 8px;
        margin-top: -16px;
    }
}

a.pvs-banner:hover .pvs-banner-title {
    color: var(--gov3-color-grey-dark);
}

.u-mb--05 {
    margin-bottom: 0.3125rem;
}

.gov3-alert--content-success::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: var(--gov3-color-success);
}

.gov3-alert.gov3-alert--content-success::before {
    content: "h";
    display: inline-block;
    position: relative;
    padding-top: .125rem;
    color: var(--gov3-color-success);
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
}

.gov3-alert--content-message::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: var(--gov3-color-blue);
}

.gov3-alert.gov3-alert--content-message::before {
    content: "p";
    display: inline-block;
    position: relative;
    padding-top: .125rem;
    color: var(--gov3-color-blue);
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
}

.pvs-form-article__group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: .9375rem;
    /*max-width: 640px;*/
}

.pvs-form-article__group .gov3-form-control {
    width: 340px;
}

.gov3-content-block {
    position: relative;
    margin-bottom: 2.1875rem;
    padding: 1.875rem 3.125rem;
    background-color: var(--gov3-color-white);
    border-radius: 3px;
}

.gov3-content-block--no-padding {
    position: relative;
    padding: 0;
}

.gov3-content-block hr {
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 1.875rem;
    height: 1px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid var(--gov3-color-grey-inactive);
}

a.gov3-grid-tile .gov3-preview-tile__headline::after {
    content: "F";
    display: inline-block;
    position: absolute;
    right: 0;
    top: -1px;
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
    text-transform: none;
}

ol.pvs-list-alpha {
    counter-reset: gov3-counter-alpha;
    margin-bottom: 0;
    margin-left: 1.3rem;
}

ol.pvs-list-paragraph {
    counter-reset: gov3-counter-paragraph;
    margin-left: 1.4rem;
}

ol.pvs-list-alpha>li::before {
    content: counter(gov3-counter-alpha, lower-alpha) ") " !important;
    counter-increment: gov3-counter-alpha;
    left: -1.3rem;
}

ol.pvs-list-paragraph>li::before {
    content: "("counter(gov3-counter-paragraph, decimal) ") " !important;
    left: -1.3rem;
    counter-increment: gov3-counter-paragraph;
}

.gov3-form-control__label .gov3-tooltip--icon .gov3-icon::before {
    font-size: 0.8rem;
}

.gov3-form-control__label {
    background: none !important;
}

.pvs-cfs-multiselect-select-all {
    float: right;
}

#feedback-form-button {
    position: fixed;
    bottom: 32px;
    background: var(--gov3-color-white);
    right: 32px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

#feedback-form-button .gov3-fixed-trigger__msg {
    display: none;
}

#feedback-form-button:hover .gov3-fixed-trigger__msg {
    display: inline;
}

a.pvs-not-external[target="_blank"]::after {
    content: none;
}

a.pvs-not-external[target="_blank"] {
    margin-right: auto;
}

.pvs-hidden {
    display: none;
}

.pvs-sortable-table-th {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: normal;
    text-decoration: none;
    /*text-transform: uppercase;*/
    color: var(--gov3-color-blue);
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-size: inherit;
    letter-spacing: 0.05em;
    line-height: 1;
    transition: color 150ms ease-in-out;
}

.pvs-sortable-table-th:hover {
    color: var(--gov3-color-black) !important;
    text-decoration: underline;
}

.pvs-sortable-table-th:visited {
    color: var(--gov3-color-blue);
}

.pvs-sortable-table-th-desc::after {
    content: "G";
    display: inline-block;
    position: relative;
    right: 0;
    top: 0.5rem;
    color: var(--gov3-color-blue);
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
    text-transform: none;
    line-height: 0rem;
}

.pvs-sortable-table-th-asc::after {
    content: "H";
    display: inline-block;
    position: relative;
    right: 0;
    top: 0.5rem;
    color: var(--gov3-color-blue);
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
    text-transform: none;
    line-height: 0rem;
}

.pvs-container-wide {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
}

.pvs-header-menu-fe {
    float: right;
    text-align: right;
}

.pvs-cfs-indent {
    margin-left: 2em;
}

.gov-blockquote--warning::after {
    content: "D";
    display: block;
    position: absolute;
    left: 0.9375rem;
    top: 0.625rem;
    bottom: 0;
    color: var(--gov-color-yellow-dark);
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
}

.gov-blockquote--warning::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: var(--gov-color-yellow-dark);
}

.gov-blockquote--warning {
    position: relative;
    margin-bottom: 1.5625rem;
    padding: .9375rem 1.5625rem;
    padding-left: 1.5625rem;
    padding-left: 3.125rem;
    background-color: #fffbd6;
    border: none;
    color: var(--gov-color-grey-mid);
    font-family: "Roboto", sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.gov-tile__title h3 {
    color: var(--gov-tile-main-color, var(--gov-color-primary));
}

button .gov-tooltip {
    color: currentColor;
}

.gov-infobar[variant="primary"] .gov-infobar__content p {
    color: var(--gov-infobar-primary-text-color, var(--gov-color-neutral-white));
}

.gov-infobar[variant="secondary"] .gov-infobar__content p {
    color: var(--gov-infobar-primary-text-color, var(--gov-color-neutral-white));
}

.gov-infobar[variant="success"] .gov-infobar__content p {
    color: var(--gov-infobar-primary-text-color, var(--gov-color-neutral-white));
}

.gov-infobar[variant="warning"] .gov-infobar__content p {
    color: var(--gov-infobar-warning-text-color, var(--gov-color-secondary));
}

.gov-infobar[variant="error"] .gov-infobar__content p {
    color: var(--gov-infobar-warning-text-color, var(--gov-color-neutral-white));
}

.gov-infobar__content p {
    margin-bottom: 0;
}

.pvs-infobar-flex {
    display: flex;
    gap: 1rem;
    padding: 0 1rem;
}

.pvs-infobar-flex .gov-icon {
    flex: 0 0 auto;

}

.pvs-footer-link {
    text-decoration: none;
}

input.pvs-search-results-input {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.gov3-link--standalone {
    text-transform: uppercase;
}

.gov3-link--large.gov3-link--standalone {
    font-size: .875rem;
}

.pvs-menu-dropdown {
    visibility: hidden;
    position: absolute;
    margin: 0 auto !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2000;
    width: 100%;
}

.pvs-menu-dropdown.active {
    visibility: visible;
}

.pvs-menu-overlay {
    display: none;
    background: #00000075;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

.pvs-menu-overlay.active {
    display: block;
}
.gov3-header {
    z-index: 1200;
    position: relative;
}

.rpp-pvs-search-lg {
    width: 330px;
}
.gov3-header__right {
    flex-grow: 1;
}
.pvs-search-grow {
    flex-grow: 1
}
.gov3-header__nav {
    z-index: 1200 !important;
}
.gov3-portal-header__extras{
    display: block;
}
.gov3-header__fixed-items {
    z-index: 1250;
}

[type="text"][aria-disabled="true"], [type="text"]:disabled, [type="password"][aria-disabled="true"], [type="password"]:disabled, [type="date"][aria-disabled="true"], [type="date"]:disabled, [type="datetime"][aria-disabled="true"], [type="datetime"]:disabled, [type="datetime-local"][aria-disabled="true"], [type="datetime-local"]:disabled, [type="month"][aria-disabled="true"], [type="month"]:disabled, [type="week"][aria-disabled="true"], [type="week"]:disabled, [type="email"][aria-disabled="true"], [type="email"]:disabled, [type="number"][aria-disabled="true"], [type="number"]:disabled, [type="search"][aria-disabled="true"], [type="search"]:disabled, [type="tel"][aria-disabled="true"], [type="tel"]:disabled, [type="time"][aria-disabled="true"], [type="time"]:disabled, [type="url"][aria-disabled="true"], [type="url"]:disabled, [type="color"][aria-disabled="true"], [type="color"]:disabled, textarea[aria-disabled="true"], textarea:disabled {
	cursor: not-allowed !important;
	background-color: var(--gov3-color-grey-bg) !important;
	border-color: var(--gov3-color-grey-light) !important;
	color: var(--gov3-color-grey-dark) !important;
}