

label.error {
	color: #DD0000;
}

label.success {
	color: #00DD00;
}

label.error a {
	color: inherit;
}


.form-section p {
	margin: .5em -.25em 1em;
	overflow: hidden;
}

.form-section br {
	display: none;
}

.form-section label {
	float: left;
	box-sizing: border-box;
	padding: .125em .25em;
}

.form-section label > b:first-child {
	float: left;
	margin-bottom: .125em;
}

.form-section label.error {
	margin-top: 0;
	margin-bottom: .5em;
	line-height: 1;
	clear: left;
}

.form-section input,
.form-section select,
.form-section textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	font: inherit;
	max-width: 100%;
	min-width: 100%;
	resize: vertical;
}

.form-section input[type="checkbox"],
.form-section input[type="radio"] {
	display: inline;
	width: auto;
	max-width: none;
	min-width: 0;
}

.form-section p > input[type="checkbox"],
.form-section p > input[type="radio"] {
	float: left;
	margin: .5em .125em 0 .25em;
}


.form-section .title-radio {
	margin-right: .5em;
}

.form-section .first-name-field {
	clear: left;
}

.form-section .first-name-field,
.form-section .last-name-field {
	width: 50%;
}


.form-section .email-address-field {
	clear: left;
	width: 50%;
}

.form-section .phone-number-field {
	width: 50%;
}


#is-billing-address-separate ~ [for="is-billing-address-separate"] ~ * {
	display: none;
}

#is-billing-address-separate:checked ~ [for="is-billing-address-separate"]:after {
	content: ':';
}

#is-billing-address-separate:checked ~ [for="is-billing-address-separate"] ~ * {
	display: initial;
}

#is-billing-address-separate:checked ~ [for="is-billing-address-separate"] ~ br {
	display: none;
}

#is-billing-address-separate ~ .phone-number-field {
	clear: left;
}

.form-section .organization-field,
.form-section .address-field {
	width: 100%;
}

.form-section .address-field input ~ input {
	margin-top: .125em;
}

.form-section .city-field {
	clear: left;
	width: 50%;
}

.form-section .state-field {
	width: 20%;
}

.form-section .postal-code-field {
	width: 30%;
}


.form-section .name-on-card-field {
	width: 100%;
}

.form-section .card-number-field {
	width: 60%;
}

.form-section .card-code-field {
	width: 20%;
}

.form-section .expiration-date-field {
	width: 40%;
}

.form-section .expiration-date-field {
	width: 40%;
}

.form-section #expiration-month {
	width: 55%;
	max-width: 55%;
	min-width: 55%;
	float: left;
	clear: left;
}

.form-section #expiration-year {
	width: 42%;
	max-width: 42%;
	min-width: 42%;
	float: right;
}


.donate-section {
	margin-bottom: 4em;
}

.donate-default h1 {
	font-size: 200%;
	line-height: 1.25;
	color: #4D99A9;
	text-align: center;
	max-width: 25em;
	margin: 2em auto;
}

.donate-default h1 u {
	margin-top: .75em;
	color: #FFF;
	background: #4D99A9;
	display: inline-block;
	padding: 0.22em 0.3em 0.25em;
	text-decoration: none;
}


.amount-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.amount-section br,
.amount-section > input {
	display: none;
}

.amount-section > input + label {
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	width: 5em;
	height: 3.75em;
	background: #D9E9ED;
	color: #006D84;
	border-radius: .5em;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.amount-section > input:disabled + label {
	cursor: default;
}

.amount-section > input + label > i {
	text-transform: uppercase;
	font-style: normal;
	font-size: 40%;
	line-height: 2.4;
	border-top: 1px solid #006D84;
}

.amount-section > label[for="amount-other-radio"] input {
	display: inline-block;
	width: 3.25em;
	margin-left: .1em;
	border: none;
	background: rgba(255, 255, 255, .25);
	font: inherit;
	color: inherit;
}

.amount-section > label.error {
	width: 100%;
	text-align: center;
	color: #DD0000;
}

.amount-section > label[for="amount-other-radio"] > span + span,
.amount-section > input:checked + label[for="amount-other-radio"] > span {
	display: none;
}

.amount-section > input:checked + label[for="amount-other-radio"] > span + span {
	display: block;
}

.amount-section > input + label:before {
	content: '';
	height: .25em;
}

.amount-section > label[for="amount-25"]:after,
.amount-section > label[for="amount-other-radio"]:after {
	content: '';
	height: .15em;
}

.amount-section > input:checked + label {
	background: #4D99A9;
	color: white;
}

.amount-section > input:checked + label > i {
	border-color: white;
}

@media (max-width: 1008px) {
	.amount-section > input + label {
		font-size: calc(calc(100vw - 3em) / 33.3333);
	}
}

@media (max-width: 800px) {
	.amount-section > input + label {
		font-size: calc(calc(100vw - 3em) / 16.6667);
		margin: .325em 0;
		height: 3em;
	}
}

@media (max-width: 614px) {
	.amount-section > input + label {
		font-size: 180%;
		line-height: 1.5;
		width: 100%;
		margin: .2em 0;
		height: auto;
		flex-direction: row;
	}

	.amount-section > input + label > i,
	.amount-section > label[for="amount-25"]:after {
		font-size: 50%;
		line-height: 3;
		border: none;
		border-left: 1px solid #006D84;
		width: 50%;
		min-width: 13em;
	}

	.amount-section > label[for="amount-25"]:after {
		border: none;
		height: auto;
		content: '\00A0';
	}

	.amount-section > label[for="amount-other-radio"] input {
		width: 5em;
	}
}

.payment-plan-section {
	text-align: center;
	color: #006D84;
}


.arrange-left {
	float: left;
	width: 35em;
}

.arrange-left iframe {
	max-width: 100% !important;
}

.arrange-right {
	margin-left: auto;
	width: 20em;
}

@media (max-width: 980px) {
	.arrange-left {
		width: calc(35em - calc(980px - 100vw));
	}
}

@media (max-width: 800px) {
	.arrange-right,
	.arrange-left {
		float: none;
		width: auto;
		max-width: 32em;
		margin: 0 auto;
	}
}


.info-section {
	color: #666666;
	overflow: hidden;
}

.info-section > p:first-child {
	margin-bottom: 1.5em;
}

.info-section ul {
	list-style: none;
	padding: 0;
	margin: 1.5em 0;
}

.info-section ul li {
	margin: .5em 0;
}

.info-section .seals {
	margin: 1em -.5em;
	overflow: hidden;
}

.info-section .seals * {
	display: block;
	width: 7em;
	height: 7em;
}

.info-section .seals > * {
	float: left;
	margin: .5em;
}


.required {
	color: #DD0000;
}

.form-section label > b:first-child {
	font-weight: normal;
	color: #006D84;
}

.form-section input,
.form-section select {
	border-radius: .25em;
	border-color: #006D84;
}

p.submit {
	margin: 2em 0;
	text-align: center;
}

.submit button {
	background-color: #4D99A9;
	color: white;
	border: none;
	font-size: 150%;
	padding: .5em 2em;
	border-radius: .5em;
	font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
	font-weight: bold;
}

.loading .submit button {
	/* base64 encoded /include/images/spinner-dark.svg ensures spinner loads immediately */
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiPgoJPHBhdGggc3Ryb2tlPSIjRkZGIiBmaWxsPSJub25lIiBkPSJNLjUsNEEzLjUsMy41IDAgMSwwIDcuNSw0Ij4KCQk8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGF0dHJpYnV0ZVR5cGU9IlhNTCIgdHlwZT0icm90YXRlIiBkdXI9IjFzIiBmcm9tPSIwIDQgNCIgdG89IjM2MCA0IDQiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+Cgk8L3BhdGg+Cjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.5em;
	text-indent: -1000%;
	overflow: hidden;
}


.donate-mclf h1 {
	color: #3D61E5;
}

.donate-mclf h1 u {
	background: #3D61E5;
}

.donate-mclf .amount-section > input + label {
	background: #E8ECFC;
	color: #3D61E5;
}

.donate-mclf .amount-section > input + label > i {
	border-color: #3D61E5;
}

.donate-mclf .amount-section > input:checked + label {
	background: #3D61E5;
	color: white;
}

.donate-mclf .amount-section > input:checked + label > i {
	border-color: white;
}

.donate-mclf .payment-plan-section {
	color: #3D61E5;
}

.donate-mclf .form-section label > b:first-child {
	color: #3D61E5;
}

.donate-mclf .form-section input,
.donate-mclf .form-section select {
	border-color: #3D61E5;
}

.donate-mclf .submit button {
	background-color: #3D61E5;
}


.donate-fbcj .header {
	text-align: center;
	max-width: 40em;
	margin: 4em auto;
}

.donate-fbcj .header .tagline {
	font-size: 125%;
}

.donate-fbcj .header h1 {
	margin: 1em 0;
}

.donate-fbcj .header h1 a {
	display: inline-block;
}

.donate-fbcj .header h1 img {
	display: block;
	width: auto;
	height: 4em;
}

.donate-fbcj .amount-section > input + label {
	background: #E9EEEC;
	color: #103F2B;
}

.donate-fbcj .amount-section > input + label > i {
	border-color: #103F2B;
}

.donate-fbcj .amount-section > input:checked + label {
	background: #103F2B;
	color: white;
}

.donate-fbcj .amount-section > input:checked + label > i {
	border-color: white;
}

.donate-fbcj .payment-plan-section {
	color: #103F2B;
}

.donate-fbcj .form-section label > b:first-child {
	color: #103F2B;
}

.donate-fbcj .form-section input,
.donate-fbcj .form-section select {
	border-color: #103F2B;
}

.donate-fbcj .submit button {
	background-color: #D25145;
}


.donate-capcon {
	overflow: hidden;
}

.donate-capcon h1 {
	font-size: 1.25em;
	height: 6em;
	background: #FFDB00;
	position: relative;
	text-align: center;
	margin: 0 -99em 3em;
	margin: 0 -50vw 3em;
}

.donate-capcon h1:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -2.5em;
	border-top: 1.1em solid #FFDB00;
	border-left: 2.5em solid transparent;
	border-right: 2.5em solid transparent;
}

.donate-capcon h1 img {
	position: absolute;
	top: .5em;
	left: 50%;
	margin-left: -6.8em;
	height: 100%;
}

.donate-capcon .header {
	text-align: center;
}

.donate-capcon .amount-section > input + label {
	background: #FFDB00;
	color: black;
}

.donate-capcon .amount-section > input + label > i {
	border-color: black;
}

.donate-capcon .amount-section > input:checked + label {
	background: black;
	color: white;
}

.donate-capcon .amount-section > input:checked + label > i {
	border-color: white;
}

.donate-capcon .payment-plan-section {
	color: black;
}

.donate-capcon .form-section label > b:first-child {
	color: black;
}

.donate-capcon .form-section input,
.donate-capcon .form-section select {
	border-color: black;
}

.donate-capcon .submit button {
	background-color: black;
}


.donate-votes .header {
	text-align: center;
	max-width: 40em;
	margin: 3em auto;
	font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
}

.donate-votes .header .tagline {
}

.donate-votes .header h1 {
	margin: 1em 0;
}

.donate-votes .header h1 a {
	display: inline-block;
}

.donate-votes .header h1 img {
	display: block;
	width: auto;
	height: 2.5em;
}

.donate-votes .header i {
	color: #8693A6;
}

.donate-votes h1 {
	color: #003875;
}

.donate-votes h1 u {
	background: #003875;
}

.donate-votes .amount-section > input + label {
	background: #E6EBF1;
	color: #003875;
}

.donate-votes .amount-section > input + label > i {
	border-color: #003875;
}

.donate-votes .amount-section > input:checked + label {
	background: #DB9928;
	color: white;
}

.donate-votes .amount-section > input:checked + label > i {
	border-color: white;
}

.donate-votes .payment-plan-section {
	color: #003875;
}

.donate-votes .form-section label > b:first-child {
	color: #003875;
}

.donate-votes .form-section input,
.donate-votes .form-section select {
	border-color: #003875;
}

.donate-votes .submit button {
	background-color: #DB9928;
}

.donate-votes .colored-links a {
	color: #003875;
	text-decoration: underline;
	text-decoration-color: #DB9928;
	text-underline-offset: 0.125em;
}

.donate-votes .colored-links a:visited {
	color: #2A6A93;
}

.donate-votes .colored-links a:active {
	color: #900027;
}

