.navbar .menu ul.dropdown-menu{
    right: initial;
    width: auto !important;
    white-space: nowrap;
}
.navbar .menu ul.dropdown-menu li{
    margin-top: 0 !important;
    white-space: nowrap;
}
.navbar .menu ul.dropdown-menu li a{
    font-size: 16px !important;
    line-height: 28px !important;
}
.nav-column{
    display: inline-block;
    min-width: 50px;
    padding: 10px 0 20px 0;
    vertical-align: top;
    width: auto !important;
    white-space: nowrap;
}
.nav-box{
    border-bottom: 1px solid #ffffff;
    display: block;
}
.nav-heading{
    font-family: Source Sans Pro, sans-serif;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
}
.nav-text{
    font-family: Source Sans Pro, sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
}

@media screen and (max-width: 900px) {
    .navbar .menu ul.dropdown-menu{
        left: -160px !important;
    }
}