------=_Part_16747378_470618138.1625154333239
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>
  <!--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-984e644f6363 {
          width: 93.33333333333333%;
          height: auto !important;
        }
       =20
      }
      @media screen and (max-width: 768px) {
         =20
      .email-container img.cd-image.image-984e644f6363 {
          width: 93.33333333333333%;
          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><img src=3D"[link removed]
JdFlqSXhNVGd5TFRBMU0yWXhZV1ZtTWpnNE1UUXhPVGhpWW1WaFl6QmtOemMwTWpRNE9UTTM6WW=
1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUTpZMjl1ZEdGamRDMDFPVGN3WmpjMU4yU=
XdZVGhsT1RFeFlUazROVEF3TUdRellUTmhZMkZtWkMwd016TXdPVGcwTVdKaFpUTTBZemMwT0RG=
aE9XWTFOekl6TUdZd09USmxPUQ/xtWKc-e6vgnFSjQ59WfI2Q" 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"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"32" 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,Helv=
etica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: brea=
k-word !important; white-space: normal;  padding-top: 9px; padding-bottom: =
9px; padding-left: 18px; padding-right: 18px;"><p style=3D"text-align:left;=
font-family:Arial;font-size:11px;color:#505050;letter-spacing:0px;line-heig=
ht:1.2;margin:0;word-wrap:break-word !important;font-weight:normal;font-sty=
le:normal;text-decoration: none"><span style=3D"font-size:10px"><span style=
=3D"font-family:Verdana">Click <a cd-link-manager-tab=3D"6" href=3D"https:/=
/elink.clickdimensions.com/m/1/58468831/02-b21182-053f1aef28814198bbeac0d77=
4248937/1/190/9682cdfc-08f3-4571-952c-0e11ec48271d" style=3D"color: rgb(0, =
127, 183); text-decoration: none;"><span style=3D"color:#007fb7"><u>here</u=
></span></a> if you are having trouble viewing this message.</span></span><=
/p>
</td>
                     </tr>
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class=3D"section-block">
                        <td align=3D"center" height=3D"100%" valign=3D"top"=
 width=3D"100%" style=3D" ">
                            <!-- 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"33" 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: 2px; padding-r=
ight: 2px; 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"596px"><![endif]--><div style=3D"overflow: visible!imp=
ortant; display: inline-block; width:596px; max-width:596px; min-width:596p=
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"596px" sty=
le=3D"table-layout: fixed; width: 596px;" >
                                                        <tbody>
                                                            <!--[if mso]>
                              <tr>
                                <td width=3D"560" 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%3AMDItYjIxMTgyLTA1M2YxYWVmMjg4MTQxOThiYmVhYzBkN=
zc0MjQ4OTM3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2Qw=
YThlOTExYTk4NTAwMGQzYTNhY2FmZC0wMzMwOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOQ%=
3AZmFsc2U%3AMA%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cHM6Ly9=
wb3dlcnRvZGVjaWRlLm9yZz9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTn=
ZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM=
2FjYWZkLTAzMzA5ODQxYmFlMzRjNzQ4MWE5ZjU3MjMwZjA5MmU5JmVzaWQ9MTkxNTU2OGUtN2Nk=
YS1lYjExLWJhY2ItMDAwZDNhM2JkNGE5&K=3DfD1utb-MmjYn8DrsiaKkOw" name=3D"{%22Ur=
lIdOffset%22%3A1}" title=3D"[link removed]" target=3D"_blank"   =
cdlinkrefidmso=3D"20" ><img class=3D"center-on-narrow cd-image" height=3D"1=
86" width=3D"560" style=3D"vertical-align: middle;" src=3D"[link removed]
clickdimensions.com/powertodecideorg-axals/files/power_to_decide.png"  alt=
=3D"Power to Decide logo" title=3D"Power to Decide logo"  /></a>
                                </td>
                              </tr>
                           <![endif]-->
                          <!--[if !mso]><!-- --><tr>
                          <td width=3D"560" 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%3AMDItYjIxMTgyLTA1M2YxYWVmMjg4MTQxOThiYmVhYzBkNzc0MjQ4O=
TM3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTEx=
YTk4NTAwMGQzYTNhY2FmZC0wMzMwOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOQ%3AZmFsc2=
U%3AMQ%3A%3AaHR0cHM6Ly9wb3dlcnRvZGVjaWRlLm9yZz9fY2xkZWU9WW1sbmFtRmpheTVpZFd=
4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZD=
BhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTAzMzA5ODQxYmFlMzRjNzQ4MWE5ZjU3MjMwZjA5MmU5J=
mVzaWQ9MTkxNTU2OGUtN2NkYS1lYjExLWJhY2ItMDAwZDNhM2JkNGE5&K=3D9TJkSQpWjBE2JbN=
KNVq1Lg" undefined title=3D"[link removed]" target=3D"_blank"   =
cdlinkrefid=3D"20" ><img class=3D"center-on-narrow cd-image image-984e644f6=
363 no-img-edit" height=3D"186" width=3D"560" style=3D"vertical-align: midd=
le;" src=3D"[link removed]
s/power_to_decide.png"  alt=3D"Power to Decide logo" title=3D"Power to Deci=
de logo"  /></a>
                          </td>
                     </tr><!--<![endif]--><tr>
                          <td width=3D"566" 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: 15px; paddin=
g-right: 15px;">
                             <!--[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; ">
                          <img class=3D"social" width=3D"110" height=3D"32"=
 style=3D"width: 110px; height: 32px; margin: 5px;" src=3D"[link removed]
.vo.msecnd.net/web/SPA_resources/DndEditor_v2/social_share/square/full/face=
book.png">
                        </span>
                   </td><td style=3D"padding: 5px;">
                        <span  style=3D"display: inline-block; ">
                          <img class=3D"social" width=3D"110" height=3D"32"=
 style=3D"width: 110px; height: 32px; margin: 5px;" src=3D"[link removed]
.vo.msecnd.net/web/SPA_resources/DndEditor_v2/social_share/square/full/twit=
ter.png">
                        </span>
                   </td><td style=3D"padding: 5px;">
                        <span  style=3D"display: inline-block; ">
                          <img class=3D"social" width=3D"110" height=3D"32"=
 style=3D"width: 110px; height: 32px; margin: 5px;" src=3D"[link removed]
.vo.msecnd.net/web/SPA_resources/DndEditor_v2/social_share/square/full/link=
edin.png">
                        </span>
                   </td></tr></table><![endif]--> <!--[if !mso]><!--> <span=
  style=3D"display: inline-block;">
                      <img class=3D"social" width=3D"110" height=3D"32" sty=
le=3D"width: 110px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_share/square/full/facebook=
.png">
                   </span> <span  style=3D"display: inline-block;">
                      <img class=3D"social" width=3D"110" height=3D"32" sty=
le=3D"width: 110px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_share/square/full/twitter.=
png">
                   </span> <span  style=3D"display: inline-block;">
                      <img class=3D"social" width=3D"110" height=3D"32" sty=
le=3D"width: 110px; height: 32px; margin: 5px;" src=3D"[link removed]
msecnd.net/web/SPA_resources/DndEditor_v2/social_share/square/full/linkedin=
.png">
                   </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,Helv=
etica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: brea=
k-word !important; white-space: normal;  padding-top: 9px; padding-bottom: =
9px; padding-left: 18px; padding-right: 18px;"><p style=3D"font-family:Aria=
l;font-size:11px;color:#505050;letter-spacing:0px;line-height:1.2;text-alig=
n:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-sty=
le:normal;text-decoration: none"><span style=3D"font-size:15px"><span style=
=3D"font-family:Verdana"><span style=3D"color:#000000">Dear Friends,</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"margin-left:0in; margin-right:0in;font-family:Arial;font-size:1=
1px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;margin=
:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;tex=
t-decoration: none"><span style=3D"font-family:Verdana"><span style=3D"font=
-size:15px"><span style=3D"color:#000000">Everyone deserves the power to de=
cide if, when, and under what circumstances to get pregnant and have a chil=
d. Yet=C2=A0this ability is largely dependent on whether people can get ins=
urance coverage for the care they need. Due to restrictions on abortion cov=
erage in annual government spending bills, abortion care is out of reach fo=
r some=E2=80=94often those who are doing their best to make ends meet. </sp=
an></span></span></p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Arial;font-size:1=
1px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;margin=
:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;tex=
t-decoration: none">=C2=A0</p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Arial;font-size:1=
1px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;margin=
:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;tex=
t-decoration: none"><span style=3D"font-family:Verdana"><span style=3D"font=
-size:15px"><span style=3D"color:#000000">The House of Representatives is c=
urrently working on their version of appropriations (spending) bills for th=
e next fiscal year, and they need to hear from constituents like you. <stro=
ng>It=E2=80=99s time to tell your member of the House to pass spending bill=
s without restrictions on coverage of abortion care.</strong></span></span>=
</span></p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Arial;font-size:1=
1px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;margin=
:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;tex=
t-decoration: none">=C2=A0</p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Arial;font-size:1=
1px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;margin=
:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;tex=
t-decoration: none"><span style=3D"font-family:Verdana"><span style=3D"font=
-size:15px"><span style=3D"color:#000000">Where a person lives, how they ar=
e insured, or how much money they earn should not determine whether or not =
they have access to abortion care. When people can make decisions about the=
ir own reproductive health care, including whether and when to have childre=
n, they have more control over their economic security. </span></span></spa=
n></p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Arial;font-size:1=
1px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;margin=
:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;tex=
t-decoration: none">=C2=A0</p>
<p style=3D"margin-left:0in; margin-right:0in;font-family:Arial;font-size:1=
1px;color:#505050;letter-spacing:0px;line-height:1.2;text-align:left;margin=
:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;tex=
t-decoration: none"><span style=3D"font-family:Verdana"><span style=3D"font=
-size:15px"><span style=3D"color:#000000">If you believe everyone should be=
 able to live, work, and make decisions about their lives with dignity and =
economic security, please contact your member of the House now. =C2=A0</spa=
n></span></span></p>
</td>
                     </tr><tr>
                          <td width=3D"556" class=3D"button-block-container=
"
                          style=3D"box-sizing: border-box;white-space: norm=
al;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;co=
lor:#000; word-wrap: break-word !important; white-space: normal;
                           padding-top: 20px; padding-bottom: 20px; padding=
-left: 20px; padding-right: 20px; text-align: center;">
                             <!--[if mso]><table role=3D"presentation" cell=
spacing=3D"0" cellpadding=3D"0" border=3D"0" >
                                                        <tr>
                                                            <td valign=3D"t=
op" style=3D"padding: 13px; color:
                                                             font-weight: n=
ormal; word-wrap: break-word !important;
                                                             word-wrap: bre=
ak-word !important; white-space: normal; box-sizing: content-box; text-alig=
n: center;
                                                             background-col=
or: #0b8be3;
                                                             border:2px sol=
id #153258;border-radius:10px;
                                                             max-width: 526=
px;">
                                                               <p align=3D"=
center" style=3D"font-family: Arial; color: #ffffff; text-align:center; fon=
t-size:20px;"><a class=3D"button-link" href=3D"[link removed]
s.com/c/6/?T=3DNTg0Njg4MzE%3AMDItYjIxMTgyLTA1M2YxYWVmMjg4MTQxOThiYmVhYzBkNz=
c0MjQ4OTM3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwY=
ThlOTExYTk4NTAwMGQzYTNhY2FmZC0wMzMwOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOQ%3=
AZmFsc2U%3AMg%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0ExJTdE%3AaHR0cHM6Ly93=
d3cudm90ZXJ2b2ljZS5uZXQvUG93ZXJUb0RlY2lkZS9jYW1wYWlnbnMvODY2MDcvcmVzcG9uZD9=
fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbn=
RpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTAzMzA5ODQxYmFlM=
zRjNzQ4MWE5ZjU3MjMwZjA5MmU5JmVzaWQ9MTkxNTU2OGUtN2NkYS1lYjExLWJhY2ItMDAwZDNh=
M2JkNGE5&K=3DXRDg47nxdXHfy2lWX4O9Ew" title=3D"[link removed]
werToDecide/campaigns/86607/respond" target=3D"_blank"
                     name=3D"{%22UrlIdOffset%22%3A1}"  cdlinkrefidmso=3D"23=
"  style=3D"text-decoration: none; color:#fff; font-family: Arial;
                     font-weight: normal; display: inline-block;">Take Acti=
on Now</a></p>
                                                            </td>
                                                        </tr></table><![end=
if]-->
   <!--[if !mso]><!-- -->
   <a class=3D"button-link" style=3D"display: block;" href=3D"[link removed]
.clickdimensions.com/c/6/?T=3DNTg0Njg4MzE%3AMDItYjIxMTgyLTA1M2YxYWVmMjg4MTQ=
xOThiYmVhYzBkNzc0MjQ4OTM3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC=
01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC0wMzMwOTg0MWJhZTM0Yzc0ODFhOWY1N=
zIzMGYwOTJlOQ%3AZmFsc2U%3AMw%3A%3AaHR0cHM6Ly93d3cudm90ZXJ2b2ljZS5uZXQvUG93Z=
XJUb0RlY2lkZS9jYW1wYWlnbnMvODY2MDcvcmVzcG9uZD9fY2xkZWU9WW1sbmFtRmpheTVpZFd4=
M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDB=
hOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTAzMzA5ODQxYmFlMzRjNzQ4MWE5ZjU3MjMwZjA5MmU5Jm=
VzaWQ9MTkxNTU2OGUtN2NkYS1lYjExLWJhY2ItMDAwZDNhM2JkNGE5&K=3DYK-Fyzby_yfU9rsE=
Hm3abw" title=3D"[link removed]
espond" target=3D"_blank"  cdlinkrefid=3D"23" >
     <span class=3D"button-text" style=3D"display: inline-block; vertical-a=
lign: middle; padding: 13px; font-size: 20px;
      color: #ffffff; word-wrap: break-word !important; white-space: normal=
; box-sizing: content-box; text-align: center;
                             background-color: #0b8be3;
                             border:2px solid #153258;border-radius:10px;
                             max-width: 526px;">Take Action Now</span>
   </a>
<!--<![endif]-->
                          </td>
                     </tr><tr>
                           <td width=3D"596" class=3D"text-block-container"=
 style=3D"box-sizing: border-box;white-space: normal;font-family:Arial,Helv=
etica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: brea=
k-word !important; white-space: normal;  padding-top: 0px; padding-bottom: =
0px; padding-left: 0px; padding-right: 0px;"><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-style=
:normal;text-decoration: none"><span style=3D"color:#000000"><span style=3D=
"font-size:15px"><span style=3D"font-family:Verdana">Best,=C2=A0</span></sp=
an></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"><span style=3D=
"color:#000000"><span style=3D"font-size:15px"><span style=3D"font-family:V=
erdana">Tara</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"><br>
<span style=3D"color:#000000"><span style=3D"font-size:15px"><span style=3D=
"font-family:Verdana">Tara Mancini</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"><span style=3D=
"color:#000000"><span style=3D"font-size:15px"><span style=3D"font-family:V=
erdana">Senior Manager, Public Policy</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"34" 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: 2px; padding-bottom: 2px; padding-left: 2px; padding-r=
ight: 2px; 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"596px"><![endif]--><div style=3D"overflow: visible!imp=
ortant; display: inline-block; width:596px; max-width:596px; min-width:596p=
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"596px" sty=
le=3D"table-layout: fixed; width: 596px;" >
                                                        <tbody>
                                                            <tr>
                          <td width=3D"556" 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>
                                                         </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"35" 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]
/?T=3DNTg0Njg4MzE%3AMDItYjIxMTgyLTA1M2YxYWVmMjg4MTQxOThiYmVhYzBkNzc0MjQ4OTM=
3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYT=
k4NTAwMGQzYTNhY2FmZC0wMzMwOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOQ%3AZmFsc2U%=
3ANA%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0E2JTdE%3AaHR0cHM6Ly93d3cuZmFjZ=
WJvb2suY29tP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNk=
JnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtMDM=
zMDk4NDFiYWUzNGM3NDgxYTlmNTcyMzBmMDkyZTkmZXNpZD0xOTE1NTY4ZS03Y2RhLWViMTEtYm=
FjYi0wMDBkM2EzYmQ0YTk&K=3DMeXcfkE5u9gvIOg0mX840A" title=3D"Facebook" target=
=3D"_blank" style=3D"text-decoration: none;" name=3D"{%22UrlIdOffset%22%3A6=
}" cdlinkrefidmso=3D"28_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/square/full/facebook=
.png">
                    </a>
                        </span>
                   </td><td style=3D"padding: 5px;">
                        <span  style=3D"display: inline-block; ">
                           <a href=3D"[link removed]
/?T=3DNTg0Njg4MzE%3AMDItYjIxMTgyLTA1M2YxYWVmMjg4MTQxOThiYmVhYzBkNzc0MjQ4OTM=
3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYT=
k4NTAwMGQzYTNhY2FmZC0wMzMwOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOQ%3AZmFsc2U%=
3ANQ%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0E2JTdE%3AaHR0cHM6Ly90d2l0dGVyL=
mNvbS8_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2QmcmVj=
aXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC0wMzMwOTg=
0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOSZlc2lkPTE5MTU1NjhlLTdjZGEtZWIxMS1iYWNiLT=
AwMGQzYTNiZDRhOQ&K=3DpmVt-k0h6wOB2M4nh48nzg" title=3D"Twitter" target=3D"_b=
lank" style=3D"text-decoration: none;" name=3D"{%22UrlIdOffset%22%3A6}" cdl=
inkrefidmso=3D"28_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/square/full/twitter.=
png">
                    </a>
                        </span>
                   </td><td style=3D"padding: 5px;">
                        <span  style=3D"display: inline-block; ">
                           <a href=3D"[link removed]
/?T=3DNTg0Njg4MzE%3AMDItYjIxMTgyLTA1M2YxYWVmMjg4MTQxOThiYmVhYzBkNzc0MjQ4OTM=
3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYT=
k4NTAwMGQzYTNhY2FmZC0wMzMwOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOQ%3AZmFsc2U%=
3ANg%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0E2JTdE%3AaHR0cHM6Ly93d3cubGlua=
2VkaW4uY29tP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2xzTG1OdmJRJTNkJTNk=
JnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMDBkM2EzYWNhZmQtMDM=
zMDk4NDFiYWUzNGM3NDgxYTlmNTcyMzBmMDkyZTkmZXNpZD0xOTE1NTY4ZS03Y2RhLWViMTEtYm=
FjYi0wMDBkM2EzYmQ0YTk&K=3DAV3StmOMt5RrmItPLITJVA" title=3D"Linkedin" target=
=3D"_blank" style=3D"text-decoration: none;" name=3D"{%22UrlIdOffset%22%3A6=
}" cdlinkrefidmso=3D"28_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/square/full/linkedin=
.png">
                    </a>
                        </span>
                   </td><td style=3D"padding: 5px;">
                        <span  style=3D"display: inline-block; ">
                           <a href=3D"[link removed]
/?T=3DNTg0Njg4MzE%3AMDItYjIxMTgyLTA1M2YxYWVmMjg4MTQxOThiYmVhYzBkNzc0MjQ4OTM=
3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYT=
k4NTAwMGQzYTNhY2FmZC0wMzMwOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOQ%3AZmFsc2U%=
3ANw%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0E2JTdE%3AaHR0cHM6Ly93d3cuYmxvZ=
2dlci5jb20_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2Qm=
cmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC0wMzM=
wOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOSZlc2lkPTE5MTU1NjhlLTdjZGEtZWIxMS1iYW=
NiLTAwMGQzYTNiZDRhOQ&K=3Dta2Ikn9GvhQuzrKZ1ctNmg" title=3D"Blogger" target=
=3D"_blank" style=3D"text-decoration: none;" name=3D"{%22UrlIdOffset%22%3A6=
}" cdlinkrefidmso=3D"28_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/square/full/blogger.=
png">
                    </a>
                        </span>
                   </td><td style=3D"padding: 5px;">
                        <span  style=3D"display: inline-block; ">
                           <a href=3D"[link removed]
/?T=3DNTg0Njg4MzE%3AMDItYjIxMTgyLTA1M2YxYWVmMjg4MTQxOThiYmVhYzBkNzc0MjQ4OTM=
3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYT=
k4NTAwMGQzYTNhY2FmZC0wMzMwOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOQ%3AZmFsc2U%=
3AOA%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0E2JTdE%3AaHR0cHM6Ly93d3cuaW5zd=
GFncmFtLmNvbT9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1lYSnJRR2R0WVdsc0xtTnZiUSUzZCUz=
ZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOGU5MTFhOTg1MDAwZDNhM2FjYWZkLTA=
zMzA5ODQxYmFlMzRjNzQ4MWE5ZjU3MjMwZjA5MmU5JmVzaWQ9MTkxNTU2OGUtN2NkYS1lYjExLW=
JhY2ItMDAwZDNhM2JkNGE5&K=3DOmu5hHLEP6TlAIHrDlVI_A" title=3D"Instagram" targ=
et=3D"_blank" style=3D"text-decoration: none;" name=3D"{%22UrlIdOffset%22%3=
A6}" cdlinkrefidmso=3D"28_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/square/full/instagra=
m.png">
                    </a>
                        </span>
                   </td><td style=3D"padding: 5px;">
                        <span  style=3D"display: inline-block; ">
                           <a href=3D"[link removed]
/?T=3DNTg0Njg4MzE%3AMDItYjIxMTgyLTA1M2YxYWVmMjg4MTQxOThiYmVhYzBkNzc0MjQ4OTM=
3%3AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYT=
k4NTAwMGQzYTNhY2FmZC0wMzMwOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOQ%3AZmFsc2U%=
3AOQ%3AJTdCJTI1MjJVcmxJZE9mZnNldCUyNTIyJTI1M0E2JTdE%3AaHR0cHM6Ly93d3cueW91d=
HViZS5jb20_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUdkdFlXbHNMbU52YlElM2QlM2Qm=
cmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC0wMzM=
wOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOSZlc2lkPTE5MTU1NjhlLTdjZGEtZWIxMS1iYW=
NiLTAwMGQzYTNiZDRhOQ&K=3DbMjuqe80rpGIknh2cGEiRA" title=3D"Youtube" target=
=3D"_blank" style=3D"text-decoration: none;" name=3D"{%22UrlIdOffset%22%3A6=
}" cdlinkrefidmso=3D"28_5">
                        <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]
=3DNTg0Njg4MzE%3AMDItYjIxMTgyLTA1M2YxYWVmMjg4MTQxOThiYmVhYzBkNzc0MjQ4OTM3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC0wMzMwOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOQ%3AZmFsc2U%3AM=
TA%3A%3AaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVh=
KclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZT=
kxMWE5ODUwMDBkM2EzYWNhZmQtMDMzMDk4NDFiYWUzNGM3NDgxYTlmNTcyMzBmMDkyZTkmZXNpZ=
D0xOTE1NTY4ZS03Y2RhLWViMTEtYmFjYi0wMDBkM2EzYmQ0YTk&K=3D1ERc6mXSDoGiRfvo_5Qf=
rA" title=3D"Facebook" target=3D"_blank" style=3D"text-decoration: none;" u=
ndefined cdlinkrefid=3D"28_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/square/full/facebook=
.png">
                    </a>
                   </span> <span  style=3D"display: inline-block;">
                       <a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIxMTgyLTA1M2YxYWVmMjg4MTQxOThiYmVhYzBkNzc0MjQ4OTM3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC0wMzMwOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOQ%3AZmFsc2U%3AM=
TE%3A%3AaHR0cHM6Ly90d2l0dGVyLmNvbS8_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEpyUUd=
kdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOTExYT=
k4NTAwMGQzYTNhY2FmZC0wMzMwOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOSZlc2lkPTE5M=
TU1NjhlLTdjZGEtZWIxMS1iYWNiLTAwMGQzYTNiZDRhOQ&K=3DDrZ5sf7grxzW4Am7bett2w" t=
itle=3D"Twitter" target=3D"_blank" style=3D"text-decoration: none;" undefin=
ed cdlinkrefid=3D"28_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/square/full/twitter.=
png">
                    </a>
                   </span> <span  style=3D"display: inline-block;">
                       <a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIxMTgyLTA1M2YxYWVmMjg4MTQxOThiYmVhYzBkNzc0MjQ4OTM3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC0wMzMwOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOQ%3AZmFsc2U%3AM=
TI%3A%3AaHR0cHM6Ly93d3cubGlua2VkaW4uY29tP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVh=
KclFHZHRZV2xzTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZT=
kxMWE5ODUwMDBkM2EzYWNhZmQtMDMzMDk4NDFiYWUzNGM3NDgxYTlmNTcyMzBmMDkyZTkmZXNpZ=
D0xOTE1NTY4ZS03Y2RhLWViMTEtYmFjYi0wMDBkM2EzYmQ0YTk&K=3DEXOzEO75JFs2mP5gIKap=
Gw" title=3D"Linkedin" target=3D"_blank" style=3D"text-decoration: none;" u=
ndefined cdlinkrefid=3D"28_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/square/full/linkedin=
.png">
                    </a>
                   </span> <span  style=3D"display: inline-block;">
                       <a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIxMTgyLTA1M2YxYWVmMjg4MTQxOThiYmVhYzBkNzc0MjQ4OTM3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC0wMzMwOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOQ%3AZmFsc2U%3AM=
TM%3A%3AaHR0cHM6Ly93d3cuYmxvZ2dlci5jb20_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEp=
yUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOT=
ExYTk4NTAwMGQzYTNhY2FmZC0wMzMwOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOSZlc2lkP=
TE5MTU1NjhlLTdjZGEtZWIxMS1iYWNiLTAwMGQzYTNiZDRhOQ&K=3D52gjkWQa0shyhQg4k4XWm=
Q" title=3D"Blogger" target=3D"_blank" style=3D"text-decoration: none;" und=
efined cdlinkrefid=3D"28_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/square/full/blogger.=
png">
                    </a>
                   </span> <span  style=3D"display: inline-block;">
                       <a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIxMTgyLTA1M2YxYWVmMjg4MTQxOThiYmVhYzBkNzc0MjQ4OTM3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC0wMzMwOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOQ%3AZmFsc2U%3AM=
TQ%3A%3AaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbT9fY2xkZWU9WW1sbmFtRmpheTVpZFd4M1l=
YSnJRR2R0WVdsc0xtTnZiUSUzZCUzZCZyZWNpcGllbnRpZD1jb250YWN0LTU5NzBmNzU3ZDBhOG=
U5MTFhOTg1MDAwZDNhM2FjYWZkLTAzMzA5ODQxYmFlMzRjNzQ4MWE5ZjU3MjMwZjA5MmU5JmVza=
WQ9MTkxNTU2OGUtN2NkYS1lYjExLWJhY2ItMDAwZDNhM2JkNGE5&K=3DHVoOkYbP93RsRpMlQDd=
UJg" title=3D"Instagram" target=3D"_blank" style=3D"text-decoration: none;"=
 undefined cdlinkrefid=3D"28_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/square/full/instagra=
m.png">
                    </a>
                   </span> <span  style=3D"display: inline-block;">
                       <a href=3D"[link removed]
=3DNTg0Njg4MzE%3AMDItYjIxMTgyLTA1M2YxYWVmMjg4MTQxOThiYmVhYzBkNzc0MjQ4OTM3%3=
AYmlnamFjay5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4N=
TAwMGQzYTNhY2FmZC0wMzMwOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOQ%3AZmFsc2U%3AM=
TU%3A%3AaHR0cHM6Ly93d3cueW91dHViZS5jb20_X2NsZGVlPVltbG5hbUZqYXk1aWRXeDNZWEp=
yUUdkdFlXbHNMbU52YlElM2QlM2QmcmVjaXBpZW50aWQ9Y29udGFjdC01OTcwZjc1N2QwYThlOT=
ExYTk4NTAwMGQzYTNhY2FmZC0wMzMwOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOSZlc2lkP=
TE5MTU1NjhlLTdjZGEtZWIxMS1iYWNiLTAwMGQzYTNiZDRhOQ&K=3DSn_nA-BFjLVYJIkaFZOFC=
Q" title=3D"Youtube" target=3D"_blank" style=3D"text-decoration: none;" und=
efined cdlinkrefid=3D"28_5">
                        <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>
                                                         </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"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; 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,Helv=
etica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: brea=
k-word !important; white-space: normal;  padding-top: 9px; padding-bottom: =
9px; padding-left: 18px; padding-right: 18px;"><p style=3D"text-align:left;=
font-family:Arial;font-size:11px;color:#505050;letter-spacing:0px;line-heig=
ht:1.2;margin:0;word-wrap:break-word !important;font-weight:normal;font-sty=
le:normal;text-decoration: none"><span style=3D"font-size:10px"><span style=
=3D"font-family:Verdana">=C2=A92021, Power to Decide, the campaign to preve=
nt unplanned pregnancy</span></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-size:10px"><span style=3D"font-family:Verdana">1776 Massachusetts Ave=
., NW, Suite 200, Washington, DC 20036</span></span></p>
<p style=3D"text-align:left;font-family: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-size:10px"><span style=3D"font-family:Verdana">ph: (202) 478-8500. fa=
x: (202) 478-8588.</span></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-size:10px"><span style=3D"font-family:Verdana"><a cd-link-manager-tab=
=3D"1" href=3D"[link removed]
tYjIxMTgyLTA1M2YxYWVmMjg4MTQxOThiYmVhYzBkNzc0MjQ4OTM3%3AYmlnamFjay5idWx3YXJ=
rQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNhY2FmZC0wM=
zMwOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOQ%3AZmFsc2U%3AMTY%3A%3AaHR0cHM6Ly93=
d3cucG93ZXJ0b2RlY2lkZS5vcmcvP19jbGRlZT1ZbWxuYW1GamF5NWlkV3gzWVhKclFHZHRZV2x=
zTG1OdmJRJTNkJTNkJnJlY2lwaWVudGlkPWNvbnRhY3QtNTk3MGY3NTdkMGE4ZTkxMWE5ODUwMD=
BkM2EzYWNhZmQtMDMzMDk4NDFiYWUzNGM3NDgxYTlmNTcyMzBmMDkyZTkmZXNpZD0xOTE1NTY4Z=
S03Y2RhLWViMTEtYmFjYi0wMDBkM2EzYmQ0YTk&K=3DtfzrQcNtOvVTmKsDQZv-Ig" 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"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-size:10px"><span style=3D"font-family:Verdana">Click <a cd-link-manag=
er-tab=3D"5" href=3D"[link removed]
MzE%3AMDItYjIxMTgyLTA1M2YxYWVmMjg4MTQxOThiYmVhYzBkNzc0MjQ4OTM3%3AYmlnamFjay=
5idWx3YXJrQGdtYWlsLmNvbQ%3AY29udGFjdC01OTcwZjc1N2QwYThlOTExYTk4NTAwMGQzYTNh=
Y2FmZC0wMzMwOTg0MWJhZTM0Yzc0ODFhOWY1NzIzMGYwOTJlOQ%3An%3An%3A8eFqwJGgv-0-ak=
fXP4BOgA" link-metadata=3D"GlobalUnsubscribe" style=3D"color: rgb(0, 127, 1=
83); text-decoration: none;"><span style=3D"color:#007fb7"><u>here</u></spa=
n></a> to unsubscribe or to change your Subscription Preferences.</span></s=
pan></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_16747378_470618138.1625154333239--