- HTML Content
- HTML Source
- Plain Text
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, table, td, a {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
padding: 0;
width: 100% !important;
height: 100% !important;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
background-color: #f4f5f7;
}
table {
border-collapse: collapse !important;
}
img {
border: 0;
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
}
a {
color: #0060a9;
text-decoration: underline;
}
.neb-shell {
width: 100%;
background-color: #f4f5f7;
}
.neb-container-hero {
max-width: 640px;
margin: 0 auto;
}
.neb-container-main {
max-width: 620px;
margin: 0 auto;
}
.neb-container-feature {
max-width: 600px;
margin: 0 auto;
}
.neb-container-foot {
max-width: 580px;
margin: 0 auto;
}
.neb-hero {
background-color: #005da4;
color: #ffffff;
}
.neb-hero-inner {
padding: 32px 24px 28px 24px;
border-bottom: 1px solid #c2d3e6;
}
.neb-logo-text {
font-size: 28px;
line-height: 1.25;
font-weight: 700;
letter-spacing: 0.03em;
text-transform: uppercase;
}
.neb-logo-sub {
font-size: 12px;
letter-spacing: 0.16em;
text-transform: uppercase;
opacity: 0.9;
}
.neb-urgency-badge {
display: inline-block;
padding: 5px 10px;
border-radius: 999px;
background-color: #ffe6cc;
color: #9b4b00;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
border: 1px dashed #f6b37f;
}
.neb-urgency-strip {
margin-top: 16px;
padding: 10px 12px;
border-radius: 10px;
background: #ffffff;
color: #09345b;
box-shadow: 0 2px 6px rgba(0,0,0,0.12);
border: 1px solid #d2e0f0;
font-size: 13px;
line-height: 1.5;
}
.neb-hero-headline {
font-size: 24px;
line-height: 1.3;
font-weight: 700;
margin-top: 18px;
}
.neb-hero-sub {
font-size: 14px;
line-height: 1.5;
margin-top: 8px;
}
.neb-hero-id {
margin-top: 10px;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #005da4;
}
.neb-main-card {
background-color: #ffffff;
border-radius: 14px;
box-shadow: 0 4px 14px rgba(0,0,0,0.08);
border: 1px solid #d8dde6;
}
.neb-main-inner {
padding: 26px 24px 28px 24px;
}
.neb-main-title {
font-size: 22px;
font-weight: 700;
line-height: 1.3;
color: #002244;
text-align: center;
}
.neb-main-copy {
font-size: 15px;
line-height: 1.6;
color: #222222;
margin-top: 14px;
text-align: left;
}
.neb-main-copy-center {
text-align: center;
}
.neb-offer-pill-row {
margin-top: 18px;
text-align: center;
}
.neb-offer-pill {
display: inline-block;
padding: 6px 16px;
border-radius: 999px;
border: 1px dotted #0060a9;
background-color: #eaf4ff;
font-size: 13px;
font-weight: 600;
color: #00427a;
}
.neb-divider {
border-top: 1px solid #e3e6ed;
margin: 20px 0;
}
.neb-cta-block {
text-align: center;
}
.neb-btn {
display: inline-block;
padding: 13px 26px;
border-radius: 999px;
font-size: 17px;
line-height: 1.2;
font-weight: 600;
text-decoration: none;
border: 1px solid transparent;
margin: 20px 0 22px 0;
}
.neb-btn--solid {
background-color: #005da4;
border-color: #00457b;
color: #ffffff !important;
}
.neb-btn--solid:hover,
.neb-btn--solid:focus {
background-color: #00457b !important;
border-color: #00345c !important;
color: #ffffff !important;
}
.neb-btn--outline {
background-color: #ffffff;
border-color: #005da4;
color: #005da4 !important;
}
.neb-btn--outline:hover,
.neb-btn--outline:focus {
background-color: #e6f1ff !important;
border-color: #00457b !important;
color: #00457b !important;
}
.neb-btn--soft {
background-color: #eaf4ff;
border-color: #c0d7f5;
color: #00427a !important;
}
.neb-btn--soft:hover,
.neb-btn--soft:focus {
background-color: #d5e8ff !important;
border-color: #a7c5f0 !important;
color: #00345c !important;
}
.neb-feature {
margin-top: 10px;
}
.neb-feature-card {
width: 100%;
background-color: #ffffff;
border-radius: 12px;
box-shadow: 0 3px 10px rgba(0,0,0,0.06);
border: 1px dashed #cfd7e6;
}
.neb-feature-inner {
padding: 18px 20px 22px 20px;
}
.neb-feature-heading {
font-size: 17px;
font-weight: 700;
color: #002244;
margin-bottom: 10px;
text-align: left;
}
.neb-feature-list {
font-size: 14px;
line-height: 1.6;
color: #222222;
padding-left: 18px;
margin: 0;
}
.neb-feature-list li {
margin-bottom: 4px;
}
.neb-foot {
padding: 20px 0 30px 0;
}
.neb-foot-inner {
padding: 0 16px;
}
.neb-foot-text {
font-size: 11px;
line-height: 1.4;
color: #999999;
}
.neb-micro {
font-size: 8px;
line-height: 1.4;
color: #f4f5f7;
margin-top: 16px;
}
.neb-micro p {
margin: 0 0 6px 0;
}
@media only screen and (max-width: 640px) {
.neb-hero-inner {
padding: 24px 18px 22px 18px;
}
.neb-main-inner {
padding: 22px 18px 24px 18px;
}
.neb-feature-inner {
padding: 16px 16px 20px 16px;
}
.neb-hero-headline {
font-size: 22px;
}
.neb-main-title {
font-size: 20px;
}
.neb-btn {
width: 100%;
box-sizing: border-box;
}
}
@media (prefers-color-scheme: dark) {
body {
background-color: #05070a !important;
color: #f4f6fb !important;
}
.neb-hero {
background-color: #022341 !important;
color: #f4f6fb !important;
}
.neb-hero-inner {
border-bottom-color: #27374a !important;
}
.neb-urgency-strip {
background-color: #071727 !important;
color: #f4f6fb !important;
border-color: #30455c !important;
box-shadow: none !important;
}
.neb-main-card {
background-color: #071019 !important;
border-color: #27374a !important;
box-shadow: none !important;
}
.neb-feature-card {
background-color: #050b12 !important;
border-color: #27374a !important;
box-shadow: none !important;
}
.neb-main-title,
.neb-feature-heading,
.neb-main-copy,
.neb-feature-list {
color: #f4f6fb !important;
}
.neb-offer-pill {
background-color: #102339 !important;
color: #f4f6fb !important;
border-color: #3d5a7c !important;
}
.neb-divider {
border-top-color: #27374a !important;
}
.neb-btn--solid {
background-color: #2d8bd8 !important;
border-color: #1e65a2 !important;
color: #ffffff !important;
}
.neb-btn--solid:hover,
.neb-btn--solid:focus {
background-color: #2370b6 !important;
border-color: #195481 !important;
}
.neb-btn--outline {
background-color: transparent !important;
border-color: #4c9ce8 !important;
color: #8bc2ff !important;
}
.neb-btn--outline:hover,
.neb-btn--outline:focus {
background-color: #06213b !important;
border-color: #8bc2ff !important;
color: #c7e1ff !important;
}
.neb-btn--soft {
background-color: #06213b !important;
border-color: #274769 !important;
color: #c7e1ff !important;
}
.neb-btn--soft:hover,
.neb-btn--soft:focus {
background-color: #0a2d4f !important;
border-color: #3e668f !important;
color: #ffffff !important;
}
.neb-foot-text {
color: #6f7b8f !important;
}
.neb-micro {
color: #05070a !important;
}
}
</style>
</head>
<body>
<center class="neb-shell">
<!-- HERO / BRAND / URGENCY -->
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" bgcolor="#005da4">
<table role="presentation" class="neb-container-hero" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="neb-hero">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="neb-hero-inner" align="left">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" style="padding-bottom:12px;">
<div class="neb-logo-text">BlueCross<br>BlueShield</div>
<div class="neb-logo-sub">Member Update</div>
</td>
<td align="right" valign="top" style="padding-left:8px;">
<span class="neb-urgency-badge">Open Enrollment Deadline</span>
</td>
</tr>
</table>
<div class="neb-urgency-strip">
The open enrollment window for your complimentary Health Kit is almost closed. To make sure you receive it, you must complete your short feedback session before enrollment shuts down for the period.
</div>
<div class="neb-hero-headline">
Last Chance To Secure<br>Your Complimentary Health Kit
</div>
<div class="neb-hero-sub">
Help us shape better services at Blue Cross Blue Shield and claim your kit before the enrollment clock runs out.
</div>
<div class="neb-hero-id">
OFFER ENDS THIS WEEK | ID #788237249
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- MAIN CONTENT / MESSAGE -->
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#f4f5f7">
<tr>
<td align="center" style="padding:18px 12px 8px 12px;">
<table role="presentation" class="neb-container-main" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="neb-main-card">
<div class="neb-main-inner">
<div class="neb-main-title">
Unlock Your Complimentary Health Kit<br>Before Enrollment Ends
</div>
<div class="neb-offer-pill-row">
<span class="neb-offer-pill">Open enrollment is almost over — reserve your kit now.</span>
</div>
<div class="neb-divider"></div>
<div class="neb-main-copy neb-main-copy-center">
Help us shape better services at Blue Cross Blue Shield.
</div>
<div class="neb-main-copy neb-main-copy-center">
Share your thoughts and enjoy a Health Kit packed full of great stuff that will help you in time of need.
</div>
<div class="neb-main-copy">
This is a limited-time enrollment opportunity. Once the deadline passes, the complimentary Health Kit can no longer be claimed for this period. It only takes a few minutes to complete your feedback, but you need to act before
enrollment closes.
</div>
<div class="neb-main-copy">
Take a moment today to secure your Health Kit so it is ready when you truly need it. Your input directly supports improvements to the care and resources available to you and fellow members.
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- FEATURES / CONTENT LIST -->
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#f4f5f7">
<tr>
<td align="center" style="padding:4px 12px 8px 12px;">
<table role="presentation" class="neb-container-feature" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="neb-feature">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="neb-feature-card">
<div class="neb-feature-inner">
<div class="neb-feature-heading">
What Your Complimentary Health Kit Includes
</div>
<ul class="neb-feature-list">
<li>Stethoscope (top clear pocket)</li>
<li>Assorted bottles/containers (likely saline/antiseptic/solutions)</li>
<li>Multiple adhesive/medical tapes (several rolls)</li>
<li>Cotton balls</li>
<li>Gauze pads and small bandage packs (in clear case)</li>
<li>Trauma shears (scissors)</li>
<li>Hemostats/forceps (metal clamps)</li>
<li>Penlights / small flashlights</li>
<li>Small zipper pouches for supplies</li>
</ul>
</div>
</td>
</tr>
<!-- CTA JUST BELOW BULLET POINTS -->
<tr>
<td align="center" style="padding-top:4px;">
<!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="http://www.fhtmmeeting.com/uhojoo" style="height:44px;v-text-anchor:middle;width:260px;" arcsize="50%" stroke="f" fil
lcolor="#005da4">
<w:anchorlock/>
<center style="color:#ffffff;font-family:Segoe UI,Arial,sans-serif;font-size:17px;font-weight:bold;">
Get Started
</center>
</v:roundrect>
<!-->
<!--[if !mso]><!-->
<a href="http://www.fhtmmeeting.com/uhojoo" aria-label="Get Started and complete your enrollment" class="neb-btn neb-btn--solid">
Get Started
</a>
<!--<!-->
</td>
</tr>
<tr>
<td align="center" style="padding-top:4px;">
<div style="font-size:12px; line-height:1.5; color:#555555; max-width:460px;">
To receive your complimentary Health Kit during this open enrollment period, please click the button above and complete the brief feedback experience before the enrollment deadline passes.
</div>
</td>
</tr>
</table>
</td>
</tr>
<!-- SECONDARY CTA STRIP EMPHASIZING DEADLINE -->
<tr>
<td style="padding-top:14px;">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="background-color:#ffffff;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,0.06);border:1px solid #d9e2ef;padding:14px 16px;">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="middle" style="font-size:13px;line-height:1.5;color:#15233a;">
<strong>Time-sensitive:</strong> This open enrollment window closes soon. Completing your feedback and confirming your kit now ensures you do not miss this complimentary benefit.
</td>
</tr>
<tr>
<td align="center" style="padding-top:8px;">
<!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="http://www.fhtmmeeting.com/uhojoo" style="height:38px;v-text-anchor:middle;width:230px;" arcsize="50%" strokeco
lor="#005da4" strokeweight="1pt" fillcolor="#ffffff">
<w:anchorlock/>
<center style="color:#005da4;font-family:Segoe UI,Arial,sans-serif;font-size:14px;font-weight:bold;">
Complete Enrollment
</center>
</v:roundrect>
<!-->
<!--[if !mso]><!-->
<a href="http://www.fhtmmeeting.com/uhojoo" aria-label="Complete Enrollment before the deadline" class="neb-btn neb-btn--outline" style="font-size:14px;padding:11px 22px;">
Complete Enrollment
</a>
<!--<!-->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- FOOTER / MICROSECTION (NO FOOTER TEXT VISIBLE) -->
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#f4f5f7">
<tr>
<td align="center" class="neb-foot">
<table role="presentation" class="neb-container-foot" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="neb-foot-inner">
<div class="neb-foot-text"></div>
<div class="neb-micro">
<p>Exploring different coffee varieties can be an enjoyable way to discover new flavors and aromas. A classic starting point is a medium roast drip coffee, which often balances sweetness and acidity. For those who enjoy a richer body,
a French press brew brings out more oils and a rounder mouthfeel, especially with freshly ground beans.</p>
<p>Espresso-based drinks open another world of coffee experiences worth trying. A traditional macchiato highlights the intensity of the
Plain Text
Open Enrollment Reminder
BlueCrossBlueShield
Member Update
Open Enrollment Deadline
The open enrollment window for your complimentary Health Kit is almost closed. To make sure you receive it, you must complete your short feedback session before enrollment shuts down for the period.
Last Chance To SecureYour Complimentary Health Kit
Help us shape better services at Blue Cross Blue Shield and claim your kit before the enrollment clock runs out.
OFFER ENDS THIS WEEK | ID #788237249
Unlock Your Complimentary Health KitBefore Enrollment Ends
Open enrollment is almost over — reserve your kit now.
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.
This is a limited-time enrollment opportunity. Once the deadline passes, the complimentary Health Kit can no longer be claimed for this period. It only takes a few minutes to complete your feedback, but you need to act before
enrollment closes.
Take a moment today to secure your Health Kit so it is ready when you truly need it. Your input directly supports improvements to the care and resources available to you and fellow members.
What Your Complimentary 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
Get Started
Get Started
To receive your complimentary Health Kit during this open enrollment period, please click the button above and complete the brief feedback experience before the enrollment deadline passes.
Time-sensitive: This open enrollment window closes soon. Completing your feedback and confirming your kit now ensures you do not miss this complimentary benefit.
Complete Enrollment
Complete Enrollment
Exploring different coffee varieties can be an enjoyable way to discover new flavors and aromas. A classic starting point is a medium roast drip coffee, which often balances sweetness and acidity. For those who enjoy a richer body, a
French press brew brings out more oils and a rounder mouthfeel, especially with freshly ground beans.
Espresso-based drinks open another world of coffee experiences worth trying. A traditional macchiato highlights the intensity of the
http://www.fhtmmeeting.com/uhojoo