Inboxes List

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

+New inbox

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="//www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
 <head>
  <!--[if gte mso 9]><xml><o:OfficeDocumentSettings><o:AllowPNG/><o:PixelsPerInch>96</o:PixelsPerInch></o:OfficeDocumentSettings></xml><![endif]-->
  <title>
   Alumni Hall of Fame - Creating Legacies
  </title>
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
  <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&amp;family=Playfair+Display:wght@600;700&amp;display=swap" rel="stylesheet"/>
  <style type="text/css">
   ReadMsgBody{ width: 100%;}
   .ExternalClass {width: 100%;}
   .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;}
   body {-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;margin:0 !important; font-family: 'Inter', Arial, Helvetica, sans-serif; color: #ffffff; background: #131313;} 
   a{outline:none;color:#2AFC85;text-decoration:none;}
   a:hover{text-decoration:underline!important;}
   .h-u a{text-decoration:none;}
   .h-u a:hover{text-decoration:underline!important;}
   a[x-apple-data-detectors]{color:inherit!important; text-decoration:none!important;}
   a[href^="tel"]:hover{text-decoration:none!important;}
   .active-i a:hover,
   .active-t:hover{opacity:0.8;}
   .active-i a,
   .active-t{transition:all 0.3s ease;}
   a img{border:none;}
   b, strong{font-weight:700; color: #ffffff;}
   p, h1, h2, h3{margin:0; color: #ffffff;}
   th{padding:0;}
   table td{mso-line-height-rule:exactly;}
   .ns span, .ns a{color:inherit!important; text-decoration:none!important; border:none!important;}
   
   /* Modern Typography */
   .headline{font-family:'Playfair Display', Georgia, serif !important; font-weight:700 !important; color:#ffffff !important;}
   .subheadline{font-family:'Inter', Arial, sans-serif !important; font-weight:600 !important; color:#a0aec0 !important;}
   .body-text{font-family:'Inter', Arial, sans-serif !important; font-weight:400 !important; line-height:1.6 !important;}
   .quote-text{font-family:'Playfair Display', Georgia, serif !important; font-style:italic !important; font-weight:600 !important;}
   
   /* Original Button Style */
   .btn-primary a{
     color:#000 !important; 
     text-decoration:none !important; 
     display:block !important; 
     padding:12px 30px !important; 
     font-weight:bold !important; 
     font-size:16px !important; 
     border-radius:25px !important;
     background: #2AFC85 !important;
     transition:all 0.3s ease !important;
   }
   
   .btn-secondary a{
     color:#2AFC85 !important; 
     text-decoration:none !important; 
     display:block !important; 
     padding:12px 30px !important; 
     font-weight:bold !important; 
     border:2px solid #2AFC85 !important; 
     border-radius:25px !important;
     background: transparent !important;
     transition:all 0.3s ease !important;
   }
   
   /* Layout Classes */
   .hero-quote{
     background: linear-gradient(135deg, #1a1a1a 0%, #2d3748 100%);
     color: #ffffff;
     padding: 40px;
     border-radius: 16px;
     margin: 20px 0;
     position: relative;
   }
   .hero-quote::before{
     content: '';
     position: absolute;
     top: -50%;
     right: -50%;
     width: 200%;
     height: 200%;
     background: radial-gradient(circle, rgba(42, 252, 133, 0.1) 0%, transparent 70%);
     pointer-events: none;
   }
   
   .profile-card{
     background: #1a1a1a;
     border-radius: 20px;
     padding: 0;
     margin: 30px 0;
     box-shadow: 0 20px 40px rgba(0,0,0,0.3);
     border: 3px solid #2AFC85;
     overflow: hidden;
     position: relative;
   }
   .profile-card::before{
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     height: 6px;
     background: linear-gradient(90deg, #2AFC85 0%, #20d170 50%, #2AFC85 100%);
   }
   
   .profile-header{
     background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
     padding: 30px;
     text-align: center;
     border-bottom: 1px solid #333333;
   }
   
   .stats-grid{
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
     gap: 20px;
     padding: 20px 0;
   }
   
   .stat-item{
     text-align: center;
     padding: 20px;
     background: linear-gradient(135deg, #f0fff4 0%, #f7fafc 100%);
     border-radius: 12px;
     border: 1px solid #e2e8f0;
   }
   
   .impact-highlight{
     background: linear-gradient(135deg, #2AFC85 0%, #20d170 100%);
     color: #ffffff;
     padding: 30px;
     border-radius: 16px;
     margin: 25px 0;
     text-align: center;
   }
   
   @media only screen and (max-width:717px) {
     .logo {height:51px !important;width:195px !important}
     .donate {height:42px !important;width:110px !important}
     .w-100p{width:100%!important;}
     .hm{display:none!important;width:0!important;height:0!important;padding:0!important;font-size:0!important;line-height:0!important;}
     .wi-100p img{width:100%!important;height:auto!important;}
     .mobile-stack{display:block!important; width:100%!important;}
     .mobile-center{text-align:center!important;}
     .mobile-padding{padding:15px!important;}
     .profile-card{margin:20px 0!important;}
     .hero-quote{padding:25px!important;}
     .profile-header{padding:20px!important;}
     .stats-grid{grid-template-columns:1fr!important; gap:15px!important;}
     .fs-18{font-size:18px!important;}
     .fs-24{font-size:24px!important;}
     .fs-32{font-size:32px!important;}
     .fs-40{font-size:40px!important;}
   }
   
   @media (prefers-dark-interface) {body{-apple-color-filter:none;}}
   .footer-table a {color: revert}
  </style>
  <!--[if mso]> <style type="text/css"> /* Begin Outlook Font Fix */ body, table, td { font-family : Arial, sans-serif; font-size : 16px; color: #1a1a1a; } </style> <![endif]-->
 </head>
 <body style="margin:0; padding:0; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; background:#f8f9fa;">
  <style type="text/css">
   div.preheader 
{ display: none !important; }
  </style>
  <div class="preheader" style="font-size: 1px; display: none !important;">
   Meet the alumni turning life lessons into lasting change
  </div>
  <div style="font-size:0; line-height:0;">
   <img alt="" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fclick.e.bbbs.org%252Fopen.aspx%253Fffcb10-fe9b1573756d047976-fe321570776c0c7a771570-fe2e11717064057f7c1c72-ff69157070-fe3616787560027d741070-ff3112707463%2526d%253D100219%2526bmt%253D0/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjbGljay5lLmJiYiIsInRpbWUiOjE3NTM0NTIxMDcuMDc1MjgwN30:1ufIzb:_45JdvfwhLOc2a928TZns27LsYlG0H6LddWb-TtI3fk" width="1"/>
  </div>
  <table bg="#131313" cellpadding="0" cellspacing="0" style="background:#131313; min-width:320px;" width="100%">
   <!-- Header -->
   <tr>
    <td class="mobile-padding" style="background:#000001; padding:30px 20px; border-bottom:3px solid #2AFC85;">
     <table align="center" cellpadding="0" cellspacing="0" class="w-100p" style="max-width:600px;" width="600">
      <tr valign="middle">
       <td class="wi-100p" valign="middle">
        <a style="text-decoration:none;">
         <img alt="IT TAKES LITTLE TO BE BIG | Big Brothers Big Sisters®" class="logo" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.e.bbbs.org%252Flib%252Ffe2e11717064057f7c1c72%252Fm%252F1%252Fb72f34ce-0171-4f54-bb8f-41d7e45693fb.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5lLmJiYiIsInRpbWUiOjE3NTM0NTIxMDcuMDc1OTAwNn0:1ufIzb:iTUpx0BT4iE-Ys1gB4u_xeQyBnN3P8fj7ZbadHIeUPk" style="max-width:240px; font:16px/18px Arial, Helvetica, sans-serif; color:#ffffff; vertical-align:middle;" width="240"/>
        </a>
       </td>
       <td class="hm" width="28">
       </td>
       <td class="mobile-center" valign="middle">
        <a style="text-decoration:none;">
         <img alt="Alumni Hall of Fame" class="donate" height="50" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.e.bbbs.org%252Flib%252Ffe2e11717064057f7c1c72%252Fm%252F1%252Fd5df194f-37b2-4aba-b358-a1851bd02bcd.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5lLmJiYiIsInRpbWUiOjE3NTM0NTIxMDcuMDc2MDI2fQ:1ufIzb:5nswNvufs5e5Px4_QZWvHlym5i7k_14oYLjlcJ0ktmE" style="max-width:240px; font:16px/18px Arial, Helvetica, sans-serif; color:#ffffff; vertical-align:middle;"/>
        </a>
       </td>
      </tr>
     </table>
    </td>
   </tr>
   <!-- Main Content -->
   <tr>
    <td class="mobile-padding" style="padding:0 20px;">
     <table align="center" cellpadding="0" cellspacing="0" class="w-100p" style="max-width:600px;" width="600">
      <tr>
       <td style="background:#1a1a1a; padding:25px 20px; border-radius:12px; margin:15px 0;">
        <p class="body-text" style="margin-bottom:15px; color:#ffffff; font-size:18px;">
         <strong>
          Dear Fred,
         </strong>
        </p>
        <p class="body-text" style="margin-bottom:20px; color:#ffffff; font-size:16px; line-height:1.5;">
         This year, we celebrated a milestone at the 2025 Big Brothers Big Sisters National Conference:
         <strong style="color:#2AFC85;">
          <a style="color:#2AFC85; text-decoration:none;">
           the induction of our fourth class of Alumni Hall of Fame honorees.
          </a>
         </strong>
         These remarkable individuals embody the lifelong impact of mentorship—and how the bond between a Big and a Little can shape futures, fuel leadership, and transform communities.
        </p>
        <table align="center" border="0" cellpadding="0" cellspacing="0" style="margin:15px auto;">
         <tr>
          <td class="btn-primary" style="background:#2AFC85; border-radius:25px; text-align:center;">
           <a style="background:#2AFC85; border:10px solid #2AFC85; font-family:'Inter', Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; text-align:center; text-decoration:none; display:block; border-radius:25px; color:#000;">
            Support the Next Generation of Leaders
           </a>
          </td>
         </tr>
        </table>
       </td>
      </tr>
     </table>
    </td>
   </tr>
   <!-- Featured Profile Card -->
   <tr>
    <td class="mobile-padding" style="padding:0 20px;">
     <table align="center" cellpadding="0" cellspacing="0" class="w-100p" style="max-width:600px;" width="600">
      <tr>
       <td class="profile-card">
        <!-- Profile Header -->
        <div class="profile-header">
         <h2 style="font-family:'Inter', Arial, sans-serif; font-size:24px; font-weight:700; margin:0 0 8px 0; color:#ffffff;">
          Meet 2025 Alumni Hall of Fame Inductee
         </h2>
         <h3 style="font-family:'Inter', Arial, sans-serif; font-size:28px; font-weight:700; margin:0 0 8px 0; color:#2AFC85;">
          Carey Arensberg
         </h3>
         <p style="font-family:'Inter', Arial, sans-serif; font-size:16px; font-weight:400; color:#a0aec0; margin:0;">
          Educator, Trauma and Resilience Specialist &amp; Alumni Big
         </p>
        </div>
        <!-- Profile Content -->
        <div style="padding:20px;">
         <!-- Side by side layout -->
         <table cellpadding="0" cellspacing="0" width="100%">
          <tr>
           <td class="mobile-stack" style="padding-right:20px; vertical-align:top;" width="35%">
            <!-- Carey Profile Image -->
            <img alt="Carey Arensberg" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.e.bbbs.org%252Flib%252Ffe2e11717064057f7c1c72%252Fm%252F1%252F88f0a334-797f-4ab0-8db3-c307a8d44a50.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5lLmJiYiIsInRpbWUiOjE3NTM0NTIxMDcuMDc2MjE3NH0:1ufIzb:MQ5R_zFqOnuo2xNrHPUfmAe_xAry1vII_kIjr3z6OlE" style="width:100%; height:auto; border-radius:8px; border:2px solid #2AFC85; display:block; margin-bottom:15px;" width="100%"/>
            <!-- Carey and Little Image -->
            <img alt="Carey and her Little Brothers" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.e.bbbs.org%252Flib%252Ffe2e11717064057f7c1c72%252Fm%252F1%252Fdb429c9e-1a79-4a79-94bf-c4413fe34299.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5lLmJiYiIsInRpbWUiOjE3NTM0NTIxMDcuMDc2MzI5Mn0:1ufIzb:dOXTF9ztwpAK_BpSNsNKkgFXPj9qUjKONWL29uhc3NQ" style="width:100%; height:auto; border-radius:8px; border:2px solid #2AFC85; display:block;" width="100%"/>
           </td>
           <td class="mobile-stack" style="vertical-align:top; padding-left:10px;" width="65%">
            <!-- Story -->
            <p class="body-text" style="margin:0 0 15px 0; color:#ffffff; font-size:16px; line-height:1.5;">
             <strong style="color:#2AFC85;">
              Carey Arensberg
             </strong>
             is a social-emotional behavior specialist who
             <strong>
              has spent over a decade teaching and guiding youth.
             </strong>
             In 2015, a meaningful connection with two of her students grew into a lifelong bond through Big Brothers Big Sisters of the Central Gulf Coast. Carey supported them through middle and high school—and now proudly calls them her
             <strong style="color:#2AFC85;">
              "Bonus Boys"
             </strong>
             as they begin their college journey.
            </p>
            <!-- Impact Highlight -->
            <p class="body-text" style="margin:15px 0; color:#ffffff; font-size:16px; line-height:1.5; padding:15px; background:#2a2a2a; border-radius:8px; border-left:3px solid #2AFC85;">
             Through her trauma-informed work in schools and her influential presence on social media,
             <strong style="color:#ffffff;">
              Carey is helping build more compassionate classrooms and inspiring a global community of educators.
             </strong>
            </p>
           </td>
          </tr>
         </table>
         <!-- Centered closing text outside the column structure -->
         <table cellpadding="0" cellspacing="0" style="margin:20px 0;" width="100%">
          <tr>
           <td style="text-align:center; padding:0 20px;">
            <p class="body-text" style="margin:0; color:#ffffff; font-size:16px; line-height:1.5;">
             Her story is a powerful reminder that mentorship doesn't just change lives—
             <strong style="color:#2AFC85;">
              it strengthens families, schools, and entire communities.
             </strong>
            </p>
           </td>
          </tr>
         </table>
         <!-- Video Button -->
         <table align="center" border="0" cellpadding="0" cellspacing="0" style="margin:0 auto;">
          <tr>
           <td class="btn-primary" style="background:#2AFC85; border-radius:25px; text-align:center;">
            <a style="background:#2AFC85; border:10px solid #2AFC85; font-family:'Inter', Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; text-align:center; text-decoration:none; display:block; border-radius:25px; color:#000;">
             Watch Carey Arensberg's Story
            </a>
           </td>
          </tr>
         </table>
        </div>
       </td>
      </tr>
     </table>
    </td>
   </tr>
   <!-- Legacy Section -->
   <tr>
    <td class="mobile-padding" style="padding:15px 20px;">
     <table align="center" cellpadding="0" cellspacing="0" class="w-100p" style="max-width:600px;" width="600">
      <tr>
       <td style="background:#1a1a1a; padding:25px 20px; border-radius:12px; text-align:center;">
        <h3 style="font-family:'Inter', Arial, sans-serif; font-size:24px; font-weight:700; margin:0 0 15px 0; color:#ffffff;">
         Building a Legacy of Leaders
        </h3>
        <p class="body-text" style="margin:0 0 20px 0; color:#ffffff; font-size:16px; line-height:1.5;">
         With this year's class,
         <strong style="color:#2AFC85;">
          we've now honored 28 extraordinary alumni whose stories continue to inspire
         </strong>
         —and whose lives prove that mentorship doesn't just change one path; it sets off a legacy of leadership, service, and community impact.
        </p>
        <!-- All Inductees Image -->
        <div style="margin:15px 0;">
         <img alt="2025 Alumni Hall of Fame Inductees" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.e.bbbs.org%252Flib%252Ffe2e11717064057f7c1c72%252Fm%252F1%252Fe3d1ab46-a5ac-4edb-9898-bbbc14fbc1ec.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5lLmJiYiIsInRpbWUiOjE3NTM0NTIxMDcuMDc2NDk3Nn0:1ufIzb:nO_qLgffHVSzwO0FjbrZ4kPR97SkZ1eBOJ5D8lTb2RU" style="width:100%; max-width:450px; height:auto; border-radius:8px; border:2px solid #2AFC85; display:block; margin:0 auto;" width="100%"/>
        </div>
        <table align="center" border="0" cellpadding="0" cellspacing="0" style="margin:15px auto 0 auto;">
         <tr>
          <td class="btn-primary" style="background:#2AFC85; border-radius:25px; text-align:center;">
           <a style="background:#2AFC85; border:10px solid #2AFC85; font-family:'Inter', Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; text-align:center; text-decoration:none; display:block; border-radius:25px; color:#000;">
            Meet Our 2025 Inductees →
           </a>
          </td>
         </tr>
        </table>
       </td>
      </tr>
     </table>
    </td>
   </tr>
   <!-- Legacy Message -->
   <tr>
    <td class="mobile-padding" style="padding:10px 20px;">
     <table align="center" cellpadding="0" cellspacing="0" class="w-100p" style="max-width:600px;" width="600">
      <tr>
       <td style="background:#1a1a1a; padding:20px; border-radius:12px;">
        <p class="body-text" style="margin:0 0 15px 0; color:#ffffff; font-size:16px; line-height:1.5;">
         <strong style="color:#2AFC85;">
          Together, these alumni leaders are helping redefine what it means to give back
         </strong>
         —proving that once you're part of Big Brothers Big Sisters,
         <strong>
          you're part of something bigger for life.
         </strong>
        </p>
        <p class="body-text" style="margin:0 0 20px 0; color:#ffffff; font-size:16px; line-height:1.5;">
         Whether you're a former Little, a Big, a donor, or a dedicated champion of mentorship,
         <strong style="color:#2AFC85;">
          you're part of this growing legacy
         </strong>
         . As we look to the future, we're more energized than ever to build on the momentum from this year's gathering—and to keep showing up for the next generation.
        </p>
        <table align="center" border="0" cellpadding="0" cellspacing="0" style="margin:0 auto 15px auto;">
         <tr>
          <td class="btn-primary" style="background:#2AFC85; border-radius:25px; text-align:center;">
           <a style="background:#2AFC85; border:10px solid #2AFC85; font-family:'Inter', Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; text-align:center; text-decoration:none; display:block; border-radius:25px; color:#000;">
            Commit to Lasting Impact →
           </a>
          </td>
         </tr>
        </table>
       </td>
      </tr>
     </table>
    </td>
   </tr>
   <!-- Hero Quote Section -->
   <tr>
    <td class="mobile-padding" style="padding:15px 20px;">
     <table align="center" cellpadding="0" cellspacing="0" class="w-100p" style="max-width:600px;" width="600">
      <tr>
       <td style="background:#1a1a1a; padding:25px; border-radius:12px; border:1px solid #333; box-shadow:0 4px 12px rgba(0,0,0,0.3);">
        <table cellpadding="0" cellspacing="0" width="100%">
         <tr>
          <td style="width:4px; background:#2AFC85; border-radius:2px;">
          </td>
          <td style="padding-left:20px;">
           <p class="quote-text" style="font-size:15px; line-height:1.5; color:#ffffff; margin:0 0 18px 0; font-style:italic;">
            "It's not just about changing one life. It's about changing your legacy and what it means to give back."
           </p>
          </td>
         </tr>
        </table>
        <div style="background:#2a2a2a; padding:12px 15px; border-radius:6px; margin-top:15px;">
         <p style="color:#2AFC85; font-weight:600; font-size:13px; margin:0 0 3px 0;">
          — Trymaine Lee
         </p>
         <p style="color:#ffffff; font-size:11px; margin:0;">
          Pulitzer Prize and Emmy-Winning Journalist, Author | 2025 Alumni Hall of Fame Inductee
         </p>
        </div>
       </td>
      </tr>
     </table>
    </td>
   </tr>
   <!-- Final Message -->
   <tr>
    <td class="mobile-padding" style="padding:10px 20px;">
     <table align="center" cellpadding="0" cellspacing="0" class="w-100p" style="max-width:600px;" width="600">
      <tr>
       <td style="text-align:center; background:#1a1a1a; padding:20px; border-radius:12px;">
        <p style="margin:0 0 10px 0; color:#ffffff; font-size:16px; line-height:1.4;">
         Thank you for your continued support,
        </p>
        <p style="margin:0; color:#ffffff; font-size:16px; font-weight:600;">
         Big Brothers Big Sisters of America
        </p>
       </td>
      </tr>
     </table>
    </td>
   </tr>
   <!-- Footer -->
   <tr>
    <td align="center" style="padding:30px 15px; background:#131313;">
     <table align="center" cellpadding="0" cellspacing="0" class="w-100p" style="max-width:368px;" width="368">
      <tr>
       <td style="padding:0 0 30px;">
        <table align="center" cellpadding="0" cellspacing="0">
         <tr>
          <td class="active-i" style="padding:0 8px;">
           <a style="text-decoration:none;">
           </a>
           <table cellpadding="0" cellspacing="0" style="width:40px; height:40px; background:transparent; border:2px solid #2AFC85; border-radius:50%;">
            <tr>
             <td align="center" style="width:36px; height:36px;" valign="middle">
              <img alt="facebook" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.e.bbbs.org%252Flib%252Ffe2e11717064057f7c1c72%252Fm%252F1%252F60819125-5ca4-4b9b-8ce8-db685f82607b.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5lLmJiYiIsInRpbWUiOjE3NTM0NTIxMDcuMDc2NjA3NX0:1ufIzb:po9gyPAPHYCGdEMQJCw3YwI6z4SYIjZ-L9mi3ey-kwo" style="display:block;" width="20"/>
             </td>
            </tr>
           </table>
          </td>
          <td class="active-i" style="padding:0 8px;">
           <a style="text-decoration:none;">
           </a>
           <table cellpadding="0" cellspacing="0" style="width:40px; height:40px; background:transparent; border:2px solid #2AFC85; border-radius:50%;">
            <tr>
             <td align="center" style="width:36px; height:36px;" valign="middle">
              <img alt="twitter" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.e.bbbs.org%252Flib%252Ffe2e11717064057f7c1c72%252Fm%252F1%252Feb3438d6-d674-436a-b4b3-7a7385b96f80.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5lLmJiYiIsInRpbWUiOjE3NTM0NTIxMDcuMDc2NzEwMn0:1ufIzb:QRMcP0zLHT79OsxsWMzlXg070AS6uZY5y7zHSJBnEn4" style="display:block;" width="20"/>
             </td>
            </tr>
           </table>
          </td>
          <td class="active-i" style="padding:0 8px;">
           <a style="text-decoration:none;">
           </a>
           <table cellpadding="0" cellspacing="0" style="width:40px; height:40px; background:transparent; border:2px solid #2AFC85; border-radius:50%;">
            <tr>
             <td align="center" style="width:36px; height:36px;" valign="middle">
              <img alt="instagram" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.e.bbbs.org%252Flib%252Ffe2e11717064057f7c1c72%252Fm%252F1%252F246bd86f-087f-4229-b717-6942a688f4ca.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5lLmJiYiIsInRpbWUiOjE3NTM0NTIxMDcuMDc2ODExM30:1ufIzb:ObQGvoYwQFmUAvicgdEFWAU1wKoN3q9yqDZzkZL4tlY" style="display:block;" width="20"/>
             </td>
            </tr>
           </table>
          </td>
         </tr>
        </table>
       </td>
      </tr>
      <tr>
       <td align="center" style="padding:0 0 20px; font:14px/20px 'Inter', Arial, Helvetica, sans-serif; color:#a0aec0;">
        © 2025 Big Brothers Big Sisters Of America
        <br/>
        2502 N. Rocky Point Drive, Suite 100 Tampa, FL, 33607
       </td>
      </tr>
      <tr>
       <td align="center" style="font:12px/16px 'Inter', Arial, Helvetica, sans-serif; color:#718096;">
        <a style="text-decoration:underline; color:#2AFC85;">
         Manage Subscriptions
        </a>
        |
        <a style="text-decoration:underline; color:#2AFC85;">
         Update Profile
        </a>
        |
        <a style="text-decoration:underline; color:#2AFC85;">
         Unsubscribe
        </a>
        <br/>
        <a style="text-decoration:underline; color:#2AFC85;">
         View in Browser
        </a>
       </td>
      </tr>
     </table>
    </td>
   </tr>
   <tr>
    <td>
     <table cellpadding="0" cellspacing="0" style="min-width:320px;" width="100%">
      <tr>
       <td>
        <table align="center" cellpadding="0" cellspacing="0" class="w-100p footer-table" style="max-width:368px;" width="368">
         <tr>
          <td align="" style="vertical-align:middle;">
          </td>
         </tr>
        </table>
       </td>
      </tr>
     </table>
    </td>
   </tr>
  </table>
 </body>
</html>