.block-hero {
	justify-content: inherit;
	padding-right: 2%;
	min-height: 350px;
}

h1.donate-header {
	align-items: center;
	display: flex;
	margin-left: 2%;
	padding-bottom: 8px;
	font-size: 40px;
	font-weight: bold;
	line-height: 2rem;
}

.notie-background-info {
    background-color: #cc6633;
}

.notie-background-error {
	background-color: #88287B
}

.notie-textbox {
	padding: 40px 20px;
	font-weight: bold;
	font-style: italic;
}

.notie-textbox a {
	text-decoration: underline;
	color: #ffffff;
}

.notie-textbox a:hover {
	text-decoration: none;
	color: #cccccc;
}

#donate-box, #note-box {
    z-index: 1;
	min-width: 350px;
	max-width: 350px;
	min-height: 317px;
    margin: 0px 1rem;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.9);
    line-height: 1;
	color: #666666;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

#donate-box form { /* To Override Bene stuff */
	width: 100% !important;
	margin: 0px !important;
	padding: 0px !important;
}

#donate-box #donationTypeWrapper {
	margin: -20px -20px 20px -20px;
}

#donate-box #singleDonationButton, #donate-box #recurringDonationButton {
	display: block;
	width: 50%;
	font-size: 23px;
	padding: 12px 0px;
	text-align: center;
}

#donate-box #singleDonationButton {
	float: left;
}

#donate-box #recurringDonationButton {
	float: right;
}

#donate-box .donation-type-selected, #donate-box .donation-type-unselected {
	
}

#donate-box .donation-type-selected {
	background-color: #88287B;
	color: #ffffff;
}

#donate-box .donation-type-unselected {
	background-color: #cccccc;
	color: #666666;
}

#donate-box .donation-type-unselected:hover {
	background-color: #999999;
	color: #eeeeee;
}

#donate-box label, #note-box label {
	font-weight: bold;
}

#donate-box input {
	font-size: 25px;
	padding: 5px;
	margin: 20px 0px 5px 0px;
}

#donate-box input::placeholder {
	color: transparent;
	text-align: center;
}

#donate-box #donate-input-wrapper {
	background-color: #cccccc;
	margin: 20px 0px 0px 0px;
	height: 70px;
}

#donate-box #donate-input-contents {
	padding: 10px;
	font-size: 30px;
}

#donate-box #donate-input-contents label {
	color: #999999;
}

#donate-box #donate-input-contents input {
	width: 65%;
	background-color: transparent;
	border: none;
	font-size: 35px;
	font-weight: bold;
	color: #666666;
	margin: 0px 5px;
	padding: 0px;
}

#donate-box #donate-input-contents input::placeholder {
	color: #999999;
	text-align: left;
}

#donate-box #donate-input-contents input:focus {
	outline: 0;
}

#donate-box #donate-suggested-contents {
	padding: 0px;
	font-size: 25px;
	text-align: center;
	height: 100%;
}

#donate-box #donate-suggested-contents a {
	display: block;
	float: left;
	border: none;
	color: #888888;
	margin: 0px;
	padding: 22px 5px 0px 5px;
	height: 100%;
	min-width: 18%;
	text-align: center;
}

#donate-box #donate-suggested-contents a.donate-other-button {
	float: right;
}

#donate-box #donate-suggested-contents a:hover {
	color: #666666;
}

#donate-box #donate-suggested-contents a.monthly-suggested-one, #donate-box #donate-suggested-contents a.monthly-suggested-one:hover {
	color: #ffffff;
	background-color: #226E8A;
}

#donate-box #donate-suggested-contents a.monthly-suggested-two, #donate-box #donate-suggested-contents a.monthly-suggested-two:hover {
	color: #ffffff;
	background-color: #226E8A;
}

#donate-box #donate-suggested-contents a.monthly-suggested-three, #donate-box #donate-suggested-contents a.monthly-suggested-three:hover {
	color: #ffffff;
	background-color: #226E8A;
}

#donate-box #donate-suggested-contents a.monthly-suggested-four, #donate-box #donate-suggested-contents a.monthly-suggested-four:hover {
	color: #ffffff;
	background-color: #226E8A;
}

#add-note-link {
	display: block;
	font-size: 1.2rem;
	margin: 15px 0px;
}

#donate-box button {
	-webkit-transition: color 0.3s linear, background-color 0.3s linear;
    -moz-transition: color 0.3s linear, background-color 0.3s linear;
    transition: color 0.3s linear, background-color 0.3s linear;
	background-color: #88287B;
	border: none;
	color: #ffffff;
	font-size: 25px;
	font-weight: normal;
	width: 100%;
	padding: 20px;
}

#donate-box button:hover {
	background-color: #55184D;
}

#note-box textarea {
	margin: 20px 0px;
	padding: 8px;
	width: 100%;
	height: 180px;
	font-size: 1.2rem;
	resize: none;
}

form#chargeDonation { /* To Override Bene stuff */
	width: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
}

.donation-success, .donation-warn, .donation-error {
	min-width: auto !important;
	max-width: 100% !important;
	min-height: auto !important;
	text-align: left !important;
	font-size: 25px !important;
	font-weight: normal !important;
}

.donation-success {
	color: #226e8a !important;
}

.donation-success a {
	color: #184d61 !important;
	text-decoration: underline !important;
}

.donation-success a:hover {
	color: #0e2d38 !important;
	text-decoration: none !important;
}

.donation-warn {
	color: #cc6600 !important;
}

.donation-warn a {
	color: #994c00 !important;
	text-decoration: underline !important;
}

.donation-warn a:hover {
	color: #663300 !important;
	text-decoration: none !important;
}

.donation-error {
	color: #ff0000 !important;
}

.donation-error a {
	color: #cc0000 !important;
	text-decoration: underline !important;
}

.donation-error a:hover {
	color: #990000 !important;
	text-decoration: none !important;
}

label.cancel-monthly-donation-error {
	color: #cc0000;
}

input.cancel-monthly-donation-error {
	border-color: #cc0000;
	border-width: 2px;
}

@media (min-width: 769px) and (max-width: 1200px) {
	.block-hero {
		min-height: 320px;
	}
	
	#donate-box, #note-box {
		min-width: 330px;
		max-width: 330px;
		min-height: 277px;
		padding: 15px;
		font-size: 23px;
	}
	
	#donate-box #donationTypeWrapper {
		margin: -15px -15px 15px -15px;
	}
	
	#donate-box #donate-input-wrapper {
		margin: 15px 0px 0px 0px;
		height: 60px;
	}
	
	#donate-box #donate-input-contents {
		padding: 5px;
		font-size: 25px;
	}
	
	
	#donate-box #donate-input-contents input {
		font-size: 30px;
	}
	
	#donate-box #donate-suggested-contents a {
		padding-top: 16px;
	}
	
	#donate-box #donate-suggested-contents a.donate-other-button {
		font-size: 20px;
		padding-top: 19px;
	}
	
	#donate-box button {
		padding: 15px;
		font-size: 23px;
	}
	
	#note-box textarea {
		margin: 15px 0px;
		height: 165px;
	}
}

@media (min-width: 401px) and (max-width: 620px) {
	h1.donate-header {
		font-size: 35px;
	}
	
	.block-hero {
		min-height: 320px;
	}
	
	#donate-box, #note-box {
		min-width: 330px;
		max-width: 330px;
		min-height: 277px;
		padding: 15px;
		font-size: 23px;
	}
	
	#donate-box #donationTypeWrapper {
		margin: -15px -15px 15px -15px;
	}
	
	#donate-box #donate-input-wrapper {
		margin: 15px 0px 0px 0px;
		height: 60px;
	}
	
	#donate-box #donate-input-contents {
		padding: 5px;
		font-size: 25px;
	}
	
	#donate-box #donate-input-contents input {
		font-size: 30px;
	}
	
	#donate-box #donate-suggested-contents {
		margin: 15px 0px 0px 0px;
		height: 60px;
	}
	
	#donate-box #donate-suggested-contents a {
		padding-top: 16px;
	}
	
	#donate-box #donate-suggested-contents a.donate-other-button {
		font-size: 20px;
		padding-top: 19px;
	}
	
	#donate-box button {
		padding: 15px;
		font-size: 23px;
	}
	
	#note-box textarea {
		margin: 15px 0px;
		height: 165px;
	}
}

@media (max-width: 450px) {
	h1.donate-header {
		margin-right: 2%;
		text-align: center;
	}
}

@media (max-width: 400px) {
	h1.donate-header {
		font-size: 32px;
	}
	
	.block-page-title-block {
		background-image: url(/images/hero/400X240.jpg);
	}
	
	.block-hero {
		padding: 0px 0px 558px 0px;
		background-size: auto;
		background-position: left bottom;
		align-items: baseline;
	}
	
	.block-hero h1 {
		padding: 0px
	}
	
	#donate-box, #note-box {
		min-width: 100%;
		max-width: 100%;
		padding-top: 7px;
		margin: 0px;
		min-height: 318px;
		background-color: #ffffff;
	}
	
	#donate-box #donationTypeWrapper {
		margin-top: -5px;
	}
	
	#donate-box #donate-input-contents input {
		width: 60%;
	}
	
	#donate-box #donate-suggested-contents a.donate-other-button {
		font-size: 20px;
		padding-top: 25px;
	}
	
	#note-box textarea {
		height: 190px;
	}
	
	.donation-success, .donation-warn, .donation-error {
		min-width: 100% !important;
		max-width: 100% !important;
		min-height: 318px !important;
	}
}