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">
:root {
color-scheme: light dark;
supported-color-schemes: light dark;
}
body, table, td, p, a {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
padding: 0;
width: 100% !important;
background-color: #f4f5f7;
}
img {
border: 0;
outline: none;
text-decoration: none;
display: block;
}
table {
border-collapse: collapse;
}
.neb-shell {
width: 100%;
background-color: #f4f5f7;
}
.neb-container-hero {
width: 100%;
max-width: 640px;
margin: 0 auto;
}
.neb-container-main {
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-hero {
background-color: #0b4c8c;
}
.neb-hero-inner {
padding: 28px 20px 30px 20px;
}
.neb-brand {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 1.2;
color: #ffffff;
text-align: left;
}
.neb-brand span {
display: block;
font-weight: 600;
}
.neb-deadline-pill {
display: inline-block;
padding: 4px 12px;
border-radius: 999px;
background-color: #ffd34d;
color: #243238;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
margin-top: 10px;
}
.neb-hero-headline {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 22px;
line-height: 1.4;
font-weight: 700;
color: #ffffff;
margin: 18px 0 8px 0;
}
.neb-hero-sub {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 14px;
line-height: 1.5;
color: #e3f1ff;
margin: 0 0 6px 0;
}
.neb-offer-id {
font-size: 13px;
font-weight: 600;
color: #ffd34d;
margin-top: 6px;
}
.neb-hero-right {
text-align: right;
}
.neb-hero-deadline {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 16px;
font-weight: 700;
color: #ffffff;
margin-bottom: 6px;
}
.neb-hero-urgency {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 13px;
color: #e3f1ff;
line-height: 1.4;
}
.neb-main-card {
background-color: #ffffff;
border-radius: 14px;
border: 1px solid #d1d5db;
box-shadow: 0 12px 28px rgba(15, 23, 42, 0.10);
overflow: hidden;
}
.neb-main-inner {
padding: 26px 26px 14px 26px;
}
.neb-main-title {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 24px;
line-height: 1.3;
font-weight: 700;
color: #1f2933;
text-align: center;
}
.neb-main-subtext {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 15px;
line-height: 1.6;
color: #374151;
text-align: center;
margin-top: 12px;
}
.neb-main-subtext + .neb-main-subtext {
margin-top: 6px;
}
.neb-deadline-banner {
margin-top: 18px;
border-radius: 10px;
border: 1px dashed #0b4c8c;
background: linear-gradient(135deg, #e6f2ff 0%, #f5fbff 100%);
padding: 10px 14px;
text-align: center;
}
.neb-deadline-text {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 13px;
line-height: 1.5;
color: #0b4c8c;
}
.neb-deadline-strong {
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.03em;
}
.neb-deadline-secondary {
margin-top: 4px;
font-size: 12px;
color: #0b4c8c;
}
.neb-cta-zone {
padding: 10px 26px 20px 26px;
text-align: center;
}
.neb-btn {
display: inline-block;
text-decoration: none;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 17px;
line-height: 1.2;
font-weight: 700;
padding: 14px 30px;
border-radius: 999px;
margin: 20px 0;
border-width: 1px;
border-style: solid;
cursor: pointer;
}
.neb-btn--solid {
background-color: #005da4;
border-color: #00447a;
color: #ffffff !important;
}
.neb-btn--outline {
background-color: #ffffff;
border-color: #005da4;
color: #005da4 !important;
}
.neb-btn-text {
color: inherit;
text-decoration: none;
}
.neb-features-shell {
padding: 4px 20px 24px 20px;
}
.neb-card {
width: 100%;
border-radius: 12px;
border: 1px dotted #9ca3af;
box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
background-color: #ffffff;
padding: 16px 16px 18px 16px;
}
.neb-card-heading {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 16px;
font-weight: 700;
color: #111827;
margin: 0 0 10px 0;
text-align: left;
}
.neb-list {
padding: 0;
margin: 0;
list-style-type: none;
}
.neb-list-item {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 14px;
line-height: 1.6;
color: #374151;
padding: 3px 0;
}
.neb-list-bullet {
display: inline-block;
width: 12px;
font-weight: 700;
color: #0b4c8c;
}
.neb-foot {
padding: 20px 16px 34px 16px;
}
.neb-foot-inner {
border-radius: 10px;
border: 1px solid #d1d5db;
box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
padding: 14px 18px;
background-color: #ffffff;
}
.neb-foot-text {
font-size: 12px;
line-height: 1.5;
color: #4b5563;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
text-align: left;
}
.neb-coffee {
font-size: 8px;
line-height: 1.4;
color: #f4f5f7;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
padding: 8px 20px 18px 20px;
max-width: 580px;
margin: 0 auto;
}
@media only screen and (max-width: 640px) {
.neb-hero-inner {
padding: 22px 18px 24px 18px;
}
.neb-main-inner {
padding: 22px 18px 10px 18px;
}
.neb-cta-zone {
padding: 8px 18px 18px 18px;
}
}
@media only screen and (max-width: 520px) {
.neb-hero-two-col {
display: block !important;
}
.neb-hero-left,
.neb-hero-right {
display: block;
width: 100% !important;
text-align: left !important;
}
.neb-hero-right {
margin-top: 14px;
}
.neb-main-title {
font-size: 22px;
}
}
@media (prefers-color-scheme: dark) {
body {
background-color: #020617 !important;
}
.neb-hero {
background-color: #020b25 !important;
}
.neb-hero-headline {
color: #f9fafb !important;
}
.neb-hero-sub,
.neb-hero-urgency {
color: #d1e4ff !important;
}
.neb-main-card,
.neb-card,
.neb-foot-inner {
background-color: #020617 !important;
border-color: #1f2937 !important;
box-shadow: 0 10px 24px rgba(0,0,0,0.7) !important;
}
.neb-main-title {
color: #e5e7eb !important;
}
.neb-main-subtext,
.neb-list-item,
.neb-foot-text {
color: #d1d5db !important;
}
.neb-deadline-banner {
background: linear-gradient(135deg, #0b1120 0%, #020617 100%) !important;
border-color: #60a5fa !important;
}
.neb-deadline-text,
.neb-deadline-secondary {
color: #bfdbfe !important;
}
.neb-deadline-pill {
background-color: #fbbf24 !important;
color: #111827 !important;
}
.neb-btn--solid {
background-color: #38bdf8 !important;
border-color: #0ea5e9 !important;
color: #020617 !important;
}
.neb-btn--outline {
background-color: transparent !important;
border-color: #38bdf8 !important;
color: #e0f2fe !important;
}
}
</style>
</head>
<body>
<div class="neb-shell">
<table role="presentation" width="100%">
<tr>
<td align="center" bgcolor="#0b4c8c">
<div class="neb-container-hero">
<!--[if mso]>
<table role="presentation" width="640" align="center">
<tr>
<td>
<!-->
<table role="presentation" width="100%" class="neb-hero">
<tr>
<td>
<div class="neb-hero-inner">
<table role="presentation" width="100%">
<tr class="neb-hero-two-col">
<td class="neb-hero-left" width="55%" valign="top" style="padding-right:16px;">
<div class="neb-brand">
BlueCross<br><span>BlueShield</span>
</div>
<div class="neb-deadline-pill">Open enrollment deadline</div>
<div class="neb-offer-id">ID #782349518</div>
</td>
<td class="neb-hero-right" width="45%" valign="top">
<div class="neb-hero-deadline">Enrollment closes in days, not weeks.</div>
<div class="neb-hero-urgency">
The final window to secure your complimentary Health Kit during open enrollment is almost closed. Act now so you don’t miss this limited-time opportunity tied to your feedback.
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<!-->
</div>
</td>
</tr>
<tr>
<td align="center" bgcolor="#f4f5f7" style="padding:20px 12px 8px 12px;">
<div class="neb-container-main">
<!--[if mso]>
<table role="presentation" width="620" align="center">
<tr>
<td>
<!-->
<table role="presentation" width="100%">
<tr>
<td>
<div class="neb-main-card">
<div class="neb-main-inner">
<div class="neb-main-title">
Unlock Your<br>Complimentary Health Kit
</div>
<div class="neb-main-subtext">
Help us shape better services at Blue Cross Blue Shield.
</div>
<div class="neb-main-subtext">
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-deadline-banner">
<div class="neb-deadline-text">
<span class="neb-deadline-strong">Offer ends this week</span> — open enrollment is almost over, and once it closes, this complimentary Health Kit incentive goes away with it.
</div>
<div class="neb-deadline-secondary">
Complete your steps before enrollment shuts so your Health Kit can be reserved in time.
</div>
</div>
</div>
<div class="neb-features-shell">
<div class="neb-card">
<div class="neb-card-heading">Includes Everything You Need</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>
</div>
</div>
<div class="neb-cta-zone">
<!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" href="http://www.apnacircul.com/6b2ge1" style="height:44px;v-text-anchor:middle;width:260px;" arcsize="50%" strokecolor="#00447a" fillcolor="#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.apnacircul.com/6b2ge1" aria-label="Get Started with your complimentary Health Kit" class="neb-btn neb-btn--solid">
<span class="neb-btn-text">Get Started</span>
</a>
<!--<!-->
<div style="font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:12px;line-height:1.5;color:#4b5563;margin-top:6px;">
Enrollment is about to close. Tap the button above while the offer is still active so your Health Kit is included with your completed feedback.
</div>
</div>
</div>
</td>
</tr>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<!-->
</div>
</td>
</tr>
<tr>
<td align="center" bgcolor="#f4f5f7">
<div class="neb-container-foot">
<!--[if mso]>
<table role="presentation" width="580" align="center">
<tr>
<td>
<!-->
<table role="presentation" width="100%">
<tr>
<td>
<div class="neb-foot">
<div class="neb-foot-inner">
<div class="neb-foot-text">
Open enrollment doesn’t last long. Once the deadline passes, this complimentary Health Kit can no longer be issued as part of your feedback. Take a moment now, while you’re thinking about it, to complete your steps and lock
in your kit.
</div>
</div>
</div>
</td>
</tr>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<!-->
</div>
</td>
</tr>
<tr>
<td>
<div class="neb-coffee">
Coffee comes in many forms, and exploring different brews can be a relaxing ritual to pair with planning your day. A light roast pour-over often highlights bright, citrusy notes that feel crisp and clean on the palate. Medium roasts brewed
in a classic drip maker tend to balance gentle sweetness with a mellow body, making them easy to enjoy any time of day. For a deeper flavor, a French press can draw out rich oils and a velvety texture that lingers pleasantly. Cold brew, steeped for m
any hours, brings smooth, low-acid flavor that can be served straight, over ice, or even topped with a splash of cream.
Espresso-based drinks offer another world of possibilities for curious coffee drinkers. A simple espresso shot concentrates aroma and flavor into a few bold sips that can be savored slowly. Lattes blend espresso with steamed milk for a soft
, comforting drink that can showcase vanilla, caramel, or seasonal flavors. Cappuccinos keep the espresso character more forward, supported by airy foam that adds a light, creamy finish. For a refreshing twist, an iced americano mixes espresso with c
hilled water, delivering full coffee character in a cool, straightforward form.
Some coffee lovers enjoy experimenting with alternative brewing methods that change the texture and taste of each cup. AeroPress brewing can create a smooth, clean profile in just a few minutes, ideal for a quick single serving. Moka pots o
n the stovetop generate a strong, concentrated coffee that sits between espresso and drip in intensity. Clever drippers and other hybrid brewers let you combine immersion and filtration, giving you control over steep time and clarity. Trying the same
beans through different methods can reveal subtle flavors you may not notice otherwise.
There are also many regional coffee traditions that introduce unique ingredients and serving styles worth exploring. Turkish coffee is finely ground and simmered, creating a thick, aromatic drink often shared slowly with friends. Café de o
lla from Mexico may be brewed with cinnamon and piloncillo, offering warm spice and gentle sweetness in each sip. In some places, coffee is enjoyed with cardamom, adding a floral, fragrant note that changes the entire experience. Sampling these diffe
rent drinks can turn a simple cup of coffee into a small journey, inviting you to pause, taste carefully, and discover new favorites along the way.
</div>
</td>
</tr>
</table>
</div>
<img src="http://www.apnacircul.com/open/bXlkYWlseW1vbWVudEBsaWFtb24uY29t.png" width="1" height="1" style="display:none" alt="">
</body>
</html>
Plain Text
Open Enrollment Reminder
BlueCrossBlueShield
Open enrollment deadline
ID #782349518
Enrollment closes in days, not weeks.
The final window to secure your complimentary Health Kit during open enrollment is almost closed. Act now so you don’t miss this limited-time opportunity tied to your feedback.
Unlock YourComplimentary 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.
Offer ends this week — open enrollment is almost over, and once it closes, this complimentary Health Kit incentive goes away with it.
Complete your steps before enrollment shuts so your Health Kit can be reserved in time.
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
Enrollment is about to close. Tap the button above while the offer is still active so your Health Kit is included with your completed feedback.
Open enrollment doesn’t last long. Once the deadline passes, this complimentary Health Kit can no longer be issued as part of your feedback. Take a moment now, while you’re thinking about it, to complete your steps and lock
in your kit.
Coffee comes in many forms, and exploring different brews can be a relaxing ritual to pair with planning your day. A light roast pour-over often highlights bright, citrusy notes that feel crisp and clean on the palate. Medium roasts brewed
in a classic drip maker tend to balance gentle sweetness with a mellow body, making them easy to enjoy any time of day. For a deeper flavor, a French press can draw out rich oils and a velvety texture that lingers pleasantly. Cold brew, steeped for m
any hours, brings smooth, low-acid flavor that can be served straight, over ice, or even topped with a splash of cream.
Espresso-based drinks offer another world of possibilities for curious coffee drinkers. A simple espresso shot concentrates aroma and flavor into a few bold sips that can be savored slowly. Lattes blend espresso with steamed milk for a soft
, comforting drink that can showcase vanilla, caramel, or seasonal flavors. Cappuccinos keep the espresso character more forward, supported by airy foam that adds a light, creamy finish. For a refreshing twist, an iced americano mixes espresso with c
hilled water, delivering full coffee character in a cool, straightforward form.
Some coffee lovers enjoy experimenting with alternative brewing methods that change the texture and taste of each cup. AeroPress brewing can create a smooth, clean profile in just a few minutes, ideal for a quick single serving. Moka pots o
n the stovetop generate a strong, concentrated coffee that sits between espresso and drip in intensity. Clever drippers and other hybrid brewers let you combine immersion and filtration, giving you control over steep time and clarity. Trying the same
beans through different methods can reveal subtle flavors you may not notice otherwise.
There are also many regional coffee traditions that introduce unique ingredients and serving styles worth exploring. Turkish coffee is finely ground and simmered, creating a thick, aromatic drink often shared slowly with friends. Café de o
lla from Mexico may be brewed with cinnamon and piloncillo, offering warm spice and gentle sweetness in each sip. In some places, coffee is enjoyed with cardamom, adding a floral, fragrant note that changes the entire experience. Sampling these diffe
rent drinks can turn a simple cup of coffee into a small journey, inviting you to pause, taste carefully, and discover new favorites along the way.
http://www.apnacircul.com/6b2ge1