/* --------- 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 ---------- */

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html {
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #615D5C;
  background: #B2A081;
  font-size: 13px;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  background-image:url("https://images.squarespace-cdn.com/content/65d23bae7cec604faf1a27cc/142a151c-3007-4fc3-b299-ad7129230970/Rectangle+1.png?content-type=image%2Fpng");
  background-size:cover;
  background-position: center;
}

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: #E5E7E0;
  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: #E5E7E0;
  border-radius: 10px;
  float: left;
}

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

.section {
  margin: 30px 0px;
}

.address{
	display: none;
}

h1,h2,h3,h4{
	color:#733E2A;
}
p{
	color:#615D5C;
}
h2 {
  margin: 0px;
}


.banner{
	alt:"Prismid, Inc.";
}
.title{
	display:none;
}

input{
  border: none;
  border-bottom: 1px solid #615D5C;
  background: none;
}
textarea{
  border: none;
  border-bottom: 1px solid #615D5C;
  background: none;
}
select{
  border: none;
  border-bottom: 1px solid #615D5C;
  background: none;
}
.btn{
  border: 2px solid #615D5C;
  padding: 10px 30px !important;
  border-radius: 20px;
  color:#615D5C;
  text-align: center;
  font-size:1.2em;
  font-weight:bold;
  text-transform: uppercase;
}