From Autism Speaks National Capital Area <[email protected]>
Subject Join our Early Intervention and Support Free Webinar for DC, MD, VA, DE and WV Area
Date October 15, 2022 5:02 PM
  Links have been removed from this email. Learn more in the FAQ.
  Links have been removed from this email. Learn more in the FAQ.
------=_Part_68844388_1527178580.1665853325800
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-91113719817e {
width: 100%;
height: auto !important;
}
=20
.email-container img.cd-image.image-019d9372f8ed {
width: 94.66666666666667%;
height: auto !important;
}
=20
}

@media screen and (max-width: 768px) {
=20
.email-container img.cd-image.image-91113719817e {
width: 100%;
height: auto !important;
}
=20
.email-container img.cd-image.image-019d9372f8ed {
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;'>Your child has been screened or diagnosed with autism. Now=
what? =
</span><img src=3D"[link removed]
aSI6ODA3MDY2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3Q=
tMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtMjcyMDgxMmQwNjU3NDVkZmI4ZGE4Nj=
dlNjZjZDVjOGEiLCJycSI6IjAyLWIyMjI4OC01YTU2MWYzZjYwYjM0ZjI2OTQyZmI0ZDk5MzVhZ=
GJiYyIsInBoIjpudWxsfQ/8iqF4hdVvYZeoeK6yvhapw" 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"12" 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-size:10p=
x"><span style=3D"font-family: 'Open Sans', Arial;"><a cd-link-manager-tab=
=3D"6" href=3D"[link removed]
f60b34f26942fb4d9935adbbc/4/329/3cb30760-1424-4281-88ee-16341e21f5e8" targe=
t=3D"_blank" style=3D"color: #2e86ef; text-decoration: underline;">View in =
browser</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"13" 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;">
<img class=3D"center-on-narrow cd-imag=
e" height=3D"182" width=3D"600" style=3D"vertical-align: middle;" src=3D"ht=
tps://file-us.clickdimensions.com/autismspeaksorg-arrhn/files/ss_2022earlyi=
nterventiontitletreatment_650.png" />
</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;">
<img class=3D"center-on-narrow cd-image image-=
91113719817e no-img-edit" height=3D"182" width=3D"600" style=3D"vertical-al=
ign: middle;" src=3D"[link removed]
rhn/files/ss_2022earlyinterventiontitletreatment_650.png" />
</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"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: 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"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: 16px; padding-bottom:=
16px; padding-left: 16px; padding-right: 16px;"><p style=3D"font-family:Op=
en Sans,Arial;font-size:14px;color:#272f37;letter-spacing:0px;line-height:n=
ormal;text-align:left;margin:0;word-wrap:break-word !important;font-weight:=
normal;font-style:normal;text-decoration: none"><span style=3D"font-size:16=
px"><em><strong>Your child has been screened or diagnosed with autism. Now =
what?</strong></em></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">G=
reetings:<br>
=C2=A0<br>
Join us for our DC, MD, VA, DE and WV area Early Intervention and Support=
=C2=A0Free Webinar. Engage with clinical and professional experts, and netw=
ork with local agencies in your community to find guidance, services and su=
pport. The event is <strong>virtual.</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"><=
br>
<strong>Thursday, November 10, 2022<br>
5:30 =E2=80=93 8:30 p.m. EST<br>
<a cd-link-manager-tab=3D"1" href=3D"[link removed]
aSI6ODA3MDY2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3Q=
tMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtMjcyMDgxMmQwNjU3NDVkZmI4ZGE4Nj=
dlNjZjZDVjOGEiLCJycSI6IjAyLWIyMjI4OC01YTU2MWYzZjYwYjM0ZjI2OTQyZmI0ZDk5MzVhZ=
GJiYyIsInBoIjpudWxsLCJtIjpmYWxzZSwidWkiOiIwIiwidW4iOiIiLCJ1IjoiaHR0cHM6Ly93=
d3cuYWNjZWxldmVudHMuY29tL2UvbmF0Y2FwZWFybHlpbnRlcnZlbnRpb24_X2NsZGVlPWItc0Y=
wVEVpNVZOaUVaeUo1NXI2ZkxkQ01oanh1X0lQWnhnTFVuMEJBS2JFSUpLbVM3bUgzSlBabEJNaD=
V1SGomcmVjaXBpZW50aWQ9Y29udGFjdC0wN2IwMWFjMDk1YTE0MGYxODE0YjQyNzc4NDhhYTE3N=
C0yNzIwODEyZDA2NTc0NWRmYjhkYTg2N2U2NmNkNWM4YSZlc2lkPWVkZmUxY2JjLWU0NGItZWQx=
MS05MTFmLTAwMTU1ZGNiM2E1MiJ9/IUVZ1ld5fLlWPwitcijRUQ" target=3D"_blank" styl=
e=3D"color: #2e86ef; text-decoration: underline;">REGISTER NOW</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">T=
he event is=C2=A0<strong>FREE</strong>, but registration is required. Once =
registered, you will receive a confirmation email with details to join via =
Accelevents.</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"><=
br>
<strong>Can't attend live?</strong> Register anyway for a recording of the =
event, available for 30 days.</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>Who should come?</strong>=C2=A0=C2=A0This event is open to parents, =
caregivers, service providers, healthcare professionals, policymakers, and =
all other autism allies.<br>
=C2=A0<br>
<strong>What will you learn?</strong>=C2=A0<br>
=C2=A0</p>

<ul style=3D"color: #000000">
=09<li>
=09<p style=3D"font-family:Open Sans,Arial;font-size:14px;color:#272f37;let=
ter-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break=
-word !important;font-weight:normal;font-style:normal;text-decoration: none=
">Provide information about core signs and symptoms of autism</p>
=09</li>
=09<li>
=09<p style=3D"font-family:Open Sans,Arial;font-size:14px;color:#272f37;let=
ter-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break=
-word !important;font-weight:normal;font-style:normal;text-decoration: none=
">Provide suggestions for communicating with health care providers about co=
ncerns</p>
=09</li>
=09<li>
=09<p style=3D"font-family:Open Sans,Arial;font-size:14px;color:#272f37;let=
ter-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break=
-word !important;font-weight:normal;font-style:normal;text-decoration: none=
">Recommend steps for obtaining a formal evaluation and the assessment & di=
agnostic tools commonly used in the evaluation process</p>
=09</li>
=09<li>
=09<p style=3D"font-family:Open Sans,Arial;font-size:14px;color:#272f37;let=
ter-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break=
-word !important;font-weight:normal;font-style:normal;text-decoration: none=
">Provide information about evidence-based skills training for caregivers o=
f children with developmental delays and disorders that can be implemented =
in low-resourced communities.</p>
=09</li>
=09<li>
=09<p style=3D"font-family:Open Sans,Arial;font-size:14px;color:#272f37;let=
ter-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break=
-word !important;font-weight:normal;font-style:normal;text-decoration: none=
">Reduce barriers and stigmas that may limit access to care in low-resource=
d=C2=A0communities</p>
=09</li>
=09<li>
=09<p style=3D"font-family:Open Sans,Arial;font-size:14px;color:#272f37;let=
ter-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break=
-word !important;font-weight:normal;font-style:normal;text-decoration: none=
">Provide information about the importance of caregivers=E2=80=99 support a=
nd well-being</p>
=09</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>
For questions or to request an accommodation, please email: <strong><a cd-l=
ink-manager-tab=3D"2" href=3D"mailto:[email protected]" target=3D"_blan=
k" style=3D"color: #2e86ef; text-decoration: underline;">help@autismspeaks.=
org</a></strong></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: 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-=
019d9372f8ed 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
title=3D"Facebook" target=3D"_blank" name=3D"{%22UrlIdOff=
set%22%3A6}" cdlinkrefidmso=3D"9_0"
style=3D"text-decoration: none;"
href=3D"[link removed]
2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYz=
A5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtMjcyMDgxMmQwNjU3NDVkZmI4ZGE4NjdlNjZjZDVjO=
GEiLCJycSI6IjAyLWIyMjI4OC01YTU2MWYzZjYwYjM0ZjI2OTQyZmI0ZDk5MzVhZGJiYyIsInBo=
IjpudWxsLCJtIjpmYWxzZSwidWkiOiIxIiwidW4iOiIlN0IlMjUyMlVybElkT2Zmc2V0JTI1MjI=
lMjUzQTYlN0QiLCJ1IjoiaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2F1dGlzbXNwZWFrcz9fY2=
xkZWU9Yi1zRjBURWk1Vk5pRVp5SjU1cjZmTGRDTWhqeHVfSVBaeGdMVW4wQkFLYkVJSkttUzdtS=
DNKUFpsQk1oNXVIaiZyZWNpcGllbnRpZD1jb250YWN0LTA3YjAxYWMwOTVhMTQwZjE4MTRiNDI3=
Nzg0OGFhMTc0LTI3MjA4MTJkMDY1NzQ1ZGZiOGRhODY3ZTY2Y2Q1YzhhJmVzaWQ9ZWRmZTFjYmM=
tZTQ0Yi1lZDExLTkxMWYtMDAxNTVkY2IzYTUyIn0/SVbp1-E2e6KMji_NrnFtYQ"
>
<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
title=3D"Instagram" target=3D"_blank" name=3D"{%22UrlIdOf=
fset%22%3A6}" cdlinkrefidmso=3D"9_1"
style=3D"text-decoration: none;"
href=3D"[link removed]
2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYz=
A5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtMjcyMDgxMmQwNjU3NDVkZmI4ZGE4NjdlNjZjZDVjO=
GEiLCJycSI6IjAyLWIyMjI4OC01YTU2MWYzZjYwYjM0ZjI2OTQyZmI0ZDk5MzVhZGJiYyIsInBo=
IjpudWxsLCJtIjpmYWxzZSwidWkiOiIyIiwidW4iOiIlN0IlMjUyMlVybElkT2Zmc2V0JTI1MjI=
lMjUzQTYlN0QiLCJ1IjoiaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9hdXRpc21zcGVha3MvP1=
9jbGRlZT1iLXNGMFRFaTVWTmlFWnlKNTVyNmZMZENNaGp4dV9JUFp4Z0xVbjBCQUtiRUlKS21TN=
21IM0pQWmxCTWg1dUhqJnJlY2lwaWVudGlkPWNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0=
Mjc3ODQ4YWExNzQtMjcyMDgxMmQwNjU3NDVkZmI4ZGE4NjdlNjZjZDVjOGEmZXNpZD1lZGZlMWN=
iYy1lNDRiLWVkMTEtOTExZi0wMDE1NWRjYjNhNTIifQ/vGoL-fooytWMJSsDQ4XwaA"
>
<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
title=3D"Linkedin" target=3D"_blank" name=3D"{%22UrlIdOff=
set%22%3A6}" cdlinkrefidmso=3D"9_2"
style=3D"text-decoration: none;"
href=3D"[link removed]
2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYz=
A5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtMjcyMDgxMmQwNjU3NDVkZmI4ZGE4NjdlNjZjZDVjO=
GEiLCJycSI6IjAyLWIyMjI4OC01YTU2MWYzZjYwYjM0ZjI2OTQyZmI0ZDk5MzVhZGJiYyIsInBo=
IjpudWxsLCJtIjpmYWxzZSwidWkiOiIzIiwidW4iOiIlN0IlMjUyMlVybElkT2Zmc2V0JTI1MjI=
lMjUzQTYlN0QiLCJ1IjoiaHR0cHM6Ly93d3cubGlua2VkaW4uY29tL2NvbXBhbnkvYXV0aXNtLX=
NwZWFrcy8_X2NsZGVlPWItc0YwVEVpNVZOaUVaeUo1NXI2ZkxkQ01oanh1X0lQWnhnTFVuMEJBS=
2JFSUpLbVM3bUgzSlBabEJNaDV1SGomcmVjaXBpZW50aWQ9Y29udGFjdC0wN2IwMWFjMDk1YTE0=
MGYxODE0YjQyNzc4NDhhYTE3NC0yNzIwODEyZDA2NTc0NWRmYjhkYTg2N2U2NmNkNWM4YSZlc2l=
kPWVkZmUxY2JjLWU0NGItZWQxMS05MTFmLTAwMTU1ZGNiM2E1MiJ9/wyPOuXxt_nFCNGK1EOwhl=
w"
>
<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
title=3D"Custom" target=3D"_blank" name=3D"{%22UrlIdOffse=
t%22%3A6}" cdlinkrefidmso=3D"9_3"
style=3D"text-decoration: none;"
href=3D"[link removed]
2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYz=
A5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtMjcyMDgxMmQwNjU3NDVkZmI4ZGE4NjdlNjZjZDVjO=
GEiLCJycSI6IjAyLWIyMjI4OC01YTU2MWYzZjYwYjM0ZjI2OTQyZmI0ZDk5MzVhZGJiYyIsInBo=
IjpudWxsLCJtIjpmYWxzZSwidWkiOiI0IiwidW4iOiIlN0IlMjUyMlVybElkT2Zmc2V0JTI1MjI=
lMjUzQTYlN0QiLCJ1IjoiaHR0cHM6Ly93d3cudGlrdG9rLmNvbS9AYXV0aXNtc3BlYWtzP19jbG=
RlZT1iLXNGMFRFaTVWTmlFWnlKNTVyNmZMZENNaGp4dV9JUFp4Z0xVbjBCQUtiRUlKS21TN21IM=
0pQWmxCTWg1dUhqJnJlY2lwaWVudGlkPWNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3=
ODQ4YWExNzQtMjcyMDgxMmQwNjU3NDVkZmI4ZGE4NjdlNjZjZDVjOGEmZXNpZD1lZGZlMWNiYy1=
lNDRiLWVkMTEtOTExZi0wMDE1NWRjYjNhNTIifQ/F4AVxfOSAB31nDxRBcGI8w"
>
<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
title=3D"Twitter" target=3D"_blank" name=3D"{%22UrlIdOffs=
et%22%3A6}" cdlinkrefidmso=3D"9_4"
style=3D"text-decoration: none;"
href=3D"[link removed]
2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYz=
A5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtMjcyMDgxMmQwNjU3NDVkZmI4ZGE4NjdlNjZjZDVjO=
GEiLCJycSI6IjAyLWIyMjI4OC01YTU2MWYzZjYwYjM0ZjI2OTQyZmI0ZDk5MzVhZGJiYyIsInBo=
IjpudWxsLCJtIjpmYWxzZSwidWkiOiI1IiwidW4iOiIlN0IlMjUyMlVybElkT2Zmc2V0JTI1MjI=
lMjUzQTYlN0QiLCJ1IjoiaHR0cHM6Ly90d2l0dGVyLmNvbS9hdXRpc21zcGVha3M_X2NsZGVlPW=
Itc0YwVEVpNVZOaUVaeUo1NXI2ZkxkQ01oanh1X0lQWnhnTFVuMEJBS2JFSUpLbVM3bUgzSlBab=
EJNaDV1SGomcmVjaXBpZW50aWQ9Y29udGFjdC0wN2IwMWFjMDk1YTE0MGYxODE0YjQyNzc4NDhh=
YTE3NC0yNzIwODEyZDA2NTc0NWRmYjhkYTg2N2U2NmNkNWM4YSZlc2lkPWVkZmUxY2JjLWU0NGI=
tZWQxMS05MTFmLTAwMTU1ZGNiM2E1MiJ9/pgqhfqm5qDEtrNwPkPdBpw"
>
<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/twitter.png"
>
</a>
</span>
</td>
<td style=3D"padding: 5px;">
<span style=3D"display: inline-block;">
<a
title=3D"Youtube" target=3D"_blank" name=3D"{%22UrlIdOffs=
et%22%3A6}" cdlinkrefidmso=3D"9_5"
style=3D"text-decoration: none;"
href=3D"[link removed]
2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYz=
A5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtMjcyMDgxMmQwNjU3NDVkZmI4ZGE4NjdlNjZjZDVjO=
GEiLCJycSI6IjAyLWIyMjI4OC01YTU2MWYzZjYwYjM0ZjI2OTQyZmI0ZDk5MzVhZGJiYyIsInBo=
IjpudWxsLCJtIjpmYWxzZSwidWkiOiI2IiwidW4iOiIlN0IlMjUyMlVybElkT2Zmc2V0JTI1MjI=
lMjUzQTYlN0QiLCJ1IjoiaHR0cHM6Ly93d3cueW91dHViZS5jb20vYXV0aXNtc3BlYWtzP19jbG=
RlZT1iLXNGMFRFaTVWTmlFWnlKNTVyNmZMZENNaGp4dV9JUFp4Z0xVbjBCQUtiRUlKS21TN21IM=
0pQWmxCTWg1dUhqJnJlY2lwaWVudGlkPWNvbnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3=
ODQ4YWExNzQtMjcyMDgxMmQwNjU3NDVkZmI4ZGE4NjdlNjZjZDVjOGEmZXNpZD1lZGZlMWNiYy1=
lNDRiLWVkMTEtOTExZi0wMDE1NWRjYjNhNTIifQ/SI2lZnZH7bHBCHI-uGkUEw"
>
<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
title=3D"Facebook" target=3D"_blank" cdlinkrefid=3D"9_0"
style=3D"text-decoration: none;"
href=3D"[link removed]
sImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5NW=
ExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtMjcyMDgxMmQwNjU3NDVkZmI4ZGE4NjdlNjZjZDVjOGEiL=
CJycSI6IjAyLWIyMjI4OC01YTU2MWYzZjYwYjM0ZjI2OTQyZmI0ZDk5MzVhZGJiYyIsInBoIjpu=
dWxsLCJtIjpmYWxzZSwidWkiOiI3IiwidW4iOiIiLCJ1IjoiaHR0cHM6Ly93d3cuZmFjZWJvb2s=
uY29tL2F1dGlzbXNwZWFrcz9fY2xkZWU9Yi1zRjBURWk1Vk5pRVp5SjU1cjZmTGRDTWhqeHVfSV=
BaeGdMVW4wQkFLYkVJSkttUzdtSDNKUFpsQk1oNXVIaiZyZWNpcGllbnRpZD1jb250YWN0LTA3Y=
jAxYWMwOTVhMTQwZjE4MTRiNDI3Nzg0OGFhMTc0LTI3MjA4MTJkMDY1NzQ1ZGZiOGRhODY3ZTY2=
Y2Q1YzhhJmVzaWQ9ZWRmZTFjYmMtZTQ0Yi1lZDExLTkxMWYtMDAxNTVkY2IzYTUyIn0/RoL4aQQ=
6NMzaP9EuPqONFg"
>
<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
title=3D"Instagram" target=3D"_blank" cdlinkrefid=3D"9_1"
style=3D"text-decoration: none;"
href=3D"[link removed]
sImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5NW=
ExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtMjcyMDgxMmQwNjU3NDVkZmI4ZGE4NjdlNjZjZDVjOGEiL=
CJycSI6IjAyLWIyMjI4OC01YTU2MWYzZjYwYjM0ZjI2OTQyZmI0ZDk5MzVhZGJiYyIsInBoIjpu=
dWxsLCJtIjpmYWxzZSwidWkiOiI4IiwidW4iOiIiLCJ1IjoiaHR0cHM6Ly93d3cuaW5zdGFncmF=
tLmNvbS9hdXRpc21zcGVha3MvP19jbGRlZT1iLXNGMFRFaTVWTmlFWnlKNTVyNmZMZENNaGp4dV=
9JUFp4Z0xVbjBCQUtiRUlKS21TN21IM0pQWmxCTWg1dUhqJnJlY2lwaWVudGlkPWNvbnRhY3QtM=
DdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtMjcyMDgxMmQwNjU3NDVkZmI4ZGE4Njdl=
NjZjZDVjOGEmZXNpZD1lZGZlMWNiYy1lNDRiLWVkMTEtOTExZi0wMDE1NWRjYjNhNTIifQ/lEkJ=
ZhZW-26aaMRBV8N9dg"
>
<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
title=3D"Linkedin" target=3D"_blank" cdlinkrefid=3D"9_2"
style=3D"text-decoration: none;"
href=3D"[link removed]
sImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5NW=
ExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtMjcyMDgxMmQwNjU3NDVkZmI4ZGE4NjdlNjZjZDVjOGEiL=
CJycSI6IjAyLWIyMjI4OC01YTU2MWYzZjYwYjM0ZjI2OTQyZmI0ZDk5MzVhZGJiYyIsInBoIjpu=
dWxsLCJtIjpmYWxzZSwidWkiOiI5IiwidW4iOiIiLCJ1IjoiaHR0cHM6Ly93d3cubGlua2VkaW4=
uY29tL2NvbXBhbnkvYXV0aXNtLXNwZWFrcy8_X2NsZGVlPWItc0YwVEVpNVZOaUVaeUo1NXI2Zk=
xkQ01oanh1X0lQWnhnTFVuMEJBS2JFSUpLbVM3bUgzSlBabEJNaDV1SGomcmVjaXBpZW50aWQ9Y=
29udGFjdC0wN2IwMWFjMDk1YTE0MGYxODE0YjQyNzc4NDhhYTE3NC0yNzIwODEyZDA2NTc0NWRm=
YjhkYTg2N2U2NmNkNWM4YSZlc2lkPWVkZmUxY2JjLWU0NGItZWQxMS05MTFmLTAwMTU1ZGNiM2E=
1MiJ9/C8ry-FKqhHSZCGB9bWyF0Q"
>
<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
title=3D"Custom" target=3D"_blank" cdlinkrefid=3D"9_3"
style=3D"text-decoration: none;"
href=3D"[link removed]
sImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5NW=
ExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtMjcyMDgxMmQwNjU3NDVkZmI4ZGE4NjdlNjZjZDVjOGEiL=
CJycSI6IjAyLWIyMjI4OC01YTU2MWYzZjYwYjM0ZjI2OTQyZmI0ZDk5MzVhZGJiYyIsInBoIjpu=
dWxsLCJtIjpmYWxzZSwidWkiOiIxMCIsInVuIjoiIiwidSI6Imh0dHBzOi8vd3d3LnRpa3Rvay5=
jb20vQGF1dGlzbXNwZWFrcz9fY2xkZWU9Yi1zRjBURWk1Vk5pRVp5SjU1cjZmTGRDTWhqeHVfSV=
BaeGdMVW4wQkFLYkVJSkttUzdtSDNKUFpsQk1oNXVIaiZyZWNpcGllbnRpZD1jb250YWN0LTA3Y=
jAxYWMwOTVhMTQwZjE4MTRiNDI3Nzg0OGFhMTc0LTI3MjA4MTJkMDY1NzQ1ZGZiOGRhODY3ZTY2=
Y2Q1YzhhJmVzaWQ9ZWRmZTFjYmMtZTQ0Yi1lZDExLTkxMWYtMDAxNTVkY2IzYTUyIn0/4vwhfJE=
fT7Mi6tUhIhod7g"
>
<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
title=3D"Twitter" target=3D"_blank" cdlinkrefid=3D"9_4"
style=3D"text-decoration: none;"
href=3D"[link removed]
sImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5NW=
ExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtMjcyMDgxMmQwNjU3NDVkZmI4ZGE4NjdlNjZjZDVjOGEiL=
CJycSI6IjAyLWIyMjI4OC01YTU2MWYzZjYwYjM0ZjI2OTQyZmI0ZDk5MzVhZGJiYyIsInBoIjpu=
dWxsLCJtIjpmYWxzZSwidWkiOiIxMSIsInVuIjoiIiwidSI6Imh0dHBzOi8vdHdpdHRlci5jb20=
vYXV0aXNtc3BlYWtzP19jbGRlZT1iLXNGMFRFaTVWTmlFWnlKNTVyNmZMZENNaGp4dV9JUFp4Z0=
xVbjBCQUtiRUlKS21TN21IM0pQWmxCTWg1dUhqJnJlY2lwaWVudGlkPWNvbnRhY3QtMDdiMDFhY=
zA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtMjcyMDgxMmQwNjU3NDVkZmI4ZGE4NjdlNjZjZDVj=
OGEmZXNpZD1lZGZlMWNiYy1lNDRiLWVkMTEtOTExZi0wMDE1NWRjYjNhNTIifQ/-fARuFU9LLqV=
QdbhG26Kzg"
>
<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/twitter.png"
>
</a>
</span>
<span style=3D"display: inline-block;">
<a
title=3D"Youtube" target=3D"_blank" cdlinkrefid=3D"9_5"
style=3D"text-decoration: none;"
href=3D"[link removed]
sImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNvbnRhY3QtMDdiMDFhYzA5NW=
ExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtMjcyMDgxMmQwNjU3NDVkZmI4ZGE4NjdlNjZjZDVjOGEiL=
CJycSI6IjAyLWIyMjI4OC01YTU2MWYzZjYwYjM0ZjI2OTQyZmI0ZDk5MzVhZGJiYyIsInBoIjpu=
dWxsLCJtIjpmYWxzZSwidWkiOiIxMiIsInVuIjoiIiwidSI6Imh0dHBzOi8vd3d3LnlvdXR1YmU=
uY29tL2F1dGlzbXNwZWFrcz9fY2xkZWU9Yi1zRjBURWk1Vk5pRVp5SjU1cjZmTGRDTWhqeHVfSV=
BaeGdMVW4wQkFLYkVJSkttUzdtSDNKUFpsQk1oNXVIaiZyZWNpcGllbnRpZD1jb250YWN0LTA3Y=
jAxYWMwOTVhMTQwZjE4MTRiNDI3Nzg0OGFhMTc0LTI3MjA4MTJkMDY1NzQ1ZGZiOGRhODY3ZTY2=
Y2Q1YzhhJmVzaWQ9ZWRmZTFjYmMtZTQ0Yi1lZDExLTkxMWYtMDAxNTVkY2IzYTUyIn0/waWgezw=
lFn7g-TwA_34MJQ"
>
<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;">Autism Speaks | 1060 S=
tate Road 2nd Floor,=C2=A0Princeton, NJ 08540<br>
=C2=A9 2022 Autism Speaks Inc. Autism Speaks and Autism Speaks Design are r=
egistered 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-size:10px"><span style=3D"font-family: 'Open Sans', Ar=
ial;"><a cd-link-manager-tab=3D"5" href=3D"[link removed]
/3/eyJhaSI6ODA3MDY2NDgsImUiOiJiaWdqYWNrYnVsd2Fya0BnbWFpbC5jb20iLCJyaSI6ImNv=
bnRhY3QtMDdiMDFhYzA5NWExNDBmMTgxNGI0Mjc3ODQ4YWExNzQtMjcyMDgxMmQwNjU3NDVkZmI=
4ZGE4NjdlNjZjZDVjOGEiLCJycSI6IjAyLWIyMjI4OC01YTU2MWYzZjYwYjM0ZjI2OTQyZmI0ZD=
k5MzVhZGJiYyIsInBoIjpudWxsLCJtIjpmYWxzZX0/cGMKHyLUVJcUWVri8E-CEg" link-meta=
data=3D"GlobalUnsubscribe" target=3D"_blank" style=3D"color: #2e86ef; text-=
decoration: underline;">Unsubscribe</a>=C2=A0|=C2=A0<a cd-link-manager-tab=
=3D"5" href=3D"[link removed]
qmsrweeyrfgavxcszjw.html?_cldunsub=3Dedfe1cbce44bed11911f00155dcb3a52-27208=
12d065745dfb8da867e66cd5c8a-contact&_cldee=3Db-sF0TEi5VNiEZyJ55r6fLdCMhjxu_=
IPZxgLUn0BAKbEIJKmS7mH3JPZlBMh5uHj&recipientid=3Dcontact-07b01ac095a140f181=
4b4277848aa174-2720812d065745dfb8da867e66cd5c8a&esid=3Dedfe1cbc-e44b-ed11-9=
11f-00155dcb3a52" link-metadata=3D"SpecificUnsubscribe" target=3D"_blank" s=
tyle=3D"color: #2e86ef; text-decoration: underline;" autotrack=3D"false">Up=
date 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_68844388_1527178580.1665853325800--
Screenshot of the email generated on import

Message Analysis

  • Sender: Autism Speaks
  • Political Party: n/a
  • Country: United States
  • State/Locality: n/a
  • Office: n/a
  • Email Providers:
    • ClickDimensions