/*** ESSENTIAL STYLES ***/

#dnn_siteMenu {
    font-size: 1em !important;
}

#dnn_backpageQL,
#dnn_backpageQL * {
    padding: 0;
    list-style: none;
}

#dnn_backpageQL {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #0b2240;
    font-size: 1.2em;
    text-align: center;
}

#dnn_backpageQL ul {
    position: absolute;
    /*top:			-999em;*/
    margin-left: 0;
    display: none;
}

#dnn_backpageQL>li:nth-child(-n+6),
#dnn_backpageQL>li:nth-child(n+12) {
    display: none;
}

#dnn_backpageQL li:nth-child(7) {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#dnn_backpageQL li:nth-child(11) {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#dnn_backpageQL li ul {
    display: none !important;
    background: #0b2240;
    width: 250%;
    margin-top: 18px;
}

#dnn_backpageQL li ul li {
    margin-left: 0;
    border: none;
    float: none;
}

#dnn_backpageQL li ul li a {
    color: #ffffff;
    line-height: 2;
    padding-top: 3px;
    padding-bottom: 3px;
}

#dnn_backpageQL li ul li:hover {}

#dnn_backpageQL li ul li a:hover {
    color: #fa8c35;
    font-weight: bold;
}

#dnn_backpageQL li:hover {
    visibility: visible;
    /* fixes IE7 'sticky bug' */
}

#dnn_backpageQL li {
    float: left;
    position: relative;
    width: 100%;
    border-bottom: 2px solid #cdcfd1;
    background: #e4e6e8;
}

#dnn_backpageQL li:nth-child(11) {
    border-bottom: none;
}

#dnn_backpageQL li:nth-child(4) ul {
    width: 400%;
}

#dnn_backpageQL li:nth-child(3) ul {
    width: 150%;
}

.sf-sub-indicator {
    display: none;
}

#dnn_backpageQL li:hover a,
#dnn_backpageQL li.sfHover a,
#dnn_backpageQL li:hover,
#dnn_backpageQL li.sfHover {
    color: #ffffff;
    background: #0b2240;
}


/* 
#dnn_backpageQL li:hover ul,
#dnn_backpageQL li li:hover ul,
#dnn_backpageQL li li li:hover ul,
#dnn_backpageQL li li li li:hover ul,
#dnn_backpageQL li.sfHover ul,
#dnn_backpageQL li li.sfHover ul,
#dnn_backpageQL li li li.sfHover ul,
#dnn_backpageQL li li li li.sfHover ul {
    background-repeat: repeat-y;
    text-align: left;
    width: 174px;
} */

#dnn_backpageQL li ul li ul li ul {
    font-size: 1em;
}

#dnn_backpageQL li ul li ul {
    font-size: 1em;
}

#dnn_backpageQL a {
    display: table-cell;
    position: relative;
    text-decoration: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #0b2240;
    font-size: 0.85em;
    font-weight: bold;
    padding: 8px 10px;
    line-height: 1.2;
    vertical-align: middle;
}

#dnn_backpageQL li:hover {}

#dnn_backpageQL a:after {
    padding-left: 5px;
    padding-right: 5px;
}

#dnn_backpageQL li li a:after {
    content: none;
}

#dnn_backpageQL li li a:hover {
    color: #a7a7a7;
    background-color: none;
}

#dnn_backpageQL a:focus,
#dnn_backpageQL a:hover {
    color: #ffffff;
}

#dnn_backpageQL li:nth-child(7) a {
    border-top-left-radius: 10px;
}

#dnn_backpageQL li:nth-child(11) a {
    border-bottom-left-radius: 10px;
}

@media (max-width: 991px) {}