.county-header {
    color: #fff;
    z-index: 9999;


    &.ch-blue {
        background-color: #004c66;
    }

    &.ch-gray {
        background-color: #545252;
    }

    &.ch-black {
        background-color: #222222;
    }

    &.ch-blue,
    &.ch-gray {
        .county-logo img {
            transform: scale(.9) translateX(-5%);
        }

        .county-header-inner {
            padding-top: 10px;
            padding-bottom: 10px;

            @media(max-width: 576px) {
                padding-top: 16px;
                padding-bottom: 16px;
            }

            @media(max-width: 1200px) {
                line-height: 16px;
            }
        }
    }

    &.ch-white {
        color: #000;
        background-color: #fff;

        &::after {
            display: block;
            width: 100%;
            height: 8px;
            content: "";
            background-color: #00879d;
            background-image: url(./images/wavy-bar.jpg);
            background-repeat: no-repeat;
            background-position: center; 
        }

        .county-header-inner {


            .divider {
                border-color: rgba(0, 0, 0, .2);
            }

            .connect-link {
                color: #007797;
            }

            .weather-icon {
                filter: grayscale(100%) brightness(0);
            }
        }
    }

    .county-header-inner {
        font-size: 14px;
        font-weight: 700;
        height: 64px;

        .divider {
            width: 1px;
            height: 22px;
            border: solid #fff 1px;
        }

        .weather-icon {
            filter: grayscale(100%) brightness(100%);
        }

        .air-icon,
        .weather-icon {
            margin-right: 6px;
        }
    
    }

    @media(max-width: 576px) {
        .connect-link {
            font-size: 10px;
            line-height: 12px;
        }

        .air-box {
            gap: 6px;
        }

        svg {
            width: 14px;
        }
     }
}
nav.header {
    top: 64px;

    @media(max-width: 576px) {
        top: 56px;
    }
}
