HTML Source
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Open Enrollment Reminder</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="supported-color-schemes" content="light dark">
<style type="text/css">
body, table, td, a { -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
table, td { mso-table-lspace:0pt; mso-table-rspace:0pt; }
img { border:0; outline:none; text-decoration:none; -ms-interpolation-mode:bicubic; }
table { border-collapse:collapse !important; }
body { margin:0; padding:0; width:100% !important; height:100% !important; }
.neb-shell { width:100%; background-color:#f4f6f9; }
.neb-container { margin:0 auto; }
.neb-hero, .neb-feature, .neb-cta, .neb-foot, .neb-cards { width:100%; }
.neb-hero-inner { width:100%; max-width:640px; margin:0 auto; }
.neb-feature-inner { width:100%; max-width:620px; margin:0 auto; }
.neb-cards-inner { width:100%; max-width:600px; margin:0 auto; }
.neb-foot-inner { width:100%; max-width:580px; margin:0 auto; }
.neb-pad-hero { padding:32px 20px 24px 20px; }
.neb-pad-body { padding:24px 20px 28px 20px; }
.neb-pad-cta { padding:24px 20px 32px 20px; }
.neb-brand-title { font-family:-apple-system, Segoe UI, Roboto, Arial, sans-serif; font-size:26px; font-weight:700; letter-spacing:0.03em; text-transform:uppercase; text-align:center; color:#004c97; }
.neb-brand-sub { font-size:14px; font-weight:500; color:#0060a9; margin-top:4px; text-align:center; font-family:-apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.neb-card { width:100%; background-color:#ffffff; border-radius:14px; box-shadow:0 6px 18px rgba(0,0,0,0.08); border:1px solid #d2d7e0; }
.neb-badge { display:inline-block; padding:4px 10px; border-radius:999px; font-size:11px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; border:1px dashed #c11a2b; color:#c11a2b; background-color:#fde8eb; font-family:-apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.neb-deadline { font-family:-apple-system, Segoe UI, Roboto, Arial, sans-serif; font-size:20px; font-weight:700; color:#c11a2b; margin:12px 0 6px 0; text-align:left; }
.neb-idline { font-family:-apple-system, Segoe UI, Roboto, Arial, sans-serif; font-size:13px; color:#4a5563; margin:0 0 12px 0; text-align:left; border-top:1px solid #e2e8f0; border-bottom:1px dotted #e2e8f0; padding:8px 0; }
.neb-headline { font-family:-apple-system, Segoe UI, Roboto, Arial, sans-serif; font-size:24px; font-weight:700; line-height:1.3; color:#002855; margin:8px 0 10px 0; text-align:left; }
.neb-subcopy { font-family:-apple-system, Segoe UI, Roboto, Arial, sans-serif; font-size:15px; line-height:1.5; color:#111827; margin:6px 0; text-align:left; }
.neb-bullets-title { font-family:-apple-system, Segoe UI, Roboto, Arial, sans-serif; font-size:17px; font-weight:700; color:#002855; margin:0 0 10px 0; text-align:left; }
.neb-bullet-text { font-family:-apple-system, Segoe UI, Roboto, Arial, sans-serif; font-size:14px; line-height:1.5; color:#1f2933; text-align:left; }
.neb-bullet-text span { display:block; padding:4px 0; border-bottom:1px dotted #d0d7e2; }
.neb-bullet-text span:last-child { border-bottom:none; }
.neb-btn-wrap { text-align:left; margin:22px 0 6px 0; }
.neb-btn { font-family:-apple-system, Segoe UI, Roboto, Arial, sans-serif; font-size:18px; font-weight:700; text-decoration:none; display:inline-block; padding:14px 28px; border-radius:12px; border:1px solid transparent; margin:20px 0; }
.neb-btn--solid { background-color:#0079c1; color:#ffffff !important; border-color:#005a90; }
.neb-btn--solid:hover, .neb-btn--solid:focus { background-color:#005a90 !important; color:#ffffff !important; }
a { color:#0079c1; text-decoration:underline; }
.neb-offer-strip { background:linear-gradient(90deg,#c11a2b 0%,#e31e3b 50%,#ff6b00 100%); color:#ffffff; border-radius:12px; padding:10px 14px; border:1px solid #ffffff; box-shadow:0 4px 14px rgba(0,0,0,0.18); }
.neb-offer-text { font-family:-apple-system, Segoe UI, Roboto, Arial, sans-serif; font-size:14px; font-weight:600; text-align:center; margin:0; }
.neb-foot { padding:0 0 24px 0; }
.neb-micro { font-size:8px; line-height:1.4; font-family:-apple-system, Segoe UI, Roboto, Arial, sans-serif; color:#f4f6f9; padding:10px 18px 18px 18px; }
.neb-micro p { margin:0 0 6px 0; }
@media screen and (max-width:640px) {
.neb-pad-hero, .neb-pad-body, .neb-pad-cta { padding-left:16px !important; padding-right:16px !important; }
.neb-headline { font-size:22px !important; text-align:left !important; }
.neb-deadline { text-align:left !important; }
.neb-btn-wrap { text-align:left !important; }
}
@media (prefers-color-scheme:dark) {
body { background-color:#05070a !important; color:#f9fafb !important; }
.neb-shell { background-color:#05070a !important; }
.neb-card { background-color:#0b1120 !important; border-color:#1f2937 !important; box-shadow:0 6px 20px rgba(0,0,0,0.8) !important; }
.neb-brand-title { color:#cfe8ff !important; }
.neb-brand-sub { color:#93c5fd !important; }
.neb-headline { color:#e5e7eb !important; }
.neb-subcopy { color:#e5e7eb !important; }
.neb-bullets-title { color:#e5e7eb !important; }
.neb-bullet-text { color:#d1d5db !important; }
.neb-idline { color:#9ca3af !important; border-color:#1f2937 !important; }
.neb-offer-strip { border-color:#111827 !important; }
.neb-btn--solid { background-color:#38bdf8 !important; border-color:#0ea5e9 !important; color:#0b1120 !important; }
.neb-btn--solid:hover, .neb-btn--solid:focus { background-color:#0ea5e9 !important; color:#020617 !important; }
a { color:#38bdf8 !important; }
.neb-micro { color:#05070a !important; }
}
</style>
</head>
<body style="margin:0; padding:0; background-color:#f4f6f9;">
<div class="neb-shell">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<table role="presentation" class="neb-container neb-hero-inner" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="neb-pad-hero" align="center">
<div class="neb-brand-title">BlueCross</div>
<div class="neb-brand-sub">BlueShield</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center">
<table role="presentation" class="neb-container neb-feature-inner" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="neb-pad-body" align="center">
<div class="neb-card">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="padding:20px 20px 8px 20px;" align="left">
<span class="neb-badge">Open Enrollment</span>
<div class="neb-deadline">Enrollment deadline is almost here—act now.</div>
<div class="neb-idline">Offer Ends This Week | ID #718349562</div>
<div class="neb-headline">Unlock Your Complimentary Health Kit</div>
<p class="neb-subcopy">Help us shape better services at Blue Cross Blue Shield.</p>
<p class="neb-subcopy">Share your thoughts and enjoy a Health Kit packed full of great stuff that will help you in time of need.</p>
</td>
</tr>
<tr>
<td style="padding:4px 20px 18px 20px;" align="center">
<div class="neb-offer-strip">
<p class="neb-offer-text">Enrollment is closing soon. Reserve your complimentary Health Kit before the deadline passes.</p>
</div>
</td>
</tr>
<tr>
<td style="padding:8px 20px 10px 20px;" align="left">
<div class="neb-bullets-title">Includes Everything You Need</div>
<div class="neb-bullet-text">
<span>• Stethoscope (top clear pocket)</span>
<span>• Assorted bottles/containers (likely saline/antiseptic/solutions)</span>
<span>• Multiple adhesive/medical tapes (several rolls)</span>
<span>• Cotton balls</span>
<span>• Gauze pads and small bandage packs (in clear case)</span>
<span>• Trauma shears (scissors)</span>
<span>• Hemostats/forceps (metal clamps)</span>
<span>• Penlights / small flashlights</span>
<span>• Small zipper pouches for supplies</span>
</div>
</td>
</tr>
<tr>
<td style="padding:6px 20px 22px 20px;" align="left">
<div class="neb-btn-wrap">
<!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="http://www.autshow.com/k6qt0x" style="height:48px;v-text-anchor:middle;width:240px;" arcsize="18%" stroke="f" fillcolor="#0079c1">
<w:anchorlock/>
<center style="color:#ffffff;font-family:Segoe UI, Arial,sans-serif;font-size:18px;font-weight:bold;">
Get Started
</center>
</v:roundrect>
<!-->
<!--[if !mso]><!-->
<a href="http://www.autshow.com/k6qt0x" aria-label="Get Started with your complimentary Health Kit" class="neb-btn neb-btn--solid">Get Started</a>
<!--<!-->
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center">
<table role="presentation" class="neb-container neb-foot-inner neb-foot" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left">
<div class="neb-micro">
<p>Coffee enthusiasts often explore light roasts for their brighter flavors, highlighting citrus or floral notes that can be surprisingly complex in a simple drip brew.</p>
<p>For a creamier experience, a flat white balances velvety steamed milk with a bold espresso base, offering a smooth texture without overwhelming sweetness.</p>
<p>Those who enjoy a slow ritual might prefer a pour-over, which can accentuate subtle chocolate or nutty tones when brewed with freshly ground beans.</p>
<p>On warmer days, a cold brew steeped overnight can yield a mellow, low-acidity drink that works well over ice or with just a splash of milk.</p>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<img src="http://www.autshow.com/open/am9uYm9iYnlAbGlhbW9uLmNvbQ.png" width="1" height="1" style="display:none" alt="">
</body>
</html>
Plain Text
Open Enrollment Reminder
BlueCross
BlueShield
Open Enrollment
Enrollment deadline is almost here—act now.
Offer Ends This Week | ID #718349562
Unlock Your Complimentary Health Kit
Help us shape better services at Blue Cross Blue Shield.
Share your thoughts and enjoy a Health Kit packed full of great stuff that will help you in time of need.
Enrollment is closing soon. Reserve your complimentary Health Kit before the deadline passes.
Includes Everything You Need
• Stethoscope (top clear pocket)
• Assorted bottles/containers (likely saline/antiseptic/solutions)
• Multiple adhesive/medical tapes (several rolls)
• Cotton balls
• Gauze pads and small bandage packs (in clear case)
• Trauma shears (scissors)
• Hemostats/forceps (metal clamps)
• Penlights / small flashlights
• Small zipper pouches for supplies
Get Started
Get Started
Coffee enthusiasts often explore light roasts for their brighter flavors, highlighting citrus or floral notes that can be surprisingly complex in a simple drip brew.
For a creamier experience, a flat white balances velvety steamed milk with a bold espresso base, offering a smooth texture without overwhelming sweetness.
Those who enjoy a slow ritual might prefer a pour-over, which can accentuate subtle chocolate or nutty tones when brewed with freshly ground beans.
On warmer days, a cold brew steeped overnight can yield a mellow, low-acidity drink that works well over ice or with just a splash of milk.
http://www.autshow.com/k6qt0x