.header-donation-form {
  /* display: flex; */
  /* float: left; */
  /* font-family: Montserrat; */
  /* font-size: 15px; */
  height: auto;
  width: 100%;
  background: #000;
}

@media only screen and (min-width: 802px) and (max-width: 1025px) {
  .header-donation-form {
    min-width: 425px;
  }
}

@media only screen and (min-width: 642px) and (max-width: 801px) {
  .header-donation-form {
    min-width: 425px;
  }
}

@media only screen and (max-width: 641px) {
  .header-donation-form {
    min-width: 400px;
    width: 100%;
  }
}

.header-donation-form img {
  width: auto;
}

.header-donation-form a {
  color: #aaa;
}

.header-donation-form .donation-form {
  width: 100%;
  margin: 0;
  background: #fff;
  position: relative;
  padding-bottom: 20px;
}

.header-donation-form .contact-information {
  color: #999;
  /* float: left; */
  padding: 15px 15px 30px;
  width: 100%;
}

.header-donation-form .contact-information label {
  align-items: flex-start;
  display: inline-flex !important;
}

.header-donation-form .contact-information .anonymous div {
  width: 100%;
  margin-left: 12px;
}

.header-donation-form .contact-information .anonymous label {
  width: 100%;
}

.header-donation-form .contact-information .honor div {
  width: 100%;
  font-size: 80%;
}

.header-donation-form .contact-information .honor input[name="honor"] {
  margin-right: 12px;
}

.header-donation-form .contact-information .honor input {
  margin-top: 2px;
}

.header-donation-form .contact-information p {
  opacity: 0.6;
  font-size: 75%;
}

.header-donation-form .confirmation-title {
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
}

.header-donation-form .confirmation-title .step-title {
  color: #11497c;
  display: inline;
}

.header-donation-form .confirmation-title a {
  float: right;
}

.header-donation-form .confirmation-review {
  padding: 15px 30px;
  font-size: 13px;
  line-height: 20px;
}

.header-donation-form .confirmation-review .info-line .info-label {
  width: 60%;
  display: inline-block;
}

.header-donation-form .confirmation-review .info-line .info-details {
  color: #1cbd65;
  display: inline-block;
}

.header-donation-form .field-label {
  display: inline;
  margin-right: 10px;
}

.header-donation-form .field-item {
  float: left;
  margin: 5px 1%;
  position: relative;
  width: 48%;
}

.header-donation-form .field-item .field-desc {
  color: #bbb;
  font-size: 12px;
  line-height: 19px;
  padding: 11px;
}

.header-donation-form .field-item input,
.header-donation-form .field-item textarea {
  border: 1px solid #eee;
  box-shadow: 0 0 2px #ddd;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: relative;
  top: 0;
  width: 100%;
}

.header-donation-form .field-item select {
  width: 100%;
  color: #aba9a9;
  font-size: 14px;
  font-weight: bold;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #f1f1f1 url("./img/drop-down.svg") no-repeat;
  background-position: 99% 50%;
  background-color: white;
  background-size: auto 20%;
  padding: 5px;
  /* padding: 10px;
  padding-left: 1em;
  padding-right: 1.5em; */
  background-size: 20%;
  border: 1px solid #eee;
  box-shadow: 0 0 2px #ddd;
  /*text-indent: 0.01px;*/
  text-overflow: "";
}

.header-donation-form .field-item.with-fieldlabel {
  width: 100%;
}

.header-donation-form .field-item.with-fieldlabel input {
  display: inline;
  width: 125px;
}

.header-donation-form .field-item.nameOnAccount {
  width: 98%;
}

.header-donation-form .field-item.bankName {
  width: 48%;
}

.header-donation-form .field-item.accountType {
  width: 48%;
}

.header-donation-form .field-item.routing {
  width: 48%;
}

.header-donation-form .field-item.accountNum {
  width: 48%;
}

.header-donation-form .field-item.address {
  /* width: 98%; */
  width: 64%;
}

.header-donation-form .field-item.address-suite {
  /* width: 98%; */
  width: 32%;
}

.header-donation-form .field-item.city {
  width: 38%;
}

.header-donation-form .field-item.state {
  /* width: 80px; */
  width: 32%;
}

.header-donation-form .field-item.zip-code {
  /* width: 120px; */
  width: 24%;
}

.header-donation-form .field-item.country {
  /* width: calc(94% - 200px); */
  width: 64%;
}

.header-donation-form .field-item.security-code {
  width: 39%;
}

.header-donation-form .field-item.expiration-month {
  width: 24%;
}

.header-donation-form .field-item.expiration-year {
  width: 31%;
}

.header-donation-form .field-item.checkbox {
  font-size: 11px;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  color: #aaa;
}

.header-donation-form .field-item.checkbox input {
  width: auto;
}

.header-donation-form .field-item.checkbox.payment-checkbox input {
  float: left;
}

.header-donation-form .field-item.checkbox img {
  float: left;
  margin-left: 10px;
  margin-top: -4px;
}

.header-donation-form .field-item.checkbox a {
  color: #aaa;
  float: right;
  font-size: 8px;
  line-height: 18px;
}

.header-donation-form .field-item.currency span {
  position: absolute;
  top: 49%;
  transform: translate(0, -50%);
  z-index: 10;
  margin-left: 0.5em;
}

.header-donation-form .field-item.currency input {
  text-indent: 0.8em;
}

.header-donation-form label.in-field {
  color: #aaa;
  font-size: 14px;
  font-weight: 300;
  left: 0;
  padding: 13px 10px;
  position: absolute;
  top: 0;
  z-index: 9;
  display: inline-block;
}

.header-donation-form .message-container {
  /* position: absolute; */
  top: 0;
  display: none;
}

.header-donation-form .message-container.active {
  display: block;
}

.header-donation-form .one-time-message {
  background: #eafff5 none repeat scroll 0 0;
  border: 2px solid #1cbd65;
  bottom: 0px;
  color: #666;
  font-weight: normal;
  height: calc(100% - 25px);
  line-height: 19px;
  margin-left: -15px;
  padding: 50px 30px 0px;
}

.header-donation-form .one-time-message p {
  padding: 30px 0;
  margin: 0;
}

.header-donation-form .close-message {
  color: #1cbd65;
  font-family: Arial;
  font-size: 22px;
  /* position: absolute; */
  right: 15px;
  top: 15px;
  z-index: 9;
  cursor: pointer;
}

.header-donation-form .arrow-down {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #1cbd65;
  bottom: -20px;
  height: 0;
  left: 46px;
  width: 0;
  /* position: absolute; */
}

.header-donation-form .arrow-down-2 {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #eafff5;
  bottom: -17px;
  height: 0;
  left: 46px;
  width: 0;
  /* position: absolute; */
}

.header-donation-form .amount-options {
  margin-top: 1em;
}

.header-donation-form .checkboxes {
  color: #777;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 250px;
  /* position: absolute; */
  /* bottom: 90px; */
  /* left: 0; */
  /* right: 0; */
}

.header-donation-form .checkboxes:after {
  content: "";
  display: table;
  clear: both;
}

.header-donation-form .checkboxes label {
  display: inline-block;
}

.header-donation-form .checkbox {
  float: left;
  margin: 0 15px;
}

.header-donation-form .checkbox input {
  /* -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; */
}

.header-donation-form .button {
  background: #60a8d3 none repeat scroll 0 0;
  border-radius: 5px;
  bottom: 14px;
  color: #fff;
  font-size: 20px;
  left: 6%;
  margin: 0 auto;
  /* position: absolute; */
  text-align: center;
  /* width: 88%;
  padding: 12px 12px 16px; */
  width: 65%;
  padding: 8px 8px 12px;
  cursor: pointer;
}

.header-donation-form .button:hover,
.header-donation-form .button:focus {
  opacity: 0.9;
}

.header-donation-form .button:disabled {
  opacity: 0.9;
  background: #ddd;
}

/* .header-donation-form .next-arrow {
  bottom: 18px;
  color: #fff;
  font-size: 40px;
  position: absolute;
  right: 14%;
  top: 10%;
} */

.header-donation-form .cursor {
  cursor: pointer;
}

.header-donation-form .hidden {
  display: none;
}

.header-donation-form .donation-form-container h3 {
  background: #11497c;
  color: #fff;
  text-align: center;
  /* padding: 20px; */
  padding: 10px;
  margin: 0;
  font-size: 18px;
}

@media only screen and (min-width: 642px) and (max-width: 801px) {
  .header-donation-form .donation-form-container h3 {
    font-size: 13px;
  }
}

.donation-form .buttons {
  text-align: center;
  width: 100%;
  /* float: left; */
}

.header-donation-form .donation-form-container .confirmation {
  color: #aaa;
  /* float: left; */
  line-height: 20px;
  padding: 30px;
  text-align: center;
  width: 100%;
}

.header-donation-form .donation-form-container .wizard {
  background: #ddd none repeat scroll 0 0;
  display: table;
  padding: 15px;
  /* width: 100%; */
  width: 100.2%;
}

.header-donation-form .donation-form-container .wizard:after {
  content: "";
  display: table;
  clear: both;
}

.header-donation-form .donation-form-container .wizard .wizard-step {
  float: left;
  font-family: calibriweb, tahoma;
  font-size: 20px;
  text-align: center;
  width: 60px;
}

.header-donation-form .donation-form-container .wizard .wizard-step a {
  text-decoration: none;
}

.header-donation-form .donation-form-container .wizard .step-number {
  background: #fff none repeat scroll 0 0;
  border: 4px solid #ccc;
  border-radius: 50%;
  color: #888;
  display: flex;
  font-family: Montserrat;
  /*  height: 45px;
        padding: 9px;
        position: relative;
        width: 45px;*/
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
}

.header-donation-form .donation-form-container .wizard .step-number.done {
  background: #1cbd65;
  color: #fff;
}

.header-donation-form .donation-form-container .wizard .step-name {
  color: #555;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.header-donation-form .donation-form-container .wizard .line {
  border-top: 1px solid #fff;
  float: left;
  margin: 43px -8px 0;
  width: calc((100% - 150px) / 2);
}

.header-donation-form .donation-form-container .wizard .line.done {
  border-top: 1px dashed #77c4e9;
}

.header-donation-form .donation-form-container .donation-amount {
  width: 100%;
  padding: 15px 15px 30px;
  color: #999;
  text-align: center;
}

.header-donation-form .donation-form-container .donation-amount .amount-title {
  padding: 20px 0;
}

.header-donation-form .donation-form-container .donation-amount .amount-values {
  text-align: center;
  color: #999;
}

.header-donation-form
  .donation-form-container
  .donation-amount
  .amount-values
  .amount-value
  a {
  background: #ccc none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  float: left;
  font-size: 18px;
  margin: 2%;
  padding: 20px;
  text-align: center;
  width: 29%;
  text-decoration: none;
}

.header-donation-form
  .donation-form-container
  .donation-amount
  .amount-values
  .amount-value
  a.active,
.header-donation-form
  .donation-form-container
  .donation-amount
  .amount-values
  .amount-value
  a:hover {
  background: #1cbd65;
  cursor: pointer;
}

.header-donation-form
  .donation-form-container
  .donation-amount
  .amount-other
  .field-item {
  float: none;
  margin: 0 auto;
}

.header-donation-form .donation-form-container .monthly-upsell .amount-title {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 30px;
}

.header-donation-form .donation-form-container .monthly-upsell .one-time,
.header-donation-form .donation-form-container .monthly-upsell .monthly {
  display: block;
  float: none;
  margin: 0 auto 15px auto;
  width: 220px;
  text-align: left;
}

.header-donation-form .donation-form-container .donation-loading-payment {
  text-align: center;
  width: 100%;
}

/** Thank you page **/
.header-donation-form .donation-form-container .thank-you {
  background: #e6fdf1 none repeat scroll 0 0;
  color: #1cbd65;
  display: table;
  /* float: left; */
  font-size: 24px;
  padding: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.header-donation-form .donation-form-container .confirmation {
  color: #aaa;
  /* float: left; */
  line-height: 20px;
  padding: 1em 3em;
  text-align: center;
  width: 100%;
}
.header-donation-form .donation-form-container .confirmation img {
  display: inline;
}
.header-donation-form .donation-form-container .confirmation .success-text {
  color: #1cbd65;
  display: inline-block;
  font-size: 25px;
  padding: 20px 0;
}

.header-donation-form .donation-form-container .confirmation .tweet-text {
  font-size: 90%;
}

.header-donation-form .donation-form-container .confirmation .social-media {
  display: inline-block;
  padding: 20px 0;
}
.header-donation-form
  .donation-form-container
  .confirmation
  .social-media
  .field-label {
  float: left;
  margin-top: 6px;
  color: #11497c;
  font-size: 75%;
}
.header-donation-form .donation-form-container .confirmation .social-media img {
  display: inline-block;
  width: auto;
}

.header-donation-form .donation-form-container .error {
  background: #f2dede none repeat scroll 0 0;
  color: #a94442;
  display: table;
  /* float: left; */
  font-size: 24px;
  padding: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  border-color: #ebccd1;
}

.header-donation-form .donation-form-container .error-text {
  color: #a94442;
  display: inline-block;
  font-size: 25px;
  padding: 20px 0;
}
