

.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
}

.caret {
    color: #b1b4bc;
}

#dnnMenu .topLevel > li > a, #dnnMenu .topLevel > li > a > span {
    color: #232a3d;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.fa-chevron-down, .fa-chevron-right {
    color: #B1B4BC;
}

/*    last polymer-element set oedding stop 0*/
#dnnMenu ul.topLevel > li:last-child > a {
    padding-right: 0px;
}


#dnnMenu .topLevel > li > a:focus span,
#dnnMenu .topLevel > li > a:hover span {
    color: #a00e33;
}

#dnnMenu .topLevel > li > a:focus,
#dnnMenu .topLevel > li > a:hover .fa-chevron-down,
#dnnMenu .topLevel > li > a:focus,
#dnnMenu .topLevel > li > a:hover .caret {
    color: #232a3d;
    color: #a00e33;
}

#dnnMenu .topLevel > li.active > a:focus span,
#dnnMenu .topLevel > li.active > a:hover span {
    color: #a00e33;
}

#mainHeader-inner .navbar-default .navbar-nav > .active > a,
#mainHeader-inner .navbar-default .navbar-nav > .active > a:focus,
#mainHeader-inner .navbar-default .navbar-nav > .active > a:hover {
    background-color: #fff;
}

#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: #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 {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #f1f1f1;
    background: #fff;
    padding: 0;
}

    #dnnMenu .dropdown-menu::after {
        bottom: 100%;
        left: 0%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 100%;
        position: absolute;
        pointer-events: none;
        border-color: #a00e33;
        border-bottom-color: #a00e33;
        border-width: 3px;
        margin-left: 0px
    }

    #dnnMenu .dropdown-menu li {
        background: none;
        float: none;
        clear: both;
        width: auto;
        padding: 5px 5px;
        /* 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;
        box-shadow: 0 18px 18px 0 rgba(201, 203, 209, 0.16);
    }

        #dnnMenu .dropdown-menu li a .fa-chevron-right {
            padding-left: 10px;
            padding-right: 0px;
        }

        #dnnMenu .dropdown-menu li:hover {
            /*background: #7ca0c0;*/
            background: #fff;
        }

        #dnnMenu .dropdown-menu li:last-child {
            border: none
        }

        #dnnMenu .dropdown-menu li > a {
            font-family: 'Nunito Sans', sans-serif;
            font-size: 16px;
            line-height: 24px;
            display: block;
            width: 100%;
            /* padding:.25rem .75rem  .25rem .75rem;*/
            clear: both;
            color: #232a3d;
            text-align: inherit;
            /* white-space: nowrap;*/
            background-color: transparent;
            border: 0;
        }

        #dnnMenu .dropdown-menu li.active > a, #dnnMenu .dropdown-menu li.active a:hover, #dnnMenu .dropdown-menu li.active a:focus {
            color: #a00e33;
        }

    #dnnMenu .dropdown-menu a:hover {
        color: #a00e33;
    }

        #dnnMenu .dropdown-menu a:hover .fa-chevron-right, #dnnMenu .dropdown-menu a:active .fa-chevron-right {
            color: #232a3d;
        }

.faq1 #dnnMenu {
    display: inline;
}

.faq1 .navbar-nav {
    float: right;
}

    .faq1 .navbar-nav.ul {
        margin-left: 0px;
    }

    .faq1 .navbar-nav > li > a {
        padding-top: 2px;
        padding-bottom: 5px;
    }

#dnnMenu .subLevelRight::after {
    border: none
}

#dnnMenu ul li.active a {
    border-left: 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 .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 {
                border-bottom: 1px solid #e0e2e6;
                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 #e0e2e6;
    }

        #dnnMenu .topLevel li.active a {
            color: #e86b10;
            font-weight: bold;
        }

        #dnnMenu .topLevel li a {
            display: block;
            color: #232a3d;
            -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 {
                color: #e86b10
            }

                #dnnMenu .topLevel li a:hover span {
                    color: #e86b10
                }

            #dnnMenu .topLevel li a span {
                line-height: 52px;
                margin: 0;
                padding: 0 15px;
                font-size: 15px
            }

    #dnnMenu .topLevel .dropdown.open a span {
        color: #232a3d
    }

    #dnnMenu .topLevel .dropdown-menu.subLevel a span {
        color: #232a3d
    }

    #dnnMenu .topLevel > li > a {
        color: #232a3d
    }
    
    #dnnMenu .topLevel > li > a:hover span {
            color: #a00e33;
        }

    #dnnMenu .dropdown.open .subLevel > li a:hover span {
        color: #a00e33
    }

    .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
    }
}
