﻿img.bg {
    top: 63px;
 }

a {
    color: #fe3b65;
}

input, textarea, select, option {
    border: 2px solid rgb(153,153,153);
    background-color: rgb(153,153,153);
    font-size: 12px;
    outline: 0;
    padding: 3px;
    font-family: "NewsGothic-n1","NewsGothic",sans-serif;
    font-weight: 100;
}

.benefitLinkBlock {
    font-size: 1em;
    font-weight: bold;
    color: #666;
    clear: both;
    margin-top: 10px;
}

    .benefitLinkBlock a {
        color: #fe3b65;
        text-decoration: none;
    }

a.levelLink {
    color: #ccc;
}

.membershipMenuBarButton a {
    color: inherit;
}

.membershipMenuBarButton.give {
    margin-right: 0px;
}

a.imgbutton, a.imgbuttonPatron {
    background-color: transparent;
    border: 2px solid #fe3b64;
    color: #fe3b65;
    padding: 7px 12px 10px 12px;
    background-image: none;
    font-size: .95em;
    font-weight: bold;
    margin-top: 10px;
}

#bamLogo {
    content: url("/images/logo_pink.gif");
}

.fullScreenImage {
    min-height: 0px;
    max-height: 450px;
}

.multiContainerWrapper {
    max-height: 358px;
    width: 1100px;
    margin: 0 auto;
}

xxx.membershipMenuBar {
    width: 870px;
    margin: 0 auto;
}

.membershipMenuBar {
    width: 900px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    /*background-image: url('/images/loading.gif');*/
}

.membershipMenuBarHeader {
    padding: 10px 20px 0px 0px;
    font-size: 2em;
}

xxx.membershipMenuBarButton {
    cursor: pointer;
    height: 100px;
    margin-right: 20px;
    border: 5px solid #CCC;
    color: #666;
    padding: 30px;
    float: left;
    text-align: left;
}

.membershipMenuBarButton a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
}

.membershipMenuBarButton {
    cursor: pointer;
    width: 130px;
    height: 50px;
    margin-right: 20px;
    border: 5px solid #CCC;
    color: #666;
    padding: 30px;
    position: relative;
    display: inline-block;
    text-align: left;
    visibility: hidden;
}

.membershipMenuBarButtonTitle {
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px;
}

.membershipLevelWrapper {
    background-color: #f6f6f6;
    padding-left: 162px;
}

@media only screen and (min-width: 0px) and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1123px) and (-webkit-device-pixel-ratio: 3) {
    /* hide nav for now */
    #specialAnnouncementWrapper, .footerWrapper, .headerBar, .fixedNavControlWrapper, #road-block {
        display: none;
    }

    .middleWrapper, .backstage, .multiContainerWrapper {
        width: 100%;
    }

    .multiContainerWrapper {
        margin: 0px;
    }

    .membershipFooterContent {
        xxxwidth: 0px;
    }
}