@charset "utf-8";

.l-headerMainMenuContainer {
    margin-bottom: -20px;
}
.l-headerMainMenuContainer > ul {
    display: flex;
    align-items: stretch;
    height: 50px;
}
.l-headerMainMenuContainer > ul > li {
    position: relative;
    flex: 1 0;
    text-align: center;
    font-size: 16px;
    height: 40px;
}
.l-headerMainMenuContainer > ul > li:hover {
    background-color: #004098; 
    color: #fff;
}

.l-headerMainMenuContainer > ul > li > a {
    color: #424242 !important;
    display: block;
    line-height: 40px;
    font-weight: bold;
    cursor: pointer;
    background-position: right 4% center;
    border: 0 none;
    height: 40px;
    box-shadow: none;
    padding: 0;
}
/* .l-headerMainMenuContainer > ul > li > a:hover {
    background: #004098 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFBAMAAABlfdtYAAAAJFBMVEX////////////////////////////////////////////////Vd7HLAAAAC3RSTlMABhkaOWSaxcbl+XfvJNoAAAAmSURBVAgdY2Bg3coABF67HBgYmGbvnszAIL579w4Bhuzdu3cnAABpSAk7uGaA0AAAAABJRU5ErkJggg==") right 4% center no-repeat;
    background-repeat: no-repeat;
} */
.l-headerMainMenuContainer > ul > li:hover > a {
    color: #fff !important;
    text-decoration: none;
}
.l-headerMainMenuContainer .dropdown-menu {
    position: absolute;
    min-width: 100%;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    /* padding: .5rem 0; */
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
}
.l-headerMainMenuContainer > ul > li.dropdown:hover .dropdown-menu {
    display: block;
}
.l-headerMainMenuContainer .dropdown-menu .dropdown-item {
    box-sizing: border-box;
    display: block;
    width: 100%;
    /* padding: .25rem 0; */
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.l-headerMainMenuContainer .dropdown-menu .dropdown-item a {
    box-sizing: border-box;
    display: block;
    font-weight: bold;
    font-size: 14px;
    padding-left: 25px;
    /* padding: 0 25px 0 25px; */
}

.l-headerMainMenuContainer .dropdown-menu .dropdown-item a:hover {
    text-decoration: underline !important;
    color: #004094 !important;
}
.l-headerMainMenuContainer .l-meganav__category {
    padding: 0;
}

.l-headerMainMenuContainer .l-meganav__category.cat_dropdown > ul > li > a {
    padding: 6px 40px 5px 15px;
    background-position: 245px center;
}
.l-headerMainMenuContainer .l-meganav__category .l-meganav__balloonBox {
    left: 288px;
    font-size: 14px;
}
.l-headerMainMenuContainer img{
    vertical-align: super;
}