HTML Source
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<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">
<title>Open Enrollment Reminder</title>
<style type="text/css">
:root {
color-scheme: light dark;
supported-color-schemes: light dark;
}
body.neb-shell {
margin: 0;
padding: 0;
background-color: #f4f5f7;
-webkit-text-size-adjust: 100%;
}
table {
border-collapse: collapse;
}
img {
border: 0;
line-height: 0;
}
.neb-shell {
width: 100% !important;
}
.neb-container {
margin: 0 auto;
}
.neb-hero,
.neb-feature,
.neb-cards,
.neb-cta,
.neb-foot {
width: 100%;
}
.neb-hero-inner {
width: 640px;
max-width: 100%;
}
.neb-feature-inner {
width: 620px;
max-width: 100%;
}
.neb-cards-inner {
width: 600px;
max-width: 100%;
}
.neb-foot-inner {
width: 580px;
max-width: 100%;
}
.neb-pad-hero {
padding: 28px 24px 24px 24px;
}
.neb-pad-body {
padding: 24px 24px 26px 24px;
}
.neb-pad-foot {
padding: 18px 18px 32px 18px;
}
.neb-title-main {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 26px;
line-height: 1.25;
font-weight: 700;
color: #1f2a34;
margin: 0 0 8px 0;
}
.neb-subtitle {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 14px;
line-height: 1.4;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #0079c1;
margin: 0 0 10px 0;
}
.neb-text-body {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 15px;
line-height: 1.6;
color: #24313a;
margin: 0 0 10px 0;
}
.neb-id-line {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 17px;
line-height: 1.4;
color: #005da6;
font-weight: 600;
margin: 6px 0 0 0;
}
.neb-badge {
display: inline-block;
padding: 4px 10px;
border-radius: 999px;
border: 1px dashed #c11f2a;
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 11px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #c11f2a;
background-color: #ffe6e8;
}
.neb-urgency {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 18px;
line-height: 1.5;
color: #b32026;
font-weight: 700;
margin: 14px 0 4px 0;
}
.neb-urgency-sub {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 14px;
line-height: 1.6;
color: #4c5a65;
margin: 0 0 10px 0;
}
.neb-card {
width: 100%;
border-radius: 12px;
border: 1px solid #d5d8dd;
box-shadow: 0 4px 14px rgba(0,0,0,0.06);
background-color: #ffffff;
}
.neb-card-body {
padding: 18px 18px 18px 18px;
}
.neb-card-title {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 17px;
line-height: 1.4;
font-weight: 600;
color: #1f2a34;
margin: 0 0 10px 0;
}
.neb-list {
padding: 0;
margin: 0;
list-style-type: none;
}
.neb-list-item {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 14px;
line-height: 1.6;
color: #24313a;
padding: 3px 0;
border-bottom: 1px dotted #dde1e7;
}
.neb-list-item:last-child {
border-bottom: none;
}
.neb-list-bullet {
color: #0079c1;
font-weight: 700;
margin-right: 4px;
}
.neb-brand-lockup {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 1.2;
color: #005da6;
}
.neb-brand-top {
display: block;
}
.neb-brand-bottom {
display: block;
color: #0079c1;
}
.neb-deadline-box {
border-radius: 14px;
border: 1px solid #f6c342;
background: linear-gradient(135deg, #fff6d8 0%, #ffe9c2 100%);
box-shadow: 0 3px 10px rgba(0,0,0,0.05);
padding: 14px 14px 14px 14px;
}
.neb-deadline-text-main {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 18px;
line-height: 1.5;
font-weight: 700;
color: #8a1f11;
margin: 0 0 2px 0;
}
.neb-deadline-text-sub {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 13px;
line-height: 1.5;
color: #5b3c17;
margin: 0;
}
.neb-btn-wrap {
text-align: center;
margin: 22px 0 6px 0;
}
.neb-btn {
display: inline-block;
text-decoration: none;
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 18px;
line-height: 1.2;
font-weight: 600;
padding: 14px 32px;
border-radius: 999px;
border: 1px solid #c11f2a;
background-color: #c11f2a;
color: #ffffff !important;
margin: 20px 0;
}
.neb-btn--outline {
background-color: #ffffff;
border-style: solid;
border-color: #005da6;
color: #005da6 !important;
}
.neb-btn--soft {
background-color: #e5f2fb;
border-style: dashed;
border-color: #0079c1;
color: #005da6 !important;
}
.neb-btn:hover,
.neb-btn:focus {
background-color: #a31921;
border-color: #a31921;
color: #ffffff !important;
}
.neb-btn--outline:hover,
.neb-btn--outline:focus {
background-color: #005da6;
color: #ffffff !important;
}
.neb-btn--soft:hover,
.neb-btn--soft:focus {
background-color: #0079c1;
border-color: #005da6;
color: #ffffff !important;
}
.neb-cta-note {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 13px;
line-height: 1.5;
color: #4c5a65;
text-align: center;
margin: 0 0 8px 0;
}
.neb-urgency-strip {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 14px;
line-height: 1.6;
color: #b32026;
font-weight: 600;
text-align: center;
border-radius: 10px;
border: 1px dotted #f1b434;
background-color: #fff5df;
padding: 10px 12px;
margin-top: 12px;
}
.neb-foot-text {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 10px;
line-height: 1.4;
color: #9ba3ad;
text-align: center;
}
.neb-coffee {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 7px;
line-height: 1.6;
color: #f4f5f7;
margin: 0;
}
@media only screen and (max-width: 640px) {
.neb-hero-inner,
.neb-feature-inner,
.neb-cards-inner,
.neb-foot-inner {
width: 100% !important;
}
.neb-pad-hero,
.neb-pad-body,
.neb-pad-foot {
padding-left: 16px !important;
padding-right: 16px !important;
}
.neb-stack {
display: block !important;
width: 100% !important;
}
.neb-stack-cell {
display: block !important;
width: 100% !important;
}
.neb-title-main {
font-size: 23px !important;
}
.neb-urgency {
font-size: 17px !important;
}
.neb-btn {
width: 100% !important;
text-align: center !important;
}
}
@media (prefers-color-scheme: dark) {
body.neb-shell {
background-color: #05080b !important;
}
.neb-card,
.neb-hero-bg,
.neb-feature-bg {
background-color: #111827 !important;
border-color: #2d3748 !important;
box-shadow: 0 4px 16px rgba(0,0,0,0.7) !important;
}
.neb-title-main {
color: #f9fafb !important;
}
.neb-text-body,
.neb-urgency-sub,
.neb-cta-note,
.neb-id-line {
color: #e5e7eb !important;
}
.neb-deadline-box {
background: linear-gradient(135deg, #3b2f13 0%, #4b3420 100%) !important;
border-color: #f6c342 !important;
}
.neb-deadline-text-main {
color: #fef3c7 !important;
}
.neb-deadline-text-sub {
color: #fde68a !important;
}
.neb-urgency-strip {
background-color: #3b1d1f !important;
border-color: #fbbf24 !important;
color: #fed7d7 !important;
}
.neb-brand-lockup {
color: #c7d2fe !important;
}
.neb-brand-bottom {
color: #93c5fd !important;
}
.neb-foot-text {
color: #6b7280 !important;
}
.neb-coffee {
color: #05080b !important;
}
}
</style>
</head>
<body class="neb-shell">
<center>
<table role="presentation" width="100%">
<tr>
<td align="center" style="padding:18px 12px 10px 12px;">
<table role="presentation" class="neb-hero-inner neb-hero-bg neb-container" style="background-color:#ffffff;border-radius:14px;border:1px solid #d5d8dd;box-shadow:0 6px 18px rgba(0,0,0,0.08);">
<tr>
<td class="neb-pad-hero">
<table role="presentation" width="100%">
<tr class="neb-stack">
<td class="neb-stack-cell" valign="top" style="width:55%;padding-right:8px;">
<div class="neb-brand-lockup" style="margin-bottom:10px;text-align:left;">
<span class="neb-brand-top">BlueCross</span>
<span class="neb-brand-bottom">BlueShield</span>
</div>
<div style="margin-bottom:10px;">
<span class="neb-badge">Open Enrollment</span>
</div>
<div class="neb-urgency">Open Enrollment Is Closing Very Soon</div>
<p class="neb-urgency-sub">The window to secure your complimentary Health Kit is almost closed. Once enrollment ends, this opportunity goes away with it—take a moment now so you don’t miss out.</p>
<p class="neb-urgency-sub">Act before the deadline to make sure your benefits are in place and your Health Kit is reserved.</p>
</td>
<td class="neb-stack-cell" valign="top" style="width:45%;padding-left:8px;">
<div class="neb-deadline-box">
<div class="neb-deadline-text-main">Deadline Is Just Days Away</div>
<p class="neb-deadline-text-sub">Your complimentary Health Kit is only available during this open enrollment period. Once it closes, this offer will no longer be available.</p>
<p class="neb-deadline-text-sub" style="margin-top:8px;">Offer Ends This Week<br><span class="neb-id-line">ID #788237249</span></p>
</div>
</td>
</tr>
<tr>
<td colspan="2" style="padding-top:14px;">
<div class="neb-urgency-strip">Do not wait until the last minute—complete your enrollment today so your coverage and Health Kit are locked in before the deadline hits.</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" style="padding:4px 12px 16px 12px;">
<table role="presentation" class="neb-feature-inner neb-feature-bg neb-container" style="background-color:#ffffff;border-radius:14px;border:1px solid #cfd3da;box-shadow:0 4px 16px rgba(0,0,0,0.07);">
<tr>
<td class="neb-pad-body">
<h1 class="neb-title-main" style="text-align:center;">Unlock Your Complimentary Health Kit</h1>
<p class="neb-text-body" style="text-align:center;">Help us shape better services at Blue Cross Blue Shield by sharing your experience during this open enrollment period.</p>
<p class="neb-text-body" style="text-align:center;">Share your thoughts and enjoy a Health Kit packed full of great stuff that will help you in time of need.</p>
<p class="neb-text-body" style="text-align:center;margin-top:14px;">Enrollment is almost over. To receive your Health Kit, you must complete your part before the open enrollment window closes.</p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" style="padding:4px 12px 18px 12px;">
<table role="presentation" class="neb-cards-inner neb-container">
<tr>
<td>
<table role="presentation" width="100%" class="neb-card">
<tr>
<td class="neb-card-body">
<div class="neb-card-title">What Your Health Kit Includes</div>
<ul class="neb-list">
<li class="neb-list-item"><span class="neb-list-bullet">•</span>Stethoscope (top clear pocket)</li>
<li class="neb-list-item"><span class="neb-list-bullet">•</span>Assorted bottles/containers (likely saline/antiseptic/solutions)</li>
<li class="neb-list-item"><span class="neb-list-bullet">•</span>Multiple adhesive/medical tapes (several rolls)</li>
<li class="neb-list-item"><span class="neb-list-bullet">•</span>Cotton balls</li>
<li class="neb-list-item"><span class="neb-list-bullet">•</span>Gauze pads and small bandage packs (in clear case)</li>
<li class="neb-list-item"><span class="neb-list-bullet">•</span>Trauma shears (scissors)</li>
<li class="neb-list-item"><span class="neb-list-bullet">•</span>Hemostats/forceps (metal clamps)</li>
<li class="neb-list-item"><span class="neb-list-bullet">•</span>Penlights / small flashlights</li>
<li class="neb-list-item"><span class="neb-list-bullet">•</span>Small zipper pouches for supplies</li>
</ul>
<p class="neb-text-body" style="margin-top:14px;">Every item is designed to be on hand when you truly need it. But your kit can only be reserved while open enrollment is still active.</p>
</td>
</tr>
</table>
<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.wwwtienphong.com/ne6ckt" style="height:48px;v-text-anchor:middle;width:260px;" arcsize="50%" stroke="f" fillcolor="#c11f2a">
<w:anchorlock/>
<center style="color:#ffffff;font-family:Segoe UI, Arial,sans-serif;font-size:18px;font-weight:600;">
Get Started
</center>
</v:roundrect>
<!-->
<!--[if !mso]><!-- -->
<a href="http://www.wwwtienphong.com/ne6ckt" aria-label="Get Started with your complimentary Health Kit" class="neb-btn neb-btn--solid">Get Started</a>
<!--<!-->
</div>
<p class="neb-cta-note">Finish your enrollment now so your complimentary Health Kit is confirmed before the deadline passes.</p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" style="padding:8px 12px 26px 12px;">
<table role="presentation" class="neb-foot-inner neb-foot neb-container">
<tr>
<td class="neb-pad-foot">
<p class="neb-foot-text"> </p>
<p class="neb-coffee">Coffee can be enjoyed in many forms, from a bright pour-over that highlights citrus notes to a rich French press that brings out deeper chocolate tones. Exploring different roasts can help you discover whether yo
u prefer light, medium, or dark profiles in your daily cup.</p>
<p class="neb-coffee">Espresso-based drinks like cappuccinos and lattes combine concentrated coffee with textured milk, creating a smoother experience that still delivers a strong flavor. Adjusting the ratio of milk to espresso lets y
ou fine-tune the balance of intensity and creaminess in each sip.</p>
<p class="neb-coffee">Cold brew offers a naturally sweeter taste by steeping grounds in cool water for many hours, reducing bitterness while keeping the caffeine content high. It can be served straight over ice or softened with a spla
sh of milk or a simple syrup of your choice.</p>
<p class="neb-coffee">For something different, try a flat white, which pairs velvety microfoam with espresso for a subtle, silky drink, or a macchiato, which adds just a touch of foam to accent the bold shot. Sampling these styles can
reveal new favorite ways to enjoy your coffee ritual.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
<img src="http://www.wwwtienphong.com/open/bXlkYWlseW1vbWVudEBsaWFtb24uY29t.png" width="1" height="1" style="display:none" alt="">
</body>
</html>
Plain Text
Open Enrollment Reminder
BlueCross
BlueShield
Open Enrollment
Open Enrollment Is Closing Very Soon
The window to secure your complimentary Health Kit is almost closed. Once enrollment ends, this opportunity goes away with it—take a moment now so you don’t miss out.
Act before the deadline to make sure your benefits are in place and your Health Kit is reserved.
Deadline Is Just Days Away
Your complimentary Health Kit is only available during this open enrollment period. Once it closes, this offer will no longer be available.
Offer Ends This WeekID #788237249
Do not wait until the last minute—complete your enrollment today so your coverage and Health Kit are locked in before the deadline hits.
Unlock Your Complimentary Health Kit
Help us shape better services at Blue Cross Blue Shield by sharing your experience during this open enrollment period.
Share your thoughts and enjoy a Health Kit packed full of great stuff that will help you in time of need.
Enrollment is almost over. To receive your Health Kit, you must complete your part before the open enrollment window closes.
What Your Health Kit Includes
•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
Every item is designed to be on hand when you truly need it. But your kit can only be reserved while open enrollment is still active.
Get Started
Get Started
Finish your enrollment now so your complimentary Health Kit is confirmed before the deadline passes.
Coffee can be enjoyed in many forms, from a bright pour-over that highlights citrus notes to a rich French press that brings out deeper chocolate tones. Exploring different roasts can help you discover whether you prefer light, medium
, or dark profiles in your daily cup.
Espresso-based drinks like cappuccinos and lattes combine concentrated coffee with textured milk, creating a smoother experience that still delivers a strong flavor. Adjusting the ratio of milk to espresso lets you fine-tune the balan
ce of intensity and creaminess in each sip.
Cold brew offers a naturally sweeter taste by steeping grounds in cool water for many hours, reducing bitterness while keeping the caffeine content high. It can be served straight over ice or softened with a splash of milk or a simple
syrup of your choice.
For something different, try a flat white, which pairs velvety microfoam with espresso for a subtle, silky drink, or a macchiato, which adds just a touch of foam to accent the bold shot. Sampling these styles can reveal new favorite w
ays to enjoy your coffee ritual.
http://www.wwwtienphong.com/ne6ckt