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>
   Give Something That Means Something
  </title>
  <!--MOBILE STYLES -->
  <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: #e21224 !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>
  <!--DESKTOP STYLES -->
  <style>
   html, body {
    margin: 0 auto !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
}
a, a:link {
    color: #e21224;
    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: #212529 !important;
    text-decoration: none !important;
}
.linksFooter a {
    color: #212529 !important;
    text-decoration: none !important;
}
.linksRed a {
    color: #e21224 !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;
}
    
    


    
    
    /* PLACE CUSTOM STYLES BELOW HERE!! */
    /* PLACE CUSTOM STYLES BELOW HERE!! */
    /* PLACE CUSTOM STYLES BELOW HERE!! */
    /* PLACE CUSTOM STYLES BELOW HERE!! */
    

    
    @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!! */
    

    
    
    
.email-container {    min-width: 375px !important;
}
  </style>
 </head>
 <body background="https://inboxflows.com/_/image/9f9fa3/?inbox_flows_img_sig=eyJwYXRoIjoiOWY5ZmEzIiwidGltZSI6MTc2MzU3ODIzMS41OTk3ODQ0fQ:1vLnGB:7xP29t6wuAEzFS0FwBZv6-C-oLq1YGzz7W3Woy0ch6I" bgcolor="9f9fa3" style="background: 9f9fa3; 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;">
    Give something that means something when you donate.
    <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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NjM1NzgyMzEuNTk1OTg0N30:1vLnGB:vZLgNW9cJ3yRk_aSxiU2yO7nHwfLnfWIF3pc25FkhQc" 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!-->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!--BEGIN ARC LOGO ON WHITE -- Remove from <TR> to </TR> if not wanted!-->
    <tr>
     <td align="center" bgcolor="#FFFFFF" style="line-height:auto; padding: 0 0px 0 0px;">
      <a target="_blank">
       <img alt="Decorative header includes a Red Cross logo with text that says: GIVE SOMETHING That Means Something® Goal: $85,000  |  Deadline: Tomorrow at Midnight and a button that Says GIVE NOW" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.redcross.org%252Fcontent%252Fdam%252Fredcross%252Fbrand-and-creative-marketing%252Flib-consumer-fundraising%252Fnhqfy26%252F512201-03-Holiday-Catalog-MSG1.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NjM1NzgyMzEuNTk2NTY0fQ:1vLnGB:-vFS1TT4mO32geixwRdUNN6S1_7HpD3cpdE-uI0rgpE" style="width:100%; max-width:600px; height:auto; text-align: center;" width="600"/>
      </a>
     </td>
    </tr>
    <tr>
     <td align="left" bgcolor="#ffffff" class="body-copy" style="padding: 30px 40px 34px 40px; TEXT-ALIGN: left; font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #212529; line-height: 22px;">
      Dear Friend,
      <br/>
      <br/>
      During the holiday season, many of us make an effort to show just a bit more gratitude and kindness to those
      <span style="white-space: nowrap;">
       around us.
      </span>
      <br/>
      <br/>
      A meaningful way to do that is by making a gift to the American
      <span style="white-space: nowrap;">
       <span style="white-space: nowrap;">
        Red Cross
       </span>
       ,
      </span>
      which helps families facing devastating emergencies by providing aid, compassion and a helping hand when they need
      <span style="white-space: nowrap;">
       it most.
      </span>
      <br/>
      <br/>
      If you’ve been looking for the opportunity to give something that means something this holiday season,
      <em>
       this is it.
      </em>
      <a target="_blank">
       <font style="font-weight: bold; color: #e21224; text-decoration: underline;">
        Please make a tax-deductible gift to provide warm meals, shelter, lifesaving blood, assistance to veterans and more. Your gift will make a life-changing difference for families through the holiday season
        <span style="white-space: nowrap;">
         and beyond.
        </span>
       </font>
      </a>
     </td>
    </tr>
    <!--END ARC LOGO ON WHITE -->
    <!---------------------------->
    <!--BEGIN HEADER IMAGE HERE -- Remove from <TR> to </TR> if not wanted!-->
    <!--END HEADER IMAGE -->
    <!---------------------------->
    <!--BEGIN HEADER IMAGE CAPTION HERE -- Remove from <TR> to </TR> if not wanted!-->
    <!--END HEADER IMAGE CAPTION -->
    <!---------------------------->
    <!--BEGIN ARC LOGO ON WHITE -- Remove from <TR> to </TR> if not wanted!-->
    <!--END LOGO ON WHITE -->
    <!---------------------------->
    <!--BEGIN ARIAL HEADER - BLACK -- Remove from <TR> to </TR> if not wanted!-->
    <!--END ARIAL HEADER - BLACK -->
    <!---------------------------->
    <!--BEGIN ARIAL HEADER - RED -- Remove from <TR> to </TR> if not wanted!-->
    <!--END ARIAL HEADER - RED -->
    <!---------------------------->
    <!--BEGIN GEORGIA HEADER - BLACK -- Remove from <TR> to </TR> if not wanted!-->
    <!--END GEORGIA HEADER - BLACK  -->
    <!---------------------------->
    <!--BEGIN GEORGIA HEADER - RED -- Remove from <TR> to </TR> if not wanted!-->
    <!--END GEORGIA HEADER - RED  -->
    <!---------------------------->
    <!---------------------------->
    <!--BEGIN BUTTON CLUSTER-->
    <!---------------------------->
    <!--BEGIN INTRODUCTION TEXT HERE -- Remove from <TR> to </TR> if not wanted!-->
    <!--END INTRODUCTION TEXT -->
    <!---------------------------->
    <!--BEGIN BODY IMAGE HERE -- Remove from <TR> to </TR> if not wanted!-->
    <!--END BODY IMAGE -->
    <!---------------------------->
    <!--END TEXT BLOCK -->
    <!---------------------------->
    <!--BEGIN BUTTON CLUSTER-->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!--BEGIN LARGE BUTTON HERE -- Remove from <TR> to </TR> if not wanted!-->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!--BEGIN LAST TEXT BLOCK HERE -- Remove or comment out from <TR> to </TR> if not wanted!-->
    <!---------------------------->
    <!---------------------------->
    <tr>
     <td align="center" bgcolor="#ffffff" class="mobile-padding" style="padding: 10px 40px 0px 40px; TEXT-ALIGN: center; font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #212529;">
      <a>
       <img alt="Shelter Icon" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.redcross.org%252Fcontent%252Fdam%252Fredcross%252Fbrand-and-creative-marketing%252Flib-consumer-fundraising%252Fnhqfy26%252F512201-01-Holiday-Match-Templates-MSG2-Icon-Shelter.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NjM1NzgyMzEuNTk2Njk3M30:1vLnGB:bfJfPXb1PTF58uXewleZuC0IBTK3P7AW9IEs6Xt5eIo" style="width: 100%; max-width: 3000px; height: auto;" width="450"/>
      </a>
     </td>
    </tr>
    <tr>
     <td bgcolor="#ffffff" style="padding: 10px 40px 24px 40px; text-align: center; font-family: Arial, sans-serif; font-size: 16px; line-height: 22px; color: #212529;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 auto;">
       <tr>
        <td align="center" class="button-td" style="border-radius: 6px; background-color: #e21224; border: 2px solid #ffffff; padding: 20px 40px; display: inline-block;">
         <a class="button-a" rel="noopener" style="font-size: 20px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-weight: bold; text-decoration: none; border-radius: 3px; display: inline-block; line-height: 1.2;" target="_blank">
          GIVE SHELTER
         </a>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td align="center" bgcolor="#ffffff" class="body-copy" style="padding: 0px 50px 0px 50px; TEXT-ALIGN: center; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #212529; line-height: 30px;">
      to families who have lost everything to
      <span style="white-space: nowrap;">
       a disaster
      </span>
     </td>
    </tr>
    <tr>
     <td align="center" bgcolor="#ffffff" class="body-copy" style="padding: 30px 40px 22px 40px; TEXT-ALIGN: center; font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #212529;">
      <table border="0" cellpadding="0" cellspacing="0" width="100%">
       <tbody>
        <tr>
         <td style="border-top: solid 2px #9f9fa3;">
         </td>
        </tr>
       </tbody>
      </table>
     </td>
    </tr>
    <tr>
     <td align="center" bgcolor="#ffffff" class="mobile-padding" style="padding: 10px 40px 0px 40px; TEXT-ALIGN: center; font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #212529;">
      <a>
       <img alt="Meals Icon" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.redcross.org%252Fcontent%252Fdam%252Fredcross%252Fbrand-and-creative-marketing%252Flib-consumer-fundraising%252Fnhqfy26%252F512201-01-Holiday-Match-Templates-MSG2-Icon-Meals.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NjM1NzgyMzEuNTk2ODE1fQ:1vLnGB:aNeSejapMW9dkOriRuPE_fvj5nD7OeOx_xqqgsTxuRc" style="width: 100%; max-width: 450px; height: auto;" width="450"/>
      </a>
     </td>
    </tr>
    <tr>
     <td bgcolor="#ffffff" style="padding: 10px 40px 24px 40px; text-align: center; font-family: Arial, sans-serif; font-size: 16px; line-height: 22px; color: #212529;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 auto;">
       <tr>
        <td align="center" class="button-td" style="border-radius: 6px; background-color: #e21224; border: 2px solid #ffffff; padding: 20px 40px; display: inline-block;">
         <a class="button-a" rel="noopener" style="font-size: 20px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-weight: bold; text-decoration: none; border-radius: 3px; display: inline-block; line-height: 1.2;" target="_blank">
          GIVE MEALS
         </a>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td align="center" bgcolor="#ffffff" class="body-copy" style="padding: 0px 50px 0px 50px; TEXT-ALIGN: center; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #212529; line-height: 30px;">
      to provide comfort and strength to
      <span style="white-space: nowrap;">
       shelter residents
      </span>
     </td>
    </tr>
    <tr>
     <td align="center" bgcolor="#ffffff" class="body-copy" style="padding: 30px 40px 22px 40px; TEXT-ALIGN: center; font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #212529;">
      <table border="0" cellpadding="0" cellspacing="0" width="100%">
       <tbody>
        <tr>
         <td style="border-top: solid 2px #9f9fa3;">
         </td>
        </tr>
       </tbody>
      </table>
     </td>
    </tr>
    <tr>
     <td align="center" bgcolor="#ffffff" class="mobile-padding" style="padding: 10px 40px 10px 40px; TEXT-ALIGN: center; font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #212529;">
      <a>
       <img alt="Dogtag Icon" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.redcross.org%252Fcontent%252Fdam%252Fredcross%252Fbrand-and-creative-marketing%252Flib-consumer-fundraising%252Fnhqfy26%252F512201-01-Holiday-Match-Templates-MSG2-Icon-SAF.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NjM1NzgyMzEuNTk2OTI3NH0:1vLnGB:oqP-gaV6kVgFvb0Sdr4cOKeZV6qyWmJ3wLqFp7Vef74" style="width: 100%; max-width: 450px; height: auto;" width="450"/>
      </a>
     </td>
    </tr>
    <tr>
     <td bgcolor="#ffffff" style="padding: 10px 40px 24px 40px; text-align: center; font-family: Arial, sans-serif; font-size: 16px; line-height: 22px; color: #212529;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 auto;">
       <tr>
        <td align="center" class="button-td" style="border-radius: 6px; background-color: #e21224; border: 2px solid #ffffff; padding: 20px 40px; display: inline-block;">
         <a class="button-a" rel="noopener" style="font-size: 20px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-weight: bold; text-decoration: none; border-radius: 3px; display: inline-block; line-height: 1.2;" target="_blank">
          GIVE NOW
         </a>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td align="center" bgcolor="#ffffff" class="body-copy" style="padding: 0px 50px 0px 50px; TEXT-ALIGN: center; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #212529; line-height: 30px;">
      to help veterans and their families transition back to
      <span style="white-space: nowrap;">
       civilian life
      </span>
     </td>
    </tr>
    <tr>
     <td align="center" bgcolor="#ffffff" class="body-copy" style="padding: 30px 40px 22px 40px; TEXT-ALIGN: center; font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #212529;">
      <table border="0" cellpadding="0" cellspacing="0" width="100%">
       <tbody>
        <tr>
         <td style="border-top: solid 2px #9f9fa3;">
         </td>
        </tr>
       </tbody>
      </table>
     </td>
    </tr>
    <tr>
     <td align="center" bgcolor="#ffffff" class="mobile-padding" style="padding: 10px 40px 0px 40px; TEXT-ALIGN: center; font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #212529;">
      <a>
       <img alt="Biomed Icon" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.redcross.org%252Fcontent%252Fdam%252Fredcross%252Fbrand-and-creative-marketing%252Flib-consumer-fundraising%252Fnhqfy26%252F512201-01-Holiday-Match-Templates-MSG2-Icon-Biomed.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NjM1NzgyMzEuNTk3MDM2Nn0:1vLnGB:uQxVtxbvsc7IuZPnl-tkQhnCl99ObQimQLOjo5Jd5Mc" style="width: 100%; max-width: 450px; height: auto;" width="450"/>
      </a>
     </td>
    </tr>
    <tr>
     <td bgcolor="#ffffff" style="padding: 10px 40px 24px 40px; text-align: center; font-family: Arial, sans-serif; font-size: 16px; line-height: 22px; color: #212529;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 auto;">
       <tr>
        <td align="center" class="button-td" style="border-radius: 6px; background-color: #e21224; border: 2px solid #ffffff; padding: 20px 40px; display: inline-block;">
         <a class="button-a" rel="noopener" style="font-size: 20px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-weight: bold; text-decoration: none; border-radius: 3px; display: inline-block; line-height: 1.2;" target="_blank">
          GIVE NOW
         </a>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td align="center" bgcolor="#ffffff" class="body-copy" style="padding: 0px 50px 0px 50px; TEXT-ALIGN: center; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #212529; line-height: 30px;">
      to help provide lifesaving
      <span style="white-space: nowrap;">
       blood products
      </span>
     </td>
    </tr>
    <tr>
     <td align="center" bgcolor="#ffffff" class="body-copy" style="padding: 30px 40px 22px 40px; TEXT-ALIGN: center; font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #212529;">
      <table border="0" cellpadding="0" cellspacing="0" width="100%">
       <tbody>
        <tr>
         <td style="border-top: solid 2px #9f9fa3;">
         </td>
        </tr>
       </tbody>
      </table>
     </td>
    </tr>
    <tr>
     <td align="center" bgcolor="#ffffff" class="mobile-padding" style="padding: 10px 40px 10px 40px; TEXT-ALIGN: center; font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #212529;">
      <a>
       <img alt="International Icon" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.redcross.org%252Fcontent%252Fdam%252Fredcross%252Fbrand-and-creative-marketing%252Flib-consumer-fundraising%252Fnhqfy26%252F512201-01-Holiday-Match-Templates-MSG2-Icons-International.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NjM1NzgyMzEuNTk3MTQ1fQ:1vLnGB:-LBi6Ft2zUcnTI3toQ3SwekTmwQTfQPNXFyguImIr6A" style="width: 100%; max-width: 450px; height: auto;" width="450"/>
      </a>
     </td>
    </tr>
    <tr>
     <td bgcolor="#ffffff" style="padding: 10px 40px 24px 40px; text-align: center; font-family: Arial, sans-serif; font-size: 16px; line-height: 22px; color: #212529;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 auto;">
       <tr>
        <td align="center" class="button-td" style="border-radius: 6px; background-color: #e21224; border: 2px solid #ffffff; padding: 20px 40px; display: inline-block;">
         <a class="button-a" rel="noopener" style="font-size: 20px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-weight: bold; text-decoration: none; border-radius: 3px; display: inline-block; line-height: 1.2;" target="_blank">
          GIVE INTERNATIONALLY
         </a>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td align="center" bgcolor="#ffffff" class="body-copy" style="padding: 0px 50px 0px 50px; TEXT-ALIGN: center; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #212529; line-height: 30px;">
      to help build safer
      <span style="white-space: nowrap;">
       communities worldwide
      </span>
     </td>
    </tr>
    <tr>
     <td align="center" bgcolor="#ffffff" class="body-copy" style="padding: 30px 40px 22px 40px; TEXT-ALIGN: center; font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #212529;">
      <table border="0" cellpadding="0" cellspacing="0" width="100%">
       <tbody>
        <tr>
         <td style="border-top: solid 2px #9f9fa3;">
         </td>
        </tr>
       </tbody>
      </table>
     </td>
    </tr>
    <tr>
     <td align="center" bgcolor="#ffffff" class="mobile-padding" style="padding: 10px 40px 0px 40px; TEXT-ALIGN: center; font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #212529;">
      <a>
       <img alt="Compassion Icon" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.redcross.org%252Fcontent%252Fdam%252Fredcross%252Fbrand-and-creative-marketing%252Flib-consumer-fundraising%252Fnhqfy26%252F512201-01-Holiday-Match-Templates-MSG2-Icon-Compassion.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NjM1NzgyMzEuNTk3MjUyfQ:1vLnGB:fwL3ZGnemCavb-zULnb1-D5BRXCtEKWgMYorAkgBsSo" style="width: 100%; max-width: 450px; height: auto;" width="450"/>
      </a>
     </td>
    </tr>
    <tr>
     <td bgcolor="#ffffff" style="padding: 0px 40px 24px 40px; text-align: center; font-family: Arial, sans-serif; font-size: 16px; line-height: 22px; color: #212529;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 auto;">
       <tr>
        <td align="center" class="button-td" style="border-radius: 6px; background-color: #e21224; border: 2px solid #ffffff; padding: 20px 40px; display: inline-block;">
         <a class="button-a" rel="noopener" style="font-size: 20px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-weight: bold; text-decoration: none; border-radius: 3px; display: inline-block; line-height: 1.2;" target="_blank">
          GVIE HELP
         </a>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td align="center" bgcolor="#ffffff" class="body-copy" style="padding: 0px 50px 0px 50px; TEXT-ALIGN: center; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #212529; line-height: 30px;">
      wherever it’s
      <span style="white-space: nowrap;">
       needed most
      </span>
     </td>
    </tr>
    <tr>
     <td align="left" bgcolor="#ffffff" class="body-copy" style="padding: 30px 40px 34px 40px; TEXT-ALIGN: left; font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #212529; line-height: 22px;">
      Facing an emergency is never easy — and it can be especially difficult during the holidays. Whether it’s a child anxiously awaiting blood to overcome an illness, a veteran who’s struggling to transition back into civilian life or a family who lost everything in a disaster, your gift will offer a lifeline to those who need
      <span style="white-space: nowrap;">
       it most.
      </span>
      <br/>
      <br/>
      <a target="_blank">
       <font style="font-weight: bold; color: #e21224; text-decoration: underline;">
        But we can’t do this work without your support, so please make a tax-deductible gift to help us reach our $85,000 goal and help families facing emergencies of
        <span style="white-space: nowrap;">
         all types.
        </span>
       </font>
      </a>
     </td>
    </tr>
    <tr>
     <td bgcolor="#ffffff" style="padding: 0px 40px 0px 40px; text-align: center; font-family: Arial, sans-serif; font-size: 16px; line-height: 22px; color: #212529;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 auto;">
       <tr>
        <td align="center" class="button-td" style="border-radius: 6px; background-color: #e21224; border: 2px solid #ffffff; padding: 24px 40px; display: inline-block;">
         <a class="button-a" rel="noopener" style="font-size: 20px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-weight: bold; text-decoration: none; border-radius: 3px; display: inline-block; line-height: 1.2;" target="_blank">
          GIVE NOW
         </a>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td align="left" bgcolor="#ffffff" class="body-copy" style="padding: 24px 40px 30px 40px; TEXT-ALIGN: left; font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #212529; line-height: 22px;">
      Thank you for your generous support.
      <br/>
      <br/>
      —Your Friends at the American
      <span style="white-space: nowrap;">
       Red Cross
      </span>
      <br/>
      <br/>
      P.S. Giving is the best part of the holidays, and that’s why we want to share a gift with you.
      <a target="_blank">
       <font style="font-weight: bold; color: #e21224; text-decoration: underline;">
        When you make a qualifying donation through our catalog, we’ll give you one of these
        <span style="white-space: nowrap;">
         free gifts:
        </span>
       </font>
      </a>
     </td>
    </tr>
    <!--END LAST TEXT BLOCK -->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!--BEGIN JENNIFER TEXT CLOSING HERE -- Remove from <TR> to </TR> if not wanted!-->
    <!--END JENNIFER TEXT CLOSING -->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!---------------------------->
    <!--BEGIN JENNIFER IMAGE CLOSING HERE -- Remove from <TR> to </TR> if not wanted!-->
    <!--END JENNIFER IMAGE CLOSING -->
    <!---------------------------->
    <tr>
     <td align="center" bgcolor="#FFFFFF" style="line-height:auto; padding: 0 0px 0 0px;">
      <a target="_blank">
       <img alt="This graphic displays the three premiums: Multi-Tool Flashlight - Give $125, Stainless Steel Tumbler - Give $250, Bamboo Cutting Board - Give $500" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.redcross.org%252Fcontent%252Fdam%252Fredcross%252Fbrand-and-creative-marketing%252Flib-consumer-fundraising%252Fnhqfy26%252F512201-01-Holiday-Match-Templates-PREMS1.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NjM1NzgyMzEuNTk3MzZ9:1vLnGB:15KivKShAeBnGg-VHcK6bCd3pJxUaSna1cUOn-HMLeU" style="width:100%; max-width:600px; height:auto; text-align: center;" width="600"/>
      </a>
     </td>
    </tr>
    <tr>
     <td align="center" bgcolor="#ffffff" style="line-height:auto; padding: 20px 0 8px 0; text-align:center;">
      <img alt="Choice Hotels logo" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.redcross.org%252Fcontent%252Fdam%252Fredcross%252Fmods%252Fchoice-logo.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NjM1NzgyMzEuNTk3NDU2NX0:1vLnGB:OGnoHOmVsXEMHzD9tw0gPPwS5GyVEHAhpSBzlmVDwEE" style="width:170px; max-width:170px; height:auto;" width="170"/>
     </td>
    </tr>
    <tr>
     <td align="center" bgcolor="#FFFFFF" style="line-height:auto; padding: 0 0px 0 0px;">
      <a target="_blank">
       <img alt="Graphic says Thank You" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.redcross.org%252Fcontent%252Fdam%252Fredcross%252Fbrand-and-creative-marketing%252Flib-consumer-fundraising%252Fnhqfy26%252F512201-01-Holiday-Match-Templates-TKU.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NjM1NzgyMzEuNTk3NTcxOH0:1vLnGB:QVxJRy8zGJNvs8oDI16rQ969Xiu6waP28jDOYTy_JPc" style="width:100%; max-width:600px; height:auto; text-align: center;" width="600"/>
      </a>
     </td>
    </tr>
    <tr>
     <td align="center" bgcolor="#ffffff" class="body-copy" style="padding: 10px 40px 30px 40px; TEXT-ALIGN: center; font-size: 13px; font-family: Helvetica, Arial, sans-serif; color: #212529; line-height: 20px;">
      Thank you to our partners at Choice Hotels for supporting American Red Cross Disaster Relief. Choice Privileges rewards members can
      <a target="_blank">
       <font style="font-weight: bold; color: #e21224; text-decoration: underline;">
        donate their points
       </font>
      </a>
      to support people affected by disasters big and small, wherever and whenever they occur. During times of active disaster response, Choice Hotels generously offers to
      <span style="white-space: nowrap;">
       match donations.
      </span>
     </td>
    </tr>
    <!--BEGIN ENTIRE FOOTER BLOCK HERE -- Remove from <TR> to </TR> if not wanted!-->
    <tr>
     <td align="center" bgcolor="#efefef" style="padding: 20px 40px; font-family: Helvetica, Arial, sans-serif; color: #212529;">
      <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: #212529;">
          <a style="color:#212529; TEXT-DECORATION: none;">
           <font style="FONT: 11px/1.1 Arial, sans-serif;  font-weight:bold;">
            Subscribe
           </font>
          </a>
          |
          <a style="text-decoration: none; color:#212529;" target="_blank">
           <font style="FONT: 11px/1.1 Arial, sans-serif; font-weight:bold;">
            Contact Us
           </font>
          </a>
          |
          <a style="text-decoration: none; color:#212529;" target="_blank">
           <font style="FONT: 11px/1.1 Arial, sans-serif; font-weight:bold;">
            Privacy Policy
           </font>
          </a>
          |
          <a style="text-decoration: none; color:#212529;" target="_blank">
           <font style="FONT: 11px/1.1 Arial, sans-serif; font-weight:bold;">
            Unsubscribe
           </font>
          </a>
          |
          <a style="text-decoration: none; color:#212529;" 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: #212529; 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;">
            lifesaving work.
           </span>
          </div>
          <div>
           <a style="text-decoration: none; color:#212529;" 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>
          </div>
         </td>
        </tr>
        <!--END FOOTER UNSUBSCRIBE-->
        <!----------------------------------------------------->
        <!--BEGIN FOOTER CONTACT BLOCK 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: #212529;">
          <strong>
           Please do not reply to this email as we are not able to respond to messages sent to
           <span style="white-space: nowrap;">
            this address.
           </span>
          </strong>
         </td>
        </tr>
        <tr>
         <td align="center" class="linksFooter" style="FONT: 11px/1.1 Arial, sans-serif; COLOR: #212529; padding: 0 0 0px 0;">
          ©
          <a style="text-decoration: none; color:#212529;" target="_blank">
           <font style="FONT: 11px/1.1 Arial, sans-serif; font-weight:bold;">
            2025
            <nobr>
             American Red Cross
            </nobr>
           </font>
          </a>
          | 431 18th Street NW Washington DC 20006
          <br class="hide-mobile"/>
          Donate by phone:
          <nobr>
           <strong>
            1-800-HELP NOW
           </strong>
          </nobr>
          <nobr>
           (1-800-435-7669)
          </nobr>
          |
          <a style="text-decoration: none; color:#212529;" 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 class="email-container">
         <td align="center" style="padding: 10px 40px 10px 40px; font-family: Arial, sans-serif; color: #212529;">
          <div>
           <a target="_blank">
            <img alt="Facebook" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Ft.givebloodtoday.redcrossblood.org%252Fres%252Fredcros_mid_prod3%252Fsocial_202312_facebook.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnQuZ2l2ZWJsb29kdCIsInRpbWUiOjE3NjM1NzgyMzEuNTk3Njc0fQ:1vLnGB:EoIVa9wzp4_O0KZ-BnMAcKM0XX6EXM1KEl74jK1oSUY" style="height:auto; opacity: inherit; display: inline;" width="30"/>
           </a>
           <a target="_blank">
            <img alt="Instagram" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Ft.givebloodtoday.redcrossblood.org%252Fres%252Fredcros_mid_prod3%252Fsocial_202312_instagram.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnQuZ2l2ZWJsb29kdCIsInRpbWUiOjE3NjM1NzgyMzEuNTk3NzcxMn0:1vLnGB:_VXVf4Xt6vnYM4fVgWpSwDmKwGneMfATKwhLIt-7PH4" style="height:auto; opacity: inherit; display: inline;" width="30"/>
           </a>
           <a target="_blank">
            <img alt="X" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Ft.givebloodtoday.redcrossblood.org%252Fres%252Fredcros_mid_prod3%252Fsocial_202312_x.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnQuZ2l2ZWJsb29kdCIsInRpbWUiOjE3NjM1NzgyMzEuNTk3ODkzMn0:1vLnGB:WsaOjK5ZHFGJEKh7rp-ey-z5Yec1nY2xBFWTNdc8uWI" style="height:auto; opacity: inherit; display: inline;" width="30"/>
           </a>
           <a target="_blank">
            <img alt="YouTube" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Ft.givebloodtoday.redcrossblood.org%252Fres%252Fredcros_mid_prod3%252Fsocial_202312_youtube.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnQuZ2l2ZWJsb29kdCIsInRpbWUiOjE3NjM1NzgyMzEuNTk4MDUyNX0:1vLnGB:qKoPg9NlrqNcOu2vWFsMvUOYgrXNsCW42-FgOPIVVo8" style="height:auto; opacity: inherit; display: inline;" width="30"/>
           </a>
          </div>
         </td>
        </tr>
        <!--END FOOTER SOCIAL ICONS-->
        <!----------------------------------------------------->
        <!--BEGIN BOILERPATE LINKS HERE. Remove <TR> to </TR> – or comment out – if no boilderplate-->
        <!--DISASTER RELIEF-->
        <!--WHERE IT'S NEEDED MOST-->
        <tr>
         <td align="center" class="linksFooter" style="TEXT-ALIGN: center; MARGIN: 8px 0px 0px; FONT: 11px/108% Arial, sans-serif; COLOR: #212529">
          <a style="text-decoration:underline; color:#212529;" target="_blank">
           <font style="FONT: 11px/1.1 Arial, sans-serif; font-weight:bold;">
            A gift of any size
           </font>
          </a>
          supports all of the urgent humanitarian needs of the American
          <span style="white-space: nowrap;">
           Red Cross.
          </span>
         </td>
        </tr>
        <!--HOMEFIRES-->
        <!--SERVICE TO ARMED FORCES-->
        <!--SERVICE TO BIOMED-->
        <!--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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NjM1NzgyMzEuNTk4MTc2NX0:1vLnGB:dd1C55tM1DBzGuiqDthL2ScevkQxNUTtZ-Sfuv-lgVY" style="height: 70px; height: 70px" width="70"/>
             </td>
             <td>
              <a target="_blank">
               <img alt="Seal of Transparency - 2024 Platinum" border="0" height="65" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.redcross.org%252Fcontent%252Fdam%252Fredcross%252Fbrand-and-creative-marketing%252Fshared-elements%252Fnhq-badges%252Fcandid-seal-platinum-2025.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NjM1NzgyMzEuNTk4MjkzM30:1vLnGB:Ywe8Z7X2TJlmtV638lpWHhyXCYhgzSkFk1c2uA6Vbwg" 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; border-top: solid 1px #cccccc;">
         </td>
        </tr>
        <tr>
         <td height="30">
          <div align="left" style="FONT: 10px/11px Arial, sans-serif; COLOR: #212529;">
           <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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucmVkY3JvcyIsInRpbWUiOjE3NjM1NzgyMzEuNTk4NDA0NH0:1vLnGB:w_6MoCnzzO8sQmXbFRzLPicK1wcHS05kKBg2kxlFY94" 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: #212529;">
               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%253Dh41122a1d%252Ce1d2b48%252C1/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnJlZGNyb3NzLW1pZCIsInRpbWUiOjE3NjM1NzgyMzEuNTk4NTA5Nn0:1vLnGB:FRvTPXOiTpkW2L_ijUAdJmCRiKeoLs65rS1vCjrRcc4" width="0"/>
 </body>
</html>