a {
    color: #005ea2;
    text-decoration: underline;
}
a:active {
    color: #162e51;
}
a:visited {
    color: #54278f;
}
a:hover {
    color: #1a4480;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    color: #162e51;
}
h5, h6 {
    font-size: 1rem;
}

.grid-container-desktop-lg, .maxw-desktop-lg {
    max-width: 1536px;
}
.usa-logo__text {
    font-size: 2em;
    color: #162e51;
}
.usa-prose .usa-process-list>.usa-process-list__item {
    max-width: unset;
}
.usa-nav__primary button[aria-expanded=true] {
    background-color: unset;
    color: #565c65;
}
a.text-white {
    color: white;
}
a.text-white:hover {
    color: white;
}
a.text-white:active {
    color: white;
}
a.text-white:visited {
    color: white;
}
a.text-black {
    color: black;
}
a.text-black:hover {
    color: black;
}
a.text-black:active {
    color: black;
}
a.text-black:visited {
    color: black;
}
a.text-primary-darker {
    color: #162e51;
}
a.text-primary-darker:active {
    color: #162e51;
}
a.text-primary-darker:visited {
    color: #162e51;
}
a.text-no-underline:hover {
    text-decoration: none;
}
.usa-link--no-visited:visited {
    color: #005ea2;
}
.help-center-banner {
    background-image: url(../img/helpcenter_star_mobile.webp);
    background-size: cover;
    background-position: center;
    margin: 0;
}
.hero-bg-gradient {
    background-image: linear-gradient(#d9e8f6, white);
}
.usa-nav__primary-item {
    margin: 0;
}
.usa-prose .gap-bottom, .usa-prose .gap-bottom > li:not(:last-child) {
    margin-bottom: 1rem;
}
.usa-card-group--hiringpath .usa-card__heading {
    font-weight: 400;
    font-size: 1.4rem;
    font-family: inherit;
}
.usa-card-group--hiringpath .usa-card__container {
    display: flex;
    flex-direction: row;
    border: none;
    border-radius: 0.175rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    padding: 1rem 1rem 1rem 0.7rem;
    min-height: 7rem;
    font-size: 1rem;
}
.usa-card-group--hiringpath .usa-card>a {
    text-decoration: none;
}
.usa-card-group--hiringpath .usa-card__container:hover {
    box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
}
.usa-card-group--hiringpath .usa-card__header,
.usa-card-group--hiringpath .usa-card__body {
    padding: 0;
    margin: 0;
}
button[data-letter] {
    background-color: #dfe1e2;
    border: none;
    border-radius: 0.25rem;
    padding: 0.75rem 0.25rem;
    font-weight: bold;
    color: #1b1b1b;
    cursor: pointer;
    margin: 0.25rem 3px;
    width: 2rem;
}
button[data-letter].active {
    background-color: #f0f0f0;
    cursor: default;
}
button[data-letter]:disabled {
    background-color: #a9aeb1;
    cursor: not-allowed;
}

@media (min-width: 40em) {
    .help-center-banner {
        background-image: url(../img/helpcenter_star_desktop.webp);
    }
    .tablet\:text-center {
        text-align: center;
    }
    .tablet\:text-left {
        text-align: left;
    }
    .tablet\:left-6 {
        left: 3rem;
    }
}
.usa-nav__primary>.usa-nav__primary-item>a {
    display: flex;
}
@media (min-width: 64em) {
    .usa-nav__primary>.usa-nav__primary-item>a {
        display: flex;
    }
}
.facebook-color{
    color:#316FF6;
}
.top-4{
    top:2rem;
}
.usa-icon--size-14 {
    height: 7rem;
    width: 7rem;
}
.top-neg-5 {
    top: -2.5rem;
}
.hidden {
    visibility: hidden;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .max-h-64 {
    max-height: 16rem;
}
.aspect-ratio-16-9 {
    aspect-ratio: 16 / 9;
}