/* --------- 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: #f3f4f4;
  font-size: 13px;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

.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; */
  display: none;
}

.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;
  margin-left: -30px;
  margin-top: 20px;
}

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

body > div#wrapper {
  max-width: 850px;
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body div#content {
  margin: 0 2% 0 2%;
  margin: 0 auto;
  padding: 40px;
  width: 92%;
  /*max-width: 600px; */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fcfcfc;
  border-radius: 10px;
  box-shadow: 0 0 25px -5px rgba(0,0,0,0.1);
}

#banner > img
{
	max-width: 80%;
	margin: 0 auto;
	display: block;
}

body div#orgInfo {
  margin: 0 auto 20px auto;
  padding: 20px;
  width: 92%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fcfcfc;
  border-radius: 10px;
  box-shadow: 0 0 25px -5px rgba(0,0,0,0.1);
  margin-top: 24px;
}

.title {
  margin-bottom: -30px;
  color: #25326b;
}

.section {
  margin: 30px 0px;
}

h2 {
  margin: 0px;
}
/* Overrides / new */
.secureDonationBanner
{
	opacity: 0;
	max-height: 24px;
}
body a
{
  color: #069eea;
}
body a:hover
{
  text-decoration: none;
}
body textarea,
body input,
body select {
  font-size: 16px;
  border: solid 1px #069eea;
  border-radius: 4px;
  padding: 8px;
}
.donation-form .field input,
.donation-form .field select,
.donation-form .field textarea,
.donation-form #card-element,
.donation-form #paypal-button-container
{
 padding: 8px !important;
}
.btn-group .btn-submit-donation
{
	color: #FFFFFF;
	font-size: 20px;
	background-color: #069eea;
	border: solid 4px #25326b;
	border-radius: 50px;
	padding: 12px 56px !important;
	transition: background-color 0.2s ease;
}
.btn-group .btn-submit-donation:hover{
  background-color: #25326b;
  transition: background-color 0.2s ease;
}

@media screen and (min-width: 992px)
{
	body div#content
	{
		width: 92%;
	}
	body > div#wrapper
	{
		flex-direction: row;
	}
	#banner > img
	{
		margin: 0;
	}
	body div#orgInfo
	{
		margin: 0 2% 0 2%;
		max-width: 300px;
	}
}
