.headline {
  margin-bottom: 1.1713030747vw;
  color: #1295d8;
  font-weight: 300;
  font-size: 32px;
  font-family: 'Rubik', sans-serif;
  line-height: 1.2;
}

.choose-amount .give-donation-levels-wrap .give-donation-level-btn>.currency.currency--after {
  margin: 0 !important; 
}

.seperator {
  display: none;
}

.introduction .description{
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  color: #666;
  line-height: 1.6
}

.give-embed-form {
  font-family: 'Rubik', sans-serif;
}

.give-embed-form, .give-embed-receipt {
  /* max-width: none; */
  width: 100%;
  max-width: 100%;
  background: white;
  box-shadow: 0px 12px 32px rgba(25,0,90,.1);
  margin-top: 2.4890190337vw;
  margin-bottom: 2.4890190337vw;
}

.give-embed-form .give-btn,
.choose-amount .give-donation-levels-wrap .give-donation-level-btn.give-btn-level-custom {
  background: #FF961B !important;
  border: #FF961B !important;
  text-transform: uppercase;
  border-radius: 1.8301610542vw;
  font-weight: 500;
  font-family: "Rubik",sans-serif;
  color: white;
  font-size: 14px;
  letter-spacing: 1px ;
  /* text-align: c; */
}

.form-footer .navigator-tracker .step-tracker{
  width: 1.317715959vw;
  height: 1.317715959vw;
  background-color: #e3f2fa;
  border-color: #e3f2fa;
}

.form-footer .navigator-tracker .step-tracker.current{
  background-color: #0b2a47;
  border-color: #0b2a47;
}

.form-footer .navigator-tracker .step-tracker:focus
.form-footer .navigator-tracker .step-tracker:active
{
  border-color: #e3f2fa;

}

.give-donation-level-btn.give-default-level {
  color: white !important;
}

.choose-amount .give-donation-amount {
  border: 1px solid #666;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  color: #333;
  box-shadow: none;
}
.give-donation-level-btn.give-default-level:hover{
  color: white !important;
  background-color: #FF961B !important;
}

.give-btn:focus {
  box-shadow: none;
}

.form-footer .secure-notice {
  background: #E3F2FA;
  font-size: 15px;
  letter-spacing: .1em;
  color: #666;
  display: flex;
  align-items: center;
}

.form-footer .secure-notice>i {
  padding: 0;
  margin-right: 10px;
}

.give-form-navigator {
  background: #E3F2FA;
  font-size: 1vw;
  letter-spacing: .1em;
  color: #333;
}

.give-form-navigator>.title {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
}

.give-donation-summary-section table {
  font-family: 'Rubik', sans-serif;
}

.form-row .give-stripe-cc-field {
  box-shadow: none;
  border-radius: 0;
}


@media (min-width: 768px) {
  .give-embed-form, .give-embed-receipt {
    width: 70vw;
  }
  .introduction .description{
    font-size: 18px;
  }

  .give-embed-form .give-btn,
  .choose-amount .give-donation-levels-wrap .give-donation-level-btn.give-btn-level-custom {
    font-size: 18px;
    letter-spacing: .3vw;
    /* letter-spacing: .3vw; */
  }

  .headline {
    font-size: 4vw;
  }

  .give-form-navigator>.title {
    font-size: 2vw;
  }
  
}

@media (max-width: 768px) {
  .choose-amount .give-donation-levels-wrap >  {
   grid-template-columns: 1fr !important;
  }
}
@media (min-width: 1024px) {
  .give-embed-form, .give-embed-receipt {
    width: 50vw;
  }

  
}
@media (min-width: 1280px) {
  .give-embed-form, .give-embed-receipt {
    width: 32vw;
  }

  .introduction .description{
    font-size: 1.0980966325vw;
  }

  .give-embed-form .give-btn,
  .choose-amount .give-donation-levels-wrap .give-donation-level-btn.give-btn-level-custom {
    font-size: .9516837482vw;
    letter-spacing: .2196193265vw;
    /* text-align: c; */
  }
  .choose-amount .give-donation-amount {
    height: 2.9282576867vw;
    padding-left: 1.6105417277vw;
    padding-right: 1.6105417277vw;
    font-size: .878477306vw;
  } 

  .headline {
    font-size: 2.9282576867vw;
  }

  .give-form-navigator>.title {
    font-size: 1vw;
  }
}