From Power to Decide <[email protected]>
Subject Power to Decide Pulse
Date September 11, 2019 2:25 PM
  Links have been removed from this email. Learn more in the FAQ.
  Links have been removed from this email. Learn more in the FAQ.
------=_Part_31828853_754850174.1568211925261
Content-Type: text/html;charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN' '[link removed]
ml11/DTD/xhtml11.dtd'><html xmlns=3D'[link removed]'>
<html prefix=3D"og: [link removed]">
<head><style type=3D'text/css'>
span.preheader { display:none !important; visibility:hidden;line-height:0; =
opacity:0; color:transparent; height:0; width:0; }
</style>

<!--this is the head-->
<meta charset=3D"utf-8">
<meta name=3D"viewport" content=3D"width=3Ddevice-width, initial-scale=
=3D1"> <!-- Forcing initial-scale shouldn't be necessary -->
<meta http-equiv=3D"X-UA-Compatible" content=3D"IE=3Dedge"> <!-- Use th=
e latest (edge) version of IE rendering engine -->
<meta name=3D"x-apple-disable-message-reformatting" /> <!-- Disable au=
to-scale in iOS 10 Mail entirely -->
=20
<title></title> <!-- The title tag shows in email notifications, like A=
ndroid 4.4. -->
<!-- Web Font / @font-face : BEGIN -->
<!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely r=
emoved. -->
<!-- Desktop Outlook chokes on web font references and defaults to Time=
s 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: htt=
p://stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
<!--[if !mso]><!-->
<!-- insert web font reference, eg: <link href=3D'[link removed]
pis.com/css?family=3DRoboto:400,700' rel=3D'stylesheet' type=3D'text/css'> =
-->
<!--<![endif]-->
<!-- Web Font / @font-face : END -->
<!-- CSS Reset -->
<style>
/* What it does: Remove spaces around the email design added by som=
e 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*=3D"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 tab=
le alignment bug. Applies table-layout to the first 2 tables then removes f=
or 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 image=
s 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 link=
s. */
.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 qu=
estion. */
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: [link removed]
hub.com/TedGoas/Cerberus/issues/89 */
/* Create one of these media queries for each additional viewport s=
ize you'd like to fix */
/* Thanks to Eric Lepetit @ericlepetitsf) for help troubleshooting =
*/
@media only screen and (min-device-width: 375px) and (max-device-wi=
dth: 413px) { /* iPhone 6 and 6+ */
.email-container {
min-width: 375px !important;
}
}

</style>

<!-- Progressive Enhancements -->
=20
<style id=3D"media-query-style-element">
/* Media Queries */
@media screen yahoo and (min-width: 768px){
img[class=3D"desktop-version"] {
display: none !important;
}
img[class=3D"mobile-version"] {
display: inline-block !important;
}
}
@media screen yahoo and (max-width: 768px){
img[class=3D"desktop-version"] {
display: inline-block !important;
}
img[class=3D"mobile-version"] {
display: none !important;
}
}

@media screen and (min-width: 768px) {
.desktop-version {
display: inline-block !important;
}
.mobile-version {
display: none !important;
}
}

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

.desktop-version {
display: none !important;
}
.mobile-version {
display: inline-block !important;
}
.email-container img.cd-image {
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 t=
heir 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!impo=
rtant;}
}
</style>

<!-- What it does: Makes background images in 72ppi Outlook render at c=
orrect size. -->
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
=20
<!--Replace with relevant script for different preview behavior -->
=20
</head>
<body><span class=3D'preheader' style=3D'display: none !important; visibili=
ty: line-height:0; hidden; opacity: 0; color: transparent; height: 0; width=
: 0;'>Lack of Access =3D Lack of Power to Decide =
=
</span><img src=3D"[link removed]
ekU6TURJdFlqRTVNalUwTFdVeE1EVmxNbUZtWmpBeVl6UXpPVGhpTWpGa1ptWmpaak5oWWpRMFl=
tUTM6WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUTpZMjl1ZEdGamRDMDFPVGN3Wm=
pjMU4yUXdZVGhsT1RFeFlUazROVEF3TUdRellUTmhZMkZtWkMxak56azFOV0poTURrelpUazBPV=
GcyWW1Jek1ERXlNbUl3T1RFMFpqQTNNQQ/BFYwBloSYJ3k2iVVvq4tzw" width=3D"1" heigh=
t=3D"1" /><img src=3D"[link removed]
RJdFlqRTVNalUwTFdVeE1EVmxNbUZtWmpBeVl6UXpPVGhpTWpGa1ptWmpaak5oWWpRMFltUTM6W=
W1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUTpZMjl1ZEdGamRDMDFPVGN3WmpjMU4y=
UXdZVGhsT1RFeFlUazROVEF3TUdRellUTmhZMkZtWkMxak56azFOV0poTURrelpUazBPVGcyWW1=
Jek1ERXlNbUl3T1RFMFpqQTNNQQ/BFYwBloSYJ3k2iVVvq4tzw" width=3D"1" height=3D"1=
" />
<!--this is the body-->
<center style=3D"width: 100%;">

<div dir=3D"ltr" style=3D"max-width: 100%; margin: au=
to; direction: ltr;" class=3D"email-container">
<table role=3D"presentation" cellspacing=3D"0" cellpa=
dding=3D"0" border=3D"0" align=3D"center" width=3D"100%" style=3D"width: 10=
0%; border-width: 1px; border-style: none; border-radius: 0px; background-o=
rigin: border-box; background-color: #ffffff; border-collapse: separate!imp=
ortant;" class=3D"email-container">
<tbody>
<tr>
<td style=3D"width: 100%;">
<!--[if mso]>
<table role=3D"presentation" border=3D"0" cells=
pacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"601" style=3D"bord=
er-width: 1px; border-color: #ffffff; border-style: None; width: 601px; max=
-width: 601px; border-collapse: separate!important;" class=3D"email-page-c=
ontainer">
<![endif]-->
<!--[if !mso]><!-- -->
<table role=3D"presentation" cellspacing=3D"0"=
cellpadding=3D"0" border=3D"0" align=3D"center" width=3D"602" style=3D"bo=
rder-width: 1px; border-color: #ffffff; border-style: None; width: 602px; m=
ax-width: 602px; border-collapse: separate!important;" class=3D"email-page=
-container">
<!--<![endif]-->
<tbody>
<tr class=3D"section-block">
<td align=3D"center" height=3D"100%" valign=3D"top"=
width=3D"100%" style=3D" ">
<!-- Email Section : BEGIN -->
<!--[if mso]>
<table role=3D"presentation" border=3D"0" cell=
spacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"600">
<tr>
<td align=3D"center" valign=3D"top" width=
=3D"600">
<![endif]-->
<table id=3D"14" role=3D"presentation" border=
=3D"0" cellpadding=3D"0" cellspacing=3D"0" align=3D"center" width=3D"100%" =
style=3D"max-width:600px;">
<tbody>
<tr>
<td valign=3D"top" width=3D"100%" s=
tyle=3D"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-r=
ight: 0px; background-color: #ffffff;; font-size: 0;">
<!--[if mso]>
<table role=3D"presentation" borde=
r=3D"0" cellspacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"600px=
" style=3D"table-layout:fixed; border-collapse: collapse; mso-table-lspace:=
0; mso-table-rspace:0;" cellpadding=3D"0" cellspacing=3D"0" >
<tr>
<![endif]-->
<!--[if mso]><td align=3D"left" val=
ign=3D"top" width=3D"600px"><![endif]--><div style=3D"overflow: visible!imp=
ortant; display: inline-block; width:600px; max-width:600px; min-width:600p=
x; vertical-align:top;" class=3D"stack-column">
<table role=3D"presentation" cellspaci=
ng=3D"0" cellpadding=3D"0" border=3D"0" width=3D"100%">
<tbody>
<tr>
<td style=3D"padding-top: 0=
px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
<table role=3D"presenta=
tion" cellspacing=3D"0" cellpadding=3D"0" border=3D"0" width=3D"600px" sty=
le=3D"table-layout: fixed; width: 600px;" >
<tbody>
<tr>
<td width=3D"564" class=3D"text-block-container" =
style=3D"box-sizing: border-box;white-space: normal;font-family:Arial,Helve=
tica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break=
-word !important; white-space: normal; padding-top: 9px; padding-bottom: 9=
px; padding-left: 18px; padding-right: 18px;"><p style=3D"text-align:left;f=
ont-family:Arial;font-size:11px;color:#505050;letter-spacing:0px;line-heigh=
t:1.2;margin:0;word-wrap:break-word !important;font-weight:normal;font-styl=
e:normal;text-decoration: none"><span style=3D"font-family:Verdana">Click <=
a cd-link-manager-tab=3D"6" href=3D"[link removed]
8831/02-b19254-e105e2aff02c4398b21dffcf3ab44bd7/1/217/7e07499e-ae2f-4f25-b9=
bd-b8f84fd9388a" style=3D"color: rgb(0, 127, 183); text-decoration: none;">=
<span style=3D"color:#007fb7"><u>here</u></span></a> if you are having trou=
ble viewing this message.</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=3D"section-block">
<td align=3D"center" height=3D"100%" valign=3D"top"=
width=3D"100%" style=3D" ">
<!-- Email Section : BEGIN -->
<!--[if mso]>
<table role=3D"presentation" border=3D"0" cell=
spacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"600">
<tr>
<td align=3D"center" valign=3D"top" width=
=3D"600">
<![endif]-->
<table id=3D"15" role=3D"presentation" border=
=3D"0" cellpadding=3D"0" cellspacing=3D"0" align=3D"center" width=3D"100%" =
style=3D"max-width:600px;">
<tbody>
<tr>
<td valign=3D"top" width=3D"100%" s=
tyle=3D"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-r=
ight: 0px; background-color: #ffffff;; font-size: 0;">
<!--[if mso]>
<table role=3D"presentation" borde=
r=3D"0" cellspacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"600px=
" style=3D"table-layout:fixed; border-collapse: collapse; mso-table-lspace:=
0; mso-table-rspace:0;" cellpadding=3D"0" cellspacing=3D"0" >
<tr>
<![endif]-->
<!--[if mso]><td align=3D"left" val=
ign=3D"top" width=3D"600px"><![endif]--><div style=3D"overflow: visible!imp=
ortant; display: inline-block; width:600px; max-width:600px; min-width:600p=
x; vertical-align:top;" class=3D"stack-column">
<table role=3D"presentation" cellspaci=
ng=3D"0" cellpadding=3D"0" border=3D"0" width=3D"100%">
<tbody>
<tr>
<td style=3D"padding-top: 0=
px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
<table role=3D"presenta=
tion" cellspacing=3D"0" cellpadding=3D"0" border=3D"0" width=3D"600px" sty=
le=3D"table-layout: fixed; width: 600px;" >
<tbody>
<!--[if mso]>
<tr>
<td width=3D"564" class=3D"stack-column-cen=
ter image-block-container" style=3D"vertical-align: top; text-align: center=
; padding-top: 9px; padding-bottom: 9px; padding-left: 18px; padding-righ=
t: 18px;">
<a href=3D"[link removed]
org/c/4/?T=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNh=
YjQ0YmQ3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYTh=
lOTExYTk4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZ=
mFsc2U%3AMA%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9jb250YWN0LXVzP19jbGRlZT=
1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvb=
nRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzc5NTViYTA5M2U5NDk4NmJi=
MzAxMjJiMDkxNGYwNzAmZXNpZD02NmZkMjE0MC05YWQ0LWU5MTEtYTk5My0wMDBkM2EzYWM3MjY=
&K=3D1UreUc3uGW2isZOz_UftkQ" title=3D"[link removed]"=
target=3D"_blank" cdlinkrefidmso=3D"4" ><img class=3D"desktop-version ce=
nter-on-narrow cd-image" height=3D"auto" width=3D"35.99290780141844%" style=
=3D"vertical-align: middle;" src=3D"[link removed]
odecideorg-axals/files/pulse.png" alt=3D"Power to Decide Pulse logo" title=
=3D"Power to Decide Pulse logo" /></a>
</td>
</tr>
<![endif]-->
<!--[if !mso]><!-- --><tr>
<td width=3D"564" class=3D"stack-column-center im=
age-block-container" style=3D"vertical-align: top; box-sizing: border-box; =
text-align: center; padding-top: 9px; padding-bottom: 9px; padding-left: =
18px; padding-right: 18px;">
<a href=3D"[link removed]
?T=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3=
%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk=
4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3=
AMQ%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9jb250YWN0LXVzP19jbGRlZT1ZbWxuYW=
1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtN=
Tk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzc5NTViYTA5M2U5NDk4NmJiMzAxMjJi=
MDkxNGYwNzAmZXNpZD02NmZkMjE0MC05YWQ0LWU5MTEtYTk5My0wMDBkM2EzYWM3MjY&K=3DpxH=
riknrhAJT_mXDPQjoMQ" title=3D"[link removed]" target=
=3D"_blank" cdlinkrefid=3D"4" ><img class=3D"desktop-version center-on-na=
rrow cd-image" height=3D"auto" width=3D"35.99290780141844%" style=3D"vertic=
al-align: middle;" src=3D"[link removed]
-axals/files/pulse.png" alt=3D"Power to Decide Pulse logo" title=3D"Power =
to Decide Pulse logo" />
<img class=3D"mobile-version center-on-narrow cd-image =
no-img-edit" height=3D"auto" width=3D"35.99290780141844%" style=3D"vertical=
-align: middle; display: none;" src=3D"[link removed]
ertodecideorg-axals/files/pulse.png" alt=3D"Power to Decide Pulse logo" ti=
tle=3D"Power to Decide Pulse logo" /></a>
</td>
</tr><!--<![endif]--><!--[if mso]>
<tr>
<td width=3D"564" class=3D"stack-column-cen=
ter image-block-container" style=3D"vertical-align: top; text-align: center=
; padding-top: 9px; padding-bottom: 9px; padding-left: 18px; padding-righ=
t: 18px;">
<a href=3D"[link removed]
org/c/4/?T=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNh=
YjQ0YmQ3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYTh=
lOTExYTk4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZ=
mFsc2U%3AMg%3A%3AaHR0cHM6Ly93d3cucG93ZXJ0b2RlY2lkZS5vcmc_X2NsZGVlPVltbG5hbU=
ZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01O=
TcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIw=
OTE0ZjA3MCZlc2lkPTY2ZmQyMTQwLTlhZDQtZTkxMS1hOTkzLTAwMGQzYTNhYzcyNg&K=3Dtimj=
FnqcUgWWxTXqKt_rrw" title=3D"[link removed]" target=3D"_blan=
k" cdlinkrefidmso=3D"5" ><img class=3D"desktop-version center-on-narrow c=
d-image" height=3D"214" width=3D"564" style=3D"vertical-align: middle;" src=
=3D"[link removed]
ych_newsletter_003.jpg" alt=3D"Picture Collage Power to Decide" title=3D"P=
icture Collage Power to Decide" /></a>
</td>
</tr>
<![endif]-->
<!--[if !mso]><!-- --><tr>
<td width=3D"564" class=3D"stack-column-center im=
age-block-container" style=3D"vertical-align: top; box-sizing: border-box; =
text-align: center; padding-top: 9px; padding-bottom: 9px; padding-left: =
18px; padding-right: 18px;">
<a href=3D"[link removed]
?T=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3=
%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk=
4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3=
AMw%3A%3AaHR0cHM6Ly93d3cucG93ZXJ0b2RlY2lkZS5vcmc_X2NsZGVlPVltbG5hbUZqYXk1aW=
RXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N=
2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3=
MCZlc2lkPTY2ZmQyMTQwLTlhZDQtZTkxMS1hOTkzLTAwMGQzYTNhYzcyNg&K=3DACwnvzaHfjA5=
1ZQvksXTOA" title=3D"[link removed]" target=3D"_blank" cdl=
inkrefid=3D"5" ><img class=3D"desktop-version center-on-narrow cd-image" he=
ight=3D"214" width=3D"564" style=3D"vertical-align: middle;" src=3D"[link removed]
files.clickdimensions.com/powertodecideorg-axals/files/herotriptych_newslet=
ter_003.jpg" alt=3D"Picture Collage Power to Decide" title=3D"Picture Coll=
age Power to Decide" />
<img class=3D"mobile-version center-on-narrow cd-image =
no-img-edit" height=3D"auto" width=3D"94%" style=3D"vertical-align: middle;=
display: none;" src=3D"[link removed]
xals/files/herotriptych_newsletter_003.jpg" alt=3D"Picture Collage Power t=
o Decide" title=3D"Picture Collage Power to Decide" /></a>
</td>
</tr><!--<![endif]--><tr>
<td width=3D"564" class=3D"stack-column-center so=
cial-block-container" style=3D"font-size: 0; vertical-align: top; text-alig=
n: center; padding-top: 9px; padding-bottom: 5px; padding-left: 18px; padd=
ing-right: 18px;">
<!--[if mso]><table role=3D"presentation" cel=
lspacing=3D"0" cellpadding=3D"0" border=3D"0" align=3D"center" > <tr><td st=
yle=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AN=
A%3A%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFz=
cHg_ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZ=
ibk11WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGcl=
BXRjRRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TVNaZmJYTm5QUSUzR=
CUzRCZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzc5NTVi=
YTA5M2U5NDk4NmJiMzAxMjJiMDkxNGYwNzAmX2VzPTY2ZmQyMTQwLTlhZDQtZTkxMS1hOTkzLTA=
wMGQzYTNhYzcyNiZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZC=
UzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkL=
WM3OTU1YmEwOTNlOTQ5ODZiYjMwMTIyYjA5MTRmMDcwJmVzaWQ9NjZmZDIxNDAtOWFkNC1lOTEx=
LWE5OTMtMDAwZDNhM2FjNzI2&K=3D5p-LgSXN-dtEfnQ7SdKEOQ" title=3D"Facebook" tar=
get=3D"_blank" style=3D"text-decoration: none;" cdlinkrefidmso=3D"6_0">
<img class=3D"social" width=3D"110" height=3D"32" s=
tyle=3D"width: 110px; height: 32px; margin: 5px;" src=3D"[link removed]
o.msecnd.net/web/SPA_resources/DndEditor_v2/social_share/circle/full/facebo=
ok.png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AN=
Q%3A%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFz=
cHg_ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZ=
ibk11WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGcl=
BXRjRRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TXlaZmJYTm5QUSUzR=
CUzRCZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzc5NTVi=
YTA5M2U5NDk4NmJiMzAxMjJiMDkxNGYwNzAmX2VzPTY2ZmQyMTQwLTlhZDQtZTkxMS1hOTkzLTA=
wMGQzYTNhYzcyNiZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZC=
UzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkL=
WM3OTU1YmEwOTNlOTQ5ODZiYjMwMTIyYjA5MTRmMDcwJmVzaWQ9NjZmZDIxNDAtOWFkNC1lOTEx=
LWE5OTMtMDAwZDNhM2FjNzI2&K=3DpJTHNmJ3wkMmCJ9i5R9FwA" title=3D"Twitter" targ=
et=3D"_blank" style=3D"text-decoration: none;" cdlinkrefidmso=3D"6_1">
<img class=3D"social" width=3D"110" height=3D"32" s=
tyle=3D"width: 110px; height: 32px; margin: 5px;" src=3D"[link removed]
o.msecnd.net/web/SPA_resources/DndEditor_v2/social_share/circle/full/twitte=
r.png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AN=
g%3A%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFz=
cHg_ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZ=
ibk11WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGcl=
BXRjRRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TWlaZmJYTm5QUSUzR=
CUzRCZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzc5NTVi=
YTA5M2U5NDk4NmJiMzAxMjJiMDkxNGYwNzAmX2VzPTY2ZmQyMTQwLTlhZDQtZTkxMS1hOTkzLTA=
wMGQzYTNhYzcyNiZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZC=
UzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkL=
WM3OTU1YmEwOTNlOTQ5ODZiYjMwMTIyYjA5MTRmMDcwJmVzaWQ9NjZmZDIxNDAtOWFkNC1lOTEx=
LWE5OTMtMDAwZDNhM2FjNzI2&K=3DHzgChIBTpsxMSOFVbZIx0Q" title=3D"LinkedIn" tar=
get=3D"_blank" style=3D"text-decoration: none;" cdlinkrefidmso=3D"6_2">
<img class=3D"social" width=3D"110" height=3D"32" s=
tyle=3D"width: 110px; height: 32px; margin: 5px;" src=3D"[link removed]
o.msecnd.net/web/SPA_resources/DndEditor_v2/social_share/circle/full/linked=
in.png">
</a>
</span>
</td></tr></table><![endif]--> <!--[if !mso]><!--> <span=
style=3D"display: inline-block;">
<a href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3ANw%3A=
%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFzcHg_=
ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZibk1=
1WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGclBXRj=
RRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TVNaZmJYTm5QUSUzRCUzR=
CZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzc5NTViYTA5=
M2U5NDk4NmJiMzAxMjJiMDkxNGYwNzAmX2VzPTY2ZmQyMTQwLTlhZDQtZTkxMS1hOTkzLTAwMGQ=
zYTNhYzcyNiZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZC=
ZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWM3O=
TU1YmEwOTNlOTQ5ODZiYjMwMTIyYjA5MTRmMDcwJmVzaWQ9NjZmZDIxNDAtOWFkNC1lOTExLWE5=
OTMtMDAwZDNhM2FjNzI2&K=3DVBJBKZOwvmSaiYk3O8UiGQ" title=3D"Facebook" target=
=3D"_blank" style=3D"text-decoration: none;" cdlinkrefid=3D"6_0">
<img class=3D"social" width=3D"110" height=3D"32" s=
tyle=3D"width: 110px; height: 32px; margin: 5px;" src=3D"[link removed]
o.msecnd.net/web/SPA_resources/DndEditor_v2/social_share/circle/full/facebo=
ok.png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AOA%3A=
%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFzcHg_=
ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZibk1=
1WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGclBXRj=
RRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TXlaZmJYTm5QUSUzRCUzR=
CZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzc5NTViYTA5=
M2U5NDk4NmJiMzAxMjJiMDkxNGYwNzAmX2VzPTY2ZmQyMTQwLTlhZDQtZTkxMS1hOTkzLTAwMGQ=
zYTNhYzcyNiZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZC=
ZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWM3O=
TU1YmEwOTNlOTQ5ODZiYjMwMTIyYjA5MTRmMDcwJmVzaWQ9NjZmZDIxNDAtOWFkNC1lOTExLWE5=
OTMtMDAwZDNhM2FjNzI2&K=3D5ctT7CiRqg7zn0rh-O1jZg" title=3D"Twitter" target=
=3D"_blank" style=3D"text-decoration: none;" cdlinkrefid=3D"6_1">
<img class=3D"social" width=3D"110" height=3D"32" s=
tyle=3D"width: 110px; height: 32px; margin: 5px;" src=3D"[link removed]
o.msecnd.net/web/SPA_resources/DndEditor_v2/social_share/circle/full/twitte=
r.png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AOQ%3A=
%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFzcHg_=
ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZibk1=
1WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGclBXRj=
RRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TWlaZmJYTm5QUSUzRCUzR=
CZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzc5NTViYTA5=
M2U5NDk4NmJiMzAxMjJiMDkxNGYwNzAmX2VzPTY2ZmQyMTQwLTlhZDQtZTkxMS1hOTkzLTAwMGQ=
zYTNhYzcyNiZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZC=
ZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWM3O=
TU1YmEwOTNlOTQ5ODZiYjMwMTIyYjA5MTRmMDcwJmVzaWQ9NjZmZDIxNDAtOWFkNC1lOTExLWE5=
OTMtMDAwZDNhM2FjNzI2&K=3DhU5s3ut4jY5YlKs8jm-iWw" title=3D"LinkedIn" target=
=3D"_blank" style=3D"text-decoration: none;" cdlinkrefid=3D"6_2">
<img class=3D"social" width=3D"110" height=3D"32" s=
tyle=3D"width: 110px; height: 32px; margin: 5px;" src=3D"[link removed]
o.msecnd.net/web/SPA_resources/DndEditor_v2/social_share/circle/full/linked=
in.png">
</a>
</span><!--<![endif]-->
</td>
</tr><tr>
<td width=3D"564" class=3D"text-block-container" =
style=3D"box-sizing: border-box;white-space: normal;font-family:Arial,Helve=
tica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break=
-word !important; white-space: normal; padding-top: 9px; padding-bottom: 9=
px; padding-left: 18px; padding-right: 18px;"><p style=3D"font-family:Arial=
;font-size:11px;color:#505050;letter-spacing:0px;line-height:1.2;text-align=
:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-styl=
e:normal;text-decoration: none"><span style=3D"color:#2889e9"><span style=
=3D"font-size:17px"><span style=3D"font-family:Verdana">NEWS FROM POWER TO =
DECIDE</span></span></span></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><strong><span =
style=3D"font-size:14px"><span style=3D"font-family:Verdana">Lack of Access=
=3D Lack of Power to Decide</span></span></strong></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;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=3D=
"font-size:14px"><span style=3D"font-family:Verdana">What would the map of =
the US look like if safety-net birth control providers continue to be force=
d out of Title X funding?</span></span></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><img class=3D"=
ck-editor-embedded-image" src=3D"[link removed]
cideorg-axals/files/withouttitlexfullrangeclinicsmap.png?m=3D6/24/2019%206:=
32:57%20PM" style=3D"border-color:#000000; vertical-align:text-bottom" widt=
h=3D"NaN" height=3D"NaN"></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;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=3D=
"font-size:14px"><span style=3D"font-family:Verdana"><a cd-link-manager-tab=
=3D"1" href=3D"[link removed]
E5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYmlnamFjay5idWx3YXJrQG=
dtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jNzk1=
NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AMTA%3A%3AaHR0cHM6Ly9wb3d=
lcnRvZGVjaWRlLm9yZy93aGF0LXdlLWRvL2luZm9ybWF0aW9uL3Jlc291cmNlLWxpYnJhcnkvaG=
VhbHRoLWNlbnRlcnMtb2ZmZXJpbmctZnVsbC1yYW5nZS1tZXRob2RzLWV4Y2x1ZGluZy10aXRsZ=
T9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGll=
bnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWM3OTU1YmEwOTN=
lOTQ5ODZiYjMwMTIyYjA5MTRmMDcwJmVzaWQ9NjZmZDIxNDAtOWFkNC1lOTExLWE5OTMtMDAwZD=
NhM2FjNzI2&K=3DHVz_1vMVKk-yFF9QWl0Ovg" target=3D"_blank" style=3D"color: #0=
c00ff; text-decoration: none;">Eliminating Title X health centers</a> would=
impact women in all 50 states. Approximately 19.8 million women would resi=
de in a contraceptive desert and 4.3 million would reside in counties witho=
ut access to a single health center that provides the full range of contrac=
eptive methods.</span></span></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><strong><span =
style=3D"font-size:14px"><span style=3D"font-family:Verdana">Pill Club + Po=
wer to Decide =3D EC Access</span></span></strong></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;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=3D=
"font-size:14px"><span style=3D"font-family:Verdana">P</span></span><span s=
tyle=3D"font-size:14px"><span style=3D"font-family:Verdana">ower to Decide =
recently partnered with Pill Club, the nation=E2=80=99s leading online birt=
h control delivery and prescription service, to help make contraception ava=
ilable to those who need it. The goal of the <a cd-link-manager-tab=3D"1" h=
ref=3D"[link removed]
UxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLm=
NvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkz=
ZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AMTE%3A%3AaHR0cHM6Ly90aGVwaWxsY2x=
1Yi5jb20vZnJlZWRvbS10by1kZWNpZGU_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdF=
lXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MCZlc2lkPTY2ZmQy=
MTQwLTlhZDQtZTkxMS1hOTkzLTAwMGQzYTNhYzcyNg&K=3DlWJwWS1OG5VzHKGdZ-0uPA" targ=
et=3D"_blank" style=3D"color: #0c00ff; text-decoration: none;">Freedom to D=
ecide</a> partnership was to provide 5,000 units of free emergency contrace=
ption (EC) to people in need while also encouraging the public to donate to=
<a cd-link-manager-tab=3D"1" href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AM=
TI%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9iY2JlbmVmaXRzP19jbGRlZT1ZbWxuYW1=
GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNT=
k3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzc5NTViYTA5M2U5NDk4NmJiMzAxMjJiM=
DkxNGYwNzAmZXNpZD02NmZkMjE0MC05YWQ0LWU5MTEtYTk5My0wMDBkM2EzYWM3MjY&K=3DBwV2=
ILbyKVwGJvOyZE_69Q" target=3D"_blank" style=3D"color: #0c00ff; text-decorat=
ion: none;">BCBenefits</a>, Power to Decide=E2=80=99s contraceptive access =
fund. The partnership was a massive success; all 5,000 units of EC were giv=
en away in less than 24 hours!=C2=A0</span></span></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;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=3D=
"font-size:14px"><span style=3D"font-family:Verdana">However, we still need=
your help. Pill Club will match donations up to $10,000 to BCBenefits to i=
ncrease birth control access for low-income women across the country. <a cd=
-link-manager-tab=3D"1" href=3D"[link removed]
0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYmlna=
mFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQ=
zYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AMTM%3A%=
3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9jYWZkb25hdGU_dXRtX3NvdXJjZT1QYXJ0bmVyJ=
nV0bV9tZWRpdW09TGFuZGluZ1BhZ2UmdXRtX2NhbXBhaWduPVBpbGxDbHViJl9jbGRlZT1ZbWxu=
YW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3Q=
tNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzc5NTViYTA5M2U5NDk4NmJiMzAxMj=
JiMDkxNGYwNzAmZXNpZD02NmZkMjE0MC05YWQ0LWU5MTEtYTk5My0wMDBkM2EzYWM3MjY&K=3DV=
LeWMqlUHbLlbWvolt1Fow" target=3D"_blank" style=3D"color: #0c00ff; text-deco=
ration: none;">Your donation</a> will not only provide birth control for th=
ose most in need, but your donation will be matched by Pill Club! Help us r=
each our $10,000 goal so we can receive the full match and help twice as ma=
ny women!</span></span></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><strong><span =
style=3D"font-size:14px"><span style=3D"font-family:Verdana">Teen Talk: Sex=
, Love, Relationships, and More</span></span></strong></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;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=3D=
"font-size:14px"><span style=3D"font-family:Verdana">Research makes clear t=
hat it's important to educate teens on sex, love, and relationships so they=
can grow, make informed decisions, and live their best lives. Check out ou=
r new <a cd-link-manager-tab=3D"1" href=3D"[link removed]
/4/?T=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0Y=
mQ3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTEx=
YTk4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2=
U%3AMTQ%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy90ZWVuLXRhbGs_X2NsZGVlPVltbG=
5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjd=
C01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEy=
MmIwOTE0ZjA3MCZlc2lkPTY2ZmQyMTQwLTlhZDQtZTkxMS1hOTkzLTAwMGQzYTNhYzcyNg&K=3D=
0E5dbjXeNFIzPuNWdz3o9g" target=3D"_blank" style=3D"color: #0c00ff; text-dec=
oration: none;">Teen Talk page</a> to see all of the great resources we=E2=
=80=99ve gathered for teens to go to start the conversation.=C2=A0</span></=
span></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><strong><span =
style=3D"font-size:14px"><span style=3D"font-family:Verdana">Unexpected on =
TLC: Something to Talk About</span></span></strong></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><img class=3D"=
ck-editor-embedded-image" src=3D"[link removed]
cideorg-axals/files/untitleddesign1.png?m=3D8/12/2019%202:22:09%20PM" style=
=3D"border-color:#000000; vertical-align:text-bottom" width=3D"NaN" height=
=3D"NaN"></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;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=3D=
"font-size:14px"><span style=3D"font-family:Verdana">TLC=E2=80=99s hit orig=
inal series "<a cd-link-manager-tab=3D"1" href=3D"[link removed]
e.org/c/4/?T=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZj=
NhYjQ0YmQ3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwY=
ThlOTExYTk4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3=
AZmFsc2U%3AMTU%3A%3AaHR0cHM6Ly93d3cudGxjLmNvbS90di1zaG93cy91bmV4cGVjdGVkLz9=
fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbn=
RpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWM3OTU1YmEwOTNlO=
TQ5ODZiYjMwMTIyYjA5MTRmMDcwJmVzaWQ9NjZmZDIxNDAtOWFkNC1lOTExLWE5OTMtMDAwZDNh=
M2FjNzI2&K=3DYNazmYG69clZTVlXweagag" target=3D"_blank" style=3D"color: #0c0=
0ff; text-decoration: none;">Unexpected</a>" is now in its third season and=
follows the journeys of five teenage couples and their families as they na=
vigate pregnancy and parenthood. We are proud to serve as the show's lead p=
ro-social partner for the third consecutive season=E2=80=94 helping audienc=
es use the show as a jumping-off point to have honest conversations about u=
nplanned pregnancy and the power to decide their futures.</span></span></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;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=3D=
"font-size:14px"><span style=3D"font-family:Verdana">Power to Decide has cr=
eated a season-long discussion guide and worked in collaboration with TLC o=
n a range of materials to help inform viewers. These are available at <a cd=
-link-manager-tab=3D"1" href=3D"[link removed]
0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYmlna=
mFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQ=
zYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AMTY%3A%=
3AaHR0cHM6Ly93d3cudGxjbWUuY29tL3BhcmVudGluZy9yZXNvdXJjZXMtZm9yLXRlZW4tcHJlZ=
25hbmN5LWFuZC1zdXBwb3J0aW5nLXlvdW5nLXBhcmVudHM_X2NsZGVlPVltbG5hbUZqYXk1aWRX=
eDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2Q=
wYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MC=
Zlc2lkPTY2ZmQyMTQwLTlhZDQtZTkxMS1hOTkzLTAwMGQzYTNhYzcyNg&K=3D3vV1l-HkryPqI3=
MvMtZCYg" target=3D"_blank" style=3D"color: #0c00ff; text-decoration: none;=
">TLCme.com/FamilyResources</a>.=C2=A0</span></span></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;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=3D=
"font-size:14px"><span style=3D"font-family:Verdana">Join the conversation =
on social media by using the hashtag <a cd-link-manager-tab=3D"1" href=3D"h=
ttp://mrktg.powertodecide.org/c/4/?T=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMm=
FmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY=
29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2=
YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AMTc%3A%3AaHR0cHM6Ly90d2l0dGVyLmNvbS9zZWF=
yY2g_cT0lMjN1bmV4cGVjdGVkJl9jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG=
1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM=
2EzYWNhZmQtYzc5NTViYTA5M2U5NDk4NmJiMzAxMjJiMDkxNGYwNzAmZXNpZD02NmZkMjE0MC05=
YWQ0LWU5MTEtYTk5My0wMDBkM2EzYWM3MjY&K=3DECvJfOWco3d0QXCCWfF2EA" target=3D"_=
blank" style=3D"color: #0c00ff; text-decoration: none;">#Unexpected</a>, =
=E2=80=98Like=E2=80=99 the show on <a cd-link-manager-tab=3D"1" href=3D"htt=
p://mrktg.powertodecide.org/c/4/?T=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFm=
ZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29=
udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2Ym=
IzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AMTg%3A%3AaHR0cDovL3d3dy5mYWNlYm9vay5jb20vV=
W5leHBlY3RlZFRMQy8_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlEl=
M2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2F=
mZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MCZlc2lkPTY2ZmQyMTQwLTlhZDQtZT=
kxMS1hOTkzLTAwMGQzYTNhYzcyNg&K=3Dr6pC7E0JUKJdNBA5Hbr8sw" target=3D"_blank" =
style=3D"color: #0c00ff; text-decoration: none;">Facebook</a>, and watch fu=
ll episodes by downloading the TLC Go app or visiting: <a cd-link-manager-t=
ab=3D"1" href=3D"[link removed]
YjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYmlnamFjay5idWx3YXJr=
QGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jNz=
k1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AMTk%3A%3AaHR0cHM6Ly93d=
3cudGxjLmNvbS90di1zaG93cy91bmV4cGVjdGVkLz9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lY=
SnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU=
5MTFhOTg1MDAwZDNhM2FjYWZkLWM3OTU1YmEwOTNlOTQ5ODZiYjMwMTIyYjA5MTRmMDcwJmVzaW=
Q9NjZmZDIxNDAtOWFkNC1lOTExLWE5OTMtMDAwZDNhM2FjNzI2&K=3D_P2VTugs0aRRjJkKIpa8=
aQ" target=3D"_blank" style=3D"color: #0c00ff; text-decoration: none;">TLC.=
com/Unexpected</a>. Follow us <a cd-link-manager-tab=3D"1" href=3D"[link removed]
rktg.powertodecide.org/c/4/?T=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyY=
zQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFj=
dC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDE=
yMmIwOTE0ZjA3MA%3AZmFsc2U%3AMjA%3A%3AaHR0cHM6Ly90d2l0dGVyLmNvbS9wb3dlcnRvZG=
VjaWRlP2xhbmc9ZW4mX2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM=
2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2Fm=
ZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MCZlc2lkPTY2ZmQyMTQwLTlhZDQtZTk=
xMS1hOTkzLTAwMGQzYTNhYzcyNg&K=3D2j45HbJB1GkgIuvASYOIOQ" target=3D"_blank" s=
tyle=3D"color: #0c00ff; text-decoration: none;">@PowerToDecide</a>, share o=
ur posts, and tag them with <a cd-link-manager-tab=3D"1" href=3D"[link removed]
tg.powertodecide.org/c/4/?T=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQ=
zOThiMjFkZmZjZjNhYjQ0YmQ3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC=
01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyM=
mIwOTE0ZjA3MA%3AZmFsc2U%3AMjE%3A%3AaHR0cHM6Ly90d2l0dGVyLmNvbS9oYXNodGFnL1Rh=
bGtpbmdJc1Bvd2VyP3NyYz1oYXNodGFnX2NsaWNrJl9jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVh=
KclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZT=
kxMWE5ODUwMDBkM2EzYWNhZmQtYzc5NTViYTA5M2U5NDk4NmJiMzAxMjJiMDkxNGYwNzAmZXNpZ=
D02NmZkMjE0MC05YWQ0LWU5MTEtYTk5My0wMDBkM2EzYWM3MjY&K=3Ds1Xzh2-qmDhNnImc1WYK=
vw" target=3D"_blank" style=3D"color: #0c00ff; text-decoration: none;">#Tal=
kingIsPower</a>.</span></span></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><strong><span =
style=3D"font-size:14px"><span style=3D"font-family:Verdana">Four Stars fro=
m Charity Navigator!</span></span></strong></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;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=3D=
"font-size:14px"><span style=3D"font-family:Verdana">For the 13th year in a=
row, Charity Navigator, the nation's largest and most-utilized evaluator o=
f charities, has awarded us with a <a cd-link-manager-tab=3D"1" href=3D"htt=
p://mrktg.powertodecide.org/c/4/?T=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFm=
ZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29=
udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2Ym=
IzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AMjI%3A%3AaHR0cHM6Ly93d3cuY2hhcml0eW5hdmlnY=
XRvci5vcmcvaW5kZXguY2ZtP2JheT1zZWFyY2guc3VtbWFyeSZvcmdpZD0xMDYzMSZfY2xkZWU9=
WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb25=
0YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWM3OTU1YmEwOTNlOTQ5ODZiYj=
MwMTIyYjA5MTRmMDcwJmVzaWQ9NjZmZDIxNDAtOWFkNC1lOTExLWE5OTMtMDAwZDNhM2FjNzI2&=
K=3DbnozNgZblHQ7snOq6xLJcg" target=3D"_blank" style=3D"color: #0c00ff; text=
-decoration: none;">4-star rating</a> for demonstrating strong financial he=
alth and commitment to accountability and transparency. This is their highe=
st possible rating and indicates that we adhere to best practices and execu=
te our mission in a financially efficient way. Less than 1% of rated charit=
ies can claim this honor.</span></span></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;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=3D=
"font-size:17px"><span style=3D"font-family:Verdana"><span style=3D"color:#=
2889e9">POLICY UPDATES</span></span></span></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><strong><span =
style=3D"font-size:14px"><span style=3D"font-family:Verdana">Help us Fight =
the Domestic Gag Rule!</span></span></strong></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;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=3D=
"font-size:14px"><span style=3D"font-family:Verdana">The Title X Family Pla=
nning Program is the nation=E2=80=99s only federal funding dedicated to pro=
viding those most in need with free or low-cost contraceptive care. But in =
August, because of the devastating =E2=80=9C<a cd-link-manager-tab=3D"1" hr=
ef=3D"[link removed]
xMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmN=
vbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZ=
Tk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AMjM%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVj=
aWRlLm9yZy93aGF0LXdlLWRvL2luZm9ybWF0aW9uL3Jlc291cmNlLWxpYnJhcnkvaW1wYWN0cy1=
kb21lc3RpYy1nYWctcnVsZT9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTn=
ZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM=
2FjYWZkLWM3OTU1YmEwOTNlOTQ5ODZiYjMwMTIyYjA5MTRmMDcwJmVzaWQ9NjZmZDIxNDAtOWFk=
NC1lOTExLWE5OTMtMDAwZDNhM2FjNzI2&K=3DKIS12V4HG_xstCbXKzN5eQ" target=3D"_bla=
nk" style=3D"color: #0c00ff; text-decoration: none;">domestic gag rule</a>=
=E2=80=9D many health centers have left the Title X program and the million=
s of Title X dollars that were used to provide low-income people with the c=
are that they need. To date, 16 states have lost some or all of their Title=
X funding. An additional 17 states are losing Title X clinics. There is no=
indication that other clinics can step in to provide that care. As a resul=
t, those living in underserved communities and those struggling to make end=
s meet are finding themselves unable to afford the contraception they need.=
Without Title X the number of women in need of publicly funded birth contr=
ol nearly triples. Help us fight back now by <a cd-link-manager-tab=3D"1" h=
ref=3D"[link removed]
UxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLm=
NvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkz=
ZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AMjQ%3A%3AaHR0cHM6Ly93d3cudm90ZXJ=
2b2ljZS5uZXQvUG93ZXJUb0RlY2lkZS9DYW1wYWlnbnMvNjgxMjkvUmVzcG9uZD9fY2xkZWU9WW=
1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250Y=
WN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWM3OTU1YmEwOTNlOTQ5ODZiYjMw=
MTIyYjA5MTRmMDcwJmVzaWQ9NjZmZDIxNDAtOWFkNC1lOTExLWE5OTMtMDAwZDNhM2FjNzI2&K=
=3DojLL7y_BuiGwGbFyP9XHrA" target=3D"_blank" style=3D"color: #0c00ff; text-=
decoration: none;">sending a message</a> demanding your Senators protect Ti=
tle X.=C2=A0</span></span></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;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=3D=
"font-size:17px"><span style=3D"font-family:Verdana"><span style=3D"color:#=
2889e9">POWER UPDATES</span></span></span></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;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=3D=
"font-size:14px"><span style=3D"font-family:Verdana"><a cd-link-manager-tab=
=3D"1" href=3D"[link removed]
E5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYmlnamFjay5idWx3YXJrQG=
dtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jNzk1=
NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AMjU%3A%3AaHR0cHM6Ly9wb3d=
lcnRvZGVjaWRlLm9yZy9uZXdzL3Bvd2VyLXVwZGF0ZXMtYXVndXN0LWVkaXRpb24_X2NsZGVlPV=
ltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29ud=
GFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIz=
MDEyMmIwOTE0ZjA3MCZlc2lkPTY2ZmQyMTQwLTlhZDQtZTkxMS1hOTkzLTAwMGQzYTNhYzcyNg&=
K=3DwcCDdS9Rn_RMxGIR6gvu2Q" target=3D"_blank" style=3D"color: #0c00ff; text=
-decoration: none;">Click here</a> to see the top publications and articles=
on sexual health published in the last month.</span></span></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><strong><span =
style=3D"font-size:14px"><span style=3D"font-family:Verdana">Respecting the=
Circle of Life</span></span></strong></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;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=3D=
"font-size:14px"><span style=3D"font-family:Verdana">I</span></span><span s=
tyle=3D"font-size:14px"><span style=3D"font-family:Verdana">ndigenous repro=
ductive health advocates around the country are working to address the info=
rmation, access, and agency disparities that exist for Native American teen=
s that lead to disproportionately high rates unplanned pregnancy. Advocates=
are supporting young Native people=E2=80=99s power to decide their future =
by using Respecting the Circle of Life, a comprehensive sexual and reproduc=
tive health program developed by the Johns Hopkins Center for American Indi=
an Health, in collaboration with tribal partners. Read about their work <a =
cd-link-manager-tab=3D"1" href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AMjY%3=
A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9uZXdzL2luZGlnZW5vdXMtYWR2b2NhdGVzLXd=
lbGNvbWUtY29tcHJlaGVuc2l2ZS10ZWVuLXByZWduYW5jeS1wcmV2ZW50aW9uLXByb2dyYW0tcH=
JvdmVuLXdvcms_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM=
2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1j=
Nzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MCZlc2lkPTY2ZmQyMTQwLTlhZDQtZTkxMS1=
hOTkzLTAwMGQzYTNhYzcyNg&K=3Du8kAXLxAgAJ8g_zhINi5Lg" target=3D"_blank" style=
=3D"color: #0c00ff; text-decoration: none;">here</a>.=C2=A0</span></span></=
p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;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=3D=
"font-size:17px"><span style=3D"font-family:Verdana"><span style=3D"color:#=
2889e9">GENEROUS SUPPORT FOR OUR WORK</span></span></span></p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;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=3D=
"font-size:14px"><span style=3D"font-family:Verdana">It can cost a woman mo=
re than $500 a year to access birth control. But you can help by supporting=
BCBenefits, Power to Decide=E2=80=99s contraceptive access fund. Remove th=
e barriers a woman faces in accessing the birth control method right for he=
r so that she can live life on her own terms. Join others dedicated to ensu=
ring everyone has the power to decide their futures by <a cd-link-manager-t=
ab=3D"1" href=3D"[link removed]
YjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYmlnamFjay5idWx3YXJr=
QGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jNz=
k1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AMjc%3A%3AaHR0cHM6Ly9wb=
3dlcnRvZGVjaWRlLm9yZy9jYWZkb25hdGU_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdk=
dFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk=
4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MCZlc2lkPTY2Zm=
QyMTQwLTlhZDQtZTkxMS1hOTkzLTAwMGQzYTNhYzcyNg&K=3D81KFYinRmcwd-4VzHasPGA" ta=
rget=3D"_blank" style=3D"color: #0c00ff; text-decoration: none;">making a d=
onation today</a>. Remember, right now Pill Club is matching all donations =
up to $10,000. Help us reach our goal so we can receive the full match and =
help twice as many women!</span></span></p>
</td>
</tr><tr>
<td width=3D"560" class=3D"text-block-container" =
style=3D"box-sizing: border-box;white-space: normal;font-family:Arial,Helve=
tica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break=
-word !important; white-space: normal; padding-top: 18px; padding-bottom: =
18px; padding-left: 20px; padding-right: 20px;">
<table role=3D"presentation" cellspacing=3D"0" c=
ellpadding=3D"0" style=3D"border-collapse: collapse; border-spacing: 0; ver=
tical-align: top; width: 100%; min-width: 100%;
border-bottom-width: 1px;
border-bottom-color: #999999;
border-bottom-style: solid;" width=3D"100%=
" >
<tr>
<td style=3D"border: 0 none transparent; pa=
dding: 0; vertical-align: top; width: 100%; font-size: 0; line-height: 0;">=
=C2=A0</td>
</tr>
</table> =20
</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=3D"section-block">
<td align=3D"center" height=3D"100%" valign=3D"top"=
width=3D"100%" style=3D" ">
<!-- Email Section : BEGIN -->
<!--[if mso]>
<table role=3D"presentation" border=3D"0" cell=
spacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"600">
<tr>
<td align=3D"center" valign=3D"top" width=
=3D"600">
<![endif]-->
<table id=3D"16" role=3D"presentation" border=
=3D"0" cellpadding=3D"0" cellspacing=3D"0" align=3D"center" width=3D"100%" =
style=3D"max-width:600px;">
<tbody>
<tr>
<td valign=3D"top" width=3D"100%" s=
tyle=3D"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-r=
ight: 0px; background-color: #ffffff;; font-size: 0;">
<!--[if mso]>
<table role=3D"presentation" borde=
r=3D"0" cellspacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"600px=
" style=3D"table-layout:fixed; border-collapse: collapse; mso-table-lspace:=
0; mso-table-rspace:0;" cellpadding=3D"0" cellspacing=3D"0" >
<tr>
<![endif]-->
<!--[if mso]><td align=3D"left" val=
ign=3D"top" width=3D"600px"><![endif]--><div style=3D"overflow: visible!imp=
ortant; display: inline-block; width:600px; max-width:600px; min-width:600p=
x; vertical-align:top;" class=3D"stack-column">
<table role=3D"presentation" cellspaci=
ng=3D"0" cellpadding=3D"0" border=3D"0" width=3D"100%">
<tbody>
<tr>
<td style=3D"padding-top: 0=
px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
<table role=3D"presenta=
tion" cellspacing=3D"0" cellpadding=3D"0" border=3D"0" width=3D"600px" sty=
le=3D"table-layout: fixed; width: 600px;" >
<tbody>
<tr>
<td width=3D"564" class=3D"stack-column-center so=
cial-block-container" style=3D"font-size: 0; vertical-align: top; text-alig=
n: center; padding-top: 9px; padding-bottom: 5px; padding-left: 18px; padd=
ing-right: 18px;">
<!--[if mso]><table role=3D"presentation" cel=
lspacing=3D"0" cellpadding=3D"0" border=3D"0" align=3D"center" > <tr><td st=
yle=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AM=
jg%3A%3AaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL1Bvd2VyVG9EZWNpZGUvP19jbGRlZT1ZbWx=
uYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3=
QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzc5NTViYTA5M2U5NDk4NmJiMzAxM=
jJiMDkxNGYwNzAmZXNpZD02NmZkMjE0MC05YWQ0LWU5MTEtYTk5My0wMDBkM2EzYWM3MjY&K=3D=
1PLpklo9HkUTQi--QqkZCw" title=3D"Facebook" target=3D"_blank" style=3D"text-=
decoration: none;" cdlinkrefidmso=3D"10_0">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/squircle/full/facebo=
ok.png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AM=
jk%3A%3AaHR0cHM6Ly90d2l0dGVyLmNvbS9wb3dlcnRvZGVjaWRlP19jbGRlZT1ZbWxuYW1GamF=
5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MG=
Y3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzc5NTViYTA5M2U5NDk4NmJiMzAxMjJiMDkxN=
GYwNzAmZXNpZD02NmZkMjE0MC05YWQ0LWU5MTEtYTk5My0wMDBkM2EzYWM3MjY&K=3DtyUDBgrE=
jdzaNaYdrvhcSw" title=3D"Twitter" target=3D"_blank" style=3D"text-decoratio=
n: none;" cdlinkrefidmso=3D"10_1">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/squircle/full/twitte=
r.png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AM=
zA%3A%3AaHR0cHM6Ly93d3cueW91dHViZS5jb20vcG93ZXJ0b2RlY2lkZT9fY2xkZWU9WW1sbmF=
tRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LT=
U5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWM3OTU1YmEwOTNlOTQ5ODZiYjMwMTIyY=
jA5MTRmMDcwJmVzaWQ9NjZmZDIxNDAtOWFkNC1lOTExLWE5OTMtMDAwZDNhM2FjNzI2&K=3DpHT=
34Gjeoflg3SKQ1UlsVg" title=3D"Youtube" target=3D"_blank" style=3D"text-deco=
ration: none;" cdlinkrefidmso=3D"10_2">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/squircle/full/youtub=
e.png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AM=
zE%3A%3AaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9wb3dlcnRvZGVjaWRlLz9fY2xkZWU9WW1=
sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YW=
N0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWM3OTU1YmEwOTNlOTQ5ODZiYjMwM=
TIyYjA5MTRmMDcwJmVzaWQ9NjZmZDIxNDAtOWFkNC1lOTExLWE5OTMtMDAwZDNhM2FjNzI2&K=
=3DwQLDvvbiRyA5YS-8RgBZLw" title=3D"Instagram" target=3D"_blank" style=3D"t=
ext-decoration: none;" cdlinkrefidmso=3D"10_3">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/squircle/full/instag=
ram.png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AM=
zI%3A%3AaHR0cHM6Ly93d3cubGlua2VkaW4uY29tL2NvbXBhbnkvcG93ZXItdG8tZGVjaWRlLz9=
fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbn=
RpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWM3OTU1YmEwOTNlO=
TQ5ODZiYjMwMTIyYjA5MTRmMDcwJmVzaWQ9NjZmZDIxNDAtOWFkNC1lOTExLWE5OTMtMDAwZDNh=
M2FjNzI2&K=3D7c1Vida_YsZO15Sz2Q2rHg" title=3D"Linkedin" target=3D"_blank" s=
tyle=3D"text-decoration: none;" cdlinkrefidmso=3D"10_4">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/squircle/full/linked=
in.png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AM=
zM%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9kb25hdGU_dXRtX3NvdXJjZT1FbWFpbCU=
yMEZvb3RlciZ1dG1fbWVkaXVtPUVtYWlsJnV0bV9jYW1wYWlnbj1HZW5lcmFsJl9jbGRlZT1ZbW=
xuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY=
3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzc5NTViYTA5M2U5NDk4NmJiMzAx=
MjJiMDkxNGYwNzAmZXNpZD02NmZkMjE0MC05YWQ0LWU5MTEtYTk5My0wMDBkM2EzYWM3MjY&K=
=3DyY_vEptGSr3qp68lkcqPqA" title=3D"Custom" target=3D"_blank" style=3D"text=
-decoration: none;" cdlinkrefidmso=3D"10_5">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
mensions.com/powertodecideorg-axals/images/social-links/donateicon.png?m=3D=
6/17/2019%205:37:04%20PM">
</a>
</span>
</td></tr></table><![endif]--> <!--[if !mso]><!--> <span=
style=3D"display: inline-block;">
<a href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AMzQ%3=
A%3AaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL1Bvd2VyVG9EZWNpZGUvP19jbGRlZT1ZbWxuYW1=
GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNT=
k3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzc5NTViYTA5M2U5NDk4NmJiMzAxMjJiM=
DkxNGYwNzAmZXNpZD02NmZkMjE0MC05YWQ0LWU5MTEtYTk5My0wMDBkM2EzYWM3MjY&K=3Dbg5F=
qOgOr-H3Zo_I4kD9cg" title=3D"Facebook" target=3D"_blank" style=3D"text-deco=
ration: none;" cdlinkrefid=3D"10_0">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/squircle/full/facebo=
ok.png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AMzU%3=
A%3AaHR0cHM6Ly90d2l0dGVyLmNvbS9wb3dlcnRvZGVjaWRlP19jbGRlZT1ZbWxuYW1GamF5NWl=
kV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NT=
dkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzc5NTViYTA5M2U5NDk4NmJiMzAxMjJiMDkxNGYwN=
zAmZXNpZD02NmZkMjE0MC05YWQ0LWU5MTEtYTk5My0wMDBkM2EzYWM3MjY&K=3DRyLBZK9fzjCO=
A0rp_NdUXQ" title=3D"Twitter" target=3D"_blank" style=3D"text-decoration: n=
one;" cdlinkrefid=3D"10_1">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/squircle/full/twitte=
r.png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AMzY%3=
A%3AaHR0cHM6Ly93d3cueW91dHViZS5jb20vcG93ZXJ0b2RlY2lkZT9fY2xkZWU9WW1sbmFtRmp=
heTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5Nz=
BmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWM3OTU1YmEwOTNlOTQ5ODZiYjMwMTIyYjA5M=
TRmMDcwJmVzaWQ9NjZmZDIxNDAtOWFkNC1lOTExLWE5OTMtMDAwZDNhM2FjNzI2&K=3DSoiJSbn=
F921FT3FzsGW2vA" title=3D"Youtube" target=3D"_blank" style=3D"text-decorati=
on: none;" cdlinkrefid=3D"10_2">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/squircle/full/youtub=
e.png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AMzc%3=
A%3AaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9wb3dlcnRvZGVjaWRlLz9fY2xkZWU9WW1sbmF=
tRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LT=
U5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWM3OTU1YmEwOTNlOTQ5ODZiYjMwMTIyY=
jA5MTRmMDcwJmVzaWQ9NjZmZDIxNDAtOWFkNC1lOTExLWE5OTMtMDAwZDNhM2FjNzI2&K=3D8I0=
Rf_2iSZ_45H0zukKjkQ" title=3D"Instagram" target=3D"_blank" style=3D"text-de=
coration: none;" cdlinkrefid=3D"10_3">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/squircle/full/instag=
ram.png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AMzg%3=
A%3AaHR0cHM6Ly93d3cubGlua2VkaW4uY29tL2NvbXBhbnkvcG93ZXItdG8tZGVjaWRlLz9fY2x=
kZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD=
1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWM3OTU1YmEwOTNlOTQ5O=
DZiYjMwMTIyYjA5MTRmMDcwJmVzaWQ9NjZmZDIxNDAtOWFkNC1lOTExLWE5OTMtMDAwZDNhM2Fj=
NzI2&K=3DEb9QGqt63bKkE6BF0UAtBA" title=3D"Linkedin" target=3D"_blank" style=
=3D"text-decoration: none;" cdlinkrefid=3D"10_4">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/squircle/full/linked=
in.png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE0ZjA3MA%3AZmFsc2U%3AMzk%3=
A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9kb25hdGU_dXRtX3NvdXJjZT1FbWFpbCUyMEZ=
vb3RlciZ1dG1fbWVkaXVtPUVtYWlsJnV0bV9jYW1wYWlnbj1HZW5lcmFsJl9jbGRlZT1ZbWxuYW=
1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtN=
Tk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzc5NTViYTA5M2U5NDk4NmJiMzAxMjJi=
MDkxNGYwNzAmZXNpZD02NmZkMjE0MC05YWQ0LWU5MTEtYTk5My0wMDBkM2EzYWM3MjY&K=3D04F=
S9X9Zzxsfwm0MCTAf3Q" title=3D"Custom" target=3D"_blank" style=3D"text-decor=
ation: none;" cdlinkrefid=3D"10_5">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
mensions.com/powertodecideorg-axals/images/social-links/donateicon.png?m=3D=
6/17/2019%205:37:04%20PM">
</a>
</span><!--<![endif]-->
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div><!--[if mso]></td><![endif]-->
<!--[if mso]>
</tr>
</table>
<![endif]-->
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
<!-- Email Section : END -->
</td>
</tr><tr class=3D"section-block">
<td align=3D"center" height=3D"100%" valign=3D"top"=
width=3D"100%" style=3D" ">
<!-- Email Section : BEGIN -->
<!--[if mso]>
<table role=3D"presentation" border=3D"0" cell=
spacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"600">
<tr>
<td align=3D"center" valign=3D"top" width=
=3D"600">
<![endif]-->
<table id=3D"17" role=3D"presentation" border=
=3D"0" cellpadding=3D"0" cellspacing=3D"0" align=3D"center" width=3D"100%" =
style=3D"max-width:600px;">
<tbody>
<tr>
<td valign=3D"top" width=3D"100%" s=
tyle=3D"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-r=
ight: 0px; background-color: #ffffff;; font-size: 0;">
<!--[if mso]>
<table role=3D"presentation" borde=
r=3D"0" cellspacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"600px=
" style=3D"table-layout:fixed; border-collapse: collapse; mso-table-lspace:=
0; mso-table-rspace:0;" cellpadding=3D"0" cellspacing=3D"0" >
<tr>
<![endif]-->
<!--[if mso]><td align=3D"left" val=
ign=3D"top" width=3D"600px"><![endif]--><div style=3D"overflow: visible!imp=
ortant; display: inline-block; width:600px; max-width:600px; min-width:600p=
x; vertical-align:top;" class=3D"stack-column">
<table role=3D"presentation" cellspaci=
ng=3D"0" cellpadding=3D"0" border=3D"0" width=3D"100%">
<tbody>
<tr>
<td style=3D"padding-top: 0=
px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
<table role=3D"presenta=
tion" cellspacing=3D"0" cellpadding=3D"0" border=3D"0" width=3D"600px" sty=
le=3D"table-layout: fixed; width: 600px;" >
<tbody>
<tr>
<td width=3D"564" class=3D"text-block-container" =
style=3D"box-sizing: border-box;white-space: normal;font-family:Arial,Helve=
tica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break=
-word !important; white-space: normal; padding-top: 9px; padding-bottom: 9=
px; padding-left: 18px; padding-right: 18px;"><p style=3D"text-align:left;f=
ont-family:Arial;font-size:11px;color:#505050;letter-spacing:0px;line-heigh=
t:1.2;margin:0;word-wrap:break-word !important;font-weight:normal;font-styl=
e:normal;text-decoration: none"><span style=3D"font-family:Verdana">=C2=A92=
019, Power to Decide, the campaign to prevent unplanned pregnancy</span></p=
>

<p style=3D"text-align:left;font-family:Arial;font-size:11px;color:#505050;=
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=3D=
"font-family:Verdana">1776 Massachusetts Ave., NW, Suite 200, Washington, D=
C 20036</span></p>

<p style=3D"text-align:left;font-family:Arial;font-size:11px;color:#505050;=
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=3D=
"font-family:Verdana">ph: (202) 478-8500. fax: (202) 478-8588.</span></p>

<p style=3D"text-align:left;font-family:Arial;font-size:11px;color:#505050;=
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=3D=
"font-family:Verdana"><a cd-link-manager-tab=3D"1" href=3D"[link removed]
ertodecide.org/c/4/?T=3DNTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAyYzQzOThiM=
jFkZmZjZjNhYjQ0YmQ3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcw=
Zjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMDEyMmIwOTE=
0ZjA3MA%3AZmFsc2U%3ANDA%3A%3AaHR0cHM6Ly93d3cucG93ZXJ0b2RlY2lkZS5vcmcvP19jbG=
RlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkP=
WNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzc5NTViYTA5M2U5NDk4=
NmJiMzAxMjJiMDkxNGYwNzAmZXNpZD02NmZkMjE0MC05YWQ0LWU5MTEtYTk5My0wMDBkM2EzYWM=
3MjY&K=3DNKBHBFIanXBcLJx7_Pu4oA" target=3D"_blank" style=3D"color: rgb(0, 1=
27, 183); text-decoration: none;"><span style=3D"color:#007fb7"><u>www.Powe=
rtoDecide.org</u></span></a></span></p>

<p style=3D"text-align:left;font-family:Arial;font-size:11px;color:#505050;=
letter-spacing:0px;line-height:1.2;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>

<p style=3D"text-align:left;font-family:Arial;font-size:11px;color:#505050;=
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=3D=
"font-family:Verdana">Click <a cd-link-manager-tab=3D"5" href=3D"[link removed]
tg.powertodecide.org/uu/2/1cla%3ANTg0Njg4MzE%3AMDItYjE5MjU0LWUxMDVlMmFmZjAy=
YzQzOThiMjFkZmZjZjNhYjQ0YmQ3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGF=
jdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jNzk1NWJhMDkzZTk0OTg2YmIzMD=
EyMmIwOTE0ZjA3MA%3An%3An%3AydFvy-0W3PehsmciPaIyaQ" link-metadata=3D"GlobalU=
nsubscribe" style=3D"color: rgb(0, 127, 183); text-decoration: none;"><span=
style=3D"color:#007fb7"><u>here</u></span></a> to unsubscribe or to change=
your Subscription Preferences.</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>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</center>
</body>
</html>
</html>
------=_Part_31828853_754850174.1568211925261--
Screenshot of the email generated on import

Message Analysis