.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0
}

.navbar {
    justify-content: end!important;
}

.navbar-nav {
    flex-direction: row!important;
    float: right!important;
    margin-bottom: 50px!important;
}

.navbar .brand {
    float: left;
    padding: 0!important;
    max-width: 120px
}

.navbar-default {
    background-color: transparent;
    border: none
}

.navbar-collapse {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-nav>.active>a, 
.navbar-nav>.active>a:focus, 
.navbar-nav>.active>a:hover {
    background: none!important;
    border-bottom: 3px solid #006938;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: none!important;
}

#dnnMenu .topLevel>li>a {
    text-transform: uppercase;
    color: #1C1463;
    font-size: 18px;
    font-weight: 500;
    padding: 0!important;
    margin: 15px 0 0 50px;
}

#dnnMenu .topLevel>.open>a,
#dnnMenu .topLevel>.open>a:hover,
#dnnMenu .topLevel>.open>a:focus {
    background: none
}

#dnnMenu .topLevel>.active.open>a,
#dnnMenu .topLevel>.active.open>a:hover,
#dnnMenu .topLevel>.active.open>a:focus {
    background-color: #e7e7e7
}

#dnnMenu .navbar-default .topLevel>li>a {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#dnnMenu .dropdown-menu {
    border: none!important;
    box-shadow: none!important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 4px;
    padding: 0;
    position: absolute;
    margin-left: 50px!important;
}

#dnnMenu .dropdown-menu li {
    border-left: 3px solid #006938!important;
    margin: 8px 0;
    background: none;
    float: none;
    clear: both;
    width: auto;
    border-bottom: 1px solid #e1e1e1;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#dnnMenu .dropdown-menu li:hover {
    color: #006938;
}

#dnnMenu .dropdown-menu li:last-child {
    border: none
}

#dnnMenu .dropdown-menu li>a {
    padding: 0 10px!important;
    transition: 0.1s;
    background: #fff;
}

#dnnMenu .dropdown-menu li.active>a,
#dnnMenu .dropdown-menu li.active a:hover,
#dnnMenu .dropdown-menu li.active a:focus {
    color: #3f3f3f;
    font-weight: 600
}

#dnnMenu .dropdown-menu a:hover {
    transition: 0.1s;
    color: #2a8e4f;
}

#dnnMenu .subLevelRight::after {
    border: none
}

@media only screen and (min-width:768px) and (max-width:995px) {
    #dnnMenu .nav li {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    #dnnMenu .topLevel>li>a {
        margin: 0!important;
    }

    #dnnMenu .dropdown-menu {
        padding: 0
    }

    #dnnMenu .dropdown-menu::after {
        border: none;
        pointer-events: none;
        border-color: none;
        border-width: 0
    }

    #dnnMenu .dropdown-menu.subLevel {
        padding: 0
    }

    #dnnMenu .dropdown-menu.subLevel li.active a span {
        color: #3f3f3f
    }

    #dnnMenu .dropdown-menu.subLevel li {
        background: #4a4f54;
        border-bottom: 1px solid #4a4b4c;
        padding: 0
    }

    #dnnMenu .dropdown-menu.subLevelRight li {
        background: #5d6062;
        padding: 0
    }

    #dnnMenu .topLevel li {
        position: relative;
        list-style-type: none;
        float: none;
        margin-bottom: 0;
        margin-left: 10px;
    }

    #dnnMenu .topLevel li.active a {
        color: #3f3f3f;
        font-weight: bold
    }

    #dnnMenu .topLevel li a {
        display: block;
        -webkit-transition: all .2s ease 0s;
        -moz-transition: all .2s ease 0s;
        -o-transition: all .2s ease 0s;
        transition: all .2s ease 0s;
        padding-top: 5px;
        padding-bottom: 5px
    }

    #dnnMenu .topLevel li a:hover {
        background: #bbc2c8
    }

    #dnnMenu .topLevel li a:hover span {
        color: #3f3f3f
    }

    #dnnMenu .topLevel li a span {
        line-height: 28px;
        margin: 0;
        font-size: 16px
    }

    #dnnMenu .topLevel .dropdown.open a span {
        color: #7ca0c0
    }

    #dnnMenu .dropdown.open .subLevel>li a:hover span {
        color: #69849d
    }

    .navbar-nav.sm-collapsible .caret,
    .navbar-nav.sm-collapsible ul .caret {
        position: absolute;
        right: 0;
        padding: 0;
        width: 0;
        height: 0;
        line-height: 60px;
        text-align: center;
        border-width: 1px;
        border-style: solid;
        top: 0;
        border: none;
        background-color: #2c2f33;
        display: block;
        margin: 0;
        border-radius: 0;
        font-size: 1.3em
    }
}