﻿/*Logo Divisions*/
#mobile-abovemenu {
    /*height: 100px;*/
    max-width: 1280px;
    margin: auto;
}

@media screen and (min-width: 939px) {
    #mobile-abovemenu {
        display: none;
    }

    #new-top-menu-wrapper {
        display:none;
    }
}

@media screen and (max-width: 938px) {
    #mobile-abovemenu {
        display: block;
    }

    #new-top-menu-wrapper {
        display: block;
    }

    .desktop-header-logo > a > img {
        margin-top: 1.5vw;
        min-width: 120px;
        max-width: 20vw;
    }
}


    /* NEW MOBILE STYLES */
    .new-top-menu-wrapper {
        background-color: #fff;
        height: 2em;
        text-align: unset;
        width: 100%;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }

    #new-mobileSub {
        width: 80%;
        position: absolute;
        z-index: 9999;
    }

    .new-top-nav-logo {
        display: block;
        padding-top: 6px;
        float: left;
        height: 36px;
    }

    .new-top-nav-menu {
        display: block;
        z-index: 600;
    }

    .new-top-nav-logo img {
        height: 26px;
    }

    .new-burgerEntity {
        padding-top: 4px;
        color: #00205C;
        font-weight: bolder;
        margin-left: 1em;
        text-decoration: none;
        display: block;
        cursor: pointer;
    }

.new-top-nav-menu > a:active, .new-top-nav-menu > a:hover {
    text-decoration: none !important;
    color: #00205C !important;
}

/* MOBILEMENU_CONTAINER + UNIVERSAL STYLES */
.mobilemenu_container {
    min-width: 360px;
    max-width: 450px;
    margin-top: -1em;
    background-color: #ececec;
    border-right: solid 1px #ccc;
}

        .mobilemenu_container a {
            font-size: 16px;
            font-weight: normal;
            cursor: pointer;
        }

        .mobilemenu_container ul {
            padding: 0;
            list-style: none;
            width: 100%;
        }

    /* ARROWS */
    .mobile_downarrow, .mobile_uparrow {
        float: right;
    }

    .mobile_rightarrow, .mobile_leftarrow {
        float: right;
    }

    .mobile_showarrow {
        display: inline-block;
    }

    .mobile_hidearrow {
        display: none;
    }

    /* DIV behavior */
    .hide_div {
        display: none !important;
    }

    .show_div {
        display: block;
    }

    /* TOPITEMS */
    .topItem {
        padding-right: 1em;
        background-color: #ececec;
        border-bottom: solid 1px #ccc;
    }

        .topItem > a {
            color: #000;
            height: 32px;
            padding-top: 16px;
            padding-left: 1em;
            display: block;
        }

            .topItem > a:active, .topItem > a:hover {
                text-decoration: none;
            }

    .topItem_div {
        margin-left: -1em;
        margin-right: -1em;
    }

    .topItem_link, .topItem_link:visited {
        color: #000 !important;
        height: 32px;
        padding-top: 16px;
        padding-left: 2em;
        display: block;
        background-color: #fff;
        border-top: solid 1px #ccc;
        border-right: solid 1px #ccc;
    }

    .mobile_activeTopItem {
        font-weight: bold !important;
    }

    /* CHILDITEMS */
    .childItems_list {
        padding-left: 1em;
    }

    .childItem {
        background-color: #ececec;
        padding-left: 0.5em;
        border-top: solid 1px #ccc;
        border-right: solid 1px #ccc;
    }

        .childItem > a {
            height: 32px;
            padding-top: 16px;
            padding-right: 1em;
            padding-left: 1.5em;
            display: block;
            color: #000;
            background-color: #fff;
        }

            .childItem > a:visited, .childItem > a:active, .childItem > a:focus {
                text-decoration: none;
            }

        .childItem_div > a, .childItem_div > a:visited {
            color: #000 !important;
        }

    .childItem_link_nested {
        height: 32px;
        padding-top: 16px;
        display: block;
        background-color: #fff;
        padding-left: 2.5em;
        padding-right: 1em;
        border-top: solid 1px #ececec;
        border-right: solid 1px #ececec;
    }

    .mobile_activeChildItem {
        font-weight: bold !important;
    }

    /* GRANDCHILDITEMS */
    .grandchildItems_list > li {
        background-color: #fff;
        padding-left: 2.5em;
        padding-right: 1em;
        border-top: solid 1px #ececec;
        border-right: solid 1px #ececec;
    }

    .grandchildItem_link, .grandchildItem_link:visited {
        height: 32px;
        padding-top: 16px;
        display: block;
        color: #000;
    }

    .mobile_activeGrandchildItem {
        font-weight: bold !important;
    }

    .twolines {
        padding-bottom: 16px;
    }