.navbar {
    position: sticky;
}

.hamburger {
    display: none;
}

.menu-large {
    position: static !important;
    padding: 10px;
}

.megamenu {
    padding: var(--MEGAMENUPADDING);
    margin: 0;
}

    .megamenu > div > li > ul > li {
        list-style: none;
    }

.megamenucontainer {
    padding: 0;
    text-align: left;
}

    .megamenucontainer:nth-child(-n+6) {
        padding: 25px 0 5px 0;
    }

.megamenucontainermobile {
    padding: 5px 0 5px 24px;
    text-align: left;
}

.megamenuheader, .notmegamenuheader {
    margin-left: 10px;
    padding: 0px !important;
}

    .megamenuheader .showall {
        font-size: 9pt;
        color: #ED1C24 !important;
        font-weight: normal;
    }

    .megamenuheader a {
        font-size: 12pt;
        color: black !important;
    }

        .megamenuheader a:hover {
            text-decoration: underline;
            text-decoration-color: black;
        }

    .notmegamenuheader .showall {
        font-size: 9pt;
        color: #ED1C24 !important;
        font-weight: normal;
    }

    .notmegamenuheader a {
        font-size: 12pt;
        color: black !important;
    }

        .notmegamenuheader a:hover {
            text-decoration: underline;
            text-decoration-color: black;
        }

.megamenuitems {
    margin-left: 10px;
    margin-top: 5px;
    padding: 0px !important;
}

    .megamenuitems a {
        font-size: 9pt;
        color: black !important;
        font-weight: 300;
    }

        .megamenuitems a:hover {
            text-decoration: underline;
            text-decoration-color: black;
        }


.megamenuitems-dropdown {
    margin-top: 5px;
    margin-left: 20px;
}

    .megamenuitems-dropdown a {
        font-size: 9pt;
        color: black !important;
        font-weight: 300;
    }

        .megamenuitems-dropdown a:hover {
            text-decoration: underline;
            text-decoration-color: black;
        }

.dropdown-item-custom {
    font-size: 10pt;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
    color: black !important;
}

    .dropdown-item-custom:hover {
        text-decoration: underline;
        text-decoration-color: black;
    }

.dropdown-menuMini.show {
    display: block;
}

.dropdown-menuMini {
    position: absolute;
    top: 98%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 200px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: inherit;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #E8E9EB;
    color: white;
    padding-top: 5px;
    z-index: 5;
    height: auto;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: black;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}



.modalmegamenu {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #000;
    z-index: 3;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: .65;
    display: none;
}




@media (max-width: 992px ) {
    .dropdown-menu {
        overflow-y: scroll;
    }
    .hamburger {
        display: block;
    }

    .megamenuheader, .notmegamenuheader {
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 5px;
    }

        .notmegamenuheader .showall {
            font-size: 12pt;
        }

        .notmegamenuheader a {
            font-size: 14pt;
        }


    .megamenuitems {
        margin-left: 5px;
    }

    .megamenuheader .showall {
        font-size: 12pt;
    }

    .megamenuheader a {
        font-size: 14pt;
    }

    .megamenuitems a {
        font-size: 12pt;
        font-weight: 300;
    }

    .megamenuitems-dropdown a {
        font-size: 12pt;
    }
}

@media (max-width: 1200px) {
    .megamenucontainer:nth-child(-n+4) {
        padding: 25px 0 5px 0 !important;
    }

    .megamenucontainer:nth-child(-n+6) {
        padding: 0;
    }
}

@media (max-width: 768px) {
}
