﻿.login_register{
    display: none !important;
}
.register-non-login-page{
    display: block !important;
}

#how-to-join {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0;
    text-decoration: none;
    color: #132c6e;
    position: relative;
}

#continue-as-guest {
    display: inline;
    float: right;
}


@media only screen and (max-width: 500px) {
    #continue-as-guest {
        float: left;
    }
}

p.bold.subhead.accessible {
    font-weight: lighter;
}

strong {
    font-weight: 900;
}

button.default.gray.accessible {
    padding-left: 25px;
    padding-right: 25px
}