/* BS4 grid */

.bs4-container{
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.bs4-row, .row, .row-fluid{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

#ContentPlaceHolder1_ctl10_RadListViewPanel > .row-fluid:first-child{
	padding-left: 15px;
	padding-right: 15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .span12, .span3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/* Resets */
*, ::after, ::before {
    box-sizing: border-box;
}
body {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
}
@media (max-width: 767px){
	body {
	    padding: 0;
	}
}
form{
	margin: 0;
}
#Div_Donation_Placeholder{/**/
	margin-left: 15px;
}
.customfooter_outer {
    width: 100% !important;
}
a{
	color: #F68631;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #e0772c;
    text-decoration: underline;
}

.btn-success{
	color: #fff;
    background-color: #F68631;
    border-color: #F68631;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 18px;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    background-image: none;
    border-color: #007bff;
    box-shadow: none;
    text-shadow: none;
}
.btn-success:hover {
    color: #fff;
    background-color: #e0772c;
    border-color: #e0772c;
}
.btn-success:active{
    color: #fff;
    background-color: #e0772c;
    border-color: #e0772c;
    box-shadow: none;
}

.btn-primary:hover, .btn-primary:active{
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
    margin-top: 7px;
}

.hr_page_bottom{display: none;}
#ContentPlaceHolder1_Panel_CustomFooterInner > br{display: none;}

.donation_template_div > label.checkbox {
    min-height: 24px;
}

/* Basic layout */
header{
	border-bottom: 1px solid #e5e5e5;
	height: 80px;
}
	header .col-12{
		height: 80px;
	}
	.header-logo{
		margin-left: -1px;
	}
	.header-logo img{
		width: 102.81px;
		height: 43.19px;
	}
#ContentPlaceHolder1_Panel_ContainerMain,
#ContentPlaceHolder1_Panel_DonationPage{
	padding-top: 60px;
}

.customfooter_outer{
	margin-top: 40px;
	background-color: #f7f7f7;
}

.footer {
    padding: 81px 0 81px 0;
    background-color: #0a0808;
    color: #ffffff;
    font-size: 14px;
}

.footer p{font-size: 14px;}
.footer a{color: inherit;}

#Panel_ContainerFooter{
	padding-top: 8px;
	padding-bottom: 2px;
	border-top: 1px solid #e2e2e2;
}
#PanelFlags{
	float: right;
}

/* Typography */
body{
	font-size: 13px;
	color: #212529;
	font-family: gill-sans-nova, sans-serif;
}

p {font-size: 1em;}

h1, h2, h3, h4, h5, h6 {
    font-family: gill-sans-nova, sans-serif;
}
h2, h3, h4, h5, h6{
	font-weight: 500;
}
h1 {
    font-size: 33px;
    font-weight: 700;
    line-height: 1.25em;
    text-transform: uppercase;
    font-style: italic;
}

.alert p{
	margin-bottom: 0;
}
/* Elements */
.well_templates{
	margin-bottom: 30px;
}
.well_person{
	margin-bottom: 30px;
}s
.submit-container{
	padding-top: 30px;
}
.submit-container .btn{display: block; width: 100%;}
.disclaimer {
	margin-top: 30px;
	text-align: center;
	font-size: 14px;
    color: rgb(120,120,120);
}

/* BS4 elements */
.card{
	min-height: 415px!important;
	padding: 15px;
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"]{
	height: 30px;
}

/* Media Queries */
@media (min-width: 576px){
	.bs4-container {
	    max-width: 540px;
	}
}
@media (min-width: 768px){
	.bs4-container {
    	max-width: 720px;
	}
	.col-8 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 66.666667%;
	    flex: 0 0 66.666667%;
	    max-width: 66.666667%;
	}
	.col-6 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.col-4 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333337%;
	    flex: 0 0 33.333337%;
	    max-width: 33.333337%;
	}
	.col-3, .span3 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
}
@media (min-width: 992px){
	.bs4-container {
	    max-width: 960px;
	}
}
@media (min-width: 1200px){
	.bs4-container {
	    max-width: 1100px;
	}
}

@media (max-width: 767px){
	.donation_template_div{
		margin-left: 0!important;
	}
}