------=_Part_21819060_334884608.1638815355041
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-ef41f6f6a337 {
width: auto%;
height: auto !important;
}
=20
.email-container img.cd-image.image-e33ee8433b18 {
width: 94%;
height: auto !important;
}
=20
}
@media screen and (max-width: 768px) {
=20
.email-container img.cd-image.image-ef41f6f6a337 {
width: auto%;
height: auto !important;
}
=20
.email-container img.cd-image.image-e33ee8433b18 {
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;'>Thanks for your support. =
=
</span><img src=3D"[link removed]
eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb25=
0YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZT=
YzN2I0NTA3Y2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3O=
DIyZDJhMGYiLCJwaCI6bnVsbH0/IsaywrJosg5nTH43uOVyJg" width=3D"1" height=3D"1"=
/><img src=3D"[link removed]
UiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhO=
GU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxIiwi=
cnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYiLCJwaCI6bnV=
sbH0/IsaywrJosg5nTH43uOVyJg" 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"36" role=3D"presentation" border=
=3D"0" cellpadding=3D"0" cellspacing=3D"0" align=3D"center" width=3D"100%" =
style=3D"max-width:600px;">
<tbody>
<tr>
<td valign=3D"top" width=3D"100%" s=
tyle=3D"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-r=
ight: 0px; ; 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:Arial;font-size:11px;color:#505050;letter-spacing:0px;line-heig=
ht:1.2;margin:0;word-wrap:break-word !important;font-weight:normal;font-sty=
le:normal;text-decoration: none"><span style=3D"font-family:Verdana">Click =
<a cd-link-manager-tab=3D"6" href=3D"[link removed]
58468831/02-b21340-95018b80f0c245f19adeedd7822d2a0f/4/558/f242dd64-f446-42c=
8-a314-aaa379421f58" style=3D"color: rgb(0, 127, 183); text-decoration: non=
e;"><span style=3D"color:#007fb7"><u>here</u></span></a> if you are having =
trouble viewing this message.</span></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div><!--[if mso]></td><![endif]-->
<!--[if mso]>
</tr>
</table>
<![endif]-->
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
<!-- Email Section : END -->
</td>
</tr><tr class=3D"section-block">
<td align=3D"center" height=3D"100%" valign=3D"top"=
width=3D"100%" style=3D"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"37" role=3D"presentation" border=
=3D"0" cellpadding=3D"0" cellspacing=3D"0" align=3D"center" width=3D"100%" =
style=3D"max-width:600px;">
<tbody>
<tr>
<td valign=3D"top" width=3D"100%" s=
tyle=3D"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-r=
ight: 0px; ; 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=
cmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc=
4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMT=
lhZGVlZGQ3ODIyZDJhMGYiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMCIsInVuIjoiJTdCJ=
TI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdEIiwidSI6Imh0dHBzOi8vcG93ZXJ0b2RlY2lk=
ZS5vcmcvY29udGFjdC11cz9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZ=
iUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2=
FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxJmVzaWQ9Nzg3N2E3YzUtYTE1N=
i1lYzExLThmOGYtMDAwZDNhMzA3OWYxIn0/6Vvr3xLrnC0u1Ashg-wd8A" name=3D"{%22UrlI=
dOffset%22%3A1}" title=3D"[link removed]" target=3D"_=
blank" cdlinkrefidmso=3D"20" ><img class=3D"center-on-narrow cd-image" he=
ight=3D"auto" width=3D"35.99290780141844%" style=3D"vertical-align: middle;=
" src=3D"[link removed]
ulse.png" alt=3D"Power to Decide Pulse logo" title=3D"Power to Decide Puls=
e 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=
b250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJ=
iZTYzN2I0NTA3Y2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZG=
Q3ODIyZDJhMGYiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMSIsInVuIjoiIiwidSI6Imh0d=
HBzOi8vcG93ZXJ0b2RlY2lkZS5vcmcvY29udGFjdC11cz9fY2xkZWU9WW1sbmFtRmpheTVpZFd4=
M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDB=
hOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxJm=
VzaWQ9Nzg3N2E3YzUtYTE1Ni1lYzExLThmOGYtMDAwZDNhMzA3OWYxIn0/xom6DqgiTrKlihu_4=
fi0mg" title=3D"[link removed]" target=3D"_blank" =
cdlinkrefid=3D"20" ><img class=3D"center-on-narrow cd-image image-ef41f6f6a=
337 no-img-edit" height=3D"auto" style=3D"vertical-align: middle;" src=3D"=
[link removed]"=
alt=3D"Power to Decide Pulse logo" title=3D"Power to Decide Pulse logo" =
/></a>
</td>
</tr><!--<![endif]--><!--[if mso]>
<tr>
<td width=3D"564" class=3D"stack-column-cen=
ter image-block-container" style=3D"vertical-align: top; text-align: center=
; padding-top: 9px; padding-bottom: 9px; padding-left: 18px; padding-righ=
t: 18px;">
<a href=3D"[link removed]
ns.com/c/7/eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwi=
cmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc=
4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMT=
lhZGVlZGQ3ODIyZDJhMGYiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMiIsInVuIjoiJTdCJ=
TI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdEIiwidSI6Imh0dHBzOi8vd3d3LnBvd2VydG9k=
ZWNpZGUub3JnP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTN=
kJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYj=
lmNDAyOGE1Nzg0NGQxYmJlNjM3YjQ1MDdjYTk0MjEmZXNpZD03ODc3YTdjNS1hMTU2LWVjMTEtO=
GY4Zi0wMDBkM2EzMDc5ZjEifQ/h6GZARx3RLEOwE2uyrZLvA" name=3D"{%22UrlIdOffset%2=
2%3A1}" title=3D"[link removed]" target=3D"_blank" cdlinkr=
efidmso=3D"21" ><img class=3D"center-on-narrow cd-image" height=3D"214" wid=
th=3D"564" style=3D"vertical-align: middle;" src=3D"[link removed]
mensions.com/powertodecideorg-axals/files/herotriptych_newsletter_003.jpg" =
alt=3D"Picture Collage Power to Decide" title=3D"Picture Collage Power to =
Decide" /></a>
</td>
</tr>
<![endif]-->
<!--[if !mso]><!-- --><tr>
<td width=3D"564" class=3D"stack-column-center im=
age-block-container" style=3D"vertical-align: top; box-sizing: border-box; =
text-align: center; padding-top: 9px; padding-bottom: 9px; padding-left: =
18px; padding-right: 18px;">
<a href=3D"[link removed]
/7/eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJj=
b250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJ=
iZTYzN2I0NTA3Y2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZG=
Q3ODIyZDJhMGYiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMyIsInVuIjoiIiwidSI6Imh0d=
HBzOi8vd3d3LnBvd2VydG9kZWNpZGUub3JnP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFH=
ZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE=
5ODUwMDBkM2EzYWNhZmQtYjlmNDAyOGE1Nzg0NGQxYmJlNjM3YjQ1MDdjYTk0MjEmZXNpZD03OD=
c3YTdjNS1hMTU2LWVjMTEtOGY4Zi0wMDBkM2EzMDc5ZjEifQ/V-bUzkjXCXP-0KEwnrskMw" t=
itle=3D"[link removed]" target=3D"_blank" cdlinkrefid=3D"2=
1" ><img class=3D"center-on-narrow cd-image image-e33ee8433b18 no-img-edit"=
height=3D"214" width=3D"564" style=3D"vertical-align: middle;" src=3D"http=
s://file-us.clickdimensions.com/powertodecideorg-axals/files/herotriptych_n=
ewsletter_003.jpg" alt=3D"Picture Collage Power to Decide" title=3D"Pictur=
e Collage Power to Decide" /></a>
</td>
</tr><!--<![endif]-->
<tr>
<td
width=3D"564"
class=3D"stack-column-center social-block-container"
style=3D"font-size: 0; vertical-align: top; text-align: center; padd=
ing-top: 9px; padding-bottom: 5px; padding-left: 18px; padding-right: 18px;=
"
>
<!--[if mso]>
<table role=3D"presentation" cellspacing=3D"0" cellpadding=3D"0" bo=
rder=3D"0" align=3D"center">
<tr>
<td style=3D"padding: 5px;">
<span style=3D"display: inline-block;">
<a
title=3D"Facebook" target=3D"_blank" name=3D"{%22UrlIdOff=
set%22%3A3}" cdlinkrefidmso=3D"22_0"
style=3D"text-decoration: none;"
href=3D"[link removed]
0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5Nz=
BmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y=
2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYi=
LCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiNCIsInVuIjoiJTdCJTI1MjJVcmxJZE9mZnNldCU=
yNTIyJTI1M0EzJTdEIiwidSI6Imh0dHA6Ly9hbmFseXRpY3MuY2xpY2tkaW1lbnNpb25zLmNvbS=
9Tb2NpYWxMaW5rcy5hc3B4P2RhdGE9WDJ4cGJtczlhSFIwY0RvdkwyRnVZV3g1ZEdsamN5NWpiR=
2xqYTJScGJXVnVjMmx2Ym5NdVkyOXRMMlZ0WVdsc1kyOXVkR1Z1ZEM5aGVFRnNjMjVFUlZOWU0w=
aGhjRUZRYTBFbVgyRnJQV0Y0UVd4emJrUkZVMWd6U0dGd1FWQnJRU1pmWVdOMFBURW1YM1I1Y0d=
VOU1TWmZiWE5uUFElM0QlM0QmX3JpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZD=
NhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxJl9lcz03ODc3YTdjNS1hM=
TU2LWVjMTEtOGY4Zi0wMDBkM2EzMDc5ZjEmX2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdk=
dFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk=
4NTAwMGQzYTNhY2FmZC1iOWY0MDI4YTU3ODQ0ZDFiYmU2MzdiNDUwN2NhOTQyMSZlc2lkPTc4Nz=
dhN2M1LWExNTYtZWMxMS04ZjhmLTAwMGQzYTMwNzlmMSJ9/kRNd87v5cB0QLIZ8pvy6CA"
>
<img
class=3D"social" width=3D"110" height=3D"32"
style=3D"width: 110px; height: 32px; margin: 5px;"
src=3D"[link removed]
/DndEditor_v2/social_share/circle/full/facebook.png"
>
</a>
</span>
</td>
<td style=3D"padding: 5px;">
<span style=3D"display: inline-block;">
<a
title=3D"Twitter" target=3D"_blank" name=3D"{%22UrlIdOffs=
et%22%3A3}" cdlinkrefidmso=3D"22_1"
style=3D"text-decoration: none;"
href=3D"[link removed]
0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5Nz=
BmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y=
2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYi=
LCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiNSIsInVuIjoiJTdCJTI1MjJVcmxJZE9mZnNldCU=
yNTIyJTI1M0EzJTdEIiwidSI6Imh0dHA6Ly9hbmFseXRpY3MuY2xpY2tkaW1lbnNpb25zLmNvbS=
9Tb2NpYWxMaW5rcy5hc3B4P2RhdGE9WDJ4cGJtczlhSFIwY0RvdkwyRnVZV3g1ZEdsamN5NWpiR=
2xqYTJScGJXVnVjMmx2Ym5NdVkyOXRMMlZ0WVdsc1kyOXVkR1Z1ZEM5aGVFRnNjMjVFUlZOWU0w=
aGhjRUZRYTBFbVgyRnJQV0Y0UVd4emJrUkZVMWd6U0dGd1FWQnJRU1pmWVdOMFBURW1YM1I1Y0d=
VOU15WmZiWE5uUFElM0QlM0QmX3JpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZD=
NhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxJl9lcz03ODc3YTdjNS1hM=
TU2LWVjMTEtOGY4Zi0wMDBkM2EzMDc5ZjEmX2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdk=
dFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk=
4NTAwMGQzYTNhY2FmZC1iOWY0MDI4YTU3ODQ0ZDFiYmU2MzdiNDUwN2NhOTQyMSZlc2lkPTc4Nz=
dhN2M1LWExNTYtZWMxMS04ZjhmLTAwMGQzYTMwNzlmMSJ9/1ljVH3dGLEeZyuanKgYifg"
>
<img
class=3D"social" width=3D"110" height=3D"32"
style=3D"width: 110px; height: 32px; margin: 5px;"
src=3D"[link removed]
/DndEditor_v2/social_share/circle/full/twitter.png"
>
</a>
</span>
</td>
<td style=3D"padding: 5px;">
<span style=3D"display: inline-block;">
<a
title=3D"LinkedIn" target=3D"_blank" name=3D"{%22UrlIdOff=
set%22%3A3}" cdlinkrefidmso=3D"22_2"
style=3D"text-decoration: none;"
href=3D"[link removed]
0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5Nz=
BmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y=
2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYi=
LCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiNiIsInVuIjoiJTdCJTI1MjJVcmxJZE9mZnNldCU=
yNTIyJTI1M0EzJTdEIiwidSI6Imh0dHA6Ly9hbmFseXRpY3MuY2xpY2tkaW1lbnNpb25zLmNvbS=
9Tb2NpYWxMaW5rcy5hc3B4P2RhdGE9WDJ4cGJtczlhSFIwY0RvdkwyRnVZV3g1ZEdsamN5NWpiR=
2xqYTJScGJXVnVjMmx2Ym5NdVkyOXRMMlZ0WVdsc1kyOXVkR1Z1ZEM5aGVFRnNjMjVFUlZOWU0w=
aGhjRUZRYTBFbVgyRnJQV0Y0UVd4emJrUkZVMWd6U0dGd1FWQnJRU1pmWVdOMFBURW1YM1I1Y0d=
VOU1pWmZiWE5uUFElM0QlM0QmX3JpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZD=
NhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxJl9lcz03ODc3YTdjNS1hM=
TU2LWVjMTEtOGY4Zi0wMDBkM2EzMDc5ZjEmX2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdk=
dFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk=
4NTAwMGQzYTNhY2FmZC1iOWY0MDI4YTU3ODQ0ZDFiYmU2MzdiNDUwN2NhOTQyMSZlc2lkPTc4Nz=
dhN2M1LWExNTYtZWMxMS04ZjhmLTAwMGQzYTMwNzlmMSJ9/RCIaLCG3wh6Lp3Kz-03QVg"
>
<img
class=3D"social" width=3D"110" height=3D"32"
style=3D"width: 110px; height: 32px; margin: 5px;"
src=3D"[link removed]
/DndEditor_v2/social_share/circle/full/linkedin.png"
>
</a>
</span>
</td>
</tr>
</table>
<![endif]--> <!--[if !mso]><!-->
<span style=3D"display: inline-block;">
<a
title=3D"Facebook" target=3D"_blank" cdlinkrefid=3D"22_0"
style=3D"text-decoration: none;"
href=3D"[link removed]
4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNz=
U3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5N=
DIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYiLCJw=
aCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiNyIsInVuIjoiIiwidSI6Imh0dHA6Ly9hbmFseXRpY3M=
uY2xpY2tkaW1lbnNpb25zLmNvbS9Tb2NpYWxMaW5rcy5hc3B4P2RhdGE9WDJ4cGJtczlhSFIwY0=
RvdkwyRnVZV3g1ZEdsamN5NWpiR2xqYTJScGJXVnVjMmx2Ym5NdVkyOXRMMlZ0WVdsc1kyOXVkR=
1Z1ZEM5aGVFRnNjMjVFUlZOWU0waGhjRUZRYTBFbVgyRnJQV0Y0UVd4emJrUkZVMWd6U0dGd1FW=
QnJRU1pmWVdOMFBURW1YM1I1Y0dVOU1TWmZiWE5uUFElM0QlM0QmX3JpZD1jb250YWN0LTU5NzB=
mNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2=
E5NDIxJl9lcz03ODc3YTdjNS1hMTU2LWVjMTEtOGY4Zi0wMDBkM2EzMDc5ZjEmX2NsZGVlPVltb=
G5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFj=
dC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iOWY0MDI4YTU3ODQ0ZDFiYmU2Mzd=
iNDUwN2NhOTQyMSZlc2lkPTc4NzdhN2M1LWExNTYtZWMxMS04ZjhmLTAwMGQzYTMwNzlmMSJ9/G=
cPFz1HGrGBDaThWgMhtxg"
>
<img
class=3D"social" width=3D"110" height=3D"32"
style=3D"width: 110px; height: 32px; margin: 5px;"
src=3D"[link removed]
Editor_v2/social_share/circle/full/facebook.png"
>
</a>
</span>
<span style=3D"display: inline-block;">
<a
title=3D"Twitter" target=3D"_blank" cdlinkrefid=3D"22_1"
style=3D"text-decoration: none;"
href=3D"[link removed]
4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNz=
U3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5N=
DIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYiLCJw=
aCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiOCIsInVuIjoiIiwidSI6Imh0dHA6Ly9hbmFseXRpY3M=
uY2xpY2tkaW1lbnNpb25zLmNvbS9Tb2NpYWxMaW5rcy5hc3B4P2RhdGE9WDJ4cGJtczlhSFIwY0=
RvdkwyRnVZV3g1ZEdsamN5NWpiR2xqYTJScGJXVnVjMmx2Ym5NdVkyOXRMMlZ0WVdsc1kyOXVkR=
1Z1ZEM5aGVFRnNjMjVFUlZOWU0waGhjRUZRYTBFbVgyRnJQV0Y0UVd4emJrUkZVMWd6U0dGd1FW=
QnJRU1pmWVdOMFBURW1YM1I1Y0dVOU15WmZiWE5uUFElM0QlM0QmX3JpZD1jb250YWN0LTU5NzB=
mNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2=
E5NDIxJl9lcz03ODc3YTdjNS1hMTU2LWVjMTEtOGY4Zi0wMDBkM2EzMDc5ZjEmX2NsZGVlPVltb=
G5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFj=
dC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iOWY0MDI4YTU3ODQ0ZDFiYmU2Mzd=
iNDUwN2NhOTQyMSZlc2lkPTc4NzdhN2M1LWExNTYtZWMxMS04ZjhmLTAwMGQzYTMwNzlmMSJ9/m=
aVzX5ZHHA2eosYi_VW9Zg"
>
<img
class=3D"social" width=3D"110" height=3D"32"
style=3D"width: 110px; height: 32px; margin: 5px;"
src=3D"[link removed]
Editor_v2/social_share/circle/full/twitter.png"
>
</a>
</span>
<span style=3D"display: inline-block;">
<a
title=3D"LinkedIn" target=3D"_blank" cdlinkrefid=3D"22_2"
style=3D"text-decoration: none;"
href=3D"[link removed]
4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNz=
U3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5N=
DIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYiLCJw=
aCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiOSIsInVuIjoiIiwidSI6Imh0dHA6Ly9hbmFseXRpY3M=
uY2xpY2tkaW1lbnNpb25zLmNvbS9Tb2NpYWxMaW5rcy5hc3B4P2RhdGE9WDJ4cGJtczlhSFIwY0=
RvdkwyRnVZV3g1ZEdsamN5NWpiR2xqYTJScGJXVnVjMmx2Ym5NdVkyOXRMMlZ0WVdsc1kyOXVkR=
1Z1ZEM5aGVFRnNjMjVFUlZOWU0waGhjRUZRYTBFbVgyRnJQV0Y0UVd4emJrUkZVMWd6U0dGd1FW=
QnJRU1pmWVdOMFBURW1YM1I1Y0dVOU1pWmZiWE5uUFElM0QlM0QmX3JpZD1jb250YWN0LTU5NzB=
mNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2=
E5NDIxJl9lcz03ODc3YTdjNS1hMTU2LWVjMTEtOGY4Zi0wMDBkM2EzMDc5ZjEmX2NsZGVlPVltb=
G5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFj=
dC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iOWY0MDI4YTU3ODQ0ZDFiYmU2Mzd=
iNDUwN2NhOTQyMSZlc2lkPTc4NzdhN2M1LWExNTYtZWMxMS04ZjhmLTAwMGQzYTMwNzlmMSJ9/7=
rZKLNMOXiq-E4GmEJcALQ"
>
<img
class=3D"social" width=3D"110" height=3D"32"
style=3D"width: 110px; height: 32px; margin: 5px;"
src=3D"[link removed]
Editor_v2/social_share/circle/full/linkedin.png"
>
</a>
</span>
<!--<![endif]-->
</td>
</tr><tr>
<td width=3D"564" class=3D"text-block-container"=
style=3D"box-sizing: border-box;white-space: normal;font-family:Arial,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"font-family:Aria=
l;font-size:11px;color:#505050;letter-spacing:0px;line-height:1.2;text-alig=
n:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-sty=
le:normal;text-decoration: none"><span style=3D"color:#2889e9"><span style=
=3D"font-size:17px"><span style=3D"font-family:Verdana">NEWS FROM POWER TO =
DECIDE</span></span></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana"><strong>Happy Holidays=
From Our Family to Yours</strong></span></span><br>
=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana"><img class=3D"ck-edito=
r-embedded-image" src=3D"[link removed]
rg-axals/files/screenshot17.png?m=3D12/6/2021%203:05:22%20PM" style=3D"vert=
ical-align: text-bottom; border-color: rgb(0, 0, 0); width: 550px; height: =
310px;" width=3D"550" height=3D"310"></span></span><br>
=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">=E2=80=98Tis the seaso=
n of joy and giving! We at Power to Decide would like to express our thanks=
to you for <a cd-link-manager-tab=3D"1" href=3D"[link removed]
ons.com/c/7/eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiw=
icmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNT=
c4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmM=
TlhZGVlZGQ3ODIyZDJhMGYiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMTAiLCJ1biI6IiIs=
InUiOiJodHRwczovL3Bvd2VydG9kZWNpZGUub3JnL1Byb3RlY3RCQz9fY2xkZWU9WW1sbmFtRmp=
heTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5Nz=
BmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y=
2E5NDIxJmVzaWQ9Nzg3N2E3YzUtYTE1Ni1lYzExLThmOGYtMDAwZDNhMzA3OWYxIn0/3rL0fJpu=
gubOi_CxI-Lhkw" target=3D"_blank" style=3D"color: #0c00ff; text-decoration:=
none;">supporting young people=E2=80=99s </a>power to decide if, when, and=
under what circumstances to get pregnant and have a child. We look forward=
to working with all of you in 2022, and wish you, your colleagues, and fam=
ily a happy and healthy holiday season.</span></span><br>
=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana"><strong>We Won a Short=
y Award!</strong></span></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><br>
<span style=3D"font-size:14px"><span style=3D"font-family:Verdana"><img cla=
ss=3D"ck-editor-embedded-image" src=3D"[link removed]
powertodecideorg-axals/files/shortyaward.jpeg?m=3D12/6/2021%202:58:40%20PM"=
style=3D"vertical-align: text-bottom; border-color: rgb(0, 0, 0); width: 5=
50px; height: 281px;" width=3D"550" height=3D"281"></span></span><br>
=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">We=E2=80=99re proud to=
announce that our 2020 #ThxBirthControl campaign won silver in this year=
=E2=80=99s <a cd-link-manager-tab=3D"1" href=3D"[link removed]
ns.com/c/7/eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwi=
cmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc=
4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMT=
lhZGVlZGQ3ODIyZDJhMGYiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMTEiLCJ1biI6IiIsI=
nUiOiJodHRwczovL3R3aXR0ZXIuY29tL3Nob3J0eWF3YXJkcy9zdGF0dXMvMTQ1ODEyNDQ2NzI5=
MzQxMzM4Mj9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZ=
yZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5Zj=
QwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxJmVzaWQ9Nzg3N2E3YzUtYTE1Ni1lYzExLThmO=
GYtMDAwZDNhMzA3OWYxIn0/ekP8fb9sOm7up_CoP_ZzoA" target=3D"_blank" style=3D"c=
olor: #0c00ff; text-decoration: none;">Shorty Impact Awards</a>. The Short =
Awards is an international awards competition that honors organizations cre=
ating the best social media and digital content in their field.=C2=A0</span=
></span><br>
=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana"><strong>Another Succes=
sful #ThxBirthControl Day</strong></span></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><br>
<span style=3D"font-size:14px"><span style=3D"font-family:Verdana">For the =
ninth year in a row, we spread birth control love across social media and t=
old the world why we say, =E2=80=9Cthanks, birth control!=E2=80=9D=C2=A0</s=
pan></span><br>
=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana"><a href=3D"[link removed]
nk.clickdimensions.com/c/7/eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtA=
Z21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZ=
kLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMT=
hiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiM=
TIiLCJ1biI6IiIsInUiOiJodHRwczovL3d3dy5pbnN0YWdyYW0uY29tL3AvQ1dhaFg1ckxiUzQv=
P19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWV=
udGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYjlmNDAyOGE1Nz=
g0NGQxYmJlNjM3YjQ1MDdjYTk0MjEmZXNpZD03ODc3YTdjNS1hMTU2LWVjMTEtOGY4Zi0wMDBkM=
2EzMDc5ZjEifQ/_gk8HEXMg6uO7OH_eSPv8A" style=3D"color: #0c00ff; text-decorat=
ion: none;"><img class=3D"ck-editor-embedded-image" src=3D"[link removed]
clickdimensions.com/powertodecideorg-axals/files/screenshot2021-12-06100910=
.png?m=3D12/6/2021%203:09:34%20PM" style=3D"vertical-align: text-bottom; bo=
rder-color: #000000;"></a></span></span><br>
=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">Thank you to everyone =
who participated in <a cd-link-manager-tab=3D"1" href=3D"[link removed]
kdimensions.com/c/7/eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWw=
uY29tIiwicmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5Zj=
QwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmM=
GMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMTMiLCJ1=
biI6IiIsInUiOiJodHRwczovL3Bvd2VydG9kZWNpZGUub3JnL3RoeGJpcnRoY29udHJvbD9fY2x=
kZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD=
1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkM=
WJiZTYzN2I0NTA3Y2E5NDIxJmVzaWQ9Nzg3N2E3YzUtYTE1Ni1lYzExLThmOGYtMDAwZDNhMzA3=
OWYxIn0/5pu20ApI4tqKwcT0X8D1bA" target=3D"_blank" style=3D"color: #0c00ff; =
text-decoration: none;">Thanks, Birth Control Day </a>this year! Together w=
e told the world why birth control matters and why we love our methods. Che=
ck out highlights from this year=E2=80=99s incredible celebration on our <a=
cd-link-manager-tab=3D"1" href=3D"[link removed]
JhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250Y=
WN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYz=
N2I0NTA3Y2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODI=
yZDJhMGYiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMTQiLCJ1biI6IiIsInUiOiJodHRwcz=
ovL3Bvd2VydG9kZWNpZGUub3JnL2Jsb2cvc3Rvcmllcy1wb3dlci1kZWNpZGU_X2NsZGVlPVltb=
G5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFj=
dC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iOWY0MDI4YTU3ODQ0ZDFiYmU2Mzd=
iNDUwN2NhOTQyMSZlc2lkPTc4NzdhN2M1LWExNTYtZWMxMS04ZjhmLTAwMGQzYTMwNzlmMSJ9/Y=
efn3YOq9pmjwPx2Uur-6g" target=3D"_blank" style=3D"color: #0c00ff; text-deco=
ration: none;">Stories page</a>.=C2=A0</span></span><br>
=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana"><strong>Our Newest Pow=
er Player</strong></span></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><br>
<span style=3D"font-size:14px"><span style=3D"font-family:Verdana"><img cla=
ss=3D"ck-editor-embedded-image" src=3D"[link removed]
powertodecideorg-axals/files/wilson-beattiepromo.png?m=3D12/6/2021%203:10:1=
9%20PM" style=3D"vertical-align: text-bottom; border-color: rgb(0, 0, 0); w=
idth: 550px; height: 550px;" width=3D"550" height=3D"550"></span></span><br=
>
=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">We=E2=80=99re committe=
d to uplifting the many champions who support young people=E2=80=99s reprod=
uctive well-being. This month=E2=80=99s power player is Robin Wilson-Beatti=
e, Disability Sexual and Reproductive Health Educator, Research, Writer, an=
d Speaker. <a cd-link-manager-tab=3D"1" href=3D"[link removed]
ns.com/c/7/eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwi=
cmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc=
4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMT=
lhZGVlZGQ3ODIyZDJhMGYiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMTUiLCJ1biI6IiIsI=
nUiOiJodHRwczovL3Bvd2VydG9kZWNpZGUub3JnL25ld3Mvbm92ZW1iZXItMjAyMS1wb3dlci1w=
bGF5ZXI_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmV=
jaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iOWY0MD=
I4YTU3ODQ0ZDFiYmU2MzdiNDUwN2NhOTQyMSZlc2lkPTc4NzdhN2M1LWExNTYtZWMxMS04ZjhmL=
TAwMGQzYTMwNzlmMSJ9/Xzv8DGslTTwH4miGYB5ClA" target=3D"_blank" style=3D"colo=
r: #0c00ff; text-decoration: none;">Read her story</a>.=C2=A0</span></span>=
</p>
</td>
</tr><tr>
<td width=3D"560" class=3D"text-block-container" =
style=3D"box-sizing: border-box;white-space: normal;font-family:Arial,Helve=
tica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break=
-word !important; white-space: normal; padding-top: 20px; padding-bottom: =
20px; padding-left: 20px; padding-right: 20px;">
<table role=3D"presentation" cellspacing=3D"0" c=
ellpadding=3D"0" style=3D"border-collapse: collapse; border-spacing: 0; ver=
tical-align: top; width: 100%; min-width: 100%;
border-bottom-width: 1px;
border-bottom-color: #000000;
border-bottom-style: solid;" width=3D"100%=
" >
<tr>
<td style=3D"border: 0 none transparent; pa=
dding: 0; vertical-align: top; width: 100%; font-size: 0; line-height: 0;">=
=C2=A0</td>
</tr>
</table> =20
</td>
</tr><tr>
<td width=3D"560" class=3D"text-block-container"=
style=3D"box-sizing: border-box;white-space: normal;font-family:Arial,Helv=
etica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: brea=
k-word !important; white-space: normal; padding-top: 20px; padding-bottom:=
20px; padding-left: 20px; padding-right: 20px;"><p style=3D"font-family:Ar=
ial;font-size:11px;color:#505050;letter-spacing:0px;line-height:1.2;text-al=
ign:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-s=
tyle:normal;text-decoration: none"><span style=3D"font-size:17px"><span sty=
le=3D"font-family:Verdana"><span style=3D"color:#2889e9">POLICY UPDATES</sp=
an></span></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana"><strong>Access to Birt=
h Control Act Reintroduced in Congress</strong></span></span><br>
=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">Last month, Senator Bo=
oker and Representative Maloney reintroduced the <a cd-link-manager-tab=3D"=
1" href=3D"[link removed]
JiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5M=
TFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxIiwicnEi=
OiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYiLCJwaCI6bnVsbCw=
ibSI6ZmFsc2UsInVpIjoiMTYiLCJ1biI6IiIsInUiOiJodHRwczovL3d3dy5ib29rZXIuc2VuYX=
RlLmdvdi9uZXdzL3ByZXNzL2Jvb2tlci1tdXJyYXktbWVuZW5kZXotbWFsb25leS1rZWxseS1hb=
mQtcG9ydGVyLWxlYWQtb3Zlci0xMDAtZGVtb2NyYXRzLWluLWludHJvZHVjaW5nLXRoZS1hY2Nl=
c3MtdG8tYmlydGgtY29udHJvbC1hY3Q_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFl=
XbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NT=
AwMGQzYTNhY2FmZC1iOWY0MDI4YTU3ODQ0ZDFiYmU2MzdiNDUwN2NhOTQyMSZlc2lkPTc4NzdhN=
2M1LWExNTYtZWMxMS04ZjhmLTAwMGQzYTMwNzlmMSJ9/E7Xy9NUy9M0blBlW_qxI4Q" target=
=3D"_blank" style=3D"color: #0c00ff; text-decoration: none;">Access to Birt=
h Control Act</a>. This bill ensures that no one is refused birth control o=
r related medications at a pharmacy. <a cd-link-manager-tab=3D"1" href=3D"h=
ttps://elink.clickdimensions.com/c/7/eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLm=
J1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZ=
DNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxIiwicnEiOiIwMi1iMjEz=
NDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYiLCJwaCI6bnVsbCwibSI6ZmFsc2U=
sInVpIjoiMTciLCJ1biI6IiIsInUiOiJodHRwczovL3R3aXR0ZXIuY29tL3Bvd2VydG9kZWNpZG=
Uvc3RhdHVzLzE0NjEwNDgyNjEwODM2MzU3Mjg_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyU=
UdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTEx=
YTk4NTAwMGQzYTNhY2FmZC1iOWY0MDI4YTU3ODQ0ZDFiYmU2MzdiNDUwN2NhOTQyMSZlc2lkPTc=
4NzdhN2M1LWExNTYtZWMxMS04ZjhmLTAwMGQzYTMwNzlmMSJ9/5zbB96dSj4RdYdq9akmcMw" t=
arget=3D"_blank" style=3D"color: #0c00ff; text-decoration: none;">Power to =
Decide </a>is one of <a cd-link-manager-tab=3D"1" href=3D"[link removed]
ckdimensions.com/c/7/eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haW=
wuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5Z=
jQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBm=
MGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMTgiLCJ=
1biI6IiIsInUiOiJodHRwczovL292ZXJzaWdodC5ob3VzZS5nb3Yvc2l0ZXMvZGVtb2NyYXRzLm=
92ZXJzaWdodC5ob3VzZS5nb3YvZmlsZXMvRW5kb3JzZXJzIG9mIHRoZSBBY2Nlc3MgdG8gQmlyd=
GggQ29udHJvbCBBY3QucGRmP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1O=
dmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2E=
zYWNhZmQtYjlmNDAyOGE1Nzg0NGQxYmJlNjM3YjQ1MDdjYTk0MjEmZXNpZD03ODc3YTdjNS1hMT=
U2LWVjMTEtOGY4Zi0wMDBkM2EzMDc5ZjEifQ/KaTA99rXB1LNTDorL4aLGA" target=3D"_bla=
nk" style=3D"color: #0c00ff; text-decoration: none;">fifty organizations </=
a>that endorsed the bill.=C2=A0</span></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana"><strong>Updated State =
Contraceptive Landscape Fact Sheets</strong></span></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><br>
<span style=3D"font-size:14px"><span style=3D"font-family:Verdana">We recen=
tly updated our contraceptive landscape fact sheets for <a cd-link-manager-=
tab=3D"1" href=3D"[link removed]
sImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNzU3ZD=
BhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxI=
iwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYiLCJwaCI6=
bnVsbCwibSI6ZmFsc2UsInVpIjoiMTkiLCJ1biI6IiIsInUiOiJodHRwczovL3Bvd2VydG9kZWN=
pZGUub3JnL3doYXQtd2UtZG8vaW5mb3JtYXRpb24vcmVzb3VyY2UtbGlicmFyeS9jb250cmFjZX=
B0aXZlLWFjY2Vzcy1pbGxpbm9pcz9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc=
0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAw=
ZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxJmVzaWQ9Nzg3N2E3YzU=
tYTE1Ni1lYzExLThmOGYtMDAwZDNhMzA3OWYxIn0/1JhRXMLzO2ysWfkDhWVk2w" target=3D"=
_blank" style=3D"color: #0c00ff; text-decoration: none;">Illinois </a>and <=
a cd-link-manager-tab=3D"1" href=3D"[link removed]
yJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250=
YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTY=
zN2I0NTA3Y2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3OD=
IyZDJhMGYiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMjAiLCJ1biI6IiIsInUiOiJodHRwc=
zovL3Bvd2VydG9kZWNpZGUub3JnL3doYXQtd2UtZG8vaW5mb3JtYXRpb24vcmVzb3VyY2UtbGli=
cmFyeS9jb250cmFjZXB0aXZlLWFjY2Vzcy1pb3dhP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVh=
KclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZT=
kxMWE5ODUwMDBkM2EzYWNhZmQtYjlmNDAyOGE1Nzg0NGQxYmJlNjM3YjQ1MDdjYTk0MjEmZXNpZ=
D03ODc3YTdjNS1hMTU2LWVjMTEtOGY4Zi0wMDBkM2EzMDc5ZjEifQ/Zyu3mn0qkYehZukDXnhMf=
Q" target=3D"_blank" style=3D"color: #0c00ff; text-decoration: none;">Iowa<=
/a>, based on our latest clinic data. You can find all of our state contrac=
eptive landscape fact sheets <a cd-link-manager-tab=3D"1" href=3D"[link removed]
link.clickdimensions.com/c/7/eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcm=
tAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjY=
WZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUw=
MThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjo=
iMjEiLCJ1biI6IiIsInUiOiJodHRwczovL3Bvd2VydG9kZWNpZGUub3JnL3RhZ3Mvc3RhdGUtY2=
9udHJhY2VwdGl2ZS1hY2Nlc3M_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMb=
U52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQz=
YTNhY2FmZC1iOWY0MDI4YTU3ODQ0ZDFiYmU2MzdiNDUwN2NhOTQyMSZlc2lkPTc4NzdhN2M1LWE=
xNTYtZWMxMS04ZjhmLTAwMGQzYTMwNzlmMSJ9/vlBWbmPVY7AmduS85IJm2Q" target=3D"_bl=
ank" style=3D"color: #0c00ff; text-decoration: none;">here</a>. Be sure to =
check back later this month as we=E2=80=99ll be publishing new ones for Ind=
iana and Oregon.</span></span></p>
</td>
</tr><tr>
<td width=3D"560" class=3D"text-block-container" =
style=3D"box-sizing: border-box;white-space: normal;font-family:Arial,Helve=
tica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break=
-word !important; white-space: normal; padding-top: 20px; padding-bottom: =
20px; padding-left: 20px; padding-right: 20px;">
<table role=3D"presentation" cellspacing=3D"0" c=
ellpadding=3D"0" style=3D"border-collapse: collapse; border-spacing: 0; ver=
tical-align: top; width: 100%; min-width: 100%;
border-bottom-width: 1px;
border-bottom-color: #000000;
border-bottom-style: solid;" width=3D"100%=
" >
<tr>
<td style=3D"border: 0 none transparent; pa=
dding: 0; vertical-align: top; width: 100%; font-size: 0; line-height: 0;">=
=C2=A0</td>
</tr>
</table> =20
</td>
</tr><tr>
<td width=3D"560" class=3D"text-block-container"=
style=3D"box-sizing: border-box;white-space: normal;font-family:Arial,Helv=
etica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: brea=
k-word !important; white-space: normal; padding-top: 20px; padding-bottom:=
20px; padding-left: 20px; padding-right: 20px;"><p style=3D"font-family:Ar=
ial;font-size:11px;color:#505050;letter-spacing:0px;line-height:1.2;text-al=
ign:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-s=
tyle:normal;text-decoration: none"><span style=3D"font-size:17px"><span sty=
le=3D"font-family:Verdana"><span style=3D"color:#2889e9">POWER UPDATES</spa=
n></span></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana"><a cd-link-manager-tab=
=3D"1" href=3D"[link removed]
UiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhO=
GU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxIiwi=
cnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYiLCJwaCI6bnV=
sbCwibSI6ZmFsc2UsInVpIjoiMjIiLCJ1biI6IiIsInUiOiJodHRwczovL3Bvd2VydG9kZWNpZG=
Uub3JnL25ld3Mvbm92ZW1iZXItMjAyMS1wb3dlci11cGRhdGVzLWVkaXRpb24_X2NsZGVlPVltb=
G5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFj=
dC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iOWY0MDI4YTU3ODQ0ZDFiYmU2Mzd=
iNDUwN2NhOTQyMSZlc2lkPTc4NzdhN2M1LWExNTYtZWMxMS04ZjhmLTAwMGQzYTMwNzlmMSJ9/c=
XnHGVGyftxSW6OaenLLaQ" target=3D"_blank" style=3D"color: #0c00ff; text-deco=
ration: none;">Click here </a>to see the top publications and articles on s=
exual health published in the last month.</span></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana"><strong>New Birth Cont=
rol Materials Available</strong></span></span><br>
=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">For more than two deca=
des, Power to Decide has been recognized for our effective communications w=
ork and research-based materials that are both authoritative and accessible=
. We have partnered with numerous organizations over the years, and most re=
cently we teamed up with the American College of Rheumatology (ACR). We sur=
veyed ACR experts and reviewed professional recommendations on reproductive=
health for people with rheumatic and musculoskeletal diseases to understan=
d the key considerations for birth control, including emergency contracepti=
on. =C2=A0</span></span><br>
=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">Based on our results w=
e created multiple resources for health care providers to use when counseli=
ng people with rheumatic and musculoskeletal diseases as well as an article=
for consumers on their birth control options. Read all about this partners=
hip and see the materials we created <a cd-link-manager-tab=3D"1" href=3D"h=
ttps://elink.clickdimensions.com/c/7/eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLm=
J1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZ=
DNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxIiwicnEiOiIwMi1iMjEz=
NDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYiLCJwaCI6bnVsbCwibSI6ZmFsc2U=
sInVpIjoiMjMiLCJ1biI6IiIsInUiOiJodHRwczovL3Bvd2VydG9kZWNpZGUub3JnL3NpdGVzL2=
RlZmF1bHQvZmlsZXMvMjAyMS0xMS9BQ1ItUG93ZXIgdG8gRGVjaWRlIENhc2UgU3R1ZHkgMjAyM=
S5wZGY_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVj=
aXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iOWY0MDI=
4YTU3ODQ0ZDFiYmU2MzdiNDUwN2NhOTQyMSZlc2lkPTc4NzdhN2M1LWExNTYtZWMxMS04ZjhmLT=
AwMGQzYTMwNzlmMSJ9/9K-ZTw_AKeqymr71aixADg" target=3D"_blank" style=3D"color=
: #0c00ff; text-decoration: none;">in this case study</a>.=C2=A0</span></sp=
an></p>
</td>
</tr><tr>
<td width=3D"560" class=3D"text-block-container" =
style=3D"box-sizing: border-box;white-space: normal;font-family:Arial,Helve=
tica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break=
-word !important; white-space: normal; padding-top: 20px; padding-bottom: =
20px; padding-left: 20px; padding-right: 20px;">
<table role=3D"presentation" cellspacing=3D"0" c=
ellpadding=3D"0" style=3D"border-collapse: collapse; border-spacing: 0; ver=
tical-align: top; width: 100%; min-width: 100%;
border-bottom-width: 1px;
border-bottom-color: #000000;
border-bottom-style: solid;" width=3D"100%=
" >
<tr>
<td style=3D"border: 0 none transparent; pa=
dding: 0; vertical-align: top; width: 100%; font-size: 0; line-height: 0;">=
=C2=A0</td>
</tr>
</table> =20
</td>
</tr><tr>
<td width=3D"560" class=3D"text-block-container"=
style=3D"box-sizing: border-box;white-space: normal;font-family:Arial,Helv=
etica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: brea=
k-word !important; white-space: normal; padding-top: 20px; padding-bottom:=
20px; padding-left: 20px; padding-right: 20px;"><p style=3D"font-family:Ar=
ial;font-size:11px;color:#505050;letter-spacing:0px;line-height:1.2;text-al=
ign:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-s=
tyle:normal;text-decoration: none"><span style=3D"font-size:17px"><span sty=
le=3D"font-family:Verdana"><span style=3D"color:#2889e9">GENEROUS SUPPORT F=
OR OUR WORK</span></span></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">We would like to thank=
the following sponsors for making this year=E2=80=99s Thanks, Birth Contro=
l campaign a success with their support: PRJKT Ruby, Agile Therapeutics, Tw=
entyeight Health, JPB Foundation, Nurx, Organon, Mayne Pharma, and Bayer Ph=
armaceuticals.=C2=A0</span></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><br>
<span style=3D"font-size:14px"><span style=3D"font-family:Verdana">In case =
you missed our announcement on Giving Tuesday, we=E2=80=99re celebrating ou=
r 25th anniversary throughout December. And we have a lot of reasons to cel=
ebrate: since our founding in 1996, we=E2=80=99ve normalized conversations =
about birth control and reproductive health, and we have helped millions of=
young </span></span><span style=3D"font-size:14px"><span style=3D"font-fam=
ily:Verdana">people access the information and services they need to live t=
heir best lives.=C2=A0</span></span><br>
=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">That progress is all t=
hanks to generous support from donors like you. Join others in ensuring tha=
t all young people have the power to decide if, when, and under what circum=
stances to get pregnant and have a child=E2=80=94today and for generations =
to come. <a cd-link-manager-tab=3D"1" href=3D"[link removed]
.com/c/7/eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicm=
kiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4N=
DRkMWJiZTYzN2I0NTA3Y2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlh=
ZGVlZGQ3ODIyZDJhMGYiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMjQiLCJ1biI6IiIsInU=
iOiJodHRwczovL3Bvd2VydG9kZWNpZGUub3JnL2RvbmF0ZT9fY2xkZWU9WW1sbmFtRmpheTVpZF=
d4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3Z=
DBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5NDIx=
JmVzaWQ9Nzg3N2E3YzUtYTE1Ni1lYzExLThmOGYtMDAwZDNhMzA3OWYxIn0/8HoPvUtaUGP1j1q=
dEamGmg" target=3D"_blank" style=3D"color: #0c00ff; text-decoration: none;"=
>Donate today</a>. =C2=A0</span></span></p>
</td>
</tr><tr>
<td width=3D"560" class=3D"text-block-container" =
style=3D"box-sizing: border-box;white-space: normal;font-family:Arial,Helve=
tica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break=
-word !important; white-space: normal; padding-top: 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; ">
<!-- Email Section : BEGIN -->
<!--[if mso]>
<table role=3D"presentation" border=3D"0" cell=
spacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"600">
<tr>
<td align=3D"center" valign=3D"top" width=
=3D"600">
<![endif]-->
<table id=3D"38" role=3D"presentation" border=
=3D"0" cellpadding=3D"0" cellspacing=3D"0" align=3D"center" width=3D"100%" =
style=3D"max-width:600px;">
<tbody>
<tr>
<td valign=3D"top" width=3D"100%" s=
tyle=3D"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-r=
ight: 0px; ; 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>
=20
<tr>
<td
width=3D"564"
class=3D"stack-column-center social-block-container"
style=3D"font-size: 0; vertical-align: top; text-align: center; padd=
ing-top: 9px; padding-bottom: 5px; padding-left: 18px; padding-right: 18px;=
"
>
<!--[if mso]>
<table role=3D"presentation" cellspacing=3D"0" cellpadding=3D"0" bo=
rder=3D"0" align=3D"center">
<tr>
<td style=3D"padding: 5px;">
<span style=3D"display: inline-block;">
<a
title=3D"Facebook" target=3D"_blank" name=3D"{%22UrlIdOff=
set%22%3A6}" cdlinkrefidmso=3D"32_0"
style=3D"text-decoration: none;"
href=3D"[link removed]
0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5Nz=
BmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y=
2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYi=
LCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMjUiLCJ1biI6IiU3QiUyNTIyVXJsSWRPZmZzZXQ=
lMjUyMiUyNTNBNiU3RCIsInUiOiJodHRwczovL3d3dy5mYWNlYm9vay5jb20vUG93ZXJUb0RlY2=
lkZS8_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVja=
XBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iOWY0MDI4=
YTU3ODQ0ZDFiYmU2MzdiNDUwN2NhOTQyMSZlc2lkPTc4NzdhN2M1LWExNTYtZWMxMS04ZjhmLTA=
wMGQzYTMwNzlmMSJ9/W8tXGAB7nJ89VkahXhU5Gw"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
/DndEditor_v2/social_links/squircle/full/facebook.png"
>
</a>
</span>
</td>
<td style=3D"padding: 5px;">
<span style=3D"display: inline-block;">
<a
title=3D"Twitter" target=3D"_blank" name=3D"{%22UrlIdOffs=
et%22%3A6}" cdlinkrefidmso=3D"32_1"
style=3D"text-decoration: none;"
href=3D"[link removed]
0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5Nz=
BmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y=
2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYi=
LCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMjYiLCJ1biI6IiU3QiUyNTIyVXJsSWRPZmZzZXQ=
lMjUyMiUyNTNBNiU3RCIsInUiOiJodHRwczovL3R3aXR0ZXIuY29tL3Bvd2VydG9kZWNpZGU_X2=
NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50a=
WQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iOWY0MDI4YTU3ODQ0=
ZDFiYmU2MzdiNDUwN2NhOTQyMSZlc2lkPTc4NzdhN2M1LWExNTYtZWMxMS04ZjhmLTAwMGQzYTM=
wNzlmMSJ9/FMUmxZ1qN4v74mhtDD1iAA"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
/DndEditor_v2/social_links/squircle/full/twitter.png"
>
</a>
</span>
</td>
<td style=3D"padding: 5px;">
<span style=3D"display: inline-block;">
<a
title=3D"Youtube" target=3D"_blank" name=3D"{%22UrlIdOffs=
et%22%3A6}" cdlinkrefidmso=3D"32_2"
style=3D"text-decoration: none;"
href=3D"[link removed]
0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5Nz=
BmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y=
2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYi=
LCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMjciLCJ1biI6IiU3QiUyNTIyVXJsSWRPZmZzZXQ=
lMjUyMiUyNTNBNiU3RCIsInUiOiJodHRwczovL3d3dy55b3V0dWJlLmNvbS9wb3dlcnRvZGVjaW=
RlP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwa=
WVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYjlmNDAyOGE1=
Nzg0NGQxYmJlNjM3YjQ1MDdjYTk0MjEmZXNpZD03ODc3YTdjNS1hMTU2LWVjMTEtOGY4Zi0wMDB=
kM2EzMDc5ZjEifQ/TUFC0ytPW-5PTRQbkGdepQ"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
/DndEditor_v2/social_links/squircle/full/youtube.png"
>
</a>
</span>
</td>
<td style=3D"padding: 5px;">
<span style=3D"display: inline-block;">
<a
title=3D"Instagram" target=3D"_blank" name=3D"{%22UrlIdOf=
fset%22%3A6}" cdlinkrefidmso=3D"32_3"
style=3D"text-decoration: none;"
href=3D"[link removed]
0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5Nz=
BmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y=
2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYi=
LCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMjgiLCJ1biI6IiU3QiUyNTIyVXJsSWRPZmZzZXQ=
lMjUyMiUyNTNBNiU3RCIsInUiOiJodHRwczovL3d3dy5pbnN0YWdyYW0uY29tL3Bvd2VydG9kZW=
NpZGUvP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY=
2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYjlmNDAy=
OGE1Nzg0NGQxYmJlNjM3YjQ1MDdjYTk0MjEmZXNpZD03ODc3YTdjNS1hMTU2LWVjMTEtOGY4Zi0=
wMDBkM2EzMDc5ZjEifQ/nmJGa-hydxfHz05aBbC9bw"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
/DndEditor_v2/social_links/squircle/full/instagram.png"
>
</a>
</span>
</td>
<td style=3D"padding: 5px;">
<span style=3D"display: inline-block;">
<a
title=3D"Linkedin" target=3D"_blank" name=3D"{%22UrlIdOff=
set%22%3A6}" cdlinkrefidmso=3D"32_4"
style=3D"text-decoration: none;"
href=3D"[link removed]
0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5Nz=
BmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y=
2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYi=
LCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMjkiLCJ1biI6IiU3QiUyNTIyVXJsSWRPZmZzZXQ=
lMjUyMiUyNTNBNiU3RCIsInUiOiJodHRwczovL3d3dy5saW5rZWRpbi5jb20vY29tcGFueS9wb3=
dlci10by1kZWNpZGUvP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJ=
TNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNh=
ZmQtYjlmNDAyOGE1Nzg0NGQxYmJlNjM3YjQ1MDdjYTk0MjEmZXNpZD03ODc3YTdjNS1hMTU2LWV=
jMTEtOGY4Zi0wMDBkM2EzMDc5ZjEifQ/2_wBQoXgbMM6-c7eN5YBxA"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
/DndEditor_v2/social_links/squircle/full/linkedin.png"
>
</a>
</span>
</td>
<td style=3D"padding: 5px;">
<span style=3D"display: inline-block;">
<a
title=3D"Custom" target=3D"_blank" name=3D"{%22UrlIdOffse=
t%22%3A6}" cdlinkrefidmso=3D"32_5"
style=3D"text-decoration: none;"
href=3D"[link removed]
0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5Nz=
BmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y=
2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYi=
LCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMzAiLCJ1biI6IiU3QiUyNTIyVXJsSWRPZmZzZXQ=
lMjUyMiUyNTNBNiU3RCIsInUiOiJodHRwczovL3Bvd2VydG9kZWNpZGUub3JnL2RvbmF0ZT91dG=
1fc291cmNlPUVtYWlsJTIwRm9vdGVyJnV0bV9tZWRpdW09RW1haWwmdXRtX2NhbXBhaWduPUdlb=
mVyYWwmX2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVj=
aXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iOWY0MDI=
4YTU3ODQ0ZDFiYmU2MzdiNDUwN2NhOTQyMSZlc2lkPTc4NzdhN2M1LWExNTYtZWMxMS04ZjhmLT=
AwMGQzYTMwNzlmMSJ9/kz4sRXRU0NNy4VJyxOS30w"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
eorg-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
title=3D"Facebook" target=3D"_blank" cdlinkrefid=3D"32_0"
style=3D"text-decoration: none;"
href=3D"[link removed]
4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNz=
U3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5N=
DIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYiLCJw=
aCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMzEiLCJ1biI6IiIsInUiOiJodHRwczovL3d3dy5mYWN=
lYm9vay5jb20vUG93ZXJUb0RlY2lkZS8_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdF=
lXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1iOWY0MDI4YTU3ODQ0ZDFiYmU2MzdiNDUwN2NhOTQyMSZlc2lkPTc4Nzdh=
N2M1LWExNTYtZWMxMS04ZjhmLTAwMGQzYTMwNzlmMSJ9/NWV2_MMU6lmKN6FcNUl5og"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
Editor_v2/social_links/squircle/full/facebook.png"
>
</a>
</span>
<span style=3D"display: inline-block;">
<a
title=3D"Twitter" target=3D"_blank" cdlinkrefid=3D"32_1"
style=3D"text-decoration: none;"
href=3D"[link removed]
4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNz=
U3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5N=
DIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYiLCJw=
aCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMzIiLCJ1biI6IiIsInUiOiJodHRwczovL3R3aXR0ZXI=
uY29tL3Bvd2VydG9kZWNpZGU_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU=
52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzY=
TNhY2FmZC1iOWY0MDI4YTU3ODQ0ZDFiYmU2MzdiNDUwN2NhOTQyMSZlc2lkPTc4NzdhN2M1LWEx=
NTYtZWMxMS04ZjhmLTAwMGQzYTMwNzlmMSJ9/Y2rgSQXePxIR28u5zbg-Qw"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
Editor_v2/social_links/squircle/full/twitter.png"
>
</a>
</span>
<span style=3D"display: inline-block;">
<a
title=3D"Youtube" target=3D"_blank" cdlinkrefid=3D"32_2"
style=3D"text-decoration: none;"
href=3D"[link removed]
4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNz=
U3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5N=
DIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYiLCJw=
aCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMzMiLCJ1biI6IiIsInUiOiJodHRwczovL3d3dy55b3V=
0dWJlLmNvbS9wb3dlcnRvZGVjaWRlP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2=
xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwM=
DBkM2EzYWNhZmQtYjlmNDAyOGE1Nzg0NGQxYmJlNjM3YjQ1MDdjYTk0MjEmZXNpZD03ODc3YTdj=
NS1hMTU2LWVjMTEtOGY4Zi0wMDBkM2EzMDc5ZjEifQ/FSR_5niLTLNBjaiw8HVNAQ"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
Editor_v2/social_links/squircle/full/youtube.png"
>
</a>
</span>
<span style=3D"display: inline-block;">
<a
title=3D"Instagram" target=3D"_blank" cdlinkrefid=3D"32_3"
style=3D"text-decoration: none;"
href=3D"[link removed]
4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNz=
U3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5N=
DIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYiLCJw=
aCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMzQiLCJ1biI6IiIsInUiOiJodHRwczovL3d3dy5pbnN=
0YWdyYW0uY29tL3Bvd2VydG9kZWNpZGUvP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZH=
RZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5O=
DUwMDBkM2EzYWNhZmQtYjlmNDAyOGE1Nzg0NGQxYmJlNjM3YjQ1MDdjYTk0MjEmZXNpZD03ODc3=
YTdjNS1hMTU2LWVjMTEtOGY4Zi0wMDBkM2EzMDc5ZjEifQ/Pav2HEQerpdRr5L-xV4pYA"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
Editor_v2/social_links/squircle/full/instagram.png"
>
</a>
</span>
<span style=3D"display: inline-block;">
<a
title=3D"Linkedin" target=3D"_blank" cdlinkrefid=3D"32_4"
style=3D"text-decoration: none;"
href=3D"[link removed]
4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNz=
U3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5N=
DIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYiLCJw=
aCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMzUiLCJ1biI6IiIsInUiOiJodHRwczovL3d3dy5saW5=
rZWRpbi5jb20vY29tcGFueS9wb3dlci10by1kZWNpZGUvP19jbGRlZT1ZbWxuYW1GamF5NWlkV3=
gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkM=
GE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYjlmNDAyOGE1Nzg0NGQxYmJlNjM3YjQ1MDdjYTk0MjEm=
ZXNpZD03ODc3YTdjNS1hMTU2LWVjMTEtOGY4Zi0wMDBkM2EzMDc5ZjEifQ/dWJ9mpOlfedjVW52=
jSM-AQ"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
Editor_v2/social_links/squircle/full/linkedin.png"
>
</a>
</span>
<span style=3D"display: inline-block;">
<a
title=3D"Custom" target=3D"_blank" cdlinkrefid=3D"32_5"
style=3D"text-decoration: none;"
href=3D"[link removed]
4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNz=
U3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5N=
DIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYiLCJw=
aCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMzYiLCJ1biI6IiIsInUiOiJodHRwczovL3Bvd2VydG9=
kZWNpZGUub3JnL2RvbmF0ZT91dG1fc291cmNlPUVtYWlsJTIwRm9vdGVyJnV0bV9tZWRpdW09RW=
1haWwmdXRtX2NhbXBhaWduPUdlbmVyYWwmX2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkd=
FlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4=
NTAwMGQzYTNhY2FmZC1iOWY0MDI4YTU3ODQ0ZDFiYmU2MzdiNDUwN2NhOTQyMSZlc2lkPTc4Nzd=
hN2M1LWExNTYtZWMxMS04ZjhmLTAwMGQzYTMwNzlmMSJ9/1IxNIlGqtCv7OBFJJbMYNw"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
-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"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"39" role=3D"presentation" border=
=3D"0" cellpadding=3D"0" cellspacing=3D"0" align=3D"center" width=3D"100%" =
style=3D"max-width:600px;">
<tbody>
<tr>
<td valign=3D"top" width=3D"100%" s=
tyle=3D"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-r=
ight: 0px; ; 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:Arial;font-size:11px;color:#505050;letter-spacing:0px;line-heig=
ht:1.2;margin:0;word-wrap:break-word !important;font-weight:normal;font-sty=
le:normal;text-decoration: none"><span style=3D"font-family:Verdana">=C2=A9=
2021, Power to Decide, the campaign to prevent unplanned pregnancy</span></=
p>
<p style=3D"text-align:left;font-family:Arial;font-size:11px;color:#505050;=
letter-spacing:0px;line-height:1.2;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-family:Verdana">1776 Massachusetts Ave., NW, Suite 200, Washington, D=
C 20036</span></p>
<p style=3D"text-align:left;font-family:Arial;font-size:11px;color:#505050;=
letter-spacing:0px;line-height:1.2;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-family:Verdana">ph: (202) 478-8500. fax: (202) 478-8588.</span></p>
<p style=3D"text-align:left;font-family:Arial;font-size:11px;color:#505050;=
letter-spacing:0px;line-height:1.2;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-family:Verdana"><a cd-link-manager-tab=3D"1" href=3D"[link removed]
ickdimensions.com/c/7/eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcmtAZ21ha=
WwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWI5=
ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUwMThiODB=
mMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYiLCJwaCI6bnVsbCwibSI6ZmFsc2UsInVpIjoiMzciLC=
J1biI6IiIsInUiOiJodHRwczovL3d3dy5wb3dlcnRvZGVjaWRlLm9yZy8_X2NsZGVlPVltbG5hb=
UZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01=
OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iOWY0MDI4YTU3ODQ0ZDFiYmU2MzdiNDU=
wN2NhOTQyMSZlc2lkPTc4NzdhN2M1LWExNTYtZWMxMS04ZjhmLTAwMGQzYTMwNzlmMSJ9/_cp1v=
liouq2zl85RCEqvew" 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></p>
<p style=3D"text-align:left;font-family:Arial;font-size:11px;color:#505050;=
letter-spacing:0px;line-height:1.2;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"text-align:left;font-family:Arial;font-size:11px;color:#505050;=
letter-spacing:0px;line-height:1.2;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-family:Verdana">Click <a cd-link-manager-tab=3D"5" href=3D"[link removed]
ink.clickdimensions.com/uu/3/eyJhaSI6NTg0Njg4MzEsImUiOiJiaWdqYWNrLmJ1bHdhcm=
tAZ21haWwuY29tIiwicmkiOiJjb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjY=
WZkLWI5ZjQwMjhhNTc4NDRkMWJiZTYzN2I0NTA3Y2E5NDIxIiwicnEiOiIwMi1iMjEzNDAtOTUw=
MThiODBmMGMyNDVmMTlhZGVlZGQ3ODIyZDJhMGYiLCJwaCI6bnVsbCwibSI6ZmFsc2V9/pNxFl8=
ggJg7f1gFpIMXdVg" 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></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_21819060_334884608.1638815355041--