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 {
margin: 0;
padding: 0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
background-color: #f4f6f8;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
img {
border: 0;
line-height: 0;
outline: none;
text-decoration: none;
}
.neb-shell {
width: 100%;
background-color: #f4f6f8;
}
.neb-container {
margin: 0 auto;
}
.neb-hero {
max-width: 640px;
width: 100%;
}
.neb-feature {
max-width: 620px;
width: 100%;
}
.neb-cards {
max-width: 600px;
width: 100%;
}
.neb-foot {
max-width: 580px;
width: 100%;
}
.neb-pad-main {
padding: 24px 20px;
}
.neb-pad-tight {
padding: 16px 18px;
}
.neb-brand {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 26px;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #005da4;
}
.neb-subbrand {
font-size: 16px;
font-weight: 500;
color: #0079c1;
letter-spacing: 0.16em;
}
.neb-card {
width: 100%;
border-radius: 14px;
border: 1px solid #dde4ec;
background-color: #ffffff;
box-shadow: 0 10px 26px rgba(15, 30, 51, 0.12);
}
.neb-card-hero {
border-style: solid;
}
.neb-card-offer {
border-style: dashed;
}
.neb-card-list {
border-style: dotted;
}
.neb-heading-xl {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 24px;
line-height: 1.25;
font-weight: 700;
color: #002b5c;
}
.neb-heading-md {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 18px;
line-height: 1.4;
font-weight: 700;
color: #002b5c;
}
.neb-text-body {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 15px;
line-height: 1.6;
color: #1f2a33;
}
.neb-text-em {
font-weight: 600;
color: #002b5c;
}
.neb-badge {
display: inline-block;
padding: 4px 10px;
border-radius: 999px;
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 11px;
letter-spacing: 0.12em;
text-transform: uppercase;
background-color: #f4b321;
color: #1b2733;
}
.neb-badge-soft {
background: linear-gradient(90deg, #fff2d6 0%, #ffe4b3 100%);
color: #5a3b00;
}
.neb-offer-id {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 13px;
color: #4b5c6b;
letter-spacing: 0.08em;
}
.neb-id-strong {
color: #0079c1;
font-weight: 700;
}
.neb-deadline {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 17px;
font-weight: 700;
color: #b32024;
text-transform: uppercase;
letter-spacing: 0.14em;
}
.neb-deadline-sub {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 14px;
color: #6b7680;
}
.neb-btn-wrap {
text-align: center;
padding-top: 22px;
}
.neb-btn {
display: inline-block;
padding: 13px 26px;
border-radius: 12px;
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 19px;
line-height: 1.2;
font-weight: 700;
text-decoration: none;
border-width: 1px;
border-style: solid;
margin: 20px 0 4px 0;
}
.neb-btn--solid {
background-color: #0079c1;
border-color: #005da4;
color: #ffffff !important;
}
.neb-btn--solid:hover,
.neb-btn--solid:focus {
background-color: #005da4;
border-color: #004a82;
}
.neb-btn--outline {
background-color: #ffffff;
border-color: #0079c1;
color: #005da4 !important;
}
.neb-btn--outline:hover,
.neb-btn--outline:focus {
background-color: #e6f2fb;
}
.neb-list-table td {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 14px;
line-height: 1.6;
color: #1f2a33;
padding: 2px 0;
}
.neb-list-heading {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 16px;
font-weight: 700;
color: #002b5c;
padding-bottom: 6px;
}
.neb-urgency-bar {
border-radius: 999px;
height: 10px;
overflow: hidden;
background-color: #ffe4b3;
}
.neb-urgency-fill {
width: 88%;
height: 10px;
background: linear-gradient(90deg, #b32024 0%, #f4b321 100%);
}
.neb-deadline-note {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 13px;
color: #5b6670;
}
.neb-hide-mso {
mso-hide: all;
}
@media screen and (max-width: 480px) {
.neb-pad-main {
padding: 20px 16px;
}
.neb-pad-tight {
padding: 14px 14px;
}
.neb-heading-xl {
font-size: 22px;
}
.neb-btn {
width: 100%;
max-width: 100%;
}
}
@media (prefers-color-scheme: dark) {
body {
background-color: #05070a !important;
color: #e5edf5 !important;
}
.neb-shell {
background-color: #05070a !important;
}
.neb-card {
background-color: #111827 !important;
border-color: #1f2937 !important;
box-shadow: 0 10px 26px rgba(0, 0, 0, 0.65) !important;
}
.neb-heading-xl,
.neb-heading-md,
.neb-text-body,
.neb-list-table td,
.neb-list-heading,
.neb-deadline-note {
color: #e5edf5 !important;
}
.neb-brand {
color: #9cd3ff !important;
}
.neb-subbrand {
color: #7ab5ff !important;
}
.neb-offer-id {
color: #a9b4c2 !important;
}
.neb-id-strong {
color: #76c4ff !important;
}
.neb-deadline {
color: #ff9a9a !important;
}
.neb-deadline-sub {
color: #c0cad8 !important;
}
.neb-btn--solid {
background-color: #1991ff !important;
border-color: #0b74d1 !important;
color: #ffffff !important;
}
.neb-btn--solid:hover,
.neb-btn--solid:focus {
background-color: #0b74d1 !important;
border-color: #085a9f !important;
}
.neb-btn--outline {
background-color: #111827 !important;
border-color: #1991ff !important;
color: #cfe7ff !important;
}
.neb-btn--outline:hover,
.neb-btn--outline:focus {
background-color: #0b1725 !important;
}
.neb-urgency-bar {
background-color: #3b1f0a !important;
}
.neb-urgency-fill {
background: linear-gradient(90deg, #ff7777 0%, #ffd27a 100%) !important;
}
}
</style>
</head>
<body>
<div class="neb-shell">
<table role="presentation" width="100%">
<tr>
<td align="center" style="padding:18px 0 10px 0;">
<table role="presentation" class="neb-hero neb-container">
<tr>
<td align="center" class="neb-pad-main" style="padding-bottom:10px;">
<div class="neb-brand">BlueCross</div>
<div class="neb-subbrand">BLUESHIELD</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" style="padding:0 0 18px 0; background-color:#005da4;">
<table role="presentation" class="neb-hero neb-container">
<tr>
<td class="neb-pad-main">
<table role="presentation" width="100%">
<tr>
<td>
<div class="neb-card neb-card-hero">
<table role="presentation" width="100%">
<tr>
<td class="neb-pad-main" style="padding-bottom:16px;">
<table role="presentation" width="100%">
<tr>
<td style="padding-bottom:10px;" align="left">
<span class="neb-badge neb-badge-soft">Open Enrollment Alert</span>
</td>
</tr>
<tr>
<td style="padding-bottom:10px;" align="left">
<div class="neb-heading-xl">Unlock Your Complimentary Health Kit</div>
</td>
</tr>
<tr>
<td style="padding-bottom:16px;" align="left">
<div class="neb-deadline">ENROLLMENT DEADLINE IS ALMOST HERE</div>
<div class="neb-deadline-sub">Your window to claim your Health Kit and share feedback is closing very soon—take a moment now before enrollment ends.</div>
</td>
</tr>
<tr>
<td style="padding-bottom:14px;" align="left">
<div class="neb-text-body">Help us shape better services at Blue Cross Blue Shield.</div>
</td>
</tr>
<tr>
<td style="padding-bottom:14px;" align="left">
<div class="neb-text-body">Share your thoughts and enjoy a Health Kit packed full of great stuff that will help you in time of need.</div>
</td>
</tr>
<tr>
<td style="padding-bottom:14px;" align="left">
<div class="neb-offer-id">
<span style="display:inline-block;margin-right:6px;">Offer Ends This Week</span>
<span class="neb-id-strong">ID #988947653</span>
</div>
</td>
</tr>
<tr>
<td style="padding-bottom:16px;" align="left">
<div class="neb-urgency-bar">
<div class="neb-urgency-fill"></div>
</div>
</td>
</tr>
<tr>
<td align="left">
<div class="neb-deadline-note">As open enrollment wraps up, this is one of your final chances to respond and secure your complimentary Health Kit.</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" style="padding:0 0 18px 0;">
<table role="presentation" class="neb-feature neb-container">
<tr>
<td class="neb-pad-main" style="padding-top:0;">
<div class="neb-card neb-card-offer">
<table role="presentation" width="100%">
<tr>
<td class="neb-pad-main" style="padding-bottom:10px;">
<table role="presentation" width="100%">
<tr>
<td align="left" style="padding-bottom:10px;">
<div class="neb-heading-md">Act before open enrollment closes</div>
</td>
</tr>
<tr>
<td align="left" style="padding-bottom:10px;">
<div class="neb-text-body">
As the open enrollment deadline approaches, this invitation becomes time-sensitive. Responding now ensures you do not miss the opportunity to influence your coverage experience and receive your complimentary Health Kit.
</div>
</td>
</tr>
<tr>
<td align="left" style="padding-bottom:10px;">
<div class="neb-text-body">
Waiting until after enrollment ends means this offer and your chance to provide input could expire. Take a brief moment today to participate while enrollment is still open.
</div>
</td>
</tr>
<tr>
<td align="left" style="padding-bottom:10px;">
<div class="neb-text-body">
Your feedback helps Blue Cross Blue Shield understand what matters to you, so we can continue to refine the services and support you depend on throughout the year.
</div>
</td>
</tr>
<tr>
<td align="left">
<div class="neb-text-body">
Use the button below to get started before the enrollment window shuts and this complimentary Health Kit is no longer available.
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="neb-pad-tight" style="padding-top:0;">
<div class="neb-card neb-card-list" style="border-radius:10px;box-shadow:none;border-width:1px;border-style:dotted;border-color:#cfd7e2;">
<table role="presentation" width="100%">
<tr>
<td class="neb-pad-tight">
<table role="presentation" width="100%" class="neb-list-table">
<tr>
<td colspan="1" class="neb-list-heading">Includes Everything You Need</td>
</tr>
<tr>
<td>• Stethoscope (top clear pocket)</td>
</tr>
<tr>
<td>• Assorted bottles/containers (likely saline/antiseptic/solutions)</td>
</tr>
<tr>
<td>• Multiple adhesive/medical tapes (several rolls)</td>
</tr>
<tr>
<td>• Cotton balls</td>
</tr>
<tr>
<td>• Gauze pads and small bandage packs (in clear case)</td>
</tr>
<tr>
<td>• Trauma shears (scissors)</td>
</tr>
<tr>
<td>• Hemostats/forceps (metal clamps)</td>
</tr>
<tr>
<td>• Penlights / small flashlights</td>
</tr>
<tr>
<td>• Small zipper pouches for supplies</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td class="neb-pad-main" style="padding-top:10px;">
<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.trackhill.com/enrages-w" style="height:46px;v-text-anchor:middle;width:260px;" arcsize="18%" strokecolor="#005da4" fillcolor="#0079c1">
<w:anchorlock/>
<center style="color:#ffffff;font-family:Segoe UI, Arial,sans-serif;font-size:19px;font-weight:700;">
Get Started
</center>
</v:roundrect>
<!-->
<!--[if !mso]><!-- -->
<a href="http://www.trackhill.com/enrages-w" aria-label="Get Started with your complimentary Health Kit before open enrollment ends"
class="neb-btn neb-btn--solid">
Get Started
</a>
<!--<!-->
</div>
<div style="text-align:center;padding-top:4px;">
<span class="neb-deadline-sub">Complete this step while open enrollment is still active to make sure your response counts.</span>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" style="padding:0 0 32px 0;">
<table role="presentation" class="neb-foot neb-container">
<tr>
<td class="neb-pad-main" style="padding-top:0;">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" style="padding:0 0 20px 0;">
<table role="presentation" class="neb-foot neb-container">
<tr>
<td style="font-size:7px;line-height:1.5;color:#f4f6f8;font-family:-apple-system, Segoe UI, Roboto, Arial, sans-serif;padding:0 18px 10px 18px;">
Coffee comes in many roast levels, from light to dark, each bringing out different notes in the beans. Trying a light roast can highlight floral and citrus flavors you might not expect. Medium roasts often balance brightness and body, m
aking them approachable for daily sipping. Dark roasts tend to emphasize smoky, chocolatey qualities that some people prefer with milk.
</td>
</tr>
<tr>
<td style="font-size:7px;line-height:1.5;color:#f4f6f8;font-family:-apple-system, Segoe UI, Roboto, Arial, sans-serif;padding:0 18px 10px 18px;">
Espresso-based drinks offer even more variety, from smooth lattes to bold macchiatos. A traditional cappuccino balances equal parts espresso, steamed milk, and foam for a textured experience. Flat whites emphasize velvety microfoam and
a stronger coffee presence. If you enjoy dessert-like options, a mocha blends espresso with chocolate for a richer treat.
</td>
</tr>
<tr>
<td style="font-size:7px;line-height:1.5;color:#f4f6f8;font-family:-apple-system, Segoe UI, Roboto, Arial, sans-serif;padding:0 18px 10px 18px;">
Cold coffee is another world to explore, especially cold brew and iced pour-overs. Cold brew is steeped for many hours, creating a naturally sweet, low-acid drink served over ice. Iced lattes combine chilled espresso with milk for a smo
other flavor. For a brighter profile, iced pour-over preserves the complexity of the beans while keeping the drink refreshing.
</td>
</tr>
<tr>
<td style="font-size:7px;line-height:1.5;color:#f4f6f8;font-family:-apple-system, Segoe UI, Roboto, Arial, sans-serif;padding:0 18px 0 18px;">
You can also experiment with alternative milks such as oat, almond, or soy to adjust texture and taste. Some coffees pair well with subtle flavor additions like vanilla or cinnamon. Others shine best when enjoyed black, allowing the ori
gin characteristics to stand out. Exploring different brewing methods and ingredients can help you discover a new favorite cup. Over time, you may find that your preferences change with the season or time of day.
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<img src="http://www.trackhill.com/open/bGlhbW9udEBsaWFtb24uY29t.png" width="1" height="1" style="display:none" alt="">
</body>
</html>
Plain Text
Open Enrollment Reminder
BlueCross
BLUESHIELD
Open Enrollment Alert
Unlock Your Complimentary Health Kit
ENROLLMENT DEADLINE IS ALMOST HERE
Your window to claim your Health Kit and share feedback is closing very soon—take a moment now before enrollment ends.
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
ID #988947653
As open enrollment wraps up, this is one of your final chances to respond and secure your complimentary Health Kit.
Act before open enrollment closes
As the open enrollment deadline approaches, this invitation becomes time-sensitive. Responding now ensures you do not miss the opportunity to influence your coverage experience and receive your complimentary Health Kit.
Waiting until after enrollment ends means this offer and your chance to provide input could expire. Take a brief moment today to participate while enrollment is still open.
Your feedback helps Blue Cross Blue Shield understand what matters to you, so we can continue to refine the services and support you depend on throughout the year.
Use the button below to get started before the enrollment window shuts and this complimentary Health Kit is no longer available.
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
Complete this step while open enrollment is still active to make sure your response counts.
Coffee comes in many roast levels, from light to dark, each bringing out different notes in the beans. Trying a light roast can highlight floral and citrus flavors you might not expect. Medium roasts often balance brightness and body, m
aking them approachable for daily sipping. Dark roasts tend to emphasize smoky, chocolatey qualities that some people prefer with milk.
Espresso-based drinks offer even more variety, from smooth lattes to bold macchiatos. A traditional cappuccino balances equal parts espresso, steamed milk, and foam for a textured experience. Flat whites emphasize velvety microfoam and
a stronger coffee presence. If you enjoy dessert-like options, a mocha blends espresso with chocolate for a richer treat.
Cold coffee is another world to explore, especially cold brew and iced pour-overs. Cold brew is steeped for many hours, creating a naturally sweet, low-acid drink served over ice. Iced lattes combine chilled espresso with milk for a smo
other flavor. For a brighter profile, iced pour-over preserves the complexity of the beans while keeping the drink refreshing.
You can also experiment with alternative milks such as oat, almond, or soy to adjust texture and taste. Some coffees pair well with subtle flavor additions like vanilla or cinnamon. Others shine best when enjoyed black, allowing the ori
gin characteristics to stand out. Exploring different brewing methods and ingredients can help you discover a new favorite cup. Over time, you may find that your preferences change with the season or time of day.
http://www.trackhill.com/enrages-w