.header-top {
    background: #fff;
    /*height: 46px !important;*/
    transition: all 0.3s ease;
}

.header-top>nav {
    float: right;
}

.header-top>nav>ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
}

.header-top>nav>ul>li {
    margin: 0;
    padding: 0;
    float: left;
}

.header-top>nav>ul>li>a {
    line-height: 46px;
    position: relative;
    display: block;
    padding: 0 20px;
    margin: 0;
    color: #162056;
    font-size: 12px;
    font-weight: 300;
}

.header-top>nav>ul>li.has-submenu>a {
    transition: all 0.3s ease;
}

.header-top>nav>ul>li>a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    background: #162056;
}

.header-top>nav>ul>li:first-child>a:after {
    content: none;
}

.header-top>nav>ul>li>a.button-link {
    z-index: 2;
    background: #162056;
    color: #fff;
    line-height: 46px;
    font-weight: 500;
    padding: 0 38px;
    text-transform: uppercase;
    transition: background 0.3s ease, height 0.3s ease, padding 0.3s ease,
        line-height 0.3s ease;
}

.header-top>nav>ul>li>a.button-link:hover {
    background: #090e2b;
}

.header-top>nav>ul>li>a.button-link:after {
    content: none !important;
}

.header-top>nav>ul>li>a.button-link:before {
    content: none !important;
}

.header-top>nav>ul>li>a.button-link2 {
    z-index: 2;
    background: #ed3237;
    color: #fff;
    line-height: 46px;
    font-weight: 500;
    padding: 0 38px;
    text-transform: uppercase;
    transition: background 0.3s ease, height 0.3s ease, padding 0.3s ease,
        line-height 0.3s ease;
}

.header-top>nav>ul>li>a.button-link2:hover {
    background: #d52b1e;
}

.header-top-megamenu {
    position: fixed;
    z-index: 100;
    top: 43px;
    left: 0;
    width: 100%;
    background: #f2f3f2;
    border-bottom: 3px solid #d52b1e;
    color: #162056;
    display: none;
}

.header-top-megamenu:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.header-top-megamenu .header-top-megamenu-image {
    float: left;
    width: 318px;
    height: 170px;
    margin-top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.header-top-megamenu .header-top-megamenu-image img {
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
}

.header-top-megamenu .header-top-megamenu-title {
    float: left;
    width: 220px;
    margin: 65px 0 0 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.header-top-megamenu nav {
    float: right;
    width: 552px;
    margin: 25px 0 0 0;
}

.header-top-megamenu nav ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
}

.header-top-megamenu nav ul li {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: inherit;
}

.header-top-megamenu nav ul li a {
    font-size: 12px;
    line-height: 24px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*top:88px; removed from below*/
/* .nav-minimized .header-top-megamenu {} */

.no-touch .header-top>nav>ul>li.has-submenu:hover>a {
    background: #f2f3f2;
}

.no-touch .header-top>nav>ul>li.has-submenu:hover>a:after {
    background: #f2f3f2;
}

.no-touch .header-top>nav>ul>li.has-submenu:hover>a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    transform: translate(0, -50%);
    right: -1px;
    background: #fff;
    z-index: 1;
}

.no-touch.nav-minimized .header-top>nav>ul>li.has-submenu:hover>a:before {
    height: 30px;
}

.no-touch .header-top>nav>ul>li.has-submenu:hover>.header-top-megamenu {
    display: block;
}

#block-nation-main-menu {
    margin-right: 0px !important;
}

#block-nation-branding {
    padding-left: 0px !important;
}

.affix .header-top>nav>ul>li>a.button-link2,
.affix .header-top>nav>ul>li>a.button-link {
    line-height: 30px;
}

.header-top>nav>ul>li>a.button-link2:hover {
    color: black;
}