<!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/css?family=Lato:300,400,700,900" rel="stylesheet" />
        <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet" />
        <link href="https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,500,500i,600,600i,700,700i&amp;display=swap" rel="stylesheet" />
        <link href="https://fonts.googleapis.com/css2?family=Crimson+Text&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. */
        html,
        body {
            margin: 0 auto !important;
            padding: 0 !important;
            height: 100% !important;
            width: 100% !important;
        }

        /* 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;
        }

        /* 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: #27668f;
                        
                        
        }
                a:hover {
            text-decoration: none;
                        color: #173656;
                        
        }
                a:visited {
            text-decoration: none;
                                color: #173656;
                                color: #27668f;
        }
                
                        a.light {
        color: #ffffff;
}
a.gray {
        color: #cccccc;

                .stack-column-center.give table {
                        margin-left:166px !important
                }
                
                .stack-column-center.shop table {
                        margin-right:153px !important
                }
                        
                        


        /* 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: #173656 !important;
                border-color: #27668f !important;
                        color:#ffffff;
                            }
                
                .button-td-primary:hover {
                          background: transparent !important;
                border-color: transparent !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;
                                
            }
                        /* 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;
                }
                
                table.footer p{
                                font-size: 13px !important;         
                                line-height: 20px !important;        
                                }
                        
  .stack-column-center img {
          margin:0px auto 0 auto ;
           max-width:600px;
  }

                        .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: 17px !important;
                                margin-bottom:20px !important;
            }
                        p.date {
                        margin-bottom: 0 !important;        
                        }
                        
                        h1 {
                        font-size:24px !important;        
                        }
                        h4 {
                                font-size: 14px !important;
                        }
                        
                                table.btn-give {
                        margin-bottom:40px !important;
                        margin-top:0px !important;        
                        color:#173656;
                        }
                        
        }
        </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-gramm="false" style="margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: #ffffff;" width="100%">
<center style="width: 100%; background-color: #ffffff;"><!--[if mso | IE]>
    <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #eff6fc;">
    <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;">Woods Hole Oceanographic Institution Ocean</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>
                <tr>
                        <td style="background-color: #ffffff;">
                        <p style="font-family: 'Lato', sans-serif;font-size:14px;font-weight:400;margin:0;text-align:center;margin-top:10px;margin-bottom:10px"><a href="https://us.e-activist.com/ea-campaign/action.handleViewInBrowser.do?ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&broadcastId=71300&templateId=71539">View in a browser</a></p>
                        </td>
                </tr>
                <tr>
                        <td style="background-color: #02072c;padding:15px 0 15px">
                        <h1 style="font-family: 'Lato', Tahoma, Geneva, Helvetica, Arial, sans-serif;font-size:38px;font-weight:900;margin:0px 0 7px;text-align:center;LETTER-SPACING:0.08EM"><a class="light" href="https://www.whoi.edu" style="color:#2f9db8">OCEAN <span style="font-weight:300;color:#2f9db8">ENCOUNTERS</span></a></h1>
                        <!-- <hr style="border: 1px solid #FFFFFF;width:60%; margin:5px auto 5px">   -->

                        <hr style="border: none;height: 1px;color: #2f9db8;background-color: #2f9db8;margin:0px auto 8px;width:64%;" />
                        <h4 style="font-family: 'Lato', Tahoma, Geneva, Helvetica, Arial, sans-serif;font-size:10px;font-weight:400;text-transform: uppercase;letter-spacing:.08em;margin:0;margin-bottom:0px;text-align:center;margin-top:0px"><span style="color:#2f9db8">virtual series from Woods Hole Oceanographic Institution</span></h4>
                        </td>
                </tr>
                <tr>
                        <td style="background-color: #02072c;padding:0px 0 0x"><img alt="shark" border="0" class="g-img" height="" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/WHOI-Sharks-email600.jpg?v=1588942243000" style="width: 100%; max-width: 600px; height: auto;" width="600" />
                        <h3 style="font-family: 'Lato', Tahoma, Geneva, Helvetica, Arial, sans-serif;font-size:34px;color:#ffffff;text-transform:none;font-weight:700;text-align:center;margin:20px 0 0 0;letter-spacing:0.02em;line-height:46px">Tonight! May 13, 2020<br />
                        7:30-8:30 p.m. ET</h3>

                        <p style="font-family: 'Lato', Tahoma, Geneva, Helvetica, Arial, sans-serif;text-align: center; color: #ffffff; margin: 20px 20px 30px; font-size: 18px; line-height:24px;text-shadow: 5px 5px 15px #000000 !important;">With speakers Dr. Greg Skomal, Shark Biologist and<br />
                        Dr. Simon Thorrold, Ocean Ecologist</p>
                        </td>
                </tr>
                <tr>
                        <td style="background-color: #c8e2e9;">
                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tbody>
                                        <tr>
                                                <td style="padding: 20px 20px 20px 20px;font-family: 'Lato', Tahoma, Geneva, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 26px; color: #ffffff;">
                                                <p style="text-align:center"><img alt="skomal-thorrold" border="0" class="g-img" height="" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/skomal-thorrold.png?v=1588866201000" style="width: 100%; max-width: 380px; height: auto;" width="380" /></p>

                                                <h4 style="font-family: 'Lato', Tahoma, Geneva, Helvetica, Arial, sans-serif;font-size:20px;color:#333333;text-transform:none;font-weight:700;text-align:center;margin:15px 15px 0 10px;letter-spacing:.0em">Sharks are one of the most iconic, and feared, groups of animals in our wild ocean.</h4>

                                                <p style="font-family: 'Lato', Tahoma, Geneva, Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#000000;text-transform:none;font-weight:400;text-align:center;margin:10px 15px 0 15px;line-height:26px">Like other apex predators, they play a crucial role in the ecosystem they call home. Join us to learn about sharks and their behavior and role in a healthy ocean with shark biologist Greg Skomal, Massachusetts Division of Marine Fisheries, and WHOI ocean ecologist Simon Thorrold.</p>
                                                </td>
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <tr>
                        <td style="padding: 0px 0 30px 0;background-color: #c8e2e9;"><!-- Button : BEGIN -->
                        <table align="center" 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: #02072c;">
                                                <div class="en__component en__component--textblock"><a class="button-a button-a-primary" data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=471230&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0" style="background: #02072c; border: 0px solid #173656; font-family: 'Lato', Tahoma, Geneva, Helvetica, Arial, sans-serif; font-size: 18px; line-height: 18px; text-decoration: none; padding: 12px 16px; color: #ffffff; display: block; border-radius: 0px;letter-spacing:0.06em">REGISTER NOW</a></div>
                                                </td>
                                        </tr>
                                </tbody>
                        </table>
                        <!-- Button : END --></td>
                </tr>
                <tr>
                        <td style="background-color: #2b8fa8;padding:35px 0 0px">
                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tbody>
                                        <tr>
                                                <td style="padding: 0px 20px 20px 20px;font-family: 'Lato', Tahoma, Geneva, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 26px; color: #ffffff;">
                                                <h4 style="font-family: 'Lato', Tahoma, Geneva, Helvetica, Arial, sans-serif;font-size:18px;color:#ffffff;text-transform:none;font-weight:400;text-align:center;margin:0px 0 0 0;letter-spacing:.06em">REGISTER FOR NEXT WEEK&#39;S EVENT</h4>

                                                <h3 style="font-family: 'Lato', Tahoma, Geneva, Helvetica, Arial, sans-serif;font-size:30px;color:#ffffff;text-transform:none;font-weight:700;text-align:center;margin:5px 0 0 0;letter-spacing:0.02em;line-height:36px">Extreme Ocean Machines</h3>

                                                <p style="color: #ffffff; line-height: 1.4; text-align: center; margin: 0px 0px 0px; font-size: 24px; font-family: 'Times New Roman', Georgia, Times,  serif;"><em>Exploring impossible places</em></p>

                                                <h3 style="font-family: 'Lato', Tahoma, Geneva, Helvetica, Arial, sans-serif;font-size:22px;color:#ffffff;text-transform:none;font-weight:400;text-align:center;margin:10px 0 0 0;letter-spacing:0.02em;line-height:30px">Wednesday, May 20, 2020 &bull; 7:30-8:30 p.m. ET</h3>

                                                <p style="color: #ffffff; line-height: 1.4; text-align: center; margin: 15px 0px 0px; font-size: 14px; font-family: 'Lato', Tahoma, Geneva, Helvetica, Arial, sans-serif;"><strong>FEATURING:</strong></p>

                                                <p style="color: #ffffff; line-height: 1.4; text-align: center; margin: 0px 20px 0px 20px; font-size: 14px; font-family: 'Lato', Tahoma, Geneva, Helvetica, Arial, sans-serif;"><strong>James Cameron</strong>, renowned filmmaker and ocean explore; <strong>Mark Dalio</strong>, Founder and Creative Director, OceanX; <strong>Orla Doherty</strong>, Producer of the BBC&rsquo;s Blue Planet II; <strong>Andrew Bowen</strong>, Principal Engineer and Director of the National Deep Sea Submergence Facility, WHOI; <strong>Vincent Pieribone</strong>, Vice Chairman of OceanX and Director of the John B. Pierce Laboratory, Yale University</p>
                                                </td>
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <tr>
                        <td style="padding: 0px 0 30px 0;background-color: #2b8fa8;"><!-- Button : BEGIN -->
                        <table align="center" 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: #000000;">
                                                <div class="en__component en__component--textblock"><a class="button-a button-a-primary" data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=471231&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0" style="background: #000000; border: 0px solid #173656; font-family: 'Lato', Tahoma, Geneva, Helvetica, Arial, sans-serif; font-size: 18px; line-height: 18px; text-decoration: none; padding: 12px 16px; color: #ffffff; display: block; border-radius: 0px;letter-spacing:0.06em">REGISTER NOW</a></div>
                                                </td>
                                        </tr>
                                </tbody>
                        </table>
                        <!-- Button : END --></td>
                </tr>
                <!-- 2 Even Columns : BEGIN -->
                <tr>
                        <td style="padding: 35px 10px 0; background-color: #031c33">
                        <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 #6b869e;">
                                                                        <div class="en__component en__component--textblock"><a class="button-a button-a-primary" data-custom-urls="[]" data-custom-urls-enabled="false" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=471232&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==" style="background: transparent; border: 0px solid #173656; font-family: 'Lato', Tahoma, Geneva, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 18px; text-decoration: none; padding: 10px 14px; color: #6b869e; 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 #6b869e;">
                                                                        <div class="en__component en__component--textblock"><a class="button-a button-a-primary" data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=471233&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0" style="transparent: #6b869e; border: 0px solid #173656; font-family: 'Lato', Tahoma, Geneva, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 18px; text-decoration: none; padding: 10px 14px; color: #6b869e; 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 --><!-- 1 Column Text + Button : END -->
                <tr>
                        <td style="background-color: #031c33;">
                        <table border="0" cellpadding="0" cellspacing="0" class="footer" role="presentation" width="100%">
                                <tbody>
                                        <tr>
                                                <td style="padding: 20px; font-family: sans-serif; color: #6287a1;">
                                                <h2 style="font-family: 'lato', sans-serif;font-size:22px;margin:10px 0 0px;text-align:center">Follow us #WHOI</h2>

                                                <p style="text-align: center;margin-top:20px;"><a href="https://www.facebook.com/WoodsHoleOcean/" target="_self"><img alt="facebook" height="25" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/facebook.png?v=1573835067000" width="11" /></a> &nbsp; &nbsp; <a href="https://twitter.com/whoi" target="_self"><img alt="twitter" height="25" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/twitter.png?v=1573835070000" width="31" /></a> &nbsp; &nbsp; <a href="https://www.instagram.com/woodshole_ocean/" target="_self"><img alt="instagram" height="25" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/instagram.png?v=1573835068000" width="26" /></a> &nbsp; &nbsp; <a href="https://www.youtube.com/user/WoodsHoleOceanInst" target="_self"><img alt="youtube" height="25" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/youtube.png?v=1573835070000" width="27" /></a> &nbsp; &nbsp; <a href="https://www.linkedin.com/school/woods-hole-oceanographic-institution/" target="_self"><img alt="linkedin" height="25" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/linkedin.png?v=1573835069000" width="27" /></a></p>

                                                <p style="font-family: 'Lato', sans-serif;font-size: 13px; line-height: 20px;margin:0;text-align:center">Copyright &copy;2020 Woods Hole Oceanographic Institution. All rights reserved.<br />
                                                WHOI Development Office, <a class="gray" href="https://www.whoi.edu">Woods Hole Oceanographic Institution</a><br />
                                                266 Woods Hole Road, Woods Hole, MA 02543-1050 U.S.A.<br />
                                                <a class="gray" href="mailto:development@whoi.edu">development@whoi.edu</a> or (508) 289-4895<br />
                                                <a class="gray" data-id="null" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=471234&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0">Privacy Policy</a></p>

                                                <p style="font-family: 'Lato', sans-serif;font-size: 13px; line-height: 13px;margin:20px 0 10px;text-align:center"><a class="gray" href="https://gift.whoi.edu/page/broadcast.message.redirect.do?campaignpageurl=https%3A%2F%2Fgift.whoi.edu%2Fpage%2F7388%2Fsubscriptions%2F1%3Fea.broadcast.id%3D71300&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&enc=y">Unsubscribe</a></p>
                                                </td>
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <!-- 1 Column Text : END -->
        </tbody>
</table>
<!-- Email Body : END --><!--[if mso | IE]>
    </td>
    </tr>
    </table>
    <![endif]--></center>
</body>
</html>
<img alt="supporter" src="https://us.e-activist.com/ea-action/broadcast.record.message.open.do?ea.broadcast.id=71300&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea.client.id=10037"/>