From Power to Decide <[email protected]>
Subject News from Power to Decide
Date February 10, 2020 5:05 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_337587669_1684346749.1581354308977
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;'>Share the Love =
=
</span><img src=3D"[link removed]
nME5qZzRNekU6TURJdFlqSXdNRFF4TFRkaE5EYzNNalV4Tmpjell6UTNORGRpTWpSbE5qTTVORE=
5sT0RRMk1UTm06WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUTpZMjl1ZEdGamRDM=
DFPVGN3WmpjMU4yUXdZVGhsT1RFeFlUazROVEF3TUdRellUTmhZMkZtWkMxak1tWmhaRFprTm1S=
aVpUSTBZamt3WVRObU1HWXlaRGhpWlRnek5XVmpOQQ/nWnW1tbnr-7bTyoGsiZUhA" width=3D=
"1" height=3D"1" /><img src=3D"[link removed]
zRNekU6TURJdFlqSXdNRFF4TFRkaE5EYzNNalV4Tmpjell6UTNORGRpTWpSbE5qTTVORE5sT0RR=
Mk1UTm06WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUTpZMjl1ZEdGamRDMDFPVGN=
3WmpjMU4yUXdZVGhsT1RFeFlUazROVEF3TUdRellUTmhZMkZtWkMxak1tWmhaRFprTm1SaVpUST=
BZamt3WVRObU1HWXlaRGhpWlRnek5XVmpOQQ/nWnW1tbnr-7bTyoGsiZUhA" 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-b20041-7a477251673c4747b24e63943e84613f/4/383/fa718fa4-b8a4-462f-89=
91-7ceba5a7f1ef" 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/4/?T=3DNTg0Njg4MzE%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNl=
ODQ2MTNm%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYTh=
lOTExYTk4NTAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZ=
mFsc2U%3AMA%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9jb250YWN0LXVzP19jbGRlZT=
1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvb=
nRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzJmYWQ2ZDZkYmUyNGI5MGEz=
ZjBmMmQ4YmU4MzVlYzQmZXNpZD0xMmViNWQxYy0xOTRjLWVhMTEtYTgxMi0wMDBkM2EzMDBhNTM=
&K=3DJWZaFY1mr1oY4U0FCk2gWQ" 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%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm=
%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk=
4NTAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3=
AMQ%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9jb250YWN0LXVzP19jbGRlZT1ZbWxuYW=
1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtN=
Tk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzJmYWQ2ZDZkYmUyNGI5MGEzZjBmMmQ4=
YmU4MzVlYzQmZXNpZD0xMmViNWQxYy0xOTRjLWVhMTEtYTgxMi0wMDBkM2EzMDBhNTM&K=3Du5R=
NvBmlDCZaE4C3gSbgAA" 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/4/?T=3DNTg0Njg4MzE%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNl=
ODQ2MTNm%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYTh=
lOTExYTk4NTAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZ=
mFsc2U%3AMg%3A%3AaHR0cHM6Ly93d3cucG93ZXJ0b2RlY2lkZS5vcmc_X2NsZGVlPVltbG5hbU=
ZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01O=
TcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhi=
ZTgzNWVjNCZlc2lkPTEyZWI1ZDFjLTE5NGMtZWExMS1hODEyLTAwMGQzYTMwMGE1Mw&K=3DVj9j=
kArYBUEtG6J3fxPLgA" 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%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm=
%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk=
4NTAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3=
AMw%3A%3AaHR0cHM6Ly93d3cucG93ZXJ0b2RlY2lkZS5vcmc_X2NsZGVlPVltbG5hbUZqYXk1aW=
RXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N=
2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVj=
NCZlc2lkPTEyZWI1ZDFjLTE5NGMtZWExMS1hODEyLTAwMGQzYTMwMGE1Mw&K=3DCIf2GUOuVAhv=
zF3U1SOdPw" 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%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AN=
A%3A%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFz=
cHg_ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZ=
ibk11WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGcl=
BXRjRRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TVNaZmJYTm5QUSUzR=
CUzRCZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzJmYWQ2=
ZDZkYmUyNGI5MGEzZjBmMmQ4YmU4MzVlYzQmX2VzPTEyZWI1ZDFjLTE5NGMtZWExMS1hODEyLTA=
wMGQzYTMwMGE1MyZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZC=
UzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkL=
WMyZmFkNmQ2ZGJlMjRiOTBhM2YwZjJkOGJlODM1ZWM0JmVzaWQ9MTJlYjVkMWMtMTk0Yy1lYTEx=
LWE4MTItMDAwZDNhMzAwYTUz&K=3D5laJh1yDyiKUUp5KgDKxDg" 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%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AN=
Q%3A%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFz=
cHg_ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZ=
ibk11WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGcl=
BXRjRRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TXlaZmJYTm5QUSUzR=
CUzRCZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzJmYWQ2=
ZDZkYmUyNGI5MGEzZjBmMmQ4YmU4MzVlYzQmX2VzPTEyZWI1ZDFjLTE5NGMtZWExMS1hODEyLTA=
wMGQzYTMwMGE1MyZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZC=
UzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkL=
WMyZmFkNmQ2ZGJlMjRiOTBhM2YwZjJkOGJlODM1ZWM0JmVzaWQ9MTJlYjVkMWMtMTk0Yy1lYTEx=
LWE4MTItMDAwZDNhMzAwYTUz&K=3DcE1Qs5WnfAwsC6BuGX3aYQ" 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%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AN=
g%3A%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFz=
cHg_ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZ=
ibk11WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGcl=
BXRjRRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TWlaZmJYTm5QUSUzR=
CUzRCZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzJmYWQ2=
ZDZkYmUyNGI5MGEzZjBmMmQ4YmU4MzVlYzQmX2VzPTEyZWI1ZDFjLTE5NGMtZWExMS1hODEyLTA=
wMGQzYTMwMGE1MyZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZC=
UzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkL=
WMyZmFkNmQ2ZGJlMjRiOTBhM2YwZjJkOGJlODM1ZWM0JmVzaWQ9MTJlYjVkMWMtMTk0Yy1lYTEx=
LWE4MTItMDAwZDNhMzAwYTUz&K=3DgtRqVLcaGxeZmf6QAgyyPw" 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%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3ANw%3A=
%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFzcHg_=
ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZibk1=
1WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGclBXRj=
RRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TVNaZmJYTm5QUSUzRCUzR=
CZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzJmYWQ2ZDZk=
YmUyNGI5MGEzZjBmMmQ4YmU4MzVlYzQmX2VzPTEyZWI1ZDFjLTE5NGMtZWExMS1hODEyLTAwMGQ=
zYTMwMGE1MyZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZC=
ZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWMyZ=
mFkNmQ2ZGJlMjRiOTBhM2YwZjJkOGJlODM1ZWM0JmVzaWQ9MTJlYjVkMWMtMTk0Yy1lYTExLWE4=
MTItMDAwZDNhMzAwYTUz&K=3DX1fk31i3_vEKzLjLNcAjSQ" 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%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AOA%3A=
%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFzcHg_=
ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZibk1=
1WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGclBXRj=
RRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TXlaZmJYTm5QUSUzRCUzR=
CZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzJmYWQ2ZDZk=
YmUyNGI5MGEzZjBmMmQ4YmU4MzVlYzQmX2VzPTEyZWI1ZDFjLTE5NGMtZWExMS1hODEyLTAwMGQ=
zYTMwMGE1MyZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZC=
ZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWMyZ=
mFkNmQ2ZGJlMjRiOTBhM2YwZjJkOGJlODM1ZWM0JmVzaWQ9MTJlYjVkMWMtMTk0Yy1lYTExLWE4=
MTItMDAwZDNhMzAwYTUz&K=3DXGiumMW3W9i9MCqGIiRO7A" 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%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AOQ%3A=
%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFzcHg_=
ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZibk1=
1WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGclBXRj=
RRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TWlaZmJYTm5QUSUzRCUzR=
CZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzJmYWQ2ZDZk=
YmUyNGI5MGEzZjBmMmQ4YmU4MzVlYzQmX2VzPTEyZWI1ZDFjLTE5NGMtZWExMS1hODEyLTAwMGQ=
zYTMwMGE1MyZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZC=
ZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWMyZ=
mFkNmQ2ZGJlMjRiOTBhM2YwZjJkOGJlODM1ZWM0JmVzaWQ9MTJlYjVkMWMtMTk0Yy1lYTExLWE4=
MTItMDAwZDNhMzAwYTUz&K=3DY1Hqp9Ih9QoRbVhemyLafQ" 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"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">The Power of E=
quity in Design</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">Join us for the <a cd-=
link-manager-tab=3D"1" href=3D"[link removed]
Njg4MzE%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3AYmlnam=
Fjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQz=
YTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AMTA%3A%3=
AaHR0cHM6Ly9pdHAzLm9yZy9pbm5vdmF0aW9uLXN1bW1pdC8_X2NsZGVlPVltbG5hbUZqYXk1aW=
RXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N=
2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVj=
NCZlc2lkPTEyZWI1ZDFjLTE5NGMtZWExMS1hODEyLTAwMGQzYTMwMGE1Mw&K=3D0yb4AB8Cpl9l=
r4tIAkfAiQ" target=3D"_blank" style=3D"color: #0c00ff; text-decoration: non=
e;">2020 Teen Pregnancy Prevention Innovation Summit: The Power of Equity i=
n Design</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">Power to Decide=E2=80=
=99s Innovation Next initiative supports innovative approaches to sex educa=
tion. The upcoming summit brings together <a cd-link-manager-tab=3D"1" href=
=3D"[link removed]
Dc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvb=
Q%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI=
0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AMTE%3A%3AaHR0cHM6Ly9pdHAzLm9yZy8_X2=
NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50a=
WQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0=
YjkwYTNmMGYyZDhiZTgzNWVjNCZlc2lkPTEyZWI1ZDFjLTE5NGMtZWExMS1hODEyLTAwMGQzYTM=
wMGE1Mw&K=3DnJYTI0HGUdK-7byOHdK4SA" target=3D"_blank" style=3D"color: #0c00=
ff; text-decoration: none;">iTP3 </a>and <a cd-link-manager-tab=3D"1" href=
=3D"[link removed]
Dc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvb=
Q%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI=
0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AMTI%3A%3AaHR0cHM6Ly9pbm5vdmF0aW9ubm=
V4dC5vcmcvP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJ=
nJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzJm=
YWQ2ZDZkYmUyNGI5MGEzZjBmMmQ4YmU4MzVlYzQmZXNpZD0xMmViNWQxYy0xOTRjLWVhMTEtYTg=
xMi0wMDBkM2EzMDBhNTM&K=3DN8ETJrj6OisoRzDUUPqdPg" target=3D"_blank" style=3D=
"color: #0c00ff; text-decoration: none;">Innovation Next</a> Innovators and=
other adolescent health professionals to learn about how designing with eq=
uity has the potential to transform the future of quality sex education. At=
tendees will participate in workshops centered on equity in design and will=
hear from experts and organizations who have successfully engaged in equit=
y and community-centered participatory design. The Summit will take place M=
ay 13-14, 2020, in Austin, TX.=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">Registration opens in =
February and spots are limited, so save the date for the 2020 Innovation Su=
mmit!=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">Share the Love=
</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">February is the month =
of love and we invite you to show some love to a person in need by giving t=
he gift of birth control. Just $5 provides a month of pills and if you make=
it monthly you can provide a year=E2=80=99s worth of pills for only $60. <=
a cd-link-manager-tab=3D"1" href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AM=
TM%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9Qcm90ZWN0QkM_X2NsZGVlPVltbG5hbUZ=
qYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OT=
cwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZ=
TgzNWVjNCZlc2lkPTEyZWI1ZDFjLTE5NGMtZWExMS1hODEyLTAwMGQzYTMwMGE1Mw&K=3DKkWKr=
6wVnix45Q-0p-XXEg" target=3D"_blank" style=3D"color: #0c00ff; text-decorati=
on: none;">Donate today</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">Our Newest Pow=
er Player</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">We=E2=80=99re committe=
d to uplifting the many individuals working to improve access to women=E2=
=80=99s reproductive health options. This month=E2=80=99s power player is D=
r. Michelle Owens, MD, of the University of Mississippi Medical Center. <a =
cd-link-manager-tab=3D"1" href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AMTQ%3=
A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9uZXdzL2phbnVhcnktMjAyMC1wb3dlci1wbGF=
5ZXI_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaX=
BpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jMmZhZDZkN=
mRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNCZlc2lkPTEyZWI1ZDFjLTE5NGMtZWExMS1hODEyLTAw=
MGQzYTMwMGE1Mw&K=3D9PDeItPr3SE1eiJFNAzjLg" target=3D"_blank" style=3D"color=
: #0c00ff; text-decoration: none;">Read her story</a>.</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"><img class=3D"=
ck-editor-embedded-image" src=3D"[link removed]
cideorg-axals/files/supremecourtnewsletter.png?m=3D2/10/2020%203:35:55%20PM=
" style=3D"vertical-align: text-bottom; border-color: #000000;" width=3D"Na=
N" 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"><strong><span =
style=3D"font-size:14px"><span style=3D"font-family:Verdana">Join Us March =
4th on the Steps of the Supreme Court!</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">On March 4, the Suprem=
e Court will hear oral arguments in June Medical Services v. Gee, a case in=
volving a Louisiana law that could dramatically hinder access to abortion c=
are for Louisianans by reducing the state to one abortion clinic for the mo=
re than 10,000 Louisiana women who seek abortion care each year. If the Lou=
isiana law is upheld by the court, it could pave the way for other states t=
o pass legislation that will similarly restrict access, with the burden fal=
ling hardest on people of color, those with lower incomes, and those living=
in rural areas. <strong>Please join us from 8 =E2=80=93 11:30 am on March =
4, 2020</strong>, for a rally on the steps of the Supreme Court to affirm t=
hat abortion is health care and everyone deserves the access they need to h=
ave the power to decide if, when, and under what circumstances to have a ch=
ild.=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">Texas Allowed =
to Block Low-Income Women=E2=80=99s Access to Quality Family Planning Servi=
ces</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">In late January, the f=
ederal government approved a Medicaid waiver submitted by Texas, which seve=
rely limits women=E2=80=99s access to family planning services. Specificall=
y, those on the Healthy Texas Women Program (which allows participants to r=
eceive Medicaid coverage solely for family planning care) are prohibited fr=
om receiving services from any provider which also provides abortion care. =
Texas can now receive 90% of the funding for the Healthy Texas Women Progra=
m from the federal government, despite continuing to block women=E2=80=99s =
access to care. This decision could pave the way for more states to follow =
suit=E2=80=94blocking more women from accessing contraceptive care. For mor=
e, see our statement <a cd-link-manager-tab=3D"1" href=3D"[link removed]
rtodecide.org/c/4/?T=3DNTg0Njg4MzE%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMj=
RlNjM5NDNlODQ2MTNm%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZ=
jc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgz=
NWVjNA%3AZmFsc2U%3AMTU%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9hYm91dC11c25=
ld3Nyb29tL2ZlZGVyYWwtZ292ZXJubWVudC1hbGxvd3MtdGV4YXMtYmxvY2stbG93LWluY29tZS=
13b21lbnMtYWNjZXNzLXF1YWxpdHktZmFtaWx5P19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKc=
lFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkx=
MWE5ODUwMDBkM2EzYWNhZmQtYzJmYWQ2ZDZkYmUyNGI5MGEzZjBmMmQ4YmU4MzVlYzQmZXNpZD0=
xMmViNWQxYy0xOTRjLWVhMTEtYTgxMi0wMDBkM2EzMDBhNTM&K=3D8CPnsg9UREgL3uBNBpg8hw=
" target=3D"_blank" style=3D"color: #0c00ff; text-decoration: none;">here</=
a>.</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]
IwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3AYmlnamFjay5idWx3YXJrQG=
dtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jMmZh=
ZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AMTY%3A%3AaHR0cHM6Ly9wb3d=
lcnRvZGVjaWRlLm9yZy9uZXdzL2phbnVhcnktMjAyMC1wb3dlci11cGRhdGVzLWVkaXRpb24_X2=
NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50a=
WQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0=
YjkwYTNmMGYyZDhiZTgzNWVjNCZlc2lkPTEyZWI1ZDFjLTE5NGMtZWExMS1hODEyLTAwMGQzYTM=
wMGE1Mw&K=3DcckirLdtKvwqb5RBEvQDnA" target=3D"_blank" style=3D"color: #0c00=
ff; text-decoration: none;">Click here</a> to see the top publications and =
articles 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: 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">GENEROUS SUPPORT FO=
R 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">Power to Decide is exc=
ited to extend its partnership with Foundation Consumer Healthcare (FCH), t=
he maker of <a cd-link-manager-tab=3D"1" href=3D"[link removed]
.org/c/4/?T=3DNTg0Njg4MzE%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDN=
lODQ2MTNm%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYT=
hlOTExYTk4NTAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3A=
ZmFsc2U%3AMTc%3A%3AaHR0cHM6Ly91cmxkZWZlbnNlLnByb29mcG9pbnQuY29tL3YyL3VybD91=
PWh0dHBzLTNBX193d3cucGxhbmJvbmVzdGVwLmNvbV8mZD1Ed01HYVEmYz1IZEFVTnZfRU9aeWx=
qTGMxY2piSENxLUVvN3Ixa1JIb3l3aFFiaTgxdWFBJnI9UkVHdzg3V2FRZFpCVS1VM1FqT0d5dX=
c0clFyTVZ1cGNkZV8wSmZjU3Y4USZtPXVWSE9LZ3BGUTRfUEcwMGZ5SHFZdHVqR1h2d0NTN0tuW=
mlrdUdMS1hSY28mcz1jSTJNRS1kc2FCS05nalFmMU9aa294aGRCWWJKVmVwRUlrbjAwYTNkV3Rj=
JmU9Jl9jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2l=
waWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzJmYWQ2ZD=
ZkYmUyNGI5MGEzZjBmMmQ4YmU4MzVlYzQmZXNpZD0xMmViNWQxYy0xOTRjLWVhMTEtYTgxMi0wM=
DBkM2EzMDBhNTM&K=3D5GnObWC7N-ug8aSVstf-Vg" target=3D"_blank" style=3D"color=
: #0c00ff; text-decoration: none;">Plan B One-Step=C2=AE emergency contrace=
ption</a>, a critical backup option if your plan A birth control fails. In =
addition to a generous financial donation to our <a cd-link-manager-tab=3D"=
1" href=3D"[link removed]
QxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3AYmlnamFjay5idWx3YXJrQGdtYW=
lsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jMmZhZDZk=
NmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AMTg%3A%3AaHR0cHM6Ly9wb3dlcnR=
vZGVjaWRlLm9yZy9iY2JlbmVmaXRzP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2=
xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwM=
DBkM2EzYWNhZmQtYzJmYWQ2ZDZkYmUyNGI5MGEzZjBmMmQ4YmU4MzVlYzQmZXNpZD0xMmViNWQx=
Yy0xOTRjLWVhMTEtYTgxMi0wMDBkM2EzMDBhNTM&K=3DQknpnsmaE0L2l_DyDh5_HA" target=
=3D"_blank" style=3D"color: #0c00ff; text-decoration: none;">Contraceptive =
Access Fund</a>, FCH will also make available 5,000 units of emergency cont=
raception for free to eligible Contraceptive Access Fund users. Women acces=
sing the fund will be provided a unique code to be redeemed for one package=
of Plan B (and free shipping). On behalf of all the women that will benefi=
t from this incredible support, we at Power to Decide say thank you!=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">We also would like to =
thank Arnold Ventures for their support of our state-level advocacy work on=
contraceptive access.=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 others dedicated =
to ensuring all young people have the power to decide their futures by <a c=
d-link-manager-tab=3D"1" href=3D"[link removed]
g0Njg4MzE%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3AYmln=
amFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMG=
QzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AMTk%3A=
%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9kb25hdGU_X2NsZGVlPVltbG5hbUZqYXk1aWRX=
eDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2Q=
wYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNC=
Zlc2lkPTEyZWI1ZDFjLTE5NGMtZWExMS1hODEyLTAwMGQzYTMwMGE1Mw&K=3DHvUuKTSxUJgX_i=
naY0_9YQ" target=3D"_blank" style=3D"color: #0c00ff; text-decoration: none;=
">making a donation today</a>.</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%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AM=
jA%3A%3AaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL1Bvd2VyVG9EZWNpZGUvP19jbGRlZT1ZbWx=
uYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3=
QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzJmYWQ2ZDZkYmUyNGI5MGEzZjBmM=
mQ4YmU4MzVlYzQmZXNpZD0xMmViNWQxYy0xOTRjLWVhMTEtYTgxMi0wMDBkM2EzMDBhNTM&K=3D=
rvJzurwcXCsMu3-N8UVIPw" 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%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AM=
jE%3A%3AaHR0cHM6Ly90d2l0dGVyLmNvbS9wb3dlcnRvZGVjaWRlP19jbGRlZT1ZbWxuYW1GamF=
5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MG=
Y3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzJmYWQ2ZDZkYmUyNGI5MGEzZjBmMmQ4YmU4M=
zVlYzQmZXNpZD0xMmViNWQxYy0xOTRjLWVhMTEtYTgxMi0wMDBkM2EzMDBhNTM&K=3Dg_zzIqfw=
bTP6tmUfgi1WDA" 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%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AM=
jI%3A%3AaHR0cHM6Ly93d3cueW91dHViZS5jb20vcG93ZXJ0b2RlY2lkZT9fY2xkZWU9WW1sbmF=
tRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LT=
U5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWMyZmFkNmQ2ZGJlMjRiOTBhM2YwZjJkO=
GJlODM1ZWM0JmVzaWQ9MTJlYjVkMWMtMTk0Yy1lYTExLWE4MTItMDAwZDNhMzAwYTUz&K=3DdQc=
Uzcukg3GwNVpnE2a1XQ" 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%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AM=
jM%3A%3AaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9wb3dlcnRvZGVjaWRlLz9fY2xkZWU9WW1=
sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YW=
N0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWMyZmFkNmQ2ZGJlMjRiOTBhM2YwZ=
jJkOGJlODM1ZWM0JmVzaWQ9MTJlYjVkMWMtMTk0Yy1lYTExLWE4MTItMDAwZDNhMzAwYTUz&K=
=3DHtaUgKWGn0gH99GnUJl51Q" 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%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AM=
jQ%3A%3AaHR0cHM6Ly93d3cubGlua2VkaW4uY29tL2NvbXBhbnkvcG93ZXItdG8tZGVjaWRlLz9=
fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbn=
RpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWMyZmFkNmQ2ZGJlM=
jRiOTBhM2YwZjJkOGJlODM1ZWM0JmVzaWQ9MTJlYjVkMWMtMTk0Yy1lYTExLWE4MTItMDAwZDNh=
MzAwYTUz&K=3DM14JIPQ-Z5dMGt07Umq89w" 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%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AM=
jU%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9kb25hdGU_dXRtX3NvdXJjZT1FbWFpbCU=
yMEZvb3RlciZ1dG1fbWVkaXVtPUVtYWlsJnV0bV9jYW1wYWlnbj1HZW5lcmFsJl9jbGRlZT1ZbW=
xuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY=
3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzJmYWQ2ZDZkYmUyNGI5MGEzZjBm=
MmQ4YmU4MzVlYzQmZXNpZD0xMmViNWQxYy0xOTRjLWVhMTEtYTgxMi0wMDBkM2EzMDBhNTM&K=
=3DSBVksQ3mwUYG1cANZ31BCA" 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%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AMjY%3=
A%3AaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL1Bvd2VyVG9EZWNpZGUvP19jbGRlZT1ZbWxuYW1=
GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNT=
k3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzJmYWQ2ZDZkYmUyNGI5MGEzZjBmMmQ4Y=
mU4MzVlYzQmZXNpZD0xMmViNWQxYy0xOTRjLWVhMTEtYTgxMi0wMDBkM2EzMDBhNTM&K=3DzUfw=
vhkB0uAmYNEHpzwpeA" 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%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AMjc%3=
A%3AaHR0cHM6Ly90d2l0dGVyLmNvbS9wb3dlcnRvZGVjaWRlP19jbGRlZT1ZbWxuYW1GamF5NWl=
kV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NT=
dkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzJmYWQ2ZDZkYmUyNGI5MGEzZjBmMmQ4YmU4MzVlY=
zQmZXNpZD0xMmViNWQxYy0xOTRjLWVhMTEtYTgxMi0wMDBkM2EzMDBhNTM&K=3D3_g8iZN2rYhD=
QbrFsad4cg" 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%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AMjg%3=
A%3AaHR0cHM6Ly93d3cueW91dHViZS5jb20vcG93ZXJ0b2RlY2lkZT9fY2xkZWU9WW1sbmFtRmp=
heTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5Nz=
BmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWMyZmFkNmQ2ZGJlMjRiOTBhM2YwZjJkOGJlO=
DM1ZWM0JmVzaWQ9MTJlYjVkMWMtMTk0Yy1lYTExLWE4MTItMDAwZDNhMzAwYTUz&K=3DV3NTCRo=
zA6CkFn9Nx20KYg" 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%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AMjk%3=
A%3AaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9wb3dlcnRvZGVjaWRlLz9fY2xkZWU9WW1sbmF=
tRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LT=
U5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWMyZmFkNmQ2ZGJlMjRiOTBhM2YwZjJkO=
GJlODM1ZWM0JmVzaWQ9MTJlYjVkMWMtMTk0Yy1lYTExLWE4MTItMDAwZDNhMzAwYTUz&K=3Dtyo=
S5jkw-jR82QfVHMzQ1A" 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%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AMzA%3=
A%3AaHR0cHM6Ly93d3cubGlua2VkaW4uY29tL2NvbXBhbnkvcG93ZXItdG8tZGVjaWRlLz9fY2x=
kZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD=
1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWMyZmFkNmQ2ZGJlMjRiO=
TBhM2YwZjJkOGJlODM1ZWM0JmVzaWQ9MTJlYjVkMWMtMTk0Yy1lYTExLWE4MTItMDAwZDNhMzAw=
YTUz&K=3D9numdYmYE2CHM3aet3AayA" 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%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTgzNWVjNA%3AZmFsc2U%3AMzE%3=
A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9kb25hdGU_dXRtX3NvdXJjZT1FbWFpbCUyMEZ=
vb3RlciZ1dG1fbWVkaXVtPUVtYWlsJnV0bV9jYW1wYWlnbj1HZW5lcmFsJl9jbGRlZT1ZbWxuYW=
1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtN=
Tk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzJmYWQ2ZDZkYmUyNGI5MGEzZjBmMmQ4=
YmU4MzVlYzQmZXNpZD0xMmViNWQxYy0xOTRjLWVhMTEtYTgxMi0wMDBkM2EzMDBhNTM&K=3DkXN=
q1n5qg-LUvPTsayvhWg" 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/4/?T=3DNTg0Njg4MzE%3AMDItYjIwMDQxLTdhNDc3MjUxNjczYzQ3NDdiM=
jRlNjM5NDNlODQ2MTNm%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcw=
Zjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMGYyZDhiZTg=
zNWVjNA%3AZmFsc2U%3AMzI%3A%3AaHR0cHM6Ly93d3cucG93ZXJ0b2RlY2lkZS5vcmcvP19jbG=
RlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkP=
WNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYzJmYWQ2ZDZkYmUyNGI5=
MGEzZjBmMmQ4YmU4MzVlYzQmZXNpZD0xMmViNWQxYy0xOTRjLWVhMTEtYTgxMi0wMDBkM2EzMDB=
hNTM&K=3D1AtfvA8emdRiMSXSYfbi6g" 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%3AMDItYjIwMDQxLTdhNDc3MjUxNjcz=
YzQ3NDdiMjRlNjM5NDNlODQ2MTNm%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGF=
jdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1jMmZhZDZkNmRiZTI0YjkwYTNmMG=
YyZDhiZTgzNWVjNA%3An%3An%3AIRqIE7e86T_6dSf4vR1nXQ" 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_337587669_1684346749.1581354308977--
Screenshot of the email generated on import

Message Analysis