------=_Part_53247376_1722003585.1638901700662
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-a1b137b9f4f1 {
width: 94%;
height: auto !important;
}
=20
.email-container img.cd-image.image-f8ae439155af {
width: auto%;
height: auto !important;
}
=20
}
@media screen and (max-width: 768px) {
=20
.email-container img.cd-image.image-a1b137b9f4f1 {
width: 94%;
height: auto !important;
}
=20
.email-container img.cd-image.image-f8ae439155af {
width: auto%;
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
=20
=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;'>Give today and double your impact. =
=
</span><img src=3D"[link removed]
eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb25=
0YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTg4Njk0MGU5NDhiMDQ4YTk5Nz=
I1ZTY5NGU4OTcwNzNhIiwicnEiOiIwMi1iMjEzNDEtNjk2NDI1NTljZjI5NGZiNzhkMjNiYjM4Z=
DFkMWE2NGYiLCJwaCI6bnVsbH0/8Q6GXbQA4VBUqMhdkTR4Qg" width=3D"1" height=3D"1"=
/><img src=3D"[link removed]
UiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhO=
GU5MTFhOTg1MDAwZDNhM2FjYWZkLTg4Njk0MGU5NDhiMDQ4YTk5NzI1ZTY5NGU4OTcwNzNhIiwi=
cnEiOiIwMi1iMjEzNDEtNjk2NDI1NTljZjI5NGZiNzhkMjNiYjM4ZDFkMWE2NGYiLCJwaCI6bnV=
sbH0/8Q6GXbQA4VBUqMhdkTR4Qg" width=3D"1" height=3D"1" />
<!--this is the body-->
<center style=3D"width: 100%;">
<div dir=3D"ltr" style=3D"max-width: 100%; margin: au=
to; direction: ltr;" class=3D"email-container">
<table role=3D"presentation" cellspacing=3D"0" cellpa=
dding=3D"0" border=3D"0" align=3D"center" width=3D"100%" style=3D"width: 10=
0%; border-width: 1px; border-style: none; border-radius: 0px; background-o=
rigin: border-box; background-color: #ffffff; border-collapse: separate!imp=
ortant;" class=3D"email-container">
<tbody>
<tr>
<td style=3D"width: 100%;">
<!--[if mso]>
<table role=3D"presentation" border=3D"0" cells=
pacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"601" style=3D"widt=
h: 100%; max-width: 100%; border-collapse: separate!important;" class=3D"e=
mail-page-container">
<![endif]-->
<!--[if !mso]><!-- -->
<table role=3D"presentation" cellspacing=3D"0"=
cellpadding=3D"0" border=3D"0" align=3D"center" width=3D"602" style=3D"wi=
dth: 100%; max-width: 100%; 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"background-color: #ffffff; border-top-left-radius:=
0px;border-top-right-radius: 0px; ">
<!-- 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"27" 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; ; 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,Helv=
etica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: brea=
k-word !important; white-space: normal; padding-top: 9px; padding-bottom: =
9px; padding-left: 18px; padding-right: 18px;"><p style=3D"text-align:left;=
font-family:Verdana;font-size:15px;color:#505050;letter-spacing:0px;line-he=
ight:1.2;margin:0;word-wrap:break-word !important;font-weight:normal;font-s=
tyle:normal;text-decoration: none"><span style=3D"font-size:10px"><span sty=
le=3D"font-family:Verdana">Click <a cd-link-manager-tab=3D"6" href=3D"https=
://elink.clickdimensions.com/m/1/58468831/02-b21341-69642559cf294fb78d23bb3=
8d1d1a64f/3/897/5f26fd1c-1703-43f2-86f6-d41ce6138dd6" style=3D"color: rgb(0=
, 127, 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"background-color: #ffffff; ">
<!-- 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"28" 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; ; 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]
ns.com/c/7/eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwi=
cmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTg4Njk0MGU5NDh=
iMDQ4YTk5NzI1ZTY5NGU4OTcwNzNhIiwicnEiOiIwMi1iMjEzNDEtNjk2NDI1NTljZjI5NGZiNz=
hkMjNiYjM4ZDFkMWE2NGYiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMCIsInVuIjoiJTdCJ=
TI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdEIiwidSI6Imh0dHBzOi8vcG93ZXJ0b2RlY2lk=
ZS5vcmc_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmV=
jaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC04ODY5ND=
BlOTQ4YjA0OGE5OTcyNWU2OTRlODk3MDczYSZlc2lkPTE0YjQwNDRkLTg2NTctZWMxMS04ZjhmL=
TAwMGQzYTMwNzlmMSJ9/ScfydOdiPsRelkqyH9wkuQ" name=3D"{%22UrlIdOffset%22%3A1}=
" title=3D"[link removed]" target=3D"_blank" cdlinkrefidmso=3D=
"20" ><img class=3D"center-on-narrow cd-image" height=3D"188" width=3D"564"=
style=3D"vertical-align: middle;" src=3D"[link removed]
om/powertodecideorg-axals/files/power_to_decide.png" alt=3D"Power to Decid=
e 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]
/7/eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJj=
b250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTg4Njk0MGU5NDhiMDQ4YTk=
5NzI1ZTY5NGU4OTcwNzNhIiwicnEiOiIwMi1iMjEzNDEtNjk2NDI1NTljZjI5NGZiNzhkMjNiYj=
M4ZDFkMWE2NGYiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMSIsInVuIjoiIiwidSI6Imh0d=
HBzOi8vcG93ZXJ0b2RlY2lkZS5vcmc_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlX=
bHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTA=
wMGQzYTNhY2FmZC04ODY5NDBlOTQ4YjA0OGE5OTcyNWU2OTRlODk3MDczYSZlc2lkPTE0YjQwND=
RkLTg2NTctZWMxMS04ZjhmLTAwMGQzYTMwNzlmMSJ9/i8JhF6rgKgeNtjfnaGigFw" title=
=3D"[link removed]" target=3D"_blank" cdlinkrefid=3D"20" ><img=
class=3D"center-on-narrow cd-image image-a1b137b9f4f1 no-img-edit" height=
=3D"188" width=3D"564" style=3D"vertical-align: middle;" src=3D"[link removed]
e-us.clickdimensions.com/powertodecideorg-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,Helv=
etica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: brea=
k-word !important; white-space: normal; padding-top: 9px; padding-bottom: =
9px; padding-left: 18px; padding-right: 18px;"><p style=3D"margin-left:0in;=
margin-right:0in;font-family:Verdana;font-size:15px;color:#505050;letter-s=
pacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !i=
mportant;font-weight:normal;font-style:normal;text-decoration: none"><span =
style=3D"font-size:15px"><span style=3D"font-family:Verdana">Dear=C2=A0Frie=
nd,=C2=A0</span></span></p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Verdana;font-size=
:15px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;marg=
in:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;t=
ext-decoration: none">=C2=A0</p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Verdana;font-size=
:15px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;marg=
in:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;t=
ext-decoration: none"><span style=3D"font-size:15px"><span style=3D"font-fa=
mily:Verdana">This month, we=E2=80=99re celebrating 25<sup> </sup>years of =
standing up for the power to decide if, when, and under what circumstances =
to get pregnant and have a child. We=E2=80=99re proud to say that we=E2=80=
=99ve been part of some significant successes, including seeing historic de=
clines in teen pregnancy rates, changing public perception around birth con=
trol, and supplying millions of young people with the tools they need to ma=
ke important decisions about their lives. </span></span></p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Verdana;font-size=
:15px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;marg=
in:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;t=
ext-decoration: none">=C2=A0</p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Verdana;font-size=
:15px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;marg=
in:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;t=
ext-decoration: none"><span style=3D"font-size:15px"><span style=3D"font-fa=
mily:Verdana"><strong>Since we kicked off our campaign on Giving Tuesday, o=
ur incredible donor community has come together to raise more than $6,000 i=
n support of young people!</strong> And we want you to <u><strong><a href=
=3D"[link removed]
WNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1=
MDAwZDNhM2FjYWZkLTg4Njk0MGU5NDhiMDQ4YTk5NzI1ZTY5NGU4OTcwNzNhIiwicnEiOiIwMi1=
iMjEzNDEtNjk2NDI1NTljZjI5NGZiNzhkMjNiYjM4ZDFkMWE2NGYiLCJwaCI6bnVsbCwibSI6Zm=
Fsc2UsInVpIjoiMiIsInVuIjoiIiwidSI6Imh0dHBzOi8vcG93ZXJ0b2RlY2lkZS5vcmcvZG9uY=
XRlP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lw=
aWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtODg2OTQwZTk=
0OGIwNDhhOTk3MjVlNjk0ZTg5NzA3M2EmZXNpZD0xNGI0MDQ0ZC04NjU3LWVjMTEtOGY4Zi0wMD=
BkM2EzMDc5ZjEifQ/JcexirU0ThqUoZ5IUZCGyA" style=3D"color: #62b5e5; text-deco=
ration: inherit;">join us</a></strong></u> in being part of Power to Decide=
=E2=80=99s continued success. </span></span></p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Verdana;font-size=
:15px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;marg=
in:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;t=
ext-decoration: none">=C2=A0</p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Verdana;font-size=
:15px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;marg=
in:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;t=
ext-decoration: none"><span style=3D"font-size:15px"><span style=3D"font-fa=
mily:Verdana"><strong>We=E2=80=99re excited to share that several members o=
f our board have come together and pledged to match the first $10,000 in do=
nations we receive=C2=A0through December 31.</strong> That means your gift =
could have double the positive impact on the lives of young people. =C2=A0<=
/span></span></p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Verdana;font-size=
:15px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;marg=
in:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;t=
ext-decoration: none">=C2=A0</p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Verdana;font-size=
:15px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;marg=
in:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;t=
ext-decoration: none"><span style=3D"font-size:15px"><span style=3D"font-fa=
mily:Verdana">A donation of just $5 can help a young person have what they =
need to follow their intentions, reach their goals, and chase their dreams.=
</span></span></p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Verdana;font-size=
:15px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;marg=
in:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;t=
ext-decoration: none">=C2=A0</p>
<p style=3D"font-family:Verdana;font-size:15px;color:#505050;letter-spacing=
:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none"><span style=
=3D"font-size:15px"><span style=3D"font-family:Verdana"><u><strong><a href=
=3D"[link removed]
WNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1=
MDAwZDNhM2FjYWZkLTg4Njk0MGU5NDhiMDQ4YTk5NzI1ZTY5NGU4OTcwNzNhIiwicnEiOiIwMi1=
iMjEzNDEtNjk2NDI1NTljZjI5NGZiNzhkMjNiYjM4ZDFkMWE2NGYiLCJwaCI6bnVsbCwibSI6Zm=
Fsc2UsInVpIjoiMyIsInVuIjoiIiwidSI6Imh0dHBzOi8vcG93ZXJ0b2RlY2lkZS5vcmcvZG9uY=
XRlP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lw=
aWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtODg2OTQwZTk=
0OGIwNDhhOTk3MjVlNjk0ZTg5NzA3M2EmZXNpZD0xNGI0MDQ0ZC04NjU3LWVjMTEtOGY4Zi0wMD=
BkM2EzMDc5ZjEifQ/eQ8SrkL1WJZReQUIkNGmrg" style=3D"color: #62b5e5; text-deco=
ration: inherit;">Join us today!</a></strong></u></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]
ns.com/c/7/eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwi=
cmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTg4Njk0MGU5NDh=
iMDQ4YTk5NzI1ZTY5NGU4OTcwNzNhIiwicnEiOiIwMi1iMjEzNDEtNjk2NDI1NTljZjI5NGZiNz=
hkMjNiYjM4ZDFkMWE2NGYiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiNCIsInVuIjoiJTdCJ=
TI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdEIiwidSI6Imh0dHBzOi8vcG93ZXJ0b2RlY2lk=
ZS5vcmcvZG9uYXRlP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTN=
kJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZm=
QtODg2OTQwZTk0OGIwNDhhOTk3MjVlNjk0ZTg5NzA3M2EmZXNpZD0xNGI0MDQ0ZC04NjU3LWVjM=
TEtOGY4Zi0wMDBkM2EzMDc5ZjEifQ/t6ZipCi3apkUagJsOu3XgA" name=3D"{%22UrlIdOffs=
et%22%3A1}" title=3D"[link removed]" target=3D"_blank" =
cdlinkrefidmso=3D"22" ><img class=3D"center-on-narrow cd-image" height=3D"a=
uto" width=3D"82.80141843971631%" style=3D"vertical-align: middle;" src=3D"=
[link removed]
g25years_0013af590ef227e.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]
/7/eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJj=
b250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTg4Njk0MGU5NDhiMDQ4YTk=
5NzI1ZTY5NGU4OTcwNzNhIiwicnEiOiIwMi1iMjEzNDEtNjk2NDI1NTljZjI5NGZiNzhkMjNiYj=
M4ZDFkMWE2NGYiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiNSIsInVuIjoiIiwidSI6Imh0d=
HBzOi8vcG93ZXJ0b2RlY2lkZS5vcmcvZG9uYXRlP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhK=
clFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTk=
xMWE5ODUwMDBkM2EzYWNhZmQtODg2OTQwZTk0OGIwNDhhOTk3MjVlNjk0ZTg5NzA3M2EmZXNpZD=
0xNGI0MDQ0ZC04NjU3LWVjMTEtOGY4Zi0wMDBkM2EzMDc5ZjEifQ/VyVbTWJyS7SGTN8VonZGrw=
" title=3D"[link removed]" target=3D"_blank" cdlinkref=
id=3D"22" ><img class=3D"center-on-narrow cd-image image-f8ae439155af no-im=
g-edit" height=3D"auto" style=3D"vertical-align: middle;" src=3D"[link removed]
ile-us.clickdimensions.com/powertodecideorg-axals/files/celebrating25years_=
0013af590ef227e.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: 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"background-color: #ffffff; border-bottom-left-radi=
us: 0px;border-bottom-right-radius: 0px; ">
<!-- 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"29" 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; ; 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,Helv=
etica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: brea=
k-word !important; white-space: normal; padding-top: 9px; padding-bottom: =
9px; padding-left: 18px; padding-right: 18px;"><p style=3D"text-align:left;=
font-family:Verdana;font-size:15px;color:#505050;letter-spacing:0px;line-he=
ight:1.2;margin:0;word-wrap:break-word !important;font-weight:normal;font-s=
tyle:normal;text-decoration: none"><span style=3D"font-size:10px"><span sty=
le=3D"font-family:Verdana">=C2=A92021, Power to Decide, the campaign to pre=
vent unplanned pregnancy</span></span></p>
<p style=3D"text-align:left;font-family:Verdana;font-size:15px;color:#50505=
0;letter-spacing:0px;line-height:1.2;margin:0;word-wrap:break-word !importa=
nt;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:Verdana;font-size:15px;color:#50505=
0;letter-spacing:0px;line-height:1.2;margin:0;word-wrap:break-word !importa=
nt;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.=
fax: (202) 478-8588.</span></span></p>
<p style=3D"text-align:left;font-family:Verdana;font-size:15px;color:#50505=
0;letter-spacing:0px;line-height:1.2;margin:0;word-wrap:break-word !importa=
nt;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]
sImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNzU3ZD=
BhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTg4Njk0MGU5NDhiMDQ4YTk5NzI1ZTY5NGU4OTcwNzNhI=
iwicnEiOiIwMi1iMjEzNDEtNjk2NDI1NTljZjI5NGZiNzhkMjNiYjM4ZDFkMWE2NGYiLCJwaCI6=
bnVsbCwibSI6ZmFsc2UsInVpIjoiNiIsInVuIjoiIiwidSI6Imh0dHBzOi8vd3d3LnBvd2VydG9=
kZWNpZGUub3JnLz9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZC=
UzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkL=
Tg4Njk0MGU5NDhiMDQ4YTk5NzI1ZTY5NGU4OTcwNzNhJmVzaWQ9MTRiNDA0NGQtODY1Ny1lYzEx=
LThmOGYtMDAwZDNhMzA3OWYxIn0/3_IL6xvp4Ut4ZajL2pDiJw" target=3D"_blank" style=
=3D"color: rgb(0, 127, 183); text-decoration: none;"><span style=3D"color:#=
007fb7"><u>www.PowertoDecide.org</u></span></a></span></span></p>
<p style=3D"text-align:left;font-family:Verdana;font-size:15px;color:#50505=
0;letter-spacing:0px;line-height:1.2;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"text-align:left;font-family:Verdana;font-size:15px;color:#50505=
0;letter-spacing:0px;line-height:1.2;margin:0;word-wrap:break-word !importa=
nt;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-ma=
nager-tab=3D"5" href=3D"[link removed]
Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzB=
mNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTg4Njk0MGU5NDhiMDQ4YTk5NzI1ZTY5NGU4OT=
cwNzNhIiwicnEiOiIwMi1iMjEzNDEtNjk2NDI1NTljZjI5NGZiNzhkMjNiYjM4ZDFkMWE2NGYiL=
CJwaCI6bnVsbCwibSI6ZmFsc2V9/jXZK32qnGbDaNcien8FKnw" link-metadata=3D"Global=
Unsubscribe" style=3D"color: rgb(0, 127, 183); text-decoration: none;"><spa=
n style=3D"color:#007fb7"><u>here</u></span></a> to unsubscribe or to chang=
e 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_53247376_1722003585.1638901700662--