<!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-b0ff338f06b9 {
          width: 100%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-0482bed125c4 {
          width: 100%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-6171d6593bfd {
          width: 100%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-04f8ebb9ef4b {
          width: 100%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-70cbbae27681 {
          width: 100%;
          height: auto !important;
        }
        
      }

      @media screen and (max-width: 768px) {
          
      .email-container img.cd-image.image-b0ff338f06b9 {
          width: 100%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-0482bed125c4 {
          width: 100%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-6171d6593bfd {
          width: 100%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-04f8ebb9ef4b {
          width: 100%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-70cbbae27681 {
          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/T1RNMU1UWXlNRE06TURJdFlqSXhNVEU1TFRWbE5XWTFNVGRrTnpZeU5qUTFOekppTXpJM05EZ3hOalJqTnpJek5HTmo6YUc5MWMyVkFaR2xuYVhSaGJHdHBibWRrYjIwdWIzSm46WTI5dWRHRmpkQzAzWVdaa09UQTFObUV6WXpWbE5URXhPVFF6TVRBd05UQTFOamcxTldWbE9DMDNaV1ZqWVdSbFpXWTBNalUwTkRrNFlXTmtNak5tWmpFMFpURTBaR0ZrTlE/x23xEeYTK59Y4a9NcVxb6A" 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="39" 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;font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;line-height:1.2;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-b21119-5e5f517d76264572b32748164c7234cc/2/180/95c06032-9c61-4b9f-8a3e-5d2280a8c2fe" 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%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3AZmFsc2U%3AMA%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cHM6Ly9zZnB1Y25ld3Nyb29tLmNvbS9wb3dlci9jbGVhbnBvd2Vyc2YtYWNoaWV2ZXMtcmVuZXdhYmxlLWVuZXJneS1nb2Fscy1haGVhZC1vZi1zY2hlZHVsZS8_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtN2VlY2FkZWVmNDI1NDQ5OGFjZDIzZmYxNGUxNGRhZDUmZXNpZD0zMTQ4NjM5NS1lZTllLWViMTEtYjFhYy0wMDBkM2EzNjFhZTY&K=iDggaqekAPHUwWKscDJu6g" name="{%22UrlIdOffset%22%3A1}" title="https://sfpucnewsroom.com/power/cleanpowersf-achieves-renewable-energy-goals-ahead-of-schedule/" target="_blank"   cdlinkrefidmso="19" ><img class="center-on-narrow cd-image" height="378" width="600" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/cpsf_enewsletter_quarterly_picsetup_600pxx210px_v03copy1.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%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3AZmFsc2U%3AMQ%3A%3AaHR0cHM6Ly9zZnB1Y25ld3Nyb29tLmNvbS9wb3dlci9jbGVhbnBvd2Vyc2YtYWNoaWV2ZXMtcmVuZXdhYmxlLWVuZXJneS1nb2Fscy1haGVhZC1vZi1zY2hlZHVsZS8_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtN2VlY2FkZWVmNDI1NDQ5OGFjZDIzZmYxNGUxNGRhZDUmZXNpZD0zMTQ4NjM5NS1lZTllLWViMTEtYjFhYy0wMDBkM2EzNjFhZTY&K=I2NsCHBA7WCjf0bA_qKoMg" undefined title="https://sfpucnewsroom.com/power/cleanpowersf-achieves-renewable-energy-goals-ahead-of-schedule/" target="_blank"   cdlinkrefid="19" ><img class="center-on-narrow cd-image image-b0ff338f06b9 no-img-edit" height="378" width="600" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/cpsf_enewsletter_quarterly_picsetup_600pxx210px_v03copy1.jpg"  /></a>
                          </td>
                     </tr><!--<![endif]--><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;"><p style="font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;line-height:1.2;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">Happy Earth Month!</span></span></p>

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

<p style="font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;line-height:1.2;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"><strong>CleanPowerSF marked Earth Day in a big way. </strong>On April 22<strong>, </strong>Mayor London Breed declared San Francisco would achieve net-zero carbon dioxide emissions by 2045, five years ahead of schedule! CleanPowerSF is playing a big part in making this possible. We also publicly announced all our customers will be powered with 100% renewable energy by 2025. Now is the time for bold action, and San Francisco and CleanPowerSF are ready. </span></span><a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3AZmFsc2U%3AMg%3A%3AaHR0cHM6Ly9zZnB1Y25ld3Nyb29tLmNvbS9wb3dlci9jbGVhbnBvd2Vyc2YtYWNoaWV2ZXMtcmVuZXdhYmxlLWVuZXJneS1nb2Fscy1haGVhZC1vZi1zY2hlZHVsZS8_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtN2VlY2FkZWVmNDI1NDQ5OGFjZDIzZmYxNGUxNGRhZDUmZXNpZD0zMTQ4NjM5NS1lZTllLWViMTEtYjFhYy0wMDBkM2EzNjFhZTY&K=fpR3QwhWM5_TOt1ZiMPTxA" target="_blank" style="color: #1cbeca; text-decoration: underline;">Read more about this major announcement. </a></p>

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

<p style="font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><strong>As always, thank you for being a CleanPowerSF customer! </strong>Here is what else you need to know to start the summer.</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%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3AZmFsc2U%3AMw%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9sb3dlcnlvdXJiaWxsP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTdlZWNhZGVlZjQyNTQ0OThhY2QyM2ZmMTRlMTRkYWQ1JmVzaWQ9MzE0ODYzOTUtZWU5ZS1lYjExLWIxYWMtMDAwZDNhMzYxYWU2&K=tR1OiU-d6_beFNqVNXNWjQ" name="{%22UrlIdOffset%22%3A1}" title="https://www.cleanpowersf.org/loweryourbill" 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/paymentplans.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%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3AZmFsc2U%3ANA%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9sb3dlcnlvdXJiaWxsP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTdlZWNhZGVlZjQyNTQ0OThhY2QyM2ZmMTRlMTRkYWQ1JmVzaWQ9MzE0ODYzOTUtZWU5ZS1lYjExLWIxYWMtMDAwZDNhMzYxYWU2&K=tQlYFbWew5py8IU3ib_CsA" undefined title="https://www.cleanpowersf.org/loweryourbill" target="_blank"   cdlinkrefid="22" ><img class="center-on-narrow cd-image image-0482bed125c4 no-img-edit" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/paymentplans.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="40" 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;"><h1 style="font-family:Calibri;font-size:28px;color:#1cbeca;letter-spacing:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !important;font-weight:bold;font-style:normal;text-decoration: none;"><span style="font-family:Calibri">Payment Plans for Your Electricity Bill</span></h1>

<p style="font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;line-height:1.2;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 more time to pay your electricity bill? <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3AZmFsc2U%3ANQ%3A%3AaHR0cHM6Ly93d3cucGdlLmNvbS9lbl9VUy9yZXNpZGVudGlhbC9zYXZlLWVuZXJneS1tb25leS9oZWxwLXBheWluZy15b3VyLWJpbGwvcGF5bWVudC1hc3Npc3RhbmNlLW92ZXJ2aWV3L3BheW1lbnQtYXNzaXN0YW5jZS1vdmVydmlldy5wYWdlP1dULm1jX2lkPVZhbml0eV9hbXAmX2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtN2VlY2FkZWVmNDI1NDQ5OGFjZDIzZmYxNGUxNGRhZDUmZXNpZD0zMTQ4NjM5NS1lZTllLWViMTEtYjFhYy0wMDBkM2EzNjFhZTY&K=9VEQU3NCO5qbV8bhsv62_w" target="_blank" style="color: #1cbeca; text-decoration: underline;">Contact PG&E</a> to enroll in these payment options below. </span></span></p>

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

<ul style="color: #686868">
        <li><span style="font-size:16px"><span style="font-family:Calibri"><strong>Installments</strong> allow you to spread your current balance over several months for up to 12 months.</span></span></li>
        <li><span style="font-size:16px"><span style="font-family:Calibri"><strong>An extension</strong> lets you pay the entire amount at a later date.</span></span></li>
        <li><span style="font-size:16px"><span style="font-family:Calibri"><strong>The Arrearage Management Plan (AMP) program</strong> forgives overdue electricity and gas bill debt up to $8,000 for customers enrolled in the CARE and FERA discount programs who make on-time monthly payments on their current bills.</span></span></li>
</ul>

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

<p style="font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;line-height:1.2;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">Looking for more ways to save? Visit <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3AZmFsc2U%3ANg%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9sb3dlcnlvdXJiaWxsP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTdlZWNhZGVlZjQyNTQ0OThhY2QyM2ZmMTRlMTRkYWQ1JmVzaWQ9MzE0ODYzOTUtZWU5ZS1lYjExLWIxYWMtMDAwZDNhMzYxYWU2&K=LyXWwWrD0ClO7uwBFODxJQ" target="_blank" style="color: #1cbeca; text-decoration: underline;">CleanPowerSF.org/LowerYourBill</a>.</span></span></p>
</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="41" 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%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3AZmFsc2U%3ANw%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy90b3U_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtN2VlY2FkZWVmNDI1NDQ5OGFjZDIzZmYxNGUxNGRhZDUmZXNpZD0zMTQ4NjM5NS1lZTllLWViMTEtYjFhYy0wMDBkM2EzNjFhZTY&K=EfPii9DsstXtcEn_IfhT-g" name="{%22UrlIdOffset%22%3A1}" title="https://www.cleanpowersf.org/tou" target="_blank"   cdlinkrefidmso="27" ><img class="center-on-narrow cd-image" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/tou.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%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3AZmFsc2U%3AOA%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy90b3U_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtN2VlY2FkZWVmNDI1NDQ5OGFjZDIzZmYxNGUxNGRhZDUmZXNpZD0zMTQ4NjM5NS1lZTllLWViMTEtYjFhYy0wMDBkM2EzNjFhZTY&K=DipLbm6oupMpifIlVPi2Gg" undefined title="https://www.cleanpowersf.org/tou" target="_blank"   cdlinkrefid="27" ><img class="center-on-narrow cd-image image-6171d6593bfd no-img-edit" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/tou.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="42" 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;"><h1 style="font-family:Calibri;font-size:28px;color:#1cbeca;letter-spacing:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !important;font-weight:bold;font-style:normal;text-decoration: none;"><span style="font-family:Calibri">Time-of-Use Rate Plan Transition</span></h1>

<p style="font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><strong>When </strong>you use electricity will become just as important as <strong>how much</strong> you use. As part of a statewide initiative to support a clean energy future, most CleanPowerSF and PG&E residential customers will be automatically transitioned to a <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3AZmFsc2U%3AOQ%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy90b3U_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtN2VlY2FkZWVmNDI1NDQ5OGFjZDIzZmYxNGUxNGRhZDUmZXNpZD0zMTQ4NjM5NS1lZTllLWViMTEtYjFhYy0wMDBkM2EzNjFhZTY&K=EkKzM8pXezXJ4Q-NR6aV7A" target="_blank" style="color: #1cbeca; text-decoration: underline;">Time-of-Use (TOU) rate plan</a> beginning in July 2021. Most customers are expected to save money on this new rate; however, you can decline the transition and remain on your current rate by contacting PG&E. <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3AZmFsc2U%3AMTA%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy90b3U_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtN2VlY2FkZWVmNDI1NDQ5OGFjZDIzZmYxNGUxNGRhZDUmZXNpZD0zMTQ4NjM5NS1lZTllLWViMTEtYjFhYy0wMDBkM2EzNjFhZTY&K=N-YaatQ0PTQ-DVuFjpclfA" target="_blank" style="color: #1cbeca; text-decoration: underline;">Learn more about the TOU transition and how it works.</a></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: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                     <a href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3AZmFsc2U%3AMTE%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cHM6Ly9iYXlyZW5yZXNpZGVudGlhbC5vcmc_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtN2VlY2FkZWVmNDI1NDQ5OGFjZDIzZmYxNGUxNGRhZDUmZXNpZD0zMTQ4NjM5NS1lZTllLWViMTEtYjFhYy0wMDBkM2EzNjFhZTY&K=Y-YTM__FO4JE-w3VOF90VQ" name="{%22UrlIdOffset%22%3A1}" title="https://bayrenresidential.org" target="_blank"   cdlinkrefidmso="31" ><img class="center-on-narrow cd-image" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/bayrenhome600x300.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: 0px; padding-left: 0px; padding-right: 0px;">
                             <a href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3AZmFsc2U%3AMTI%3A%3AaHR0cHM6Ly9iYXlyZW5yZXNpZGVudGlhbC5vcmc_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtN2VlY2FkZWVmNDI1NDQ5OGFjZDIzZmYxNGUxNGRhZDUmZXNpZD0zMTQ4NjM5NS1lZTllLWViMTEtYjFhYy0wMDBkM2EzNjFhZTY&K=vKmESxnNdjleZma6KORhGQ" undefined title="https://bayrenresidential.org" target="_blank"   cdlinkrefid="31" ><img class="center-on-narrow cd-image image-04f8ebb9ef4b no-img-edit" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/bayrenhome600x300.jpg"  /></a>
                          </td>
                     </tr><!--<![endif]--><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;"><h1 style="font-family:Calibri;font-size:28px;color:#1cbeca;letter-spacing:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !important;font-weight:bold;font-style:normal;text-decoration: none;"><span style="font-family:Calibri">Electrify Your Home with BayREN Home+</span></h1>

<p style="font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3AZmFsc2U%3AMTM%3A%3AaHR0cHM6Ly9iYXlyZW5yZXNpZGVudGlhbC5vcmcvP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTdlZWNhZGVlZjQyNTQ0OThhY2QyM2ZmMTRlMTRkYWQ1JmVzaWQ9MzE0ODYzOTUtZWU5ZS1lYjExLWIxYWMtMDAwZDNhMzYxYWU2&K=YbHPTE-JgEJBYxLXYpt-lw" target="_blank" style="color: #1cbeca; text-decoration: underline;">BayREN Home+</a> offers <strong>rebates up to $5,000</strong>, <strong>free support, and vetted contractors</strong> to make your home more comfortable, safe, and healthy. These rebates are available for energy-saving and electrification upgrades including high-efficiency heating and cooling equipment, high-efficiency water heaters, electric dryers, electric stovetops, and more. Visit <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3AZmFsc2U%3AMTQ%3A%3AaHR0cHM6Ly9iYXlyZW5yZXNpZGVudGlhbC5vcmc_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtN2VlY2FkZWVmNDI1NDQ5OGFjZDIzZmYxNGUxNGRhZDUmZXNpZD0zMTQ4NjM5NS1lZTllLWViMTEtYjFhYy0wMDBkM2EzNjFhZTY&K=3cbCEFD5ujqVaA447e5b6w" target="_blank" style="color: #1cbeca; text-decoration: underline;">bayrenresidential.org</a> or call <strong>(866) 878-6008</strong> to speak to a free Energy Advisor to get started. </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><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;"><h1 style="font-family:Calibri;font-size:28px;color:#1cbeca;letter-spacing:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !important;font-weight:bold;font-style:normal;text-decoration: none;"><span style="font-family:Calibri">Contact Us</span></h1>

<p style="font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;line-height:1.2;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">Have a question? 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 <strong>(415) 554-0773</strong>.</span></span></p>

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

<p style="font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;line-height:1.2;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%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3AZmFsc2U%3AMTU%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9zcGFuaXNoP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTdlZWNhZGVlZjQyNTQ0OThhY2QyM2ZmMTRlMTRkYWQ1JmVzaWQ9MzE0ODYzOTUtZWU5ZS1lYjExLWIxYWMtMDAwZDNhMzYxYWU2&K=XkRzi2pZTQqzFRP78fsEsg" target="_blank" style="color: #1cbeca; text-decoration: underline;">Hablamos su idioma</a></span></span></p>

<p style="font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;line-height:1.2;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%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3AZmFsc2U%3AMTY%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9jaGluZXNlP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTdlZWNhZGVlZjQyNTQ0OThhY2QyM2ZmMTRlMTRkYWQ1JmVzaWQ9MzE0ODYzOTUtZWU5ZS1lYjExLWIxYWMtMDAwZDNhMzYxYWU2&K=YjCLmHSGzBttJ9-TeKqosg" target="_blank" style="color: #1cbeca; text-decoration: underline;">我們會講您的語言 </a></span></span></p>

<p style="font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;line-height:1.2;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%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3AZmFsc2U%3AMTc%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9maWxpcGlubz9fY2xkZWU9YUc5MWMyVkFaR2xuYVhSaGJHdHBibWRrYjIwdWIzSm4mcmVjaXBpZW50aWQ9Y29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNSZlc2lkPTMxNDg2Mzk1LWVlOWUtZWIxMS1iMWFjLTAwMGQzYTM2MWFlNg&K=uDrN4Gqn6g1xkMZNJapX-g" target="_blank" style="color: #1cbeca; text-decoration: underline;">Kami ay nagsasalita sa inyong wika</a></span></span></p>

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

<p style="font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;line-height:1.2;text-align:left;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%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3AZmFsc2U%3AMTg%3A%3AaHR0cDovL2NsZWFucG93ZXJzZi5vcmc_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtN2VlY2FkZWVmNDI1NDQ5OGFjZDIzZmYxNGUxNGRhZDUmZXNpZD0zMTQ4NjM5NS1lZTllLWViMTEtYjFhYy0wMDBkM2EzNjFhZTY&K=fDn_OsSk_wFSvYvZ_oZKxA" target="_blank" style="color: #1cbeca; text-decoration: underline;">cleanpowersf.org</a></span></p>

<p style="font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;line-height:1.2;text-align:left;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%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3AZmFsc2U%3AMTk%3A%3AaHR0cDovL3R3aXR0ZXIub3JnL2NsZWFucG93ZXJzZj9fY2xkZWU9YUc5MWMyVkFaR2xuYVhSaGJHdHBibWRrYjIwdWIzSm4mcmVjaXBpZW50aWQ9Y29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNSZlc2lkPTMxNDg2Mzk1LWVlOWUtZWIxMS1iMWFjLTAwMGQzYTM2MWFlNg&K=ixuRU-zugkIvSjqK_rYpwQ" target="_blank" style="color: #1cbeca; text-decoration: underline;">Twitter</a></span></p>

<p style="font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;line-height:1.2;text-align:left;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>
</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="font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;line-height:1.2;text-align:left;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="font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;line-height:1.2;text-align:left;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%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3AZmFsc2U%3AMjA%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9wcml2YWN5P19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTdlZWNhZGVlZjQyNTQ0OThhY2QyM2ZmMTRlMTRkYWQ1JmVzaWQ9MzE0ODYzOTUtZWU5ZS1lYjExLWIxYWMtMDAwZDNhMzYxYWU2&K=Y0zh7S6ogPsTsIWON4028w" target="_blank" style="color: #1cbeca; text-decoration: underline;">privacy policy.</a></span></span></p>

<p style="font-family:Calibri;font-size:16px;color:#686868;letter-spacing:0px;line-height:1.2;text-align:left;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%3AMDItYjIxMTE5LTVlNWY1MTdkNzYyNjQ1NzJiMzI3NDgxNjRjNzIzNGNj%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03ZWVjYWRlZWY0MjU0NDk4YWNkMjNmZjE0ZTE0ZGFkNQ%3An%3An%3AOnV4bP_dLnwNZG6C9HKeWA" 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-70cbbae27681 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>