.grid-container-widescreen-xl {
    padding: 0 1rem;
    max-width: 95rem;
    margin: 0px auto;
}
.subnav {
    padding: 1rem 0;
}
.subnav li a {
    color: #005ea2;
    text-decoration: none;
    font-size: .88rem;
    text-align: center;
}

.subnav li a:visited {
    color: #005ea2;
    text-decoration: none;
}
.sticky-subnav {
    position: sticky;
    top: 0;
    z-index: 1;
    border-bottom: 1px solid #dfe1e2;
    background-color: rgba(255, 253, 253, 0.933);
}

.detail-subnav-mobile {
    background-color: rgba(255, 253, 253, 1);
    z-index: 1;
}
.detail-subnav-mobile a {
    display: block;
    padding: 1rem;
    text-decoration: none;
}
.detail-subnav-mobile a:visited {
    color: #005ea2;

}
.last-card-row {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)) !important;
}
@media screen and (min-width: 1024px) {
    .last-card-row {
        grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)) !important;
    }
}
.usa-card-group {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
}
@media screen and (min-width: 1400px) {
    .usa-card-group {
        grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    }
}
@media screen and (min-width: 1024px) {
    .usa-card-group {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }
}

section[id] {
    scroll-margin-top: 72px;
    margin-bottom: 2rem;
 }
 .usa-card__header .title {
    font-size: 1.3rem !important;
}	
.fancybox-slide--iframe .fancybox-content {
    height: 1486px !important;
    max-width  : 100%;
    max-height : 100%;
}
.iframe-fh{
    height: 100vh !important;
}
.usa-card__container{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.usa-card {
    margin-bottom: 0 !important;
}
.usa-card:last-child {
    margin-bottom: 0 !important;

}
@media (min-width: 40em) {
    .usa-card:last-child {
        margin-bottom: 0 !important;

    }
}