﻿/* body { */
/*     font-family: "NewsGothic-n1", "NewsGothic", sans-serif; */
/* } */

/*_Home Page Edits*/
.bam-sidebar-list {
    display: none;
}

.bam-sidebar-container .bam-sidebar {
    background-color: transparent;
}

.bam-body {
    padding-left: 0px;
}

.bam-content-container {
    xxxmax-width: 100%;
    max-width:none;
}
/*_Home Page Edits End*/

.levelLink {
    font-family: "NewsGothic-n1", "NewsGothic", sans-serif;
}

.menuBackground {
    height: 72px;
    margin-top: -72px;
    background-color: #383838;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.contentBlockWrapper {
    text-align: left;
    top: 0;
    left: 0;
}

img.bg {
    top: 63px;
}

a {
    color: #fe3b65;
}

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

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

a.levelLink {
    color: #ccc;
    box-sizing:initial;
    text-decoration:none;
}

.membershipMenuBarButton a {
    color: inherit;
}

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

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: 0;
    max-height: 450px;
}

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

.membershipMenuBarWrapper {
    background-color: #fff;
    position: relative;
    padding-bottom: 50px;
    padding-left: 146px;
    top: -13px;
}

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

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

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

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

.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;    
}

    .membershipMenuBarButton:hover {
        color: #fe3b65;
        border: 5px solid #fe3b64;
    }

        .membershipMenuBarButton:hover .membershipMenuBarButtonDesc {
            color: #000;
        }

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

.membershipMenuBarButtonDesc {
    font-size: .8em;
    font-weight: bold;
    margin: 10px;
}

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

.backstage {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    background-color: #f6f6f6;
    line-height: initial;
}

.sideNavBottom {
    display: none;
}

.benefitCategory {
    font-size: 2em;
    color: #666;
    margin: 35px 0 10px;
}

.benefit {
    font-family: "NewsGothic-bold";    
    margin-bottom: 5px;
    font-size: 1.2em;
}

    .benefit.Inactive {
        color: #ccc;
    }

    .benefit.Hidden {
        display: none;
    }

#membershipLevelsBlock {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 941px;
    min-height: 500px;
    -ms-background-position: center; /*windows edge browser*/
    background-position: center;
    -ms-background-repeat: no-repeat; /*windows edge browser*/
    background-repeat: no-repeat;
    /*background-image: url('/images/loading.gif');*/
}

.membershipLevelBlock {
    margin: 75px 0;
    left: 10000px;
    position: absolute;
    text-align: left;
    visibility: hidden;
}

    .membershipLevelBlock.onscreen {
        left: 0;
        position: relative;
        outline: none;
        visibility: visible;
    }

.membershipLevelsBar {
    width: 840px;
    
    margin: 0 auto;
    padding-top: 40px;
    color: #CCC;
}

.membershipLevelsHeader {
    margin-bottom: 30px;
    font-size: 1.5em;
    font-weight: bold;
    padding-right: 20px;
}

.levelLink {
    outline: none;
    cursor: pointer;
    padding: 2px;
    float: left;
    font-size: 3.5em;
    border: 5px solid #CCC;
    font-weight: bold;
    -ms-border-radius: 72px; /*windows edge browser*/
    border-radius: 72px;
    width: 100px;
    height: 85px;
    padding-top: 18px;
    margin-right: 25px;
}

.levelLink.selected {
        color: #fe3b65;
        border: 5px solid #fe3b64;
    }

.patronWrapper {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    border: 5px solid #9b73b3;
    padding: 25px;
}

.patronHeader {
    font-size: 2em;
    color: #666;
    margin-bottom: 15px;
}

.patronText {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

#tooltipElem6.levelLink.selected {
    color: #9b73b3;
    border: 5px solid #9b73b3;
}

.isMac .levelLink {
    padding-top: 20px;
    height: 80px;
}

.fa-times {
    padding-right: 10px;
}

.fa-check {
    padding-right: 6px;
    color: #fe3b65;
}

.fa-chevron-right {
    color: #fe3b65;
    margin-left: 15px;
}

.qualifyingText, .disclaimerText {
    font-size: .7em;
}

xxx.tooltipMembership {
    background-color: #1c1c1c;
    color: #fff;
}

.tooltipster-cust {
    -ms-border-radius: 0; /*windows edge browser*/
    border-radius: 0;
    border: 1px solid #1c1c1c;
    background: #1c1c1c;
    color: #fff;
    text-align: center;
}

.tooltipster-cust .tooltipster-content {
        font-size: 16px;
        line-height: 16px;
        padding: 8px 10px;
    }

.ageVerificationBox.hidden {
    display: none;
}

.labelOverlay {
    text-align: left;
    margin-left: 168px;
    font-size: 2.2em;
    font-weight: bold;
    -ms-background-size: 800px 346px; /*windows edge browser*/
    background-size: 800px 346px;
    -ms-background-repeat: no-repeat; /*windows edge browser*/
    background-repeat: no-repeat;
    position: absolute;
    width: 1000px;
    height: 100%;
    color: #fe3b65;
    line-height: 1.1em;
}

.detailsOverlay {
    font-size: 3.5em;
    position: absolute;
    width: 190px;
    color: #000;
    left: 207px;
    top: 87px;
    line-height: .93em;
    text-align: left;
}

.detailsOverlaySm {
    position: absolute;
    width: 400px;
    color: #fff;
    left: 420px;
    top: 275px;
    font-size: 1.3em;
}

.footnoteBlock {
    color: #666;
    float: right;
    margin-right: 50px;
    text-align: right;
    font-size: .8em;
}

.taxDeductBlock {
    margin-top: 10px;
}

.dobInfo, .ageBoxWrapper {
    float: left;
    margin: 10px 0 0 10px;
}

.dobInfo {
    width: 150px;
    font-size: .8em;
}

.ageVerificationErr {
    clear: both;
    color: red;
    font-size: .8em
}

.membershipFooterWrapper {
    background-color: #1c1c1c;
    width: 100%;
   
}

.membershipFooterBlock {
    color: #fff;
    max-width: 1100px;
    margin: 0 auto;
    
}

.membershipFooterContent {
    margin-left: 159px;
    xxxwidth: 100%;
    display:flex;
   

}

.membershipFooterDetails {
    xxxfloat: left;
    margin: 30px 50px 60px 0;
    width: 33%;
    flex-grow:1;
    text-align: left;
}

.membershipFooterTitle {
    font-family: "NewsGothic-bold";
    font-size: 1.2em;
    color: #fe3b65;
}

.membershipFooterDetails {
    font-size: .9em;
}

    .membershipFooterDetails .hilight {
        color: #fe3b65;
    }

.extrasBlock {
    margin-top: 20px;
}

.hero-image-mobile {
    display: none;
}
@media (max-width: 991.98px) {
    #membershipLevelsBlock {
        width: 85%;
        padding-left:36px;
    }

    .membershipMenuBarWrapper {
        padding-left: 0;
    }

    .membershipLevelWrapper {
        padding-left:0;
    }
}
@media (max-width: 767.98px) {
    #membershipLevelsBlock {
        padding-left: 0px;
    }
    
}

@media only screen and (min-width: 0) 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: 0;
    }


    .hero-image {
        xxxwidth: 390px; /* why not make this width of screen? */
        width: 100%;
    }

    .hero-image-mobile {
        /*display: block;*/
        xxxwidth: 390px; /* why not make this width of screen? */
        width:100%;
    }


    .membershipMenuBarHeader {
        padding: 1px 20px 0 0;        
    }

    .membershipMenuBarWrapper {
        padding-left: 0px;
        padding-bottom: 18px;        
    }

    .membershipMenuBar {
        xxxxwidth: 390px; /* why not make this width of screen? */
        width: 100%;
        margin: 0;
        font-size: 0.8rem;
    }

    .membershipMenuBarButton {
        width: 108px;
        margin-right: 6px;
        border: 4px solid #CCC;
        padding: 18px;
    }

    .benefitLinkBlock {
        margin-top: 18px;
    }


    .benefit {
        xxwidth: 320px;
    }

    .membershipLevelWrapper {
        padding-left: 16px;
        padding-right:16px;
        font-size: 0.75rem;
        margin-top: 14px;
    }

    #membershipLevelsBlock {        
        
        xxxwidth: 360px;
        width:100%;
    }

    .membershipLevelsBar {
        xxxwidth: 364px;
        width: 100%;
    }
    .membershipLevelsHeader {
        margin-bottom: 18px;
        font-size: 1.2em;
        padding-right:0px;
    }

    .membershipLevelsBar {
        xxxwidth: 366px;
       
        padding: 0px 0px 0px 8px;
        color: #CCC;
        display:flex;
        justify-content:center;
    }

    a.levelLink {
        box-sizing: inherit;
    }

    .levelLink {
        padding: 0px;
        xxxfloat: left;
        font-size: 1.5em;
        border: 3px solid #CCC;
        border-radius: 28px;
        width: 53px;
        height: 52px;
        padding-top: 10px;
        margin-right: 6px;
        
    }

    .footnoteBlock {
        margin-right: 8px;
    }


    .membershipFooterContent {
        xxwidth: 0px;
        margin-left: 16px;
        xxxpadding: 1px 0px 1px 0px;
        display:grid;
    }    

    .membershipFooterDetails {
        xxxfloat: none;
        margin: 26px 0px 0px 0;
        
        font-size: 0.8rem;
        text-align: left;
        width:66%;
    }

    .membershipFooterWrapper {
        padding-bottom: 36px;
    }

    .membershipFooterBlock {
        xxwidth: 0px;
        xxmargin: 0px;
    }
}
    