------=_Part_1061565398_1251650238.1726704330997
Content-Type: text/html;charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN' '[link removed]
ml11/DTD/xhtml11.dtd'><html xmlns=3D'[link removed]'>
<html prefix=3D"og: [link removed]">
<head><style type=3D'text/css'>
span.preheader { display:none !important; visibility:hidden;line-height:0; =
opacity:0; font-size:0.1px; color:white; height:0; width:0; }
</style>
<!--this is the head-->
<meta charset=3D"utf-8">
<meta name=3D"viewport" content=3D"width=3Ddevice-width, initial-scale=
=3D1"> <!-- Forcing initial-scale shouldn't be necessary -->
<meta http-equiv=3D"X-UA-Compatible" content=3D"IE=3Dedge"> <!-- Use th=
e latest (edge) version of IE rendering engine -->
<meta name=3D"x-apple-disable-message-reformatting" /> <!-- Disable au=
to-scale in iOS 10 Mail entirely -->
=20
<title></title> <!-- The title tag shows in email notifications, like A=
ndroid 4.4. -->
<!-- Web Font / @font-face : BEGIN -->
<!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely r=
emoved. -->
<!-- Desktop Outlook chokes on web font references and defaults to Time=
s New Roman, so we force a safe fallback font. -->
<!-- All other clients get the webfont reference; some will render the =
font and others will silently fail to the fallbacks. More on that here: htt=
p://stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
<!--[if !mso]><!-->
<!-- insert web font reference, eg: <link href=3D'[link removed]
pis.com/css?family=3DRoboto:400,700' rel=3D'stylesheet' type=3D'text/css'> =
-->
<!--<![endif]-->
<!-- Web Font / @font-face : END -->
<!-- CSS Reset -->
<style>
/* What it does: Remove spaces around the email design added by som=
e email clients. */
/* Beware: It can remove the padding / margin and add a background =
color to the compose a reply window. */
html,
body {
margin: 0 auto !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
line-height: 1.4 !important;
}
/* What it does: Stops email clients resizing small text. */
* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* What it does: Centers email on Android 4.4 */
div[style*=3D"margin: 16px 0"] {
margin: 0 !important;
}
/* What it does: Stops Outlook from adding extra spacing to tables.=
*/
table,
td {
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;
}
/* What it does: Fixes webkit padding issue. Fix for Yahoo mail tab=
le alignment bug. Applies table-layout to the first 2 tables then removes f=
or anything nested deeper. */
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
margin: 0 auto !important;
}
table table table {
table-layout: auto;
}
/* What it does: Uses a better rendering method when resizing image=
s in IE. */
img {
-ms-interpolation-mode: bicubic;
}
/* What it does: A work-around for iOS meddling in triggered links.=
*/
*[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
}
/* What it does: A work-around for Gmail meddling in triggered link=
s. */
.x-gmail-data-detectors,
.x-gmail-data-detectors *,
.aBn {
border-bottom: 0 !important;
cursor: default !important;
}
/* What it does: Prevents Gmail from displaying an download button =
on large, non-linked images. */
.a6S {
display: none !important;
opacity: 0.01 !important;
}
/* If the above doesn't work, add a .g-img class to any image in qu=
estion. */
img.g-img + div {
display: none !important;
}
/* What it does: Prevents underlining the button text in Windows 10=
*/
.button-link {
text-decoration: none !important;
}
.button-text{text-align: center!important;}
/* What it does: Removes right gutter in Gmail iOS app: [link removed]
hub.com/TedGoas/Cerberus/issues/89 */
/* Create one of these media queries for each additional viewport s=
ize you'd like to fix */
/* Thanks to Eric Lepetit @ericlepetitsf) for help troubleshooting =
*/
@media only screen and (min-device-width: 375px) and (max-device-wi=
dth: 413px) { /* iPhone 6 and 6+ */
.email-container {
min-width: 375px !important;
}
}
</style>
<!-- Progressive Enhancements -->
=20
<style id=3D"media-query-style-element">
/* Media Queries */
@media screen yahoo and (min-width: 768px){
=20
.email-container img.cd-image.image-11511da2e04c {
width: auto%;
height: auto !important;
}
=20
.email-container img.cd-image.image-3e39889a3514 {
width: 94.66666666666667%;
height: auto !important;
}
=20
}
@media screen and (max-width: 768px) {
=20
.email-container img.cd-image.image-11511da2e04c {
width: auto%;
height: auto !important;
}
=20
.email-container img.cd-image.image-3e39889a3514 {
width: 94.66666666666667%;
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
<link href=3D"[link removed]
lay=3Dswap" rel=3D"stylesheet">
<!--Replace with relevant script for different preview behavior -->
=20
</head>
<body><span class=3D'preheader' style=3D'display: none !important; visibili=
ty: line-height:0; hidden; opacity: 0; font-size:0.1px; color: white; heigh=
t: 0; width: 0;'>Thanks to you, the most important autism law just passed t=
he US House =
</span><img src=3D"[link removed]
haSI6ODA3MDY2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3=
QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtYTkzNWUxNDcxMGI4NGI3ZmE0ZmFhZ=
jEzNjEzZmFiZDEiLCJycSI6IjAyLWIyNDI2Mi0yMWFiMjVlM2UwZGM0YWIyYmI0Njg2OTJmZTI3=
NDJjNiIsInBoIjpudWxsfQ/hizdhmBjSZTJ3oraU-wgpg" 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-style: none; width: 601px; max-width: 601px; border-=
collapse: separate!important;" class=3D"email-page-container">
<![endif]-->
<!--[if !mso]><!-- -->
<table role=3D"presentation" cellspacing=3D"0"=
cellpadding=3D"0" border=3D"0" align=3D"center" width=3D"602" style=3D"bo=
rder-width: 1px; border-style: none; width: 602px; max-width: 602px; borde=
r-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"15" 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"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: 8px; padding-bottom: =
8px; padding-left: 20px; padding-right: 20px;"><p style=3D"text-align:right=
;font-family:Open Sans,Arial;font-size:14px;color:#272f37;letter-spacing:0p=
x;line-height:normal;margin:0;word-wrap:break-word !important;font-weight:n=
ormal;font-style:normal;text-decoration: none"><span style=3D"font-family:O=
pen Sans,Arial"><span style=3D"font-size:10px"><a cd-link-manager-tab=3D"6"=
href=3D"[link removed]
4ab2bb468692fe2742c6/5/736/1197d911-b72a-4f64-ac4a-58e598e8b496" target=3D"=
_blank" style=3D"color: #2e86ef; text-decoration: underline;">View in brows=
er</a></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"16" 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: 16px; padding-bottom: 16px; padding-left: 16px; paddin=
g-right: 16px; 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"568px"><![endif]--><div style=3D"overflow: visible!imp=
ortant; display: inline-block; width:568px; max-width:568px; min-width:568p=
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"568px" sty=
le=3D"table-layout: fixed; width: 568px;" >
<tbody>
<!--[if mso]>
<tr>
<td width=3D"568" class=3D"stack-column-cen=
ter image-block-container" style=3D"vertical-align: top; text-align: center=
; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right=
: 0px;">
<a href=3D"[link removed]
org/c/7/eyJhaSI6ODA3MDY2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI=
6ImNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtYTkzNWUxNDcxMGI4NG=
I3ZmE0ZmFhZjEzNjEzZmFiZDEiLCJycSI6IjAyLWIyNDI2Mi0yMWFiMjVlM2UwZGM0YWIyYmI0N=
jg2OTJmZTI3NDJjNiIsInBoIjpudWxsLCJtIjpmYWxzZSwidWkiOiIwIiwidW4iOiIlN0IlMjUy=
MlVybElkT2Zmc2V0JTI1MjIlMjUzQTElN0QiLCJ1IjoiaHR0cHM6Ly93d3cuYXV0aXNtc3BlYWt=
zLm9yZy8_dXRtX3NvdXJjZT1lbWFpbCZ1dG1fbWVkaXVtPWhlYWRlciZ1dG1fY2FtcGFpZ249Y2=
xpY2tkaW1lbnNpb25zJl9jbGRlZT1acktpLVZwbklZR25JejdtZ05nczhFQ3QxeUtmNXl5TlkwR=
TEtZXlXa0hnM2p5TjlmV0xSWEp0Nkk3VUpPcTlrJnJlY2lwaWVudGlkPWNvbnRhY3QtMDdiMDFh=
YzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtYTkzNWUxNDcxMGI4NGI3ZmE0ZmFhZjEzNjEzZmF=
iZDEmZXNpZD0yZTdjYmY3MC0xZTc1LWVmMTEtOTEzMy0wMDFkZDhiNzFjY2YifQ/ZGo3gr5dJyy=
BJXcfhfpqDQ" name=3D"{%22UrlIdOffset%22%3A1}" target=3D"_blank" cdlinkref=
idmso=3D"4" ><img class=3D"center-on-narrow cd-image" height=3D"auto" width=
=3D"32.92253521126761%" style=3D"vertical-align: middle;" src=3D"[link removed]
le-us.clickdimensions.com/autismspeaksorg-arrhn/files/logo-horizontal-heade=
r.png" alt=3D"Autism Speaks Logo" /></a>
</td>
</tr>
<![endif]-->
<!--[if !mso]><!-- --><tr>
<td width=3D"568" class=3D"stack-column-center im=
age-block-container" style=3D"vertical-align: top; box-sizing: border-box; =
text-align: center; padding-left: 0%; padding-right: 0%; padding-top: 0%;=
padding-bottom: 0%;">
<a href=3D"[link removed]
eyJhaSI6ODA3MDY2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnR=
hY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtYTkzNWUxNDcxMGI4NGI3ZmE0Zm=
FhZjEzNjEzZmFiZDEiLCJycSI6IjAyLWIyNDI2Mi0yMWFiMjVlM2UwZGM0YWIyYmI0Njg2OTJmZ=
TI3NDJjNiIsInBoIjpudWxsLCJtIjpmYWxzZSwidWkiOiIxIiwidW4iOiIiLCJ1IjoiaHR0cHM6=
Ly93d3cuYXV0aXNtc3BlYWtzLm9yZy8_dXRtX3NvdXJjZT1lbWFpbCZ1dG1fbWVkaXVtPWhlYWR=
lciZ1dG1fY2FtcGFpZ249Y2xpY2tkaW1lbnNpb25zJl9jbGRlZT1acktpLVZwbklZR25JejdtZ0=
5nczhFQ3QxeUtmNXl5TlkwRTEtZXlXa0hnM2p5TjlmV0xSWEp0Nkk3VUpPcTlrJnJlY2lwaWVud=
GlkPWNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtYTkzNWUxNDcxMGI4=
NGI3ZmE0ZmFhZjEzNjEzZmFiZDEmZXNpZD0yZTdjYmY3MC0xZTc1LWVmMTEtOTEzMy0wMDFkZDh=
iNzFjY2YifQ/hrtcGMskLNI3sOj2vVRYWg" target=3D"_blank" cdlinkrefid=3D"4" =
><img class=3D"center-on-narrow cd-image image-11511da2e04c " height=3D"aut=
o" style=3D"vertical-align: middle;" src=3D"[link removed]
s.com/autismspeaksorg-arrhn/files/logo-horizontal-header.png" alt=3D"Autis=
m Speaks Logo" /></a>
</td>
</tr><!--<![endif]--><tr>
<td width=3D"528" 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: 10px; padding-bottom: =
10px; 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: none;" 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"17" 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: 8px; padding-bottom: 16px; padding-left: 16px; padding=
-right: 16px; 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"568px"><![endif]--><div style=3D"overflow: visible!imp=
ortant; display: inline-block; width:568px; max-width:568px; min-width:568p=
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"568px" sty=
le=3D"table-layout: fixed; width: 568px;" >
<tbody>
<tr>
<td width=3D"568" 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:Open S=
ans,Arial;font-size:14px;color:#272f37;letter-spacing:0px;line-height:norma=
l;text-align:left;margin:0;word-wrap:break-word !important;font-weight:norm=
al;font-style:normal;text-decoration: none"><span style=3D"font-family:Open=
Sans,Arial"><span style=3D"font-size:14px">John,=C2=A0</span></span></p>
<p style=3D"font-family:Open Sans,Arial;font-size:14px;color:#272f37;letter=
-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-wo=
rd !important;font-weight:normal;font-style:normal;text-decoration: none">=
=C2=A0</p>
<p style=3D"font-family:Open Sans,Arial;font-size:14px;color:#272f37;letter=
-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-wo=
rd !important;font-weight:normal;font-style:normal;text-decoration: none">O=
ver the past few days, you helped us send <em>nearly 9,000 messages</em> to=
Congress about renewing and expanding the Autism CARES Act =E2=80=93 the m=
ost critical legislation for the autism community right now. Your advocacy =
made all the difference!</p>
<p style=3D"font-family:Open Sans,Arial;font-size:14px;color:#272f37;letter=
-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-wo=
rd !important;font-weight:normal;font-style:normal;text-decoration: none">=
=C2=A0</p>
<p style=3D"font-family:Open Sans,Arial;font-size:14px;color:#272f37;letter=
-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-wo=
rd !important;font-weight:normal;font-style:normal;text-decoration: none"><=
strong>Earlier today, the US House of Representatives passed the Autism CAR=
ES Act of 2024</strong>. This bill builds upon two decades of progress in a=
dvancing our understanding of autism and the support available to autistic =
individuals and their families. This next iteration of the law dedicates $2=
billion over the next five years to boost autism research, data collection=
and healthcare training. <a cd-link-manager-tab=3D"1" href=3D"[link removed]
k.autismspeaks.org/c/7/eyJhaSI6ODA3MDY2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFp=
bC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtYTk=
zNWUxNDcxMGI4NGI3ZmE0ZmFhZjEzNjEzZmFiZDEiLCJycSI6IjAyLWIyNDI2Mi0yMWFiMjVlM2=
UwZGM0YWIyYmI0Njg2OTJmZTI3NDJjNiIsInBoIjpudWxsLCJtIjpmYWxzZSwidWkiOiIyIiwid=
W4iOiIiLCJ1IjoiaHR0cHM6Ly93d3cuYXV0aXNtc3BlYWtzLm9yZy9hZHZvY2FjeS1uZXdzL3Nl=
Y3VyaW5nLWZ1dHVyZS1hdXRpc20tY2FyZXMtYWN0LTIwMjQtcGFzc2VzLXVzLWhvdXNlLXJlcHJ=
lc2VudGF0aXZlcz91dG1fc291cmNlPWNsaWNrZGltZW5zaW9ucyZ1dG1fbWVkaXVtPWVtYWlsJn=
V0bV9jYW1wYWlnbj1hZHZvY2FjeSZ1dG1fY29udGVudD0wOTE4MjRjYXJlcyZfY2xkZWU9WnJLa=
S1WcG5JWUduSXo3bWdOZ3M4RUN0MXlLZjV5eU5ZMEUxLWV5V2tIZzNqeU45ZldMUlhKdDZJN1VK=
T3E5ayZyZWNpcGllbnRpZD1jb250YWN0LTA3YjAxYWMwOTVhMTQwZjE4MTRiNDI3Nzg0OGFhMTc=
0LWE5MzVlMTQ3MTBiODRiN2ZhNGZhYWYxMzYxM2ZhYmQxJmVzaWQ9MmU3Y2JmNzAtMWU3NS1lZj=
ExLTkxMzMtMDAxZGQ4YjcxY2NmIn0/3s2RZ7hs_CGr49h-0UEC0A" target=3D"_blank" sty=
le=3D"color: #2e86ef; text-decoration: underline;">Discover why this law is=
crucial for the autism community</a>.</p>
<p style=3D"font-family:Open Sans,Arial;font-size:14px;color:#272f37;letter=
-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-wo=
rd !important;font-weight:normal;font-style:normal;text-decoration: none">=
=C2=A0</p>
<p style=3D"font-family:Open Sans,Arial;font-size:14px;color:#272f37;letter=
-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-wo=
rd !important;font-weight:normal;font-style:normal;text-decoration: none">T=
he Autism CARES Act of 2024 wouldn=E2=80=99t just extend federal efforts =
=E2=80=93 it expands them to tackle the most critical issues facing autisti=
c people and their families. New enhancements will address challenges for:<=
/p>
<p style=3D"font-family:Open Sans,Arial;font-size:14px;color:#272f37;letter=
-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-wo=
rd !important;font-weight:normal;font-style:normal;text-decoration: none">=
=C2=A0</p>
<ul style=3D"color: #000000">
=09<li><span style=3D"font-size:14px"><span style=3D"font-family:Open Sans,=
Arial">Older and aging autistic adults;</span></span></li>
=09<li><span style=3D"font-size:14px"><span style=3D"font-family:Open Sans,=
Arial">Autistic people who are non-speaking or may need additional communic=
ation support;</span></span></li>
=09<li><span style=3D"font-size:14px"><span style=3D"font-family:Open Sans,=
Arial">Autistic individuals who require 24-hour care and may struggle with =
harmful or self-injurious behaviors;</span></span></li>
=09<li><span style=3D"font-size:14px"><span style=3D"font-family:Open Sans,=
Arial">Mental health of autistic individuals, and</span></span></li>
=09<li><span style=3D"font-size:14px"><span style=3D"font-family:Open Sans,=
Arial">Families facing provider shortages of developmental-behavioral pedia=
tricians.</span></span></li>
</ul>
<p style=3D"font-family:Open Sans,Arial;font-size:14px;color:#272f37;letter=
-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-wo=
rd !important;font-weight:normal;font-style:normal;text-decoration: none">=
=C2=A0</p>
<p style=3D"font-family:Open Sans,Arial;font-size:14px;color:#272f37;letter=
-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-wo=
rd !important;font-weight:normal;font-style:normal;text-decoration: none"><=
strong>Now, the US Senate must pass the Autism CARES Act of 2024 and send i=
t to the President=E2=80=99s desk before the law expires on September 30</s=
trong>. Your support has been key in securing the future of vital autism pr=
ograms =E2=80=93=C2=A0<strong><a cd-link-manager-tab=3D"1" href=3D"[link removed]
elink.autismspeaks.org/c/7/eyJhaSI6ODA3MDY2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0Bn=
bWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQ=
tYTkzNWUxNDcxMGI4NGI3ZmE0ZmFhZjEzNjEzZmFiZDEiLCJycSI6IjAyLWIyNDI2Mi0yMWFiMj=
VlM2UwZGM0YWIyYmI0Njg2OTJmZTI3NDJjNiIsInBoIjpudWxsLCJtIjpmYWxzZSwidWkiOiIzI=
iwidW4iOiIiLCJ1IjoiaHR0cDovL2F1dGlzbXNwZWFrcy5xdW9ydW0udXMvY2FtcGFpZ24vQXV0=
aXNtQ0FSRVM_X2NsZGVlPVpyS2ktVnBuSVlHbkl6N21nTmdzOEVDdDF5S2Y1eXlOWTBFMS1leVd=
rSGczanlOOWZXTFJYSnQ2STdVSk9xOWsmcmVjaXBpZW50aWQ9Y29udGFjdC0wN2IwMWFjMDk1YT=
E0MGYxODE0YjQyNzc4NDhhYTE3NC1hOTM1ZTE0NzEwYjg0YjdmYTRmYWFmMTM2MTNmYWJkMSZlc=
2lkPTJlN2NiZjcwLTFlNzUtZWYxMS05MTMzLTAwMWRkOGI3MWNjZiJ9/UDR3Qh3W9HxTLLVUY-j=
OHQ" target=3D"_blank" style=3D"color: #2e86ef; text-decoration: underline;=
">let=E2=80=99s push one last time to ensure the Senate passes this critica=
l legislation!</a></strong></p>
<p style=3D"font-family:Open Sans,Arial;font-size:14px;color:#272f37;letter=
-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-wo=
rd !important;font-weight:normal;font-style:normal;text-decoration: none">=
=C2=A0</p>
<p style=3D"font-family:Open Sans,Arial;font-size:14px;color:#272f37;letter=
-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-wo=
rd !important;font-weight:normal;font-style:normal;text-decoration: none">S=
incerely,=C2=A0<br>
David Sitcovsky=C2=A0<br>
Vice President of Advocacy</p>
</td>
</tr><tr>
<td width=3D"528" 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: 10px; padding-bottom: =
10px; 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: none;" width=3D"100%"=
>
<tr>
<td style=3D"border: 0 none transparent; pa=
dding: 0; vertical-align: top; width: 100%; font-size: 0; line-height: 0;">=
=C2=A0</td>
</tr>
</table> =20
</td>
</tr><tr>
<td width=3D"536" 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: 16px; padding-bottom: 16px; padding=
-left: 16px; padding-right: 16px; 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: #b96dfc;
border:1px non=
e #000;border-radius:6px;
max-width: 508=
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]
rg/c/7/eyJhaSI6ODA3MDY2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6=
ImNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtYTkzNWUxNDcxMGI4NGI=
3ZmE0ZmFhZjEzNjEzZmFiZDEiLCJycSI6IjAyLWIyNDI2Mi0yMWFiMjVlM2UwZGM0YWIyYmI0Nj=
g2OTJmZTI3NDJjNiIsInBoIjpudWxsLCJtIjpmYWxzZSwidWkiOiI0IiwidW4iOiIlN0IlMjUyM=
lVybElkT2Zmc2V0JTI1MjIlMjUzQTElN0QiLCJ1IjoiaHR0cDovL2F1dGlzbXNwZWFrcy5xdW9y=
dW0udXMvY2FtcGFpZ24vQXV0aXNtQ0FSRVM_X2NsZGVlPVpyS2ktVnBuSVlHbkl6N21nTmdzOEV=
DdDF5S2Y1eXlOWTBFMS1leVdrSGczanlOOWZXTFJYSnQ2STdVSk9xOWsmcmVjaXBpZW50aWQ9Y2=
9udGFjdC0wN2IwMWFjMDk1YTE0MGYxODE0YjQyNzc4NDhhYTE3NC1hOTM1ZTE0NzEwYjg0YjdmY=
TRmYWFmMTM2MTNmYWJkMSZlc2lkPTJlN2NiZjcwLTFlNzUtZWYxMS05MTMzLTAwMWRkOGI3MWNj=
ZiJ9/JH286SrWX1lnLrqCR5JWzA" target=3D"_blank"
name=3D"{%22UrlIdOffset%22%3A1}" cdlinkrefidmso=3D"9"=
style=3D"text-decoration: none; color:#fff; font-family: Arial;
font-weight: normal; display: inline-block;"><span sty=
le=3D"font-family:Open Sans,Arial"><strong>Ensure Autism CARES passes!</str=
ong></span></a></p>
</td>
</tr></table><![end=
if]-->
<!--[if !mso]><!-- -->
<a class=3D"button-link" style=3D"display: block;" href=3D"[link removed]
.autismspeaks.org/c/7/eyJhaSI6ODA3MDY2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpb=
C5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtYTkz=
NWUxNDcxMGI4NGI3ZmE0ZmFhZjEzNjEzZmFiZDEiLCJycSI6IjAyLWIyNDI2Mi0yMWFiMjVlM2U=
wZGM0YWIyYmI0Njg2OTJmZTI3NDJjNiIsInBoIjpudWxsLCJtIjpmYWxzZSwidWkiOiI1IiwidW=
4iOiIiLCJ1IjoiaHR0cDovL2F1dGlzbXNwZWFrcy5xdW9ydW0udXMvY2FtcGFpZ24vQXV0aXNtQ=
0FSRVM_X2NsZGVlPVpyS2ktVnBuSVlHbkl6N21nTmdzOEVDdDF5S2Y1eXlOWTBFMS1leVdrSGcz=
anlOOWZXTFJYSnQ2STdVSk9xOWsmcmVjaXBpZW50aWQ9Y29udGFjdC0wN2IwMWFjMDk1YTE0MGY=
xODE0YjQyNzc4NDhhYTE3NC1hOTM1ZTE0NzEwYjg0YjdmYTRmYWFmMTM2MTNmYWJkMSZlc2lkPT=
JlN2NiZjcwLTFlNzUtZWYxMS05MTMzLTAwMWRkOGI3MWNjZiJ9/44c99sZK0vXhnHBvMXOMWg" =
target=3D"_blank" cdlinkrefid=3D"9" >
<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: #b96dfc;
border:1px none #000;border-radius:6px;
max-width: 508px;"><span style=3D"font-family:=
Open Sans,Arial"><strong>Ensure Autism CARES passes!</strong></span></span>
</a>
<!--<![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"18" 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: 8px; padding-bottom: 8px; padding-left: 16px; padding-=
right: 16px; 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"568px"><![endif]--><div style=3D"overflow: visible!imp=
ortant; display: inline-block; width:568px; max-width:568px; min-width:568p=
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"568px" sty=
le=3D"table-layout: fixed; width: 568px;" >
<tbody>
<!--[if mso]>
<tr>
<td width=3D"568" class=3D"stack-column-cen=
ter image-block-container" style=3D"vertical-align: top; text-align: center=
; padding-top: 8px; padding-bottom: 8px; padding-left: 0px; padding-right=
: 0px;">
<img class=3D"center-on-narrow cd-imag=
e" height=3D"6" width=3D"568" style=3D"vertical-align: middle;" src=3D"http=
s://file-us.clickdimensions.com/autismspeaksorg-arrhn/files/spectrumbar_lar=
gee0e2.png" />
</td>
</tr>
<![endif]-->
<!--[if !mso]><!-- --><tr>
<td width=3D"568" class=3D"stack-column-center im=
age-block-container" style=3D"vertical-align: top; box-sizing: border-box; =
text-align: center; padding-top: 8px; padding-bottom: 8px; padding-left: =
0px; padding-right: 0px;">
<img class=3D"center-on-narrow cd-image image-=
3e39889a3514 no-img-edit" height=3D"6" width=3D"568" style=3D"vertical-alig=
n: middle;" src=3D"[link removed]
n/files/spectrumbar_largee0e2.png" />
</td>
</tr><!--<![endif]-->
<tr>
<td
width=3D"568"
class=3D"stack-column-center social-block-container"
style=3D"font-size: 0; vertical-align: top; text-align: center; padd=
ing-top: 8px; padding-bottom: 8px; padding-left: 0px; padding-right: 0px;"
>
<!--[if mso]>
<table role=3D"presentation" cellspacing=3D"0" cellpadding=3D"0" bo=
rder=3D"0" align=3D"center">
<tr>
<td style=3D"padding: 5px;">
<span style=3D"display: inline-block;">
<a
target=3D"_blank" name=3D"{%22UrlIdOffset%22%3A5}" cdlink=
refidmso=3D"12_0"
style=3D"text-decoration: none;"
href=3D"[link removed]
Y2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhY=
zA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtYTkzNWUxNDcxMGI4NGI3ZmE0ZmFhZjEzNjEzZmFi=
ZDEiLCJycSI6IjAyLWIyNDI2Mi0yMWFiMjVlM2UwZGM0YWIyYmI0Njg2OTJmZTI3NDJjNiIsInB=
oIjpudWxsLCJtIjpmYWxzZSwidWkiOiI2IiwidW4iOiIlN0IlMjUyMlVybElkT2Zmc2V0JTI1Mj=
IlMjUzQTUlN0QiLCJ1IjoiaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2F1dGlzbXNwZWFrcz9fY=
2xkZWU9WnJLaS1WcG5JWUduSXo3bWdOZ3M4RUN0MXlLZjV5eU5ZMEUxLWV5V2tIZzNqeU45ZldM=
UlhKdDZJN1VKT3E5ayZyZWNpcGllbnRpZD1jb250YWN0LTA3YjAxYWMwOTVhMTQwZjE4MTRiNDI=
3Nzg0OGFhMTc0LWE5MzVlMTQ3MTBiODRiN2ZhNGZhYWYxMzYxM2ZhYmQxJmVzaWQ9MmU3Y2JmNz=
AtMWU3NS1lZjExLTkxMzMtMDAxZGQ4YjcxY2NmIn0/zYVCO5Fe-v4ZgxR3pRaAOw"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
/DndEditor_v2/social_links/circle/gray/facebook.png"
>
</a>
</span>
</td>
<td style=3D"padding: 5px;">
<span style=3D"display: inline-block;">
<a
target=3D"_blank" name=3D"{%22UrlIdOffset%22%3A5}" cdlink=
refidmso=3D"12_1"
style=3D"text-decoration: none;"
href=3D"[link removed]
Y2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhY=
zA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtYTkzNWUxNDcxMGI4NGI3ZmE0ZmFhZjEzNjEzZmFi=
ZDEiLCJycSI6IjAyLWIyNDI2Mi0yMWFiMjVlM2UwZGM0YWIyYmI0Njg2OTJmZTI3NDJjNiIsInB=
oIjpudWxsLCJtIjpmYWxzZSwidWkiOiI3IiwidW4iOiIlN0IlMjUyMlVybElkT2Zmc2V0JTI1Mj=
IlMjUzQTUlN0QiLCJ1IjoiaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9hdXRpc21zcGVha3MvP=
19jbGRlZT1acktpLVZwbklZR25JejdtZ05nczhFQ3QxeUtmNXl5TlkwRTEtZXlXa0hnM2p5Tjlm=
V0xSWEp0Nkk3VUpPcTlrJnJlY2lwaWVudGlkPWNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI=
0Mjc3ODQ4YWExNzQtYTkzNWUxNDcxMGI4NGI3ZmE0ZmFhZjEzNjEzZmFiZDEmZXNpZD0yZTdjYm=
Y3MC0xZTc1LWVmMTEtOTEzMy0wMDFkZDhiNzFjY2YifQ/JKzpYr3ZOfq6JRKVEe9YNQ"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
/DndEditor_v2/social_links/circle/gray/instagram.png"
>
</a>
</span>
</td>
<td style=3D"padding: 5px;">
<span style=3D"display: inline-block;">
<a
target=3D"_blank" name=3D"{%22UrlIdOffset%22%3A5}" cdlink=
refidmso=3D"12_2"
style=3D"text-decoration: none;"
href=3D"[link removed]
Y2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhY=
zA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtYTkzNWUxNDcxMGI4NGI3ZmE0ZmFhZjEzNjEzZmFi=
ZDEiLCJycSI6IjAyLWIyNDI2Mi0yMWFiMjVlM2UwZGM0YWIyYmI0Njg2OTJmZTI3NDJjNiIsInB=
oIjpudWxsLCJtIjpmYWxzZSwidWkiOiI4IiwidW4iOiIlN0IlMjUyMlVybElkT2Zmc2V0JTI1Mj=
IlMjUzQTUlN0QiLCJ1IjoiaHR0cHM6Ly93d3cubGlua2VkaW4uY29tL2NvbXBhbnkvYXV0aXNtL=
XNwZWFrcy8_X2NsZGVlPVpyS2ktVnBuSVlHbkl6N21nTmdzOEVDdDF5S2Y1eXlOWTBFMS1leVdr=
SGczanlOOWZXTFJYSnQ2STdVSk9xOWsmcmVjaXBpZW50aWQ9Y29udGFjdC0wN2IwMWFjMDk1YTE=
0MGYxODE0YjQyNzc4NDhhYTE3NC1hOTM1ZTE0NzEwYjg0YjdmYTRmYWFmMTM2MTNmYWJkMSZlc2=
lkPTJlN2NiZjcwLTFlNzUtZWYxMS05MTMzLTAwMWRkOGI3MWNjZiJ9/ekvpDRh25S7F08tBykjb=
eg"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
/DndEditor_v2/social_links/circle/gray/linkedin.png"
>
</a>
</span>
</td>
<td style=3D"padding: 5px;">
<span style=3D"display: inline-block;">
<a
target=3D"_blank" name=3D"{%22UrlIdOffset%22%3A5}" cdlink=
refidmso=3D"12_3"
style=3D"text-decoration: none;"
href=3D"[link removed]
Y2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhY=
zA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtYTkzNWUxNDcxMGI4NGI3ZmE0ZmFhZjEzNjEzZmFi=
ZDEiLCJycSI6IjAyLWIyNDI2Mi0yMWFiMjVlM2UwZGM0YWIyYmI0Njg2OTJmZTI3NDJjNiIsInB=
oIjpudWxsLCJtIjpmYWxzZSwidWkiOiI5IiwidW4iOiIlN0IlMjUyMlVybElkT2Zmc2V0JTI1Mj=
IlMjUzQTUlN0QiLCJ1IjoiaHR0cHM6Ly93d3cudGlrdG9rLmNvbS9AYXV0aXNtc3BlYWtzP19jb=
GRlZT1acktpLVZwbklZR25JejdtZ05nczhFQ3QxeUtmNXl5TlkwRTEtZXlXa0hnM2p5TjlmV0xS=
WEp0Nkk3VUpPcTlrJnJlY2lwaWVudGlkPWNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc=
3ODQ4YWExNzQtYTkzNWUxNDcxMGI4NGI3ZmE0ZmFhZjEzNjEzZmFiZDEmZXNpZD0yZTdjYmY3MC=
0xZTc1LWVmMTEtOTEzMy0wMDFkZDhiNzFjY2YifQ/KcjnwMidVNxdSrn9pKgk5A"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
org-arrhn/images/social-links/tiktok_icon_32.png?m=3D5/26/2022%209:03:23%20=
PM"
>
</a>
</span>
</td>
<td style=3D"padding: 5px;">
<span style=3D"display: inline-block;">
<a
target=3D"_blank" name=3D"{%22UrlIdOffset%22%3A5}" cdlink=
refidmso=3D"12_4"
style=3D"text-decoration: none;"
href=3D"[link removed]
Y2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhY=
zA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtYTkzNWUxNDcxMGI4NGI3ZmE0ZmFhZjEzNjEzZmFi=
ZDEiLCJycSI6IjAyLWIyNDI2Mi0yMWFiMjVlM2UwZGM0YWIyYmI0Njg2OTJmZTI3NDJjNiIsInB=
oIjpudWxsLCJtIjpmYWxzZSwidWkiOiIxMCIsInVuIjoiJTdCJTI1MjJVcmxJZE9mZnNldCUyNT=
IyJTI1M0E1JTdEIiwidSI6Imh0dHBzOi8vd3d3LnlvdXR1YmUuY29tL2F1dGlzbXNwZWFrcz9fY=
2xkZWU9WnJLaS1WcG5JWUduSXo3bWdOZ3M4RUN0MXlLZjV5eU5ZMEUxLWV5V2tIZzNqeU45ZldM=
UlhKdDZJN1VKT3E5ayZyZWNpcGllbnRpZD1jb250YWN0LTA3YjAxYWMwOTVhMTQwZjE4MTRiNDI=
3Nzg0OGFhMTc0LWE5MzVlMTQ3MTBiODRiN2ZhNGZhYWYxMzYxM2ZhYmQxJmVzaWQ9MmU3Y2JmNz=
AtMWU3NS1lZjExLTkxMzMtMDAxZGQ4YjcxY2NmIn0/2v8Wcx_xVjB1FAzoM8Q2cA"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
/DndEditor_v2/social_links/circle/gray/youtube.png"
>
</a>
</span>
</td>
</tr>
</table>
<![endif]--> <!--[if !mso]><!-->
<span style=3D"display: inline-block;">
<a
target=3D"_blank" cdlinkrefid=3D"12_0"
style=3D"text-decoration: none;"
href=3D"[link removed]
gsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5N=
WExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtYTkzNWUxNDcxMGI4NGI3ZmE0ZmFhZjEzNjEzZmFiZDEi=
LCJycSI6IjAyLWIyNDI2Mi0yMWFiMjVlM2UwZGM0YWIyYmI0Njg2OTJmZTI3NDJjNiIsInBoIjp=
udWxsLCJtIjpmYWxzZSwidWkiOiIxMSIsInVuIjoiIiwidSI6Imh0dHBzOi8vd3d3LmZhY2Vib2=
9rLmNvbS9hdXRpc21zcGVha3M_X2NsZGVlPVpyS2ktVnBuSVlHbkl6N21nTmdzOEVDdDF5S2Y1e=
XlOWTBFMS1leVdrSGczanlOOWZXTFJYSnQ2STdVSk9xOWsmcmVjaXBpZW50aWQ9Y29udGFjdC0w=
N2IwMWFjMDk1YTE0MGYxODE0YjQyNzc4NDhhYTE3NC1hOTM1ZTE0NzEwYjg0YjdmYTRmYWFmMTM=
2MTNmYWJkMSZlc2lkPTJlN2NiZjcwLTFlNzUtZWYxMS05MTMzLTAwMWRkOGI3MWNjZiJ9/MUWEn=
9KxWLmJVM_78NQ-cg"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
Editor_v2/social_links/circle/gray/facebook.png"
>
</a>
</span>
<span style=3D"display: inline-block;">
<a
target=3D"_blank" cdlinkrefid=3D"12_1"
style=3D"text-decoration: none;"
href=3D"[link removed]
gsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5N=
WExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtYTkzNWUxNDcxMGI4NGI3ZmE0ZmFhZjEzNjEzZmFiZDEi=
LCJycSI6IjAyLWIyNDI2Mi0yMWFiMjVlM2UwZGM0YWIyYmI0Njg2OTJmZTI3NDJjNiIsInBoIjp=
udWxsLCJtIjpmYWxzZSwidWkiOiIxMiIsInVuIjoiIiwidSI6Imh0dHBzOi8vd3d3Lmluc3RhZ3=
JhbS5jb20vYXV0aXNtc3BlYWtzLz9fY2xkZWU9WnJLaS1WcG5JWUduSXo3bWdOZ3M4RUN0MXlLZ=
jV5eU5ZMEUxLWV5V2tIZzNqeU45ZldMUlhKdDZJN1VKT3E5ayZyZWNpcGllbnRpZD1jb250YWN0=
LTA3YjAxYWMwOTVhMTQwZjE4MTRiNDI3Nzg0OGFhMTc0LWE5MzVlMTQ3MTBiODRiN2ZhNGZhYWY=
xMzYxM2ZhYmQxJmVzaWQ9MmU3Y2JmNzAtMWU3NS1lZjExLTkxMzMtMDAxZGQ4YjcxY2NmIn0/a-=
kq66eZmjG9vJPuA9mi5g"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
Editor_v2/social_links/circle/gray/instagram.png"
>
</a>
</span>
<span style=3D"display: inline-block;">
<a
target=3D"_blank" cdlinkrefid=3D"12_2"
style=3D"text-decoration: none;"
href=3D"[link removed]
gsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5N=
WExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtYTkzNWUxNDcxMGI4NGI3ZmE0ZmFhZjEzNjEzZmFiZDEi=
LCJycSI6IjAyLWIyNDI2Mi0yMWFiMjVlM2UwZGM0YWIyYmI0Njg2OTJmZTI3NDJjNiIsInBoIjp=
udWxsLCJtIjpmYWxzZSwidWkiOiIxMyIsInVuIjoiIiwidSI6Imh0dHBzOi8vd3d3LmxpbmtlZG=
luLmNvbS9jb21wYW55L2F1dGlzbS1zcGVha3MvP19jbGRlZT1acktpLVZwbklZR25JejdtZ05nc=
zhFQ3QxeUtmNXl5TlkwRTEtZXlXa0hnM2p5TjlmV0xSWEp0Nkk3VUpPcTlrJnJlY2lwaWVudGlk=
PWNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtYTkzNWUxNDcxMGI4NGI=
3ZmE0ZmFhZjEzNjEzZmFiZDEmZXNpZD0yZTdjYmY3MC0xZTc1LWVmMTEtOTEzMy0wMDFkZDhiNz=
FjY2YifQ/OQNeuMOHHHVK5mnnbWEICQ"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
Editor_v2/social_links/circle/gray/linkedin.png"
>
</a>
</span>
<span style=3D"display: inline-block;">
<a
target=3D"_blank" cdlinkrefid=3D"12_3"
style=3D"text-decoration: none;"
href=3D"[link removed]
gsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5N=
WExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtYTkzNWUxNDcxMGI4NGI3ZmE0ZmFhZjEzNjEzZmFiZDEi=
LCJycSI6IjAyLWIyNDI2Mi0yMWFiMjVlM2UwZGM0YWIyYmI0Njg2OTJmZTI3NDJjNiIsInBoIjp=
udWxsLCJtIjpmYWxzZSwidWkiOiIxNCIsInVuIjoiIiwidSI6Imh0dHBzOi8vd3d3LnRpa3Rvay=
5jb20vQGF1dGlzbXNwZWFrcz9fY2xkZWU9WnJLaS1WcG5JWUduSXo3bWdOZ3M4RUN0MXlLZjV5e=
U5ZMEUxLWV5V2tIZzNqeU45ZldMUlhKdDZJN1VKT3E5ayZyZWNpcGllbnRpZD1jb250YWN0LTA3=
YjAxYWMwOTVhMTQwZjE4MTRiNDI3Nzg0OGFhMTc0LWE5MzVlMTQ3MTBiODRiN2ZhNGZhYWYxMzY=
xM2ZhYmQxJmVzaWQ9MmU3Y2JmNzAtMWU3NS1lZjExLTkxMzMtMDAxZGQ4YjcxY2NmIn0/I9LBp4=
YbzrzwgtyH_9PdQQ"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
arrhn/images/social-links/tiktok_icon_32.png?m=3D5/26/2022%209:03:23%20PM"
>
</a>
</span>
<span style=3D"display: inline-block;">
<a
target=3D"_blank" cdlinkrefid=3D"12_4"
style=3D"text-decoration: none;"
href=3D"[link removed]
gsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5N=
WExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtYTkzNWUxNDcxMGI4NGI3ZmE0ZmFhZjEzNjEzZmFiZDEi=
LCJycSI6IjAyLWIyNDI2Mi0yMWFiMjVlM2UwZGM0YWIyYmI0Njg2OTJmZTI3NDJjNiIsInBoIjp=
udWxsLCJtIjpmYWxzZSwidWkiOiIxNSIsInVuIjoiIiwidSI6Imh0dHBzOi8vd3d3LnlvdXR1Ym=
UuY29tL2F1dGlzbXNwZWFrcz9fY2xkZWU9WnJLaS1WcG5JWUduSXo3bWdOZ3M4RUN0MXlLZjV5e=
U5ZMEUxLWV5V2tIZzNqeU45ZldMUlhKdDZJN1VKT3E5ayZyZWNpcGllbnRpZD1jb250YWN0LTA3=
YjAxYWMwOTVhMTQwZjE4MTRiNDI3Nzg0OGFhMTc0LWE5MzVlMTQ3MTBiODRiN2ZhNGZhYWYxMzY=
xM2ZhYmQxJmVzaWQ9MmU3Y2JmNzAtMWU3NS1lZjExLTkxMzMtMDAxZGQ4YjcxY2NmIn0/9zQipq=
QjwI4_Kn2WW3m_Dw"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
Editor_v2/social_links/circle/gray/youtube.png"
>
</a>
</span>
<!--<![endif]-->
</td>
</tr><tr>
<td width=3D"536" 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: 8px; padding-bottom: =
8px; padding-left: 16px; padding-right: 16px;"><p style=3D"text-align:cente=
r;font-family:Open Sans,Arial;font-size:14px;color:#272f37;letter-spacing:0=
px;line-height:normal;margin:0;word-wrap:break-word !important;font-weight:=
normal;font-style:normal;text-decoration: none"><span style=3D"font-size:10=
px"><span style=3D"font-family:Open Sans,Arial"><span style=3D"color:black"=
>Autism Speaks | 50 F Street NW, Suite 360, Washington, DC 20001<br>
Mailing address: P.O. Box 37148, Boone, IA 50037</span></span></span></p>
<p style=3D"text-align:center;font-family:Open Sans,Arial;font-size:14px;co=
lor:#272f37;letter-spacing:0px;line-height:normal;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:Open Sans,Arial"=
>=C2=A9 2024=C2=A0Autism Speaks Inc. Autism Speaks and Autism Speaks Design=
are registered trademarks owned by Autism Speaks Inc. All rights reserved.=
=C2=A0</span></span></p>
<p style=3D"text-align:center;font-family:Open Sans,Arial;font-size:14px;co=
lor:#272f37;letter-spacing:0px;line-height:normal;margin:0;word-wrap:break-=
word !important;font-weight:normal;font-style:normal;text-decoration: none"=
>=C2=A0</p>
<p style=3D"text-align:center;font-family:Open Sans,Arial;font-size:14px;co=
lor:#272f37;letter-spacing:0px;line-height:normal;margin:0;word-wrap:break-=
word !important;font-weight:normal;font-style:normal;text-decoration: none"=
><span style=3D"font-family:Open Sans,Arial"><span style=3D"font-size:10px"=
><a cd-link-manager-tab=3D"5" href=3D"[link removed]
yJhaSI6ODA3MDY2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRh=
Y3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtYTkzNWUxNDcxMGI4NGI3ZmE0ZmF=
hZjEzNjEzZmFiZDEiLCJycSI6IjAyLWIyNDI2Mi0yMWFiMjVlM2UwZGM0YWIyYmI0Njg2OTJmZT=
I3NDJjNiIsInBoIjpudWxsLCJtIjpmYWxzZX0/t4iXYltKswwiqutqinQF8w" link-metadata=
=3D"GlobalUnsubscribe" target=3D"_blank" style=3D"color: #2e86ef; text-deco=
ration: underline;">Unsubscribe</a>=C2=A0|=C2=A0<a cd-link-manager-tab=3D"5=
" href=3D"[link removed]
eeyrfgavxcszjw.html?_cldunsub=3D2e7cbf701e75ef119133001dd8b71ccf-a935e14710=
b84b7fa4faaf13613fabd1-contact&_cldee=3DZrKi-VpnIYGnIz7mgNgs8ECt1yKf5yyNY0E=
1-eyWkHg3jyN9fWLRXJt6I7UJOq9k&recipientid=3Dcontact-07b01ac095a140f1814b427=
7848aa174-a935e14710b84b7fa4faaf13613fabd1&esid=3D2e7cbf70-1e75-ef11-9133-0=
01dd8b71ccf" link-metadata=3D"SpecificUnsubscribe" target=3D"_blank" style=
=3D"color: #2e86ef; text-decoration: underline;" autotrack=3D"false">Update=
subscription preferences</a></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_1061565398_1251650238.1726704330997--