/*@charset "UTF-8";*/
/* Donate Now CSS */







/* ==== Landing Page =========== */

	/* ==== Section 1 =========== */
	.donate-now.landing section:nth-of-type(1) {
		padding-bottom: 30px;
	}

	/* ==== Section 2 =========== */
	.donate-now.landing section:nth-of-type(2) {
		padding: 0px 10% 80px 10%;
	}

		.donate-now.landing section:nth-of-type(2) form div#message div.invalid-feedback {
			margin-top: -1.25rem;
		}

@media (max-width: 950px) { 

	.donate-now.landing section:nth-of-type(2) form.w-75 {
		width: 100% !important;
	}

		.donate-now.landing section:nth-of-type(2) form div.form-row div.col-md-9 {
			margin-top: -16px;
		}
	
}

@media (max-width: 550px) { 

	.donate-now.landing section:nth-of-type(2) form div.form-check {
		display: block;
		text-align: left;
		padding: 5px 0px !important;
	}

	.donate-now.landing section:nth-of-type(2) form div#personal-information {
		display: block;
	}
	
}






/* ==== Confirm Donation =========== */

	/* ==== Section 1 =========== */
	.donate-now.confirm section:nth-of-type(1) {
		padding-bottom: 30px;
	}

	/* ==== Section 2 =========== */
	.donate-now.confirm section:nth-of-type(2) {
		padding: 0px 10% 80px 10%;
	}

		.donate-now.confirm section:nth-of-type(2) form div#message div.invalid-feedback {
			margin-top: -1.25rem;
		}

		.donate-now.confirm section:nth-of-type(2) form p {
			margin: 10px auto;
			line-height: 1.1rem;
		}

			.donate-now.confirm section:nth-of-type(2) form p strong {
				display: block;
				color: #e5a630;
			}

		.donate-now.confirm section:nth-of-type(2) form .StripeElement {
			background-color: white;
			height: 40px;
			padding: 10px 12px;
			border-radius: 4px;
			border: #e5a630 solid 1px;
			-webkit-transition: box-shadow 150ms ease;
			transition: box-shadow 150ms ease;
		}

			.donate-now.confirm section:nth-of-type(2) form .StripeElement--focus {
				font-weight: 600 !important;
			}

			.donate-now.confirm section:nth-of-type(2) form .StripeElement iframe {
				height: 20px !important;
			}

@media (max-width: 950px) { 

	.donate-now.confirm section:nth-of-type(2) form div.w-75 {
		width: 100% !important;
	}

}

@media (max-width: 550px) { 

	.donate-now.confirm section:nth-of-type(2) form {
		width: 100% !important;
	}

		.donate-now.confirm section:nth-of-type(2) form button {
			font-size: 1.0rem;
		}

}





















