/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 b, strong {
	font-weight: bold !important;
}

 .error {
 	color: #f00 !important;
 	font-size: 14px;
 	margin-top: 5px;
 }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #7e7979;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	width: 17px;
	height: 17px;
	border: 1px solid #191c6c;
	border-radius: 50%;
	background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
	content: '';
	width: 17px;
	height: 17px;
	background: #191c6c;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
input[type="checkbox"] + label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 34px;
    margin-bottom: 8px;
    min-height: 24px;
    display: flex;
    align-items: center;
}
input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #f9f9fb;
    border-radius: 3px;
    border: 1px solid #000;
}
input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 5px;
    width: 15px;
    height: 8px;
    transform: rotate(130deg);
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #000 #000 transparent transparent;
}
 .input-wrap {
	margin-bottom: 15px;
}

.col {
	padding: 0 15px;
	width: 100%;
}

.col-half {
	width: 50%;
}

@keyframes ldio-na2mol27xwk-o {
    0%    { opacity: 1; transform: translate(0 0) }
   49.99% { opacity: 1; transform: translate(40px,0) }
   50%    { opacity: 0; transform: translate(40px,0) }
  100%    { opacity: 0; transform: translate(0,0) }
}
@keyframes ldio-na2mol27xwk {
    0% { transform: translate(0,0) }
   50% { transform: translate(40px,0) }
  100% { transform: translate(0,0) }
}
.ldio-na2mol27xwk div {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 30px;
  left: 10px;
}
.ldio-na2mol27xwk div:nth-child(1) {
  background: #3e6d8d;
  animation: ldio-na2mol27xwk 2.3255813953488373s linear infinite;
  animation-delay: -1.1627906976744187s;
}
.ldio-na2mol27xwk div:nth-child(2) {
  background: #4b9bbe;
  animation: ldio-na2mol27xwk 2.3255813953488373s linear infinite;
  animation-delay: 0s;
}
.ldio-na2mol27xwk div:nth-child(3) {
  background: #3e6d8d;
  animation: ldio-na2mol27xwk-o 2.3255813953488373s linear infinite;
  animation-delay: -1.1627906976744187s;
}
.loadingio-spinner-dual-ball-ic5mo03e5vh {
  width: 88px;
  height: 88px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-na2mol27xwk {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.88);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-na2mol27xwk div { box-sizing: content-box; }
.loader{
	display: none;
  	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    color:darkred;
}

/*Pop up  Style*/
.popup-active{
	overflow: hidden;
}

.popup-active section.popup,
.popup-active div.popup{
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
}

section.popup,
div.popup{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.65);
	z-index: 9999;
	text-align: center;
	overflow-y: auto;
	white-space: nowrap;
}

section.popup:after,
div.popup:after{
	content:"";
	display:inline-block;
	vertical-align:middle;
	min-height: 100%;
}

section.popup .popup-wrap,
div.popup .popup-wrap{
	display:inline-block;
	vertical-align:middle;
	white-space: normal;
	text-align: left;
	margin: 15px 0;
	padding: 0 30px;
	max-width: 800px;
	min-width: 320px;
	width: 100%;
}

section.popup .popup-content,
div.popup .popup-content{
	padding: 30px 60px;
	position: relative;
	background: #f4f2f2;
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
}

section.popup .popup-close,
div.popup .popup-close{
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 0;
	width: 20px;
	height: 20px;
}

section.popup .popup-close:hover:before,
div.popup .popup-close:hover:before,
section.popup .popup-close:hover:after,
div.popup .popup-close:hover:after{
	background: gray;
}

section.popup .popup-close:before,
section.popup .popup-close:after,
div.popup .popup-close:before,
div.popup .popup-close:after{
	content:"";
	background: #000;
	position:absolute;
	top: 0;
	left:0;
	width: 2px;
	height:20px;
	transform:rotate(45deg);
	transition:background 0.3s ease;
}

section.popup .popup-close:after,
div.popup .popup-close:after{
	transform:rotate(-45deg);
}

.fund-raiser-popup-content {
	font-weight: 300;
	color: #191c6c;
}

.fund-raiser-popup-content h3 {
	color: #191c6c;
}

.fund-raiser-popup-content p:after {
	content:"";
	display: block;
	clear: both;
}


.fund-raiser-info-popup {
	text-align: center;
	margin-bottom: 30px;
}

.fund-raiser-info-popup .fund-raiser{
	background: #ea9541;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	/*padding: 5px 30px 30px;*/
	padding: 5px 35px 5px 8px;
	display:inline-block;
	vertical-align:middle;
	position: relative;
	border-radius: 0 0 5px 5px;
	text-decoration: none !important;
}

.fund-raiser-info-popup .fund-raiser:before {
	content:"";
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
	background: url('../information.png') no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	/*width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #fff transparent transparent transparent;*/

}

/*Form Steps*/
.form-steps {}

.form-steps ul {
	position: relative;
	list-style: none;
	margin: 0 auto 40px;
	padding: 0;
	max-width: 400px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 0;
}

.form-steps ul:before{
	content:"";
	position: absolute;
	top: 65%;
	left: 40px;
	right: 15px;
	height: 6px;
	background: #d5d4d0;
	transform: translateY(-50%);
	z-index: -1;
}

.form-steps ul li{
}

.form-steps ul li .title{
	display: block;
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
}
.form-steps ul li .number{
	border: 6px solid #d5d4d0;
	background: #9c9a9a;
	width: 75px;
	height: 75px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	border-radius: 50%;
	margin: 0 auto;
}

.form-steps ul li.active .number{
	background: #191c6c;
	cursor: pointer;
}

.rangeslider__fill {
	background: #191c6c;
}

.rangeslider__handle {
	/*width: 30px;
	height: 47px;*/
	width: 20px;
	height: 37px;
	background: url(images/icon-handle.png) no-repeat;
	border: none;
	box-shadow: none;
	border-radius: 0;
	background-size: 20px 37px;
}

.rangeslider--horizontal .rangeslider__handle {
	top: 5px;
}

.rangeslider__handle:after {
	display: none;
}

.donation-impact-form .additional-amount{
	max-width: 280px;
}
.donation-impact-form .additional-amount .total {
	display: block;
	margin-bottom: 5px;
}

.donation-impact-form .form-input-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.donation-impact-form .form-input-wrap #extra_addition {
	width: calc(100% - 110px);
	margin-right: 10px;
}

.donation-impact-form .range-slider-wrap {
	margin-bottom: 50px;
	max-width: 720px;
}

.donation-impact-form .range-slider-wrap .range{
	max-width: 480px;
}

.donation-impact-form .form-input-wrap .checkoutbtn {
	width: 100px;
	min-width: 0;
}

.range{
	position: relative;
}

/* 	Intro Block */
.fund-intro {
	padding: 0 0 50px;
}

.fund-intro .intro-text {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}


.fund-intro .intro-text h2,
.fund-intro .intro-text h3 {
	color: #ea9541 !important;
}
.fund-intro .intro-text a {
	color: #ea9541 !important;
}

.fund-intro .intro-text a:hover {
	color: #0e3240 !important;
}


/* Sponsor Section */
.sponsor-section {
	padding-bottom: 60px;
}
.sponsor-section .heading-block{
	text-align: center;
	max-width: 800px;
	margin: 0 auto 30px;
}

.sponsor-section .heading-block h2{
	color: #ea9541;
}

.sponsor-section .sponsor-lists {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -10px;
}
.sponsor-section .sponsor-list {
	padding: 0 10px;
	width: 50%;
	text-align: center;
}

.sponsor-section .sponsor-list img {
	/*max-height: 60px*/
}

.sponsor-section  .slick-slider.sponsor-lists {
	display: block;
}

.sponsor-section .slick-slider .slick-track,
.sponsor-section .slick-slider .slick-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.sponsor-section .slick-slider .sponsor-list img {
	display:inline-block;
	vertical-align:top;
}

/* Progress Block
--------------------------------------------- */
.sr-only {
	position: absolute;
	bottom: 10px;
	left: 70px;
	z-index: 99;
}

.progress-block {
	margin-bottom: 40px;
}
.progress-block-wrap {
	background-color: #f3f3f3;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 30px 20px 40px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.progress-block-wrap:before {
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	/*background: rgba(1,1,1,0.46);*/
}

.progress-block-wrap h4 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #fff;
}

.progress-block .progress-bar-wrap {
	position: relative;
}

.progress-block .progress {
	border-radius: 10px;
	background: #fff;
	position: relative;
	height: 40px;
}

.progress-block .progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: #ea9541;
	border-radius: 10px
}

.progress-block .completed .progress-bar {
	background: #a50918;
}

.progress-block .completed .progress-number {
	color: #000 !important;
}

.progress-block .sr-only{
	position: absolute;
	/*top: 12px;*/
	top: 50%;
	bottom: auto;
	/*left: auto;*/
	left: 50%;
	/*right: 20px;*/
	font-weight: 700;
	color: #000;
	height: auto;
	width: auto;
	clip: initial;
	transform: translate(-50%, -50%);
}

.progress-block .progress-number {
	position: relative;
	bottom: -30px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.progress-block .progress-start {
	left: 0;
}

.progress-block .progress-end {
	/*right: 0;*/
}


.donation-total {
	background: #0e3240;
	padding: 10px 20px;
	border-radius: 10px;
	/*max-width: 376px;*/
}

.donation-total strong {
	display: block;
	margin-bottom: 5px;
	color: #fff;
}

.donation-total #total_amount{
	background: #fff;
	border-radius: 5px;
	color: #888383;
	font-weight: 300;
	border: none;
	height: 47px;
	padding: 5px 15px;
	outline: none;
	font-size: 20px;
}

.donation-total input[type="button"]{
	cursor: pointer;
	color: #4f4e4e;
	background: #ea9541;
	border-radius: 5px;
	border: none;
	font-size: 16px;
	/*font-size: 18px;*/
	padding: 10px 20px;
	margin: 0 0 0 5px;
	min-width: 90px;
}

.donation-total input[type="button"]#nextstep {
	margin: 0;
}

.donation-block {}
.donation-search-section {
	margin-bottom: 40px;
}
.donation-search-wrap {
	background: #0e3240;
	padding: 20px;
	border-radius: 10px;
}
.donation-search-wrap .title{
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}
.donation-search-wrap .donation-search-form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.donation-search-wrap .donation-search-form #search_field{
	background: #fff;
	border-radius: 5px;
	color: #888383;
	font-weight: 300;
	border: none;
	height: 47px;
	padding: 5px 15px;
	outline: none;
	font-size: 20px;
	width: 100%;
}
.donation-search-wrap .donation-search-form #search-btn{
	cursor: pointer;
	color: #4f4e4e;
	background: #ea9541;
	border-radius: 5px;
	border: none;
	font-size: 18px;
	padding: 10px 20px;
	min-width: 125px;
	margin: 0 0 0 5px;
}
.donation-block .donation-form-wrap {

}
.donation-block .donation-form-wrap ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.donation-block .donation-form-wrap ul li {
	margin-right: 1px;
	margin-bottom: 1px;
	position: relative;
	width: calc(50% - 1px);
}
.donation-block .donation-form-wrap ul li a {
	width: 100%;
	height: 134px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	background: #0e3240;
	font-size: 20px;
	color: #fff;
	padding: 5px;
	position: relative;
	z-index: 0;
	text-decoration: none;
	background-position: 50% 50%;
}
.donation-block .donation-form-wrap ul li a:before {
	content:"";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	/*background:url('images/icon2.png') no-repeat;*/
	background-size: contain;
	background-position: 50% 50%;
	z-index: -1;
}


.donation-block .donation-form-wrap ul li a.reserved {
	background: #ea9541;
	/* font-size:0; */
	background-position: 50% 50%;
	/*line-height:0;*/
}
.donation-block .donation-form-wrap ul li a.reserved_other {
	font-size:0;
}

.donation-block .donation-form-wrap ul li a.purchased {
	background: #ea9541;
	font-size:0;
	background-position: 50% 50%;
	/*line-height:0;*/
}

.donation-block .donation-form-wrap ul li a.reserved:before {
	/*background-image:url('images/icon1.png');*/
}

.donation-block .donation-form-wrap ul li a.reservedaltra:before {
	background-image:url('images/icon1.png');
}
.donation-block .donation-form-wrap ul li a.mainaltra:before {
	background-image:url('images/icon2.png');
}

.donation-block .donation-form-wrap.envelop {

}
.donation-block .donation-form-wrap.envelop ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -5px;
	padding: 0;
	list-style: none;
}

.donation-block .donation-form-wrap.envelop ul li {
	padding: 0 5px;
}

.donation-block .donation-form-wrap.envelop ul li a {
	width: 134px;
	height: 134px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	background: transparent;
	font-size: 20px;
	color: #1f1718;
	padding: 0;
	position: relative;
	z-index: 0;
	text-decoration: none;
}
.donation-block .donation-form-wrap.envelop ul li a span {
	position: absolute;
	top: 30px;
}
.donation-block .donation-form-wrap.envelop ul li a:before {
	content:"";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background:url('images/env-open1.png') no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	z-index: -1;
}
.donation-block .donation-form-wrap.envelop ul li a.reserved {
	/*background: #ea9541;*/
	/*font-size:0;*/
	/*line-height:0;*/
}

.donation-block .donation-form-wrap.envelop ul li a.reserved:before {
	background-image:url('images/env-open2.png');
}

.donation-block .donation-form-wrap.envelop ul li a.paid {
	font-size: 0;
}

.donation-block .donation-form-wrap.envelop ul li a.purchased:before {
	background-image:url('images/env-close.png');
	background-position: 50% 100%;
}

.payment_details,
.payment-block {
	max-width: 900px;
	margin: 0 auto;
}

.row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.payment_details .credit_Card input[type="text"],
.payment_details .credit_Card [type="email"],
.payment_details .credit_Card [type="password"],
.payment_details .credit_Card [type="number"],
.payment_details .credit_Card [type="tel"],

.payment-form input[type="text"],
.payment-form input[type="email"],
.payment-form input[type="password"],
.payment-form input[type="number"],
.payment-form input[type="tel"],
.payment-form input[type="date"],
.payment-form  textarea {
	border-color: #222;
	/*border-radius: 0;*/
}

.payment-form .row{
	margin: 0 -10px;
}

.payment-form .col{
	padding: 0 10px;
}

.payment-form label {
	color: #7e7979;
	display: block;
	margin-bottom: 5px;
}

.col-payment {
	margin-bottom: 2em;
}
.total-submit-wrap {
	width: 100%;
}

.thankyou-donation-input-wrap {
	margin-bottom: 2em;
}

.thankyou-donation-input-wrap .title {
	display: block;
	margin-bottom: 5px;
}

.thankyou-donation-input-wrap input[type="text"] {
	border-color: #222;
	width: 150px;
	font-size: 20px;
	text-align: center;
}

.payment_details .address {
	color: #191c6c;
}

.print-box {
	max-width: 300px;
	margin: 0 auto 20px;
	border-radius: 5px;
	border: 1px solid #222;
	padding: 20px;
	text-align: center;
}

.print-box .title {
	display: block;
	margin-bottom: 5px;
}

.print-box .img-wrap {
	margin-bottom: 10px;
}
select[name="account_type"]{
	color: #292929;
	border: 1px solid #292929;
	border-radius: 3px;
	height: 50px;
	padding: 5px 15px;
	outline: none;
	width: 100%;
	background-color: #fff;
}

.backbtn {
	min-width: auto !important;
	padding: 5px 20px !important;
	margin-bottom: 2em;
}

.donation-block .container,
.cheque_print .container,
.payment_details .container,
.payment-block .container,
.range_section .container,
.form-steps .container,
.progress-block .container,
.fund-raiser-info-popup .container {
	padding: 0 !important;
}

@media only screen and (min-width: 480px){
	.donation-block .donation-form-wrap ul li {
		/*width: auto;*/
		width: calc(33.33% - 1px);
	}

	/*.donation-block .donation-form-wrap ul li a {
		width: 134px;
	}*/
}
@media only screen and (min-width: 768px){
	.fund-raiser-info-popup {
		text-align: right;
	}
	.donation-search-section {
		overflow: hidden;
	}
	.donation-search-wrap {
		/*position: absolute;*/
		float: right;
		top: 0;
		right: 15px;
		max-width: 320px;
	}

	.donation-search-wrap .donation-search-form #search_field{
		width: 155px;
	}

	/*.donation-impact-form {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.donation-impact-form .range-slider-wrap {
		width: 60%;
		margin: 0;
	}

	.donation-impact-form .additional-amount {
		width: 40%;
		padding-left: 75px;
		position: relative;
	}

	.donation-impact-form .additional-amount:before {
		content:"OR $";
		position: absolute;
		top: 50%;
		left: 30px;
		font-weight: bold;
		transform: translateY(-50%);
	}*/

	.col-payment .col {
		width: 33.33%;
	}

	.col-city {
		width: 45%;
	}

	.col-state {
		width: 30%;
	}

	.col-zip {
		width: 25%;
	}

	.total-submit-wrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap :wrap;
		align-items: flex-end;
	}

	.total-submit-wrap .input-wrap {
		margin-bottom: 0;
	}
	.total-submit-wrap .submit-wrap {
		text-align: right;
	}

	.total-submit-wrap .go_to_payment {
		padding: 13px;
	}

	.total-submit-wrap .col {
		width: 100%;
	}

	.payment_details .credit_Card,
	.payment_details .echeck{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.col-third {
		width: 33.33%;
	}
	.backbtn {
		position: absolute;
	}

	.donation-block .donation-form-wrap ul li {
		width: calc(20% - 1px);
	}
}

@media only screen and (min-width: 1024px){
	.donation-block .form-wrap {
		position: relative;
	}

	.donation-total {
		position: absolute;
		top: 0;
		left: 0;
	}
	.donation-number-lists li {
		width: 12.4%;
	}
	.donation-number-lists li a {
		width: 100%;
	}

	.sponsor-section .sponsor-list {
		width: auto;
	}

	.donation-block .donation-form-wrap ul li {
		width: calc(12.5% - 1px);
	}
}

@media only screen and (min-width: 1200px){
	.donation-block .donation-form-wrap ul li {
		width: calc(10% - 1px);
	}
}
.donation-total {
    /*background: #427c29;*/
    position: fixed;
    /*top: 25%;*/
    top: 32%;
    left: 0;
    /* transform: translate(-50%, -50%) scale(0); */
    /*padding: 10px 20px;*/
    z-index: 99;
    transition: transform 0.3s ease;
}

.pickform-close{
	position: absolute !important;
	top: 5px;
	right: 5px;
	font-size: 0 !important;
	width: 10px !important;
	height: 10px !important;
	z-index: 10 !important;
}
.pickform-close:hover::before,
.pickform-close:hover:after{
	background: gray;
}
.pickform-close:before,
.pickform-close:after{
	content:"";
	background: #fff;
	position:absolute !important;
	top: 0 !important;
	left:0 !important;
	width: 2px;
	height:20px;
	transform:rotate(45deg);
	transition:background 0.3s ease;
}
.pickform-close:after{
	transform:rotate(-45deg);
}
.pick_number_form {
	text-align: center;
}
.pick_number_form input[type="number"]{
	width: 60px;
    height: 28px;
	min-width: 60px !important;
	padding: 3px;
}
.pick_number_form button{
	background-color: #ea9541;
	cursor: pointer;
	border: 1px solid #ea9541;
	border-radius: 3px;
	color: #fff;
}
.pick_number_form button:hover{
	background-color: #b17233;
	border: 1px solid #b17233;
	color: #fff;
}

.checkbox-wrap input[type="checkbox"] + label {
    display: block;
}

.payment-form {
	margin-top: 2em;
}

.fund-intro .intro-text {
   max-width: 1200px;
}
section.popup .popup-wrap, div.popup .popup-wrap {
   max-width: 1500px;
}
.donation-total input[type="button"]#nextstep, .donation-total input[type="button"]#clearstep{
                    background: transparent;
   border: 1px solid white;
   color: white;
}

.fldr_flt_wrapper p {
   line-height: 2;
}
@media only screen and (max-width: 640px){
	section.popup .popup-content, div.popup .popup-content{
		padding: 30px 20px;
	}
	section.popup .popup-wrap, div.popup .popup-wrap{
	    padding:0px;
	}
}
