.header-nav-redesign {
    width: 970px;
    justify-content: space-between;
    background-color: #fff;
    padding: 6px 0
}

    .header-nav-redesign > div {
        display: flex;
        align-items: center
    }

.fs-tel > img, .header-nav-redesign {
    margin: 0 auto
}

.cs-btn, .header-nav-redesign {
    align-items: center;
    display: flex
}

#hn-contact {
    font-size: 13px;
    color: #666;
    text-decoration: none;
}

    #hn-contact:hover {
        text-decoration: underline;
    }

.top-header {
    width: 970px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    padding: 15px 0;
    gap: 10px;
}

    .top-header > div:first-of-type {
        flex-shrink: 0;
        width: 150px; /* down from 183px */
    }

.top-mmlogo {
    width: 150px;
    height: auto; /* let height scale proportionally */
}

.top-header > div:nth-of-type(2) {
    flex: 1;
    min-width: 0;
    font-size: 13px;
    line-height: 1.5;
    white-space: nowrap; /* keeps "Leading Source..." on one line */
}

.hn-right {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 0;
    flex-shrink: 0;
}

    .hn-right a {
        font-size: 12px;
        white-space: nowrap;
        padding: 0 6px;
        border-right: 1px solid #ccc;
    }

        .hn-right a:last-child {
            border-right: none;
        }

.top-header.page-home > div:nth-of-type(2) {
    width: auto;
}

.top-header.page-home > div:nth-of-type(3) {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}


/*NAVIGATION STYLES*/
.nav-link--two-line {
    white-space: normal;
    text-align: left;
    line-height: 1.3;
}

#MainNav {
    flex: 1;
}

.main-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    flex-wrap: nowrap;
}

.nav-item {
    position: relative;
    display: block;
    flex-shrink: 0;
    z-index: 100000;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 8px 6px;
    color: #154D7C;
    text-decoration: none;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 700;
}

    .nav-link:hover {
        color: #0a2e4d;
        text-decoration: underline;
    }

.nav-caret {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #154D7C;
    margin-left: 3px;
    vertical-align: middle;
    flex-shrink: 0;
}

.nav-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    min-width: 180px;
    z-index: 100000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 6px 0;
}

.nav-item:hover .nav-dropdown {
    display: block;
}

.nav-dropdown-link {
    display: block;
    padding: 6px 14px;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    font-size: 12px;
}

    .nav-dropdown-link:hover {
        background-color: #f0f6ff;
        color: #154D7C;
    }
/* Default: open right */
.nav-dropdown {
    left: 0;
    right: auto;
}

/* Last 4 items open leftward so they don't bleed past 970px */
.nav-item:nth-last-child(-n+4) .nav-dropdown {
    left: auto;
    right: 0;
}

.fs::after, .hn-right > a:not(:last-of-type)::after {
    content: none;
}

.nav-dropdown-subheader {
    display: block;
    padding: 6px 14px 2px;
    color: #154D7C;
    font-size: 12px;
    font-weight: 700;
    cursor: default;
}

.nav-dropdown-subheader:hover {
    display: block;
    padding: 6px 14px 2px;
    color: #154D7C;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
}

.nav-dropdown-subheader-link {
    display: block;
    padding: 6px 14px;/* 2px; */
    color: #154D7C;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

    .nav-dropdown-subheader-link:hover {
/*        display: block;
*/        /*padding: 6px 14px 2px;*/
        color: #154D7C;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        background-color: #f0f6ff;
        color: #154D7C;
    }

.nav-dropdown-link--indented {
    padding-left: 24px;
}

.bodyarea .maincontenttest {
    width: 970px;
}

.wm-dm-mb-section {
    margin-left: 0px;
}

.homepageheaderarea picture {
    display: block;
    width: 970px;
}

.homepageheaderarea img.homerotatingbanner {
    width: 970px;
    height: auto;
    display: block;
}

#ContactUs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.3;
}

#PhoneNumber {
    color: #154D7C;
    font-weight: 700;
    font-size: 12px;
}

#ContactUs a {
    color: #666;
    text-decoration: none;
    font-size: 13px;
}

    #ContactUs a:hover {
        text-decoration: underline;
    }

.hn-right-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
}

.hm-freeshipping-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    margin-bottom: 2px;
    white-space: nowrap;
}

    .hm-freeshipping-bar img {
        width: 20px;
        height: auto;
    }

.fs-text {
    font-size: 10px;
    font-weight: 700;
    color: #154D7C;
}

.sg-text {
    font-size: 10px;
    font-weight: 700;
    color: #666;
}

.top-header.page-home > div:nth-of-type(3) {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.home-map-sections {
    display: flex;
    flex-direction: row;
    gap: 17px;
    width: 970px;
    margin: 17px auto 0;
    font-family: 'Segoe UI', Arial;
    height: 465px;
}
    .home-map-sections > div:first-child {
        flex: 1;
        min-width: 0;
    }

    .home-map-sections > div:last-child {
        flex: 1;
        min-width: 0;
    }
.top-header {
    border-bottom: 1px solid #D9D9D9;
}