/**
 * pop subscribe window
 */
#pop_up_subscriber {
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.pop_up_subscriber_ui {
    background: #e11e28;
    box-shadow: 0 0 15px #000;
    margin: 25% auto;
    padding: 2px 15px;
    position: relative;
    max-width: 300px;
}

.pop_up_subscriber_ui .pop_up_subscriber_text p {
    color: #fff;
    font: 15px/17px sans-serif;
    margin-top: 10px;
}

.stacklock { display: none !important; }
.fsSubmit.fsPagination {
    margin: 0;
    padding: 0;
}

.pop_up_subscriber_ui form {
    margin: 10px 0 15px 0;
}

.pop_up_subscriber_ui form input {
    display: inline;
    height: 40px;
}

.pop_up_subscriber_ui form input[type="submit"] {
    background-color: #e11e28;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-shadow: none;
    text-transform: uppercase;
    width: 30%;
}

.pop_up_subscriber_ui form input[type="submit"]:hover {
    background: #e11e28 !important;
}

.pop_up_subscriber_ui form .button {
    height: 42px;
    margin-left: -5px;
    width: 25%;
}

.pop_up_subscriber_ui form .email {
    width: 50%;
}

.pop_up_subscriber_ui .pop_up_subscriber_exit {
    background: #e11e28;
    border: dotted 1px #fff;
    color: #fff;
    display: inline-block;
    float: right;
    font: 14px/18px sans-serif;
    height: 18px;
    left: 7px;
    padding-left: 1px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 17px;
    z-index: 999999998;
}

.pop_up_subscriber_ui .pop_up_subscriber_exit:hover {
    background: #fff;
    border: dotted 1px #fff;
    color: #e11e28;
    cursor: pointer;
}

/**
 * popup donate window
 */
#pop_up_donate {
    background-color: rgba(255, 255, 255, 0.8);
    border-collapse: collapse;
    color: #fff;
    font-family: 'Open Sans' !important;
    height: 100%;
    overflow: scroll;
    position: fixed;
    width: 100%;
    z-index: 999999999;
}

.pop_up_donate_ui {
    background-image: url("blue-grad-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 15px #000;
    height: auto;
    margin: 10% auto;
    padding: 2px 15px 15px 15px;
    position: relative;
    max-width: 500px;
    z-index: 999999999;
}

.pop_up_donate_ui .pop_up_donate_text {
    margin: 0 auto;
    width: 100%;
}

.pop_up_donate_ui .pop_up_donate_text p {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.01em;
    line-height: 32px;
    margin: 0 0 10px 0;
    text-align: center;
}

.pop_up_donate_exit {
    float: right;
    height: 50px;
    position: fixed;
    right: 5px;
    top: 10px;
    width: 50px;
}

.pop_up_donate_exit:hover {
    cursor: pointer;
}

.pop_up_donate_button {
    background-color: #73cde1 !important;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    margin: 5px 3px;
    padding: 0;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    width: 31.33%;
}

.pop_up_donate_button:hover {
    background-color: #e11e28 !important;
    color: #fff;
}

.pop_up_donate_button_lower {
    width: 157px;
}

.pop_up_donate_other {
    border: 0;
    color: #a0a0a0 !important;
    font-family: 'Open Sans' !important;
    font-size: 16px !important;
    font-weight: bold !important;
    height: 47px !important;
    margin: 2px 0 0 3px;
    padding: 0;
    text-align: center;
    width: 25.7%;
}

.donation_popup_frequency {
    margin: 15px 0 0 0;
}

input#Recurring {
    background-color: #fff;
    border: 0;
    font-size: 14px;
    height: 15px;
    margin-bottom: 15px;
    vertical-align: top;
    width: 15px;
}

select#Periodicity {
    border: solid 1px #fff;
    cursor: pointer;
    color: #a0a0a0;
    font-size: 16px;
    height: 50px;
    padding: 0;
    width: 243px;
}

.pop_up_donate_submit_button {
    background-color: #73cde1 !important;
    border: solid 1px #fff;
    color: #fff;
    cursor: pointer;
    display: inline;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    margin: 0 0 0 5px;
    padding: 0;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    width: 243px;
}

.pop_up_donate_submit_button:hover {
    background-color: #e11e28 !important;
}

.donation_popup_frequency span.donation_popup_frequency_text {
    bottom: 2px;
    font-family: 'Open Sans' !important;
    font-size: 12px !important;
    font-weight: bold !important;
    position: relative;
}

/**
 * pop donation (image) window
 */

.pop_up_donate_button_mobile_only {
    display: none;
}

#pop_up_donate_image {
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999999;
}

.pop_up_donate_image_ui {
    background-color: #000;
    background-image: url("fire-2020-interns-rev.png");
    background-repeat: no-repeat;
    height: 500px;
    font-family: "Open Sans";
    margin: 5% auto;
    width: 800px;
    z-index: 999999999;
}

.pop_up_donate_image_col_l {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgb(252, 252, 232);
    float: left;
    height: 500px;
    padding: 15px 40px;
    width: 427px;
}

.pop_up_donate_image_col_l hr {
    border: 0;
    border-top: 5px solid rgb(240, 86, 67);
    height: 1px;
    margin: 20px 0 0 0;
    padding: 0;
}

.pop_up_donate_image_col_r {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("tis-the-season-2018.png");
    background-repeat: no-repeat;
    float: left;
    height: 500px;
    padding: 25px 20px;
    width: 373px;
}

.pop_up_donate_image_exit {
    background-image: url("close-simple.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
    cursor: pointer;
    float: right;
    height: 20px;
    margin: 12px;
    width: 20px;
}

.pop_up_donate_image_content_right {
    float: right;
    height: 500px;
    overflow: hidden;
    width: 440px;
}

.pop_up_donate_image_text {
    color: black;
    font-family: "Open Sans";
    font-weight: 400;
    /*word-spacing: 1px;*/
    margin: 0 25px;
    height: auto;
    text-align: center;
}

.pop_up_donate_image_text p {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 18px;
}

.pop_up_donate_image_text p.popup-donate-header-1 {
    color: #e11e28;
    font-family: "Open Sans";
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
}

.pop_up_donate_image_text p.popup-donate-header-2 {
    color: #fff;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.pop_up_donate_image_text hr {
    border: 1px solid #e11e28;
}

.pop_up_donate_image_text p strong {
    font-family: "Open Sans Bold";
    font-size: 23px;
}

.popup-donate-callout {
    background-color: rgb(242, 102, 81);
    bottom: 16px;
    color: #fff;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    min-height: 50px;
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.pop_up_donate_button_mobile {
    display: none;
}

.pop_up_donate_image_logo {
    background-image: url("fire-logo-red-wht.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px;
    margin: 23px auto 0 auto;
    width: 140px;
}

.pop_up_donate_image_form_items {
    height: auto;
    text-align: center;
    width: 100%;
}

.pop_up_donate_image_button,
.pop_up_donate_image_button_period,
#pop_up_donate_image_form input[type="text"],
.pop_up_donate_image_submit_button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: normal;
    height: 45px;
    margin: 4px 8px;
    padding: 0;
    text-align: center;
    text-shadow: none;
    width: 165px;
}

.pop_up_donate_image_button.pop_up_donate_dark  {
    background-color: transparent;
    border: 2px solid #e11e28;
    color: #e11e28;
}

.pop_up_donate_image_other {
    height: 45px !important;
    width: 78% !important;
}

.pop_up_donate_image_button_left {
    margin: 20px 46px 0 0;
}

.pop_up_donate_image_button-2x {
    width: 335px;
}

.pop_up_donate_image_button:hover,
.pop_up_donate_image_button_period:hover,
.pop_up_donate_image_submit_button:hover {
    background-color: #e11e28 !important;
    border: 1px solid #e11e28 !important;
    color: #fff !important;
}

.pop_up_donate_image_other:hover {
    background-color: #e11e28 !important;
    border-color: #e11e28 !important;
    color: #fff !important;
}

.pop_up_donate_image_button.pop_up_donate_dark:hover  {
    background-color: #e11e28 !important;
    border: 2px solid #e11e28 !important;
    color: #fff !important;
}

.pop_up_donate_ftr {
    background-color: #e11e28;
    clear: both;
    height: auto;
    width: 100%;
}

.pop_up_donate_ftr p {
    color: #fff;
    font-weight: 500;
    padding: 10px 25px;
    width: 100%;
}

/* mobile */
@media (max-width: 768px) {
    .pop_up_donate_button_mobile_only {
        display: block;
    }

    #pop_up_donate_image {
        overflow-y: scroll;
    }

    .pop_up_donate_image_content_right {
        float: none;
        height: auto;
        padding-bottom: 5%;
        width: 100%;
    }
    .pop_up_donate_button_mobile {
        display: inline-block;
    }

    .pop_up_donate_button_no_mobile {
        display: none;
    }

    .pop_up_donate_button,
    .pop_up_donate_submit_button,
    .donation_popup_frequency,
    .donation_popup_frequency select {
        margin: 5px 0;
        width: 100% !important;
    }

    .pop_up_donate_dark {
        color: #e11e28 !important;
    }

    .pop_up_donate_other {
        margin: 5px 0;
        width: 91%;
    }

    #pop_up_donate {
        left: 0;
    }

    .pop_up_donate_ui {
        background-position: center bottom;
        /*margin: 20% 5%;*/
        overflow: scroll;
    }

    select#Periodicity {
        padding-left: 37%;
        width: 100%;
    }

    .pop_up_donate_ui .pop_up_donate_text p {
        font-size: 18px;
        line-height: 26px;
    }

    .donation_popup_frequency span.donation_popup_frequency_text {
        bottom: 2px;
        font-size: 12px !important;
    }

    .donate_timer {
        width: 100%;
    }

    .pop_up_donate_image_text,
    #pop_up_donate_image_form {
        padding: 0 5%;
    }

    .pop_up_donate_image_ui {
        background-image: none;
        background-image: url("fire-2020-interns-mobile-rev.png");
        background-color: #000;
        background-size: contain;
        height: auto;
        margin: 0;
        padding: 0;
        width: 365px;
    }

    .pop_up_donate_image_text {
        margin: 375px 5% 0 5%;
        width: auto;
    }

    .pop_up_donate_image_col_l {
        float: none;
        height: auto;
        padding: 0;
        width: 100%;
    }

    .pop_up_donate_image_button,
    #pop_up_donate_image_form input[type="text"],
    .pop_up_donate_image_submit_button,
    .pop_up_donate_image_button_period,
    .pop_up_donate_image_other  {
        margin: 4px 0 !important;
        width: 100% !important;
    }

    .pop_up_donate_image_button_left {
        margin: 20px 0 0 0;
    }

    .pop_up_donate_image_submit_button {
        width: 100% !important;
    }

    .pop_up_donate_image_col_l hr {
        margin: 20px 25px 0 25px;
    }


    .pop_up_donate_image_text p {
        font-size: 13px;
        line-height: 17px;
        margin: 2% 0;
    }

    .popup-donate-callout {
        font-size: 18px;
        line-height: 22px;
        padding: 1% 0 3% 0;
    }

    .pop_up_donate_image_button_left,
    .pop_up_donate_image_button-2x  {
        margin: 0;
        width: 100%;
    }

    .pop_up_donate_image_submit_button,
    .pop_up_donate_image_button_period {
        margin: 2% 0;
    }

    .pop_up_donate_ftr {
        text-align: center;
    }

    .pop_up_donate_ftr p {
        margin: 0 auto;
        max-width: 90%;
        padding: 3% 0;
    }
}

@media (max-width: 480px) {
    .pop_up_donate_image_ui {
        max-width: 100%;
    }

}