<!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-c7b4ed96d821 {
width: 100%;
height: auto !important;
}
.email-container img.cd-image.image-95dc0ad1b324 {
width: 100%;
height: auto !important;
}
.email-container img.cd-image.image-7b12b51e3534 {
width: 100%;
height: auto !important;
}
.email-container img.cd-image.image-7174e713e458 {
width: 100%;
height: auto !important;
}
.email-container img.cd-image.image-307037989704 {
width: 100%;
height: auto !important;
}
.email-container img.cd-image.image-84c0f6be35cf {
width: 100%;
height: auto !important;
}
.email-container img.cd-image.image-2af97d939213 {
width: 100%;
height: auto !important;
}
}
@media screen and (max-width: 768px) {
.email-container img.cd-image.image-c7b4ed96d821 {
width: 100%;
height: auto !important;
}
.email-container img.cd-image.image-95dc0ad1b324 {
width: 100%;
height: auto !important;
}
.email-container img.cd-image.image-7b12b51e3534 {
width: 100%;
height: auto !important;
}
.email-container img.cd-image.image-7174e713e458 {
width: 100%;
height: auto !important;
}
.email-container img.cd-image.image-307037989704 {
width: 100%;
height: auto !important;
}
.email-container img.cd-image.image-84c0f6be35cf {
width: 100%;
height: auto !important;
}
.email-container img.cd-image.image-2af97d939213 {
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/T1RNMU1UWXlNRE06TURJdFlqSXhNREk0TFRrMFpEUm1OVGxsWldFNFlqUXdOVEZpWmpkalpEVTJOR1prT1dZNU5tUXg6YUc5MWMyVkFaR2xuYVhSaGJHdHBibWRrYjIwdWIzSm46WTI5dWRHRmpkQzAzWVdaa09UQTFObUV6WXpWbE5URXhPVFF6TVRBd05UQTFOamcxTldWbE9DMDNNV1ZoWW1Zd01tSTFNMlEwWkRGalltSmpZemRrT0RFeVltTTVOVFUyWlE/lS87AiWgw-uCm1ZTlx7MRQ" 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="46" 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-b21028-94d4f59eea8b4051bf7cd564fd9f96d1/2/110/54919fe1-edfa-4536-bcb7-f73d6b92749b" 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%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMA%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cDovL2NsZWFucG93ZXJzZi5vcmc_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtNzFlYWJmMDJiNTNkNGQxY2JiY2M3ZDgxMmJjOTU1NmUmZXNpZD0xZTA4M2JkYy1mMzU1LWViMTEtYTgxMi0wMDIyNDgwOTE2ZWY&K=pSDycNsP2zPIjKIUyLNQvA" name="{%22UrlIdOffset%22%3A1}" title="http://cleanpowersf.org" 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_v031.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%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMQ%3A%3AaHR0cDovL2NsZWFucG93ZXJzZi5vcmc_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtNzFlYWJmMDJiNTNkNGQxY2JiY2M3ZDgxMmJjOTU1NmUmZXNpZD0xZTA4M2JkYy1mMzU1LWViMTEtYTgxMi0wMDIyNDgwOTE2ZWY&K=U7gXLeM-ttkHrEn63NGwaw" undefined title="http://cleanpowersf.org" target="_blank" cdlinkrefid="19" ><img class="center-on-narrow cd-image image-c7b4ed96d821 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_v031.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 2021!</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">There is no doubt that the coronavirus pandemic has impacted us in unprecedented ways. But there is a light at the end of the tunnel as the COVID-19 vaccine begins to roll out in San Francisco and across the country.</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">We also have our own good news to share with you. <strong>Because despite everything, we continued to prioritize you, our community, and the planet.</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">Over the past year, we saved customers millions on their electricity bills, signed our first solar plus battery storage contract to improve grid reliability amidst rolling blackouts and wildfires, and identified a path to achieve 100% renewable energy by 2025—five years ahead of schedule. Let’s hope for more bright spots in 2021. </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">We wish you and your loved ones a happy, healthy, and safe new year.</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%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMg%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9sb3dlcnlvdXJiaWxsP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTcxZWFiZjAyYjUzZDRkMWNiYmNjN2Q4MTJiYzk1NTZlJmVzaWQ9MWUwODNiZGMtZjM1NS1lYjExLWE4MTItMDAyMjQ4MDkxNmVm&K=77CEUn_w3moyvnY8-rffcQ" 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/residential_image_sized.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%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMw%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9sb3dlcnlvdXJiaWxsP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTcxZWFiZjAyYjUzZDRkMWNiYmNjN2Q4MTJiYzk1NTZlJmVzaWQ9MWUwODNiZGMtZjM1NS1lYjExLWE4MTItMDAyMjQ4MDkxNmVm&K=NLb9wbUXpX71rdjwDYaL4g" undefined title="https://www.cleanpowersf.org/loweryourbill" target="_blank" cdlinkrefid="22" ><img class="center-on-narrow cd-image image-95dc0ad1b324 no-img-edit" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/residential_image_sized.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="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; 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">COVID-19 Emergency Bill Relief Extended</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-family:Calibri">Last year, we provided a total of $2.8 million in emergency bill relief to over 50,000 qualifying CleanPowerSF customers. Here's what you can look for from us in 2021:</span></p>
<ul style="color: #686868">
<li>
<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"><strong>See if you’re eligible for flexible payment plans or discount programs </strong>through our one-stop resource on<a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3ANA%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9sb3dlcnlvdXJiaWxsP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTcxZWFiZjAyYjUzZDRkMWNiYmNjN2Q4MTJiYzk1NTZlJmVzaWQ9MWUwODNiZGMtZjM1NS1lYjExLWE4MTItMDAyMjQ4MDkxNmVm&K=VWpGOSasAzct3rVPp3TW7g" target="_blank" style="color: #1cbeca; text-decoration: underline;"> How to Lower Your Bill.</a></span></p>
</li>
<li>
<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"><strong>Receive 30 percent off your sewer bill and a 15 percent reduction on your water bill </strong>through the San Francisco Public Utilities Commission’s <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3ANQ%3A%3AaHR0cHM6Ly9zZndhdGVyLm9yZy9pbmRleC5hc3B4P3BhZ2U9MTMzMCZfY2xkZWU9YUc5MWMyVkFaR2xuYVhSaGJHdHBibWRrYjIwdWIzSm4mcmVjaXBpZW50aWQ9Y29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZSZlc2lkPTFlMDgzYmRjLWYzNTUtZWIxMS1hODEyLTAwMjI0ODA5MTZlZg&K=DGTCSy2P3KIhdo2K7Q_tlA" target="_blank" style="color: #1cbeca; text-decoration: underline;">Emergency Community Assistance Program,</a> which has been extended through June 2021. </span></p>
</li>
</ul>
</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="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="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%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3ANg%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cHM6Ly9zZnB1Y25ld3Nyb29tLmNvbS9jb21tdW5pdHkvY2xlYW5wb3dlcnNmLWN1c3RvbWVyLXNwb3RsaWdodC1rYW50aW5lLz9fY2xkZWU9YUc5MWMyVkFaR2xuYVhSaGJHdHBibWRrYjIwdWIzSm4mcmVjaXBpZW50aWQ9Y29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZSZlc2lkPTFlMDgzYmRjLWYzNTUtZWIxMS1hODEyLTAwMjI0ODA5MTZlZg&K=oSTuWUxmz41d-mV00comLQ" name="{%22UrlIdOffset%22%3A1}" title="https://sfpucnewsroom.com/community/cleanpowersf-customer-spotlight-kantine/" 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/kantine2_sized.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%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3ANw%3A%3AaHR0cHM6Ly9zZnB1Y25ld3Nyb29tLmNvbS9jb21tdW5pdHkvY2xlYW5wb3dlcnNmLWN1c3RvbWVyLXNwb3RsaWdodC1rYW50aW5lLz9fY2xkZWU9YUc5MWMyVkFaR2xuYVhSaGJHdHBibWRrYjIwdWIzSm4mcmVjaXBpZW50aWQ9Y29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZSZlc2lkPTFlMDgzYmRjLWYzNTUtZWIxMS1hODEyLTAwMjI0ODA5MTZlZg&K=eGwVujtlBGr5RsaPBHOHdA" undefined title="https://sfpucnewsroom.com/community/cleanpowersf-customer-spotlight-kantine/" target="_blank" cdlinkrefid="27" ><img class="center-on-narrow cd-image image-7b12b51e3534 no-img-edit" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/kantine2_sized.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="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;"><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">Business Spotlight: Kantine</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">Like most restaurants in San Francisco, the COVID-19 pandemic upended the vision of <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AOA%3A%3AaHR0cDovL2thbnRpbmVzZi5jb20vP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTcxZWFiZjAyYjUzZDRkMWNiYmNjN2Q4MTJiYzk1NTZlJmVzaWQ9MWUwODNiZGMtZjM1NS1lYjExLWE4MTItMDAyMjQ4MDkxNmVm&K=rdk1WVI_x6bGq3IeuuY28w" target="_blank" style="color: #1cbeca; text-decoration: underline;">Kantine</a>, a casual Scandinavian-inspired eatery owned by Joachim Majholm and Chef Nichole Accettola. Instead of providing a canteen, or gathering place for lunch-grabbing San Franciscans, the restaurant has pivoted to takeout and delivery five days a week from its Market Street location. Yet despite the challenges, Kantine has helped provide meals to those in need, recently made the commitment to go <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AOQ%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9zdXBlcmdyZWVuP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTcxZWFiZjAyYjUzZDRkMWNiYmNjN2Q4MTJiYzk1NTZlJmVzaWQ9MWUwODNiZGMtZjM1NS1lYjExLWE4MTItMDAyMjQ4MDkxNmVm&K=NnqfbsFx1wAoFkN4uhzqXw" target="_blank" style="color: #1cbeca; text-decoration: underline;">SuperGreen</a> through CleanPowerSF, and completed their <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMTA%3A%3AaHR0cHM6Ly9zZmVudmlyb25tZW50Lm9yZy9zZmdyZWVuYnVzaW5lc3M_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtNzFlYWJmMDJiNTNkNGQxY2JiY2M3ZDgxMmJjOTU1NmUmZXNpZD0xZTA4M2JkYy1mMzU1LWViMTEtYTgxMi0wMDIyNDgwOTE2ZWY&K=BdiyIafckoBIAa66SU1F7g" target="_blank" style="color: #1cbeca; text-decoration: underline;">Green Business certification</a>. <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMTE%3A%3AaHR0cHM6Ly9zZnB1Y25ld3Nyb29tLmNvbS9jb21tdW5pdHkvY2xlYW5wb3dlcnNmLWN1c3RvbWVyLXNwb3RsaWdodC1rYW50aW5lLz9fY2xkZWU9YUc5MWMyVkFaR2xuYVhSaGJHdHBibWRrYjIwdWIzSm4mcmVjaXBpZW50aWQ9Y29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZSZlc2lkPTFlMDgzYmRjLWYzNTUtZWIxMS1hODEyLTAwMjI0ODA5MTZlZg&K=w0uKyPSTCv4qbBao9LURYA" target="_blank" style="color: #1cbeca; text-decoration: underline;">Read more about their story.</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%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMTI%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9zdXBlcmdyZWVuP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTcxZWFiZjAyYjUzZDRkMWNiYmNjN2Q4MTJiYzk1NTZlJmVzaWQ9MWUwODNiZGMtZjM1NS1lYjExLWE4MTItMDAyMjQ4MDkxNmVm&K=PlggSnROFWtE2x4cweR7Eg" name="{%22UrlIdOffset%22%3A1}" title="https://www.cleanpowersf.org/supergreen" 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/supergreen_sized.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%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMTM%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9zdXBlcmdyZWVuP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTcxZWFiZjAyYjUzZDRkMWNiYmNjN2Q4MTJiYzk1NTZlJmVzaWQ9MWUwODNiZGMtZjM1NS1lYjExLWE4MTItMDAyMjQ4MDkxNmVm&K=uffYCnkiz9ueghSEpShr8Q" undefined title="https://www.cleanpowersf.org/supergreen" target="_blank" cdlinkrefid="31" ><img class="center-on-narrow cd-image image-7174e713e458 no-img-edit" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/supergreen_sized.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">Pledge to Go 100% Renewable in 2021</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">We’re not always big fans of new year’s resolutions, but we think this is one you’ll be happy to stick to. In 2021, <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMTQ%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9zdXBlcmdyZWVuP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTcxZWFiZjAyYjUzZDRkMWNiYmNjN2Q4MTJiYzk1NTZlJmVzaWQ9MWUwODNiZGMtZjM1NS1lYjExLWE4MTItMDAyMjQ4MDkxNmVm&K=PhkqokvXZ-OObz0sQHmThg" target="_blank" style="color: #1cbeca; text-decoration: underline;">make the pledge to go 100% renewable.</a> It’s easier than it sounds. As a CleanPowerSF customer, you’re automatically eligible for SuperGreen—our 100% renewable electricity service. Upgrading takes less than five minutes and costs just about $3 more a month. It’s a healthy habit for you and the planet—no smoothie required.</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: 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%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMTU%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cHM6Ly9zZmVudmlyb25tZW50Lm9yZy9jbGltYXRlcGxhbj9fY2xkZWU9YUc5MWMyVkFaR2xuYVhSaGJHdHBibWRrYjIwdWIzSm4mcmVjaXBpZW50aWQ9Y29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZSZlc2lkPTFlMDgzYmRjLWYzNTUtZWIxMS1hODEyLTAwMjI0ODA5MTZlZg&K=1ZfZFNEzo_kV10I89yBQ5g" name="{%22UrlIdOffset%22%3A1}" title="https://sfenvironment.org/climateplan" target="_blank" cdlinkrefidmso="34" ><img class="center-on-narrow cd-image" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/climate-action-plan_sized.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%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMTY%3A%3AaHR0cHM6Ly9zZmVudmlyb25tZW50Lm9yZy9jbGltYXRlcGxhbj9fY2xkZWU9YUc5MWMyVkFaR2xuYVhSaGJHdHBibWRrYjIwdWIzSm4mcmVjaXBpZW50aWQ9Y29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZSZlc2lkPTFlMDgzYmRjLWYzNTUtZWIxMS1hODEyLTAwMjI0ODA5MTZlZg&K=W68VtteUbET98e-pzFGCTw" undefined title="https://sfenvironment.org/climateplan" target="_blank" cdlinkrefid="34" ><img class="center-on-narrow cd-image image-307037989704 no-img-edit" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/climate-action-plan_sized.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">Weigh in on San Francisco’s Climate Action Plan</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-family:Calibri">Let your voice be heard! The City of San Francisco is updating its Climate Action Plan, which will provide a clear and coordinated strategy to reduce the impacts of climate change while prioritizing the needs of all San Franciscans. There are a few ways to weigh in: explore the interactive <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMTc%3A%3AaHR0cHM6Ly9zZmNsaW1hdGVhY3Rpb24ua29udmVpby5jb20vP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTcxZWFiZjAyYjUzZDRkMWNiYmNjN2Q4MTJiYzk1NTZlJmVzaWQ9MWUwODNiZGMtZjM1NS1lYjExLWE4MTItMDAyMjQ4MDkxNmVm&K=wqCH7matlkF2eRAy4PFGdA" target="_blank" style="color: #1cbeca; text-decoration: underline;">open house platform</a>, <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMTg%3A%3AaHR0cHM6Ly9zZmNsaW1hdGVhY3Rpb24ua29udmVpby5jb20vdGFrZS1zdXJ2ZXk_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtNzFlYWJmMDJiNTNkNGQxY2JiY2M3ZDgxMmJjOTU1NmUmZXNpZD0xZTA4M2JkYy1mMzU1LWViMTEtYTgxMi0wMDIyNDgwOTE2ZWY&K=fV85VPtFarVn-SI7B_R9EA" target="_blank" style="color: #1cbeca; text-decoration: underline;">take the survey</a> or <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMTk%3A%3AaHR0cHM6Ly9zZmVudmlyb25tZW50Lm9yZy9DbGltYXRlUGxhbldvcmtzaG9wcz9fY2xkZWU9YUc5MWMyVkFaR2xuYVhSaGJHdHBibWRrYjIwdWIzSm4mcmVjaXBpZW50aWQ9Y29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZSZlc2lkPTFlMDgzYmRjLWYzNTUtZWIxMS1hODEyLTAwMjI0ODA5MTZlZg&K=LfdUs0B-SQIggQXjd4woJw" target="_blank" style="color: #1cbeca; text-decoration: underline;">attend a workshop</a>. (Complete the survey and/or attend a workshop and enter to win a $100 VISA gift card.)</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><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: #ffffff; 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">What We're Reading</span></h1>
<ul style="color: #686868">
<li><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%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMjA%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9uZXdzLzIwMjAvMTIvMTUvaW50ZXJuYXRpb25hbC1jcmVkaXQtcmF0aW5nLWFnZW5jeS1hc3NpZ25zLWZpcnN0LXRpbWUtcmF0aW5nLWZvci1jbGVhbnBvd2Vyc2Y_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtNzFlYWJmMDJiNTNkNGQxY2JiY2M3ZDgxMmJjOTU1NmUmZXNpZD0xZTA4M2JkYy1mMzU1LWViMTEtYTgxMi0wMDIyNDgwOTE2ZWY&K=aZ51xKghUKWJB7hkI4MLsA" target="_blank" style="color: #1cbeca; text-decoration: underline;">International Credit Rating Agency Assigns First-Time Rating for CleanPowerSF</a></span></span></li>
<li><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%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMjE%3A%3AaHR0cHM6Ly9zZnB1Y25ld3Nyb29tLmNvbS9jb21tdW5pdHkvb3VyLXRvcC0xMC1ob2xpZGF5LWxpZ2h0LWRpc3BsYXlzLW9mLTIwMjAvP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTcxZWFiZjAyYjUzZDRkMWNiYmNjN2Q4MTJiYzk1NTZlJmVzaWQ9MWUwODNiZGMtZjM1NS1lYjExLWE4MTItMDAyMjQ4MDkxNmVm&K=YOpqAE8mX06iI8LYl3LaYw" target="_blank" style="color: #1cbeca; text-decoration: underline;">ICYMI: Our Top 10 Holiday Light Displays of 2020</a></span></span></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%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMjI%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9jb250YWN0P19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTcxZWFiZjAyYjUzZDRkMWNiYmNjN2Q4MTJiYzk1NTZlJmVzaWQ9MWUwODNiZGMtZjM1NS1lYjExLWE4MTItMDAyMjQ4MDkxNmVm&K=ds4n7urpW9rgKVp-f49diA" name="{%22UrlIdOffset%22%3A1}" title="https://www.cleanpowersf.org/contact" target="_blank" cdlinkrefidmso="39" ><img class="center-on-narrow cd-image" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/contact_sized.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%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMjM%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9jb250YWN0P19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTcxZWFiZjAyYjUzZDRkMWNiYmNjN2Q4MTJiYzk1NTZlJmVzaWQ9MWUwODNiZGMtZjM1NS1lYjExLWE4MTItMDAyMjQ4MDkxNmVm&K=HdhMSfJ16Mg5DrzcyYCHIQ" undefined title="https://www.cleanpowersf.org/contact" target="_blank" cdlinkrefid="39" ><img class="center-on-narrow cd-image image-84c0f6be35cf no-img-edit" height="auto" width="100%" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/wwwcleanpowersforg-am6vi/files/contact_sized.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">We're Here for You</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 about <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMjQ%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9sb3dlcnlvdXJiaWxsP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTcxZWFiZjAyYjUzZDRkMWNiYmNjN2Q4MTJiYzk1NTZlJmVzaWQ9MWUwODNiZGMtZjM1NS1lYjExLWE4MTItMDAyMjQ4MDkxNmVm&K=YutqP1mm_KipmCwHmdht7Q" target="_blank" style="color: #1cbeca; text-decoration: underline;">how to lower your bill</a>, <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMjU%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9yYXRlcz9fY2xkZWU9YUc5MWMyVkFaR2xuYVhSaGJHdHBibWRrYjIwdWIzSm4mcmVjaXBpZW50aWQ9Y29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZSZlc2lkPTFlMDgzYmRjLWYzNTUtZWIxMS1hODEyLTAwMjI0ODA5MTZlZg&K=JWCfZYOP5yfdcUwO5ZAUPw" target="_blank" style="color: #1cbeca; text-decoration: underline;">our new rates</a>, or anything else? 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="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%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMjY%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9zcGFuaXNoP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTcxZWFiZjAyYjUzZDRkMWNiYmNjN2Q4MTJiYzk1NTZlJmVzaWQ9MWUwODNiZGMtZjM1NS1lYjExLWE4MTItMDAyMjQ4MDkxNmVm&K=iEOxpG7fJVkJTnldkZHCoQ" target="_blank" style="color: #1cbeca; text-decoration: underline;">Hablamos su idioma</a></span></span></p>
</li>
<li>
<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%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMjc%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9jaGluZXNlP19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTcxZWFiZjAyYjUzZDRkMWNiYmNjN2Q4MTJiYzk1NTZlJmVzaWQ9MWUwODNiZGMtZjM1NS1lYjExLWE4MTItMDAyMjQ4MDkxNmVm&K=4F1wVD4yzFDhnbTN2GgQYw" target="_blank" style="color: #1cbeca; text-decoration: underline;">我們會講您的語言 </a></span></span></p>
</li>
<li>
<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%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMjg%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9maWxpcGlubz9fY2xkZWU9YUc5MWMyVkFaR2xuYVhSaGJHdHBibWRrYjIwdWIzSm4mcmVjaXBpZW50aWQ9Y29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZSZlc2lkPTFlMDgzYmRjLWYzNTUtZWIxMS1hODEyLTAwMjI0ODA5MTZlZg&K=ewkhEbZgZ1YE0FBFjW4XuA" 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;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-family:Calibri">Visit <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMjk%3A%3AaHR0cDovL2NsZWFucG93ZXJzZi5vcmc_X2NsZGVlPWFHOTFjMlZBWkdsbmFYUmhiR3RwYm1ka2IyMHViM0puJnJlY2lwaWVudGlkPWNvbnRhY3QtN2FmZDkwNTZhM2M1ZTUxMTk0MzEwMDUwNTY4NTVlZTgtNzFlYWJmMDJiNTNkNGQxY2JiY2M3ZDgxMmJjOTU1NmUmZXNpZD0xZTA4M2JkYy1mMzU1LWViMTEtYTgxMi0wMDIyNDgwOTE2ZWY&K=pk68ZNSC3tgsXKCyoC0pGg" target="_blank" style="color: #1cbeca; text-decoration: underline;">cleanpowersf.org</a></span></p>
<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-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;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-family:Calibri">Follow us on <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMzA%3A%3AaHR0cDovL3R3aXR0ZXIub3JnL2NsZWFucG93ZXJzZj9fY2xkZWU9YUc5MWMyVkFaR2xuYVhSaGJHdHBibWRrYjIwdWIzSm4mcmVjaXBpZW50aWQ9Y29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZSZlc2lkPTFlMDgzYmRjLWYzNTUtZWIxMS1hODEyLTAwMjI0ODA5MTZlZg&K=vwVBeagpfMOtJxExUBd-eA" target="_blank" style="color: #1cbeca; text-decoration: underline;">Twitter</a></span></p>
<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-family:Calibri">(415) 554-0773</span></p>
<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-family:Calibri">525 Golden Gate Ave. San Francisco, CA 94102</span></p>
<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"> </p>
<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"><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;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"><span style="font-family:Calibri">View CleanPowerSF's <a cd-link-manager-tab="1" href="http://link.sfwater.org/c/6/?T=OTM1MTYyMDM%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3AZmFsc2U%3AMzE%3A%3AaHR0cHM6Ly93d3cuY2xlYW5wb3dlcnNmLm9yZy9wcml2YWN5P19jbGRlZT1hRzkxYzJWQVpHbG5hWFJoYkd0cGJtZGtiMjB1YjNKbiZyZWNpcGllbnRpZD1jb250YWN0LTdhZmQ5MDU2YTNjNWU1MTE5NDMxMDA1MDU2ODU1ZWU4LTcxZWFiZjAyYjUzZDRkMWNiYmNjN2Q4MTJiYzk1NTZlJmVzaWQ9MWUwODNiZGMtZjM1NS1lYjExLWE4MTItMDAyMjQ4MDkxNmVm&K=BDOzNPhV0Wht4LLj3vkKTQ" target="_blank" style="color: #1cbeca; text-decoration: underline;">privacy policy.</a></span></span></p>
<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-family:Calibri"><span style="font-size:12px">Click <a cd-link-manager-tab="5" href="http://link.sfwater.org/uu/2/1cla%3AOTM1MTYyMDM%3AMDItYjIxMDI4LTk0ZDRmNTllZWE4YjQwNTFiZjdjZDU2NGZkOWY5NmQx%3AaG91c2VAZGlnaXRhbGtpbmdkb20ub3Jn%3AY29udGFjdC03YWZkOTA1NmEzYzVlNTExOTQzMTAwNTA1Njg1NWVlOC03MWVhYmYwMmI1M2Q0ZDFjYmJjYzdkODEyYmM5NTU2ZQ%3An%3An%3AEHyLg4owTBD2ZvQcv-3FgQ" 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-2af97d939213 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>