Inboxes

Create an inbox to save and track emails. It's free!

+New inbox

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en">
 <head>
  <meta charset="utf-8"/>
  <!-- utf-8 works for most cases -->
  <meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/>
  <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>
   Delta
  </title>
  <!-- The title tag shows in email notifications, like Android 4.4. -->
  <!-- Web Font / @font-face : BEGIN -->
  <!-- Fallback font for Outlook. Desktop Outlook defaults to Times New Roman when there are web font references. -->
  <!--[if mso]>         <style type="text/css">             * {                 font-family: Tahoma, Geneva, sans-serif !important;             }             .stylingblock-content-wrapper {                 font-family: Tahoma, Geneva, sans-serif !important;             }         </style>     <![endif]-->
  <!--[if !mso]><!-->
  <style type="text/css">
   @font-face {
   font-family: 'Open Sans';
   font-style: italic;
   font-weight: 400;
   src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://inboxflows.com/_/image/https%253A%252F%252Ffonts.gstatic.com%252Fs%252Fopensans%252Fv15%252FxjAJXh38I15wypJXxuGMBogp9Q8gbYrhqGlRav_IXfk.woff2/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZmb250cy5nc3RhdCJ9:1kXO4p:hvT4CAaeQIsBOMB4ADGzJ8vbD_LKwWcqo3Ng9Xtub6k) format('woff2');
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
 }
 
 @font-face {
   font-family: 'Open Sans';
   font-style: normal;
   font-weight: 400;
   src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://inboxflows.com/_/image/https%253A%252F%252Ffonts.gstatic.com%252Fs%252Fopensans%252Fv15%252FcJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZmb250cy5nc3RhdCJ9:1kXO4p:hvT4CAaeQIsBOMB4ADGzJ8vbD_LKwWcqo3Ng9Xtub6k) format('woff2');
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
 }
 
 @font-face {
   font-family: 'Open Sans';
   font-style: normal;
   font-weight: 700;
   src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://inboxflows.com/_/image/https%253A%252F%252Ffonts.gstatic.com%252Fs%252Fopensans%252Fv15%252Fk3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZmb250cy5nc3RhdCJ9:1kXO4p:hvT4CAaeQIsBOMB4ADGzJ8vbD_LKwWcqo3Ng9Xtub6k) format('woff2');
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
 }
 
 * {font-family: 'Open Sans', Tahoma, Geneva, sans-serif !important;
            }
  </style>
  <!--<![endif]-->
  <!-- Web Font / @font-face : END -->
  <!-- Fixes image scaling in Outlook 120dpi -->
  <!--[if gte mso 9]><xml>   <o:OfficeDocumentSettings>    <o:AllowPNG/>    <o:PixelsPerInch>96</o:PixelsPerInch>   </o:OfficeDocumentSettings>  </xml><![endif]-->
  <!-- CSS Reset -->
  <style type="text/css">
   /* Removes spaces around the email design added by some email clients. */
        /* Note: It can remove the padding / margin and add a background color to the compose a reply window. */
        html,
        body, 
  center {
            margin: 0 auto !important;
            padding: 0 !important;
            height: 100% !important;
            width: 100% !important;
        }

        /* Stops email clients resizing small text. */
        * {
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
        }

        /* Centers email on Android 4.4 */
        div[style*="margin: 16px 0"] {
            margin:0 !important;
        }

        /* Stops Outlook from adding extra spacing to tables. */
        table,
        td {
            mso-table-lspace: 0pt !important;
            mso-table-rspace: 0pt !important;
        }

        /* Uses a better rendering method when resizing images in IE. */
        img {
            -ms-interpolation-mode:bicubic;
        }

        /* A work-around for iOS meddling in triggered links. */
        *[x-apple-data-detectors] {
            color: inherit !important;
            text-decoration: none !important;
        }

        /* A work-around for Gmail meddling in triggered links. */
        .x-gmail-data-detectors,
        .x-gmail-data-detectors *,
        .aBn {
            border-bottom: 0 !important;
            cursor: default !important;
        }
  /* A work-around for Samsung Mail meddling in triggered links. */
  #MessageViewBody a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  }

        /* Prevents Gmail from displaying an download button on large, non-linked images. */
        .a6S {
         display: none !important;
         opacity: 0.01 !important;
        }

        /* Prevents underlining the button text in Windows 10 */
        .button-link {
            text-decoration: none !important;
        }
  
  /* CSS added by Jessie Starke, specific to this template */
  * {font-family: Tahoma, Geneva, sans-serif !important;
            }
  p {
   margin: 0;
  }
  .img-row img {
   display:block;
  }
  .copy, .main-content .stylingblock-content-wrapper {
   font-size: 19px; 
   line-height: 28px; 
   text-align: left;
   color: #0B1F66;
  }
  .main-content .stylingblock-content-wrapper a {
   color: #58ceff;
   text-decoration: none;
  }
  sup, .main-content .stylingblock-content-wrapper sup {
   font-size: 13px; 
   line-height: 13px; 
   mso-text-raise: 3px;
  }
  .terms .stylingblock-content-wrapper, .terms .stylingblock-content-wrapper p {
   font-size: 12px !important; 
   font-weight:normal !important; 
   line-height: 16px !important; 
   color: #666666 !important; 
   text-align: left !important;
  } 
  .terms .stylingblock-content-wrapper a {
   color: #245AA5 !important; 
   text-decoration: none !important;
  }
  .terms .stylingblock-content-wrapper sup {
   font-size: 8px !important; 
   line-height: 8px !important; 
   mso-text-raise: 3px !important;
  }
  
  /* Hover styles for links and buttons */
        a,
  .button-td,
        .button-a {
            transition: all 100ms ease-in;
        }
  a:hover {opacity: 0.8}
  
        .button-td:hover {
            background: #c6021f !important;
        }
  .button-a:hover {
   opacity: 1;
        }
  
  /* Prevents email clients from adding any extra spacing around tables and cells. */
  table, td {
            border-spacing: 0 !important;
            border-collapse: collapse !important;
        }
  table {
            margin: 0 auto !important;
        }
  /* end CSS specific to this template */
  </style>
  <!-- Keep media queries in seperate style block. Gmail strips style blocks with code it doesn't recognize -->
  <style type="text/css">
   /* Media Queries */
  
        @media screen and (max-width: 560px) {

            /* Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */
            .fluid {
                width: 100% !important;
                max-width: 100% !important;
                height: auto !important;
                margin-left: auto !important;
                margin-right: auto !important;
            }

            /* Forces table cells into full-width rows. */
            .stack-column,
            .stack-column-center,
   .stack-column-left {
                display: block !important;
                width: 100% !important;
                max-width: 100% !important;
                direction: ltr !important;
            }
   
            /* And center justify these ones. */
            .stack-column-center {
                text-align: center !important;
            }
   /* And left justify these ones. */
            .stack-column-left {
                text-align: left !important;
            }

            /* Generic utility class for centering. Useful for images, buttons, and nested tables. */
            .center-on-narrow {
                text-align: center !important;
                display: block !important;
                margin-left: auto !important;
                margin-right: auto !important;
                float: none !important;
            }
        }
  </style>
  <style type="text/css">
   /* Media Queries added by Jessie Starke, specific to this template */
  @media only screen and (max-width: 480px) {
   
   /* Salesforce adds this class to column layouts */
   .responsive-td {
    width:100% !important; 
    display:block !important; 
    padding:0 !important; }
   
   .bottom-menu {
    padding: 20px 20px 20px 20px !important;
    font-size: 18px !important;
    line-height: 22px !important;
    }
   .bottom-preferences {
    font-size: 15px !important;
    line-height: 20px !important;
    }
   .copy, .main-content .stylingblock-content-wrapper {
    font-size:17px !important; 
    line-height:22px !important;
   }
   sup { 
                font-size:10px; 
                line-height:10px; 
                mso-text-raise: 4px; 
            } 
   .main-content .stylingblock-content-wrapper sup { 
                font-size:10px !important; 
                line-height:10px !important; 
                mso-text-raise: 4px !important; 
            } 
   
   .copy-block {
    padding: 20px 20px 20px 20px !important;
    font-size: 17px !important;
    line-height: 22px !important;
    }
   .two-column-block {
    padding: 10px 10px 10px 10px !important;
   }
   
   /* To fix iOS Gmail and Inbox right gutter */ 
   /* Targets Gmail. Gmail transforms body tag into a div */
   u ~ div .g-wrapper {min-width: 100vw;}
   
   /* Overrides above Gmail style on Android */
   div > u ~ div .g-wrapper {min-width: 100%;}
   
  }
  @media screen and (max-width: 560px) {
   .img-row img {
   max-width:100% !important;
   width:100% !important;
   height:auto !important;
   }
   
  }
  
  /* Removes pipe characters in dynamic header on mobile and wraps content that follows to next line */
  @media screen and (max-width: 500px) {
   .pipe-display-2 {display: none !important;}
   .mobile-full-2 {width: 100%; display: block !important;}
  }
  @media screen and (max-width: 374px) {
   .pipe-display-1 {display: none !important;}
   .mobile-full-1 {width: 100%; display: block !important;}
  }
   
  /* End Media Queries specific to this template */
  </style>
 </head>
 <body style="margin: 0; mso-line-height-rule: exactly; padding: 0;" width="100%">
  <style type="text/css">
   div.preheader 
{ display: none !important; }
  </style>
  <div class="preheader" style="font-size: 1px; display: none !important;">
   Get a great deal on flights to Europe for a limited time.
  </div>
  <!-- Full-width table to achieve background color in Outlook -->
  <table align="center" aria-hidden="true" bgcolor="#041638" border="0" cellpadding="0" cellspacing="0" class="g-wrapper" role="presentation" width="100%">
   <tr>
    <td style="padding: 0px;" width="100%">
     <!--             Email width defined in two places:             1. max-width for all clients except Desktop Windows Outlook, allowing the email to squish on narrow but never go wider than 600px.             2. MSO tags for Desktop Windows Outlook enforce a 600px width.         -->
     <div style="max-width: 600px; margin: 0 auto;">
      <!--[if mso]>             <table role="presentation" aria-hidden="true" cellspacing="0" cellpadding="0" border="0" width="600" align="center">             <tr>             <td width="600" style="width: 600px;">             <![endif]-->
      <!-- Email Body : BEGIN -->
      <table align="center" aria-hidden="true" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 600px; padding: 0;" width="100%">
       <!-- Masthead : BEGIN -->
       <tr>
        <td align="center" style="padding: 0px;" valign="top" width="100%">
         <a data-linkto="https://" target="_blank" title="DELTA">
          <img alt="DELTA" border="0" class="fluid" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F1%252Fe0e943af-8017-40bc-a32d-81c46f1b9961.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO4p:U709qol_Z8kuWRvSA3hcDybw-dKARr6a1qjn614yVxs" style="display: block; width: 100%; height: auto; text-align: center; padding: 0px; border: 0px none transparent;"/>
         </a>
        </td>
       </tr>
       <!-- Masthead : END -->
       <!-- Subscriber Information : BEGIN -->
       <tr>
        <td style="padding: 0px;" valign="top" width="100%">
         <table align="center" bgcolor="#011037" border="0" cellpadding="0" cellspacing="0" width="100%">
          <tr>
           <td align="left" style="padding: 17px;" valign="top">
            <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
             <tr>
              <td align="center" style="font-family: Tahoma, Geneva, sans-serif; font-size:20px; color:#ffffff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding: 0px 0px 13px 0px; letter-spacing: 1px; text-align: center;" valign="top" width="100%">
               <b>
                Hello, Sam
               </b>
              </td>
             </tr>
             <tr>
              <td align="center" style="font-family: Tahoma, Geneva, sans-serif; font-size: 16px; color: rgb(88, 206, 255); -webkit-font-smoothing: antialiased; letter-spacing: 1px; line-height: 150%; text-align: center;" valign="top" width="100%">
               <div class="stylingblock-content-wrapper" data-marker="wrapper" style="">
                <!-- Customer ID -->
                <span class="mobile-full">
                 <span style="white-space: nowrap;">
                  <a data-linkto="https://" style="color:#58ceff;text-decoration:none;" target="_blank" title="Your Account">
                   #9129298122
                  </a>
                 </span>
                </span>
                <!-- End Customer ID -->
                <!-- Customer Tier -->
                <span class="mobile-full-1">
                 <span class="pipe-display-1" style="padding: 0;">
                  |
                 </span>
                 <span style="white-space: nowrap;">
                  <a data-linkto="https://" style="color:#58ceff;text-decoration:none;" target="_blank" title="Your Account">
                   SkyMiles
                   <sup style="font-size:10px; line-height:10px; mso-text-raise: 4px;">
                    ®
                   </sup>
                   Member
                  </a>
                 </span>
                </span>
                <!-- End Customer Tier -->
                <!-- Mileage Balance -->
                <!-- End Mileage Balance -->
               </div>
              </td>
             </tr>
            </table>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <!-- Subscriber Information : END -->
       <!-- Main Content Block 1 : BEGIN -->
       <tr>
        <td class="main-content" style="color: #0B1F66; text-align:left;padding: 0;font-family: Tahoma, Geneva, sans-serif; font-size: 14px; line-height: 18px;" valign="top" width="100%">
         <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="min-width: 100%; " width="100%">
          <tr>
           <td class="stylingblock-content-wrapper camarker-inner">
            <table cellpadding="0" cellspacing="0" width="100%">
             <tr>
              <td align="center">
               <a data-linkto="https://" title="">
                <img alt="Dream It, Live It Event. Get away with member-only deals.. Miles are worth double with Delta Vacations." data-assetid="18376" height="615" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252Fec188dda-7a81-4c6f-a27d-a7b5a79c5129.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5vLmRlbCJ9:1kXO4p:k789GgjfGMLwminPqYCnm2iOfY_3qsjuWAhzu1akLfI" style="display: block; padding: 0px; text-align: center; height: 615px; width: 600px;" width="600"/>
               </a>
              </td>
             </tr>
            </table>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <!-- Main Content Block 1 : END -->
       <!-- Main Content Block 2 : BEGIN -->
       <tr>
        <td class="main-content" style="color: #0B1F66; text-align:left;padding: 0;font-family: Tahoma, Geneva, sans-serif; font-size: 14px; line-height: 18px;" valign="top" width="100%">
         <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="background-color: #F6F7FB; min-width: 100%; " width="100%">
          <tr>
           <td class="stylingblock-content-wrapper camarker-inner" style="padding: 35px 50px 10px; ">
            <div style="text-align: center;">
             <span style="font-size:28px;">
              Explore The #SkyMilesLife In Europe
             </span>
            </div>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <!-- Main Content Block 2 : END -->
       <!-- CTA : BEGIN -->
       <tr>
        <td align="center" style="padding: 0px 0px 0px 0px;" valign="top" width="100%">
         <table cellpadding="0" cellspacing="0" class="slot-styling" style="background-color: transparent; min-width: 100%; " width="100%">
          <tr>
           <td class="slot-styling camarker-inner" style="padding: 0px; ">
            <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="background-color: #F6F7FB; min-width: 100%; " width="100%">
             <tr>
              <td class="stylingblock-content-wrapper camarker-inner" style="padding: 10px; ">
               <table cellpadding="0" cellspacing="0" width="100%">
                <tr>
                 <td align="center">
                  <img data-assetid="18271" height="3" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252F46a996af-36b2-436c-b834-0d8756156a58.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO4p:U709qol_Z8kuWRvSA3hcDybw-dKARr6a1qjn614yVxs" style="display: block; padding: 0px; text-align: center; height: 3px; width: 99px; border: 0px;" width="99"/>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
            <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="background-color: #F6F7FB; min-width: 100%; " width="100%">
             <tr>
              <td class="stylingblock-content-wrapper camarker-inner" style="padding: 10px 65px; ">
               <table aria-hidden="true" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                <tr>
                 <td class="copy-block" style="font-family: Tahoma, Geneva, sans-serif; line-height: 28px; color: rgb(11, 31, 102);" width="100%">
                  <div style="font-size: 19px; line-height: 115%; text-align: center;">
                   <span style="font-size:17px;">
                    Round-trip flights to Amsterdam, Paris, London, Milan, Dublin, and more start at 40,000 miles (plus taxes and fees) or $539 for a limited time. Book with money or miles now while these low fares are still here.
                   </span>
                  </div>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
            <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="background-color: #F6F7FB; min-width: 100%; " width="100%">
             <tr>
              <td class="stylingblock-content-wrapper camarker-inner" style="padding: 40px; ">
               <table cellpadding="0" cellspacing="0" width="100%">
                <tr>
                 <td align="center">
                  <a data-linkto="//" title="">
                   <img alt="Book Now." data-assetid="18272" height="50" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252F45fae95b-1d6c-4095-b188-88c684ee08af.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO4p:U709qol_Z8kuWRvSA3hcDybw-dKARr6a1qjn614yVxs" style="display: block; padding: 0px; text-align: center; height: 50px; width: 225px; border: 0px;" width="225"/>
                  </a>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
            <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="background-color: #FFFFFF; min-width: 100%; " width="100%">
             <tr>
              <td class="stylingblock-content-wrapper camarker-inner" style="padding: 35px 50px 10px; ">
               <div style="text-align: center;">
                <span style="color:#072358;">
                 <span style="font-size:28px;">
                  The Dream It ✈ Live It Event
                 </span>
                </span>
               </div>
              </td>
             </tr>
            </table>
            <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="background-color: #FFFFFF; min-width: 100%; " width="100%">
             <tr>
              <td class="stylingblock-content-wrapper camarker-inner" style="padding: 10px; ">
               <table cellpadding="0" cellspacing="0" width="100%">
                <tr>
                 <td align="center">
                  <img data-assetid="18271" height="3" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252F46a996af-36b2-436c-b834-0d8756156a58.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO4p:U709qol_Z8kuWRvSA3hcDybw-dKARr6a1qjn614yVxs" style="display: block; padding: 0px; text-align: center; height: 3px; width: 99px; border: 0px;" width="99"/>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
            <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="background-color: #FFFFFF; min-width: 100%; " width="100%">
             <tr>
              <td class="stylingblock-content-wrapper camarker-inner" style="padding: 10px 65px; ">
               <table aria-hidden="true" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                <tr>
                 <td class="copy-block" style="font-family: Tahoma, Geneva, sans-serif; line-height: 28px; color: rgb(11, 31, 102);" width="100%">
                  <div style="font-size: 19px; line-height: 115%; text-align: center;">
                   <span style="font-size:17px;">
                    We love having you as a Skymiles
                    <sup>
                     ®
                    </sup>
                    Member - that's why we're giving you even more amazing opportunities to live the #SkyMilesLife for less.
                    <b>
                     <a data-linkto="//" style="color:#072358;text-decoration:none;" title="See Additional Deals &gt;">
                      See Additional Deals &gt;
                     </a>
                    </b>
                   </span>
                  </div>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
            <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="background-color: #FFFFFF; min-width: 100%; " width="100%">
             <tr>
              <td class="stylingblock-content-wrapper camarker-inner" style="padding: 10px; ">
               <table cellpadding="0" cellspacing="0" style="width: 100%;">
                <tr>
                 <td>
                  <table cellpadding="0" cellspacing="0" style="width: 100%;">
                   <tr>
                    <td style="width: 20%; padding-right: 3px;" valign="top">
                     <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="min-width: 100%; " width="100%">
                      <tr>
                       <td class="stylingblock-content-wrapper camarker-inner">
                        <a data-linkto="//" title="">
                         <img data-assetid="18282" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252F1fdf1ddd-8e67-456a-8e46-5dffe3d62c9a.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO4p:U709qol_Z8kuWRvSA3hcDybw-dKARr6a1qjn614yVxs" style="padding: 0px; text-align: center; height: auto; width: 100%; border: 0px;" width="95"/>
                        </a>
                       </td>
                      </tr>
                     </table>
                    </td>
                    <td style="width: 20%; padding-left: 3px; padding-right: 3px;" valign="top">
                     <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="min-width: 100%; " width="100%">
                      <tr>
                       <td class="stylingblock-content-wrapper camarker-inner">
                        <a data-linkto="//" title="">
                         <img data-assetid="18281" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252Fe2a745c3-4bd0-4ef4-8b0a-39d7f42a35ab.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO4p:U709qol_Z8kuWRvSA3hcDybw-dKARr6a1qjn614yVxs" style="padding: 0px; text-align: center; height: auto; width: 100%; border: 0px;" width="95"/>
                        </a>
                       </td>
                      </tr>
                     </table>
                    </td>
                    <td style="width: 20%; padding-left: 3px; padding-right: 3px;" valign="top">
                     <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="min-width: 100%; " width="100%">
                      <tr>
                       <td class="stylingblock-content-wrapper camarker-inner">
                        <a data-linkto="//" title="">
                         <img data-assetid="18283" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252F04d40045-c855-4564-8776-8ad4b0f6f2dc.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO4p:U709qol_Z8kuWRvSA3hcDybw-dKARr6a1qjn614yVxs" style="padding: 0px; height: auto; width: 100%; text-align: center; border: 0px;" width="95"/>
                        </a>
                       </td>
                      </tr>
                     </table>
                    </td>
                    <td style="width: 20%; padding-left: 3px; padding-right: 3px;" valign="top">
                     <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="min-width: 100%; " width="100%">
                      <tr>
                       <td class="stylingblock-content-wrapper camarker-inner">
                        <a data-linkto="//" title="">
                         <img data-assetid="18288" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252Ff18eb0d2-334e-4b46-93a8-8312ce393553.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO4p:U709qol_Z8kuWRvSA3hcDybw-dKARr6a1qjn614yVxs" style="padding: 0px; height: auto; width: 100%; text-align: center; border: 0px;" width="95"/>
                        </a>
                       </td>
                      </tr>
                     </table>
                    </td>
                    <td style="width: 20%; padding-left: 3px;" valign="top">
                     <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="min-width: 100%; " width="100%">
                      <tr>
                       <td class="stylingblock-content-wrapper camarker-inner">
                        <img data-assetid="18285" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252Ff0e64528-ffb1-4a39-ba58-200ed2070aab.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO4p:U709qol_Z8kuWRvSA3hcDybw-dKARr6a1qjn614yVxs" style="padding: 0px; text-align: center; height: auto; width: 100%; border: 0px;" width="95"/>
                       </td>
                      </tr>
                     </table>
                    </td>
                   </tr>
                  </table>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
            <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="background-color: #FFFFFF; min-width: 100%; " width="100%">
             <tr>
              <td class="stylingblock-content-wrapper camarker-inner" style="padding: 5px 10px 30px; ">
               <table cellpadding="0" cellspacing="0" style="width: 100%;">
                <tr>
                 <td>
                  <table cellpadding="0" cellspacing="0" style="width: 100%;">
                   <tr>
                    <td style="width: 20%; padding-right: 3px;" valign="top">
                     <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="min-width: 100%; " width="100%">
                      <tr>
                       <td class="stylingblock-content-wrapper camarker-inner">
                        <div style="text-align: center;">
                         <span style="color:#072358;">
                          <b>
                           Delta
                           <br/>
                           Vacations
                          </b>
                         </span>
                        </div>
                       </td>
                      </tr>
                     </table>
                    </td>
                    <td style="width: 20%; padding-left: 3px; padding-right: 3px;" valign="top">
                     <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="min-width: 100%; " width="100%">
                      <tr>
                       <td class="stylingblock-content-wrapper camarker-inner">
                        <div style="text-align: center;">
                         <font color="#072358">
                          <b>
                           Domestic Flights
                          </b>
                         </font>
                        </div>
                       </td>
                      </tr>
                     </table>
                    </td>
                    <td style="width: 20%; padding-left: 3px; padding-right: 3px;" valign="top">
                     <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="min-width: 100%; " width="100%">
                      <tr>
                       <td class="stylingblock-content-wrapper camarker-inner">
                        <div style="text-align: center;">
                         <font color="#072358">
                          <b>
                           Delta Gift Cards
                          </b>
                         </font>
                        </div>
                       </td>
                      </tr>
                     </table>
                    </td>
                    <td style="width: 20%; padding-left: 3px; padding-right: 3px;" valign="top">
                     <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="min-width: 100%; " width="100%">
                      <tr>
                       <td class="stylingblock-content-wrapper camarker-inner">
                        <div style="text-align: center;">
                         <font color="#072358">
                          <b>
                           Europe Flights
                          </b>
                         </font>
                        </div>
                       </td>
                      </tr>
                     </table>
                    </td>
                    <td style="width: 20%; padding-left: 3px;" valign="top">
                    </td>
                   </tr>
                  </table>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <!-- CTA : END -->
       <!-- Blue Footer : BEGIN -->
       <tr>
        <td valign="top" width="100%">
         <table aria-hidden="true" bgcolor="#072358" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
          <!-- Promotion : BEGIN -->
          <tr>
           <td align="center" style="padding: 20px 0px 20px 0px;" valign="top" width="100%">
            <table cellpadding="0" cellspacing="0" class="slot-styling" style="background-color: transparent; min-width: 100%; " width="100%">
             <tr>
              <td class="slot-styling camarker-inner" style="padding: 10px 0px; ">
              </td>
             </tr>
            </table>
           </td>
          </tr>
          <!-- Promotion : END -->
          <!-- Footer Links : BEGIN -->
          <tr>
           <!-- Top Divider Line -->
           <td align="center" style="padding: 0px 0px 0px 0px; border-bottom: 2px solid #58CEFF;font-size:1px;line-height:1px;" width="100%">
           </td>
          </tr>
          <tr>
           <td align="left" class="bottom-menu" style="font-family: Tahoma, Geneva, sans-serif; font-size:20px; line-height: 22px; color:#ffffff; vertical-align:middle; padding: 28px 36px 28px 36px; border-bottom: 2px solid #58CEFF;" valign="top" width="100%">
            <a style="color:#ffffff; text-decoration:none;" target="_new">
             BOOK A FLIGHT &gt;
            </a>
           </td>
          </tr>
          <tr>
           <td align="left" class="bottom-menu" style="font-family: Tahoma, Geneva, sans-serif; font-size:20px; line-height: 22px; color:#ffffff; vertical-align:middle; padding: 28px 36px 28px 36px; border-bottom: 2px solid #58CEFF;" valign="top" width="100%">
            <a style="color:#ffffff; text-decoration:none;" target="_new">
             BOOK A VACATION PACKAGE &gt;
            </a>
           </td>
          </tr>
          <tr>
           <td align="left" class="bottom-menu" style="font-family: Tahoma, Geneva, sans-serif; font-size:20px; line-height: 22px; color:#ffffff; vertical-align:middle; padding: 28px 36px 28px 36px; border-bottom: 2px solid #58CEFF;" valign="top" width="100%">
            <a style="color:#ffffff; text-decoration:none;" target="_new">
             RESERVE A CAR + HOTEL &gt;
            </a>
           </td>
          </tr>
          <tr>
           <td align="left" class="bottom-menu" style="font-family: Tahoma, Geneva, sans-serif; font-size:20px; line-height: 22px; color:#ffffff; vertical-align:middle; padding: 28px 36px 28px 36px; border-bottom: 2px solid #58CEFF;" valign="top" width="100%">
            <a style="color:#ffffff;text-decoration:none;" target="_new">
             EARN AND USE MILES &gt;
            </a>
           </td>
          </tr>
          <!-- Footer Links : END -->
          <!-- Social Links : BEGIN -->
          <tr>
           <td align="center" style="padding: 50px 0px 0px 0px;" width="100%">
            <table align="center" border="0" cellpadding="0" cellspacing="0" style="width: 40%; min-width: 170px; max-width: 265px;" width="40%">
             <tr>
              <td align="center" style="width: 20%;" valign="top">
               <a data-linkto="https://" style="color : #245AA5; text-decoration : none; font-weight : normal;" target="_new" title="Facebook">
                <img alt="Facebook" border="0" data-assetid="4" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.exct.net%252Flib%252Ffe5815707c6201787313%252Fm%252F1%252Fe89c8c6b-5493-4908-90fb-c0259f317906.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5leGN0LiJ9:1kXO4p:992C95Afiq1cktdvrlUVd8cn_I6_tu16qtI8NW-8KxQ" style="height:auto; min-width: 34px; width:100%;display: block;" width="53"/>
               </a>
              </td>
              <td align="center" class="space2-social" style="width: 20%;" valign="top">
              </td>
              <td align="center" style="width: 20%;" valign="top">
               <a data-linkto="https://" style="color : #245AA5; text-decoration : none; font-weight : normal;" target="_new" title="Twitter">
                <img alt="Twitter" border="0" data-assetid="7" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.exct.net%252Flib%252Ffe5815707c6201787313%252Fm%252F1%252Fa25fbe5b-bf98-4d6a-9b33-915b5bb295d0.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5leGN0LiJ9:1kXO4p:992C95Afiq1cktdvrlUVd8cn_I6_tu16qtI8NW-8KxQ" style="height:auto; min-width: 34px; width:100%;display: block;padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" width="53"/>
               </a>
              </td>
              <td align="center" class="space2-social" style="width: 20%;" valign="top">
              </td>
              <td align="center" style="width: 20%;" valign="top">
               <a data-linkto="https://" style="color : #245AA5; text-decoration : none; font-weight : normal;" target="_new" title="Instagram">
                <img alt="Instagram" border="0" data-assetid="8" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.exct.net%252Flib%252Ffe5815707c6201787313%252Fm%252F1%252F261ff432-0a19-47f5-b3dd-768ce02eda2a.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5leGN0LiJ9:1kXO4p:992C95Afiq1cktdvrlUVd8cn_I6_tu16qtI8NW-8KxQ" style="height:auto; min-width: 34px; width:100%;display: block;padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" width="53"/>
               </a>
              </td>
             </tr>
            </table>
           </td>
          </tr>
          <!-- Social Links : END -->
          <!-- Stay Connected : BEGIN -->
          <tr>
           <td style="padding: 20px 20px 20px 20px; text-align: center; font-family: Tahoma, Geneva, sans-serif; font-size:18px; color:#FFFFFF; line-height:20px;" width="100%">
            <strong style="font-weight: bold;">
             STAY CONNECTED WITH US
            </strong>
           </td>
          </tr>
          <tr>
           <td class="bottom-preferences" style="padding: 30px 18px 30px 18px; text-align: center; font-family: Tahoma, Geneva, sans-serif; font-size:17px; color:#FFFFFF; line-height:23px;" width="100%">
            <span class="mobile-full-2">
             <a data-linkto="https://" style="color:#53ceff;text-decoration:none; font-weight : normal; " target="_new" title="Update Email Preferences">
              UPDATE EMAIL PREFERENCES
             </a>
             <span class="pipe-display-2" style="color:#53ceff">
              |
             </span>
            </span>
            <a data-linkto="microsite" style="color:#53ceff;text-decoration:none; font-weight : normal; " title="Unsubscribe">
             UNSUBSCRIBE
            </a>
            <span style="color:#53ceff">
             |
            </span>
            <a data-linkto="//" style="color:#53ceff;text-decoration:none; font-weight : normal; " target="_new" title="Privacy Policy">
             PRIVACY POLICY
            </a>
           </td>
          </tr>
          <!-- Stay Connected : END -->
         </table>
        </td>
       </tr>
       <!-- Blue Footer : END -->
       <!-- Terms : BEGIN -->
       <tr>
        <td style="padding: 0;" valign="top" width="100%">
         <table aria-hidden="true" bgcolor="#D2D3D5" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
          <tr>
           <td style="padding: 20px 20px 20px 20px;" width="100%">
            <!-- Table : BEGIN -->
            <table align="center" aria-hidden="true" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto" width="100%">
             <tr>
              <td class="terms" style="font-family: Tahoma, Geneva, sans-serif; font-size: 12px; font-weight:normal; line-height: 16px; color: #666666; text-align:left;padding: 0px 0px 30px 0px;">
               <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="min-width: 100%; " width="100%">
                <tr>
                 <td class="stylingblock-content-wrapper camarker-inner">
                  <b>
                   Terms and Conditions
                  </b>
                  <br/>
                  <br/>
                  A portion of travel for some itineraries may be on the Delta Connection
                  <sup>
                   ®
                  </sup>
                  carriers: Compass Airlines, Endeavor Air, Inc., GoJet Airlines, Republic Airways, and SkyWest; Delta Shuttle
                  <sup>
                   ®
                  </sup>
                  carriers: Republic Airways and Compass Airlines; SkyTeam partners: Aeroflot, Aeromexico, Air Europa, Air France, Airlinair, Air One, Air One City Liner, Alitalia, BritAir, China Airlines, China Eastern, China Southern, CSA Czech Airlines, KLM, and Korean Airlines; or Delta codeshare partners: Aerolíneas Argentinas; Austral Lineas Aereas dba Aerolíneas Argentinas; Aerolitoral dba Aeromexico Connect, Air One CityLiner dba Alitalia, CAIone Alitalia Express dba Alitalia, CAI Second, Aeromar, Brit Air dba Air France, Carpatair dba Alitalia, City Jet dba Air France, GOL Airlines, Hawaiian Airlines, KLM CityHopper, Olympic Air, Hop! dba Air France, Privilege Style,
 Regional CAE dba Air France, Seaborne Airlines, Shanghai Airlines, SwiftAir, Transavia Airlines, Virgin Atlantic International, Virgin Australia International, Virgin Australia Limited NZ dba Virgin Australia, VLM Airlines, WestJet, and WestJet Encore.
                  <br/>
                  <br/>
                  <b>
                   Restrictions |
                  </b>
                  Fares shown are available at delta.com or Delta Reservations. Tickets are non-transferable. Seats are limited.
                  <br/>
                  <br/>
                  <b>
                   Tickets |
                  </b>
                  Tickets must be purchased no later than August 30, 2019
                  <br/>
                  <br/>
                  <b>
                   Travel Period |
                  </b>
                  Travel may begin on or after January 7, 2020 and all travel must be completed by March 31, 2020.
                  <br/>
                  <br/>
                  <b>
                   Advanced Purchase |
                  </b>
                  90 Days
                  <br/>
                  <br/>
                  <b>
                   Minimum Stay |
                  </b>
                  Saturday
                  <br/>
                  <br/>
                  <b>
                   Maximum Stay |
                  </b>
                  3 months
                  <br/>
                  <br/>
                  <b>
                   Fare Availability |
                  </b>
                  Promotional fares may not be available on the following dates:
                  <br/>
                  Between Atlanta, GA (ATL) and Rome, Italy (FCO): March 18 - 23, 2020
                  <br/>
                  Between Edinburgh, Scotland, GB (EDI) and New York-Kennedy, NY (JFK): March 21 - 31, 2020
                  <br/>
                  Between Rome, Italy (FCO) and New York-Kennedy, NY (JFK): January 08 - 13, 2020; March 14 - 30, 2020
                  <br/>
                  Between New York-Kennedy, NY (JFK) and Milan, Italy (MXP): March 11 - 14, 2020
                  <br/>
                  <br/>
                  <b>
                   Award Availability |
                  </b>
                  Promotional fares may not be available on the following dates:
                  <br/>
                  Between Amsterdam, Netherlands (AMS) and Minneapolis, MN (MSP): March 27 - 30, 2020
                  <br/>
                  Between Atlanta, GA (ATL) and Paris-Charles de Gaulle, France (CDG): March 04 - 08, 2020; March 11 - 14, 2020
                  <br/>
                  Between Atlanta, GA (ATL) and Rome, Italy (FCO): March 18 - 23, 2020
                  <br/>
                  Between Rome, Italy (FCO) and New York-Kennedy, NY (JFK): January 08 - 13, 2020; March 14 - 30, 2020
                  <br/>
                  <br/>
                  <b>
                   Fare Validity:
                  </b>
                  <br/>
                  Fares listed are valid in Main cabin on Delta/Delta Connection carrier and certain codeshare partner flights only. Fares shown are valid Sunday through Wednesday (outbound) and Tuesday through Friday (inbound), while higher fares apply for travel on other days.
                  <br/>
                  <br/>
                  <b>
                   Award Travel |
                  </b>
                  Award Travel is subject to government-imposed taxes and fees and carrier-imposed charges, which are the responsibility of the passenger and must be paid at the time the ticket is booked. Taxes/fees/carrier-imposed charges depend upon the itinerary and will range from $44 to $180 round-trip for Main Cabin travel between the contiguous U.S. 48 and Europe. Award Seats are limited and may not be available on all flights or in all markets.
                  <br/>
                  <br/>
                  <b>
                   <span style="font-size:9.0pt">
                    <span style='font-family:"Tahoma","sans-serif"'>
                     <span style="color:#666666">
                      Cancellations/Refunds/Changes |
                     </span>
                    </span>
                   </span>
                  </b>
                  <span style="font-size:9.0pt">
                   <span style='font-family:"Tahoma","sans-serif"'>
                    <span style="color:#666666">
                     Tickets are nonrefundable except in accordance with Delta's cancellation policy. Fees may apply for downgrades/reissues and itinerary changes. Contact a Delta agent or see
                     <a data-linkto="https://" style="text-decoration:none;" title="Award Travel Rules">
                      <span style="color:#245aa5">
                       <span style="text-decoration:none">
                        <span style="text-underline:none">
                         Award Travel Rules
                        </span>
                       </span>
                      </span>
                     </a>
                     for details. Award Ticket changes must be made at least 72 hours prior to the departure time of the flight being changed. Award Tickets booked within 72 hours of departure are nonrefundable and cannot be redeposited or reissued unless prohibited by local law or within the risk-free cancellation period. No changes will be permitted to the originating flight of Award Tickets booked within 72 hours, however changes to the return are permitted if the return flight is not within 72 hours and the change is made at least 72 hours prior to flight departure.
                     <a data-linkto="https://" style="text-decoration:none;" title="Fees ">
                      <span style="color:#245aa5">
                       <span style="text-decoration:none">
                        <span style="text-underline:none">
                         Fees
                        </span>
                       </span>
                      </span>
                     </a>
                     apply for any changes. Taxes and fees will apply. Voluntary changes to Award Tickets may result in an increase in mileage costs.
                    </span>
                   </span>
                  </span>
                  <br/>
                  <br/>
                  <b>
                   SkyMiles Life |
                  </b>
                  By tagging photos using #SkyMilesLife, user grants Delta Air Lines (and those they authorize) a royalty-free, world-wide, perpetual, non-exclusive license to publicly display, distribute, reproduce and create derivative works of the submissions ("Submissions"), in whole or in part, in any media now existing or later developed, for any purpose, including, but not limited to, advertising and promotion on Delta websites, commercial products and any other Delta channels, including but not limited to #SkyMilesLife publications. Delta reserves the right to use or not use content tagged #SkyMilesLife, and user will not be entitled to compensation if photo is used.
                  <br/>
                  <br/>
                  User warrants and represents: (a) he/she is the sole and exclusive owner of the Submission, including all rights therein, and that the user has the full and exclusive right, power and authority to submit the Submission and to grant Delta the rights to the Submission, including but not limited to the worldwide copyright; (b) the Submission does not infringe on the rights of any other person, firm, corporation or entity; and (c) no rights in the Submission have been previously granted to any person, firm, corporation or other entity. Delta reserves the right in its sole discretion to remove any Submission at any time. By tagging photos using #SkyMilesLife, user agrees to indemnify and hold
 Delta harmless from and against any and all third-party losses, demands, damages, rights, claims, actions and liabilities of any kind arising out of or related to any claims of infringement or violation of privacy or publicity rights related to Delta's use of the Submission submitted to Delta in connection with the campaign. See full terms at
                  <a data-linkto="//" style="text-decoration:none;" title="delta.com/skymileslife">
                   delta.com/skymileslife
                  </a>
                  .
                  <br/>
                  <br/>
                  <b>
                   SkyMiles |
                  </b>
                  All SkyMiles program rules apply to SkyMiles program membership, miles, offers, mile accrual, mile redemption and travel benefits. To review the rules, see
                  <a data-linkto="https://" style="text-decoration:none;" title="Membership Guide &amp; Program Rules">
                   Membership Guide &amp; Program Rules
                  </a>
                  .
                  <br/>
                  <br/>
                  <b>
                   Taxes |
                  </b>
                  Taxes shown are based on nonstop flights and accurate as of August 22, 2019. Changes in currency exchange rates or government-imposed fees may cause taxes to fluctuate. International travel taxes and fees may vary depending on departure airport.
                  <br/>
                  <br/>
                  <b>
                   Baggage Charges |
                  </b>
                  For travel between United States and Europe, 100 USD or 85 EUR1 fee for second checked bag.  Allowances subject to size/weight limits. Contact a Delta agent or see
                  <span style="font-size:9.0pt">
                   <span style='font-family:"Tahoma","sans-serif"'>
                    <span style="color:#666666">
                     <a data-linkto="https://" style="text-decoration:none;" title="Excess Baggage">
                      <span style="color:#245aa5">
                       <span style="text-decoration:none">
                        <span style="text-underline:none">
                         Excess Baggage
                        </span>
                       </span>
                      </span>
                     </a>
                     for details.
                    </span>
                   </span>
                  </span>
                  <br/>
                  <br/>
                  <b>
                   Miscellaneous |
                  </b>
                  Fares, fees, rules, and offers are subject to change without notice. Other restrictions may apply.
                 </td>
                </tr>
               </table>
              </td>
             </tr>
             <tr>
              <td style="font-family: Tahoma, Geneva, sans-serif; font-size: 12px; font-weight:normal; line-height: 16px; color: #666666; text-align:left;padding: 0px 0px 15px 0px;">
               <a data-linkto="https://" style="color:#245AA5;text-decoration:none; font-weight : normal; " target="_new" title="Comment or Complaint">
                Comment or Complaint?
               </a>
              </td>
             </tr>
             <tr>
              <td style="font-family: Tahoma, Geneva, sans-serif; font-size: 12px; font-weight:normal; line-height: 16px; color: #666666; text-align:left;padding: 0px 0px 10px 0px;">
               © 2019 Delta Air Lines, Inc. All rights reserved.
               <br/>
               Delta Blvd. P.O. Box 20706 • Atlanta, GA 30320-6001
              </td>
             </tr>
            </table>
            <!-- Table : END -->
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <!-- Terms : END -->
      </table>
      <!-- Email Body : END -->
      <!--[if mso]>             </td>             </tr>             </table>             <![endif]-->
     </div>
    </td>
   </tr>
  </table>
  <!-- End full-width table to achieve background color in Outlook -->
  <img height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fclick.o.delta.com%252Fopen.aspx%253Fffcb10-fefa1378776004-fe5e1673776705747c10-fe5815707c6201787313-ff961776-fe5f1673776206757010-fef415777c6101%2526d%253D10098/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjbGljay5vLmRlbCJ9:1kXO4p:eNm4d0CJe2psaU1sXS8hnS1kzF6n-vVim8wHvdIeqdI" width="1"/>
 </body>
</html>