/* Loaded after the compiled theme styles on the homepage template only. */
.home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    background: #f5f7f9;
}
.home-hero--photo-only { grid-template-columns: minmax(0, 1fr); }
.home-hero__photo {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: flex-end;
    min-height: 620px;
    min-width: 0;
    background: #00437e;
}
.home-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -2;
}
.home-hero__photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(0, 30, 57, .85));
    z-index: -1;
}
.home-hero__caption { width: 100%; padding: 40px; }
.home #main .home-hero .entry-content {
    position: static;
    width: auto;
    padding: 0;
    color: #fff;
    font-size: 22px;
    text-align: left;
    line-height: 1.4;
}
.home #main .home-hero .entry-content strong { font-size: 36px !important; }
.home-hero__news { padding: 42px 48px; min-width: 0; align-self: center; }
.home-hero__eyebrow {
    color: #526477;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.home-hero__heading h2 {
    font-family: 'Oswald', sans-serif;
    color: #00437e;
    font-size: 42px;
    line-height: 1.15;
    margin: 0 0 26px;
}
.home-hero__update { padding: 22px 0; border-top: 1px solid #d4dfe7; }
.home-hero__update:last-child { padding-bottom: 0; }
.home-hero__category {
    margin: 0 0 9px;
    font-size: 12px;
    font-weight: 700;
    color: #005c91;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
.home-hero__update h3 { margin: 0; font-family: 'Oswald', sans-serif; font-size: 24px; line-height: 1.3; }
.home-hero__update h3 a { display: flex; justify-content: space-between; gap: 18px; color: #00365e; text-decoration: none; overflow-wrap: anywhere; }
.home-hero__update h3 a:hover { color: #006da8; text-decoration: underline; }
.home-hero a:focus-visible { outline: 3px solid #0075b5 !important; outline-offset: 5px; }
.home-hero__arrow { flex-shrink: 0; color: #0075b5; }
.home-hero__event-date { margin: 10px 0 0; color: #005c91; font-size: 13px; font-weight: 700; line-height: 1.5; }
.home-hero__excerpt { color: #4d5c68; font-size: 15px; line-height: 1.6; margin: 10px 0 0; overflow-wrap: anywhere; }
@media (min-width: 1600px) {
    .home-hero__news { padding: 56px 72px; }
    .home-hero__photo { min-height: 700px; }
}
@media (max-width: 991px) {
    .home-hero { grid-template-columns: minmax(0, 1fr); }
    .home-hero__photo { min-height: 520px; }
    .home-hero__news { padding: 36px; }
}
@media (max-width: 540px) {
    .home-hero__photo { min-height: 420px; }
    .home-hero__caption, .home-hero__news { padding: 28px 22px; }
    .home #main .home-hero .entry-content { font-size: 20px !important; }
    .home #main .home-hero .entry-content strong { font-size: 30px !important; }
    .home-hero__heading h2 { font-size: 36px; }
}
