-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwk2.html
471 lines (426 loc) · 25.4 KB
/
wk2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Updated: 09/29/2015 JSB -->
<!-- Updated for portfolio 01/04/2021 JSB -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Honda - Dual Enrollment eBlast</title>
<style type="text/css" media="all">
/* Prevent mobile from changing default font sizes while lets users adjust size as needed */
body { width:100% !important; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; -webkit-font-smoothing:antialiased; }
table, td { border-collapse:collapse; mso-table-lspace:0; mso-table-rspace:0; }
/* Force legacy Microsoft products to scale images smoothly from native sizes */
img { -ms-interpolation-mode:bicubic; border:0; outline:none; }
/* link handling */
a:hover { text-decoration:underline !important; }
a img { text-decoration:none; border:none; }
a[href^=tel], a[href^=sms], a:visited[href^=tel], a:visited[href^=sms], a:active[href^=tel], a:active[href^=sms] { color:#000 !important; text-decoration:none !important; }
#footer a[href^=tel], #footer a[href^=sms], #footer a:visited[href^=tel], #footer a:visited[href^=sms], #footer a:active[href^=tel], #footer a:active[href^=sms] { color:#ccc !important; text-decoration:none !important; }
.lnkBlk, .lnkBlk a { color:#000 !important; text-decoration:none !important; }
.lnkGry, .lnkGry a { color:#ccc !important; text-decoration:none !important; }
/* Hotmail adjustments */
.ExternalClass { width:100% !important; }
.ExternalClass * { line-height:100%; }
/* Gmail App Layout hack */
.gmailFix { display:none !important; }
/* Smartphones (portrait and landscape) */
@media only screen and (max-width:599px) {
.wrapper { width:480px !important; font-size:85% !important; }
.innerWrap { width:450px !important; height:auto !important; }
#footer .innerWrap { width:480px !important; }
#logo>tbody>tr:first-of-type>td:last-of-type { padding-top:70px !important; }
#logo tr:nth-of-type(2)>td:last-of-type { padding-top:12px !important; }
#introWrap>tbody>tr:nth-of-type(2)>td { padding-left:22px !important; }
#introWrap>tbody>tr:last-of-type>td { padding:22px 10px !important; }
#introCopy>tbody>tr>td { width:100% !important; padding:0 20px 12px 0 !important; }
#introCopy>tbody>tr>td td { padding-top:0 !important; }
#introList>tbody>tr:nth-of-type(2) td, #introList>tbody>tr:last-of-type td { font-size:90% !important; line-height:125% !important; }
#introList>tbody>tr:first-of-type>td { padding:0 25px 12px 0 !important; }
#introList>tbody>tr:last-of-type>td:first-of-type { width:40% !important; }
#introList>tbody>tr:last-of-type>td:last-of-type { width:60% !important; }
#introList>tbody>tr:last-of-type>td:last-of-type table { width:65% !important; }
#introList>tbody>tr:first-of-type>td { padding-right:125px !important; }
#introList br { display:none; }
#secondaryWrap>tbody>tr:first-of-type>td { padding-left:22px !important; }
#secondaryCopy>tbody>tr:last-of-type>td { padding-bottom:27px !important; padding-right:22px !important; font-size:88% !important; line-height:130% !important; }
#secondaryCopy>tbody>tr:last-of-type>td br { display:none; }
#secondaryCopy table td { padding-left:10px !important; }
#secondaryCopy table tr:first-of-type td { padding-bottom:14px !important; }
#secondaryCopy table tr:last-of-type td { padding-right:10px !important; font-size:90% !important; line-height:125% !important; }
#secondaryCopy table tr:last-of-type br { display:none; }
#secondaryCopy table>tbody>tr:first-of-type td { padding-top:204px !important; background:url(https://webdevjoshb.github.io/Honda/Dual-Enrollment-eBlasts/img/banner-solo-mobile.jpg) no-repeat -4px 0; outlook:1px solid red; }
#secondaryList>tbody>tr>td:first-of-type { width:51% !important; }
#secondaryList>tbody>tr>td:first-of-type td { font-size:90% !important; }
#secondaryList>tbody>tr>td:last-of-type { width:49% !important; padding-right:12px !important; }
#benefits img { width:190px !important; height:auto !important; }
#benefits>tbody>tr:first-of-type table td { font-size:93% !important; }
#benefits>tbody>tr:last-of-type>td { padding-left:22px !important; }
#benefits>tbody>tr:last-of-type td { font-size:80% !important; }
#tertiaryWrap table tr:not(:first-of-type) td { font-size:85% !important; line-height:140% !important; }
#tertiaryWrap>tbody>tr>td { padding:20px 22px !important; }
#footer td { display:block; width:84.17% !important; margin:0 auto !important; padding:0 !important; text-align:left !important; }
#footer td:last-of-type { padding-bottom:17px !important; }
#footer img { margin:16px 0 10px; }
.hide4mobile { display:none !important; }
.heading { display:block; }
.banner { width:428px !important; height:auto !important; }
}
/* Smartphones (portrait only) */
@media only screen and (max-width:479px) {
.wrapper { width:320px !important; }
.innerWrap { width:300px !important; }
#footer .innerWrap { width:320px !important; }
#logo td { display:block; width:100% !important; margin:0 auto; }
#logo>tbody>tr:first-of-type>td:last-of-type { padding-top:20px !important; font-size:225% !important; }
#logo img { margin-right:-14px; }
#introWrap>tbody>tr:nth-of-type(2)>td { padding:0 14px !important; }
#logo>tbody>tr:nth-of-type(2) br { display:none; }
#logo>tbody>tr:nth-of-type(2)>td { font-size:135% !important; }
#logo>tbody>tr:first-of-type td:last-of-type
#banner { height:128px !important; background-size:290px auto !important; background-position:-6px 0 !important; }
#introList>tbody>tr:first-of-type>td { padding:0 0 12px !important; }
#introList>tbody>tr>td { padding:0 0 10px !important; }
#introList>tbody>tr:last-of-type>td:first-of-type, #introList>tbody>tr:last-of-type>td:last-of-type { width:100% !important; }
#introList>tbody>tr:last-of-type>td:last-of-type table { width:100% !important; }
#introList br { display:none; }
#introList td { display:block; width:100% !important; }
#secondaryCopy table>tbody>tr:first-of-type td { padding-top:135px !important; background-size:280px auto !important; }
#secondaryCopy>tbody>tr:last-of-type>td { padding-bottom:18px !important; }
#secondaryList>tbody>tr>td { display:block; width:100% !important; }
#secondaryList>tbody>tr>td:first-of-type { width:90% !important; margin:0 auto; }
#secondaryList>tbody>tr>td:last-of-type { width:90% !important; margin:0 auto; padding:18px 0 0 !important; }
#secondaryCopy table td { padding-left:2px !important; padding-right:14px !important; }
#benefits>tbody>tr>td>table { float:left; }
#benefits>tbody>tr:last-of-type>td { padding-left:15px !important; }
#tertiaryWrap>tbody>tr>td { padding-left:0 !important; padding-right:0 !important; }
#tertiaryWrap>tbody>tr>td table { width:90% !important; margin:0 auto; }
.banner { width:272px !important; }
}
</style>
<!-- Outlook 2000+, Lotus Notes -->
<!--[if gte mso 9]>
<style>
.wrapper td { line-height:105% !important; }
#heading td { line-height:85% !important; }
</style>
<![endif]-->
</head>
<body bgcolor="#d7d7d6" style="margin:0;padding:0;font-size:16px;line-height:100%;">
<!-- START: intro // wrapper -->
<table bgcolor="#d7d7d6" width="600" align="center" cellpadding="0" cellspacing="0" border="0" id="intro" class="wrapper" style="margin:0 auto;font-size:16px;line-height:100%;">
<tr><td>
<table width="560" align="center" cellpadding="0" cellspacing="0" border="0" class="innerWrap" style="margin:0 auto;">
<tr><td height="20" align="center" style="color:#000000;font-family:Arial Rounded MT,Arial,sans-serif;font-size:0.7em;line-height:normal;">
<a href="#" target="_blank" style="color:#000000;text-decoration:underline;">View in browser</a>
</td></tr>
</table>
<table bgcolor="#ffffff" width="560" align="center" cellpadding="0" cellspacing="0" border="0" id="introWrap" class="innerWrap" style="margin:0 auto;">
<tr><td>
<img src="https://webdevjoshb.github.io/Honda/Dual-Enrollment-eBlasts/img/border-top-white.jpg" width="560" height="35" alt="[STYLE] Top Border" class="innerWrap" style="display:block;"/>
</td></tr>
<tr><td style="padding-left:35px;">
<table dir="rtl" width="100%" cellpadding="0" cellspacing="0" border="0" id="logo">
<tr>
<td dir="ltr" width="40%" valign="top" align="right">
<picture>
<source srcset="https://webdevjoshb.github.io/Honda/Dual-Enrollment-eBlasts/img/logo-Honda.png" media="(min-width:480px)">
<source srcset="https://webdevjoshb.github.io/Honda/Dual-Enrollment-eBlasts/img/logo-Honda-320px.png" media="(min-width:320px)">
<img src="https://webdevjoshb.github.io/Honda/Dual-Enrollment-eBlasts/img/logo-Honda.png" alt="[LOGO] Honda Genuine Parts + Service" style="display:block;"/>
</picture>
</td>
<td dir="ltr" width="60%" valign="top" id="heading" style="padding-top:25px;color:#047dbf;font-family:Arial Rounded MT;font-size:2.646em;line-height:1em;">
<b>Good things <br/>
come in twos.</b>
</td>
</tr>
<tr><td dir="ltr" colspan="2" style="padding:15px 0;color:#000000;font-family:Arial Rounded MT,Arial,sans-serif;font-size:1.3em;line-height:1.255em;">
Enroll in the <b style="color:#047dbf;">Seasonal</b> and <b style="color:#047dbf;">Warranty Customer Retention Programs</b> for the best of both worlds.
</td></tr>
<tr><td dir="ltr" colspan="2" id="banner" style="padding-bottom:12px;">
<img src="https://webdevjoshb.github.io/Honda/Dual-Enrollment-eBlasts/img/banner-main-postcards-wk2.jpg" width="525" height="234" alt="Several Honda Postcards" class="banner" style="display:block;"/>
</td></tr>
</table><!-- END: logo -->
<table width="100%" cellpadding="0" cellspacing="0" border="0" id="introList">
<tr><td colspan="2" style="padding:0 25px 15px 0;color:#047dbf;font-family:Verdana,Arial,sans-serif;font-size:1em;line-height:1.25em;">
Start 2016 right with the <b>Winter <br/>
Seasonal's</b> proven approach.
</td></tr>
<tr><td colspan="2" style="padding:0 25px 15px 0;color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.667em;">
Target Lapsed and Inactive customers with the Seasonal program and build your service business during the first three months of the new year.
</td></tr>
<tr>
<td width="39%" valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td style="color:#047dbf;font-weight:bold;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
Enrollment Period:
</td></tr>
<tr><td style="padding-bottom:10px;color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
<span class="lnkBlk" style="color:#000000;text-decoration:none;">Sept 21 – Oct 16, 2015</span>
</td></tr>
<tr><td style="color:#047dbf;font-weight:bold;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
Campaign Period:
</td></tr>
<tr><td style="padding-bottom:10px;color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
<span class="lnkBlk" style="color:#000000;text-decoration:none;">Jan 1 – Mar 31, 2016</span>
</td></tr>
<tr><td style="color:#047dbf;font-weight:bold;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
Targeted Customers:
</td></tr>
<tr><td style="color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
Lapsed & Inactive
</td></tr>
</table>
</td>
<td width="61%" valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td style="color:#047dbf;font-weight:bold;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
Seasonal Co-Op:
</td></tr>
<tr><td style="padding-bottom:10px;color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
Applies to Lapsed <br/>
& Inactive customers
</td></tr>
<tr><td style="color:#047dbf;font-weight:bold;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
Billing Cycle:
</td></tr>
<tr><td style="color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
Appears on the January Parts <br/>
Balance Forward Statement
</td></tr>
</table>
</td>
</tr>
</table><!-- END: introList -->
</td></tr>
<tr><td style="padding:30px 25px;">
<!-- blue divider for desktop -->
<table width="100%" align="center" cellpadding="0" cellspacing="0" border="0">
<tr><td height="1" style="font-size:1px;line-height:1px;background:#2a7fbf;"> </td></tr>
</table>
</td></tr>
</table><!-- END: introWrap -->
</td></tr>
</table><!-- END: intro // wrapper -->
<!-- START: secondary // wrapper -->
<table bgcolor="#d7d7d6" width="600" align="center" cellpadding="0" cellspacing="0" border="0" id="secondary" class="wrapper" style="margin:0 auto;font-size:16px;line-height:100%;">
<tr><td>
<table bgcolor="#ffffff" width="560" align="center" cellpadding="0" cellspacing="0" border="0" id="secondaryWrap" class="innerWrap" style="margin:0 auto;">
<tr><td style="padding-left:35px;">
<table width="100%" cellpadding="0" cellspacing="0" border="0" id="secondaryCopy">
<tr><td style="padding-bottom:10px;">
<img src="img/banner-secondary-postcards-wk2.jpg" width="" height="" alt="More postcard samples." class="banner" style="display:block;"/>
</td></tr>
<tr><td style="padding-bottom:15px;color:#047dbf;font-family:Verdana,Arial,sans-serif;font-size:1em;line-height:1.25em;">
Retain more customers with the new <br/>
<b>Warranty Customer Retention program.</b>
</td></tr>
<tr><td style="padding-bottom:15px;color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.667em;">
This innovative program enables you to deliver competitive offers for service <br/>
and parts to warranty repair customers whose status was either Lapsed or <br/>
Inactive prior to their warranty repair.
</td></tr>
</table><!-- END: secondaryCopy -->
<table width="100%" cellpadding="0" cellspacing="0" border="0" id="secondaryList">
<tr>
<td valign="top" style="padding-left:2px;">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td style="color:#047dbf;font-weight:bold;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
Program & Enrollment Details
</td></tr>
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td rowspan="2" width="15" style="color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;vertical-align:text-top;">1. </td>
<td style="color:#000000;font-weight:bold;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
Program Life:
</td>
</tr>
<tr>
<td style="color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
<span class="lnkBlk" style="color:#000000;text-decoration:none;">Oct 26, 2015 – Oct 31, 2016</span>
</td>
</tr>
<tr>
<td rowspan="2" style="color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;vertical-align:text-top;">2. </td>
<td style="color:#000000;font-weight:bold;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
Required Service Offer:
</td>
</tr>
<tr>
<td style="color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
$19.95 Standard Oil & Filter Change or lower
</td>
</tr>
<tr>
<td rowspan="2" style="color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;vertical-align:text-top;">3. </td>
<td style="color:#000000;font-weight:bold;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
Required Parts Discount:
</td>
</tr>
<tr>
<td style="color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
15%, 20%, or 25% OFF
</td>
</tr>
<tr>
<td rowspan="2" style="color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;vertical-align:text-top;">4. </td>
<td style="color:#000000;font-weight:bold;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
CSE Offers:
</td>
</tr>
<tr>
<td style="color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
120-day expiration
</td>
</tr>
<tr>
<td rowspan="2" style="color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;vertical-align:text-top;">5. </td>
<td style="color:#000000;font-weight:bold;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
Email / Direct Mail Offer:
</td>
</tr>
<tr>
<td style="color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
90-day expiration
</td>
</tr>
<tr>
<td rowspan="2" style="color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;vertical-align:text-top;">6. </td>
<td style="color:#000000;font-weight:bold;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
One-time Enrollment:
</td>
</tr>
<tr>
<td style="color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.5em;">
<span class="lnkBlk" style="color:#000000;text-decoration:none;">Sept 21 – Oct 16, 2015</span>
</td>
</tr>
</table>
</td></tr>
</table>
</td>
<td valign="top" style="padding-right:30px;">
<table width="100%" cellpadding="0" cellspacing="0" border="0" id="benefits">
<tr><td>
<table bgcolor="#b4b3b4" align="right" width="178" cellpadding="0" cellspacing="0" border="0">
<tr><td>
<img src="https://webdevjoshb.github.io/Honda/Dual-Enrollment-eBlasts/img/border-top-grey.jpg" width="178" height="17" alt="[STYLE] Top Border" style="display:block;"/>
</td></tr>
<tr><td style="padding:0 15px;color:#000000;font-family:Arial Rounded MT,Arial,sans-serif;font-size:0.9em;line-height:1.15em;">
<b>BENEFITS INCLUDE:</b>
</td></tr>
<tr><td>
<img src="https://webdevjoshb.github.io/Honda/Dual-Enrollment-eBlasts/img/dotted-border-white.jpg" width="178" height="14" alt="[STYLE] Dotted White Border" style="display:block;"/>
</td></tr>
<tr><td style="padding:2px 15px 0;">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="10" style="padding-bottom:7px;color:#000000;font-family:Arial Rounded MT,Arial,sans-serif;font-size:0.67em;line-height:normal;vertical-align:text-top;"><b>•</b> </td>
<td style="padding-bottom:7px;color:#000000;font-family:Arial Rounded MT,Arial,sans-serif;font-size:0.67em;line-height:normal;">
<b>CSE Service Offers: FREE</b>
</td>
</tr>
<tr>
<td style="padding-bottom:7px;color:#000000;font-family:Arial Rounded MT,Arial,sans-serif;font-size:0.67em;line-height:normal;vertical-align:text-top;"><b>•</b> </td>
<td style="padding-bottom:7px;color:#000000;font-family:Arial Rounded MT,Arial,sans-serif;font-size:0.67em;line-height:normal;">
<b>Emails<sup class="sup" style="font-size:0.83em;line-height:0;vertical-align:0.25em;">*</sup>: FREE</b>
</td>
</tr>
<tr>
<td style="color:#000000;font-family:Arial Rounded MT,Arial,sans-serif;font-size:0.67em;line-height:normal;vertical-align:text-top;"><b>•</b> </td>
<td style="color:#000000;font-family:Arial Rounded MT,Arial,sans-serif;font-size:0.67em;line-height:normal;">
<b>Direct Mail<sup class="sup" style="font-size:0.83em;line-height:0;vertical-align:0.25em;">*</sup>: 66¢ per pcs.</b>
</td>
</tr>
</table>
</td></tr>
<tr><td>
<img src="https://webdevjoshb.github.io/Honda/Dual-Enrollment-eBlasts/img/border-btm-btm.jpg" width="178" height="16" alt="[STYLE] Bottom Border" style="display:block;"/>
</td></tr>
</table>
</td></tr>
<tr><td style="padding:10px 0 0 28px;">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="6" valign="top" style="color:#000000;font-family:Verdana,Arial,san-serif;font-size:0.5em;line-height:normal;">
*
</td>
<td style="color:#000000;font-family:Verdana,Arial,san-serif;font-size:0.5em;line-height:normal;">
Email or Direct Mail will be <br/>
determined based on customer's <br/>
communication preferences.
</td>
</tr>
</table>
</td></tr>
</table><!-- END: benefits -->
</td>
</tr>
</table><!-- END: secondaryList -->
</td></tr>
<tr><td align="center" style="padding-top:20px;">
<picture>
<source srcset="https://webdevjoshb.github.io/Honda/Dual-Enrollment-eBlasts/img/timeline.png" media="(min-width:480px)">
<source srcset="https://webdevjoshb.github.io/Honda/Dual-Enrollment-eBlasts/img/timeline-320px.png" media="(min-width:320px)">
<img src="https://webdevjoshb.github.io/Honda/Dual-Enrollment-eBlasts/img/timeline.png" alt="Enrollment Period Timeline" style="display:block;"/>
</picture>
</td></tr>
<tr><td>
<img src="https://webdevjoshb.github.io/Honda/Dual-Enrollment-eBlasts/img/border-btm-white.jpg" width="560" height="29" alt="[STYLE] Bottom Border" class="innerWrap" style="display:block;"/>
</td></tr>
</table><!-- END: secondaryWrap -->
</td></tr>
</table><!-- END: secondary // wrapper -->
<!-- START: tertiary // wrapper -->
<table bgcolor="#d7d7d6" width="600" align="center" cellpadding="0" cellspacing="0" border="0" id="tertiary" class="wrapper" style="margin:0 auto;font-size:16px;line-height:100%;">
<tr><td>
<table width="560" align="center" cellpadding="0" cellspacing="0" border="0" id="tertiaryWrap" class="innerWrap" style="margin:0 auto;">
<tr><td style="padding:20px 20px 30px;">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td style="padding-bottom:10px;color:#2a7fbf;font-weight:bold;font-family:Verdana,Arial,sans-serif;font-size:0.938em;line-height:normal;">
Plan for success in 2016. Enroll in both!
</td></tr>
<tr><td style="color:#000000;font-weight:bold;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.333em;">
Winter Seasonal
</td></tr>
<tr><td style="padding-bottom:10px;color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.333em;">
Click Service on the Main Menu > Marketing > Lifetime Customer Care (LCC) <br class="hide4mobile"/>
> Service Prospecting System > then Seasonal > New
</td></tr>
<tr><td style="color:#000000;font-weight:bold;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.333em;">
Warranty Customer Retention Program
</td></tr>
<tr><td style="padding-bottom:10px;color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.333em;">
Contact your Marketing Consultant today at <a href="tel:+18004661810" style="color:#000000;text-decoration:none;"><span class="lnkBlk">(800) 466-1810</span></a> to enroll.
</td></tr>
<tr><td style="color:#000000;font-family:Verdana,Arial,sans-serif;font-size:0.75em;line-height:1.333em;">
To enroll or for further assistance call Honda Program Headquarters <br/>
at <a href="tel:+18004661810" style="font-weight:bold;color:#000000;text-decoration:none;"><span class="lnkBlk">(800) 466-1810</span></a>.
</td></tr>
</table>
</td></tr>
</table>
</td></tr>
</table><!-- END: tertiary // wrapper -->
<!-- START: footer // wrapper -->
<table dir="rtl" bgcolor="#595a5c" width="600" align="center" cellpadding="0" cellspacing="0" border="0" id="footer" class="wrapper" style="margin:0 auto;font-size:16px;line-height:100%;">
<tr>
<td dir="ltr" valign="middle" align="right" style="padding:28px 38px 25px 0;">
<img src="https://webdevjoshb.github.io/Honda/Dual-Enrollment-eBlasts/img/logo-Honda-LLC.png" width="115" height="25" alt="[LOGO] Honda Lifetime Customer Care" style="display:block;"/>
</td>
<td dir="ltr" style="padding:28px 0 25px 40px;color:#cccccc;font-family:Arial,sans-serif;font-size:0.7em;line-height:1.4em;">
<span class="heading">Honda Program Headquarters</span> <a href="tel:+118004661810" style="color:#cccccc;text-decoration:none;"><span class="lnkGry">(800) 466-1810</span></a> voice / <a href="tel:+18004661820" style="color:#cccccc;text-decoration:none;"><span class="lnkGry">(800) 466-1820</span></a> fax <br/>
©2015 American Honda Motor Co., Inc. All rights reserved.
</td>
</tr>
</table><!-- END: footer // wrapper -->
<!-- iPhone gmail hack -->
<div style="display:none;white-space:nowrap;font:15px courier;line-height:0;">
</div>
</body>
</html>