html,
body {
  font-family: Helvetica, Arial, sans-serif;
}
#csidonate .inner-container .header .logo {
  background-image: url('/CSiDonate/File.aspx/5c0fc39a-67d3-474b-af54-bf0073d78d30/OUHouse.png');
  height: 300px;
}
#csidonate .inner-container h1.page-header {
  font-size: 3rem;
  text-transform: none;
}
#csidonate .inner-container h2.sub-header {
  line-height: 1.5;
  font-size: 1.5rem;
}
#csidonate .inner-container .section-container h2:not(.sub-header) {
  font-size: 2rem;
  text-transform: capitalize;
}
#csidonate .inner-container div[id$=OptionalMemberLoginContainer] {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#csidonate .inner-container div[id$=OptionalMemberLoginContainer] .member-login.button {
  margin-bottom: 1rem;
}
#csidonate .inner-container textarea {
  padding: 0.5rem 0.5rem;
}
#receipt {
  background-color: #FFF;
  color: #000000;
}
#receipt h1:before {
  content: ' ';
  display: block;
  background-image: url('/CSiDonate/File.aspx/5c0fc39a-67d3-474b-af54-bf0073d78d30/OUHouse.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  height: 200px;
  margin-bottom: 1rem;
  width: 100%;
}
#receipt .container {
  background-color: #FFFFFF;
  padding: 1rem;
  padding-bottom: 2rem;
  color: #000000;
}
#receipt .container h2 {
  text-transform: capitalize;
}
