------=_Part_258305461_1733719089.1639670643488
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-152d79192dc0 {
width: 94%;
height: auto !important;
}
=20
.email-container img.cd-image.image-fe168f810fe5 {
width: 94%;
height: auto !important;
}
=20
}
@media screen and (max-width: 768px) {
=20
.email-container img.cd-image.image-152d79192dc0 {
width: 94%;
height: auto !important;
}
=20
.email-container img.cd-image.image-fe168f810fe5 {
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
=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;'>Support proven solutions! =
=
</span><img src=3D"[link removed]
eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb25=
0YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTM5OGFlMGVlZmFjZDQyYzdhNT=
g1NDIyNGM2YWEzM2FkIiwicnEiOiIwMi1iMjEzNTAtMzJlMGZlY2EzMTFlNDcyNjhiNmU1Zjg5M=
zIwMjJjZDQiLCJwaCI6bnVsbH0/-DikGC305gGGJTKjHA4Zhg" width=3D"1" height=3D"1"=
/><img src=3D"[link removed]
UiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhO=
GU5MTFhOTg1MDAwZDNhM2FjYWZkLTM5OGFlMGVlZmFjZDQyYzdhNTg1NDIyNGM2YWEzM2FkIiwi=
cnEiOiIwMi1iMjEzNTAtMzJlMGZlY2EzMTFlNDcyNjhiNmU1Zjg5MzIwMjJjZDQiLCJwaCI6bnV=
sbH0/-DikGC305gGGJTKjHA4Zhg" 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"26" 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-b21350-32e0feca311e47268b6e5f8=
932022cd4/2/959/c353e42b-d1f8-408c-a345-1591d02eb1e3" 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"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>
<!--[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=
cmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTM5OGFlMGVlZmF=
jZDQyYzdhNTg1NDIyNGM2YWEzM2FkIiwicnEiOiIwMi1iMjEzNTAtMzJlMGZlY2EzMTFlNDcyNj=
hiNmU1Zjg5MzIwMjJjZDQiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMCIsInVuIjoiJTdCJ=
TI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdEIiwidSI6Imh0dHBzOi8vcG93ZXJ0b2RlY2lk=
ZS5vcmc_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmV=
jaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC0zOThhZT=
BlZWZhY2Q0MmM3YTU4NTQyMjRjNmFhMzNhZCZlc2lkPTdjYzQ2MDZhLWMzNWQtZWMxMS04ZjhmL=
TAwMjI0ODBhMGExNyJ9/npqGgsn0uqQM1eMh0oftUQ" 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=
b250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTM5OGFlMGVlZmFjZDQyYzd=
hNTg1NDIyNGM2YWEzM2FkIiwicnEiOiIwMi1iMjEzNTAtMzJlMGZlY2EzMTFlNDcyNjhiNmU1Zj=
g5MzIwMjJjZDQiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMSIsInVuIjoiIiwidSI6Imh0d=
HBzOi8vcG93ZXJ0b2RlY2lkZS5vcmc_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlX=
bHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTA=
wMGQzYTNhY2FmZC0zOThhZTBlZWZhY2Q0MmM3YTU4NTQyMjRjNmFhMzNhZCZlc2lkPTdjYzQ2MD=
ZhLWMzNWQtZWMxMS04ZjhmLTAwMjI0ODBhMGExNyJ9/708nX8juyzr6A2Tf_BIcWg" title=
=3D"[link removed]" target=3D"_blank" cdlinkrefid=3D"20" ><img=
class=3D"center-on-narrow cd-image image-152d79192dc0 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">Did you know that nearly half of all pregnancies in the U.S. =
are unintended? That means countless people each year find themselves in a =
life-altering situation that they didn=E2=80=99t plan for. </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">At Power to Decide, we believe that all young people should h=
ave the opportunity to follow their intentions and pursue their dreams =E2=
=80=93 no matter whether those dreams involve having children now, later, o=
r never. </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">Teens and young adults need accurate and resonant information=
about their sexual health to make important decisions about what=E2=80=99s=
best for their lives. But, <strong>fewer</strong> <strong>than half of U.S=
. high schools teach the sexual health topics that the CDC considers =E2=80=
=9Cessential=E2=80=9D for healthy young people.</strong></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">Friend,=C2=A0right now, we=E2=80=99re leaving young people ac=
ross the country in the dark about critical aspects of their health and liv=
es. </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=
cmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTM5OGFlMGVlZmF=
jZDQyYzdhNTg1NDIyNGM2YWEzM2FkIiwicnEiOiIwMi1iMjEzNTAtMzJlMGZlY2EzMTFlNDcyNj=
hiNmU1Zjg5MzIwMjJjZDQiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMiIsInVuIjoiJTdCJ=
TI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdEIiwidSI6Imh0dHBzOi8vcG93ZXJ0b2RlY2lk=
ZS5vcmcvZG9uYXRlP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTN=
kJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZm=
QtMzk4YWUwZWVmYWNkNDJjN2E1ODU0MjI0YzZhYTMzYWQmZXNpZD03Y2M0NjA2YS1jMzVkLWVjM=
TEtOGY4Zi0wMDIyNDgwYTBhMTcifQ/LU2O4e6BAxizbSc7XqYqOg" name=3D"{%22UrlIdOffs=
et%22%3A1}" title=3D"[link removed]" target=3D"_blank" =
cdlinkrefidmso=3D"38" ><img class=3D"center-on-narrow cd-image" height=3D"2=
82" width=3D"564" style=3D"vertical-align: middle;" src=3D"[link removed]
clickdimensions.com/powertodecideorg-axals/files/couplesittingonsteps-compr=
essed.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=
b250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTM5OGFlMGVlZmFjZDQyYzd=
hNTg1NDIyNGM2YWEzM2FkIiwicnEiOiIwMi1iMjEzNTAtMzJlMGZlY2EzMTFlNDcyNjhiNmU1Zj=
g5MzIwMjJjZDQiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMyIsInVuIjoiIiwidSI6Imh0d=
HBzOi8vcG93ZXJ0b2RlY2lkZS5vcmcvZG9uYXRlP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhK=
clFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTk=
xMWE5ODUwMDBkM2EzYWNhZmQtMzk4YWUwZWVmYWNkNDJjN2E1ODU0MjI0YzZhYTMzYWQmZXNpZD=
03Y2M0NjA2YS1jMzVkLWVjMTEtOGY4Zi0wMDIyNDgwYTBhMTcifQ/3PJKmnbJg0ttSu7BViq3UQ=
" title=3D"[link removed]" target=3D"_blank" cdlinkref=
id=3D"38" ><img class=3D"center-on-narrow cd-image image-fe168f810fe5 no-im=
g-edit" height=3D"282" width=3D"564" style=3D"vertical-align: middle;" src=
=3D"[link removed]
sittingonsteps-compressed.jpg" /></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">A decade ago, =
we launched=C2=A0<u><strong><a href=3D"[link removed]
7/eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb=
250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTM5OGFlMGVlZmFjZDQyYzdh=
NTg1NDIyNGM2YWEzM2FkIiwicnEiOiIwMi1iMjEzNTAtMzJlMGZlY2EzMTFlNDcyNjhiNmU1Zjg=
5MzIwMjJjZDQiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiNCIsInVuIjoiIiwidSI6Imh0dH=
BzOi8vd3d3LmJlZHNpZGVyLm9yZy8_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXb=
HNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAw=
MGQzYTNhY2FmZC0zOThhZTBlZWZhY2Q0MmM3YTU4NTQyMjRjNmFhMzNhZCZlc2lkPTdjYzQ2MDZ=
hLWMzNWQtZWMxMS04ZjhmLTAwMjI0ODBhMGExNyJ9/hmKm7Hvo3ih7sm0saXXsFw" style=3D"=
color: #62b5e5; text-decoration: inherit;">Bedsider.org</a></strong></u> to=
change that. Bedsider is an online birth-control support network that prov=
ides medically-accurate information about birth control and sexual health, =
all in a style accessible to young people. </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">Millions each year use Bedsider=E2=80=99s tools and resources=
to find a health center, learn about birth control methods, and more. What=
=E2=80=99s more, Bedsider is proven to help reduce unplanned pregnancies. I=
n one study, <strong>Bedsider users were four times less likely to experien=
ce an unplanned pregnancy</strong> than those not using Bedsider. </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">When you donate to Power to Decide, your money directly goes =
toward solutions like Bedsider that are proven to work. <strong>Join us to =
ensure that all young people have the power to decide if, when, and under w=
hat circumstances to get pregnant and have a child.</strong></span></span><=
/p>
</td>
</tr><tr>
<td width=3D"560" class=3D"button-block-container=
"
style=3D"box-sizing: border-box;white-space: norm=
al;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;co=
lor:#000; word-wrap: break-word !important; white-space: normal;
padding-top: 20px; padding-bottom: 20px; padding=
-left: 20px; padding-right: 20px; text-align: center;">
<!--[if mso]><table role=3D"presentation" cell=
spacing=3D"0" cellpadding=3D"0" border=3D"0" >
<tr>
<td valign=3D"t=
op" style=3D"padding: 13px; color:
font-weight: n=
ormal; word-wrap: break-word !important;
word-wrap: bre=
ak-word !important; white-space: normal; box-sizing: content-box; text-alig=
n: center;
background-col=
or: #a20067;
border:2px sol=
id #a20067;border-radius:10px;
max-width: 530=
px;">
<p align=3D"=
center" style=3D"font-family: Arial; color: #ffffff; text-align:center; fon=
t-size:20px;"><a class=3D"button-link" href=3D"[link removed]
s.com/c/7/eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwic=
mkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTM5OGFlMGVlZmFj=
ZDQyYzdhNTg1NDIyNGM2YWEzM2FkIiwicnEiOiIwMi1iMjEzNTAtMzJlMGZlY2EzMTFlNDcyNjh=
iNmU1Zjg5MzIwMjJjZDQiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiNSIsInVuIjoiJTdCJT=
I1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdEIiwidSI6Imh0dHBzOi8vcG93ZXJ0b2RlY2lkZ=
S5vcmcvZG9uYXRlP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNk=
JTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQ=
tMzk4YWUwZWVmYWNkNDJjN2E1ODU0MjI0YzZhYTMzYWQmZXNpZD03Y2M0NjA2YS1jMzVkLWVjMT=
EtOGY4Zi0wMDIyNDgwYTBhMTcifQ/cZ3V5aC-xALltBPOHXXMCQ" target=3D"_blank"
name=3D"{%22UrlIdOffset%22%3A1}" cdlinkrefidmso=3D"41=
" style=3D"text-decoration: none; color:#fff; font-family: Arial;
font-weight: normal; display: inline-block;"><span sty=
le=3D"font-family:Verdana">Donate Today!</span></a></p>
</td>
</tr></table><![end=
if]-->
<!--[if !mso]><!-- -->
<a class=3D"button-link" style=3D"display: block;" href=3D"[link removed]
.clickdimensions.com/c/7/eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ2=
1haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkL=
TM5OGFlMGVlZmFjZDQyYzdhNTg1NDIyNGM2YWEzM2FkIiwicnEiOiIwMi1iMjEzNTAtMzJlMGZl=
Y2EzMTFlNDcyNjhiNmU1Zjg5MzIwMjJjZDQiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiNiI=
sInVuIjoiIiwidSI6Imh0dHBzOi8vcG93ZXJ0b2RlY2lkZS5vcmcvZG9uYXRlP19jbGRlZT1ZbW=
xuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY=
3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtMzk4YWUwZWVmYWNkNDJjN2E1ODU0=
MjI0YzZhYTMzYWQmZXNpZD03Y2M0NjA2YS1jMzVkLWVjMTEtOGY4Zi0wMDIyNDgwYTBhMTcifQ/=
J3iUGyujf-bmid4Q_26qWw" target=3D"_blank" cdlinkrefid=3D"41" >
<span class=3D"button-text" style=3D"display: inline-block; vertical-a=
lign: middle; padding: 13px; font-size: 20px;
color: #ffffff; word-wrap: break-word !important; white-space: normal=
; box-sizing: content-box; text-align: center;
background-color: #a20067;
border:2px solid #a20067;border-radius:10px;
max-width: 530px;"><span style=3D"font-family:=
Verdana">Donate Today!</span></span>
</a>
<!--<![endif]-->
</td>
</tr><tr>
<td width=3D"560" class=3D"text-block-container" =
style=3D"box-sizing: border-box;white-space: normal;font-family:Arial,Helve=
tica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break=
-word !important; white-space: normal; padding-top: 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"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>
<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=
BhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTM5OGFlMGVlZmFjZDQyYzdhNTg1NDIyNGM2YWEzM2FkI=
iwicnEiOiIwMi1iMjEzNTAtMzJlMGZlY2EzMTFlNDcyNjhiNmU1Zjg5MzIwMjJjZDQiLCJwaCI6=
bnVsbCwibSI6ZmFsc2UsInVpIjoiNyIsInVuIjoiIiwidSI6Imh0dHBzOi8vd3d3LnBvd2VydG9=
kZWNpZGUub3JnLz9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZC=
UzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkL=
TM5OGFlMGVlZmFjZDQyYzdhNTg1NDIyNGM2YWEzM2FkJmVzaWQ9N2NjNDYwNmEtYzM1ZC1lYzEx=
LThmOGYtMDAyMjQ4MGEwYTE3In0/FY7p70gCX2kmozBQNMKs6w" 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=
mNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTM5OGFlMGVlZmFjZDQyYzdhNTg1NDIyNGM2YW=
EzM2FkIiwicnEiOiIwMi1iMjEzNTAtMzJlMGZlY2EzMTFlNDcyNjhiNmU1Zjg5MzIwMjJjZDQiL=
CJwaCI6bnVsbCwibSI6ZmFsc2V9/DxTEvW0t0lkZjljzD8bJlw" 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_258305461_1733719089.1639670643488--