.blue-d { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.5); display: none; justify-content: center; align-items: center; z-index: 200; }
    .blue-d > .c { background: #012D35; border-radius: 20px; border: solid 5px #03AECC; padding: 45px 80px; width: 800px; color: white; font-size: 17px; text-align: center; max-height: 90vh; overflow: auto; box-sizing: border-box; }
        .blue-d > .c > h2 { margin: 0 0 20px; text-align: center; font-size: 40px; color: white; }
        .blue-d > .c > .t { text-align: center; font-size: 18px; margin: 10px auto 0; max-width: 480px; }
    .blue-d input:not([type=checkbox],[type=radio]), .blue-d select { border: solid 1px #C1C1C1; outline: none; font-size: 16px; padding: 0 20px; height: 50px; width: 100%; box-sizing: border-box; border-radius: 5px; }
    .blue-d > .c > .line { margin-bottom: 20px; display: flex; align-items: center; }
        .blue-d > .c > .line > .field { flex: 1; }
            .blue-d > .c > .line > .field:not(:last-child), .blue-d > .c > .line > .or { margin-right: 15px; }
    .blue-d > .c > .lbl { margin: 0px 0px 5px 5px; text-align: left; }
    .blue-d > .c > .btns { text-align: center; margin-top: 35px; border-top: solid 1px #32575D; padding-top: 30px; }
        .blue-d > .c > .btns > .btn-g { background: #F15825; min-width: 160px; border-radius: 20px; font-size: 18px; }
        .blue-d > .c > .btns > .back { background: #FFFFFF; color: #F15825; border: none; }
    .blue-d.show { display: flex; }
    .blue-d .maskedPhoneNumber > .cc { width: 50px; padding: 0 5px; text-align: center; margin-right: 5px; }
    .blue-d .radios { display: flex; flex-wrap: wrap; justify-content: center; margin-top: 30px; font-size: 30px; }
        .blue-d .radios > .radio { width: 200px; margin: 5px 30px; }
            .blue-d .radios > .radio > input { width: 28px; height: 28px; vertical-align: -3px; }
    .blue-d > .c > .line-1 { text-transform: uppercase; font-size: 18px; }
    .blue-d > .c > .line-2 { text-transform: uppercase; font-size: 36px; font-weight: bold; line-height: 1em; }
    .blue-d > .c > .line-3 { font-size: 18px; padding: 0 20px; margin-bottom: 20px; }
.btn-g { border-radius: 20px; font-size: 18px; height: 60px; padding: 0 50px; }
.slick-slider > .arrow { color: #ccc }

#_2fa-d .digits { display: flex; justify-content: center; margin-top: 40px; }
    #_2fa-d .digits > .digit { width: 70px; box-sizing: border-box; height: 90px; margin: 0 15px; font-size: 50px; text-align: center; appearance: textfield; font-weight: bold; color: #012D35; }
        #_2fa-d .digits > .digit::-webkit-inner-spin-button { -webkit-appearance: none; }

#top-about { padding: 62px 6vw 40px 7vw; font-size: 21px; background: linear-gradient(to right, #E3F2F7, #A4DDE8); position: relative; display: flex; justify-content: space-between; }
    #top-about > x-c { width: 50vw; position: relative; }
        #top-about > x-c > x-h { font-size: 48px; font-weight: bold; }
        #top-about > x-c > p { line-height: 1.6em; }
    #top-about:before { content: ''; background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1)); bottom: 0; position: absolute; height: 100px; width: 100%; left: 0; }
    #top-about > .hero { width: 350px; position: relative; }

#bad-rating-note { border: solid 1px #EB3F16; border-radius: 10px; overflow: hidden; max-width: 810px; margin: 50px auto; text-align: center; }
    #bad-rating-note > x-h { background: #EB3F16; color: white; text-transform: uppercase; font-weight: bold; font-size: 24px; padding: 28px 20px; }
    #bad-rating-note > x-c { background: #FBD8D1; color: #EB3F16; font-size: 18px; padding: 30px 130px; line-height: 1.8em; }
        #bad-rating-note > x-c > a { color: inherit; font-weight: bold; }

#stories-h { font-size: 48px; text-align: center; margin: 20px 0 0; }
#stories { width: 1100px; margin: 30px auto; }
.story { width: 378px; padding: 5px 9px; text-align: center; }
    .story > x-img { width: 240px; height: 240px; display: block; margin: 0 auto; position: relative; z-index: 10; background: white; padding: 10px; box-sizing: border-box; box-shadow: 0 3px 6px #aaa; }
        .story > x-img > .img { width: 100%; height: 100%; background-position: center; background-size: cover; }
    .story > .r { background: #CCEFF5; border-radius: 20px; padding: 210px 30px 0; position: relative; margin-top: -190px; height: 300px; }
        .story > .r > .date { text-transform: uppercase; font-size: 18px; font-weight: bold; color: #767C84; border-bottom: solid 6px #00AECC; width: 240px; margin: 0 auto 20px; padding-bottom: 10px; }
        .story > .r > x-h { font-size: 24px; color: #002D35; }

#status-page { }
    #status-page > x-c { text-align: center; max-width: 720px; margin: 0 auto; padding: 45px 20px 100px; }
        #status-page > x-c > x-h1 { color: #33BED6; font-size: 72px; font-weight: bold; }
    #status-page x-h2 { font-size: 48px; font-weight: bold; color: #01384B; }
    #status-page > x-c > x-h3 { color: #01384B; font-size: 36px; font-weight: bold; max-width: 530px; display: block; margin: 0 auto; }
    #status-page > x-c > x-h4 { color: #33BED6; font-size: 24px; font-weight: bold; margin: 30px 0 20px; display: block; }
    #status-page > x-c > x-line-2 { font-size: 20px; line-height: 1.6em; color: #595D63; margin-top: 25px; margin-bottom: 25px; }
    #status-page > x-c > x-blue-bar { width: 165px; height: 6px; background: #00AECC; display: block; margin: 41px auto; }
    #status-page #else-support { margin-top: 40px; }
        #status-page #else-support > a { color: #EB3E17; font-size: 18px; }
    #status-page .about-sect { background: #CCEFF5; display: flex; }
        #status-page .about-sect > x-c > x-h2 { }
        #status-page .about-sect > x-c { padding: 80px 0 0 100px; }
            #status-page .about-sect > x-c > p { font-size: 21px; color: #595D63; line-height: 1.6em; }
                #status-page .about-sect > x-c > p > a { color: #EB3E17; text-transform: uppercase; font-weight: bold; font-size: 18px; text-decoration: underline; }
        #status-page .about-sect > img { margin-top: -40px; }
    #status-page #why-age { margin-top: 20px; }
        #status-page #why-age > a { text-transform: uppercase; color: #EB3E17; font-weight: bold; text-decoration: underline; }
    #status-page #happy-pay { margin-top: 20px; }
        #status-page #happy-pay > label { display: flex; justify-content: center; font-weight: bold; }
            #status-page #happy-pay > label > input { margin-right: 10px; }
    #status-page hr { border-color: #e3ebed; background: none; border-style: solid; margin: 40px 0; }
    #status-page #cont-w { margin-top: 60px; }
    #status-page.not-found .about-sect > x-c > p { font-size: 24px; }
    #status-page x-radios { display: flex; flex-direction: column; align-items: flex-start; }
        #status-page x-radios > label { font-weight: bold; margin: 10px 0; color: #595D63; }
            #status-page x-radios > label > input { width: 20px; height: 20px; vertical-align: -4px; margin-right: 10px; }

#survey-hero-img { height: 47vw; background: url(/res//img/donors/amireg/survey-hero.jpg) center/cover; }
#survey-page { max-width: 810px; margin: 0 auto; }
    #survey-page > .while-here { color: #33BED6; font-size: 72px; font-weight: bold; text-align: center; margin-top: -50px; text-transform: uppercase; }
    #survey-page > .help-understand { color: #595D63; font-size: 22px; text-align: center; margin: 40px -100px 0; }
    #survey-page .blue-bar { width: 165px; height: 6px; background: #00AECC; margin: 48px auto; }
    #survey-page .conf-chk-w { font-weight: bold; text-align: center; }
    #survey-page .question-w { text-align: left; margin-top: 40px; }
        #survey-page .question-w > .question { font-weight: bold; }
        #survey-page .question-w > .options { display: flex; margin-top: 20px; line-height: 1.5em; }
            #survey-page .question-w > .options > x-col { flex: 1; }
                #survey-page .question-w > .options > x-col > label { display: block; margin-bottom: 5px; }
                    #survey-page .question-w > .options > x-col > label > input { width: 20px; height: 20px; vertical-align: -3px; }
            #survey-page .question-w > .options.mob-one-col { flex-direction: column; }
        #survey-page .question-w > input { border: solid 1px #03AECC; border-radius: 6px; font-size: 16px; padding: 8px 10px; margin-top: 20px; width: 100%; box-sizing: border-box; }
    #survey-page #health-change-d-w { max-width: 800px; margin: 0 auto; }
    #survey-page #health-change-d { border: solid 1px #03AECC; width: 100%; border-radius: 6px; height: 130px; margin-top: 20px; font-size: 18px; padding: 10px 20px; box-sizing: border-box; }
    #survey-page f-ctrls { border-top: solid 1px #CCD5D7; display: flex; justify-content: center; padding-top: 44px; margin: 60px 0 95px; }
        #survey-page f-ctrls > .btn-g { width: 344px; border-radius: 20px; }
            #survey-page f-ctrls > .btn-g:not(:disabled) { background: #EB3E17; }
    #survey-page #commit-confirm { width: 20px; height: 20px; vertical-align: -3px; }

@media(max-width:1299px) {
    #stories { width: 720px; }
}

@media(max-width:1023px) {
    .btn-g { font-size: 15px; height: 52px; padding: 0 20px; }
    #top-about { padding: 60px 0 0; flex-direction: column; align-items: center; font-size: 16px; }
        #top-about > x-c { order: 2; width: auto; padding: 20px 20px; text-align: center; background: white; margin-top: 55px; }
            #top-about > x-c > x-h { font-size: 36px; }
        #top-about:before { top: 500px; }
    #stories-h { font-size: 36px; }
    #stories { width: auto }
    .story { width: 300px }
        .story > .r { height: 220px; }
            .story > .r > x-h { font-size: 20px; }

    .blue-d { overflow: auto; padding: 20px 0; }
        .blue-d > .c > h2 { font-size: 22px; }
        .blue-d > .c > .t { font-size: 16px; }
        .blue-d > .c { width: 100%; box-sizing: border-box; padding: 20px 15px; font-size: 12px; }
            .blue-d > .c > .line { margin-bottom: 10px; }
                .blue-d > .c > .line > .field:not(:last-child), .blue-d > .c > .line > .or { margin-right: 5px; }
            .blue-d > .c > .btns > .btn-g { font-size: 12px; }
        .blue-d input:not([type=checkbox],[type=radio]), .blue-d select { font-size: 12px; height: 28px; padding: 0 5px; }
        .blue-d select { padding: 0; }
        .blue-d .maskedPhoneNumber > .cc { width: 30px; }
        .blue-d.show { display: block; }

    #_2fa-d .digits > .digit { width: 40px; height: 60px; font-size: 25px; margin: 0 5px; }

    #status-page { }
        #status-page > x-c > x-h1 { font-size: 36px; }
        #status-page x-h2 { font-size: 36px; }
        #status-page > x-c > x-h3 { font-size: 28px; }
        #status-page > x-c > x-line-2 { font-size: 16px; }
        #status-page .about-sect { flex-direction: column; align-items: center; }
            #status-page .about-sect > x-c { padding: 40px 20px; text-align: center; }
                #status-page .about-sect > x-c > p { font-size: 18px; }
            #status-page .about-sect > img { margin: 0; max-width: 80vw; }

    #survey-page { padding: 0 20px; }
        #survey-page > .while-here { font-size: 36px; margin-top: -20px; }
        #survey-page > .help-understand { margin: 20px 0 0; font-size: 18px; }
        #survey-page .blue-bar { margin: 30px auto; }
        #survey-page .conf-chk-w { }
    #bad-rating-note > x-c { padding: 20px; }
    #bad-rating-note > x-h { padding: 28px 15px; }
}
