html,body{
	font-family: 'Roboto', sans-serif;
}

body {
    position: relative;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
#main-wrapper {
    position: relative;
}

#sp {
    background: #fff;
    position: relative;
}

.section{
	padding-bottom:60px;
	padding-top: 30px;
}

h2{
	font-size:34px;
	color:#8f9398;
	margin-bottom: 30px;
}

h3{
	color:#2591bd;
	margin-bottom: 30px;
}

#error{
    display:none;
}
#errorPanel{
text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}

.formErrorContent{
    display:none;
}

.dash{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    width: 100%;
    max-width: 44px;
    height: 5px;
    background: #2390bb;
}
.video-wrapper, .video-container{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 30px 0;
}
.video-wrapper iframe, .video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sp-content {
	color: #727272;
    font-size: 16px;
    line-height: 1.7;
}

#sp header {
    height: 1000px;
    height: 90vh;
    background: #1a1a1a;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    overflow: hidden;
}

#sp header.checkout{
    height:60vh;
}

.sp-nav{
	clear: both;
    height: 72px;
    width: 100%;
    z-index: 1010;
    background-color: #373737;
}

.sp-nav .wrap, #sp-cta .wrap {
    margin: 0 auto;
    max-width: 1140px;
    height: 75px;
    position: relative;
}

.sp-nav .logo {
    float: left;
    overflow: hidden;
    padding: 0;
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 5px;
    position: absolute;
    z-index: 4000;
}

.sp-nav .logo img{
	width:auto;
    height:50px;
}

#sp-banner, #sp-cart{
    background: #565656;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    -webkit-transition: height 50ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: height 50ms cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: height 50ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: height 50ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: height 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

#sp-banner:before, #sp-cart:before {
    content: " ";
    display: block;
    height: 351px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, transparent 1%, rgba(0,0,0,0.07) 26%, rgba(0,0,0,0.5) 71%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, transparent 1%, rgba(0,0,0,0.05) 26%, rgba(0,0,0,0.5) 71%, rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, transparent 1%, rgba(0,0,0,0.07) 26%, rgba(0,0,0,0.5) 71%, rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, transparent 1%, rgba(0,0,0,0.07) 26%, rgba(0,0,0,0.5) 71%, rgba(0,0,0,0.7) 100%);
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

#sp-banner:after, #sp-cart::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

#sp-banner .logo img{
    border:5px solid #fff;
    border-radius:6px;
    max-width:100px;
    max-height:100px;
}

#sp-banner .title #sp-video{
    max-width:640px;
    margin: 0 auto;
    display: none;
}
#sp-banner .title.active{

}

#sp-banner .title {
    position: absolute;
    z-index: 6;
    text-align: center;
    color: #fff;
    top: 45%;
    width: 100%;
    margin-top: -122px;
}

#sp-banner .title h1, #sp-banner .title h2{
    margin: 0;
    width: 90%;
    display: inline-block;
    word-wrap: break-word;
    color:#fff;
}

#sp-banner .title p{
	margin-top: 30px;
}
#sp-banner .title a {
    text-align: center;
    display: inline-block;
}

#sp-banner .title .btn{
	font-size: 24px;
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: bold;
    border: 0;
    margin-right: 15px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -kthtml-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#sp-banner .title h1 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 65px;
    font-size: 5.2vw;
    line-height: 6vw;
    margin: 0 0 1% 0;
    text-align: center;
    font-weight:bold;
}

#sp-banner .title h2 {
    line-height: normal;
    font-size: 45px;
    font-size: 2.5vw;
    font-weight: normal;
    font-style:italic;
    margin: 0 0 1% 0;
}

#sp-donation{
	background:#f3f3f3;
}

#sp-donation.Recurring .Single, 
#sp-donation.Single .Recurring{
    display:none;
}
#sp-donation.Recurring .Recurring, 
#sp-donation.Single .Single{

    display:block;
}

#sp-cta.Single .handle.Recurring, 
#sp-cta.Recurring .handle.Single {
    display:none;
}

#sp-cta.Single .handle.Single, 
#sp-cta.Recurring .handle.Recurring{
    display:block;
}

#sp-donation .sp-gift-type{
	padding-bottom: 60px;
}
#sp-donation .sp-gift-type #Single{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#sp-donation .sp-gift-type #Recurring{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
#sp-donation .sp-gift-type .btn{
	border:1px solid #edecf1;
	border-radius: 0;
	background:#fff;
	font-size:18px;
    padding: 10px 20px;
	color:#2591bc;
	-webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -kthtml-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#sp-donation .sp-gift-type .btn#monthly{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; 
}

#sp-donation .sp-gift-type .btn#onetime{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; 
}


#sp-donation .sp-gift-type .btn:hover{
	background:#2390bb;
	color:#fff;
}

#sp-donation .sp-gift-type .btn.selected{
	border:0;
	background:#2390bb;
	color:#fff;
}

#sp-donation .sp-gift-item{
	padding:20px;
	background:#ffffff;
	text-align: center;
	color: #2390bb;
	border-radius: 6px;
	-webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    min-height: 177px;
    margin-bottom:30px;
}

#sp-donation .sp-gift-item.selected{
    background:#2390bb;
}

#sp-donation .sp-gift-item.selected h2{ 
    color:#fff;
}

#sp-donation .sp-gift-item.selected p{ 
    color:#fff;
}

#sp-donation .sp-gift-item.selected .gift-hover{ 
    display:none;
}

#sp-donation .sp-gift-item:hover .gift-hover{
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
        border-radius: 6px;

}

#sp-donation .sp-gift-item .gift-hover{
	z-index:2;
    border-radius: 6px;
    background: rgba(35, 144, 187,0.9);
        -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.gift-hover:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

#sp-donation .sp-gift-item .gift-hover .gift-hover-content {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width:95%;
}

#sp-donation .sp-gift-item h2{
	margin: 0 0 10px 0;
	color: #2390bb;
} 

#sp-donation .sp-gift-item .monthly{
	display:none;
}

#sp-donation .sp-gift-item input[type="radio"]{
	display:none;
}

#sp-donation .sp-gift-donate{
	margin-top: 30px;
}

#sp-donation .sp-gift-donate .btn, #sp-cta .donate .btn, #sp-cta .otherWrap .btn, #sp-fin .btn{
	width: 100%;
    border: 0;
    border-radius: 6px;
    padding: 10px 20px;
    background-color: #2390bb;
    padding: 10px;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}



#sp-cart .btn{
	width: 100%;
    border: 0;
    border-radius: 6px;
    padding: 5px 10px;
    background-color: #fff;
    border:1px #ccc solid ;
    color:#ccc;
    padding: 10px;
    font-size: 12px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#sp-donation .sp-gift-donate .btn:hover, #sp-cta .donate .btn:hover, #sp-fin .btn:hover, #sp-cart .btn:hover{
    background-color: #286090;
    color:#fff;
}

#sp-donation .sp-gift-item .custom-ammount{
    border-bottom: 1px dashed #e2e2e2;
}

#sp-donation .sp-gift-item .custom-ammount h2{
    font-size: 21px;
    padding-bottom: 10px;
}

#sp-donation .sp-gift-item input.custom{
    margin-top: 20px;
    border-radius: 2px;
    border: 1px solid #D9D9DE;
    cursor: default;
    padding: 10px 40px 10px 10px;
    position: relative;
    height: 40px;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

#sp-content{
    display:none;
}

.sp-gallery{
	padding:30px 0;
}

.sp-gallery img{
	width:100%;
	margin-bottom: 10px;
}
#sp-cta.affix-top .donate, #sp-cta.affix-top .logo{
	display: none;
}
#sp-cta.affix{
	top:0;
	background: #f3f3f3;
    width: 100%;
    height: 70px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    z-index:9999;
    display: block;
    line-height:70px;
}
#sp-cta .logo {
    float: left;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 10px;
    position: absolute;
    z-index: 4000;
}

#sp-cta .logo img {
    width:100%;
}

#sp-cta .donate {
    float: right;
    margin-right: 75px;
    margin-top: 10px;
    
}

#sp-cta.affix-top .otherWrap{
    display:none;
}

#sp-cta.affix .otherWrap{
    display:block;
}

#sp-cta .otherWrap{
    position:absolute;
    right:0;
    margin-top:10px;
}

#sp-cta .other {
    float: left;
    height: 50px;
    line-height:50px;
    position: relative;
    width: 90px;
    z-index: 5000;
    left: 0px;
    display:none;
}
input[type=text]::-ms-clear { display: none; }

#sp-cta .other input{
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    margin-left: 10px;
    width: 90px;
    font-size: 18px;
    color: #ccc;
    display:none;
    line-height:50px;
    height:47px;
    padding-left: 20px;
    padding-right: 20px;
}

#sp-cta .other input:focus{
    outline: none;
}

#sp-cta .otherWrap a{
    position:relative;
    z-index:50001;
}
/** CTA $ Handles**/

#sp-cta ul{
    list-style:none;
}

#sp-cta ul>li{
    display:inline-block;
}


#sp-cta .donate a{
    margin-left:5px;
    float:left;
}
#sp-cta .donate .btn{
width:auto !important;
 }
#sp-cta .donate a.handle,#sp-cta .otherWrap a.handle {
    background:#fff;
    color:#2390bb;
    width:auto !important;
}

#sp-cta .otherWrap a.handle{
    background:#ccc;
    color:#fff;
    background:#2390bb;
    text-transform:none;
}

#sp-cta .donate a.handle:hover{
    color:#fff;
}
#sp-cta .otherWrap a.open{
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}

#cta-trigger, #cta-donate{
        margin: 0 0 23px 0;
}

.script{
    text-align:center;
    margin-bottom:30px;
}
.script h3{
    margin-bottom:5px;
}
.page .footer {
    padding: 25px 0;
    overflow: hidden;
    border-top: 2px #dddddd solid;
    background: #eeeeee;
}
.footer h3 {
    font-weight: normal;
    line-height: 51px;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 23px 0;
    color: #002D56;
    border-bottom: 1px #444 dotted;
    padding: 0;
    letter-spacing:0;
}

.footer a{
    color: #c13b17;
    text-decoration: none;
}
footer p, .footer ul {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.footer img {
    margin: 10px 0;
}

.footer .row{
    margin-bottom:20px;
}

.footer ul{
    list-style: none outside;
    margin:0;
    padding:0;
}

form ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

form ul .area{
    width:70px !important;
}

form .ver{
    width:60px !important;
}

form .ver .ver{
    width:50px !important;
}

#sp-cart h2{
    margin-bottom:0;
}

#sp-cart h3{
    margin-top:5px;
}

#sp-information, #sp-error{
    background:#f3f3f3;
}

#sp-information .formError{
    z-index:999;
}

#sp-information .formErrorContent{
    display:block;
}

#sp-information .formError .formErrorContent {
    width: 100%;
    background: #f2dede;
    position: relative;
    color: #a94442;
    min-width: 120px;
    font-size: 11px;
    padding: 3px;
    border-radius: 6px;
    z-index: 9999;
}

.formError .formErrorArrow div {
    border-left: 2px solid #ebccd1;
    border-right: 2px solid #ebccd1;
    font-size: 0px;
    height: 1px;
    background: #f2dede;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

#sp-information .formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
}
.formError .formErrorContent {
    z-index: 991;
}
.formError .formErrorArrow {
    z-index: 999;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

#sp-fin{
    background:#8f9398;
    color:#fff;
}

#sp-fin a{
    color:#49CCFF;
}

#sp-fin .btn{
    margin-bottom:30px;
}

.typeofgift.form-group {
    background: #fafafa;
    border: 1px solid #ccc;
}
.typeofgift.form-group .sp-select{
    padding:10px;
}
.typeofgift.form-group #monthlyDonation{
    border-top: 1px solid #ccc;
    background: #efefef;
    padding:10px;
}
.typeofgift.form-group #monthlyDonation label{
    padding-left:10px;
}

form ul li .area{
    width:60px !important;
}

form ul .phone{
    width:105px !important;
}

form ul li .phone{
    width:95px !important;
}

form ul .ext{
    width:70px !important;
}

form ul li .ext{
    width:60px !important;
}

.sp-conf{
    text-align:center;
}

.sp-conf h3{
    margin-bottom:5px;
}

.sp-conf p.print{
    font-weight:bold;
}

.sp-conf table{
    font-size: 10pt;
    margin: 0 auto;
    text-align: left;
    margin-top: 30px;
    background: #fafafa;
}


#Spin{
    margin-bottom:10px;
}

.text{
    text-align:justify;
    padding:60px 0;
}

.form-control {
    border-radius: 0!important;
}

@media only screen and (max-width: 991px){
    #sp-donation .sp-gift-item {
    min-height: 217px;
}
    .typeofgift.form-group{
        margin-top:30px;
        text-align:center;
    }
    #RadioButtonStartDate{
        width:100%;
    }
    .typeofgift.form-group #monthlyDonation{
        text-align:center;
    }

    #sp-information h3{
        text-align:center;
    }

}

@media only screen and (max-width: 767px){

    .sp-nav .wrap {
        height: auto;
    }

    .sp-nav .wrap .logo, #sp-cta .logo {
        width: 45%;
        min-width: 170px;
        padding-left: 5px;
        max-width: 190px;
    }

    #sp-cta .logo{
        display:none;
    }

    #sp-donation .sp-gift-item {
        min-height: 100%;
    }

}

@media only screen and (max-width: 560px), only screen and (-webkit-min-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (max-device-width: 1136px) and (orientation: landscape) {

    #sp-header header {
        height: 500px;
    } 

    #post header #sp-banner {
        background-attachment: scroll;
    }

    #sp-header header #sp-banner.checkout .title {
        top: 67%;
    }

    #sp-header header #sp-banner .title.active {
    top: 45%;
}

    #sp-header header #sp-banner .title h1 {
        font-size: 7.5vw;
        margin: 0 0 5px 0;
        line-height: 33px;
    }

    #sp-header header #sp-banner .title h2 {
        font-size: 6vw;
        letter-spacing: 0px;
        line-height: 24px;
        margin: 0;
    }

    #sp-header #sp-banner .title .video-wrapper {
        margin: 0 8%;
    }

    #sp-header #sp-banner .title .video-wrapper iframe{
    }

    #sp-cta .donate a.btn{
      font-size: 14px;
      padding: 10px;
      font-weight: bold;  
    }
}

@media only screen and (max-width: 320px){
    
    #sp-banner .title .btn {
        font-size: 20px;
        border-radius: 6px;
        padding: 5px 15px;
        font-weight: bold;
        border: 0;
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -kthtml-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    #sp-cta .logo img {
        height:30px;
        width: 30px;
    }

}
