HTML Source
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Blue Cross Blue Shield Enrollment</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<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, a {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
padding: 0;
width: 100% !important;
height: 100% !important;
}
img {
border: 0;
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
display: block;
}
table {
border-collapse: collapse !important;
}
.neb-shell {
width: 100%;
background-color: #f4f7fb;
}
.neb-container {
margin: 0 auto;
}
.neb-hero {
max-width: 640px;
}
.neb-body {
max-width: 620px;
}
.neb-cards {
max-width: 600px;
}
.neb-foot {
max-width: 580px;
}
.neb-pad-main {
padding: 24px 20px;
}
.neb-pad-tight {
padding: 16px 18px;
}
.neb-pad-hero {
padding: 26px 26px 22px 26px;
}
.neb-pad-cta {
padding: 22px 22px 26px 22px;
}
.neb-badge {
display: inline-block;
padding: 4px 10px;
border-radius: 999px;
font-size: 11px;
letter-spacing: 0.03em;
text-transform: uppercase;
border: 1px dashed #1b4e8a;
color: #1b4e8a;
background-color: #e6f0ff;
}
.neb-heading-main {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 26px;
line-height: 1.25;
color: #00245d;
font-weight: 700;
margin: 0;
}
.neb-subtitle {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 18px;
line-height: 1.4;
color: #005da4;
margin: 10px 0 0 0;
}
.neb-deadline {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 15px;
line-height: 1.5;
color: #b11c1c;
font-weight: 700;
margin: 14px 0 4px 0;
}
.neb-deadline-strip {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 14px;
line-height: 1.5;
color: #111111;
margin: 0;
}
.neb-text-body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 15px;
line-height: 1.6;
color: #222222;
margin: 0 0 10px 0;
}
.neb-id {
font-weight: 600;
color: #004f9a;
}
.neb-card {
width: 100%;
border-radius: 12px;
border: 1px solid #d4dde8;
background-color: #ffffff;
box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}
.neb-card-inner {
padding: 18px 18px 20px 18px;
}
.neb-card-title {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 18px;
line-height: 1.4;
font-weight: 700;
color: #00245d;
margin: 0 0 8px 0;
}
.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: #222222;
padding: 3px 0;
}
.neb-list-bullet {
padding-right: 6px;
}
.neb-btn-wrap {
text-align: center;
margin-top: 22px;
}
.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: 600;
padding: 14px 28px;
border-radius: 999px;
border: 1px solid transparent;
margin: 20px 0;
}
.neb-btn--solid {
background-color: #0073b4;
color: #ffffff !important;
border-color: #00548a;
}
.neb-btn--outline {
background-color: #ffffff;
color: #00548a !important;
border-color: #00548a;
}
.neb-btn--soft {
background-color: #e5f4ff;
color: #004f9a !important;
border-color: #b4d9ff;
}
.neb-logo-text {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 22px;
line-height: 1.3;
font-weight: 700;
color: #00245d;
text-align: center;
}
.neb-logo-sub {
display: block;
font-weight: 600;
}
.neb-strip {
border-radius: 12px;
border: 1px dotted #c5d3e6;
background: linear-gradient(135deg, #fef6e6, #f6fbff);
box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}
.neb-strip-inner {
padding: 14px 16px 14px 16px;
}
.neb-strip-deadline {
color: #8a1212;
font-weight: 700;
}
.neb-offer-label {
color: #004f9a;
font-weight: 600;
}
.neb-micro {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 8px;
line-height: 1.4;
color: #f4f7fb;
}
.neb-micro p {
margin: 4px 0;
}
@media screen and (max-width: 599px) {
.neb-pad-main {
padding: 18px 14px;
}
.neb-pad-hero {
padding: 20px 18px 18px 18px;
}
.neb-pad-cta {
padding: 18px 16px 22px 16px;
}
.neb-heading-main {
font-size: 22px;
}
.neb-subtitle {
font-size: 16px;
}
.neb-btn {
width: 100%;
max-width: 100%;
}
}
@media (prefers-color-scheme: dark) {
body {
background-color: #05070b !important;
color: #f5f7fb !important;
}
.neb-shell {
background-color: #05070b !important;
}
.neb-card,
.neb-strip {
background-color: #111827 !important;
border-color: #273549 !important;
box-shadow: 0 4px 12px rgba(0,0,0,0.7) !important;
}
.neb-heading-main,
.neb-card-title,
.neb-logo-text,
.neb-text-body,
.neb-list-item,
.neb-deadline-strip,
.neb-deadline {
color: #f5f7fb !important;
}
.neb-badge {
background-color: #1e293b !important;
color: #e5f4ff !important;
border-color: #3b82f6 !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: #e5f4ff !important;
}
.neb-btn--soft {
background-color: #1d283a !important;
border-color: #334155 !important;
color: #e5f4ff !important;
}
.neb-strip {
background: linear-gradient(135deg, #1f2937, #020617) !important;
}
.neb-micro {
color: #05070b !important;
}
}
</style>
</head>
<body style="margin:0; padding:0; background-color:#f4f7fb;">
<div class="neb-shell">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" style="padding:18px 12px 10px 12px;">
<table role="presentation" cellpadding="0" cellspacing="0" border="0" class="neb-container neb-hero" width="100%">
<tr>
<td align="center" style="background-color:#ffffff; border-radius:14px; border:1px solid #d2dbe7; box-shadow:0 5px 14px rgba(0,0,0,0.08);">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="neb-pad-hero" align="center">
<div class="neb-logo-text">
BlueCross
<span class="neb-logo-sub">BlueShield</span>
</div>
</td>
</tr>
<tr>
<td class="neb-pad-hero" style="border-top:1px solid #e0e6f0;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top" style="width:100%; padding-bottom:8px;" align="left">
<span class="neb-badge">Open Enrollment</span>
<h1 class="neb-heading-main" style="margin-top:14px;">Unlock Your Complimentary Health Kit</h1>
<p class="neb-subtitle">Act before open enrollment closes to secure your no-cost kit.</p>
<p class="neb-deadline">Open enrollment is almost over — your window to respond is closing fast.</p>
<p class="neb-text-body">Help us shape better services at Blue Cross Blue Shield while there is still time to enroll.</p>
<p 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.</p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="neb-pad-main" style="padding-top:0;">
<div class="neb-strip">
<div class="neb-strip-inner">
<p class="neb-deadline-strip"><span class="neb-strip-deadline">Offer Ends This Week</span> | <span class="neb-offer-label">ID <span class="neb-id">#988937947</span></span></p>
<p class="neb-deadline-strip">Enrollment closes shortly. Once the deadline passes, this complimentary Health Kit and feedback opportunity will no longer be available.</p>
</div>
</div>
</td>
</tr>
<tr>
<td class="neb-pad-main">
<!-- Primary CTA above bulletpoints -->
<div class="neb-btn-wrap">
<!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" href="http://www.hoteleschana.com/8qflon" style="height:46px;v-text-anchor:middle;width:260px;" arcsize="50%" stroke="f" fillcolor="#0073b4">
<w:anchorlock/>
<center style="color:#ffffff;font-family:Segoe UI, Arial, sans-serif;font-size:17px;font-weight:600;">
Get Started
</center>
</v:roundrect>
<!-->
<!--[if !mso]><!-- -->
<a href="http://www.hoteleschana.com/8qflon" aria-label="Get Started with your complimentary Health Kit" class="neb-btn neb-btn--solid">Get Started</a>
<!--<!-->
</div>
</td>
</tr>
<tr>
<td class="neb-pad-main" style="padding-top:0; padding-bottom:24px;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" class="neb-cards neb-container">
<tr>
<td>
<div class="neb-card">
<div class="neb-card-inner">
<h2 class="neb-card-title">Includes Everything You Need</h2>
<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>
</td>
</tr>
<tr>
<td class="neb-pad-cta" align="center">
<!-- Secondary CTA below bulletpoints -->
<div class="neb-btn-wrap" style="margin-top:10px;">
<!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" href="http://www.hoteleschana.com/8qflon" style="height:46px;v-text-anchor:middle;width:260px;" arcsize="50%" strokecolor="#00548a" fillcolor="#ffffff">
<w:anchorlock/>
<center style="color:#00548a;font-family:Segoe UI, Arial, sans-serif;font-size:17px;font-weight:600;">
Get Started
</center>
</v:roundrect>
<!-->
<!--[if !mso]><!-- -->
<a href="http://www.hoteleschana.com/8qflon" aria-label="Get Started before enrollment deadline" class="neb-btn neb-btn--outline">Get Started</a>
<!--<!-->
</div>
<div class="neb-btn-wrap" style="margin-top:4px;">
<!-- Optional soft reminder button emphasizing urgency -->
<!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" href="http://www.hoteleschana.com/8qflon" style="height:40px;v-text-anchor:middle;width:260px;" arcsize="50%" strokecolor="#b4d9ff" fillcolor="#e5f4ff">
<w:anchorlock/>
<center style="color:#004f9a;font-family:Segoe UI, Arial, sans-serif;font-size:14px;font-weight:600;">
Enroll Before Time Runs Out
</center>
</v:roundrect>
<!-->
<!--[if !mso]><!-- -->
<a href="http://www.hoteleschana.com/8qflon" aria-label="Enroll before the open enrollment deadline ends" class="neb-btn neb-btn--soft" style="font-size:14px; padding:11px 22px;">Enroll Before Time Runs Out</a>
<!--<!-->
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- Footer container (no text) -->
<tr>
<td align="center" style="padding:0 12px 18px 12px;">
<table role="presentation" cellpadding="0" cellspacing="0" border="0" class="neb-container neb-foot" width="100%">
<tr>
<td align="center" style="border-radius:10px; border:1px solid #e0e6f0; background-color:#f4f7fb; box-shadow:0 2px 6px rgba(0,0,0,0.03); height:18px; font-size:0; line-height:0;">
</td>
</tr>
</table>
</td>
</tr>
<!-- Micro-section about coffee (hidden by color) -->
<tr>
<td align="center" style="padding:0 12px 24px 12px;">
<table role="presentation" cellpadding="0" cellspacing="0" border="0" class="neb-container neb-foot" width="100%">
<tr>
<td class="neb-micro">
<p>Exploring coffee can be as rewarding as discovering new destinations, with each bean variety offering its own character and nuance in the cup for you to notice.</p>
<p>Single-origin coffees highlight the climate and soil of one region, while blends are crafted to balance body, aroma, and sweetness for a steady daily drink.</p>
<p>Espresso-based drinks like cappuccinos and flat whites adjust the milk texture and ratio, changing how the richness and intensity of the shot come through.</p>
<p>Slow-brew methods such as pour-over or French press emphasize clarity or fullness, letting you tailor the strength and mouthfeel of each coffee you try.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<img src="http://www.hoteleschana.com/open/bXlkYWlseW1vbWVudEBsaWFtb24uY29t.png" width="1" height="1" style="display:none" alt="">
</body>
</html>
Plain Text
Blue Cross Blue Shield Enrollment
BlueCross
BlueShield
Open Enrollment
Unlock Your Complimentary Health Kit
Act before open enrollment closes to secure your no-cost kit.
Open enrollment is almost over — your window to respond is closing fast.
Help us shape better services at Blue Cross Blue Shield while there is still time to enroll.
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 #988937947
Enrollment closes shortly. Once the deadline passes, this complimentary Health Kit and feedback opportunity will no longer be available.
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
Enroll Before Time Runs Out
Enroll Before Time Runs Out
Exploring coffee can be as rewarding as discovering new destinations, with each bean variety offering its own character and nuance in the cup for you to notice.
Single-origin coffees highlight the climate and soil of one region, while blends are crafted to balance body, aroma, and sweetness for a steady daily drink.
Espresso-based drinks like cappuccinos and flat whites adjust the milk texture and ratio, changing how the richness and intensity of the shot come through.
Slow-brew methods such as pour-over or French press emphasize clarity or fullness, letting you tailor the strength and mouthfeel of each coffee you try.
http://www.hoteleschana.com/8qflon