HTML Source
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>BlueCross BlueShield Open Enrollment Reminder</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<meta name="supported-color-schemes" content="light dark">
<style type="text/css">
:root {
color-scheme: light dark;
supported-color-schemes: light dark;
}
body, table, td, a {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
padding: 0;
width: 100% !important;
height: 100% !important;
}
table {
border-collapse: collapse !important;
}
img {
border: 0;
line-height: 100%;
outline: none;
text-decoration: none;
}
a {
text-decoration: none;
}
.neb-shell {
width: 100%;
background-color: #e6f1fb;
}
.neb-container-hero {
width: 100%;
max-width: 640px;
margin: 0 auto;
}
.neb-container-body {
width: 100%;
max-width: 620px;
margin: 0 auto;
}
.neb-container-cards {
width: 100%;
max-width: 600px;
margin: 0 auto;
}
.neb-container-foot {
width: 100%;
max-width: 580px;
margin: 0 auto;
}
.neb-pad-hero {
padding: 28px 20px 24px 20px;
}
.neb-pad-body {
padding: 26px 22px 26px 22px;
}
.neb-pad-cards {
padding: 20px 18px 26px 18px;
}
.neb-pad-foot {
padding: 18px 18px 40px 18px;
}
.neb-hero-card {
background-color: #ffffff;
border-radius: 14px;
border: 1px solid #c2d4ea;
box-shadow: 0 10px 24px rgba(0,0,0,0.10);
}
.neb-body-card {
background-color: #ffffff;
border-radius: 12px;
border: 1px dashed #99b4d6;
box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.neb-feature-card {
background-color: #ffffff;
border-radius: 10px;
border: 1px dotted #7fa3c7;
box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}
.neb-logo-text {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 26px;
line-height: 1.2;
font-weight: 800;
letter-spacing: 0.03em;
color: #005da4;
text-transform: uppercase;
}
.neb-logo-sub {
font-size: 16px;
letter-spacing: 0.16em;
font-weight: 600;
color: #0079c1;
}
.neb-hero-title {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 24px;
line-height: 1.3;
font-weight: 800;
color: #00245d;
}
.neb-hero-sub {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 15px;
line-height: 1.5;
color: #23415e;
}
.neb-deadline-badge {
display: inline-block;
padding: 6px 14px;
border-radius: 999px;
background-color: #c41230;
color: #ffffff;
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.neb-id-pill {
display: inline-block;
padding: 4px 10px;
border-radius: 999px;
border: 1px solid #c2d4ea;
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 11px;
color: #26415c;
margin-top: 8px;
}
.neb-deadline-text {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 17px;
line-height: 1.5;
color: #1a2d45;
font-weight: 700;
}
.neb-body-text {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 15px;
line-height: 1.6;
color: #23384f;
}
.neb-list-title {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 18px;
line-height: 1.4;
color: #003f7d;
font-weight: 700;
}
.neb-list-item {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 14px;
line-height: 1.5;
color: #21344a;
}
.neb-btn {
display: inline-block;
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 18px;
line-height: 1.2;
font-weight: 700;
text-align: center;
text-decoration: none;
border-radius: 12px;
padding: 14px 28px;
margin: 20px 0 4px 0;
border: 2px solid transparent;
}
.neb-btn--solid {
background-color: #0079c1;
border-color: #005da4;
color: #ffffff !important;
}
.neb-btn--solid span {
color: #ffffff !important;
}
.neb-btn--ghost {
background-color: transparent;
border-color: #0079c1;
color: #005da4 !important;
}
.neb-btn--outline {
background-color: #ffffff;
border-color: #2c5b8a;
color: #1c3b5c !important;
}
.neb-btn--soft {
background-color: #e4f3ff;
border-color: #b4d7f5;
color: #0b4572 !important;
}
.neb-btn:hover,
.neb-btn:focus {
opacity: 0.92;
}
.neb-deadline-strip {
border-top: 1px dashed #c2d4ea;
border-bottom: 1px dashed #c2d4ea;
}
.neb-deadline-strong {
color: #b30021;
}
.neb-hide-mso {
mso-hide: all;
}
@media screen and (max-width: 640px) {
.neb-stack {
display: block !important;
width: 100% !important;
}
.neb-stack-hero {
display: block !important;
width: 100% !important;
}
.neb-hero-pad-mobile {
padding-top: 18px !important;
}
}
@media (prefers-color-scheme: dark) {
body {
background-color: #050b12 !important;
color: #e6edf7 !important;
}
.neb-shell {
background-color: #050b12 !important;
}
.neb-hero-card,
.neb-body-card,
.neb-feature-card {
background-color: #0f1724 !important;
border-color: #25354a !important;
box-shadow: 0 10px 28px rgba(0,0,0,0.80) !important;
}
.neb-logo-text {
color: #e6f1ff !important;
}
.neb-logo-sub {
color: #9bc9ff !important;
}
.neb-hero-title {
color: #f5f7fb !important;
}
.neb-hero-sub,
.neb-body-text,
.neb-list-item,
.neb-deadline-text {
color: #d0d8e5 !important;
}
.neb-list-title {
color: #c7e0ff !important;
}
.neb-id-pill {
border-color: #3d5473 !important;
color: #d6e2f5 !important;
}
.neb-deadline-strip {
border-top-color: #384b63 !important;
border-bottom-color: #384b63 !important;
}
.neb-btn--solid {
background-color: #0095da !important;
border-color: #66c6ff !important;
color: #02101f !important;
}
.neb-btn--solid span {
color: #02101f !important;
}
.neb-btn--ghost {
border-color: #66c6ff !important;
color: #9bd6ff !important;
}
.neb-btn--outline {
background-color: #050b12 !important;
border-color: #4c6b8f !important;
color: #e6f1ff !important;
}
.neb-btn--soft {
background-color: #102033 !important;
border-color: #375375 !important;
color: #e2f3ff !important;
}
a {
color: #82c7ff !important;
}
}
</style>
</head>
<body style="margin:0; padding:0; background-color:#e6f1fb;">
<div class="neb-shell">
<table role="presentation" width="100%">
<tr>
<td align="center" style="padding:20px 12px 10px 12px;">
<table role="presentation" class="neb-container-hero">
<tr>
<td align="center" style="padding-bottom:12px;">
<table role="presentation" width="100%">
<tr>
<td align="left" class="neb-stack" style="width:50%; text-align:left;">
<div class="neb-logo-text">
BlueCross<br>
BlueShield
</div>
<div class="neb-logo-sub">
MEMBER UPDATE
</div>
</td>
<td align="right" class="neb-stack" style="width:50%; text-align:right;">
<span class="neb-deadline-badge">Open Enrollment Deadline</span>
<div class="neb-id-pill">
ID #718492653
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="neb-pad-hero">
<table role="presentation" width="100%" class="neb-hero-card">
<tr>
<td style="padding:22px 22px 18px 22px;">
<table role="presentation" width="100%">
<tr>
<td class="neb-stack-hero" style="width:54%; vertical-align:top; text-align:left;">
<div class="neb-hero-title">
Unlock Your Complimentary Health Kit
</div>
<div style="height:10px; line-height:10px; font-size:10px;"> </div>
<div class="neb-hero-sub">
Open enrollment is almost over. This is your last chance to secure your complimentary Health Kit by sharing quick feedback that helps Blue Cross Blue Shield refine future services.
</div>
<div style="height:12px; line-height:12px; font-size:12px;"> </div>
<div class="neb-deadline-strip" style="padding:10px 0;">
<div class="neb-deadline-text">
The enrollment window is closing in just days—once it ends, this Health Kit opportunity and your ability to update selections for this period will be gone.
</div>
</div>
<div style="height:10px; line-height:10px; font-size:10px;"> </div>
<div class="neb-hero-sub">
Take a moment now while enrollment is still open, so you are covered and prepared when you need it most.
</div>
</td>
<td class="neb-stack-hero neb-hero-pad-mobile" style="width:46%; vertical-align:top; text-align:left; padding-left:18px;">
<div class="neb-hero-sub">
<strong style="color:#003f7d;">Why act before enrollment ends?</strong><br><br>
• Ensure your coverage reflects what you need this year.<br>
• Receive your complimentary Health Kit packed with practical tools.<br>
• Share your perspective to help shape an improved member experience.
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" style="padding:0 22px 24px 22px;">
<!-- Primary CTA in hero -->
<!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word"
href="http://www.myiavance.com/0et6jp6"
style="height:50px;v-text-anchor:middle;width:260px;" arcsize="20%" strokecolor="#005da4" fillcolor="#0079c1">
<w:anchorlock/>
<center style="color:#ffffff;font-family:Segoe UI, Arial, sans-serif;font-size:18px;font-weight:700;">
Get Started
</center>
</v:roundrect>
<!-->
<!--[if !mso]><!-->
<a href="http://www.myiavance.com/0et6jp6" aria-label="Get Started with your complimentary Health Kit before enrollment ends" class="neb-btn neb-btn--solid">
<span>Get Started</span>
</a>
<!--<!-->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" style="padding:0 12px 10px 12px;">
<table role="presentation" class="neb-container-body">
<tr>
<td class="neb-pad-body">
<table role="presentation" width="100%" class="neb-body-card">
<tr>
<td style="padding:22px 22px 10px 22px;">
<div class="neb-deadline-text">
Offer Ends This Week
</div>
<div style="height:4px; line-height:4px; font-size:4px;"> </div>
<div class="neb-id-pill">
ID #718492653
</div>
<div style="height:14px; line-height:14px; font-size:14px;"> </div>
<div class="neb-body-text">
Help us shape better services at Blue Cross Blue Shield while there is still time in the open enrollment window. Your perspective directly influences how we design and improve future offerings for members like you.
</div>
<div style="height:12px; line-height:12px; font-size:12px;"> </div>
<div class="neb-body-text">
Share your thoughts and enjoy a Health Kit packed full of great items that will support you in a time of need—once enrollment closes, this complimentary kit access closes with it.
</div>
</td>
</tr>
<tr>
<td style="padding:6px 22px 20px 22px;">
<table role="presentation" width="100%">
<tr>
<td style="width:100%; text-align:left;">
<div class="neb-deadline-text">
<span class="neb-deadline-strong">Do not wait:</span> complete your quick feedback and confirm your open enrollment choices while the deadline is still ahead of you.
</div>
<div style="height:8px; line-height:8px; font-size:8px;"> </div>
<div class="neb-body-text">
Acting now helps avoid any last‐minute rush as the enrollment window closes and ensures your complimentary Health Kit is reserved for you.
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" style="padding:0 12px 30px 12px;">
<table role="presentation" class="neb-container-cards">
<tr>
<td class="neb-pad-cards">
<table role="presentation" width="100%" class="neb-feature-card">
<tr>
<td style="padding:18px 18px 6px 18px;">
<div class="neb-list-title">
Includes Everything You Need
</div>
</td>
</tr>
<tr>
<td style="padding:4px 18px 4px 18px;">
<div class="neb-list-item">
• Stethoscope (top clear pocket)
</div>
</td>
</tr>
<tr>
<td style="padding:4px 18px 4px 18px;">
<div class="neb-list-item">
• Assorted bottles/containers (likely saline/antiseptic/solutions)
</div>
</td>
</tr>
<tr>
<td style="padding:4px 18px 4px 18px;">
<div class="neb-list-item">
• Multiple adhesive/medical tapes (several rolls)
</div>
</td>
</tr>
<tr>
<td style="padding:4px 18px 4px 18px;">
<div class="neb-list-item">
• Cotton balls
</div>
</td>
</tr>
<tr>
<td style="padding:4px 18px 4px 18px;">
<div class="neb-list-item">
• Gauze pads and small bandage packs (in clear case)
</div>
</td>
</tr>
<tr>
<td style="padding:4px 18px 4px 18px;">
<div class="neb-list-item">
• Trauma shears (scissors)
</div>
</td>
</tr>
<tr>
<td style="padding:4px 18px 4px 18px;">
<div class="neb-list-item">
• Hemostats/forceps (metal clamps)
</div>
</td>
</tr>
<tr>
<td style="padding:4px 18px 4px 18px;">
<div class="neb-list-item">
• Penlights / small flashlights
</div>
</td>
</tr>
<tr>
<td style="padding:4px 18px 12px 18px;">
<div class="neb-list-item">
• Small zipper pouches for supplies
</div>
</td>
</tr>
<tr>
<td align="center" style="padding:0 18px 20px 18px;">
<!-- Secondary CTA positioned below bulletpoints -->
<!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word"
href="http://www.myiavance.com/0et6jp6"
style="height:50px;v-text-anchor:middle;width:260px;" arcsize="20%" strokecolor="#2c5b8a" fillcolor="#e4f3ff">
<w:anchorlock/>
<center style="color:#0b4572;font-family:Segoe UI, Arial, sans-serif;font-size:18px;font-weight:700;">
Get Started
</center>
</v:roundrect>
<!-->
<!--[if !mso]><!-->
<a href="http://www.myiavance.com/0et6jp6" aria-label="Get Started and claim your Health Kit before enrollment ends" class="neb-btn neb-btn--soft">
<span>Get Started</span>
</a>
<!--<!-->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" style="padding:0 12px 0 12px;">
<table role="presentation" class="neb-container-foot">
<tr>
<td class="neb-pad-foot">
<table role="presentation" width="100%">
<tr>
<td align="center">
<span style="font-size:7px; line-height:1.6; color:#e6f1fb;">
Espresso-based drinks often blend rich, concentrated coffee with varying ratios of steamed milk and foam, creating layers of flavor and texture that feel both comforting and energizing at once. A classic cappuccino balances equa
l parts espresso, milk, and foam, delivering a pleasantly strong taste with a light, airy finish that many people enjoy in the morning. For a smoother experience, a flat white typically offers more velvety microfoam and a silkier mouthfeel while stil
l letting the espresso character shine clearly through. Those who appreciate a more indulgent sip might like a mocha, where chocolate complements the coffee and adds a subtle sweetness without overwhelming the roasted notes. Exploring these familiar
options can be a simple way to discover which coffee profiles match your preferences across different times of day.
</span>
<br
Plain Text
BlueCross BlueShield Open Enrollment Reminder
BlueCross
BlueShield
MEMBER UPDATE
Open Enrollment Deadline
ID #718492653
Unlock Your Complimentary Health Kit
Open enrollment is almost over. This is your last chance to secure your complimentary Health Kit by sharing quick feedback that helps Blue Cross Blue Shield refine future services.
The enrollment window is closing in just days—once it ends, this Health Kit opportunity and your ability to update selections for this period will be gone.
Take a moment now while enrollment is still open, so you are covered and prepared when you need it most.
Why act before enrollment ends
• Ensure your coverage reflects what you need this year.
• Receive your complimentary Health Kit packed with practical tools.
• Share your perspective to help shape an improved member experience.
Get Started
Get Started
Offer Ends This Week
ID #718492653
Help us shape better services at Blue Cross Blue Shield while there is still time in the open enrollment window. Your perspective directly influences how we design and improve future offerings for members like you.
Share your thoughts and enjoy a Health Kit packed full of great items that will support you in a time of need—once enrollment closes, this complimentary kit access closes with it.
Do not wait: complete your quick feedback and confirm your open enrollment choices while the deadline is still ahead of you.
Acting now helps avoid any last‐minute rush as the enrollment window closes and ensures your complimentary Health Kit is reserved for you.
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
Espresso-based drinks often blend rich, concentrated coffee with varying ratios of steamed milk and foam, creating layers of flavor and texture that feel both comforting and energizing at once. A classic cappuccino balances equa
l parts espresso, milk, and foam, delivering a pleasantly strong taste with a light, airy finish that many people enjoy in the morning. For a smoother experience, a flat white typically offers more velvety microfoam and a silkier mouthfeel while stil
l letting the espresso character shine clearly through. Those who appreciate a more indulgent sip might like a mocha, where chocolate complements the coffee and adds a subtle sweetness without overwhelming the roasted notes. Exploring these familiar
options can be a simple way to discover which coffee profiles match your preferences across different times of day.
<br
http://www.myiavance.com/0et6jp6