/* -- Header v2 ------------------------------------------------ */

.hdr.v2 {
    --hdr-lg-sp: 80;
    --hdr-lg-sp-lpt: 30;
    --hdr-nv-sp: 40;
    --hdr-nv-sp-lpt: 10;

    overflow: visible;

    .lg-bx {
        overflow: visible;
        padding-bottom: 0;
    }

    .tp-lg {
        padding-bottom: 0;
        position: relative;
        z-index: 2;
    }

    /* -- Top hat (announcement banner) ------------------------ */

    .ann-bnr {

        .ann-cta-lbl {
            font-weight: 400;
        }

        li strong {
            font-weight: 700;
        }

        /* Secondary nav links */
        .sec-nv a {
            white-space: nowrap;
            opacity: 1;
            text-decoration: none;
        }

        /* Social icons in top hat */
        .so-lk {
            --so-i-s: 1.33rem;
        }
    }

    /* -- Desktop ---------------------------------------------- */

    @media screen and (width >= 1280px) {
        .tp-lg {
            margin: -2.05rem 0 -1.89rem 0;
        }

        .nv > ul > li:last-child .fly-nv {
            left: auto;
            right: 0;
        }
    }
}