/*! CSS By iiD */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,300,500,800);
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.textField,
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .donation-levels .donation-level-container.donation-level-custom .donation-level-input-container .donation-level-user-entered input[type="text"],
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row input[type="text"],
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row select,
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row textarea,
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .payment-type-element-container .form-row input[type="text"],
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .payment-type-element-container .form-row select {
  margin: 0;
  width: 100%;
  display: block;
  height: 48px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #e1e1e1;
  color: #999;
  padding: 10px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.textField::-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  color: #DDD;
}
.textField:-moz-placeholder {
  font-family: 'Raleway', sans-serif;
  color: #DDD;
}
.textField::-moz-placeholder {
  font-family: 'Raleway', sans-serif;
  color: #DDD;
}
.textField:-ms-input-placeholder {
  font-family: 'Raleway', sans-serif;
  color: #DDD;
}
.cleared:before,
.cleared:after,
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .payment-type-element-container .form-row:before,
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .payment-type-element-container .form-row:after {
  clear: both;
  content: " ";
  display: table;
}
.goodCheckbox,
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row.form-checkbox .form-content,
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .donation-level-container-generic-repeat .generic-repeat-label-checkbox-container {
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 25px;
}
.goodCheckbox input[type="checkbox"],
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row.form-checkbox .form-content input[type="checkbox"],
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .donation-level-container-generic-repeat .generic-repeat-label-checkbox-container input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.goodCheckbox label,
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row.form-checkbox .form-content label,
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .donation-level-container-generic-repeat .generic-repeat-label-checkbox-container label {
  font-family: 'Raleway', sans-serif;
  margin: 0;
  line-height: 20px;
  color: #999;
}
.dummyh3,
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .html-caption-container h3,
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .payment-type-element-container h3 {
  margin: 0;
  padding: 0;
  color: #73a533;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (min-width:768px) {
  .dummyh3,
  div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .html-caption-container h3,
  div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .payment-type-element-container h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width:992px) {
  .dummyh3,
  div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .html-caption-container h3,
  div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .payment-type-element-container h3 {
    font-size: 24px;
  }
}
body {
  background-size: cover;
  background-attachment: fixed;
}
div#header {
  background: rgba(40, 40, 40, 0.9);
  padding: 15px 0;
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 9999;
}
div#header img {
  width: auto;
  height: 34px;
}
@media only screen and (min-width:768px) {
  div#header img {
    height: 50px;
  }
}
@media only screen and (min-width:992px) {
  div#header img {
    height: 64px;
  }
}
div#footer {
  background: #58595b;
  color: #FFF;
  font-family: 'Raleway', sans-serif;
  padding: 15px 0;
}
div#footer .footer-first-row {
  margin: 15px 0;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}
@media only screen and (min-width:768px) {
  div#footer .footer-first-row {
    text-align: left;
  }
}
@media only screen and (min-width:992px) {
  div#footer .footer-first-row {
    text-align: left;
  }
}
div#footer .footer-first-row h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0;
  font-family: 'Raleway', sans-serif;
}
div#footer .footer-first-row a {
  font-family: 'Raleway', sans-serif;
  color: #d4d5d6;
  font-size: 14px;
  line-height: 30px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
div#footer .footer-first-row a:hover {
  text-decoration: none;
  color: #FFF;
}
div#footer .footer-logo {
  margin: 15px 0;
  text-align: center;
}
@media only screen and (min-width:768px) {
  div#footer .footer-logo {
    text-align: left;
  }
}
@media only screen and (min-width:992px) {
  div#footer .footer-logo {
    text-align: left;
  }
}
div#footer .footer-logo a {
  display: inline-block;
}
div#footer .footer-logo a img {
  width: auto;
  display: inline-block;
  max-height: 60px;
}
@media only screen and (min-width:992px) {
  div#footer .footer-logo a img {
    max-height: 70px;
  }
}
div#footer .footer-logo a img + img {
  margin-left: 20px;
}
div#footer .footer-logo a + a {
  margin-left: 20px;
}
div#footer .footer-copyright {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 10px;
  margin: 15px 0;
  text-align: center;
}
@media only screen and (min-width:768px) {
  div#footer .footer-copyright {
    text-align: right;
  }
}
@media only screen and (min-width:992px) {
  div#footer .footer-copyright {
    text-align: right;
  }
}
div#footer .footer-copyright p {
  font-family: 'Raleway', sans-serif;
}
div#main-body {
  margin-top: 64px;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width:768px) {
  div#main-body {
    margin-top: 80px;
  }
}
@media only screen and (min-width:992px) {
  div#main-body {
    margin-top: 94px;
  }
}
div#main-body .form-wrapper div.donation-form-container.responsive {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #FFF;
  max-width: 420px;
  padding: 0;
  width: 100%;
  margin: 0;
  margin-left: 0;
}
@media only screen and (min-width:768px) {
  div#main-body .form-wrapper div.donation-form-container.responsive {
    margin-left: 50px;
  }
}
@media only screen and (min-width:992px) {
  div#main-body .form-wrapper div.donation-form-container.responsive {
    margin-left: 50px;
  }
}
div#main-body .form-wrapper div.donation-form-container.responsive span.field-required {
  display: none;
}
div#main-body .form-wrapper div.donation-form-container.responsive .errorMessageContainer {
  display: none;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content.donation-submitted {
  padding: 30px;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content.donation-submitted * {
  font-family: 'Raleway', sans-serif;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content.donation-submitted p,
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content.donation-submitted div,
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content.donation-submitted span,
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content.donation-submitted td {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 20px;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content.donation-submitted p {
  margin: 15px 0;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content.donation-submitted td.FormSectionHeader {
  background: none;
  border: 0;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content.donation-submitted .transaction-summary-entry .entry-label {
  width: 60%;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content.donation-submitted .transaction-summary-entry .entry-value {
  width: 38%;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content h2.section-header-container {
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 30px;
  background: #f58220;
  font-weight: 800;
  border: 0;
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}
@media only screen and (min-width:768px) {
  div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content h2.section-header-container {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width:992px) {
  div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content h2.section-header-container {
    font-size: 28px;
    line-height: 32px;
  }
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row {
  margin: 30px;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row:last-child {
  margin-bottom: 0;
  padding-bottom: 50px;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .form-content {
  margin: 0;
  display: block;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .html-caption-container {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .html-caption-container p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .html-caption-container span {
  font-family: 'Raleway', sans-serif;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .html-caption-container h3 {
  border-top: 1px solid #e1e1e1;
  padding: 30px 0 0;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .html-caption-container h3 span {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: none;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .html-caption-container p.confirm-note {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #999;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .html-caption-container p.confirm-note a {
  color: #003366;
  text-decoration: none;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .html-caption-container .donate-info .secure-image {
  text-align: center;
  margin: 0 0 30px;
  height: 62px;
  background: url(img/secured.png) no-repeat;
  background-position: center center;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .html-caption-container .donate-info h3 {
  padding: 0;
  border: 0;
  margin: 0 0 20px;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .html-caption-container .donate-info p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #999;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .form-donation-level .FormLabelText {
  display: none;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .form-row {
  margin: 0;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .donation-levels {
  margin: 0 -5px;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .donation-levels:before,
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .donation-levels:after {
  content: " ";
  display: table;
  clear: both;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .donation-levels .donation-level-container {
  float: left;
  width: 33.33333333%;
  padding: 5px;
  margin: 0;
  border: 0;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .donation-levels .donation-level-container .donation-level-input-container.form-input {
  position: relative;
  display: block;
  height: 48px;
  padding: 0;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .donation-levels .donation-level-container .donation-level-input-container.form-input .donation-level-label-input-container {
  display: none;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .donation-levels .donation-level-container .donation-level-input-container.form-input > label {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  position: absolute;
  width: 100%;
  height: 48px;
  left: 0;
  top: 0;
  background: #73a533;
  color: #FFF;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .donation-levels .donation-level-container .donation-level-input-container.form-input > label div.donation-level-label-container {
  line-height: 48px;
  font-family: 'Raleway', sans-serif;
  display: block;
  cursor: pointer;
  margin: 0;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .donation-levels .donation-level-container .donation-level-input-container.form-input > label .donation-level-amount-container {
  display: none;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .donation-levels .donation-level-container .donation-level-input-container.form-input > label.active,
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .donation-levels .donation-level-container .donation-level-input-container.form-input > label:hover {
  background: #f58220;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .donation-levels .donation-level-container.donation-level-custom {
  width: 100%;
  margin-top: 20px;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .donation-levels .donation-level-container.donation-level-custom label {
  background: none;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .donation-levels .donation-level-container.donation-level-custom .donation-level-input-container > label {
  display: none;
  margin: 0;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .donation-levels .donation-level-container.donation-level-custom .donation-level-input-container .donation-level-user-entered {
  margin: 0;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row .donation-levels .donation-level-container.donation-level-custom .donation-level-input-container .donation-level-user-entered label {
  display: none;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row input[type="text"],
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row select,
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row textarea {
  color: #999;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row textarea {
  height: auto;
  max-width: 100%;
  min-width: 100%;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row.form-text .form-content > label,
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row.form-selectlist .form-content > label {
  display: none;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row.custom-field-container .form-input-label-block {
  display: none;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .form-row.custom-field-container .form-input-label-block label {
  display: none;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .donation-level-container-generic-repeat {
  margin: 30px;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .payment-type-element-container {
  margin: 30px;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .payment-type-element-container h3 {
  border-top: 1px solid #e1e1e1;
  padding: 30px 0 0;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .payment-type-element-container .form-row {
  margin: 20px 0;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .payment-type-element-container .form-row:last-child {
  padding-bottom: 0;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .payment-type-element-container .form-row label {
  display: none;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .payment-type-element-container .form-row select {
  width: 45%;
  float: left;
  padding: 10px;
  color: #999;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .payment-type-element-container .form-row select + select {
  float: right;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .payment-type-element-container .form-row #payment_typecc_cvvname {
  width: 45%;
  float: left;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .payment-type-element-container .form-row #payment_typecc_cvvname + .HelpLink {
  float: left;
  clear: right;
  line-height: 48px;
  display: block;
  padding-left: 15px;
  font-family: 'Raleway', sans-serif;
  color: #999;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .payment-type-element-container #payment_typecc_type_row fieldset legend {
  display: none;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .button-container {
  border: 0;
  margin: 30px;
  padding: 0;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .button-container button.cancel-step {
  display: none;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .button-container button.finish-step {
  float: none;
  width: 100%;
  background: #f58220;
  height: 48px;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
  display: block;
  max-width: 100%;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #FFF;
  font-weight: 700;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
div#main-body .form-wrapper div.donation-form-container.responsive .donation-form-content .button-container button.finish-step:hover {
  background: #dc6500;
}
div#main-body textarea#ecard_recpientsname {
  height: 46px;
}
