/* --------- 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;
}
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%;
}

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;
}

section.title > h1 { display:none; } 