------=_Part_505688903_1147903744.1563482851129
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; color:transparent; 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 */
=20
@media screen yahoo and (min-width: 768px){ =20
img[class=3D"desktop-version"] {
display: none !important; =20
}
img[class=3D"mobile-version"] {
display: inline-block !important;=20
}
} =20
@media screen yahoo and (max-width: 768px){ =20
img[class=3D"desktop-version"] {
display: inline-block !important; =20
}
img[class=3D"mobile-version"] {
display: none !important;
}
}
=20
@media screen and (min-width: 768px) {=20
.desktop-version {
display: inline-block !important; =20
}
.mobile-version {
display: none !important;
}
}
=20
@media screen and (max-width: 768px){
.desktop-version {
display: none !important;
}
.mobile-version {
display: inline-block !important;
}
.email-container img.cd-image {
height: auto !important;
}
.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
<!--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; color: transparent; height: 0; width=
: 0;'>State Spotlight on Missouri, Rhode Island, and Texas =
=
</span><img src=3D"[link removed]
U6TURJdFlqRTVNVGs1TFRkbU56Z3lORE0xTkRJM09EUTJPVEk0WTJSak1qRTJaREZsWVdJMU56a=
Go6WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUTpZMjl1ZEdGamRDMDFPVGN3Wmpj=
MU4yUXdZVGhsT1RFeFlUazROVEF3TUdRellUTmhZMkZtWkMxaFpUUmxOV0V3WTJWbE1EYzBaalk=
yWVRkbU5tVXlOV1ppTVRBMFl6Wm1aQQ/hYXDY2E1k62xzfiGnXME1g" width=3D"1" height=
=3D"1" /><img src=3D"[link removed]
JdFlqRTVNVGs1TFRkbU56Z3lORE0xTkRJM09EUTJPVEk0WTJSak1qRTJaREZsWVdJMU56aGo6WW=
1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUTpZMjl1ZEdGamRDMDFPVGN3WmpjMU4yU=
XdZVGhsT1RFeFlUazROVEF3TUdRellUTmhZMkZtWkMxaFpUUmxOV0V3WTJWbE1EYzBaalkyWVRk=
bU5tVXlOV1ppTVRBMFl6Wm1aQQ/hYXDY2E1k62xzfiGnXME1g" 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: #e0e0e0; border-collapse: separate!imp=
ortant;" class=3D"email-container">
<tbody>
<tr>
<td style=3D"width: 100%;">
<!--[if mso]>
<table role=3D"presentation" border=3D"0" cells=
pacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"601" style=3D"bord=
er-width: 1px; border-color: #ffffff; border-style: None; width: 601px; max=
-width: 601px; border-collapse: separate!important;" class=3D"email-page-c=
ontainer">
<![endif]-->
<!--[if !mso]><!-- -->
<table role=3D"presentation" cellspacing=3D"0"=
cellpadding=3D"0" border=3D"0" align=3D"center" width=3D"602" style=3D"bo=
rder-width: 1px; border-color: #ffffff; border-style: None; width: 602px; m=
ax-width: 602px; border-collapse: separate!important;" class=3D"email-page=
-container">
<!--<![endif]-->
<tbody>
<tr class=3D"section-block">
<td align=3D"center" height=3D"100%" valign=3D"top"=
width=3D"100%" style=3D" ">
<!-- Email Section : BEGIN -->
<!--[if mso]>
<table role=3D"presentation" border=3D"0" cell=
spacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"600">
<tr>
<td align=3D"center" valign=3D"top" width=
=3D"600">
<![endif]-->
<table id=3D"20" role=3D"presentation" border=
=3D"0" cellpadding=3D"0" cellspacing=3D"0" align=3D"center" width=3D"100%" =
style=3D"max-width:600px;">
<tbody>
<tr>
<td valign=3D"top" width=3D"100%" s=
tyle=3D"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-r=
ight: 0px; background-color: #ffffff;; font-size: 0;">
<!--[if mso]>
<table role=3D"presentation" borde=
r=3D"0" cellspacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"600px=
" style=3D"table-layout:fixed; border-collapse: collapse; mso-table-lspace:=
0; mso-table-rspace:0;" cellpadding=3D"0" cellspacing=3D"0" >
<tr>
<![endif]-->
<!--[if mso]><td align=3D"left" val=
ign=3D"top" width=3D"600px"><![endif]--><div style=3D"overflow: visible!imp=
ortant; display: inline-block; width:600px; max-width:600px; min-width:600p=
x; vertical-align:top;" class=3D"stack-column">
<table role=3D"presentation" cellspaci=
ng=3D"0" cellpadding=3D"0" border=3D"0" width=3D"100%">
<tbody>
<tr>
<td style=3D"padding-top: 0=
px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
<table role=3D"presenta=
tion" cellspacing=3D"0" cellpadding=3D"0" border=3D"0" width=3D"600px" sty=
le=3D"table-layout: fixed; width: 600px;" >
<tbody>
<tr>
<td width=3D"564" class=3D"text-block-container" =
style=3D"box-sizing: border-box;white-space: normal;font-family:Arial,Helve=
tica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break=
-word !important; white-space: normal; padding-top: 9px; padding-bottom: 9=
px; padding-left: 18px; padding-right: 18px;"><p style=3D"font-family:Verda=
na;font-size:14px;color:#505050;letter-spacing:0px;line-height:1.5;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:13px"><span styl=
e=3D"font-family:Verdana">Click <a cd-link-manager-tab=3D"6" href=3D"http:/=
/mrktg.powertodecide.org/c/4/?T=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI=
3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udG=
FjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmN=
mUyNWZiMTA0YzZmZA%3AZmFsc2U%3AMA%3A%3AaHR0cDovL21ya3RnLnBvd2VydG9kZWNpZGUub=
3JnL20vMS81ODQ2ODgzMS8wMi1iMTkxOTktN2Y3ODI0MzU0Mjc4NDY5MjhjZGMyMTZkMWVhYjU3=
OGMvMi81NDgvN2RkMTBiZTgtNjc2NC00NGE0LTk0Y2ItN2M2ZWRhNDFlNWJlP19jbGRlZT1ZbWx=
uYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3=
QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYWU0ZTVhMGNlZTA3NGY2NmE3ZjZlM=
jVmYjEwNGM2ZmQmZXNpZD0xNTQ3ZWI1ZS0wZmE4LWU5MTEtYTk4Zi0wMDBkM2EzYWM3MjY&K=3D=
N0bC3V7dk0Fhm72mof6FmA" style=3D"color: rgb(0, 127, 183); text-decoration: =
none;"><span style=3D"color:#007fb7"><u>here</u></span></a> if you are havi=
ng trouble viewing this message.</span></span></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div><!--[if mso]></td><![endif]-->
<!--[if mso]>
</tr>
</table>
<![endif]-->
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
<!-- Email Section : END -->
</td>
</tr><tr class=3D"section-block">
<td align=3D"center" height=3D"100%" valign=3D"top"=
width=3D"100%" style=3D" ">
<!-- Email Section : BEGIN -->
<!--[if mso]>
<table role=3D"presentation" border=3D"0" cell=
spacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"600">
<tr>
<td align=3D"center" valign=3D"top" width=
=3D"600">
<![endif]-->
<table id=3D"21" role=3D"presentation" border=
=3D"0" cellpadding=3D"0" cellspacing=3D"0" align=3D"center" width=3D"100%" =
style=3D"max-width:600px;">
<tbody>
<tr>
<td valign=3D"top" width=3D"100%" s=
tyle=3D"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-r=
ight: 0px; background-color: #ffffff;; font-size: 0;">
<!--[if mso]>
<table role=3D"presentation" borde=
r=3D"0" cellspacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"600px=
" style=3D"table-layout:fixed; border-collapse: collapse; mso-table-lspace:=
0; mso-table-rspace:0;" cellpadding=3D"0" cellspacing=3D"0" >
<tr>
<![endif]-->
<!--[if mso]><td align=3D"left" val=
ign=3D"top" width=3D"600px"><![endif]--><div style=3D"overflow: visible!imp=
ortant; display: inline-block; width:600px; max-width:600px; min-width:600p=
x; vertical-align:top;" class=3D"stack-column">
<table role=3D"presentation" cellspaci=
ng=3D"0" cellpadding=3D"0" border=3D"0" width=3D"100%">
<tbody>
<tr>
<td style=3D"padding-top: 0=
px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
<table role=3D"presenta=
tion" cellspacing=3D"0" cellpadding=3D"0" border=3D"0" width=3D"600px" sty=
le=3D"table-layout: fixed; width: 600px;" >
<tbody>
<!--[if mso]>
<tr>
<td width=3D"564" class=3D"stack-column-cen=
ter image-block-container" style=3D"vertical-align: top; text-align: center=
; padding-top: 9px; padding-bottom: 9px; padding-left: 18px; padding-righ=
t: 18px;">
<a href=3D"[link removed]
rg/c/4/?T=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlY=
WI1Nzhj%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThl=
OTExYTk4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZm=
Fsc2U%3AMQ%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy93aGF0LXdlLWRvL2FjY2Vzcy9=
zdGF0ZS1wb2xpY3k_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2=
QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZ=
C1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZCZlc2lkPTE1NDdlYjVlLTBmYTgtZTkx=
MS1hOThmLTAwMGQzYTNhYzcyNg&K=3Duf_7DZiveA4FUQ2dc25uYA" title=3D"[link removed]
ertodecide.org/what-we-do/access/state-policy" target=3D"_blank" ><img cl=
ass=3D"desktop-version center-on-narrow cd-image" height=3D"132" width=3D"5=
64" style=3D"vertical-align: middle;" src=3D"[link removed]
om/powertodecideorg-axals/files/beyond-the-beltway-header.jpg" alt=3D"Beyo=
nd the Beltway image" title=3D"Beyond the Beltway image" /></a>
</td>
</tr>
<![endif]-->
<!--[if !mso]><!-- --><tr>
<td width=3D"564" class=3D"stack-column-center im=
age-block-container" style=3D"vertical-align: top; box-sizing: border-box; =
text-align: center; padding-top: 9px; padding-bottom: 9px; padding-left: =
18px; padding-right: 18px;">
<a href=3D"[link removed]
/?T=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzh=
j%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYT=
k4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%=
3AMg%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy93aGF0LXdlLWRvL2FjY2Vzcy9zdGF0Z=
S1wb2xpY3k_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2Qm=
cmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1hZTR=
lNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZCZlc2lkPTE1NDdlYjVlLTBmYTgtZTkxMS1hOT=
hmLTAwMGQzYTNhYzcyNg&K=3D7P3TvEUz7v0VE1b_hHE7OQ" title=3D"[link removed]
cide.org/what-we-do/access/state-policy" target=3D"_blank" ><img class=3D=
"desktop-version center-on-narrow cd-image" height=3D"132" width=3D"564" st=
yle=3D"vertical-align: middle;" src=3D"[link removed]
ertodecideorg-axals/files/beyond-the-beltway-header.jpg" alt=3D"Beyond the=
Beltway image" title=3D"Beyond the Beltway image" />
<img class=3D"mobile-version center-on-narrow cd-image =
no-img-edit" height=3D"auto" width=3D"94%" style=3D"vertical-align: middle;=
display: none;" src=3D"[link removed]
xals/files/beyond-the-beltway-header.jpg" alt=3D"Beyond the Beltway image"=
title=3D"Beyond the Beltway image" /></a>
</td>
=20
</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: left; padding-top: 9px; padding-bottom: 5px; padding-left: 18px; paddin=
g-right: 18px;">
<!--[if mso]><table role=3D"presentation" cel=
lspacing=3D"0" cellpadding=3D"0" border=3D"0" align=3D"left" > <tr><td styl=
e=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AM=
w%3A%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFz=
cHg_ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZ=
ibk11WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGcl=
BXRjRRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TVNaZmJYTm5QUSUzR=
CUzRCZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYWU0ZTVh=
MGNlZTA3NGY2NmE3ZjZlMjVmYjEwNGM2ZmQmX2VzPTE1NDdlYjVlLTBmYTgtZTkxMS1hOThmLTA=
wMGQzYTNhYzcyNiZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZC=
UzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkL=
WFlNGU1YTBjZWUwNzRmNjZhN2Y2ZTI1ZmIxMDRjNmZkJmVzaWQ9MTU0N2ViNWUtMGZhOC1lOTEx=
LWE5OGYtMDAwZDNhM2FjNzI2&K=3DwfBUNrJe0mEBZS-iH3jJ1A" title=3D"Facebook" tar=
get=3D"_blank" style=3D"text-decoration: none;">
<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/square/full/facebo=
ok.png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AN=
A%3A%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFz=
cHg_ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZ=
ibk11WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGcl=
BXRjRRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TXlaZmJYTm5QUSUzR=
CUzRCZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYWU0ZTVh=
MGNlZTA3NGY2NmE3ZjZlMjVmYjEwNGM2ZmQmX2VzPTE1NDdlYjVlLTBmYTgtZTkxMS1hOThmLTA=
wMGQzYTNhYzcyNiZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZC=
UzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkL=
WFlNGU1YTBjZWUwNzRmNjZhN2Y2ZTI1ZmIxMDRjNmZkJmVzaWQ9MTU0N2ViNWUtMGZhOC1lOTEx=
LWE5OGYtMDAwZDNhM2FjNzI2&K=3DZlYMGkhBOnlT7Ia1Pc872A" title=3D"Twitter" targ=
et=3D"_blank" style=3D"text-decoration: none;">
<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/square/full/twitte=
r.png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AN=
Q%3A%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFz=
cHg_ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZ=
ibk11WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGcl=
BXRjRRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TWlaZmJYTm5QUSUzR=
CUzRCZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYWU0ZTVh=
MGNlZTA3NGY2NmE3ZjZlMjVmYjEwNGM2ZmQmX2VzPTE1NDdlYjVlLTBmYTgtZTkxMS1hOThmLTA=
wMGQzYTNhYzcyNiZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZC=
UzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkL=
WFlNGU1YTBjZWUwNzRmNjZhN2Y2ZTI1ZmIxMDRjNmZkJmVzaWQ9MTU0N2ViNWUtMGZhOC1lOTEx=
LWE5OGYtMDAwZDNhM2FjNzI2&K=3DbIFH4rgDfZg_o0EPGNyACg" title=3D"LinkedIn" tar=
get=3D"_blank" style=3D"text-decoration: none;">
<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/square/full/linked=
in.png">
</a>
</span>
</td></tr></table><![endif]--> <!--[if !mso]><!--> <span=
style=3D"display: inline-block;">
<a href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3ANg%3A=
%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFzcHg_=
ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZibk1=
1WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGclBXRj=
RRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TVNaZmJYTm5QUSUzRCUzR=
CZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYWU0ZTVhMGNl=
ZTA3NGY2NmE3ZjZlMjVmYjEwNGM2ZmQmX2VzPTE1NDdlYjVlLTBmYTgtZTkxMS1hOThmLTAwMGQ=
zYTNhYzcyNiZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZC=
ZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWFlN=
GU1YTBjZWUwNzRmNjZhN2Y2ZTI1ZmIxMDRjNmZkJmVzaWQ9MTU0N2ViNWUtMGZhOC1lOTExLWE5=
OGYtMDAwZDNhM2FjNzI2&K=3Droj6em2hqY8L3eGl21PWAg" title=3D"Facebook" target=
=3D"_blank" style=3D"text-decoration: none;">
<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/square/full/facebo=
ok.png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3ANw%3A=
%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFzcHg_=
ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZibk1=
1WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGclBXRj=
RRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TXlaZmJYTm5QUSUzRCUzR=
CZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYWU0ZTVhMGNl=
ZTA3NGY2NmE3ZjZlMjVmYjEwNGM2ZmQmX2VzPTE1NDdlYjVlLTBmYTgtZTkxMS1hOThmLTAwMGQ=
zYTNhYzcyNiZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZC=
ZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWFlN=
GU1YTBjZWUwNzRmNjZhN2Y2ZTI1ZmIxMDRjNmZkJmVzaWQ9MTU0N2ViNWUtMGZhOC1lOTExLWE5=
OGYtMDAwZDNhM2FjNzI2&K=3DEjaxZtKep_jgZHCdC9lHFA" title=3D"Twitter" target=
=3D"_blank" style=3D"text-decoration: none;">
<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/square/full/twitte=
r.png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AOA%3A=
%3AaHR0cDovL2FuYWx5dGljcy5jbGlja2RpbWVuc2lvbnMuY29tL1NvY2lhbExpbmtzLmFzcHg_=
ZGF0YT1YMnhwYm1zOWFIUjBjRG92TDJGdVlXeDVkR2xqY3k1amJHbGphMlJwYldWdWMybHZibk1=
1WTI5dEwyVnRZV2xzWTI5dWRHVnVkQzloZUVGc2MyNUVSVk5ZTTBoaGNFRlFhMEVtWDJGclBXRj=
RRV3h6YmtSRlUxZ3pTR0Z3UVZCclFTWmZZV04wUFRFbVgzUjVjR1U5TWlaZmJYTm5QUSUzRCUzR=
CZfcmlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYWU0ZTVhMGNl=
ZTA3NGY2NmE3ZjZlMjVmYjEwNGM2ZmQmX2VzPTE1NDdlYjVlLTBmYTgtZTkxMS1hOThmLTAwMGQ=
zYTNhYzcyNiZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZC=
ZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWFlN=
GU1YTBjZWUwNzRmNjZhN2Y2ZTI1ZmIxMDRjNmZkJmVzaWQ9MTU0N2ViNWUtMGZhOC1lOTExLWE5=
OGYtMDAwZDNhM2FjNzI2&K=3Deo2mSYaegityI0nZ-pzQrA" title=3D"LinkedIn" target=
=3D"_blank" style=3D"text-decoration: none;">
<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/square/full/linked=
in.png">
</a>
</span><!--<![endif]-->
</td>
</tr><tr>
<td width=3D"564" class=3D"text-block-container" =
style=3D"box-sizing: border-box;white-space: normal;font-family:Arial,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:Verda=
na;font-size:14px;color:#505050;letter-spacing:0px;line-height:1.5;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:14px"><span styl=
e=3D"font-family:Verdana"><em><span style=3D"font-family:"Verdana",sans-ser=
if">Beyond the Beltway Bulletin is a monthly newsletter from Power to Decid=
e, the campaign to prevent unplanned pregnancy. Our goal is to make it easi=
er for you to get the latest policy news and ideas=C2=A0when it comes to th=
e positive steps that states are taking to increase information about and a=
ccess to contraception. We hope this information will inspire and support y=
ou to take action in your state.=C2=A0</span></em></span></span></p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none"><span style=
=3D"font-size:14px"><span style=3D"font-family:Verdana"><em><span style=3D"=
font-family:"Verdana",sans-serif">We=E2=80=99d like to hear from you, so <u=
><span style=3D"color:blue"><a cd-link-manager-tab=3D"2" href=3D"mailto:tma=
[email protected]" style=3D"color: rgb(0, 127, 183); text-decoration:=
inherit;"><span style=3D"color:#007fb7"><u><span style=3D"color:blue">writ=
e to us</span></u></span></a></span></u> with feedback or ideas. Your colle=
agues can <u><span style=3D"color:blue"><a cd-link-manager-tab=3D"1" href=
=3D"[link removed]
zgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvb=
Q%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc=
0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AOQ%3A%3AaHR0cHM6Ly9mb3Jtcy5vZmZpY2U=
uY29tL1BhZ2VzL1Jlc3BvbnNlUGFnZS5hc3B4P2lkPW1MOHFPakRROTBHejdzLWNSYXlUNnNCcW=
NIVU9uWGhHcF80ZklSSkRDMmhVUkZjek1EUkRSRmRQUmtWRFVFaFNNVWRPTVRaYU5FZEVUaTR1J=
l9jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVu=
dGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYWU0ZTVhMGNlZTA=
3NGY2NmE3ZjZlMjVmYjEwNGM2ZmQmZXNpZD0xNTQ3ZWI1ZS0wZmE4LWU5MTEtYTk4Zi0wMDBkM2=
EzYWM3MjY&K=3D-kM73RrfK4WkGnLkdvpqyw" style=3D"color: rgb(0, 127, 183); tex=
t-decoration: inherit;"><span style=3D"color:#007fb7"><u><span style=3D"col=
or:blue">sign-up here</span></u></span></a></span></u>. </span></em></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: 14px; padding-bottom: =
14px; 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: 2px;
border-bottom-color: #999999;
border-bottom-style: solid;" width=3D"100%=
" >
<tr>
<td style=3D"border: 0 none transparent; pa=
dding: 0; vertical-align: top; width: 100%; font-size: 0; line-height: 0;">=
=C2=A0</td>
</tr>
</table> =20
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div><!--[if mso]></td><![endif]-->
<!--[if mso]>
</tr>
</table>
<![endif]-->
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
<!-- Email Section : END -->
</td>
</tr><tr class=3D"section-block">
<td align=3D"center" height=3D"100%" valign=3D"top"=
width=3D"100%" style=3D" ">
<!-- Email Section : BEGIN -->
<!--[if mso]>
<table role=3D"presentation" border=3D"0" cell=
spacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"600">
<tr>
<td align=3D"center" valign=3D"top" width=
=3D"600">
<![endif]-->
<table id=3D"22" role=3D"presentation" border=
=3D"0" cellpadding=3D"0" cellspacing=3D"0" align=3D"center" width=3D"100%" =
style=3D"max-width:600px;">
<tbody>
<tr>
<td valign=3D"top" width=3D"100%" s=
tyle=3D"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-r=
ight: 0px; background-color: #ffffff;; font-size: 0;">
<!--[if mso]>
<table role=3D"presentation" borde=
r=3D"0" cellspacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"600px=
" style=3D"table-layout:fixed; border-collapse: collapse; mso-table-lspace:=
0; mso-table-rspace:0;" cellpadding=3D"0" cellspacing=3D"0" >
<tr>
<![endif]-->
<!--[if mso]><td align=3D"left" val=
ign=3D"top" width=3D"400px"><![endif]--><div style=3D"overflow: visible!imp=
ortant; display: inline-block; width:400px; max-width:400px; min-width:400p=
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"400px" sty=
le=3D"table-layout: fixed; width: 400px;" >
<tbody>
<tr>
<td width=3D"364" 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; background-color: #a20067; padding-t=
op: 9px; padding-bottom: 9px; padding-left: 18px; padding-right: 18px;"><p =
style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing:0p=
x;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !important;=
font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<h2 style=3D"font-family:Verdana;font-size:16px;color:#302d2d;letter-spacin=
g:0px;line-height:1.2;text-align:center;margin:0;word-wrap:break-word !impo=
rtant;font-weight:normal;font-style:normal;text-decoration: none;"><span st=
yle=3D"color:#ffffff"><strong><span style=3D"font-family:"Verdana",sans-ser=
if">State Spotlight</span></strong></span></h2>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
</td>
</tr><tr>
<td width=3D"364" 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:Verda=
na;font-size:14px;color:#505050;letter-spacing:0px;line-height:1.5;text-ali=
gn:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-st=
yle:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none"><span style=
=3D"color:#000000"><span style=3D"font-size:14px"><span style=3D"font-famil=
y:Verdana"><strong>Missouri</strong></span></span></span></p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none"><span style=
=3D"font-size:14px"><span style=3D"font-family:Verdana"><span style=3D"colo=
r:#000000"><em>The Right Time, </em>a six-year inititiative funded by the M=
issouri Foundation for Health, recently launched. Led by the Missouri Famil=
y Health Council, the initiative seeks to empower individuals to take contr=
ol of their own health by improving information about, and removing barrier=
s to, contraceptive services--recognizing that decisions always rest with t=
he patient. With a goal of reducing Missouri=E2=80=99s unintended pregnancy=
rate by 10%, <em>The Right Time</em> is committed to addressing persistent=
health disparities that exist around unintended pregnancy and marginalized=
populations. Learn more abou</span>t <a cd-link-manager-tab=3D"1" href=3D"=
[link removed]
DM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3A=
Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY=
2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AMTA%3A%3AaHR0cHM6Ly90aGVyaWdodHRpbWUub3=
JnLz9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpc=
GllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWFlNGU1YTBj=
ZWUwNzRmNjZhN2Y2ZTI1ZmIxMDRjNmZkJmVzaWQ9MTU0N2ViNWUtMGZhOC1lOTExLWE5OGYtMDA=
wZDNhM2FjNzI2&K=3DfU2NAEEH90LmPVIokYXUmg" target=3D"_blank" style=3D"color:=
#0c00ff; text-decoration: none;">TheRightTime.org</a>. P<span style=3D"col=
or:#000000">ower to Decide serves as the communications partner for <em>The=
Right Time</em>.</span></span></span></p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none"><span style=
=3D"color:#000000"><span style=3D"font-size:14px"><span style=3D"font-famil=
y:Verdana"><strong>Rhode Island</strong> </span></span></span></p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none"><span style=
=3D"color:#000000"><span style=3D"font-size:14px"><span style=3D"font-famil=
y:Verdana">At the end of June, Rhode Island Governor Gina Raimondo signed t=
he Reproductive Privacy Act (RPA). <a cd-link-manager-tab=3D"1" href=3D"htt=
p://mrktg.powertodecide.org/c/4/?T=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1=
NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29=
udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YT=
dmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AMTE%3A%3AaHR0cDovL3dlYnNlcnZlci5yaWxpbi5zd=
GF0ZS5yaS51cy9CaWxsVGV4dC9CaWxsVGV4dDE5L0hvdXNlVGV4dDE5L0g1MTI1Qi5wZGY_X2Ns=
ZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ=
9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0Zj=
Y2YTdmNmUyNWZiMTA0YzZmZCZlc2lkPTE1NDdlYjVlLTBmYTgtZTkxMS1hOThmLTAwMGQzYTNhY=
zcyNg&K=3DPuNJBEcJdMCd30eYPa3Jlg" target=3D"_blank" style=3D"color: #0c00ff=
; text-decoration: none;">HB 5125</a> forbids the state from interfering in=
reproductive health decisions, including the decision to=C2=A0use contrace=
ption, seek an abortion, or continue a pregnancy. The RPA also=C2=A0codifie=
s Roe v Wade in state law.</span></span></span></p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none"><span style=
=3D"color:#000000"><strong><span style=3D"font-size:14px"><span style=3D"fo=
nt-family:Verdana">Texas</span></span></strong></span></p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none"><span style=
=3D"font-size:14px"><span style=3D"font-family:Verdana"><span style=3D"colo=
r:#000000">In June, Texas Governor Greg Abbott signed</span> <a cd-link-man=
ager-tab=3D"1" href=3D"[link removed]
3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYmlnamFjay5idW=
x3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2Fm=
ZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AMTI%3A%3AaHR0cHM=
6Ly9jYXBpdG9sLnRleGFzLmdvdi9CaWxsTG9va3VwL0hpc3RvcnkuYXNweD9MZWdTZXNzPTg2Ui=
ZCaWxsPUhCMjUmX2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM=
2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1h=
ZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZCZlc2lkPTE1NDdlYjVlLTBmYTgtZTkxMS1=
hOThmLTAwMGQzYTNhYzcyNg&K=3Dlbl2fuZzlFh-s33Btp-9AQ" target=3D"_blank" style=
=3D"color: #0c00ff; text-decoration: none;">HB 25 </a><span style=3D"color:=
#000000">into law, to create a transportation pilot project for pregnanct w=
omen and new mothers who participate in STAR managed Medicaid plans. The go=
al of the law is to increase access to prenatal and postpartum care and dec=
rease the number of missed appointments.</span></span></span></p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
</td>
</tr><tr>
<td width=3D"364" 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; background-color: #a20067; padding-t=
op: 9px; padding-bottom: 9px; padding-left: 18px; padding-right: 18px;"><p =
style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing:0p=
x;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !important;=
font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<h2 style=3D"font-family:Verdana;font-size:16px;color:#302d2d;letter-spacin=
g:0px;line-height:1.2;text-align:center;margin:0;word-wrap:break-word !impo=
rtant;font-weight:normal;font-style:normal;text-decoration: none;"><span st=
yle=3D"color:#ffffff"><strong><span style=3D"font-family:"Verdana",sans-ser=
if">Research</span></strong></span></h2>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
</td>
</tr><tr>
<td width=3D"364" 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:Verda=
na;font-size:14px;color:#505050;letter-spacing:0px;line-height:1.5;text-ali=
gn:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-st=
yle:normal;text-decoration: none">=C2=A0</p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Verdana;font-size=
:14px;color:#505050;letter-spacing:0px;line-height:1.5;text-align:left;marg=
in:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;t=
ext-decoration: none"><span style=3D"color:#000000"><strong><span style=3D"=
font-size:14px"><span style=3D"font-family:Verdana">New Evidence on Dispens=
ing an Extended Supply of Contraception</span></span></strong></span></p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Verdana;font-size=
:14px;color:#505050;letter-spacing:0px;line-height:1.5;text-align:left;marg=
in:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;t=
ext-decoration: none"><span style=3D"font-size:14px"><span style=3D"font-fa=
mily:Verdana"><span style=3D"color:#000000">Research from the University of=
Pittsburgh and the U.S. Department of Veterans Affairs published in </span=
><em><a cd-link-manager-tab=3D"1" href=3D"[link removed]
4/?T=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nz=
hj%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExY=
Tk4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U=
%3AMTM%3A%3AaHR0cHM6Ly9qYW1hbmV0d29yay5jb20vam91cm5hbHMvamFtYWludGVybmFsbWV=
kaWNpbmUvZnVsbGFydGljbGUvMjczNzc1MT9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2=
R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhO=
Tg1MDAwZDNhM2FjYWZkLWFlNGU1YTBjZWUwNzRmNjZhN2Y2ZTI1ZmIxMDRjNmZkJmVzaWQ9MTU0=
N2ViNWUtMGZhOC1lOTExLWE5OGYtMDAwZDNhM2FjNzI2&K=3DiAMGhv0_GRa9OnUcUH1xcA" ta=
rget=3D"_blank" style=3D"color: #0c00ff; text-decoration: none;">JAMA Inter=
nal Medicine</a></em><span style=3D"color:#363533">, </span><span style=3D"=
color:#000000">shows that dispensing a year=E2=80=99s supply of birth contr=
ol pills up front would support women=E2=80=99s reproductive autonomy while=
also being cost effective.=C2=A0Using a mathematical model, the authors de=
monstrate that reducing birth control refills would better allow female vet=
erans to prevent undesired pregnancies, and the money saved on health care =
costs would more than outweigh the expense of providing birth control in la=
rger quantities. Dr. Daniel Grossman provides commentary on the research</s=
pan><span style=3D"color:#363533"> <a cd-link-manager-tab=3D"1" href=3D"htt=
p://mrktg.powertodecide.org/c/4/?T=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1=
NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29=
udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YT=
dmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AMTQ%3A%3AaHR0cHM6Ly9qYW1hbmV0d29yay5jb20va=
m91cm5hbHMvamFtYWludGVybmFsbWVkaWNpbmUvZnVsbGFydGljbGUvMjczNzc0Nj9yZXN1bHRD=
bGljaz0xJl9jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJ=
lY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYWU0ZT=
VhMGNlZTA3NGY2NmE3ZjZlMjVmYjEwNGM2ZmQmZXNpZD0xNTQ3ZWI1ZS0wZmE4LWU5MTEtYTk4Z=
i0wMDBkM2EzYWM3MjY&K=3DwoKtDaTctxowknLFClaHTA" target=3D"_blank" style=3D"c=
olor: #0c00ff; text-decoration: none;">here</a>.</span></span></span></p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Verdana;font-size=
:14px;color:#505050;letter-spacing:0px;line-height:1.5;text-align:left;marg=
in:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;t=
ext-decoration: none">=C2=A0</p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Verdana;font-size=
:14px;color:#505050;letter-spacing:0px;line-height:1.5;text-align:left;marg=
in:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;t=
ext-decoration: none"><span style=3D"color:#000000"><span style=3D"font-siz=
e:14px"><span style=3D"font-family:Verdana"><strong>One Key Question - New =
Research and Recognition</strong></span></span></span></p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Verdana;font-size=
:14px;color:#505050;letter-spacing:0px;line-height:1.5;text-align:left;marg=
in:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;t=
ext-decoration: none"><span style=3D"font-size:14px"><span style=3D"font-fa=
mily:Verdana"><span style=3D"color:#000000">A new study on the impact of th=
e inclusion of</span> <span style=3D"color:#505050"><a cd-link-manager-tab=
=3D"1" href=3D"[link removed]
E5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYmlnamFjay5idWx3YXJrQG=
dtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1hZTRl=
NWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AMTU%3A%3AaHR0cHM6Ly9wb3d=
lcnRvZGVjaWRlLm9yZy9vbmUta2V5LXF1ZXN0aW9uP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWV=
hKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4Z=
TkxMWE5ODUwMDBkM2EzYWNhZmQtYWU0ZTVhMGNlZTA3NGY2NmE3ZjZlMjVmYjEwNGM2ZmQmZXNp=
ZD0xNTQ3ZWI1ZS0wZmE4LWU5MTEtYTk4Zi0wMDBkM2EzYWM3MjY&K=3D2XcZDOHCKk567MCm0zJ=
MYA" target=3D"_blank" style=3D"color: #0c00ff; text-decoration: none;">One=
Key Question=C2=AE</a> </span><span style=3D"color:#000000">in the electro=
nic medical record of an urban federally qualified health center found that=
doing so statistically increased the incidence of contraceptive counseling=
as compared to a control clinic. Read more about the findings </span><span=
style=3D"color:#505050"><a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AM=
TY%3A%3AaHR0cDovL21ya3RnLnBvd2VydG9kZWNpZGUub3JnL2MvNC8_VD1OVGcwTmpnNE16RSU=
zQU1ESXRZakU1TVRnNUxUUXlZakEyTXpWa1l6YzRaVFE0TkdZNVpEbGtaRGN5WXpFMU16RmpOR0=
prJTNBWVd0aGJtVkFjRzkzWlhKMGIyUmxZMmxrWlM1dmNtYyUzQVkyOXVkR0ZqZEMxbFlXUXpaa=
kprTkRrek9UbGxPREV4WVRrM016QXdNR1F6WVRNM01ERmxNQzB3TURrME5XSTFZMlV3T1RBME0y=
SmxPVEkxT0Rsa05UYzFOV1kwWmpGaE9BJTNBWm1Gc2MyVSUzQU1UUSUzQSUzQWFIUjBjSE02THk=
5c2FXNXJMbk53Y21sdVoyVnlMbU52YlM5aGNuUnBZMnhsTHpFd0xqRXdNRGN2Y3pFd09UazFMVE=
F4T1Mwd01qYzFOQzE2UDNkMFgyMWpQVWx1ZEdWeWJtRnNMa1YyWlc1MExqRXVVMFZOTGtGeWRHb=
GpiR1ZCZFhSb2IzSlBibXhwYm1WR2FYSnpkQ1oxZEcxZmMyOTFjbU5sUFVGeWRHbGpiR1ZCZFhS=
b2IzSlBibXhwYm1WR2FYSnpkQ1oxZEcxZmJXVmthWFZ0UFdWdFlXbHNKblYwYlY5amIyNTBaVzU=
wUFVGQlgyVnVYekEyTURneU1ERTRKa0Z5ZEdsamJHVkJkWFJvYjNKUGJteHBibVZHYVhKemRGOH=
lNREU1TURZeE9DWmZZMnhrWldVOVdWZDBhR0p0VmtGalJ6a3pXbGhLTUdJeVVteFpNbXhyV2xNM=
WRtTnRZeVV6WkNaeVpXTnBjR2xsYm5ScFpEMWpiMjUwWVdOMExXVmhaRE5tTW1RME9UTTVPV1U0=
TVRGaE9UY3pNREF3WkROaE16Y3dNV1V3TFRBd09UUTFZalZqWlRBNU1EUXpZbVU1TWpVNE9XUTF=
OelUxWmpSbU1XRTRKbVZ6YVdROVlqSTFZVFU1TTJZdE9HWmhNUzFsT1RFeExXRTVPRFF0TURBd1=
pETmhNMkZqWVdaayZLPTNxN1VxeGNzU1d0OW5TRExjOXJQaEEmX2NsZGVlPVltbG5hbUZqYXk1a=
WRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1=
N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZ=
mZCZlc2lkPTE1NDdlYjVlLTBmYTgtZTkxMS1hOThmLTAwMGQzYTNhYzcyNg&K=3DtNo5X4X1qzr=
yYCnG6_KDhQ" target=3D"_blank" style=3D"color: rgb(12, 0, 255); text-decora=
tion: none;"><span style=3D"color:#0c00ff">here</span></a>. </span><span st=
yle=3D"color:#000000">We=E2=80=99re also proud that</span> <span style=3D"c=
olor:#505050"><a cd-link-manager-tab=3D"1" href=3D"[link removed]
de.org/c/4/?T=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2Z=
DFlYWI1Nzhj%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2Qw=
YThlOTExYTk4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%=
3AZmFsc2U%3AMTc%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9vbmUta2V5LXF1ZXN0aW=
9uP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwa=
WVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYWU0ZTVhMGNl=
ZTA3NGY2NmE3ZjZlMjVmYjEwNGM2ZmQmZXNpZD0xNTQ3ZWI1ZS0wZmE4LWU5MTEtYTk4Zi0wMDB=
kM2EzYWM3MjY&K=3DzmfT-hXuhzEWIhCzB25bdQ" target=3D"_blank" style=3D"color: =
#0c00ff; text-decoration: none;">One Key Question=C2=AE</a> </span><span st=
yle=3D"color:#000000">was identified for inclusion in the Association for M=
aternal and Child Health Programs=E2=80=99 (AMCHP) Innovation Station datab=
ase as a best practice.</span></span></span></p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Verdana;font-size=
:14px;color:#505050;letter-spacing:0px;line-height:1.5;text-align:left;marg=
in:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;t=
ext-decoration: none">=C2=A0</p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Verdana;font-size=
:14px;color:#505050;letter-spacing:0px;line-height:1.5;text-align:left;marg=
in:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;t=
ext-decoration: none"><span style=3D"color:#000000"><span style=3D"font-siz=
e:14px"><span style=3D"font-family:Verdana"><strong>June Power Updates</str=
ong></span></span></span></p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Verdana;font-size=
:14px;color:#505050;letter-spacing:0px;line-height:1.5;text-align:left;marg=
in:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;t=
ext-decoration: none"><span style=3D"font-size:14px"><span style=3D"font-fa=
mily:Verdana"><span style=3D"color:#000000">Power to Decide's=C2=A0latest</=
span> <a cd-link-manager-tab=3D"1" href=3D"[link removed]
/4/?T=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1N=
zhj%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTEx=
YTk4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2=
U%3AMTg%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9uZXdzL3Bvd2VyLXVwZGF0ZXMtan=
VuZS1lZGl0aW9uP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJ=
TNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQt=
YWU0ZTVhMGNlZTA3NGY2NmE3ZjZlMjVmYjEwNGM2ZmQmZXNpZD0xNTQ3ZWI1ZS0wZmE4LWU5MTE=
tYTk4Zi0wMDBkM2EzYWM3MjY&K=3D8GsZmkhiTMTSOgJl_BRvXA" target=3D"_blank" styl=
e=3D"color: #0c00ff; text-decoration: none;">round up=C2=A0of research</a> =
<span style=3D"color:#000000">that you might have missed includes an articl=
e on women=E2=80=99s experiences with contraceptive vaginal rings, the asso=
ciation between adolescent sexual experience and academic grades, and more.=
</span></span></span></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div><!--[if mso]></td><![endif]--><!--[if m=
so]><td align=3D"left" valign=3D"top" width=3D"0px"><![endif]--><div style=
=3D"overflow: visible!important; display: inline-block; width:0px; max-widt=
h:0px; min-width:0px; 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"0px" style=
=3D"table-layout: fixed; width: 0px;" >
<tbody>
=20
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div><!--[if mso]></td><![endif]--><!--[if m=
so]><td align=3D"left" valign=3D"top" width=3D"200px"><![endif]--><div styl=
e=3D"overflow: visible!important; display: inline-block; width:200px; max-w=
idth:200px; min-width:200px; 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"200px" sty=
le=3D"table-layout: fixed; width: 200px;" >
<tbody>
<tr>
<td width=3D"164" 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; background-color: #62b5e5; padding-t=
op: 9px; padding-bottom: 9px; padding-left: 18px; padding-right: 18px;"><p =
style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing:0p=
x;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !important;=
font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<h2 style=3D"font-family:Verdana;font-size:16px;color:#302d2d;letter-spacin=
g:0px;line-height:1.2;text-align:center;margin:0;word-wrap:break-word !impo=
rtant;font-weight:normal;font-style:normal;text-decoration: none;"><span st=
yle=3D"color:#ffffff"><strong><span style=3D"font-family:Verdana,sans-serif=
">Additional Resources</span></strong></span></h2>
</td>
</tr><tr>
<td width=3D"164" 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; background-color: #fcfcfc; padding-t=
op: 9px; padding-bottom: 9px; padding-left: 18px; padding-right: 18px;"><p =
style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing:0p=
x;line-height:1.5;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:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none"><span style=
=3D"font-size:14px"><span style=3D"font-family:Verdana"><span style=3D"colo=
r:#0a0a0a"><strong>The Impact of Title X in Maps -=C2=A0</strong>Given the =
</span><span style=3D"color:#000000">decision this week from the Trump Admi=
nistration to begin enforcing the=C2=A0</span><span style=3D"color:#141313"=
><u><a cd-link-manager-tab=3D"1" href=3D"[link removed]
/?T=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzh=
j%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYT=
k4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%=
3AMTk%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9hYm91dC11cy9uZXdzcm9vbS9zdGF0=
ZW1lbnQtcG93ZXItZGVjaWRlLXJlbGVhc2UtZmluYWwtdGl0bGUteC1kb21lc3RpYy1nYWctcnV=
sZT9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcG=
llbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWFlNGU1YTBjZ=
WUwNzRmNjZhN2Y2ZTI1ZmIxMDRjNmZkJmVzaWQ9MTU0N2ViNWUtMGZhOC1lOTExLWE5OGYtMDAw=
ZDNhM2FjNzI2&K=3DQ1rj0n2f3cG3RMY3Rc0iSg" style=3D"color: rgb(0, 127, 183); =
text-decoration: inherit;"><span style=3D"color:#007fb7"><u>domestic gag ru=
le</u></span></a></u>=C2=A0</span></span></span></p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none"><span style=
=3D"color:#000000">we're highlighting our </span><span style=3D"font-size:1=
4px"><span style=3D"font-family:Verdana"><span style=3D"color:#141313"><spa=
n style=3D"color:#007fb7"><u><a cd-link-manager-tab=3D"1" href=3D"[link removed]
ktg.powertodecide.org/c/4/?T=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3OD=
Q2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjd=
C01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUy=
NWZiMTA0YzZmZA%3AZmFsc2U%3AMjA%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy93aGF=
0LXdlLWRvL2luZm9ybWF0aW9uL3Jlc291cmNlLWxpYnJhcnkvaGVhbHRoLWNlbnRlcnMtb2ZmZX=
JpbmctZnVsbC1yYW5nZS1tZXRob2RzLWV4Y2x1ZGluZy10aXRsZT9fY2xkZWU9WW1sbmFtRmphe=
TVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBm=
NzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLWFlNGU1YTBjZWUwNzRmNjZhN2Y2ZTI1ZmIxMDR=
jNmZkJmVzaWQ9MTU0N2ViNWUtMGZhOC1lOTExLWE5OGYtMDAwZDNhM2FjNzI2&K=3D8FNRdkvbS=
M-tpVCLQTV2YQ" style=3D"color: #0c00ff; text-decoration: inherit;">map</a><=
/u></span></span></span></span><span style=3D"color:#000000">=C2=A0that loo=
ks at what would happen if all Title X health centers were eliminated. The =
Kaiser Family Foundation also released a <u><a cd-link-manager-tab=3D"1" hr=
ef=3D"[link removed]
mNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmN=
vbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlM=
Dc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AMjE%3A%3AaHR0cHM6Ly93d3cua2ZmLm9y=
Zy93b21lbnMtaGVhbHRoLXBvbGljeS9pc3N1ZS1icmllZi9wZXJjZW50LW9mLXRpdGxlLXgtY2x=
pbmljcy10aGF0LWFyZS1wbGFubmVkLXBhcmVudGhvb2QtY2xpbmljcy1hbmQtb3ItcHJvdmlkZS=
1hYm9ydGlvbnMvP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJ=
TNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQt=
YWU0ZTVhMGNlZTA3NGY2NmE3ZjZlMjVmYjEwNGM2ZmQmZXNpZD0xNTQ3ZWI1ZS0wZmE4LWU5MTE=
tYTk4Zi0wMDBkM2EzYWM3MjY&K=3DyX18GlXGT9tYxpQV7E0ylQ" target=3D"_blank" styl=
e=3D"color: #0c00ff; text-decoration: inherit;">map</a></u> illustrating th=
e percent of Title X clinics=C2=A0per state that are=C2=A0Planned Parenthoo=
d=C2=A0clinics or provide abortion.</span></p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none"><span style=
=3D"font-size:14px"><span style=3D"font-family:Verdana"><span style=3D"colo=
r:#0a0a0a"><strong>Brookings:=C2=A0<a cd-link-manager-tab=3D"1" href=3D"htt=
p://mrktg.powertodecide.org/c/4/?T=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1=
NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29=
udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YT=
dmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AMjI%3A%3AaHR0cHM6Ly93d3cuYnJvb2tpbmdzLmVkd=
S9yZXNlYXJjaC9wcmV2ZW50aW5nLXVucGxhbm5lZC1wcmVnbmFuY3ktbGVzc29ucy1mcm9tLXRo=
ZS1zdGF0ZXMvP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTN=
kJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtYW=
U0ZTVhMGNlZTA3NGY2NmE3ZjZlMjVmYjEwNGM2ZmQmZXNpZD0xNTQ3ZWI1ZS0wZmE4LWU5MTEtY=
Tk4Zi0wMDBkM2EzYWM3MjY&K=3DvVyu-PAudyghccRoRogJPw" target=3D"_blank" style=
=3D"color: rgb(0, 127, 183); text-decoration: none;"><span style=3D"color:#=
007fb7"><u>Preventing Unplanned Pregnancy: Lessons from the states</u></spa=
n></a></strong> =E2=80=93 The authors review the evidence on policies aimed=
at preventing unintended pregnancy, with a particular focus on recent stat=
e initiatives in Colorado, Delaware, Missouri, Iowa, and Utah to increase a=
ccess to and information about effective methods of contraception. </span><=
/span></span></p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none"><span style=
=3D"font-size:14px"><span style=3D"font-family:Verdana"><span style=3D"colo=
r:#0a0a0a"><strong>Manatt Health: <a cd-link-manager-tab=3D"1" href=3D"http=
://mrktg.powertodecide.org/c/4/?T=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1N=
DI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29u=
dGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTd=
mNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AMjM%3A%3AaHR0cHM6Ly93d3cubWFuYXR0LmNvbS9Jbn=
NpZ2h0cy9XaGl0ZS1QYXBlcnMvMjAxOS9FbmhhbmNpbmctQWNjZXNzLXRvLUZhbWlseS1QbGFub=
mluZy1TZXJ2aWNlcy1pbi1NZT9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xt=
TnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDN=
hM2FjYWZkLWFlNGU1YTBjZWUwNzRmNjZhN2Y2ZTI1ZmIxMDRjNmZkJmVzaWQ9MTU0N2ViNWUtMG=
ZhOC1lOTExLWE5OGYtMDAwZDNhM2FjNzI2&K=3Dp3NC1MdHJ1FDKIZgRw0UNg" style=3D"col=
or: rgb(0, 127, 183); text-decoration: none;"><span style=3D"color:#007fb7"=
><u><span style=3D"color:#4472c4">Enhancing Access to Family Planning Servi=
ces in Medicaid: A Toolkit for States</span></u></span></a></strong> - </sp=
an><span style=3D"color:#000000">Important aspects of Medicaid family plann=
ing coverage=E2=80=94including eligibility levels, benefits and payment pol=
icies=E2=80=94vary by state. This toolkit for states reviews the policy opt=
ions available to state Medicaid agencies seeking to ensure that Medicaid e=
nrollees have access to the full range of family planning services and supp=
lies. It also provides examples of high-value family planning data analyses=
that states can undertake to gather baseline and ongoing data about family=
planning access. </span><span style=3D"color:#0a0a0a"><strong>The toolkit =
features Power to Decide=E2=80=99s contraceptive deserts research. </strong=
></span></span></span></p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none"><span style=
=3D"font-size:14px"><span style=3D"font-family:Verdana"><strong><a cd-link-=
manager-tab=3D"1" href=3D"[link removed]
zE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYmlnamFjay5=
idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY=
2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AMjQ%3A%3AaHR0=
cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9uZXdzL3Bvd2VyLXBsYXllci1qdWx5LTIwMTk_X2NsZGV=
lPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y2=
9udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2Y=
TdmNmUyNWZiMTA0YzZmZCZlc2lkPTE1NDdlYjVlLTBmYTgtZTkxMS1hOThmLTAwMGQzYTNhYzcy=
Ng&K=3D_PewPeaLzLTguri_Y5cvUw" style=3D"color: rgb(0, 0, 0); text-decoratio=
n: none;"><span style=3D"color:#000000"><span style=3D"background-color:#ff=
ffff">Power to Decide</span></span></a></strong><strong><a cd-link-manager-=
tab=3D"1" href=3D"[link removed]
tYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYmlnamFjay5idWx3YXJ=
rQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1hZ=
TRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AMjU%3A%3AaHR0cHM6Ly9w=
b3dlcnRvZGVjaWRlLm9yZy9uZXdzL3Bvd2VyLXBsYXllci1qdWx5LTIwMTk_X2NsZGVlPVltbG5=
hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC=
01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyN=
WZiMTA0YzZmZCZlc2lkPTE1NDdlYjVlLTBmYTgtZTkxMS1hOThmLTAwMGQzYTNhYzcyNg&K=3D9=
nC_FnhZhbZGnIqdiHKJPg" style=3D"color: rgb(0, 0, 0); text-decoration: none;=
"><span style=3D"color:#000000"><span style=3D"background-color:#ffffff">:<=
/span></span></a></strong><span style=3D"color:#0a0a0a"><strong><span style=
=3D"color:#007fb7"><a cd-link-manager-tab=3D"1" href=3D"[link removed]
odecide.org/c/4/?T=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2Rj=
MjE2ZDFlYWI1Nzhj%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc=
1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0Yz=
ZmZA%3AZmFsc2U%3AMjY%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZy9uZXdzL3Bvd2VyL=
XBsYXllci1qdWx5LTIwMTk_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52=
YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTN=
hY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZCZlc2lkPTE1NDdlYjVlLTBmYT=
gtZTkxMS1hOThmLTAwMGQzYTNhYzcyNg&K=3D_ZqiQkfmfB80F-zh5NPuEA" style=3D"color=
: #0c00ff; text-decoration: none;"><span style=3D"background-color:#ffffff"=
>=C2=A0</span><u>July Power Player</u></a></span></strong>=C2=A0- Meet Joia=
Crear Perry, MD, President of the National Birth Equity Collaborative. Rea=
d how her personal experience led her to this work, the importance of effec=
ting change at the systems level, and more.</span></span></span></p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none"><span style=
=3D"font-size:14px"><span style=3D"font-family:Verdana"><span style=3D"colo=
r:#0a0a0a">Missed out last bulletin? <a cd-link-manager-tab=3D"1" href=3D"h=
ttp://mrktg.powertodecide.org/c/4/?T=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyND=
M1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY=
29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2=
YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AMjc%3A%3AaHR0cDovL21ya3RnLnBvd2VydG9kZWN=
pZGUub3JnL20vMS81ODQ2ODgzMS8wMi10MTkxNTAtZWJlNDZiZWEyZjAxNDJlYWIxYWVmNDVjYj=
BhMGQ2ZjEvMS8xLzE_X2dhPTIuMTMzNDMzODA2LjE1MjcwNzI5NC4xNTYzNDYwNTYxLTE2OTMzN=
zEwMzkuMTU1NjgxMjA2NyZfY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZi=
USUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2F=
jYWZkLWFlNGU1YTBjZWUwNzRmNjZhN2Y2ZTI1ZmIxMDRjNmZkJmVzaWQ9MTU0N2ViNWUtMGZhOC=
1lOTExLWE5OGYtMDAwZDNhM2FjNzI2&K=3DxoICcFP4ozSs-rvI-_LMLQ" style=3D"color: =
#0c00ff; text-decoration: none;">You can read it here</a>.=C2=A0(We didn't =
publish a June edition)</span></span></span></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div><!--[if mso]></td><![endif]-->
<!--[if mso]>
</tr>
</table>
<![endif]-->
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
<!-- Email Section : END -->
</td>
</tr><tr class=3D"section-block">
<td align=3D"center" height=3D"100%" valign=3D"top"=
width=3D"100%" style=3D" ">
<!-- Email Section : BEGIN -->
<!--[if mso]>
<table role=3D"presentation" border=3D"0" cell=
spacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"600">
<tr>
<td align=3D"center" valign=3D"top" width=
=3D"600">
<![endif]-->
<table id=3D"23" role=3D"presentation" border=
=3D"0" cellpadding=3D"0" cellspacing=3D"0" align=3D"center" width=3D"100%" =
style=3D"max-width:600px;">
<tbody>
<tr>
<td valign=3D"top" width=3D"100%" s=
tyle=3D"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-r=
ight: 0px; background-color: #ffffff;; font-size: 0;">
<!--[if mso]>
<table role=3D"presentation" borde=
r=3D"0" cellspacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"600px=
" style=3D"table-layout:fixed; border-collapse: collapse; mso-table-lspace:=
0; mso-table-rspace:0;" cellpadding=3D"0" cellspacing=3D"0" >
<tr>
<![endif]-->
<!--[if mso]><td align=3D"left" val=
ign=3D"top" width=3D"600px"><![endif]--><div style=3D"overflow: visible!imp=
ortant; display: inline-block; width:600px; max-width:600px; min-width:600p=
x; vertical-align:top;" class=3D"stack-column">
<table role=3D"presentation" cellspaci=
ng=3D"0" cellpadding=3D"0" border=3D"0" width=3D"100%">
<tbody>
<tr>
<td style=3D"padding-top: 0=
px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
<table role=3D"presenta=
tion" cellspacing=3D"0" cellpadding=3D"0" border=3D"0" width=3D"600px" sty=
le=3D"table-layout: fixed; width: 600px;" >
<tbody>
<tr>
<td width=3D"564" class=3D"stack-column-center so=
cial-block-container" style=3D"font-size: 0; vertical-align: top; text-alig=
n: left; padding-top: 9px; padding-bottom: 5px; padding-left: 18px; paddin=
g-right: 18px;">
<!--[if mso]><table role=3D"presentation" cel=
lspacing=3D"0" cellpadding=3D"0" border=3D"0" align=3D"left" > <tr><td styl=
e=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AM=
jg%3A%3AaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVh=
KclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZT=
kxMWE5ODUwMDBkM2EzYWNhZmQtYWU0ZTVhMGNlZTA3NGY2NmE3ZjZlMjVmYjEwNGM2ZmQmZXNpZ=
D0xNTQ3ZWI1ZS0wZmE4LWU5MTEtYTk4Zi0wMDBkM2EzYWM3MjY&K=3Day8FXk1MIcooKAOIZdPc=
zQ" title=3D"Facebook" target=3D"_blank" style=3D"text-decoration: none;">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/square/full/facebook=
.png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AM=
jk%3A%3AaHR0cHM6Ly90d2l0dGVyLmNvbS8_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUd=
kdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYT=
k4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZCZlc2lkPTE1N=
DdlYjVlLTBmYTgtZTkxMS1hOThmLTAwMGQzYTNhYzcyNg&K=3D0Ve9aMLt3FE0ExjjJ6-WMg" t=
itle=3D"Twitter" target=3D"_blank" style=3D"text-decoration: none;">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/square/full/twitter.=
png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AM=
zA%3A%3AaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbT9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1l=
YSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOG=
U5MTFhOTg1MDAwZDNhM2FjYWZkLWFlNGU1YTBjZWUwNzRmNjZhN2Y2ZTI1ZmIxMDRjNmZkJmVza=
WQ9MTU0N2ViNWUtMGZhOC1lOTExLWE5OGYtMDAwZDNhM2FjNzI2&K=3DDSVRpEDr1Rxxlj31-RK=
rpA" title=3D"Instagram" target=3D"_blank" style=3D"text-decoration: none;"=
>
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/square/full/instagra=
m.png">
</a>
</span>
</td><td style=3D"padding: 5px;">
<span style=3D"display: inline-block; ">
<a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AM=
zE%3A%3AaHR0cHM6Ly93d3cueW91dHViZS5jb20_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEp=
yUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOT=
ExYTk4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZCZlc2lkP=
TE1NDdlYjVlLTBmYTgtZTkxMS1hOThmLTAwMGQzYTNhYzcyNg&K=3DjZzj5zwTGdYzzZTz9sBFn=
A" title=3D"Youtube" target=3D"_blank" style=3D"text-decoration: none;">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/square/full/youtube.=
png">
</a>
</span>
</td></tr></table><![endif]--> <!--[if !mso]><!--> <span=
style=3D"display: inline-block;">
<a href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AMzI%3=
A%3AaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclF=
HZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMW=
E5ODUwMDBkM2EzYWNhZmQtYWU0ZTVhMGNlZTA3NGY2NmE3ZjZlMjVmYjEwNGM2ZmQmZXNpZD0xN=
TQ3ZWI1ZS0wZmE4LWU5MTEtYTk4Zi0wMDBkM2EzYWM3MjY&K=3DSCNes-Dd9NHVsfHl6XGl8Q" =
title=3D"Facebook" target=3D"_blank" style=3D"text-decoration: none;">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/square/full/facebook=
.png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AMzM%3=
A%3AaHR0cHM6Ly90d2l0dGVyLmNvbS8_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFl=
XbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NT=
AwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZCZlc2lkPTE1NDdlY=
jVlLTBmYTgtZTkxMS1hOThmLTAwMGQzYTNhYzcyNg&K=3DgpfGF_mGxA42Yh5Z8KiweA" title=
=3D"Twitter" target=3D"_blank" style=3D"text-decoration: none;">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/square/full/twitter.=
png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AMzQ%3=
A%3AaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbT9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJ=
RR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MT=
FhOTg1MDAwZDNhM2FjYWZkLWFlNGU1YTBjZWUwNzRmNjZhN2Y2ZTI1ZmIxMDRjNmZkJmVzaWQ9M=
TU0N2ViNWUtMGZhOC1lOTExLWE5OGYtMDAwZDNhM2FjNzI2&K=3DQQ-O9eQP2Ct4ZECacvZBuw"=
title=3D"Instagram" target=3D"_blank" style=3D"text-decoration: none;">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/square/full/instagra=
m.png">
</a>
</span> <span style=3D"display: inline-block;">
<a href=3D"[link removed]
Tg0Njg4MzE%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYml=
namFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwM=
GQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AMzU%3=
A%3AaHR0cHM6Ly93d3cueW91dHViZS5jb20_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUd=
kdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYT=
k4NTAwMGQzYTNhY2FmZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZCZlc2lkPTE1N=
DdlYjVlLTBmYTgtZTkxMS1hOThmLTAwMGQzYTNhYzcyNg&K=3Dicrk2cQSUFRvK26R-bjTZA" t=
itle=3D"Youtube" target=3D"_blank" style=3D"text-decoration: none;">
<img class=3D"social" width=3D"32" height=3D"32" st=
yle=3D"width: 32px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_links/square/full/youtube.=
png">
</a>
</span><!--<![endif]-->
</td>
</tr><tr>
<td width=3D"564" class=3D"text-block-container" =
style=3D"box-sizing: border-box;white-space: normal;font-family:Arial,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:Verda=
na;font-size:14px;color:#505050;letter-spacing:0px;line-height:1.5;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:13px"><span styl=
e=3D"font-family:Verdana">=C2=A92018, Power to Decide, the campaign to prev=
ent unplanned pregnancy</span></span></p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none"><span style=
=3D"font-size:13px"><span style=3D"font-family:Verdana">1776 Massachusetts =
Ave., NW, Suite 200, Washington, DC 20036</span></span></p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none"><span style=
=3D"font-size:13px"><span style=3D"font-family:Verdana">ph: (202) 478-8500.=
fax: (202) 478-8588.</span></span></p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none"><span style=
=3D"font-size:13px"><span style=3D"font-family:Verdana"><a cd-link-manager-=
tab=3D"1" href=3D"[link removed]
tYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYmlnamFjay5idWx3YXJ=
rQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC1hZ=
TRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3AZmFsc2U%3AMzY%3A%3AaHR0cHM6Ly93=
d3cucG93ZXJ0b2RlY2lkZS5vcmcvP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2x=
zTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMD=
BkM2EzYWNhZmQtYWU0ZTVhMGNlZTA3NGY2NmE3ZjZlMjVmYjEwNGM2ZmQmZXNpZD0xNTQ3ZWI1Z=
S0wZmE4LWU5MTEtYTk4Zi0wMDBkM2EzYWM3MjY&K=3DgaNbQq5fsVgDq24iAtYekw" target=
=3D"_blank" style=3D"color: rgb(0, 127, 183); text-decoration: none;"><span=
style=3D"color:#007fb7"><u>www.PowertoDecide.org</u></span></a></span></sp=
an></p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none">=C2=A0</p>
<p style=3D"font-family:Verdana;font-size:14px;color:#505050;letter-spacing=
:0px;line-height:1.5;text-align:left;margin:0;word-wrap:break-word !importa=
nt;font-weight:normal;font-style:normal;text-decoration: none"><span style=
=3D"font-size:13px"><span style=3D"font-family:Verdana">Click <a cd-link-ma=
nager-tab=3D"5" href=3D"[link removed]
%3AMDItYjE5MTk5LTdmNzgyNDM1NDI3ODQ2OTI4Y2RjMjE2ZDFlYWI1Nzhj%3AYmlnamFjay5id=
Wx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2F=
mZC1hZTRlNWEwY2VlMDc0ZjY2YTdmNmUyNWZiMTA0YzZmZA%3An%3An%3ADnH-O2pmUs5kxM3ta=
lieLg" link-metadata=3D"GlobalUnsubscribe" style=3D"color: rgb(0, 127, 183)=
; text-decoration: none;"><span style=3D"color:#007fb7"><u>here</u></span><=
/a> to unsubscribe or to change your Subscription Preferences.</span></span=
></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div><!--[if mso]></td><![endif]-->
<!--[if mso]>
</tr>
</table>
<![endif]-->
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
<!-- Email Section : END -->
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</center>
</body>
</html>
</html>
------=_Part_505688903_1147903744.1563482851129--