﻿.sub-menu {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    background-color: #fff;
    color: #333;
    top: 107px;
    z-index: 10;
    min-width: 350px;
}

.mm-wrapper--position-left .mm-slideout, .mm-wrapper--position-right .mm-slideout{
    transform:none;
}
.menu-link a {
    line-height: 80px;
    transition: all .1s;
    margin: 0px 15px;
}

.menu-link a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.menu-link:hover {
    background-color: #fff;
}

    .menu-link:hover a {
        color: #002F60;
    }

    .menu-link:hover .sub-menu {
        display: block;
        opacity: 1;
        height: auto;
        box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 20%);
        padding: 20px;
    }

.sub-menu-full {
    width: 100%;
    left: 0px;
    right: 0px;
}

.submenu-title {
    font-weight: bold;
}

.submenu-title a{
    font-weight: bold;
    line-height:unset;
    margin:0px;

}

.submenu-title a:hover {
    color: #0a58ca;
}

.submenu-links a {
    display: block;
    font-size: 14px;
    font-family: 'Open Sans';
    line-height: 24px;
    font-weight: normal;
    margin: 0px;
}

.mega-submenu{
    margin-bottom:10px;
}

/* -- mobile menu styles --*/
.mm-navbar {
    background-color: #002F60;
    color: #fff;
}

    .mm-navbar .mm-btn_close:before, .mm-navbar .mm-btn_close:after {
        border-color: #fff;
    }
