<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
        <title></title>
        <meta charset="utf-8"><!-- utf-8 works for most cases --><meta name="viewport" content="width=device-width"><!-- Forcing initial-scale shouldn't be necessary --><meta http-equiv="X-UA-Compatible" content="IE=edge"><!-- Use the latest (edge) version of IE rendering engine --><meta name="x-apple-disable-message-reformatting"><!-- Disable auto-scale in iOS 10 Mail entirely --><!-- The title tag shows in email notifications, like Android 4.4. --><!-- Web Font / @font-face : BEGIN --><!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely removed. --><!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. --><!--[if mso]>
        <style>
            * {
                font-family: sans-serif !important;
            }
       </style>
    <![endif]--><!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ --><!--[if !mso]>
        <link href="https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&amp;display=swap" rel="stylesheet" />
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;display=swap" rel="stylesheet" /><!--<![endif]--><!-- Web Font / @font-face : END --><!-- CSS Reset : BEGIN -->
        <style type="text/css">/* What it does: Remove spaces around the email design added by some email clients. */
        /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
  
  
  
 @font-face {
    font-family: 'TideSans-500Dudette';
    src: url('https://www.whoi.edu/home/fontface/TideSans-500Dudette-webfont.woff2') format('woff2'),
         url('https://www.whoi.edu/home/fontface/TideSans-500Dudette-webfont.woff') format('woff'),
         url('https://www.whoi.edu/home/fontface/TideSans-500Dudette.ttf') format('ttf'),
         url('https://www.whoi.edu/home/fontface/TideSans-500Dudette.otf') format('otf');
    font-weight: normal;
    font-style: normal;

}
  
        html,
        body {
            margin: 0 auto !important;
            padding: 0 !important;
            height: 100% !important;
            width: 100% !important;
                        font-family: 'Red Hat Display', sans-serif;
                        font-weight:400;
                        font-size:18px;
                        
        }
                
                /* preheader styles */
.preheader {
    color: transparent;
    display: none;
    height: 0;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    mso-hide: all;
    visibility: hidden;
    width: 0;
}

        /* What it does: Stops email clients resizing small text. */
        * {
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
        }

        /* What it does: Centers email on Android 4.4 */
        div[style*="margin: 16px 0"] {
            margin: 0 !important;
        }

                h2{
                        color:#041e42;
                        margin:0;
                        
                }
                
                h3 {
                        font-size:15px;
                        text-transform: uppercase;
                        color:#00a9e0;
                        margin-bottom:0;
                        letter-spacing: .03em;
                }
                
p.caption {font-size:13px;line-height:16px;margin-top:4px;text-align:left}

        /* What it does: Stops Outlook from adding extra spacing to tables. */
        table,
        td {
            mso-table-lspace: 0pt !important;
            mso-table-rspace: 0pt !important;
        }

        /* What it does: Fixes webkit padding issue. */
        table {
            border-spacing: 0 !important;
            border-collapse: collapse !important;
            table-layout: fixed !important;
            margin: 0 auto !important;
        }

        /* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
        a {
            text-decoration: none;
                        color: #0069b1;
                        color:#00a9e0;
                        
                        
        }
                a:hover {
            text-decoration: underline;
                        color: #041e42;
                        color: #0069b1;
                        
        }
                a:visited {
            text-decoration: none;
                                color: #0069b1;
        }
                
                
                a.light {
        color: #ffffff;
}
a.gray {
                color:#bbbcbc;
        color:#e6e7e8;
        


/* Give and Shop WHOI buttons */
                .stack-column-center.give table {
                        margin-left:166px !important
                }
                
                .stack-column-center.shop table {
                        margin-right:153px !important
                }
                        
/* End Give and Shop WHOI buttons */


        /* What it does: Uses a better rendering method when resizing images in IE. */
        img {
            -ms-interpolation-mode:bicubic;
        }

        /* What it does: A work-around for email clients meddling in triggered links. */
        *[x-apple-data-detectors],  /* iOS */
        .unstyle-auto-detected-links *,
        .aBn {
            border-bottom: 0 !important;
            cursor: default !important;
            color: inherit !important;
            text-decoration: none !important;
            font-size: inherit !important;
            font-family: inherit !important;
            font-weight: inherit !important;
            line-height: inherit !important;
        }

        /* What it does: Prevents Gmail from changing the text color in conversation threads. */
        .im {
            color: inherit !important;
        }

        /* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
        .a6S {
           display: none !important;
           opacity: 0.01 !important;
                }
                /* If the above doesn't work, add a .g-img class to any image in question. */
                img.g-img + div {
                   display: none !important;
                }

        /* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
        /* Create one of these media queries for each additional viewport size you'd like to fix */

        /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
        @media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
            u ~ div .email-container {
                min-width: 320px !important;
            }
        }
        /* iPhone 6, 6S, 7, 8, and X */
        @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
            u ~ div .email-container {
                min-width: 375px !important;
            }
        }
        /* iPhone 6+, 7+, and 8+ */
        @media only screen and (min-device-width: 414px) {
            u ~ div .email-container {
                min-width: 414px !important;
            }
        }
        </style>
        <!-- What it does: Makes background images in 72ppi Outlook render at correct size. --><!--[if gte mso 9]>
    <xml>
        <o:OfficeDocumentSettings>
            <o:AllowPNG/>
            <o:PixelsPerInch>96</o:PixelsPerInch>
        </o:OfficeDocumentSettings>
    </xml>
    <![endif]--><!-- CSS Reset : END --><!-- Progressive Enhancements : BEGIN -->
        <style type="text/css">/* What it does: Hover styles for buttons */
        .button-td,
        .button-a, .button-b {
            transition: all 100ms ease-in;
        }
            .button-td-primary:hover,
            .button-a-primary:hover {
                background: #00a9e0 !important;
                border-color: #00a9e0 !important;
                        color:#ffffff;
                            }
                
                .button-b-primary:hover {
                          background: #00a9e0 !important;
                border-color: #041e42 !important;
                        color: #041e42 !important;
                }
                
                

        /* Media Queries */
        @media screen and (max-width: 600px) {

            .email-container {
                width: 100% !important;
                margin: 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;
                                padding:0px 0 0px;
                                
            }
  .stack-column-center img {
          margin:0px auto 0 auto ;
           max-width:600px;
  }
  
  
          /* Give and Shop WHOI buttons */
                        .stack-column-center.give table {
                        margin: 0px auto 10px !important;                        
                width: 100% !important;
                max-width: 100% !important;
                }
                
                .stack-column-center.shop table {
                        margin: 0 auto !important;                        
                width: 100% !important;
                max-width: 100% !important;
                }
                /* End Give and Shop WHOI buttons */
  

                        .full {
    display:block;
    width:100%;
        padding:0px 0 0px;
  }
  
  .full img {
           margin:0 auto 0 auto ;
           max-width:600px;
  }
                        
            /* 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;
            }
            table.center-on-narrow {
                display: inline-block !important;
            }

            /* What it does: Adjust typography on small screens to improve readability */
            .email-container p {
                font-size: 18px !important;
                                margin-bottom:10px !important;
            }
                        
                        p.small {
                                font-size: 13px !important;
                        }
                        
                        .email-container li {
                font-size: 18px !important;
                                margin-bottom:10px !important;
            }
                        
                        .footer p {
                                 font-size: 12px !important;
                        }
                        
                        p.date {
                        margin-bottom: 0 !important;        
                        }
                        
                        p.poem {
                        font-size:20px !important;        
                        }
                        
                        h1 {
                        font-size:24px !important;        
                        }
                        
                        h2 {
                        font-size:24px !important;        
                        line-height:28px !important
                        }
                        
                        h4 {
                                font-size: 14px !important;
                        }
                        
                .email-container p.caption {font-size:13px!important; line-height:16px !important;margin-top:4px !important;text-align:center !important}
                        
                        .stack-column-center img {
          margin:20px auto 0 auto ;
                      }
                
                .left-margin{
                margin-left:10px;
                margin-right:0px;
                }
        </style>
        <!-- Progressive Enhancements : END -->
</head>
<!--
        The email background color (#222222) is defined in three places:
        1. body tag: for most email clients
        2. center tag: for Gmail and Inbox mobile apps and web versions of Gmail, GSuite, Inbox, Yahoo, AOL, Libero, Comcast, freenet, Mail.ru, Orange.fr
        3. mso conditional: For Windows 10 Mail
-->
<body data-gr-ext-installed="" data-gramm="false" data-new-gr-c-s-check-loaded="8.896.0" data-new-gr-c-s-loaded="8.896.0" style="margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: #e6e7e8;" width="100%">
<p><span class="preheader">Join us for a week of exciting events, including scavenger hunts, video explorations, book readings, and hands-on activities at WHOI’s Ocean Science Discovery Center!</span></p>
<!-- Insert &#847;&zwnj;&nbsp; hack after hidden preview text -->

<div style="display: none; max-height: 0px; overflow: hidden;">͏ &zwnj; &nbsp;   &shy; ͏ &zwnj; &nbsp;   &shy; ͏ &zwnj; &nbsp;   &shy; ͏ &zwnj; &nbsp;   &shy; ͏ &zwnj; &nbsp;   &shy; ͏ &zwnj; &nbsp;   &shy; ͏ &zwnj; &nbsp;   &shy; ͏ &zwnj; &nbsp;   &shy;͏ &zwnj; &nbsp;   &shy; ͏ &zwnj; &nbsp;   &shy; ͏ &zwnj; &nbsp;   &shy; ͏ &zwnj; &nbsp;   &shy; ͏ &zwnj; &nbsp;   &shy; ͏ &zwnj; &nbsp;   &shy; ͏ &zwnj; &nbsp;   &shy; ͏ &zwnj; &nbsp;   &shy;</div>

<center style="width: 100%; background-color: #e6e7e8;"><!--[if mso | IE]>
    <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #e6e7e8;">
    <tr>
    <td>
    <![endif]--><!-- Visually Hidden Preheader Text : BEGIN -->
<div class="en__component en__component--textblock">
<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: sans-serif;">&nbsp;</div>
</div>
<!-- Visually Hidden Preheader Text : END --><!-- Create white space after the desired preview text so email clients don’t pull other distracting text into the inbox preview. Extend as necessary. --><!-- Preview Text Spacing Hack : BEGIN -->

<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: sans-serif;">&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</div>
<!-- Preview Text Spacing Hack : END --><!-- Email Body : BEGIN -->

<table align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="margin:auto" width="600">
        <tbody><!-- Hero Image, Flush : END --><!-- 1 Column Text + Button : BEGIN --><!-- Hero Image, Flush : BEGIN -->
                <tr>
                        <td style="background-color: #e6e7e8;">
                        <p class="small" style="font-family:'Red Hat Display', Helvetica, Arial, sans-serif; font-weight:300;font-size:13px;margin:0;text-align:center;margin-top:10px;margin-bottom:10px"><a href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fus.engagingnetworks.app%2Fpage%2Femail%2Fmessage%2Fview%3Fea.campaigner.email%3DBdaxHunqTkLgaXR82g2b4g%3D%3D%26broadcastId%3D301089%26templateId%3D302445&amp;data=05%7C02%7Csemco%40whoi.edu%7C1fce37e9ae7c4c38830008dc58b0d42a%7Cd44c5cc6d18c46cc8abd4fdf5b6e5944%7C0%7C0%7C638482763705389272%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;sdata=Z5j4zHw8bJ3GWVmQodDHOQpIPmWV4%2BfggyzRq7TM0BI%3D&amp;reserved=0" originalSrc="https://us.engagingnetworks.app/page/email/message/view?ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&broadcastId=301089&templateId=302445" shash="kryBQtcpj/IWdhLZ4GiUk3KE/p1U3T5DGDZTFYSIawDUV6LkvkKgifuSZX4Dt1TdZ2tHwGYQQ9efM0/HES+SdZnJadjW9JRLseVr8K5MUMgQtKPDceM3kn3+rNqLDPGd35qPlGtCfW3BMC6SPGjNsu+5yXZTZp5HjOYfHSiZTWE=">View in a browser</a></p>
                        </td>
                </tr>
                <tr>
                        <td style="background-color: #041e42;">
                        <p style="text-align:center;margin:9px 20px 4px"><img src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/logo-oneline540.png?v=1598458443000" style="height: auto; width: 100%;max-width:540px" width="540" /></p>
                        </td>
                </tr>
                <tr>
                        <td style="background-color: #ffffff;"><a data-id="null" href=""><img alt="April vacation" border="0" class="g-img" height="" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/earth-day-email-banner3.jpg?v=1712679425000" style="width: 100%; max-width: 600px; height: auto; background: #ffffff;  color: #555555; margin: auto; display: block;border:0px solid #041e42" width="600" /></a></td>
                </tr>
                <!-- Hero Image, Flush : END --><!-- 1 Column Text + Button : BEGIN -->
                <tr>
                        <td style="background-color: #ffffff;">
                        <div class="en__component en__component--repeatable">
                        <div class="en__component en__component--droppable ui-sortable">
                        <div class="en__component en__component--textblock">
                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tbody>
                                        <tr>
                                                <td style="padding:10px 30px 10px;color: #1f212d;font-family: 'Red Hat Display', Helvetica, Arial, sans-serif; font-weight:400;Margin-top:0px;font-size:18px;line-height:28px;letter-spacing:0.02em">
                                                <p>Join Woods Hole Oceanographic Institution (WHOI) for school vacation week! All events will be held at WHOI&#39;s Ocean Science Discovery Center, <a href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmaps.app.goo.gl%2FYSDrmtN7woUhSHPk8&amp;data=05%7C02%7Csemco%40whoi.edu%7C1fce37e9ae7c4c38830008dc58b0d42a%7Cd44c5cc6d18c46cc8abd4fdf5b6e5944%7C0%7C0%7C638482763705389272%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;sdata=uUa7%2BQdbAVo495QFbFHJCsR9640tEdBT2xH2iqfF2NE%3D&amp;reserved=0" originalSrc="https://maps.app.goo.gl/YSDrmtN7woUhSHPk8" shash="TCPM1WHfvuM6m7PqZ1mwCIppKXIvgXnwS9NpRKRVQBSeSmmsrcjeeRRW8ulHHrRp6Fityq4kl2TjWg3st0f9yURYPV9Zw5efO5b7pH7SwENQqot52FK58z/FeaQNhKJ9TW2Ux77xhOJ36BeSVcEeQWa55lVsdCQtGxZOPZr+FJg=">15 School Street, Woods Hole, MA</a>.</p>
                                                </td>
                                        </tr>
                                </tbody>
                        </table>
                        </div>
                        </div>
                        </div>
                        </td>
                </tr>
                <tr>
                        <td dir="ltr" style="padding: 0px 30px 15px; background-color: #ffffff;" width="100%">
                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tbody>
                                        <tr><!-- Column : BEGIN -->
                                                <td class="stack-column-center" valign="top" width="35%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr>
                                                                        <td dir="ltr" style="padding: 20px 0 0 0;" valign="top"><img alt="Woods Hole" border="0" class="center-on-narrow1" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/woodshole.png?v=1712596414000" style="height: auto; background: #ffffff; font-family: sans-serif; font-size: 15px; line-height: 15px;color: #555555;max-width:100%;border-radius: 50%;overflow: hidden;border: 2px solid #00a9e0;" width="170" /></td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END --><!-- Column : BEGIN -->
                                                <td class="stack-column-center" valign="top" width="65%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr><!--        <td class="center-on-narrow" dir="ltr" style="font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555; padding: 10px; text-align: left;" valign="top">-->
                                                                        <td class="center-on-narrow" style="padding: 0px 20px 0px 0px;color: #1f212d;font-family: 'Red Hat Display', Helvetica, Arial, sans-serif; font-weight:400;Margin-top:0px;font-size:17px;line-height:24px;letter-spacing:0.00em" valign="top">
                                                                        <h3>All Week Long</h3>

                                                                        <h2>Scavenger Hunt</h2>

                                                                        <p style="margin-top:5px;">Enjoy a Woods Hole Scavenger Hunt all week long. There will be prizes given for anyone that turns in a completed passport to qualify for a prize. You can pick up your scavenger hunt instructions and passport at the WHOI Discovery Center, 15 School Street. You can&nbsp;turn in your completed passport either in person, by email (<a href="mailto:info@whoi.edu">info@whoi.edu</a>), or&nbsp;via mail (93 Water Street, Woods Hole, MA 02543),&nbsp;by April 30, 2024.</p>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END -->
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <tr>
                        <td dir="ltr" style="padding: 0px 30px 15px; background-color: #ffffff;" width="100%">
                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tbody>
                                        <tr><!-- Column : BEGIN -->
                                                <td class="stack-column-center" valign="top" width="35%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr>
                                                                        <td dir="ltr" style="padding: 20px 0 0px 0;" valign="top"><img alt="Woods Hole" border="0" class="center-on-narrow1" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/wild-kratts.png?v=1712596412000" style="height: auto; background: #ffffff; font-family: sans-serif; font-size: 15px; line-height: 15px;color: #555555;max-width:100%;border-radius: 50%;overflow: hidden;border: 2px solid #00a9e0;" width="170" /></td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END --><!-- Column : BEGIN -->
                                                <td class="stack-column-center" valign="top" width="65%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr><!--        <td class="center-on-narrow" dir="ltr" style="font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555; padding: 10px; text-align: left;" valign="top">-->
                                                                        <td class="center-on-narrow" style="padding: 0px 20px 0px 0px;color: #1f212d;font-family: 'Red Hat Display', Helvetica, Arial, sans-serif; font-weight:400;Margin-top:0px;font-size:17px;line-height:24px;letter-spacing:0.00em" valign="top">
                                                                        <h3>Tuesday, April 16, 11:15am</h3>

                                                                        <h2 style="line-height:30px">Wild Kratts/Ocean Explorer Video</h2>

                                                                        <p style="margin-top:5px;">Explore the ocean and all of the amazing life it contains with the Kratts! (with an introduction by Lane Abrams, Alvin Team member).</p>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END -->
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <tr>
                        <td dir="ltr" style="padding: 0px 30px 15px; background-color: #ffffff;" width="100%">
                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tbody>
                                        <tr><!-- Column : BEGIN -->
                                                <td class="stack-column-center" valign="top" width="35%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr>
                                                                        <td dir="ltr" style="padding: 20px 0 0 0;" valign="top"><img alt="Where the Weird Things Are" border="0" class="center-on-narrow1" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/weird-things-book.png?v=1712596399000" style="height: auto; background: #ffffff; font-family: sans-serif; font-size: 15px; line-height: 15px;color: #555555;max-width:100%;border-radius: 50%;overflow: hidden;border: 2px solid #00a9e0;" width="170" /></td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END --><!-- Column : BEGIN -->
                                                <td class="stack-column-center" valign="top" width="65%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr><!--        <td class="center-on-narrow" dir="ltr" style="font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555; padding: 10px; text-align: left;" valign="top">-->
                                                                        <td class="center-on-narrow" style="padding: 0px 20px 0px 0px;color: #1f212d;font-family: 'Red Hat Display', Helvetica, Arial, sans-serif; font-weight:400;Margin-top:0px;font-size:17px;line-height:24px;letter-spacing:0.00em" valign="top">
                                                                        <h3>Wednesday, April 17, 11:15am</h3>

                                                                        <h2 style="line-height:30px"><em>Where the Weird Things Are</em> Book Reading</h2>

                                                                        <p style="margin-top:5px;">Join Meso, an intrepid underwater robot, on its very first expedition to explore the ocean twilight zone, and meet all the weird, wild, and wonderful creatures that live there! After the book reading, we will walk over to the Redfield Wet Lab and see some &ldquo;critters&rdquo; with Rob Reynolds.</p>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END -->
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <tr>
                        <td dir="ltr" style="padding: 0px 30px 20px; background-color: #ffffff;" width="100%">
                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tbody>
                                        <tr><!-- Column : BEGIN -->
                                                <td class="stack-column-center" valign="top" width="35%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr>
                                                                        <td dir="ltr" style="padding: 20px 0 0 0;" valign="top"><img alt="Splash Lab" border="0" class="center-on-narrow1" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/splash-lab.png?v=1712596395000" style="height: auto; background: #ffffff; font-family: sans-serif; font-size: 15px; line-height: 15px;color: #555555;max-width:100%;border-radius: 50%;overflow: hidden;border: 2px solid #00a9e0;" width="170" /></td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END --><!-- Column : BEGIN -->
                                                <td class="stack-column-center" valign="top" width="65%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr><!--        <td class="center-on-narrow" dir="ltr" style="font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555; padding: 10px; text-align: left;" valign="top">-->
                                                                        <td class="center-on-narrow" style="padding: 0px 20px 0px 0px;color: #1f212d;font-family: 'Red Hat Display', Helvetica, Arial, sans-serif; font-weight:400;Margin-top:0px;font-size:17px;line-height:24px;letter-spacing:0.00em" valign="top">
                                                                        <h3>Thursday, April 18, 1-3pm</h3>

                                                                        <h2>Splash Lab</h2>

                                                                        <p style="margin-top:5px;">A fun, hands-on opportunity for folks to learn about ocean science in an informal environment. Drop in and plan to spend 15 to 20 minutes doing ocean science activities and explore the Ocean Science Discovery Center.</p>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END -->
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <tr>
                        <td style="padding: 35px 10px 0; background-color: #041e42">
                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tbody>
                                        <tr><!-- Column : BEGIN -->
                                                <td class="stack-column-center give" valign="top" width="50%">
                                                <table border="0" cellpadding="0" cellspacing="0" class="btn-give" role="presentation" style="margin: auto;">
                                                        <tbody>
                                                                <tr>
                                                                        <td class="button-td button-td-primary" style="border-radius: 0px; background: transparent; border:1px solid #00a9e0;">
                                                                        <div class="en__component en__component--textblock"><a class="button-b button-b-primary" data-custom-urls="[]" data-custom-urls-enabled="false" href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fus.engagingnetworks.app%2Fpage%2Femail%2Fclick%2F10037%2F2458068%3Femail%3DBdaxHunqTkLgaXR82g2b4g%3D%3D%26campid%3DGDN5Uc%252BVpaGZkArzVWMSmA%3D%3D&amp;data=05%7C02%7Csemco%40whoi.edu%7C1fce37e9ae7c4c38830008dc58b0d42a%7Cd44c5cc6d18c46cc8abd4fdf5b6e5944%7C0%7C0%7C638482763705389272%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;sdata=zDNS3G%2FPxwfBy50IvBNYKQoHWqTH6f67VbjRmApc3R4%3D&amp;reserved=0" originalSrc="https://us.engagingnetworks.app/page/email/click/10037/2458068?email=BdaxHunqTkLgaXR82g2b4g==&campid=GDN5Uc%2BVpaGZkArzVWMSmA==" shash="Ksp7Wd0qcug7KWKMElNozI5cha+Pef7C+4Xgwhq+OhEKdp0fmDAyOEqGBlEnF8Jc9VxfgsFao6fpP/+cc4n5pbhm38D9D4Vmfpnx4M5W5ueLn0QEMem5ua11sLEbF/YP1gWJ4UlwzwpNz/le9aRg/5ZBydOaSp0Baq9he/bws4M=" style="background: transparent; font-family: 'Red Hat Display', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 16px; text-decoration: none; padding: 10px 14px; color: #00a9e0; display: block; border-radius: 0px;letter-spacing:0.06em;">GIVE NOW</a></div>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END --><!-- Column : BEGIN -->
                                                <td class="stack-column-center shop" valign="top" width="50%">
                                                <table border="0" cellpadding="0" cellspacing="0" class="btn-give" role="presentation" style="margin: auto;">
                                                        <tbody>
                                                                <tr>
                                                                        <td class="button-td button-td-primary" style="border-radius: 0px; background: transparent; border:1px solid #00a9e0">
                                                                        <div class="en__component en__component--textblock"><a class="button-b button-b-primary" data-id="44995" href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fus.engagingnetworks.app%2Fpage%2Femail%2Fclick%2F10037%2F2458069%3Femail%3DBdaxHunqTkLgaXR82g2b4g%3D%3D%26campid%3DGDN5Uc%252BVpaGZkArzVWMSmA%3D%3D&amp;data=05%7C02%7Csemco%40whoi.edu%7C1fce37e9ae7c4c38830008dc58b0d42a%7Cd44c5cc6d18c46cc8abd4fdf5b6e5944%7C0%7C0%7C638482763705389272%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;sdata=XRbIzb6UoWH8OosyNTrdTQ4Ot0zfK%2FkKyb%2Fc1m6oYk8%3D&amp;reserved=0" originalSrc="https://us.engagingnetworks.app/page/email/click/10037/2458069?email=BdaxHunqTkLgaXR82g2b4g==&campid=GDN5Uc%2BVpaGZkArzVWMSmA==" shash="skZbSFsA1MyQdraircUfFiIWA7C9hbpe4D7Mhvfhb8k4HAdc+ExUo/oVeBDAw5adKVQL4q2ZNzmARwPRVeOfMEox/0FjRGOzFABcUG0UQJhhCWVhXQnn9N88OtUOuuKl1ABttMlzsiPVXr5CTYFXRcOBtdkRXQA+3f57Skj4om0=" style="background: transparent; font-family: 'Red Hat Display', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 16px; text-decoration: none; padding: 10px 14px; color: #00a9e0; display: block; border-radius: 0px;letter-spacing:0.06em">SHOP WHOI</a></div>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END -->
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <!-- 2 Even Columns : END -->
                <tr>
                        <td style="background-color: #041e42;">
                        <div class="en__component en__component--droppable ui-sortable">
                        <div class="en__component en__component--textblock">
                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tbody>
                                        <tr>
                                                <td class="footer" style="padding: 20px; font-family: sans-serif; font-size: 13px; line-height: 18px; color:#00a9e0;;letter-spacing:0.02em">
                                                <h2 style="font-family:'Red Hat Display', 'Helvetica',Arial,Tahoma,sans-serif;font-weight:700;font-size:22px;margin:10px 0 0px;text-align:center;color:#00a9e0">Follow us #WHOI</h2>

                                                <p style="text-align: center;margin-top:20px;"><a href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.facebook.com%2FWoodsHoleOcean%2F&amp;data=05%7C02%7Csemco%40whoi.edu%7C1fce37e9ae7c4c38830008dc58b0d42a%7Cd44c5cc6d18c46cc8abd4fdf5b6e5944%7C0%7C0%7C638482763705545537%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;sdata=P3kydLAd9XkBysYL8JLxZYeJLFwztkm%2BQw4aoIn2%2Flg%3D&amp;reserved=0" originalSrc="https://www.facebook.com/WoodsHoleOcean/" shash="HMNErQvGent9tA4q2BRykkgJDteFcvhtQ5rnq56G+B8vH5sccbrYBUZPnmwbXLfFt+eODybeghD/PBgaeiXqdA4x2mvupnSYSAEbj7zUAe/uwpqf5CoSvrnGvFl1KNPyr1HZVqMnfeoAFo+WMHD44s1wdLGHonC0LKwrMsDinEc=" target="_self"><img alt="facebook" height="25" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/facebook2020.png?v=1598464585000" width="11" /></a> &nbsp; &nbsp; <a href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftwitter.com%2Fwhoi&amp;data=05%7C02%7Csemco%40whoi.edu%7C1fce37e9ae7c4c38830008dc58b0d42a%7Cd44c5cc6d18c46cc8abd4fdf5b6e5944%7C0%7C0%7C638482763705545537%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;sdata=rnljZu3JK2PVVYwKDm16fPOncdSsv1xnLKGhapz2z18%3D&amp;reserved=0" originalSrc="https://twitter.com/whoi" shash="Idx3IJzlqYMWh+usFvdcI03VFG5L05BA91p8zRHl/o7A0+tb3x1MRRJ4eXq+egjqtW797QOwuqQ5lzjSeb3UlbB0/Oz5AzEPkwLNrDtSYNmotGh4HG49eV0MJe6wEa4m6nUOVy1w5fb9XCoXSprvBfn1hFHdmJL4Vy4bon8WZSA=" target="_self"><img alt="twitter" height="25" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/twitter2020.png?v=1598464597000" width="31" /></a> &nbsp; &nbsp; <a href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.instagram.com%2Fwhoi.ocean%2F&amp;data=05%7C02%7Csemco%40whoi.edu%7C1fce37e9ae7c4c38830008dc58b0d42a%7Cd44c5cc6d18c46cc8abd4fdf5b6e5944%7C0%7C0%7C638482763705545537%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;sdata=qGmgOBu88jrMYiBvTvuvIdVtJo%2BbS1oBFN%2FXlDwZvy4%3D&amp;reserved=0" originalSrc="https://www.instagram.com/whoi.ocean/" shash="gjHzZQ51OG4BnAXpb2YXbKuYMNbyFqsAANhxbvOfDsLr7hZFl2OZEMRCNl7yji+rB9zK1CbJtdr24My469F5+NRn81oFO14Z5Wylz/pr51ThQF9BGPPYaaQq5KinbcCuIdouKXeLrzvafLFEhcUrnZUzbgjBxiuE1MSoBnJ4b+c=" target="_self"><img alt="instagram" height="25" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/instagram2020.png?v=1598464585000" width="26" /></a> &nbsp; &nbsp; <a href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.youtube.com%2Fuser%2FWoodsHoleOceanInst&amp;data=05%7C02%7Csemco%40whoi.edu%7C1fce37e9ae7c4c38830008dc58b0d42a%7Cd44c5cc6d18c46cc8abd4fdf5b6e5944%7C0%7C0%7C638482763705545537%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;sdata=WdqiZcxB3z7JiocuKycXzQouaNsn4siSqBlrnTg31us%3D&amp;reserved=0" originalSrc="https://www.youtube.com/user/WoodsHoleOceanInst" shash="KNvKjbAneX0fKcRjALPukehz9Y3ia1V+mDT4FudsUqDMcF250+t7JqLSE1qV6l2hqZXtZQHmPLyUEjxXO6Lga6e6dASeH8XubemfvnmhJKckHn+S3fBxvp5Z3VAVNQyPOka8hEoElqPr8GCv6UlPojUtV6S694EilKAHr6MMMXA=" target="_self"><img alt="youtube" height="25" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/you-tube.png?v=1600788988000" width="30" /></a> &nbsp; &nbsp; <a href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.linkedin.com%2Fschool%2Fwoods-hole-oceanographic-institution%2F&amp;data=05%7C02%7Csemco%40whoi.edu%7C1fce37e9ae7c4c38830008dc58b0d42a%7Cd44c5cc6d18c46cc8abd4fdf5b6e5944%7C0%7C0%7C638482763705545537%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;sdata=sQskZEGcoyx2O8iK00oBRMSfPqMJddLUT8zZsqCUxc8%3D&amp;reserved=0" originalSrc="https://www.linkedin.com/school/woods-hole-oceanographic-institution/" shash="VHtYgJPvp31g4yYdIguzqfu5UVMlsZS03P/NztxotIHyM098qHarqB+Hask8ArmSq9NalxujQnzqHWb1fWJwvFYbCVYczCCgCToYNoMUtsuN4gwJ04Hed8cv0DvquxTtkOTJBMhfRTnPvIRkVJwwoQcsrInFFkWJ3+JnYMfT1Zk=" target="_self"><img alt="linkedin" height="21" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/linkedin2020.png?v=1598464586000" width="27" /></a> &nbsp; &nbsp; <a href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.tiktok.com%2F%40woodsholeoceanographic%3Flang%3Den&amp;data=05%7C02%7Csemco%40whoi.edu%7C1fce37e9ae7c4c38830008dc58b0d42a%7Cd44c5cc6d18c46cc8abd4fdf5b6e5944%7C0%7C0%7C638482763705545537%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;sdata=UKeN8nM%2Bp1GJGbaOTjnV1%2FfikXRBYHzf1yFfrSGgCUo%3D&amp;reserved=0" originalSrc="https://www.tiktok.com/@woodsholeoceanographic?lang=en" shash="Q4hjsggZIgqI09rvaNiRI7rF+D2LZpUS4bkoSh6PqCsmkwRXWSSN5Z4inz39YcCHRxqKgBMdRqaI/zKN799hPLOWkiWDXylAcymBgZjqhSied7ey7T1GdNmezl6rqLufZpoQ23d5urWwO55uYRU09n9CdByMMcj7+hUI+NrIRaM=" target="_self"><img alt="tiktok" height="25" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/tiktok.png?v=1648749113000" width="22" /></a></p>

                                                <p style="font-family: 'Red Hat Display', Helvetica, Arial, sans-serif;margin:0;text-align:center">Copyright &copy;2024 Woods Hole Oceanographic Institution. All rights reserved.<br />
                                                266 Woods Hole Road, Woods Hole, MA 02543-1050 U.S.A.<br />
                                                General Information: <a class="gray" href="mailto:information@whoi.edu">information@whoi.edu</a> or (508) 548-1400<br />
                                                <a class="gray" data-id="null" href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fus.engagingnetworks.app%2Fpage%2Femail%2Fclick%2F10037%2F2458070%3Femail%3DBdaxHunqTkLgaXR82g2b4g%3D%3D%26campid%3DGDN5Uc%252BVpaGZkArzVWMSmA%3D%3D&amp;data=05%7C02%7Csemco%40whoi.edu%7C1fce37e9ae7c4c38830008dc58b0d42a%7Cd44c5cc6d18c46cc8abd4fdf5b6e5944%7C0%7C0%7C638482763705545537%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;sdata=7rBZJP5bopQdNq24AbvvMJ8bS9ez%2B8DA0TIqNhNInrE%3D&amp;reserved=0" originalSrc="https://us.engagingnetworks.app/page/email/click/10037/2458070?email=BdaxHunqTkLgaXR82g2b4g==&campid=GDN5Uc%2BVpaGZkArzVWMSmA==" shash="QII+QgfhxYZ9Huo08PCBrH07/B40FlRgM5bTNcNHaST4l0XB/iv3aENOyZ/ZWzeK5EDviNOBRrDlrb+kayDceOmqRjQa2nYxqONBb42AFWmNZb4dId54ty7V5BdS9wcOPsLhpQ8nCXpqWT6YtRctAIiyVrJsDXupQ/6Al5/elHc=">Privacy Policy</a></p>

                                                <p style="font-family:'Red Hat Display',  Helvetica, Arial, sans-serif;font-size: 14px; line-height: 14px;margin:20px 0 10px;text-align:center"><a class="gray" href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fus.engagingnetworks.app%2Fpage%2Femail%2Fmessage%2Fview%3Fea.campaigner.email%3DBdaxHunqTkLgaXR82g2b4g%3D%3D%26broadcastId%3D301089%26templateId%3D302445&amp;data=05%7C02%7Csemco%40whoi.edu%7C1fce37e9ae7c4c38830008dc58b0d42a%7Cd44c5cc6d18c46cc8abd4fdf5b6e5944%7C0%7C0%7C638482763705545537%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;sdata=4oMO8ld3bShpPI%2BCqKX8NCefqTYqFrwMvRbbuWhOxTM%3D&amp;reserved=0" originalSrc="https://us.engagingnetworks.app/page/email/message/view?ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&broadcastId=301089&templateId=302445" shash="OsWoM01oX4Npxso7G068CrUHcHTey/BLioHE2ZaCHQmw6CS5lRSq2keKznXvbS/vcQFxznDA9/lHF6PVE3b8zEO1IY62O6QDFyDIQif+ftv1P0P3lrbydlAeRoiq4b1d5P5wkj/9xh4VV7QopzlIpYm67V+wOat30ktHOZkxUo4=">View in a browser</a> | <a class="gray" href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fus.engagingnetworks.app%2Fpage%2Femail%2Fsubscribe%3Fcampaignpageurl%3Dhttps%253A%252F%252Fgift.whoi.edu%252Fpage%252F7388%252Fsubscriptions%252F1%253Fea.broadcast.id%253D301089%26ea.campaigner.email%3DBdaxHunqTkLgaXR82g2b4g%3D%3D&amp;data=05%7C02%7Csemco%40whoi.edu%7C1fce37e9ae7c4c38830008dc58b0d42a%7Cd44c5cc6d18c46cc8abd4fdf5b6e5944%7C0%7C0%7C638482763705545537%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;sdata=PXo%2BuEPeotk102OxRdq9pV02Cm7zuExX%2F9Rl0qW%2FYRg%3D&amp;reserved=0" originalSrc="https://us.engagingnetworks.app/page/email/subscribe?campaignpageurl=https%3A%2F%2Fgift.whoi.edu%2Fpage%2F7388%2Fsubscriptions%2F1%3Fea.broadcast.id%3D301089&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==" shash="YKyFAA4CP0rmIzOz2oTeYluYK25tlBf8SReNZnrGIYeLAzyc73XhLs5krzHLspTGS+iSah81a4W0GGH9VBv7BwiNf9biQqIp3an78s2NsDUrhzMUDHKrh5YizS+wZMr0nVCIYrb4W4UnO5cx0Y0uKbqmTJ0AUpc2O1xchpcTzaA=">Unsubscribe</a></p>
                                                </td>
                                        </tr>
                                </tbody>
                        </table>
                        </div>
                        </div>
                        </td>
                </tr>
                <!-- FOOTER : END -->
        </tbody>
</table>
<!-- Email Body : END --><!--[if mso | IE]>
    </td>
    </tr>
    </table>
    <![endif]--></center>
</body>
</html>
<img alt="supporter" src="https://us.engagingnetworks.app/page/email/open/GDN5Uc%2BVpaGZkArzVWMSmA==_b301089_tr0_t0.png"/>