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:1kXOxx:v0xsDiqO6uRR7XboyGcXeBaRUDkQQZDDs4die0Ju4T8) 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:1kXOxx:v0xsDiqO6uRR7XboyGcXeBaRUDkQQZDDs4die0Ju4T8) 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:1kXOxx:v0xsDiqO6uRR7XboyGcXeBaRUDkQQZDDs4die0Ju4T8) 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 more out of travel with the Gold Delta SkyMiles® Credit Card.
  </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="" 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:1kXOxx:Vtw6PYYDtl7EH5RsD9DOg4k4-w7kigUr6zZ9RTGcABs" 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 data-assetid="9287" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F7%252F9b8096a9-4d04-440c-914b-5db486a510b9.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXOxx:Vtw6PYYDtl7EH5RsD9DOg4k4-w7kigUr6zZ9RTGcABs" style="display: block; padding: 0px; text-align: center; height: auto; width: 100%; border: 0px;" 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="min-width: 100%; " width="100%">
          <tr>
           <td class="stylingblock-content-wrapper camarker-inner">
            <table cellpadding="0" cellspacing="0" width="100%">
             <tr>
              <td align="center">
               <img data-assetid="9279" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F6%252F71a3e6ea-0f69-40dd-b740-2e85b2061f5e.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXOxx:Vtw6PYYDtl7EH5RsD9DOg4k4-w7kigUr6zZ9RTGcABs" style="display: block; padding: 0px; text-align: center; height: auto; width: 100%; border: 0px;" width="600"/>
              </td>
             </tr>
            </table>
           </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="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 data-assetid="9276" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F6%252F582ddcdd-eb3b-4c13-815d-670b023da3ea.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXOxx:Vtw6PYYDtl7EH5RsD9DOg4k4-w7kigUr6zZ9RTGcABs" style="display: block; padding: 0px; text-align: center; height: auto; width: 100%; border: 0px;" width="600"/>
                  </a>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
            <!-- -->
            <!-- -->
            <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 data-assetid="9393" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F7%252F512c38a2-bb8e-4cb2-9fd0-8ce18245cb45.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXOxx:Vtw6PYYDtl7EH5RsD9DOg4k4-w7kigUr6zZ9RTGcABs" style="display: block; padding: 0px; text-align: center; height: auto; width: 100%; border: 0px;" width="600"/>
                  </a>
                 </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:1kXOxx:IQERXw88eQs5jV8VM06E5gVsba6Gxju1KWKG1dUcGrA" 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:1kXOxx:IQERXw88eQs5jV8VM06E5gVsba6Gxju1KWKG1dUcGrA" 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:1kXOxx:IQERXw88eQs5jV8VM06E5gVsba6Gxju1KWKG1dUcGrA" 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">
                  <div dir="rtl">
                  </div>
                  <div dir="rtl">
                  </div>
                  Consumer Card POID: GC7G:0001; Small Business Card POID: GC88:0003
                  <div>
                   <b>
                    Terms &amp; Conditions
                   </b>
                  </div>
                  +Additional
                  <a data-linkto="https://" style="text-decoration:underline;" title="Rates and Fees">
                   Rates and Fees
                  </a>
                  Apply
                  <br/>
                  <br/>
                  If we in our sole discretion determine that you have engaged in abuse, misuse, or gaming in connection with the welcome offer in any way or that you intend to do so (for example, if you applied for one or more cards to obtain a welcome offer (s) that we did not intend for you; if you cancel or downgrade your account within 12 months after acquiring it; or if you cancel or return purchases you made to meet the Threshold Amount), we may not credit the welcome offer to, we may freeze the welcome offer credited to, or we may take away the welcome offer from your account. We may also cancel this Card account and other Card accounts you may have with us.
                  <br/>
                  <br/>
                  1. To qualify for the 70,000 bonus miles, you must make eligible purchases with your Gold Delta SkyMiles
                  <sup>
                   ®
                  </sup>
                  Credit Card that total $2,000 or more (the "Threshold Amount") within your first 3 months of Card Membership starting from the date your account is approved. Eligible purchases can be made by the Basic Card Member and any Additional Card Members on a single Card account.  Eligible purchases are purchases for goods and services minus returns and other credits.  Eligible purchases to meet the Threshold Amount do NOT include fees or interest charges, balance transfers, cash advances, purchases of traveler's checks, purchases or reloading of prepaid cards, purchases of gift cards, person-to-person payments, or purchases of any cash equivalents. Miles will be credited to
 your account 6-8 weeks after you reach the Threshold Amount. Additional Card Members on your account are not eligible for this offer. To receive the 70,000 bonus miles, your Card account must not be canceled or past due at the time of fulfillment.  You can earn 70,000 bonus miles after you spend $2,000 or more in eligible purchases on your Card within your first 3 months of Card Membership starting from the date your account is approved. In rare instances, your period to spend $2,000 may be shorter than 3 months if there is a delay in receiving your Card. Also, purchases may fall outside of the 3 month period in some cases, such as a delay in merchants submitting transactions to
 us or if the purchase date differs from the date you made the transaction. (For example, if you buy goods online, the purchase date may be the date the goods are shipped). If your application is not received by 2/20/2019, we will not process your application even if we later receive your application. American Express reserves the right to modify or revoke offer at any time.
                  <br/>
                  <br/>
                  2. Benefit is limited to Basic Card Members (not Additional Card Members) with the Gold, Platinum or Reserve Delta SkyMiles
                  <sup>
                   ®
                  </sup>
                  Credit Cards. Reservation must include the Basic Card Member’s SkyMiles
                  <sup>
                   ®
                  </sup>
                  number. Fee waiver also available for passengers traveling in the same reservation as the Basic Card Member. Maximum nine waivers per reservation. Waiver is only for normal bag fee, if any, for the first checked bag that is not overweight and not oversize under Delta’s applicable rules as set forth in Delta’s contract of carriage. Additional checked bags will be subject to the applicable baggage fees as outlined by Delta’s rules and the purchased fare as set forth in Delta’s contract of carriage. The first checked bag fee waiver will only be applied on flight segments which originate on a Delta or Delta  Connection
                  <sup>
                   ®
                  </sup>
                  carrier when you check-in with Delta for both a Delta marketed and Delta operated flight. Codeshare flights are not eligible. New Card Members and Card Members upgrading from another Delta SkyMiles
                  <sup>
                   ®
                  </sup>
                  Credit Card product will be eligible for the checked baggage fee waiver benefit after receiving their Card from American Express. Offer terms and conditions subject to change. Additional restrictions may apply.
                  <br/>
                  <br/>
                  3. Card Members are entitled to receive Zone 1 Priority Boarding on Delta flights. Benefit is limited to Basic Card Members (not Additional Card Members) with the Gold, Platinum or Reserve Delta SkyMiles Credit Cards. Reservation must include the Basic Card Member's SkyMiles number. Priority Boarding is also available for passengers traveling in the same reservation as the Basic Card Member. Maximum nine passengers per reservation receive the Priority Boarding. Priority Boarding will only be available on Delta and Delta Connection carrier operated flights. Delta does not offer Priority Boarding on Delta Shuttle
                  <sup>
                   ®
                  </sup>
                  flights. New Card Members and Card Members upgrading from another Delta SkyMiles Credit Card product from American Express will be eligible for the Priority Boarding benefit after receiving their Card from American Express. Offer is subject to change without notice. Additional terms, conditions and restrictions may apply. See
                  <a data-linkto="//" style="text-decoration:none;" title="delta.com/mycardcan">
                   delta.com/mycardcan
                  </a>
                  for details.
                  <br/>
                  <br/>
                  4. One statement credit for $50 will be issued to your Card account after a Delta purchase is charged to your Gold Delta SkyMiles
                  <sup>
                   ®
                  </sup>
                  Credit Card within your first 3 months of Card Membership, starting from the date your account is approved. Delta purchases to meet the first Delta purchase requirement include those made by both the Basic and Additional Card Members on the Card Account. Purchase must be made directly through Delta. A purchase may not qualify for the statement credit if it is submitted under a merchant code that has not been categorized as a Delta merchant code as of the date of the purchase(s). Credit will be issued as a Card Member statement credit approximately 8-12 weeks after your first Delta purchase. Additional Card Members on your account are not eligible for this offer. To
 earn the $50 statement credit, your Card account must not be canceled or past due at the time of fulfillment. Purchases to meet the spend requirement do NOT include fees or interest charges, balance transfers (balance transfers are not available on Delta SkyMiles
                  <sup>
                   ®
                  </sup>
                  Business Credit Cards), cash advances, purchases of travelers checks, purchases or reloading of prepaid cards, purchases of gift cards; person-to-person payments, or purchases of other cash equivalents. Additional terms and restrictions apply.  You can earn a $50 statement credit after you make a Delta purchase on your Gold Delta SkyMiles
                  <sup>
                   ®
                  </sup>
                  Credit Card within your first 3 months of Card Membership starting from the date your account is approved. In rare instances, your period to make your first purchase may be shorter than 3 months if there is a delay in receiving your Card. Also, purchases may fall outside of the 3 month period in some cases, such as a delay in merchants submitting transactions to us or if the purchase date differs from the date you made the transaction. (For example, if you buy goods online, the purchase date may be the date the goods are shipped). If your application is not received by 2/20/2019, we will not process your application even if we later receive your application. American Express
 reserves the right to modify or revoke offer at any time.
                  <br/>
                  <br/>
                  5. If your application is not received by 2/20/2019, we will not process your application even if we later receive your application. American Express reserves the right to modify or revoke offer at any time.
                  <br/>
                  <br/>
                  General: All SkyMiles program rules apply. To review the rules, please visit Membership Guide &amp; Program Rules. Prices and rules are subject to change without notice. Delta, SkyMiles, and the Delta logo are registered service marks of Delta Air Lines, Inc. Delta is not responsible for goods or services offered by any companies participating in miles promotions. Partner offers subject to the terms and conditions of each individual offer. See individual offers for details. Partners subject to change. Offers void where prohibited by law. 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;">
               © 2018 American Express National Bank. All Rights Reserved.
               <br/>
               © 2018 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/http%253A%252F%252Fclick.o.delta.com%252Fopen.aspx%253Fffcb10-fef51779726403-fe5e1673776705747c10-fe5815707c6201787313-ff9a1574-fe5f1673776206757010-ff2815797363/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmNsaWNrLm8uZGVsdCJ9:1kXOxx:h6pu5MJH6Yoo6K7VMLl42eI1SFCDRRVo8itEA9dK008" width="1"/>
 </body>
 <div style="height:0px; width:0px;overflow:hidden;">
  <img alt="" src="https://inboxflows.com/_/image/http%253A%252F%252Ftkpi.delta.com%252Fdatacollect%253Fid%253D79992%2526requesttype%253Demail.load%2526t21%253DAA008975112118174628%2526t7%253D9129298122%2526t26%253D39707/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnRrcGkuZGVsdGEuYyJ9:1kXOxx:vHXnffcUpGTJUWPSl76j9WhK8k3TGqzDNOxJ5VRRxpA"/>
 </div>
</html>