Inboxes

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

+New inbox

<!DOCTYPE html>
<html lang="en" xmlns="//www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
 <head>
  <link href="https://fonts.googleapis.com/css?family=Rubik:400,500,700&amp;display=swap" rel="stylesheet"/>
  <meta charset="utf-8"/>
  <!-- utf-8 works for most cases -->
  <meta content="width=device-width" name="viewport"/>
  <!-- Forcing initial-scale shouldn't be necessary -->
  <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
  <!-- Use the latest (edge) version of IE rendering engine -->
  <meta name="x-apple-disable-message-reformatting"/>
  <!-- Disable auto-scale in iOS 10 Mail entirely -->
  <title>
   Welcome - [Plain HTML]
  </title>
  <!-- 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: Arial, 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: //stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
  <!--[if !mso]><!-->
  <link href="https://fonts.googleapis.com/css?family=Montserrat:300,500" rel="stylesheet"/>
  <!--<![endif]-->
  <!-- Web Font / @font-face : END -->
  <!-- CSS Reset -->
  <style>
   /* 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. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */

        table {

            border-spacing: 0 !important;

            border-collapse: collapse !important;

            table-layout: fixed !important;

            margin: 0 auto !important;

        }



        table table table {

            table-layout: auto;

        }



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

        .x-gmail-data-detectors,

        /* Gmail */

        .x-gmail-data-detectors *,

        .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 displaying an 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: Prevents underlining the button text in Windows 10 */

        .button-link {

            text-decoration: none !important;

            font-family: 'Rubik', sans-serif !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 */

        /* Thanks to Eric Lepetit @ericlepetitsf) for help troubleshooting */

        @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {



            /* iPhone 6 and 6+ */

            .email-container {

                min-width: 375px !important;

            }

        }
  </style>
  <!-- Progressive Enhancements -->
  <style>
   .zero-link,

     .zero-link:link, .zero-link:visited{

    color: #d56b78 !important;

    font-family: Helvetica !important;

    text-decoration: none !important;

  }

        /* What it does: Hover styles for buttons */

        .button-td,

        .button-a {

            transition: all 100ms ease-in;

        }



        .button-td:hover,

        .button-a:hover {

            background: #555555 !important;

            border-color: #555555 !important;

        }

        .vert-desktop {

            vertical-align: center;

        }

        .vert-desktop-container-1 {

            height: 170px;

        }

        .vert-desktop-container-2 {

            height: 170px;

        }

        .vert-desktop-container-3 {

            height: 170px;

        }

        /* Media Queries */

        @media screen and (max-width: 580px) {

            .mobile-padding-x-10 {

                padding-left: 10px !important;

                padding-right: 10px !important;

                padding: 10px !important;

            }

            .mobile-hide {

             display: none;   

            }

            .vert-desktop {

                vertical-align: top;

            }

            .mobile-heading {

                font-size: 30px !important;

            }

        .vert-desktop-container-1 {

            height: auto;

        }

        .vert-desktop-container-2 {

            height: auto;

        }

        .vert-desktop-container-3 {

            height: auto;

        }



            /* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */

            .fluid {

                width: 100% !important;

                max-width: 100% !important;

                height: auto !important;

                margin-left: auto !important;

                margin-right: auto !important;

            }



            /* What it does: Forces table cells into full-width rows. */

            .stack-column,

            .stack-column-center {

                display: block !important;

                width: 100% !important;

                max-width: 100% !important;

                direction: ltr !important;

            }



            /* And center justify these ones. */

            .stack-column-center {

                text-align: center !important;

            }



            /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */

            .center-on-narrow {

                text-align: center !important;

                display: block !important;

                margin-left: auto !important;

                margin-right: auto !important;

                float: none !important;

            }



            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;

                line-height: 22px !important;

            }

        }



        @media screen and (min-width: 700px) {

            .desktop-large-text {

                font-size: 45px !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]-->
 </head>
 <body bgcolor="#F1F1F1" style="margin: 0; mso-line-height-rule: exactly;" width="100%">
  <center style="width: 100%; background: #f8f9fa; text-align: left;">
   <!-- Visually Hidden Preheader Text : 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;">
    Your fasting and COVID-19 action plan
   </div>
   <!-- Visually Hidden Preheader Text : END -->
   <!--

            Set the email width. Defined in two places:

            1. max-width for all clients except Desktop Windows Outlook, allowing the email to squish on narrow but never go wider than 680px.

            2. MSO tags for Desktop Windows Outlook enforce a 680px width.

            Note: The Fluid and Responsive templates have a different width (600px). The hybrid grid is more "fragile", and I've found that 680px is a good width. Change with caution.

        -->
   <div class="email-container" style="max-width: 680px; margin: auto;">
    <!--[if mso]>

            <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="680" align="center">

            <tr>

            <td>

            <![endif]-->
    <!-- Email Body : BEGIN -->
    <table align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="max-width: 680px;" width="100%">
     <!-- HEADER : BEGIN -->
     <tr>
      <td bgcolor="#f77965">
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td style="padding: 20px 40px 20px 40px;">
          <img src="https://inboxflows.com/_/image/https%253A%252F%252Fzerofasting.com%252Fwp-content%252Fuploads%252F2019%252F08%252Flogo-white.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ6ZXJvZmFzdGluZyJ9:1kXMyv:e-yA-zHvLCU07K7oWws90s76CthJMknPr-ZTA1Eq9aE" width="150"/>
         </td>
        </tr>
       </table>
      </td>
     </tr>
     <!-- HEADER : END -->
     <!-- REVIEW : BEGIN -->
     <tr>
      <td bgcolor="#FFF">
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td style="padding: 40px 40px 40px 40px; font-family: sans-serif; font-size: 12px;  color: #000000; font-weight:normal;">
          <img alt="" src="https://inboxflows.com/_/image/http%253A%252F%252Fcdn.mcauto-images-production.sendgrid.net%252F1601ddc1334ee463%252F71e6e581-0a1a-4867-9d6c-dcfc553176af%252F1000x750.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmNkbi5tY2F1dG8taSJ9:1kXMyv:KVBDniv_lLp8XgTBM7l-wXxZnd04-I9kMBd5aKStZD4" style="display:block;width:100%" width="300"/>
          <p style="font-family: sans-serif; font-size: 15px; mso-height-rule: exactly; line-height: 20px; color: #555555;text-align: left;">
           A lot has changed in the last week, but one thing hasn’t—we’re here to help you stay healthy and informed.
          </p>
          <p style="font-family: sans-serif; font-size: 15px; mso-height-rule: exactly; line-height: 20px; color: #555555;text-align: left;">
           We’ve been getting a lot of questions about what you should, and should not, be doing regarding your fasting practice and general health in the midst of the COVID-19 pandemic. We’ll continue to send updates on the findings of our Chief Medical Officer, Dr. Peter Attia, but here are his three initial suggestions based on what we know today:
          </p>
         </td>
        </tr>
       </table>
      </td>
     </tr>
     <!-- REVIEW : END -->
     <!-- TWO COL FOODS 1: START -->
     <tr>
      <!-- dir=rtl is where the magic happens. This can be changed to dir=ltr to swap the alignment on wide while maintaining stack order on narrow. -->
      <td align="center" bgcolor="#f2f2f2" dir="ltr" height="100%" style="padding: 10px 0;" valign="top" width="100%">
       <!--[if mso]>

                        <table border="0" cellspacing="0" cellpadding="0" align="center" width="660">

                        <tr>

                        <td align="center" valign="top" width="660">

                        <![endif]-->
       <table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width:660px;" width="100%">
        <tr>
         <td align="center" style="font-size:0; padding: 10px 0;" valign="top">
          <!--                                 <h3-->
          <!--                                            style="margin: 20px 0 40px 0; font-size: 20px; font-weight:bold; color: #000;font-family: sans-serif; padding: 0 10px;">-->
          <!--Two things you <span style="text-decoration: underline; font-style: italic;">should</span> do and one thing you <span style="text-decoration: underline; font-style: italic;">should not</span> do.-->
          <!--</h3>-->
          <!--[if mso]>

                                    <table border="0" cellspacing="0" cellpadding="0" align="center" width="660">

                                    <tr>

                                    <td align="left" valign="top" width="220">

                                    <![endif]-->
          <div class="stack-column" style="display:inline-block; margin: 0 -2px; max-width: 100px; min-width:100px; vertical-align:top; width:100%;">
           <table border="0" cellpadding="0" cellspacing="0" width="100%">
            <tr>
             <td class="vert-desktop-container-1" dir="ltr" style="padding: 0 10px">
              <img alt="" class="mobile-hide vert-desktop" src="https://inboxflows.com/_/image/http%253A%252F%252Fcdn.mcauto-images-production.sendgrid.net%252F1601ddc1334ee463%252F1cd3d18b-fb43-4e20-9c15-aeec5ab8fec9%252F150x155.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmNkbi5tY2F1dG8taSJ9:1kXMyv:KVBDniv_lLp8XgTBM7l-wXxZnd04-I9kMBd5aKStZD4" style="border: 0;width: 100%;max-width: 100px;" width="150"/>
             </td>
            </tr>
           </table>
          </div>
          <!--[if mso]>

                                    </td>

                                    <td align="left" valign="top" width="440">

                                    <![endif]-->
          <div class="stack-column" style="display:inline-block; margin: 0 -2px; max-width:66.66%; min-width:320px; vertical-align:top;">
           <table border="0" cellpadding="0" cellspacing="0" width="100%">
            <tr>
             <td dir="ltr" style="font-family: sans-serif; font-size: 15px; mso-height-rule: exactly; line-height: 20px; color: #555555; padding: 10px 10px 0; text-align: left;">
              <strong style="color:#000;">
               Continue your normal daily nutritional routine
              </strong>
              <br/>
              <br/>
              A daily time-restricted feeding (TRF) routine—16:8,18:6, or OMAD, for example—should be just fine. It shouldn’t pose any risk with regards to COVID-19, and it’s important to maintain healthy routines when so much else is in flux. It also might help you avoid stress eating or grazing throughout the day if you’re working from home.
             </td>
            </tr>
           </table>
          </div>
          <!--[if mso]>

                                    </td>

                                    </tr>

                                    </table>

                                    <![endif]-->
         </td>
        </tr>
       </table>
       <!--[if mso]>

                        </td>

                        </tr>

                        </table>

                        <![endif]-->
      </td>
     </tr>
     <!-- TWO COL FOODS 1: END -->
     <!-- TWO COL FOODS 2: START -->
     <tr>
      <!-- dir=rtl is where the magic happens. This can be changed to dir=ltr to swap the alignment on wide while maintaining stack order on narrow. -->
      <td align="center" bgcolor="#f2f2f2" dir="ltr" height="100%" style="padding: 10px 0;" valign="top" width="100%">
       <!--[if mso]>

                            <table border="0" cellspacing="0" cellpadding="0" align="center" width="660">

                            <tr>

                            <td align="center" valign="top" width="660">

                            <![endif]-->
       <table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width:660px;" width="100%">
        <tr>
         <td align="center" style="font-size:0; padding: 10px 0;" valign="top">
          <!--[if mso]>

                                        <table border="0" cellspacing="0" cellpadding="0" align="center" width="660">

                                        <tr>

                                        <td align="left" valign="top" width="220">

                                        <![endif]-->
          <div class="stack-column" style="display:inline-block; margin: 0 -2px; max-width: 100px; min-width:100px; vertical-align:top; width:100%;">
           <table border="0" cellpadding="0" cellspacing="0" width="100%">
            <tr>
             <td class="vert-desktop-container-2" dir="ltr" style="padding: 0 10px;">
              <img alt="" class="mobile-hide vert-desktop" src="https://inboxflows.com/_/image/http%253A%252F%252Fcdn.mcauto-images-production.sendgrid.net%252F1601ddc1334ee463%252Faf333cd3-0d57-483f-9aa3-09d2fd54e500%252F150x155.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmNkbi5tY2F1dG8taSJ9:1kXMyv:KVBDniv_lLp8XgTBM7l-wXxZnd04-I9kMBd5aKStZD4" style="border: 0;width: 100%;max-width: 100px;" width="150"/>
             </td>
            </tr>
           </table>
          </div>
          <!--[if mso]>

                                        </td>

                                        <td align="left" valign="top" width="440">

                                        <![endif]-->
          <div class="stack-column" style="display:inline-block; margin: 0 -2px; max-width:66.66%; min-width:320px; vertical-align:top;">
           <table border="0" cellpadding="0" cellspacing="0" width="100%">
            <tr>
             <td dir="ltr" style="font-family: sans-serif; font-size: 15px; mso-height-rule: exactly; line-height: 20px; color: #555555; padding: 10px 10px 0; text-align: left;">
              <strong style="color:#000;">
               Consider holding off on multi-day fasts for now
              </strong>
              <br/>
              <br/>
              We’re being abundantly cautious here, but there’s some evidence that a longer fast (2+ days) can cause a cortisol spike which could temporarily dampen your immune system. In normal times, once the risk of contracting COVID-19 has abated, prolonged fasts can have profound health benefits, but now may not be the ideal time.
             </td>
            </tr>
           </table>
          </div>
          <!--[if mso]>

                                        </td>

                                        </tr>

                                        </table>

                                        <![endif]-->
         </td>
        </tr>
       </table>
       <!--[if mso]>

                            </td>

                            </tr>

                            </table>

                            <![endif]-->
      </td>
     </tr>
     <!-- TWO COL FOODS 2: END -->
     <!-- TWO COL FOODS 3: START -->
     <tr>
      <!-- dir=rtl is where the magic happens. This can be changed to dir=ltr to swap the alignment on wide while maintaining stack order on narrow. -->
      <td align="center" bgcolor="#f2f2f2" dir="ltr" height="100%" style="padding: 10px 0;" valign="top" width="100%">
       <!--[if mso]>

                            <table border="0" cellspacing="0" cellpadding="0" align="center" width="660">

                            <tr>

                            <td align="center" valign="top" width="660">

                            <![endif]-->
       <table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width:660px;" width="100%">
        <tr>
         <td align="center" style="font-size:0; padding: 10px 0;" valign="top">
          <!--[if mso]>

                                        <table border="0" cellspacing="0" cellpadding="0" align="center" width="660">

                                        <tr>

                                        <td align="left" valign="top" width="220">

                                        <![endif]-->
          <div class="stack-column" style="display:inline-block; margin: 0 -2px; max-width: 100px; min-width:100px; vertical-align:top; width:100%;">
           <table border="0" cellpadding="0" cellspacing="0" width="100%">
            <tr>
             <td class="vert-desktop-container-3" dir="ltr" style="padding: 0 10px;">
              <img alt="" class="mobile-hide vert-desktop" src="https://inboxflows.com/_/image/http%253A%252F%252Fcdn.mcauto-images-production.sendgrid.net%252F1601ddc1334ee463%252Feb8d077a-09f8-43c4-b675-2f21d1c8edaa%252F150x154.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmNkbi5tY2F1dG8taSJ9:1kXMyv:KVBDniv_lLp8XgTBM7l-wXxZnd04-I9kMBd5aKStZD4" style="border: 0;width: 100%;max-width: 100px;" width="150"/>
             </td>
            </tr>
           </table>
          </div>
          <!--[if mso]>

                                        </td>

                                        <td align="left" valign="top" width="440">

                                        <![endif]-->
          <div class="stack-column" style="display:inline-block; margin: 0 -2px; max-width:66.66%; min-width:320px; vertical-align:top;">
           <table border="0" cellpadding="0" cellspacing="0" width="100%">
            <tr>
             <td dir="ltr" style="font-family: sans-serif; font-size: 15px; mso-height-rule: exactly; line-height: 20px; color: #555555; padding: 10px 10px 0; text-align: left;">
              <strong style="color:#000;">
               Buy time
              </strong>
              <br/>
              <br/>
              There’s so much that we still don’t know, so do everything you can to protect yourself while we learn more. Wash your hands for at least 20 seconds, especially after you leave the house, and practice social distancing. These are the best known ways to mitigate the impact of the epidemic.
             </td>
            </tr>
           </table>
          </div>
          <!--[if mso]>

                                        </td>

                                        </tr>

                                        </table>

                                        <![endif]-->
         </td>
        </tr>
       </table>
       <!--[if mso]>

                            </td>

                            </tr>

                            </table>

                            <![endif]-->
      </td>
     </tr>
     <!-- TWO COL FOODS 3: END -->
     <!-- Learn : BEGIN -->
     <tr>
      <td bgcolor="#fff">
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td bgcolor="#FFFFFF">
          <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
           <tr>
            <td style="padding: 40px 40px 0 40px; font-family: sans-serif; font-size: 12px; line-height: 18px; color: #0000000; font-weight:normal;">
             <p style="margin: 0;color: #60666d;font-family: sans-serif; font-size: 15px; mso-height-rule: exactly; line-height: 20px; padding: 10px  0; text-align: left;">
              For more of Dr. Attia’s reasoning behind delaying longer fasts, exactly what “social distancing” means, and why it’s important for us to “flatten the curve,” check out our
              <a class="zero-link">
               blog post
              </a>
              on fasting and COVID-19.
             </p>
            </td>
           </tr>
          </table>
         </td>
        </tr>
        <tr>
         <td height="20" style="font-size:40px; line-height:40px;">
         </td>
        </tr>
        <tr>
         <td style=" text-align: center;margin-right: 5px;">
          <!-- Button : BEGIN -->
          <center>
           <table align="center" border="0" cellpadding="0" cellspacing="0" class="center-on-narrow" role="presentation" style="text-align: center;">
            <tr>
             <td class="button-td" style="border-radius: 5px; background: #62C78B; text-align: center;">
              <a class="button-a" style="margin: 0;background: #62C78B; border: 15px solid #62C78B; font-family: 'Montserrat', sans-serif; font-size: 14px; line-height: 1.1; text-align: center; text-decoration: none; display: block; border-radius: 50px; font-weight: bold;">
               <span class="button-link" style="color:#ffffff;">
                Learn More
               </span>
              </a>
             </td>
            </tr>
           </table>
          </center>
          <!-- Button : END -->
         </td>
        </tr>
        <tr>
         <td height="40" style="font-size:40px; line-height:40px;">
         </td>
        </tr>
       </table>
      </td>
     </tr>
     <!-- Learn : END -->
     <!-- FOOTER : BEGIN -->
     <tr>
      <td bgcolor="#FFFFFF">
       <table bgcolor="#f77965" cellpadding="1" cellspacing="0" width="75%">
        <tr>
         <td>
          <table bgcolor="#ffffff" cellpadding="0" cellspacing="0" width="100%">
           <tr>
            <td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left;" width="400">
            </td>
           </tr>
          </table>
         </td>
        </tr>
       </table>
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td bgcolor="#FFFFFF">
          <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
           <tr>
            <td style="padding: 40px 40px 0 40px; font-family: sans-serif; font-size: 12px; line-height: 18px; color: #0000000; text-align: center; font-weight:normal;">
             <p style="margin: 0;color: #60666d;font-size: 12px !important;">
              Love Zero?
             </p>
             <p style="margin: 0;color: #60666d;font-size: 12px !important;">
              Rate us on the
              <a style="color: #f77965">
               App Store
              </a>
              or
              <a style="color: #f77965">
               Google Play
              </a>
             </p>
            </td>
           </tr>
          </table>
         </td>
        </tr>
        <tr>
         <td bgcolor="#FFFFFF" style="padding: 10px 30px 30px 30px; text-align: center;">
          <table align="center" style="text-align: center;">
           <tr>
            <td>
             <a>
              <img alt="" border="0" height="30" src="https://inboxflows.com/_/image/https%253A%252F%252Fmarketing-image-production.s3.amazonaws.com%252Fuploads%252F0f339c5e1818a623cdde7250452e022ad07a6955ef56bdf6d4d21f0f23394d7668746b2bb505686336474deb3d398d328e5cef3f280c0e27a516718c98eba9d1.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZtYXJrZXRpbmctaSJ9:1kXMyv:7bFQQCyAr52E-qIEi2uJYg12ljMbIZI1D9MHevrsvHg" style="margin:0; padding:0; border:none; display:block;" width="15"/>
             </a>
            </td>
            <td width="10">
            </td>
            <td>
             <a>
              <img alt="" border="0" height="30" src="https://inboxflows.com/_/image/https%253A%252F%252Fmarketing-image-production.s3.amazonaws.com%252Fuploads%252F3244e3f8d7c738f5992d4b72fa8468b512315578037712eb97fb2edf63c9c7b6392f8fabd70d7658e4b53fa42648c8aef9f0a069d5f1a72944aedc8ba51f7b51.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZtYXJrZXRpbmctaSJ9:1kXMyv:7bFQQCyAr52E-qIEi2uJYg12ljMbIZI1D9MHevrsvHg" style="margin:0; padding:0; border:none; display:block;" width="30"/>
             </a>
            </td>
            <td width="10">
            </td>
            <td>
             <a>
              <img alt="" border="0" height="30" src="https://inboxflows.com/_/image/https%253A%252F%252Fmarketing-image-production.s3.amazonaws.com%252Fuploads%252F6a2c92f18c6846132da5ea4c3e21bf5d509ea7426128443af7c61e3a2c0bffc9be5f10986a4b5008e61b86a920881bc08bbc88dc96ef81689264f65c7064fef7.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZtYXJrZXRpbmctaSJ9:1kXMyv:7bFQQCyAr52E-qIEi2uJYg12ljMbIZI1D9MHevrsvHg" style="margin:0; padding:0; border:none; display:block;" width="35.42"/>
             </a>
            </td>
           </tr>
          </table>
         </td>
        </tr>
        <tr>
         <td bgcolor="#FFFFFF" style="padding: 0px 40px 40px 40px; font-family: sans-serif; font-size: 12px; line-height: 18px; color: #000000; text-align: center; font-weight:normal;">
          <p style="margin: 0; color: #60666d;font-size: 12px !important;">
           © 2020 Big Sky Health, Inc.
          </p>
         </td>
        </tr>
       </table>
      </td>
     </tr>
     <!-- FOOTER : END -->
    </table>
    <!-- Email Body : END -->
    <!--[if mso]>

            </td>

            </tr>

            </table>

            <![endif]-->
   </div>
  </center>
  <a>
   Unsubscribe From This List
  </a>
  |
  <a>
   Manage Email Preferences
  </a>
  <img alt="" border="0" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fu8998071.ct.sendgrid.net%252Fwf%252Fopen%253Fupn%253Dazb47jPfalLRy9EgC41FBqLNpSQUfBpZjmyW3hFZnK3g-2B0FSSWSdkDpObf39CN94cW2JkYzoi5GPhhS73AOzwOBvaMzEOztkqka40mW0Mh76ktMHRb-2FHCEmnXyRQ0XuaUZ4jn5X5jODOlx56b8FQqceELhGaRckxUfJoBf4nsi-2FmGjO7S24Ydfq9uT0BdfVZMWvnjohgXftUjcwPZO77m5-2BOyItI0EGctAyoX7rtNBr2W501S203VEuRmTFwiU77S5rGLqhQocf5zs66shSnOFLYZJm6l4IAXlCr-2BWfWmHgnkOgdJ-2BddvNyUDGqHuFrpn40pDKzXV2q7i9tQwtQUcnSfcPSrFzU5WkyjCUPE53Vh-2FrnwT58hAdqo7PT18VAnsXZu6Fcmmgunz4dQFYhK0X6ox5hmn65V87ETYw-2Bo4zoNmz-2BFl4bmd-2BvcTrjJNKkZQNqEjSkIPbKRoYwnSuvJ3cmbtXppRrNU6Pyo0GiWvdgP0GGJC7Uk-2Fhzg-2Fl79LBo7hqr5HqUpe1P0D-2FO7bRGLvSR4AkYcN8C1sls2U4tpfwZXwTxR7i2d-2Bq-2FYRgcfLcDmHHLd6i-2B7X2diKGqwIAQcuBv9o0sNgXXZhsKn63i-2BfyUCZEFJ5sZICx-2FoOUPmhtiUse2HJMt7GZ9BrpIjWIacGGMJ5M7ob7BRiapFUAI3JIc4qnwzDNYzxoBirLQhoIgJ/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ1ODk5ODA3MS5jdCJ9:1kXMyv:XXlDS1UlbN7OPh8AiqvJGVsbDxtkk1UYZsdL-bN28jQ" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;" width="1"/>
 </body>
</html>