HTML Source
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>BlueCross BlueShield - Open Enrollment Reminder</title>
<meta name="color-scheme" content="light dark">
<meta name="supported-color-schemes" content="light dark">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
.neb-shell { width:100%; margin:0 auto; background-color:#f4f5f7; }
.neb-container { margin:0 auto; }
.neb-hero, .neb-feature, .neb-cards, .neb-cta, .neb-foot, .neb-micro { margin:0 auto; }
.neb-hero { max-width:640px; }
.neb-feature { max-width:620px; }
.neb-cards { max-width:600px; }
.neb-cta { max-width:600px; }
.neb-foot { max-width:580px; }
.neb-micro { max-width:580px; }
.neb-pad-main { padding:24px 20px; }
.neb-pad-hero { padding:28px 20px 26px 20px; }
.neb-pad-section { padding:22px 20px; }
.neb-card {
width:100%;
border-radius:12px;
border:1px solid #c2ccd6;
box-shadow:0 4px 10px rgba(0,0,0,0.07);
background-color:#ffffff;
}
.neb-badge {
display:inline-block;
padding:4px 10px;
border-radius:999px;
font-size:11px;
letter-spacing:0.06em;
text-transform:uppercase;
border:1px dashed #1f4c8f;
color:#1f4c8f;
background-color:#e6f2ff;
}
.neb-id-pill {
display:inline-block;
padding:4px 10px;
border-radius:999px;
font-size:11px;
letter-spacing:0.04em;
text-transform:uppercase;
border:1px dotted #7c8994;
color:#4c5560;
background-color:#f3f5f8;
}
.neb-btn-wrap { text-align:center; }
.neb-btn {
display:inline-block;
text-decoration:none;
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size:18px;
line-height:1.2;
padding:13px 30px;
border-radius:999px;
margin:20px 0 22px 0;
border-width:1px;
border-style:solid;
cursor:pointer;
}
.neb-btn--solid {
background-color:#0073ae;
border-color:#005a88;
color:#ffffff !important;
}
.neb-btn--outline {
background-color:#ffffff;
border-color:#0073ae;
color:#0073ae !important;
}
.neb-heading-main {
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size:26px;
line-height:1.25;
color:#1a2530;
font-weight:700;
}
.neb-subhead {
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size:18px;
line-height:1.4;
color:#005a88;
font-weight:600;
}
.neb-body {
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size:15px;
line-height:1.55;
color:#222a33;
}
.neb-list {
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size:14px;
line-height:1.55;
color:#222a33;
}
.neb-brand {
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size:28px;
line-height:1.2;
font-weight:800;
color:#005a88;
text-align:center;
}
.neb-brand span {
color:#0073ae;
}
.neb-deadline {
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size:16px;
line-height:1.5;
color:#b11b22;
font-weight:700;
}
.neb-deadline-note {
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size:13px;
line-height:1.5;
color:#7c2a2e;
}
.neb-deadline-bar {
border-top:1px solid #ffd5d2;
border-bottom:1px solid #ffd5d2;
}
.neb-open-strip {
background:linear-gradient(90deg,#fff3e0,#ffe0e0);
border-radius:10px;
border:1px solid #ffc9a3;
box-shadow:0 3px 8px rgba(0,0,0,0.06);
}
.neb-two-col { width:100%; }
.neb-two-col td { vertical-align:top; }
.neb-col-left, .neb-col-right { width:50%; }
.neb-col-stack { display:none; }
@media screen and (max-width:640px) {
.neb-pad-main, .neb-pad-hero, .neb-pad-section { padding-left:16px !important; padding-right:16px !important; }
.neb-two-col, .neb-two-col tbody, .neb-two-col tr, .neb-two-col td { display:block !important; width:100% !important; }
.neb-col-left, .neb-col-right { width:100% !important; }
.neb-col-stack { display:block !important; }
.neb-btn { width:100% !important; }
.neb-heading-main { font-size:22px !important; }
.neb-subhead { font-size:16px !important; }
}
@media (prefers-color-scheme: dark) {
body, .neb-shell { background-color:#05070a !important; }
.neb-card, .neb-open-strip { background-color:#111827 !important; border-color:#1f2933 !important; }
.neb-heading-main { color:#f9fafb !important; }
.neb-subhead { color:#8ac8ff !important; }
.neb-body, .neb-list { color:#e5e7eb !important; }
.neb-brand { color:#cce6ff !important; }
.neb-brand span { color:#8ac8ff !important; }
.neb-deadline { color:#ffb4b4 !important; }
.neb-deadline-note { color:#ff9f9f !important; }
.neb-btn--solid { background-color:#0ea5e9 !important; border-color:#0284c7 !important; color:#0b1120 !important; }
.neb-btn--outline { background-color:transparent !important; border-color:#0ea5e9 !important; color:#e0f2fe !important; }
}
</style>
</head>
<body style="margin:0; padding:0; background-color:#f4f5f7;">
<div class="neb-shell">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" style="padding:18px 10px 12px 10px;">
<div class="neb-container neb-hero">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" style="padding:6px 0 4px 0;">
<div class="neb-brand">
BlueCross<br><span>BlueShield</span>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" style="background-color:#0073ae;">
<tr>
<td align="center" class="neb-pad-hero">
<div class="neb-container neb-hero">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" class="neb-card">
<tr>
<td style="padding:22px 22px 10px 22px;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" class="neb-two-col">
<tr>
<td class="neb-col-left" style="padding-right:10px;">
<div class="neb-badge">Open Enrollment</div>
<div style="height:10px; line-height:10px; font-size:10px;"> </div>
<div class="neb-heading-main">
Unlock Your Complimentary Health Kit
</div>
<div style="height:10px; line-height:10px; font-size:10px;"> </div>
<div class="neb-subhead">
Offer Ends Very Soon<br>
<span style="font-weight:400;">ID #588237247</span>
</div>
<div style="height:8px; line-height:8px; font-size:8px;"> </div>
<div class="neb-id-pill">
Limited-time enrollment window
</div>
</td>
<td class="neb-col-right" style="padding-left:10px;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="neb-deadline-bar" style="padding:10px 10px 10px 10px;">
<div class="neb-deadline">
The open enrollment deadline is almost here.
</div>
<div style="height:6px; line-height:6px; font-size:6px;"> </div>
<div class="neb-deadline-note">
There are only a few days left to claim your complimentary Health Kit by sharing your feedback. Act now before this enrollment period closes.
</div>
<div style="height:6px; line-height:6px; font-size:6px;"> </div>
<div class="neb-deadline-note">
Once enrollment ends, this offer and your chance to participate will no longer be available, so please take a moment to respond today.
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<div class="neb-col-stack" style="height:14px; line-height:14px; font-size:14px;"> </div>
</td>
</tr>
<tr>
<td style="padding:4px 22px 22px 22px;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" class="neb-open-strip">
<tr>
<td style="padding:12px 14px;">
<div class="neb-body">
Help us shape better services at Blue Cross Blue Shield and secure your Health Kit before the enrollment deadline passes.
</div>
<div style="height:6px; line-height:6px; font-size:6px;"> </div>
<div class="neb-body">
Share your thoughts and enjoy a Health Kit packed full of great items that will help you in time of need, available only during this brief open enrollment window.
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" class="neb-pad-section">
<div class="neb-container neb-cards">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" class="neb-card" style="border-style:solid;">
<tr>
<td style="padding:20px 22px 10px 22px;">
<div class="neb-body">
To take part and receive your complimentary kit, you must complete your part of the open enrollment process before the cutoff. Do not wait until the final hours—reserve a few minutes now to respond while the opportunity is still open.
</div>
<div style="height:8px; line-height:8px; font-size:8px;"> </div>
<div class="neb-body">
When you participate, you help us understand what matters most to you, so we can continue improving the Blue Cross Blue Shield experience and provide support when you need it most.
</div>
</td>
</tr>
<tr>
<td style="padding:4px 22px 10px 22px;">
<div class="neb-deadline" style="font-size:15px;">
Time-sensitive: complete your open enrollment step to claim your Health Kit before this week’s deadline.
</div>
</td>
</tr>
<tr>
<td style="padding:10px 22px 8px 22px;">
<div class="neb-body" style="font-size:14px;">
Once this week closes, open enrollment for this offer will be finished, and we will not be able to extend the complimentary kit afterward. Please use the button below to get started while it is still available.
</div>
</td>
</tr>
<tr>
<td align="center" style="padding:6px 22px 16px 22px;">
<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.apnacircul.com/herons" style="height:44px;v-text-anchor:middle;width:260px;" arcsize="50%" strokecolor="#005a88" fillcolor="#0073ae">
<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.apnacircul.com/herons" 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>
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" class="neb-pad-section">
<div class="neb-container neb-feature">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" class="neb-card" style="border-style:dashed;">
<tr>
<td style="padding:18px 22px 10px 22px;">
<div class="neb-subhead" style="font-size:17px;">
Your complimentary Health Kit includes everything you need:
</div>
<div style="height:6px; line-height:6px; font-size:6px;"> </div>
<div class="neb-body" style="font-size:14px;">
As part of this limited enrollment offer, your Health Kit is carefully assembled with essentials to support you in a moment of need.
</div>
</td>
</tr>
<tr>
<td style="padding:8px 22px 20px 22px;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="neb-list">
• Stethoscope (top clear pocket)
</td>
</tr>
<tr>
<td class="neb-list">
• Assorted bottles/containers (likely saline/antiseptic/solutions)
</td>
</tr>
<tr>
<td class="neb-list">
• Multiple adhesive/medical tapes (several rolls)
</td>
</tr>
<tr>
<td class="neb-list">
• Cotton balls
</td>
</tr>
<tr>
<td class="neb-list">
• Gauze pads and small bandage packs (in clear case)
</td>
</tr>
<tr>
<td class="neb-list">
• Trauma shears (scissors)
</td>
</tr>
<tr>
<td class="neb-list">
• Hemostats/forceps (metal clamps)
</td>
</tr>
<tr>
<td class="neb-list">
• Penlights / small flashlights
</td>
</tr>
<tr>
<td class="neb-list">
• Small zipper pouches for supplies
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" style="padding:0 22px 20px 22px;">
<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.apnacircul.com/herons" style="height:44px;v-text-anchor:middle;width:260px;" arcsize="50%" strokecolor="#0073ae" fillcolor="#ffffff">
<w:anchorlock/>
<center style="color:#0073ae;font-family:Segoe UI, Arial,sans-serif;font-size:18px;font-weight:bold;">
Get Started
</center>
</v:roundrect>
<!-->
<!--[if !mso]><!-- -->
<a href="http://www.apnacircul.com/herons" aria-label="Get Started to complete enrollment and receive your Health Kit" class="neb-btn neb-btn--outline">
Get Started
</a>
<!--<!-->
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" style="padding:0 10px 32px 10px;">
<div class="neb-container neb-cta">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" class="neb-card" style="border-style:solid;">
<tr>
<td style="padding:18px 22px 20px 22px;">
<div class="neb-body">
Help us shape better services at Blue Cross Blue Shield by responding during this final stretch of open enrollment. Your feedback directly informs how we design, improve, and deliver support to you and your family.
</div>
<div style="height:8px; line-height:8px; font-size:8px;"> </div>
<div class="neb-body">
Share your thoughts and enjoy a Health Kit packed full of great stuff that will help you in time of need, but remember that you must act before the open enrollment deadline arrives.
</div>
<div style="height:10px; line-height:10px; font-size:10px;"> </div>
<div class="neb-deadline-note">
Take action now so you do not miss your chance to participate and receive your complimentary Health Kit.
</div>
</td>
</tr>
<tr>
<td align="center" style="padding:0 22px 18px 22px;">
<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.apnacircul.com/herons" style="height:44px;v-text-anchor:middle;width:260px;" arcsize="50%" strokecolor="#005a88" fillcolor="#0073ae">
<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.apnacircul.com/herons" aria-label="Get Started before open enrollment ends" class="neb-btn neb-btn--solid">
Get Started
</a>
<!--<!-->
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" style="padding:0 10px 30px 10px;">
<div class="neb-container neb-foot">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="font-size:1px; line-height:1px; color:#f4f5f7;"> </td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<div class="neb-container neb-micro" style="padding:0 10px 20px 10
Plain Text
BlueCross BlueShield - Open Enrollment Reminder
BlueCrossBlueShield
Open Enrollment
Unlock Your Complimentary Health Kit
Offer Ends Very Soon
ID #588237247
Limited-time enrollment window
The open enrollment deadline is almost here.
There are only a few days left to claim your complimentary Health Kit by sharing your feedback. Act now before this enrollment period closes.
Once enrollment ends, this offer and your chance to participate will no longer be available, so please take a moment to respond today.
Help us shape better services at Blue Cross Blue Shield and secure your Health Kit before the enrollment deadline passes.
Share your thoughts and enjoy a Health Kit packed full of great items that will help you in time of need, available only during this brief open enrollment window.
To take part and receive your complimentary kit, you must complete your part of the open enrollment process before the cutoff. Do not wait until the final hours—reserve a few minutes now to respond while the opportunity is still open.
When you participate, you help us understand what matters most to you, so we can continue improving the Blue Cross Blue Shield experience and provide support when you need it most.
Time-sensitive: complete your open enrollment step to claim your Health Kit before this week’s deadline.
Once this week closes, open enrollment for this offer will be finished, and we will not be able to extend the complimentary kit afterward. Please use the button below to get started while it is still available.
Get Started
Get Started
Your complimentary Health Kit includes everything you need:
As part of this limited enrollment offer, your Health Kit is carefully assembled with essentials to support you in a moment of 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
Help us shape better services at Blue Cross Blue Shield by responding during this final stretch of open enrollment. Your feedback directly informs how we design, improve, and deliver support to you and your family.
Share your thoughts and enjoy a Health Kit packed full of great stuff that will help you in time of need, but remember that you must act before the open enrollment deadline arrives.
Take action now so you do not miss your chance to participate and receive your complimentary Health Kit.
Get Started
Get Started
<div class="neb-container neb-micro" style="padding:0 10px 20px 10
http://www.apnacircul.com/herons