.navbar .brand {float: left; padding: 0 !important; max-width: 100%}
#dnnMenu .menuItem {word-wrap: break-word}
@media(min-width:768px) {#dnnMenu .menuItem {max-width: 1000px}}
@media(min-width:992px) {#dnnMenu .menuItem {max-width: 940px}}
@media(min-width:1200px) {#dnnMenu .menuItem {max-width: 1138px}}
@media only screen and (max-width:768px) {
    .main-navigation {height: auto; width: 100%}
    nav {display: none}
    a.mobile-nav-btn {display: block;float: right;width: 50px;height: 46px;margin-top: 15px;text-align: center; color: #383838}
    a.mobile-nav-btn:hover {text-decoration: none}
    #navbar-top-wrapper {clear: both;position: relative}
    #navbar {float: none !important}
	#logo {padding-left: 15px}
}
@media only screen and (max-width:767px) {#navbar {float: right}}@media (min-width:767px)and (max-width: 1024px) {
	#navbar {float:left;width:100%!important}}@media (min-width:1025px){#navbar {float: right}}
.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0
}
.navbar-default {
    background-color: transparent;
    border: none
}
.navbar-collapse {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
#dnnMenu .topLevel>li>a {
    color: #26394a;
    font-size: 1em
}
#dnnMenu .topLevel>li>a:focus,
#dnnMenu .topLevel>li>a:hover {
    color: #595947
}
#dnnMenu .topLevel>li.active>a:focus,
#dnnMenu .topLevel>li.active>a:hover {
    color: #40607d;
    background-color: #fff
}
#dnnMenu .topLevel>.open>a,
#dnnMenu .topLevel>.open>a:focus,
#dnnMenu .topLevel>.open>a:hover {
    background-color: #fff
}
#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 li.active a:focus,
#dnnMenu .dropdown-menu li.active a:hover,
#dnnMenu .dropdown-menu li.active>a {
    background: #2d579d;
    color: #fff;
    font-weight: 600
}
#dnnMenu .dropdown-menu a:hover {
    background: #2d579d;color: #fff;
}
.padding {
    margin-top: 2% !important
}
@media only screen and (max-width:1200px) {
    #dnnMenu .nav li {
        font-size: .9em
    }
}
@media (max-width: 1024px) {
	 #dnnMenu .dropdown-menu {
        padding: 0
    }
    #dnnMenu .dropdown-menu::after {
        border: none;
        pointer-events: none;
        border-color: none;
        border-width: 0
    }
    #dnnMenu .dropdown-menu.subLevel, #dnnMenu .dropdown-menu.subLevelRight {
        padding: 0; width:100%!important;
    }
    #dnnMenu .dropdown-menu.subLevel li {
        border-bottom: 1px solid #4a4b4c;
        padding: 0
    }
    #dnnMenu .dropdown-menu.subLevelRight li {
        padding: 0
    }
    #dnnMenu .topLevel li {
        position: relative;
        list-style-type: none;
        float: none;
        width: 100%;
        margin-bottom: 0;
        border-top: 1px solid rgba(0, 0, 0, .1)
    }
    #dnnMenu .topLevel li.active a {
        color: #122433;
        font-weight: 700
    }
    #dnnMenu .topLevel li a {
        display: block;
        color: #122433;
        -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 span {
        color: #122433
    }
    #dnnMenu .topLevel li a span {
        line-height: 52px;
        margin: 0;
        padding: 0 15px;
        font-size: 15px
    }
    #dnnMenu .topLevel .dropdown.open a span {
        color: #40607d
    }
    #dnnMenu .topLevel .dropdown-menu.subLevel a span {
        color: #26394a
    }
    #dnnMenu .topLevel>li>a {
        color: #122433
    }
    #dnnMenu .topLevel>li:hover {
        background-color: #a3c8aa;color:#fff;
    }
    #dnnMenu .topLevel>li>a:hover span {
        color: #fff
    }
    #dnnMenu .dropdown.open .subLevel>li a:hover span {
        color: #fff
    }
    .navbar-nav.sm-collapsible .caret,
    .navbar-nav.sm-collapsible ul .caret {
        position: absolute;
        right: 0;
        padding: 0;
        width: 65px;
        height: 62px;
        line-height: 60px;
        text-align: center;
        border-width: 1px;
        border-style: solid;
        top: 0;
        border: none;
        background-color: #a3c8aa;
        display: block;
        margin: 0;
        border-radius: 0;
        font-size: 1.3em
    }	
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	.navbar-default .navbar-collapse{border-color:#fff;}
   
	
}