#ng_header.w_image.site-header--navigation-only {
    min-height: 6.875rem;
    background: rgb(7 105 160);
}
.location-hub {
    --hub-accent: #ef7b00;
    --hub-blue: #0769a0;
    --hub-ink: #17212b;
    --hub-muted: #5a6672;
    --hub-panel: #f2f5f8;
    --hub-line: #dbe2e8;
    background: #fff;
    color: var(--hub-ink);
}
.location-breadcrumb,
.location-hub__intro,
.location-hub__section,
.location-hub__contact {
    width: min(72rem, calc(100% - 2rem));
    margin-inline: auto;
}
.location-breadcrumb {
    padding-top: 1.15rem;
    font-size: .92rem;
}
.location-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
.location-breadcrumb li + li::before {
    content: "›";
    margin-right: .45rem;
    color: #7a8792;
}
.location-hub__intro {
    padding-block: clamp(3rem, 7vw, 5.5rem) clamp(2.5rem, 6vw, 4.5rem);
}
.location-hub__eyebrow,
.location-hub__number,
.location-hub__label {
    color: var(--hub-blue);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.location-hub__intro h1 {
    max-width: 52rem;
    margin: .65rem 0 1.25rem;
    color: var(--hub-ink);
    font-size: clamp(2.25rem, 6vw, 4.5rem);
    line-height: 1.05;
    text-wrap: balance;
}
.location-hub__intro > p:not(.location-hub__eyebrow) {
    max-width: 50rem;
    margin: 0;
    color: var(--hub-muted);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.75;
}
.location-hub__jumpnav {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin-top: 1.75rem;
}
.location-hub__jumpnav a {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    padding: .55rem .95rem;
    border: 1px solid #aebbc6;
    border-radius: 999px;
    color: var(--hub-ink);
    font-weight: 700;
    text-decoration: none;
}
.location-hub__jumpnav a:hover,
.location-hub__jumpnav a:focus-visible {
    border-color: var(--hub-blue);
    color: var(--hub-blue);
}
.location-hub__section {
    padding-block: clamp(3rem, 7vw, 5.5rem);
    border-top: 1px solid var(--hub-line);
}
.location-hub__section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 32rem);
    gap: 2rem;
    align-items: end;
    margin-bottom: 2rem;
}
.location-hub__section h2 {
    margin: .55rem 0 0;
    color: var(--hub-ink);
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    line-height: 1.15;
}
.location-hub__section-heading p {
    margin: 0;
    color: var(--hub-muted);
    line-height: 1.7;
}
.location-hub__featured-list {
    display: grid;
    gap: 2rem;
}
.location-hub__featured {
    display: grid;
    grid-template-columns: minmax(13rem, 28%) minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--hub-line);
    border-radius: .75rem;
    background: var(--hub-panel);
}
.location-hub__featured figure {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    height: 100%;
    margin: 0;
    background: #dfe4e8;
}
.location-hub__featured picture,
.location-hub__featured img {
    display: block;
    width: 100%;
    height: 100%;
}
.location-hub__featured picture {
    min-height: 0;
}
.location-hub__featured img {
    min-height: 0;
    object-fit: cover;
}
.location-hub__featured figcaption {
    padding: .55rem .75rem;
    color: var(--hub-muted);
    background: #fff;
    font-size: .78rem;
    line-height: 1.35;
}
.location-hub__featured-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(1rem, 2vw, 1.4rem);
}
.location-hub__featured h3 {
    margin: 0 0 .65rem;
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    line-height: 1.15;
}
.location-hub__featured h3 a {
    color: var(--hub-ink);
}
.location-hub__featured p {
    margin: 0 0 .7rem;
    color: var(--hub-muted);
    font-size: .95rem;
    line-height: 1.48;
}
.location-hub__featured-content > :last-child {
    margin-bottom: 0;
}
.location-hub__link {
    color: var(--hub-blue);
    font-weight: 800;
    text-underline-offset: .2em;
}
.location-hub__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.location-hub__grid--continents {
    grid-template-columns: 1fr;
}
.location-hub__card {
    min-height: 100%;
    padding: 1.5rem;
    border: 1px solid var(--hub-line);
    border-radius: .65rem;
    background: #fff;
}
.location-hub__card--primary {
    border-top: .3rem solid var(--hub-blue);
}
.location-hub__card h3 {
    margin: 0 0 .65rem;
    color: var(--hub-ink);
    font-size: 1.35rem;
    white-space: normal;
}
.location-hub__card p {
    margin: 0;
    color: var(--hub-muted);
    line-height: 1.65;
}
.location-hub__contact-wrap {
    padding: clamp(3rem, 7vw, 5.5rem) 1rem;
    background: var(--hub-panel);
}
.location-hub__contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
}
.location-hub__contact h2 {
    margin: 0 0 .65rem;
    color: var(--hub-ink);
    font-size: clamp(1.6rem, 3vw, 2.25rem);
}
.location-hub__contact p {
    max-width: 46rem;
    margin: 0;
    color: var(--hub-muted);
    line-height: 1.7;
}
.location-hub__contact-links {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    min-width: 16rem;
}
.location-hub__contact-links a {
    color: var(--hub-blue);
    font-weight: 800;
}
.hub-footer-locations {background: #17324d; color: #fff; padding: 3rem 1rem;}
.hub-footer-locations > .wrapper {display: block; margin: 0 auto; max-width: 80rem;}
.hub-footer-locations h2, .hub-footer-locations h3 {color: #fff;}
.hub-footer-locations a {color: #fff;}
.hub-footer-grid {display: grid; gap: 1.5rem; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 2rem;}
.hub-footer-grid ul {list-style: none; margin: 0; padding: 0;}
.hub-footer-grid li {margin: .45rem 0;}
@media (min-width: 861px) {
    .location-hub__featured .location-hub__link {white-space: nowrap;}
}
@media (max-width: 860px) {
    .location-hub__section-heading,
    .location-hub__featured,
    .location-hub__contact {grid-template-columns: 1fr;}
    .location-hub__featured figure {height: auto;}
    .location-hub__featured picture,
    .location-hub__featured img {height: auto;}
    .location-hub__featured img {aspect-ratio: 3 / 2;}
    .location-hub__contact-links {min-width: 0;}
    .hub-footer-grid {grid-template-columns: 1fr 1fr;}
}
@media (max-width: 560px) {
    .location-hub__grid {grid-template-columns: minmax(0, 1fr);}
    .hub-footer-grid {grid-template-columns: 1fr;}
}
