body {
    font-family: 'Nunito', sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 24px;
  }
  
  h1 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Nunito', sans-serif;
    color: #000;
    font-size: 2.9rem;
    line-height: 3.2rem;
    font-weight: 700;
  }
  
  h2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
  
  h3 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: 'Nunito', sans-serif;
    color: #000;
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 700;
  }
  
  h4 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.35rem;
    font-weight: 600;
  }
  
  h5 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
  }
  
  h6 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    line-height: 0.9rem;
    font-weight: 700;
  }
  
  p {
    width: 100%;
    margin-bottom: 22px;
    font-family: 'Nunito', sans-serif;
    color: #000;
    font-size: 17px;
    line-height: 24px;
  }
  
  a {
    font-family: Forosans;
    color: #ff661b;
    line-height: 20px;
    text-decoration: none;
  }
  
  blockquote {
    margin-bottom: 10px;
    padding: 10px 20px;
    border-left: 5px solid #e2e2e2;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-style: italic;
  }
  
  .icon {
    width: 100%;
    max-width: 62px;
    margin-right: 30px;
  }
  
  .en__field.en__field--donationAmt {
    padding-bottom: 0;
  }
  
  .en__field--donationAmt .en__field__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .en__field--donationAmt .en__field__item label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 54px;
    padding: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Nunito', sans-serif;
    color: #333;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0em;
    cursor: pointer;
  }
  
  .en__field--donationAmt .en__field__item label:hover {
    background-color: #f0f0f0;
    color: #333;
  }
  
  .en__field--donationAmt .en__field__item input:checked~label {
    border: 1px solid #1090c8;
    background-color: #1090c8;
    color: #fff;
  }
  
  .payment-info, .personal-info {
    width: 100%;
  }
  
  .payment-info input, .personal-info input, .honor input, .honor textarea {
    width: 100%;
    height: 60px;
    margin-bottom: 0px;
    padding: 19px;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    background-color: transparent;
    -webkit-transition: background-color 150ms ease, border-color 150ms ease, border-width 0ms ease;
    transition: background-color 150ms ease, border-color 150ms ease, border-width 0ms ease;
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    transition: all .1s ease;
  }
  
  .honor textarea {
    width: 100% !important;
    height: auto;
    margin: 6px 0 -6px;
  }
  
  .honor .en__field__element--textarea {
    width: 100%;
  }
  
  .payment-info .has-value input, .personal-info .has-value input, .honor .has-value input {
    padding: 28px 19px 10px;
  }
  
  .payment-info input:hover, .personal-info input:hover {
    background-color: rgba(0, 0, 0, 0.08);
    box-shadow: none;
  }
  
  .payment-info input:focus, .personal-info input:focus {
    border-bottom: 1px solid #c2c2c2;
    background-color: rgba(0, 0, 0, 0.08);
    box-shadow: none;
  }
  
  .donation-container-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 6% 50px;
    background-color: #f0ecd8;
    background-clip: border-box;
  }
  
  .payment-details-container {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
  }
  
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  
  .navbar img {
    max-width: 175px;
  }
  
  .box {
    width: 100%;
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #a1a1a1;
  }
  
  .funds {
    background: #f0ecd8;
  }
  
  .funds p {
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
    font-style: italic;
    padding: 0 20px 50px;
    font-size: 15px;
    color: #555;
  }
  
  .footer {
    position: relative;
    width: 100%;
    height: auto;
    background: #00629b;
    padding: 60px 30px;
    text-align: center;
  }
  
  .footer p {
    color: #93b1cb;
    font-size: 15px;
    font-style: italic;
    max-width: 970px;
    margin: 20px auto;
  }
  
  .footerd {
    max-width: 90px;
  }
  
  .en__component--row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  
  .note-row {
    position: absolute;
    left: auto;
    top: auto;
    right: 100px;
    bottom: -135px;
    width: 100%;
    max-width: 112px;
  }
  
  .note-row img {
    position: absolute;
    left: auto;
    top: auto;
    right: -50px;
    bottom: -22px;
    width: 100%;
    max-width: 40px;
  }
  
  .credit-card-container {
    width: 100%;
  }
  
  .en__field--recurrpay .en__field__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 48%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .en__field--recurrpay .en__field__item label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 55px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    background-color: #fff;
    font-family: 'Nunito', sans-serif;
    color: #333;
    font-size: 17px;
    cursor: pointer;
    text-align: center;
  }
  
  .en__field--recurrpay .en__field__item input:checked~label {
    border-color: #1090c8;
    background-color: #1090c8;
    color: #fff;
  }
  
  .en__field--recurrpay > .en__field__element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  
  .card-icon {
    width: 100%;
    max-width: 51px;
  }
  
  .secure-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 5px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .lock {
    width: 100%;
    max-width: 20px;
  }
  
  .secure-note {
    max-width: 171px;
    margin-top: 3px;
    margin-bottom: 0px;
    margin-left: 15px;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 19px;
  }
  
  .h3 {
    margin-top: 0px;
    margin-bottom: 12px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Helveticaneue, sans-serif;
    color: #666;
    font-size: 18px;
    line-height: 1.7rem;
    font-weight: 700;
  }
  
  .icon-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .icon-paragraph {
    position: static;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 30px;
    font-family: Helveticaneue, sans-serif;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  
  
  .financial-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.72;
  }
  
  .icon-1 {
    width: 100%;
    max-width: 100px;
    margin-right: 14px;
  }
  
  .icon-1-2 {
    width: 100%;
    max-width: 80px;
    margin-right: 14px;
  }
  
  .icon-2 {
    width: 100%;
    max-width: 55px;
  }
  
  .one-time-box {
    width: 100%;
  }
  
  .monthly-box {
    width: 100%;
  }
  
  form.en__component {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  
  .payment-container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  
  .p-small {
    color: #555;
    font-size: 15px;
    line-height: 21px;
  }
  
  .text-container .p-small {
    font-size: 16px;
  }
  
  .h4-gray {
    font-family: 'Nunito', sans-serif;
    color: #555;
  }
  
  .p-big {
    font-size: 22.5px;
    line-height: 33px;
    text-align: center;
  }
  
  .donation-form {
    position: relative;
    top: -50px;
    width: 100%;
    max-width: 50%;
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.25);
  }
  
  .donate-form-left {
    position: relative;
    top: -50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 55%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.25);
    opacity: 1;
    text-align: left;
  }
  
  .donate-form-right {
    width: 100%;
    max-width: 45%;
    margin-left: 35px;
    padding-top: 73px;
    padding-right: 29px;
    padding-left: 29px;
  }
  
  .en__field--donationAmt > .en__field__element {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    margin-bottom: 11px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .payment-options {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  
  .heading {
    max-width: 60%;
    font-family: 'Nunito', sans-serif;
  }
  
  .en__field--othamt1 .en__field__element--radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 2px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2%;
  }
  
  .en__field--othamt1 .en__field__element--radio .en__field__item {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48%;
    min-width: 23%;
  }
  
  .en__field--othamt1 .en__field__element--radio .en__field__item label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 120px;
    border: 1px solid #c1c1c1;
    background-color: #f5f5f5;
    border-radius: 3px;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 9px;
  }
  
  .en__field--othamt1 .en__field__element--radio .en__field__item label::before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 120px;
    height: 40px;
    margin-bottom: 10px;
  }
  
  .en__field--othamt1 .en__field__element--radio .en__field__item input:checked~label::after {
    content: '';
    position: absolute;
    top: -5px;
    right: -10px;
    background-image: url(https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10086/blue-checkmark-dark.png?v=1644877105000);
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
  }
  
  .en__field--othamt1 .en__field__element--radio .en__field__item input:checked~label {
    border: 1px solid #00629b;
  }
  
  .en__field--othamt1 .en__field__element--radio .en__field__item input[value="Credit Card"]~label::before {
    background-image: url(https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10086/credit-cards-black.png?v=1644899723000);
  }
  
  .en__field--othamt1 .en__field__element--radio .en__field__item input[value="PayPal"]~label::before {
    background-image: url(https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10086/paypal-venmo.png?v=1656016977000);
  }
  
  .en__field--othamt1 .en__field__element--radio .en__field__item input[value="Apple Pay or Google Pay"]~label::before {
    background-image: url(https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10086/pay.png?v=1628718038000);
  }
  
  .en__field--othamt1 .en__field__element--radio .en__field__item input[value="Cryptocurrency"]~label::before {
    background-image: url(https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10086/cryptocurrency.png?v=1644899722000);
  }
  
  .payment-info select, .personal-info select, .honor select {
    min-width: 0;
    width: 100%;
    height: 60px;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #c2c2c2;
    border-radius: 4px;
    background-color: hsla(0, 0%, 100%, 0.26);
    color: #666;
    font-size: 17px;
    font-family: 'Nunito', sans-serif;
  }
  
  .personal-info.state .en__field__element--select, .personal-info.country .en__field__element--select, .honor .en__field__element--select {
    width: 100%;
  }
  
  .card-icon-2 {
    width: 100%;
    height: 40px;
    max-width: 51px;
  }
  
  .heading-2 {
    margin-bottom: 20px;
  }
  
  .summary {
    font-size: 22.5px;
    line-height: 33px;
    text-align: center;
    margin-top: 15px;
  }
  
  .width {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }
  
  html.w-mod-js *[data-ix="scroll-reveal"] {
    opacity: 0;
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
  }
  
  .en__field__label {
    font-weight: normal
  }
  
  .en__field--recurrpay > label, 
  .en__field--donationAmt > label {
    display: none;
  }
  
  .en__field--recurrpay input[type="radio"], 
  .en__field--donationAmt input[type="radio"],
  .en__field--othamt1 input[type="radio"] {
    display: none;
  }
  
  .en__submit {
    text-align: center;
  }
  
  .en__field__input--radio[value=""]~label.selected {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  
  .en__field__item--other {
    position: absolute;
    bottom: 15px;
    right: 0;
    font-family: 'Nunito', sans-serif;
  }
  .en__field__item--other .en__field__input--other, .en__field__item--other .en__field__input--other:focus {
    width: 100%;
    margin: 0;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    padding-left: 35px;
    padding-right: 35px;
  }
  
  .payment-info .en__field:not(.en__field--radio) label, .personal-info label, .honor label {
    position: absolute;
    bottom: 36px;
    left: 18px;
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 17px;
    transition: all .1s ease;
  }
  
  .payment-info .has-value label, .personal-info .has-value label, .honor .has-value label {
    transform: scale(.75);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    bottom: 47px !important;
  }
  
  .state label, .personal-info.country label {
    display: none;
  }
  
  .en__field--text, .payment-info.exp-date .en__field label, .en__field--textarea label {
    position: relative;
    top: 0;
    left: 0;
  }
  
  .en__field__element--text {
    width: 100%;
  }
  
  .en__field__element.en__field__element--splitselect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .en__field__element--splitselect .en__field__item {
    width: 48.5%;
  }
  
  .en__field--ccvv {
    margin-top: 30px;
  }
  
  .en__component--row--2, .en__component--advrow {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .en__component--row.en__component--row--2 .en__component--column {
    min-width: 0;
    width: 49%;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
  
  .en__component--row.en__component--row--2 .en__component--column.dw {
    width: 100%;
  }
  
  input[type="checkbox"] {
    margin-top: 0;
  }
  
  #note-text {
    text-align: right;
    margin: 0;
    line-height: 1;
  }
  
  .en__component.en__component--column {
    min-width: 0;
  }
  
  .en__field__element--checkbox label, .en__field__element--checkbox input {
    display: inline;
  }
  
  .en__submit button {
    font-family: 'Nunito', sans-serif;
  }
  
  .monthly-img {
    display: block;
    position: relative;
    width: 100%;
    max-width: 175px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  
  .en__field--paymenttype {
    display: none;
  }
  
  .en__field__error, .en__error {
    color: #FF0000;
  }
  
  ul.en__errorList {
    margin-bottom: 15px;
  }
  
  #en__digitalWallet__stripeButtons, #en__digitalWallet__paypalTouch {
    display: none !important;
  }
  
  .show-pt#en__digitalWallet__stripeButtons, .show-pt#en__digitalWallet__paypalTouch {
    display: inline-block !important;
  }
  
  .en__field.en__field--checkbox .en__field__input {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-bottom: 0;
    cursor: pointer;  
    padding: 0;
  }
  
  .en__field.en__field--checkbox .en__field__label {
    position: relative;
    vertical-align: middle;
    bottom: 0;
    left: 5px;
    cursor: pointer;
  }
  
  #en__digitalWallet__stripeButtons__container {
    font-size: 17px;
    text-align: center;
    margin-bottom: 15px !important;
  }
  
  body:not(#en__pagebuilder) .spamtrap {
    position: absolute !important;
    left: -99999px;
    top: -99999px;
  }
  
  .g-recaptcha > div {
    margin: 0 auto;
  }
  
  @media screen and (max-width: 1250px) {
    .en__field--othamt1 .en__field__element--radio .en__field__item label {
      font-size: 15px;
    }
  }
  
  @media screen and (max-width: 1150px) {
    .en__field--othamt1 .en__field__element--radio {
      flex-wrap: wrap;
    }
    .en__field--othamt1 .en__field__element--radio .en__field__item label {
      font-size: 16px;
    }
  }
  
  @media screen and (max-width: 991px) {
    h1 {
      font-size: 3.25rem;
      line-height: 3.25rem;
    }
  
    h2 {
      font-size: 2.25rem;
      line-height: 2.25rem;
    }
  
    h3 {
      font-size: 1.65rem;
      line-height: 1.65rem;
    }
  
    h4 {
      margin-top: 20px;
      font-size: 1.25rem;
      line-height: 1.25rem;
    }
  
    h5 {
      margin-top: 20px;
    }
  
    h6 {
      margin-top: 20px;
    }
  
    .icon {
      font-size: 20px;
    }
  
    .donation-container-all {
      height: auto;
      padding-right: 0px;
      padding-bottom: 25px;
      padding-left: 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
  
    .financial-icon-wrapper {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .donation-form {
      top: -30px;
      max-width: 100%;
    }
  
    .donate-form-left {
      top: 0px;
      max-width: 100%;
      margin-right: 20px;
      margin-left: 0px;
    }
  
    .donate-form-right {
      max-width: 100%;
      margin-left: 0px;
      padding-top: 25px;
    }
  
    .width {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .note-row {
      max-width: 100%;
      left: 0;
      right: 0;
      padding: 0 30px;
      margin-top: 27px;
      font-weight: 700;
    }
  
    #note-text {
      text-align: center;
    }
  
    #note-text span {
      font-size: 16px !important;
    }
  
    .note-row img {
      display: none;
    }
  
    .en__field--othamt1 .en__field__element--radio {
      flex-wrap: nowrap;
    }
  }
  
  @media screen and (max-width: 767px) {
    .navbar {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    h1 {
      font-size: 2.75rem;
      line-height: 2.75rem;
    }
  
    h2 {
      font-size: 2rem;
      line-height: 2rem;
    }
  
    h3 {
      font-size: 1.5rem;
      line-height: 1.5rem;
    }
  
    .icon {
      margin-bottom: 10px;
    }
  
    .field {
      margin-bottom: 20px;
    }
  
    .payment-details-container {
      margin-bottom: 15px;
    }
  
    .h3 {
      font-size: 24px;
      line-height: 2.1rem;
    }
  
    .icon-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  
    .icon-paragraph {
      margin-top: 18px;
      margin-bottom: 15px;
      padding-left: 0px;
      font-size: 16px;
      line-height: 22px;
      text-align: center;
    }
  

  
    .financial-icon-wrapper {
      margin-bottom: 50px;
    }
  
    .donate-form-left {
      margin-right: 0px;
      margin-left: 0px;
      padding-top: 21px;
      padding-bottom: 21px;
    }
  
    .en__field--donationAmt .en__field__item {
      width: 48%;
    }
  
    .en__field--othamt1 .en__field__element--radio {
      flex-wrap: wrap;
    }
  }
  
  @media screen and (max-width: 479px) {
    h1 {
      font-size: 2.25rem;
      line-height: 2.25rem;
    }
  
    h2 {
      font-size: 1.75rem;
      line-height: 1.75rem;
    }
  
    h3 {
      font-size: 1.4rem;
      line-height: 1.4rem;
    }
  
    h4 {
      font-size: 1.15rem;
      line-height: 1.15rem;
    }
  
    .icon {
      margin-top: 12px;
      margin-right: 0px;
    }
  
  
    .h3 {
      padding-right: 0px;
      padding-left: 0px;
      font-size: 1.7rem;
      line-height: 1.9rem;
    }
  
    .icon-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .icon-paragraph {
      padding-right: 0px;
      padding-left: 0px;
    }
  
  
  
    .payment-container {
      padding-right: 0px;
      padding-left: 0px;
    }
  
    .p-small {
      text-align: center;
    }
  
    .h4-gray {
      text-align: center;
      font-size: 1.1321rem;
    }
  
    .donation-form {
      top: 10px;
    }
  
    .donate-form-left {
      padding: 20px;
    }
  
    .personal-information-section {
      padding-right: 0px;
      padding-left: 0px;
    }
  
    .paypal {
      height: 25px;
    }
  
    .card-icon-2 {
      height: 30px;
    }
  
    .monthly-gift-amount {
      font-size: 20px;
    }
  
    .one-time-gift {
      font-size: 20px;
    }
  
    .en__component--row.en__component--row--2 .en__component--column {
      width: 100%;
    }
  
    .en__field--ccvv {
      margin-top: 0;
    }
  
    .en__component--advrow .en__component--advcolumn {
      -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
    }
  
    form.en__component {
      padding: 0;
    }
  
    .en__field--othamt1 .en__field__element--radio {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  
    .en__field--othamt1 .en__field__element--radio .en__field__item {
      width: 100%;
      max-width: 100%;
    }
  
    .en__field--othamt1 .en__field__element--radio .en__field__item label {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      max-width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  
    .en__field--othamt1 .en__field__element--radio .en__field__item label {
      height: 60px;
      margin-bottom: 20px;
      padding: 12px 20px;
    }
  
    .en__field--othamt1 .en__field__element--radio .en__field__item label::before {
      height: 30px;
      margin-bottom: 0;
      max-width: 100px;
      padding: 0 0 0 15px;
    }
  
    .en__field--recurrpay > .en__field__element {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  
    .en__field--recurrpay .en__field__item {
      max-width: 100%;
    }
  
    .note-row {
      bottom: -210px;
    }
  
    .en__submit button {
      width: 100%;
    }
  }
  
  @font-face {
    font-family: 'Helveticaneue';
    src: url('../fonts/HelveticaNeue.ttf') format('truetype'), url('../fonts/HelveticaNeue.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Helveticaneue';
    src: url('../fonts/HelveticaNeue-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }