<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN' 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'><html xmlns='http://www.w3.org/1999/xhtml'>
<html prefix="og: http://ogp.me/ns/fb#">
<head>
  <!--this is the head-->
  <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- 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 -->
    
    <title></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. -->
    <!-- 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]><!-->
    <!-- insert web font reference, eg: <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'> -->
    <!--<![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;
            line-height: 1.4 !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 iOS meddling in triggered links. */
        *[x-apple-data-detectors] {
            color: inherit !important;
            text-decoration: none !important;
        }

        /* What it does: A work-around for Gmail meddling in triggered links. */
        .x-gmail-data-detectors,
        .x-gmail-data-detectors *,
        .aBn {
            border-bottom: 0 !important;
            cursor: default !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;
        }
        .button-text{text-align: center!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 id="media-query-style-element">
      /* Media Queries */

      @media  screen yahoo and (min-width: 768px){
         
      .email-container img.cd-image.image-6a42c7466f34 {
          width: 100%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-dab6dc115a56 {
          width: 100%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-1cf57a73254b {
          width: 100%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-21ff396e58af {
          width: 100%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-d572ebc81a69 {
          width: 100%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-3c123bf69c49 {
          width: 100%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-f6d4cd186817 {
          width: 100%;
          height: auto !important;
        }
        
      }

      @media screen and (max-width: 768px) {
          
      .email-container img.cd-image.image-6a42c7466f34 {
          width: 100%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-dab6dc115a56 {
          width: 100%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-1cf57a73254b {
          width: 100%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-21ff396e58af {
          width: 100%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-d572ebc81a69 {
          width: 100%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-3c123bf69c49 {
          width: 100%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-f6d4cd186817 {
          width: 100%;
          height: auto !important;
        }
        

          .email-container img.no-img-edit {
            width: 100% !important;
            height: auto !important;
          }
          table, td{
            width: 100% !important;
          }
          div{
            width: 100% !important;
            min-width:100%!important;
          }
        .social-block-container{
            padding-left: 0 !important;
            padding-right: 0 !important;
          }
          /* 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;
            width: 100% !important;
            max-width: 100% !important;
            direction: ltr !important;
          }

          /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
        .center-on-narrow {
            text-align: center !important;
            margin-left: auto !important;
            margin-right: auto !important;
            float: none !important;
          }

          table.center-on-narrow {
            display: inline-block !important;
          }
        .button-text{ max-width:100%!important; box-sizing: border-box!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]-->
    
    
    
    <!--Replace with relevant script for different preview behavior -->
    
</head>
<body><img src="http://link.sfwater.org/o/3/T1RNMU1UWXlNRE06TURJdFlqSXdNalk1TFRGaU16QmlZekl4Tm1NNE16UmxaamRpTm1RMU9UWTBOV1pqTkRrM1lXVTU6YUc5MWMyVkFaR2xuYVhSaGJHdHBibWRrYjIwdWIzSm46WTI5dWRHRmpkQzAzWVdaa09UQTFObUV6WXpWbE5URXhPVFF6TVRBd05UQTFOamcxTldWbE9DMWlOVFV6WmpReU1HVmpZMkUwTW1JNE9Ea3dZVFl6TW1Oa05qSTNZV1k0WXc/Dhf_vh6O4T8i8ZZbpEoIfQ" width="1" height="1" />
<!--this is the body-->
  <center style="width: 100%;">

                      <div dir="ltr" style="max-width: 100%; margin: auto; direction: ltr;" class="email-container">
                      <table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="width: 100%; border-width: 1px; border-style: none; border-radius: 0px; background-origin: border-box; background-color: #f2f0f0; border-collapse: separate!important;" class="email-container">
                        <tbody>
                         <tr>
                           <td style="width: 100%;">
                            <!--[if mso]>
                            <table role="presentation" border="0" cellspacing="0" cellpadding="0" align="center" width="608" style="border-width: 10px; border-color: #ffffff; border-style: solid; width: 608px; max-width: 608px;  border-collapse: separate!important;" class="email-page-container">
                           <![endif]-->
                            <!--[if !mso]><!-- -->
                             <table role="presentation" cellspacing="0" cellpadding="0" border="0"  align="center" width="620" style="border-width: 10px; border-color: #ffffff; border-style: solid; width: 620px; max-width: 620px;  border-collapse: separate!important;" class="email-page-container">
                            <!--<![endif]-->
                                  <tbody>
                                      <tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="47" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #ffffff;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="600px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:600px; max-width:600px; min-width:600px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="600px" style="table-layout: fixed; width: 600px;" >
                                                        <tbody>
                                                            <tr>
                          <td width="560" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal; background-color: #f2f0f0; padding-top: 16px; padding-bottom: 16px; padding-left: 20px; padding-right: 20px;"><p style="text-align:center;mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:12px">Click <a cd-link-manager-tab="6" href="http://link.sfwater.org/m/1/93516203/02-b20269-1b30bc216c834ef7b6d59645fc497ae9/10/569/e8f12b55-4d65-49a1-8538-8566b375f7c0" target="_blank" style="color: #1cbeca; text-decoration: underline;">here</a> if you are having trouble viewing this message.</span></p>
</td>
                     </tr><!--[if mso]>
                              <tr>
                                <td width="600" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 0px; padding-bottom: 10px; padding-left: 0px; padding-right: 0px;">
                                     <a href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMA%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cDovL2NsZWFucG93ZXJzZi5vcmc_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtYjU1M2Y0MjBlY2NhNDJiODg5MGE2MzJjZDYyN2FmOGMmZXNpZD1lYzE5Zjc4Ny00MGZmLWVhMTEtYTgxNS0wMDBkM2E1OTExYmM&K=qQnv_cNLGRjXNI4YR8Nqug" name="{%22UrlIdOffset%22%3A1}" title="http://cleanpowersf.org" target="_blank"   cdlinkrefidmso="19" ><img class="center-on-narrow cd-image" height="278" width="600" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/cpsf_enewsletter_quarterly_pic_600pxx210px_v01_2x.jpg"  /></a>
                                </td>
                              </tr>
                           <![endif]-->
                          <!--[if !mso]><!-- --><tr>
                          <td width="600" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-top: 0px; padding-bottom: 10px; padding-left: 0px; padding-right: 0px;">
                             <a href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMQ%3A%3AaHR0cDovL2NsZWFucG93ZXJzZi5vcmc_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtYjU1M2Y0MjBlY2NhNDJiODg5MGE2MzJjZDYyN2FmOGMmZXNpZD1lYzE5Zjc4Ny00MGZmLWVhMTEtYTgxNS0wMDBkM2E1OTExYmM&K=bEusiQOz4IgqLriw7MgMng" undefined title="http://cleanpowersf.org" target="_blank"   cdlinkrefid="19" ><img class="center-on-narrow cd-image image-6a42c7466f34 no-img-edit" height="278" width="600" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/cpsf_enewsletter_quarterly_pic_600pxx210px_v01_2x.jpg"  /></a>
                          </td>
                     </tr><!--<![endif]--><tr>
                          <td width="600" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;"><p style="mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:16px"><span style="font-family:Calibri">As we all know too well, wildfire season is underway. Over the past month we’ve had to navigate orange skies, poor air quality, and potential Public Safety Power Shutoff (PSPS) events in addition to the COVID-19 pandemic. It’s a lot right now.</span></span></p>

<p style="mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"> </p>

<p style="mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:16px"><span style="font-family:Calibri">CleanPowerSF, your local clean electricity provider, is here to help. Reduce your stress and anxiety with our <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMg%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9jcmVkaXQ_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtYjU1M2Y0MjBlY2NhNDJiODg5MGE2MzJjZDYyN2FmOGMmZXNpZD1lYzE5Zjc4Ny00MGZmLWVhMTEtYTgxNS0wMDBkM2E1OTExYmM&K=_l5qkVpuAd4sS58dqCr9zg" target="_blank" style="color: #1cbeca; text-decoration: underline;">financial assistance</a> options and <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMw%3A%3AaHR0cHM6Ly93d3cuc2Y3Mi5vcmcvaGF6YXJkL2VsZWN0cmljLW91dGFnZXM_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtYjU1M2Y0MjBlY2NhNDJiODg5MGE2MzJjZDYyN2FmOGMmZXNpZD1lYzE5Zjc4Ny00MGZmLWVhMTEtYTgxNS0wMDBkM2E1OTExYmM&K=nJW15V_OwVy-Pa8pGFoRUA" target="_blank" style="color: #1cbeca; text-decoration: underline;">helpful resources </a>to prepare you and your family for a potential Public Safety Power Shutoff. We also wanted to share some <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3ANA%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9uZXdzLzIwMjAvOS8yNC9jbGVhbnBvd2Vyc2YtYW5ub3VuY2VzLXNvbGFyLWFuZC1iYXR0ZXJ5LXN0b3JhZ2UtY29udHJhY3Q_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtYjU1M2Y0MjBlY2NhNDJiODg5MGE2MzJjZDYyN2FmOGMmZXNpZD1lYzE5Zjc4Ny00MGZmLWVhMTEtYTgxNS0wMDBkM2E1OTExYmM&K=59Bk7vZK3zlYyD9OFzsawg" target="_blank" style="color: #1cbeca; text-decoration: underline;">good news,</a> too, which we can all use right now. </span></span></p>

<p style="mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"> </p>

<p style="mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:16px"><span style="font-family:Calibri">Stay healthy and safe, and thank you for being our customer.</span></span></p>
</td>
                     </tr><tr>
                          <td width="560" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px;">
                           <table role="presentation" cellspacing="0" cellpadding="0" style="border-collapse: collapse; border-spacing: 0; vertical-align: top; width: 100%; min-width: 100%;
                                border-bottom-width: 1px;
                                border-bottom-color: #686868;
                                border-bottom-style: solid;"  width="100%" >
                                <tr>
                                <td style="border: 0 none transparent; padding: 0; vertical-align: top; width: 100%; font-size: 0; line-height: 0;"> </td>
                                </tr>
                                </table>                        
                          </td>
                     </tr><!--[if mso]>
                              <tr>
                                <td width="600" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 10px; padding-bottom: 10px; padding-left: 0px; padding-right: 0px;">
                                     <a href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3ANQ%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9jcmVkaXQ_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtYjU1M2Y0MjBlY2NhNDJiODg5MGE2MzJjZDYyN2FmOGMmZXNpZD1lYzE5Zjc4Ny00MGZmLWVhMTEtYTgxNS0wMDBkM2E1OTExYmM&K=8quOhqaFcQXifiBRtrHjCg" name="{%22UrlIdOffset%22%3A1}" title="https://www.cleanpowersf.org/credit" target="_blank"   cdlinkrefidmso="22" ><img class="center-on-narrow cd-image" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/grandma-and-son.jpg"  /></a>
                                </td>
                              </tr>
                           <![endif]-->
                          <!--[if !mso]><!-- --><tr>
                          <td width="600" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-top: 10px; padding-bottom: 10px; padding-left: 0px; padding-right: 0px;">
                             <a href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3ANg%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9jcmVkaXQ_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtYjU1M2Y0MjBlY2NhNDJiODg5MGE2MzJjZDYyN2FmOGMmZXNpZD1lYzE5Zjc4Ny00MGZmLWVhMTEtYTgxNS0wMDBkM2E1OTExYmM&K=CXnaj_aqGZNpTPnKE5891Q" undefined title="https://www.cleanpowersf.org/credit" target="_blank"   cdlinkrefid="22" ><img class="center-on-narrow cd-image image-dab6dc115a56 no-img-edit" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/grandma-and-son.jpg"  /></a>
                          </td>
                     </tr><!--<![endif]-->
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="48" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #ffffff;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="600px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:600px; max-width:600px; min-width:600px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="600px" style="table-layout: fixed; width: 600px;" >
                                                        <tbody>
                                                            <tr>
                          <td width="600" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;"><h1 style="mso-line-height-rule: exactly;line-height:150%;font-family:Calibri;font-size:28px;color:#1cbeca;letter-spacing:0px;text-align:left;margin:0;word-wrap:break-word !important;font-weight:bold;font-style:normal;text-decoration: none;"><span style="font-family:Calibri">Secure Your $50 Bill Credit, On Us</span></h1>

<p style="mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:16px"><span style="font-family:Calibri">These are difficult times. We recognize many of our customers have been financially impacted by the COVID-19 crisis. We are providing a one-time $50 bill credit to residential CleanPowerSF customers enrolled in the CARE or FERA bill discount programs. <strong>See if your household is eligible for CARE or FERA and enroll by September 30 to claim your credit on your October electricity bill. </strong></span></span></p>
</td>
                     </tr><tr>
                          <td width="560" class="button-block-container"
                          style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;
                           padding-top: 15px; padding-bottom: 15px; padding-left: 20px; padding-right: 20px; text-align: center;">
                             <!--[if mso]><table role="presentation" cellspacing="0" cellpadding="0" border="0" >
                                                        <tr>
                                                            <td valign="top" style="padding: 13px; color:
                                                             font-weight: normal; word-wrap: break-word !important;
                                                             word-wrap: break-word !important; white-space: normal; box-sizing: content-box; text-align: center;
                                                             background-color: #35b8a6;
                                                             border:2px none #000;border-radius:10px;
                                                             max-width: 530px;">
                                                               <p align="center" style="font-family: Arial; color: #ffffff; text-align:center; font-size:20px;"><a class="button-link" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3ANw%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9jcmVkaXQ_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtYjU1M2Y0MjBlY2NhNDJiODg5MGE2MzJjZDYyN2FmOGMmZXNpZD1lYzE5Zjc4Ny00MGZmLWVhMTEtYTgxNS0wMDBkM2E1OTExYmM&K=1MG6SQJ0K_uznPY7vX5_vQ" title="https://www.cleanpowersf.org/credit" target="_blank"
                     name="{%22UrlIdOffset%22%3A1}"  cdlinkrefidmso="25"  style="text-decoration: none; color:#fff; font-family: Arial;
                     font-weight: normal; display: inline-block;"><span style="font-family:Calibri">Act Now</span></a></p>
                                                            </td>
                                                        </tr></table><![endif]-->
   <!--[if !mso]><!-- -->

   <a class="button-link" style="display: block;" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AOA%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9jcmVkaXQ_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtYjU1M2Y0MjBlY2NhNDJiODg5MGE2MzJjZDYyN2FmOGMmZXNpZD1lYzE5Zjc4Ny00MGZmLWVhMTEtYTgxNS0wMDBkM2E1OTExYmM&K=MxUuTrofYyWZ131cJsh_Jg" title="https://www.cleanpowersf.org/credit" target="_blank"  cdlinkrefid="25" >
     <span class="button-text" style="display: inline-block; vertical-align: middle; padding: 13px; font-size: 20px;
      color: #ffffff; word-wrap: break-word !important; white-space: normal; box-sizing: content-box; text-align: center;
                             background-color: #35b8a6;
                             border:2px none #000;border-radius:10px;
                             max-width: 530px;"><span style="font-family:Calibri">Act Now</span></span>
   </a>
<!--<![endif]-->
                          </td>
                     </tr>
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="49" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #ffffff;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="600px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:600px; max-width:600px; min-width:600px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="600px" style="table-layout: fixed; width: 600px;" >
                                                        <tbody>
                                                            <tr>
                          <td width="560" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px;">
                           <table role="presentation" cellspacing="0" cellpadding="0" style="border-collapse: collapse; border-spacing: 0; vertical-align: top; width: 100%; min-width: 100%;
                                border-bottom-width: 1px;
                                border-bottom-color: #686868;
                                border-bottom-style: solid;"  width="100%" >
                                <tr>
                                <td style="border: 0 none transparent; padding: 0; vertical-align: top; width: 100%; font-size: 0; line-height: 0;"> </td>
                                </tr>
                                </table>                        
                          </td>
                     </tr><!--[if mso]>
                              <tr>
                                <td width="600" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 10px; padding-bottom: 10px; padding-left: 0px; padding-right: 0px;">
                                     <a href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AOQ%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9sb3dlcnlvdXJiaWxsP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LWI1NTNmNDIwZWNjYTQyYjg4OTBhNjMyY2Q2MjdhZjhjJmVzaWQ9ZWMxOWY3ODctNDBmZi1lYTExLWE4MTUtMDAwZDNhNTkxMWJj&K=RCks_XykJRaUTtjoTi9o_A" name="{%22UrlIdOffset%22%3A1}" title="https://www.cleanpowersf.org/loweryourbill" target="_blank"   cdlinkrefidmso="28" ><img class="center-on-narrow cd-image" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/family-on-couch.jpg"  /></a>
                                </td>
                              </tr>
                           <![endif]-->
                          <!--[if !mso]><!-- --><tr>
                          <td width="600" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-top: 10px; padding-bottom: 10px; padding-left: 0px; padding-right: 0px;">
                             <a href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMTA%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9sb3dlcnlvdXJiaWxsP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LWI1NTNmNDIwZWNjYTQyYjg4OTBhNjMyY2Q2MjdhZjhjJmVzaWQ9ZWMxOWY3ODctNDBmZi1lYTExLWE4MTUtMDAwZDNhNTkxMWJj&K=S66fk8kJdVtw0BdrZyNcfQ" undefined title="https://www.cleanpowersf.org/loweryourbill" target="_blank"   cdlinkrefid="28" ><img class="center-on-narrow cd-image image-1cf57a73254b no-img-edit" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/family-on-couch.jpg"  /></a>
                          </td>
                     </tr><!--<![endif]-->
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="50" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #ffffff;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="600px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:600px; max-width:600px; min-width:600px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="600px" style="table-layout: fixed; width: 600px;" >
                                                        <tbody>
                                                            <tr>
                          <td width="600" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;"><h1 style="mso-line-height-rule: exactly;line-height:150%;font-family:Calibri;font-size:28px;color:#1cbeca;letter-spacing:0px;text-align:left;margin:0;word-wrap:break-word !important;font-weight:bold;font-style:normal;text-decoration: none;"><span style="font-family:Calibri">More Financial Assistance</span></h1>

<ul style="color: #686868">
        <li>
        <p style="mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:16px"><span style="font-family:Calibri">The San Francisco Public Utilities Commission is offering discounts ranging from 15-35% on water and sewer bills. <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMTE%3A%3AaHR0cHM6Ly9zZndhdGVyLm9yZy9pbmRleC5hc3B4P3BhZ2U9MTMzMCZfY2xkZWU9YUc5MWMyVkFaR2xuYVhSaGJHdHBibWRrYjIwdWIzSm4mcmVjaXBpZW50aWQ9Y29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4YyZlc2lkPWVjMTlmNzg3LTQwZmYtZWExMS1hODE1LTAwMGQzYTU5MTFiYw&K=b1-nTMsonei7Sg6c-5uOpw" target="_blank" style="color: #1cbeca; text-decoration: underline;">See if you qualify.</a></span></span></p>
        </li>
        <li>
        <p style="mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:16px"><span style="font-family:Calibri">Budget billing and flexible payment plans are also available on your electricity bill. Please call (800) 743-5000.</span></span></p>
        </li>
</ul>
</td>
                     </tr><tr>
                          <td width="560" class="button-block-container"
                          style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;
                           padding-top: 15px; padding-bottom: 15px; padding-left: 20px; padding-right: 20px; text-align: center;">
                             <!--[if mso]><table role="presentation" cellspacing="0" cellpadding="0" border="0" >
                                                        <tr>
                                                            <td valign="top" style="padding: 13px; color:
                                                             font-weight: normal; word-wrap: break-word !important;
                                                             word-wrap: break-word !important; white-space: normal; box-sizing: content-box; text-align: center;
                                                             background-color: #35b8a6;
                                                             border:2px none #000;border-radius:10px;
                                                             max-width: 530px;">
                                                               <p align="center" style="font-family: Arial; color: #ffffff; text-align:center; font-size:20px;"><a class="button-link" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMTI%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9sb3dlcnlvdXJiaWxsP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LWI1NTNmNDIwZWNjYTQyYjg4OTBhNjMyY2Q2MjdhZjhjJmVzaWQ9ZWMxOWY3ODctNDBmZi1lYTExLWE4MTUtMDAwZDNhNTkxMWJj&K=MTdEypfAM5AWSLxCH3TEcw" title="https://www.cleanpowersf.org/loweryourbill" target="_blank"
                     name="{%22UrlIdOffset%22%3A1}"  cdlinkrefidmso="31"  style="text-decoration: none; color:#fff; font-family: Arial;
                     font-weight: normal; display: inline-block;"><span style="font-family:Calibri"><span style="font-size:20px">More Ways to Lower Your Bill</span></span></a></p>
                                                            </td>
                                                        </tr></table><![endif]-->
   <!--[if !mso]><!-- -->

   <a class="button-link" style="display: block;" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMTM%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9sb3dlcnlvdXJiaWxsP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LWI1NTNmNDIwZWNjYTQyYjg4OTBhNjMyY2Q2MjdhZjhjJmVzaWQ9ZWMxOWY3ODctNDBmZi1lYTExLWE4MTUtMDAwZDNhNTkxMWJj&K=_qfTGrzihklu-mm1Y5OPvA" title="https://www.cleanpowersf.org/loweryourbill" target="_blank"  cdlinkrefid="31" >
     <span class="button-text" style="display: inline-block; vertical-align: middle; padding: 13px; font-size: 20px;
      color: #ffffff; word-wrap: break-word !important; white-space: normal; box-sizing: content-box; text-align: center;
                             background-color: #35b8a6;
                             border:2px none #000;border-radius:10px;
                             max-width: 530px;"><span style="font-family:Calibri"><span style="font-size:20px">More Ways to Lower Your Bill</span></span></span>
   </a>
<!--<![endif]-->
                          </td>
                     </tr><tr>
                          <td width="560" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px;">
                           <table role="presentation" cellspacing="0" cellpadding="0" style="border-collapse: collapse; border-spacing: 0; vertical-align: top; width: 100%; min-width: 100%;
                                border-bottom-width: 1px;
                                border-bottom-color: #686868;
                                border-bottom-style: solid;"  width="100%" >
                                <tr>
                                <td style="border: 0 none transparent; padding: 0; vertical-align: top; width: 100%; font-size: 0; line-height: 0;"> </td>
                                </tr>
                                </table>                        
                          </td>
                     </tr><!--[if mso]>
                              <tr>
                                <td width="600" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 10px; padding-bottom: 10px; padding-left: 0px; padding-right: 0px;">
                                     <a href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMTQ%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cHM6Ly93d3cuc2Y3Mi5vcmcvaGF6YXJkL2VsZWN0cmljLW91dGFnZXM_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtYjU1M2Y0MjBlY2NhNDJiODg5MGE2MzJjZDYyN2FmOGMmZXNpZD1lYzE5Zjc4Ny00MGZmLWVhMTEtYTgxNS0wMDBkM2E1OTExYmM&K=cEHsoK1O0Dzn2HfUUdGRjw" name="{%22UrlIdOffset%22%3A1}" title="https://www.sf72.org/hazard/electric-outages" target="_blank"   cdlinkrefidmso="33" ><img class="center-on-narrow cd-image" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/emergency_prepardness.jpg"  /></a>
                                </td>
                              </tr>
                           <![endif]-->
                          <!--[if !mso]><!-- --><tr>
                          <td width="600" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-top: 10px; padding-bottom: 10px; padding-left: 0px; padding-right: 0px;">
                             <a href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMTU%3A%3AaHR0cHM6Ly93d3cuc2Y3Mi5vcmcvaGF6YXJkL2VsZWN0cmljLW91dGFnZXM_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtYjU1M2Y0MjBlY2NhNDJiODg5MGE2MzJjZDYyN2FmOGMmZXNpZD1lYzE5Zjc4Ny00MGZmLWVhMTEtYTgxNS0wMDBkM2E1OTExYmM&K=6G14Fz6kliGy8P5JoJGPgA" undefined title="https://www.sf72.org/hazard/electric-outages" target="_blank"   cdlinkrefid="33" ><img class="center-on-narrow cd-image image-21ff396e58af no-img-edit" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/emergency_prepardness.jpg"  /></a>
                          </td>
                     </tr><!--<![endif]--><tr>
                          <td width="600" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;"><h1 style="mso-line-height-rule: exactly;line-height:150%;font-family:Calibri;font-size:28px;color:#1cbeca;letter-spacing:0px;text-align:left;margin:0;word-wrap:break-word !important;font-weight:bold;font-style:normal;text-decoration: none;"><span style="font-family:Calibri">Prepare for a Public Safety Power Shutoff</span></h1>

<p style="mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-family:Calibri">Given the intense wildfire season we are experiencing, we want our customers to be prepared in the event of a PG&E Public Safety Power Shutoff (PSPS). A PSPS event could result in the loss of power for several days, even outside high fire-threat areas. Losing power brings challenges, so preparing in advance is key. </span></p>

<ul style="color: #686868">
        <li>
        <p style="mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:16px"><span style="font-family:Calibri">Update your contact information and more at <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMTY%3A%3AaHR0cHM6Ly93d3cucGdlLmNvbS9lbl9VUy9zYWZldHkvZW1lcmdlbmN5LXByZXBhcmVkbmVzcy9uYXR1cmFsLWRpc2FzdGVyL3dpbGRmaXJlcy9vdXRhZ2UtcmVhZGluZXNzLnBhZ2U_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtYjU1M2Y0MjBlY2NhNDJiODg5MGE2MzJjZDYyN2FmOGMmZXNpZD1lYzE5Zjc4Ny00MGZmLWVhMTEtYTgxNS0wMDBkM2E1OTExYmM&K=xlj0C3X_7ZLB2_Af1s3LIg" target="_blank" style="color: #1cbeca; text-decoration: underline;">PG&E’s PSPS website. </a></span></span></p>
        </li>
        <li>
        <p style="mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:16px"><span style="font-family:Calibri">Make a plan and gather supplies with tips from <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMTc%3A%3AaHR0cHM6Ly93d3cuc2Y3Mi5vcmcvaGF6YXJkL2VsZWN0cmljLW91dGFnZXM_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtYjU1M2Y0MjBlY2NhNDJiODg5MGE2MzJjZDYyN2FmOGMmZXNpZD1lYzE5Zjc4Ny00MGZmLWVhMTEtYTgxNS0wMDBkM2E1OTExYmM&K=mLDUGjiaUM99KInmS1pAGg" target="_blank" style="color: #1cbeca; text-decoration: underline;">SF72.</a></span></span></p>
        </li>
</ul>
</td>
                     </tr><tr>
                          <td width="560" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px;">
                           <table role="presentation" cellspacing="0" cellpadding="0" style="border-collapse: collapse; border-spacing: 0; vertical-align: top; width: 100%; min-width: 100%;
                                border-bottom-width: 1px;
                                border-bottom-color: #686868;
                                border-bottom-style: solid;"  width="100%" >
                                <tr>
                                <td style="border: 0 none transparent; padding: 0; vertical-align: top; width: 100%; font-size: 0; line-height: 0;"> </td>
                                </tr>
                                </table>                        
                          </td>
                     </tr><!--[if mso]>
                              <tr>
                                <td width="600" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 10px; padding-bottom: 10px; padding-left: 0px; padding-right: 0px;">
                                     <a href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMTg%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9uZXdzLzIwMjAvOS8yNC9jbGVhbnBvd2Vyc2YtYW5ub3VuY2VzLXNvbGFyLWFuZC1iYXR0ZXJ5LXN0b3JhZ2UtY29udHJhY3Q_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtYjU1M2Y0MjBlY2NhNDJiODg5MGE2MzJjZDYyN2FmOGMmZXNpZD1lYzE5Zjc4Ny00MGZmLWVhMTEtYTgxNS0wMDBkM2E1OTExYmM&K=gQ8ed0fX5JAOJjIk27rsPA" name="{%22UrlIdOffset%22%3A1}" title="https://www.cleanpowersf.org/news/2020/9/24/cleanpowersf-announces-solar-and-battery-storage-contract" target="_blank"   cdlinkrefidmso="36" ><img class="center-on-narrow cd-image" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/solar.jpg"  /></a>
                                </td>
                              </tr>
                           <![endif]-->
                          <!--[if !mso]><!-- --><tr>
                          <td width="600" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-top: 10px; padding-bottom: 10px; padding-left: 0px; padding-right: 0px;">
                             <a href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMTk%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9uZXdzLzIwMjAvOS8yNC9jbGVhbnBvd2Vyc2YtYW5ub3VuY2VzLXNvbGFyLWFuZC1iYXR0ZXJ5LXN0b3JhZ2UtY29udHJhY3Q_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtYjU1M2Y0MjBlY2NhNDJiODg5MGE2MzJjZDYyN2FmOGMmZXNpZD1lYzE5Zjc4Ny00MGZmLWVhMTEtYTgxNS0wMDBkM2E1OTExYmM&K=9UBrI4DelDhctXSosdYTuw" undefined title="https://www.cleanpowersf.org/news/2020/9/24/cleanpowersf-announces-solar-and-battery-storage-contract" target="_blank"   cdlinkrefid="36" ><img class="center-on-narrow cd-image image-d572ebc81a69 no-img-edit" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/solar.jpg"  /></a>
                          </td>
                     </tr><!--<![endif]--><tr>
                          <td width="600" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;"><h1 style="mso-line-height-rule: exactly;line-height:150%;font-family:Calibri;font-size:28px;color:#1cbeca;letter-spacing:0px;text-align:left;margin:0;word-wrap:break-word !important;font-weight:bold;font-style:normal;text-decoration: none;"><span style="font-family:Calibri">More Renewable Energy For You</span></h1>

<p style="mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:16px"><span style="font-family:Calibri">Need some good news? CleanPowerSF is bringing more renewable energy to San Francisco. We signed our first <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMjA%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9uZXdzLzIwMjAvOS8yNC9jbGVhbnBvd2Vyc2YtYW5ub3VuY2VzLXNvbGFyLWFuZC1iYXR0ZXJ5LXN0b3JhZ2UtY29udHJhY3Q_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtYjU1M2Y0MjBlY2NhNDJiODg5MGE2MzJjZDYyN2FmOGMmZXNpZD1lYzE5Zjc4Ny00MGZmLWVhMTEtYTgxNS0wMDBkM2E1OTExYmM&K=Aa6_jtXOjNMLqX1BJjiEGA" target="_blank" style="color: #1cbeca; text-decoration: underline;">solar and battery storage contract</a> to expand our solar supply and enhance grid reliability for our customers. We also published our roadmap to 100% renewable energy called an <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMjE%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9yZXNvdXJjZXBsYW4_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtYjU1M2Y0MjBlY2NhNDJiODg5MGE2MzJjZDYyN2FmOGMmZXNpZD1lYzE5Zjc4Ny00MGZmLWVhMTEtYTgxNS0wMDBkM2E1OTExYmM&K=5JKQaqdYpc5HHo_BJhFXSw" target="_blank" style="color: #1cbeca; text-decoration: underline;">Integrated Resource Plan</a>, which shows we will most likely reach that goal well before 2030.</span></span></p>
</td>
                     </tr><tr>
                          <td width="560" class="button-block-container"
                          style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;
                           padding-top: 15px; padding-bottom: 15px; padding-left: 20px; padding-right: 20px; text-align: center;">
                             <!--[if mso]><table role="presentation" cellspacing="0" cellpadding="0" border="0" >
                                                        <tr>
                                                            <td valign="top" style="padding: 13px; color:
                                                             font-weight: normal; word-wrap: break-word !important;
                                                             word-wrap: break-word !important; white-space: normal; box-sizing: content-box; text-align: center;
                                                             background-color: #35b8a6;
                                                             border:2px none #000;border-radius:10px;
                                                             max-width: 530px;">
                                                               <p align="center" style="font-family: Arial; color: #ffffff; text-align:center; font-size:20px;"><a class="button-link" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMjI%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9yZXNvdXJjZXBsYW4_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtYjU1M2Y0MjBlY2NhNDJiODg5MGE2MzJjZDYyN2FmOGMmZXNpZD1lYzE5Zjc4Ny00MGZmLWVhMTEtYTgxNS0wMDBkM2E1OTExYmM&K=4fu394a_YcDqxN-AxFIGRA" title="https://www.cleanpowersf.org/resourceplan" target="_blank"
                     name="{%22UrlIdOffset%22%3A1}"  cdlinkrefidmso="38"  style="text-decoration: none; color:#fff; font-family: Arial;
                     font-weight: normal; display: inline-block;"><span style="font-family:Calibri"><span style="font-size:20px">View Our Roadmap</span></span></a></p>
                                                            </td>
                                                        </tr></table><![endif]-->
   <!--[if !mso]><!-- -->

   <a class="button-link" style="display: block;" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMjM%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9yZXNvdXJjZXBsYW4_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtYjU1M2Y0MjBlY2NhNDJiODg5MGE2MzJjZDYyN2FmOGMmZXNpZD1lYzE5Zjc4Ny00MGZmLWVhMTEtYTgxNS0wMDBkM2E1OTExYmM&K=YorRjQ8Wm0N1G0jG876xFQ" title="https://www.cleanpowersf.org/resourceplan" target="_blank"  cdlinkrefid="38" >
     <span class="button-text" style="display: inline-block; vertical-align: middle; padding: 13px; font-size: 20px;
      color: #ffffff; word-wrap: break-word !important; white-space: normal; box-sizing: content-box; text-align: center;
                             background-color: #35b8a6;
                             border:2px none #000;border-radius:10px;
                             max-width: 530px;"><span style="font-family:Calibri"><span style="font-size:20px">View Our Roadmap</span></span></span>
   </a>
<!--<![endif]-->
                          </td>
                     </tr><tr>
                          <td width="560" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px;">
                           <table role="presentation" cellspacing="0" cellpadding="0" style="border-collapse: collapse; border-spacing: 0; vertical-align: top; width: 100%; min-width: 100%;
                                border-bottom-width: 1px;
                                border-bottom-color: #686868;
                                border-bottom-style: solid;"  width="100%" >
                                <tr>
                                <td style="border: 0 none transparent; padding: 0; vertical-align: top; width: 100%; font-size: 0; line-height: 0;"> </td>
                                </tr>
                                </table>                        
                          </td>
                     </tr><!--[if mso]>
                              <tr>
                                <td width="600" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 10px; padding-bottom: 10px; padding-left: 0px; padding-right: 0px;">
                                     <a href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMjQ%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9jb250YWN0P19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LWI1NTNmNDIwZWNjYTQyYjg4OTBhNjMyY2Q2MjdhZjhjJmVzaWQ9ZWMxOWY3ODctNDBmZi1lYTExLWE4MTUtMDAwZDNhNTkxMWJj&K=Ph62JQLtmWGciZMSFZzwdA" name="{%22UrlIdOffset%22%3A1}" title="https://www.cleanpowersf.org/contact" target="_blank"   cdlinkrefidmso="40" ><img class="center-on-narrow cd-image" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/woman_phone.jpg"  /></a>
                                </td>
                              </tr>
                           <![endif]-->
                          <!--[if !mso]><!-- --><tr>
                          <td width="600" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-top: 10px; padding-bottom: 10px; padding-left: 0px; padding-right: 0px;">
                             <a href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMjU%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9jb250YWN0P19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LWI1NTNmNDIwZWNjYTQyYjg4OTBhNjMyY2Q2MjdhZjhjJmVzaWQ9ZWMxOWY3ODctNDBmZi1lYTExLWE4MTUtMDAwZDNhNTkxMWJj&K=rYh4ism7GPk_PU-f3MJg5w" undefined title="https://www.cleanpowersf.org/contact" target="_blank"   cdlinkrefid="40" ><img class="center-on-narrow cd-image image-3c123bf69c49 no-img-edit" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/woman_phone.jpg"  /></a>
                          </td>
                     </tr><!--<![endif]--><tr>
                          <td width="600" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;"><h1 style="mso-line-height-rule: exactly;line-height:150%;font-family:Calibri;font-size:28px;color:#1cbeca;letter-spacing:0px;text-align:left;margin:0;word-wrap:break-word !important;font-weight:bold;font-style:normal;text-decoration: none;"><span style="font-family:Calibri">We're Here for You</span></h1>

<p style="mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:16px"><span style="font-family:Calibri">If you have questions, please email us at <a cd-link-manager-tab="2" href="mailto:cleanpowersf@sfwater.org" target="_blank" style="color: #1cbeca; text-decoration: underline;">cleanpowersf@sfwater.org</a> or call (415) 554-0773.</span></span></p>

<ul style="color: #686868">
        <li>
        <p style="mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:16px"><span style="font-family:Calibri"><a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMjY%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9zcGFuaXNoP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LWI1NTNmNDIwZWNjYTQyYjg4OTBhNjMyY2Q2MjdhZjhjJmVzaWQ9ZWMxOWY3ODctNDBmZi1lYTExLWE4MTUtMDAwZDNhNTkxMWJj&K=FmEI1y8auNL8mKJbUHMRmg" target="_blank" style="color: #1cbeca; text-decoration: underline;">Hablamos su idioma</a></span></span></p>
        </li>
        <li>
        <p style="mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:16px"><span style="font-family:Calibri"><a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMjc%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9jaGluZXNlP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LWI1NTNmNDIwZWNjYTQyYjg4OTBhNjMyY2Q2MjdhZjhjJmVzaWQ9ZWMxOWY3ODctNDBmZi1lYTExLWE4MTUtMDAwZDNhNTkxMWJj&K=V4m4cEE-XMTkSkllfEyiPQ" target="_blank" style="color: #1cbeca; text-decoration: underline;">我們會講您的語言 </a></span></span></p>
        </li>
        <li>
        <p style="mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:16px"><span style="font-family:Calibri"><a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMjg%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9maWxpcGlubz9fY2xkZWU9YUc5MWMyVkFaR2xuYVhSaGJHdHBibWRrYjIwdWIzSm4mcmVjaXBpZW50aWQ9Y29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4YyZlc2lkPWVjMTlmNzg3LTQwZmYtZWExMS1hODE1LTAwMGQzYTU5MTFiYw&K=Oibrl3Iz265edWqggsBrBg" target="_blank" style="color: #1cbeca; text-decoration: underline;">Kami ay nagsasalita sa inyong wika</a></span></span></p>
        </li>
</ul>
</td>
                     </tr><tr>
                          <td width="560" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px;">
                           <table role="presentation" cellspacing="0" cellpadding="0" style="border-collapse: collapse; border-spacing: 0; vertical-align: top; width: 100%; min-width: 100%;
                                border-bottom-width: 1px;
                                border-bottom-color: #686868;
                                border-bottom-style: solid;"  width="100%" >
                                <tr>
                                <td style="border: 0 none transparent; padding: 0; vertical-align: top; width: 100%; font-size: 0; line-height: 0;"> </td>
                                </tr>
                                </table>                        
                          </td>
                     </tr><tr>
                          <td width="568" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 8px; padding-bottom: 8px; padding-left: 16px; padding-right: 16px;"><p style="text-align:center;mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-family:Calibri">Visit <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMjk%3A%3AaHR0cDovL2NsZWFucG93ZXJzZi5vcmc_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtYjU1M2Y0MjBlY2NhNDJiODg5MGE2MzJjZDYyN2FmOGMmZXNpZD1lYzE5Zjc4Ny00MGZmLWVhMTEtYTgxNS0wMDBkM2E1OTExYmM&K=FvuewoaCXxun_etzJqR2ig" target="_blank" style="color: #1cbeca; text-decoration: underline;">cleanpowersf.org</a></span></p>

<p style="text-align:center;mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-family:Calibri">Email <a cd-link-manager-tab="2" href="mailto:cleanpowersf@sfwater.org" target="_blank" style="color: #1cbeca; text-decoration: underline;">cleanpowersf@sfwater.org</a></span></p>

<p style="text-align:center;mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-family:Calibri">Follow us on <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMzA%3A%3AaHR0cDovL3R3aXR0ZXIub3JnL2NsZWFucG93ZXJzZj9fY2xkZWU9YUc5MWMyVkFaR2xuYVhSaGJHdHBibWRrYjIwdWIzSm4mcmVjaXBpZW50aWQ9Y29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4YyZlc2lkPWVjMTlmNzg3LTQwZmYtZWExMS1hODE1LTAwMGQzYTU5MTFiYw&K=9FSWnzgQMY1lYV8oL6Mpnw" target="_blank" style="color: #1cbeca; text-decoration: underline;">Twitter</a></span></p>

<p style="text-align:center;mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-family:Calibri">(415) 554-0773</span></p>

<p style="text-align:center;mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-family:Calibri">525 Golden Gate Ave. San Francisco, CA 94102</span></p>

<p style="text-align:center;mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"> </p>

<p style="text-align:center;mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:12px"><span style="font-family:Calibri">You are receiving this email because you are a customer of CleanPowerSF and Pacific Gas & Electric (PG&E).</span></span></p>

<p style="text-align:center;mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:12px"><span style="font-family:Calibri">View CleanPowerSF's <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3AZmFsc2U%3AMzE%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9wcml2YWN5P19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LWI1NTNmNDIwZWNjYTQyYjg4OTBhNjMyY2Q2MjdhZjhjJmVzaWQ9ZWMxOWY3ODctNDBmZi1lYTExLWE4MTUtMDAwZDNhNTkxMWJj&K=z712tU9bzXaPZEF1esdeLQ" target="_blank" style="color: #1cbeca; text-decoration: underline;">privacy policy.</a></span></span></p>

<p style="text-align:center;mso-line-height-rule: exactly;line-height:120%;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-family:Calibri"><span style="font-size:12px">Click <a cd-link-manager-tab="5" href="http://link.sfwater.org/uu/2/1cla%3AOTM1MTYyMDM%3AMDItYjIwMjY5LTFiMzBiYzIxNmM4MzRlZjdiNmQ1OTY0NWZjNDk3YWU5%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC1iNTUzZjQyMGVjY2E0MmI4ODkwYTYzMmNkNjI3YWY4Yw%3An%3An%3AIxp6_d0yv4Wd7Sziys2xpw" link-metadata="GlobalUnsubscribe" target="_blank" style="color: #1cbeca; text-decoration: underline;">here</a> to unsubscribe or to change your subscription preferences. </span></span></p>
</td>
                     </tr><tr>
                          <td width="560" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px;">
                           <table role="presentation" cellspacing="0" cellpadding="0" style="border-collapse: collapse; border-spacing: 0; vertical-align: top; width: 100%; min-width: 100%;
                                border-bottom-width: 1px;
                                border-bottom-color: #000000;
                                border-bottom-style: none;"  width="100%" >
                                <tr>
                                <td style="border: 0 none transparent; padding: 0; vertical-align: top; width: 100%; font-size: 0; line-height: 0;"> </td>
                                </tr>
                                </table>                        
                          </td>
                     </tr><!--[if mso]>
                              <tr>
                                <td width="600" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                     <img class="center-on-narrow cd-image" height="129" width="600" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/cpsf_enewsletter_quarterly_picsetup_600pxx210px_v016.png"  />
                                </td>
                              </tr>
                           <![endif]-->
                          <!--[if !mso]><!-- --><tr>
                          <td width="600" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                             <img class="center-on-narrow cd-image image-f6d4cd186817 no-img-edit" height="129" width="600" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/cpsf_enewsletter_quarterly_picsetup_600pxx210px_v016.png"  />
                          </td>
                     </tr><!--<![endif]-->
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr>
                                  </tbody>
                             </table>
                          </td>
                         </tr>
                        </tbody>
                       </table>
                      </div>
                     </center>
</body>
</html>
    </html>