/*   <style>
       * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color: #222;
    background: #fff;
}

.site-header {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    background: #fff;
    border-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 12px 18px -18px rgba(0, 0, 0, 0.35);
    background-image: url('/soscommonstyle/Header2k25/Images/header-seal-main.png'); 
    background-repeat: no-repeat; 
    background-position: left bottom; 
    background-size: contain;
    background-color: #ffffff; 
    border-radius: 0px 0px 100px 100px;
}

.header-top {
    max-width: 1200px;
    width: 100% !important;
    display: flex;
    align-items:center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 10px 10px 10px;
}


.right-container{
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 30px;
    justify-content: space-between;
}

.brand img {
    height: 122px;
    display: block;
    object-fit: contain;
}

.quick-nav {
    margin-left: auto;
    display: flex;
    gap: 18px;
    align-items: center;
    font-size: 15px;
}

.quick-nav a {
    text-decoration: none;
    color: #2b2b2b;
    opacity: 0.95;
    padding: 6px 4px;
}
#top_buttons {
    display: flex;
    flex-direction: row;  
    justify-content: flex-start;
    align-items: center;
    gap: 10px; 
    flex-wrap: nowrap; 
    padding: 10px;
}
.search-pill {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 50px;
    padding: 6px 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    height: 40px; 
}

.search-pill .srch-text {
    font-weight: 600;
    font-size: 15px;
    color: #1f313a;
    margin-right: 10px;
}


.search-pill .search-btn {
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 6px;
    margin-left: 10px;
    line-height: 1;
}

*/
/*.container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 16px;
}
.wrap {
  max-width: 1200px; 
  margin: 0 auto;    
  padding: 0 16px;   
}

.divider {
    height: 1px;
    background-color: #888; 
    margin: 40px auto 12px;
    width: 90%;
    max-width: 1400px;
}
*/
/*
.main-nav {
    max-width: 1180px;
    margin: 10px auto 18px auto;
    display: flex;
    justify-content: center;
    gap: 36px;
    padding: 8px 18px;
    border-top: none;
    align-items: center;
    flex-wrap: wrap;
}

.main-nav a {
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    color: #0b2240;
    font-weight: 600;
    letter-spacing: 0.6px;
    font-size: 18px;
}

a:focus,
button:focus {
    outline: 3px solid rgba(30, 144, 255, 0.14);
    outline-offset: 2px;
    border-radius: 4px;
}

@media (max-width: 920px) {
    .quick-nav {
        display: none;
    }

    .search-pill {
        margin-left: auto;
    }

    .brand img {
        height: 60px;
    }

    .main-nav a {
        font-size: 15px;
        gap: 18px;
    }
}

@media (max-width: 520px) {
    .header-top {
        padding: 8px 12px;
    }

    .brand img {
        height: 48px;
    }

    .search-pill {
        min-width: 120px;
        padding: 6px 10px;
        font-size: 13px;
    }

    .main-nav {
        gap: 14px;
        padding: 6px 12px;
    }

    .main-nav {
        font-size: 13px;
    }
}
</style >*/

<style>
.sos-header-2025 *,
.sos-header-2025 *::before,
.sos-header-2025 *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*html, body {
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color: #222;
    background: #fff;
}
*/
/* HEADER WRAPPER */
.sos-header-2025.site-header {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    background: #fff;
    border-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 12px 18px -18px rgba(0, 0, 0, 0.35);
    background-image: url('/soscommonstyle/Header2k25/Images/header-seal-main.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    border-radius: 0 0 100px 100px;
}

/* HEADER TOP BAR */
.sos-header-2025 .header-top {
    max-width: 1200px;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    /*padding: 20px 10px 10px 10px;*/
    padding: 5px 10px 0px 10px;
}

/* RIGHT CONTAINER */
.sos-header-2025 .right-container {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 30px;
    justify-content: space-between;
}

/* LOGO */
.sos-header-2025 .brand img {
    height: 122px;
    display: block;
    object-fit: contain;
}

/* QUICK NAV */
.sos-header-2025 .quick-nav {
    margin-left: auto;
    display: flex;
    gap: 18px;
    align-items: center;
    font-size: 15px;
}

    .sos-header-2025 .quick-nav a {
        text-decoration: none;
        color: #2b2b2b;
        opacity: 0.95;
        padding: 6px 4px;
    }

/* TOP BUTTONS */
.sos-header-2025 #top_buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    padding: 10px;
}

/* SEARCH PILL BUTTONS */
.sos-header-2025 .search-pill {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 50px;
    padding: 6px 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    height: 40px;
}

    .sos-header-2025 .search-pill .srch-text {
        font-weight: 600;
        font-size: 15px;
        color: #1f313a;
        margin-right: 10px;
    }

    .sos-header-2025 .search-pill .search-btn {
        background: transparent;
        border: none;
        font-size: 18px;
        cursor: pointer;
        padding: 6px;
        margin-left: 10px;
        line-height: 1;
    }

/* LAYOUT */
.sos-header-2025 .container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 16px;
}

.sos-header-2025 .wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

/* DIVIDER LINE */
/*.sos-header-2025 .divider {
    height: 1px;
    background-color: #888;
    margin: 40px auto 12px;
    width: 90%;
    max-width: 1400px;
}*/
.sos-header-2025 .divider {
    height: 1px !important;
    background-color: #888 !important;
    /*margin: 40px auto 12px !important;*/
    margin: 5px auto 5px !important;
    width: 90% !important;
    max-width: 1400px !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}


/* MAIN NAVIGATION */
.sos-header-2025 .main-nav {
    max-width: 1180px;
    /*margin: 10px auto 18px auto;*/
    margin: 5px auto 5px auto;
    display: flex;
    justify-content: center;
    gap: 36px;
    /* padding: 8px 18px;*/
    align-items: center;
    flex-wrap: wrap;
}

    .sos-header-2025 .main-nav a {
        font-family: "Poppins", sans-serif;
        text-decoration: none;
        color: #0b2240;
        font-weight: 600;
        letter-spacing: 0.6px;
        /*font-size: 18px;*/
        font-size: 14px;
    }

/* ACCESSIBILITY */
.sos-header-2025 a:focus,
.sos-header-2025 button:focus {
    outline: 3px solid rgba(30, 144, 255, 0.14);
    outline-offset: 2px;
    border-radius: 4px;
}

/* TABLET RESPONSIVE */
@media (max-width: 920px) {
    .sos-header-2025 .quick-nav {
        display: none;
    }

    .sos-header-2025 .search-pill {
        margin-left: auto;
    }

    .sos-header-2025 .brand img {
        height: 60px;
    }

    .sos-header-2025 .main-nav a {
        font-size: 15px;
        gap: 18px;
    }
}

/* MOBILE RESPONSIVE */
@media (max-width: 520px) {
    .sos-header-2025 .header-top {
        padding: 8px 12px;
    }

    .sos-header-2025 .brand img {
        height: 48px;
    }

    .sos-header-2025 .search-pill {
        min-width: 120px;
        padding: 6px 10px;
        font-size: 13px;
    }

    .sos-header-2025 .main-nav {
        gap: 14px;
        padding: 6px 12px;
    }

        .sos-header-2025 .main-nav a {
            font-size: 13px;
        }
}
</style >