﻿@charset "utf-8";

/*global css*/
@-ms-viewport {
    width: device-width;
}

html {
    font-size: 62.5%;
    min-width: 320px;
}

* {
    box-sizing: border-box;
    font-family: Microsoft Jhenghei, 微軟正黑體, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
}

body {
    font-family: Microsoft Jhenghei, 微軟正黑體, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #221E1F;
}

p {
    font-family: Microsoft Jhenghei, 微軟正黑體, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

::-webkit-input-placeholder {
    color: #929496;
}
/* Chrome/Opera/Safari */
::-moz-placeholder {
    color: #929496;
}
/* Firefox 19+ */
:-ms-input-placeholder {
    color: #929496;
}
/* IE 10+ */
:-moz-placeholder {
    color: #929496;
}
/* Firefox 18- */

.hide_pc {
    display: none;
}

.hide_mobile {
    display: block;
}

.main_outer_container {
    width: 100%;
    height: auto;
}

.content_safe_container {
    width: 92%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
}

.justify {
    justify-content: space-between;
}

.v_center {
    align-items: center;
}

/*top nav css*/
header {
    width: 100%;
    display: table;
    background-image: url(../Images/tc/bg_header.png);
    background-repeat: repeat-x; /*background-color: #5A6888;*/
    margin-bottom: 30px; /*-webkit-border-bottom-right-radius: 100px; -moz-border-radius-bottomright: 100px; border-bottom-right-radius: 100px;*/
    height: 105px;
}

#logo {
    float: left;
    padding: 10px 0px 30px 0px;
}

    #logo img { /*width: 100%;*/
        max-width: 300px;
        align-items: center;
        padding-right: 30px;
    }

#logo_bottom_eng {
    float: left; /*padding: 10px 0px 30px 0px;*/
}

    #logo_bottom_eng img { /*width: 100%;*/
        max-width: 300px;
        align-items: center;
        padding-right: 30px;
    }

#logo_bottom_chn {
    float: left; /*padding: 10px 0px 30px 0px;*/
}

    #logo_bottom_chn img { /*width: 100%;*/
        max-width: 300px;
        align-items: center;
        padding-right: 30px;
    }

#logo_header_chn {
    float: left;
    padding: 10px 0px 30px 0px;
}

    #logo_header_chn img { /*width: 100%;*/
        max-width: 300px;
        align-items: center;
        padding-right: 30px;
    }

#logo_header_eng {
    float: left;
    padding: 10px 0px 30px 0px;
}

    #logo_header_eng img { /*width: 100%;*/
        max-width: 300px;
        align-items: center;
        padding-right: 30px;
    }

.chi {
    font-size: 2em;
    font-weight: 300;
    font-family: Microsoft Jhenghei, 微軟正黑體, Arial, Helvetica, sans-serif;
}

    .chi::after {
        content: url(../images/tc/icon_separator.png);
        margin-left: 15px;
    }

.eng {
    font-size: 2em;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
}

nav {
    width: auto;
    float: right;
    display: inline-block;
}

    nav ul {
        display: table;
        float: right;
    }

        nav ul li {
            color: #fff;
            display: table-cell;
            vertical-align: bottom;
        }

            nav ul li img {
                max-width: 43px;
                width: 100%;
            }

            nav ul li:first-child {
                padding-bottom: 5px;
                padding-right: 25px;
                text-align: center;
            }

            nav ul li:last-child {
                padding-right: 0px;
            }

            nav ul li a {
                color: #6d6e70;
                font-size: 1.8rem;
                padding: 0 5px;
                display: inline-block;
                transition: all 0.8s ease 0s;
            }

                nav ul li a:hover {
                    color: #fde428;
                    transition: all 0.8s ease 0s;
                }

                    nav ul li a:hover i {
                        color: #fde428;
                        transition: all 0.8s ease 0s;
                    }

.toggle-menu ul {
    display: table;
    width: 2.5em;
}

    .toggle-menu ul li {
        width: 100%;
    }

        .toggle-menu ul li:last-child {
            margin-bottom: 0px;
        }

.menu {
    max-width: 960px;
}

    .menu input[type=checkbox], .menu label {
        display: none;
    }



/*slider css*/
.slider_container {
    width: 92%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.mySlides {
    width: 100%;
}

.note_paragraph h1 {
    font-family: Microsoft Jhenghei, 微軟正黑體, Arial, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    font-style: italic;
    color: #6C6E70;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    flex: 1;
    flex-wrap: nowrap;
    width: 95%;
}

/*Form Styles*/
.form_grey_container {
    font-size: 2em;
    flex: 1;
    flex-flow: row wrap;
    background-color: #E6E7E7;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 50px 40px;
}

    .form_grey_container h2 {
        font-family: Microsoft Jhenghei, 微軟正黑體, Arial, sans-serif;
        font-weight: bold;
        font-size: 2.5rem;
        color: #C74A4A;
        margin-bottom: 30px;
    }

.form_container {
    width: 100%;
}

/*Home Select Amount Buttons*/
.amount_btn_container {
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
}

.select_amount {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .select_amount li {
        display: inline-block;
        margin: 0 0 10px 0;
        width: 213px;
        height: 63px;
        position: relative;
    }

    .select_amount .select_1000 label, .select_1000 input {
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .select_amount .select_1000 input[type="radio"] {
        opacity: 0.011;
        z-index: 100;
    }

        .select_amount .select_1000 input[type="radio"]:checked + label {
            background-image: url(../images/tc/amt_red.png);
            background-repeat: no-repeat;
            color: #fff;
        }

    .select_amount .select_1000 label {
        background-image: url(../images/tc/amt_grey.png);
        cursor: pointer;
        z-index: 90;
        background-repeat: no-repeat;
        background-position-x: center;
    }

        .select_amount .select_1000 label:hover {
            background-image: url(../images/tc/amt_red.png);
            z-index: 100;
            background-repeat: no-repeat;
            color: #fff;
        }

    .select_amount .select_800 label, .select_800 input {
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .select_amount .select_800 input[type="radio"] {
        opacity: 0.011;
        z-index: 100;
    }

        .select_amount .select_800 input[type="radio"]:checked + label {
            background-image: url(../images/tc/amt_red.png);
            color: #fff;
        }

    .select_amount .select_800 label {
        background-image: url(../images/tc/amt_grey.png);
        cursor: pointer;
        z-index: 90;
        background-position-x: center;
    }

        .select_amount .select_800 label:hover {
            background-image: url(../images/tc/amt_red.png);
            z-index: 100;
            color: #fff;
        }

    .select_amount .select_500 label, .select_500 input {
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .select_amount .select_500 input[type="radio"] {
        opacity: 0.011;
        z-index: 100;
    }

        .select_amount .select_500 input[type="radio"]:checked + label {
            background-image: url(../images/tc/amt_red.png);
            color: #fff;
        }

    .select_amount .select_500 label {
        background-image: url(../images/tc/amt_grey.png);
        cursor: pointer;
        z-index: 90;
        background-position-x: center;
    }

        .select_amount .select_500 label:hover {
            background-image: url(../images/tc/amt_red.png);
            z-index: 100;
            color: #fff;
        }

.enter_amount_msg {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

    .enter_amount_msg label span {
        font-family: Microsoft Jhenghei, 微軟正黑體, Arial, sans-serif;
        font-weight: bold;
        font-size: 2.5rem;
        line-height: 3rem;
        color: #C74A4A;
        margin-right: 15px;
    }

    .enter_amount_msg input {
        outline: none;
        border: none;
        font-size: 2rem;
        padding: 10px;
        box-sizing: border-box;
        height: 42px;
    }

        .enter_amount_msg input[type="radio"] {
            height: 0px;
            margin: 0px;
        }

.select_amount_org .enter_amount {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

    .select_amount_org .enter_amount label span {
        font-family: Microsoft Jhenghei, 微軟正黑體, Arial, sans-serif;
        font-weight: bold;
        font-size: 2.5rem;
        line-height: 3rem;
        color: #C74A4A;
        margin-right: 15px;
    }

    .select_amount_org .enter_amount input {
        outline: none;
        border: none;
        font-size: 2rem;
        padding: 10px;
        box-sizing: border-box;
        height: 42px;
    }

        .select_amount_org .enter_amount input[type="radio"] {
            height: 0px;
            margin: 0px;
        }

        .select_amount_org .enter_amount input[type="radio"] {
            opacity: 0.011;
            z-index: 100;
        }


.select_other {
    margin-bottom: 30px;    
    display: inline-block;
    width: 100%;
}

.select_other label span {
    font-family: Microsoft Jhenghei, 微軟正黑體, Arial, sans-serif;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #C74A4A;
    margin-right: 15px;
}

.select_other input {
    outline: none;
    border: none;
    font-size: 2rem;
    padding: 10px;
    box-sizing: border-box;
    height: 42px;
}

.select_other input[type="radio"] {
    height: 0px;
    margin: 0px;
}

.form_grey_container p {
    font-size: 2rem;
    line-height: 2.5rem;
}

.donate_methods {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 30px auto;
}
@media only screen and (min-width: 566px) {
    .donate_methods a {
        margin: 10px 30px;
    }
    }
@media only screen and (max-width: 586px) {
    .donate_methods a {
        width:160px;
        height:56px;
        font-size: 12px;
        margin-top : 0px;
    }
    .button-outline img, .button-outline svg, .button-outline-dark img, .button-outline-dark svg {
        width: 23px !important;
        height: 23px !important;
        margin-left: 20px;
    }
    .button-outline, .button-outline-dark {
        line-height:58px !important;
    }
}

@media only screen and (max-width: 369px) {
    .donate_methods a {
        width:145px;
        height:50px;
        font-size: 11px;
        margin-top : 0px;
    }
    .button-outline img, .button-outline svg, .button-outline-dark img, .button-outline-dark svg {
        width: 17px !important;
        height: 17px !important;
        margin-left: 14px;
    }
    .button-outline, .button-outline-dark {
        line-height:52px !important;
    }

    .donate_methods a {
        margin: 10px 1px !important;
    }
        
}


@media only screen and (max-width: 695px) {
    .donate_methods a {
        margin: 10px 5px;
    }
}



    .donate_methods .submit {
        background: url(../images/tc/btn_submit_off.png) no-repeat;
        background-size: contain;
        width: 303px;
        height: 105px;
        outline: none;
        border: none;
        font-family: Microsoft Jhenghei, 微軟正黑體, Arial, sans-serif;
        font-weight: bold;
        font-size: 2.3rem;
        color: #FFF;
    }

        .donate_methods .submit:hover {
            background-image: url(../images/tc/btn_submit_on.png);
            cursor: pointer;
            color: #C74A4A;
        }

    .donate_methods input:first-child {
        text-indent: 40px;
    }

    .donate_methods input:nth-child(2) {
        text-indent: 30px;
    }

    /*Footer*/
    footer {
        width: 100%;
        background-image: url(../Images/tc/bg_footer.png);
        background-repeat: repeat-x; /*background-color: #F6E5E0;*/
        padding: 30px 0;
        margin-top: 30px;
    }

        footer a {
            text-decoration: none;
            color: #221E1F;
        }

            footer a:hover {
                text-decoration: none;
                color: #C74A4A;
            }

        footer p {
            font-size: 1.2rem;
            line-height: 1.5rem;
            max-width: 960px;
            width: 40%;
            min-width: 300px; /*margin: 0 auto;*/
        }

    .footer_contact {
        display: block;
        max-width: 960px;
        width: 92%;
        margin: 0 auto;
    }

    footer div {
        margin-right: 30px;
        font-size: 1.5rem;
        line-height: 2rem;
        display: inline-block;
        vertical-align: middle;
    }

        footer div:last-child { /*margin-right: 0;*/
        }

    /*Donate Once html Styles*/
    .form_grey_container .form_titles {
        background-color: #C74A4A;
        padding: 10px 25px;
        font-family: Microsoft Jhenghei, 微軟正黑體, Arial, sans-serif;
        font-weight: bold;
        font-size: 2.5rem;
        color: #FFF;
        display: inline-block;
        margin-bottom: 12px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
    }

    .steps_pc {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

        .steps_pc img {
            max-width: 193px;
            width: 25%;
        }

    .steps_mobile {
        display: none;
    }

    /*Select Drop Down Style 1*/
    .select_usage {
        margin: 0 0 30px 20px;
        position: relative;
        color: #58595B;
        font-family: Microsoft Jhenghei, 微軟正黑體, Arial, sans-serif;
        font-weight: bold;
        font-size: 2.5rem;
    }

        .select_usage select {
            display: none;
        }

        .select_usage .select-selected {
            background-color: #FFF;
            background-image: url(../images/tc/icon_down.png);
            background-position: right;
            background-repeat: no-repeat;
            padding: 8px 10px; /*width: 45%;*/
            height: 42px;
        }

        .select_usage .select-items div, .select-selected {
            padding: 8px 16px;
            border: 1px solid transparent;
            border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
            cursor: pointer;
            user-select: none;
        }

        .select_usage .select-items {
            position: absolute;
            background-color: #FFF;
            top: 100%;
            left: 0;
            right: 0;
            z-index: 99; /*width: 45%;*/
            -webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.2);
            -moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.2);
            box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.2);
        }

        .select_usage .select-hide {
            display: none;
        }

        .select_usage .select-items div:hover, .same-as-selected {
            background-color: #C74A4A;
            color: #FFF;
        }


    /*Inner Form Select Sum*/
    .form_select_amount {
        margin-top: 40px;
    }

    .amount_container {
        margin-bottom: 30px;
        padding: 0;
        width: 100%;
    }

    .select_amount_red {
        list-style-type: none;
        margin: 0 0 0 20px;
        padding: 0;
    }

        .select_amount_red li {
            display: inline-block;
            margin: 0 10px 10px 0;
            position: relative;
            width: 135px;
            height: 60px;
        }

        .select_amount_red .amount_red_bg label, .amount_red_bg input {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
        }

        .select_amount_red .amount_red_bg input[type="radio"] {
            opacity: 0.011;
            z-index: 100;
        }

            .select_amount_red .amount_red_bg input[type="radio"]:checked + label {
                background-color: #C74A4A;
                color: #FFF;
            }

        .select_amount_red .amount_red_bg label {
            background-color: #EFCACB;
            cursor: pointer;
            z-index: 90;
            line-height: 60px;
            color: #C74A4A;
            font-family: Microsoft Jhenghei, 微軟正黑體, Arial, sans-serif;
            font-weight: bold;
            font-size: 2rem;
            -webkit-border-radius: 40px;
            -moz-border-radius: 40px;
            border-radius: 40px;
        }

            .select_amount_red .amount_red_bg label:hover {
                background-color: #C74A4A;
                color: #FFF;
                z-index: 100;
            }

    .receipt {
        display: table;
        margin: 30px 0;
    }

        .receipt label {
            margin-right: 20px;
            float: left;
        }

        .receipt input {
            width: 25px;
            height: 25px;
            vertical-align: text-bottom;
            outline: none;
        }

        .receipt span {
            margin-right: 10px;
        }

    .receipt_input {
        display: flex;
        flex-wrap: wrap;
        float: left;
    }

        .receipt_input label {
            line-height: 30px;
            vertical-align: middle;
        }

    .visa_master {
        display: table;
    }

        .visa_master p {
            color: #5A6888;
        }

        .visa_master img {
            vertical-align: middle;
            margin: 0 5px;
        }

    /*Custom Yes No Radio*/
    .regular_donator {
        margin-bottom: 30px;
        padding: 0;
        width: 100%;
    }

        .regular_donator .rd_title {
            display: inline-block;
            font-family: Microsoft Jhenghei, 微軟正黑體, Arial, sans-serif;
            font-weight: bold;
            font-size: 2.5rem;
            color: #C74A4A;
            margin-right: 20px;
            vertical-align: middle;
        }

        .regular_donator .regular_yes {
            display: inline-block;
            width: 40px;
            height: 40px;
            position: relative;
            vertical-align: middle;
            margin-right: 5px;
        }

            .regular_donator .regular_yes label, .regular_yes input {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }

            .regular_donator .regular_yes input[type="radio"] {
                opacity: 0.011;
                z-index: 100;
            }

                .regular_donator .regular_yes input[type="radio"]:checked + label {
                    background-image: url(../images/tc/RED_yes.png);
                }

            .regular_donator .regular_yes label {
                background-image: url(../images/tc/GREY_YES.png);
                cursor: pointer;
                z-index: 100;
            }

                .regular_donator .regular_yes label:hover {
                    background-image: url(../images/tc/RED_yes.png);
                    z-index: 100;
                }

        .regular_donator .regular_no {
            display: inline-block;
            width: 40px;
            height: 40px;
            position: relative;
            vertical-align: middle;
        }

            .regular_donator .regular_no label, .regular_no input {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }

            .regular_donator .regular_no input[type="radio"] {
                opacity: 0.011;
                z-index: 100;
            }

                .regular_donator .regular_no input[type="radio"]:checked + label {
                    background-image: url(../images/tc/RED_no.png);
                }

            .regular_donator .regular_no label {
                background-image: url(../images/tc/GREY_NO.png);
                cursor: pointer;
                z-index: 110;
            }

                .regular_donator .regular_no label:hover {
                    background-image: url(../images/tc/RED_no.png);
                    z-index: 100;
                }

    .donator_details_container {
        padding: 10px 0;
    }

        .donator_details_container input[type="text"],
        .donator_details_container input[type="tel"],
        .donator_details_container input[type="email"] {
            outline: none;
            border: none;
            font-size: 2rem;
            width: 100%;
            height: 42px;
            text-indent: 10px;
            box-sizing: border-box;
        }

    .applied_for {
        margin-bottom: 30px;
    }

        .applied_for input {
            width: 25px;
            height: 25px;
            outline: none;
            vertical-align: middle;
        }

        .applied_for span {
            margin-right: 10px;
            vertical-align: middle;
        }

    .salutation {
        margin-bottom: 30px;
        display: table;
    }

        .salutation input {
            width: 25px;
            height: 25px;
            outline: none;
            vertical-align: middle;
        }

        .salutation label {
            vertical-align: middle;
            line-height: 30px;
            float: left;
        }

        .salutation span {
            margin-right: 10px;
            vertical-align: middle;
        }

    .salutation_ctrl {
        display: flex;
        flex-wrap: wrap;
        float: left;
    }

    .form_table {
        display: inline-block;
        width: 100%;
        color: #929496;
    }

        .form_table:after {
            content: "";
            display: table;
            clear: both;
        }

.section_labels {
    display: inline-block;
    width: 25%;
    float: left;
    padding-right: 20px;
    font-family: Microsoft Jhenghei, 微軟正黑體, Arial, sans-serif;
    font-weight: bold;
    font-size: 2.5rem;
    color: #C74A4A;
    text-align: right;
    text-wrap: nowrap;
    text-wrap-mode: nowrap;
}

    .form_input_fields {
        display: inline-block;
        width: 75%;
        float: right;
    }


    .table {
        display: table;
        width: 100%;
        border-collapse: collapse;
    }

    .row {
        display: table-row;
        width: 100%;
    }

    /* Fixed Width */
    .td_fix_15 {
        display: table-cell;
        width: 15px;
        padding: 0 10px 10px 0;
        float: left;
    }

    .td_fix_30 {
        display: table-cell;
        width: 31px;
        padding: 0 10px 10px 0;
        float: left;
    }

    .td_fix_15id {
        display: table-cell;
        width: 15px;
        padding: 0 5px 10px 0;
        float: left;
    }

    .td_fix_65 {
        display: table-cell;
        width: 65px;
        padding: 0 5px 10px 0;
        float: left;
    }

    .td_fix_70 {
        display: table-cell;
        width: 70px;
        padding: 0 10px 10px 0;
        float: left;
    }

    .td_fix_130 {
        display: table-cell;
        width: 130px;
        padding: 0 10px 10px 0;
        float: left;
    }

    .td_fix_170 {
        display: table-cell;
        width: 171px;
        padding: 0 10px 10px 0;
        float: left;
    }

    .td_fix_257 {
        display: table-cell;
        width: 257px;
        padding: 0 10px 10px 0;
        float: left;
    }

    .td_25 {
        display: table-cell;
        width: 25%;
        padding: 0 10px 10px 0;
        float: left;
    }

    .td_50 {
        display: table-cell;
        width: 50%;
        padding: 0 10px 10px 0;
        float: left;
    }

    .td_75 {
        display: table-cell;
        width: 75%;
        padding: 0 10px 10px 0;
        float: left;
    }

    .td_100 {
        display: table-cell;
        width: 100%;
        padding: 0 10px 10px 0;
        float: left;
    }

    /*Select Drop Down Style 2*/
    .select_address {
        position: relative;
        color: #58595B;
    }

        .select_address select {
            display: none;
        }

        .select_address .select-selected {
            background-color: #FFF;
            background-image: url(../images/tc/icon_selector.png);
            background-position: right;
            background-repeat: no-repeat;
            width: 100%;
            height: 42px;
        }

        .select_address .select-items div, .select-selected {
            padding: 8px 0;
            border: 1px solid transparent;
            text-indent: 10px;
            border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
            cursor: pointer;
            user-select: none;
        }

        .select_address .select-items {
            position: absolute;
            background-color: #FFF;
            top: 80%;
            left: 0;
            right: 0;
            z-index: 99;
            width: calc(100% - 10px);
            box-sizing: -webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.2);
            -moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.2);
            box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.2);
            max-height: 320px;
            overflow-x: hidden;
            overflow-y: auto;
        }

        .select_address .select-hide {
            display: none;
        }

        .select_address .select-items div:hover, .same-as-selected {
            background-color: #C74A4A;
            color: #FFF;
        }

    .terms_container {
        width: 100%;
        margin: 30px auto;
    }

        .terms_container p {
            font-size: 1.6rem;
            line-height: 1.8rem;
        }

            .terms_container p:first-child {
                color: #C74A4A;
                font-size: 2rem;
            }

.printing_ctrl input {
    width: 25px;
    height: 25px;
    outline: none;
    vertical-align: middle;
    margin: 0px 3px 0px 5px;
}

.printing_ctrl label {
    vertical-align: middle;
    line-height: 2.5rem;
}


    .accept_terms {
        font-family: inherit;
        font-size: 1.6rem;
    }

        .accept_terms input {
            width: 20px;
            height: 20px;
            outline: none;
            vertical-align: middle;
        }

        .accept_terms label {
            vertical-align: middle;
            line-height: 2.5rem;
        }

    .postname input {
        width: 16px;
        height: 16px;
        outline: none;
        vertical-align: middle;
    }

    .next_back_container {
        margin-bottom: 30px;
        padding: 0;
        width: 100%;
        text-align: center;
    }

        .next_back_container input[type="submit"] {
            background: none;
            color: inherit;
            border: none;
            padding: 0;
            font: inherit;
            cursor: pointer;
            outline: inherit;
        }

    .steps_cta {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .steps_cta li {
            display: inline-block;
            margin: 0 15px;
            width: 105px;
            height: 46px;
            position: relative;
        }

        .steps_cta .go_back label, .go_back input {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .steps_cta .go_back input[type="radio"] {
            opacity: 0.011;
            z-index: 100;
        }

            .steps_cta .go_back input[type="radio"]:checked + label {
                background-image: url(../images/tc/RED_PREVIOUS.png);
            }

        .steps_cta .go_back label {
            background-image: url(../images/tc/GREY_PREVIOUS.png);
            cursor: pointer;
            z-index: 90;
        }

            .steps_cta .go_back label:hover {
                background-image: url(../images/tc/RED_PREVIOUS.png);
                z-index: 100;
            }

        .steps_cta .next_step label, .next_step input {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .steps_cta .next_step input[type="radio"] {
            opacity: 0.011;
            z-index: 100;
        }

            .steps_cta .next_step input[type="radio"]:checked + label {
                background-image: url(../images/tc/RED_NEXTSTEP.png);
            }

        .steps_cta .next_step label {
            background-image: url(../images/tc/GREY_NEXTSTEP.png);
            cursor: pointer;
            z-index: 90;
        }

            .steps_cta .next_step label:hover {
                background-image: url(../images/tc/RED_NEXTSTEP.png);
                z-index: 100;
            }

        .steps_cta .confirm_step label, .confirm_step input {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .steps_cta .confirm_step input[type="radio"] {
            opacity: 0.011;
            z-index: 100;
        }

            .steps_cta .confirm_step input[type="radio"]:checked + label {
                background-image: url(../images/tc/RED_confirm.png);
            }

        .steps_cta .confirm_step label {
            background-image: url(../images/tc/GREY_confirm.png);
            cursor: pointer;
            z-index: 90;
        }

            .steps_cta .confirm_step label:hover {
                background-image: url(../images/tc/RED_confirm.png);
                z-index: 100;
            }

    /*Orange Styles*/
    .org_txt {
        color: #F5821F !important;
    }
        .org_txt label {
            font-weight: bold;
        }

.org_other_txt {
    color: #F5821F !important;
}

    .org_other_txt label {
        font-weight: bold;
    }

    .org_bg {
        background-color: #F5821F !important;
    }

    .org_bg_footer {
        background-color: #FDE6D2 !important;
    }

    .steps_pc_orange {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

        .steps_pc_orange img {
            max-width: 193px; /*width: 33%;*/
        }

            .steps_pc_orange img:first-child {
                max-width: 193px; /*width: 33%;*/
            }

    .steps_mobile_orange {
        display: none;
    }

    /*Select Amount Orange*/
    .amount_container_org {
        margin-bottom: 30px;
        padding: 0;
        width: 100%;
    }

    .select_amount_org {
        list-style-type: none;
        margin: 0 0 0 20px;
        padding: 0;
    }

        .select_amount_org li {
            display: inline-block;
            margin: 0 10px 10px 0;
            position: relative;
            width: 180px;
            height: 60px;
        }

        .select_amount_org .amount_org_bg label, .amount_org_bg input {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
        }

        .select_amount_org .amount_org_bg input[type="radio"] {
            opacity: 0.011;
            z-index: 100;
        }

            .select_amount_org .amount_org_bg input[type="radio"]:checked + label {
                background-color: #F5821F;
                color: #FFF;
            }

        .select_amount_org .amount_org_bg label {
            background-color: #FDE0C7;
            color: #F5821F;
            cursor: pointer;
            z-index: 90;
            line-height: 60px;
            font-family: Microsoft Jhenghei, 微軟正黑體, Arial, sans-serif;
            font-weight: bold;
            font-size: 2rem;
            -webkit-border-radius: 40px;
            -moz-border-radius: 40px;
            border-radius: 40px;
            white-space: nowrap;
        }

            .select_amount_org .amount_org_bg label:hover {
                background-color: #F5821F;
                color: #FFF;
                z-index: 100;
            }

    /*Drop Down Style Orange 1*/
    .select_usage_org {
        margin: 0 0 30px 20px;
        position: relative;
        color: #58595B;
        font-family: Microsoft Jhenghei, 微軟正黑體, Arial, sans-serif;
        font-weight: bold;
        font-size: 2.5rem;
    }

        .select_usage_org select {
            display: none;
        }

        .select_usage_org .select-selected {
            background-color: #FFF;
            background-image: url(../images/tc/icon_down.png);
            background-position: right;
            background-repeat: no-repeat;
            padding: 8px 10px;
            width: 35%;
            height: 42px;
        }

        .select_usage_org .select-items div, .select-selected {
            padding: 8px 16px;
            border: 1px solid transparent;
            border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
            cursor: pointer;
            user-select: none;
        }

        .select_usage_org .select-items {
            position: absolute;
            background-color: #FFF;
            top: 100%;
            left: 0;
            right: 0;
            z-index: 99;
            width: 35%;
            -webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.2);
            -moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.2);
            box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.2);
        }

        .select_usage_org .select-hide {
            display: none;
        }

        .select_usage_org .select-items div:hover, .same-as-selected {
            background-color: #F5821F;
            color: #FFF;
        }

    /*Drop Down Style Orange 2*/
    .select_address_org {
        position: relative;
        color: #58595B;
    }

        .select_address_org select {
            display: none;
        }

        .select_address_org .select-selected {
            background-color: #FFF;
            background-image: url(../images/tc/icon_selector.png);
            background-position: right;
            background-repeat: no-repeat;
            width: 100%;
            height: 42px;
        }

        .select_address_org .select-items div, .select-selected {
            padding: 8px 0;
            border: 1px solid transparent;
            text-indent: 10px;
            border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
            cursor: pointer;
            user-select: none;
        }

        .select_address_org .select-items {
            position: absolute;
            background-color: #FFF;
            top: 80%;
            left: 0;
            right: 0;
            z-index: 99;
            width: calc(100% - 10px);
            box-sizing: -webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.2);
            -moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.2);
            box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.2);
            max-height: 320px;
            overflow-x: hidden;
            overflow-y: auto;
        }

        .select_address_org .select-hide {
            display: none;
        }

        .select_address_org .select-items div:hover, .same-as-selected {
            background-color: #F5821F;
            color: #FFF;
        }

    /*Custom Orange Yes No*/
    .regular_donator .regular_yes_org {
        display: inline-block;
        width: 40px;
        height: 40px;
        position: relative;
        vertical-align: middle;
        margin-right: 5px;
    }

        .regular_donator .regular_yes_org label, .regular_yes_org input {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .regular_donator .regular_yes_org input[type="radio"] {
            opacity: 0.011;
            z-index: 100;
        }

            .regular_donator .regular_yes_org input[type="radio"]:checked + label {
                background-image: url(../images/tc/ORANGE_YES.png);
            }

        .regular_donator .regular_yes_org label {
            background-image: url(../images/tc/GREY_YES.png);
            cursor: pointer;
            z-index: 100;
        }

            .regular_donator .regular_yes_org label:hover {
                background-image: url(../images/tc/ORANGE_YES.png);
                z-index: 100;
            }

    .regular_donator .regular_no_org {
        display: inline-block;
        width: 40px;
        height: 40px;
        position: relative;
        vertical-align: middle;
    }

        .regular_donator .regular_no_org label, .regular_no_org input {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .regular_donator .regular_no_org input[type="radio"] {
            opacity: 0.011;
            z-index: 100;
        }

            .regular_donator .regular_no_org input[type="radio"]:checked + label {
                background-image: url(../images/tc/ORANGE_NO.png);
            }

        .regular_donator .regular_no_org label {
            background-image: url(../images/tc/GREY_NO.png);
            cursor: pointer;
            z-index: 110;
        }

            .regular_donator .regular_no_org label:hover {
                background-image: url(../images/tc/ORANGE_NO.png);
                z-index: 100;
            }

    /*Orange Back*/
    .steps_cta_org {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .steps_cta_org li {
            display: inline-block;
            margin: 0 15px;
            width: 105px;
            height: 46px;
            position: relative;
        }

        .steps_cta_org .go_back label, .go_back input {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .steps_cta_org .go_back input[type="radio"] {
            opacity: 0.011;
            z-index: 100;
        }

            .steps_cta_org .go_back input[type="radio"]:checked + label {
                background-image: url(../images/tc/ORANGE_PREVIOUS.png);
            }

        .steps_cta_org .go_back label {
            background-image: url(../images/tc/GREY_PREVIOUS.png);
            cursor: pointer;
            z-index: 90;
        }

            .steps_cta_org .go_back label:hover {
                background-image: url(../images/tc/ORANGE_PREVIOUS.png);
                z-index: 100;
            }
        /*Orange Next*/
        .steps_cta_org .next_step label, .next_step input {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .steps_cta_org .next_step input[type="radio"] {
            opacity: 0.011;
            z-index: 100;
        }

            .steps_cta_org .next_step input[type="radio"]:checked + label {
                background-image: url(../images/tc/ORANGE_NEXTSTEP.png);
            }

        .steps_cta_org .next_step label {
            background-image: url(../images/tc/GREY_NEXTSTEP.png);
            cursor: pointer;
            z-index: 90;
        }

            .steps_cta_org .next_step label:hover {
                background-image: url(../images/tc/ORANGE_NEXTSTEP.png);
                z-index: 100;
            }


    @media only screen and (max-width: 970px) {
        .section_labels {
            display: block;
            width: 100%;
            text-align: left;
            margin-bottom: 10px;
        }

        .section_labels_auto {
            width: auto;
        }

        .form_input_fields {
            display: block;
            width: 100%;
        }
    }

    /*980*/
    @media only screen and (max-width: 900px) {
        .form_grey_container {
            margin-bottom: 15px;
        }
        /*840*/
    }

    @media only screen and (max-width: 840px) {
        .hide_pc {
            display: block;
        }

        .hide_mobile {
            display: none;
        }
        /*top nav css*/
        .chi {
            margin-left: 5px;
            display: block;
        }

        .eng {
            margin-left: 5px;
            display: block;
        }

        .chi::after {
            display: none;
            margin: 0;
        }

        header {
            padding: 20px 0px;
        }

        #logo {
            padding: 0px;
        }

        .menu {
            padding-right: 5%;
        }

            .menu input[type=checkbox] {
                position: absolute;
                top: -9999px;
                left: -9999px;
                background: none;
            }

                .menu input[type=checkbox]:fous {
                    background: none;
                }

            .menu label {
                float: right;
                padding: 8px 0px;
                display: inline-flex;
                cursor: pointer;
            }

            .menu input[type=checkbox]:checked ~ nav {
                display: block;
            }

            .menu ul li img {
                max-height: 40px;
            }

        nav {
            display: none;
            position: absolute;
            right: 8%;
            top: 90px;
            background-color: #5A6888;
            padding: 0px;
            z-index: 99;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
        }

            nav ul {
                width: auto;
            }

                nav ul li {
                    float: none;
                    padding: 0px;
                    width: 100%;
                    display: table;
                }

                    nav ul li:first-child {
                        padding: 0;
                    }

                    nav ul li a {
                        color: #FFF;
                        font-size: 1.5rem;
                        padding: 15px 20px;
                        display: block;
                        border-bottom: 1px solid rgba(225,225,225,0.1);
                        text-align: center;
                    }

        .donate_methods a {
            /* margin: 10px 15px;*/
        }

        .section_labels {
            display: block;
            width: 100%;
            text-align: left;
            margin-bottom: 10px;
        }

        .section_labels_auto {
            width: auto;
        }

        .form_input_fields {
            display: block;
            width: 100%;
        }

        /*600*/
        .td_75 {
            width: 100%;
        }
    }

    @media only screen and (max-width: 830px) {
        /*Orange Styles*/
        .steps_pc_orange {
            display: none;
        }

        .steps_mobile_orange {
            display: flex;
            flex-wrap: nowrap;
            align-items: flex-start;
        }

            .steps_mobile_orange img {
                max-width: 70px; /*width: 50%;*/
            }

        #donate_monthly {
            width: 40%;
            font-size: 2rem;
            background-size: 100% 100%;
        }

        #donate_once {
            width: 40%;
            font-size: 2rem;
            background-size: 100% 100%;
        }
    }

    @media only screen and (max-width: 600px) {
        .menu {
            padding-right: 8%;
        }

        nav {
            right: 12%;
        }

        .form_grey_container {
            padding: 40px 20px;
        }

            .form_grey_container h2, .form_grey_container p {
                text-align: center;
            }

        .enter_amount_msg {
            display: block;
            margin: 0 auto;
            text-align: center;
        }

            .enter_amount_msg label {
                display: block;
                margin: 0 auto;
                text-align: center;
            }

            .enter_amount_msg input {
                margin: 5px auto 30px auto;
                padding: 10px;
                text-align: center;
                width: 60%;
                height: 50px;
            }


        .select_amount_org .enter_amount {
            display: inline-block;
            margin: 0 auto;
            text-align: center;
            width: 46%;
        }

            .select_amount_org .enter_amount label {
                display: block;
                margin: 0 auto;
                text-align: center;
                white-space: nowrap;
            }

            .select_amount_org .enter_amount input {
                margin: 5px auto 30px auto;
                padding: 10px;
                text-align: center;
                width: 100%;
                height: 50px;
                font-size: 2rem;
            }

        .select_amount li {
            display: inline-block;
            margin: 10px auto;
            text-align: center;
        }

        .donate_methods a {
            /*  margin:0 10px;*/
        }

        .donate_methods .submit {
            margin: 15px 0;
        }

        .steps_pc {
            display: none;
        }

        .steps_mobile {
            display: flex;
            flex-wrap: nowrap;
            align-items: flex-start;
        }

            .steps_mobile img {
                max-width: 70px;
                width: 50%;
            }

        .select_usage {
            margin-left: 0;
        }

            .select_usage .select-selected {
                width: 100%;
                height: auto;
                padding: 15px 5px;
                text-indent: 0;
            }

            .select_usage .select-items {
                width: 100%;
            }

        .select_amount_red {
            margin: 0 auto;
        }

            .select_amount_red li {
                margin: 10px auto;
            }

            .select_amount_red .amount_red_bg label {
            }

        .donator_details_container input[type="text"], .donator_details_container input[type="tel"],
        .donator_details_container input[type="email"] {
            height: 50px;
        }

        .select_address .select-selected {
            height: 50px;
            padding: 12px 0;
        }

        .td_25 {
            width: 50%;
        }

        .td_50 {
            width: 100%;
        }

        #donate_monthly {
            width: 40%;
        }

        #donate_once {
            width: 40%;
        }
        /*Orange Styles*/
        /*.steps_pc_orange { display: none; }
    .steps_mobile_orange { display: flex; flex-wrap: nowrap; align-items: flex-start; }
    .steps_mobile_orange img { max-width: 70px; width: 50%; }*/
        .select_usage_org {
            margin-left: 0;
        }

            .select_usage_org .select-selected {
                width: 100%;
                height: auto;
                padding: 15px 10px;
                text-indent: 0;
            }

            .select_usage_org .select-items {
                width: 100%;
            }

        .select_amount_org {
            margin: 0 auto;
        }

            .select_amount_org li {
                display: inline-block;
                margin: 10px auto;
                width: 46%;
            }

            .select_amount_org .amount_org_bg label {
                white-space: nowrap;
            }

        .select_address_org .select-selected {
            height: 50px;
            padding: 12px 10px;
            text-indent: 0;
        }

        .regular_donator .rd_title {
            display: block;
            margin-bottom: 10px;
        }

        .org_other_txt {
            display: none !important;
        }


        /*480*/
    }

    @media only screen and (max-width: 500px) {
        .select_amount li {
            width: 49%;
            margin: 0px;
            height: 54px;
        }

        .select_amount .select_500 label {
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100% 54px;
            font-size: 2rem !important;
            line-height: 40px !important;
        }

        .select_amount .select_800 label {
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100% 54px;
            font-size: 2rem !important;
            line-height: 40px !important;
        }

        .select_amount .select_1000 label {
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100% 54px;
            font-size: 2rem !important;
            line-height: 40px !important;
        }
    }

    .printing_ctrl {
        display: block;
        flex-wrap: wrap;
        float: left;
    }

    @media only screen and (max-width: 480px) {
        .slider_container {
            width: 86%;
        }

        .enter_amount_msg input {
            width: 80%;
        }

        .select_amount_org .enter_amount input {
            width: 100%;
            font-size: 2rem;
        }

        .select_usage {
            margin-left: 0;
        }

        .salutation label {
            display: block;
            margin-bottom: 10px;
        }

        .receipt label {
            display: block;
            margin-bottom: 10px;
        }

        .td_25 {
            width: 50%;
        }
        /*Orange Styles*/
        .select_usage_org {
            margin-left: 0;
        }




        /*360*/


    }


@media screen and (max-width: 440px) {
    #imgSlider1_mobile {
        display: block;
    }

    #imgSlider2_mobile {
        display: block;
    }

    #imgSlider1_web {
        display: none;
    }

    #imgSlider2_web {
        display: none;
    }
}


    @media only screen and (max-width: 360px) {
        .form_grey_container {
            padding: 40px 15px;
        }

        .enter_amount_msg input {
            padding: 10px 5px;
        }

        .select_amount_org .enter_amount input {
            padding: 10px 5px;
            font-size: 1.8rem;
        }

        .receipt label {
            display: block;
            margin-bottom: 10px;
        }

        .select_amount_org .amount_org_bg label {
            white-space: nowrap;
            font-size: 1.8rem;
        }

        /*320*/
    }


@media only screen and (max-width: 320px) {
    .menu ul li img {
        max-height: 35px;
    }

    .donate_methods .submit {
        width: 260px;
        height: 90px;
        font-size: 1.8rem;
    }

    .select_amount_red li {
        display: block;
        margin: 20px auto;
        width: 46%;
        height: 71px;
    }

    .select_amount_org li {
        display: inline-block;
        margin: 10px auto;
        width: 46%;
        height: 71px;
    }

    .select_amount_org .amount_org_bg label {
        font-size: 1.8rem;
        white-space: nowrap;
    }
}



    /* Added by David */
    .select_amount .select_1000 label {
        text-align: center;
        line-height: 54px;
        font-weight: bold;
        font-size: 2.3rem;
        font-family: Microsoft Jhenghei, 微軟正黑體, Arial, sans-serif;
    }

    .select_amount .select_800 label {
        text-align: center;
        line-height: 54px;
        font-weight: bold;
        font-size: 2.3rem;
        font-family: Microsoft Jhenghei, 微軟正黑體, Arial, sans-serif;
    }

    .select_amount .select_500 label {
        text-align: center;
        line-height: 54px;
        font-weight: bold;
        font-size: 2.3rem;
        font-family: Microsoft Jhenghei, 微軟正黑體, Arial, sans-serif;
    }

    #donor_not_selected {
        margin: 30px auto;
    }

    #donor_not_selected_eng {
        margin: 30px auto;
    }

    .footer_div {
        display: flex;
        flex-wrap: wrap;
    }

    .amt_selected {
        background-image: url(../images/tc/amt_red.png) !important;
        color: #fff;
    }

    .rg_amt_selected {
        background-color: #F5821F !important;
        color: #FFF !important;
    }

    .footerlink_div {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .footerlink {
        text-decoration: none;
        color: #bd473d;
        font-weight: bold;
        margin-right: 10px;
        cursor: pointer;
    }

    .inline_block {
        display: inline-block;
    }

    #imgSlider1_mobile {
        display: none;
    }

    #imgSlider2_mobile {
        display: none;
    }

    #imgSlider1_web {
        display: block;
    }

    #imgSlider2_web {
        display: block;
    }



