/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@import url("//s3-eu-west-1.amazonaws.com/wwffont/en/fonts.css");
@import url("../../../assets/css/app.css");

#btn-change-payment_type span {
    color: #ed6d34;
}

#introduction img,
#actions img,
#conservation img {
    width: 100%;
}
body {
    background-color: #fff;
}
.navbar .logo {
    width: 90px;
    height: auto;
}
@media (min-width: 768px) {
    p {
       font-size: 22px;
    }
}

header {
    position: relative;
    background: #000 url(../img/banner.webp) no-repeat top center scroll;
    background-size: cover;
    /*background: #000 url(../img/main-banner.png) no-repeat center center scroll;*/
}
header:after {
    content: "";
}
.mob-header {
    background: url(../img/P1.Top.jpg?1) no-repeat center center scroll;
    /*background: #000 url(../img/mob_tiger_banner.jpg) no-repeat center center scroll;*/
    background-size: cover !important;
    /* min-height: 260px;
        background-size: cover !important; */
        margin-top: 50px;
        min-height: 420px;

}
header .donatepage-banner{
    position: relative;
}
header .donatepage-banner-text{
    position:absolute;
    left: 15px;
    top: 90px;
    text-align: left;
    text-shadow: 0px 0px 20px rgba(0,0,0,1);
    font-family: WWFRegular, 'Microsoft JhengHei', 'Heiti TC', sans-serif;
}
header .donatepage-banner-text p {
    padding-right: 15px;
    font-size: 20px !important;
    line-height: 1.2;
}
header .banner-header {
    padding-top: 20px;
    padding-right: 15px;
    font-size: 29px;
    font-weight: bold;
    line-height: 1.2;
}
header .banner-subheader{
    padding-right: 20px;
    font-size: 25px;
    line-height: 1.2;
}
header .banner-label {
    position: absolute;
    bottom: 15px;
    right: 15px;
    text-align: right;
    font-size: 16px;
    line-height: 1rem;
    color: white;
}

@media (min-width:768px) {
    header .donatepage-banner-text{
        top: 110px;
        width: 750px;
        left: calc((100vw - 750px) / 2);
    }
    header .donatepage-banner-text p {
        padding-right: 0px;
        font-size: 25px !important;
    }
    header .banner-header {
        font-size: 44px;
    }
    header .banner-subheader{
        font-size: 32px;
    }
}
@media (min-width:992px) {
    header .donatepage-banner-text{
        left: 15px;
        top: 190px;
        width: 66.66666667%;
    }
    header .donatepage-banner-text p {
        padding-right: 0px;
        /* font-size: 25px !important; */
        line-height: 1.2;
    }
    header .banner-header {
        padding-top: 45px;
        font-size: 49px;
    }
    header .banner-subheader{
        font-size: 35px;
    }
}

h1, h3 {
    font-size: 4rem;
    font-family: WWFRegular, 'Microsoft JhengHei', 'Heiti TC', sans-serif;
}
header form button{
    background-color: #5899d5;
}

section {
    margin: 30px 0px;
}
.image-row {
  display: flex;
  justify-content: space-between;
}
#introduction .image-row img {
  width: 32%;
  height: auto;
}
#introduction .cta-headline {
    padding: 15px 0px;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}
@media (min-width:768px) {
    #introduction .cta-headline {
        font-size: 36px;
    }
}

#actions {
    margin-bottom: 0px;
}
#actions .container {
    padding: 20px 15px 30px 15px;
    background-color: #355F96;
    color: #fff;
}
#actions .action-image,
#actions .action-text {
    padding: 10px 15px;
}
#actions .action-text p:last-of-type {
    margin-bottom: 0px;
}
@media (min-width: 768px) {
    #actions {
        margin-bottom: 30px;
    }
    #actions .container {
        padding: 20px 30px 30px 30px;
    }
    #actions .row-flex {
        display: flex;
        align-items: center; /* Options: flex-start, center, flex-end */
    }
    #actions .action-text p {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    #actions .action-text p {
        font-size: 22px;
    }
}

#impact {
    position: relative;
    background: url(../img/impact.jpg) no-repeat center center;
    background-size: cover;
    height: 75.6vw;
    color: #fff;
    margin: 0px;
}
#impact .text-box {
    position: absolute;
    bottom: 0px;
    padding-bottom: 10px;
    background-color: rgba(0,0,0,0.3);
    backdrop-filter: blur(2px);
}
#impact h1 {
    font-size: 32px;
}
#impact p {
    font-size: 16px;
}
@media (min-width: 768px) {
    #impact .text-box {
        padding: 30px 30px 40px 30px;
        width: 750px;
        bottom: 50px;
    }
    #impact h1 {
        font-size: 4rem;
    }
    #impact p {
        font-size: 24px;
    }
}
@media (min-width: 992px) {
    #impact .text-box {
        /* padding: 30px; */
        width: 970px;
        bottom: 50px;
    }
    #impact {
        height: 50vw;
    }
}
@media (min-width: 1200px) {
    #impact .text-box {
        width: 1170px;
    }
}

#conservation .sites-wrapper {
    padding: 20px 0px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#conservation .sites-wrapper .site {
    flex: 0 0 100%;
}
#conservation .sites-wrapper .site .site-title {
    padding-top: 10px;
    font-size: 1.2em;
    font-weight: bold;
}
@media (min-width: 768px) {
    #conservation .sites-wrapper {
        padding: 40px 0px 20px 0px;
    }
    #conservation .sites-wrapper .site {
        flex: 0 0 calc((100% / 3) - (20px * 2 / 3));
    }
}
@media (min-width: 992px) {
    #conservation .sites-wrapper .site {
        flex: 0 0 calc((100% / 5) - (20px * 4 / 5));
    }
}

#more {
    margin-top: 0px;
}
#more .container {
    padding: 20px 15px 30px 15px;
    background-color: #355F96;
    color: #fff;
}
@media (min-width: 768px) {
    #more {
        margin-top: 30px;
    }
    #more .container {
        padding: 20px 30px 30px 30px;
    }
}

#help {
    position: relative;
    background: url(../img/help_bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    margin: 0px;
}
#help .text-box {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: rgba(0,0,0,0.3);
    backdrop-filter: blur(2px);
    text-shadow: 0px 0px 20px rgba(0,0,0,1);
}
#help h1 {
    font-size: 32px;
}
#help p {
    font-size: 16px;
}
#help .help-item {
    position: relative;
    padding: 15px 15px 10px 30px;
}
#help .help-item:before {
    position: absolute;
    left: 7px; top: 15px;
    content: '✓';
    font-size: 20px;
}
#help .help-item-title {
    font-size: 20px;
    font-weight: bold;
}
#help .banner-label {
    position: absolute;
    bottom: 15px;
    right: 15px;
    text-align: right;
    font-size: 16px;
    line-height: 1rem;
    color: white;
}
@media (min-width: 768px) {
    #help .text-box {
        padding: 30px 30px 40px 30px;
        width: 750px;
    }
    #help h1 {
        font-size: 4rem;
    }
    #help p {
        font-size: 24px;
    }
    #help .help-item {
        padding: 15px 15px 15px 50px;
    }
    #help .help-item:before {
        font-size: 24px;
    }
    #help .help-item-title {
        font-size: 24px;
    }
    #help .help-item-text {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    #help {
        height: 71.13402062vw;
    }
    #help .text-box {
        padding: 30px 40px 40px 40px;
        margin-top: calc((71.13402062vw - 693px) / 2);
        width: 970px;
    }
}
@media (min-width: 1200px) {
    #help .text-box {
        padding: 30px 50px 40px 50px;
        margin-top: calc((71.13402062vw - 608px) / 2);
        width: 1170px;
    }
}

#support a,
.highlight,
#support .highlight {
    color: #ed6d34;
}
#support .image-row {
    padding: 15px 0px;
}
#support .image-row img {
  width: 32%;
  height: auto;
}
.donation-button {
    background: #2E75B6;
    display: block;
    margin: 30px auto;
    padding: 10px 40px;
    color: white !important;
    max-width: 400px;
    text-align: center;
    border-radius: 20px;
    font-size: 3rem;
    font-family: WWFRegular, 'Microsoft JhengHei', 'Heiti TC', sans-serif;
}
@media (min-width:768px) {
    #support .image-row {
        width: 75%;
        margin: 0px auto;
    }
}

.container-outer{
    position:relative; max-width: 1600px; margin: auto;

}

header.two-col .left .banner {
    height: calc(100% - 120px);
    background: url(../img/P2.Vertical.jpg) no-repeat center center scroll;
    background-size: cover;
}

#amount_other-error{
    text-align: left;
}
.notice-message-box {
    font-size: .8em;
    color: #888888;
    padding:  5px;
    margin: 5px 0px 10px;
}

.glyphicon{
    margin-right: 15px;
}

.has-feedback label~.form-control-feedback{
    top: 0px;
}

.form-group{
    position: relative;
}

.form-group input{
    padding-right: 33px;
}

.text-success, .text-success:hover{
    color:rgba(158, 115, 61, 1);
}

.tiger-bg {
    background-color: rgba(158, 115, 61, 1);
}

.wizard .current, .write-remarks {
    background: rgba(243 ,112 ,67, 1);
}
.wizard .current:after{
    border-left-color: rgba(243,112 ,67, 1);
}
.youtube-container{
    padding: 0px;
}

.targets-and-actions-container{
    padding-right: 0px;
}


.banner-grey-box{
    font-size: 22px;
}

#how p.highlight2 {
    text-align: left;
    background-color: rgb(243,112,67) !important;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
}

@media (max-width : 991px) {

    .friend_given_name_form-group,.given_name_form-group,.friend_salutation_form-group,.salutation_form-group{
        margin-bottom: 15px !important;
    }
    header{background: #000;}
    ._select-amount{
        padding-top: 10px!important;
    }

    .mob-header {
        /*background: url(../img/banner.jpg) no-repeat center center scroll;*/
        background: #000 url(../img/banner.webp) no-repeat top center scroll;
    }
}


@media (max-width : 768px) {
    header .right{
        padding-top: 0px;
    }

    #phone_area{
        padding-right: 10px !important;
    }


    /*.targets-and-actions-container{
        padding-right: 15px;
    }*/

    .friend_given_name_form-group,.given_name_form-group,.friend_salutation_form-group,.salutation_form-group{
        margin-bottom: 15px !important;
    }

}

.targets-and-actions{

    background-color: rgb(243,112,67);
}

footer h1{font-weight: lighter !important;}


.friend_given_name_form-group,.given_name_form-group,.friend_salutation_form-group,.salutation_form-group{
    margin-bottom: 0px;
}

.text-muted{

    font-style: normal !important;
}


.tab-pane p, .tab-pane li{
    line-height: 1.8em !important;letter-spacing:1px;
}

.reminder{
  color:#18bc9c!important;
    font-weight: bold !important;
}
