.block-hero {
	justify-content: center;
	padding-right: 2%;
	height: 630px;
	min-width: 305px;
}

@media (max-width: 795px) {
	.block-hero {
		height: 995px;
	}
}

@media (max-width: 369px) {
	.block-hero {
		height: 1045px;
	}
}

@media (max-width: 330px) {
	.block-hero {
		height: 1019px;
	}
}

@media (max-width: 400px) {
	.block-hero {
		padding: 0px;
	}
}

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

@media (min-width: 401px) and (max-width: 620px) {
	h1.donate-header {
		font-size: 35px;
	}
}

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

@media (max-width: 400px) {
	h1.donate-header {
		font-size: 32px;
	}
}

.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-wrapper {
	z-index: 1;
	text-align: center;
}

#donate-box-wrapper > h2 {
	text-transform: none;
	margin-bottom: 40px;
	font-size: 50px !important;
}

@media (max-width: 500px) {
	#donate-box-wrapper > h2 {
		font-size: 40px !important;
	}
}

@media (max-width: 380px) {
	#donate-box-wrapper > h2 {
		font-size: 35px !important;
	}
}

@media (max-width: 330px) {
	#donate-box-wrapper > h2 {
		font-size: 33px !important;
		margin-bottom: 35px;
	}
}

#donate-box, #note-box, #membership-box {
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
	width: 370px;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.8);
    line-height: 1;
	color: #5C5B5B;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 700px) {
	#donate-box, #note-box, #membership-box {
		background-color: rgba(255, 255, 255, 0.7);
	}
}

@media (max-width: 400px) {
	#donate-box, #note-box, #membership-box {
		width: 100%;
	}
}

#donate-box, #note-box {
	min-height: 452px;
}

@media (max-width: 369px) {
	#donate-box, #note-box {
		min-height: 510px;
	}	
}

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

.donate-box-header {
	display: block;
	font-weight: normal;
	font-size: 30px;
	margin: 5px 0px 10px 0px;
}

@media (max-width: 364px) {
	.donate-box-header {
		font-size: 28px;
	}
}

@media (max-width: 342px) {
	.donate-box-header {
		font-size: 27px;
	}
}

@media (max-width: 331px) {
	.donate-box-header {
		font-size: 26px;
	}
}

@media (max-width: 321px) {
	.donate-box-header {
		font-size: 25px;
	}
}

.donate-box-header > a {
	font-weight: bold;
}

.donate-box-tag-line {
	display: block;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 20px;
}

@media (max-width: 350px) {
	.donate-box-tag-line {
		font-size: 19px;
	}
}

@media (max-width: 335px) {
	.donate-box-tag-line {
		font-size: 18px;
	}
}

@media (max-width: 319px) {
	.donate-box-tag-line {
		font-size: 17px;
	}
}

.donate-box-tag-line > a {
	font-weight: bold;
}

a.suggested-donation-amount, .other-donation-amount {
	display: inline-block;
	margin: 5px;
	border: 2px solid #226E8A;
	padding: 10px;
	color: #226E8A; 
	font-size: 25px;
	width: 100px;
}

a.suggested-donation-amount:hover {
	background-color: rgba(34, 110, 138, 0.6); 
	color: #FFFFFF; 
}

.amount-per-month-note {
	font-size: 14px;
	font-weight: normal;
}

.other-donation-amount {
	padding: 6px 0px 7px 0px;
	width: 210px;
}

.other-donation-amount > label {
	display: inline-block;
	margin: 0px;
	color: #226E8A;
	font-weight: bold;
	padding-right: 5px;
	width: 60px;
	text-align: right;
	height: 100%;
}

.other-donation-amount > input {
	display: inline-block;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 70px;
	height: auto;
	background-color: transparent;
	color: #226E8A;
	font-weight: bold;
	font-size: 25px;
}
			
.other-donation-amount > label.amount-per-month-note {
	display: inline-block;
	font-size: 14px;
	margin: 0px;
	text-align: left;
	font-weight: normal;
}

.selected-donation-amount, a.selected-donation-amount:hover, .selected-donation-amount > label, .selected-donation-amount > input {
	background-color: #226E8A; 
	color: #FFFFFF !important;
}

#donated-tech-checkbox {
	font-size: 1.2rem;
	margin-top: 10px;
}

@media (max-width: 350px) {
	#donated-tech-checkbox {
		font-size: 1.1rem;
	}
}

@media (max-width: 325px) {
	#donated-tech-checkbox {
		font-size: 1rem;
	}
}

#donated-tech-checkbox label {
	color: #226E8A;
	padding-left: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#add-note-link {
	display: block;
	font-size: 1.2rem;
	margin: 20px 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: 20px;
	font-weight: normal;
	line-height: 30px;
	margin: 5px;
	padding: 20px 5px;
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);
}

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

#donate-box button:focus {
	outline: 0;
}

#donate-box button #submit-donation-button-label {
	font-size: 25px;
}

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

@media (max-width: 369px) {
	#note-box textarea {
		min-height: 350px;
	}	
}

#note-box a {
	display: block;
}

#membership-box {
	margin-left: 120px;
}

@media (max-width: 949px) {
	#membership-box {
		margin-left: 50px;
	}
}

@media (max-width: 849px) {
	#membership-box {
		margin-left: 20px;
	}
}

@media (max-width: 795px) {
	#membership-box {
		margin: 30px 10px 0px 10px;
	}
}

@media (max-width: 400px) {
	#membership-box {
		margin: 30px 0px 0px 0px;
	}
}
	
#membership-box .membership-title {
	display: block;
	font-size: 50px;
	margin: 25px 0px;
}

@media (max-width: 310px) {
	#membership-box .membership-title {
		font-size: 40px;
	}
}


#membership-box .donate-box-tag-line {
	margin: 25px 0px 40px 0px;
}

#membership-box a {
	color: #226E8A;
}

#membership-box a:hover {
	color: #21586C;
}

#membership-box a.membership-join {
	display: block;
	background-color: #88287B;
	color: #ffffff;
	font-size: 25px;
	font-weight: normal;
	margin: 5px;
	padding: 20px 5px;
}

#membership-box > a.membership-join:hover {
	background-color: #55184D;
}

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;
}
