body[data-county="usa"] {
    /* Stars & Stripes: navy field, red accent, white text. */
    --hs-primary: #3C3B6E;
    --hs-accent: #B22234;
    --hs-accent-2: #B22234;
    --hs-link: #B22234;
    /* Banner gif ends in the legacy green; match it so the fill is seamless. */
    --hs-header-bg: #107B3E;
}

body[data-county="usa"] #header {
    background-image: url(/styles/images/head/usa.gif);
}
