.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;
    padding: 0;
}

#dnnMenu .topLevel>li>a {
    color: #3f3f3f
}

#dnnMenu .topLevel>li>a:focus,
#dnnMenu .topLevel>li>a:hover {
    color: #979797;
    background-color:#ffffff;
}

#dnnMenu .topLevel>li.active>a:focus,
#dnnMenu .topLevel>li.active>a:hover {
    color: #3f3f3f
}

#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 {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    display: block;
    border: 0;
    box-shadow: none;  
    min-width: 0
}

#dnnMenu .dropdown-menu.subLevel {
    position: relative;
    top: 0;
    width: 100%;
}

header ul.navbar-nav.topLevel {
    float: right;
    top: 0;
}

#dnnMenu .dropdown-menu::after {
    bottom: 100%;
    left: 35%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #f1f1f1;
    border-width: 10px;
    margin-left: -30px;
    display: none;
}

#dnnMenu .dropdown-menu li {
    background: none;
    float: none;
    clear: both;
    width: auto;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    list-style-type: none;
}

#dnnMenu .dropdown-menu li:last-child {
    border: none
}

#dnnMenu .dropdown-menu li>a {
    background: transparent
}

#dnnMenu .dropdown-menu li.active>a,
#dnnMenu .dropdown-menu li.active a:hover,
#dnnMenu .dropdown-menu li.active a:focus {
    color: #3f3f3f;
}

#dnnMenu .dropdown-menu a:hover {
    color: #fff
}

#dnnMenu .subLevelRight::after {
    border: none
}

#dnnMenu .subLevel li > a {
    display: none;
}


@media only screen and (min-width:992px) {
    #dnnMenu .subLevel li.active .subLevelRight li a {
        display: block;
    }

    #dnnMenu .subLevelRight li:first-child {
        display: none !important; 
    }

    #dnnMenu {
        /*position: relative;
        bottom: 46px;*/
        margin-top: -46px;
    }

    #subpageBanner {
        margin-top: 40px;
    }

    #dnnMenu .dropdown .dropdown-menu {
        display: none !important;
        height: 46px;
    }

    #dnnMenu .dropdown.active .dropdown-menu {
        display: block !important;        
        width: 100%;
        background-color: #00b3e3;
        cursor: auto;
        padding: 10px 0;
        box-shadow: none;
    }

    #dnnMenu .dropdown.active .dropdown-menu li {
        display: inline-block;
        border-bottom: 0;
        padding: 0;
        margin-right: 40px;
    }

    #dnnMenu .dropdown.active .dropdown-menu li.active {
        border-bottom: 1px solid #ffffff !important;
    }

    #dnnMenu .dropdown a .fa.fa-chevron-right {
        display: none;
    }

    #dnnMenu .dropdown.active .dropdown-menu li a {        
        padding: 0 !important;
        color: #ffffff !important;  
        text-decoration: none;
        border-bottom: 0;        
    }

    #dnnMenu .dropdown.active .dropdown-menu li a span {
        text-transform: capitalize;
    }

    #dnnMenu .nav>li {
        margin-left: 55px;
    }

    #dnnMenu .nav>li:first-child {
        margin-left: 0;
    }

    

    /*.opt-out-consumer-confirmation #siteWrapper.sub-page > #sticky-wrapper,
    .opt-out-confirmation #siteWrapper.sub-page > #sticky-wrapper,
    .cookies #siteWrapper.sub-page > #sticky-wrapper,
    .opt-out #siteWrapper.sub-page > #sticky-wrapper,
    .legal-notice #siteWrapper.sub-page > #sticky-wrapper{
        height: 105px !important;
    }*/
     
   
    
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    #dnnMenu .nav>li {
        margin-left: 20px;
    }

}

@media only screen and (min-width:768px) and (max-width:992px) {
    #dnnMenu .nav li {
        font-size: 15px
    }    

}

@media only screen and (max-width:992px) {
    #dnnMenu li a {
        background-color: #00b3e3 !important;
    }

    #dnnMenu li a span {
        color: #ffffff;
    }

    .no-padding-mobile {
        padding: 0;
    }

    #dnnMenu .dropdown-menu.subLevel li a {        
        padding: 10px 10px 10px 20px !important;
    }

    #dnnMenu .dropdown-menu.subLevelRight li a {
        padding-left: 40px !important;
    }

    #dnnMenu .topLevel li {
        padding: 0;
    }

    #dnnMenu ul.navbar-nav li.active > a {
        background: #005cab !important;
        color: #ffffff !important;
    }

    #dnnMenu ul.navbar-nav li.active a {
        border-bottom: 0 !important;
        padding-bottom: 10px !important;
    }

    #dnnMenu .dropdown-menu {
        padding: 0;
        width: 100%;
    }
    #dnnMenu .dropdown-menu::after {
        border: none;
        pointer-events: none;
        border-color: none;
        border-width: 0
    }
    #dnnMenu .dropdown-menu.subLevel {
        padding: 0;
        position: relative;
        width: 100% !important;
        border: 0;
        box-shadow: none;
        height: 450px;
        overflow: auto;
    }
      
    #dnnMenu .dropdown-menu.subLevelRight li {
        background: #5d6062;
        padding: 0
    }
    #dnnMenu .topLevel li {
        position: relative;
        list-style-type: none;
        float: none;
        width: 100%;
        margin-bottom: 0;
        clear: both;
    }
    #dnnMenu .topLevel li.active a {
        color: #3f3f3f;
    }
    #dnnMenu .topLevel li a {
        display: block;
        color: #ddd;
        -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 span {
        line-height: 52px;
        margin: 0;
        padding: 0 15px;
        font-size: 15px
    }
    #dnnMenu .topLevel .dropdown-menu.subLevel a span {
        color: #fff
    }
    #dnnMenu .topLevel>li>a {
        color: #fff
    }
    
    #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: 65px;
        height: 62px;
        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
    }

    #dnnMenu .subLevel li > a {
        display: block;
    }

    #dnnMenu .subLevel li.dropdown.active > a {
        background: #005cab !important;
    }


    #dnnMenu .dropdown-menu.subLevelRight {
        position: relative;
        margin-top: 0;
    }

    #dnnMenu .subLevelRight li > a {
        display: none;
    }

    #dnnMenu .subLevelRight li a {
        display: none;
    }

    #dnnMenu .subLevelRight.open li a {
        display: block;
    } 
}

@media only screen and (max-width:767px) and (orientation: landscape) {
    #dnnMenu .dropdown-menu.subLevel {        
        height: 260px;
        overflow: auto;
    }
}