/* Donate Form CSS Document */
.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vert-align-center {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.black {
	color: #000 !important;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.grey-border {
	border: 1px solid #e9e9e9;
}
.content-medium {
	max-width: 700px;
	width: 100%;
}
.form-img.alignleft {
	margin: 0 20px 20px 0;
}
.col {
	float: left;
	padding: 0 15px;
}
.large-25 {
	width: 25%;
}
/*.purple-gradient-bg {
	background-image: -moz-linear-gradient( 90deg, rgb(101,36,103) 0%, rgb(186,70,194) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(101,36,103) 0%, rgb(186,70,194) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(101,36,103) 0%, rgb(186,70,194) 100%);
}
.purple-gradient-bg label.radio-label {
	color: #fff;
}*/
.form-page h3 {
	font-size: 28px !important;
}
.form-page p {
	font: 16px/1.5em "Fira Sans", Arial, Helvetica, sans-serif;
    color: #4c4c4c;
}
#canada {
	font-size: 12px;
}
#canada img {
	vertical-align: middle;
	display: inline-block;
}
.cursor {
	cursor: pointer;
}
.notice-text {
	margin-top: 5px;
}
.notice-text p {
	font-size: 14px;
	color: #797979;
    font-style: italic;
}
#donate-form-wrapper {
	max-width: 100%;
    /*margin: 0 auto;*/
}
#donate-input-wrapper.row {
	margin: 0;
}
.form-group::after {
	content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.form-group-wrapper {
	margin-bottom: 30px;
}
.radio-group {
	border: 1px solid #cfcfcf;
	padding: 15px;
	cursor: pointer;
}
.radio-group:first-child {
	margin-bottom: 20px;
}
.radio-group .col-sm-12 {
	float: none;
}
.radio-group label {
	font-size: 17px;
	font-weight: normal;
	cursor: pointer;
	margin-bottom: 0;
}
label.radio-label {
	color: #4c4c4c;
	font-size: 16px;
	margin-right: 40px;
	cursor: pointer;
	margin-bottom: 0;
}
label.radio-label input {
	vertical-align: middle;
	margin: 0;
}
label.radio-label.thank-you {
	font-weight: normal;
}
label.radio-label.text {
	width: 60%;
}
.glyphicon {
	margin-right: 5px;
	font-size: 16px;
	color: #92278f;
}
label {
	font-family: "Fira Sans", Arial, Helvetica, sans-serif;
	color: #4c4c4c;
}
fieldset {
	margin: 0 15px;
}
label.heading {
	font-size: 16px;
}
span.field-required {
    display: inline-block;
	vertical-align: baseline;
    height: 9px;
    width: 9px;
    background-image: url("../images/required.png");
    background-repeat: no-repeat;
    margin-top: 2px;
}
legend {
	border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
}
legend h3 {
	font-size: 20px;
	color: #cd6633;
	margin: 0 0 5px 0;
}
legend.purple {
	background-color: #92278f;
	border-bottom: 0;
}
legend.purple h3 {
	color: #fff;
}
.input-wrapper {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: 50px;
	margin-top: 10px;
}
.input-wrapper .prefix {
	width: 50px;
    height: 50px;
	background-color: #d6d6d6;
	color: #141414;
	padding-top: 9px;
	text-align: center;
    font-size: 17px;
}
ul#card-types {
	margin-left: 0;
	padding-left: 0;
}
ul#card-types li {
	display: inline-block;
	list-style: none;
}
ul#card-types li:first-child {
	margin-left: 0;
}
#donate-frequency.form-highlight {
	padding: 10px 15px;
}
#donate-frequency .form-group {
	margin-bottom: 0;
}
#donate-frequency legend {
	margin-bottom: 0;
}
#donate-frequency #donate-frequency-select {
	padding-top: 20px;
	background-color: #fff;
}
#arrow-icon {
	margin-left: -5px;
	margin-top: 15px;
}
#arrow-icon img {
	width: 45px;
	height: 45px;
}
#monthly-cta {
	flex: 1;
	/*max-width: 350px;*/
	margin-bottom: 20px;
}
#monthly-cta p {
	padding-left: 20px;
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	color: #92278f;
	margin-bottom: 0;
}
#monthly-cta-img {
	max-width: 200px;
}
#premium-cta > div {
	padding: 25px 15px 0 15px;
}
#premium-cta hr {
	height: 1px;
	width: 100%;
	background-color:#e9e9e9;
	border: 0;
	outline: 0;
}
#premium-cta ul {
	margin-bottom: 0;
	margin-left: 25px;
}
#premium-cta ul li {
	list-style-type: none;
	margin-bottom: 10px;
}
#premium-cta ul li::before {
	content: "\2022";
	color: #92278f;
	font-weight: bold;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}
#premium-selection {
	margin-bottom: 15px;
}
.form-highlight {
    padding: 15px;
	background-color: #e9e9e9;
}
#iframe-payment-wrapper fieldset {
	margin-bottom: 0;
}
#iframe-payment-wrapper .iframe-wrapper {
	display: none;
}
#iframe-payment-wrapper .iframe-wrapper.active {
	display: block;
}
.class_row {
	padding: 0 15px;
	margin-left: 0;
	margin-right: 0;
}
.class_input_box {
	box-sizing: border-box;
	display: block;
	max-width: 100%;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#id_expy_row, #id_cvv_row {
	width: 50%;
}
button.donate-level {
	display: block;
    width: 100%;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    color: #cd6633;
    padding: 20px 0;
    border: 1px solid #b4b4b4;
    border-radius: 5px;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd));
    background: -webkit-linear-gradient(top, #ffffff 0%,#dddddd 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#dddddd 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#dddddd 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
    box-shadow: 0 1px 3px 0 #d3d3d3;
    cursor: pointer;
}
button.donate-level.active, button.donate-level.donate-default {
	background: #cd6733;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkNjczMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNzliNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #cd6733 0%, #e79b4e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd6733), color-stop(100%,#e79b4e));
    background: -webkit-linear-gradient(top, #cd6733 0%,#e79b4e 100%);
    background: -o-linear-gradient(top, #cd6733 0%,#e79b4e 100%);
    background: -ms-linear-gradient(top, #cd6733 0%,#e79b4e 100%);
    background: linear-gradient(to bottom, #cd6733 0%,#e79b4e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd6733', endColorstr='#e79b4e',GradientType=0 );
    border: 1px solid #ae582a;
    color: #fff;
}
.premium-wrapper {
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #cfcfcf;
	width: 100%;
}
.premium-wrapper.inactive {
	opacity: 0.5;
	filter: grayscale(.5);
}
.premium-wrapper.selected {
	background: #92278f;
}
.premium-wrapper.selected label, .premium-wrapper.selected label span {
	color: #fff;
}
.premium-wrapper label {
	margin-bottom: 0;
	flex: 1;
	font-size: 15px;
	cursor: pointer;
	margin-right: 15px;
}
.premium-wrapper label span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #92278f;
}
.premium-wrapper img {
	width: 110px;
}
.premium-wrapper .premium-radio {
	flex: 1;
	margin-left: 20px;
}
.premium-wrapper#p-0 .premium-radio {
	margin-left: 0;
}
.premium-wrapper#p-0 label {
	margin-right: 0;
}
.premium-wrapper#p-0 .premium-radio input[type="radio"] {
	margin-right: 5px;
}
.premium-wrapper .premium-radio input[type="radio"]{
	width: 20px;
	height: 20px;
	display: inline-block;
    vertical-align: sub;
	cursor: pointer;
}
button.premium {
	text-align: left;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 17px 0;
	margin-bottom: 0;
}
button.premium.other {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
button.premium.active span.amount, button.premium.donate-default span.amount {
	border-right: 1px solid #fff;
}
button.premium span {
	display: block;
}
button span.amount {
	padding: 0 20px;
	text-align: center;
	border-right: 1px solid #b4b4b4;
}
button.premium span.amount-description {
	font-size: 13px;
	line-height: 1.2em;
}
button span.premium-description {
	font-size: 15px;
	flex: 1;
	padding: 0 20px;
}
button span.premium-description span.premium-disclaimer {
	font-size: 13px;
}
/*.premium-image img {
	border: 1px solid #b4b4b4;
	display: block;
}*/
.premium-option label {
	font-size: 16px;
}
#wrapper #transaction_amount {
	border-radius: 0px 5px 5px 0;
    border-left: 0;
	height: 100%;
	font-size: 20px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#id_expy_label {
	display: block;
}
#id_expy_row, #id_cvv_row {
	float: left;
	width: 50%;
}
#donate-method {
	margin-bottom: 30px;
}
.lock-icon {
	margin: 4px 0 0 20px;
	width: 30px;
	height: auto;
    max-width: 30px;
}
#donate-button, .lock-icon {
	display: inline-block;
	vertical-align: top;
}
#donate-button {
	font: 1.7em/2em "Fira Sans", Arial, Helvetica, sans-serif;
	width: auto;
	padding: 0 30px;
	max-width: 100%;
	min-width: 280px;
	background: #fbdc86;
    background-image: linear-gradient(to top,#f8bf56,#fbdc86);
    border: 1px solid #c0830b;
    color: #c0830b;
}
#donate-button:hover {
	background: #f8bf56;
    background-image: linear-gradient(to top,#fbdc86,#f8bf56);
    border: 1px solid #c0830b;
    color: #c0830b;
}
#form-submit {
	margin: 25px 0 20px 0;
}
#registered div {
	max-width: 400px;
    font-size: 12px;
    line-height: 15px;
    color: #747474;
    margin-left: 10px !important;
}
#registered img {
    width: 160px;
    height: auto;
}
#registered div, #registered img {
    display: inline-block;
    vertical-align: bottom;
}
/*input.valid {
	border-color: #3cc835;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(210, 128, 128, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(78, 199, 112, 0.85);
}*/
input.invalid {
	border-color: #b74242;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(183, 66, 66, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(183, 66, 66, 0.6);
}
.helper-text {
	display: block;
	margin-top: 10px;
}
#bmessage {
	color: #4c4c4c;
	/*max-width: 350px;*/
    font-size: 12px;
    line-height: 15px;
	margin-top: 15px;
}
.donate-payment-select {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
    vertical-align: bottom;
	padding: 6px 20px;
	background-color: #c6c6c6;
	font-size: 14px;
	/*background-color: #efefef;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    background: linear-gradient(top, #ffffff 0%,#efefef 100%);*/
}
.donate-payment-select.active {
	background-image: -moz-linear-gradient( 90deg, rgb(101,36,103) 0%, rgb(186,70,194) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(101,36,103) 0%, rgb(186,70,194) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(101,36,103) 0%, rgb(186,70,194) 100%);
	/*background-color: rgb(101,36,103);
	color: #000000;
	background-color: #fdf2e0;
    background: -moz-linear-gradient(top, #ffffff 0%, #f2c357 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2c357));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2c357 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f2c357 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f2c357 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2c357',GradientType=0 );
    background: linear-gradient(top, #ffffff 0%,#f2c357 100%);*/
}
.donate_payment_select.active:hover {
	background-image: -moz-linear-gradient( 90deg, rgb(186,70,194) 0%, rgb(101,36,103) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(186,70,194) 0%, rgb(101,36,103) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(186,70,194) 0%, rgb(101,36,103) 100%);
}
#paypal-button-container {
	margin: 0 15px;
	max-width: 215px;
	height: 40px;
	width: 100%;
}
#paypal-button-container a {
	background-color: #ffc439;
	display: block;
	padding: 8px 0;
	border-radius: 5px;
}
#paypal-button-container a::before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 24px;
	background-image: url("../svg/paypal-logo.svg");
	background-size: 80px;
}
#paypal-monthly-wrapper {
	height: 40px;
	background: #ffc439;
	padding: 11px 8px 5px 8px;
	border-radius: 5px;
	text-align: center;
	position: relative;
}
#paypal-monthly-wrapper::before {
	content: '';
	cursor: pointer;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
	width: 64px;
	height: 24px;
	background-image: url("../svg/paypal-logo.svg");
	background-image: url("../svg/paypal-logo.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 64px;
}
#monthly-submit {
	cursor: pointer;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-indent: -9999px;
}
#paypal-monthly-wrapper:hover {
	filter: brightness(0.95);
}
#ACH_select, #CARD_select {
	margin: 0 15px;
	border: 0;
	border-radius: 5px !important;
	font-weight: bold;
}
#transaction-data {
	text-align: left;
}
#transaction-data table {
	border: 1px solid #e5e4e3;
}
/* AVADA THEME OVERIDES */

/* MEDIA QUERIES */
@media only screen and (min-width: 769px) {
	.large-20 {
		width: 20%;
	}
}
@media only screen and (max-width: 768px) {
	.small-order-1 {
		order: 1;
	}
	.small-order-2 {
		order: 2;
	}
	.small-order-3 {
		order: 3;
	}
	.small-50 {
		width: 50%;
	}
	.small-100 {
		width: 100%;
	}
	.modal-window.small {
		width: 75%;
	}
	button.donate-level {
		margin-bottom: 15px;
		font-size: 20px;
		padding: 10px 0;
	}
	/*.form-highlight {
		margin-left: 15px;
		margin-right: 15px;
	}*/
}
@media only screen and (max-width: 699px) {
	.button-wrapper {
		margin: 0 15px;
	}
	.button-wrapper, #paypal-button-container, #ACH_select, #CARD_select {
		display: block;
	}
	#paypal-button-container {
		margin: 0;
	}
	#ACH_select, #CARD_select, #paypal-button-container {
		max-width: 280px;
		width: 100%;
	}
	fieldset#ACH_select, fieldset#CARD_select {
		max-width: 100%;
		margin: 0;
	}
	#ACH_select, #CARD_select, #paypal-button-container {
		margin: 0 15px 20px 15px;
	}
}
@media only screen and (max-width: 667px) {
	label.radio-label.text {
		width: 100%;
	}
	#donate-frequency #donate-frequency-select, #donate-frequency #donate-premium {
		width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	#arrow-icon {
		order: 3;
		margin-bottom: 5px;
	}
	#monthly-cta {
		flex: auto;
		order: 2;
		max-width: 100%;
		margin-left: 0;
		margin-bottom: 5px;
	}
	#monthly-cta p {
		padding-left: 0;
	}
	#monthly-cta-img {
		order: 1;
		max-width: 100%;
	}
}
@media only screen and (max-width: 575px) {
	.premium-wrapper {
		display: block;
		padding: 30px 15px;
	}
	.premium-wrapper .premium-image {
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	#donate-button {
		font-size: 18px;
		min-width: auto;
	}
	button.premium span.amount {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #b4b4b4;
		margin: 0 20px 10px;
		padding-bottom: 10px;
	}
	button span.premium-description {
		text-align: center;
	}
	button.premium.active span.amount, button.premium.donate-default span.amount {
		border-right: 0;
		border-bottom: 1px solid #fff;
	}
}
@media only screen and (max-width: 320px) {
	.form-img.alignleft {
		margin: 20px 0;
		float: none;
		display: block;
		width: 100%;
	}
}
.nowrap {
	flex-wrap: unset;
}

.donate-payment-select {
	font-size: 12px;
}