#donate-page {
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 25px; }
  #donate-page a:visited, #donate-page a:link {
    color: #0069b4; }
  #donate-page a.poweredbystripe {
    float: right; }
  #donate-page a.poweredbystripe:hover {
    background-color: transparent !important; }
  #donate-page h1, #donate-page h2, #donate-page h3, #donate-page h4, #donate-page h5, #donate-page h6 {
    margin: 8px 0;
    padding: 0; }
  #donate-page p {
    margin: 0;
    margin-top: 10px;
    padding: 0; }
  #donate-page .donate_option {
    min-height: 40px;
    background-color: #eee;
    border: 1px solid #003f6c;
    color: #333;
    padding: 0;
    margin: 10px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    #donate-page .donate_option i.fa {
      display: none; }
    #donate-page .donate_option h3 {
      margin: 0;
      font-weight: bold; }
    #donate-page .donate_option .header {
      cursor: pointer;
      min-height: 40px;
      padding: 10px;
      padding-bottom: 0px;
      background-color: #0069b4;
      border-bottom: 1px solid #003f6c; }
      #donate-page .donate_option .header h3, #donate-page .donate_option .header a {
        color: #fff; }
    #donate-page .donate_option .active {
      background-color: #003f6c; }
    #donate-page .donate_option .details {
      padding: 10px;
      padding-top: 0; }
      #donate-page .donate_option .details li {
        margin-bottom: 10px; }
  #donate-page button.donate-btn {
    font-weight: bold;
    background-color: #0069b4;
    padding: 10px;
    color: white;
    border: 0;
    border-radius: 3px; }
  #donate-page button.donate-btn:hover {
    background-color: #003f6c; }
  #donate-page #card-errors {
    color: #dc0000; }
  #donate-page .StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    margin: 10px 0; }
  #donate-page .StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df; }
  #donate-page .StripeElement--invalid {
    border-color: #fa755a; }
  #donate-page .StripeElement--webkit-autofill {
    background-color: #fefde5 !important; }
  #donate-page .donate-now {
    display: flex;
    width: 100%;
    list-style-type: none;
    margin: 10px 0;
    padding: 0; }
    #donate-page .donate-now li {
      margin: 3px;
      width: 86px;
      height: 40px;
      position: relative; }
    #donate-page .donate-now #otherAmountWrapper {
      width: 210px;
      display: flex; }
      #donate-page .donate-now #otherAmountWrapper li {
        margin: auto;
        margin-top: 3px; }
      #donate-page .donate-now #otherAmountWrapper li#otherAmountControls {
        display: flex;
        width: 124px; }
        #donate-page .donate-now #otherAmountWrapper li#otherAmountControls input#otherAmount {
          display: inline-block;
          margin: 0;
          padding: 5px;
          width: auto;
          text-align: left;
          box-sizing: border-box;
          min-width: 1px; }
        #donate-page .donate-now #otherAmountWrapper li#otherAmountControls select#currency, #donate-page .donate-now #otherAmountWrapper li#otherAmountControls input#otherAmount {
          height: 40px;
          position: relative; }
    #donate-page .donate-now label, #donate-page .donate-now input {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center; }
    #donate-page .donate-now input[type="radio"] {
      opacity: 0.011;
      z-index: 100; }
    #donate-page .donate-now input[type="radio"]:checked + label {
      background: #0069b4;
      color: white;
      font-weight: bold; }
    #donate-page .donate-now label {
      padding: 9px;
      border: 1px solid #ccc;
      cursor: pointer;
      z-index: 90; }
    #donate-page .donate-now label:hover {
      background: #ddd; }

/*# sourceMappingURL=donate.css.map */
