Inboxes List

Create an inbox to save and track emails. It's free!

+New inbox

<!DOCTYPE html>
<html lang="en" xmlns="//www.w3.org/1999/xhtml">
 <head>
  <meta charset="utf-8"/>
  <meta content="width=device-width" name="viewport"/>
  <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
  <meta name="x-apple-disable-message-reformatting"/>
  <title>
   American Airlines Supports the American Red Cross
  </title>
  <style media="only screen and (max-width: 600px)" type="text/css">
   @media only screen and (max-width:599px) {
.header-image {
    width: 90% !important;
    height: auto !important;
}
.body-image {
    width: 100% !important;
    height: auto !important;
}
.gml-tagline {
    width: 60 !important;
    height: auto!important;
}
td.body-copy .disable-link {
    text-decoration: underline !important;
    color: #ed1b2e !important;
}
td#footer .disable-link {
    text-decoration: underline !important;
    color: #999999 !important;
}
.email-container {
    width: 100% !important;
    margin: auto !important;
}
/* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */
.fluid {
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/* What it does: Forces table cells into full-width rows. */
.stack-column, .stack-column-center {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    direction: ltr !important;
}
/* And center justify these ones. */
.stack-column-center {
    text-align: center !important;
}
/* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
.center-on-narrow {
    text-align: center !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}
.center-on-narrow-fill {
    text-align: center !important;
    width: 100% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}
table.center-on-narrow {
    display: inline-block !important;
}
.email-container .hide-mobile, .hide-mobile, .hide480 {
    background: #ffffff !important;
    height: 0 !important;
    max-height: none !important;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    color: transparent;
    mso-hide: all;
}
table.side-table {
    clear: both;
    width: 100% !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0 !important;
    border-collapse: collapse!important;
}
#footer {
}
#footer span.footer-center {
    text-align: center !important;
}
td[class="pattern"] table {
    width: 100%;
}
td[class="pattern"] .col {
    width: 33%;
}
td[class="pattern"] .col {
    width: 100%;
    display: block;
}
td[class="pattern"] .col-left, td[class="pattern"] .col-mid {
    margin-bottom: 20px;
}
/* What it does: Removes right & left padding on mobile devices */
.mobile-padding{
    padding-right :0 !important; 
    padding-left :0 !important; 
    width: 600px !important; 
    height: auto !important
}
}
  </style>
  <style>
   html, body {
    margin: 0 auto !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
}
a, a:link {
    color: #ed1b2e;
    text-decoration: none;
}
#footer a:hover {
    color: #7f181b !important;
    text-decoration: underline !important;
}
sup {
    line-height: 0;
    font-size: 75%;
}
<!--
[if gte mso 9]> sup {
font-size: 100% !important;
}
<![endif]
-->
/* Stop email clients resizing small text. */
* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
    margin: 0 !important;
}
/* Prevent Outlook from adding extra spacing to tables. */
table, td {
    mso-table-lspace: 0pt !important;
    mso-table-rspace: 0pt !important;
}
/* Fix: Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
table {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
    margin: 0 auto !important;
}
table table table {
    table-layout: auto;
}
/* Better IE resize rendering */
img {
    -ms-interpolation-mode: bicubic;
}
.links a {
    color: #555555 !important;
    text-decoration: none !important;
}
.linksFooter a {
    color: #666666 !important;
    text-decoration: none !important;
}
.linksRed a {
    color: #ed1b2e !important;
    text-decoration: none !important;
}
.linksWhite a {
    color: #ffffff !important;
    text-decoration: none !important;
}
/* iOS handling for detected links */
*[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
}
/* Gmail handling for detected links */
.x-gmail-data-detectors, .x-gmail-data-detectors *, .aBn {
    border-bottom: 0 !important;
    cursor: default !important;
}
/* Gmail: Prevents a download button on large, non-linked images. */
.a6S {
    display: none !important;
    opacity: 0.01 !important;
}
/* Fallback if the above solution doesn't work.  Add a .g-img class to any image in question. */
img.g-img + div {
    display: none !important;
}
/* Windows 10: Prevents underlining the button text. */
.button-link {
    text-decoration: none !important;
}
.nowrap {
    white-space: nowrap
}
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
/* iPhone 6 and 6+ */
.email-container {
    min-width: 375px !important;
}
}
/* Hover styles for buttons */
.button-td, .button-a {
    transition: all 100ms ease-in;
}
.button-td:hover, .button-a:hover {
    background: #ff0000 !important;
    border-color: #ff0000 !important;
}

    /* needed for multi-buttons JH */

.multiButton {  text-align: center !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}
table.multiButton {  display: inline-block !important;
}
    
    
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 480px) {
u ~ div {
    min-width: 100vw;
}
}
    /* PLACE CUSTOM STYLES BELOW HERE!! */
    /* PLACE CUSTOM STYLES BELOW HERE!! */
    /* PLACE CUSTOM STYLES BELOW HERE!! */
    /* PLACE CUSTOM STYLES BELOW HERE!! */
  </style>
 </head>
 <body background="https://inboxflows.com/_/image/%2523ededed/?inbox_flows_img_sig=eyJwYXRoIjoiJTIzZWRlZGVkIiwidGltZSI6MTc3NjE4MjA4OS42NTEwMTA1fQ:1wCg6D:I7H8XUDXO2KwteCHz_J7OIYr1Dps178jZ_vrrKzEQ58" bgcolor="#ededed" style="background: #ededed; margin: 0; mso-line-height-rule: exactly;" width="100%">
  <center style="width: 100%; background: #ededed; text-align: left;">
   <!-- START OF PREHEADER -->
   <div style="display:none;font-size:1px;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;mso-hide:all;font-family: Helvetica, Arial, sans-serif;">
    Celebrate 40 years of partnership and make an impact with bonus miles for every dollar you give
   </div>
   <span style="display:none !important;visibility:hidden;mso-hide:all;font-size:1px;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;">
    <!--EOA COMMENT: This snippet of white space has been added to ensure short preview text does not run into the following text of your email.-->
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
   </span>
   <span style="display:none !important;visibility:hidden;mso-hide:all;font-size:1px;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;">
    <!--EOA COMMENT: This snippet of white space has been added to ensure short preview text does not run into the following text of your email.-->
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
   </span>
   <!-- END OF PREHEADER -->
   <table align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="margin: auto;" width="600">
    <!---------------------------->
    <!---------------------------->
    <!--BEGIN LIFTNOTE -- Remove or comment out from <TR> to </TR> if not wanted!-->
    <!--BEGIN LIFTNOTE TEXT HERE -- Remove or comment out from <TR> to </TR> if not wanted!-->
    <!--END TWO BUTTONS -->
    <!--END LIFTNOTE HERE->

    <!---------------------------->
    <!---------------------------->
    <!--BEGIN TOP LOGO HEADER HERE -- Remove or comment out from <TR> to </TR> if not wanted!-->
    <tr>
     <td align="center" bgcolor="#FFFFFF" style="line-height:auto; padding: 26px 40px 26px 40px;">
      <a target="_blank">
       <img alt="American Red Cross" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.redcross.org%252Fcontent%252Fdam%252Fredcross%252Fbrand-and-creative-marketing%252Fshared-elements%252Fnhq-logos%252FARC_Logo_Bttn_HorizStkd_RGB-cropped.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NzYxODIwODkuNjQ4OTE1M30:1wCg6D:ztqNVvamDhMpFzcFI2S_uXtZYsSL3qhRfYcZu53rB98" style="width:180px; max-width:180px; height:auto;" width="180"/>
      </a>
     </td>
    </tr>
    <tr>
     <td align="center" bgcolor="#ffffff" style="line-height:auto; padding: 0 0 0 0;">
      <a>
       <img alt="Red Cross caseworkers Kathy Lawrence and Kathleen Palley help Belinda Cherry register for financial assistance after Hurricane Beryl caused major damage to her Texas home." border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.redcross.org%252Fcontent%252Fdam%252Fredcross%252Fmods%252F2604_AA.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NzYxODIwODkuNjQ5NDY0OH0:1wCg6D:ED_TFzOzr10O9RrPHkYZL5lNBfpt44HGaqNtc2uDTRQ" style="width:100%; max-width:600px; height:auto; display: block;" width="600"/>
      </a>
     </td>
    </tr>
    <!--END IMAGE HEADER -->
    <!---------------------------->
    <!--BEGIN HEADER CAPTION HERE -- Remove or comment out from <TR> to </TR> if not wanted!-->
    <!--END HEADER CAPTION -->
    <!---------------------------->
    <!--BEGIN LOWER LOGO HEADER HERE -- Remove or comment out from <TR> to </TR> if not wanted!-->
    <!--END LOWER LOGO HEADER -->
    <!---------------------------->
    <!--BEGIN GRAY HEADER TEXT HERE -- Remove or comment out from <TR> to </TR> if not wanted!-->
    <!--END GRAY HEADER TEXT -->
    <!---------------------------->
    <!--BEGIN BLUE HEADER TEXT HERE -- Remove or comment out from <TR> to </TR> if not wanted!-->
    <!--END Blue HEADER TEXT -->
    <!---------------------------->
    <!--BEGIN INITIAL TEXT BLOCK HERE -- Remove or comment out from <TR> to </TR> if not wanted!-->
    <tr>
     <td align="left" bgcolor="#ffffff" class="body-copy" style="padding: 30px 40px 40px 40px; TEXT-ALIGN: left; font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #555555; line-height: 1.4;">
      In moments of crisis, connection becomes more than a convenience — it becomes a lifeline. For generations, the American Red Cross has stepped forward to provide hope and relief when disasters strike. And standing alongside us for 40 years is American Airlines, united by a shared belief: that every person deserves to reach safety, support and the people they love.
      <br/>
      <br/>
      Whether it’s supporting families during emergencies, ensuring disaster relief workers can access communities in need or that critical supplies are available in disaster-affected areas, American Airlines and their customers help make the Red Cross mission possible. In times of need, distance shouldn’t be a barrier to compassion. The Red Cross and American Airlines connect people to places — and to each other — so healing and hope can find their way where they’re needed most.
      <br/>
      <br/>
      To celebrate our 40th year of partnership, American Airlines will award 10 AAdvantage
      <sup>
       ®
      </sup>
      bonus miles* for every $1 you give. This is your chance to make a life-changing impact while enjoying a special thank-you for your support.
      <a target="_blank">
       <font style="font-weight: bold; color: #e21224; text-decoration: underline;">
        Donate today. Together, we can turn care into action.
       </font>
      </a>
      <br/>
      <br/>
      *Only open to AAdvantage
      <sup>
       ®
      </sup>
      program members. Learn more
      <a target="_blank">
       <font style="font-weight: bold; color: #e21224; text-decoration: underline;">
        here.
       </font>
      </a>
      A minimum donation of $25 is required to receive miles.
     </td>
    </tr>
    <tr>
     <td align="center" bgcolor="#FFFFFF" class="mobile-padding" style="line-height:auto; padding: 0 40px 40px 40px; ">
      <a target="_blank">
       <img alt="American Airlines" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.redcross.org%252Fcontent%252Fdam%252Fredcross%252Fmods%252Famerican-airlines.jpg%2520/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NzYxODIwODkuNjQ5NTg0M30:1wCg6D:pcQXLfz7NsUZiD9oTiLzA-cj9f_swm3MqwXNH7inUlQ" style="width:100%; max-width:300px; height:auto;" width="300"/>
      </a>
     </td>
    </tr>
    <!---------------------------->
    <!--BEGIN SMALL BUTTON HERE -- Remove or comment out from <TR> to </TR> if not wanted!-->
    <!--END SMALL BUTTON -->
    <!--BEGIN INITIAL TEXT BLOCK HERE -- Remove or comment out from <TR> to </TR> if not wanted!-->
    <!--END INITIAL TEXT BLOCK -->
    <!--BEGIN FULL BODY IMAGE HERE -- Remove or comment out from <TR> to </TR> if not wanted!-->
    <!--END FULL BODY IMAGE -->
    <!---------------------------->
    <!--BEGIN LARGE BUTTON HERE -- Remove or comment out from <TR> to </TR> if not wanted!-->
    <!--END CLOSING BLOCK -->
    <!---------------------------->
    <!--BEGIN SPONSORSHIP LOGO HERE -- Remove or comment out from <TR> to </TR> if not wanted!-->
    <!--END SPONSORSHIP TEXT-->
    <!---------------------------->
    <!---------------------------->
    <!--MESSAGE ENDS - FOOTER BEGINS-->
    <!---------------------------->
    <!---------------------------->
    <!--BEGIN ENTIRE FOOTER BLOCK HERE -- Remove or comment out from <TR> to </TR> if not wanted!-->
    <tr>
     <td align="center" bgcolor="#ededed" style="padding: 20px 40px; font-family: Helvetica, Arial, sans-serif; color: #555555;">
      <table border="0" cellpadding="0" cellspacing="0" id="footer" role="presentation" width="100%">
       <tbody>
        <!--BEGIN FOOTER ACTION LINKS HERE -- Remove <TR> to </TR> – or comment out – if no contact block-->
        <tr class="email-container">
         <td align="center" class="linksFooter" style="padding: 0 40px 10px 40px; FONT: 11px/13px Arial, sans-serif; color: #8b8d90;">
          <a>
           <font style="FONT: 11px/1.1 Arial, sans-serif; TEXT-DECORATION: underline; font-weight:bold;">
            Subscribe
           </font>
          </a>
          |
          <a target="_blank">
           <font style="FONT: 11px/1.1 Arial, sans-serif; TEXT-DECORATION: underline; font-weight:bold;">
            Contact Us
           </font>
          </a>
          |
          <a target="_blank">
           <font style="FONT: 11px/1.1 Arial, sans-serif; TEXT-DECORATION: underline; font-weight:bold;">
            Privacy Policy
           </font>
          </a>
          |
          <a target="_blank">
           <font style="FONT: 11px/1.1 Arial, sans-serif; TEXT-DECORATION: underline; font-weight:bold;">
            Unsubscribe
           </font>
          </a>
          |
          <a target="_blank">
           <font style="FONT: 11px/1.1 Arial, sans-serif; TEXT-DECORATION: underline; font-weight:bold;">
            View in Browser
           </font>
          </a>
         </td>
        </tr>
        <!--END FOOTER ACTION LINKS-->
        <!----------------------------------------------------->
        <!--BEGIN FOOTER UNSUBSCRIBE HERE -- Remove <TR> to </TR> – or comment out – if no contact block-->
        <tr>
         <td align="center" class="linksFooter" font="font" style="FONT: 11px/1.1 Arial, sans-serif; COLOR: #8b8d90; padding: 0 0 10px 0;">
          <div style="padding-bottom: 8px;">
           Staying in touch via the American Red Cross email list is the best way we have of keeping in regular contact with supporters like you, letting you know about how you can protect yourself and your loved ones from disasters and other emergencies, and how you can support our
           <span style="white-space: nowrap;">
            life-saving work.
           </span>
          </div>
          <div>
           <a target="_blank">
            <font style="FONT: 11px/1.1 Arial, sans-serif; TEXT-DECORATION: underline; font-weight:bold;">
             Click here
            </font>
           </a>
           to unsubscribe from our list, but please know that if you leave, it will be harder for you to stay involved with the Red Cross and continue the work of which you’ve been such a critical part. It is only because of supporters like you that the Red Cross is able to respond when a disaster strikes or a home is impacted by fire, when someone needs CPR or a lifesaving blood transfusion, or when a family needs to contact a deployed service member in an emergency. And we don’t want to lose you! Thanks for
           <span style="white-space: nowrap;">
            your support!
           </span>
           <br/>
           <br/>
           Please do not reply to this email as we are not able to respond to messages sent to this address.
          </div>
         </td>
        </tr>
        <!--END FOOTER UNSUBSCRIBE-->
        <!----------------------------------------------------->
        <!--BEGIN FOOTER CONTACT BLOCK HERE -- Remove <TR> to </TR> – or comment out – if no contact block-->
        <tr>
         <td align="center" class="linksFooter" style="FONT: 11px/1.1 Arial, sans-serif; COLOR: #8b8d90; padding: 0 0 16px 0;">
          ©
          <a target="_blank">
           <font style="FONT: 11px/1.1 Arial, sans-serif; TEXT-DECORATION: underline; font-weight:bold;">
            2026
            <nobr>
             American Red Cross
            </nobr>
           </font>
          </a>
          | 431 18th Street NW Washington DC 20006
          <br class="hide-mobile"/>
          Donate by phone:
          <nobr>
           1-800-HELP NOW
          </nobr>
          <nobr>
           (1-800-435-7669)
          </nobr>
          |
          <a target="_blank">
           <font style="FONT: 11px/1.1 Arial, sans-serif; TEXT-DECORATION: underline; font-weight:bold;">
            Donate by Mail
           </font>
          </a>
         </td>
        </tr>
        <!--END FOOTER CONTACT-->
        <!----------------------------------------------------->
        <!--BEGIN FOOTER SOCIAL ICONS HERE -- Remove <TR> to </TR> – or comment out – if no contact block-->
        <tr>
         <td align="center" height="10" style="padding: 0 0 16px 0;">
          <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation">
           <tr>
            <td>
             <a target="_blank">
              <img alt="Facebook" border="0" height="40" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.redcross.org%252Fcontent%252Fdam%252Fredcross%252Fbrand-and-creative-marketing%252Fshared-elements%252Fnhq-social-icons%252FFacebook-1000x1000-G-Pl.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NzYxODIwODkuNjQ5N30:1wCg6D:6GgunJ08o7OaB6HgMkG7QFEHPXiCMTzFDn8-a5sT_5k" style="display: block; float: left; width: 40px; height: 40px;" width="40"/>
             </a>
            </td>
            <td style="font-size: 0; line-height: 0;" width="8">
            </td>
            <td>
             <a target="_blank">
              <img alt="YouTube" border="0" height="40" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.redcross.org%252Fcontent%252Fdam%252Fredcross%252Fbrand-and-creative-marketing%252Fshared-elements%252Fnhq-social-icons%252FYouTube-1000x1000-G-Pl-LG.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NzYxODIwODkuNjQ5ODEzfQ:1wCg6D:rg71m15sz-2K1tnmYGZaOwtwJpSaARj1-kgv2dHElnI" style="display: block; float: left; width: 40px; height: 40px;" width="40"/>
             </a>
            </td>
            <td style="font-size: 0; line-height: 0;" width="8">
            </td>
            <td>
             <a target="_blank">
              <img alt="Twitter" border="0" height="40" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.redcross.org%252Fcontent%252Fdam%252Fredcross%252Fbrand-and-creative-marketing%252Fshared-elements%252Fnhq-social-icons%252FTwitter-1000x1000-G-Pl.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NzYxODIwODkuNjQ5OTE5fQ:1wCg6D:ZPD3qyaICvhz2oU1Q8gH8OmWcuVQu-Q9pMImr8ZFn-Y" style="display: block; float: left; width: 40px; height: 40px;" width="40"/>
             </a>
            </td>
           </tr>
          </table>
         </td>
        </tr>
        <!--END FOOTER SOCIAL ICONS-->
        <!----------------------------------------------------->
        <!--BEGIN BOILERPATE LINKS HERE. Remove <TR> to </TR> – or comment out – if no boilderplate-->
        <!--DISASTER RELIEF-->
        <tr>
         <td align="center" class="linksFooter" style="TEXT-ALIGN: center; MARGIN: 8px 0px 0px; FONT: 11px/108% Arial, sans-serif; COLOR: #8b8d90">
          <font color="#666666">
           <a target="_blank">
            <font style="FONT: 11px/1.1 Arial, sans-serif; TEXT-DECORATION: underline; font-weight:bold;">
             Help people
            </font>
           </a>
           affected by disasters big
           <span style="white-space: nowrap;">
            and small.
           </span>
          </font>
         </td>
        </tr>
        <!--END BOILERPLATE LINK BLOCK BLOCK-->
        <!----------------------------------------------------->
        <!--BEGIN BBB/GUIDESTAR BADGE BLOCK HERE. Remove <TR> to </TR> – or comment out – if no badge block-->
        <tr>
         <td align="center" style="padding: 10px 0 10px 0;">
          <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin-top: 10px;">
           <tbody>
            <tr>
             <td>
              <img alt="BBB Accredited Charity" border="0" height="70" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.redcross.org%252Fcontent%252Fdam%252Fredcross%252Fbrand-and-creative-marketing%252Fshared-elements%252Fnhq-badges%252FBBB-1000x1000-B-Pl.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NzYxODIwODkuNjUwMDIwOH0:1wCg6D:E1_vVrN38mnxJaqlW0p05bsZIgkUKqSZyEdzzdVedr4" style="height: 70px; height: 70px" width="70"/>
             </td>
             <td>
              <a target="_blank">
               <img alt="Seal of Transparency - 2025 Platinum" border="0" height="65" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.redcross.org%252Fcontent%252Fdam%252Fredcross%252Fmods%252Fcandid-seal-platinum.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NzYxODIwODkuNjUwMTE3NH0:1wCg6D:TZQVAB_WRCdx3_QNN_WjHQosz8Tb55mNsII_GMpVIsQ" style="height: 65px; height: 65px" width="65"/>
              </a>
             </td>
            </tr>
           </tbody>
          </table>
         </td>
        </tr>
        <!--END BBB/GUIDESTAR BADGE BLOCK-->
        <!----------------------------------------------------->
        <!--BEGIN 90¢ BLOCK. Remove <TR> to </TR> – or comment out – if no 90¢ block-->
        <tr>
         <td align="center" class="footer-links" style="FONT: 11px/1.1 Arial, sans-serif; COLOR: #666">
         </td>
        </tr>
        <tr>
         <td height="30">
          <div align="left" style="FONT: 10px/11px Arial, sans-serif; COLOR: #666666;">
           <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
            <tr>
             <td class="hide-mobile" style="padding-right: 10px;" width="50">
              <img alt="90¢" border="0" height="45" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.redcross.org%252Fcontent%252Fdam%252Fredcross%252Fbrand-and-creative-marketing%252Fshared-elements%252Fnhq-icons%252F90-Cents-1000x1000-G-Pl.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NzYxODIwODkuNjUwMjIyfQ:1wCg6D:53QVVY_HKZFiZJ0DtJbUlu6fnBsEsR5udcT8-s-e1ek" style="width: 45px; height: 45px;" width="45"/>
             </td>
             <td align="left" class="center-on-narrow">
              <font style="FONT: 11px/1.1 Arial, sans-serif; COLOR: #8b8d90;">
               The Red Cross is proud that an average of 90 cents of every dollar we spend is invested in delivering care and comfort to those
               <span style="white-space: nowrap;">
                in need.
               </span>
              </font>
             </td>
            </tr>
           </table>
          </div>
         </td>
        </tr>
        <!--END 90¢ BLOCK-->
       </tbody>
      </table>
     </td>
    </tr>
    <!--END ENTIRE FOOTER BLOCK-->
   </table>
  </center>
  <img alt="" height="0" src="https://inboxflows.com/_/image/http%253A%252F%252Fredcross-mid-prod1-t.campaign.adobe.com%252Fr%252F%253Fid%253Dh4fadb85b%252Ce491f68%252C1/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnJlZGNyb3NzLW1pZCIsInRpbWUiOjE3NzYxODIwODkuNjUwMzI0Nn0:1wCg6D:Xeb0jtxb0ZXqZHm3XeergpgBKzufZd5RcbP8lwuklco" width="0"/>
 </body>
</html>