------=_Part_1685063218_1385852078.1735740162408
Content-Type: multipart/alternative;
boundary="----=_Part_1685063219_1597603306.1735740162408"
------=_Part_1685063219_1597603306.1735740162408
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
View in browser [[link removed]
5d3249c5469abcbb450795f655c7/5/218/c852a1a7-f373-483e-9794-476ac507ccfc]
[[link removed]
ampaign=3Dclickdimensions]
=C2=A0
Main Body Content
[[link removed]]
[[link removed]]
[[link removed]]
[[link removed]]
[[link removed]]
[[link removed]]
Autism Speaks | P.O. Box 37148, Boone, IA 50037-0148
=C2=A9 2023=C2=A0Autism Speaks Inc. Autism Speaks and Autism Speaks Design =
are registered trademarks owned by Autism Speaks Inc. All rights reserved.=
=C2=A0
=C2=A0
Unsubscribe [[link removed]
JiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5NWExNDBmM=
TgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgiLCJycSI6=
IjAyLWIyNTAwMS1mNDhlNWQzMjQ5YzU0NjlhYmNiYjQ1MDc5NWY2NTVjNyIsIm0iOmZhbHNlfQ/=
3S75nilMuF5aTqJ7cSVVNg]=C2=A0|=C2=A0Update subscription preferences [https:=
//web.autismspeaks.org/autismspeaksorg-arrhn/pages/o8hqmsrweeyrfgavxcszjw.h=
tml?_cldunsub=3Dd67afa2e95c3ef119143001dd8b71ce7-67203b03ff1a42b7b319ae2020=
9c12f8-contact]
------=_Part_1685063219_1597603306.1735740162408
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-fb0e95145700 {
width: auto%;
height: auto !important;
}
=20
.email-container img.cd-image.image-eb376ce43272 {
width: 94.66666666666667%;
height: auto !important;
}
=20
}
@media screen and (max-width: 768px) {
=20
.email-container img.cd-image.image-fb0e95145700 {
width: auto%;
height: auto !important;
}
=20
.email-container img.cd-image.image-eb376ce43272 {
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;'>We'll celebrate our 20th anniversary this year =
=
</span><img src=3D"[link removed]
haSI6ODA3MDY2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3=
QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZ=
TIwMjA5YzEyZjgiLCJycSI6IjAyLWIyNTAwMS1mNDhlNWQzMjQ5YzU0NjlhYmNiYjQ1MDc5NWY2=
NTVjNyJ9/vCHvw5Yr8gZ2qopMfPU_wg" 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"14" 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]
469abcbb450795f655c7/5/218/c852a1a7-f373-483e-9794-476ac507ccfc" 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"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; ; font-size: 0;">
<!--[if mso]>
<table role=3D"presentation" borde=
r=3D"0" cellspacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"600px=
" style=3D"table-layout:fixed; border-collapse: collapse; mso-table-lspace:=
0; mso-table-rspace:0;" cellpadding=3D"0" cellspacing=3D"0" >
<tr>
<![endif]-->
<!--[if mso]><td align=3D"left" val=
ign=3D"top" width=3D"600px"><![endif]--><div style=3D"overflow: visible!imp=
ortant; display: inline-block; width:600px; max-width:600px; min-width:600p=
x; vertical-align:top;" class=3D"stack-column">
<table role=3D"presentation" cellspaci=
ng=3D"0" cellpadding=3D"0" border=3D"0" width=3D"100%">
<tbody>
<tr>
<td style=3D"padding-top: 0=
px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
<table role=3D"presenta=
tion" cellspacing=3D"0" cellpadding=3D"0" border=3D"0" width=3D"600px" sty=
le=3D"table-layout: fixed; width: 600px;" >
<tbody>
<!--[if mso]>
<tr>
<td width=3D"600" 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=
6ImNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhND=
JiN2IzMTlhZTIwMjA5YzEyZjgiLCJycSI6IjAyLWIyNTAwMS1mNDhlNWQzMjQ5YzU0NjlhYmNiY=
jQ1MDc5NWY2NTVjNyIsIm0iOmZhbHNlLCJ1aSI6IjAiLCJ1biI6IiU3QiUyNTIyVXJsSWRPZmZz=
ZXQlMjUyMiUyNTNBMSU3RCIsInUiOiJodHRwOi8vd3d3LmF1dGlzbXNwZWFrcy5vcmc_X2NsZGV=
lPTUwMFFuWlJGeWRodFBETzdUQWlMV3RzYVZoWVkzOWdIRDA3dXdoTlY5TVNLcGJaXzlqUTV1Vn=
E3Q04xSFktbHQmcmVjaXBpZW50aWQ9Y29udGFjdC0wN2IwMWFjMDk1YTE0MGYxODE0YjQyNzc4N=
DhhYTE3NC02NzIwM2IwM2ZmMWE0MmI3YjMxOWFlMjAyMDljMTJmOCZlc2lkPWQ2N2FmYTJlLTk1=
YzMtZWYxMS05MTQzLTAwMWRkOGI3MWNlNyJ9/KCThV-qc8HCQCdhmQeejiA" name=3D"{%22Ur=
lIdOffset%22%3A1}" target=3D"_blank" cdlinkrefidmso=3D"4" ><img class=3D"=
center-on-narrow cd-image" height=3D"auto" width=3D"31.166666666666668%" st=
yle=3D"vertical-align: middle;" src=3D"[link removed]
autismspeaksorg-arrhn/files/logo-horizontal-header.png" alt=3D"Autism Spea=
ks" /></a>
</td>
</tr>
<![endif]-->
<!--[if !mso]><!-- --><tr>
<td width=3D"600" class=3D"stack-column-center im=
age-block-container" style=3D"vertical-align: top; box-sizing: border-box; =
text-align: center; padding-top: 0px; padding-bottom: 0px; padding-left: =
0px; padding-right: 0px;">
<a href=3D"[link removed]
eyJhaSI6ODA3MDY2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnR=
hY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMT=
lhZTIwMjA5YzEyZjgiLCJycSI6IjAyLWIyNTAwMS1mNDhlNWQzMjQ5YzU0NjlhYmNiYjQ1MDc5N=
WY2NTVjNyIsIm0iOmZhbHNlLCJ1aSI6IjEiLCJ1biI6IiIsInUiOiJodHRwOi8vd3d3LmF1dGlz=
bXNwZWFrcy5vcmc_X2NsZGVlPTUwMFFuWlJGeWRodFBETzdUQWlMV3RzYVZoWVkzOWdIRDA3dXd=
oTlY5TVNLcGJaXzlqUTV1VnE3Q04xSFktbHQmcmVjaXBpZW50aWQ9Y29udGFjdC0wN2IwMWFjMD=
k1YTE0MGYxODE0YjQyNzc4NDhhYTE3NC02NzIwM2IwM2ZmMWE0MmI3YjMxOWFlMjAyMDljMTJmO=
CZlc2lkPWQ2N2FmYTJlLTk1YzMtZWYxMS05MTQzLTAwMWRkOGI3MWNlNyJ9/y4mxouZNysLQvlJ=
SoyE_1Q" target=3D"_blank" cdlinkrefid=3D"4" ><img class=3D"center-on-na=
rrow cd-image image-fb0e95145700 no-img-edit" height=3D"auto" style=3D"ver=
tical-align: middle;" src=3D"[link removed]
ksorg-arrhn/files/logo-horizontal-header.png" alt=3D"Autism Speaks" /></a=
>
</td>
</tr><!--<![endif]-->
</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>
<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">Victoria Handy was diagnosed wi=
th autism at 17 and grew up without the supports she needed. Now, she=E2=80=
=99s driven by a dream to ensure autistic children=E2=80=94like her own dau=
ghter=E2=80=94have access to early diagnosis and care. Today, Victoria is s=
tudying to become a Board-Certified Behavior Analyst. Her pursuit reminds u=
s that behind every dream is a story of resilience and determination.</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=
tories like Victoria=E2=80=99s=E2=80=94an Autism Speaks <a cd-link-manager-=
tab=3D"1" href=3D"[link removed]
UiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5NWExN=
DBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgiLCJy=
cSI6IjAyLWIyNTAwMS1mNDhlNWQzMjQ5YzU0NjlhYmNiYjQ1MDc5NWY2NTVjNyIsIm0iOmZhbHN=
lLCJ1aSI6IjIiLCJ1biI6IiIsInUiOiJodHRwczovL3d3dy5hdXRpc21zcGVha3Mub3JnL2NoYW=
1waW9ucy1jaGFuZ2U_X2NsZGVlPTUwMFFuWlJGeWRodFBETzdUQWlMV3RzYVZoWVkzOWdIRDA3d=
XdoTlY5TVNLcGJaXzlqUTV1VnE3Q04xSFktbHQmcmVjaXBpZW50aWQ9Y29udGFjdC0wN2IwMWFj=
MDk1YTE0MGYxODE0YjQyNzc4NDhhYTE3NC02NzIwM2IwM2ZmMWE0MmI3YjMxOWFlMjAyMDljMTJ=
mOCZlc2lkPWQ2N2FmYTJlLTk1YzMtZWYxMS05MTQzLTAwMWRkOGI3MWNlNyJ9/aQlngjJDsXHmO=
UFnFvA5Kw" target=3D"_blank" style=3D"color: #2e86ef; text-decoration: unde=
rline;">Champion of Change</a>=E2=80=94inspire our vision and shape the fut=
ure of our work. These perspectives are essential to driving progress and e=
nsuring our efforts reflect the communities we serve.</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">W=
ith your support, this year we=E2=80=99ve accomplished so much together:</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">Secured $400M in federal funding for autism research and quality-of-=
life programs.</span></span></li>
=09<li><span style=3D"font-size:14px"><span style=3D"font-family:Open Sans,=
Arial">Launched a groundbreaking <a cd-link-manager-tab=3D"1" href=3D"https=
://elink.autismspeaks.org/c/7/eyJhaSI6ODA3MDY2NDgsImUiOiJiaWdqYWNrYnVsd2Fya=
0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWEx=
NzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgiLCJycSI6IjAyLWIyNTAwMS1mNDh=
lNWQzMjQ5YzU0NjlhYmNiYjQ1MDc5NWY2NTVjNyIsIm0iOmZhbHNlLCJ1aSI6IjMiLCJ1biI6Ii=
IsInUiOiJodHRwczovL3d3dy5hdXRpc21zcGVha3Mub3JnL2F1dGlzbS1zcGVha3MtZ3JhbnRzP=
19jbGRlZT01MDBRblpSRnlkaHRQRE83VEFpTFd0c2FWaFlZMzlnSEQwN3V3aE5WOU1TS3BiWl85=
alE1dVZxN0NOMUhZLWx0JnJlY2lwaWVudGlkPWNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI=
0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgmZXNpZD1kNjdhZm=
EyZS05NWMzLWVmMTEtOTE0My0wMDFkZDhiNzFjZTcifQ/TBVpaaH8cQCFI49iloMoFw" target=
=3D"_blank" style=3D"color: #2e86ef; text-decoration: underline;">grant pro=
gram</a> to empower autistic scientists.</span></span></li>
=09<li><span style=3D"font-size:14px"><span style=3D"font-family:Open Sans,=
Arial">Delivered free, online <a cd-link-manager-tab=3D"1" href=3D"[link removed]
elink.autismspeaks.org/c/7/eyJhaSI6ODA3MDY2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0Bn=
bWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQ=
tNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgiLCJycSI6IjAyLWIyNTAwMS1mNDhlNW=
QzMjQ5YzU0NjlhYmNiYjQ1MDc5NWY2NTVjNyIsIm0iOmZhbHNlLCJ1aSI6IjQiLCJ1biI6IiIsI=
nUiOiJodHRwczovL3d3dy5hdXRpc21zcGVha3Mub3JnL2NhcmVnaXZlci1za2lsbHMtdHJhaW5p=
bmctcHJvZ3JhbT9fY2xkZWU9NTAwUW5aUkZ5ZGh0UERPN1RBaUxXdHNhVmhZWTM5Z0hEMDd1d2h=
OVjlNU0twYlpfOWpRNXVWcTdDTjFIWS1sdCZyZWNpcGllbnRpZD1jb250YWN0LTA3YjAxYWMwOT=
VhMTQwZjE4MTRiNDI3Nzg0OGFhMTc0LTY3MjAzYjAzZmYxYTQyYjdiMzE5YWUyMDIwOWMxMmY4J=
mVzaWQ9ZDY3YWZhMmUtOTVjMy1lZjExLTkxNDMtMDAxZGQ4YjcxY2U3In0/_zB7yuHlARu7CAGH=
YhWnuw" target=3D"_blank" style=3D"color: #2e86ef; text-decoration: underli=
ne;">Caregiver Skills Training</a> to nearly 27,000 families, supported by =
live facilitators.</span></span></li>
=09<li><span style=3D"font-size:14px"><span style=3D"font-family:Open Sans,=
Arial">Connected over 5,000 autistic jobseekers from 60 countries with work=
force development opportunities through <a cd-link-manager-tab=3D"1" href=
=3D"[link removed]
YnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc=
3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgiLCJycSI6IjAyLWIyNT=
AwMS1mNDhlNWQzMjQ5YzU0NjlhYmNiYjQ1MDc5NWY2NTVjNyIsIm0iOmZhbHNlLCJ1aSI6IjUiL=
CJ1biI6IiIsInUiOiJodHRwczovL3d3dy5hdXRpc21zcGVha3Mub3JnL3dvcmtwbGFjZS1pbmNs=
dXNpb24tbm93P19jbGRlZT01MDBRblpSRnlkaHRQRE83VEFpTFd0c2FWaFlZMzlnSEQwN3V3aE5=
WOU1TS3BiWl85alE1dVZxN0NOMUhZLWx0JnJlY2lwaWVudGlkPWNvbnRhY3QtMDdiMDFhYzA5NW=
ExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgmZ=
XNpZD1kNjdhZmEyZS05NWMzLWVmMTEtOTE0My0wMDFkZDhiNzFjZTcifQ/UtZUFb3oYGTH8223Y=
VMO-g" target=3D"_blank" style=3D"color: #2e86ef; text-decoration: underlin=
e;">Workplace Inclusion Now=E2=84=A2</a>.</span></span></li>
=09<li><span style=3D"font-size:14px"><span style=3D"font-family:Open Sans,=
Arial">Gave over 412,000 people access to <a cd-link-manager-tab=3D"1" href=
=3D"[link removed]
YnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc=
3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgiLCJycSI6IjAyLWIyNT=
AwMS1mNDhlNWQzMjQ5YzU0NjlhYmNiYjQ1MDc5NWY2NTVjNyIsIm0iOmZhbHNlLCJ1aSI6IjYiL=
CJ1biI6IiIsInUiOiJodHRwczovL3d3dy5hdXRpc21zcGVha3Mub3JnL3Jlc291cmNlLWd1aWRl=
P19jbGRlZT01MDBRblpSRnlkaHRQRE83VEFpTFd0c2FWaFlZMzlnSEQwN3V3aE5WOU1TS3BiWl8=
5alE1dVZxN0NOMUhZLWx0JnJlY2lwaWVudGlkPWNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNG=
I0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgmZXNpZD1kNjdhZ=
mEyZS05NWMzLWVmMTEtOTE0My0wMDFkZDhiNzFjZTcifQ/lnL4X18efKxhFFIhMzYNMA" targe=
t=3D"_blank" style=3D"color: #2e86ef; text-decoration: underline;">local au=
tism resources,</a> and shared information with another 3.1 million people =
through social media and podcasts.</span></span></li>
=09<li><span style=3D"font-size:14px"><span style=3D"font-family:Open Sans,=
Arial">Helped over 300,000 parents take the first step toward seeking help =
by offering access to a <a cd-link-manager-tab=3D"1" href=3D"[link removed]
autismspeaks.org/c/7/eyJhaSI6ODA3MDY2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC=
5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyM=
DNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgiLCJycSI6IjAyLWIyNTAwMS1mNDhlNWQzMjQ5=
YzU0NjlhYmNiYjQ1MDc5NWY2NTVjNyIsIm0iOmZhbHNlLCJ1aSI6IjciLCJ1biI6IiIsInUiOiJ=
odHRwczovL3d3dy5hdXRpc21zcGVha3Mub3JnL3NjcmVlbi15b3VyLWNoaWxkP19jbGRlZT01MD=
BRblpSRnlkaHRQRE83VEFpTFd0c2FWaFlZMzlnSEQwN3V3aE5WOU1TS3BiWl85alE1dVZxN0NOM=
UhZLWx0JnJlY2lwaWVudGlkPWNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWEx=
NzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgmZXNpZD1kNjdhZmEyZS05NWMzLWV=
mMTEtOTE0My0wMDFkZDhiNzFjZTcifQ/gdVwbRuuWTOq4nsqb2wvzg" target=3D"_blank" s=
tyle=3D"color: #2e86ef; text-decoration: underline;">free autism screening =
tool</a>.</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"><=
br>
As we look ahead to 2025 and celebrate our 20th anniversary, we are excited=
to continue to listen, learn, share, and build connections with autistic p=
eople and their families across the country=E2=80=94underscoring what matte=
rs most: putting autistic voices at the heart of everything we do to tackle=
some of the toughest challenges our community faces.=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">=
=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=
o that end, we are hosting the <a cd-link-manager-tab=3D"1" href=3D"https:/=
/elink.autismspeaks.org/c/7/eyJhaSI6ODA3MDY2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0B=
nbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNz=
QtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgiLCJycSI6IjAyLWIyNTAwMS1mNDhlN=
WQzMjQ5YzU0NjlhYmNiYjQ1MDc5NWY2NTVjNyIsIm0iOmZhbHNlLCJ1aSI6IjgiLCJ1biI6IiIs=
InUiOiJodHRwczovL2FjdC5hdXRpc21zcGVha3Mub3JnL3NpdGUvU1BhZ2VTZXJ2ZXI_cGFnZW5=
hbWU9ZW1wb3dlcl9ob21lJl9jbGRlZT01MDBRblpSRnlkaHRQRE83VEFpTFd0c2FWaFlZMzlnSE=
QwN3V3aE5WOU1TS3BiWl85alE1dVZxN0NOMUhZLWx0JnJlY2lwaWVudGlkPWNvbnRhY3QtMDdiM=
DFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5=
YzEyZjgmZXNpZD1kNjdhZmEyZS05NWMzLWVmMTEtOTE0My0wMDFkZDhiNzFjZTcifQ/1rDY8Ne2=
uUZKF6-ULQmqog" target=3D"_blank" style=3D"color: #2e86ef; text-decoration:=
underline;">Empower Summit and Challenge</a> this year to bring our commun=
ities together in Chicago, Houston, Miami, Dallas/Fort Worth, and Columbus =
to strengthen our collective voice, highlight the experiences and ideas of =
autistic people, and reimagine what we can achieve together over the next20=
years.</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">B=
ut we can=E2=80=99t do it alone. We need others to step up their commitment=
s and focus their resources on the most urgent issues facing the autism com=
munity. This is the only way for stories like that of Victoria and millions=
of other autistic people to move from dreams to impact.</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=
hank you for your support and for working with us to realize a world where =
all people with autism can reach their full potential.</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">W=
ishing you and your loved ones a happy and healthy New Year!</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"><=
span style=3D"font-size:14px"><img class=3D"ck-editor-embedded-image" src=
=3D"[link removed]
argo-signature-blue673e.png?m=3D8/15/2022%205:18:33%20PM" style=3D"border-c=
olor:#000000; vertical-align:text-bottom"></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"><=
span style=3D"font-size:14px">Keith Wargo<br>
President &=C2=A0CEO<br>
Autism Speaks</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"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: 0px; padding-bottom: 0px; padding-left: 0px; padding-r=
ight: 0px; ; font-size: 0;">
<!--[if mso]>
<table role=3D"presentation" borde=
r=3D"0" cellspacing=3D"0" cellpadding=3D"0" align=3D"center" width=3D"600px=
" style=3D"table-layout:fixed; border-collapse: collapse; mso-table-lspace:=
0; mso-table-rspace:0;" cellpadding=3D"0" cellspacing=3D"0" >
<tr>
<![endif]-->
<!--[if mso]><td align=3D"left" val=
ign=3D"top" width=3D"600px"><![endif]--><div style=3D"overflow: visible!imp=
ortant; display: inline-block; width:600px; max-width:600px; min-width:600p=
x; vertical-align:top;" class=3D"stack-column">
<table role=3D"presentation" cellspaci=
ng=3D"0" cellpadding=3D"0" border=3D"0" width=3D"100%">
<tbody>
<tr>
<td style=3D"padding-top: 0=
px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
<table role=3D"presenta=
tion" cellspacing=3D"0" cellpadding=3D"0" border=3D"0" width=3D"600px" sty=
le=3D"table-layout: fixed; width: 600px;" >
<tbody>
<tr>
<td width=3D"560" 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 #2889e9;border-radius:10px;
max-width: 530=
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=
ImNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJ=
iN2IzMTlhZTIwMjA5YzEyZjgiLCJycSI6IjAyLWIyNTAwMS1mNDhlNWQzMjQ5YzU0NjlhYmNiYj=
Q1MDc5NWY2NTVjNyIsIm0iOmZhbHNlLCJ1aSI6IjkiLCJ1biI6IiU3QiUyNTIyVXJsSWRPZmZzZ=
XQlMjUyMiUyNTNBMSU3RCIsInUiOiJodHRwczovL2F1dGlzbXNwZWFrcy5kb25vcnN1cHBvcnQu=
Y28vLS9YVlRRSFpERj9fY2xkZWU9NTAwUW5aUkZ5ZGh0UERPN1RBaUxXdHNhVmhZWTM5Z0hEMDd=
1d2hOVjlNU0twYlpfOWpRNXVWcTdDTjFIWS1sdCZyZWNpcGllbnRpZD1jb250YWN0LTA3YjAxYW=
MwOTVhMTQwZjE4MTRiNDI3Nzg0OGFhMTc0LTY3MjAzYjAzZmYxYTQyYjdiMzE5YWUyMDIwOWMxM=
mY4JmVzaWQ9ZDY3YWZhMmUtOTVjMy1lZjExLTkxNDMtMDAxZGQ4YjcxY2U3In0/4gTmWGgwuQWr=
x7X4yvhaKg" target=3D"_blank"
name=3D"{%22UrlIdOffset%22%3A1}" cdlinkrefidmso=3D"8"=
style=3D"text-decoration: none; color:#fff; font-family: Arial;
font-weight: normal; display: inline-block;"><span sty=
le=3D"font-size:18px"><span style=3D"font-family:Open Sans,Arial">Donate</s=
pan></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=
C5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcy=
MDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgiLCJycSI6IjAyLWIyNTAwMS1mNDhlNWQzMjQ=
5YzU0NjlhYmNiYjQ1MDc5NWY2NTVjNyIsIm0iOmZhbHNlLCJ1aSI6IjEwIiwidW4iOiIiLCJ1Ij=
oiaHR0cHM6Ly9hdXRpc21zcGVha3MuZG9ub3JzdXBwb3J0LmNvLy0vWFZUUUhaREY_X2NsZGVlP=
TUwMFFuWlJGeWRodFBETzdUQWlMV3RzYVZoWVkzOWdIRDA3dXdoTlY5TVNLcGJaXzlqUTV1VnE3=
Q04xSFktbHQmcmVjaXBpZW50aWQ9Y29udGFjdC0wN2IwMWFjMDk1YTE0MGYxODE0YjQyNzc4NDh=
hYTE3NC02NzIwM2IwM2ZmMWE0MmI3YjMxOWFlMjAyMDljMTJmOCZlc2lkPWQ2N2FmYTJlLTk1Yz=
MtZWYxMS05MTQzLTAwMWRkOGI3MWNlNyJ9/-wYbESmHnyUtJOom7eCdyw" target=3D"_blank=
" cdlinkrefid=3D"8" >
<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 #2889e9;border-radius:10px;
max-width: 530px;"><span style=3D"font-size:18=
px"><span style=3D"font-family:Open Sans,Arial">Donate</span></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-=
eb376ce43272 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"11_0"
style=3D"text-decoration: none;"
href=3D"[link removed]
Y2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhY=
zA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEy=
ZjgiLCJycSI6IjAyLWIyNTAwMS1mNDhlNWQzMjQ5YzU0NjlhYmNiYjQ1MDc5NWY2NTVjNyIsIm0=
iOmZhbHNlLCJ1aSI6IjExIiwidW4iOiIlN0IlMjUyMlVybElkT2Zmc2V0JTI1MjIlMjUzQTUlN0=
QiLCJ1IjoiaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2F1dGlzbXNwZWFrcz9fY2xkZWU9NTAwU=
W5aUkZ5ZGh0UERPN1RBaUxXdHNhVmhZWTM5Z0hEMDd1d2hOVjlNU0twYlpfOWpRNXVWcTdDTjFI=
WS1sdCZyZWNpcGllbnRpZD1jb250YWN0LTA3YjAxYWMwOTVhMTQwZjE4MTRiNDI3Nzg0OGFhMTc=
0LTY3MjAzYjAzZmYxYTQyYjdiMzE5YWUyMDIwOWMxMmY4JmVzaWQ9ZDY3YWZhMmUtOTVjMy1lZj=
ExLTkxNDMtMDAxZGQ4YjcxY2U3In0/kdnxqYRXk1tLU5D7XT09Yw"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
rces/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"11_1"
style=3D"text-decoration: none;"
href=3D"[link removed]
Y2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhY=
zA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEy=
ZjgiLCJycSI6IjAyLWIyNTAwMS1mNDhlNWQzMjQ5YzU0NjlhYmNiYjQ1MDc5NWY2NTVjNyIsIm0=
iOmZhbHNlLCJ1aSI6IjEyIiwidW4iOiIlN0IlMjUyMlVybElkT2Zmc2V0JTI1MjIlMjUzQTUlN0=
QiLCJ1IjoiaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9hdXRpc21zcGVha3MvP19jbGRlZT01M=
DBRblpSRnlkaHRQRE83VEFpTFd0c2FWaFlZMzlnSEQwN3V3aE5WOU1TS3BiWl85alE1dVZxN0NO=
MUhZLWx0JnJlY2lwaWVudGlkPWNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWE=
xNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgmZXNpZD1kNjdhZmEyZS05NWMzLW=
VmMTEtOTE0My0wMDFkZDhiNzFjZTcifQ/9lGZBgmG63tRGgttXnLwKw"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
rces/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"11_2"
style=3D"text-decoration: none;"
href=3D"[link removed]
Y2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhY=
zA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEy=
ZjgiLCJycSI6IjAyLWIyNTAwMS1mNDhlNWQzMjQ5YzU0NjlhYmNiYjQ1MDc5NWY2NTVjNyIsIm0=
iOmZhbHNlLCJ1aSI6IjEzIiwidW4iOiIlN0IlMjUyMlVybElkT2Zmc2V0JTI1MjIlMjUzQTUlN0=
QiLCJ1IjoiaHR0cHM6Ly93d3cubGlua2VkaW4uY29tL2NvbXBhbnkvYXV0aXNtLXNwZWFrcy8_X=
2NsZGVlPTUwMFFuWlJGeWRodFBETzdUQWlMV3RzYVZoWVkzOWdIRDA3dXdoTlY5TVNLcGJaXzlq=
UTV1VnE3Q04xSFktbHQmcmVjaXBpZW50aWQ9Y29udGFjdC0wN2IwMWFjMDk1YTE0MGYxODE0YjQ=
yNzc4NDhhYTE3NC02NzIwM2IwM2ZmMWE0MmI3YjMxOWFlMjAyMDljMTJmOCZlc2lkPWQ2N2FmYT=
JlLTk1YzMtZWYxMS05MTQzLTAwMWRkOGI3MWNlNyJ9/crJ_7kBNQt5C-EHiWk1P-A"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
rces/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"11_3"
style=3D"text-decoration: none;"
href=3D"[link removed]
Y2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhY=
zA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEy=
ZjgiLCJycSI6IjAyLWIyNTAwMS1mNDhlNWQzMjQ5YzU0NjlhYmNiYjQ1MDc5NWY2NTVjNyIsIm0=
iOmZhbHNlLCJ1aSI6IjE0IiwidW4iOiIlN0IlMjUyMlVybElkT2Zmc2V0JTI1MjIlMjUzQTUlN0=
QiLCJ1IjoiaHR0cHM6Ly93d3cudGlrdG9rLmNvbS9AYXV0aXNtc3BlYWtzP19jbGRlZT01MDBRb=
lpSRnlkaHRQRE83VEFpTFd0c2FWaFlZMzlnSEQwN3V3aE5WOU1TS3BiWl85alE1dVZxN0NOMUhZ=
LWx0JnJlY2lwaWVudGlkPWNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQ=
tNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgmZXNpZD1kNjdhZmEyZS05NWMzLWVmMT=
EtOTE0My0wMDFkZDhiNzFjZTcifQ/neRjtfLsQ_KlruMSs81ibw"
>
<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"11_4"
style=3D"text-decoration: none;"
href=3D"[link removed]
Y2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhY=
zA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEy=
ZjgiLCJycSI6IjAyLWIyNTAwMS1mNDhlNWQzMjQ5YzU0NjlhYmNiYjQ1MDc5NWY2NTVjNyIsIm0=
iOmZhbHNlLCJ1aSI6IjE1IiwidW4iOiIlN0IlMjUyMlVybElkT2Zmc2V0JTI1MjIlMjUzQTUlN0=
QiLCJ1IjoiaHR0cHM6Ly93d3cueW91dHViZS5jb20vYXV0aXNtc3BlYWtzP19jbGRlZT01MDBRb=
lpSRnlkaHRQRE83VEFpTFd0c2FWaFlZMzlnSEQwN3V3aE5WOU1TS3BiWl85alE1dVZxN0NOMUhZ=
LWx0JnJlY2lwaWVudGlkPWNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQ=
tNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgmZXNpZD1kNjdhZmEyZS05NWMzLWVmMT=
EtOTE0My0wMDFkZDhiNzFjZTcifQ/xWBUZBqEHGOaVX9UK32ubQ"
>
<img
class=3D"social" width=3D"32" height=3D"32"
style=3D"width: 32px; height: 32px; margin: 5px;"
src=3D"[link removed]
rces/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"11_0"
style=3D"text-decoration: none;"
href=3D"[link removed]
gsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5N=
WExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgi=
LCJycSI6IjAyLWIyNTAwMS1mNDhlNWQzMjQ5YzU0NjlhYmNiYjQ1MDc5NWY2NTVjNyIsIm0iOmZ=
hbHNlLCJ1aSI6IjE2IiwidW4iOiIiLCJ1IjoiaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2F1dG=
lzbXNwZWFrcz9fY2xkZWU9NTAwUW5aUkZ5ZGh0UERPN1RBaUxXdHNhVmhZWTM5Z0hEMDd1d2hOV=
jlNU0twYlpfOWpRNXVWcTdDTjFIWS1sdCZyZWNpcGllbnRpZD1jb250YWN0LTA3YjAxYWMwOTVh=
MTQwZjE4MTRiNDI3Nzg0OGFhMTc0LTY3MjAzYjAzZmYxYTQyYjdiMzE5YWUyMDIwOWMxMmY4JmV=
zaWQ9ZDY3YWZhMmUtOTVjMy1lZjExLTkxNDMtMDAxZGQ4YjcxY2U3In0/5l42X7ZEx63V07ib3M=
MXFQ"
>
<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>
<span style=3D"display: inline-block;">
<a
target=3D"_blank" cdlinkrefid=3D"11_1"
style=3D"text-decoration: none;"
href=3D"[link removed]
gsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5N=
WExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgi=
LCJycSI6IjAyLWIyNTAwMS1mNDhlNWQzMjQ5YzU0NjlhYmNiYjQ1MDc5NWY2NTVjNyIsIm0iOmZ=
hbHNlLCJ1aSI6IjE3IiwidW4iOiIiLCJ1IjoiaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9hdX=
Rpc21zcGVha3MvP19jbGRlZT01MDBRblpSRnlkaHRQRE83VEFpTFd0c2FWaFlZMzlnSEQwN3V3a=
E5WOU1TS3BiWl85alE1dVZxN0NOMUhZLWx0JnJlY2lwaWVudGlkPWNvbnRhY3QtMDdiMDFhYzA5=
NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjg=
mZXNpZD1kNjdhZmEyZS05NWMzLWVmMTEtOTE0My0wMDFkZDhiNzFjZTcifQ/TSkzQpV9gEpPsJ0=
OlGxnfQ"
>
<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>
<span style=3D"display: inline-block;">
<a
target=3D"_blank" cdlinkrefid=3D"11_2"
style=3D"text-decoration: none;"
href=3D"[link removed]
gsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5N=
WExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgi=
LCJycSI6IjAyLWIyNTAwMS1mNDhlNWQzMjQ5YzU0NjlhYmNiYjQ1MDc5NWY2NTVjNyIsIm0iOmZ=
hbHNlLCJ1aSI6IjE4IiwidW4iOiIiLCJ1IjoiaHR0cHM6Ly93d3cubGlua2VkaW4uY29tL2NvbX=
BhbnkvYXV0aXNtLXNwZWFrcy8_X2NsZGVlPTUwMFFuWlJGeWRodFBETzdUQWlMV3RzYVZoWVkzO=
WdIRDA3dXdoTlY5TVNLcGJaXzlqUTV1VnE3Q04xSFktbHQmcmVjaXBpZW50aWQ9Y29udGFjdC0w=
N2IwMWFjMDk1YTE0MGYxODE0YjQyNzc4NDhhYTE3NC02NzIwM2IwM2ZmMWE0MmI3YjMxOWFlMjA=
yMDljMTJmOCZlc2lkPWQ2N2FmYTJlLTk1YzMtZWYxMS05MTQzLTAwMWRkOGI3MWNlNyJ9/REZh8=
bsVxPXvq_zjrnp1CQ"
>
<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>
<span style=3D"display: inline-block;">
<a
target=3D"_blank" cdlinkrefid=3D"11_3"
style=3D"text-decoration: none;"
href=3D"[link removed]
gsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5N=
WExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgi=
LCJycSI6IjAyLWIyNTAwMS1mNDhlNWQzMjQ5YzU0NjlhYmNiYjQ1MDc5NWY2NTVjNyIsIm0iOmZ=
hbHNlLCJ1aSI6IjE5IiwidW4iOiIiLCJ1IjoiaHR0cHM6Ly93d3cudGlrdG9rLmNvbS9AYXV0aX=
Ntc3BlYWtzP19jbGRlZT01MDBRblpSRnlkaHRQRE83VEFpTFd0c2FWaFlZMzlnSEQwN3V3aE5WO=
U1TS3BiWl85alE1dVZxN0NOMUhZLWx0JnJlY2lwaWVudGlkPWNvbnRhY3QtMDdiMDFhYzA5NWEx=
NDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgmZXN=
pZD1kNjdhZmEyZS05NWMzLWVmMTEtOTE0My0wMDFkZDhiNzFjZTcifQ/P6JWv-BlWDvUX89mYCp=
Apw"
>
<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"11_4"
style=3D"text-decoration: none;"
href=3D"[link removed]
gsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5N=
WExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgi=
LCJycSI6IjAyLWIyNTAwMS1mNDhlNWQzMjQ5YzU0NjlhYmNiYjQ1MDc5NWY2NTVjNyIsIm0iOmZ=
hbHNlLCJ1aSI6IjIwIiwidW4iOiIiLCJ1IjoiaHR0cHM6Ly93d3cueW91dHViZS5jb20vYXV0aX=
Ntc3BlYWtzP19jbGRlZT01MDBRblpSRnlkaHRQRE83VEFpTFd0c2FWaFlZMzlnSEQwN3V3aE5WO=
U1TS3BiWl85alE1dVZxN0NOMUhZLWx0JnJlY2lwaWVudGlkPWNvbnRhY3QtMDdiMDFhYzA5NWEx=
NDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTlhZTIwMjA5YzEyZjgmZXN=
pZD1kNjdhZmEyZS05NWMzLWVmMTEtOTE0My0wMDFkZDhiNzFjZTcifQ/pyjkdMhKb9evRw_AguJ=
zow"
>
<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>
<!--<![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 2025=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=
Y3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtNjcyMDNiMDNmZjFhNDJiN2IzMTl=
hZTIwMjA5YzEyZjgiLCJycSI6IjAyLWIyNTAwMS1mNDhlNWQzMjQ5YzU0NjlhYmNiYjQ1MDc5NW=
Y2NTVjNyIsIm0iOmZhbHNlfQ/3S75nilMuF5aTqJ7cSVVNg" link-metadata=3D"GlobalUns=
ubscribe" target=3D"_blank" style=3D"color: #2e86ef; text-decoration: under=
line;">Unsubscribe</a>=C2=A0|=C2=A0<a cd-link-manager-tab=3D"5" href=3D"htt=
ps://web.autismspeaks.org/autismspeaksorg-arrhn/pages/o8hqmsrweeyrfgavxcszj=
w.html?_cldunsub=3Dd67afa2e95c3ef119143001dd8b71ce7-67203b03ff1a42b7b319ae2=
0209c12f8-contact&_cldee=3D500QnZRFydhtPDO7TAiLWtsaVhYY39gHD07uwhNV9MSKpbZ_=
9jQ5uVq7CN1HY-lt&recipientid=3Dcontact-07b01ac095a140f1814b4277848aa174-672=
03b03ff1a42b7b319ae20209c12f8&esid=3Dd67afa2e-95c3-ef11-9143-001dd8b71ce7" =
link-metadata=3D"SpecificUnsubscribe" target=3D"_blank" style=3D"color: #2e=
86ef; 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_1685063219_1597603306.1735740162408--
------=_Part_1685063218_1385852078.1735740162408--
View in browser [[link removed]]
[[link removed]]
Main Body Content
[[link removed]]
[[link removed]]
[[link removed]]
[[link removed]]
[[link removed]]
[[link removed]]
Autism Speaks | P.O. Box 37148, Boone, IA 50037-0148
© 2023 Autism Speaks Inc. Autism Speaks and Autism Speaks Design are registered trademarks owned by Autism Speaks Inc. All rights reserved.
Unsubscribe [[link removed]] | Update subscription preferences [[link removed]]