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>
   Super Typhoon Bavi
  </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
}
    
    .table-button{
        width: 100% !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: #004b79 !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;
}
    
    
/* Hover styles for WHITE buttons JH */
.button-td-REV, .button-a {
    transition: all 100ms ease-in;
}
.button-td-REV:hover, .button-a-REV:hover {

    border-color: #ffffff !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/%2523cccccc/?inbox_flows_img_sig=eyJwYXRoIjoiJTIzY2NjY2NjIiwidGltZSI6MTc4MzM2ODI2Ny42NTQyMDcyfQ:1wgpYJ:rCkiW39413t9lS4toVltLl6-zmYBII70FTwUUhInn-w" bgcolor="#cccccc" style="background: #cccccc; margin: 0; mso-line-height-rule: exactly;" width="100%">
  <center style="width: 100%; background: #cccccc; 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;">
    Your help is needed, Friend
    <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>
   </div>
   <!-- END OF PREHEADER -->
   <table align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="margin: auto;" width="600">
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!--BEGIN HIDDEN CTA -- Remove from <TR> to </TR> if not wanted!-->
    <tr>
     <td align="center" style="line-height:0; padding: 0;">
      <a>
       <img border="0" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.redcross.org%252Fcontent%252Fdam%252Fredcross%252Fbrand-and-creative-marketing%252Flib-consumer-fundraising%252Fnhqfy25%252F469301-12-Generic-Template-Updates-HideCTA.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3ODMzNjgyNjcuNjUxNjE0N30:1wgpYJ:TZIg58EMWaggtvAYvoJ-c4BQK_f3XT9ifC8P2c65FPo" style="width:1px; max-width:1px; height:1px; display: none;" width="1"/>
      </a>
     </td>
    </tr>
    <!--END HIDDEN CTA->
  
    <!--BEGIN LIFTNOTE -- Remove from <TR> to </TR> if not wanted!-->
    <!--END TWO SMALL BUTTONS -->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!--END LIFTNOTE HERE->

    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!--BEGIN ARC LOGO ON WHITE -- Remove from <TR> to </TR> if not wanted!-->
    <!--END ARC LOGO ON WHITE -->
    <!---------------------------->
    <!--BEGIN STATIC ARC LOGO + BUTTON -- Remove from <TR> to </TR> if not wanted!-->
    <tr>
     <td align="center" bgcolor="#ffffff" class="body-copy" style="padding: 24px 40px 24px 40px; text-align: left; font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #555555;">
      <div align="center">
       <table border="0" cellpadding="0" cellspacing="4" role="presentation" width="100%">
        <tbody>
         <tr>
          <td align="center" style="padding: 0 10px 0 0;" width="50%">
           <a rel="noopener" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3ODMzNjgyNjcuNjUyMzAzMn0:1wgpYJ:aRz-9tnL_bDGWdMw7pg3amXLUoazsuSSOF5e9EOy70I" style="width: 90%; max-width: 150px; height: auto;" width="150"/>
           </a>
          </td>
          <td align="center" style="padding: 0;" width="50%">
           <table align="right" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0 auto;" width="70%">
            <tbody>
             <tr>
              <td class="button-td" style="background: rgb(237, 27, 46); border-radius: 5px; text-align: center;">
               <a class="button-a" rel="noopener" style="background: rgb(237, 27, 46); border-radius: 5px; border: 12px solid rgb(237, 27, 46); text-align: center; line-height: 1.1; font-family: Arial, sans-serif; font-size: 18px; font-weight: bold; text-decoration: none; display: block;" target="_blank">
                <span class="smphone" style="color: rgb(255, 255, 255);">
                 DONATE
                </span>
               </a>
              </td>
             </tr>
            </tbody>
           </table>
          </td>
         </tr>
        </tbody>
       </table>
      </div>
     </td>
    </tr>
    <!--END STATIC ARC LOGO + DONATE BUTTON -->
    <!---------------------------->
    <!--BEGIN HEADER IMAGE HERE -- Remove from <TR> to </TR> if not wanted!-->
    <!--END HEADER IMAGE HERE -->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!--BEGIN HEADER PANEL HERE -- Remove from <TR> to </TR> if not wanted!-->
    <!--BEGIN ARC LOGO ON PANEL HERE -- Remove from <TR> to </TR> if not wanted!-->
    <!--END ARC LOGO ON PANEL -->
    <!---------------------------->
    <!--BEGIN ICON ON PANEL HERE -- Remove from <TR> to </TR> if not wanted!-->
    <!--END ICON ON PANEL -->
    <!---------------------------->
    <!--BEGIN HEADER TEXT ON PANEL -- Remove from <TR> to </TR> if not wanted!-->
    <!--END HEADER TEXT ON PANEL -->
    <!---------------------------->
    <!--BEGIN LARGE BUTTON ON PANEL -- Remove from <TR> to </TR> if not wanted!-->
    <!--END LARGE BUTTON ON PANEL -->
    <!--END HEADER PANEL HERE ------->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <tr>
     <td align="center" bgcolor="#ffffff" height="34" style="line-height: auto; padding: 0;">
     </td>
    </tr>
    <!--BEGIN OPTIONAL HEADER TEXT HERE -- Remove from <TR> to </TR> if not wanted!-->
    <tr>
     <td align="center" bgcolor="#ffffff" class="body-copy" style="padding: 0px 40px 12px 40px; text-align: center; font-size: 25px; font-family: Helvetica, Arial, sans-serif; color: #555555; line-height: 1.2; font-weight: bold;">
      <p>
       <span style="color: #ed1b2e;">
        DISASTER RESPONSE:
       </span>
       <br/>
       Super Typhoon Bavi
      </p>
     </td>
    </tr>
    <!--END OPTIONAL HEADER TEXT -->
    <!---------------------------->
    <!--BEGIN INTRODUCTION TEXT HERE -- Remove from <TR> to </TR> if not wanted!-->
    <tr>
     <td align="left" bgcolor="#ffffff" class="body-copy" style="padding: 0px 40px 20px 40px; text-align: left; font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #555555; line-height: 22px;">
      Friend,
      <br/>
      <br/>
      Over the Fourth of July weekend, Super Typhoon Bavi bore down over Guam and the Northern Mariana Islands, marking it as
      <strong>
       <i>
        one of the most violent storms across the globe this year.
       </i>
      </strong>
      <br/>
      <br/>
      Bavi brought sustained winds of nearly 180 mph, with gusts reaching 195 mph. Waves built to 25 to 35 feet offshore and as high as 45 feet near the storm center. Tropical storm force winds extended up to 230 miles north of the storm center and up to 185 miles to the south, battering communities across the region.
      <br/>
      <br/>
      This comes in the wake of Super Typhoon Sinlaku, another violent storm that tore through these same islands in April. Sinlaku left deep and lasting scars —
      <strong>
       and Bavi arrived to find nearly 1,400 households still living in tents and another 1,100 households sheltering under temporary roofs — all directly exposed to Bavi’s wind, rain and storm surge.
      </strong>
      <br/>
      <br/>
      Hundreds of residents have sought safety in more than a dozen American Red Cross-supported shelters across Guam and Saipan. For many, this was not their first time fleeing to a shelter in 2026.
      <br/>
      <br/>
      <strong>
       As communities brace for what’s next, the need for shelter, food and relief supplies continues to grow.
      </strong>
      <a rel="noopener" target="_blank">
       <font style="font-weight: bold; color: #ed1b2e; text-decoration: underline;">
        So please, help people in the United States affected by the Super Typhoon Bavi. Your donation enables the Red Cross to prepare for, respond to and help people recover from this disaster.
       </font>
      </a>
      <br/>
      <br/>
      Right now, as the eye of Bavi passes over the islands, nearly 85 Red Cross workers are on the ground, and this is only the beginning: we expect to deploy at least 500 responders over the full lifecycle of this response, and recruitment is fully underway.
      <br/>
      <br/>
      Guam’s roughly 167,000 residents and the 47,000 residents of the Commonwealth of the Northern Mariana Islands are Americans.
      <strong>
       The Red Cross is committed to being there for them as they face unspeakable devastation and begin the long road to recovery.
      </strong>
      <br/>
      <br/>
      <strong>
       In moments like this, your support helps ensure lifesaving help is there when it’s needed most.
      </strong>
      <a rel="noopener" target="_blank">
       <font style="font-weight: bold; color: #ed1b2e; text-decoration: underline;">
        If you’re able, please help people in the United States affected by the Super Typhoon Bavi. Your donation enables the Red Cross to prepare for, respond to and help communities recover from thisese devastating storms.
       </font>
      </a>
      <br/>
      <br/>
      To everyone across Guam and the Northern Mariana Islands: Please stay safe and continue to follow guidance from local officials. We will share updates as more information becomes available.
     </td>
    </tr>
    <!--END INTRODUCTION TEXT -->
    <!---------------------------->
    <!--BEGIN BODY IMAGE HERE -- Remove from <TR> to </TR> if not wanted!-->
    <!--END LARGE BUTTON -->
    <!---------------------------->
    <tr>
     <td align="left" bgcolor="#ffffff" class="body-copy" style="padding: 0px 40px 40px 40px; text-align: left; font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #555555; line-height: 22px;">
      Thank you,
      <br/>
      <br/>
      Disaster Response Team
      <br/>
      American
      <span style="white-space: nowrap;">
       Red Cross
      </span>
      <br/>
      <br/>
      P.S. To find a safe place to stay or a hot meal, visit
      <a rel="noopener" target="_blank">
       <font style="font-weight: bold; color: #ed1b2e; text-decoration: underline;">
        redcross.org/shelter
       </font>
      </a>
      , download the free
      <a rel="noopener" target="_blank">
       <font style="font-weight: bold; color: #ed1b2e; text-decoration: underline;">
        Red Cross emergency app
       </font>
      </a>
      or call
      <strong>
       1-800-RED-CROSS (1-800-733-2767)
      </strong>
      to find an open shelter near you. Red Cross shelters are open to everyone in need, and all disaster assistance is free.
     </td>
    </tr>
    <!--END CLOSING TEXT -->
    <!---------------------------->
    <!---------------------------->
    <!--MESSAGE ENDS - FOOTER BEGINS-->
    <!---------------------------->
    <!---------------------------->
    <!--BEGIN ENTIRE FOOTER BLOCK HERE -- Remove 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 style="color: #666666; text-decoration: none;">
           <font style="font: 11px/1.1 Arial, sans-serif; font-weight: bold;">
            Subscribe
           </font>
          </a>
          |
          <a rel="noopener" style="text-decoration: none; color: #666666;" target="_blank">
           <font style="font: 11px/1.1 Arial, sans-serif; font-weight: bold;">
            Contact Us
           </font>
          </a>
          |
          <a rel="noopener" style="text-decoration: none; color: #666666;" target="_blank">
           <font style="font: 11px/1.1 Arial, sans-serif; font-weight: bold;">
            Privacy Policy
           </font>
          </a>
          |
          <a rel="noopener" style="text-decoration: none; color: #666666;" target="_blank">
           <font style="font: 11px/1.1 Arial, sans-serif; font-weight: bold;">
            Unsubscribe
           </font>
          </a>
          |
          <a rel="noopener" style="text-decoration: none; color: #666666;" target="_blank">
           <font style="font: 11px/1.1 Arial, sans-serif; font-weight: bold;">
            View
            <span style="white-space: nowrap;">
             in Browser
            </span>
           </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 rel="noopener" style="text-decoration: none; color: #666666;" target="_blank">
            <font style="font: 11px/1.1 Arial, sans-serif; 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;">
          ©
          <a rel="noopener" style="text-decoration: none; color: #666666;" target="_blank">
           <font style="font: 11px/1.1 Arial, sans-serif; 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 rel="noopener" style="text-decoration: none; color: #666666;" target="_blank">
           <font style="font: 11px/1.1 Arial, sans-serif; font-weight: bold;">
            Donate
            <span style="white-space: nowrap;">
             by Mail
            </span>
           </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">
           <tbody>
            <tr>
             <td>
             </td>
             <td style="font-size: 0; line-height: 0;">
             </td>
             <td>
             </td>
             <td style="font-size: 0; line-height: 0;">
             </td>
             <td>
             </td>
            </tr>
            <tr>
             <td>
              <a rel="noopener" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3ODMzNjgyNjcuNjUyNDQ2M30:1wgpYJ:puyyBZeUVu8ZB9tpFfAYXdPTBZ0_oZhrGj8clYBBdJI" 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 rel="noopener" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3ODMzNjgyNjcuNjUyNjE1OH0:1wgpYJ:cUmWV1siLRFj6UxHF6nfrvW6oaeLVXzuynbnz-nnYWY" 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 rel="noopener" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3ODMzNjgyNjcuNjUyNzM3MX0:1wgpYJ:4YG4GGbpEQyqHe6nHE5XHnDUWNmYJeGm0qQ-uvoeYhI" style="display: block; float: left; width: 40px; height: 40px;" width="40"/>
              </a>
             </td>
            </tr>
           </tbody>
          </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 rel="noopener" style="text-decoration: none; color: #666666;" target="_blank">
            <font style="font: 11px/1.1 Arial, sans-serif; font-weight: bold;">
             Help people
            </font>
           </a>
           in the United States affected by the Super Typhoon Bavi.
          </font>
         </td>
        </tr>
        <!--WHERE IT'S NEEDED MOST-->
        <!--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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3ODMzNjgyNjcuNjUyODU0N30:1wgpYJ:3aNNHlNRzSb9eiB89mU0idGhsqeQ_kgOEDMAv5DPlfI" style="height: 70px;" width="70"/>
             </td>
             <td>
              <a rel="noopener" target="_blank">
               <img alt="Seal of Transparency - 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3ODMzNjgyNjcuNjUyOTY1NX0:1wgpYJ:MOMfiSPW57wvEAJKmXDRxyE4dxAHhiPsr_TEsKGhkmg" style="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; border-top: solid 1px #cccccc;">
         </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%">
            <tbody>
             <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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3ODMzNjgyNjcuNjUzMTA4MX0:1wgpYJ:3pdzVEwY-RhNCuZL02K7tMKW_bDNvU-4kFO-2ZMLlEQ" 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>
            </tbody>
           </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%253Dh55b0fe4c%252C198c0807%252C1/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnJlZGNyb3NzLW1pZCIsInRpbWUiOjE3ODMzNjgyNjcuNjUzMjQ3fQ:1wgpYJ:Utfa7_aqlCuJ5936QxT5xAtHTuwRvciqOqHQGBe0rsE" width="0"/>
 </body>
</html>