------=_Part_103607751_1519257342.1588710865491
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){
=20
.email-container img.cd-image.image-20e7db87d90b {
width: 94%;
height: auto !important;
}
=20
.email-container img.cd-image.image-e92901f93aac {
width: 94%;
height: auto !important;
}
=20
.email-container img.cd-image.image-cb843e4f60c0 {
width: 94%;
height: auto !important;
}
=20
}
@media screen and (max-width: 768px) {
=20
.email-container img.cd-image.image-20e7db87d90b {
width: 94%;
height: auto !important;
}
=20
.email-container img.cd-image.image-e92901f93aac {
width: 94%;
height: auto !important;
}
=20
.email-container img.cd-image.image-cb843e4f60c0 {
width: 94%;
height: auto !important;
}
=20
.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
<link href=3D"undefined" rel=3D"stylesheet"><link href=3D"undefined" re=
l=3D"stylesheet"><link href=3D"undefined" rel=3D"stylesheet"><style>@import=
url('undefined');@import url('undefined');@import url('undefined');</style=
>
<!--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;'>Support our Contraceptive Access Fund =
=
</span><img src=3D"[link removed]
nME5qZzRNekU6TURJdFlqSXdNVEkyTFRVellXTmxNREk0TW1ZMU5UUTROV0U0Tm1JMFpXUXlOek=
F6WkdFeU1qZ3g6WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUTpZMjl1ZEdGamRDM=
DFPVGN3WmpjMU4yUXdZVGhsT1RFeFlUazROVEF3TUdRellUTmhZMkZtWkMwek1qVTRNamMyTmpO=
bU9HUTBPR1JtT0RjMk5UVTNZMlZoTm1ObFlXTTNOQQ/ftg-ZFFdFHcrPE0XSMSpQw" width=3D=
"1" height=3D"1" /><img src=3D"[link removed]
zRNekU6TURJdFlqSXdNVEkyTFRVellXTmxNREk0TW1ZMU5UUTROV0U0Tm1JMFpXUXlOekF6WkdF=
eU1qZ3g6WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUTpZMjl1ZEdGamRDMDFPVGN=
3WmpjMU4yUXdZVGhsT1RFeFlUazROVEF3TUdRellUTmhZMkZtWkMwek1qVTRNamMyTmpObU9HUT=
BPR1JtT0RjMk5UVTNZMlZoTm1ObFlXTTNOQQ/ftg-ZFFdFHcrPE0XSMSpQw" 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"31" 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-size:10px"><span style=
=3D"font-family:Verdana">Click <a cd-link-manager-tab=3D"6" href=3D"[link removed]
mrktg.powertodecide.org/m/1/58468831/02-b20126-53ace0282f55485a86b4ed2703da=
2281/21/180/6ab26125-2e71-40e5-86b5-42406890fd81" style=3D"color: rgb(0, 12=
7, 183); text-decoration: none;"><span style=3D"color:#007fb7"><u>here</u><=
/span></a> if you are having trouble viewing this message.</span></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"32" 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%3AMDItYjIwMTI2LTUzYWNlMDI4MmY1NTQ4NWE4NmI0ZWQyNzAz=
ZGEyMjgx%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYTh=
lOTExYTk4NTAwMGQzYTNhY2FmZC0zMjU4Mjc2NjNmOGQ0OGRmODc2NTU3Y2VhNmNlYWM3NA%3AZ=
mFsc2U%3AMA%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZz9fY2xkZWU9WW1sbmFtRmpheT=
VpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmN=
zU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTMyNTgyNzY2M2Y4ZDQ4ZGY4NzY1NTdjZWE2Y2Vh=
Yzc0JnV0bV9zb3VyY2U9Q2xpY2tEaW1lbnNpb25zJnV0bV9tZWRpdW09ZW1haWwmdXRtX2NhbXB=
haWduPUluZGl2aWR1YWwlMjAyMDIwJmVzaWQ9NmQxOWRlN2UtMmU4ZS1lYTExLWE4MTEtMDAwZD=
NhMzAwMjJh&K=3DIWoL0F4nvfR6NpN0tVKmmA" title=3D"[link removed]" =
target=3D"_blank" cdlinkrefidmso=3D"20" ><img class=3D"center-on-narrow c=
d-image" height=3D"188" width=3D"564" style=3D"vertical-align: middle;" src=
=3D"[link removed]
to_decide.png" alt=3D"Power to Decide logo" title=3D"Power to Decide 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%3AMDItYjIwMTI2LTUzYWNlMDI4MmY1NTQ4NWE4NmI0ZWQyNzAzZGEyMjgx=
%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk=
4NTAwMGQzYTNhY2FmZC0zMjU4Mjc2NjNmOGQ0OGRmODc2NTU3Y2VhNmNlYWM3NA%3AZmFsc2U%3=
AMQ%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZz9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1=
lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhO=
GU5MTFhOTg1MDAwZDNhM2FjYWZkLTMyNTgyNzY2M2Y4ZDQ4ZGY4NzY1NTdjZWE2Y2VhYzc0JnV0=
bV9zb3VyY2U9Q2xpY2tEaW1lbnNpb25zJnV0bV9tZWRpdW09ZW1haWwmdXRtX2NhbXBhaWduPUl=
uZGl2aWR1YWwlMjAyMDIwJmVzaWQ9NmQxOWRlN2UtMmU4ZS1lYTExLWE4MTEtMDAwZDNhMzAwMj=
Jh&K=3D1bI966pJyalW065R1Wm2-w" title=3D"[link removed]" target=
=3D"_blank" cdlinkrefid=3D"20" ><img class=3D"center-on-narrow cd-image i=
mage-20e7db87d90b no-img-edit" height=3D"188" width=3D"564" style=3D"vertic=
al-align: middle;" src=3D"[link removed]
org-axals/files/power_to_decide.png" alt=3D"Power to Decide logo" title=3D=
"Power to Decide logo" /></a>
</td>
</tr><!--<![endif]--><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"margin-left:0in; =
margin-right:0in;font-family:Arial;font-size:11px;color:#505050;letter-spac=
ing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !impo=
rtant;font-weight:normal;font-style:normal;text-decoration: none"><span sty=
le=3D"font-size:15px"><span style=3D"font-family:Verdana">Dear Friend,</spa=
n></span></p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Arial;font-size:1=
1px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;margin=
:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;tex=
t-decoration: none">=C2=A0</p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Arial;font-size:1=
1px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;margin=
:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;tex=
t-decoration: none"><span style=3D"font-size:15px"><span style=3D"font-fami=
ly:Verdana">Today is #GivingTuesdayNow, a global day to celebrate generosit=
y. It=E2=80=99s also the time of year when we=E2=80=99d normally gather wit=
h friends and family to celebrate major milestones, like graduations, weddi=
ngs, or Spring birthdays. </span></span></p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Arial;font-size:1=
1px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;margin=
:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;tex=
t-decoration: none">=C2=A0</p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Arial;font-size:1=
1px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;margin=
:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;tex=
t-decoration: none"><span style=3D"font-size:15px"><span style=3D"font-fami=
ly:Verdana"><strong>If you=E2=80=99re looking for a meaningful way to celeb=
rate your big day while following social distancing guidelines, consider se=
tting up a <u><a cd-link-manager-tab=3D"1" href=3D"[link removed]
de.org/c/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMTI2LTUzYWNlMDI4MmY1NTQ4NWE4NmI0ZWQyN=
zAzZGEyMjgx%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2Qw=
YThlOTExYTk4NTAwMGQzYTNhY2FmZC0zMjU4Mjc2NjNmOGQ0OGRmODc2NTU3Y2VhNmNlYWM3NA%=
3AZmFsc2U%3AMg%3A%3AaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2Z1bmRyYWlzZXJzP2NyZWF=
0ZSZzb3VyY2U9aGVscF9jZW50ZXJfaG93X3RvX2NyZWF0ZV9mdW5kcmFpc2VyJl9jbGRlZT1ZbW=
xuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY=
3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtMzI1ODI3NjYzZjhkNDhkZjg3NjU1=
N2NlYTZjZWFjNzQmdXRtX3NvdXJjZT1DbGlja0RpbWVuc2lvbnMmdXRtX21lZGl1bT1lbWFpbCZ=
1dG1fY2FtcGFpZ249SW5kaXZpZHVhbCUyMDIwMjAmZXNpZD02ZDE5ZGU3ZS0yZThlLWVhMTEtYT=
gxMS0wMDBkM2EzMDAyMmE&K=3DDAl3Z2CDrR9a89XMMBbsiA" target=3D"_blank" style=
=3D"color: #62b5e5; text-decoration: inherit;">Facebook fundraiser</a></u>=
=C2=A0for our <u><a cd-link-manager-tab=3D"1" href=3D"[link removed]
ecide.org/c/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMTI2LTUzYWNlMDI4MmY1NTQ4NWE4NmI0ZW=
QyNzAzZGEyMjgx%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N=
2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC0zMjU4Mjc2NjNmOGQ0OGRmODc2NTU3Y2VhNmNlYWM3=
NA%3AZmFsc2U%3AMw%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9Qcm90ZWN0QkM_X2Ns=
ZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ=
9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC0zMjU4Mjc2NjNmOGQ0OG=
RmODc2NTU3Y2VhNmNlYWM3NCZ1dG1fc291cmNlPUNsaWNrRGltZW5zaW9ucyZ1dG1fbWVkaXVtP=
WVtYWlsJnV0bV9jYW1wYWlnbj1JbmRpdmlkdWFsJTIwMjAyMCZlc2lkPTZkMTlkZTdlLTJlOGUt=
ZWExMS1hODExLTAwMGQzYTMwMDIyYQ&K=3D8K7js2iAxtGSPghMKDOGlA" target=3D"_blank=
" style=3D"color: #62b5e5; text-decoration: inherit;">Contraceptive Access =
Fund</a></u>.=C2=A0</strong></span></span></p>
</td>
</tr><!--[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%3AMDItYjIwMTI2LTUzYWNlMDI4MmY1NTQ4NWE4NmI0ZWQyNzAz=
ZGEyMjgx%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYTh=
lOTExYTk4NTAwMGQzYTNhY2FmZC0zMjU4Mjc2NjNmOGQ0OGRmODc2NTU3Y2VhNmNlYWM3NA%3AZ=
mFsc2U%3ANA%3A%3AaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2Z1bmRyYWlzZXJzP2NyZWF0ZS=
Zzb3VyY2U9aGVscF9jZW50ZXJfaG93X3RvX2NyZWF0ZV9mdW5kcmFpc2VyJl9jbGRlZT1ZbWxuY=
W1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3Qt=
NTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtMzI1ODI3NjYzZjhkNDhkZjg3NjU1N2N=
lYTZjZWFjNzQmdXRtX3NvdXJjZT1DbGlja0RpbWVuc2lvbnMmdXRtX21lZGl1bT1lbWFpbCZ1dG=
1fY2FtcGFpZ249SW5kaXZpZHVhbCUyMDIwMjAmZXNpZD02ZDE5ZGU3ZS0yZThlLWVhMTEtYTgxM=
S0wMDBkM2EzMDAyMmE&K=3Dc9-bscX4TTeaDpqQqxcn8w" title=3D"[link removed]
k.com/fundraisers?create&source=3Dhelp_center_how_to_create_fundraiser" tar=
get=3D"_blank" cdlinkrefidmso=3D"22" ><img class=3D"center-on-narrow cd-i=
mage" height=3D"282" width=3D"564" style=3D"vertical-align: middle;" src=3D=
"[link removed]
serforcaf_easy-resize.com.jpg" /></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%3AMDItYjIwMTI2LTUzYWNlMDI4MmY1NTQ4NWE4NmI0ZWQyNzAzZGEyMjgx=
%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk=
4NTAwMGQzYTNhY2FmZC0zMjU4Mjc2NjNmOGQ0OGRmODc2NTU3Y2VhNmNlYWM3NA%3AZmFsc2U%3=
ANQ%3A%3AaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2Z1bmRyYWlzZXJzP2NyZWF0ZSZzb3VyY2=
U9aGVscF9jZW50ZXJfaG93X3RvX2NyZWF0ZV9mdW5kcmFpc2VyJl9jbGRlZT1ZbWxuYW1GamF5N=
WlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3=
NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtMzI1ODI3NjYzZjhkNDhkZjg3NjU1N2NlYTZjZWF=
jNzQmdXRtX3NvdXJjZT1DbGlja0RpbWVuc2lvbnMmdXRtX21lZGl1bT1lbWFpbCZ1dG1fY2FtcG=
FpZ249SW5kaXZpZHVhbCUyMDIwMjAmZXNpZD02ZDE5ZGU3ZS0yZThlLWVhMTEtYTgxMS0wMDBkM=
2EzMDAyMmE&K=3DBzw3nj4G_vUxTdnByjTm4w" title=3D"[link removed]
ndraisers?create&source=3Dhelp_center_how_to_create_fundraiser" target=3D"_=
blank" cdlinkrefid=3D"22" ><img class=3D"center-on-narrow cd-image image-=
e92901f93aac no-img-edit" height=3D"282" width=3D"564" style=3D"vertical-al=
ign: middle;" src=3D"[link removed]
xals/files/fbfundraiserforcaf_easy-resize.com.jpg" /></a>
</td>
</tr><!--<![endif]--><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"margin-left:0in=
; margin-right:0in;font-family:Arial;font-size:11px;color:#505050;letter-sp=
acing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !im=
portant;font-weight:normal;font-style:normal;text-decoration: none"><span s=
tyle=3D"font-family:Verdana; font-size:15px">Donations to the fund=C2=A0go =
directly to helping women in need access birth control, delivered right to =
their doors, at no cost.=C2=A0</span></p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Arial;font-size:1=
1px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;margin=
:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;tex=
t-decoration: none">=C2=A0</p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Arial;font-size:1=
1px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;margin=
:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;tex=
t-decoration: none"><span style=3D"font-size:15px"><span style=3D"font-fami=
ly:Verdana"><strong>Just $50 provides a year of birth control, </strong>mea=
ning that the funds you raise can help give women in need one less thing to=
worry about during this challenging time. =C2=A0=C2=A0</span></span></p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Arial;font-size:1=
1px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;margin=
:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;tex=
t-decoration: none">=C2=A0</p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Arial;font-size:1=
1px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;margin=
:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;tex=
t-decoration: none"><span style=3D"font-size:11pt"><span style=3D"font-fami=
ly:Verdana,sans-serif"><strong>Together, we=E2=80=99ve helped more than 2,2=
00 women access the birth control they need and deserve.</strong> With your=
help, we can bring even more women some peace of mind during this crisis. =
=C2=A0</span></span></p>
</td>
</tr><!--[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;">
<img class=3D"center-on-narrow cd-imag=
e" height=3D"296" width=3D"564" style=3D"vertical-align: middle;" src=3D"ht=
tps://file-us.clickdimensions.com/powertodecideorg-axals/files/5friendswith=
backtowardscamera_easy-resize.com.jpg" />
</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;">
<img class=3D"center-on-narrow cd-image image-=
cb843e4f60c0 no-img-edit" height=3D"296" width=3D"564" style=3D"vertical-al=
ign: middle;" src=3D"[link removed]
xals/files/5friendswithbacktowardscamera_easy-resize.com.jpg" />
</td>
</tr><!--<![endif]--><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"33" 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: left; padding-top: 9px; padding-bottom: 5px; padding-left: 18px; paddin=
g-right: 18px;">
<!--[if mso]><table role=3D"presentation" cel=
lspacing=3D"0" cellpadding=3D"0" border=3D"0" align=3D"left" > <tr><td styl=
e=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIwMTI2LTUzYWNlMDI4MmY1NTQ4NWE4NmI0ZWQyNzAzZGEyMjgx%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC0zMjU4Mjc2NjNmOGQ0OGRmODc2NTU3Y2VhNmNlYWM3NA%3AZmFsc2U%3AN=
g%3A%3AaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL1Bvd2VyVG9EZWNpZGUvP19jbGRlZT1ZbWxu=
YW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3Q=
tNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtMzI1ODI3NjYzZjhkNDhkZjg3NjU1N2=
NlYTZjZWFjNzQmdXRtX3NvdXJjZT1DbGlja0RpbWVuc2lvbnMmdXRtX21lZGl1bT1lbWFpbCZ1d=
G1fY2FtcGFpZ249SW5kaXZpZHVhbCUyMDIwMjAmZXNpZD02ZDE5ZGU3ZS0yZThlLWVhMTEtYTgx=
MS0wMDBkM2EzMDAyMmE&K=3DBLQHVFPy1EF4RRhKgi-jlw" title=3D"Facebook" target=
=3D"_blank" style=3D"text-decoration: none;" cdlinkrefidmso=3D"27_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/square/full/facebook=
.png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIwMTI2LTUzYWNlMDI4MmY1NTQ4NWE4NmI0ZWQyNzAzZGEyMjgx%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC0zMjU4Mjc2NjNmOGQ0OGRmODc2NTU3Y2VhNmNlYWM3NA%3AZmFsc2U%3AN=
w%3A%3AaHR0cHM6Ly90d2l0dGVyLmNvbS9wb3dlcnRvZGVjaWRlP19jbGRlZT1ZbWxuYW1GamF5=
NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY=
3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtMzI1ODI3NjYzZjhkNDhkZjg3NjU1N2NlYTZjZW=
FjNzQmdXRtX3NvdXJjZT1DbGlja0RpbWVuc2lvbnMmdXRtX21lZGl1bT1lbWFpbCZ1dG1fY2Ftc=
GFpZ249SW5kaXZpZHVhbCUyMDIwMjAmZXNpZD02ZDE5ZGU3ZS0yZThlLWVhMTEtYTgxMS0wMDBk=
M2EzMDAyMmE&K=3DaIRb5KFmYVYJTi4i3XzwjA" title=3D"Twitter" target=3D"_blank"=
style=3D"text-decoration: none;" cdlinkrefidmso=3D"27_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/square/full/twitter.=
png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIwMTI2LTUzYWNlMDI4MmY1NTQ4NWE4NmI0ZWQyNzAzZGEyMjgx%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC0zMjU4Mjc2NjNmOGQ0OGRmODc2NTU3Y2VhNmNlYWM3NA%3AZmFsc2U%3AO=
A%3A%3AaHR0cHM6Ly93d3cueW91dHViZS5jb20vcG93ZXJ0b2RlY2lkZT9fY2xkZWU9WW1sbmFt=
RmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU=
5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTMyNTgyNzY2M2Y4ZDQ4ZGY4NzY1NTdjZW=
E2Y2VhYzc0JnV0bV9zb3VyY2U9Q2xpY2tEaW1lbnNpb25zJnV0bV9tZWRpdW09ZW1haWwmdXRtX=
2NhbXBhaWduPUluZGl2aWR1YWwlMjAyMDIwJmVzaWQ9NmQxOWRlN2UtMmU4ZS1lYTExLWE4MTEt=
MDAwZDNhMzAwMjJh&K=3DjSCy_U731nSphor2P-ctdw" title=3D"Youtube" target=3D"_b=
lank" style=3D"text-decoration: none;" cdlinkrefidmso=3D"27_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/square/full/youtube.=
png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIwMTI2LTUzYWNlMDI4MmY1NTQ4NWE4NmI0ZWQyNzAzZGEyMjgx%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC0zMjU4Mjc2NjNmOGQ0OGRmODc2NTU3Y2VhNmNlYWM3NA%3AZmFsc2U%3AO=
Q%3A%3AaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9wb3dlcnRvZGVjaWRlLz9fY2xkZWU9WW1s=
bmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN=
0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTMyNTgyNzY2M2Y4ZDQ4ZGY4NzY1NT=
djZWE2Y2VhYzc0JnV0bV9zb3VyY2U9Q2xpY2tEaW1lbnNpb25zJnV0bV9tZWRpdW09ZW1haWwmd=
XRtX2NhbXBhaWduPUluZGl2aWR1YWwlMjAyMDIwJmVzaWQ9NmQxOWRlN2UtMmU4ZS1lYTExLWE4=
MTEtMDAwZDNhMzAwMjJh&K=3D4IPS5WK0HjamwSD02U_VCg" title=3D"Instagram" target=
=3D"_blank" style=3D"text-decoration: none;" cdlinkrefidmso=3D"27_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/square/full/instagra=
m.png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIwMTI2LTUzYWNlMDI4MmY1NTQ4NWE4NmI0ZWQyNzAzZGEyMjgx%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC0zMjU4Mjc2NjNmOGQ0OGRmODc2NTU3Y2VhNmNlYWM3NA%3AZmFsc2U%3AM=
TA%3A%3AaHR0cHM6Ly93d3cubGlua2VkaW4uY29tL2NvbXBhbnkvcG93ZXItdG8tZGVjaWRlLz9=
fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbn=
RpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTMyNTgyNzY2M2Y4Z=
DQ4ZGY4NzY1NTdjZWE2Y2VhYzc0JnV0bV9zb3VyY2U9Q2xpY2tEaW1lbnNpb25zJnV0bV9tZWRp=
dW09ZW1haWwmdXRtX2NhbXBhaWduPUluZGl2aWR1YWwlMjAyMDIwJmVzaWQ9NmQxOWRlN2UtMmU=
4ZS1lYTExLWE4MTEtMDAwZDNhMzAwMjJh&K=3Dz_oInR6Zc2yvGoa9h_K1rA" title=3D"Link=
edin" target=3D"_blank" style=3D"text-decoration: none;" cdlinkrefidmso=3D"=
27_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/square/full/linkedin=
.png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIwMTI2LTUzYWNlMDI4MmY1NTQ4NWE4NmI0ZWQyNzAzZGEyMjgx%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC0zMjU4Mjc2NjNmOGQ0OGRmODc2NTU3Y2VhNmNlYWM3NA%3AZmFsc2U%3AM=
TE%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9kb25hdGU_dXRtX3NvdXJjZT1FbWFpbCU=
yMEZvb3RlciZ1dG1fbWVkaXVtPUVtYWlsJnV0bV9jYW1wYWlnbj1HZW5lcmFsJl9jbGRlZT1ZbW=
xuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY=
3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtMzI1ODI3NjYzZjhkNDhkZjg3NjU1=
N2NlYTZjZWFjNzQmdXRtX3NvdXJjZT1DbGlja0RpbWVuc2lvbnMmdXRtX21lZGl1bT1lbWFpbCZ=
1dG1fY2FtcGFpZ249SW5kaXZpZHVhbCUyMDIwMjAmZXNpZD02ZDE5ZGU3ZS0yZThlLWVhMTEtYT=
gxMS0wMDBkM2EzMDAyMmE&K=3DgCtbhxM6Kt1TjTDsD-wRSw" title=3D"Custom" target=
=3D"_blank" style=3D"text-decoration: none;" cdlinkrefidmso=3D"27_5">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
kdimensions.com/powertodecideorg-axals/images/social-links/donateicon.png?m=
=3D6/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%3AMDItYjIwMTI2LTUzYWNlMDI4MmY1NTQ4NWE4NmI0ZWQyNzAzZGEyMjgx%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC0zMjU4Mjc2NjNmOGQ0OGRmODc2NTU3Y2VhNmNlYWM3NA%3AZmFsc2U%3AMTI%3=
A%3AaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL1Bvd2VyVG9EZWNpZGUvP19jbGRlZT1ZbWxuYW1=
GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNT=
k3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtMzI1ODI3NjYzZjhkNDhkZjg3NjU1N2NlY=
TZjZWFjNzQmdXRtX3NvdXJjZT1DbGlja0RpbWVuc2lvbnMmdXRtX21lZGl1bT1lbWFpbCZ1dG1f=
Y2FtcGFpZ249SW5kaXZpZHVhbCUyMDIwMjAmZXNpZD02ZDE5ZGU3ZS0yZThlLWVhMTEtYTgxMS0=
wMDBkM2EzMDAyMmE&K=3DM2fXwt7_GJcZ6JAdqmGZ2g" title=3D"Facebook" target=3D"_=
blank" style=3D"text-decoration: none;" cdlinkrefid=3D"27_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/square/full/facebook=
.png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjIwMTI2LTUzYWNlMDI4MmY1NTQ4NWE4NmI0ZWQyNzAzZGEyMjgx%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC0zMjU4Mjc2NjNmOGQ0OGRmODc2NTU3Y2VhNmNlYWM3NA%3AZmFsc2U%3AMTM%3=
A%3AaHR0cHM6Ly90d2l0dGVyLmNvbS9wb3dlcnRvZGVjaWRlP19jbGRlZT1ZbWxuYW1GamF5NWl=
kV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NT=
dkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtMzI1ODI3NjYzZjhkNDhkZjg3NjU1N2NlYTZjZWFjN=
zQmdXRtX3NvdXJjZT1DbGlja0RpbWVuc2lvbnMmdXRtX21lZGl1bT1lbWFpbCZ1dG1fY2FtcGFp=
Z249SW5kaXZpZHVhbCUyMDIwMjAmZXNpZD02ZDE5ZGU3ZS0yZThlLWVhMTEtYTgxMS0wMDBkM2E=
zMDAyMmE&K=3DgIk5EQJtZaxFeWkza0Ljbw" title=3D"Twitter" target=3D"_blank" st=
yle=3D"text-decoration: none;" cdlinkrefid=3D"27_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/square/full/twitter.=
png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjIwMTI2LTUzYWNlMDI4MmY1NTQ4NWE4NmI0ZWQyNzAzZGEyMjgx%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC0zMjU4Mjc2NjNmOGQ0OGRmODc2NTU3Y2VhNmNlYWM3NA%3AZmFsc2U%3AMTQ%3=
A%3AaHR0cHM6Ly93d3cueW91dHViZS5jb20vcG93ZXJ0b2RlY2lkZT9fY2xkZWU9WW1sbmFtRmp=
heTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5Nz=
BmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTMyNTgyNzY2M2Y4ZDQ4ZGY4NzY1NTdjZWE2Y=
2VhYzc0JnV0bV9zb3VyY2U9Q2xpY2tEaW1lbnNpb25zJnV0bV9tZWRpdW09ZW1haWwmdXRtX2Nh=
bXBhaWduPUluZGl2aWR1YWwlMjAyMDIwJmVzaWQ9NmQxOWRlN2UtMmU4ZS1lYTExLWE4MTEtMDA=
wZDNhMzAwMjJh&K=3DkSKfYG_5RTTLhyBTnMSBKw" title=3D"Youtube" target=3D"_blan=
k" style=3D"text-decoration: none;" cdlinkrefid=3D"27_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/square/full/youtube.=
png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjIwMTI2LTUzYWNlMDI4MmY1NTQ4NWE4NmI0ZWQyNzAzZGEyMjgx%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC0zMjU4Mjc2NjNmOGQ0OGRmODc2NTU3Y2VhNmNlYWM3NA%3AZmFsc2U%3AMTU%3=
A%3AaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9wb3dlcnRvZGVjaWRlLz9fY2xkZWU9WW1sbmF=
tRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LT=
U5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTMyNTgyNzY2M2Y4ZDQ4ZGY4NzY1NTdjZ=
WE2Y2VhYzc0JnV0bV9zb3VyY2U9Q2xpY2tEaW1lbnNpb25zJnV0bV9tZWRpdW09ZW1haWwmdXRt=
X2NhbXBhaWduPUluZGl2aWR1YWwlMjAyMDIwJmVzaWQ9NmQxOWRlN2UtMmU4ZS1lYTExLWE4MTE=
tMDAwZDNhMzAwMjJh&K=3DwpOb8drJ5uYZ-Tinz5NFwg" title=3D"Instagram" target=3D=
"_blank" style=3D"text-decoration: none;" cdlinkrefid=3D"27_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/square/full/instagra=
m.png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjIwMTI2LTUzYWNlMDI4MmY1NTQ4NWE4NmI0ZWQyNzAzZGEyMjgx%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC0zMjU4Mjc2NjNmOGQ0OGRmODc2NTU3Y2VhNmNlYWM3NA%3AZmFsc2U%3AMTY%3=
A%3AaHR0cHM6Ly93d3cubGlua2VkaW4uY29tL2NvbXBhbnkvcG93ZXItdG8tZGVjaWRlLz9fY2x=
kZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD=
1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTMyNTgyNzY2M2Y4ZDQ4Z=
GY4NzY1NTdjZWE2Y2VhYzc0JnV0bV9zb3VyY2U9Q2xpY2tEaW1lbnNpb25zJnV0bV9tZWRpdW09=
ZW1haWwmdXRtX2NhbXBhaWduPUluZGl2aWR1YWwlMjAyMDIwJmVzaWQ9NmQxOWRlN2UtMmU4ZS1=
lYTExLWE4MTEtMDAwZDNhMzAwMjJh&K=3D3XlDLxotl5a098n3qVDBoA" title=3D"Linkedin=
" target=3D"_blank" style=3D"text-decoration: none;" cdlinkrefid=3D"27_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/square/full/linkedin=
.png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjIwMTI2LTUzYWNlMDI4MmY1NTQ4NWE4NmI0ZWQyNzAzZGEyMjgx%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC0zMjU4Mjc2NjNmOGQ0OGRmODc2NTU3Y2VhNmNlYWM3NA%3AZmFsc2U%3AMTc%3=
A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9kb25hdGU_dXRtX3NvdXJjZT1FbWFpbCUyMEZ=
vb3RlciZ1dG1fbWVkaXVtPUVtYWlsJnV0bV9jYW1wYWlnbj1HZW5lcmFsJl9jbGRlZT1ZbWxuYW=
1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtN=
Tk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtMzI1ODI3NjYzZjhkNDhkZjg3NjU1N2Nl=
YTZjZWFjNzQmdXRtX3NvdXJjZT1DbGlja0RpbWVuc2lvbnMmdXRtX21lZGl1bT1lbWFpbCZ1dG1=
fY2FtcGFpZ249SW5kaXZpZHVhbCUyMDIwMjAmZXNpZD02ZDE5ZGU3ZS0yZThlLWVhMTEtYTgxMS=
0wMDBkM2EzMDAyMmE&K=3DVzDsxdQPetQwsDBXQY2TZA" title=3D"Custom" target=3D"_b=
lank" style=3D"text-decoration: none;" cdlinkrefid=3D"27_5">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
kdimensions.com/powertodecideorg-axals/images/social-links/donateicon.png?m=
=3D6/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"34" 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-size:10px"><span style=
=3D"font-family:Verdana">=C2=A92019, Power to Decide, the campaign to preve=
nt unplanned pregnancy</span></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-size:10px"><span style=3D"font-family:Verdana">1776 Massachusetts Ave=
., NW, Suite 200, Washington, DC 20036</span></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-size:10px"><span style=3D"font-family:Verdana">ph: (202) 478-8500. fa=
x: (202) 478-8588.</span></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-size:10px"><span style=3D"font-family:Verdana"><a cd-link-manager-tab=
=3D"1" href=3D"[link removed]
IwMTI2LTUzYWNlMDI4MmY1NTQ4NWE4NmI0ZWQyNzAzZGEyMjgx%3AYmlnamFjay5idWx3YXJrQG=
dtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC0zMjU4=
Mjc2NjNmOGQ0OGRmODc2NTU3Y2VhNmNlYWM3NA%3AZmFsc2U%3AMTg%3A%3AaHR0cHM6Ly93d3c=
ucG93ZXJ0b2RlY2lkZS5vcmcvP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG=
1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM=
2EzYWNhZmQtMzI1ODI3NjYzZjhkNDhkZjg3NjU1N2NlYTZjZWFjNzQmdXRtX3NvdXJjZT1DbGlj=
a0RpbWVuc2lvbnMmdXRtX21lZGl1bT1lbWFpbCZ1dG1fY2FtcGFpZ249SW5kaXZpZHVhbCUyMDI=
wMjAmZXNpZD02ZDE5ZGU3ZS0yZThlLWVhMTEtYTgxMS0wMDBkM2EzMDAyMmE&K=3Dfd_qVRbR0f=
d-WMhXEYC7Vw" target=3D"_blank" style=3D"color: rgb(0, 127, 183); text-deco=
ration: none;"><span style=3D"color:#007fb7"><u>www.PowertoDecide.org</u></=
span></a></span></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-size:10px"><span style=3D"font-family:Verdana">Click <a cd-link-manag=
er-tab=3D"5" href=3D"[link removed]
%3AMDItYjIwMTI2LTUzYWNlMDI4MmY1NTQ4NWE4NmI0ZWQyNzAzZGEyMjgx%3AYmlnamFjay5id=
Wx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2F=
mZC0zMjU4Mjc2NjNmOGQ0OGRmODc2NTU3Y2VhNmNlYWM3NA%3An%3An%3A-Noj2EVuog2eVZykp=
xM2Ug" link-metadata=3D"GlobalUnsubscribe" 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></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_103607751_1519257342.1588710865491--