#banner1 {
    width: 100%;
    height: 50vh;
    background: #eeffff;
    border-bottom: 2px solid #ccffee;
    margin: 72px 0 -72px 0;
    background-image: url(/banner.png);
}
#banner {
	width: 100%;
    /* height: 75vh; */
    height: 40vh;
    background-size: cover;
    position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}


#templateBody{
	margin-top: 70px;
}

/******************** NAVIGATION SPD BAR - START ********************/
input.slz-btn.btn-block-donate {
    background: #f39824;
	border-color: #f39824 !important;
	color: #ffffff;
}
span.btn-text {
    color: white;
	padding-right: 25px;
}
img.img-responsive {
    height: 80px;
	padding-bottom: 20px;
    padding-top: 20px;
}
.slz-header-topbar .slz-topbar-list>.btn-block-donate {
    padding: 0 15px;
    min-width: 1px;
    line-height: 51px;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.slz-header-main.slz-header-sticky {
    box-shadow: 1px 2px 7px rgb(0 0 0 / 10%);
}
.slz-header-topbar .float-l .social a {
		font-size: 14px;
		font-weight: 600;
		color: #ffffff;
		padding-left: 20px;
	}
	.slz-header-topbar .float-l .social a:hover {
		color: #f39824;
	}
	.slz-topbar-list.float-l .social i {
		color: inherit;
		font-size: 15px;
		margin-right: 0;
	}
	.slz-header-topbar {
		border-bottom: 0;
		line-height: 53px;
		background: #f39824 !important;
	}
	.slz-header-topbar .social a{
		margin:0 6px;
	}
	.slz-header-topbar .float-l .customize-icon {
		margin-bottom: -1px;
	}
	.slz-header-topbar .float-r .social a i {
		width: 25px;
		height: 25px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 50%;
		-webkit-border-radius: 50%;
	}
	.slz-header-topbar .float-r .social a {
		text-align: center;
		color: #ffffff;
		position: relative;
		overflow: hidden;
	}
	.slz-header-wrapper .slz-header-topbar .float-r .social a:hover,
	.slz-header-wrapper .slz-header-topbar .float-r .social a:hover .icons,
	.slz-header-wrapper .slz-header-topbar .float-r .social a:hover .icons:before{
		color: #f39824;
	}
	.slz-header-topbar .float-r .social a:before {
		position: absolute;
		content: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.slz-header-topbar .float-r .social a:hover i {
		border-color: #fff;
		background-color: #fff;
	}
	.slz-header-topbar .float-r .social a:hover:before {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.slz-topbar-list.float-r i {
		font-size: 13px;
		margin-right: 0;
		color: inherit;
	}
.slz-header-topbar .woo-account-wrapper >.slz-btn:after {
    content: '\f107';
    position: relative;
    font-family: 'FontAwesome';
    width: auto;
    height: auto;
    top: 50%;
    left: auto;
    margin-left: 5px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    background-color: transparent;
}
.woo-account-wrapper{
	display:inline-block;
	position: relative;
	margin-left: 15px;
	vertical-align: top;
}	
.slz-header-topbar .social{
	display: inline-block;
	vertical-align: top;
}
.customize-icon.social{
	margin-right: 10px;
}
.float-r{
	float: right;
}
.float-l{
	float: left;
}
	
/******************** NAVIGATION SPD BAR - END ********************/
/******************** NAVIGATION BAR - START ********************/
.navbar-inverse .navbar-nav>li>a {
	color: #000;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color: #eb5d1e;
}

.navbar-inverse .navbar-nav>li>a:active {
	color: #eb5d1e;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
	/*height: 21px;
    margin: 0 4px;
    margin-top: 14.5px;
    border-right: 1px solid #fff;
    border-left: 1px solid #666;*/
    display: none !important;
	
}
/******************** NAVIGATION BAR - START ********************/
/******************** DONATION PAGE - START ********************/
#donation-header-div{
	text-align: left;
	padding-left: 0px;
	margin-left: 12px;
	margin-bottom: 0px !important;
}

#donation-header3-div{
	text-align: left;
	padding-left: 15px;
	margin-left: 0px;
	margin-top: 0px !important;
}

#donation-header-div h1{
	margin: 0px !important;
	font-family: 'Poppins', sans-serif !important;
}

.donation-amt {
    width: 100%;
    display: block;
    padding: 10px 40px 10px 0;
	/*margin-top: 35px;*/
}


.action {
    display: none;
}

.donation-amt .switch-wrap {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}
.switch-wrap {
    margin-bottom: 10px;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.donation-amt p {
    /*padding: 50px;*/
    font-size: 35pt;
    font-weight: 600;
    /*color: #000;*/
    margin-bottom: 0;
    padding: 20px;
}

.selected-amt{
	background-color: #d8232b !important;
	color: #fff;
}

.other-amt {
    width: 100%;
    display: block;
}

.other-amount {
    background: #f7f7f7;
    padding: 20px 25px;
    padding-bottom: 0;
    margin: 15px 0;
    margin-bottom: 40px;
	min-height: 120px;
}

.form_element.row .form_field {
    padding: 12px 4px;
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.form_element.row .form_field {
    padding: 12px 4px;
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.other-amount-to-donate .form_field input {
    width: 100%;
    padding: 10px 20px!important;
    height: 50px!important;
    /*border: 1px solid #333!important;
    color: #333!important;*/
    font-family: lato,sans-serif!important;
    font-size: 16px;
	/*color: #fff !important;*/
}

#donateBtn {
	background-color: #FAA632;
	max-width: 35%;
	border-radius: 5px;
	color: #fff !important;
}

#donationlbl{
	text-transform: uppercase;
    letter-spacing: 1px !important;
    padding: 10px 0!important;
    color: #333;
    font-weight: 600;
    font-size: 16px !important;
    text-align: left;
    width: 100% !important;
}

.form_lbl .required::after {
    content: "*";
    font-weight: bold;
    color: red;
}
/******************** DONATION PAGE - END ********************/
/******************** DONATION FORM - START ********************/
.crmEntityFormView .submit-btn{
	background-color: #FAA632;
	max-width: 35%;
	border-radius: 5px;
	width: 25%;
    padding: 10px 20px!important;
    height: 50px!important;
    font-family: lato,sans-serif!important;
    font-size: 16px;
	border: 0px !important;
}

#newSubmitbtn{
	background-color: #FAA632;
	max-width: 35%;
	border-radius: 5px;
	width: 25%;
    padding: 10px 20px!important;
    height: 50px!important;
    font-family: lato,sans-serif!important;
    font-size: 16px;
	border: 0px !important;
}


.crmEntityFormView{
	background-color: #f7f7f7;
	padding: 10px;
	font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.crmEntityFormView td.cell {
    vertical-align: top;
    text-align: left;
}

.validation-summary{
	text-align: left !important;
}

#donation-form-section .crmEntityFormView .cell.checkbox-cell div.info {
    float: none;
    clear: none;
    display: inline-block;
    padding-left: 46px;
}

#donation-form-section .crmEntityFormView .cell.checkbox-cell div.control {
    clear: none;
    float: left;
    display: inline;
    /*padding-left: 28px;*/
}

/******************** DONATION FORM - END ********************/
/******************** DONATION THANK YOU PAGE - START ********************/
#donation-thankyou-header-div{
	text-align: center;
	padding-left: 0px;
	margin-left: 0px;
}

#donation-thankyou-header3-div{
	text-align: center;
	padding-left: 20px;
	margin-left: 0px;
}

#donation-thankyou-header-div h1{
	color: #365D83 !important;
	font-size: 44px;
}
/******************** DONATION THANK YOU PAGE - END ********************/

/******************** Volunteer Form ********************/
.crmEntityFormView .tab-title{
	color: #365D83 !important;
    padding-bottom: 40px;

}

.crmEntityFormView .next.submit-btn{
	max-width: none !important;
	width: auto !important;
	display: block;
	float: right;
}

.crmEntityFormView .previous.previous-btn{
	background-color: #365D83;
	max-width: none !important;
	border-radius: 5px;
	width: auto !important;
    padding: 10px 20px!important;
    height: 50px!important;
    font-family: lato,sans-serif!important;
    font-size: 16px;
	border: 0px !important;
	color: #fff !important;
	display: block;
	float: left;
}

.crmEntityFormView .clearfix{
	width: -webkit-fill-available;
	text-align: right;
}

.crmEntityFormView .actions .clearfix .btn-group.entity-action-button{
	width: 50%;
}

.crmEntityFormView .section-title{
	text-align: left;
}

.progress.list-group.top{
	display: flex;
	justify-content: space-around;
}

.list-group-item {
	width: -webkit-fill-available;
	text-align: center;
}

.volunteerpolicy .vpmain{
	font-weight: normal;
}

.volunteerpolicy .vpsub{
	font-weight: normal;
}

/******************** Volunteer Form - END ********************/
