/* ===============================
   GLOBAL
================================= */

body.nv-news-site {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
}

/* headings */
body.nv-news-site h1,
body.nv-news-site h2,
body.nv-news-site h3 {
    font-weight: 700;
}

/* body text */
body.nv-news-site p {
    font-weight: 400;
}

/* ===============================
   HEADER
================================= */

.nv-news-header {
    position: sticky;
    top: 0;
    z-index: 1100;
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    box-shadow:
        rgba(0, 0, 0, 0.2) 0px 2px 4px -1px,
        rgba(0, 0, 0, 0.14) 0px 4px 5px 0px,
        rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.nv-news-header-inner,
.nv-news-container {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-grow: 1;
    height: 75.6px;
    width: 100%;
    margin: 0;
    padding: 0 16px;
    gap: 0;
}

/* ===============================
   LOGO
================================= */

.nv-news-logo {
    position: relative;
    width: 120px;
    height: 70px;
    flex: 0 0 auto;
    margin: 0;
}

.nv-news-logo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 120px;
    height: 70px;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    object-fit: contain;
    overflow: clip;
}

/* ===============================
   LEFT NAV
================================= */

.nv-news-main-nav {
    display: flex;
    align-items: center;
    margin-left: 0;
    gap: 0;
    height: 40px;
}

.nv-news-main-nav > * {
    display: flex;
    align-items: center;
}

/* Managed Lifecycle */
.nv-news-main-nav > a:first-child,
.nv-news-main-nav > a:first-child:visited {
    display: block;
    height: 40px;
    line-height: 24px;
    margin-left: 32px;
    padding: 0;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.15008px;
    color: rgba(0, 0, 0, 0.87) !important;
    text-decoration: none;
    text-transform: none;
}

.nv-news-main-nav > a:first-child:hover,
.nv-news-main-nav > a:first-child:focus {
    color: rgba(0, 0, 0, 0.87) !important;
    text-decoration: none;
}

.nv-news-main-nav > a:first-child,
.nv-news-main-nav > a:first-child:visited,
.nv-news-main-nav > a:first-child:hover,
.nv-news-main-nav > a:first-child:focus,
.nv-news-main-nav > a:first-child:active {
    display: block;
    height: 40px;
    line-height: 40px;
    margin-left: 32px;
    padding: 0;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.15008px;
    text-transform: none;

    color: rgba(0, 0, 0, 0.87) !important;
    text-decoration: none !important;

    background: transparent;
    border: none;
    box-shadow: none;
}

/* separator */
.nv-news-nav-separator {
    margin-left: 8px;
    margin-right: 8px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 18px;
    line-height: 1;
}

/* Solutions trigger */
.nv-news-dropdown {
    position: relative;
    margin-left: 0;
}

.nv-news-nav-separator {
    margin-left: 8px;
    margin-right: 8px;
    color: rgba(0, 0, 0, 0.38);
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
}

.nv-news-dropdown-toggle,
.nv-news-dropdown-toggle:visited,
.nv-news-dropdown-toggle:hover,
.nv-news-dropdown-toggle:focus,
.nv-news-dropdown-toggle:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 40px;
    min-width: 64px;
    padding: 6px 8px;
    margin-left: 0;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.45712px;
    text-align: center;
    text-transform: none;

    color: rgb(19, 90, 134) !important;
    background-color: rgba(19, 90, 134, 0.02);
    text-decoration: none !important;

    border: none;
    border-radius: 4px;
    box-shadow: none;

    transition:
        background-color 0.25s,
        box-shadow 0.25s,
        border-color 0.25s,
        color 0.25s;
}

.nv-news-dropdown-toggle:hover,
.nv-news-dropdown-toggle:focus {
    background-color: rgba(19, 90, 134, 0.08);
    color: rgb(19, 90, 134) !important;
}

.nv-news-caret {
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
}

.nv-news-caret svg {
    width: 18px;
    height: 18px;
    fill: rgb(19, 90, 134);
}

.nv-news-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    min-width: 260px;
    z-index: 1200;
}

.nv-news-dropdown-menu a,
.nv-news-dropdown-menu a:visited {
    display: block;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 400;
    color: #244a67 !important;
    text-decoration: none;
    background: #fff;
}

.nv-news-dropdown-menu a:hover,
.nv-news-dropdown-menu a:focus {
    background: #f5f7fa;
    color: #1e73be !important;
    text-decoration: none;
}

.nv-news-dropdown:hover .nv-news-dropdown-menu {
    display: block;
}

/* ===============================
   RIGHT NAV
================================= */

.nv-news-right-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0;
}

/* LOGIN */
body.nv-news-site a.nv-news-login-link,
body.nv-news-site a.nv-news-login-link:visited,
body.nv-news-site a.nv-news-login-link:hover,
body.nv-news-site a.nv-news-login-link:focus,
body.nv-news-site a.nv-news-login-link:active {
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 24.5px;
    letter-spacing: 0.4px;
    text-transform: uppercase;

    color: rgb(19, 90, 134) !important;
    background-color: rgba(19, 90, 134, 0.02);

    padding: 6px 8px;
    margin-left: 0;

    min-width: 64px;
    height: 36.5px;

    border-radius: 4px;
    border: none;
    box-shadow: none;

    text-decoration: none !important;

    transition:
        background-color 0.25s,
        color 0.25s;
}

body.nv-news-site a.nv-news-login-link:hover {
    background-color: rgba(19, 90, 134, 0.06);
}

/* CONTACT US */
body.nv-news-site a.nv-news-btn,
body.nv-news-site a.nv-news-btn:visited,
body.nv-news-site a.nv-news-btn:hover,
body.nv-news-site a.nv-news-btn:focus,
body.nv-news-site a.nv-news-btn:active {
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 24.5px;
    letter-spacing: 0.4px;
    text-transform: uppercase;

    color: rgb(255, 255, 255) !important;
    background-color: rgb(19, 90, 134);

    padding: 6px 16px;
    margin-left: 16px;

    min-width: 64px;
    height: 36.5px;

    border-radius: 4px;
    border: none;

    text-decoration: none !important;

    box-shadow:
        rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
        rgba(0, 0, 0, 0.14) 0px 2px 2px 0px,
        rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;

    transition:
        background-color 0.25s,
        box-shadow 0.25s,
        border-color 0.25s,
        color 0.25s;
}

body.nv-news-site a.nv-news-btn:hover {
    background-color: rgb(16, 77, 114);
}

/* ===============================
   HERO
================================= */

body.nv-news-site .nv-news-hero h1 {
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    font-size: 64px;
    line-height: 75px;
    font-weight: 500 !important;
    margin: 0 0 24px;
    padding: 0;
    letter-spacing: 0;
}

body.nv-news-site .nv-news-hero p {
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    font-size: 32px;
    line-height: 48px;
    font-weight: 400 !important;
    font-style: italic;
    margin: 0;
}

/* ===============================
   GLOBAL LINK SAFETY
================================= */

body.nv-news-site a:not(.nv-news-btn),
body.nv-news-site a:not(.nv-news-btn):visited {
    text-decoration: none;
}

body.nv-news-site a:not(.nv-news-btn):hover,
body.nv-news-site a:not(.nv-news-btn):focus {
    text-decoration: none;
}

/* ===============================
   MOBILE
================================= */

@media (max-width: 991px) {
    .nv-news-header-inner {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .nv-news-main-nav,
    .nv-news-right-nav {
        flex-wrap: wrap;
        gap: 12px;
        margin-left: 0;
    }

    .nv-news-main-nav > a:first-child {
        margin-left: 16px;
    }

    .nv-news-nav-separator {
        margin-left: 6px;
        margin-right: 6px;
    }
} 

/* ===============================
   FOOTER PROMO BAND
================================= */

.nv-news-footer-promo {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 390px; /* instead of fixed height */
    padding: 64px 0;

    background-image: linear-gradient(
        180deg,
        rgb(0, 65, 101) 0%,
        rgb(135, 159, 255) 100%
    );

    color: #fff;
    text-align: center;
}

.nv-news-footer-promo-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.nv-news-footer-promo h2 {
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 36px;
    font-weight: 600;
    line-height: 43.2px;
    letter-spacing: -0.3px;
    margin: 0 0 6px;
    color: #fff;
    text-align: center;
    padding-bottom: 0px;
}

.nv-news-footer-promo p {
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;

    color: rgba(255, 255, 255, 0.9);

    width: 100%;
    max-width: 500px;
    margin: 0 auto 6px;
    padding: 0;

    text-align: center;
}

/* promo button */
.nv-news-footer-promo-btn,
.nv-news-footer-promo-btn:visited,
.nv-news-footer-promo-btn:hover,
.nv-news-footer-promo-btn:focus,
.nv-news-footer-promo-btn:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;

    min-width: 220px;
    height: 36.5px;
    padding: 6px 16px;

    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.35px;
    text-transform: uppercase;

    color: #fff !important;
    background-color: rgb(19, 90, 134);
    text-decoration: none !important;

    border: none;
    border-radius: 4px;

    box-shadow:
        rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
        rgba(0, 0, 0, 0.14) 0px 2px 2px 0px,
        rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;

    transition:
        background-color 0.25s,
        box-shadow 0.25s,
        border-color 0.25s,
        color 0.25s;
}

.nv-news-footer-promo-btn:hover,
.nv-news-footer-promo-btn:focus {
    background-color: rgb(16, 77, 114);
}

.nv-news-footer-promo-arrow {
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 991px) {
    .nv-news-footer-promo {
        height: auto;
        padding: 64px 20px;
    }
}


/* ===============================
   FOOTER PROMO HIGHLIGHT (ORANGE)
================================= */

.nv-news-footer-promo-inner > span {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;

    color: rgb(248, 166, 56);
    display: block;
    margin-bottom: 4px;
}

.nv-news-footer-promo h2 {
    font-family: Roboto, Helvetica, Arial, sans-serif !important;

    font-size: 36px;
    font-weight: 600;

    line-height: 43.2px;
    letter-spacing: -0.3px; /* 🔥 critical */

    margin: 0 0 12px;
    color: #fff;

    text-align: center;
}


/* ===============================
   FOOTER LINKS AREA
================================= */

.nv-news-footer-links {
    background: #f3f3f3;
    padding: 42px 0 28px;
}

.nv-news-footer-links-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 12px;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 80px;
    align-items: start;
}

.nv-news-footer-col h4 {
    margin: 0 0 14px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.87);
}

.nv-news-footer-col p,
.nv-news-footer-col li {
    margin: 0 0 8px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.87);
}

.nv-news-footer-col p + p {
    margin-top: 10px;
}

.nv-news-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nv-news-footer-col a,
.nv-news-footer-col a:visited {
    color: rgb(19, 90, 134);
    text-decoration: none;
}

.nv-news-footer-col a:hover,
.nv-news-footer-col a:focus {
    color: rgb(16, 77, 114);
    text-decoration: none;
}

/* ===============================
   FOOTER BOTTOM
================================= */

.nv-news-footer-bottom {
    background: #f3f3f3;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.nv-news-footer-bottom-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 14px 12px;
    text-align: center;

    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.7);
}

/* ===============================
   MOBILE
================================= */

@media (max-width: 991px) {
    .nv-news-footer-links-inner {
        grid-template-columns: 1fr;
        row-gap: 28px;
    }
}