#loginmenu {
    color: #002855 !important;
}

#topNav #loginmenu {
    padding: 1px 5px;
}

#loginmenu.btn-success {
    border: none;
}

.LoginMenu {
    left: -200px !important;
    width: 260px !important;
}

    .LoginMenu a {
        padding: 3px 20px !important;
        color: #002855 !important;
    }

    .LoginMenu > li > a:hover, .LoginMenu > li > a:focus {
        text-decoration: none !important;
        color: #fff !important;
        background-color: #002855 !important;
    }

.MemberProfile_div {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 8px;
}

    .MemberProfile_div hr {
        background: #ffffff;
    }

    .MemberProfile_div a {
        padding: 0 !important;
    }

#MobileLogout .MemberProfile_div hr {
    background: #eaeaea;
}

#MobileLogout a {
    color: #002855;
}

.MemberProfile_name, .MemberProfile_Manage, .MemberProfile_Logout {
    margin-left: 5px;
    text-decoration: none;
    font-family: "ProximaNovaRgRegular","Open Sans",Helvetica,Arial;
}

#ProfilePicture {
    width: 50px;
    height: 52px;
    border-radius: 155px;
    -webkit-border-radius: 155px;
    -moz-border-radius: 155px;
    margin: 0 auto;
    border: 1px solid #D5D5D5;
}

.memberLogout {
    float: left !important;
    margin-top: 15px !important;
    display: none;
}

@media(min-width:768px) {
    #MobileLogout {
        display: none;
    }
}

@media screen and (max-width:768px) {
    #MobileLogout {
        display: block;
    }

    .MemberProfile_Logout {
        margin-left: 5px !important;
        text-decoration: none;
    }
}

@media screen and (max-width:480px) {
    #MobileLogout {
        display: block;
        margin-left: 10px;
    }
}
