------=_Part_402254217_1515036136.1586196292324
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; font-size:0.1px; color:white; 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; font-size:0.1px; color: white; heigh=
t: 0; width: 0;'>News from Power to Decide =
=
</span><img src=3D"[link removed]
nME5qZzRNekU6TURJdFlqSXdNRGszTFdKall6STBNRGRpWkRZeE16UTFZVGhpWldRNE9HSTJOVF=
poTldReU5EZzM6WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUTpZMjl1ZEdGamRDM=
DFPVGN3WmpjMU4yUXdZVGhsT1RFeFlUazROVEF3TUdRellUTmhZMkZtWkMwNVl6TTVNR1UxTm1K=
a1l6VTBNREF5T0RobVpqQmhOamsyWW1JNU1XUTFOdw/OkElckWxxURISf3jRWfnxw" width=3D=
"1" height=3D"1" /><img src=3D"[link removed]
zRNekU6TURJdFlqSXdNRGszTFdKall6STBNRGRpWkRZeE16UTFZVGhpWldRNE9HSTJOVFpoTldR=
eU5EZzM6WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUTpZMjl1ZEdGamRDMDFPVGN=
3WmpjMU4yUXdZVGhsT1RFeFlUazROVEF3TUdRellUTmhZMkZtWkMwNVl6TTVNR1UxTm1Ka1l6VT=
BNREF5T0RobVpqQmhOamsyWW1JNU1XUTFOdw/OkElckWxxURISf3jRWfnxw" width=3D"1" he=
ight=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"36" 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-b20097-bcc2407bd61345a8bed88b656a5d2487/4/531/1d333cde-a73c-4b9e-a0=
17-33ffbb0528ee" 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"37" 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/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZh=
NWQyNDg3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYTh=
lOTExYTk4NTAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZ=
mFsc2U%3AMA%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9jb250YWN0LXVzP19jbGRlZT=
1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvb=
nRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtOWMzOTBlNTZiZGM1NDAwMjg4=
ZmYwYTY5NmJiOTFkNTcmZXNpZD02ODkwZDE3NS0xNjc4LWVhMTEtYTgxMS0wMDBkM2EzMDAyMmE=
&K=3DNoE7i0-sxdbfyGY0_fdwMQ" title=3D"[link removed]"=
target=3D"_blank" cdlinkrefidmso=3D"20" ><img class=3D"desktop-version c=
enter-on-narrow cd-image" height=3D"auto" width=3D"35.99290780141844%" styl=
e=3D"vertical-align: middle;" src=3D"[link removed]
todecideorg-axals/files/pulse.png" alt=3D"Power to Decide Pulse logo" titl=
e=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%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3=
%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk=
4NTAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3=
AMQ%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9jb250YWN0LXVzP19jbGRlZT1ZbWxuYW=
1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtN=
Tk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtOWMzOTBlNTZiZGM1NDAwMjg4ZmYwYTY5=
NmJiOTFkNTcmZXNpZD02ODkwZDE3NS0xNjc4LWVhMTEtYTgxMS0wMDBkM2EzMDAyMmE&K=3DUaM=
QKDpKQ8dCIvYtTyJ4ig" title=3D"[link removed]" target=
=3D"_blank" cdlinkrefid=3D"20" ><img class=3D"desktop-version center-on-n=
arrow cd-image" height=3D"auto" width=3D"35.99290780141844%" style=3D"verti=
cal-align: middle;" src=3D"[link removed]
g-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/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZh=
NWQyNDg3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYTh=
lOTExYTk4NTAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZ=
mFsc2U%3AMg%3A%3AaHR0cHM6Ly93d3cucG93ZXJ0b2RlY2lkZS5vcmc_X2NsZGVlPVltbG5hbU=
ZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01O=
TcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2=
YmI5MWQ1NyZlc2lkPTY4OTBkMTc1LTE2NzgtZWExMS1hODExLTAwMGQzYTMwMDIyYQ&K=3Dq8nv=
L1gs-Kn9sQ5ePfl-lQ" title=3D"[link removed]" target=3D"_blan=
k" cdlinkrefidmso=3D"21" ><img class=3D"desktop-version center-on-narrow =
cd-image" height=3D"214" width=3D"564" style=3D"vertical-align: middle;" sr=
c=3D"[link removed]
tych_newsletter_003.jpg" alt=3D"Picture Collage Power to Decide" title=3D"=
Picture 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%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3=
%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk=
4NTAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3=
AMw%3A%3AaHR0cHM6Ly93d3cucG93ZXJ0b2RlY2lkZS5vcmc_X2NsZGVlPVltbG5hbUZqYXk1aW=
RXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N=
2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1=
NyZlc2lkPTY4OTBkMTc1LTE2NzgtZWExMS1hODExLTAwMGQzYTMwMDIyYQ&K=3DihWH4xSmDA9v=
tV-iXDLxTw" title=3D"[link removed]" target=3D"_blank" cdl=
inkrefid=3D"21" ><img class=3D"desktop-version center-on-narrow cd-image" h=
eight=3D"214" width=3D"564" style=3D"vertical-align: middle;" src=3D"http:/=
/files.clickdimensions.com/powertodecideorg-axals/files/herotriptych_newsle=
tter_003.jpg" alt=3D"Picture Collage Power to Decide" title=3D"Picture Col=
lage 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%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AN=
A%3A%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFz=
cHg_ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZ=
ibk11WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGcl=
BXRjRRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TVNaZmJYTm5QUSUzR=
CUzRCZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtOWMzOTBl=
NTZiZGM1NDAwMjg4ZmYwYTY5NmJiOTFkNTcmX2VzPTY4OTBkMTc1LTE2NzgtZWExMS1hODExLTA=
wMGQzYTMwMDIyYSZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZC=
UzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkL=
TljMzkwZTU2YmRjNTQwMDI4OGZmMGE2OTZiYjkxZDU3JmVzaWQ9Njg5MGQxNzUtMTY3OC1lYTEx=
LWE4MTEtMDAwZDNhMzAwMjJh&K=3DAlkfcmA5CfmNWasG7gah3g" title=3D"Facebook" tar=
get=3D"_blank" style=3D"text-decoration: none;" cdlinkrefidmso=3D"22_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%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AN=
Q%3A%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFz=
cHg_ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZ=
ibk11WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGcl=
BXRjRRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TXlaZmJYTm5QUSUzR=
CUzRCZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtOWMzOTBl=
NTZiZGM1NDAwMjg4ZmYwYTY5NmJiOTFkNTcmX2VzPTY4OTBkMTc1LTE2NzgtZWExMS1hODExLTA=
wMGQzYTMwMDIyYSZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZC=
UzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkL=
TljMzkwZTU2YmRjNTQwMDI4OGZmMGE2OTZiYjkxZDU3JmVzaWQ9Njg5MGQxNzUtMTY3OC1lYTEx=
LWE4MTEtMDAwZDNhMzAwMjJh&K=3DT2tAvjWZ6vmTkByXfCyATQ" title=3D"Twitter" targ=
et=3D"_blank" style=3D"text-decoration: none;" cdlinkrefidmso=3D"22_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%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AN=
g%3A%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFz=
cHg_ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZ=
ibk11WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGcl=
BXRjRRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TWlaZmJYTm5QUSUzR=
CUzRCZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtOWMzOTBl=
NTZiZGM1NDAwMjg4ZmYwYTY5NmJiOTFkNTcmX2VzPTY4OTBkMTc1LTE2NzgtZWExMS1hODExLTA=
wMGQzYTMwMDIyYSZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZC=
UzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkL=
TljMzkwZTU2YmRjNTQwMDI4OGZmMGE2OTZiYjkxZDU3JmVzaWQ9Njg5MGQxNzUtMTY3OC1lYTEx=
LWE4MTEtMDAwZDNhMzAwMjJh&K=3DilZagPnsPLXjfCV4hPAJtg" title=3D"LinkedIn" tar=
get=3D"_blank" style=3D"text-decoration: none;" cdlinkrefidmso=3D"22_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%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3ANw%3A=
%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFzcHg_=
ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZibk1=
1WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGclBXRj=
RRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TVNaZmJYTm5QUSUzRCUzR=
CZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtOWMzOTBlNTZi=
ZGM1NDAwMjg4ZmYwYTY5NmJiOTFkNTcmX2VzPTY4OTBkMTc1LTE2NzgtZWExMS1hODExLTAwMGQ=
zYTMwMDIyYSZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZC=
ZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTljM=
zkwZTU2YmRjNTQwMDI4OGZmMGE2OTZiYjkxZDU3JmVzaWQ9Njg5MGQxNzUtMTY3OC1lYTExLWE4=
MTEtMDAwZDNhMzAwMjJh&K=3D4O-uOqP_W7NahKgA0vlZ7A" title=3D"Facebook" target=
=3D"_blank" style=3D"text-decoration: none;" cdlinkrefid=3D"22_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%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AOA%3A=
%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFzcHg_=
ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZibk1=
1WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGclBXRj=
RRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TXlaZmJYTm5QUSUzRCUzR=
CZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtOWMzOTBlNTZi=
ZGM1NDAwMjg4ZmYwYTY5NmJiOTFkNTcmX2VzPTY4OTBkMTc1LTE2NzgtZWExMS1hODExLTAwMGQ=
zYTMwMDIyYSZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZC=
ZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTljM=
zkwZTU2YmRjNTQwMDI4OGZmMGE2OTZiYjkxZDU3JmVzaWQ9Njg5MGQxNzUtMTY3OC1lYTExLWE4=
MTEtMDAwZDNhMzAwMjJh&K=3DeM9bFor3ZfdzoKqETtcaGg" title=3D"Twitter" target=
=3D"_blank" style=3D"text-decoration: none;" cdlinkrefid=3D"22_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%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AOQ%3A=
%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFzcHg_=
ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZibk1=
1WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGclBXRj=
RRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TWlaZmJYTm5QUSUzRCUzR=
CZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtOWMzOTBlNTZi=
ZGM1NDAwMjg4ZmYwYTY5NmJiOTFkNTcmX2VzPTY4OTBkMTc1LTE2NzgtZWExMS1hODExLTAwMGQ=
zYTMwMDIyYSZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZC=
ZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTljM=
zkwZTU2YmRjNTQwMDI4OGZmMGE2OTZiYjkxZDU3JmVzaWQ9Njg5MGQxNzUtMTY3OC1lYTExLWE4=
MTEtMDAwZDNhMzAwMjJh&K=3DhT_eP8YspKEjGknI384bCA" title=3D"LinkedIn" target=
=3D"_blank" style=3D"text-decoration: none;" cdlinkrefid=3D"22_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"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: 20px; padding-bottom: =
20px; padding-left: 20px; padding-right: 20px;"><p style=3D"font-family:Ari=
al;font-size:11px;color:#505050;letter-spacing:0px;line-height:1.2;text-ali=
gn:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-st=
yle:normal;text-decoration: none"><span style=3D"font-size:14px"><span styl=
e=3D"font-family:Verdana">I hope that you and your loved ones are staying h=
ealthy and safe. These times are unquestionably tumultuous and unsettling. =
Most of you are sheltering in place with your loved ones, including the you=
ng people in your life. Given our newfound togetherness, it just might be t=
he perfect time to start conversations with the young people about sex, lov=
e, relationships, and their futures. If you want some tips about how to jum=
pstart the conversation take a look at our <a cd-link-manager-tab=3D"1" hre=
f=3D"[link removed]
YzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNv=
bQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYz=
U0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AMTA%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVja=
WRlLm9yZy9zZXh1YWwtaGVhbHRoL3Jlc291cmNlcy1mb3ItcGFyZW50cy1jaGFtcGlvbnMtbWVu=
dG9ycy90YWxraW5naXNwb3dlcj9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0x=
tTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZD=
NhM2FjYWZkLTljMzkwZTU2YmRjNTQwMDI4OGZmMGE2OTZiYjkxZDU3JmVzaWQ9Njg5MGQxNzUtM=
TY3OC1lYTExLWE4MTEtMDAwZDNhMzAwMjJh&K=3DieCk5Mh_399VDMKldF0cXA" target=3D"_=
blank" style=3D"color: #0c00ff; text-decoration: none;">Talking Is Power</a=
> resources.=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">An additional thought:=
we all know that too many are struggling as a result of COVID-19. If you a=
re feeling grateful about your own circumstances and want to help others in=
need, please consider <a cd-link-manager-tab=3D"1" href=3D"[link removed]
wertodecide.org/c/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThi=
ZWQ4OGI2NTZhNWQyNDg3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTc=
wZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2Ym=
I5MWQ1Nw%3AZmFsc2U%3AMTE%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9jYWZkb25hd=
GU_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBp=
ZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC05YzM5MGU1NmJ=
kYzU0MDAyODhmZjBhNjk2YmI5MWQ1NyZlc2lkPTY4OTBkMTc1LTE2NzgtZWExMS1hODExLTAwMG=
QzYTMwMDIyYQ&K=3D6eHd6JILdyrujgfWoswTpA" target=3D"_blank" style=3D"color: =
#0c00ff; text-decoration: none;">donating to our Contraceptive Access Fund<=
/a>. Our fund helps those without access the ability to get the birth contr=
ol they need and deserve.</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/ginnyehrlichsignaturecropped356d2f9b.jpg?m=3D9/19/2019%=
202:12:59%20PM" style=3D"vertical-align: text-bottom; border-color: #000000=
;" 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"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">CEO, Power to Decide</=
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: 20px; padding-bottom: =
20px; 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: #000000;
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><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">Family Plannin=
g in the Time of The Coronavirus</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"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">How is coronavirus imp=
acting people=E2=80=99s ability to access birth control? Contraceptive acce=
ss, like many other necessities, can be much more difficult than it already=
is for many people hit hard by the economic impacts of this pandemic. <a c=
d-link-manager-tab=3D"1" href=3D"[link removed]
g0Njg4MzE%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3AYmln=
amFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMG=
QzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AMTI%3A=
%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9uZXdzL2ZhbWlseS1wbGFubmluZy10aW1lLWNv=
cm9uYXZpcnVzP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTN=
kJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtOW=
MzOTBlNTZiZGM1NDAwMjg4ZmYwYTY5NmJiOTFkNTcmZXNpZD02ODkwZDE3NS0xNjc4LWVhMTEtY=
TgxMS0wMDBkM2EzMDAyMmE&K=3DYcMFeL7qlp0qzvv0gFwzzw" target=3D"_blank" style=
=3D"color: #0c00ff; text-decoration: none;">Learn three ways</a> you can he=
lp people get birth control now.=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">Also, if you, a friend=
, family member, or patient are still uninsured, 12 states (as of March 25,=
2020) have announced a special enrollment period for those without coverag=
e to find it. <a cd-link-manager-tab=3D"1" href=3D"[link removed]
de.org/c/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2N=
TZhNWQyNDg3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2Qw=
YThlOTExYTk4NTAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%=
3AZmFsc2U%3AMTM%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9uZXdzLzEyLXN0YXRlcy=
1hcmUtc3RhcnRpbmctc3BlY2lhbC1lbnJvbGxtZW50LXBlcmlvZD9fY2xkZWU9WW1sbmFtRmphe=
TVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBm=
NzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTljMzkwZTU2YmRjNTQwMDI4OGZmMGE2OTZiYjk=
xZDU3JmVzaWQ9Njg5MGQxNzUtMTY3OC1lYTExLWE4MTEtMDAwZDNhMzAwMjJh&K=3DG0WCs0_sq=
8ENtC7Hd-nnvA" target=3D"_blank" style=3D"color: #0c00ff; text-decoration: =
none;">Learn which states in this blog</a>, and check back if your state is=
n=E2=80=99t listed as we are updating as new states announce their plans.=
=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">Start Early. T=
alk Often.=C2=A0</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"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">Get ready because in M=
ay we celebrate Talking is Power month, a national effort to spark meaningf=
ul conversations between young people and the champions in their lives. Eve=
ry year, we create conversation tips and question prompts for teens and the=
ir parents and champions. We also share personal stories and discussion gui=
des to help ease the way. We encourage productive, non-judgmental conversat=
ions about sex, love, relationships, and ultimately contraception. <a cd-li=
nk-manager-tab=3D"1" href=3D"[link removed]
g4MzE%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3AYmlnamFj=
ay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYT=
NhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AMTQ%3A%3Aa=
HR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9zZXh1YWwtaGVhbHRoL3Jlc291cmNlcy1mb3ItcGFy=
ZW50cy1jaGFtcGlvbnMtbWVudG9ycy90YWxraW5naXNwb3dlcj9fY2xkZWU9WW1sbmFtRmpheTV=
pZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNz=
U3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTljMzkwZTU2YmRjNTQwMDI4OGZmMGE2OTZiYjkxZ=
DU3JmVzaWQ9Njg5MGQxNzUtMTY3OC1lYTExLWE4MTEtMDAwZDNhMzAwMjJh&K=3DX47AgZXd91m=
RPYW1CcSKkg" target=3D"_blank" style=3D"color: #0c00ff; text-decoration: no=
ne;">Learn more about the #TalkingIsPower movement</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"><img class=3D"=
ck-editor-embedded-image" src=3D"[link removed]
cideorg-axals/files/acahbd2.png?m=3D4/6/2020%203:18:38%20PM" style=3D"verti=
cal-align: text-bottom; border-color: rgb(0, 0, 0); width: 500px; height: 5=
00px;" width=3D"500" height=3D"500"></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">Happy Birthday=
, ACA</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"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">The coronavirus, COVID=
-19, has put a spotlight on the importance and need for a well-functioning =
public health system and <a cd-link-manager-tab=3D"1" href=3D"[link removed]
powertodecide.org/c/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YT=
hiZWQ4OGI2NTZhNWQyNDg3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01O=
TcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2=
YmI5MWQ1Nw%3AZmFsc2U%3AMTU%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy93aGF0LXd=
lLWRvL2luZm9ybWF0aW9uL3Jlc291cmNlLWxpYnJhcnkvaGlzdG9yaWMtaW1wcm92ZW1lbnRzLX=
dvbWVucy1oZWFsdGgtYW5kLXdlbGwtYmVpbmc_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyU=
UdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTEx=
YTk4NTAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1NyZlc2lkPTY=
4OTBkMTc1LTE2NzgtZWExMS1hODExLTAwMGQzYTMwMDIyYQ&K=3DZ_QXKl9phu_cvYsPGWsBGQ"=
target=3D"_blank" style=3D"color: #0c00ff; text-decoration: none;">health =
care access for all</a>. Ten years ago, the Affordable Care Act (ACA) was a=
n important first step toward that goal, especially since it provided milli=
ons more with health insurance. <a cd-link-manager-tab=3D"1" href=3D"http:/=
/mrktg.powertodecide.org/c/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMDk3LWJjYzI0MDdiZDY=
xMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udG=
FjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZ=
jBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AMTY%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9u=
ZXdzLzUtcmVhc29ucy13aXNoLWFjYS1oYXBweS1iaXJ0aGRheT9fY2xkZWU9WW1sbmFtRmpheTV=
pZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNz=
U3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTljMzkwZTU2YmRjNTQwMDI4OGZmMGE2OTZiYjkxZ=
DU3JmVzaWQ9Njg5MGQxNzUtMTY3OC1lYTExLWE4MTEtMDAwZDNhMzAwMjJh&K=3DGcO-jdBLffq=
IJYTzXrV7Og" target=3D"_blank" style=3D"color: #0c00ff; text-decoration: no=
ne;">Read this blog</a> to see five big gains for women=E2=80=99s physical =
and economic health made possible due to the ACA.</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">Recapping Our =
Shared Learning Collaborative Convening</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"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">The first convening of=
the Reproductive Well-Being Shared Learning Collaborative took place on Ma=
rch 3-5, in Arlington, Virginia. Eight teams from across the US gathered to=
learn about Reproductive Well-Being, systems change work, and creating an =
action plan for change in their community. The multi-sectoral teams will us=
e their knowledge and expertise over the next three years to advance Reprod=
uctive Well-Being in their community.</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">2020 Teen Preg=
nancy Prevention Innovation Summit Update</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"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">Due to COVID-19, the T=
een Pregnancy Prevention Innovation Summit scheduled for May 13=E2=80=9314,=
2020, in Austin, TX has been cancelled. If you have already registered for=
this event, your registration will be cancelled, and you will receive a fu=
ll refund for your registration costs. If you have any questions, please em=
ail <a cd-link-manager-tab=3D"2" href=3D"mailto:
[email protected]" target=3D"_b=
lank" style=3D"color: #0c00ff; text-decoration: none;">
[email protected]</a> or=
<a cd-link-manager-tab=3D"2" href=3D"mailto:
[email protected]" ta=
rget=3D"_blank" style=3D"color: #0c00ff; text-decoration: none;">saxelson@p=
owertodecide.org</a>.=C2=A0</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: 20px; padding-bottom: =
20px; 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: #000000;
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><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: 20px; padding-bottom: =
20px; padding-left: 20px; padding-right: 20px;"><p style=3D"font-family:Ari=
al;font-size:11px;color:#505050;letter-spacing:0px;line-height:1.2;text-ali=
gn:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-st=
yle:normal;text-decoration: none"><span style=3D"font-size:17px"><span styl=
e=3D"font-family:Verdana"><span style=3D"color:#2889e9">POLICY UPDATES</spa=
n></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">We are continuing to r=
elease our state-specific fact sheets detailing the contraceptive landscape=
. Each one highlights the state=E2=80=99s contraceptive deserts and what po=
licies the state has enacted in order to increase contraceptive access. The=
y also describe the impact of Title X services in the state or the direct i=
mpact of the Title X domestic gag rule in states affected by it. You can fi=
nd the fact sheets <a cd-link-manager-tab=3D"1" href=3D"[link removed]
odecide.org/c/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4=
OGI2NTZhNWQyNDg3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc=
1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MW=
Q1Nw%3AZmFsc2U%3AMTc%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy93aGF0LXdlLWRvL=
2FjY2Vzcy9zdGF0ZS1wb2xpY3k_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNM=
bU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQ=
zYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1NyZlc2lkPTY4OTBkMTc1LT=
E2NzgtZWExMS1hODExLTAwMGQzYTMwMDIyYQ&K=3Dt6KAsNuJUHwBXtgWI74eRA" target=3D"=
_blank" style=3D"color: #0c00ff; text-decoration: none;">here</a>, and make=
sure to check back regularly as we add more states.=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">New State Leve=
l Resources=C2=A0</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"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">We=E2=80=99ve have jus=
t made it easier for you to find state-by-state data and policies that supp=
ort reproductive well-being. Our new, =E2=80=9Cone stop shop=E2=80=9D page =
includes state-level data on key indicators and contraceptive access. In ad=
dition, it includes shareable state-level facts sheets on contraceptive lan=
dscape, key policies, and unplanned pregnancy and sexual behavior indicator=
s. <a cd-link-manager-tab=3D"1" href=3D"[link removed]
?T=3DNTg0Njg4MzE%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3=
%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk=
4NTAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3=
AMTg%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy93aGF0LXdlLWRvL2luZm9ybWF0aW9uL=
3Jlc291cmNlLWxpYnJhcnkvc3RhdGUtc3BlY2lmaWMtcmVzb3VyY2VzP19jbGRlZT1ZbWxuYW1G=
amF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk=
3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtOWMzOTBlNTZiZGM1NDAwMjg4ZmYwYTY5Nm=
JiOTFkNTcmZXNpZD02ODkwZDE3NS0xNjc4LWVhMTEtYTgxMS0wMDBkM2EzMDAyMmE&K=3Dx8CG9=
k5bzDzdaD_IQ04Qtw" target=3D"_blank" style=3D"color: #0c00ff; text-decorati=
on: none;">Check it out</a>!=C2=A0</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: 20px; padding-bottom: =
20px; 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: #000000;
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><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: 20px; padding-bottom: =
20px; padding-left: 20px; padding-right: 20px;"><p style=3D"font-family:Ari=
al;font-size:11px;color:#505050;letter-spacing:0px;line-height:1.2;text-ali=
gn:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-st=
yle:normal;text-decoration: none"><span style=3D"font-size:17px"><span styl=
e=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]
IwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3AYmlnamFjay5idWx3YXJrQG=
dtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC05YzM5=
MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AMTk%3A%3AaHR0cHM6Ly9wb3d=
lcnRvZGVjaWRlLm9yZy9uZXdzL21hcmNoLTIwMjAtcG93ZXItdXBkYXRlcy1lZGl0aW9uP19jbG=
RlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkP=
WNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtOWMzOTBlNTZiZGM1NDAw=
Mjg4ZmYwYTY5NmJiOTFkNTcmZXNpZD02ODkwZDE3NS0xNjc4LWVhMTEtYTgxMS0wMDBkM2EzMDA=
yMmE&K=3DkFFhwg8aAGf8lWEcNP5mjQ" target=3D"_blank" style=3D"color: #0c00ff;=
text-decoration: none;">Click here</a> to see the top publications and art=
icles on sexual health published in the last month.</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"38" 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%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AM=
jA%3A%3AaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL1Bvd2VyVG9EZWNpZGUvP19jbGRlZT1ZbWx=
uYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3=
QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtOWMzOTBlNTZiZGM1NDAwMjg4ZmYwY=
TY5NmJiOTFkNTcmZXNpZD02ODkwZDE3NS0xNjc4LWVhMTEtYTgxMS0wMDBkM2EzMDAyMmE&K=3D=
9C0eiTcntS74rhPIE1srjw" title=3D"Facebook" target=3D"_blank" style=3D"text-=
decoration: none;" cdlinkrefidmso=3D"32_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%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AM=
jE%3A%3AaHR0cHM6Ly90d2l0dGVyLmNvbS9wb3dlcnRvZGVjaWRlP19jbGRlZT1ZbWxuYW1GamF=
5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MG=
Y3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtOWMzOTBlNTZiZGM1NDAwMjg4ZmYwYTY5NmJiO=
TFkNTcmZXNpZD02ODkwZDE3NS0xNjc4LWVhMTEtYTgxMS0wMDBkM2EzMDAyMmE&K=3D8iNRrrQf=
ejBonut7t8ky0w" title=3D"Twitter" target=3D"_blank" style=3D"text-decoratio=
n: none;" cdlinkrefidmso=3D"32_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%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AM=
jI%3A%3AaHR0cHM6Ly93d3cueW91dHViZS5jb20vcG93ZXJ0b2RlY2lkZT9fY2xkZWU9WW1sbmF=
tRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LT=
U5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTljMzkwZTU2YmRjNTQwMDI4OGZmMGE2O=
TZiYjkxZDU3JmVzaWQ9Njg5MGQxNzUtMTY3OC1lYTExLWE4MTEtMDAwZDNhMzAwMjJh&K=3DAfo=
yZC6XcqitV0ny9D8k7w" title=3D"Youtube" target=3D"_blank" style=3D"text-deco=
ration: none;" cdlinkrefidmso=3D"32_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%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AM=
jM%3A%3AaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9wb3dlcnRvZGVjaWRlLz9fY2xkZWU9WW1=
sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YW=
N0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTljMzkwZTU2YmRjNTQwMDI4OGZmM=
GE2OTZiYjkxZDU3JmVzaWQ9Njg5MGQxNzUtMTY3OC1lYTExLWE4MTEtMDAwZDNhMzAwMjJh&K=
=3Dmves4t2RvMKMa6aF2aMl4Q" title=3D"Instagram" target=3D"_blank" style=3D"t=
ext-decoration: none;" cdlinkrefidmso=3D"32_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%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AM=
jQ%3A%3AaHR0cHM6Ly93d3cubGlua2VkaW4uY29tL2NvbXBhbnkvcG93ZXItdG8tZGVjaWRlLz9=
fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbn=
RpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTljMzkwZTU2YmRjN=
TQwMDI4OGZmMGE2OTZiYjkxZDU3JmVzaWQ9Njg5MGQxNzUtMTY3OC1lYTExLWE4MTEtMDAwZDNh=
MzAwMjJh&K=3DM_b2pz-U3R3av_8MPV2HIQ" title=3D"Linkedin" target=3D"_blank" s=
tyle=3D"text-decoration: none;" cdlinkrefidmso=3D"32_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%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AM=
jU%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9kb25hdGU_dXRtX3NvdXJjZT1FbWFpbCU=
yMEZvb3RlciZ1dG1fbWVkaXVtPUVtYWlsJnV0bV9jYW1wYWlnbj1HZW5lcmFsJl9jbGRlZT1ZbW=
xuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY=
3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtOWMzOTBlNTZiZGM1NDAwMjg4ZmYw=
YTY5NmJiOTFkNTcmZXNpZD02ODkwZDE3NS0xNjc4LWVhMTEtYTgxMS0wMDBkM2EzMDAyMmE&K=
=3DQJz9oXdmXkF2T91B7Rj8Kg" title=3D"Custom" target=3D"_blank" style=3D"text=
-decoration: none;" cdlinkrefidmso=3D"32_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%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AMjY%3=
A%3AaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL1Bvd2VyVG9EZWNpZGUvP19jbGRlZT1ZbWxuYW1=
GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNT=
k3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtOWMzOTBlNTZiZGM1NDAwMjg4ZmYwYTY5N=
mJiOTFkNTcmZXNpZD02ODkwZDE3NS0xNjc4LWVhMTEtYTgxMS0wMDBkM2EzMDAyMmE&K=3Dxaxk=
JpYjmgiLbPnF2rHQ5A" title=3D"Facebook" target=3D"_blank" style=3D"text-deco=
ration: none;" cdlinkrefid=3D"32_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%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AMjc%3=
A%3AaHR0cHM6Ly90d2l0dGVyLmNvbS9wb3dlcnRvZGVjaWRlP19jbGRlZT1ZbWxuYW1GamF5NWl=
kV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NT=
dkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtOWMzOTBlNTZiZGM1NDAwMjg4ZmYwYTY5NmJiOTFkN=
TcmZXNpZD02ODkwZDE3NS0xNjc4LWVhMTEtYTgxMS0wMDBkM2EzMDAyMmE&K=3DIfhd2_Mr47g-=
qICj0GIKwg" title=3D"Twitter" target=3D"_blank" style=3D"text-decoration: n=
one;" cdlinkrefid=3D"32_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%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AMjg%3=
A%3AaHR0cHM6Ly93d3cueW91dHViZS5jb20vcG93ZXJ0b2RlY2lkZT9fY2xkZWU9WW1sbmFtRmp=
heTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5Nz=
BmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTljMzkwZTU2YmRjNTQwMDI4OGZmMGE2OTZiY=
jkxZDU3JmVzaWQ9Njg5MGQxNzUtMTY3OC1lYTExLWE4MTEtMDAwZDNhMzAwMjJh&K=3D3HADw4h=
4BGALhU2mfy_z1w" title=3D"Youtube" target=3D"_blank" style=3D"text-decorati=
on: none;" cdlinkrefid=3D"32_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%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AMjk%3=
A%3AaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9wb3dlcnRvZGVjaWRlLz9fY2xkZWU9WW1sbmF=
tRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LT=
U5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTljMzkwZTU2YmRjNTQwMDI4OGZmMGE2O=
TZiYjkxZDU3JmVzaWQ9Njg5MGQxNzUtMTY3OC1lYTExLWE4MTEtMDAwZDNhMzAwMjJh&K=3Dx2Z=
1CFoXA9E5ucNI7kAh-g" title=3D"Instagram" target=3D"_blank" style=3D"text-de=
coration: none;" cdlinkrefid=3D"32_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%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AMzA%3=
A%3AaHR0cHM6Ly93d3cubGlua2VkaW4uY29tL2NvbXBhbnkvcG93ZXItdG8tZGVjaWRlLz9fY2x=
kZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD=
1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTljMzkwZTU2YmRjNTQwM=
DI4OGZmMGE2OTZiYjkxZDU3JmVzaWQ9Njg5MGQxNzUtMTY3OC1lYTExLWE4MTEtMDAwZDNhMzAw=
MjJh&K=3D2s5HUxGj9JVmdtUPvk7flg" title=3D"Linkedin" target=3D"_blank" style=
=3D"text-decoration: none;" cdlinkrefid=3D"32_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%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI5MWQ1Nw%3AZmFsc2U%3AMzE%3=
A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9kb25hdGU_dXRtX3NvdXJjZT1FbWFpbCUyMEZ=
vb3RlciZ1dG1fbWVkaXVtPUVtYWlsJnV0bV9jYW1wYWlnbj1HZW5lcmFsJl9jbGRlZT1ZbWxuYW=
1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtN=
Tk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtOWMzOTBlNTZiZGM1NDAwMjg4ZmYwYTY5=
NmJiOTFkNTcmZXNpZD02ODkwZDE3NS0xNjc4LWVhMTEtYTgxMS0wMDBkM2EzMDAyMmE&K=3Db9V=
1JIW3DoNeL9_MCWJtzA" title=3D"Custom" target=3D"_blank" style=3D"text-decor=
ation: none;" cdlinkrefid=3D"32_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"39" 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/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMDk3LWJjYzI0MDdiZDYxMzQ1YThiZ=
WQ4OGI2NTZhNWQyNDg3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcw=
Zjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZjBhNjk2YmI=
5MWQ1Nw%3AZmFsc2U%3AMzI%3A%3AaHR0cHM6Ly93d3cucG93ZXJ0b2RlY2lkZS5vcmcvP19jbG=
RlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkP=
WNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtOWMzOTBlNTZiZGM1NDAw=
Mjg4ZmYwYTY5NmJiOTFkNTcmZXNpZD02ODkwZDE3NS0xNjc4LWVhMTEtYTgxMS0wMDBkM2EzMDA=
yMmE&K=3Dj8ecZfirFrnCiQrI4vJxLQ" 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%3AMDItYjIwMDk3LWJjYzI0MDdiZDYx=
MzQ1YThiZWQ4OGI2NTZhNWQyNDg3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGF=
jdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC05YzM5MGU1NmJkYzU0MDAyODhmZj=
BhNjk2YmI5MWQ1Nw%3An%3An%3AAZ6esa5xbrkixKMhJUhAPQ" 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_402254217_1515036136.1586196292324--