
/*@font-face {
    font-family:"din-bold-alternate";
    src: url('https://cdn2.hubspot.net/hubfs/500524/August2015/fonts/DIN-BoldAlternate.eot'),
    src: url('https://cdn2.hubspot.net/hubfs/500524/August2015/fonts/DIN-BoldAlternate.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/500524/August2015/fonts/DIN-BoldAlternate.woff2') format('woff2'),
        url("https://cdn2.hubspot.net/hubfs/500524/August2015/fonts/DIN-BoldAlternate.woff") format("woff"),
        url('https://cdn2.hubspot.net/hubfs/500524/August2015/fonts/DIN-BoldAlternate.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}*/
@font-face{
    font-family:"din-bold-alternate";
    src: url("https://cdn2.hubspot.net/hubfs/500524/August2015/fonts/DIN-BoldAlternate.woff") format("woff");
    font-weight:normal;
    font-style:normal;
}

.spacer{
    padding: 50px 0px;
}

.flex-center{
    display:flex;  
    display:-webkit-flex;   
    align-items:center;
    -webkit-align-items:center;
}

.flex{
    display:flex;  
    display:-webkit-flex;   
}

.banner-image{
    background-image: url(https://www.missionhurst.org/hubfs/banner-phil-camp-v1.jpg?t=1501531457450);
    height: 80vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.banner-image .banner-items{
    width: 100%;
    text-align: center;
    color: #fff;
    position:relative;
    z-index:2;
    
}

.banner-image .banner-items h2{
    font-size: 62px;
    font-weight: 900;
    font-family: 'din-regularregular';
    text-shadow: 2px 2px black;
}

.banner-image.flex-center:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    content: " ";\ z-index: 1;

}

.zamb.banner-image.flex-center:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    content: " ";\ z-index: 1;

}

.banner-image .banner-items .item-low p {
    font-size: 35px;
    font-family: 'din-regularregular';
    margin-bottom: 32px;
}

.banner-image .banner-items .item-low a{
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    border: 3px solid #fff;
    border-radius: 5px;
    text-transform: UPPERCASE;
    font-weight: bolder;
    transition:500ms ease all;
}
.banner-image .banner-items .item-low a:hover{
    background:#fff;
    color:#222;
    
}

.blue-bg-tier{
    background: #006eb9;
    color: #fff;
}

.content-blue{
    color: #fff;
}

.blue-bg-tier h2{
    font-size: 35px;
    font-family: 'din-regularregular';
    margin-bottom: 32px;
    font-weight: 800;
    margin: 0;
    margin-bottom: 14px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.blue-bg-tier p{
    font-family: 'din-boldregular';
    margin-bottom: 32px;
    font-weight: 800;
    margin: 0;
    font-size: 29px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    width: 389px;
}


.blue-bg-tier .widget-type-form .hs_submit input {
    max-width: none !important;
    background: #fff !important;
    color: #006eb9;
    border-color: #fff !important;
    text-transform: UPPERCASE;
    border: 0 !important;
    margin: 0px !important;
}



.form-signup ::-webkit-input-placeholder {
    font-family: "din-regularregular";
    font-size: 14px;
    text-transform: UPPERCASE;
    color: gainsboro;
    font-weight: 800;
}

.form-signup .hs-error-msgs li label{
        color: white;
        font-size: 13px;
}


.widget-type-form {
    background: none;  
    border: 0;
}

.form-signup form, .form-signup h3{
    width: 418px;
    margin: auto;
    text-align: left;
    font-size: 30px;
    padding-bottom: 17px;
    width: 418px;
    margin: auto;
    text-align: center;
    font-size: 23px;
    padding-bottom: 17px;
    padding-right: 10px;
}

.form-signup form{
    width:354px;
}
.form-signup {
    margin-top: 25px;
}
.widget-type-form .hs-form-required{
    display:none;
}
.blue-bg-tier input {
    padding: 10px !important;
    border-radius: 9px !important;
    outline: none !important;
    border: none;
    
}

.hs_submit .actions {
    padding: 0px !important;

}
.blue-bg-tier .widget-type-form .hs_submit input{
    padding: 11.5px 0px !important;
    text-align: center;
    font-size: 12px !important;
    -webkit-appearance: none;
}

.blue-bg-tier form div.hs_email{
    float: left;
    width: 78%;
}

.blue-bg-tier form div.hs_submit{
    float: right;
    width: 20%;
}


.space-2{
    padding: 40px 0;
}
.space-bottom-2{
    padding-bottom: 40px;
}
.custom-sub-header{
    font-size: 21px!important;
    font-family:"din-bold-alternate",serif!important;
    font-weight: 700!important;
    color: #000!important;
}


/*tier 2*/
.stateph-container{
    position: relative;
    text-align: center;
}
.stateph-inside-text{
    position: absolute;
    bottom: 0;
    color: #FFF;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;
    margin-top: 70px;
    z-index: 55;
    text-transform: UPPERCASE;
}
.stateph-container .overlay{
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 30;
    max-width: 370px;
    margin: 0 auto;
}
/*end tier 2*/

/*tier 3*/
.tier-3-items{
    border: 2px solid #005c9b;
    text-align: center;
    padding: 15px 30px;
    position:relative;
}
.tier-3-items div{
    
}

.tier-3-items h3{
    text-transform: uppercase;
    min-height: 60px;
}
.tier-3-items p{
    font-size: 13px;
    font-weight: 700;
    /* min-height: 340px; */
    margin-bottom: 80px;
}
.tier-3-items a{
    text-decoration: none;
    padding: 15px 0px;
    display: block;
    background-color: #005c9b;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    margin: 20px 0px;
    border: 2px solid #005c9b;
    position: absolute;
    bottom: 0;
    width: 75%;
    margin-top: 69px;
}
.tier-3-items a:hover{
    background-color: inherit;
    border: 2px solid #005c9b;
    color:#005c9b;
}

.tier-3-module .container .row-fluid-wrapper > .row-fluid:first-child {
    display:flex;  
    display:-webkit-flex; 
}

/*end tier 3*/

/* tier 4*/
.tier-4-sub-header h2{
    margin-bottom: 0px;
    color: #FFF!important;
}
.tier-4-sub-header h3{
    font-family: "din-lightregular", serif;
    font-size: 20px;
    text-align: center;
    color: #FFF!important;
}
.tier-4-row .overlay{
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 30;
    margin: 0 auto;
}
.tier-4-links a{
    padding: 20px;
    display: inline-block;
    width: 215px;
    vertical-align: top;
    font-weight: 700;
    text-decoration:none;
    background-color:#005c9b;
    color:#FFF;
    height:60px;
    text-transform:uppercase;
    border-radius: 10px;
    border-radius: 10px;
    margin-right: 15px;
    margin-bottom: 100px;
}
.tier-4-links a:hover{
    background-color:#046db5;
}
/*end tier 4*/

/*tier 5*/
.tier-5-sub-header h2{
    margin-bottom: 0px;
}
.tier-5-sub-header h3{
    font-family: "din-lightregular", serif;
    font-size: 20px;
    text-align: center;
    color: #505050!important;
}
.children-report-p{
    color:#505050;
    font-size: 18px;
    font-weight: 700;
}
.custom-blue-btn{
    display: block;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    padding: 18px;
    background-color: #005c9b;
    color: #FFF;
    border-radius: 5px;
    font-weight: 700;
    width: 190px;
    text-align: center;
}
.custom-blue-btn:hover{
    background-color:#046db5;
}
/*end tier 5*/

/*tier 6*/
.tier-6-items{
    background-color: #005c9b;
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 30px;
    min-height: 414px;
    position:relative;
    box-shadow: 2px 2px 5px 0px black;
}
.tier-6-items p{
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: #FFF;
    padding: 0px 20px;
    /*height: 215px;*/
}
.tier-6-items div{
    text-align: center;
    /*padding: 60px 20px 60px 20px;*/
    margin-top: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}
.tier-6-items a{
    padding: 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 700;
    background-color: #fcb919;
    border-radius: 5px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -22px;
    margin-right: 10px;
    font-size: 13px;
}
.tier-6-items a:hover{
    background-color:#fcc950;
}
.tier-6-items img{
    width: 100%;
}
/*end tier 6*.

/*tier 7*/
.tier-7-column-1{
    position:relative;
}
.tier-7-column-2{
    max-width: 600px;
}
.tier-7-column-1:after{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: rgba(0, 0, 0, 0.5);
}
.tier-7-column-1 h2{
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFF;
    z-index: 50;
    text-align: center;
    line-height: 0;
    font-weight: 700;
}
.tier-7-column-1 a{
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    z-index: 50;
    text-transform: uppercase;
}
.tier-7-column-2-sub-header{
    font-family:"din-bold-alternate",serif;
    font-size: 31.5px;
}

.tier-7-column-2 h3{
    font-style: italic;
    font-family: "din-bold-alternate",serif;
    padding-left: 50px;
}
.tier-7-column-2 p{
    padding-left: 50px;
    color: #505050;
    font-size: 16px;
    font-weight: 700;
}
.tier-7-column-2 p span{
    text-decoration:underline;
}
/*end tier 7*/


/*tier 8*/
.tier-8-items{
    background-color: #005c9b;
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 30px;
    min-height: 400px;
    position:relative;
    box-shadow: 0px 1px 20px #b3b3b3;
}
.tier-8-items p{
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    color: #FFF;
    padding: 0px 20px;
    /*height: 215px;*/
}

.tier-8-items img{
    width: 100%;
}
/*end tier 8*/

/*tier 9*/
.tier-9-column-1{
    max-width: 600px;
    margin-left: auto;
}
.tier-9-column-2{
    position:relative;
}
.tier-9-column-2:after{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: rgba(0, 0, 0, 0.5);
}
.tier-9-column-2 h2{
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFF;
    z-index: 50;
    text-align: center;
    line-height: 0;
    font-weight: 700;
    line-height: 1;
    top: 35%;
}
.tier-9-column-2 a{
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    z-index: 50;
    text-transform: uppercase;
}
.tier-9-column-1-sub-header{
    font-family:"din-bold-alternate",serif;
    font-size:31.5px;
}

.tier-9-column-1 h3{
    font-style: italic;
    font-family: "din-bold-alternate",serif;
    padding-left: 50px;
}
.tier-9-column-1 p{
    padding-left: 50px;
    color: #505050;
    font-size: 16px;
    font-weight: 700;
}
.tier-9-column-1 p span{
    text-decoration:underline;
}
/*end tier 9*/

/*tier 10*/
.tier-10-sub-header h3{
    font-size: 16px;
    text-align: center;
}
.tier-10-column-1, .tier-10-column-2{
    font-style: italic;
    font-family: "din-bold-alternate",serif;
}

.tier-10-column-1 p, .tier-10-column-2 p{
    color: #505050;
    font-size: 16px;
    font-weight: 700;
    font-family: "din-lightregular";
    font-style:normal;
}
/*end tier 10*/


/* Donation form style overide*/
#user-info-modal .hs-button.primary.large {
    float: right;
}

#user-info-modal .hs_submit .actions input {
   /* margin-right: -24px !important; */
    margin-top: 50px;
}

.donation-tier h2{
    font-family: "din-bold-alternate",serif!important;
    font-size: 31.5px;
}
.form-content h2{
    font-size: 14px !important;
}

.form-content{
    box-shadow: 0px 0px 1px #656565;
}
/* end */

.quoute-popup{
    max-width: 208px;
    text-align: right;
    border: 3px solid white;
    border-radius: 50%;
    min-height: 200px;
    display:flex;  
    display:-webkit-flex; 
    padding: 41px;
    position: absolute;    
    right: 11px;
    top: -73px;
    
}
.quoute-popup .hustag-qt{
   position: absolute;
    background: #f9b40e;
    padding: 14px;
    border-radius: 5px;
    font-weight: 900;
    font-size: 20px;
    bottom: -60px;
    right: -40px;
}

.content-qt{
    position:relative;
}


.close-quote-btn{
    font-size: 26px;
    position: absolute;
    top: -37px;
    left: -44px;
    cursor: pointer;
}

.space-bottom-2 .span2{
    margin: 6px;
    width: 17%;
}

.photo-tiles {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100% !important;
    height: 205px !important;
    margin: 0px 10px !important;
}


.photo-tiles:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
.photo-tiles.hide-bg:after {
    display: none !important;
}

.photo-tiles-tier .row-fluid-wrapper > .row-fluid:first-child {
     display:flex;  
    display:-webkit-flex;   
    align-items:center;
    -webkit-align-items:center;
}
.tier-split-1 .row-fluid {
    display:flex;  
    display:-webkit-flex; 
}
.photo-bg-split-1{
    margin:0px !important;
    text-align: center;
    color: #fff;
}
.photo-bg-split-1 .row-fluid-wrapper{
    width:100%;
    position:relative;
    z-index:2;
}
.photo-bg-split-1:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    display: inline-block;
}




.modal-body form, #prayer-intent-modal{
    overflow-y: auto;
}
.mobile-trigger{
    transform: scale(1.5);
    margin-right: 8px;
    margin-top: 19px;
    border-radius: 0 !important;
}
.tier-3-items img{
    width:100% !important;   
    height: auto;
}
@media (max-width:1024px){
    .donation-tier p {
        text-shadow: 2px 0px white !important;
    }
    .tier-6-items {
        min-height: 1px;
    }
    .tier-6-items div{
        position: relative;
        bottom: 0;         
        padding-bottom: 44px;
    }
    .tier-9-column-2 img{
        width:100%;
    }
    .tier-8-items p{
        padding:  20px;
    }
    .tier-8-items {
        min-height: 1px;
    }
    .tier-split-1 .row-fluid{
        display: block;
    }
    .tier-7-column-2 h3{
        padding-left:0px;
    }
    .space-bottom-2 .span2{
        margin: 6px;
        width: 100%;
    }
    .stateph-inside-text{
        font-size: 15px;
    }
    .photo-tiles{
        height: 168px !important;
    }
    .quoute-popup{
        position: relative;
        margin: auto;
        top: 0;
        margin-top: 45px;
    }
    .tier-4-links a{
        font-size: 14px;
        margin-bottom: 25px;
    }
    /*.tier-6-items{
        min-height: 438px; 
    } 
        */
    .tier-3-module .container .row-fluid-wrapper > .row-fluid:first-child{
        display: block;
    }
    .tier-3-module .span3 {
        width: 100% !important;
        margin: 0px;
    }
    .tier-3-items a{
        width: 60%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        display: block;
        position: relative;
        margin: 8px auto;
        width: 100%;
    }
    .tier-blue-cards .span3 {
        width: 100%;
        margin: 0;
    }
    .tier-8-card .span3 {
        width: 100%;
        margin: 0px;
    }
    .tier-10-card .span3 {
        width: 100%;
        margin: 0;
    }
    .donation-tier{
        background-position-x: 43%;
    }
    .form-donation-container, .form-donation-container-zambia{
        margin: auto !important;
        position: relative !important;
        float: none !important;
    }
    
    
    .tier-split-1 .span6, .tier-split-2 .span6{
        width: 100%;
        margin:0px !Important;
    }
    .tier-7-column-2, .tier-9-column-1 {
        max-width: 100%;
        padding: 10px 50px;
    }
    .tier-7-column-2 p {
        padding: 0;
    }
    .tier-9-column-1 p {
        padding: 0px;
    }
    .blue-bg-tier .widget-type-form .hs_submit input{
       
        min-height: 42px;
        margin-top: 2px !important;
    }
    .tier-3-module {
        padding: 0px 25vw;
    }
    .tier-3-items p{
        margin-bottom: 0px;
    }
    .donation-tier .container{
        padding: 18px !important;
    }
    .donation-tier{
        height: auto !important;
    }
}

@media (max-width: 1023px){
    .mobile-bottom-space{
        padding-bottom: 5%;
    }
}
@media (max-width:768px){
    .donation-tier{
        height: 55vh !important;
        height: auto !important;
    } 
    
   .space-bottom-2 .span2 {
        width: 100%;
    }
    .nav-color{
        position: absolute;
        background: #006eb9 !important;
    }
     .mobile-bottom-space{
        padding-bottom: 10%;
    }
}

 
@media (max-width:736px){
     .banner-image {
        height: 150vh;
    }
    .banner-image .banner-items h2 {
        font-size: 27px;
    }
    .banner-image .banner-items .item-low p {
        font-size: 15px;
    }
    .quoute-popup p {
        font-size: 14px;
    }
    .quoute-popup{
        max-width: 148px;
        padding: 32px;
        min-height: 125px;
    }
    .donation-tier {
        height: 140vh !important;
    }
}


@media (max-width:667px){
     .donation-tier {
            padding: 23px;
    }
    .donation-tier{
        position: relative;
        height: auto !important;
        background-position-x: 60%;
    }
    .donation-tier .container{
        padding: 0px !important;
    }
}

@media (max-width:568px){
    .banner-image {
        height: 172vh;
    }
    .donation-tier {
        height: 161vh !important;
        background-position-x: 48%;
    }
    .photo-tiles-tier .row-fluid-wrapper > .row-fluid:first-child{
        display:block;
    }
    .photo-tiles{
         margin: 0px !important;
        margin-bottom: 10px !important;
    }
    .donation-tier{
        position: relative;
        height: auto !important;
    }
    .tier-3-module {
        padding: 0px 7vw;
    }
     .mobile-bottom-space{
        padding-bottom: 15%;
    }

}

@media (max-width:414px){
    .form-signup form, .form-signup h3{
        width: 100%;
        text-align: center;
        font-size: 19px;
    }
    .blue-bg-tier h2{
        font-size: 26px;
        width: 100%;
    }
    .blue-bg-tier p {
        font-size: 24px;
        width: 100%;
    }
    
    .blue-bg-tier form div.hs_email {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .blue-bg-tier form div.hs_submit {
        width: 25%;
        float: none;
        margin: auto;
    }
    h2.text-center {
        font-size: 22px;
        padding: 0px 10px;
    }
    .donation-tier {
        height: auto !important;
        background-position-x: -79%;
    }
    .donation-tier p{
        text-shadow: 2px 0px white !important;
    }
    .tier-3-items a {
        width: 83%;
    }
    .blue-bg-tier input{
        width: 100% !important;
    }
    .banner-image{
        background-position-x: 31%;
       height: 57vh !important;
    }
    .container-padding .widget-type-linked_image{
        padding-top: 20px !important;
    }
    .header-padding {
        padding: 0px !important;
    }
    .nav-color {
        margin-top: -28px !important;
    }
   
}

@media (max-width:375px){
    .modal-body form {
        padding: 9px !important;
        padding-right: 0px !important;
        border: 0px !important;
    }
    .modal-body{
        padding: 0px !important;
    }
    .modal-header .close{
        margin-top: -11px !important;
    }
    input.other_amount{
        padding: 14.5px 3% !Important;
    }
    .mobile-trigger {
        margin-top: 47px;
    }
}


