@media(max-width:768px) {
    #wrapper {
        margin-top: -50px;
    }
    .top-nav {
        padding: 0 0;
        margin-left: -13px;
    }
}

.lsusPurple {
    background-color: #461D7C;
}

.lsusYellow {
    color: #FDD023 !important;
}

.lsusYellow:hover {
    color: white !important;
}

#loginDropdown {
    background-color: #461D7C !important;
}

#loginDropdown:hover {
    background-color: #3C1053 !important;
}

#lsusLink:hover {
    opacity: 0.6;
}

.buttonDivider {
    margin-left: 10px;
}

.container-footer {
    margin-right: auto;
    margin-left: auto;
    background-color: #461D7C;
    padding-right: 0px;
    height: 49px;
}

.container-footer a img {
    margin-top: 10px;
}

footer {
    background: none repeat scroll 0 0 #4F4F4F;
    color: white;
    padding: 40px 0 25px;
    box-shadow: 0px 500px 0px 500px #4F4F4F; // Stretch footer to the bottom of the page
}

.socialNetworks {
    text-align: center;
}

.socialNetworks a {
    color: white;
}

.socialNetworks a:hover {
    color: #333;
}

@media (max-width: 768px) {
    .socialNetworks {
        text-align: left;
    }
}

ul.hiddenList {
	list-style-type: none;
}

#forgotPwdBtn {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    color: #337ab7;
}
#forgotPwdBtn:hover {
    color: #23527c;
    text-decoration: underline;
}

li.message-preview {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}