﻿
a[href*="javascript"].has-submenu .sub-arrow {
    width: 100% !important;
}
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
    font-family: "Roboto Flex", sans-serif !important;
}
.sm-blue a span.sub-arrow {
    text-align: right;
}

.menu-horizontal .sm-blue,
.menu-horizontal .sm-blue > li,
.menu-horizontal .sm-blue a,
.menu-horizontal .sm-blue a.current {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    text-transform:uppercase!important;
    box-shadow:none!important
}

.menu-horizontal .sm-blue a.current{
    color:#2b507e!important;
}

.sm.navbar-nav > li > ul {
    top: 61px !important;
    border-top: 6px solid #f7ca50;
}
.navbar-light .navbar-toggler-icon {
    background: url(../images/toggle-menu.png) no-repeat !important;
}
.sm-blue ul {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.sm-blue ul a:hover {
    background: url(/images/sub-menu-arrow.png) no-repeat left !important;
}
@media (max-width: 991.99px) {
    .sm-blue a span.sub-arrow {
        text-align: center;
    }
    .sm.navbar-nav > li > ul {
        border-top: 2px solid #f7ca50;
    }
}