------=_Part_423591020_570861888.1607447028863
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-7d538883a028 {
width: 35.99290780141844%;
height: auto !important;
}
=20
.email-container img.cd-image.image-5ca0fa8bfa89 {
width: 94%;
height: auto !important;
}
=20
}
@media screen and (max-width: 768px) {
=20
.email-container img.cd-image.image-7d538883a028 {
width: 35.99290780141844%;
height: auto !important;
}
=20
.email-container img.cd-image.image-5ca0fa8bfa89 {
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;'>News from Power to Decide =
=
</span><img src=3D"[link removed]
TlRnME5qZzRNekU6TURJdFlqSXdNelF6TFRNME9HRXdNV0ZoWWpRMlpqUXdNRFppWW1ZNU1EbGp=
ZelJrTlRSa1kyWTE6WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUTpZMjl1ZEdGam=
RDMDFPVGN3WmpjMU4yUXdZVGhsT1RFeFlUazROVEF3TUdRellUTmhZMkZtWkMxaU1EVXpPREF4T=
URGa00yUTBOV014T0dZNFltSmhPVEpqWmpBeU0yRXlPQQ/3mh8kGGhNYpIrsIIiNV-oA" width=
=3D"1" height=3D"1" /><img src=3D"[link removed]
nME5qZzRNekU6TURJdFlqSXdNelF6TFRNME9HRXdNV0ZoWWpRMlpqUXdNRFppWW1ZNU1EbGpZel=
JrTlRSa1kyWTE6WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUTpZMjl1ZEdGamRDM=
DFPVGN3WmpjMU4yUXdZVGhsT1RFeFlUazROVEF3TUdRellUTmhZMkZtWkMxaU1EVXpPREF4TURG=
a00yUTBOV014T0dZNFltSmhPVEpqWmpBeU0yRXlPQQ/3mh8kGGhNYpIrsIIiNV-oA" 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,Helve=
tica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break=
-word !important; white-space: normal; padding-top: 9px; padding-bottom: 9=
px; padding-left: 18px; padding-right: 18px;"><p style=3D"text-align:left;f=
ont-family:Arial;font-size:11px;color:#505050;letter-spacing:0px;line-heigh=
t:1.2;margin:0;word-wrap:break-word !important;font-weight:normal;font-styl=
e:normal;text-decoration: none"><span style=3D"font-family:Verdana">Click <=
a cd-link-manager-tab=3D"6" href=3D"[link removed]
8468831/02-b20343-348a01aab46f4006bbf909cc4d54dcf5/4/866/73cb584f-788c-49ee=
-9cc8-066e1504e660" style=3D"color: rgb(0, 127, 183); text-decoration: none=
;"><span style=3D"color:#007fb7"><u>here</u></span></a> if you are having t=
rouble 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/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljY=
zRkNTRkY2Y1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2Qw=
YThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%=
3AZmFsc2U%3AMA%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cHM6Ly9=
wb3dlcnRvZGVjaWRlLm9yZy9jb250YWN0LXVzP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKcl=
FHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxM=
WE5ODUwMDBkM2EzYWNhZmQtYjA1MzgwMTAxZDNkNDVjMThmOGJiYTkyY2YwMjNhMjgmZXNpZD0y=
ZDkxMThiYi02ZDM5LWViMTEtYTgxMy0wMDBkM2EzMDAyMmE&K=3Dp4BW0wXpJb4_LQ-wXpRP4Q"=
name=3D"{%22UrlIdOffset%22%3A1}" title=3D"[link removed]
t-us" target=3D"_blank" cdlinkrefidmso=3D"20" ><img class=3D"center-on-na=
rrow cd-image" height=3D"auto" width=3D"35.99290780141844%" style=3D"vertic=
al-align: middle;" src=3D"[link removed]
org-axals/files/pulse.png" alt=3D"Power to Decide Pulse logo" title=3D"Pow=
er to Decide Pulse logo" /></a>
</td>
</tr>
<![endif]-->
<!--[if !mso]><!-- --><tr>
<td width=3D"564" class=3D"stack-column-center im=
age-block-container" style=3D"vertical-align: top; box-sizing: border-box; =
text-align: center; padding-top: 9px; padding-bottom: 9px; padding-left: =
18px; padding-right: 18px;">
<a href=3D"[link removed]
/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY=
2Y1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTEx=
YTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2=
U%3AMQ%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9jb250YWN0LXVzP19jbGRlZT1ZbWx=
uYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3=
QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYjA1MzgwMTAxZDNkNDVjMThmOGJiY=
TkyY2YwMjNhMjgmZXNpZD0yZDkxMThiYi02ZDM5LWViMTEtYTgxMy0wMDBkM2EzMDAyMmE&K=3D=
Xp9WveUzBYkmHCtixSs-gQ" undefined title=3D"[link removed]
t-us" target=3D"_blank" cdlinkrefid=3D"20" ><img class=3D"center-on-narro=
w cd-image image-7d538883a028 no-img-edit" height=3D"auto" width=3D"35.9929=
0780141844%" style=3D"vertical-align: middle;" src=3D"[link removed]
dimensions.com/powertodecideorg-axals/files/pulse.png" alt=3D"Power to Dec=
ide 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/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljY=
zRkNTRkY2Y1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2Qw=
YThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%=
3AZmFsc2U%3AMg%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cHM6Ly9=
3d3cucG93ZXJ0b2RlY2lkZS5vcmc_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbH=
NMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOCZlc2lkPTJkOTExOGJi=
LTZkMzktZWIxMS1hODEzLTAwMGQzYTMwMDIyYQ&K=3DlVVZLRsFe9soQ9hsJGITPQ" name=3D"=
{%22UrlIdOffset%22%3A1}" title=3D"[link removed]" target=3D"=
_blank" cdlinkrefidmso=3D"21" ><img class=3D"center-on-narrow cd-image" h=
eight=3D"214" width=3D"564" style=3D"vertical-align: middle;" src=3D"https:=
//file-us.clickdimensions.com/powertodecideorg-axals/files/herotriptych_new=
sletter_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]
/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY=
2Y1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTEx=
YTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2=
U%3AMw%3A%3AaHR0cHM6Ly93d3cucG93ZXJ0b2RlY2lkZS5vcmc_X2NsZGVlPVltbG5hbUZqYXk=
1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZj=
c1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM=
2EyOCZlc2lkPTJkOTExOGJiLTZkMzktZWIxMS1hODEzLTAwMGQzYTMwMDIyYQ&K=3Dr5WWb6cHi=
ajlHFafu9HcNw" undefined title=3D"[link removed]" target=3D"=
_blank" cdlinkrefid=3D"21" ><img class=3D"center-on-narrow cd-image image=
-5ca0fa8bfa89 no-img-edit" height=3D"214" width=3D"564" style=3D"vertical-a=
lign: middle;" src=3D"[link removed]
axals/files/herotriptych_newsletter_003.jpg" alt=3D"Picture Collage Power =
to Decide" title=3D"Picture Collage Power to Decide" /></a>
</td>
</tr><!--<![endif]--><tr>
<td width=3D"564" class=3D"stack-column-center so=
cial-block-container" style=3D"font-size: 0; vertical-align: top; text-alig=
n: center; padding-top: 9px; padding-bottom: 5px; padding-left: 18px; padd=
ing-right: 18px;">
<!--[if mso]><table role=3D"presentation" cel=
lspacing=3D"0" cellpadding=3D"0" border=3D"0" align=3D"center" > <tr><td st=
yle=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y=
1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYT=
k4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%=
3ANA%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0EzJTdE%3AaHR0cDovL2FuYWx5dGljc=
y5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFzcHg_ZGF0YT1YMnhwYm1zOWFIUjBj=
RG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZibk11WTI5dEwyVnRZV2xzWTI5dWR=
HVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGclBXRjRRV3h6YmtSRlUxZ3pTR0Z3UV=
ZCclFTWmZZV04wUFRFbVgzUjVjR1U5TVNaZmJYTm5QUSUzRCUzRCZfcmlkPWNvbnRhY3QtNTk3M=
GY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYjA1MzgwMTAxZDNkNDVjMThmOGJiYTkyY2Yw=
MjNhMjgmX2VzPTJkOTExOGJiLTZkMzktZWIxMS1hODEzLTAwMGQzYTMwMDIyYSZfY2xkZWU9WW1=
sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YW=
N0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWIwNTM4MDEwMWQzZDQ1YzE4ZjhiY=
mE5MmNmMDIzYTI4JmVzaWQ9MmQ5MTE4YmItNmQzOS1lYjExLWE4MTMtMDAwZDNhMzAwMjJh&K=
=3DG5eQ7n5R7YMxK0F5B3bspQ" title=3D"Facebook" target=3D"_blank" style=3D"te=
xt-decoration: none;" name=3D"{%22UrlIdOffset%22%3A3}" cdlinkrefidmso=3D"22=
_0">
<img class=3D"social" width=3D"110" height=3D"32" s=
tyle=3D"width: 110px; height: 32px; margin: 5px;" src=3D"[link removed]
o.msecnd.net/web/SPA_resources/DndEditor_v2/social_share/circle/full/facebo=
ok.png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y=
1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYT=
k4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%=
3ANQ%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0EzJTdE%3AaHR0cDovL2FuYWx5dGljc=
y5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFzcHg_ZGF0YT1YMnhwYm1zOWFIUjBj=
RG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZibk11WTI5dEwyVnRZV2xzWTI5dWR=
HVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGclBXRjRRV3h6YmtSRlUxZ3pTR0Z3UV=
ZCclFTWmZZV04wUFRFbVgzUjVjR1U5TXlaZmJYTm5QUSUzRCUzRCZfcmlkPWNvbnRhY3QtNTk3M=
GY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYjA1MzgwMTAxZDNkNDVjMThmOGJiYTkyY2Yw=
MjNhMjgmX2VzPTJkOTExOGJiLTZkMzktZWIxMS1hODEzLTAwMGQzYTMwMDIyYSZfY2xkZWU9WW1=
sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YW=
N0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWIwNTM4MDEwMWQzZDQ1YzE4ZjhiY=
mE5MmNmMDIzYTI4JmVzaWQ9MmQ5MTE4YmItNmQzOS1lYjExLWE4MTMtMDAwZDNhMzAwMjJh&K=
=3Dn9w13lDJdldmNX9mhIHA2w" title=3D"Twitter" target=3D"_blank" style=3D"tex=
t-decoration: none;" name=3D"{%22UrlIdOffset%22%3A3}" cdlinkrefidmso=3D"22_=
1">
<img class=3D"social" width=3D"110" height=3D"32" s=
tyle=3D"width: 110px; height: 32px; margin: 5px;" src=3D"[link removed]
o.msecnd.net/web/SPA_resources/DndEditor_v2/social_share/circle/full/twitte=
r.png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y=
1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYT=
k4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%=
3ANg%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0EzJTdE%3AaHR0cDovL2FuYWx5dGljc=
y5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFzcHg_ZGF0YT1YMnhwYm1zOWFIUjBj=
RG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZibk11WTI5dEwyVnRZV2xzWTI5dWR=
HVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGclBXRjRRV3h6YmtSRlUxZ3pTR0Z3UV=
ZCclFTWmZZV04wUFRFbVgzUjVjR1U5TWlaZmJYTm5QUSUzRCUzRCZfcmlkPWNvbnRhY3QtNTk3M=
GY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYjA1MzgwMTAxZDNkNDVjMThmOGJiYTkyY2Yw=
MjNhMjgmX2VzPTJkOTExOGJiLTZkMzktZWIxMS1hODEzLTAwMGQzYTMwMDIyYSZfY2xkZWU9WW1=
sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YW=
N0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWIwNTM4MDEwMWQzZDQ1YzE4ZjhiY=
mE5MmNmMDIzYTI4JmVzaWQ9MmQ5MTE4YmItNmQzOS1lYjExLWE4MTMtMDAwZDNhMzAwMjJh&K=
=3DeCT-HHkObm2gJWii44Qqag" title=3D"LinkedIn" target=3D"_blank" style=3D"te=
xt-decoration: none;" name=3D"{%22UrlIdOffset%22%3A3}" cdlinkrefidmso=3D"22=
_2">
<img class=3D"social" width=3D"110" height=3D"32" s=
tyle=3D"width: 110px; height: 32px; margin: 5px;" src=3D"[link removed]
o.msecnd.net/web/SPA_resources/DndEditor_v2/social_share/circle/full/linked=
in.png">
</a>
</span>
</td></tr></table><![endif]--> <!--[if !mso]><!--> <span=
style=3D"display: inline-block;">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y1%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%3AN=
w%3A%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFz=
cHg_ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZ=
ibk11WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGcl=
BXRjRRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TVNaZmJYTm5QUSUzR=
CUzRCZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYjA1Mzgw=
MTAxZDNkNDVjMThmOGJiYTkyY2YwMjNhMjgmX2VzPTJkOTExOGJiLTZkMzktZWIxMS1hODEzLTA=
wMGQzYTMwMDIyYSZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZC=
UzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkL=
WIwNTM4MDEwMWQzZDQ1YzE4ZjhiYmE5MmNmMDIzYTI4JmVzaWQ9MmQ5MTE4YmItNmQzOS1lYjEx=
LWE4MTMtMDAwZDNhMzAwMjJh&K=3DRAKKAuKO5e0Fjb1g-smMAg" title=3D"Facebook" tar=
get=3D"_blank" style=3D"text-decoration: none;" undefined cdlinkrefid=3D"22=
_0">
<img class=3D"social" width=3D"110" height=3D"32" s=
tyle=3D"width: 110px; height: 32px; margin: 5px;" src=3D"[link removed]
o.msecnd.net/web/SPA_resources/DndEditor_v2/social_share/circle/full/facebo=
ok.png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y1%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%3AO=
A%3A%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFz=
cHg_ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZ=
ibk11WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGcl=
BXRjRRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TXlaZmJYTm5QUSUzR=
CUzRCZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYjA1Mzgw=
MTAxZDNkNDVjMThmOGJiYTkyY2YwMjNhMjgmX2VzPTJkOTExOGJiLTZkMzktZWIxMS1hODEzLTA=
wMGQzYTMwMDIyYSZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZC=
UzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkL=
WIwNTM4MDEwMWQzZDQ1YzE4ZjhiYmE5MmNmMDIzYTI4JmVzaWQ9MmQ5MTE4YmItNmQzOS1lYjEx=
LWE4MTMtMDAwZDNhMzAwMjJh&K=3DKEezd3-4XCr-Vp5VsStjbw" title=3D"Twitter" targ=
et=3D"_blank" style=3D"text-decoration: none;" undefined cdlinkrefid=3D"22_=
1">
<img class=3D"social" width=3D"110" height=3D"32" s=
tyle=3D"width: 110px; height: 32px; margin: 5px;" src=3D"[link removed]
o.msecnd.net/web/SPA_resources/DndEditor_v2/social_share/circle/full/twitte=
r.png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y1%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%3AO=
Q%3A%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFz=
cHg_ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZ=
ibk11WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGcl=
BXRjRRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TWlaZmJYTm5QUSUzR=
CUzRCZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYjA1Mzgw=
MTAxZDNkNDVjMThmOGJiYTkyY2YwMjNhMjgmX2VzPTJkOTExOGJiLTZkMzktZWIxMS1hODEzLTA=
wMGQzYTMwMDIyYSZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZC=
UzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkL=
WIwNTM4MDEwMWQzZDQ1YzE4ZjhiYmE5MmNmMDIzYTI4JmVzaWQ9MmQ5MTE4YmItNmQzOS1lYjEx=
LWE4MTMtMDAwZDNhMzAwMjJh&K=3DsFpUtB-lNydGvRqbhfO-RQ" title=3D"LinkedIn" tar=
get=3D"_blank" style=3D"text-decoration: none;" undefined cdlinkrefid=3D"22=
_2">
<img class=3D"social" width=3D"110" height=3D"32" s=
tyle=3D"width: 110px; height: 32px; margin: 5px;" src=3D"[link removed]
o.msecnd.net/web/SPA_resources/DndEditor_v2/social_share/circle/full/linked=
in.png">
</a>
</span><!--<![endif]-->
</td>
</tr><tr>
<td width=3D"560" class=3D"text-block-container" =
style=3D"box-sizing: border-box;white-space: normal;font-family:Arial,Helve=
tica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break=
-word !important; white-space: normal; padding-top: 20px; padding-bottom: =
20px; padding-left: 20px; padding-right: 20px;"><p style=3D"font-family:Ari=
al;font-size:11px;color:#505050;letter-spacing:0px;line-height:1.2;text-ali=
gn:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-st=
yle:normal;text-decoration: none"><strong><span style=3D"font-size:14px"><s=
pan style=3D"font-family:Verdana">Happy Holidays from Power to Decide=C2=A0=
</span></span></strong></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">=E2=80=98Tis the seaso=
n of joy and giving! We at Power to Decide would like to express our thanks=
to you for supporting young people=E2=80=99s 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 the New Year, and wish you, your colleagues,=
and family a happy and healthy holiday season.</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"><em><span styl=
e=3D"font-size:14px"><span style=3D"font-family:Verdana">Gillian Sealy, Int=
erim CEO, Power to Decide</span></span></em></p>
</td>
</tr><tr>
<td width=3D"564" class=3D"text-block-container" =
style=3D"box-sizing: border-box;white-space: normal;font-family:Arial,Helve=
tica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break=
-word !important; white-space: normal; padding-top: 9px; padding-bottom: 9=
px; padding-left: 18px; padding-right: 18px;"><p style=3D"font-family:Arial=
;font-size:11px;color:#505050;letter-spacing:0px;line-height:1.2;text-align=
:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-styl=
e:normal;text-decoration: none"><span style=3D"color:#2889e9"><span style=
=3D"font-size:17px"><span style=3D"font-family:Verdana">NEWS FROM POWER TO =
DECIDE</span></span></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><img class=3D"=
ck-editor-embedded-image" src=3D"[link removed]
odecideorg-axals/files/raegantbc2.png?m=3D12/8/2020%204:08:28%20PM" style=
=3D"vertical-align: text-bottom; border-color: rgb(0, 0, 0); width: 500px; =
height: 500px;" width=3D"500" height=3D"500"></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><strong><span =
style=3D"font-size:14px"><span style=3D"font-family:Verdana">Welcoming A Ne=
w CEO</span></span></strong></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">Our Board of Directors=
has unanimously selected Dr. Raegan McDonald-Mosley to be the organization=
=E2=80=99s next Chief Executive Officer.=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">Dr. McDonald-Mosley, M=
D, MPH, who assumes the position on January 4, 2021, is a widely recognized=
expert in sexual and reproductive health with experience as a practicing O=
B-GYN and a deep commitment to reproductive health and justice. She current=
ly serves as Chief Medical Officer for Planned Parenthood of Maryland and f=
ormerly served in the same role at Planned Parenthood Federation of America=
. A fellow of the American Congress of Obstetricians and Gynecologists, Dr.=
McDonald-Mosley succeeds Ginny Ehrlich, who served as the organization=E2=
=80=99s CEO until April 2020.=C2=A0</span></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><strong><span =
style=3D"font-size:14px"><span style=3D"font-family:Verdana">One Key Questi=
on<sup>=C2=AE</sup> Online</span></span></strong></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">Using One Key Question=
in a primary care setting increases patient satisfaction, according to a r=
ecent article published in <a cd-link-manager-tab=3D"1" href=3D"[link removed]
nk.clickdimensions.com/c/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2Z=
jQwMDZiYmY5MDljYzRkNTRkY2Y1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFj=
dC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJ=
hOTJjZjAyM2EyOA%3AZmFsc2U%3AMTA%3A%3AaHR0cHM6Ly93d3cuY29udHJhY2VwdGlvbmpvdX=
JuYWwub3JnL2FydGljbGUvUzAwMTAtNzgyNCgyMCkzMDM4OC03L2Z1bGx0ZXh0P19jbGRlZT1Zb=
WxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRh=
Y3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYjA1MzgwMTAxZDNkNDVjMThmOGJ=
iYTkyY2YwMjNhMjgmZXNpZD0yZDkxMThiYi02ZDM5LWViMTEtYTgxMy0wMDBkM2EzMDAyMmE&K=
=3DBBU3jpSqtq99MPNjZo9-Bg" target=3D"_blank" style=3D"color: #0c00ff; text-=
decoration: none;">Contraception</a>. This pregnancy desire screening tool =
meets patients where they are by recognizing that some want to get pregnant=
, some do not, and some are ambivalent. One Key Question helps health care =
and social service providers start a conversation with patients about if, w=
hen, and under what circumstances they want to get pregnant and have a chil=
d.</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]
tYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y1%3AYmlnamFjay5idWx3YXJ=
rQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iM=
DUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%3AMTE%3A%3AaHR0cHM6Ly9z=
aG9wLnBvd2VydG9kZWNpZGUub3JnL3RyYWluaW5ncy5odG1sP19nYT0yLjMyNjAwMjU0LjEyOTk=
2ODM1MTMuMTYwNTUzODEyNS0xMDYwNDEyMTIxLjE1OTM2MTI0MTAmX2NsZGVlPVltbG5hbUZqYX=
k1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZ=
jc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAy=
M2EyOCZlc2lkPTJkOTExOGJiLTZkMzktZWIxMS1hODEzLTAwMGQzYTMwMDIyYQ&K=3DwOej2bHd=
k1OCxziCEwVvag" target=3D"_blank" style=3D"color: #0c00ff; text-decoration:=
none;">Join thousands of trained providers</a> by registering for the One =
Key Question Online Certification Training, which covers topics such as rep=
roductive well-being, unconscious bias in family planning, and how to imple=
ment this program at clinical and non-clinical sites.</span></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><strong><span =
style=3D"font-size:14px"><span style=3D"font-family:Verdana">ThxBirthContro=
l Wrap Up</span></span></strong></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><a href=3D"htt=
ps://elink.clickdimensions.com/c/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwM=
WFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3A=
Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWM=
xOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%3AMTI%3A%3AaHR0cHM6Ly93d3cuaW5zdGFncmFtLm=
NvbS9wL0NIdkhsY19BWlJPLz9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtT=
nZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNh=
M2FjYWZkLWIwNTM4MDEwMWQzZDQ1YzE4ZjhiYmE5MmNmMDIzYTI4JmVzaWQ9MmQ5MTE4YmItNmQ=
zOS1lYjExLWE4MTMtMDAwZDNhMzAwMjJh&K=3Dpgfdch5FGSyJxd9PHB2V6A" style=3D"colo=
r: #0c00ff; text-decoration: none;"><img class=3D"ck-editor-embedded-image"=
src=3D"[link removed]
ccapture.png?m=3D12/8/2020%204:13:18%20PM" style=3D"vertical-align: text-bo=
ttom; border-color: #000000;" width=3D"NaN" height=3D"NaN"></a></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">Thank you to everyone =
who participated in <a cd-link-manager-tab=3D"1" href=3D"[link removed]
kdimensions.com/c/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZi=
YmY5MDljYzRkNTRkY2Y1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTc=
wZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZj=
AyM2EyOA%3AZmFsc2U%3AMTM%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy90aHhiaXJ0a=
GNvbnRyb2w_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2Qm=
cmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDU=
zODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOCZlc2lkPTJkOTExOGJiLTZkMzktZWIxMS1hOD=
EzLTAwMGQzYTMwMDIyYQ&K=3D4PvtE4txmBU4DP25nJgzBg" target=3D"_blank" style=3D=
"color: #0c00ff; text-decoration: none;">Thanks, Birth Control Day</a> this=
year! Together we told the world why birth control matters and why we love=
our methods. Check out highlights from this year=E2=80=99s incredible cele=
bration on our <a cd-link-manager-tab=3D"1" href=3D"[link removed]
nsions.com/c/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5M=
DljYzRkNTRkY2Y1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1=
N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2E=
yOA%3AZmFsc2U%3AMTQ%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9ibG9nL3N0b3JpZX=
MtcG93ZXItZGVjaWRlP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJ=
TNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNh=
ZmQtYjA1MzgwMTAxZDNkNDVjMThmOGJiYTkyY2YwMjNhMjgmZXNpZD0yZDkxMThiYi02ZDM5LWV=
iMTEtYTgxMy0wMDBkM2EzMDAyMmE&K=3D1Xx-704_D6gyb2Te53eXnw" target=3D"_blank" =
style=3D"color: #0c00ff; text-decoration: none;">Stories page</a>.=C2=A0</s=
pan></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><strong><span =
style=3D"font-size:14px"><span style=3D"font-family:Verdana">Expanding Repr=
oductive Health Access Through State Policy</span></span></strong></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">Some <a cd-link-manage=
r-tab=3D"1" href=3D"[link removed]
3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y1%3AYmlnamFjay5idW=
x3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2Fm=
ZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%3AMTU%3A%3AaHR0cHM=
6Ly9wb3dlcnRvZGVjaWRlLm9yZy93aGF0LXdlLWRvL2FjY2Vzcy9zdGF0ZS1wb2xpY3kvcmgtYW=
NjZXNzLXBvbGljaWVzP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJ=
TNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNh=
ZmQtYjA1MzgwMTAxZDNkNDVjMThmOGJiYTkyY2YwMjNhMjgmZXNpZD0yZDkxMThiYi02ZDM5LWV=
iMTEtYTgxMy0wMDBkM2EzMDAyMmE&K=3DN30DFvCTH0-hfIeWMxaKrA" target=3D"_blank" =
style=3D"color: #0c00ff; text-decoration: none;">states have passed</a> (or=
are currently working to pass) policies to protect and extend access to re=
productive health. To better understand what states are taking a lead in th=
is area, we chart three policies on a state-by-state basis: extended supply=
of contraception, pharmacist prescribing of contraception, and protecting =
contraceptive coverage. <a cd-link-manager-tab=3D"1" href=3D"[link removed]
clickdimensions.com/c/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQw=
MDZiYmY5MDljYzRkNTRkY2Y1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC0=
1OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOT=
JjZjAyM2EyOA%3AZmFsc2U%3AMTY%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9uZXdzL=
2V4cGFuZGluZy1yZXByb2R1Y3RpdmUtaGVhbHRoLWFjY2Vzcy10aHJvdWdoLXN0YXRlLXBvbGlj=
eT9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGl=
lbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWIwNTM4MDEwMW=
QzZDQ1YzE4ZjhiYmE5MmNmMDIzYTI4JmVzaWQ9MmQ5MTE4YmItNmQzOS1lYjExLWE4MTMtMDAwZ=
DNhMzAwMjJh&K=3DEe0sH7QpCshy1H0pm5G5PA" target=3D"_blank" style=3D"color: #=
0c00ff; text-decoration: none;">Learn more</a> about how and why these poli=
cies matter.=C2=A0</span></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><strong><span =
style=3D"font-size:14px"><span style=3D"font-family:Verdana">Our Inaugural =
Power Talk</span></span></strong></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">In late November, we h=
osted Dr. Megan Stubbs, Board Certified Sexologist; Dr. Staci Tanouye, MD, =
FACOG, Gynecologist; and Power to Decide's Interim CEO Gillian Sealy in a <=
a cd-link-manager-tab=3D"1" href=3D"[link removed]
T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y1%=
3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4=
NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%3A=
MTc%3A%3AaHR0cHM6Ly93d3cueW91dHViZS5jb20vd2F0Y2g_dj02S255UnkybVdXOCZfY2xkZW=
U9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb=
250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWIwNTM4MDEwMWQzZDQ1YzE4=
ZjhiYmE5MmNmMDIzYTI4JmVzaWQ9MmQ5MTE4YmItNmQzOS1lYjExLWE4MTMtMDAwZDNhMzAwMjJ=
h&K=3D2IW91O54bK6lTaVLSe2Rvw" target=3D"_blank" style=3D"color: #0c00ff; te=
xt-decoration: none;">30-minute conversation</a> about why birth control is=
so important, why access and knowledge about it matter, and why they are t=
hankful for their birth control. Moderated by Ms. Magazine, this is the fir=
st of a quarterly series of conversations on reproductive health. If you mi=
ssed the program, <a cd-link-manager-tab=3D"1" href=3D"[link removed]
imensions.com/c/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYm=
Y5MDljYzRkNTRkY2Y1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZ=
jc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAy=
M2EyOA%3AZmFsc2U%3AMTg%3A%3AaHR0cHM6Ly93d3cueW91dHViZS5jb20vd2F0Y2g_dj02S25=
5UnkybVdXOCZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZC=
ZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWIwN=
TM4MDEwMWQzZDQ1YzE4ZjhiYmE5MmNmMDIzYTI4JmVzaWQ9MmQ5MTE4YmItNmQzOS1lYjExLWE4=
MTMtMDAwZDNhMzAwMjJh&K=3DHg6bUOLxcZf3CwUEUFSg1A" target=3D"_blank" style=3D=
"color: #0c00ff; text-decoration: none;">view it here</a>.</span></span></p=
>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><strong><span =
style=3D"font-size:14px"><span style=3D"font-family:Verdana">Our Newest Pow=
er Womxn</span></span></strong></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">We=E2=80=99re committe=
d to uplifting the many individuals working to improve access to women=E2=
=80=99s reproductive health options. This month=E2=80=99s power womxn is <a=
cd-link-manager-tab=3D"1" href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y1%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%3AM=
Tk%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9uZXdzL25vdmVtYmVyLTIwMjAtcG93ZXI=
td29teG4_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2Qmcm=
VjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzO=
DAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOCZlc2lkPTJkOTExOGJiLTZkMzktZWIxMS1hODEz=
LTAwMGQzYTMwMDIyYQ&K=3DMjJAK7D3tMp8JRudz60lcA" target=3D"_blank" style=3D"c=
olor: #0c00ff; text-decoration: none;">Cristina Leos, MSPH, PhD</a>, co-fou=
nder of Real Talk. Read her story.</span></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><strong><span =
style=3D"font-size:14px"><span style=3D"font-family:Verdana">RWB Team: Trav=
is County, Texas</span></span></strong></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">Earlier this year, we =
selected 8 teams from across the US to partner with us in implementing our =
reproductive well-being work within their communities. Reproductive well-be=
ing means that all people have the information, services, and support they =
need to have control over their bodies and to make their own decisions rela=
ted to sexuality and reproduction throughout their lives.</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"><img class=3D"=
ck-editor-embedded-image" src=3D"[link removed]
odecideorg-axals/files/travisco.jpg?m=3D12/8/2020%204:15:08%20PM" style=3D"=
vertical-align: text-bottom; border-color: rgb(0, 0, 0); width: 500px; heig=
ht: 333px;" width=3D"500" height=3D"333"></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">Travis County, which i=
ncludes Austin and its burgeoning surrounding communities, has a population=
of 1.3 million. The young population in Travis County in particular is div=
erse; almost half of the population under age 18 is Hispanic, one-third is =
white, and the rest identifies as Black, Asian, or another race or ethnicit=
y. Neighboring smaller towns face barriers in transportation and access to =
reproductive health services.=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">The team is working wi=
th existing collaborative organizations to expand focus on adolescent and y=
oung adult reproductive well-being. Organizations include the Center for Ad=
olescent Health at People's Community Clinic, Travis County Adolescent Heal=
th Collaborative, Texas Campaign to Prevent Teen Pregnancy who sponsored a =
Texas Youth Friendly Initiative, Austin Public Health Community Health Impr=
ovement Plan, Fast Track Cities Austin, and International Adolescent Health=
Week. Currently, the focus is on an educational, youth-driven symposium pl=
anned for March. =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,Helve=
tica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break=
-word !important; white-space: normal; padding-top: 20px; padding-bottom: =
20px; padding-left: 20px; padding-right: 20px;"><p style=3D"font-family:Ari=
al;font-size:11px;color:#505050;letter-spacing:0px;line-height:1.2;text-ali=
gn:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-st=
yle:normal;text-decoration: none"><span style=3D"font-size:17px"><span styl=
e=3D"font-family:Verdana"><span style=3D"color:#2889e9">POLICY UPDATES</spa=
n></span></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><strong><span =
style=3D"font-size:14px"><span style=3D"font-family:Verdana">Planning for t=
he New Administration</span></span></strong></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">In advance of the Nove=
mber election, we offered <a cd-link-manager-tab=3D"1" href=3D"[link removed]
k.clickdimensions.com/c/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2Zj=
QwMDZiYmY5MDljYzRkNTRkY2Y1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjd=
C01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJh=
OTJjZjAyM2EyOA%3AZmFsc2U%3AMjA%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9uZXd=
zL3N0ZXBzLWFkbWluaXN0cmF0aW9uLXRha2VzLW9mZmljZS1qYW51YXJ5LTIwMjEtY2FuLXRha2=
UtYWR2YW5jZS1yZXByb2R1Y3RpdmUtd2VsbC1iZWluZz9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M=
1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBh=
OGU5MTFhOTg1MDAwZDNhM2FjYWZkLWIwNTM4MDEwMWQzZDQ1YzE4ZjhiYmE5MmNmMDIzYTI4JmV=
zaWQ9MmQ5MTE4YmItNmQzOS1lYjExLWE4MTMtMDAwZDNhMzAwMjJh&K=3DCW478xkqP-6uP76b-=
Tq0IQ" target=3D"_blank" style=3D"color: #0c00ff; text-decoration: none;">r=
ecommendations </a>for the first 100 days of the Administration that would =
take office in January. As transition planning is underway, we highlight th=
ese steps that we believe are key to achieving reproductive well-being and =
ensuring that everyone has the power to decide if, when, and under circumst=
ances to get pregnant and have a child.</span></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><strong><span =
style=3D"font-size:14px"><span style=3D"font-family:Verdana">Appropriations=
Work Continues</span></span></strong></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">The Senate Appropriati=
ons Committee released its 12 appropriations bills for fiscal year (FY) 202=
1, as part of ongoing negotiations between the House and Senate. As a remin=
der, Congress did not agree on a final appropriations deal by the end of th=
e last fiscal year. Instead, Congress passed a short-term continuing resolu=
tion (CR) that funded the government at current levels through December 11,=
2020. Attached to that CR was a measure to extend the Personal Responsibil=
ity Education Program (PREP) through December 11. As Congress works to secu=
re FY 2021 funding beyond December 11, you have an opportunity to weigh in =
with your members of Congress. For more information, including how you can =
easily contact your members of Congress, click here.</span></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><strong><span =
style=3D"font-size:14px"><span style=3D"font-family:Verdana">States Legisla=
tures Gearing Up</span></span></strong></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">It=E2=80=99s hard to b=
elieve, but new state legislative sessions will be here before we know it. =
Visit our <a cd-link-manager-tab=3D"1" href=3D"[link removed]
s.com/c/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYz=
RkNTRkY2Y1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwY=
ThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3=
AZmFsc2U%3AMjE%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9BY2Nlc3MtVG9vbGtpdD9=
fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbn=
RpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWIwNTM4MDEwMWQzZ=
DQ1YzE4ZjhiYmE5MmNmMDIzYTI4JmVzaWQ9MmQ5MTE4YmItNmQzOS1lYjExLWE4MTMtMDAwZDNh=
MzAwMjJh&K=3DALsfCMDeJXOHQKFWQBROkQ" target=3D"_blank" style=3D"color: #0c0=
0ff; text-decoration: none;">Advancing Contraceptive Access Toolkit</a> to =
see where your <a cd-link-manager-tab=3D"1" href=3D"[link removed]
nsions.com/c/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5M=
DljYzRkNTRkY2Y1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1=
N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2E=
yOA%3AZmFsc2U%3AMjI%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy93aGF0LXdlLWRvL2=
luZm9ybWF0aW9uL3Jlc291cmNlLWxpYnJhcnkvc3RhdGUtc3BlY2lmaWMtcmVzb3VyY2VzP19jb=
GRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlk=
PWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYjA1MzgwMTAxZDNkNDV=
jMThmOGJiYTkyY2YwMjNhMjgmZXNpZD0yZDkxMThiYi02ZDM5LWViMTEtYTgxMy0wMDBkM2EzMD=
AyMmE&K=3DtDlIvOlfBikC-vNU8ssqEQ" target=3D"_blank" style=3D"color: #0c00ff=
; text-decoration: none;">state stands</a> on a variety of factors. Conside=
r what your state can do to advance the following policies (which have the =
advantage of being no-cost or low-cost to state governments, as most will h=
ave decreased budgets), if you don=E2=80=99t already have them: <a cd-link-=
manager-tab=3D"1" href=3D"[link removed]
g4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y1%3AYmlnamFj=
ay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYT=
NhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%3AMjM%3A%3Aa=
HR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy93aGF0LXdlLWRvL2luZm9ybWF0aW9uL3Jlc291cmNl=
LWxpYnJhcnkvZXh0ZW5kZWQtc3VwcGx5LWNvbnRyYWNlcHRpb24_X2NsZGVlPVltbG5hbUZqYXk=
1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZj=
c1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM=
2EyOCZlc2lkPTJkOTExOGJiLTZkMzktZWIxMS1hODEzLTAwMGQzYTMwMDIyYQ&K=3DeCGGH6tG-=
zK0cx20Mvy2mA" target=3D"_blank" style=3D"color: #0c00ff; text-decoration: =
none;">coverage for an extended supply of contraception</a>, <a cd-link-man=
ager-tab=3D"1" href=3D"[link removed]
zE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y1%3AYmlnamFjay5=
idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY=
2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%3AMjQ%3A%3AaHR0=
cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy93aGF0LXdlLWRvL2luZm9ybWF0aW9uL3Jlc291cmNlLWx=
pYnJhcnkvc3RhdGUtYWN0aW9ucy1wcm90ZWN0LWFuZC1lbmhhbmNlLWFjYXMtY29udHJhY2VwdG=
l2ZT9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpc=
GllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWIwNTM4MDEw=
MWQzZDQ1YzE4ZjhiYmE5MmNmMDIzYTI4JmVzaWQ9MmQ5MTE4YmItNmQzOS1lYjExLWE4MTMtMDA=
wZDNhMzAwMjJh&K=3DOEwR5GRAxQ2SHMnybpGU3A" target=3D"_blank" style=3D"color:=
#0c00ff; text-decoration: none;">protecting contraceptive coverage</a>, an=
d <a cd-link-manager-tab=3D"1" href=3D"[link removed]
6/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2=
Y1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExY=
Tk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U=
%3AMjU%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy93aGF0LXdlLWRvL2luZm9ybWF0aW9=
uL3Jlc291cmNlLWxpYnJhcnkvcGhhcm1hY2lzdC1wcmVzY3JpYmluZy1ob3Jtb25hbC1iaXJ0aC=
1jb250cm9sP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJ=
nJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYjA1=
MzgwMTAxZDNkNDVjMThmOGJiYTkyY2YwMjNhMjgmZXNpZD0yZDkxMThiYi02ZDM5LWViMTEtYTg=
xMy0wMDBkM2EzMDAyMmE&K=3DFyq-Tf4KWXnIZ1D8f1HwBQ" target=3D"_blank" style=3D=
"color: #0c00ff; text-decoration: none;">pharmacist prescribing of contrace=
ption</a>. You can find all of our state policy resources <a cd-link-manage=
r-tab=3D"1" href=3D"[link removed]
3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y1%3AYmlnamFjay5idW=
x3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2Fm=
ZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%3AMjY%3A%3AaHR0cHM=
6Ly9wb3dlcnRvZGVjaWRlLm9yZy93aGF0LXdlLWRvL2FjY2Vzcy9zdGF0ZS1wb2xpY3k_X2NsZG=
VlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y=
29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMx=
OGY4YmJhOTJjZjAyM2EyOCZlc2lkPTJkOTExOGJiLTZkMzktZWIxMS1hODEzLTAwMGQzYTMwMDI=
yYQ&K=3DuB3KasS6Gcy1kit0vYaUAQ" target=3D"_blank" style=3D"color: #0c00ff; =
text-decoration: none;">here</a>.=E2=80=AF=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,Helve=
tica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break=
-word !important; white-space: normal; padding-top: 20px; padding-bottom: =
20px; padding-left: 20px; padding-right: 20px;"><p style=3D"font-family:Ari=
al;font-size:11px;color:#505050;letter-spacing:0px;line-height:1.2;text-ali=
gn:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-st=
yle:normal;text-decoration: none"><span style=3D"font-size:17px"><span styl=
e=3D"font-family:Verdana"><span style=3D"color:#2889e9">POWER UPDATES</span=
></span></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana"><a cd-link-manager-tab=
=3D"1" href=3D"[link removed]
tYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y1%3AYmlnamFjay5idWx3YXJ=
rQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iM=
DUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%3AMjc%3A%3AaHR0cHM6Ly9w=
b3dlcnRvZGVjaWRlLm9yZy9uZXdzL25vdmVtYmVyLTIwMjAtcG93ZXItdXBkYXRlcy1lZGl0aW9=
uP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaW=
VudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYjA1MzgwMTAxZ=
DNkNDVjMThmOGJiYTkyY2YwMjNhMjgmZXNpZD0yZDkxMThiYi02ZDM5LWViMTEtYTgxMy0wMDBk=
M2EzMDAyMmE&K=3DdQRZ01z_rohwhjuDuShvAA" target=3D"_blank" style=3D"color: #=
0c00ff; text-decoration: none;">Click here</a> to see the top publications =
and articles on sexual health published in the last month.</span></span></p=
>
</td>
</tr><tr>
<td width=3D"560" class=3D"text-block-container" =
style=3D"box-sizing: border-box;white-space: normal;font-family:Arial,Helve=
tica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break=
-word !important; white-space: normal; padding-top: 20px; padding-bottom: =
20px; padding-left: 20px; padding-right: 20px;">
<table role=3D"presentation" cellspacing=3D"0" c=
ellpadding=3D"0" style=3D"border-collapse: collapse; border-spacing: 0; ver=
tical-align: top; width: 100%; min-width: 100%;
border-bottom-width: 1px;
border-bottom-color: #000000;
border-bottom-style: solid;" width=3D"100%=
" >
<tr>
<td style=3D"border: 0 none transparent; pa=
dding: 0; vertical-align: top; width: 100%; font-size: 0; line-height: 0;">=
=C2=A0</td>
</tr>
</table> =20
</td>
</tr><tr>
<td width=3D"560" class=3D"text-block-container" =
style=3D"box-sizing: border-box;white-space: normal;font-family:Arial,Helve=
tica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break=
-word !important; white-space: normal; padding-top: 20px; padding-bottom: =
20px; padding-left: 20px; padding-right: 20px;"><p style=3D"font-family:Ari=
al;font-size:11px;color:#505050;letter-spacing:0px;line-height:1.2;text-ali=
gn:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-st=
yle:normal;text-decoration: none"><span style=3D"color:#2889e9"><span style=
=3D"font-size:17px"><span style=3D"font-family:Verdana">OUR COMMITMENT TO Q=
UALITY=C2=A0</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 are proud to share =
that non-profit evaluator Charity Navigator has recently awarded Power to D=
ecide our 14th-consecutive four-star rating! We earned this achievement bas=
ed on our financial health and our commitment to accountability and transpa=
rency in our work. Power to Decide couldn=E2=80=99t have reached this miles=
tone without our supporters. Thank you for being a part of our community!=
=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,Helve=
tica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break=
-word !important; white-space: normal; padding-top: 20px; padding-bottom: =
20px; padding-left: 20px; padding-right: 20px;"><p style=3D"font-family:Ari=
al;font-size:11px;color:#505050;letter-spacing:0px;line-height:1.2;text-ali=
gn:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-st=
yle:normal;text-decoration: none"><span style=3D"font-size:17px"><span styl=
e=3D"font-family:Verdana"><span style=3D"color:#2889e9">GENEROUS SUPPORT FO=
R OUR WORK</span></span></span></p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Arial;font-size:11px;color:#505050;letter-spacing:0=
px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-size:14px"><span style=3D"font-family:Verdana">We would like to thank=
the following sponsors who made this year=E2=80=99s <a cd-link-manager-tab=
=3D"1" href=3D"[link removed]
tYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y1%3AYmlnamFjay5idWx3YXJ=
rQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iM=
DUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%3AMjg%3A%3AaHR0cHM6Ly9w=
b3dlcnRvZGVjaWRlLm9yZy90aHhiaXJ0aGNvbnRyb2w_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDN=
ZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYT=
hlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOCZlc=
2lkPTJkOTExOGJiLTZkMzktZWIxMS1hODEzLTAwMGQzYTMwMDIyYQ&K=3Da0Arm5mB8PtOsxnP6=
fS6_A" target=3D"_blank" style=3D"color: #0c00ff; text-decoration: none;">T=
hanks, Birth Control</a> campaign possible with their generous support: PRJ=
KT Ruby, TherapeuticsMD, Agile Therapeutics, TwentyEightHealth, HeyDoctor, =
Foundation Consumer Healthcare, Nurx, and the JPB Foundation. Because of al=
l of our sponsors, we at Power to Decide have the resources needed to conti=
nue thanking birth control every day!</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 also like to =
extend our gratitude to all who joined us for Giving Tuesday! A special tha=
nk you to our partner <a cd-link-manager-tab=3D"1" href=3D"[link removed]
ickdimensions.com/c/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMD=
ZiYmY5MDljYzRkNTRkY2Y1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01O=
TcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJj=
ZjAyM2EyOA%3AZmFsc2U%3AMjk%3A%3AaHR0cHM6Ly93d3cuZm9yaGVycy5jb20vP19jbGRlZT1=
ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbn=
RhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYjA1MzgwMTAxZDNkNDVjMThmO=
GJiYTkyY2YwMjNhMjgmZXNpZD0yZDkxMThiYi02ZDM5LWViMTEtYTgxMy0wMDBkM2EzMDAyMmE&=
K=3DRaz5tcjaNZwaEMYlhVFDBg" target=3D"_blank" style=3D"color: #0c00ff; text=
-decoration: none;">Hers </a>for matching Giving Tuesday donations, allowin=
g our supporters to double the impact of their generosity.=C2=A0</span></sp=
an></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">Giving Tuesday might b=
e over, but it=E2=80=99s not too late to support the power to decide. Now m=
ore than ever, we=E2=80=99re relying on the generosity of donors like you t=
o help us ensure that all young people have what they need to plan their fu=
tures. If you=E2=80=99re doing your holiday shopping on Amazon consider mak=
ing Power to Decide your <a cd-link-manager-tab=3D"1" href=3D"[link removed]
.clickdimensions.com/c/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQ=
wMDZiYmY5MDljYzRkNTRkY2Y1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC=
01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhO=
TJjZjAyM2EyOA%3AZmFsc2U%3AMzA%3A%3AaHR0cHM6Ly9zbWlsZS5hbWF6b24uY29tL2FwL3Np=
Z25pbj9fZW5jb2Rpbmc9VVRGOCZvcGVuaWQuYXNzb2NfaGFuZGxlPWFtem5fc21pbGUmb3Blbml=
kLmNsYWltZWRfaWQ9aHR0cCUzQSUyRiUyRnNwZWNzLm9wZW5pZC5uZXQlMkZhdXRoJTJGMi4wJT=
JGaWRlbnRpZmllcl9zZWxlY3Qmb3BlbmlkLmlkZW50aXR5PWh0dHAlM0ElMkYlMkZzcGVjcy5vc=
GVuaWQubmV0JTJGYXV0aCUyRjIuMCUyRmlkZW50aWZpZXJfc2VsZWN0Jm9wZW5pZC5tb2RlPWNo=
ZWNraWRfc2V0dXAmb3BlbmlkLm5zPWh0dHAlM0ElMkYlMkZzcGVjcy5vcGVuaWQubmV0JTJGYXV=
0aCUyRjIuMCZvcGVuaWQubnMucGFwZT1odHRwJTNBJTJGJTJGc3BlY3Mub3BlbmlkLm5ldCUyRm=
V4dGVuc2lvbnMlMkZwYXBlJTJGMS4wJm9wZW5pZC5wYXBlLm1heF9hdXRoX2FnZT0wJm9wZW5pZ=
C5yZXR1cm5fdG89aHR0cHMlM0ElMkYlMkZzbWlsZS5hbWF6b24uY29tJTJGZ3AlMkZjaGFyaXR5=
JTJGaG9tZXBhZ2UuaHRtbCUzRmllJTNEVVRGOCUyNm5ld3RzJTNEMSUyNm9yaWclM0QlMjUyRiU=
yNnJlZl8lM0RzbWlfZ2UyX3VsX2JpZ3NfcnNyJl9jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKcl=
FHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxM=
WE5ODUwMDBkM2EzYWNhZmQtYjA1MzgwMTAxZDNkNDVjMThmOGJiYTkyY2YwMjNhMjgmZXNpZD0y=
ZDkxMThiYi02ZDM5LWViMTEtYTgxMy0wMDBkM2EzMDAyMmE&K=3D91b3PQ-sFDo373A7WfTJHw"=
target=3D"_blank" style=3D"color: #0c00ff; text-decoration: none;">AmazonS=
mile charity</a>, which will give 0.5% of proceeds from your eligible purch=
ases to us to continue our important work. <a cd-link-manager-tab=3D"1" hre=
f=3D"[link removed]
TM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y1%3AYmlnamFjay5idWx3YXJrQGdtYWlsL=
mNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDF=
kM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%3AMzE%3A%3AaHR0cHM6Ly9wb3dlcnRvZG=
VjaWRlLm9yZy9kb25hdGU_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52Y=
lElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNh=
Y2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOCZlc2lkPTJkOTExOGJiLTZkMzk=
tZWIxMS1hODEzLTAwMGQzYTMwMDIyYQ&K=3DOtOTbgocMKRIC1wNNPAGBA" target=3D"_blan=
k" style=3D"color: #0c00ff; text-decoration: none;">Join us today</a>.</spa=
n></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>
<tr>
<td width=3D"564" class=3D"stack-column-center so=
cial-block-container" style=3D"font-size: 0; vertical-align: top; text-alig=
n: center; padding-top: 9px; padding-bottom: 5px; padding-left: 18px; padd=
ing-right: 18px;">
<!--[if mso]><table role=3D"presentation" cel=
lspacing=3D"0" cellpadding=3D"0" border=3D"0" align=3D"center" > <tr><td st=
yle=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y=
1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYT=
k4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%=
3AMzI%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0E2JTdE%3AaHR0cHM6Ly93d3cuZmFj=
ZWJvb2suY29tL1Bvd2VyVG9EZWNpZGUvP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHR=
ZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5OD=
UwMDBkM2EzYWNhZmQtYjA1MzgwMTAxZDNkNDVjMThmOGJiYTkyY2YwMjNhMjgmZXNpZD0yZDkxM=
ThiYi02ZDM5LWViMTEtYTgxMy0wMDBkM2EzMDAyMmE&K=3D3hjZIDK99D7bYH9vVAmkww" titl=
e=3D"Facebook" target=3D"_blank" style=3D"text-decoration: none;" name=3D"{=
%22UrlIdOffset%22%3A6}" cdlinkrefidmso=3D"32_0">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/squircle/full/facebo=
ok.png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y=
1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYT=
k4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%=
3AMzM%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0E2JTdE%3AaHR0cHM6Ly90d2l0dGVy=
LmNvbS9wb3dlcnRvZGVjaWRlP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1=
OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2=
EzYWNhZmQtYjA1MzgwMTAxZDNkNDVjMThmOGJiYTkyY2YwMjNhMjgmZXNpZD0yZDkxMThiYi02Z=
DM5LWViMTEtYTgxMy0wMDBkM2EzMDAyMmE&K=3D-1FseZp3aTnWkVRM8G98-A" title=3D"Twi=
tter" target=3D"_blank" style=3D"text-decoration: none;" name=3D"{%22UrlIdO=
ffset%22%3A6}" cdlinkrefidmso=3D"32_1">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/squircle/full/twitte=
r.png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y=
1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYT=
k4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%=
3AMzQ%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0E2JTdE%3AaHR0cHM6Ly93d3cueW91=
dHViZS5jb20vcG93ZXJ0b2RlY2lkZT9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVd=
sc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MD=
AwZDNhM2FjYWZkLWIwNTM4MDEwMWQzZDQ1YzE4ZjhiYmE5MmNmMDIzYTI4JmVzaWQ9MmQ5MTE4Y=
mItNmQzOS1lYjExLWE4MTMtMDAwZDNhMzAwMjJh&K=3D7bKTK1np7gdFvTTpPDIPHQ" title=
=3D"Youtube" target=3D"_blank" style=3D"text-decoration: none;" name=3D"{%2=
2UrlIdOffset%22%3A6}" cdlinkrefidmso=3D"32_2">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/squircle/full/youtub=
e.png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y=
1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYT=
k4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%=
3AMzU%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0E2JTdE%3AaHR0cHM6Ly93d3cuaW5z=
dGFncmFtLmNvbS9wb3dlcnRvZGVjaWRlLz9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R=
0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOT=
g1MDAwZDNhM2FjYWZkLWIwNTM4MDEwMWQzZDQ1YzE4ZjhiYmE5MmNmMDIzYTI4JmVzaWQ9MmQ5M=
TE4YmItNmQzOS1lYjExLWE4MTMtMDAwZDNhMzAwMjJh&K=3DjpzyFr2CRG4LbNwkDxkddw" tit=
le=3D"Instagram" target=3D"_blank" style=3D"text-decoration: none;" name=3D=
"{%22UrlIdOffset%22%3A6}" cdlinkrefidmso=3D"32_3">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/squircle/full/instag=
ram.png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y=
1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYT=
k4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%=
3AMzY%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0E2JTdE%3AaHR0cHM6Ly93d3cubGlu=
a2VkaW4uY29tL2NvbXBhbnkvcG93ZXItdG8tZGVjaWRlLz9fY2xkZWU9WW1sbmFtRmpheTVpZFd=
4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZD=
BhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWIwNTM4MDEwMWQzZDQ1YzE4ZjhiYmE5MmNmMDIzYTI4J=
mVzaWQ9MmQ5MTE4YmItNmQzOS1lYjExLWE4MTMtMDAwZDNhMzAwMjJh&K=3Dhy0WGE7lC9AoUC-=
nIYfbcw" title=3D"Linkedin" target=3D"_blank" style=3D"text-decoration: non=
e;" name=3D"{%22UrlIdOffset%22%3A6}" cdlinkrefidmso=3D"32_4">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/squircle/full/linked=
in.png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y=
1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYT=
k4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%=
3AMzc%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0E2JTdE%3AaHR0cHM6Ly9wb3dlcnRv=
ZGVjaWRlLm9yZy9kb25hdGU_dXRtX3NvdXJjZT1FbWFpbCUyMEZvb3RlciZ1dG1fbWVkaXVtPUV=
tYWlsJnV0bV9jYW1wYWlnbj1HZW5lcmFsJl9jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZH=
RZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5O=
DUwMDBkM2EzYWNhZmQtYjA1MzgwMTAxZDNkNDVjMThmOGJiYTkyY2YwMjNhMjgmZXNpZD0yZDkx=
MThiYi02ZDM5LWViMTEtYTgxMy0wMDBkM2EzMDAyMmE&K=3DsCbj-UH1eHD9q6Ef2UpAag" tit=
le=3D"Custom" target=3D"_blank" style=3D"text-decoration: none;" name=3D"{%=
22UrlIdOffset%22%3A6}" cdlinkrefidmso=3D"32_5">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
kdimensions.com/powertodecideorg-axals/images/social-links/donateicon.png?m=
=3D6/17/2019%205:37:04%20PM">
</a>
</span>
</td></tr></table><![endif]--> <!--[if !mso]><!--> <span=
style=3D"display: inline-block;">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y1%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%3AM=
zg%3A%3AaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL1Bvd2VyVG9EZWNpZGUvP19jbGRlZT1ZbWx=
uYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3=
QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYjA1MzgwMTAxZDNkNDVjMThmOGJiY=
TkyY2YwMjNhMjgmZXNpZD0yZDkxMThiYi02ZDM5LWViMTEtYTgxMy0wMDBkM2EzMDAyMmE&K=3D=
hbm1yF0VHGAE6OK_cOel6w" title=3D"Facebook" target=3D"_blank" style=3D"text-=
decoration: none;" undefined cdlinkrefid=3D"32_0">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/squircle/full/facebo=
ok.png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y1%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%3AM=
zk%3A%3AaHR0cHM6Ly90d2l0dGVyLmNvbS9wb3dlcnRvZGVjaWRlP19jbGRlZT1ZbWxuYW1GamF=
5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MG=
Y3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYjA1MzgwMTAxZDNkNDVjMThmOGJiYTkyY2YwM=
jNhMjgmZXNpZD0yZDkxMThiYi02ZDM5LWViMTEtYTgxMy0wMDBkM2EzMDAyMmE&K=3D2EawO7ds=
GHjzQz4kdOckZg" title=3D"Twitter" target=3D"_blank" style=3D"text-decoratio=
n: none;" undefined cdlinkrefid=3D"32_1">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/squircle/full/twitte=
r.png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y1%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%3AN=
DA%3A%3AaHR0cHM6Ly93d3cueW91dHViZS5jb20vcG93ZXJ0b2RlY2lkZT9fY2xkZWU9WW1sbmF=
tRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LT=
U5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWIwNTM4MDEwMWQzZDQ1YzE4ZjhiYmE5M=
mNmMDIzYTI4JmVzaWQ9MmQ5MTE4YmItNmQzOS1lYjExLWE4MTMtMDAwZDNhMzAwMjJh&K=3D298=
IqEL9qLxT6FyB-HG2Zw" title=3D"Youtube" target=3D"_blank" style=3D"text-deco=
ration: none;" undefined cdlinkrefid=3D"32_2">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/squircle/full/youtub=
e.png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y1%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%3AN=
DE%3A%3AaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9wb3dlcnRvZGVjaWRlLz9fY2xkZWU9WW1=
sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YW=
N0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWIwNTM4MDEwMWQzZDQ1YzE4ZjhiY=
mE5MmNmMDIzYTI4JmVzaWQ9MmQ5MTE4YmItNmQzOS1lYjExLWE4MTMtMDAwZDNhMzAwMjJh&K=
=3DwcQm_-gm-hQUta6EUdgkbg" title=3D"Instagram" target=3D"_blank" style=3D"t=
ext-decoration: none;" undefined cdlinkrefid=3D"32_3">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/squircle/full/instag=
ram.png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y1%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%3AN=
DI%3A%3AaHR0cHM6Ly93d3cubGlua2VkaW4uY29tL2NvbXBhbnkvcG93ZXItdG8tZGVjaWRlLz9=
fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbn=
RpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWIwNTM4MDEwMWQzZ=
DQ1YzE4ZjhiYmE5MmNmMDIzYTI4JmVzaWQ9MmQ5MTE4YmItNmQzOS1lYjExLWE4MTMtMDAwZDNh=
MzAwMjJh&K=3DxreoRwE-rH4nOeVvRgloOw" title=3D"Linkedin" target=3D"_blank" s=
tyle=3D"text-decoration: none;" undefined cdlinkrefid=3D"32_4">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/squircle/full/linked=
in.png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y1%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJjZjAyM2EyOA%3AZmFsc2U%3AN=
DM%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9kb25hdGU_dXRtX3NvdXJjZT1FbWFpbCU=
yMEZvb3RlciZ1dG1fbWVkaXVtPUVtYWlsJnV0bV9jYW1wYWlnbj1HZW5lcmFsJl9jbGRlZT1ZbW=
xuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY=
3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYjA1MzgwMTAxZDNkNDVjMThmOGJi=
YTkyY2YwMjNhMjgmZXNpZD0yZDkxMThiYi02ZDM5LWViMTEtYTgxMy0wMDBkM2EzMDAyMmE&K=
=3DBY_Bhtg3eRkpMBvIcmXqqA" title=3D"Custom" target=3D"_blank" style=3D"text=
-decoration: none;" undefined cdlinkrefid=3D"32_5">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
kdimensions.com/powertodecideorg-axals/images/social-links/donateicon.png?m=
=3D6/17/2019%205:37:04%20PM">
</a>
</span><!--<![endif]-->
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div><!--[if mso]></td><![endif]-->
<!--[if mso]>
</tr>
</table>
<![endif]-->
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
<!-- Email Section : END -->
</td>
</tr><tr class=3D"section-block">
<td align=3D"center" height=3D"100%" valign=3D"top"=
width=3D"100%" style=3D"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,Helve=
tica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break=
-word !important; white-space: normal; padding-top: 9px; padding-bottom: 9=
px; padding-left: 18px; padding-right: 18px;"><p style=3D"text-align:left;f=
ont-family:Arial;font-size:11px;color:#505050;letter-spacing:0px;line-heigh=
t:1.2;margin:0;word-wrap:break-word !important;font-weight:normal;font-styl=
e:normal;text-decoration: none"><span style=3D"font-family:Verdana">=C2=A92=
019, Power to Decide, the campaign to prevent unplanned pregnancy</span></p=
>
<p style=3D"text-align:left;font-family:Arial;font-size:11px;color:#505050;=
letter-spacing:0px;line-height:1.2;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-family:Verdana">1776 Massachusetts Ave., NW, Suite 200, Washington, D=
C 20036</span></p>
<p style=3D"text-align:left;font-family:Arial;font-size:11px;color:#505050;=
letter-spacing:0px;line-height:1.2;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-family:Verdana">ph: (202) 478-8500. fax: (202) 478-8588.</span></p>
<p style=3D"text-align:left;font-family:Arial;font-size:11px;color:#505050;=
letter-spacing:0px;line-height:1.2;margin:0;word-wrap:break-word !important=
;font-weight:normal;font-style:normal;text-decoration: none"><span style=3D=
"font-family:Verdana"><a cd-link-manager-tab=3D"1" href=3D"[link removed]
ickdimensions.com/c/6/?T=3DNTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhYjQ2ZjQwMD=
ZiYmY5MDljYzRkNTRkY2Y1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01O=
TcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY4YmJhOTJj=
ZjAyM2EyOA%3AZmFsc2U%3ANDQ%3A%3AaHR0cHM6Ly93d3cucG93ZXJ0b2RlY2lkZS5vcmcvP19=
jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudG=
lkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYjA1MzgwMTAxZDNkN=
DVjMThmOGJiYTkyY2YwMjNhMjgmZXNpZD0yZDkxMThiYi02ZDM5LWViMTEtYTgxMy0wMDBkM2Ez=
MDAyMmE&K=3DJf13zbL0FNpX_BqRHijitg" target=3D"_blank" style=3D"color: rgb(0=
, 127, 183); text-decoration: none;"><span style=3D"color:#007fb7"><u>www.P=
owertoDecide.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/2/1cla%3ANTg0Njg4MzE%3AMDItYjIwMzQzLTM0OGEwMWFhY=
jQ2ZjQwMDZiYmY5MDljYzRkNTRkY2Y1%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29u=
dGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1iMDUzODAxMDFkM2Q0NWMxOGY=
4YmJhOTJjZjAyM2EyOA%3An%3An%3AlfmrL8BvnipEOJTQa7pYcQ" link-metadata=3D"Glob=
alUnsubscribe" style=3D"color: rgb(0, 127, 183); text-decoration: none;"><s=
pan style=3D"color:#007fb7"><u>here</u></span></a> to unsubscribe or to cha=
nge 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_423591020_570861888.1607447028863--