
body {
    margin: 0;
    padding: 0;
    color: black;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Geologica' !important;
    background: #f5f5f5;
}

.gift_txt_Desc {
    color: #727272;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bolder;
}

label.error {
    color: rgb(253, 44, 44);
}

img {
    max-width: 100%;
}

p {
    margin-bottom: 20px;
}

#main_wrapper {
}

a {
    color: #0067ac;
    text-decoration: none;
}

    a:hover {
        color: #0067ac;
        text-decoration: underline;
    }

    a:focus {
        outline: none;
    }

h3 {
    color: black;
    font-size: 24px;
    font-weight: 500;
    font-family: 'GEOLOGICA';
}

.label_ver {
    padding-left: 13px;
    color: #727272;
}

/*========================================== Homepage slider Starts ====================================================*/

#dn_slider {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    background-color: #e7e7e7;
}

.input_help {
    font-size: 15px;
    color: black;
    background: #ffffff;
    padding: 5px 0px 5px 10px;
}

.input_hlp_single {
    font-size: 15px;
    color: black;
    background: #ffffff;
    max-width: 100%;
    padding: 5px 0px 5px 10px;
}

/*=========================================== Homepage slider ends =====================================================*/

/*========================================== Content section Starts ====================================================*/

#dn_content {
    max-width: 810px;
    margin: 20px auto 30px;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.inner_area {
    width: 100%;
    padding: 30px;
}

h2 {
    font-family: 'GEOLOGICA';
    color: #727272;
    font-size: 26px;
    margin-bottom: 15px;
}

.top_box_sec {
    width: 100%;
    padding: 20px;
    color: #fff;
    background: url(../images/strip-bg.jpg) repeat-x left bottom #3679ad;
    margin-bottom: 35px;
}

.heading_sec {
    width: 100%;
    background: url(../images/heading-bg.jpg) repeat-x 0 23px;
    text-align: center;
}

    .heading_sec h1 {
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        color: #fff;
        font-size: 30px;
        font-family: 'HelveticaNeueLTStdMdCn';
        text-transform: uppercase;
        background-color: #3679ad;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

.regular_gift_txt {
    color: #727272;
    font-size: 17px;
    margin-bottom: 10px;
}

.main_dn_form {
    width: 100%;
}

    .main_dn_form label.dn_label {
        color: #727272;
        font-size: 18px;
        font-weight: normal;
        width: 100%;
    }

    .main_dn_form input.inp,
    .main_dn_form textarea.txtarea,
    .main_dn_form select.inp,
    .main_dn_form input.txt_inp {
        height: 38px;
        border: none;
        background: #ededed;
        color: black;
        font-size: 18px;
        font-weight: normal;
        box-shadow: none;
        padding: 5px 9px;
        border-radius: 3px;
        font-family: 'GEOLOGICA';
        border: none;
    }

    .main_dn_form textarea.txtarea {
        height: auto;
        resize: vertical;
    }

    .main_dn_form .form-group {
        margin-bottom: 18px;
    }

    .main_dn_form .submit {
        color: #fff;
        font-size: 15px;
        font-weight: normal;
        font-family: 'GEOLOGICA';
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border-radius: 5px;
        border: none;
        text-align: center;
        padding: 8px 30px;
        margin: 10px 0;
        /*cursor: pointer;*/
        background: #FF820A;
        max-width: 190px;
        height: 46px;
    }

    .main_dn_form button.dn_btn {
        float: left;
        display: inline-block;
        color: #575757;
        font-family: 'GEOLOGICA';
        font-weight: normal;
        font-size: 14px;
        background: #c7c7c7;
        border-radius: 3px;
        border: none;
        width: 80px;
        height: 38px;
        text-align: center;
        padding: 0;
        margin-bottom: 10px;
    }

        .main_dn_form button.dn_btn:hover,
        .main_dn_form button.dn_btn_act {
            color: #fff;
            text-decoration: none;
            background: #ef3e42;
            padding: 0;
        }

    .main_dn_form .sm_width {
        max-width: 102px;
    }

    .main_dn_form .csc_width {
        max-width: 162px;
        float: left;
    }

    .main_dn_form input.txt_inp {
        float: left;
        display: inline-block;
        width: 184px;
        background-color: #e9f5e6;
         color: black;
    }

    .main_dn_form input.wd_col1 {
        float: left;
        width: 13%;
        margin-right: 2%;
    }

    .main_dn_form input.wd_col2 {
        float: left;
        width: 23%;
        margin-right: 2%;
    }

    .main_dn_form input.wd_col3 {
        float: left;
        width: 33%;
        margin-right: 2%;
    }

    .main_dn_form input.wd_col4 {
        float: left;
        width: 25%;
    }

.csc_info {
    float: left;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #ededed;
    border-radius: 100%;
    margin: 7px 0 0 6px;
    color: #929292;
    text-align: center;
    padding-top: 2px;
}

.dn_padd {
    padding-left: 20px;
    padding-right: 20px;
}

.cptcha {
    margin-bottom: 15px;
    margin-top: 10px;
}

.frm_btn_padd {
    margin-right: 12px;
}
.form-control {
    color: #727272 !important;
}
/*=========================================== Content section ends =====================================================*/

/*============================================== Extra Classes =========================================================*/

.clearfix {
    clear: both;
    height: 0;
    content: '';
}

.marginBtm18 {
    margin-bottom: 18px;
}

.margin_btm20 {
    margin-bottom: 20px;
}

.margin_btm15 {
    margin-bottom: 15px;
}

.required {
    color: #ef3e42;
}

.marginRyt10 {
    margin-right: 10px;
}

#ob_tabs {
    padding: 0 20px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li > a {
        font-family: 'GEOLOGICA';
        font-weight: bold;
        border-radius: 0;
        color: black;
        font-size: 20px;
        font-weight: 300;
        border: 1px solid #ddd;
        border-bottom: 0;
        background-color: #f5f5f5;
        padding-top: 8px;
        padding-bottom: 8px;
    }

.dn_tab_cnt {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
}

.dn_tab_cnt_border {
    border-top: 4px solid #ef3e42;
}

.dn_tab_cnt h3 {
    margin-top: 0;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    font-family: 'GEOLOGICA';
    font-weight: bold;
    border-color: #ddd #ddd transparent;
    color: black;
    background: #FF820A;
}

#top_tab.nav-tabs > li {
    width: 50%;
    text-align: center;
}

    #top_tab.nav-tabs > li > a {
        font-family: 'GEOLOGICA';
        font-weight: bold;
        background: #727272;
        color: #ffffff;
        border-top: 0;
        border: none;
        margin-right: 0;
        font-size: 24px;
        transition: all 0.3s linear 0s;
    }

        #top_tab.nav-tabs > li > a:hover { /*border-color: #c7c7c7 #c7c7c7 #c7c7c7;*/
        }

    #top_tab.nav-tabs > li.active > a, #top_tab.nav-tabs > li.active > a:focus, #top_tab.nav-tabs > li.active > a:hover {
        font-family: 'GEOLOGICA';
        font-weight: bold;
        background: #FF820A;
        color: #fff; /*border-color: #333 #333 transparent;*/
    }

.dn_tab_cnt .tooltip-inner {
    color: black;
    background-color: #f0f0f0;
    font-family: 'GEOLOGICA';
    line-height: 14px;
    padding: 6px 8px 8px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #f0f0f0;
}

#dn_tabs {
}

    #dn_tabs .dn_tab_cnt {
        background: #FFFFFF;
        color: #fff;
        border: none;
        border-bottom: 1px dotted #ea764d;
        padding: 0;
    }

    #dn_tabs .btn-group .btn.active label:after {
        background: #FF5722;
    }

.top_dn_form label.dn_label {
    display: inline-block;
    width: auto;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-right: 20px;
}

.top_dn_form .form-group:last-child {
    margin: 0;
    overflow: hidden;
}
.top_dn_form .btn-group .btn.active {
    box-shadow: inherit;
}

top_dn_form .btn-group .btn.active label::after {
    background: #FF5722;
}
.top_dn_form .btn-group {
    width: 100%;
    padding: 0;
}
    .top_dn_form .btn-group .btn {
        box-shadow: inherit;
        margin: 0 8px 10px 0;
        border-radius: 3px;
        background: none;
        border-width: 0;
        width: 80px;
        color: #FF820A;
        font-family: 'GEOLOGICA';
        font-weight: 300;
        font-size: 20px;
        vertical-align: middle;
        padding: 6px 0;
    }
    
    .top_dn_form .btn-group .btn:first-child {
        margin-left: 0;
    }

        .top_dn_form .btn-group .btn label {
            margin: 0;
            font-weight: bold;
            font-family: 'GEOLOGICA';
            margin-left: 5px;
        }

.top_dn_form .radio-inline {
    color: #cdcdcd;
    font-size: 15px;
}

.top_dn_form .input-group-addon {
    padding: 4px 12px;
    color: black;
    border: none;
    font-size: 18px;
    font-weight: bold;  
}

input[type="checkbox"], input[type="radio"] {
    line-height: normal;
    margin: 4px -1px 0;
    accent-color: #FF5722;
}

a.main_btn {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    font-family: 'GEOLOGICA';
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-radius: 5px;
    border: none;
    text-align: center;
    padding: 13px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    background: #377629;
    box-shadow: 0 3px 0 #404040;
}

    a.main_btn:hover, a.main_btn:focus {
        color: #fff;
        text-decoration: none;
    }

input.main_btn {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    font-family: 'GEOLOGICA';
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    text-align: center;
    padding: 13px 10px;
    margin-bottom: 15px;
    cursor: pointer;
    background: #FF820A;
}

    input.main_btn:hover, input.main_btn:focus {
        color: #fff;
        text-decoration: none;
    }

#donationDates {
    margin-top: 20px;
}

    #donationDates span {
        margin-left: 20px;
    }

    #donationDates label {
        padding-left: 5px;
        padding-right: 20px;
        margin-top: -6px;
        font-size: 15px;
        color: #000000;
    }

/*============================================== Thank you page starts =============================================*/

#dn_innr_container {
    max-width: 940px;
    font-size: 16px;
    margin: 25px auto 30px;
    background-color: #f7f7f7;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.strip_bg {
    width: 100%;
    height: 1px;
    background: url(../images/strip-bg.jpg) repeat-x;
}

.inner_area2 {
    padding: 20px 30px 30px;
    border-top: 6px solid #FF820A;
}

h1.thanku_txt {
    font-family: 'GEOLOGICA';
    font-size: 48px;
    color: #FF820A;
    margin-bottom: 20px;
}

.thanku_maintxt {
    font-family: 'GEOLOGICA';
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 25px;
    color: #727272;
}

.thanku_txt2 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
}

.thanku_dr {
    height: 1px;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    margin: 40px 0 35px;
}

#thanku_footer {
    width: 100%;
    font-size: 14px;
    color: #666;
}

.thanku_footer_sec {
    margin-bottom: 0;
}

#thanku_footer h3 {
    color: #333;
    font-family: 'HelveticaNeueLTStdMdCn';
    font-size: 18px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
}

span.call {
    display: block;
    background: url(../images/icon-call.png) no-repeat 0 2px;
    padding-left: 24px;
    margin-bottom: 5px;
}

span.mail {
    display: block;
    background: url(../images/icon-mail.png) no-repeat 0 4px;
    padding-left: 24px;
    color: #e96568;
}

    span.mail a {
        color: #0067ac;
        text-decoration: none;
    }

        span.mail a:hover, span.mail a:focus {
            text-decoration: underline;
        }

.location_sec {
    margin-left: 40px;
}

.social_icons {
    display: block;
    margin: 0;
    padding: 0;
}

    .social_icons a {
        display: inline-block;
        float: left;
        width: 30px;
        height: 28px;
        margin-right: 8px;
        text-decoration: none;
    }

/*=============================================== Thank you page ends =============================================*/



@media screen and (max-width: 1200px) { /* lg */
}

@media screen and (max-width: 992px) { /* md */

}

@media screen and (max-width: 979px) {
    .dn_hdr_container, .dn_innr_container {
        width: 94%;
        margin: 0 3%;
    }

    #dn_content, #dn_innr_container {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
}

@media screen and (max-width: 769px) and (min-width: 576px) {
}

@media screen and (max-width: 768px) { /* sm  */

}

@media screen and (max-width: 767px) {
    #dn_content, #dn_innr_container {
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
    }

    .inner_area {
        padding: 15px 15px 25px;
    }

    .no_padd {
        padding: 0;
    }

    .paddLt {
        padding-left: 15px;
    }

    .xs_col_wd {
        max-width: 112px;
    }


    #ThankYou .pull-right {
        float: none !important;
    }

    #ThankYou .col-sm-4 {
        width: 100%;
    }

    .thanku_sec_dp {
        float: none;
        margin: 0 auto;
    }

    .thanku_footer_sec {
        margin-bottom: 30px;
    }

    .location_sec {
        margin-left: 0;
    }

    .inner_area2 {
        padding: 20px 20px 5px;
    }
}

@media screen and (max-width: 639px) {
    .top_box_sec {
        padding-left: 15px;
        padding-right: 15px;
    }

    .heading_sec h1 {
        font-size: 24px;
    }

    .heading_sec {
        background: url(../images/heading-bg.jpg) repeat-x 0 18px;
    }

    .main_dn_form input.txt_inp {
        width: 200px;
    }

    .dn_padd, #ob_tabs {
        padding-left: 10px;
        padding-right: 10px;
    }

    .dn_tab_cnt {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 576px) {
}

@media screen and (max-width: 559px) {
}

@media screen and (max-width: 480px) {

    .main_dn_form input.wd_col1 {
        min-width: 49px;
        margin-bottom: 10px;
    }

    .main_dn_form input.wd_col2 {
        min-width: 85px;
        margin-bottom: 10px;
    }

    .main_dn_form input.wd_col3 {
        min-width: 122px;
        margin-bottom: 10px;
    }

    .main_dn_form input.wd_col4 {
        min-width: 93px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 479px) {
    #top_tab.nav-tabs > li > a {
        font-size: 16px;
        padding: 7px 0;
    }

    .nav-tabs > li > a {
        font-size: 15px;
        font-weight: 400;
        padding: 8px;
    }

    .dn_tab_cnt h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 419px) {
}

@media (max-width: 568px) and (orientation: landscape) {
    #donationDates .dn_label {
        display: block;
    }
}

@media (min-width: 320px) and (max-width: 359px) {
    #donationDates .dn_label {
        display: block;
    }

    #ContentPlaceHolderMain_rbListPaymentStartDate label {
        padding-right: 100px !important;
        clear: both;
        font-size: 14px;
    }

    #donationDates span {
        margin-left: 0px;
    }
}

@media screen and (max-width: 479px) {
    #recaptcha_widget_div {
        transform: scale(0.66);
        -webkit-transform: scale(0.66);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .pad_captcha {
        padding: 0;
        overflow: hidden;
    }
}

#dn_tabs .tabbable .tab-content {
    border: 0;
}

    #dn_tabs .tabbable .tab-content .tab-pane {
        padding: 20px;
    }

    #dn_tabs .tabbable .tab-content #tab1 {
       
    }

    #dn_tabs .tabbable .tab-content #tab2 {
        background: #ffffff;
        border-bottom: 1px dotted #ffffff;
    }


#top_tab li:nth-child(2).active a,
#top_tab li:nth-child(2).active a:hover {
    background: #FF820A !important;
}

@media (max-width: 767px) {
    #dn_tabs .tabbable .tab-content #tab1 {
        padding: 20px;
    }
    .cn-num {
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.70);
        -webkit-transform: scale(0.70);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.donation-text {
    overflow-wrap: break-word;
    font-size: 16px;
    text-align: left;
    white-space: normal;
    padding-right: 10px;
    color: #727272;
    padding-top: 8px;
}

.donation-label {
    width: 100% !important;
    text-align: left;
    left: 1px;
}

@media screen and (min-width: 800px) {
    .donation-label {
        width: 18% !important;
        text-align: left;
        left: 1px;
    }
}

.my-choice-label {
    position: absolute;
    bottom: 0px;
    transform: translateY(100%);
    color: #727272;
    left: 0px;
}

.other-amount-dollar-symbol {
    color: white !important;
    background-color: #727272;
}

.primary-grey {
    color: #727272 !important;
}

.primary-button {
    background-color: #FF820A !important;
    color: white !important;
}

.secondary-button {
    background-color: #727272 !important;
    color: white !important;
}

.nav-tabs a {
    color: white !important;
}

.nav-tabs li a {
    background-color: #727272;
    margin: 0px;
}

.nav-tabs .active {
    background-color: #FF820A;
    color: white;
}

.overflow-visible {
    overflow: visible !important;
}