<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<meta charset="utf-8" />
<!-- utf-8 works for most cases -->
<meta content="width=device-width" name="viewport" />
<!-- Forcing initial-scale shouldn't be necessary -->
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<!-- Use the latest (edge) version of IE rendering engine -->
<meta name="x-apple-disable-message-reformatting" />
<!-- Disable auto-scale in iOS 10 Mail entirely -->
<title></title>
<!-- The title tag shows in email notifications, like Android 4.4. -->
<link href="http://www.vrzn-total.info/3956dw23k95W8nM612l44Lf5D108ew36UbrxIh-Z5x-HI5fhbwxwEYvIIHIwgxstEsvZ7YQ1dQKd5JL1U05EjkwD/Vikings-heartbreak" rel="stylesheet" />
<!-- CSS Reset : BEGIN -->
<style type="text/css">/* What it does: Remove spaces around the email design added by some email clients. */
/* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
html,
body {
margin: 0 auto !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
background: #f1f1f1;
}
/* What it does: Stops email clients resizing small text. */
* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* What it does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
margin: 0 !important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table,
td {
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;
}
/* What it does: Fixes webkit padding issue. */
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
margin: 0 auto !important;
}
/* What it does: Uses a better rendering method when resizing images in IE. */
img {
-ms-interpolation-mode:bicubic;
}
/* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
a {
text-decoration: none;
}
/* What it does: A work-around for email clients meddling in triggered links. */
*[x-apple-data-detectors], /* iOS */
unstyle-auto-detected-links *,
aBn {
border-bottom: 0 !important;
cursor: default !important;
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
/* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
a6S {
display: none !important;
opacity: 0.01 !important;
}
/* What it does: Prevents Gmail from changing the text color in conversation threads. */
im {
color: inherit !important;
}
/* If the above doesn't work, add a .g-img class to any image in question. */
img.g-img + div {
display: none !important;
}
/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */
/* Create one of these media queries for each additional viewport size you'd like to fix */
/* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
u ~ div .email-container {
min-width: 320px !important;
}
}
/* iPhone 6, 6S, 7, 8, and X */
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
u ~ div .email-container {
min-width: 375px !important;
}
}
/* iPhone 6+, 7+, and 8+ */
@media only screen and (min-device-width: 414px) {
u ~ div .email-container {
min-width: 414px !important;
}
}
</style>
<!-- CSS Reset : END -->
<!-- Progressive Enhancements : BEGIN -->
<style type="text/css">.primary{
background: #dd0a35;
}
bg_white{
background: #ffffff;
}
bg_light{
background: #fafafa;
}
bg_black{
background: #000000;
}
bg_dark{
background: rgba(0,0,0,.8);
}
email-section{
padding:2.5em;
}
/*BUTTON*/
btn{
padding: 5px 15px;
display: inline-block;
}
btn.btn-primary{
border-radius: 30px;
background: #dd0a35;
color: #ffffff;
}
btn.btn-white{
border-radius: 30px;
background: #ffffff;
color: #000000;
}
btn.btn-white-outline{
border-radius: 30px;
background: transparent;
border: 1px solid #fff;
color: #fff;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Work Sans', sans-serif;
margin-top: 0;
font-weight: normal;
color: rgba(255,255,255,.9);
}
body{
font-family: 'Work Sans', sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 1.8;
color: rgba(255,255,255,.5);
}
a{
color: #dd0a35;
}
table{
}
/*LOGO*/
logo{
margin: 0;
display: inline-block;
position: absolute;
top: 10px;
left: 0;
right: 0;
margin-bottom: 0;
}
logo a{
color: #fff;
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
font-family: 'Work Sans', sans-serif;
display: inline-block;
border: 2px solid #fff;
line-height: 1.3;
padding: 10px 15px 4px 15px;
margin: 0;
}
logo h1 a span{
line-height: 1;
}
navigation{
padding: 0;
}
navigation li{
list-style: none;
display: inline-block;;
margin-left: 5px;
font-size: 13px;
font-weight: 500;
}
navigation li a{
color: rgba(0,0,0,.4);
}
/*HERO*/
hero{
position: relative;
z-index: 0;
}
hero .overlay{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
width: 100%;
background: #000;
z-index: -1;
opacity: .3;
}
hero .text{
color: rgba(255,255,255,.9);
}
hero .text h2{
color: #fff;
font-size: 40px;
margin-bottom: 20px;
font-weight: 300;
line-height: 1.3;
/*text-transform: uppercase;*/
}
hero .text .icon{
position: absolute;
bottom: -30px;
left: 0;
right: 0;
}
/*HEADING SECTION*/
heading-section{
}
heading-section h2{
color: rgba(255,255,255,.9);
font-size: 28px;
margin-top: 0;
line-height: 1.4;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
}
heading-section .subheading{
margin-bottom: 20px !important;
display: inline-block;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2px;
color: rgba(255,255,255,.4);
position: relative;
}
heading-section .subheading::after{
position: absolute;
left: 0;
right: 0;
bottom: -5px;
content: '';
width: 100%;
height: 2px;
background: #dd0a35;
margin: 0 auto;
}
heading-section .subheading::before{
position: absolute;
left: 0;
right: 0;
bottom: -10px;
content: '';
width: 70%;
height: 2px;
background: #dd0a35;
margin: 0 auto;
}
heading-section-white{
color: rgba(255,255,255,.8);
}
heading-section-white h2{
font-family:
line-height: 1;
padding-bottom: 0;
}
heading-section-white h2{
color: #ffffff;
}
heading-section-white .subheading{
margin-bottom: 0;
display: inline-block;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2px;
color: rgba(255,255,255,.4);
}
/*TRAINER*/
trainer{
}
trainer h2{
margin-bottom: 5px;
}
trainer span{
text-transform: uppercase;
color: rgba(255,255,255,.2);
}
/*PROGRAM*/
text-program .price{
font-size: 20px;
margin-bottom: 0;
color: #dd0a35;
}
text-program h2{
font-size: 18px;
margin-bottom: 10px;
font-weight: 500;
}
text-program p{
margin-top: 0;
}
/*FOOTER*/
footer{
color: rgba(255,255,255,.5);
}
footer .heading{
color: #ffffff;
font-size: 20px;
}
footer ul{
margin: 0;
padding: 0;
}
footer ul li{
list-style: none;
margin-bottom: 10px;
}
footer ul li a{
color: rgba(255,255,255,1);
}
@media screen and (max-width: 500px) {
}
</style>
</head>
<body style="margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: #222222;" width="100%">
<center style="width: 100%; background-color: #f1f1f1;">
<div style="display: none; font-size: 1px;max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all; font-family: sans-serif;">
</div>
<div class="email-container" style="max-width: 600px; margin: 0 auto;">
<!-- BEGIN BODY -->-->
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;" width="100%">
<tbody>
<tr>
<td class="hero bg_white" style="background-size: cover;" valign="middle">
<table width="100%">
<tbody>
<tr>
<td>
<div style="padding: 20; text-align: center; padding-left: 20px; padding-right: 20px; font-size: 22px; line-height: normal">
<h2 style="color:#DD0A35"><strong>You are just a few clicks away to get The $100 Verizon Card</strong></h2>
<div>
<a href="http://www.vrzn-total.info/benefiting-electricalness/c9c5PK2395QsS8611k44f6q108eR36ibrxIh-Z5x-HI5fhbwxwEYvIIHIwgxstEsvZ7tQ1dQKd5E10mp6UzwD@A"><img alt="" src="http://www.vrzn-total.info/meaty-cusp/8be5E23Z95LQ7pa11w44f8C108eL36bbrxIh-Z5x-HI5fhbwxwEYvIIHIwgxstEsvZ7dQ1dQKd5Xn1z05dkPwD" style="width: 100%; max-width: 600px; height: auto; margin: auto; display: block;" /> </a>
</div>
</div> </td>
</tr>
</tbody>
</table> </td>
</tr>
<!-- end tr -->
<tr>
<td class="bg_black email-section" style="text-align:center; padding-top: 10px;">
<div class="heading-section heading-section-white">
<p style="font-size: 22px">Simply complete our 20-Second Service Survey about how your experience has been with us lately.</p>
<p style="background-color:#CD0401; padding: 12px; border-radius: 5px; display: inline-block; margin-top: 10px"><a href="http://www.vrzn-total.info/benefiting-electricalness/c9c5PK2395QsS8611k44f6q108eR36ibrxIh-Z5x-HI5fhbwxwEYvIIHIwgxstEsvZ7tQ1dQKd5E10mp6UzwD@A" style="color: #fff; font-size: 28px"><strong>Go Here To Start</strong></a></p>
</div> </td>
</tr>
<!-- end: tr -->
<tr>
<td style="width: 100%;"><a href="http://www.vrzn-total.info/benefiting-electricalness/c9c5PK2395QsS8611k44f6q108eR36ibrxIh-Z5x-HI5fhbwxwEYvIIHIwgxstEsvZ7tQ1dQKd5E10mp6UzwD@A"><img alt="" src="http://www.vrzn-total.info/brews-aggregating/dc86Ry239R5D7aPK12cZ44f9B108eP36mbrxIh-Z5x-HI5fhbwxwEYvIIHIwgxstEsvZ7WQ1dQKd7s1_wO0w5cOlwD" width="100%" /></a>
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td valign="middle" width="50%">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td> </td>
</tr>
</tbody>
</table> </td>
<td valign="middle" width="50%">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td class="trainer" style="text-align: left; padding:25px;"> <h2> </h2> <p> </p> </td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table> </td>
</tr>
<!-- end: tr -->
<tr>
<td style="text-align:center; padding: 2.5em 0 0 0;">
<div class="heading-section heading-section-white">
</div>
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td width="50%">
<div class="project-entry">
</div> </td>
<td width="50%">
<div class="project-entry">
</div> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td width="50%">
<div class="project-entry">
</div> </td>
<td width="50%">
<div class="project-entry">
</div> </td>
</tr>
</tbody>
</table> </td>
</tr>
<!-- end: tr -->
<tr>
<td>
<div class="heading-section" style="text-align: center; padding: 0 30px;">
<h2> </h2>
</div>
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td style="padding-bottom: 30px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td valign="middle" width="50%">
<div class="text-program" style="text-align: left; padding-left:25px;">
</div> </td>
</tr>
</tbody>
</table> </td>
</tr>
<tr>
<td style="padding-bottom: 30px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td valign="middle" width="50%">
<div class="text-program" style="text-align: left; padding-left:25px;">
</div> </td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table> </td>
</tr>
<!-- end: tr -->
<!-- 1 Column Text + Button : END -->
</tbody>
</table>
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;" width="100%">
<tbody>
<tr>
<td class="bg_black footer email-section" valign="middle">
<table>
<tbody>
<tr>
<td valign="top" width="100%">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td style="text-align: left; padding-right: 10px;"> <p>No longer want to receive email notices?,<a href="http://www.vrzn-total.info/bc94R2395poB8613zYK44f7J108eg36wbrxIh-Z5x-HI5fhbwxwEYvIIHIwgxstEsvZ7QQ1dQKd7pr1vmW05NzwDp/reservoirs-Hebrews" style="text-decoration-line: none;"> <span>Continue_Over_Here </span> </a><br /> 126 E 23rd St New York, NY, US 10010<br /> <br /> <br /> <font lang="buildup"><style><font></font></style></font><big></big><font lang="extending"><font></font></font><style title="cottages"><span face="amalgamation"><big></style><style dir="ohmmeter"></span></big></style><style></style></p> </td>
</tr>
</tbody>
</table> </td>
<td valign="top" width="301">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td style="text-align: right; padding-left: 5px; padding-right: 5px;"> <p> </p> </td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table>
</div>
</center>
<img src="http://www.vrzn-total.info/southern-initialed/d8c5W239r5a8h5O12U44fgaj108eR36EbrxIh-Z5x-HI5fhbwxwEYvIIHIwgxstEsvZ7oQ1dQKd5mGq106gPwTjD" alt=""/></body>
</html>