support.adl.org Open in urlscan Pro
2606:4700::6812:7115  Public Scan

Submitted URL: https://click.adlmail.org/?qs=55d52fdedaeb1b6ab2a49a4d9655f88be1fa30ba3d8810f7e802b8f33b11343d94967237583b9dda199a931aa1bc...
Effective URL: https://support.adl.org/give/174715/?utm_campaign=gt2022&utm_medium=email&utm_source=gtnondon&utm_content=e03a
Submission: On November 29 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: FORM

<form name="FORM" novalidate="novalidate" data-ng-submit="submit()" class="donation-block_form ng-pristine ng-invalid ng-invalid-min ng-invalid-max ng-invalid-required ng-valid-email-address ng-valid-phone-number" data-sc-broadcast-form-errors="">
  <!-- Honeypot -->
  <input type="hidden" data-ng-model="MODEL.z" autocomplete="off" class="ng-pristine ng-untouched ng-valid ng-empty ng-not-modified">
  <!-- Components -->
  <!-- ngRepeat: component in list.components | filter:{section:'main'} | orderBy:'order' -->
  <section class="block-component ng-scope" data-ng-repeat="component in list.components | filter:{section:'main'} | orderBy:'order'">
    <!-- ngInclude: component.templateUrl -->
    <div data-ng-include="component.templateUrl" class="ng-scope">
      <section class="donation-welcome ng-scope" data-ng-controller="frsDonationWelcomeCtrl">
        <div data-sc-filler-text="{
      fontBase: 16,
      fontRatio: 14
    }" data-title-container="'.donation-welcome_container'" data-parent-container="'.donation-welcome_container'" class="ng-isolate-scope">
          <div class="donation-welcome_container">
            <div class="sr-only">
              <!-- ngIf: META.errorList.length -->
              <!-- ngRepeat: error in META.errorList -->
            </div>
            <!-- ngIf: !editable && !isPreview() -->
            <h1 class="donation-welcome_title ng-binding ng-scope" data-ng-if="!editable &amp;&amp; !isPreview()" data-ng-bind-html="trustedBlockHeadlineHtml"><span style="font-size: 40px;"></span></h1><!-- end ngIf: !editable && !isPreview() -->
            <!-- ngIf: !editable && isPreview() -->
            <!-- ngIf: editable && !getLock('headline') -->
            <!-- ngIf: editable && getLock('headline') -->
            <!-- Appeal -->
            <!-- ngIf: !editable -->
            <div class="donation-welcome_description ng-scope" data-ng-if="!editable" sc-allow-html="block.description | scImgAssetRef | userLinks" sc-responsive-video="">
              <p><img id="img_30528799934518" class="fr-fic fr-dii"><br></p>
              <p><img src="https://assets.classy.org/7220728/83f50782-6a71-11ed-ba32-0a58a9feac02.png" id="img_31713415371827" class="fr-fic fr-dii"><br></p>
              <p><br></p>
              <p><strong><span style="font-size: 24px;">Thanks to a $125,000 match from longtime ADL supporters, your Giving Tuesday gift doubles in impact to help create a society that embraces equity and inclusion.</span></strong></p>
            </div><!-- end ngIf: !editable -->
            <!-- ngIf: editable  && !getLock('description') -->
            <!-- ngIf: editable && getLock('description') -->
          </div>
        </div>
      </section>
    </div>
  </section><!-- end ngRepeat: component in list.components | filter:{section:'main'} | orderBy:'order' -->
  <section class="block-component ng-scope" data-ng-repeat="component in list.components | filter:{section:'main'} | orderBy:'order'">
    <!-- ngInclude: component.templateUrl -->
    <div data-ng-include="component.templateUrl" class="ng-scope">
      <section class="donation-amount ng-scope" data-ng-controller="frsDonationAmountCtrl">
        <!-- ngIf: preventRecurringFrequency -->
        <!-- ngIf: show.levels() && !displayRecurringExperiment() && preventRecurringFrequency -->
        <!-- ngIf: !displayRecurringExperiment() && preventRecurringFrequency -->
        <!-- ngIf: displayRecurringExperiment() && preventRecurringFrequency -->
        <!-- ngIf: !preventRecurringFrequency --><donation-amount-recurring-rf ng-if="!preventRecurringFrequency" donation-context="CONTEXT" frequency="MODEL.frequency" setting-page-frequency="MODEL.frequency"
          frequency-levels="DonationBlock.current['recurring-level']" levels="state.levels" recurring-donation-levels="state.recurringDonationLevels" recur_until="MODEL.recur_until" amount="MODEL.items[0].raw_final_price"
          previous-frequency-price="MODEL.items[0].previous_frequency_price" new-amount="MODEL.items[0].raw_final_price" preview="globalState.isPreview" currency="MODEL.payment.raw_currency_code"
          class="ng-scope ng-isolate-scope"><!-- **** New RF changes phase 2 **** -->
          <div class="donation-amount-recurring">
            <!-- FREQUENCY TOGGLE-->
            <!-- ngIf: !$ctrl.preventOldrfForDeque && !$ctrl.onlyReccurringFrequency($ctrl.frequencyLevels) && $ctrl.recurringLevels($ctrl.frequencyLevels).length > 0 -->
            <div data-ng-init="$ctrl.showFreqDropdown()" data-ng-if="!$ctrl.preventOldrfForDeque &amp;&amp; !$ctrl.onlyReccurringFrequency($ctrl.frequencyLevels) &amp;&amp; $ctrl.recurringLevels($ctrl.frequencyLevels).length > 0"
              class="donation-amount-recurring__switch rf ng-scope" role="radiogroup" aria-label="Select a donation frequency">
              <div data-ng-click="$ctrl.selectFrequency('one-time'); $ctrl.showFreqDropdown('one-time'); $ctrl.isRecurringFrequency($event)" data-ng-keypress="$ctrl.selectFrequency('one-time',$event); $ctrl.isRecurringFrequency($event)"
                data-ng-mouseover="$ctrl.hoverFrequencyStyle('one-time',true)" data-ng-mouseout="$ctrl.hoverFrequencyStyle('one-time',false)" class="donation-amount-recurring__btn once hover-state_one-time selected" _spec="one-time" tabindex="0"
                data-ng-class="{'selected': $ctrl.frequency === 'one-time'}" data-ng-style="$ctrl.oneTimeBtnStyle('one-time')" style="background-color: rgb(244, 127, 52); color: rgb(255, 255, 255); border: 2px solid rgb(244, 127, 52);">
                <label for="donation-amount-recurring__radio-input" class="donation-amount-recurring__btn__frequency-label">
                  <input type="radio" id="donation-amount-recurring__radio-input" role="radio" tabindex="-1" name="donation-frequency" class="donation-amount-recurring__btn__frequency-input" aria-checked="true">One time </label>
              </div>
              <div data-ng-click="$ctrl.selectFrequency($ctrl.frequency); $ctrl.showFreqDropdown($ctrl.recurringBtnText()); $ctrl.isRecurringFrequency($event)"
                data-ng-keypress="$ctrl.selectFrequency($ctrl.recurringBtnText(),$event); $ctrl.isRecurringFrequency($event)" data-ng-mouseover="$ctrl.hoverFrequencyStyle('recurring',true)"
                data-ng-mouseout="$ctrl.hoverFrequencyStyle('recurring',false)" class="donation-amount-recurring__btn monthly hover-state_recurring" _spec="recurring" tabindex="0"
                data-ng-class="{'selected': $ctrl.recurringBtnSelected($ctrl.frequency)}" data-ng-style="$ctrl.recurringBtnStyle($ctrl.frequency)"
                style="background-color: rgb(255, 255, 255); color: rgb(244, 127, 52); border: 2px solid rgb(244, 127, 52);">
                <label for="donation-amount-monthly__radio-input" class="donation-amount-recurring__btn__frequency-label ng-binding">
                  <input type="radio" role="radio" id="donation-amount-monthly__radio-input" name="donation-frequency" tabindex="-1" class="donation-amount-recurring__btn__frequency-input" aria-checked="false"> monthly </label>
              </div>
            </div><!-- end ngIf: !$ctrl.preventOldrfForDeque && !$ctrl.onlyReccurringFrequency($ctrl.frequencyLevels) && $ctrl.recurringLevels($ctrl.frequencyLevels).length > 0 -->
            <!-- FREQUENCY DROPDOWN PHASE 1-->
            <!-- ngIf: $ctrl.preventOldrfForDeque && $ctrl.noOfFrequencyLevel($ctrl.frequencyLevels) !== 1 -->
            <!-- FREQUENCY DROPDOWN PHASE 2 -->
            <!-- ngIf: !$ctrl.preventOldrfForDeque && ($ctrl.isFreqDropdown || ($ctrl.onlyReccurringFrequency($ctrl.frequencyLevels) && $ctrl.recurringLevels($ctrl.frequencyLevels).length > 1)) -->
            <!-- END DATE -->
            <!-- ngIf: !$ctrl.preventOldrfForDeque && $ctrl.showRecurringEndDate && $ctrl.frequency !== 'one-time' -->
            <!-- ngIf: !$ctrl.showRecurringDonationArray && (!!$ctrl.frequency && ($ctrl.noOfDonationAmount($ctrl.levels) !== 1 || $ctrl.showCustomAmtField($ctrl.levels))) -->
            <p data-ng-if="!$ctrl.showRecurringDonationArray &amp;&amp; (!!$ctrl.frequency &amp;&amp; ($ctrl.noOfDonationAmount($ctrl.levels) !== 1 || $ctrl.showCustomAmtField($ctrl.levels)))" id="amount-options-label" class="ng-scope"> Choose a
              <b class="ng-binding">one-time</b> amount</p><!-- end ngIf: !$ctrl.showRecurringDonationArray && (!!$ctrl.frequency && ($ctrl.noOfDonationAmount($ctrl.levels) !== 1 || $ctrl.showCustomAmtField($ctrl.levels))) -->
            <!-- ngIf: $ctrl.showRecurringDonationArray && (!!$ctrl.frequency && ($ctrl.noOfDonationAmount($ctrl.recurringDonationLevels) !== 1 || $ctrl.showCustomAmtField($ctrl.recurringDonationLevels))) -->
            <!-- IF MULTIPLE AMOUNT DISPLAYED -->
            <!-- ngIf: !$ctrl.showRecurringDonationArray && ($ctrl.noOfDonationAmount($ctrl.levels) > 1 || $ctrl.showCustomAmtField($ctrl.levels)) -->
            <ul data-ng-if="!$ctrl.showRecurringDonationArray &amp;&amp; ($ctrl.noOfDonationAmount($ctrl.levels) > 1 || $ctrl.showCustomAmtField($ctrl.levels))" class="donation-amount-recurring__levels rf ng-scope"
              aria-labelledby="amount-options-label" role="radiogroup" data-ng-class="{'bb': $ctrl.hasBigButtons, 'multiple-amount-hidden' : $ctrl.noOfDonationAmount($ctrl.levels) === 1 &amp;&amp; !$ctrl.showCustomAmtField($ctrl.levels)}">
              <!-- ngRepeat: level in $ctrl.levels | filter: ($ctrl.noOfDonationAmount($ctrl.levels) > 1 && { display_on_page: true}) --><!-- ngIf: level.amount !== 'Custom' && $ctrl.noOfDonationAmount($ctrl.levels) !== 1 -->
              <li data-ng-if="level.amount !== 'Custom' &amp;&amp; $ctrl.noOfDonationAmount($ctrl.levels) !== 1" data-ng-repeat="level in $ctrl.levels | filter: ($ctrl.noOfDonationAmount($ctrl.levels) > 1 &amp;&amp; { display_on_page: true})"
                data-ng-click="$ctrl.selectAmount(level.displayAmount)" data-ng-keydown="$ctrl.selectAmount(level.displayAmount, $event)" data-ng-mouseover="$ctrl.hoverStyle($index,true)" data-ng-mouseout="$ctrl.hoverStyle($index,false)"
                class="donation-amount-recurring__level-item rf hover-state_0" role="radio" tabindex="0" data-ng-class="{'bb': $ctrl.hasBigButtons, 'selected': $ctrl.amount === level.displayAmount &amp;&amp; !$ctrl.showCustomAmtSelected}"
                data-ng-style="$ctrl.donationLevelStyle(level.displayAmount)" style="color: rgba(0, 0, 0, 0.87); background-color: rgba(244, 127, 52, 0.12); border: none; max-width: 50%;">
                <!-- ngIf: !level.loading --><label data-ng-if="!level.loading" for="D-A500" class="donation-amount-recurring__level-item__amount-label rf ng-binding ng-scope" data-ng-class="{'bb': $ctrl.hasBigButtons}">
                  <input data-ng-model="$ctrl.amount" type="radio" id="D-A500" role="radio" tabindex="-1" aria-hidden="true" name="donation-amount"
                    class="donation-amount-recurring__level-item__amount-input rf ng-pristine ng-untouched ng-valid ng-empty ng-not-modified" data-ng-class="{'bb': $ctrl.hasBigButtons}" aria-checked="false">€490
                </label><!-- end ngIf: !level.loading -->
                <!-- ngIf: level.loading -->
              </li>
              <!-- end ngIf: level.amount !== 'Custom' && $ctrl.noOfDonationAmount($ctrl.levels) !== 1 --><!-- end ngRepeat: level in $ctrl.levels | filter: ($ctrl.noOfDonationAmount($ctrl.levels) > 1 && { display_on_page: true}) --><!-- ngIf: level.amount !== 'Custom' && $ctrl.noOfDonationAmount($ctrl.levels) !== 1 -->
              <li data-ng-if="level.amount !== 'Custom' &amp;&amp; $ctrl.noOfDonationAmount($ctrl.levels) !== 1" data-ng-repeat="level in $ctrl.levels | filter: ($ctrl.noOfDonationAmount($ctrl.levels) > 1 &amp;&amp; { display_on_page: true})"
                data-ng-click="$ctrl.selectAmount(level.displayAmount)" data-ng-keydown="$ctrl.selectAmount(level.displayAmount, $event)" data-ng-mouseover="$ctrl.hoverStyle($index,true)" data-ng-mouseout="$ctrl.hoverStyle($index,false)"
                class="donation-amount-recurring__level-item rf hover-state_1" role="radio" tabindex="0" data-ng-class="{'bb': $ctrl.hasBigButtons, 'selected': $ctrl.amount === level.displayAmount &amp;&amp; !$ctrl.showCustomAmtSelected}"
                data-ng-style="$ctrl.donationLevelStyle(level.displayAmount)" style="color: rgba(0, 0, 0, 0.87); background-color: rgba(244, 127, 52, 0.12); border: none; max-width: 50%;">
                <!-- ngIf: !level.loading --><label data-ng-if="!level.loading" for="D-A180" class="donation-amount-recurring__level-item__amount-label rf ng-binding ng-scope" data-ng-class="{'bb': $ctrl.hasBigButtons}">
                  <input data-ng-model="$ctrl.amount" type="radio" id="D-A180" role="radio" tabindex="-1" aria-hidden="true" name="donation-amount"
                    class="donation-amount-recurring__level-item__amount-input rf ng-pristine ng-untouched ng-valid ng-empty ng-not-modified" data-ng-class="{'bb': $ctrl.hasBigButtons}" aria-checked="false">€175
                </label><!-- end ngIf: !level.loading -->
                <!-- ngIf: level.loading -->
              </li>
              <!-- end ngIf: level.amount !== 'Custom' && $ctrl.noOfDonationAmount($ctrl.levels) !== 1 --><!-- end ngRepeat: level in $ctrl.levels | filter: ($ctrl.noOfDonationAmount($ctrl.levels) > 1 && { display_on_page: true}) --><!-- ngIf: level.amount !== 'Custom' && $ctrl.noOfDonationAmount($ctrl.levels) !== 1 -->
              <li data-ng-if="level.amount !== 'Custom' &amp;&amp; $ctrl.noOfDonationAmount($ctrl.levels) !== 1" data-ng-repeat="level in $ctrl.levels | filter: ($ctrl.noOfDonationAmount($ctrl.levels) > 1 &amp;&amp; { display_on_page: true})"
                data-ng-click="$ctrl.selectAmount(level.displayAmount)" data-ng-keydown="$ctrl.selectAmount(level.displayAmount, $event)" data-ng-mouseover="$ctrl.hoverStyle($index,true)" data-ng-mouseout="$ctrl.hoverStyle($index,false)"
                class="donation-amount-recurring__level-item rf hover-state_2" role="radio" tabindex="0" data-ng-class="{'bb': $ctrl.hasBigButtons, 'selected': $ctrl.amount === level.displayAmount &amp;&amp; !$ctrl.showCustomAmtSelected}"
                data-ng-style="$ctrl.donationLevelStyle(level.displayAmount)" style="color: rgba(0, 0, 0, 0.87); background-color: rgba(244, 127, 52, 0.12); border: none; max-width: 50%;">
                <!-- ngIf: !level.loading --><label data-ng-if="!level.loading" for="D-A50" class="donation-amount-recurring__level-item__amount-label rf ng-binding ng-scope" data-ng-class="{'bb': $ctrl.hasBigButtons}">
                  <input data-ng-model="$ctrl.amount" type="radio" id="D-A50" role="radio" tabindex="-1" aria-hidden="true" name="donation-amount"
                    class="donation-amount-recurring__level-item__amount-input rf ng-pristine ng-untouched ng-valid ng-empty ng-not-modified" data-ng-class="{'bb': $ctrl.hasBigButtons}" aria-checked="false">€49
                </label><!-- end ngIf: !level.loading -->
                <!-- ngIf: level.loading -->
              </li>
              <!-- end ngIf: level.amount !== 'Custom' && $ctrl.noOfDonationAmount($ctrl.levels) !== 1 --><!-- end ngRepeat: level in $ctrl.levels | filter: ($ctrl.noOfDonationAmount($ctrl.levels) > 1 && { display_on_page: true}) --><!-- ngIf: level.amount !== 'Custom' && $ctrl.noOfDonationAmount($ctrl.levels) !== 1 -->
              <li data-ng-if="level.amount !== 'Custom' &amp;&amp; $ctrl.noOfDonationAmount($ctrl.levels) !== 1" data-ng-repeat="level in $ctrl.levels | filter: ($ctrl.noOfDonationAmount($ctrl.levels) > 1 &amp;&amp; { display_on_page: true})"
                data-ng-click="$ctrl.selectAmount(level.displayAmount)" data-ng-keydown="$ctrl.selectAmount(level.displayAmount, $event)" data-ng-mouseover="$ctrl.hoverStyle($index,true)" data-ng-mouseout="$ctrl.hoverStyle($index,false)"
                class="donation-amount-recurring__level-item rf hover-state_3" role="radio" tabindex="0" data-ng-class="{'bb': $ctrl.hasBigButtons, 'selected': $ctrl.amount === level.displayAmount &amp;&amp; !$ctrl.showCustomAmtSelected}"
                data-ng-style="$ctrl.donationLevelStyle(level.displayAmount)" style="color: rgba(0, 0, 0, 0.87); background-color: rgba(244, 127, 52, 0.12); border: none; max-width: 50%;">
                <!-- ngIf: !level.loading --><label data-ng-if="!level.loading" for="D-A25" class="donation-amount-recurring__level-item__amount-label rf ng-binding ng-scope" data-ng-class="{'bb': $ctrl.hasBigButtons}">
                  <input data-ng-model="$ctrl.amount" type="radio" id="D-A25" role="radio" tabindex="-1" aria-hidden="true" name="donation-amount"
                    class="donation-amount-recurring__level-item__amount-input rf ng-pristine ng-untouched ng-valid ng-empty ng-not-modified" data-ng-class="{'bb': $ctrl.hasBigButtons}" aria-checked="false">€25
                </label><!-- end ngIf: !level.loading -->
                <!-- ngIf: level.loading -->
              </li>
              <!-- end ngIf: level.amount !== 'Custom' && $ctrl.noOfDonationAmount($ctrl.levels) !== 1 --><!-- end ngRepeat: level in $ctrl.levels | filter: ($ctrl.noOfDonationAmount($ctrl.levels) > 1 && { display_on_page: true}) --><!-- ngIf: level.amount !== 'Custom' && $ctrl.noOfDonationAmount($ctrl.levels) !== 1 --><!-- end ngRepeat: level in $ctrl.levels | filter: ($ctrl.noOfDonationAmount($ctrl.levels) > 1 && { display_on_page: true}) -->
              <!-- REMOVE WHEN BIG BUTTONS GO TO ALL ORGS -->
              <!-- ngRepeat: level in $ctrl.recurringDonationLevels | filter: { display_on_page: true} --><!-- ngIf: !$ctrl.hasBigButtons && level.amount === 'Custom' && (($ctrl.showCustomAmtField($ctrl.levels) && $ctrl.frequency === 'one-time') || ($ctrl.showCustomAmtField($ctrl.recurringDonationLevels) && $ctrl.frequency !== 'one-time')) --><!-- end ngRepeat: level in $ctrl.recurringDonationLevels | filter: { display_on_page: true} --><!-- ngIf: !$ctrl.hasBigButtons && level.amount === 'Custom' && (($ctrl.showCustomAmtField($ctrl.levels) && $ctrl.frequency === 'one-time') || ($ctrl.showCustomAmtField($ctrl.recurringDonationLevels) && $ctrl.frequency !== 'one-time')) --><!-- end ngRepeat: level in $ctrl.recurringDonationLevels | filter: { display_on_page: true} --><!-- ngIf: !$ctrl.hasBigButtons && level.amount === 'Custom' && (($ctrl.showCustomAmtField($ctrl.levels) && $ctrl.frequency === 'one-time') || ($ctrl.showCustomAmtField($ctrl.recurringDonationLevels) && $ctrl.frequency !== 'one-time')) --><!-- end ngRepeat: level in $ctrl.recurringDonationLevels | filter: { display_on_page: true} --><!-- ngIf: !$ctrl.hasBigButtons && level.amount === 'Custom' && (($ctrl.showCustomAmtField($ctrl.levels) && $ctrl.frequency === 'one-time') || ($ctrl.showCustomAmtField($ctrl.recurringDonationLevels) && $ctrl.frequency !== 'one-time')) --><!-- end ngRepeat: level in $ctrl.recurringDonationLevels | filter: { display_on_page: true} --><!-- ngIf: !$ctrl.hasBigButtons && level.amount === 'Custom' && (($ctrl.showCustomAmtField($ctrl.levels) && $ctrl.frequency === 'one-time') || ($ctrl.showCustomAmtField($ctrl.recurringDonationLevels) && $ctrl.frequency !== 'one-time')) -->
              <li
                data-ng-if="!$ctrl.hasBigButtons &amp;&amp; level.amount === 'Custom' &amp;&amp; (($ctrl.showCustomAmtField($ctrl.levels) &amp;&amp; $ctrl.frequency === 'one-time') || ($ctrl.showCustomAmtField($ctrl.recurringDonationLevels) &amp;&amp; $ctrl.frequency !== 'one-time'))"
                data-ng-repeat="level in $ctrl.recurringDonationLevels | filter: { display_on_page: true}" data-ng-click="$ctrl.selectAmount('Custom')" data-ng-keydown="$ctrl.setPreventDefault($event)"
                data-ng-keyup="$ctrl.showCustomAmtSelected = true" class="donation-amount-recurring__level-item other-rf hover-state_other ng-scope" role="radio" data-ng-class="{'bb': $ctrl.hasBigButtons, 'selected': $ctrl.showCustomAmtSelected}">
                <label for="D-AOther" class="donation-amount-recurring__level-item__amount-label other-rf" data-ng-class="{'bb': $ctrl.hasBigButtons}">
                  <div id="custom-amount" class="donation-amount-recurring__amount rf currency-picker" data-ng-class="{'has-focus': $ctrl.show.inputFocus === true}" data-sc-form-error="highlight if amount fails" aria-invalid="false">
                    <div sc-currency-picker="" class="currency-picker__wrapper-rf ng-isolate-scope" data-ng-class="{'bb': $ctrl.hasBigButtons}" selected="$ctrl.showCustomAmtSelected" currency-model="$ctrl.currency" currency-entity="'donation'">
                      <div class="currency-picker__wrapper ng-isolate-scope" ng-style="selected ? changeWrapperStyle() : defaultStyle()" ng-class="{'no-pick':!showDropdown, 'disabled': disabled}" aria-hidden="false" sc-lock-field="disabled"
                        tooltip-text="tooltipText">
                        <div class="currency-picker__select-wrapper">
                          <select class="currency-picker__select ng-pristine ng-untouched ng-valid ng-not-empty ng-not-modified" ng-change="optionSwap()" ng-model="currency" id="dropdown" ng-show="showDropdown"
                            ng-options="currency as currency.longText for currency in currencyOptions track by currency.currency" aria-label="Select a currency" ng-disabled="disabled">
                            <option label="AED | United Arab Emirates Dirham" value="AED">AED | United Arab Emirates Dirham</option>
                            <option label="AFN | Afghan Afghani" value="AFN">AFN | Afghan Afghani</option>
                            <option label="ALL | Albanian Lek" value="ALL">ALL | Albanian Lek</option>
                            <option label="AMD | Armenian Dram" value="AMD">AMD | Armenian Dram</option>
                            <option label="ANG | Netherlands Antillean Guilder" value="ANG">ANG | Netherlands Antillean Guilder</option>
                            <option label="AOA | Angolan Kwanza" value="AOA">AOA | Angolan Kwanza</option>
                            <option label="ARS | Argentine Peso" value="ARS">ARS | Argentine Peso</option>
                            <option label="AUD | Australian Dollar" value="AUD">AUD | Australian Dollar</option>
                            <option label="AWG | Aruban Florin" value="AWG">AWG | Aruban Florin</option>
                            <option label="AZN | Azerbaijani Manat" value="AZN">AZN | Azerbaijani Manat</option>
                            <option label="BAM | Bosnia And Herzegovina Convertible Mark" value="BAM">BAM | Bosnia And Herzegovina Convertible Mark</option>
                            <option label="BBD | Barbados Dollar" value="BBD">BBD | Barbados Dollar</option>
                            <option label="BDT | Bangladeshi Taka" value="BDT">BDT | Bangladeshi Taka</option>
                            <option label="BGN | Bulgarian Lev" value="BGN">BGN | Bulgarian Lev</option>
                            <option label="BHD | Bahraini Dinar" value="BHD">BHD | Bahraini Dinar</option>
                            <option label="BIF | Burundian Franc" value="BIF">BIF | Burundian Franc</option>
                            <option label="BMD | Bermudian Dollar (customarily Known As Bermuda Dollar)" value="BMD">BMD | Bermudian Dollar (customarily Known As Bermuda Dollar)</option>
                            <option label="BND | Brunei Dollar" value="BND">BND | Brunei Dollar</option>
                            <option label="BOB | Boliviano" value="BOB">BOB | Boliviano</option>
                            <option label="BRL | Brazilian Real" value="BRL">BRL | Brazilian Real</option>
                            <option label="BSD | Bahamian Dollar" value="BSD">BSD | Bahamian Dollar</option>
                            <option label="BTN | Bhutanese Ngultrum" value="BTN">BTN | Bhutanese Ngultrum</option>
                            <option label="BWP | Botswana Pula" value="BWP">BWP | Botswana Pula</option>
                            <option label="BZD | Belize Dollar" value="BZD">BZD | Belize Dollar</option>
                            <option label="CAD | Canadian Dollar" value="CAD">CAD | Canadian Dollar</option>
                            <option label="CDF | Congolese Franc" value="CDF">CDF | Congolese Franc</option>
                            <option label="CHF | Swiss Franc" value="CHF">CHF | Swiss Franc</option>
                            <option label="CLF | Unidad De Fomento (funds Code)" value="CLF">CLF | Unidad De Fomento (funds Code)</option>
                            <option label="CLP | Chilean Peso" value="CLP">CLP | Chilean Peso</option>
                            <option label="CNY | Chinese Yuan" value="CNY">CNY | Chinese Yuan</option>
                            <option label="COP | Colombian Peso" value="COP">COP | Colombian Peso</option>
                            <option label="CRC | Costa Rican Colon" value="CRC">CRC | Costa Rican Colon</option>
                            <option label="CUC | Cuban Convertible Peso" value="CUC">CUC | Cuban Convertible Peso</option>
                            <option label="CUP | Cuban Peso" value="CUP">CUP | Cuban Peso</option>
                            <option label="CVE | Cape Verde Escudo" value="CVE">CVE | Cape Verde Escudo</option>
                            <option label="CZK | Czech Koruna" value="CZK">CZK | Czech Koruna</option>
                            <option label="DJF | Djiboutian Franc" value="DJF">DJF | Djiboutian Franc</option>
                            <option label="DKK | Danish Krone" value="DKK">DKK | Danish Krone</option>
                            <option label="DOP | Dominican Peso" value="DOP">DOP | Dominican Peso</option>
                            <option label="DZD | Algerian Dinar" value="DZD">DZD | Algerian Dinar</option>
                            <option label="EGP | Egyptian Pound" value="EGP">EGP | Egyptian Pound</option>
                            <option label="ERN | Eritrean Nakfa" value="ERN">ERN | Eritrean Nakfa</option>
                            <option label="ETB | Ethiopian Birr" value="ETB">ETB | Ethiopian Birr</option>
                            <option label="EUR | Euro" value="EUR" selected="selected">EUR | Euro</option>
                            <option label="FJD | Fiji Dollar" value="FJD">FJD | Fiji Dollar</option>
                            <option label="FKP | Falkland Islands Pound" value="FKP">FKP | Falkland Islands Pound</option>
                            <option label="GBP | Pound Sterling" value="GBP">GBP | Pound Sterling</option>
                            <option label="GEL | Georgian Lari" value="GEL">GEL | Georgian Lari</option>
                            <option label="GHS | Ghanaian Cedi" value="GHS">GHS | Ghanaian Cedi</option>
                            <option label="GIP | Gibraltar Pound" value="GIP">GIP | Gibraltar Pound</option>
                            <option label="GMD | Gambian Dalasi" value="GMD">GMD | Gambian Dalasi</option>
                            <option label="GNF | Guinean Franc" value="GNF">GNF | Guinean Franc</option>
                            <option label="GTQ | Guatemalan Quetzal" value="GTQ">GTQ | Guatemalan Quetzal</option>
                            <option label="GYD | Guyanese Dollar" value="GYD">GYD | Guyanese Dollar</option>
                            <option label="HKD | Hong Kong Dollar" value="HKD">HKD | Hong Kong Dollar</option>
                            <option label="HNL | Honduran Lempira" value="HNL">HNL | Honduran Lempira</option>
                            <option label="HRK | Croatian Kuna" value="HRK">HRK | Croatian Kuna</option>
                            <option label="HTG | Haitian Gourde" value="HTG">HTG | Haitian Gourde</option>
                            <option label="HUF | Hungarian Forint" value="HUF">HUF | Hungarian Forint</option>
                            <option label="IDR | Indonesian Rupiah" value="IDR">IDR | Indonesian Rupiah</option>
                            <option label="ILS | Israeli New Shekel" value="ILS">ILS | Israeli New Shekel</option>
                            <option label="INR | Indian Rupee" value="INR">INR | Indian Rupee</option>
                            <option label="IQD | Iraqi Dinar" value="IQD">IQD | Iraqi Dinar</option>
                            <option label="IRR | Iranian Rial" value="IRR">IRR | Iranian Rial</option>
                            <option label="ISK | Icelandic Króna" value="ISK">ISK | Icelandic Króna</option>
                            <option label="JMD | Jamaican Dollar" value="JMD">JMD | Jamaican Dollar</option>
                            <option label="JOD | Jordanian Dinar" value="JOD">JOD | Jordanian Dinar</option>
                            <option label="JPY | Japanese Yen" value="JPY">JPY | Japanese Yen</option>
                            <option label="KES | Kenyan Shilling" value="KES">KES | Kenyan Shilling</option>
                            <option label="KGS | Kyrgyzstani Som" value="KGS">KGS | Kyrgyzstani Som</option>
                            <option label="KHR | Cambodian Riel" value="KHR">KHR | Cambodian Riel</option>
                            <option label="KMF | Comoro Franc" value="KMF">KMF | Comoro Franc</option>
                            <option label="KPW | North Korean Won" value="KPW">KPW | North Korean Won</option>
                            <option label="KRW | South Korean Won" value="KRW">KRW | South Korean Won</option>
                            <option label="KWD | Kuwaiti Dinar" value="KWD">KWD | Kuwaiti Dinar</option>
                            <option label="KYD | Cayman Islands Dollar" value="KYD">KYD | Cayman Islands Dollar</option>
                            <option label="KZT | Kazakhstani Tenge" value="KZT">KZT | Kazakhstani Tenge</option>
                            <option label="LAK | Lao Kip" value="LAK">LAK | Lao Kip</option>
                            <option label="LBP | Lebanese Pound" value="LBP">LBP | Lebanese Pound</option>
                            <option label="LKR | Sri Lankan Rupee" value="LKR">LKR | Sri Lankan Rupee</option>
                            <option label="LRD | Liberian Dollar" value="LRD">LRD | Liberian Dollar</option>
                            <option label="LSL | Lesotho Loti" value="LSL">LSL | Lesotho Loti</option>
                            <option label="LYD | Libyan Dinar" value="LYD">LYD | Libyan Dinar</option>
                            <option label="MAD | Moroccan Dirham" value="MAD">MAD | Moroccan Dirham</option>
                            <option label="MDL | Moldovan Leu" value="MDL">MDL | Moldovan Leu</option>
                            <option label="MGA | Malagasy Ariary" value="MGA">MGA | Malagasy Ariary</option>
                            <option label="MKD | Macedonian Denar" value="MKD">MKD | Macedonian Denar</option>
                            <option label="MMK | Myanma Kyat" value="MMK">MMK | Myanma Kyat</option>
                            <option label="MNT | Mongolian Tugrik" value="MNT">MNT | Mongolian Tugrik</option>
                            <option label="MOP | Macanese Pataca" value="MOP">MOP | Macanese Pataca</option>
                            <option label="MUR | Mauritian Rupee" value="MUR">MUR | Mauritian Rupee</option>
                            <option label="MVR | Maldivian Rufiyaa" value="MVR">MVR | Maldivian Rufiyaa</option>
                            <option label="MWK | Malawian Kwacha" value="MWK">MWK | Malawian Kwacha</option>
                            <option label="MXN | Mexican Peso" value="MXN">MXN | Mexican Peso</option>
                            <option label="MYR | Malaysian Ringgit" value="MYR">MYR | Malaysian Ringgit</option>
                            <option label="MZN | Mozambican Metical" value="MZN">MZN | Mozambican Metical</option>
                            <option label="NAD | Namibian Dollar" value="NAD">NAD | Namibian Dollar</option>
                            <option label="NGN | Nigerian Naira" value="NGN">NGN | Nigerian Naira</option>
                            <option label="NIO | Nicaraguan Córdoba" value="NIO">NIO | Nicaraguan Córdoba</option>
                            <option label="NOK | Norwegian Krone" value="NOK">NOK | Norwegian Krone</option>
                            <option label="NPR | Nepalese Rupee" value="NPR">NPR | Nepalese Rupee</option>
                            <option label="NZD | New Zealand Dollar" value="NZD">NZD | New Zealand Dollar</option>
                            <option label="OMR | Omani Rial" value="OMR">OMR | Omani Rial</option>
                            <option label="PAB | Panamanian Balboa" value="PAB">PAB | Panamanian Balboa</option>
                            <option label="PEN | Peruvian Nuevo Sol" value="PEN">PEN | Peruvian Nuevo Sol</option>
                            <option label="PGK | Papua New Guinean Kina" value="PGK">PGK | Papua New Guinean Kina</option>
                            <option label="PHP | Philippine Peso" value="PHP">PHP | Philippine Peso</option>
                            <option label="PKR | Pakistani Rupee" value="PKR">PKR | Pakistani Rupee</option>
                            <option label="PLN | Polish Złoty" value="PLN">PLN | Polish Złoty</option>
                            <option label="PYG | Paraguayan Guaraní" value="PYG">PYG | Paraguayan Guaraní</option>
                            <option label="QAR | Qatari Riyal" value="QAR">QAR | Qatari Riyal</option>
                            <option label="RON | Romanian New Leu" value="RON">RON | Romanian New Leu</option>
                            <option label="RSD | Serbian Dinar" value="RSD">RSD | Serbian Dinar</option>
                            <option label="RWF | Rwandan Franc" value="RWF">RWF | Rwandan Franc</option>
                            <option label="SAR | Saudi Riyal" value="SAR">SAR | Saudi Riyal</option>
                            <option label="SBD | Solomon Islands Dollar" value="SBD">SBD | Solomon Islands Dollar</option>
                            <option label="SCR | Seychelles Rupee" value="SCR">SCR | Seychelles Rupee</option>
                            <option label="SDG | Sudanese Pound" value="SDG">SDG | Sudanese Pound</option>
                            <option label="SEK | Swedish Krona/kronor" value="SEK">SEK | Swedish Krona/kronor</option>
                            <option label="SGD | Singapore Dollar" value="SGD">SGD | Singapore Dollar</option>
                            <option label="SHP | Saint Helena Pound" value="SHP">SHP | Saint Helena Pound</option>
                            <option label="SLL | Sierra Leonean Leone" value="SLL">SLL | Sierra Leonean Leone</option>
                            <option label="SOS | Somali Shilling" value="SOS">SOS | Somali Shilling</option>
                            <option label="SRD | Surinamese Dollar" value="SRD">SRD | Surinamese Dollar</option>
                            <option label="SSP | South Sudanese Pound" value="SSP">SSP | South Sudanese Pound</option>
                            <option label="STD | São Tomé And Príncipe Dobra" value="STD">STD | São Tomé And Príncipe Dobra</option>
                            <option label="SYP | Syrian Pound" value="SYP">SYP | Syrian Pound</option>
                            <option label="SZL | Swazi Lilangeni" value="SZL">SZL | Swazi Lilangeni</option>
                            <option label="THB | Thai Baht" value="THB">THB | Thai Baht</option>
                            <option label="TJS | Tajikistani Somoni" value="TJS">TJS | Tajikistani Somoni</option>
                            <option label="TMT | Turkmenistani Manat" value="TMT">TMT | Turkmenistani Manat</option>
                            <option label="TND | Tunisian Dinar" value="TND">TND | Tunisian Dinar</option>
                            <option label="TOP | Tongan Paʻanga" value="TOP">TOP | Tongan Paʻanga</option>
                            <option label="TRY | Turkish Lira" value="TRY">TRY | Turkish Lira</option>
                            <option label="TTD | Trinidad And Tobago Dollar" value="TTD">TTD | Trinidad And Tobago Dollar</option>
                            <option label="TWD | New Taiwan Dollar" value="TWD">TWD | New Taiwan Dollar</option>
                            <option label="TZS | Tanzanian Shilling" value="TZS">TZS | Tanzanian Shilling</option>
                            <option label="UAH | Ukrainian Hryvnia" value="UAH">UAH | Ukrainian Hryvnia</option>
                            <option label="UGX | Ugandan Shilling" value="UGX">UGX | Ugandan Shilling</option>
                            <option label="USD | United States Dollar" value="USD">USD | United States Dollar</option>
                            <option label="UYU | Uruguayan Peso" value="UYU">UYU | Uruguayan Peso</option>
                            <option label="UZS | Uzbekistan Som" value="UZS">UZS | Uzbekistan Som</option>
                            <option label="VND | Vietnamese Dong" value="VND">VND | Vietnamese Dong</option>
                            <option label="VUV | Vanuatu Vatu" value="VUV">VUV | Vanuatu Vatu</option>
                            <option label="WST | Samoan Tala" value="WST">WST | Samoan Tala</option>
                            <option label="XAF | CFA Franc BEAC" value="XAF">XAF | CFA Franc BEAC</option>
                            <option label="XCD | East Caribbean Dollar" value="XCD">XCD | East Caribbean Dollar</option>
                            <option label="XDR | Special Drawing Rights" value="XDR">XDR | Special Drawing Rights</option>
                            <option label="XOF | CFA Franc BCEAO" value="XOF">XOF | CFA Franc BCEAO</option>
                            <option label="XPF | CFP Franc" value="XPF">XPF | CFP Franc</option>
                            <option label="YER | Yemeni Rial" value="YER">YER | Yemeni Rial</option>
                            <option label="ZAR | South African Rand" value="ZAR">ZAR | South African Rand</option>
                          </select>
                          <span class="currency-picker__short ng-binding" ng-style="selected ? changeSpanStyle() : defaultStyle(true)">EUR</span>
                        </div>
                        <!-- ngIf: currency.currency !== currency.fullSymbol --><span class="currency-picker__full-symbol ng-binding ng-scope" ng-if="currency.currency !== currency.fullSymbol"
                          aria-hidden="true">€</span><!-- end ngIf: currency.currency !== currency.fullSymbol -->
                      </div>
                    </div>
                    <currency-field-rf model="$ctrl.otherAmount" modal-bind-value="$ctrl.amount" round-currency="false" name="'amount'" class="currency-field rf ng-isolate-scope" data-ng-class="{'bb': $ctrl.hasBigButtons}" label="''"
                      selected="$ctrl.showCustomAmtSelected" placeholder="!$ctrl.preventOldrfForDeque  ? 'Other': 'Custom amount'" currency-aria-label="Enter an other amount to donate">
                      <!-- ngIf: $ctrl.label -->
                      <input class="form__text-input--dark ng-pristine ng-untouched ng-isolate-scope ng-empty sc-valid ng-invalid ng-invalid-min ng-invalid-max ng-valid-required ng-not-modified" ng-model="$ctrl.model"
                        ng-model-options="{ getterSetter: $ctrl.getterSetter }" ng-required="$ctrl.required" sc-currency="" sc-validity-reporter="" sc-validity-classes="" data-sc-focus="$ctrl.focusWhen" symbol="" round-currency="$ctrl.roundCurrency"
                        ng-disabled="$ctrl.disableFlag" max="$ctrl.max" min="$ctrl.min" type="text" autocomplete="off" name="amount" placeholder="Other" ng-focus="$ctrl.onFocus = true" ng-change="$ctrl.onChange()" ng-blur="$ctrl.onFocus = false"
                        ng-style="$ctrl.selected ? $ctrl.changeInputStyle() : $ctrl.defaultStyle()" qa-id="text-input" aria-label="Enter an other amount to donate" _spec="input">
                      <div style="position: absolute;
      width: 100%;
      left: 0;
      text-align: left;" aria-live="polite">
                        <form-error name="$ctrl.name" messages="$ctrl.errorMessages" _spec="errors" class="ng-isolate-scope">
                          <p class="form__error" aria-live="polite" role="alert" sc-validity-message="::$ctrl.name" messages="::$ctrl.messages" style="display: none;"></p>
                        </form-error>
                      </div>
                    </currency-field-rf>
                  </div>
                </label>
              </li>
              <!-- end ngIf: !$ctrl.hasBigButtons && level.amount === 'Custom' && (($ctrl.showCustomAmtField($ctrl.levels) && $ctrl.frequency === 'one-time') || ($ctrl.showCustomAmtField($ctrl.recurringDonationLevels) && $ctrl.frequency !== 'one-time')) --><!-- end ngRepeat: level in $ctrl.recurringDonationLevels | filter: { display_on_page: true} -->
            </ul><!-- end ngIf: !$ctrl.showRecurringDonationArray && ($ctrl.noOfDonationAmount($ctrl.levels) > 1 || $ctrl.showCustomAmtField($ctrl.levels)) -->
            <!-- IF MULTIPLE RECURRING DONATION AMOUNT DISPLAYED -->
            <!-- ngIf: $ctrl.showRecurringDonationArray && ($ctrl.noOfDonationAmount($ctrl.recurringDonationLevels) > 1 || $ctrl.showCustomAmtField($ctrl.recurringDonationLevels)) -->
            <!-- ngRepeat: level in $ctrl.recurringDonationLevels | filter: { display_on_page: true} --><!-- ngIf: $ctrl.hasBigButtons && level.amount === 'Custom' && (($ctrl.showCustomAmtField($ctrl.levels) && $ctrl.frequency === 'one-time') || ($ctrl.showCustomAmtField($ctrl.recurringDonationLevels) && $ctrl.frequency !== 'one-time')) --><!-- end ngRepeat: level in $ctrl.recurringDonationLevels | filter: { display_on_page: true} --><!-- ngIf: $ctrl.hasBigButtons && level.amount === 'Custom' && (($ctrl.showCustomAmtField($ctrl.levels) && $ctrl.frequency === 'one-time') || ($ctrl.showCustomAmtField($ctrl.recurringDonationLevels) && $ctrl.frequency !== 'one-time')) --><!-- end ngRepeat: level in $ctrl.recurringDonationLevels | filter: { display_on_page: true} --><!-- ngIf: $ctrl.hasBigButtons && level.amount === 'Custom' && (($ctrl.showCustomAmtField($ctrl.levels) && $ctrl.frequency === 'one-time') || ($ctrl.showCustomAmtField($ctrl.recurringDonationLevels) && $ctrl.frequency !== 'one-time')) --><!-- end ngRepeat: level in $ctrl.recurringDonationLevels | filter: { display_on_page: true} --><!-- ngIf: $ctrl.hasBigButtons && level.amount === 'Custom' && (($ctrl.showCustomAmtField($ctrl.levels) && $ctrl.frequency === 'one-time') || ($ctrl.showCustomAmtField($ctrl.recurringDonationLevels) && $ctrl.frequency !== 'one-time')) --><!-- end ngRepeat: level in $ctrl.recurringDonationLevels | filter: { display_on_page: true} --><!-- ngIf: $ctrl.hasBigButtons && level.amount === 'Custom' && (($ctrl.showCustomAmtField($ctrl.levels) && $ctrl.frequency === 'one-time') || ($ctrl.showCustomAmtField($ctrl.recurringDonationLevels) && $ctrl.frequency !== 'one-time')) --><!-- end ngRepeat: level in $ctrl.recurringDonationLevels | filter: { display_on_page: true} -->
            <!-- IF ONLY SINGLE AMOUNT DISPLAYED-->
            <!-- ngIf: !$ctrl.showRecurringDonationArray && ($ctrl.noOfDonationAmount($ctrl.levels) === 1 && !$ctrl.showCustomAmtField($ctrl.levels)) -->
            <!-- IF ONLY SINGLE RECURRING AMOUNT DISPLAYED-->
            <!-- ngIf: $ctrl.showRecurringDonationArray && ($ctrl.noOfDonationAmount($ctrl.recurringDonationLevels) === 1 && !$ctrl.showCustomAmtField($ctrl.recurringDonationLevels)) -->
          </div>
        </donation-amount-recurring-rf><!-- end ngIf: !preventRecurringFrequency -->
      </section>
    </div>
  </section><!-- end ngRepeat: component in list.components | filter:{section:'main'} | orderBy:'order' -->
  <section class="block-component ng-scope" data-ng-repeat="component in list.components | filter:{section:'main'} | orderBy:'order'">
    <!-- ngInclude: component.templateUrl -->
    <div data-ng-include="component.templateUrl" class="ng-scope">
      <section class="donation-dedication ng-scope" data-ng-controller="frsDonationDedicationCtrl">
        <button type="button" class="sc-checkbox " data-ng-click="toggle()" role="checkbox" aria-checked="false" data-sc-checkbox="" data-ng-model="state.dedicationFormEnabled" name="dedicate"
          aria-label="Dedicate my donation in honor or in memory of someone"><span class="sc-checkbox_input"></span><span class="sc-checkbox_label" data-ng-transclude="" aria-hidden="true"> Dedicate my donation <strong class="ng-scope">in honor or in
              memory</strong> of someone </span></button>
        <div data-ng-show="show.dedicationForm()" data-ng-form="dedicationForm" class="ng-pristine ng-hide ng-valid-email-address ng-invalid ng-invalid-required">
          <!-- ngInclude: ::template('type') -->
          <div data-heap-ignore="true" data-ng-include="::template('type')" class="mp-sensitive ng-scope">
            <div class="donation-table ng-scope">
              <div class="donation-table-label-type">
                <label class="donation-label">Type</label>
              </div>
              <div class="donation-table_row">
                <div class="donation-table_columns donation-table_columns_without_margin">
                  <div class="donation-table_column">
                    <radio-group role="radiogroup" aria-label="select dedication type" class="ng-isolate-scope"><ng-transclude>
                        <radio-control ng-model="dedicationModel.type" name="'type'" value="'honor'" ng-required="true" aria-label="select to donate in honor of someone"
                          class="ng-pristine ng-untouched ng-valid ng-scope ng-isolate-scope ng-not-empty ng-valid-required ng-not-modified" required="required">
                          <button class="form__radio-control checked" aria-checked="true" role="radio" tabindex="0" ng-class="{ checked: $ctrl.isChecked() }" ng-click="$ctrl.select()" ng-keydown="$ctrl.onKeyDown($event)" ng-disabled="$ctrl.disabled"
                            type="button" aria-label="select to donate in honor of someone" _spec="button">
                            <span class="form__radio-control_input" sc-error-class="$ctrl.ngModelCtrl.$name" ng-style="{ color: $ctrl.color }" _spec="radio" style="color: rgb(244, 127, 52);"></span>
                            <span class="form__radio-control_label" qa-id="radio-field" ng-transclude="" _spec="label"> In honor of … </span>
                          </button>
                        </radio-control>
                        <radio-control ng-model="dedicationModel.type" name="'type'" value="'memory'" ng-required="true" aria-label="select to donate in memory of someone"
                          class="ng-pristine ng-untouched ng-valid ng-scope ng-isolate-scope ng-not-empty ng-valid-required ng-not-modified" required="required">
                          <button class="form__radio-control" aria-checked="false" role="radio" tabindex="0" ng-class="{ checked: $ctrl.isChecked() }" ng-click="$ctrl.select()" ng-keydown="$ctrl.onKeyDown($event)" ng-disabled="$ctrl.disabled"
                            type="button" aria-label="select to donate in memory of someone" _spec="button">
                            <span class="form__radio-control_input" sc-error-class="$ctrl.ngModelCtrl.$name" ng-style="{ color: $ctrl.color }" _spec="radio" style="color: rgb(244, 127, 52);"></span>
                            <span class="form__radio-control_label" qa-id="radio-field" ng-transclude="" _spec="label"> In memory of … </span>
                          </button>
                        </radio-control>
                      </ng-transclude></radio-group>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <!-- ngInclude: ::template('honoree') -->
          <div data-heap-ignore="true" data-ng-include="::template('honoree')" class="mp-sensitive ng-scope">
            <div class="donation-table donation-dedication__honoree ng-scope">
              <div class="donation-table_row">
                <div class="donation-table_columns donation-table_columns_without_margin">
                  <div class="donation-table_column half">
                    <span class="donation-label required" data-sc-form-error="highlight if dedicationForm.honoree_first_name fails">Honoree’s First Name</span>
                    <input class="donation-text_input ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-not-modified" data-ng-model="dedicationModel.honoree_first_name" data-sc-retain-focus-validity=""
                      data-sc-form-error="highlight if dedicationForm.honoree_first_name fails" type="text" name="honoree_first_name" aria-label="honoree's first name" required="" aria-invalid="false">
                  </div>
                  <div class="donation-table_column half">
                    <span class="donation-label required" data-sc-form-error="highlight if dedicationForm.honoree_last_name fails">Honoree’s Last Name</span>
                    <input class="donation-text_input ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-not-modified" data-ng-model="dedicationModel.honoree_last_name" data-sc-retain-focus-validity=""
                      data-sc-form-error="highlight if dedicationForm.honoree_last_name fails" type="text" name="honoree_last_name" aria-label="honoree's last name" required="" aria-invalid="false">
                  </div>
                </div>
                <div aria-live="polite" role="alert">
                  <span class="donation-error ng-binding" data-sc-form-error="show if [dedicationForm.honoree_first_name, dedicationForm.honoree_last_name] fails required" style="display: none;"> Don't forget to give us a name for the dedication.
                  </span>
                </div>
              </div>
            </div>
          </div>
          <!-- ngIf: show.emailForm() || state.postcardEnabled --><!-- ngInclude: ::template('recipient-email') -->
          <div data-heap-ignore="true" data-ng-include="::template('recipient-email')" data-ng-if="show.emailForm() || state.postcardEnabled" class="mp-sensitive ng-scope">
            <div class="donation-table donation-dedication_recipient-info ng-scope">
              <div class="donation-table_row">
                <div class="donation-table_columns donation-table_columns_without_margin">
                  <div class="donation-table_column">
                    <label class="donation-label" data-ng-class="{required: show.requiredDedicationInfo()}" data-sc-form-error="highlight if [dedicationForm.name, dedicationForm.email_address] fails">Recipient's email</label>
                    <input class="donation-text_input ng-pristine ng-untouched ng-valid ng-empty ng-valid-email-address ng-valid-required ng-not-modified" data-ng-model="dedicationModel.email_address" data-sc-validate-email-address=""
                      data-sc-retain-focus-validity="" data-sc-form-error="highlight if dedicationForm.email_address fails" data-ng-required="show.requiredDedicationInfo()" type="text" name="email_address" placeholder="Email Address"
                      aria-label="recipient's email address, not required, use to optionally send a notification email" aria-invalid="false">
                  </div>
                </div>
                <div>
                  <span aria-live="polite" role="alert" class="donation-error ng-binding" data-sc-form-error="show if dedicationForm.email_address fails emailAddress" style="display: none;"> Please enter dedication recipient email in the format:
                    name@domain.com. </span>
                </div>
                <small class="donation-table_row-helper ng-binding"> Optionally send a notification email </small>
              </div>
            </div>
            <div class="donation-table donation-dedication_recipient-info ng-scope">
              <div class="donation-table_row">
                <div class="donation-table_columns donation-table_columns_without_margin">
                  <div class="donation-table_column half">
                    <span class="donation-label" data-sc-form-error="highlight if billing_first_name fails" data-ng-class="{required: show.requiredDedicationInfo() || state.postcardEnabled}">Recipient’s First Name</span>
                    <input class="donation-text_input ng-pristine ng-untouched ng-valid ng-empty ng-valid-required ng-not-modified" data-ng-model="dedicationModel.first_name" data-sc-retain-focus-validity=""
                      data-sc-form-error="highlight if dedicationForm.first_name fails" type="text" name="first_name" ng-required="show.requiredDedicationInfo() || state.postcardEnabled" aria-label="recipient's first name" aria-invalid="false">
                  </div>
                  <div class="donation-table_column half">
                    <span class="donation-label" data-sc-form-error="highlight if billing_first_name fails" data-ng-class="{required: show.requiredDedicationInfo() || state.postcardEnabled}">Recipient’s Last Name</span>
                    <input class="donation-text_input ng-pristine ng-untouched ng-valid ng-empty ng-valid-required ng-not-modified" data-ng-model="dedicationModel.last_name" data-sc-retain-focus-validity=""
                      data-sc-form-error="highlight if dedicationForm.last_name fails" type="text" name="last_name" ng-required="show.requiredDedicationInfo() || state.postcardEnabled" aria-label="recipient's last name" aria-invalid="false">
                  </div>
                </div>
                <div aria-live="polite" role="alert">
                  <span class="donation-error ng-binding" data-sc-form-error="show if [dedicationForm.name,dedicationForm.email_address] fails required" style="display: none;"> Don't forget to include the of your recipient. </span>
                </div>
              </div>
            </div>
          </div><!-- end ngIf: show.emailForm() || state.postcardEnabled -->
          <!-- ngIf: show.postcardToggle() --><!-- ngInclude: ::template('recipient-postcard-toggle') -->
          <div data-heap-ignore="true" data-ng-include="::template('recipient-postcard-toggle')" data-ng-if="show.postcardToggle()" class="mp-sensitive ng-scope">
            <div class="donation-table ng-scope">
              <div class="donation-table-label-type">
                <label class="donation-label">Printed Card</label>
              </div>
              <div class="donation-table_row">
                <div class="donation-table_columns donation-table_columns_without_margin">
                  <div class="donation-table_column">
                    <button type="button" class="sc-checkbox " data-ng-click="toggle()" role="checkbox" aria-checked="false" data-sc-checkbox="" data-ng-model="state.postcardEnabled" aria-label="Send a printed card in the mail"><span
                        class="sc-checkbox_input"></span><span class="sc-checkbox_label" data-ng-transclude="" aria-hidden="true"> Send a card in the mail </span></button>
                  </div>
                </div>
              </div>
            </div>
          </div><!-- end ngIf: show.postcardToggle() -->
          <!-- ngIf: show.postcardForm() -->
          <!-- ngIf: show.emailForm() || state.postcardEnabled --><!-- ngInclude: ::template('recipient-message') -->
          <div data-heap-ignore="true" data-ng-include="::template('recipient-message')" data-ng-if="show.emailForm() || state.postcardEnabled" class="mp-sensitive ng-scope">
            <div class="donation-dedication_message ng-scope" data-sc-form-error="highlight if dedicationForm.ecard_message fails" aria-invalid="false">
              <!-- Message Text -->
              <div class="donation-dedication_message-text half" data-ng-class="{ half: show.ecardsForm() }">
                <div class="donation-dedication_message-label">
                  <label class="donation-label" for="dedicationMessage" data-sc-form-error="highlight if dedicationForm.ecard_message fails">Your Message to the Recipient</label>
                  <!-- ngIf: dedicationModel.ecard_id -->
                </div>
                <textarea class="donation-dedication_message-input ng-pristine ng-untouched ng-valid ng-empty ng-not-modified" data-sc-form-error="highlight if dedicationForm.ecard_message fails" data-ng-model="dedicationModel.ecard_message"
                  data-sc-retain-focus-validity="" name="ecard_message" aria-label="Your Message to the Recipient." aria-invalid="false"></textarea>
                <small class="donation-dedication_message-helper"> Please spell check, include how you would like your name(s) signed, mention the amount if desired, and format your message as you would like it delivered. </small>
              </div>
              <!-- Image (ecard) -->
              <!-- ngIf: show.ecardsForm() -->
              <div class="donation-dedication_message-ecard ng-scope" data-ng-if="show.ecardsForm()">
                <label class="donation-dedication_message-label">Include an e-Card?</label>
                <radio-group role="radiogroup" aria-label="select eCard to send" class="ng-isolate-scope"><ng-transclude>
                    <div class="donation-dedication_message-ecard-none ng-scope">
                      <radio-control ng-model="dedicationModel.ecard_id" name="'ecard_id'" value="null" aria-label="don't include an e-card design with the e-mail"
                        class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-not-empty ng-not-modified">
                        <button class="form__radio-control checked" aria-checked="true" role="radio" tabindex="0" ng-class="{ checked: $ctrl.isChecked() }" ng-click="$ctrl.select()" ng-keydown="$ctrl.onKeyDown($event)" ng-disabled="$ctrl.disabled"
                          type="button" aria-label="don't include an e-card design with the e-mail" _spec="button">
                          <span class="form__radio-control_input" sc-error-class="$ctrl.ngModelCtrl.$name" ng-style="{ color: $ctrl.color }" _spec="radio" style="color: rgb(244, 127, 52);"></span>
                          <span class="form__radio-control_label" qa-id="radio-field" ng-transclude="" _spec="label"> No e-Card </span>
                        </button>
                      </radio-control>
                    </div>
                    <div class="donation-dedication_message-ecard-grid ng-scope">
                      <!-- ngRepeat: ecard in list.ecards | orderBy: 'order' -->
                      <div class="donation-dedication_message-ecard-item ng-scope" data-ng-repeat="ecard in list.ecards | orderBy: 'order'" data-ng-class="{'active': dedicationModel.ecard_id == ecard.id }" data-ng-click="selectEcard(ecard.id)"
                        data-ng-style="{color: theme.current.styles.primaryColor}" style="color: rgb(244, 127, 52);">
                        <div class="donation-dedication_message-ecard-radio">
                          <radio-control value="ecard.id" ng-model="dedicationModel.ecard_id" name="'ecard_id'" size="'small'" aria-label="e-Card option 1" class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-not-empty ng-not-modified">
                            <button class="form__radio-control--small" aria-checked="false" role="radio" tabindex="0" ng-class="{ checked: $ctrl.isChecked() }" ng-click="$ctrl.select()" ng-keydown="$ctrl.onKeyDown($event)"
                              ng-disabled="$ctrl.disabled" type="button" aria-label="e-Card option 1" _spec="button">
                              <span class="form__radio-control--small_input" sc-error-class="$ctrl.ngModelCtrl.$name" ng-style="{ color: $ctrl.color }" _spec="radio" style="color: rgb(244, 127, 52);"></span>
                              <span class="form__radio-control--small_label" qa-id="radio-field" ng-transclude="" _spec="label"></span>
                            </button>
                          </radio-control>
                        </div>
                        <img class="donation-dedication_message-ecard-image" data-ng-src="https://assets.classy.org/7399452/b886ca6a-ffff-11e9-a7f1-0ea310845286.jpg" alt="dedication message ecard 1"
                          src="https://assets.classy.org/7399452/b886ca6a-ffff-11e9-a7f1-0ea310845286.jpg">
                      </div><!-- end ngRepeat: ecard in list.ecards | orderBy: 'order' -->
                      <div class="donation-dedication_message-ecard-item ng-scope" data-ng-repeat="ecard in list.ecards | orderBy: 'order'" data-ng-class="{'active': dedicationModel.ecard_id == ecard.id }" data-ng-click="selectEcard(ecard.id)"
                        data-ng-style="{color: theme.current.styles.primaryColor}" style="color: rgb(244, 127, 52);">
                        <div class="donation-dedication_message-ecard-radio">
                          <radio-control value="ecard.id" ng-model="dedicationModel.ecard_id" name="'ecard_id'" size="'small'" aria-label="e-Card option 2" class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-not-empty ng-not-modified">
                            <button class="form__radio-control--small" aria-checked="false" role="radio" tabindex="0" ng-class="{ checked: $ctrl.isChecked() }" ng-click="$ctrl.select()" ng-keydown="$ctrl.onKeyDown($event)"
                              ng-disabled="$ctrl.disabled" type="button" aria-label="e-Card option 2" _spec="button">
                              <span class="form__radio-control--small_input" sc-error-class="$ctrl.ngModelCtrl.$name" ng-style="{ color: $ctrl.color }" _spec="radio" style="color: rgb(244, 127, 52);"></span>
                              <span class="form__radio-control--small_label" qa-id="radio-field" ng-transclude="" _spec="label"></span>
                            </button>
                          </radio-control>
                        </div>
                        <img class="donation-dedication_message-ecard-image" data-ng-src="https://assets.classy.org/7220728/bd401228-ccc0-11e8-a167-0ad47a520ca4.jpg" alt="dedication message ecard 2"
                          src="https://assets.classy.org/7220728/bd401228-ccc0-11e8-a167-0ad47a520ca4.jpg">
                      </div><!-- end ngRepeat: ecard in list.ecards | orderBy: 'order' -->
                      <!-- ngIf: dedicationModel.ecard_id -->
                    </div>
                  </ng-transclude></radio-group>
              </div><!-- end ngIf: show.ecardsForm() -->
            </div>
          </div><!-- end ngIf: show.emailForm() || state.postcardEnabled -->
        </div>
      </section>
    </div>
  </section><!-- end ngRepeat: component in list.components | filter:{section:'main'} | orderBy:'order' -->
  <section class="block-component ng-scope" data-ng-repeat="component in list.components | filter:{section:'main'} | orderBy:'order'">
    <!-- ngInclude: component.templateUrl -->
    <div data-ng-include="component.templateUrl" class="ng-scope">
      <section class="donation-credit ng-scope no-fundraising" ng-class="{'no-fundraising': !campaign.HAS_FUNDRAISING}" data-ng-controller="frsDonationCreditCtrl">
        <!-- ngIf: !campaign.current.disable_donation_attribution && campaign.HAS_FUNDRAISING -->
        <!-- ngIf: show.designation() -->
      </section>
    </div>
  </section><!-- end ngRepeat: component in list.components | filter:{section:'main'} | orderBy:'order' -->
  <section class="block-component ng-scope" data-ng-repeat="component in list.components | filter:{section:'main'} | orderBy:'order'">
    <!-- ngInclude: component.templateUrl -->
    <div data-ng-include="component.templateUrl" class="ng-scope">
      <div class="donation-donor ng-scope" data-ng-controller="frsDonationDonorCtrl" aria-labelledby="donationPage_your-information-heading">
        <h2 class="donation-subtitle" id="donationPage_your-information-heading">Your Information</h2>
        <!-- ngIf: show.prefix() -->
        <!-- ngInclude: ::template('name') -->
        <div data-heap-ignore="true" class="mp-sensitive ng-scope" data-ng-include="::template('name')">
          <div class="donation-table ng-scope">
            <div class="donation-table_row">
              <div class="donation-table_columns donation-table_columns_without_margin">
                <div class="donation-table_column half" data-ng-class="show.middleName() ? 'third' : 'half'">
                  <span class="donation-label required" data-sc-form-error="highlight if member_first_name fails">First Name</span>
                  <input class="donation-text_input ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-not-modified" data-ng-model="META.member_first_name" data-sc-form-error="highlight if member_first_name fails"
                    data-sc-retain-focus-validity="" type="text" name="member_first_name" aria-label="Please enter your first name" required="" aria-invalid="false">
                </div>
                <!-- ngIf: show.middleName() -->
                <div class="donation-table_column half" data-ng-class="show.middleName() ? 'third' : 'half'">
                  <span class="donation-label required" data-sc-form-error="highlight if member_last_name fails">Last Name</span>
                  <input class="donation-text_input ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-not-modified" data-ng-model="META.member_last_name" data-sc-form-error="highlight if member_last_name fails"
                    data-sc-retain-focus-validity="" type="text" name="member_last_name" aria-label="Please enter your last name" required="" aria-invalid="false">
                </div>
              </div>
              <div aria-live="assertive">
                <span class="donation-error ng-binding" data-sc-form-error="show if [member_first_name,optional_middle_name,member_last_name] fails" ng-bind="build.nameError()" style="display: none;">Be sure to provide your name.</span>
              </div>
              <!-- ngIf: show.anonymous() || show.anonymousDonationAmounts() -->
            </div>
          </div>
        </div>
        <!-- ngIf: show.suffix() -->
        <!-- ngInclude: ::template('email') -->
        <div data-heap-ignore="true" class="mp-sensitive ng-scope" data-ng-include="::template('email')">
          <div class="donation-table ng-scope">
            <div class="donation-table_label">
              <label class="donation-label required" data-sc-form-error="highlight if member_email_address fails">Email</label>
            </div>
            <div class="donation-table_row">
              <div class="donation-table_columns">
                <div class="donation-table_column">
                  <input class="donation-text_input ng-pristine ng-untouched ng-empty ng-valid-email-address ng-invalid ng-invalid-required ng-not-modified" data-ng-model="MODEL.member_email_address"
                    data-sc-form-error="highlight if member_email_address fails" data-sc-validate-email-address="" data-sc-retain-focus-validity="" type="text" name="member_email_address" aria-label="Email address. Your receipt will be emailed here."
                    required="" aria-invalid="false">
                </div>
              </div>
              <div aria-live="polite" role="alert">
                <span class="donation-error ng-binding" data-sc-form-error="show if member_email_address fails required" style="display: none;"> Don't forget your email address. </span>
                <span class="donation-error ng-binding" data-sc-form-error="show if member_email_address fails emailAddress" style="display: none;"> Please enter in the format: name@domain.com. </span>
              </div>
              <small class="donation-table_row-helper"> Your receipt will be emailed here. </small>
              <sc-consent data-show="!campaign.current.hide_contact_opt_in" data-opt-in="MODEL.opt_in" data-language="MODEL.opt_in_wording" name="opt_in" class="ng-isolate-scope">
                <!-- ngIf: $ctrl.show -->
                <div data-ng-if="$ctrl.show" data-ng-hide="$ctrl.hide" class="sc-consent ng-scope">
                  <button type="button" class="sc-checkbox_top sc-checkbox checked" data-ng-click="toggle()" role="checkbox" aria-checked="true" data-sc-checkbox="" data-ng-model="$ctrl.optIn" aria-label="It's okay to contact me in the future."
                    name="opt_in" style="padding-left: 0px;"><span class="sc-checkbox_input" style="display: none;"></span><span class="sc-checkbox_label" data-ng-transclude="" aria-hidden="true">When making a donation, you agree to receive email or
                      other communications from ADL.</span></button>
                </div><!-- end ngIf: $ctrl.show -->
              </sc-consent>
            </div>
          </div>
        </div>
        <!-- ngInclude: ::template('phone') -->
        <div data-heap-ignore="true" class="mp-sensitive ng-scope" data-ng-include="::template('phone')">
          <div class="donation-table ng-scope" style="display: none;">
            <div class="donation-table_label">
              <label class="donation-label" data-ng-class="{ required: get.homephone('is_required') }" data-sc-form-error="highlight if member_phone fails">Phone Number</label>
            </div>
            <div class="donation-table_row">
              <div class="donation-table_columns">
                <div class="donation-table_column half">
                  <input class="donation-text_input ng-pristine ng-untouched ng-valid ng-empty ng-valid-phone-number ng-valid-required ng-not-modified" data-ng-model="MODEL.member_phone" data-sc-form-error="highlight if member_phone fails"
                    data-sc-validate-phone="" data-sc-retain-focus-validity="" data-ng-required="get.homephone('is_required')" inputmode="numeric" type="tel" aria-label="phone number, numbers only" name="member_phone" aria-invalid="false">
                </div>
              </div>
              <div aria-live="polite" role="alert">
                <span class="donation-error ng-binding" data-sc-form-error="show if member_phone fails phoneNumber" style="display: none;"> Please enter a valid phone number. </span>
                <span class="donation-error ng-binding" data-sc-form-error="show if member_phone fails required" style="display: none;"> Don't forget your phone number. </span>
              </div>
            </div>
          </div>
        </div>
        <!-- ngIf: show.cellPhone() -->
        <!-- ngIf: show.comment() -->
        <!-- ngIf: show.company() -->
        <!-- ngIf: show.blog() -->
        <!-- ngIf: show.website() -->
        <!-- ngIf: show.gender() -->
        <!-- ngIf: show.pronoun() -->
        <!-- ngIf: show.birthdate() -->
        <!-- ngIf: show.customQuestions() -->
      </div>
    </div>
  </section><!-- end ngRepeat: component in list.components | filter:{section:'main'} | orderBy:'order' -->
  <section class="block-component ng-scope" data-ng-repeat="component in list.components | filter:{section:'main'} | orderBy:'order'">
    <!-- ngInclude: component.templateUrl -->
    <div data-ng-include="component.templateUrl" class="ng-scope">
      <div data-ng-controller="frsDonationPaymentCtrl" id="df_checkout_donation-payment" class="donation-payment ng-scope" aria-label="Payment Details">
        <div>
          <cp-payment-widget api="API" payment="MODEL.payment" submit-digital-wallets="submitDigitalWallets" fee-processing="globalState.feeProcessing" meta="META" parent-model="MODEL" hide-postal="true" currency="MODEL.payment.raw_currency_code"
            class="ng-isolate-scope">
            <div class="donation-payment-method-select row" ng-hide="$ctrl.hideButtons">
              <div class="column-md-7">
                <summary-amount amount="$ctrl.meta.summaryAmount" recur_until="$ctrl.parentModel.recur_until" feeprocessing="$ctrl.feeProcessing" frequency="$ctrl.parentModel.frequency" taxcompliance="$ctrl.meta.unsupportedTaxCompliance"
                  currency="$ctrl.parentModel.payment.raw_currency_code" estimatedcharge="$ctrl.meta.estimatedCharge" class="ng-isolate-scope">
                  <p class="donation-summary-amount">
                    <span class="sr-only">your currently selected donation amount is </span>
                    <!-- ngIf: !$ctrl.preventRecurringFrequency --><span class="donation-summary-amount-label ng-binding ng-scope" aria-hidden="true" ng-if="!$ctrl.preventRecurringFrequency">One-time
                      donation</span><!-- end ngIf: !$ctrl.preventRecurringFrequency -->
                    <!-- ngIf: $ctrl.preventRecurringFrequency -->
                    <span class="donation-summary-amount-amount ng-binding" data-ng-class="{ processing: $ctrl.feeprocessing }"> €0.00<!-- ngIf: $ctrl.preventRecurringFrequency -->
                      <span class="donation-summary-amount-currency ng-binding">EUR</span>
                      <span class="donation-summary-amount-processing">
                        <span class="donation-summary-amount-processing-spinner"></span>
                      </span>
                    </span>
                    <!-- ngIf: !$ctrl.preventRecurringFrequency && $ctrl.recurUntil -->
                    <!-- ngIf: !$ctrl.preventRecurringFrequency --><span class="donation-summary-amount-date ng-binding ng-scope" ng-if="!$ctrl.preventRecurringFrequency"></span><!-- end ngIf: !$ctrl.preventRecurringFrequency -->
                    <!-- ngIf: $ctrl.taxCompliance -->
                  </p>
                </summary-amount>
                <fee-on-top fot="$ctrl.parentModel.fee_on_top" class="ng-isolate-scope"><!-- ngIf: $ctrl.showFOT() -->
                  <div class="donation-table ng-scope" ng-if="$ctrl.showFOT()" style="margin-top:0">
                    <div class="donation-table_row">
                      <div class="donation-table_columns donation-table_columns_without_margin">
                        <div class="donation-table_column">
                          <button type="button" class="fot-checkbox sc-checkbox " data-ng-click="toggle()" role="checkbox" aria-checked="false" data-sc-checkbox="" data-ng-model="$ctrl.fot" name="donation_fot"
                            aria-label="I'd like to cover all transaction fees so 100% of my donation goes to ADL."><span class="sc-checkbox_input"></span><span class="sc-checkbox_label" data-ng-transclude="" aria-hidden="true">
                              <span data-sc-ctx-bind-html="$ctrl.classyModeAppeal() | scTrustedHtml" class="ng-scope">
                                <p>I'd like to cover all transaction fees so 100% of my donation goes to ADL.</p>
                              </span>
                            </span></button>
                        </div>
                      </div>
                    </div>
                  </div><!-- end ngIf: $ctrl.showFOT() -->
                </fee-on-top>
              </div>
              <div class="column-md-5">
                <small ng-hide="$ctrl.showDW" class="donation-payment-method-select_description ng-hide"> Donate with your preferred payment method: </small>
                <!-- ngIf: $ctrl.showDW --><small ng-if="$ctrl.showDW" class="donation-payment-method-select_dwterms ng-scope"> By clicking the donate button, I agree to the <a href="https://www.classy.org/terms/" target="_blank">Terms of Service</a>
                  and <a href="https://www.classy.org/terms/privacy/" target="_blank">Privacy Policy</a>
                </small><!-- end ngIf: $ctrl.showDW -->
                <!-- ngIf: !$ctrl.isTrial --><cp-digital-wallets data-ng-if="!$ctrl.isTrial" frequency="$ctrl.parentModel.frequency" amount="$ctrl.meta.summaryAmount" currency="$ctrl.parentModel.payment.raw_currency_code"
                  submit="$ctrl.submitDigitalWallets" pay-type="$ctrl.meta.digitalWalletType" class="ng-scope ng-isolate-scope"><!-- ngIf: $ctrl.showDigitalWallets -->
                  <div ng-if="$ctrl.showDigitalWallets" class="ng-scope">
                    <button type="button" aria-label="Donate With Google Pay" role="link" class="digital-wallets-btn google-pay" data-tracked-element="donation-page_checkout_digital-wallet" ng-click="$ctrl.openDWModal()"> Donate with <img
                        ng-src="/static/global/images/digitalWallets/GooglePay-logo.svg" alt="Google Pay" src="/static/global/images/digitalWallets/GooglePay-logo.svg">
                    </button>
                  </div><!-- end ngIf: $ctrl.showDigitalWallets -->
                </cp-digital-wallets><!-- end ngIf: !$ctrl.isTrial -->
                <!-- ngIf: $ctrl.show.paypal() && !$ctrl.isTrial -->
                <!-- ngIf: $ctrl.show.paypalCommerce() || $ctrl.show.venmo() -->
                <button data-tracked-element="donation-page_checkout_credit-card-btn" class="payment-method-select-btn__cc" type="button" style="background:rgb(244, 127, 52)" ng-click="$ctrl.showCardInputs()" aria-expanded="false"
                  aria-controls="donation-page_checkout_payment-form donation-page_checkout_payment-details">Credit Card</button>
                <!-- ngIf: $ctrl.show.achButton() && !$ctrl.isTrial --><cp-plaid-widget data-ng-if="$ctrl.show.achButton() &amp;&amp; !$ctrl.isTrial" &="" model="$ctrl.payment.ach" sc-validity-reporter="" ng-model="$ctrl.payment.ach.status"
                  on-ready="$ctrl.onAchReady()" on-success="$ctrl.onAchSuccess(lastFour, accountType)" on-cancel="$ctrl.onAchCancel()" currency="$ctrl.currency"
                  class="ng-pristine ng-untouched ng-valid ng-scope ng-isolate-scope ng-not-empty ng-not-modified">
                  <button type="button" data-tracked-element="donation-page_checkout_ach-plaid-btn" class="payment-method-select-btn__ach" ng-style="{ 'background': $ctrl.primaryColor }"
                    ng-show="$ctrl.model.status !== $ctrl.constants.STATUS.INACTIVE" ng-click="$ctrl.openPlaidDialog()" tabindex="0" style="background: rgb(244, 127, 52);"> Bank Transfer </button>
                </cp-plaid-widget><!-- end ngIf: $ctrl.show.achButton() && !$ctrl.isTrial -->
                <!-- ngIf: $ctrl.show.accountRoutingButton() && !$ctrl.isTrial -->
              </div>
            </div>
            <!-- ngIf: $ctrl.meta.showPaymentDetails -->
            <!-- ngIf: $ctrl.meta.showPaymentDetails -->
          </cp-payment-widget>
        </div>
        <!-- ngIf: META.showPaymentDetails -->
      </div>
    </div>
  </section><!-- end ngRepeat: component in list.components | filter:{section:'main'} | orderBy:'order' -->
  <section class="block-component ng-scope" data-ng-repeat="component in list.components | filter:{section:'main'} | orderBy:'order'">
    <!-- ngInclude: component.templateUrl -->
    <div data-ng-include="component.templateUrl" class="ng-scope">
      <section id="df_checkout_donation-footer" class="donation-footer ng-scope ng-hide" data-ng-controller="frsDonationFooterCtrl" data-ng-show="META.showPaymentDetails">
        <div class="donation-footer_container">
          <!-- ngIf: show.achTerms() -->
          <small class="donation-footer_terms"> By clicking <span class="ng-binding">Give now!</span>, I agree to the <a href="https://www.classy.org/terms" target="_blank" aria-label="View Terms of Service page">Terms of Service</a> and
            <a href="https://www.classy.org/terms/privacy" target="_blank" aria-label="View Privacy Policy page">Privacy Policy</a>
          </small>
          <!-- ngIf: show.feeOnTop() -->
          <div class="donation-footer_controls">
            <!-- ngIf: !editable --><button id="donate-cta-main" class="donation-footer_submit ng-binding ng-scope" ng-if="!editable" data-ng-style="{'background-color': theme.current.styles.primaryColor}"
              data-ng-disabled="globalState.processing || globalState.submitDisabled" data-ng-bind="block['submit-button-text'] || 'Donate' " aria-label="click give now to donate €0.00" type="submit" style="background-color: rgb(244, 127, 52);">Give
              now!</button><!-- end ngIf: !editable -->
            <!-- ngIf: editable -->
          </div>
          <div class="donation-footer_summary">
            <!-- ngIf: show.creditee() -->
            <summary-amount amount="META.summaryAmount" recur_until="MODEL.recur_until" feeprocessing="globalState.feeProcessing" frequency="MODEL.frequency" taxcompliance="META.unsupportedTaxCompliance" currency="MODEL.payment.raw_currency_code"
              estimatedcharge="META.estimatedCharge" class="ng-isolate-scope">
              <p class="donation-summary-amount">
                <span class="sr-only">your currently selected donation amount is </span>
                <!-- ngIf: !$ctrl.preventRecurringFrequency --><span class="donation-summary-amount-label ng-binding ng-scope" aria-hidden="true" ng-if="!$ctrl.preventRecurringFrequency">One-time
                  donation</span><!-- end ngIf: !$ctrl.preventRecurringFrequency -->
                <!-- ngIf: $ctrl.preventRecurringFrequency -->
                <span class="donation-summary-amount-amount ng-binding" data-ng-class="{ processing: $ctrl.feeprocessing }"> €0.00<!-- ngIf: $ctrl.preventRecurringFrequency -->
                  <span class="donation-summary-amount-currency ng-binding">EUR</span>
                  <span class="donation-summary-amount-processing">
                    <span class="donation-summary-amount-processing-spinner"></span>
                  </span>
                </span>
                <!-- ngIf: !$ctrl.preventRecurringFrequency && $ctrl.recurUntil -->
                <!-- ngIf: !$ctrl.preventRecurringFrequency --><span class="donation-summary-amount-date ng-binding ng-scope" ng-if="!$ctrl.preventRecurringFrequency"></span><!-- end ngIf: !$ctrl.preventRecurringFrequency -->
                <!-- ngIf: $ctrl.taxCompliance -->
              </p>
            </summary-amount>
          </div>
          <!-- ngIf: META.unsupportedTaxCompliance -->
          <div class="donation-footer__compliance--unsupported ng-scope" ng-if="META.unsupportedTaxCompliance">
            <div class="donation-footer__compliance-img">
              <i class="ci ci-world-hands"></i>
            </div>
            <div class="donation-footer__compliance-text">
              <span class="donation-footer__compliance-title">International Gift</span>
              <p class="ng-binding">You are giving to an organization located in United States. This donation will be processed and receipted in USD and deposited to a US bank account. Contributions are tax deductible to the extent allowed by the
                laws of your country. Consult your local tax professional.</p>
            </div>
          </div><!-- end ngIf: META.unsupportedTaxCompliance -->
        </div>
      </section>
      <div class="donation-border-top donation-footer__compliance ng-scope ng-hide" ng-show="META.showTaxComplianceLanguage">
        <p ng-bind-html="META.taxComplianceLanguage" class="ng-binding"></p>
      </div>
    </div>
  </section><!-- end ngRepeat: component in list.components | filter:{section:'main'} | orderBy:'order' -->
</form>

Text Content

Close
Login










Thanks to a $125,000 match from longtime ADL supporters, your Giving Tuesday
gift doubles in impact to help create a society that embraces equity and
inclusion.

One time
monthly

Choose a one-time amount

   
   
 * €490
   
   
   
 * €175
   
   
   
 * €49
   
   
   
 * €25
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
 * AED | United Arab Emirates DirhamAFN | Afghan AfghaniALL | Albanian LekAMD |
   Armenian DramANG | Netherlands Antillean GuilderAOA | Angolan KwanzaARS |
   Argentine PesoAUD | Australian DollarAWG | Aruban FlorinAZN | Azerbaijani
   ManatBAM | Bosnia And Herzegovina Convertible MarkBBD | Barbados DollarBDT |
   Bangladeshi TakaBGN | Bulgarian LevBHD | Bahraini DinarBIF | Burundian
   FrancBMD | Bermudian Dollar (customarily Known As Bermuda Dollar)BND | Brunei
   DollarBOB | BolivianoBRL | Brazilian RealBSD | Bahamian DollarBTN | Bhutanese
   NgultrumBWP | Botswana PulaBZD | Belize DollarCAD | Canadian DollarCDF |
   Congolese FrancCHF | Swiss FrancCLF | Unidad De Fomento (funds Code)CLP |
   Chilean PesoCNY | Chinese YuanCOP | Colombian PesoCRC | Costa Rican ColonCUC
   | Cuban Convertible PesoCUP | Cuban PesoCVE | Cape Verde EscudoCZK | Czech
   KorunaDJF | Djiboutian FrancDKK | Danish KroneDOP | Dominican PesoDZD |
   Algerian DinarEGP | Egyptian PoundERN | Eritrean NakfaETB | Ethiopian BirrEUR
   | EuroFJD | Fiji DollarFKP | Falkland Islands PoundGBP | Pound SterlingGEL |
   Georgian LariGHS | Ghanaian CediGIP | Gibraltar PoundGMD | Gambian DalasiGNF
   | Guinean FrancGTQ | Guatemalan QuetzalGYD | Guyanese DollarHKD | Hong Kong
   DollarHNL | Honduran LempiraHRK | Croatian KunaHTG | Haitian GourdeHUF |
   Hungarian ForintIDR | Indonesian RupiahILS | Israeli New ShekelINR | Indian
   RupeeIQD | Iraqi DinarIRR | Iranian RialISK | Icelandic KrónaJMD | Jamaican
   DollarJOD | Jordanian DinarJPY | Japanese YenKES | Kenyan ShillingKGS |
   Kyrgyzstani SomKHR | Cambodian RielKMF | Comoro FrancKPW | North Korean
   WonKRW | South Korean WonKWD | Kuwaiti DinarKYD | Cayman Islands DollarKZT |
   Kazakhstani TengeLAK | Lao KipLBP | Lebanese PoundLKR | Sri Lankan RupeeLRD |
   Liberian DollarLSL | Lesotho LotiLYD | Libyan DinarMAD | Moroccan DirhamMDL |
   Moldovan LeuMGA | Malagasy AriaryMKD | Macedonian DenarMMK | Myanma KyatMNT |
   Mongolian TugrikMOP | Macanese PatacaMUR | Mauritian RupeeMVR | Maldivian
   RufiyaaMWK | Malawian KwachaMXN | Mexican PesoMYR | Malaysian RinggitMZN |
   Mozambican MeticalNAD | Namibian DollarNGN | Nigerian NairaNIO | Nicaraguan
   CórdobaNOK | Norwegian KroneNPR | Nepalese RupeeNZD | New Zealand DollarOMR |
   Omani RialPAB | Panamanian BalboaPEN | Peruvian Nuevo SolPGK | Papua New
   Guinean KinaPHP | Philippine PesoPKR | Pakistani RupeePLN | Polish ZłotyPYG |
   Paraguayan GuaraníQAR | Qatari RiyalRON | Romanian New LeuRSD | Serbian
   DinarRWF | Rwandan FrancSAR | Saudi RiyalSBD | Solomon Islands DollarSCR |
   Seychelles RupeeSDG | Sudanese PoundSEK | Swedish Krona/kronorSGD | Singapore
   DollarSHP | Saint Helena PoundSLL | Sierra Leonean LeoneSOS | Somali
   ShillingSRD | Surinamese DollarSSP | South Sudanese PoundSTD | São Tomé And
   Príncipe DobraSYP | Syrian PoundSZL | Swazi LilangeniTHB | Thai BahtTJS |
   Tajikistani SomoniTMT | Turkmenistani ManatTND | Tunisian DinarTOP | Tongan
   PaʻangaTRY | Turkish LiraTTD | Trinidad And Tobago DollarTWD | New Taiwan
   DollarTZS | Tanzanian ShillingUAH | Ukrainian HryvniaUGX | Ugandan
   ShillingUSD | United States DollarUYU | Uruguayan PesoUZS | Uzbekistan SomVND
   | Vietnamese DongVUV | Vanuatu VatuWST | Samoan TalaXAF | CFA Franc BEACXCD |
   East Caribbean DollarXDR | Special Drawing RightsXOF | CFA Franc BCEAOXPF |
   CFP FrancYER | Yemeni RialZAR | South African Rand EUR
   €
   
   

   
   

Dedicate my donation in honor or in memory of someone
Type
In honor of … In memory of …
Honoree’s First Name
Honoree’s Last Name
Don't forget to give us a name for the dedication.
Recipient's email
Please enter dedication recipient email in the format: name@domain.com.
Optionally send a notification email
Recipient’s First Name
Recipient’s Last Name
Don't forget to include the of your recipient.
Printed Card
Send a card in the mail
Your Message to the Recipient
Please spell check, include how you would like your name(s) signed, mention the
amount if desired, and format your message as you would like it delivered.
Include an e-Card?
No e-Card




YOUR INFORMATION

First Name
Last Name
Be sure to provide your name.
Email
Don't forget your email address. Please enter in the format: name@domain.com.
Your receipt will be emailed here.
When making a donation, you agree to receive email or other communications from
ADL.
Phone Number
Please enter a valid phone number. Don't forget your phone number.

your currently selected donation amount is One-time donation €0.00 EUR

I'd like to cover all transaction fees so 100% of my donation goes to ADL.

Donate with your preferred payment method: By clicking the donate button, I
agree to the Terms of Service and Privacy Policy
Donate with
Credit Card Bank Transfer
By clicking Give now!, I agree to the Terms of Service and Privacy Policy
Give now!

your currently selected donation amount is One-time donation €0.00 EUR

International Gift

You are giving to an organization located in United States. This donation will
be processed and receipted in USD and deposited to a US bank account.
Contributions are tax deductible to the extent allowed by the laws of your
country. Consult your local tax professional.



Prefer to donate with cryptocurrency?
Donate Crypto

Bitcoin Ethereum USDC
Choose a donation amount
$500.00 0.03026931 BTC   $180.00 0.01089695 BTC  
$50.00 0.00302693 BTC   $25.00 0.00151347 BTC  
USD
BTC
enter an amount greater than 0

What would you like your donation to support?


Donate
NaN BTC
 


QUESTIONS

Is this donation tax deductible?

Yes. Anti-Defamation League is a 501(c)3 tax-exempt organization and your
donation is tax-deductible within the guidelines of U.S. law. Your emailed
donation receipt serves as your tax receipt. If you need additional support
please reach out to us at development@adl.org.

To contribute by mail...

Please send a personal check or money order made payable to ADL to:

Anti-Defamation League
605 Third Avenue
New York, NY 10158

If you would like to contribute to a specific regional campaign, simply note the
name of the ADL regional office in the memo on your gift.

To make a gift of securities...

To make a gift of stock, please instruct your broker to make the transfer to:

Sean Kelly, UBS Financial Services
8 Wright Street, 3rd Floor
Westport, CT 06880
Phone: 800-243-4121

DTC# 0221
ADL’s Account # UN-05079-KS
ADL’s Tax ID # 13-1818723

Also, because your name may not always accompany the electronic transfer of
shares, please notify us at development@adl.org of your intended gift so we can
credit you for your gift and send the proper acknowledgements.

To make a planned gift...

There are many flexible ways to create a legacy of hope to strengthen ADL's
future that can also help you achieve your financial and personal goals today.
https://myplan.adl.org/

To contact ADL about your gift…

Please send us an email at development@adl.org or call us at 212-885-7787.

To fulfill an existing pledge to ADL...

Fulfill your pledge to ADL here.

Anti-Defamation League
 * Who We Are
 * What We Do
 * Education
 * Research & Tools
 * News
 * Take Action
 * Ways to Give

Donate
Find Your Local ADL
 * ADL Español
 * Blog
 * Press
 * Video
 * Careers
 * Contact
 * Privacy Policy

 * Twitter
 * Facebook
 * Pinterest
 * Instagram
 * Youtube

Anti-Defamation League
605 Third Avenue
New York, NY 10158-3650
(212) 885-7700
Contact Us: www.adl.org/contact
Tax ID/EIN: 13-1818723

©Anti-Defamation League. All rights reserved.






Hey there!
   
 * Log In
   

   
 * Share this page