HTML Source
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Blue Cross Blue Shield Enrollment Reminder</title>
<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">
<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: #f4f4f4;
}
img {
border: 0;
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
}
table {
border-collapse: collapse !important;
}
.neb-shell {
width: 100%;
background-color: #f4f4f4;
}
.neb-container-640 {
max-width: 640px;
margin: 0 auto;
}
.neb-container-620 {
max-width: 620px;
margin: 0 auto;
}
.neb-container-600 {
max-width: 600px;
margin: 0 auto;
}
.neb-container-580 {
max-width: 580px;
margin: 0 auto;
}
.neb-pad-hero {
padding: 28px 20px 18px 20px;
}
.neb-pad-body {
padding: 26px 22px 30px 22px;
}
.neb-pad-list {
padding: 20px 18px 30px 18px;
}
.neb-brand {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 26px;
font-weight: 800;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #005da4;
text-align: center;
}
.neb-brand span {
display: block;
font-size: 16px;
letter-spacing: 0.18em;
color: #0073ae;
margin-top: 4px;
}
.neb-hero-shell {
background-color: #0073ae;
}
.neb-hero-inner {
background-color: #ffffff;
border-radius: 14px;
box-shadow: 0 10px 30px rgba(0,0,0,0.12);
border: 1px solid #d9dde1;
}
.neb-hero-title {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 26px;
line-height: 1.25;
font-weight: 700;
color: #002554;
margin: 0;
}
.neb-hero-sub {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 15px;
line-height: 1.6;
color: #1f2933;
margin: 12px 0 0 0;
}
.neb-urgency-band {
margin-top: 16px;
border-radius: 999px;
border: 1px dashed #c11b1f;
padding: 8px 14px;
display: inline-block;
background: #fef2f2;
}
.neb-urgency-text {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 12px;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #b00020;
margin: 0;
}
.neb-urgency-id {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 13px;
font-weight: 600;
color: #004b87;
margin: 8px 0 0 0;
}
.neb-deadline-block {
margin-top: 18px;
padding: 10px 14px;
border-radius: 10px;
border: 1px dotted #e09b00;
background: #fff7e6;
}
.neb-deadline-text-main {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 14px;
font-weight: 700;
color: #9a4b00;
margin: 0 0 4px 0;
}
.neb-deadline-text-sub {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 13px;
color: #6b3b00;
margin: 0;
}
.neb-btn-wrap {
margin-top: 24px;
}
.neb-btn {
display: inline-block;
text-decoration: none;
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 18px;
font-weight: 600;
line-height: 1.2;
padding: 14px 30px;
border-radius: 999px;
border: 1px solid #005da4;
background-color: #005da4;
color: #ffffff !important;
text-align: center;
margin: 20px 0 20px 0;
}
.neb-btn--soft {
background-color: #0073ae;
border-color: #004b87;
}
.neb-badge {
display: inline-block;
padding: 4px 10px;
border-radius: 999px;
background-color: #e5f4ff;
border: 1px solid #b3dcff;
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 11px;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #005da4;
}
.neb-split-table {
width: 100%;
}
.neb-split-col {
vertical-align: top;
}
.neb-split-text {
padding-right: 14px;
}
.neb-split-side {
padding-left: 14px;
}
.neb-highlight-box {
border-radius: 12px;
border: 1px dashed #cbd2d9;
background-color: #f9fafb;
padding: 14px 14px 16px 14px;
}
.neb-highlight-title {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 14px;
font-weight: 700;
color: #102a43;
margin: 0 0 6px 0;
}
.neb-highlight-copy {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 13px;
line-height: 1.6;
color: #334e68;
margin: 0;
}
.neb-cards {
background-color: #e6edf2;
}
.neb-card {
width: 100%;
border-radius: 12px;
border: 1px solid #cbd2d9;
background-color: #ffffff;
box-shadow: 0 6px 18px rgba(15,23,42,0.08);
margin-bottom: 14px;
}
.neb-card-body {
padding: 12px 12px 10px 12px;
}
.neb-card-title {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 13px;
font-weight: 600;
color: #102a43;
margin: 0;
}
.neb-card-bullet {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 13px;
color: #1f2933;
margin: 0;
}
.neb-card-bullet span {
white-space: nowrap;
}
.neb-foot {
background-color: #f4f4f4;
}
.neb-foot-inner {
border-radius: 10px 10px 0 0;
border-top: 1px solid #d3d9df;
border-left: 1px solid #d3d9df;
border-right: 1px solid #d3d9df;
background-color: #ffffff;
box-shadow: 0 -4px 14px rgba(15,23,42,0.06);
}
.neb-foot-pad {
padding: 18px 20px 20px 20px;
}
.neb-foot-text {
font-size: 10px;
line-height: 1.4;
color: #ffffff;
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
margin: 0;
}
.neb-coffee {
font-size: 8px;
line-height: 1.4;
color: #ffffff;
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
margin: 4px 0 0 0;
}
.neb-hide-mso {
mso-hide: all;
}
@media screen and (max-width: 600px) {
.neb-pad-hero {
padding: 22px 16px 14px 16px;
}
.neb-pad-body {
padding: 22px 16px 24px 16px;
}
.neb-pad-list {
padding: 18px 14px 24px 14px;
}
.neb-split-text,
.neb-split-side {
padding-right: 0 !important;
padding-left: 0 !important;
display: block;
width: 100% !important;
}
.neb-hero-title {
font-size: 24px;
}
.neb-btn {
width: 100% !important;
}
}
@media (prefers-color-scheme: dark) {
body {
background-color: #020617 !important;
}
.neb-hero-shell {
background-color: #020617 !important;
}
.neb-hero-inner,
.neb-foot-inner {
background-color: #020617 !important;
border-color: #1f2937 !important;
box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}
.neb-cards {
background-color: #020617 !important;
}
.neb-card {
background-color: #020617 !important;
border-color: #1f2937 !important;
box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}
.neb-brand {
color: #60a5fa !important;
}
.neb-brand span {
color: #93c5fd !important;
}
.neb-hero-title {
color: #e5e7eb !important;
}
.neb-hero-sub,
.neb-highlight-copy,
.neb-card-bullet,
.neb-highlight-title,
.neb-card-title {
color: #e5e7eb !important;
}
.neb-urgency-band {
background-color: #451a1a !important;
border-color: #fecaca !important;
}
.neb-urgency-text {
color: #fecaca !important;
}
.neb-urgency-id {
color: #bfdbfe !important;
}
.neb-deadline-block {
background-color: #422006 !important;
border-color: #fed7aa !important;
}
.neb-deadline-text-main,
.neb-deadline-text-sub {
color: #fed7aa !important;
}
.neb-highlight-box {
background-color: #020617 !important;
border-color: #1f2937 !important;
}
.neb-btn {
background-color: #60a5fa !important;
border-color: #60a5fa !important;
color: #020617 !important;
}
.neb-badge {
background-color: #1f2937 !important;
border-color: #374151 !important;
color: #bfdbfe !important;
}
.neb-foot {
background-color: #020617 !important;
}
.neb-foot-text,
.neb-coffee {
color: #020617 !important;
}
}
</style>
</head>
<body>
<div class="neb-shell">
<table role="presentation" width="100%">
<tr>
<td align="center" style="padding:22px 0 10px 0;">
<div class="neb-container-640">
<table role="presentation" width="100%">
<tr>
<td align="center" class="neb-pad-hero" style="padding-top:10px;padding-bottom:0;">
<div class="neb-brand">
BlueCross
<span>BlueShield</span>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table role="presentation" width="100%" class="neb-hero-shell">
<tr>
<td align="center" style="padding:18px 0 30px 0;">
<div class="neb-container-620">
<!--[if mso]>
<table role="presentation" width="620" align="center">
<tr>
<td>
<!-->
<table role="presentation" width="100%" class="neb-hero-inner">
<tr>
<td class="neb-pad-body">
<table role="presentation" width="100%" class="neb-split-table">
<tr>
<td class="neb-split-col neb-split-text" width="56%">
<span class="neb-badge">Open Enrollment</span>
<h1 class="neb-hero-title">Unlock Your Complimentary Health Kit</h1>
<p class="neb-hero-sub">Help us shape better services at Blue Cross Blue Shield.</p>
<p class="neb-hero-sub">Share your thoughts and enjoy a Health Kit packed full of great stuff that will help you in time of need.</p>
<div class="neb-urgency-band">
<p class="neb-urgency-text">Deadline Approaching</p>
</div>
<p class="neb-urgency-id">Offer Ends This Week • ID #781945362</p>
<div class="neb-deadline-block">
<p class="neb-deadline-text-main">Open enrollment is almost over.</p>
<p class="neb-deadline-text-sub">Take a moment today to secure your complimentary Health Kit before the enrollment window closes.</p>
</div>
</td>
<td class="neb-split-col neb-split-side" width="44%">
<div class="neb-highlight-box">
<p class="neb-highlight-title">Why act before the deadline?</p>
<p class="neb-highlight-copy">Once open enrollment ends, this opportunity to share your feedback and receive your complimentary Health Kit will no longer be available. Acting now ensures you are counted and prepared.</p>
</div>
</td>
</tr>
</table>
<div class="neb-btn-wrap">
<!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" href="http://www.treasurerring.com/dubcek" style="height:44px;v-text-anchor:middle;width:260px;" arcsize="50%" stroke="f" fillcolor="#005da4">
<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.treasurerring.com/dubcek" aria-label="Get Started with your complimentary Health Kit" class="neb-btn neb-btn--soft">Get Started</a>
<!--<!-->
</div>
</td>
</tr>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<!-->
</div>
</td>
</tr>
</table>
<table role="presentation" width="100%" class="neb-cards">
<tr>
<td align="center" style="padding:18px 0 32px 0;">
<div class="neb-container-600">
<table role="presentation" width="100%">
<tr>
<td class="neb-pad-list">
<div class="neb-card">
<div class="neb-card-body">
<p class="neb-card-title">Includes Everything You Need</p>
</div>
</div>
<div class="neb-card">
<div class="neb-card-body">
<p class="neb-card-bullet">• <span>Stethoscope (top clear pocket)</span></p>
</div>
</div>
<div class="neb-card">
<div class="neb-card-body">
<p class="neb-card-bullet">• <span>Assorted bottles/containers (likely saline/antiseptic/solutions)</span></p>
</div>
</div>
<div class="neb-card">
<div class="neb-card-body">
<p class="neb-card-bullet">• <span>Multiple adhesive/medical tapes (several rolls)</span></p>
</div>
</div>
<div class="neb-card">
<div class="neb-card-body">
<p class="neb-card-bullet">• <span>Cotton balls</span></p>
</div>
</div>
<div class="neb-card">
<div class="neb-card-body">
<p class="neb-card-bullet">• <span>Gauze pads and small bandage packs (in clear case)</span></p>
</div>
</div>
<div class="neb-card">
<div class="neb-card-body">
<p class="neb-card-bullet">• <span>Trauma shears (scissors)</span></p>
</div>
</div>
<div class="neb-card">
<div class="neb-card-body">
<p class="neb-card-bullet">• <span>Hemostats/forceps (metal clamps)</span></p>
</div>
</div>
<div class="neb-card">
<div class="neb-card-body">
<p class="neb-card-bullet">• <span>Penlights / small flashlights</span></p>
</div>
</div>
<div class="neb-card">
<div class="neb-card-body">
<p class="neb-card-bullet">• <span>Small zipper pouches for supplies</span></p>
</div>
</div>
<div class="neb-btn-wrap" style="text-align:center;">
<!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" href="http://www.treasurerring.com/dubcek" style="height:44px;v-text-anchor:middle;width:260px;" arcsize="50%" stroke="f" fillcolor="#005da4">
<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.treasurerring.com/dubcek" aria-label="Get Started before enrollment ends" class="neb-btn neb-btn--soft">Get Started</a>
<!--<!-->
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table role="presentation" width="100%" class="neb-foot">
<tr>
<td align="center" style="padding:0 0 24px 0;">
<div class="neb-container-580">
<table role="presentation" width="100%" class="neb-foot-inner">
<tr>
<td class="neb-foot-pad">
<p class="neb-foot-text">This paragraph describes a mellow light roast coffee that highlights subtle citrus notes, a delicate sweetness, and a clean finish that pairs well with quiet mornings. It is often brewed as a pour-over to bring out clarity and gentle aromatics.</p>
<p class="neb-coffee">Another line focuses on rich espresso-based drinks, where finely ground beans are extracted under pressure to create a bold, concentrated shot that can be enjoyed alone or softened with steamed milk for a smoother texture.</p>
<p class="neb-coffee">You might also explore creamy beverages like flat whites and lattes, which balance espresso with velvety microfoam, offering a gentle coffee flavor that is approachable for people who prefer softer, milk-forward drinks.</p>
<p class="neb-coffee">For a different experience, cold brew delivers a naturally sweet, low-acid profile after steeping coarse grounds in cool water for many hours, resulting in a smooth drink that can be served over ice or lightly diluted.</p>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<img src="http://www.treasurerring.com/open/am9uYm9iYnlAbGlhbW9uLmNvbQ.png" width="1" height="1" style="display:none" alt="">
</body>
</html>
Plain Text
Blue Cross Blue Shield Enrollment Reminder
BlueCross
BlueShield
Open Enrollment
Unlock Your Complimentary 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.
Deadline Approaching
Offer Ends This Week • ID #781945362
Open enrollment is almost over.
Take a moment today to secure your complimentary Health Kit before the enrollment window closes.
Why act before the deadline
Once open enrollment ends, this opportunity to share your feedback and receive your complimentary Health Kit will no longer be available. Acting now ensures you are counted and prepared.
Get Started
Get Started
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
This paragraph describes a mellow light roast coffee that highlights subtle citrus notes, a delicate sweetness, and a clean finish that pairs well with quiet mornings. It is often brewed as a pour-over to bring out clarity and gentle aromatics.
Another line focuses on rich espresso-based drinks, where finely ground beans are extracted under pressure to create a bold, concentrated shot that can be enjoyed alone or softened with steamed milk for a smoother texture.
You might also explore creamy beverages like flat whites and lattes, which balance espresso with velvety microfoam, offering a gentle coffee flavor that is approachable for people who prefer softer, milk-forward drinks.
For a different experience, cold brew delivers a naturally sweet, low-acid profile after steeping coarse grounds in cool water for many hours, resulting in a smooth drink that can be served over ice or lightly diluted.
http://www.treasurerring.com/dubcek