<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
<head><meta charset="utf-8"><!-- utf-8 works for most cases --><meta name="viewport" content="width=device-width"><!-- Forcing initial-scale shouldn't be necessary --><meta http-equiv="X-UA-Compatible" content="IE=edge"><!-- Use the latest (edge) version of IE rendering engine --><meta name="x-apple-disable-message-reformatting"><!-- Disable auto-scale in iOS 10 Mail entirely -->
	<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. --><!--[if mso]>
        <style>
            * {
                font-family: sans-serif !important;
            }
        </style>
    <![endif]--><!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ --><!--[if !mso]><!--><!-- insert web font reference, eg: <link  href=''  rel='stylesheet' type='text/css'> --><!--<![endif]--><!-- Web Font / @font-face : END --><!-- CSS Reset : BEGIN -->
	<style type="text/css">/* What it does: Remove spaces around the email design added by some email clients. */
        /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
        html,
        body {
            margin: 0 auto !important;
            padding: 0 !important;
            height: 100% !important;
            width: 100% !important;
        }

        /* What it does: Stops email clients resizing small text. */
        * {
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
        }

        /* What it does: Centers email on Android 4.4 */
        div[style*="margin: 16px 0"] {
            margin: 0 !important;
        }

        /* What it does: Stops Outlook from adding extra spacing to tables. */
        table,
        td {
            mso-table-lspace: 0pt !important;
            mso-table-rspace: 0pt !important;
        }

        /* What it does: Fixes webkit padding issue. 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: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
        a {
            text-decoration: none;
        }

        /* What it does: A work-around for email clients meddling in triggered links. */
        *[x-apple-data-detectors],  /* iOS */
        .unstyle-auto-detected-links *,
        .aBn {
            border-bottom: 0 !important;
            cursor: default !important;
            color: inherit !important;
            text-decoration: none !important;
            font-size: inherit !important;
            font-family: inherit !important;
            font-weight: inherit !important;
            line-height: inherit !important;
        }

        /* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
        .a6S {
            display: none !important;
            opacity: 0.01 !important;
        }
        /* If the above doesn't work, add a .g-img class to any image in question. */
        img.g-img + div {
            display: none !important;
        }

        /* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
        /* Create one of these media queries for each additional viewport size you'd like to fix */

        /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
        @media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
            .email-container {
                min-width: 320px !important;
            }
        }
        /* iPhone 6, 6S, 7, 8, and X */
        @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
            .email-container {
                min-width: 375px !important;
            }
        }
        /* iPhone 6+, 7+, and 8+ */
        @media only screen and (min-device-width: 414px) {
            .email-container {
                min-width: 414px !important;
            }
        }
	</style>
	<!-- CSS Reset : END --><!-- Reset list spacing because Outlook ignores much of our inline CSS. --><!--[if mso]>
	<style type="text/css">
		ul,
		ol {
			margin: 0 !important;
		}
		li {
			margin-left: 30px !important;
		}
		li.list-item-first {
			margin-top: 0 !important;
		}
		li.list-item-last {
			margin-bottom: 10px !important;
		}
	</style>
	<![endif]--><!-- Progressive Enhancements : BEGIN -->
	<style type="text/css">/* What it does: Hover styles for buttons */
	    .button-td,
	    .button-a {
	        transition: all 100ms ease-in;
	    }
	    .button-td-primary:hover,
	    .button-a-primary:hover {
	        background: #555555 !important;
	        border-color: #555555 !important;
	    }
	    
	    .email-container {
	        margin: 0 auto !important;
            padding: 0 !important;
            width: 100% !important;
        }

	    /* Media Queries */
	    @media screen and (max-width: 600px) {

	        /* What it does: Adjust typography on small screens to improve readability */
	        .email-container p {
	            font-size: 16px !important;
	            line-height: 150% !important;
	        }

	    }
	</style>
	<!-- Progressive Enhancements : END --><!-- 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]-->
<meta name='robots' content='noindex' />
</head>
<!--
	The email background color (#f6f6f6) is defined in three places:
	1. body tag: for most email clients
	2. center tag: for Gmail and Inbox mobile apps and web versions of Gmail, GSuite, Inbox, Yahoo, AOL, Libero, Comcast, freenet, Mail.ru, Orange.fr
	3. mso conditional: For Windows 10 Mail
-->
<body style="margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: #f6f6f6;" width="100%">
<center style="width: 100%; background-color: #f6f6f6; font-family: Helvetica, Arial, sans-serif; font-size: 15px; line-height: 150%; color: #555555;"><!--[if mso | IE]>
        <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #f6f6f6;">
        <tr>
        <td>
    <![endif]--><!--
            Set the email width. Defined in two places:
            1. max-width for all clients except Desktop Windows Outlook, allowing the email to squish on narrow but never go wider than 600px.
            2. MSO tags for Desktop Windows Outlook enforce a 600px width.
        -->
<div class="email-container" style="max-width: 600px; margin: 0 auto; padding: 0;"><!--[if mso]>
            <table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="600">
                <tr>
                    <td>
            <![endif]-->
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0 auto;" width="100%">
	<tbody>
		<tr>
			<td bgcolor="#ffffff">
			<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0 auto;" width="100%">
				<tbody>
					<tr>
						<td style="background-color: rgb(255, 255, 255); font-size: 0px; line-height: 0px; text-align: center;"><a  href="" ><img align="center" alt="" class="g-img" src="https://nvlupin.blob.core.windows.net/images/van/NGP/NGP11/1/72148/images/MWLogoTag.png" style="max-width: 600px; background: rgb(255, 255, 255); font-family: Helvetica, Arial, sans-serif; font-size: 15px; line-height: 15px; color: rgb(85, 85, 85); margin: auto; border-width: 0px; border-style: solid; width: 301px; height: 67px;" /></a></td>
					</tr>
				</tbody>
			</table>

			<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0 auto;" width="100%">
				<tbody>
					<tr>
						<td bgcolor="#ffffff" style="padding: 20px;"><p><span style="font-family:Arial,Helvetica,sans-serif;"><span style="font-size:18px;">Dear Patch,</span></span></p>

<p><span style="font-size:18px;">Watching last night’s Democratic debate was like going to a dinner party you hoped was going to be better than it was. It’s not that the people there weren’t nice; it’s just that nobody said anything all that interesting.</span></p>

<p><span style="font-size:18px;">I was in Fairfield, Iowa, talking to caucus voters about things that the moderators from the corporate media weren’t going to touch at the Democratic debate. No one at the debate was going to talk about how the corporate aristocracy in this country actually works, why we have so much more chronic illness than do our counterparts in other countries, the overwhelming challenges and vulnerabilities of millions of Americans children, or why we do so much more to prepare for war than to prepare for peace.</span></p>

<p><span style="font-size:18px;">No, those things don’t belong on that TV reality show because the debates, like all reality shows, are not really reality. They’re theatre scripted by the political industrial complex, casting politicians in the role of show ponies, promising everything and delivering little but the same old tired conversations that everybody knows we’ve all heard before.</span></p>

<p><span style="font-size:18px;">Meanwhile, our democracy is under assault. Trump is still president. Another school shooting robbed us of our children. And the same old same old politics won’t even begin to do the trick next year.</span></p>

<p><span style="font-size:18px;">But hey, the show must go on.</span></p>

<p><span style="font-size:18px;">Unless we the people stop it. We the people have the power in our hands, and it’s time to use it. It’s time to burst out of the box that exists for no other reason than to feed the campaign industrial complex. All the “We had to limit the field” nonsense had nothing to do with political necessity, and everything to do with the DNC’s intent to control the process. That is NOT democracy.&nbsp;</span></p>

<p><span style="font-size:18px;">It’s time to disenthrall ourselves of the idea that only those who the DNC have selected for the debate stage should be seen as viable candidates, and only the topics that the mainstream corporate media prescribe should be discussed as serious issues.</span></p>

<p><span style="font-size:18px;">I am staying in this race to talk about things that strike at the root of what’s wrong in this country. I’m talking about ending an aberrational chapter of American history and creating the space for a new one. I’m talking about what it will take to initiate a season of repair. And I’m talking about them in a different kind of way. We need to do a whole lot more than convince people next year; we need to inspire them, or we will lose.</span></p>

<p><span style="font-size:18px;">I feel deep affection for a few of the people on last night’s debate stage. The problem is not them. The problem is us. It’s time for us, the American people, to change the conversation from symptoms to root causes in a way that the political media establishment does not want us to do.&nbsp;</span></p>

<p><span style="font-size:18px;">But this is not a moment to simply do as we’re told.&nbsp;</span></p>

<p style="text-align: center;"><a  href="" ><img alt="" src="https://nvlupin.blob.core.windows.net/images/van/NGP/NGP11/1/72148/images/dn_.png" style="width: 150px; height: 79px;"></a></p>

<p><span style="font-size:18px;">Something big is emerging in America today, much more powerful than the sterile political conversation that is sanctioned by the DNC. The way to defeat a new and never-before-seen force in American politics is to create our own new and never-before-seen force in American politics. It will take nothing less than that to win next year.&nbsp;</span></p>

<p><span style="font-size:18px;">The 2020 election is going to be bold and dramatic. And so am I.&nbsp;</span></p>

<p><span style="font-size:18px;">Marianne</span></p>

<p style="text-align: center;"><em><span style="font-size:14px;"><span style="font-family:Arial,Helvetica,sans-serif;">If you've saved your payment information with ActBlue Express, your donation will go through immediately.</span></span></em></p>

<table align="center" border="0" cellpadding="3" width="320">
	<tbody>
		<tr>
			<td align="center" width="50%"><a  href="" ><img alt="" src="https://nvlupin.blob.core.windows.net/images/van/NGP/NGP11/1/72148/images/dnF10.png"></a></td>
			<td align="center" width="50%"><a  href="" ><img alt="" src="https://nvlupin.blob.core.windows.net/images/van/NGP/NGP11/1/72148/images/dnfall100.png"></a></td>
		</tr>
		<tr>
			<td align="center" width="50%"><a  href="" ><img alt="" src="https://nvlupin.blob.core.windows.net/images/van/NGP/NGP11/1/72148/images/dnF20.png"></a></td>
			<td align="center" width="50%"><a  href="" ><img alt="" src="https://nvlupin.blob.core.windows.net/images/van/NGP/NGP11/1/72148/images/dnfall200.png"></a></td>
		</tr>
		<tr>
			<td align="center" width="50%"><a  href="" ><img alt="" src="https://nvlupin.blob.core.windows.net/images/van/NGP/NGP11/1/72148/images/dnF30.png"></a></td>
			<td align="center" width="50%"><a  href="" ><img alt="" src="https://nvlupin.blob.core.windows.net/images/van/NGP/NGP11/1/72148/images/dnF300.png"></a></td>
		</tr>
		<tr>
			<td align="center" width="50%"><a  href="" ><img alt="" src="https://nvlupin.blob.core.windows.net/images/van/NGP/NGP11/1/72148/images/dnF40.png"></a></td>
			<td align="center" width="50%"><a  href="" ><img alt="" src="https://nvlupin.blob.core.windows.net/images/van/NGP/NGP11/1/72148/images/dnF400.png"></a></td>
		</tr>
		<tr>
			<td align="center" width="50%"><a  href="" ><img alt="" src="https://nvlupin.blob.core.windows.net/images/van/NGP/NGP11/1/72148/images/dnF50.png"></a></td>
			<td align="center" width="50%"><a  href="" ><img alt="" src="https://nvlupin.blob.core.windows.net/images/van/NGP/NGP11/1/72148/images/dnF500.png"></a></td>
		</tr>
	</tbody>
</table>

<table align="center" border="0" cellpadding="3" width="320">
	<tbody>
		<tr>
			<td align="center" width="50%"><a  href="" ><img alt="" src="https://nvlupin.blob.core.windows.net/images/van/NGP/NGP11/1/72148/images/dnF2800.png"></a></td>
			<td align="center" width="50%"><a  href="" ><img alt="" src="https://nvlupin.blob.core.windows.net/images/van/NGP/NGP11/1/72148/images/dnFpurpOther.png"></a></td>
		</tr>
	</tbody>
</table>

<p style="text-align: center;">&nbsp;</p>

<center><a  href="" ><img alt="" src="https://nvlupin.blob.core.windows.net/images/van/NGP/NGP11/1/72148/images/share_facebook.png" style="height: 75px; width: 75px;"></a><a  href="" ><img alt="" src="https://nvlupin.blob.core.windows.net/images/van/NGP/NGP11/1/72148/images/share_insta.jpg" style="height: 75px; width: 75px;"></a><a  href="" ><img alt="" src="https://nvlupin.blob.core.windows.net/images/van/NGP/NGP11/1/72148/images/twitterShare.png" style="height: 75px; width: 75px;"></a></center>
</td>
					</tr>
				</tbody>
			</table>

			<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
				<tbody>
					<tr>
						<td align="center" bgcolor="#ffffff" style="width: 100%; font-size: 0px; line-height: 0px;" width="100%">
						<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
							<tbody>
								<tr>
									<td style="padding: 20px 40px 0px 40px; font-family: 'Cormorant', Georgia, Courier New, serif; font-size: 15px; line-height: 16px; color: #00000; text-align: center; font-weight:500;">
									<p style="margin: 0;">Paid for by Marianne Williamson For President</p>
									</td>
								</tr>
								<tr>
									<td class="footer" style="padding: 10px 40px 40px 40px; font-family: 'Poppins', Helvetica, Arial, sans-serif; font-size: 12px; line-height: 18px; color: #00000; text-align: center; font-weight:400;">
									<p style="margin: 0;">1787 Tribute Road, Suite K, Sacramento, CA 95815<br />
									<br />
									If you believe you received this message in error or wish to no longer receive email from us, please <a  href="" >unsubscribe</a></p>
									</td>
								</tr>
							</tbody>
						</table>
						</td>
					</tr>
				</tbody>
			</table>
			</td>
		</tr>
	</tbody>
</table>
</div>
</center>
<img height="1" src="https://pixel.app.returnpath.net/pixel.gif?r=fb85f22a5995cfef9189fa238e903d41be5fec07" width="1" />
</html>