
/* --------- Colors from Pongo https://zeroheight.com/14185140d/p/97dc60-colors/b/259d77 ---------- */
/* --------- New Brand Colors ---------- */
/* --------- Colors from Pongo 2.0 https://www.figma.com/file/2sczKBPtm8QYM3uSgQa6Zj/Pongo-2.0 ---------- */
@font-face {
  font-family: "Libre Baskerville";
  src: url("Fonts/LibreBaskerville/static/LibreBaskerville-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Libre Baskerville";
  src: url("Fonts/LibreBaskerville/static/LibreBaskerville-italic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Libre Baskerville";
  src: url("Fonts/LibreBaskerville/static/LibreBaskerville-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Prompt";
  src: url("Fonts/Prompt/static/Prompt-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Prompt";
  src: url("Fonts/Prompt/static/Prompt-Light.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Prompt";
  src: url("Fonts/Prompt/static/Prompt-Regular.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Prompt";
  src: url("Fonts/Prompt/static/Prompt-Regular.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Prompt";
  src: url("Fonts/Prompt/static/Prompt-Medium.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Quicksand";
  src: url("Fonts/Quicksand/static/Quicksand-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Quicksand";
  src: url("Fonts/Quicksand/static/Quicksand-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Quicksand";
  src: url("Fonts/Quicksand/static/Quicksand-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Quicksand";
  src: url("Fonts/Quicksand/static/Quicksand-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Quicksand";
  src: url("Fonts/Quicksand/static/Quicksand-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  src: url("Fonts/ProximaNova/static/proximanova_regular.ttf");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  src: url("Fonts/ProximaNova/static/proximanova_bold.otf");
}
html {
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: Prompt, sans-serif;
  color: #272D30;
  background: #36424A;
  font-size: 13px;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

body textarea,
body input,
body select {
  font-size: 13px;
}

.secureDonationBanner {
  color: #eee;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  margin: 40px 2% 20px 2%;
  width: 92%;
  max-width: 450px;
  float: left;
  clear: left;
}

.secureDonationBanner > img {
  border: 0px;
  max-width: 95%;
}

.securePaymentBanner {
  color: #eee;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  margin: 40px 2% 20px 2%;
  width: 92%;
  max-width: 450px;
  float: left;
  clear: left;
  margin-left: -30px;
  margin-top: 20px;
}

.securePaymentBanner > img {
  border: 0px;
  max-width: 95%;
  width: 275px;
  height: 70px;
}

body > div#wrapper {
  max-width: 980px;
  margin: 0 auto;
}

body div#content {
  margin: 0px 2% 40px 2%;
  padding: 40px;
  width: 92%;
  max-width: 600px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f8f8f8;
  border-radius: 10px;
  float: left;
}

#banner > img {
  max-width: 100%;
}

body div#orgInfo {
  margin: 0px 2% 20px 2%;
  padding: 20px;
  width: 92%;
  max-width: 300px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f8f8f8;
  border-radius: 10px;
  float: left;
}

.title {
  margin-bottom: -30px;
}

.section {
  margin: 30px 0px;
}

h2 {
  margin: 0px;
}

.donation-form label {
	color: #404040;
	display: block;
}

.donation-form label.error,
.donation-form #card-errors {
	color: #900;
}

.donation-form label.error {
	display: inline-block;
	padding: 0 10px;
}

.donation-form section {
	padding: 5px;
}

.donation-form .field {
	padding: 4px 0;
}

.donation-form .field .required-star {
	color: #aa0000;
	display: inline-block;
	margin-left: 5px;
}

.donation-form .field .checkboxes {
	max-width: 275px;
	border: 1px solid #A9A9A9;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.donation-form .field .checkbox {
	display: block;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	line-height: 26px;
	padding: 2px 28px 2px 8px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #404040;
	overflow: hidden;
	text-decoration: none;
}

.donation-form .field .checkbox input {
	opacity: 0.01;
	position: absolute;
	left: -50px;
	z-index: -5;
}

.donation-form .field .checkbox:last-child {
	border-bottom: none;
}

.donation-form .field .checkbox.selected {
	background: rgb(50, 142, 253);
	color: #fff;
}

.donation-form .field .checkbox.selected:before {
	color: #fff;
	line-height: 30px;
	position: absolute;
	right: 10px;
}

.donation-form .field input,
.donation-form .field select,
.donation-form .field textarea,
.donation-form #card-element,
.donation-form #paypal-button-container {
	padding: 4px;
	max-width: 275px;
	width: 96%
}

.donation-form .start-date label.error {
	padding: 4px;
	max-width: 350px;
	width: 96%
}

.donation-form .field .StripeElement {
	background-color: white;
	background-color: -moz-field;
	border: 1px solid darkgray;
	display: inline-block;
}

.donation-form .field textarea.international {
	height: 120px;
}

.donation-form .field select {
	box-sizing: content-box;
}

.donation-form .field.radio label,
.donation-form .field.checkbox label {
	display: inline-block;
}

.donation-form .field.radio input,
.donation-form .field.checkbox input {
	width: auto;
	margin-left: 0;
}

.donation-form .section.consent .field.checkbox:not(.consent-all) {
	margin-left: 20px;
}

.donation-form #cardExpirationMonth,
.donation-form #cardExpirationYear {
	width: 85px;
}

.donation-form #security-code {
	width: 55px;
}

.donation-form .field .sidenote {
	color: #999;
	font-size: 10px;
}

.donation-form .field.other-option,
.donation-form .field.other-amount,
.donation-form .field.cardExpirationMonth,
.donation-form .field.cardExpirationYear {
	display: inline-block;
}

.donation-form .field.other-amount {
	padding-left: 6px;
}

.donation-form .field.cardExpirationMonth {
	padding-right: 20px;
}

.donation-form #other-amount {
	width: 65px;
}

.donation-form .errors {
	border: 1px solid #900;
	color: #900;
	padding: 10px;
}

.donation-form .radio label.error {
	display: inline-block;
	padding-right: 86%;
	float: right;
}

.donation-form .hidden {
	display: none;
}

.btn-group .btn-submit-donation {
	padding: 4px 10px;
}

iframe#spreedly-iframe[style='visibility: hidden;'] {
	display: none;
}

input,
select,
textarea,
button {
	font-family: inherit;
}

#spreedly-modal-overlay[style="visibility:hidden"] {
	display: none;
}

/* ---------------- */
/* added by us */


span.label {
font-size: 16px;
}

input[name="donation-level"] {
  appearance: none;

  border-radius: 50%;
  width: 16px !important;
  height: 16px;

  border: 2px solid #999;
  transition: 0.2s all linear;
  margin-right: 5px;

  position: relative;
  top: 4px;
}

input:checked {
  border: 4px solid black;
}
