
body.menu-active .slide-out-div {
    left: 0px;
    box-shadow: 8px 0px 7px -6px #333;
}

.slide-out-div div.nav-close {
    width: 40px;
    height: 18px;
    position: absolute;
    right: 0px;
    top: 24px;
    cursor: pointer;
    transform: rotate(90deg);
    padding: 0px;
}

.slide-out-div {
    font-family: 'Open Sans', sans-serif;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    color: #00558c;
    left: -320px;
    top: 0px;
    transition: left 0.5s ease;
    font-size: 16px;
    max-height: 100vh;
    background-color: #eaeae8;
}

    .slide-out-div > div {
        padding: 10px 0px 90px 0px;
        position: static;
        width: 320px;
        height: 100%;
        box-sizing: border-box;
        overflow-y: auto;
        overflow-x: hidden;
        -ms-overflow-style: none;
    }

    .slide-out-div ::-webkit-scrollbar {
        display: none;
    }

div.open {
    position: absolute;
    left: 4%;
    top: 25px;
    width: 290px;
    height: 50px;
}

label[for=tab-toggle], #header h3.nav-open, #header h3.open-login, #header h3.open-connect {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin: 0;
    color: #00558c;
    cursor: pointer;
    z-index: 6;
}

#header h3.open-login, .scroll #header h3.open-login {
    left: 100px;
}

@media only screen and (max-width: 890px) {
    #header h3.open-login, .scroll #header h3.open-login {
        left: 28px;
    }

    div.open {
        width: 70px;
    }
}

#header h3.open-login {
    display: block;
}

    #header h3.open-login:after {
        content: "";
        background-color: #00558c;
        width: 24px;
        height: 24px;
        transform: rotate(45deg);
        position: absolute;
        top: -37px;
        left: -7px;
    }

body.scroll #header h3.open-login:after {
    background-color: #00558c;
}

body.scroll .login-active #header h3.open-login {
    color: #00558c;
}

#header h3.open-connect {
    left: auto;
    right: 4%;
    display: none;
    top: 25px;
}

.connect-active #header h3.open-connect span {
    display: none;
}

.connect-active #header h3.open-connect {
    right: 70px;
}

label.nav-close[for=tab-toggle] {
    position: absolute;
    left: 270px;
    transform: rotate(90deg);
    top: 22px;
    /* font-size: 10px; */
    bottom: initial;
}

label[for=tab-toggle]:hover, #header h3.nav-open:hover {
    /* color: #fff; */
}

label[for=tab-toggle] img, #header h3.nav-open img {
    display: block;
}

.slide-out-div ul {
    margin: 0;
    padding: 0 0 0 60px;
}

    .slide-out-div ul li {
        list-style: none;
        padding: 7px 0px;
    }

        .slide-out-div ul li a {
            color: #fff;
            font-size: 14px;
            color: #000;
            font-family: "Open Sans";
            font-weight: normal;
        }

            .slide-out-div ul li a:hover {
                color: #00558c;
            }

.slide-out-div p {
    margin: 0px;
    font-size: 16px;
    color: #fff;
    font-family: "Open Sans";
    font-weight: normal;
    padding: 15px 0 15px 20px;
}

.slide-out-div a {
    color: #ff6600;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    transition: color 0.25s ease;
    border: none;
    outline: none;
}

    .slide-out-div a:hover, .slide-out-div .tooltip:hover {
        color: #fff;
    }

.slide-out-div h2 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin: 15px 0px;
    padding: 7px 0 7px 20px;
    color: #fff;
    background-color: #00558c;
}

.slide-out-div h3, .slide-out-div h3 a {
    border-width: 0px;
    line-height: 1.4;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin: 0px;
    padding: 15px 0px 15px 20px;
    color: #000;
    cursor: pointer;
    outline: none;
}

    .slide-out-div h3:hover, h3.ui-accordion-header-active {
        color: #00558c;
    }

.slide-out-div i {
    width: 40px;
    font-size: 24px;
}

    .slide-out-div i.icon-logo {
        font-size: 18px;
        display: inline-block;
    }

    .slide-out-div i.fa-navicon {
        font-size: 18px;
    }

    .slide-out-div i.fa-envelope {
        font-size: 22px;
    }

.slide-out-div input[type=radio] {
    width: auto;
    border: none;
    box-shadow: none;
    opacity: 0;
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    left: -100%;
}

@media only screen and (max-width:890px) {
    #header h3.open-connect {
        display: block;
    }

        #header h3.open-connect span, #header h3.open-login span {
            display: none;
        }
}

@media only screen and (max-width:400px) {
    .connect-active #header h3.open-connect {
        right: 4%;
    }
}
