.usaj-hidden {
	display: none !important;
}

.usa-alert[aria-hidden=true] {
    display: none !important;
}

.field-validation-error {
    color: #cd2026;
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    padding-bottom: 3px;
    padding-top: 3px;
}

select[disabled] {
    background-color: #ebebe4;
}

.disabled-link {
    opacity: 0.4;
    pointer-events: none;
}

.no-padding {
    padding: 0;
}

@media screen and (min-width: 62em) {
    .show-on-mobile {
        display: none;
    }

    .show-on-desktop {
        display: inline-block;
    }
}

@media screen and (max-width: 61.999em) {
    .show-on-mobile {
        display: inline-block;
    }

    .show-on-desktop {
        display: none !important;
    }
}

.no-margin {
    margin: 0;
}

.branded-banner {
    display: flex;
}

.branded-banner img {
    height: auto;
    width: 100%;
}

.branded-banner a {
    display: inherit;
    width: 100%;
}


/*# sourceMappingURL=bundle-help-center.css.map*/