/* =========================================================
   GLOBAL FONT (LIVE SITE)
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

/* =========================================================
   LIVE SITE FIXES (SAFE)
   ========================================================= */

/* Restore live-site nav right alignment */
body:not(.newnav) .navbar-nav {
    margin-left: auto !important;
}

/* Restore live-site footer legal alignment */
body:not(.newnav) .footer-legal {
    text-align: center !important;
    opacity: 0.75 !important;
    display: block !important;
    margin-top: 10px !important;
}

/* =========================================================
   TOP CONTACT BAR (LIVE + NEW)
   ========================================================= */
.header_top {
    background-color: #04233b;
    padding: 12px 0;
}

.header_top .contact_nav {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
}

.header_top .contact_nav a {
    color: #fff;
    display: flex;
    align-items: center;
}

.header_top .contact_nav a i {
    margin-right: 8px;
}

/* =========================================================
   WHITE SPACER BAR (LIVE + NEW)
   ========================================================= */
.header_logo {
    background: #ffffff;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

/* Live site logo size */
.brand-logo {
    height: 100px;
    width: auto;
}

/* =========================================================
   LIVE SITE HEADER (BOOTSTRAP NAV)
   ========================================================= */
.header_section .header_bottom {
    background-color: #ffffff;
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 6px 18px;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

/* =========================================================
   LIVE SITE FOOTER
   ========================================================= */
.footer {
    background-color: #04233b;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 8px;
    padding-bottom: 12px;
    color: #ffffff;
}
