@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);

.sm-blue-dark {
    background: transparent;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.sm-blue-dark a,
.sm-blue-dark a:hover,
.sm-blue-dark a:focus,
.sm-blue-dark a:active {
    padding: 10px 20px;
    /* make room for the toggle button (sub indicator) */
    padding-right: 58px;
    background: #233445;
    color: #F8F9FA;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.sm-blue-dark a.current {
    background: #046B99;
    color: #F8F9FA;
}

.sm-blue-dark a.disabled {
    color: #666666;
}

.sm-blue-dark a .sub-arrow {
    position: absolute;
    top: 50;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.sm-blue-dark a .sub-arrow::before {
    content: '+';
}

.sm-blue-dark a.highlighted .sub-arrow::before {
    content: '-';
}

.sm-blue-dark > li:first-child > a,
.sm-blue-dark > li:first-child > :not(ul) a {
    border-radius: 8px 8px 0 0;
}

.sm-blue-dark > li:last-child > a,
.sm-blue-dark > li:last-child > *:not(ul) a,
.sm-blue-dark > li:last-child > ul,
.sm-blue-dark > li:last-child > ul > li:last-child > a,
.sm-blue-dark > li:last-child > ul > li:last-child > *:not(ul) a,
.sm-blue-dark > li:last-child > ul > li:last-child > ul,
.sm-blue-dark > li:last-child > ul > li:last-child > ul > li:last-child > a,
.sm-blue-dark > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,
.sm-blue-dark > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-blue-dark > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
.sm-blue-dark > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,
.sm-blue-dark > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-blue-dark > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
.sm-blue-dark > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,
.sm-blue-dark > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
    border-radius: 0 0 8px 8px;
}

.sm-blue-dark > li:last-child > a.highlighted,
.sm-blue-dark > li:last-child > *:not(ul) a.highlighted,
.sm-blue-dark > li:last-child > ul > li:last-child > a.highlighted,
.sm-blue-dark > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-blue-dark > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
.sm-blue-dark > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-blue-dark > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
.sm-blue-dark > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-blue-dark > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
.sm-blue-dark > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
    border-radius: 0;
}

.sm-blue-dark ul {
    background: #fff;
}

.sm-blue-dark ul ul {
    background: rgba(102, 102, 102, 0.1);
}

.sm-blue-dark ul a,
.sm-blue-dark ul a:hover,
.sm-blue-dark ul a:focus,
.sm-blue-dark ul a:active {
    background: transparent;
    color: #333333;
    font-size: 16px;
    text-shadow: none;
    border-left: 8px solid transparent;
}

.sm-blue-dark ul a.current {
    background: #046B99;
    color: #fff;
}

.sm-blue-dark ul a.disabled {
    color: #b3b3b3;
}

.sm-blue-dark ul ul a,
.sm-blue-dark ul ul a:hover,
.sm-blue-dark ul ul a:focus,
.sm-blue-dark ul ul a:active {
    border-left: 16px solid transparent;
}

.sm-blue-dark ul ul ul a,
.sm-blue-dark ul ul ul a:hover,
.sm-blue-dark ul ul ul a:focus,
.sm-blue-dark ul ul ul a:active {
    border-left: 24px solid transparent;
}

.sm-blue-dark ul ul ul ul a,
.sm-blue-dark ul ul ul ul a:hover,
.sm-blue-dark ul ul ul ul a:focus,
.sm-blue-dark ul ul ul ul a:active {
    border-left: 32px solid transparent;
}

.sm-blue-dark ul ul ul ul ul a,
.sm-blue-dark ul ul ul ul ul a:hover,
.sm-blue-dark ul ul ul ul ul a:focus,
.sm-blue-dark ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
}

.sm-blue-dark ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-blue-dark ul li:first-child {
    border-top: 0;
}

@media (min-width: 768px) {
    /* Switch to desktop layout
    -----------------------------------------------
       These transform the menu tree from
       collapsible to desktop (navbar + dropdowns)
    -----------------------------------------------*/
    /* start... (it's not recommended editing these rules) */
    .sm-blue-dark ul {
        position: absolute;
        width: 12em;
    }

    .sm-blue-dark li {
        float: left;
    }

    .sm-blue-dark.sm-rtl li {
        float: right;
    }

    .sm-blue-dark ul li,
    .sm-blue-dark.sm-rtl ul li,
    .sm-blue-dark.sm-vertical li {
        float: none;
    }

    .sm-blue-dark a {
        white-space: nowrap;
    }

    .sm-blue-dark ul a,
    .sm-blue-dark.sm-vertical a {
        white-space: normal;
    }

    .sm-blue-dark .sm-nowrap > li > a,
    .sm-blue-dark .sm-nowrap > li > :not(ul) a {
        white-space: nowrap;
    }
    /* ...end */

    .sm-blue-dark {
        background: #000000;
        border-radius: 0;
        border-bottom: 1px solid #333333;
        box-shadow: none;
    }

    .sm-blue-dark a,
    .sm-blue-dark a:hover,
    .sm-blue-dark a:focus,
    .sm-blue-dark a:active,
    .sm-blue-dark a.highlighted {
        padding: 23px 24px;
        background: transparent;
        color: #CCCCCC;
    }

    .sm-blue-dark a:hover,
    .sm-blue-dark a:focus,
    .sm-blue-dark a:active,
    .sm-blue-dark a.highlighted {
        background: #233445;
        color: #F8F9FA;
    }

    .sm-blue-dark a.current {
        background: #233445;
        color: #F8F9FA;
    }

    .sm-blue-dark a.disabled {
        background: transparent;
        color: #666666;
    }

    .sm-blue-dark a .sub-arrow {
        top: 4.6vh;
        bottom: 0vh;
        left: 50%;
        margin-left: -5px;
        right: auto;
        width: 0;
        height: 0;
        border-width: 5px;
        border-style: solid dashed dashed dashed;
        border-color: #AAAAAA transparent transparent transparent;
        background: transparent;
        border-radius: 0;
    }

    .sm-blue-dark a .sub-arrow::before {
        display: none;
    }

    .sm-blue-dark > li:first-child > a,
    .sm-blue-dark > li:first-child > :not(ul) a {
        border-radius: 0 0 0 0;
    }

    .sm-blue-dark > li:last-child > a,
    .sm-blue-dark > li:last-child > :not(ul) a {
        border-radius: 0 0 0 0 !important;
    }

    .sm-blue-dark > li {
        border-left: 0;
    }

    .sm-blue-dark > li:first-child {
        border-left: 0;
    }

    .sm-blue-dark ul {
        border: 1px solid #333333;
        padding: 7px 0;
        background: #1a1a1a;
        border-radius: 0 0 4px 4px !important;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
    }

    .sm-blue-dark ul ul {
        border-radius: 4px !important;
        background: #1a1a1a;
    }

    .sm-blue-dark ul a,
    .sm-blue-dark ul a:hover,
    .sm-blue-dark ul a:focus,
    .sm-blue-dark ul a:active,
    .sm-blue-dark ul a.highlighted {
        border: 0 !important;
        padding: 9px 23px;
        background: transparent;
        color: #CCCCCC;
        border-radius: 0 !important;
    }

    .sm-blue-dark ul a:hover,
    .sm-blue-dark ul a:focus,
    .sm-blue-dark ul a:active,
    .sm-blue-dark ul a.highlighted {
        background: #233445;
        color: #F8F9FA;
    }

    .sm-blue-dark ul a.current {
        background: #046B99;
        color: #F8F9FA;
    }

    .sm-blue-dark ul a.disabled {
        background: #1a1a1a;
        color: #666666;
    }

    .sm-blue-dark ul a .sub-arrow {
        top: 50%;
        margin-top: -5px;
        bottom: auto;
        left: auto;
        margin-left: 0;
        right: 10px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #AAAAAA;
    }

    .sm-blue-dark ul li {
        border: 0;
    }

    .sm-blue-dark .scroll-up,
    .sm-blue-dark .scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: #1a1a1a;
        height: 20px;
    }

    .sm-blue-dark .scroll-up-arrow,
    .sm-blue-dark .scroll-down-arrow {
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 8px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #CCCCCC transparent;
    }

    .sm-blue-dark .scroll-down-arrow {
        top: 6px;
        border-style: solid dashed dashed dashed;
        border-color: #CCCCCC transparent transparent transparent;
    }

    .sm-blue-dark.sm-rtl.sm-vertical a .sub-arrow {
        right: auto;
        left: 10px;
        border-style: dashed solid dashed dashed;
        border-color: transparent #AAAAAA transparent transparent;
    }

    .sm-blue-dark.sm-rtl > li:first-child > a,
    .sm-blue-dark.sm-rtl > li:first-child > :not(ul) a {
        border-radius: 0 8px 8px 0;
    }

    .sm-blue-dark.sm-rtl > li:last-child > a,
    .sm-blue-dark.sm-rtl > li:last-child > :not(ul) a {
        border-radius: 8px 0 0 8px !important;
    }

    .sm-blue-dark.sm-rtl > li:first-child {
        border-left: 0;
    }

    .sm-blue-dark.sm-rtl > li:last-child {
        border-left: 0;
    }

    .sm-blue-dark.sm-rtl ul a .sub-arrow {
        right: auto;
        left: 10px;
        border-style: dashed solid dashed dashed;
        border-color: transparent #AAAAAA transparent transparent;
    }

    .sm-blue-dark.sm-vertical {
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    }

    .sm-blue-dark.sm-vertical a {
        padding: 9px 23px;
    }

    .sm-blue-dark.sm-vertical a .sub-arrow {
        top: 50%;
        margin-top: -5px;
        bottom: auto;
        left: auto;
        margin-left: 0;
        right: 10px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #AAAAAA;
    }

    .sm-blue-dark.sm-vertical > li:first-child > a,
    .sm-blue-dark.sm-vertical > li:first-child > :not(ul) a {
        border-radius: 8px 8px 0 0;
    }

    .sm-blue-dark.sm-vertical > li:last-child > a,
    .sm-blue-dark.sm-vertical > li:last-child > :not(ul) a {
        border-radius: 0 0 8px 8px !important;
    }

    .sm-blue-dark.sm-vertical > li {
        border-left: 0 !important;
    }

    .sm-blue-dark.sm-vertical ul {
        border-radius: 4px !important;
    }

    .sm-blue-dark.sm-vertical ul a {
        padding: 9px 23px;
    }
}