From Children's Hospital Los Angeles <[email protected]>
Subject Walk & Play L.A. is three weeks away – register today!
Date May 20, 2025 5:00 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.
Walk and Play L.A.

/* What it does: Remove spaces around the email design added by
some email clients. */
/* Beware: It can remove the padding / margin and add a background
color to the compose a reply window. */
/* UPDATE THE BELOW CSS RULE TO USE CLIENT'S FONT FAMILY */
html,
body {
margin: 0 auto !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
font-family:Arial,sans-serif !important;
}
div, p, a, li, td {
-webkit-text-size-adjust:none;
}
/* 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*="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: Uses a better rendering method when resizing images
in IE. */
img {
border:0;
-ms-interpolation-mode:bicubic;
}
/* What it does: A work-around for email clients meddling in triggered
links. */
*[x-apple-data-detectors], /* iOS */
.x-gmail-data-detectors, /* Gmail */
.x-gmail-data-detectors *,
.aBn {
border-bottom: 0 !important;
cursor: default !important;
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !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
question. */
img.g-img + div {
display: none !important;
}
/* What it does: Prevents underlining the button text in Windows 10
*/
.button-link {
text-decoration: none !important;
}
/* What it does: Removes right gutter in Gmail iOS app:
[link removed] */
/* Create one of these media queries for each additional viewport size
you'd like to fix */
/* Thanks to Eric Lepetit @ericlepetitsf) for help troubleshooting */
@media only screen and (min-device-width: 375px) and
(max-device-width: 413px) { /* iPhone 6 and 6+ */
.email-container {
min-width: 350px !important;
}
}

/* Linked Styles */
body { padding:0 !important; margin:0 !important; display:block
!important; min-width:100% !important; width:100% !important;
background:#ffffff; -webkit-text-size-adjust:none }
a { color:#004877; text-decoration:none }
p { padding:0 !important; }
img { -ms-interpolation-mode: bicubic; /* Allow smoother rendering of
resized image in Internet Explorer */ }
.mcnPreviewText { display: none !important; }
.m-block { display: none !important; }
.white { color: #FFFFFF !important; }

/* Mobile styles */
@media only screen and (max-device-width: 699px), only screen and
(max-width: 699px) {
u + .body .gwfw { width:100% !important; width:100vw !important; }

/* UNCOMMENT TO LIMIT HEADER SIZES */

/*
.h1 { font-size: 18px !important; }
.h2 { font-size: 18px !important; }
.h3 { font-size: 18px !important; }
*/

.mobile-shell { width: 100% !important; min-width: 100% !important;
}
.bg { height: auto !important; -webkit-background-size: cover
!important; background-size: cover !important; }

.text-button { text-align: center !important; }
.m-center { text-align: center !important; }

.center { margin: 0 auto !important; }
.container { padding: 0px !important }

.td { width: 100% !important; min-width: 100% !important; }

.m-br-15 { height: 15px !important; }

.p60-30 { padding: 60px 30px !important; }
.p50-30 { padding: 50px 30px !important; }

.p40-30 { padding: 40px 30px !important; }
.p40-15 { padding: 40px 15px !important; }

.p30-30 { padding: 30px !important; }
.p30-20 { padding: 30px 20px !important; }
.p30-15 { padding: 30px 15px !important; }
.p30-0 { padding: 30px 0px !important; }
.p30-30-0 { padding: 30px 30px 0px !important; }
.p30-0-0 { padding: 30px 0px 0px !important; }
.p0-0-30 { padding: 0px 0px 30px !important; }
.p0-30-30 { padding: 0px 30px 30px !important; }
.p0-30 { padding: 0px 30px !important; }
.p10-30-0 { padding: 10px 30px 0px !important; }

.p20-30 { padding: 20px 30px !important; }
.p20-20 { padding: 20px !important; }
.p20-15 { padding: 20px 15px !important; }
.p20-0 { padding: 20px 0px !important; }
.p20-20-0 { padding: 20px 20px 0px !important; }
.p20-0-0 { padding: 20px 0px 0px !important; }
.p0-0-20 { padding: 0px 0px 20px !important; }
.p0-20-20 { padding: 0px 20px 20px !important; }
.p0-20 { padding: 0px 20px !important; }

.p15-30 { padding: 15px 30px !important; }
.p15-20 { padding: 15px 20px !important; }
.p15-15 { padding: 15px !important; }
.p15-0 { padding: 15px 0px !important; }
.p0-15 { padding: 0px 15px !important; }

.p10-30 { padding: 10px 30px !important; }
.p10-20 { padding: 10px 20px !important; }
.p10-20-0 { padding: 10px 20px 0px !important; }
.p10-15 { padding: 10px 15px !important; }

.p10-0 { padding: 10px 0px !important; }
.p0-10 { padding: 0px 10px !important; }

.p0 { padding: 0px !important; }

.m-td,
.m-hide { display: none !important; width: 0 !important; height: 0
!important; font-size: 0 !important; line-height: 0 !important;
min-height: 0 !important; }

.m-block { display: block !important; }

.m-height { height: auto !important; }

.fluid-img img { width: 100% !important; max-width: 100% !important;
height: auto !important; }

.column,
.column-top,
.column-empty0,
.column-empty10,
.column-empty15,
.column-empty20,
.column-empty30,
.column-empty40,
.column-dir,
.column-dir-top { float: left !important; width: 100% !important;
display: block !important; }

.column-empty0 { padding-bottom: 0px !important; }
.column-empty10 { padding-bottom: 10px !important; }
.column-empty15 { padding-bottom: 15px !important; }
.column-empty20 { padding-bottom: 20px !important; }
.column-empty30 { padding-bottom: 30px !important; }
.column-empty40 { padding-bottom: 40px !important; }

.content-spacing { width: 15px !important; }

.mobile-button { font-size: 21px !important; padding: 17px 32px
!important; }

.dark-img { text-align: center !important; }
}

/* DARK MODE STYLES */
@media (prefers-color-scheme: dark ) {
/* SHOWS DARK MODE-ONLY CONTENT, LIKE IMAGES */
.dark-img { display:block !important; width: auto !important;
overflow: visible !important; float: none !important;
max-height:inherit !important; max-width:inherit !important;
line-height: auto !important; margin-top:0px !important;
visibility:inherit !important; }

/* HIDES LIGHT MODE-ONLY CONTENT, LIKE IMAGES */
.light-img { display:none; display:none !important; }

/* CUSTOM DARK MODE FONT COLORS */
h1, h2, h3, h4, p, span, a, b, .h1, .h2, .h3, li { color: #FFFFFF
!important; }

/* CUSTOM DARK MODE BACKGROUND COLOR (UPDATE TO MATCH CLIENT COLORS)
*/
.darkmodeBG { background-color: #000000 !important; }
.darkmodeBGWhite { background-color: #FFFFFF !important; }

/* CUSTOM DARK MODE TEXT LINK COLOR (UPDATE TO MATCH CLIENT COLORS)
*/
.dark-mode-text { color: #262626 !important; }
.dark-mode-text-blue { color: #004877 !important; }
.dark-mode-text-white { color: #FFFFFF !important; }
.dark-mode-text-link { color: #FFFFFF !important; }
}

/* SHOWS DARK MODE-ONLY CONTENT, LIKE IMAGES */
[data-ogsc] .dark-img { display:block !important; width: auto
!important; overflow: visible !important; float: none !important;
max-height:inherit !important; max-width:inherit !important;
line-height: auto !important; margin-top:0px !important;
visibility:inherit !important; }

/* HIDES LIGHT MODE-ONLY CONTENT, LIKE IMAGES */
[data-ogsc] .light-img { display:none; display:none !important; }

/* CUSTOM DARK MODE FONT COLORS */
[data-ogsc] h1, [data-ogsc] h2, [data-ogsc] h3, [data-ogsc] h4,
[data-ogsc] p, [data-ogsc] span, [data-ogsc] a, [data-ogsc] b,
[data-ogsc] .h1, [data-ogsc] .h2, [data-ogsc] .h3 { color: #FFFFFF
!important; }

/* CUSTOM DARK MODE BACKGROUND COLOR (UPDATE TO MATCH CLIENT COLORS)
*/
[data-ogsc] .darkmodeBG { background-color: #000000 !important; }
[data-ogsc] .darkmodeBGWhite { background-color: #FFFFFF !important;
}

/* CUSTOM DARK MODE TEXT LINK COLOR (UPDATE TO MATCH CLIENT COLORS)
*/
[data-ogsc] .dark-mode-text { color: #262626 !important; }
[data-ogsc] .dark-mode-text-blue { color: #004877 !important; }
[data-ogsc] .dark-mode-text-white { color: #FFFFFF !important; }
[data-ogsc] .dark-mode-text-link { color: #FFFFFF !important; }

a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}



View this email in browser

[link removed]

Walk & Play L.A. 2025

[link removed]

Dear John,

Have you signed up yet? There is still time to register for Walk & Play
L.A. happening just three weeks away on Saturday, June 7. You will not
want to miss this amazing community event at the Santa Monica Pier!

The highlights:

We will be back as your hosts for the event, along with an exciting
festival line-up: DJ Dense and DJ Blake spinning tunes, roller skating
with Sunshine Skate Foundation (new in the Play Zone this year),
hockey with the LA Kings, and soccer with the LA Galaxy. The event
will also feature a 3K walk along the Ocean Front Walk, CHLA therapy
dogs, the 7-Eleven Slurpee Truck, special guests, food,
family-friendly activities, and more!

Event Day Schedule

8 a.m.
[link removed]

Festival Opens

9:30 a.m.
[link removed]

Main Stage Program Begins

10 a.m.
[link removed]

Walk Starts

Noon
[link removed]

Festival Closes

Sign up today and help us exceed our fundraising goal. We're well over halfway and
know we can get there with your support!

You can:

* Make a donation.
* Set up an individual fundraising page that you can easily link
to your Facebook page.
* Form a team and fundraise.
* Join someone else's team.

Register Now Walk Button.png

[link removed]

Use your exclusive discount code WALKPLAY25 for $10 off your
registration.

[link removed]

We hope to see you June 7!

Need support?

We are here for you. Simply reach out to us at 323-361-3459
[email protected].

Together, let's make a big splash for all the patients at CHLA!

With gratitude,

Sugar Ray and Ellen K

Sugar Ray Leonard signature

Sugar Ray Leonard
Boxing Legend and CHLA Trustee

Ellen K signature.

Ellen K.
Host of the Ellen K Morning Show on KOST 103.5 and CHLA Trustee

Walk & Play L.A. 2025

[link removed]

Follow us on Facebook

[link removed]

Follow us on Instagram

[link removed]

Follow us on LinkedIn

[link removed]

Follow us on X

[link removed]

Follow us on YouTube

[link removed]

You have
received this email because of your support of
Children's
Hospital Los Angeles.
If your preferences have
changed, you
may Unsubscribe at
any time.
[link removed]
Screenshot of the email generated on import

Message Analysis