@media (max-width: 600px) {
    .search-bar {
        display: none;
    }

    .generalFormContainer strong.mandatoryLabel:after {
        margin-left: 10px !important;
    }

    .become-member-header font {
        font-size: 34px !important;
    }

    .logo-header img {
        height: auto;
        width: 200px;
    }

    #join-us-text blockquote {
        margin: 5px;
    }

    #key-benefits {
        margin-top: 10px !important;
    }
}

.menu-bar span {
    font-family: "Oxanium";
}

/*.generalFormContainer h3.formTitle {
    visibility: hidden;
    position: relative;
}

.generalFormContainer h3.formTitle:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    text-align: left;
    content: "Select Subscription Level";
}

.generalFormContainer #idMembershipLevelRadioGroupContainer strong.mandatoryLabel {
    visibility: hidden;
    position: relative;
}

.generalFormContainer #idMembershipLevelRadioGroupContainer strong.mandatoryLabel:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    content: "Subscription Level";
    margin-left: -20px;
}*/

.category_button {
    border-radius: 15px;
    transition: all .2s ease-in-out;
}

.category_button a {
    text-decoration: none;
}

.category_button:hover {
    transform: scale(0.9);
}

.category-description a {
    color: #4D91AD;
}

.category-description a:hover {
    color: lightskyblue;
}

#ctl00_ContentArea_loginViewControl_loginControl_forgottenPassword {
    color: black;
}