.menuScroll {
    line-height: 3;
    background: #00448b;
    border-radius: 7px;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

.js .menuScroll {
    overflow: hidden;
}

.menuScroll>li {
    float: left;
    height: 2.8em;
}

.menuScroll>li:first-child {
    margin-left: 0;
}

.menuScroll a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    padding: 0px 20px !important;
    color: #fff !important;
    position: relative;
    line-height: 2;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 1px !important;
    padding-right: 7px !important;
    margin-right: 0px !important;
    height: 3.97rem !important;
}

.flex-multi {
    float: left;
    width: 45%;
    margin-bottom: 100px;
}

.flex-multi+.flex-multi {
    float: right;
}

.clear {
    clear: both;
}

/* flexMenu styles */

.flexMenu-viewMore>a {
    height: 20px !important;
    font-size: 14px !important;
    position: relative;
    top: 5px;
}

.flexMenu-viewMore.active>a,
.flexMenu-viewMore>a:hover {
    height: 20px !important;
    position: relative;
    top: 5px;
    color: #00448b;
}

.flexMenu-popup {
    list-style-type: none;
    padding: 0;
    background-color: #00448b;
    margin: 0;
    border-radius: 8px !important;
    border: 1px solid #7f91ca !important;
    -webkit-box-shadow: 3px 2px 20px rgba(0, 0, 0, .2) !important;
    box-shadow: 3px 2px 20px rgba(0, 0, 0, .2) !important;
    transform: translate3d(-81px, 12px, 0px) !important;
    z-index: 9999;
    top: 32px !important;
    min-width: 13rem;
    color: #00448b !important;
    margin: 0.25rem 0.4rem 0;
    padding-left: 7px !important;
}
.flexScroll .flexMenu-viewMore>a:after {
    display: inline-block;
    content: "\ea92";
    font-family: 'fuse-iconfont' !important;
    font-size: 2rem;
    height: 2rem;
    line-height: 2rem;
    width: 2rem;
    color: #ffff;
    position: relative;
    top: 3px;
}

.lt-ie8 .flexMenu-popup {}

.flexMenu-popup a {
    display: block;
    white-space: nowrap;
}

.flexMenu-popup a:hover {
    display: block;
}