/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.border-under-menu {
    float: left;
    padding-bottom: 1px;
    border-bottom: 1.3px solid #edebeb;
    position: relative;
    top: 45px;
    width: 100%;
}
nav.navbar.navbar-inverse.navbar-secondary.hidden-xs {
    border: none !important;
}