-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpremium.html
861 lines (731 loc) · 46 KB
/
premium.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
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Updated 3/23/2016 JSB -->
<!-- Updated for portfolio 01/03/2022 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>Hyundai Spring 2016 Valuable Assurance Car Care Offers</title>
<style type="text/css">
/* 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; }
.wrapper { font-size:16px; }
input { display:none !important; }
/* Force legacy Microsoft products to scale images smoothly from native sizes */
img { -ms-interpolation-mode:bicubic; border:0; outline:none; }
/* link handling */
a, a:link, a:visited { text-decoration:none; }
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:hover[href^=tel], a:hover[href^=sms], a:active[href^=tel], a:active[href^=sms] { color:#000 !important; text-decoration:none !important; }
#offers a:hover { text-decoration:none !important; }
.lnkBlk, .lnkBlk a { color:#000 !important; text-decoration:none !important; }
.lnkGray, .lnkGray a { color:#333 !important; text-decoration:none !important; }
.lnkWhite, .lnkWhite a { color:#fff !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, .sectionWrap { width:480px !important; font-size:115% !important; }
img { height:auto !important; }
#headerWrap th { width:50% !important; }
#view { height:auto !important; font-size:60% !important; }
#logo { padding-left:20px !important; }
#surecritic-desktop { display:none; }
#banner { border-top-width:19px !important; }
.section-heading { background:#77787b url(https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/icon-mobile-close-prem.gif) no-repeat 98% center; }
.section-heading td { font-size:125% !important; }
.checkbox:checked + label .section-heading { background-image:url(https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/icon-mobile-open-prem.gif) !important; }
.section>tbody>tr>td { position:relative; }
.panelWrap { position:relative; overflow:hidden; }
.section-copy { margin-top:-1600px; -ms-transition:margin-top .5s ease-in-out; -webkit-transition:margin-top .5s ease-in-out; }
.checkbox:checked ~ .panelWrap > .section-copy { margin-top:0% !important; }
.checkbox:checked + label + .panelWrap > .section-copy { margin-top:0% !important; }
label:hover { cursor:pointer !important; }
.sectionWrap>tbody>tr>td { padding-bottom:16px !important; }
.section-copy>tbody>tr>td:not(.nopadding) { padding:30px 0 19px !important; }
#offers>tbody>tr:first-of-type>td { padding:30px 0 3px !important; }
#offers>tbody>tr>td { padding:0 0 3px !important; }
#offers.section-copy>tbody>tr>td:not(.nopadding) { padding-left:19px !important; }
#offers>tbody>tr>td>table>tbody>tr>td { float:right !important; }
#offers>tbody>tr:last-of-type>td { padding-bottom:19px !important; }
.offer { width:100% !important; }
.offer>tbody>tr>td { width:100% !important; }
.offer-wrap>tbody>tr>th { display:block !important; width:100% !important; padding-left:0 !important; padding-right:0 !important; }
.offer-wrap>tbody>tr>th:nth-of-type(2) { width:90% !important; margin:0 auto 15px; }
.offer-wrap>tbody>tr>th:first-of-type img { width:60px !important; margin:0 auto 15px; }
.offer-details { width:130px !important; overflow:hidden; }
.offer-details img { width:170px !important; margin-right:-40px !important; }
.copy { width:90% !important; }
.bullets td { padding:0 0 7px !important; line-height:1.1em !important; }
.bullets td:first-of-type { width:17px !important; }
.bullets tr:last-of-type td { padding:0 !important; }
#advantage .section-copy table td { padding-right:0 !important; }
#aside>tbody>tr>th { display:block; width:100% !important; border:none !important; }
#aside>tbody>tr>th:last-of-type { padding-top:4px !important; }
#aside>tbody>tr>th>table { width:85% !important; }
#hours>tbody>tr:last-of-type>td { padding-bottom:45px !important; }
#directions>tbody>tr:last-of-type>td { padding-bottom:20px !important; }
#map img { width:320px !important; }
#apps tr:last-of-type td br { display:none; }
#apps img { display:inline !important; width:190px !important; }
#apps>tbody>tr:last-of-type>td { padding-bottom:52px !important; }
#apps table tr { display:table-cell !important; }
#apps table td { padding:0 !important; }
#socialMedia { width:50% !important; float:left; }
#socialMedia>tbody>tr:first-of-type td { padding-bottom:12px !important; }
#socialMedia table td { width:48px !important; }
#socialMedia table img { width:45px !important; }
#surecritic-mobile { display:table !important; width:45% !important; float:right; }
#surecritic-mobile td { padding-right:0 !important; font-size:0.7em !important; line-height:1.2em !important; }
#surecritic-mobile img { width:120px !important; }
#links tr:first-of-type td { padding:40px 50px 16px !important; }
#links th:nth-of-type(2) { padding:0 1px !important; }
#links th { display:block; width:100% !important; }
#links img { display:block; width:273px !important; height:auto !important; margin:5px auto 0 !important; }
}
/* Smartphones (portrait only) ----------- */
@media only screen and (max-width:479px) {
.wrapper, .sectionWrap { width:320px !important; font-size:100% !important; }
#headerWrap>tbody>tr>td { padding:0 !important; }
#logo { padding:0 !important; }
#logo img { width:120px !important; margin:0 auto; }
#headerWrap th { display:block; width:100% !important; padding-top:6px !important; }
#headerWrap th:nth-of-type(2) { text-align:center !important; padding:10px 0 14px !important; font-size:95% !important; line-height:110% !important; }
#headerWrap th:nth-of-type(3) { display:none !important; }
#banner { border-top-width:13px !important; }
.sectionWrap>tbody>tr>td { padding-bottom:10px !important; }
.section-heading { background-size:38px 38px !important; }
.section-heading td { font-size:115% !important; }
.section-heading table td { height:47px !important; }
.section-heading img { width:239px !important; }
.section-copy>tbody>tr>td:not(.nopadding) { padding:20px 0 19px !important; }
#offers.section-copy>tbody>tr>td:not(.nopadding) { padding-left:21px !important; }
.offer-wrap>tbody>tr>th:first-of-type img { width:50px !important; margin-bottom:10px !important; }
.offer-wrap>tbody>tr>th:nth-of-type(2) { width:94% !important; margin-bottom:10px !important; }
.offer-wrap>tbody>tr>th:nth-of-type(2) td { font-size:150% !important; }
.offer-details { width:auto !important; }
.offer-details img { width:130px !important; margin-right:-10px !important; }
#special-offers .section-heading td:first-of-type { background-size:30px 37px !important; }
.copy { width:85% !important; }
#hours>tbody>tr:last-of-type>td { padding-bottom:30px !important; }
#directions>tbody>tr:last-of-type>td { padding-bottom:5px !important; }
#map img { width:217px !important; }
#apps img { width:126px !important; }
#apps span { display:block; }
#apps>tbody>tr:last-of-type>td { padding-bottom:34px !important; }
#socialMedia>tbody>tr:first-of-type td { padding-bottom:14px !important; }
#socialMedia table td { width:53px !important; }
#socialMedia table img { width:48px !important; }
#socialMedia, #surecritic-mobile { width:100% !important; float:none !important; }
#surecritic-mobile { width:65% !important; margin-top:25px !important; }
#links tr:first-of-type td { padding:20px 0 16px !important; }
#links img { display:block; width:220px !important; height:auto !important; margin:5px auto 0 !important; }
}
/* Small Displays, Small Tablets (portrait only) ----------- */
@media only screen and (min-width:600px) and (max-width:699px) {
.wrapper, .sectionWrap { width:600px !important; font-size:85% !important; }
img { height:auto !important; }
#headerWrap { font-size:120% !important; }
#logo { padding-left:42px !important; }
#logo img { width:auto !important; height:61px !important; }
#surecritic-desktop td { padding-right:5px !important; }
#surecritic img { width:80px !important; }
.sectionWrap>tbody>tr>td { padding:0 0 29px !important; }
.section-heading table td { height:48px !important; }
.section-copy>tbody>tr>td:not(.nopadding) { padding:22px 0 0 !important; }
#offers>tbody>tr:first-of-type>td { padding:22px 0 5px !important; }
#offers>tbody>tr>td { padding:0 0 5px !important; }
.offer-details tr:first-of-type td { padding-left:18px !important; }
.offer-details img { width:97px !important; }
#aside>tbody>tr>th>table>tbody>tr>td:first-of-type { width:56px !important; }
#map img { width:195px !important; }
#apps img { width:150px !important; }
#apps>tbody>tr:last-of-type>td { padding-bottom:55px !important; }
#socialMedia table td { width:49px !important; }
#socialMedia table img { width:39px !important; }
#links tr:first-of-type td { padding-top:34px !important; }
#logo-assurance img { width:164px !important; }
#logo-bluelink img, #logo-rewards img { width:166px !important; }
#footer>tbody>tr>td { padding-top:33px !important; }
}
/* Large Displays ----------- */
@media only screen and (min-width:1000px) {
.wrapper, .sectionWrap { width:1000px !important; font-size:145% !important; }
img { height:auto !important; }
#view { font-size:55% !important; }
#logo { padding-left:72px !important; }
#logo img { height:auto !important; }
#surecritic { padding-bottom:11px !important; }
#surecritic img { width:115px !important; }
#banner { border-top-width:31px !important; }
.sectionWrap>tbody>tr>td { padding:0 0 50px !important; }
.section-heading table td { height:79px !important; padding-top:4px !important; }
.section-copy>tbody>tr>td:not(.nopadding) { padding-top:45px !important; }
#offers>tbody>tr:first-of-type>td { padding:45px 0 10px !important; }
#offers>tbody>tr>td { padding:0 0 10px !important; }
.offer-wrap>tbody>tr>th:first-of-type img { width:75px !important; }
.offer-details tr:first-of-type td { padding-left:32px !important; }
.offer-details img { width:174px !important; }
.bullets td:first-of-type { width:19px !important; }
#aside { font-size:90% !important; }
#map img { width:320px !important; border:7px solid #bdc1c3 !important; }
#apps img { width:191px !important; }
#apps>tbody>tr:last-of-type>td { padding-bottom:85px !important; }
#socialMedia table td { padding-right:15px !important; }
#socialMedia table img { width:66px !important; }
#links tr:first-of-type td { padding-top:57px !important; }
#logo-assurance img { width:273px !important; }
#logo-bluelink img, #logo-rewards img { width:273px !important; }
#footer>tbody>tr>td { padding-top:54px !important; }
}
</style>
<!-- Outlook 2000+, Lotus Notes -->
<!--[if gte mso 9]>
<style>
.wrapper { font-size:15px !important; }
.wrapper td { line-height:98% !important; }
.offer td { line-height:90% !important; }
#banner { padding-top:15px !important; background:#77787b; }
#dealer-info { line-height:90% !important; }
#surecritic-desktop td { font-size:8px !important; line-height:95% !important; }
#aside td.aside-heading { line-height:98% !important; }
#footer td { line-height:100% !important; }
.reg { font-size:22px !important; }
</style>
<![endif]-->
</head>
<body bgcolor="#e6e7e8" style="margin:0;padding:0;font-size:16px;line-height:19px;">
<!-- START: email preview text -->
<div style="display:none;font-size:1px;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;">
Take advantage of major savings on Hyundai Assurance Car Care. Find out more.
</div><!-- END: email preview text -->
<!-- START: header -->
<table bgcolor="#ffffff" width="700" align="center" cellpadding="0" cellspacing="0" class="wrapper" style="margin:0 auto;">
<!-- Preheader -->
<tr><td align="center" height="30" id="view" style="color:#0444fc;font-family:Arial,sans-serif;font-size:0.83em;">
<a href="#" style="color:#0444fc;text-decoration:underline;"><span class="#0444fc">View online</span></a>
</td></tr>
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" id="headerWrap">
<tr><td valign="top" style="padding:0 0 24px;">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<th width="44%" valign="bottom" align="left" id="logo" style="padding-left:50px;">
<img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/fpo_dealer-logo.jpg" height="62" alt="[LOGO] Dealer Logo" style="display:block;"/>
</th>
<th width="32%" valign="bottom" align="left" id="dealer-info" style="color:#000000;font-weight:normal;font-family:Arial,sans-serif;font-size:0.7em;line-height:1.2em;text-align:left;">
<b><Hometown Hyundai></b><br/>
<span class="lnkBlk" style="color:#000000;text-decoration:none;"><123 Hyundai></span><br/>
<span class="lnkBlk" style="color:#000000;text-decoration:none;"><Anytown, ST 12345></span><br/>
<a href="tel:+18005551234" style="color:#000000;text-decoration:none;"><span class="#000000"><(800) 555-1234></span></a><br/>
<a href="http://www.hometownhyundai.com" target="_blank" style="color:#000000;text-decoration:none;word-wrap:break-word;word-break:break-all;"><span class="#000000"><www.hometownhyundai.com></span></a>
</th>
<th width="24%" valign="bottom" align="left" id="surecritic-desktop">
<table width="100%" cellpadding="0" cellspacing="0">
<tr><td id="surecritic" style="padding:0 0 5px;">
<a href="#" target="_blank"><img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/logo_SureCritic.jpg" width="81" height="37" alt="[LOGO] SureCritic" border="0" style="display:block;"/></a>
</td></tr>
<tr><td align="left" style="padding-right:30px;color:#000000;font-weight:normal;font-family:Arial,sans-serif;font-size:0.525em;line-height:1.2em;text-align:left;">
<Hometown Hyundai> received <X.XX/5> stars from customer reviews via SureCritic.
</td></tr>
</table>
</th>
</tr>
</table>
</td></tr>
</table><!--/#headerWrap-->
</td></tr>
<tr><td id="banner" style="border-top:23px solid #77787b;">
<img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/banner_spring2016_QCM_prem.jpg" width="700" height="591" alt="[BANNER] Quality Care That's Completely Convenient." border="0" class="wrapper" style="display:block;"/>
</td></tr>
</table><!-- END: header -->
<!-- START: section // special offers -->
<table bgcolor="#e6e7e8" width="700" align="center" cellpadding="0" cellspacing="0" id="special-offers" class="sectionWrap" style="margin:0 auto;">
<tr><td style="padding:0 0 32px;">
<!--for collapsible panels on iOS and Android 4.4-->
<!--[if !mso 9]><!--><input id="chkbox1" class="checkbox" type="checkbox" checked="checked" style="display:none !important;"><!--<![endif]-->
<label for="chkbox1" style="cursor:text;">
<table bgcolor="#77787b" width="100%" cellpadding="0" cellspacing="0" class="section-heading">
<tr><td>
<table width="87%" align="center" cellpadding="0" cellspacing="0" style="margin:0 auto;">
<tr><td height="56" class="heading" style="padding-top:2px;color:#ffffff;font-family:Arial,sans-serif;font-size:1.969em;line-height:normal;">
SPECIAL OFFERS
</td></tr>
</table>
</td></tr>
</table><!-- END: section-heading -->
</label>
<div class="panelWrap">
<table width="100%" cellpadding="0" cellspacing="0" id="offers" class="section-copy">
<tr><td style="padding:30px 0 5px;">
<!-- START: offer -->
<table bgcolor="#ffffff" width="98%" align="center" cellspacing="0" cellpadding="0" class="offer" style="margin:0 auto;border:2px solid #77787b;">
<tr><td style="padding:15px 0;">
<table width="100%" cellpadding="0" cellspacing="0" class="offer-wrap">
<tr>
<th width="15%" valign="middle" style="padding-left:15px;">
<img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/HACC_SERVICE_SPRING-prem.png" width="50" height="50" alt="icon for coupon" style="display:block;"/>
</th>
<th width="70%">
<table width="100%" cellpadding="0" cellspacing="0">
<tr><td align="center" style="color:#000104;font-weight:bold;font-family:Arial,sans-serif;font-size:2em;line-height:1em;">
Spring Service Special
</td></tr>
<tr><td align="center" style="color:#000104;font-weight:bold;font-family:Arial,sans-serif;font-size:1.4em;line-height:1.2em;">
$99.95
</td></tr>
</table>
</th>
<th width="15%" align="right" valign="bottom">
<table width="100%" cellpadding="0" cellspacing="0" class="offer-details">
<tr><td align="left" style="padding-left:22px;color:#000104;font-family:Arial,sans-serif;font-size:1.05em;line-height:1em;">
<a href="#" target="_blank" style="color:#000104;text-decoration:none;"><b class="#000104">See Details</b></a>
</td></tr>
<tr><td align="right">
<img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/icon_coupon-wrench-prem.gif" width="122" height="20" alt="[STYLE] Wrench" style="display:block;"/>
</td></tr>
</table><!-- END: offer link -->
</th>
</tr>
</table>
</td></tr>
</table><!-- END: offer -->
</td></tr>
<tr><td style="padding:0 0 5px;">
<!-- START: offer -->
<table bgcolor="#ffffff" width="98%" align="center" cellspacing="0" cellpadding="0" class="offer" style="margin:0 auto;border:2px solid #77787b;">
<tr><td style="padding:15px 0;">
<table width="100%" cellpadding="0" cellspacing="0" class="offer-wrap">
<tr>
<th width="15%" valign="middle" style="padding-left:15px;">
<img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/HACC_WYO-prem.png" width="50" height="50" alt="icon for coupon" style="display:block;"/>
</th>
<th width="70%">
<table width="100%" cellpadding="0" cellspacing="0">
<tr><td align="center" style="color:#000104;font-weight:bold;font-family:Arial,sans-serif;font-size:2em;line-height:1em;">
Try Our Brand New Car Care Express Lane!
</td></tr>
<tr><td align="center" style="color:#000104;font-weight:bold;font-family:Arial,sans-serif;font-size:1.4em;line-height:1.2em;">
$24.95
</td></tr>
</table>
</th>
<th width="15%" align="right" valign="bottom">
<table width="100%" cellpadding="0" cellspacing="0" class="offer-details">
<tr><td align="left" style="padding-left:22px;color:#000104;font-family:Arial,sans-serif;font-size:1.05em;line-height:1em;">
<a href="#" target="_blank" style="color:#000104;text-decoration:none;"><b class="#000104">See Details</b></a>
</td></tr>
<tr><td align="right">
<img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/icon_coupon-wrench-prem.gif" width="122" height="20" alt="[STYLE] Wrench" style="display:block;"/>
</td></tr>
</table><!-- END: offer link -->
</th>
</tr>
</table>
</td></tr>
</table><!-- END: offer -->
</td></tr>
<tr><td style="padding:0 0 5px;">
<!-- START: offer -->
<table bgcolor="#ffffff" width="98%" align="center" cellspacing="0" cellpadding="0" class="offer" style="margin:0 auto;border:2px solid #77787b;">
<tr><td style="padding:15px 0;">
<table width="100%" cellpadding="0" cellspacing="0" class="offer-wrap">
<tr>
<th width="15%" valign="middle" style="padding-left:15px;">
<img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/HACC_WYO-prem.png" width="50" height="50" alt="icon for coupon" style="display:block;"/>
</th>
<th width="70%">
<table width="100%" cellpadding="0" cellspacing="0">
<tr><td align="center" style="color:#000104;font-weight:bold;font-family:Arial,sans-serif;font-size:2em;line-height:1em;">
We Match Any Competitor's Offer
</td></tr>
</table>
</th>
<th width="15%" align="right" valign="bottom">
<table width="100%" cellpadding="0" cellspacing="0" class="offer-details">
<tr><td align="left" style="padding-left:22px;color:#000104;font-family:Arial,sans-serif;font-size:1.05em;line-height:1em;">
<a href="#" target="_blank" style="color:#000104;text-decoration:none;"><b class="#000104">See Details</b></a>
</td></tr>
<tr><td align="right">
<img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/icon_coupon-wrench-prem.gif" width="122" height="20" alt="[STYLE] Wrench" style="display:block;"/>
</td></tr>
</table><!-- END: offer link -->
</th>
</tr>
</table>
</td></tr>
</table><!-- END: offer -->
</td></tr>
<tr><td style="padding:0 0 5px;">
<!-- START: offer -->
<table bgcolor="#ffffff" width="98%" align="center" cellspacing="0" cellpadding="0" class="offer" style="margin:0 auto;border:2px solid #77787b;">
<tr><td style="padding:15px 0;">
<table width="100%" cellpadding="0" cellspacing="0" class="offer-wrap">
<tr>
<th width="15%" valign="middle" style="padding-left:15px;">
<img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/HACC_WYO-prem.png" width="50" height="50" alt="icon for coupon" style="display:block;"/>
</th>
<th width="70%">
<table width="100%" cellpadding="0" cellspacing="0">
<tr><td align="center" style="color:#000104;font-weight:bold;font-family:Arial,sans-serif;font-size:2em;line-height:1em;">
Pothole Special
</td></tr>
<tr><td align="center" style="color:#000104;font-weight:bold;font-family:Arial,sans-serif;font-size:1.4em;line-height:1.2em;">
$99.95
</td></tr>
</table>
</th>
<th width="15%" align="right" valign="bottom">
<table width="100%" cellpadding="0" cellspacing="0" class="offer-details">
<tr><td align="left" style="padding-left:22px;color:#000104;font-family:Arial,sans-serif;font-size:1.05em;line-height:1em;">
<a href="#" target="_blank" style="color:#000104;text-decoration:none;"><b class="#000104">See Details</b></a>
</td></tr>
<tr><td align="right">
<img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/icon_coupon-wrench-prem.gif" width="122" height="20" alt="[STYLE] Wrench" style="display:block;"/>
</td></tr>
</table><!-- END: offer link -->
</th>
</tr>
</table>
</td></tr>
</table><!-- END: offer -->
</td></tr>
<tr><td style="padding:0 0 5px;">
<!-- START: offer -->
<table bgcolor="#ffffff" width="98%" align="center" cellspacing="0" cellpadding="0" class="offer" style="margin:0 auto;border:2px solid #77787b;">
<tr><td style="padding:15px 0;">
<table width="100%" cellpadding="0" cellspacing="0" class="offer-wrap">
<tr>
<th width="15%" valign="middle" style="padding-left:15px;">
<img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/HACC_WYO-prem.png" width="50" height="50" alt="icon for coupon" style="display:block;"/>
</th>
<th width="70%">
<table width="100%" cellpadding="0" cellspacing="0">
<tr><td align="center" style="color:#000104;font-weight:bold;font-family:Arial,sans-serif;font-size:2em;line-height:1em;">
Complete Detail
</td></tr>
<tr><td align="center" style="color:#000104;font-weight:bold;font-family:Arial,sans-serif;font-size:1.4em;line-height:1.2em;">
$99.95
</td></tr>
</table>
</th>
<th width="15%" align="right" valign="bottom">
<table width="100%" cellpadding="0" cellspacing="0" class="offer-details">
<tr><td align="left" style="padding-left:22px;color:#000104;font-family:Arial,sans-serif;font-size:1.05em;line-height:1em;">
<a href="#" target="_blank" style="color:#000104;text-decoration:none;"><b class="#000104">See Details</b></a>
</td></tr>
<tr><td align="right">
<img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/icon_coupon-wrench-prem.gif" width="122" height="20" alt="[STYLE] Wrench" style="display:block;"/>
</td></tr>
</table><!-- END: offer link -->
</th>
</tr>
</table>
</td></tr>
</table><!-- END: offer -->
</td></tr>
<tr><td style="padding:0 0 5px;">
<!-- START: offer -->
<table bgcolor="#ffffff" width="98%" align="center" cellspacing="0" cellpadding="0" class="offer" style="margin:0 auto;border:2px solid #77787b;">
<tr><td style="padding:15px 0;">
<table width="100%" cellpadding="0" cellspacing="0" class="offer-wrap">
<tr>
<th width="15%" valign="middle" style="padding-left:15px;">
<img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/HACC_OIL_FILTER_TIRE_CHANGE-prem.png" width="50" height="50" alt="icon for coupon" style="display:block;"/>
</th>
<th width="70%">
<table width="100%" cellpadding="0" cellspacing="0">
<tr><td align="center" style="color:#000104;font-weight:bold;font-family:Arial,sans-serif;font-size:2em;line-height:1em;">
Oil & Filter Change Plus Tire Rotation
</td></tr>
<tr><td align="center" style="color:#000104;font-weight:bold;font-family:Arial,sans-serif;font-size:1.4em;line-height:1.2em;">
$39.95
</td></tr>
</table>
</th>
<th width="15%" align="right" valign="bottom">
<table width="100%" cellpadding="0" cellspacing="0" class="offer-details">
<tr><td align="left" style="padding-left:22px;color:#000104;font-family:Arial,sans-serif;font-size:1.05em;line-height:1em;">
<a href="#" target="_blank" style="color:#000104;text-decoration:none;"><b class="#000104">See Details</b></a>
</td></tr>
<tr><td align="right">
<img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/icon_coupon-wrench-prem.gif" width="122" height="20" alt="[STYLE] Wrench" style="display:block;"/>
</td></tr>
</table><!-- END: offer link -->
</th>
</tr>
</table>
</td></tr>
</table><!-- END: offer -->
</td></tr>
</table><!-- END: offers -->
</div><!-- END: panelWrap -->
</td></tr>
</table><!-- END: section // special offers -->
<!-- START: section // complete care -->
<table width="700" align="center" cellpadding="0" cellspacing="0" id="complete-care" class="sectionWrap" style="margin:0 auto;">
<tr><td style="padding:0 0 35px;">
<!--for collapsible panels on iOS and Android 4.4-->
<!--[if !mso 9]><!--><input id="chkbox2" class="checkbox" type="checkbox" style="display:none !important;"><!--<![endif]-->
<label for="chkbox2" style="cursor:text;">
<table bgcolor="#77787b" width="100%" cellpadding="0" cellspacing="0" class="section-heading">
<tr><td>
<table width="87%" align="center" cellpadding="0" cellspacing="0" style="margin:0 auto;">
<tr><td height="56" class="heading" style="padding-top:2px;color:#ffffff;font-family:Arial,sans-serif;font-size:1.969em;line-height:normal;">
COMPLETE CARE
</td></tr>
</table>
</td></tr>
</table><!-- END: section-heading -->
</label>
<div class="panelWrap">
<table width="100%" cellpadding="0" cellspacing="0" class="section-copy">
<tr><td style="padding:30px 0 0">
<table width="85%" align="center" cellpadding="0" cellspacing="0" class="copy" style="margin:0 auto;">
<tr><td style="padding:0 0 18px;color:#000104;font-family:Arial,sans-serif;font-size:1.05em;line-height:1.25em;">
Hyundai Assurance Car Care is an integrated approach to vehicle service, savings, information and customer satisfaction.
</td></tr>
<tr><td style="padding:0 0 7px;color:#000104;font-family:Arial,sans-serif;font-size:1.05em;line-height:1.25em;">
Besides unmatched convenience, you can also count on:
</td></tr>
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" class="bullets">
<tr>
<td width="14" style="color:#000104;font-family:Arial,sans-serif;font-size:1.05em;line-height:1.25em;vertical-align:text-top;">• </td>
<td style="color:#000104;font-family:Arial,sans-serif;font-size:1.05em;line-height:1.25em;">
Expert, factory-trained technicians who know your Hyundai best
</td>
</tr>
<tr>
<td style="color:#000104;font-family:Arial,sans-serif;font-size:1.05em;line-height:1.25em;vertical-align:text-top;">• </td>
<td style="color:#000104;font-family:Arial,sans-serif;font-size:1.05em;line-height:1.25em;">
Unsurpassed quality of Hyundai Genuine Parts and Accessories
</td>
</tr>
<tr>
<td style="color:#000104;font-family:Arial,sans-serif;font-size:1.05em;line-height:1.25em;vertical-align:text-top;">• </td>
<td style="color:#000104;font-family:Arial,sans-serif;font-size:1.05em;line-height:1.25em;">
FREE multi-point inspection with every visit
</td>
</tr>
</table><!--/.bullets-->
</td></tr>
</table><!--/.copy-->
</td></tr>
</table><!-- END: copy wrapper -->
</div><!-- END: panelWrap -->
</td></tr>
</table><!-- END: section // complete care -->
<!-- START: section // car care advantage -->
<table width="700" align="center" cellpadding="0" cellspacing="0" id="advantage" class="sectionWrap" style="margin:0 auto;">
<tr><td style="padding:0 0 35px;">
<!--for collapsible panels on iOS and Android 4.4-->
<!--[if !mso 9]><!--><input id="chkbox3" class="checkbox" type="checkbox" style="display:none !important;"><!--<![endif]-->
<label for="chkbox3" style="cursor:text;">
<table bgcolor="#77787b" width="100%" cellpadding="0" cellspacing="0" class="section-heading">
<tr><td>
<table width="87%" align="center" cellpadding="0" cellspacing="0" style="margin:0 auto;">
<tr><td height="56" class="heading" style="padding-top:2px;color:#ffffff;font-family:Arial,sans-serif;font-size:1.969em;line-height:normal;">
CAR CARE ADVANTAGE
</td></tr>
</table>
</td></tr>
</table><!-- END: section-heading -->
</label>
<div class="panelWrap">
<table width="100%" cellpadding="0" cellspacing="0" class="section-copy">
<tr><td style="padding:30px 0 0">
<table width="85%" align="center" cellpadding="0" cellspacing="0" class="copy" style="margin:0 auto;">
<tr><td style="padding:0 60px 18px 0;color:#000104;font-family:Arial,sans-serif;font-size:1.05em;line-height:1.25em;">
Hyundai Assurance Car Care is one of the most unique, helpful, and rewarding perks that comes standard on your Hyundai.
Designed with you in mind, it provides a comprehensive suite of special Hyundai services and amenities.
</td></tr>
<tr><td style="color:#000104;font-family:Arial,sans-serif;font-size:1.05em;line-height:1.25em;">
<b>Visit <your local Hyundai dealer> to learn more.</b>
</td></tr>
</table>
</td></tr>
</table><!-- END: copy wrapper -->
</div><!-- END: panelWrap -->
</td></tr>
</table><!-- END: section // car care advantage -->
<!-- START: section // rewards -->
<table width="700" align="center" cellpadding="0" cellspacing="0" id="loyalty" class="sectionWrap" style="margin:0 auto;">
<tr><td style="padding:0 0 35px;">
<!--for collapsible panels on iOS and Android 4.4-->
<!--[if !mso 9]><!--><input id="chkbox4" class="checkbox" type="checkbox" style="display:none !important;"><!--<![endif]-->
<label for="chkbox4" style="cursor:text;">
<table bgcolor="#77787b" width="100%" cellpadding="0" cellspacing="0" class="section-heading">
<tr><td>
<table width="87%" align="center" cellpadding="0" cellspacing="0" style="margin:0 auto;">
<tr><td height="56" class="heading" style="padding-top:2px;color:#ffffff;font-family:Arial,sans-serif;font-size:1.969em;line-height:normal;">
REWARDS
</td></tr>
</table>
</td></tr>
</table><!-- END: heading -->
</label>
<div class="panelWrap">
<table width="100%" cellpadding="0" cellspacing="0" class="section-copy">
<tr><td class="nopadding">
<img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/rewards_spring2016_QCM-prem.jpg" width="700" height="222" alt="A Hyundai Car driving by a coffeeshop." class="wrapper" style="display:block;"/>
</td></tr>
<tr><td style="padding-top:30px;">
<table width="85%" align="center" cellpadding="0" cellspacing="0" class="copy" style="margin:0 auto;">
<tr><td style="padding:0 0 18px;color:#000104;font-family:Arial,sans-serif;font-size:1.05em;line-height:1.25em;">
Whenever you service your Hyundai at a participating dealer, or shop at the Hyundai Rewards Online Mall, you'll automatically earn Rewards points.
</td></tr>
<tr><td style="padding:0 0 18px;color:#000104;font-family:Arial,sans-serif;font-size:1.05em;line-height:1.25em;">
Redeem your Rewards points for discounts on Hyundai vehicle maintenance, a new Hyundai lease or purchase.
</td></tr>
<tr><td style="color:#000104;font-family:Arial,sans-serif;font-size:1.05em;line-height:1.25em;">
<b>Learn more at <a href="http://MyHyundai.com/Rewards" target="_blank" style="color:#000104;text-decoration:underline;white-space:nowrap;"><span class="#000104">MyHyundai.com/Rewards</span></a></b>
</td></tr>
</table>
</td></tr>
</table><!-- END: copy wrapper -->
</div><!-- END: panelWrap -->
</td></tr>
</table><!-- END: section // rewards -->
<!-- START: aside ( dealer info, social media, app download ) // wrapper -->
<table width="700" align="center" cellpadding="0" cellspacing="0" class="wrapper" style="margin:0 auto;">
<tr><td>
<!-- START: aside // inner wrap -->
<table bgcolor="#7d868c" width="100%" cellpadding="0" cellspacing="0" id="aside" style="border-collapse:separate;background:#7d868c;">
<tr>
<th width="50%" valign="top" align="left" style="padding:30px 0;font-weight:normal;border-right:5px solid #e6e7e8;">
<table width="69%" align="center" cellpadding="0" cellspacing="0" style="margin:0 auto;">
<tr><td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" id="hours" class="aside-copy">
<tr><td class="aside-heading" style="padding:0 0 14px;color:#ffffff;font-family:Arial,sans-serif;font-size:1.313em;line-height:1.2em;">
<a href="#" target="_blank" style="color:white;text-decoration:none;">SCHEDULE CAR CARE:</a>
</td></tr>
<tr><td style="padding:0 0 5px;color:#ffffff;font-family:Arial,sans-serif;font-size:0.963em;line-height:1.3em;">
SERVICE HOURS
</td></tr>
<tr><td style="padding:0 0 30px;color:#ffffff;font-family:Arial,sans-serif;font-size:0.963em;line-height:1.2em;">
<span class="lnkWhite" style="color:#ffffff;text-decoration:none;">Mon – Fri: 8:00AM – 7:00PM</span><br/>
<span class="lnkWhite" style="color:#ffffff;text-decoration:none;">Saturday: 8:00 – 5:00PM</span><br/>
<span class="lnkWhite" style="color:#ffffff;text-decoration:none;">Sunday: 9:00AM – 5:00PM</span><br/>
* <em>Appointment Recommended</em>
</td></tr>
</table><!-- END: service hours -->
</td></tr>
<tr><td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" id="directions" class="aside-copy">
<tr><td class="aside-heading" style="padding:0 0 14px;color:#ffffff;font-family:Arial,sans-serif;font-size:1.313em;line-height:1.2em;">
DIRECTIONS:
</td></tr>
<tr><td>
<table width="auto" cellpadding="0" cellspacing="0">
<tr><td id="map">
<a href="#" target="_blank"><img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/fpo_map-directions.jpg" width="218" alt="Map Directions to Dealer" border="0" style="display:block;border:5px solid #bdc1c3;"/></a>
</td></tr>
</table>
</td></tr>
</table><!-- END: directions/map -->
</td></tr>
</table><!-- END: column 1 -->
</th>
<th width="50%" valign="top" align="left" style="padding:30px 0;font-weight:normal;border-left:5px solid #e6e7e8;">
<table width="69%" align="center" cellpadding="0" cellspacing="0" style="margin:0 auto;">
<tr><td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" id="apps" class="aside-copy">
<tr><td class="aside-heading" style="padding:0 0 14px;color:#ffffff;font-family:Arial,sans-serif;font-size:1.313em;line-height:1.2em;">
DOWNLOAD THE <span>HYUNDAI ASSURANCE</span> CAR CARE APP<sup class="reg" style="font-size:0.9em;line-height:0;vertical-align:0.25em;">*</sup>:
</td></tr>
<tr><td style="padding:0 0 68px;">
<table width="100%" cellpadding="0" cellspacing="0">
<tr><td style="padding:0 0 10px;">
<a href="https://itunes.apple.com/us/app/hyundai-car-care/id622764612?mt=8" target="_blank">
<img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/btn_Apple-App-Store-Download.png" width="150" height="47" alt="[BUTTON] Download on the App Store" border="0" style="display:block;"/></a>
</td></tr>
<tr><td>
<a href="https://play.google.com/store/apps/details?id=com.hyundai.carcare&hl=en" target="_blank">
<img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/btn_Google-Play-App-Download.png" width="150" height="47" alt="[BUTTON] Download on Google Play" border="0" style="display:block;"/></a>
</td></tr>
</table>
</td></tr>
</table><!-- END: app downloads -->
</td></tr>
<tr><td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" id="socialMedia" class="aside-copy">
<tr><td class="aside-heading" style="padding:0 0 14px;color:#ffffff;font-family:Arial,sans-serif;font-size:1.313em;line-height:1.2em;">
FOLLOW US ON:
</td></tr>
<tr><td>
<table width="auto" cellpadding="0" cellspacing="0">
<tr>
<td width="58"><a href="http://www.facebook.com/Hyundai" target="_blank"><img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/btn_Facebook-QCM-prem.png" width="47" height="45" alt="[BUTTON] Facebook" border="0" style="display:block;"/></a></td>
<td width="58"><a href="http://twitter.com/Hyundai" target="_blank"><img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/btn_Twitter-QCM-prem.png" width="47" height="45" alt="[BUTTON] Twitter" border="0" style="display:block;"/></a></td>
<td width="58"><a href="http://www.youtube.com/Hyundai" target="_blank"><img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/btn_Youtube-QCM-prem.png" width="47" height="45" alt="[BUTTON] Youtube" border="0" style="display:block;"/></a></td>
<td width="58"><a href="http://www.instagram.com/Hyundaiusa" target="_blank"><img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/btn_Instagram-QCM-prem.png" width="47" height="45" alt="[BUTTON] Instagram" border="0" style="display:block;"/></a></td>
</tr>
</table>
</td></tr>
</table><!-- END: social media -->
<!--mobile version of surecritic logo-->
<table width="50%" cellpadding="0" cellspacing="0" id="surecritic-mobile" style="display:none;height:0;mso-hide:all;">
<tr><td style="padding:0 0 8px;mso-hide:all;">
<a href="#" target="_blank"><img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/logo_SureCritic.jpg" width="0" height="0" alt="[LOGO] SureCritic" border="0" style="display:block;"/></a>
</td></tr>
<tr><td style="padding-right:20px;color:#ffffff;font-family:Arial,sans-serif;font-size:0;line-height:0;mso-hide:all;">
<Hometown Hyundai> received <X.XX/5> stars from customer reviews via SureCritic.
</td></tr>
</table><!--/mobile version of surecritic logo-->
</td></tr>
</table><!-- END: column 2 -->
</th>
</tr>
</table><!-- END: aside // inner wrap -->
</td></tr>
<tr><td>
<table width="85%" align="center" cellpadding="0" cellspacing="0" id="links" style="margin:0 auto;">
<tr><td colspan="3" style="padding:40px 0 16px;color:#000104;font-family:Arial,sans-serif;font-size:1.05em;line-height:1.25em;">
<b>Enhance your driving experience with these Hyundai programs:</b>
</td></tr>
<tr>
<th id="logo-assurance"><a href="http://hyundaicarcare.com/" target="_blank"><img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/link_to_Hyundai-Assurance-Car-Care-prem.jpg" width="191" height="97" alt="[LOGO] Hyundai Assurance Car Care" border="0"/></a></th>
<th id="logo-bluelink" style="padding:0 6px;"><a href="https://www.hyundaiusa.com/bluelink/" target="_blank"><img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/link_to_Hyundai-Blue-Link-prem.jpg" width="191" height="97" alt="[LOGO] Hyundai Blue Link" border="0"/></a></th>
<th align="left" id="logo-rewards"><a href="http://www.myhyundai.com/Rewards" target="_blank"><img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/link_to_Hyundai-Rewards-prem.jpg" width="191" height="97" alt="[LOGO] Hyundai Rewards" border="0"/></a></th>
</tr>
</table><!--/#links-->
</td></tr>
</table><!-- END: aside ( dealer info, social media, app download ) // wrapper -->
<!-- START: footer -->
<table width="700" align="center" cellpadding="0" cellspacing="0" id="footer" class="wrapper" style="margin:0 auto;">
<tr><td style="padding-top:39px;">
<table width="85%" align="center" cellpadding="0" cellspacing="0" style="margin:0 auto;">
<tr><td style="padding:0 0 12px;color:#333333;font-family:Arial,sans-serif;font-size:0.7em;line-height:1.25em;">
*App supports Hyundai vehicle model years <span class="lnkGray" style="color:#333333;text-decoration:none;">2011</span> and later. Apple and the Apple logo are trademarks of Apple Inc., registered in the U.S. and other countries. App Store is a service mark of Apple Inc. Google Play is a trademark of Google Inc.
</td></tr>
<tr><td style="padding:0 0 12px;color:#333333;font-family:Arial,sans-serif;font-size:0.7em;line-height:1.25em;">
Hyundai and Hyundai model names are registered trademarks of Hyundai Motor Company and Hyundai Motor America. All rights reserved. ©2016 Hyundai Motor America.
</td></tr>
<tr><td style="padding:0 0 12px;color:#333333;font-family:Arial,sans-serif;font-size:0.7em;line-height:1.25em;">
This is an outbound email only. Please do not reply to this email. If you no longer wish to receive SERVICE MARKETING email communications from <Dealership Name>, <a href="#" style="color:#0444fc;text-decoration:underline;"><span class="#0444fc">Let us know</span></a>. This message was transmitted by <DEALERSHIP NAME>, <span class="lnkGray" style="color:#333333;text-decoration:none;white-space:nowrap;"><DEALERSHIP ADDRESS></span>.
</td></tr>
<tr><td style="padding:0 0 20px;color:#333333;font-family:Arial,sans-serif;font-size:0.7em;line-height:1.25em;">
HYUN2426.02
</td></tr>
</table>
</td></tr>
<tr><td class="gmailFix">
<!-- android app hack -->
<img src="https://webdevjoshb.github.io/Hyundai-Spring-2016-QCM/img/space.gif" width="700" height="1" alt="" style="display:block;width:700px;min-width:700px;min-height:1px;max-height:1px;"/>
</td></tr>
</table><!-- END: footer -->
<!-- iPhone gmail hack -->
<div style="display:none;white-space:nowrap;font:15px courier;line-height:0;">
</div>
</body>
</html>