.sf-menu, .sf-menu *{
margin: 0;
padding: 0;
list-style: none;
}

.sf-menu li{
position: relative;
}

.sf-menu ul, .sf-menu div{
position: absolute;
display: none;
top: 100%;
left: 0;
z-index: 99;
}

.sf-menu > li{
float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul,
.sf-menu li:hover > div,
.sf-menu li.sfHover > div{
display: block;
}

.sf-menu ul ul{
top: 0;
left: 100%;
}

.sf-menu{
float: left;
/*border-right: 1px solid #f00;*/
border: 0;
box-sizing: border-box;
margin-bottom: 0;
}

.sf-menu ul{
min-width: 100%;
width: 100%;
padding-right: .5px;
margin-left: -.5px;
}

.sf-menu ul li{
min-width: calc(100% + .5px);
width: calc(100% + .5px);
max-width: calc(100% + .5px);
border-right: 1px solid #151515;
border-left: 1px solid #151515;
}

.sf-menu li:not(:last-of-type){
border-right: 1px solid #151515;
}

.sf-menu > li:last-of-type{
border-right: 1px solid #151515;
}

.sf-menu > li:first-of-type{
border-left: 1px solid #151515;
}

.sf-menu a{
border-bottom: 1px solid #151515;
padding: .66em 1em;
text-decoration: none;
/*zoom: 1;*/
color: #fff;
display: block;
position: relative;
text-transform: uppercase;
font-weight: 600;
outline: none;
font-size: 15.5px;
padding: 9px 13px;
line-height: 22px;
}

.sf-menu a:hover{
color: #fff;
background-color: #25548f;
}

.sf-menu ul li:last-of-type a, .sf-menu ul:last-of-type li a{
border-right: none;
}

.sf-menu ul li a{
border-top: none;
}

.sf-menu li{
background: #1c4476;
white-space: nowrap;
/**white-space: normal;*/
transition: background 140ms;
line-height: 22px;
}

.sf-menu ul li{
background: #3f72b4;
}

.sf-menu ul ul li{
background: #5d94dc;
}

.sf-menu li:hover,
.sf-menu li.sfHover{
background: #204b81;
transition: none;
}

.sf-arrows .sf-with-ul{
/*padding-right: 2.5em;*/
/**padding-right: 1em;*/
}

.sf-arrows .sf-with-ul:after{
content: '';
position: absolute;
top: 50%;
right: 1em;
margin-top: -3px;
height: 0;
width: 0;
border: 5px solid transparent;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > li > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after{
border-top-color: #fff;
}

.sf-arrows ul .sf-with-ul:after{
margin-top: -5px;
margin-right: -3px;
border-left-color: #fff;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after{
border-left-color: white;
}

.sf-menu{
display: flex;
width: 100%;
}

.hhs-menu{
border-top: 0;
padding-top: 0;
}

.hhs-menu li{
width: 20%;
text-align: left;
}

.hhs-menu ul ul{
min-width: 100%;
max-width: 100%;
text-align: left;
box-sizing: border-box;
margin-left: -.7px;
z-index: 999;
}

.hhs-menu ul ul ul{
border-top: 1px solid #151515;
box-sizing: border-box;
margin-top: -.5px;
margin-left: 0px;
}

.hhs-menu ul ul ul li{
margin: 0;
box-sizing: border-box;
}

.hhs-menu ul li ul a{
font-weight: 400;
}

.hhs-menu > *{
box-sizing: border-box;
}
