/**
*   _header-main-nav.scss
*
*   V2 style main navigation, supermenu and utility manu
*/

@keyframes dropdown {
    0% {
        opacity: 0;
        transform: scaleY(0);
    }

    40% {
        opacity: 1;
    }

    100% {
        transform: scaleY(1);
    }
}
body.drawer-open {
    overflow-y:hidden;
    .header-wrapper {
        opacity: 1;
    }
    .site-logo {
        opacity: 0.5;
    }
}
@media only screen and (min-width: 768px) {

    body.drawer-open {
        overflow-y:auto;
    }
}

@media only screen and (min-width: 1200px) {

    body.drawer-open {
        .site-logo {
            opacity: 1;
        }
    }
}

.site {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.mos-header {

    background: rgba(255, 255, 255, 1);
    box-shadow: inset 0 -1px 0 0 rgba(18, 52, 74, 0.05);
    position: relative;
    top: 0;
    z-index: 2035;
    width: 100%;
    line-height: 1;

    li.newtab a{
        @include newtab-after;
    }
    li.lock-link a:after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        padding-left: 1rem;
        background-image: url('assets/images/lock-white.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top right;
    }

    .header-inner-wrapper {
        max-width: 1920px;

        & > div {
            position: relative;
        }
    }

    &.drawer-open {
        .header-wrapper {
            opacity: 1;
        }
        .site-logo {
            opacity: 0.5;
        }
    }
    @media only screen and (min-width: 1200px) {

        &.drawer-open {
            .site-logo {
                opacity: 1;
            }
        }
    }
  .page-width {
        max-width: 1300px;
        margin: 0 auto;
        padding: 24px 47px;
        width: 100%;
        clear: both;

        &.padding-small {
            padding: 0 30px;

            @media (max-width: 480px) {
                padding-left: 15px;
                padding-right: 15px;
            }

            @media (min-width: 992px) {
                padding-left: 47px;
                padding-right: 47px;
            }


        }
    }

    &.header-version-two #header-drawertrigger {

        display: flex;
        align-items: center;
        font-family: 'Work Sans', sans-serif;
        color: #194867;
        font-weight: bold;
        padding: .5rem;
        padding-right: 2rem;
        background-image: url('../images/menu_icon.png');
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: right center;

        @media only screen and (min-width: 1200px) {

            display: none;
        }

    }
    &.header-version-two .header-wrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0;
        height: 85px;


        .site-logo {
            display: flex;
            align-items: center;

            img{
                height: auto;
                max-width: 150px;
                margin-right: 0;
                width: auto;
            }

            span {
                display: none;
                color: #4a4a4a;
                font-family: 'Work Sans', sans-serif;
            }

        }

        .filled-button {
            text-transform: none !important;
        }

        #main-navbar-desktop {

            display: none;

            @media only screen and (min-width: 1200px) {
                display: block;
            }

        }

        @media only screen and (min-width: 768px) {

            .site-logo {

                img {

                    height: 42px;
                    width: auto;
                    max-width: none;

                    border-right: 1px solid #b0b0b0;
                    margin-right: 1rem;
                    padding-right: 1rem;

                }
                span {
                    display: block;
                    font-size: 14px;
                    font-weight: 400;
                }

            }

        }

        @media only screen and (min-width: 1200px) {

            padding: .75rem 0 0;
            height: 130px;

            .site-logo {

                display: flex;
                flex-direction: row;
                align-items: center;
                align-self: flex-end;
                justify-content: flex-start;
                padding-top: 0;
                padding-bottom: 1.5rem;

                img {

                    border-right: 1px solid #b0b0b0;
                    margin-right: 1rem;
                    padding-right: 1rem;

                }
            }
        }
    }
}

.mos-header.header-version-two {

    #main-nav-menus {

        position: fixed;
        right: 0;

        #utility-nav a.log-in-desktop,
        #utility-nav a.log-in-desktop:hover {
            background-image: url('../images/lock-blue.svg');
            padding-left: 30px;
            background-position: 12% 35%;
            background-repeat: no-repeat;
            background-size: 12px;
            padding-right: .15rem;
        }            

        #utility-nav #header-create-account a {
            padding-left: .5rem;
            margin-left: .5rem;
            position: relative;

            &:before {
                content: '/';
                position: absolute;
                left: -.15rem;
            }
        }  

        #utility-nav {

            display: none;

        }
        #main-menu {
            display: flex;
            align-items: center;

            /*OPEN MOBILE MENUS */

            &.open { 

                #main-navbar {
                    right: 0;
                    visibility: visible;
                    transition: right .4s ease-out;

                    &> li.navbar-top-level.has-panel.active {

                        .supermenu-panel {
                            right: 0;
                            visibility: visible;
                            transition: right .25s ease-out;
                        }
                        .supermenu-group.active {

                            .supermenu-subpanel {
                                right: 0;
                                visibility: visible;
                                transition: right .25s ease-out;
                            }
                        }
                    }
                }
            }/* .open */
        }
        .active-child {
            overflow-y:hidden;
        }
        #main-navbar {
            list-style:none;
            border: 0;
            display: flex;
            flex-direction: column;
            position: fixed;
            visibility:hidden;
            transition: right .25s ease-out 0s, visibility 0s ease .25s;
            top: 0;
            right: -100%;
            height: 100vh;
            height: 100dvh;
            width: 100%;
            overflow-x: hidden;
            background: #12334A;
            padding: 36px 0 80px;
            box-shadow: 4px 12px 45px #12334a;

            
            @media (min-width: 768px) {
                
                max-width: 375px;

            } /* @include media-breakpoint-up() */

            li.drawer-header {
                padding: 0 1rem 1.5rem;
                margin: 0 1rem;
                color: #fff;
                border-bottom: 1px solid #194867;

                .drawermenu-toggler {

                    padding-right: 1rem;
                    font-size: 1rem;
                    line-height: 1rem;
                    padding: 0;
                    margin: 0;
                    outline: none;
                    background: transparent;
                    border: 0;
                    appearance: none;
                    color: #fff;
                    font-family: 'Work Sans', sans-serif;

                    i {
                        margin-top: 2px;
                        margin-left: .5rem;
                    }

                    &:hover {
                        text-decoration: underline;
                    }
                    &:focus-visible {
                        outline: 1px dotted;
                        outline: 5px auto -webkit-focus-ring-color;
                    }
                }

                span {
                    display:block;
                    margin-top: 1rem;
                    font-size: .875rem;
                    line-height: 1.25rem;
                }
            }

            & > li {

                list-style-type: none;
                font-family: 'Work Sans', sans-serif;

                & > a:not(.filled-button) {
                    display: block;
                    position: relative;
                    font-family: 'Work Sans', sans-serif;
                    font-weight: 700;
                    color: #fff;
                    font-size: 1rem;
                    padding: 1.5rem 1rem;
                    margin: 0 1rem;
                }

                &.navbar-top-level {

                    & > a, 
                    ul a {
                        border-bottom: 1px solid #194867;
                    }

                    .supermenu-panel > ul > li:last-child > a,
                    ul.supermenu-subpanel > li:last-child > a {
                        border-bottom: 0;
                    }

                    &.has-panel {

                        & > a:before {
                            border-style: solid;
                            border-color: #AEC7D6 ;
                            border-width: 2px 2px 0 0;
                            content: "";
                            display: inline-block;
                            height: .55em;
                            width: .55em;
                            top: 50%;
                            margin-top: -2px;
                            transform: rotate(45deg);
                            transform-origin: 70% 35%;
                            vertical-align: top;

                            position: absolute;
                            right: 16px;
                            left: auto;
                        }

                        .supermenu-panel,
                        .supermenu-subpanel {

                            visibility: hidden;
                            position: absolute;
                            z-index: 2038;
                            top: 146px;
                            bottom: 0;
                            right: -100%;
                            background: #12334a;
                            transition: right .25s ease-out 0s, visibility 0s ease .25s;
                            overflow-y: auto;
                            padding-bottom: 32px;
                            width: 100%;
                            overflow-x: hidden;

                            @media (min-width: 768px) {

                                top: 151px;
                            }
                            &.active-child {
                                overflow-y:hidden;
                            }

                            .menu-item.tab-static-header {
                                color: #fff;
                                font-family: 'Work Sans', sans-serif;
                                text-transform: uppercase;
                                letter-spacing: 0.0625rem;
                                margin-top: 1rem;
                                font-size: .75rem;
                            }
                            .menu-item.tab-open-content {
                                color: #AEC7D6 ;
                                font-family: 'Work Sans', sans-serif;
                                padding-top: 0;
                            }

                            .panel-title {
                                color: #AEC7D6 ;
                                font-family: 'Work Sans', sans-serif;
                                font-size: 1rem;
                                line-height: 1.5;
                                padding: 0 1rem 1.5rem;
                            }
                            .panel-subcontent {
                                padding: 0 1rem 1.5rem;

                                a, p {
                                    display: inline;
                                    padding: 0; 
                                    margin: 0;
                                }
                            }
                            .panel-header {
                                margin: 0 1rem;
                                border-bottom: 1px solid #194867;
                            }

                            ul {
                                list-style-type: none;
                                color: #fff;
                                margin: 0;
                                padding: 0;

                            }

                            a,
                            li.tab-static-header,
                            li.tab-open-content {
                                display: block;
                                position: relative;
                                font-family: 'Work Sans', sans-serif;
                                color: #fff;
                                padding: 1.5rem 1rem;
                                margin: 0 1rem;
                                line-height: 24px;

                            }
                            li.menu-icon-link {

                                display: flex;
                                align-items: center;

                                a {
                                    flex-grow: 4;
                                }

                                i {
                                    width: 20px;
                                    height: 20px;
                                    margin-right: 10px;
                                    background-size: contain;
                                    background-repeat: no-repeat;
                                    background-position: center center;
                                    background-image: url('../images/phone-white.svg');
                                    opacity: 0.8;
                                    display: none;

                                    &.ttyphone {
                                        background-image: url('../images/phone-reverse.svg');
                                    }

                                    &.globe {
                                        background-image: url('../images/globe-reverse.svg');
                                    }

                                    &.chat {
                                        background-image: url('../images/comment-reverse.svg');
                                    }

                                    @media only screen and (min-width: 1200px) {

                                        display: inline-block;
                                        
                                    } /* @media only screen and (min-width: 1200px) */
                                }      
                            }

                            a {
                                font-weight: 700;
                            }

                            a.menu-divider {
                                padding: 0;
                            }

                            a.move-margin {
                                margin-top: -1rem;
                                padding: 0 0 10px;
                                border-bottom: none;
                            }

                            a.account_link {
                                font-weight: 400;
                                border-bottom: none;
                                padding-bottom: 0;
                            }

                            .close-panel {
                                position: relative;
                                font-size: 1.4rem;
                                padding-left: 2.5rem;
                                border-bottom: 0;
                                border-top: 1px solid #194867;

                                &:before {
                                    border-style: solid;
                                    border-color: #AEC7D6 ;
                                    border-width: 2px 2px 0 0;
                                    content: "";
                                    display: inline-block;
                                    height: .55em;
                                    width: .55em;
                                    top: 50%;
                                    margin-top: -4px;
                                    transform: rotate(225deg);
                                    transform-origin: 70% 35%;
                                    vertical-align: top;

                                    position: absolute;
                                    left: 12px;
                                    right: auto;
                                }
                            }
                        }
                        .supermenu-panel {

                            &.menu-tab {
                                .supermenu-subpanel li.tab-static-header,
                                .supermenu-subpanel li.tab-open-content {
                                    padding-bottom: 0;
                                }
                            }

                            &.menu-cta-boxes {

                                .cta-box {
                                    display: flex;
                                    margin-left: 1rem;
                                    margin-right: 1rem;
                                    padding: 2rem 0rem 1rem;
                                    align-items: stretch;
                                    border-bottom: 1px solid #194867;

                                    .menu-box-icon {
                                        padding: 0 1.5rem 0 1rem;

                                        img {
                                            width: 32px;
                                            height: auto;
                                        }
                                    }

                                    &:last-child {
                                        border-bottom: 0;
                                    }

                                    .box-static-header,
                                    .box-menu .overview-link {
                                        font-size: 1rem;
                                        color: #fff;

                                        a {
                                            display:inline-block;
                                            padding-top: 0;
                                            font-weight: 700;

                                            &:after {
                                                border-style: solid;
                                                border-color: #fff;
                                                border-width: 2px 2px 0 0;
                                                content: "";
                                                display: inline-block;
                                                height: .45em;
                                                width: .45em;
                                                margin-top: 7px;
                                                margin-left: .5rem;
                                                transform: rotate(45deg);
                                                transform-origin: 70% 35%;
                                                vertical-align: top;
                                            }
                                        }
                                    }

                                    .box-menu {
                                        flex-grow: 4;

                                        li.tab-open-content,
                                        li.tab-static-header {
                                            margin: 0;
                                            padding: 0;
                                            padding-bottom: 1rem;
                                            text-transform: none;
                                            font-size: 0.875rem;
                                        }

                                        & > li:last-child a {
                                            border-bottom: 0;
                                        }


                                        li:has(+ .tab-open-content) a{
                                            border-bottom: 0;
                                        }

                                        a {
                                            margin: 0;
                                            padding: 1rem 0;
                                        }
                                    }
                                }
                            }
                        }  

                        .has-subpanel {

                            .supermenu-group-parent:before {

                                border-style: solid;
                                border-color: #AEC7D6 ;
                                border-width: 2px 2px 0 0;
                                content: "";
                                display: inline-block;
                                height: .55em;
                                width: .55em;
                                top: 50%;
                                margin-top: -2px;
                                transform: rotate(45deg);
                                transform-origin: 70% 35%;
                                vertical-align: top;
                                position: absolute;
                                right: 16px;
                                left: auto;

                            }

                            .supermenu-subpanel {
                                top: 0;     

                                .close-panel {
                                    border-bottom: 1px solid #194867;
                                }   
                                .menu-item:not(.overview-link) a {
                                    font-weight: normal;
                                }                        
                            }
                        }
                    }

                }/*li.navbar-top-level*/


                &.mobile-link {

                    padding-top: 1rem;

                    & > a:not(.filled-button) {
                        color: #fff;
                        font-size: 1rem;
                        padding: .75rem 1rem;
                        font-weight: normal;
                    }

                    &.navbar-top-level {

                        & > a {
                            border-bottom: 0;
                        }
                    }
                }
                &.mobile-link.mobile-login-link {

                    & > a {
                        background-image: url('../images/account-icon-white.svg');
                        padding-left: 36px;
                        background-position: 1rem 50%;
                        background-repeat: no-repeat;
                        background-size: 13px;

                    }

                    & > a.create-account-mobile {
                        background-image: none !important;
                        padding-left: .5rem;
                        margin-left: .5rem;
                        position: relative;
                        &:before {
                            content: '/';
                            position: absolute;
                            left: -.5rem;
                        }
                    }

                    &:not(.has-panel) > a {
                        background-image: url('../images/lock-white.svg');
                        background-size: 11px;
                        
                        display: inline-block;
                        margin-right: 0;
                        padding-right: .5rem;
                    }
                }

                &.mobile-link#mobile-cart{

                    & > a {
                        background-image: url('../images/cart-white.svg');
                        padding-left: 36px;
                        background-position: 1rem 50%;
                        background-repeat: no-repeat;
                        background-size: 15px;
                    }

                }

                &.mobile-link.mobile-search-link {
                    
                    & > a  {
                        background-image: url('../images/search-white.svg');
                        padding-left: 36px;
                        background-position: 1rem 50%;
                        background-repeat: no-repeat;
                        background-size: 14px;
                    }
                }
                &.mobile-link.mobile-connect-btn {
                    position: fixed;
                    bottom: 2rem;
                    width: 100%;

                    & > div {
                        padding-top: .75rem;
                        margin-right: 1rem;
                        margin-left: 1rem;
                        border-top: 1px solid #194867;

                        a {
                            display: block;
                            margin: 0;
                        }
                    }

                    @media (min-width: 768px) {

                        width: 375px;
                        
                    } /* @media (min-width: 768px) */
                }

            }
            li.mobile-link ~ li.mobile-link:not(.mobile-connect-btn) {
                padding-top: .25rem;
            }

        }/* #main-navbar (emd mobile main navbar) */
    }/* #main-nav-menus */
}/*.mos-header.header-version-two */

.mos-header.header-version-two {

    #main-nav-menus { 

        /* START DESKTOP STYLES */

        @media only screen and (min-width: 1200px) {

            .close-panel,
            .close-subpanel,
            .drawer-header,
            .mobile-link {
                display: none !important;
            }
            .active-child {
                overflow-y: auto;
            }

            visibility:visible;
            position: static;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-self: stretch;

            #utility-nav {

                margin: 0;
                padding: 0;
                list-style-type: none;
                display: flex;
                justify-content: flex-end;
                margin-right: -1rem;

                li {
                    margin: 0;
                    padding: 0;

                    a {
                        color: #194867;
                        font-size: 0.75rem;
                        text-decoration: none;
                        display: block;
                        font-family: 'Work Sans', sans-serif;
                        line-height: 1.5rem;
                        font-weight: bold;
                        padding: .5rem 1rem 1rem;

                        &:hover {
                            text-decoration: underline;
                        }
                    }
                }
                .header-dropdown-link {

                    position: relative;

                    .utilityheader-dropdown-toggle {
                        padding-right: 2rem;

                        &:before {
                            border-style: solid;
                            border-width: 2px 2px 0 0;
                            content: "";
                            display: inline-block;
                            height: 0.5em;
                            position: absolute;
                            top: 40%;
                            margin-top: -1px;
                            right: 20px;
                            transform: rotate(135deg);
                            transform-origin: 70% 35%;
                            vertical-align: top;
                            width: 0.5em;
                            transition: transform 0.15s ease-out;
                        }
                    }

                    .header-dropdown-links {
                        display: none;
                        position: absolute;
                        z-index: 1035;
                        background: #12334A;
                        color: #fff;
                        padding: 2rem 1rem .5rem;
                        width: 200%;
                        top: 100%;
                        right: -50%;
                        box-shadow: 0px 8px 20px -4px #12334A;

                        span {
                            font-weight: bold;
                            font-size: 1.5rem;
                            font-family: 'Work Sans', sans-serif;
                        }

                        &.ssoAccountLinks {
                            width: 180px;
                            right: 0;
                        }

                        .my-account-header {
                            display: none;
                        }

                        a {
                            color: #fff;
                            font-size: .875rem;
                            padding: 0 0 1rem;
                        }

                        ul {

                            display: block;
                            padding: 0;
                            float: none;

                            li {

                                display: block;
                                float: none;
                                padding-bottom: 0;

                                .menu-divider {
                                    border-bottom: 1px solid #fff;
                                    padding: 0 0 1rem;
                                    margin-bottom: 1rem;
                                }
                                
                                .move-margin {
                                    margin-top: -1rem;
                                }
                            }
                        }
                    }
                    a.utilityheader-dropdown-toggle.header-dropdown-short + .header-dropdown-links {
                        width: 250px;
                        right: -75px;
                    }
                    a.utilityheader-dropdown-toggle.header-dropdown-edge {
                        right: 0;
                    }

                    &.header-dropdown-active {

                        background-color: #12334A;
                        box-shadow: 0px 8px 20px -4px #12334A;

                        a,
                        .utilityheader-dropdown-toggle {
                            color: #fff;
                            border-color: transparent;

                            &:before,
                            .carrot {
                                border-color: #fff;
                                transform: rotate(-45deg) !important;
                            }

                            img {
                                filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(100%) hue-rotate(0deg);
                            }
                        }

                        .header-dropdown-links {
                            display: block;
                            transform-origin: top;
                            animation: dropdown 0.2s ease-out;
                        }

                        button.carrot-button .carrot {
                            border-color: #fff !important;
                        }
                    }
                }
                #cart {

                    a {
                        padding-right: 0;
                        padding-left: .5rem;
                    }
                }
                
            }/*end  #utility-nav */

            #main-menu {

                align-items: flex-start;

                #main-navbar-desktop {

                    & > a:not(.filled-button) {
                        margin-top: 0;
                        padding: 1rem 1rem 1rem;
                    }

                    & > a.filled-button {
                        margin-bottom: 0;
                        margin-top: .5rem;
                        margin-right: .75rem;
                        margin-left: .75rem;
                    }

                    &:last-child {
                        margin-right: -1.5rem;
                    }
                }
            }

            #main-navbar {

                margin: 0;
                padding: 0;
                list-style-type: none;
                flex-direction: row;
                position: static;
                visibility:visible;
                height: auto;
                max-width: none;
                background: transparent;
                justify-content: flex-end;
                box-shadow: none;
                width: auto;
                overflow-x: visible;

                & > li.navbar-top-level {

                    margin: 0;
                    padding: 0 1.25rem;
                    border: 0;

                   & > a {
                        position: relative;
                        padding: 1.25rem 0 2rem;
                        margin: 0;
                        color: #194867;
                        font-size: 1rem;
                        text-decoration: none;
                        display: block;
                        font-family: 'Work Sans', sans-serif;
                        font-weight: bold;
                        border-bottom: 4px solid transparent;
                        transition: color .15s ease-out, border-color .15s ease-out;
                    }

                    &.has-panel {

                        & > a {

                            padding-right: 1.25rem;

                            &:hover {
                                border-color: #B82132;
                            }

                            &:before {
                                border-style: solid;
                                border-width: 3px 3px 0 0;
                                border-color: #5b819a;
                                content: "";
                                display: inline-block;
                                height: .55em;
                                width: .55em;
                                position: absolute;
                                top: 50%;
                                margin-top: -10px;
                                right: 4px;
                                transform: rotate(135deg);
                                transform-origin: 70% 35%;
                                vertical-align: top;

                                transition: transform .15s ease-out, border-color .15s ease-out;
                            }
                        }

                        &.active {

                            background: #12334A;
                            box-shadow: 0px 8px 20px -4px #12334a;

                            .supermenu-panel {
                                visibility: visible;
                                transform-origin: top;
                                animation: dropdown .2s ease-out;
                                box-shadow: 0px 8px 20px -4px #12334a;

                                &.menu-tab {

                                    & > ul {

                                        li.has-subpanel.active {

                                            a.supermenu-group-parent + .panel-link-list {
                                                visibility: visible;
                                                
                                                li {
                                                    opacity: 1;
                                                }
                                            }            
                                        }
                                    }
                                }
                            }

                            & > a {

                                color: #fff;
                                border-color: transparent !important;

                                &:before {
                                    transform: rotate(-45deg);
                                    border-color: #fff !important;
                                }

                            }
                        }
                        .supermenu-panel,
                        .supermenumenu-subpanel  {
                            overflow: hidden;
                            background: #12334A;
                            color: #fff;
                            overflow: auto;
                            top: 100%;
                            left: 0;
                            bottom: auto;
                            transition: none;

                            a {
                                padding: 0;
                                margin: 0;
                                border-bottom: 0;
                            }
                            li.tab-static-header {
                                margin: 0;
                                padding: 0;
                            }
                            li.tab-open-content {
                                margin: 0;
                                padding: .5rem 1rem;
                            }
                        }

                        .supermenu-panel {

                            padding: 3rem 3rem;
                            width: 100%;

                            .panel-title {
                                font-size: 1.25rem;
                                margin-bottom: 1.5rem;
                                padding: 0;
                                text-align: center;
                            }
                            .panel-subcontent {
                                text-align: center;
                                padding: 0;
                                margin-bottom: 1.5rem;
                            }
                            .panel-header {
                                border-bottom: 0;
                                margin-left: 0;
                                margin-right: 0;
                            }
                            & > ul {
                                list-style-type: none;
                                color: #fff;
                                margin: 0;
                                padding: 0;
                            }

                            a, a:hover {
                                color: #fff;
                                font-family: 'Work Sans', sans-serif;

                            }
                            a:hover {
                                text-decoration: underline;
                            }

                            .menu-item {
                                padding: .5rem 1rem;
                                line-height: 1.4rem;
                            }

                            &.menu-tab {

                                max-width: 900px;
                                right: 0;
                                left: auto;

                                .panel-title, .panel-subcontent {
                                    text-align: left;
                                }

                                a {
                                    font-weight: normal;
                                }

                                & > ul {
                                    padding: 0;
                                    width: 100%;
                                    position: relative;

                                    a.supermenu-group-parent {
                                        position: relative;
                                        display: block;
                                        font-size: 1rem;
                                        max-width: 50%;
                                        padding: .5rem 1rem .5rem 0;
                                        border-bottom: 1px solid transparent;
                                        border-top: 1px solid transparent;
                                        color: #E7EEF3;

                                        &:before {
                                            border-style: solid;
                                            border-width: 2px 2px 0 0;
                                            border-color: #E7EEF3;
                                            content: "";
                                            display: inline-block;
                                            height: .45em;
                                            position: absolute;
                                            top: 50%;
                                            margin-top: -1px;
                                            right: 1rem;
                                            transform: rotate(45deg);
                                            transform-origin: 70% 35%;
                                            vertical-align: top;
                                            width: .45em;
                                            transition: transform .15s ease-out, border-color .15s ease-out;
                                        }

                                        &:after {
                                            content: "";
                                            width: 1px;
                                            background: #fff;
                                            position: absolute;
                                            right: 0;
                                            top: -1px;
                                            bottom: -1px;
                                        }
                                    }

                                    li.has-subpanel.active a.supermenu-group-parent {

                                        border-bottom: 1px solid #fff;
                                        border-top: 1px solid #fff;
                                        font-weight: 700;
                                        color: #fff;

                                        &:before{
                                            border-color: #fff;
                                        }
                                        &:after{
                                            display: none;
                                        }

                                    }
                                }
                                .panel-link-list {
                                    display: block;
                                    position: absolute;
                                    height: 100%;
                                    visibility: hidden;
                                    list-style-type: none;
                                    top: 0;
                                    left: 50%;
                                    width: 50%;
                                    padding: 0px 30px 10px 40px;
                                    border-bottom: 1px solid #fff;
                                    border-top: 1px solid #fff;
                                    padding-top: 10px;
                                    transition: none;

                                    .menu-item {
                                        font-size: 0.875rem;
                                        padding-left: 0;
                                        opacity: 0;
                                        transition: opacity 0.4s ease-out;

                                        &.overview-link {
                                            font-size: 1rem;
                                            font-weight: 700;
                                            padding-left: 0;

                                            a {
                                                font-weight: 700;
                                            }
                                        }
                                    }
                                }
                            }/* .end .menu-tab */

                            &.menu-list {

                                width: 800px;
                                right: 9%;
                                left: auto;

                                & > ul {
                                    columns: 2;
                                }

                            }/* end .menu-list */
                            &.menu-cta-boxes {

                                & > .cta-boxes-wrapper  {
                                    display: flex;
                                    margin-left: -.5rem;
                                    margin-right: -.5rem;
                                }

                                a {
                                    font-weight: 700;
                                }
                                .cta-box {
                                    flex: 1 0 0%;
                                    flex-direction: column;
                                    align-items: center;
                                    margin-left: 1rem;
                                    margin-right: 1rem;
                                    padding: 3rem 1rem;
                                    border: 1px solid #194867;
                                    border-bottom: 1px solid #194867;
                                    border-radius: 10px;

                                    .menu-box-icon {
                                        padding: 1rem;
                                        border-radius: 100%;
                                        border: 1px solid #fff;
                                        margin-bottom: 1.5rem;
                                    }
                                    .box-static-header,
                                    .box-menu .overview-link {
                                        font-size: 1.25rem;
                                        text-align: center;
                                        padding: 0;
                                        margin-bottom: 1.5rem;
                                        width: 100%;
                                        float: none;

                                        a {
                                            font-size: 1.25rem;

                                            &:after {
                                                margin-top: 9px;
                                            }
                                        }

                                    }

                                    ul.box-menu {
                                        width: 100%;

                                        li.tab-open-content,
                                        li.tab-static-header {
                                            text-align: center;
                                            width: 100%;
                                            float: none;
                                        }
                                        li {
                                            width: 50%;
                                            float: left;
                                            padding: .5rem .25rem;
                                        }
                                        a {
                                            padding: 0;
                                            font-size: 0.875rem;
                                            line-height: 24px;
                                        }
                                    }

                                    &:last-child {
                                        border-bottom: 1px solid #194867;
                                    }
                                }
                            }/* end .menu-cta-boxes */
                        }
                    }
                }
            }

        }/* @media only screen and (min-width: 1200px) DESKTOP SUPERMENU */

    }/* #main-nav-menus */

}/* .mos-header */

#menu-backdrop {

    position: fixed;
    top: 0;
    left: 0;
    z-index: 1032;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    display: none;
    transition: opacity 1s ease-out;
    background-color: #fff;

    &.show {
        display: block;
        opacity: 0.5;
    }

    @media only screen and (min-width: 1200px) {
        display: none !important;
    }
}


.page-title-header {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background-color: #EFF4F7;

    strong {
        font-family: 'Work Sans', sans-serif;
        font-size: 1rem;
        color: #194867;
        line-height: 1.2;
    }

    .page-title {
        font-family: 'Work Sans', sans-serif;
        font-size: 2rem;
        font-weight: 700;
        color: #194867;
        line-height: 1.5;
        padding-top: 10px;

        @media (min-width: 576px) {
            font-size: 2.5rem;
        }


    }
}

@media only screen and (min-width: 1200px) {
    .mos-header.header-version-two #main-nav-menus #main-menu #main-navbar-desktop>a.filled-button {
        margin-bottom: 0;
        margin-top: .5rem;
        margin-right: .75rem;
        margin-left: .75rem;
    }
}

.mos-header.header-version-two .header-wrapper .filled-button {
    text-transform: none !important;
}

.filled-button.thin-button {
    padding: .5rem 1.25rem;
}

a,
a:link,
a:visited,
a:active,
a:hover {
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0);
}

.filled-button {
    display: inline-block;
}

.filled-button {
    display: inline-block;
    border-radius: 100px;
    padding: 1.125rem 3rem;
    cursor: pointer;
    font-family: "Work Sans", sans-serif;
    color: #fff !important;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
    margin-bottom: 1rem;
    margin-right: .5rem;
    max-width: 100%;
    background-color: #B82132;
    border: solid 2px #B82132;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.btn-red {
    background-color: #B82132 !important;
    border: solid 2px #B82132 !important;
    color: white !important;
}



/** FOOTER **/
footer {
    background-image: linear-gradient(to top, rgba(25, 72, 103, 0), rgba(15, 43, 62, 0.5)), linear-gradient(#194867, #194867);
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    margin: 0 !important;
    clear: both;
    width: 100%;

    @media only screen and (min-width: 1921px) {
        max-width: 1920px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.footer .enewsletter {
    max-width: 465px;
    padding-bottom: 10px;
}

.footer .enewsletter h2,
.footer .enewsletter .sign-up-title {
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 12px;

   @media (min-width: 768px) {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
    }
}

.footer .enewsletter .footer-enews-signup .email,
.footer-enews-signup .signup {
    display: block;
    float: left;
    border: 0;
    line-height: 50px;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
}

.footer .enewsletter .footer-enews-signup .email {
    background-color: #fff;
    width: calc(100% - 100px);
    border-radius: 40px 0 0 40px;
    height: 50px;
    box-sizing: border-box;
    padding: 0 1.5rem;
    font-weight: 500;
    box-shadow: none;
    transition: border linear .2s, box-shadow linear .2s;
}

.footer .enewsletter .footer-enews-signup .signup {
    cursor: pointer;
    background: #DFE9EF;
    border-radius: 0 40px 40px 0;
    color: #194867;
    font-weight: bold;
    letter-spacing: .2px;
    text-transform: uppercase;
    width: 100px;
    padding: 0;
}

.footer .enewsletter .footer-enews-signup .email,
.footer-enews-signup .signup {
    display: block;
    float: left;
    border: 0;
    line-height: 50px;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
}

.footer ul {
    line-height: 20px;
    letter-spacing: 0px;
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 1rem;
}

.footer ul li {
    color: #fff;
    margin-bottom: 12px;
    line-height: 17px;

   @media (min-width: 768px) {
        line-height: 20px;
    }

    &:not(.lock-link).newtab {

        a {
            @include newtab-after;
        }
    }
}

.footer ul li a,
.footer ul li a:link,
.footer ul li a:visited {
    color: #fff;
    font-weight: 400;
    letter-spacing: normal;
    position: relative;
    border-bottom: solid transparent 2px;
    font-size: 14px;
    line-height: 17px;

    &:not(.lock-link).newtab {
        @include newtab-after;
    }

   @media (min-width: 768px) {

        font-size: 16px;
        line-height: 20px;
    }


}

.footer ul li a:hover {
    border-bottom: solid #fff 2px;
}

.footer .appfooter {
    img {
        max-width: 130px;
        max-height: initial;
    }

    .apps-card-store-links {
        .apps-card-store-link:first-child {
            margin-right: 0.5rem;
        }
    }

    @media (max-width: 1130px) {
        margin-bottom: 96px;
    }
}

#colophon.footer .appfooter h2 {
    font-weight: 600;
}

.footer .social {
    padding-bottom: 24px;
}

.footer .appfooter h2,
.footer .social h2 {
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 12px;

   @media (min-width: 768px) {
        line-height: 1.25;
    }
}

.footer .social ul {
    line-height: 20px;
    letter-spacing: 0px;
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 24px;
    display: block;
}

.footer .social ul li {
    display: inline-block;
    margin-bottom: 12px;
    margin-right: auto;
}

.footer .social ul li.social-button a,
.footer .social ul li.social-button a:link,
.footer .social ul li.social-button a:visited {
    cursor: pointer;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 14px;
    border-bottom: none;
    background-repeat: no-repeat;
    background-size: cover;

    &:after {
        display: none !important;
    }
}

.footer .social ul li.social-button a:hover {
    border-bottom: 0;
    opacity: 0.5;
}

.footer .social ul li.social-button.facebook a,
.footer .social ul li.social-button.facebook a:link,
.footer .social ul li.social-button.facebook a:visited {
    width: 25px;
    height: 25px;
    background-image: url("../images/facebook-footer.svg");
}

.footer .social ul li.social-button.x a,
.footer .social ul li.social-button.x a:link,
.footer .social ul li.social-button.x a:visited {
    height: 25px;
    width: 25px;
    background-image: url("../images/x-footer.svg");
}

.footer .social ul li.social-button.youtube a,
.footer .social ul li.social-button.youtube a:link,
.footer .social ul li.social-button.youtube a:visited {
    height: 25px;
    width: 25px;
    background-image: url("../images/youtube-footer.svg");
}

.footer .social ul li.social-button.instagram a,
.footer .social ul li.social-button.instagram a:link,
.footer .social ul li.social-button.instagram a:visited {
    height: 25px;
    width: 25px;
    background-image: url("../images/instagram-footer.svg");
}

.footer .social ul li.social-button.pinterest a,
.footer .social ul li.social-button.pinterest a:link,
.footer .social ul li.social-button.pinterest a:visited {
    height: 25px;
    width: 25px;
    background-image: url("../images/pinterest-footer.svg");
}

.footer .social .social-header,
.footer .appfooter .appfooter-header {
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 2.5;

   @media (min-width: 768px) {
        line-height: 2.75;
    }
}

.release-bar {
    background: #12334A;
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 31px 0 30px;

   @media (min-width: 768px) {
        padding: 0;
    }
}

.release-bar-items {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

   @media (min-width: 768px) {
        flex-direction: row;
    }
}

.release-bar-item {

    color: #AEC7D6;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    padding: 0 0 3px;

    a,
    a:link,
    a:visited {
        color: #AEC7D6;
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        text-decoration: underline;
        text-decoration-color: #12334A;
    }

    a:hover {
        color: #fff;
        border-bottom: solid #fff 1px;
        text-decoration: underline;
        text-decoration-color: #12334A;
    }

    &:not(.lock-link).newtab {
        @include newtab-after;
    }

   @media (min-width: 768px) {
        padding-right: 0 !important;
    }

    &.mos-release-version {
        font-style: italic;
    }
}

.menu-mos-footer-menu-container {
    max-width: 735px;

    @media (max-width: 1130px) {
        max-width: 347px;
    }
}

.mos-footer-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 440px;
    margin-bottom: 20px;

    @media (max-width: 1130px) {
        flex-direction: row;
        height: auto;
    }
}

.mos-footer-first-col {
    max-width: 276px;

    @media (min-width: 1130px) {
        padding-right: 51px;
    }
}

.mos-footer-second-col {
    max-width: 378px;

    @media (min-width: 1131px) {
        padding-right: 59px;
        width: 59%;
    }

    @media (max-width: 1130px) {
        margin-top: -25px;
        width: 100%;
    }
}

.mos-footer-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: -5px;

    @media (min-width: 1130px) {
        margin-bottom: 4px;
    }

    .section-head {
        font-weight: 700;
        color: #fff;
        font-family: 'Work Sans', sans-serif;
        line-height: 20px;
        margin-bottom: 12px;

        &.top {
            padding-top: 40px;
        }


        h2 {
            font-family: 'Work Sans', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            color: #fff;
            margin-top: 0;
            margin-bottom: .5rem;
            line-height: 1.2;
        }

    }
}


.footer-logo {
    max-width: 100%;
    @media (min-width: 768px) {
        margin-left: 0px;
    }
}

.footer-menu-container {
    margin-left: 0px;
}

.social-section {
    margin-left: 0px;
    margin-top: 13px;
    padding-top: 72px;
    max-width: 100%;
    border: none;
    border-top: 1px solid #fff;
    height: auto;
    width: 100%;

    @media (min-width: 768px) {
        width: 44%;
        border: none;
        padding: 0;
        margin-top: 40px;
        padding-left: 30px;
        border-left: 1px solid #fff;
        margin-left: auto;
        margin-right: 15px;
        margin-bottom: 40px;
    }

    @media (min-width: 1130px) {
        padding-left: 72px;
        width: 465px;
        height: 316px;
    }

    @media (min-width: 1300px) {
        margin-right: 15px;
    }

}

.social-links-menu {
    margin-bottom: 4px !important;
}

.enewsletter-link {
    padding-bottom: 40px;

    a {
        color: #fff;

        &:hover {
            border-bottom: 2px solid #fff;
        }
    }
}

.padding-footer {
    padding-top: 3rem;

    @media (min-width:768px) and (max-width:1300px) {
        margin-left: -15px;
    }
}

.footer-menu-nav {
    margin-right: 0;
    float: left;

    @media (min-width: 768px) {
        width: 50%;
    }

    @media (min-width: 1130px) {
        padding-right: 451px;
        margin-right: -495px;
        width: 100%;
    }
}
