






/* ************************************************************************** *\
|* ****************************** GENERAL *********************************** *|
\* ************************************************************************** */


.btn {
    color: #FFF;
    font: 700 11px 'Poppins', 'Helvetica';
    letter-spacing: 0.05rem;
    border: none;
    text-align: center;
    background-color: #325182;
    min-width: 175px;
    padding: 9px 0;
    margin: 0 0 25px auto;
}

.btn:hover {
    color: #FFF;
    background: #4068a7;
}



h2.title {
	font: 300 2.25em 'Montserrat', 'Helvetica';
	text-transform: uppercase;
	letter-spacing: 4px;
}

.separator:after {
	margin: 25px 0;
}



/* ************************************************************************** *\
|* ****************************** GENERAL *********************************** *|
\* ************************************************************************** */

#hero {
	height: -webkit-calc(50vh - 80px);
	height: calc(50vh - 80px);
    background-position-y: -250px;
    background-repeat: no-repeat;
}

/*#hero .container { max-width: 1100px; }*/

#hero .container #page-title {
	right: 0;
    left: 0;
    text-align: center;
}


#hero .container #page-title:after {
	width: 300px;
    margin: 5px auto 0;
}





/* ************************************************************************** *\
|* ********************************* #INFO ********************************** *|
\* ************************************************************************** */

#info {
	display: block;
	width: 100%;
	padding: 75px 0 50px;

	border-bottom: 1px solid #DDD;
}

#info .inner {
	display: block;
	max-width: 1200px;
    width: 95%;
	margin: 0 auto;
}

#info .title { text-align: left; }

#info .separator:after { margin: 25px 0; }


#info .content {
	width: 90%;
	min-width: 300px;
	letter-spacing: 0.03em;
	line-height: 23px;
}





/* ************************************************************************** *\
|* ********************************* #WHY *********************************** *|
\* ************************************************************************** */


#why {
	display: block;
	width: 100%;
	padding: 75px 0 50px;
	border-bottom: 1px solid #DDD;
}


#why .inner {
	display: block;
	max-width: 1200px;
    width: 95%;
	margin: 0 auto;
}


#why .title { text-align: right; }

#why .separator:after { margin: 25px 0 25px auto; }

#why .content {
	width: 91%;
	min-width: 300px;
	text-align: right;
	line-height: 23px;
	letter-spacing: 0.03em;
	margin: 0 0 25px auto;
}

#why .btn {
	display: block;
	width: 175px;
	margin: 0 0 25px auto;
}





/* ************************************************************************** *\
|* ********************************* #legend *********************************** *|
\* ************************************************************************** */
#legend{
    margin: 0 0 30px;
}
.fullstripe-form-title{
    display: none;
 }
.donate-form {
    width: 80%;
    min-height: 480px;
    margin: 50px auto 0;
}
._100:last-child{
    text-align: center;
}
button{
    background-color: #273E6C;
    color: #fff;
    transition: all .25s linear;
}
button:hover{
    color: #325182 !important;
    background-color: #fff !important;
    transition: all .25s linear;
}
#payment-form-style input:focus{
    border-color: #273E6C !important;
}

/* ************************************************************************** *\
|* ********************************* #SOON *********************************** *|
\* ************************************************************************** */

#soon {
	display: block;
	width: 100%;
	padding: 75px 0px 50px;
}

#soon .inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

#soon h2.title {
	font: 300 2.6em 'Montserrat', 'Helvetica';
    text-transform: uppercase;
    letter-spacing: 4px;
    max-width: 800px;
}

#soon p.subtitle { font-size: 16px; }



#soon .form {
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#soon .form .cs-apply-item {
    font-size: 15px;
    font-weight: 300;
    font: 400 13px 'Montserrat', 'Helvetica';
    margin: 0 0 15px 0;
    padding: 25px 10px;

    border-radius: 0;
    width: 100%;
    letter-spacing: 1px;

    background-color: #FFF;
    border: none;
    border-bottom: 2px solid #325182;

    -webkit-box-shadow: none;
    box-shadow: none;

    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#soon .form .cs-apply-item:focus { 
    border-color: #4068a7;

    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#soon .form .input-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin-bottom: 20px;
}


#soon .form #cs-submit {
    color: #FFF;
    background-color: #325182;
    font: 700 13px 'Montserrat', 'Helvetica';
    letter-spacing: 2px;
    line-height: normal;
    border-radius: inherit;
    border:none;

    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 18px 0;

    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#soon .form #cs-submit:hover {
    background-color: #4068a7;

    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}




/* ************************************************************************** *\
|* ****************************** RESPONSIVE ******************************** *|
\* ************************************************************************** */


@media only screen and (max-width:1280px) {
    h2.title, #soon h2.title {
        text-align: center !important;
        margin: 0 auto;
    }

    #info .inner,
    #why .inner { text-align: center !important; }

    #info .separator:after,
    #why .separator:after,
    #soon .separator:after {
        margin: 15px auto;
    }

    #info .content,
    #why .content,
    #soon .content {
        text-align: center;
        margin: 0 auto 15px;
    }

    #info .btn,
    #why .btn,
    #soon .btn {
        margin: 0 auto;
    }
}

@media only screen and (max-width:1300px) {
    #hero{
        background-position-y: unset;
    }
    #soon h2.title {
        font: 300 30px 'Montserrat', 'Helvetica';
    }
}

@media only screen and (max-width:1024px) {}
@media only screen and (max-width:768px)  {
     #hero{
        background-position-x: center; 
    }
}
@media only screen and (max-width:480px)  {
    .donate-form {
        width: 100%;
        min-height: 625px;
    }
    #soon .inner{
        width: 95%;
        margin: 0 auto;
    }
   ._50{
        width: 96% !important;    
    }
    ._25{
        width: 35% !important;
    }
    #payment-form-style ._100:last-child{
        text-align: left;
    }
}
@media only screen and (max-width:320px)  {}





