TD vs TH in Marketo Email Templates

Jordan_Bergeso1
Level 1

TD vs TH in Marketo Email Templates

Hi folks, our email template uses modules to manage content and it works great in every email client except... Outlook for iOS. It doesn't stack in a responsive manner like other clients.

Many people have noticed this as well, and seem to believe that using <th> elements rather than <td> fixes the issue without breaking in other clients.

http://troythibodeaux.com/wordpress/stacking-not-working-on-outlook-app-in-ios/ 

Outlook iOS (iOS 11.0) not stacking columns when rendering on iPhone > Litmus 

Outlook iOS (iOS 11.0) Issues > Litmus 

When I swap out all <td> for <th> (and corresponding CSS), I get an error from marketo related to the template-wrapper, that I think has to do with the Modules. I'm a bit lost here.

Has anyone else experienced this with Outlook on iOS, and have you successfully implemented the <th> vs <td> solution? I'm assuming that my global find and replace was not the right method, and I need to target specific <td>'s to replace.

Our template is below. Any advice? Thank you all!!!

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office">

<head>
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->

<!--Default Colors Begin - Use Find and Replace to update-->
<!--#7B63B0 (Color Band, Divider)-->
<!--#FB713F (Button Color, Button Border Color)-->
<!--Default Colors End-->
<!--Global Variables Begin-->
<meta class="mktoColor" id="Email-BgColor" mktoname=" Email Background" default="#EDEFF2" />
<meta class="mktoColor" id="TextColor" mktoname="Text Color" default="#2D323A" />
<meta class="mktoList" id="TextFontFamily" mktoname="Text Font Family" default="Arial,Helvetica,sans-serif" values="Arial,Helvetica,sans-serif, Verdana, Geneva, sans-serif, Times New Roman, Times, serif"/>
<meta class="mktoColor" id="Header-BgColor" mktoname="Header Background" default="#FFFFFF" />
<meta class="mktoColor" id="Footer-BgColor" mktoname="Footer Background" default="#D1D6DD" />
<meta class="mktoColor" id="Footer-TextColor" mktoname="Footer Text Color" default="#6E747C" />
<meta class="mktoColor" id="Footer-LinkColor" mktoname="Footer Link Color" default="#2D323A" />
<meta class="mktoNumber" id="Footer-SpaceTop" mktoname="Footer Space Top" default="20" min="0" max="50" step="1" />
<meta class="mktoNumber" id="Footer-SpaceBottom" mktoname="Footer Space Bottom" default="20" min="0" max="50" step="1" />
<!--Global Variables End-->
<!--Color Band Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="ColorBand-BgColor" mktoname="Color Band Color" default="#FB713F" />
<meta mktoModuleScope="true" class="mktoNumber" id="ColorBand-Height" mktoname="Color Band Height" default="10" min="0" max="45" step="1" />
<!--Color Band Module Variables End-->
<!--Hero w/ CTA Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoImg" id="HeroCTA-BgImage" mktoname="Background Image" default="http://na-ab30.marketo.com/rs/013-HWD-293/images/hero-bg-640x300.jpg" />
<meta mktoModuleScope="true" class="mktoColor" id="HeroCTA-BgColor" mktoname="Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoColor" id="HeroCTA-Button-Color" mktoname="Button Color" default="#FB713F" />
<meta mktoModuleScope="true" class="mktoList" id="HeroCTA-Button-Position" mktoname="Button Alignment" default="center" values="center,left">
<meta mktoModuleScope="true" class="mktoColor" id="HeroCTA-Button-BorderColor" mktoname="Button Border Color" default="#FB713F" />
<meta mktoModuleScope="true" class="mktoNumber" id="HeroCTA-Button-Radius" mktoname="Button Corner Radius" default="4" min="0" max="20" step="1" units="px" />
<meta mktoModuleScope="true" class="mktoColor" id="HeroCTA-Button-Text-Color" mktoname="Button Text Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoString" id="HeroCTA-Button-Text" mktoName="Button Text" default="ACT NOW"/>
<meta mktoModuleScope="true" class="mktoString" id="HeroCTA-ButtonLink" mktoName="Button URL" default="http://mylink"/>
<!--Hero w/ CTA Module Variables End-->
<!--Hero w/out CTA Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoImg" id="Hero-BgImage" mktoname="Background Image" default="http://na-ab30.marketo.com/rs/013-HWD-293/images/hero-bg-640x250.jpg" />
<meta mktoModuleScope="true" class="mktoColor" id="Hero-BgColor" mktoname="Background Color" default="#DDDDDD" />
<!--Hero w/out CTA Module Variables End-->
<!--Banner Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="Banner-BgColor" mktoname="Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoNumber" id="Banner-top-space" mktoname="Top Space" default="0" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Banner-bottom-space" mktoname="Bottom Space" default="0" min="0" max="50" step="1" />
<!--Banner Module Variables End-->
<!--Photo Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="Photo-BgColor" mktoname="Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoNumber" id="Photo-top-space" mktoname="Top Space" default="20" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Photo-bottom-space" mktoname="Bottom Space" default="20" min="0" max="50" step="1" />
<!--Photo Module Variables End-->
<!--Title Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="Title-BgColor" mktoname="Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoNumber" id="Title-top-space" mktoname="Top Space" default="20" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Title-bottom-space" mktoname="Bottom Space" default="20" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Title-space_below_main_title" mktoname="Space Below Main Title" default="20" min="0" max="50" step="1" />
<!--Title Module Variables End-->
<!--FreeText Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="FreeText-BgColor" mktoname="Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoNumber" id="FreeText-top-space" mktoname="Top Space" default="20" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="FreeText-bottom-space" mktoname="Bottom Space" default="20" min="0" max="50" step="1" />
<!--FreeText Module Variables End-->
<!--Button Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="Button-BgColor" mktoname="Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoNumber" id="Button-top-space" mktoname="Top Space" default="10" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Button-bottom-space" mktoname="Bottom Space" default="10" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoColor" id="Button-Color" mktoname="Button Color" default="#FB713F" />
<meta mktoModuleScope="true" class="mktoString" id="Button-Width" mktoname="Button Width" default="auto" />
<meta mktoModuleScope="true" class="mktoList" id="Button-Position" mktoname="Button Alignment" default="center" values="center,left,right" >
<meta mktoModuleScope="true" class="mktoColor" id="Button-Border" mktoname="Button Border Color" default="#FB713F" />
<meta mktoModuleScope="true" class="mktoNumber" id="Button-Radius" mktoname="Button Corner Radius" default="4" min="0" max="20" step="1" units="px" />
<meta mktoModuleScope="true" class="mktoColor" id="Button-Text-Color" mktoname="Button Text Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoString" id="Button-Text" mktoName="Button Text" default="ACT NOW" />
<meta mktoModuleScope="true" class="mktoString" id="Button-Link" mktoName="Button URL" default="http://mylink" />
<!--Button Module Variables End-->
<!--Button Module 2 Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="Button-Color2" mktoname="Button Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoString" id="Button-Width2" mktoname="Button Width" default="auto" />
<meta mktoModuleScope="true" class="mktoList" id="Button-Position2" mktoname="Button Alignment" default="center" values="center,left,right" >
<meta mktoModuleScope="true" class="mktoColor" id="Button-Border2" mktoname="Button Border Color" default="#B5BAC2" />
<meta mktoModuleScope="true" class="mktoNumber" id="Button-Radius2" mktoname="Button Corner Radius" default="4" min="0" max="20" step="1" units="px" />
<meta mktoModuleScope="true" class="mktoColor" id="Button-Text-Color2" mktoname="Button Text Color" default="#6E747C" />
<meta mktoModuleScope="true" class="mktoString" id="Button-Text2" mktoName="Button Text" default="ACT NOW" />
<meta mktoModuleScope="true" class="mktoString" id="Button-Link2" mktoName="Button URL" default="http://mylink" />
<!--Button Module Variables End-->
<!--FreeText2Col Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="FreeText2Col-BgColor" mktoname="Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoNumber" id="FreeText2Col-top-space" mktoname="Top Space" default="20" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="FreeText2Col-bottom-space" mktoname="Bottom Space" default="20" min="0" max="50" step="1" />
<!--FreeText2Col Module Variables End-->
<!--FreeText3Col Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="FreeText3Col-BgColor" mktoname="Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoNumber" id="FreeText3Col-top-space" mktoname="Top Space" default="20" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="FreeText3Col-bottom-space" mktoname="Bottom Space" default="20" min="0" max="50" step="1" />
<!--FreeText3Col Module Variables End-->
<!--FreeTextWN Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="FreeTextWN-BgColor" mktoname="Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoNumber" id="FreeTextWN-top-space" mktoname="Top Space" default="20" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="FreeTextWN-bottom-space" mktoname="Bottom Space" default="20" min="0" max="50" step="1" />
<!--FreeTextWN Module Variables End-->
<!--VideoModule Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="Video-BgColor" mktoname="Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoNumber" id="Video-top-space" mktoname="Top Space" default="20" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Video-bottom-space" mktoname="Bottom Space" default="20" min="0" max="50" step="1" />
<!--VideoModule Variables End-->
<!--Features2Col Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="Features2Col-BgColor" mktoname="Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoNumber" id="Features2Col-top-space" mktoname="Top Space" default="20" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Features2Col-bottom-space" mktoname="Bottom Space" default="20" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Features2Colspace-below-image" mktoname="Space Below Image" default="20" min="0" max="50" step="1" />
<!--Features2Col Module Variables End-->
<!--Features3Col Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="Features3Col-BgColor" mktoname="Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoNumber" id="Features3Col-top-space" mktoname="Top Space" default="20" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Features3Col-bottom-space" mktoname="Bottom Space" default="20" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Features3Colspace-below-image" mktoname="Space Below Image" default="20" min="0" max="50" step="1" />
<!--Features3Col Module Variables End-->
<!--Photos2Col Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="Photos2Col-BgColor" mktoname="Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoNumber" id="Photos2Col-top-space" mktoname="Top Space" default="0" min="10" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Photos2Col-bottom-space" mktoname="Bottom Space" default="10" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Photos2Col-space-below-image" mktoname="Space Below Image" default="10" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Photos2Col-space-below-description" mktoname="Space Below Description" default="10" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoColor" id="Photos2Col-BoxLeft-BgColor" mktoname="Box Left Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoColor" id="Photos2Col-BoxRight-BgColor" mktoname="Box Right Background Color" default="#FFFFFF" />
<!--Photos2Col Module Variables End-->
<!--Photos3Col Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="Photos3Col-BgColor" mktoname="Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoNumber" id="Photos3Col-top-space" mktoname="Top Space" default="10" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Photos3Col-bottom-space" mktoname="Bottom Space" default="10" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Photos3Col-space-below-image" mktoname="Space Below Image" default="10" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Photos3Col-space-below-description" mktoname="Space Below Description" default="10" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoColor" id="Photos3Col-BoxLeft-BgColor" mktoname="Left Box Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoColor" id="Photos3Col-BoxCenter-BgColor" mktoname="Center Box Right Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoColor" id="Photos3Col-BoxRight-BgColor" mktoname="Right Box Background Color" default="#FFFFFF" />
<!--Photos3Col Module Variables End-->
<!--Article Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="Article-BgColor" mktoname="Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoNumber" id="Article-top-space" mktoname="Top Space" default="15" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Article-bottom-space" mktoname="Bottom Space" default="15" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Article-space-below-image" mktoname="Space Below Image" default="15" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Article-space-below-article" mktoname="Space Below article" default="15" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoColor" id="Article-Button-Color" mktoname="Button Color" default="#FB713F" />
<meta mktoModuleScope="true" class="mktoList" id="Article-Button-Position" mktoname="Button Alignment" default="center" values="left,center,right" >
<meta mktoModuleScope="true" class="mktoNumber" id="Article-Button-Width" mktoname="Button Width" default="30" min="0" max="100" step="1" />
<meta mktoModuleScope="true" class="mktoColor" id="Article-Button-Border" mktoname="Button Border Color" default="#FB713F" />
<meta mktoModuleScope="true" class="mktoNumber" id="Article-Button-Radius" mktoname="Button Corner Radius" default="4" min="0" max="20" step="1" units="px" />
<meta mktoModuleScope="true" class="mktoColor" id="Article-Button-Text-Color" mktoname="Button Text Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoString" id="Article-Button-Text" mktoName="Button Text" default="READ MORE" />
<meta mktoModuleScope="true" class="mktoString" id="Article-Button-Link" mktoName="Button URL" default="http://mylink" />
<!--Article Module Variables End-->
<!--Article2Col Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="Articles2Col-BgColor" mktoname="Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoNumber" id="articles2col-top-space" mktoname="Top Space" default="15" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="articles2col-bottom-space" mktoname="Bottom Space" default="15" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Articles2Col-space-below-image" mktoname="Space Below Image" default="15" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Articles2Col-space-below-article" mktoname="Space Below Article" default="15" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoColor" id="Articles2Col-LButton-Color" mktoname="Left Button Color" default="#6E747C" />
<meta mktoModuleScope="true" class="mktoList" id="Articles2Col-LButton-Position" mktoname="Left Button Alignment" default="left" values="left,center,right" >
<meta mktoModuleScope="true" class="mktoString" id="Articles2Col-LButton-Width" mktoname="Left Button Width" default="auto" />
<meta mktoModuleScope="true" class="mktoColor" id="Articles2Col-LButton-Border" mktoname="Left Button Border Color" default="#B5BAC2" />
<meta mktoModuleScope="true" class="mktoNumber" id="Articles2Col-LButton-Radius" mktoname="Left Button Corner Radius" default="4" min="0" max="20" step="1" units="px" />
<meta mktoModuleScope="true" class="mktoColor" id="Articles2Col-LButton-Text-Color" mktoname="Left Button Text Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoString" id="Articles2Col-LButton-Text" mktoName="Left Button Text" default="READ MORE" />
<meta mktoModuleScope="true" class="mktoString" id="Articles2Col-LButton-Link" mktoName="Left Button URL" default="http://mylink" />
<meta mktoModuleScope="true" class="mktoColor" id="Articles2Col-RButton-Color" mktoname="Right Button Color" default="#6E747C" />
<meta mktoModuleScope="true" class="mktoList" id="Articles2Col-RButton-Position" mktoname="Right Button Alignment" default="left" values="left,center,right" />
<meta mktoModuleScope="true" class="mktoString" id="Articles2Col-RButton-Width" mktoname="Right Button Width" default="auto"/>
<meta mktoModuleScope="true" class="mktoColor" id="Articles2Col-RButton-Border" mktoname="Right Button Border Color" default="#B5BAC2" />
<meta mktoModuleScope="true" class="mktoNumber" id="Articles2Col-RButton-Radius" mktoname="Right Button Corner Radius" default="4" min="0" max="20" step="1" units="px" />
<meta mktoModuleScope="true" class="mktoColor" id="Articles2Col-RButton-Text-Color" mktoname="Right Button Text Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoString" id="Articles2Col-RButton-Text" mktoName="Right Button Text" default="READ MORE" />
<meta mktoModuleScope="true" class="mktoString" id="Articles2Col-RButton-Link" mktoName="Right Button URL" default="http://mylink" />
<!--Article2Col Module Variables End-->
<!--Article3Col Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="Articles3Col-BgColor" mktoname="Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoNumber" id="Articles3Col-top-space" mktoname="Top Space" default="15" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Articles3Col-bottom-space" mktoname="Bottom Space" default="15" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Articles3Col-space-below-image" mktoname="Space Below Image" default="15" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Articles3Col-space-below-article" mktoname="Space Below Article" default="15" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoColor" id="Articles3Col-LButton-Color" mktoname="Left Button Color" default="#6E747C" />
<meta mktoModuleScope="true" class="mktoList" id="Articles3Col-LButton-Position" mktoname="Left Button Alignment" default="left" values="left,center,right" />
<meta mktoModuleScope="true" class="mktoString" id="Articles3Col-LButton-Width" mktoname="Left Button Width" default="auto" />
<meta mktoModuleScope="true" class="mktoColor" id="Articles3Col-LButton-Border" mktoname="Left Button Border Color" default="#B5BAC2" />
<meta mktoModuleScope="true" class="mktoNumber" id="Articles3Col-LButton-Radius" mktoname="Left Button Corner Radius" default="4" min="0" max="20" step="1" units="px" />
<meta mktoModuleScope="true" class="mktoColor" id="Articles3Col-LButton-Text-Color" mktoname="Left Button Text Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoString" id="Articles3Col-LButton-Text" mktoName="Left Button Text" default="READ MORE" />
<meta mktoModuleScope="true" class="mktoString" id="Articles3Col-LButton-Link" mktoName="Left Button URL" default="http://mylink" />
<meta mktoModuleScope="true" class="mktoColor" id="Articles3Col-CButton-Color" mktoname="Center Button Color" default="#6E747C" />
<meta mktoModuleScope="true" class="mktoList" id="Articles3Col-CButton-Position" mktoname="Center Button Alignment" default="left" values="left,center,right" />
<meta mktoModuleScope="true" class="mktoString" id="Articles3Col-CButton-Width" mktoname="Center Button Width" default="auto" />
<meta mktoModuleScope="true" class="mktoColor" id="Articles3Col-CButton-Border" mktoname="Center Button Border Color" default="#B5BAC2" />
<meta mktoModuleScope="true" class="mktoNumber" id="Articles3Col-CButton-Radius" mktoname="Center Button Corner Radius" default="4" min="0" max="20" step="1" units="px" />
<meta mktoModuleScope="true" class="mktoColor" id="Articles3Col-CButton-Text-Color" mktoname="Center Button Text Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoString" id="Articles3Col-CButton-Text" mktoName="Center Button Text" default="READ MORE" />
<meta mktoModuleScope="true" class="mktoString" id="Articles3Col-CButton-Link" mktoName="Center Button URL" default="http://mylink" />
<meta mktoModuleScope="true" class="mktoColor" id="Articles3Col-RButton-Color" mktoname="Right Button Color" default="#6E747C" />
<meta mktoModuleScope="true" class="mktoList" id="Articles3Col-RButton-Position" mktoname="Right Button Alignment" default="left" values="left,center,right" />
<meta mktoModuleScope="true" class="mktoString" id="Articles3Col-RButton-Width" mktoname="Right Button Width" default="auto" />
<meta mktoModuleScope="true" class="mktoColor" id="Articles3Col-RButton-Border" mktoname="Right Button Border Color" default="#B5BAC2" />
<meta mktoModuleScope="true" class="mktoNumber" id="Articles3Col-RButton-Radius" mktoname="Right Button Corner Radius" default="4" min="0" max="20" step="1" units="px"/>
<meta mktoModuleScope="true" class="mktoColor" id="Articles3Col-RButton-Text-Color" mktoname="Right Button Text Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoString" id="Articles3Col-RButton-Text" mktoName="Right Button Text" default="READ MORE" />
<meta mktoModuleScope="true" class="mktoString" id="Articles3Col-RButton-Link" mktoName="Right Button URL" default="http://mylink" />
<!--Article3Col Module Variables End-->
<!--Products2Col Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="Products2Col-BgColor" mktoname="Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoNumber" id="Products2Col-top-space" mktoname="Top Space" default="20" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Products2Col-bottom-space" mktoname="Bottom Space" default="20" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoColor" id="Products2Col-BoxLeft-BgColor" mktoname="Left Box Background Color" default="#CCCCCC" />
<meta mktoModuleScope="true" class="mktoColor" id="Products2Col-BoxRight-BgColor" mktoname="Right Box Background Color" default="#CCCCCC" />
<meta mktoModuleScope="true" class="mktoNumber" id="Products2Col-space-below-image" mktoname="Space Below Image" default="20" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Products2Col-space-below-description" mktoname="Space Below Description" default="10" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Products2Col-space-below-button" mktoname="Space Below Button" default="20" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoColor" id="Products2Col-LButton-Color" mktoname="Left Button Color" default="#FB713F" />
<meta mktoModuleScope="true" class="mktoList" id="Products2Col-LButton-Position" mktoname="Left Button Alignment" default="center" values="center,left,right" />
<meta mktoModuleScope="true" class="mktoNumber" id="Products2Col-LButton-Width" mktoname="Left Button Width" default="100" min="0" max="120" step="1" />
<meta mktoModuleScope="true" class="mktoColor" id="Products2Col-LButton-Border" mktoname="Left Button Border Color" default="#FB713F" />
<meta mktoModuleScope="true" class="mktoNumber" id="Products2Col-LButton-Radius" mktoname="Left Button Corner Radius" default="3" min="0" max="20" step="1" units="px" />
<meta mktoModuleScope="true" class="mktoColor" id="Products2Col-LButton-Text-Color" mktoname="Left Button Text Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoString" id="Products2Col-LButton-Text" mktoName="Left Button Text" default="BUY NOW" />
<meta mktoModuleScope="true" class="mktoString" id="Products2Col-LButton-Link" mktoName="Left Button URL" default="http://mylink" />
<meta mktoModuleScope="true" class="mktoColor" id="Products2Col-RButton-Color" mktoname="Right Button Color" default="#FB713F" />
<meta mktoModuleScope="true" class="mktoList" id="Products2Col-RButton-Position" mktoname="Right Button Alignment" default="center" values="center,left,right" />
<meta mktoModuleScope="true" class="mktoNumber" id="Products2Col-RButton-Width" mktoname="Right Button Width" default="100" min="0" max="120" step="1" />
<meta mktoModuleScope="true" class="mktoColor" id="Products2Col-RButton-Border" mktoname="Right Button Border Color" default="#FB713F" />
<meta mktoModuleScope="true" class="mktoNumber" id="Products2Col-RButton-Radius" mktoname="Right Button Corner Radius" default="3" min="0" max="20" step="1" units="px" />
<meta mktoModuleScope="true" class="mktoColor" id="Products2Col-RButton-Text-Color" mktoname="Right Button Text Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoString" id="Products2Col-RButton-Text" mktoName="Right Button Text" default="BUY NOW" />
<meta mktoModuleScope="true" class="mktoString" id="Products2Col-RButton-Link" mktoName="Right Button URL" default="http://mylink" />
<!--Products2Col Module Variables End-->
<!--Products3Col Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="Products3Col-BgColor" mktoname="Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoNumber" id="Products3Col-top-space" mktoname="Top Space" default="20" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Products3Col-bottom-space" mktoname="Bottom Space" default="20" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoColor" id="Products3Col-BoxLeft-BgColor" mktoname="Left Box Background Color" default="#CCCCCC" />
<meta mktoModuleScope="true" class="mktoColor" id="Products3Col-BoxCenter-BgColor" mktoname="Center Box Background Color" default="#CCCCCC" />
<meta mktoModuleScope="true" class="mktoColor" id="Products3Col-BoxRight-BgColor" mktoname="Right Box Background Color" default="#CCCCCC" />
<meta mktoModuleScope="true" class="mktoNumber" id="Products3Col-space-below-image" mktoname="Space Below Image" default="20" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Products3Col-space-below-description" mktoname="Space Below Description" default="10" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Products3Col-space-below-button" mktoname="Space Below Button" default="20" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoColor" id="Products3Col-LButton-Color" mktoname="Left Button Color" default="#FB713F" />
<meta mktoModuleScope="true" class="mktoList" id="Products3Col-LButton-Position" mktoname="Left Button Alignment" default="center" values="center,left,right" />
<meta mktoModuleScope="true" class="mktoNumber" id="Products3Col-LButton-Width" mktoname="Left Button Width" default="100" min="0" max="120" step="1" />
<meta mktoModuleScope="true" class="mktoColor" id="Products3Col-LButton-Border" mktoname="Left Button Border Color" default="#FB713F" />
<meta mktoModuleScope="true" class="mktoNumber" id="Products3Col-LButton-Radius" mktoname="Left Button Corner Radius" default="3" min="0" max="20" step="1" units="px" />
<meta mktoModuleScope="true" class="mktoColor" id="Products3Col-LButton-Text-Color" mktoname="Left Button Text Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoString" id="Products3Col-LButton-Text" mktoName="Left Button Text" default="BUY NOW" />
<meta mktoModuleScope="true" class="mktoString" id="Products3Col-LButton-Link" mktoName="Left Button URL" default="http://mylink" />
<meta mktoModuleScope="true" class="mktoColor" id="Products3Col-CButton-Color" mktoname="Center Button Color" default="#FB713F" />
<meta mktoModuleScope="true" class="mktoList" id="Products3Col-CButton-Position" mktoname="Center Button Alignment" default="center" values="center,left,right" />
<meta mktoModuleScope="true" class="mktoNumber" id="Products3Col-CButton-Width" mktoname="Center Button Width" default="100" min="0" max="120" step="1" />
<meta mktoModuleScope="true" class="mktoColor" id="Products3Col-CButton-Border" mktoname="Center Button Border Color" default="#FB713F" />
<meta mktoModuleScope="true" class="mktoNumber" id="Products3Col-CButton-Radius" mktoname="Center Button Corner Radius" default="3" min="0" max="20" step="1" units="px" />
<meta mktoModuleScope="true" class="mktoColor" id="Products3Col-CButton-Text-Color" mktoname="Center Button Text Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoString" id="Products3Col-CButton-Text" mktoName="Center Button Text" default="BUY NOW" />
<meta mktoModuleScope="true" class="mktoString" id="Products3Col-CButton-Link" mktoName="Center Button URL" default="http://mylink" />
<meta mktoModuleScope="true" class="mktoColor" id="Products3Col-RButton-Color" mktoname="Right Button Color" default="#FB713F" />
<meta mktoModuleScope="true" class="mktoList" id="Products3Col-RButton-Position" mktoname="Right Button Alignment" default="center" values="center,left,right" />
<meta mktoModuleScope="true" class="mktoNumber" id="Products3Col-RButton-Width" mktoname="Right Button Width" default="100" min="0" max="120" step="1" />
<meta mktoModuleScope="true" class="mktoColor" id="Products3Col-RButton-Border" mktoname="Right Button Border Color" default="#FB713F" />
<meta mktoModuleScope="true" class="mktoNumber" id="Products3Col-RButton-Radius" mktoname="Right Button Corner Radius" default="3" min="0" max="20" step="1" units="px" />
<meta mktoModuleScope="true" class="mktoColor" id="Products3Col-RButton-Text-Color" mktoname="Right Button Text Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoString" id="Products3Col-RButton-Text" mktoName="Right Button Text" default="BUY NOW" />
<meta mktoModuleScope="true" class="mktoString" id="Products3Col-RButton-Link" mktoName="Right Button URL" default="http://mylink" />
<!--Products2Col Module Variables End-->
<!--Testimonials2Col Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="Testimonials2Col-BgColor" mktoname="Background Color" default="#CCCCCC" />
<meta mktoModuleScope="true" class="mktoNumber" id="Testimonials2Col-top-space" mktoname="Top Space" default="20" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Testimonials2Col-bottom-space" mktoname="Bottom Space" default="20" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Testimonials2Col-space-below-image" mktoname="Space Below Image" default="20" min="0" max="50" step="1" />
<!--Testimonials2Col Module Variables End-->
<!--Speaker Module Variables Start-->
<meta class="mktoString" id="btn_speaker_text" mktoname="Button Text" default="REGISTER" mktomodulescope="true"/>
<meta mktoModuleScope="true" class="mktoNumber" id="speaker-top-space" mktoname="Top Space" default="20" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="speaker-space" mktoname="Bottom Space" default="20" min="0" max="45" step="1" />
<meta class="mktoColor" id="Speaker-BgColor" mktoname="Speaker BG Color" default="#ffffff" mktomodulescope="true" />
<!--Speaker Module Variables End-->
<!--CTA Module 1 Organge Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="CTA-BgColor" mktoname="Background Color" default="#FB713F" />
<meta mktoModuleScope="true" class="mktoNumber" id="CTA-top-space" mktoname="Top Space" default="15" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="CTA-bottom-space" mktoname="Bottom Space" default="15" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoColor" id="CTA-Button-Color" mktoname="Button Color" default="#D85230" />
<meta mktoModuleScope="true" class="mktoColor" id="CTA-Button-Border" mktoname="Button Border Color" default="#D85230" />
<meta mktoModuleScope="true" class="mktoNumber" id="CTA-Button-Radius" mktoname="Button Border Radius" default="4" min="0" max="20" step="1" units="px" />
<meta mktoModuleScope="true" class="mktoColor" id="CTA-Button-Text-Color" mktoname="Button Text Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoString" id="CTA-Button-Text" mktoName="Button Text" default="ACT NOW" />
<meta mktoModuleScope="true" class="mktoString" id="CTA-Button-Link" mktoName="Button URL" default="http://mylink" />
<!--CTA Module 1 Variables End-->

<!--CTA Module 2 Blue Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="CTA-BgColor2" mktoname="Background Color" default="#2C7CB5" />
<meta mktoModuleScope="true" class="mktoNumber" id="CTA-top-space2" mktoname="Top Space" default="15" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="CTA-bottom-space2" mktoname="Bottom Space" default="15" min="0" max="50" step="1" />
<meta mktoModuleScope="true" class="mktoColor" id="CTA-Button-Color2" mktoname="Button Color" default="#123D5C" />
<meta mktoModuleScope="true" class="mktoColor" id="CTA-Button-Border2" mktoname="Button Border Color" default="#123D5C" />
<meta mktoModuleScope="true" class="mktoNumber" id="CTA-Button-Radius2" mktoname="Button Border Radius" default="4" min="0" max="20" step="1" units="px" />
<meta mktoModuleScope="true" class="mktoColor" id="CTA-Button-Text-Color2" mktoname="Button Text Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoString" id="CTA-Button-Text2" mktoName="Button Text" default="ACT NOW" />
<meta mktoModuleScope="true" class="mktoString" id="CTA-Button-Link2" mktoName="Button URL" default="http://mylink" />
<!--CTA Module 2 Variables End-->
<!--Divider Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="Divider-BgColor" mktoname="Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoNumber" id="Divider-top-space" mktoname="Top Space" default="15" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Divider-thickness" mktoname="Divider Thickness" default="2" min="0" max="20" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Divider-width" mktoname="Divider Width" default="100" min="0" max="100" step="1" />
<meta mktoModuleScope="true" class="mktoColor" id="Divider-Color" mktoname="Divider Color" default="#D1D6DD" />
<meta mktoModuleScope="true" class="mktoNumber" id="Divider-bottom-space" mktoname="Bottom Space" default="20" min="0" max="45" step="1" />
<!--Divider Module Variables End-->
<!--Social Module Variables Begin-->
<meta mktoModuleScope="true" class="mktoColor" id="Social-BgColor" mktoname="Background Color" default="#FFFFFF" />
<meta mktoModuleScope="true" class="mktoNumber" id="Social-top-space" mktoname="Top Space" default="20" min="0" max="45" step="1" />
<meta mktoModuleScope="true" class="mktoNumber" id="Social-bottom-space" mktoname="Bottom Space" default="20" min="0" max="45" step="1" />
<!--Social Module Variables End-->

<meta mktoModuleScope="true" class="mktoColor" id="testimonal-bg-color" mktoname="Background Color" default="#e8e9ea" />
<meta mktoModuleScope="true" class="mktoColor" id="testimonials-bg-color" mktoname="Background Color" default="#ffffff" />
<meta mktoModuleScope="true" class="mktoColor" id="testimonal-left-quote-bg-color" mktoname="Left Quote Bg Color" default="#0099f1" />
<meta mktoModuleScope="true" class="mktoColor" id="testimonal-right-quote-bg-color" mktoname="Right Quote Bg Color" default="#0099f1" />
<meta class="mktoColor" id="halfBackgroundColor" mktoname="Module Background" default="#ffffff" mktomodulescope="true" />
<meta class="mktoColor" id="halfBackgroundColor2" mktoname="Left Background" default="#76c488" mktomodulescope="true" />
<meta class="mktoNumber" id="halfSpacer" mktoname="Top Spacer" default="20" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoNumber" id="halfSpacer2" mktoname="Spacer Below Left Image" default="20" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoNumber" id="halfSpacer3" mktoname="Spacer Below Left Title" default="10" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoNumber" id="halfSpacer4" mktoname="Spacer Below Left Text" default="20" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoColor" id="halfBackgroundColor3" mktoname="Right Right Background" default="#9ca1a4" mktomodulescope="true" />
<meta class="mktoNumber" id="halfSpacer5" mktoname="Spacer Below Right Text" default="20" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoNumber" id="halfSpacer6" mktoname="Spacer Below Right Image" default="20" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoNumber" id="halfSpacer7" mktoname="Spacer Below Right Title" default="10" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoNumber" id="halfSpacer8" mktoname="Bottom Spacer" default="20" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoColor" id="halfBackgroundColor4" mktoname="Module Background" default="#ffffff" mktomodulescope="true" />
<meta class="mktoColor" id="halfBackgroundColor5" mktoname="Left Background" default="#9ca1a4" mktomodulescope="true" />
<meta class="mktoNumber" id="halfSpacer9" mktoname="Top Spacer" default="20" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoNumber" id="halfSpacer10" mktoname="Spacer Below Left Image" default="20" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoNumber" id="halfSpacer11" mktoname="Spacer Below Left Title" default="10" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoNumber" id="halfSpacer12" mktoname="Spacer Below Left Text" default="20" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoColor" id="halfBackgroundColor6" mktoname="Right Right Background" default="#76c488" mktomodulescope="true" />
<meta class="mktoNumber" id="halfSpacer13" mktoname="Spacer Below Right Text" default="20" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoNumber" id="halfSpacer14" mktoname="Spacer Below Right Image" default="20" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoNumber" id="halfSpacer15" mktoname="Spacer Below Right Title" default="10" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoNumber" id="halfSpacer16" mktoname="Bottom Spacer" default="20" min="1" max="300" units="px" step="1" mktomodulescope="true" />

<meta class="mktoColor" id="photoLBackgroundColor" mktoname="Module Background" default="#ffffff" mktomodulescope="true" />
<meta class="mktoNumber" id="photoLSpacer" mktoname="Top Spacer" default="40" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoNumber" id="photoLSpacer2" mktoname="Spacer Below Article title" default="15" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoNumber" id="photoLSpacer3" mktoname="Spacer Below Text" default="15" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoNumber" id="photoLSpacer4" mktoname="Bottom Spacer" default="40" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoColor" id="photoRBackgroundColor" mktoname="Module Background" default="#ecedef" mktomodulescope="true" />
<meta class="mktoNumber" id="photoRSpacer" mktoname="Top Spacer" default="40" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoNumber" id="photoRSpacer2" mktoname="Spacer Below Article title" default="15" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoNumber" id="photoRSpacer3" mktoname="Spacer Below Text" default="15" min="1" max="300" units="px" step="1" mktomodulescope="true" />
<meta class="mktoNumber" id="photoRSpacer4" mktoname="Bottom Spacer" default="40" min="1" max="300" units="px" step="1" mktomodulescope="true" />

<!--Other Meta Tags Begin-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<meta name="robots" content="noindex,nofollow">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--Other Meta Tags End-->
<!--[if mso]>
<style type='text/css'>
.primary-font {
font-family: Arial, sans-serif !important;
}
</style>
<![endif]-->

<!--[if mso]>
<style type='text/css'>
.secondary-font {
font-family: Arial, sans-serif !important;
}
</style>
<![endif]-->

<!--[if gte mso 9]>
<style type="text/css">
#hero .table3-3{
width: 100% !important;
}
</style>
<![endif]-->

<style>
/*startcommon*/
@media only screen and (max-width: 803px) {
.m_hero .background {
background-size: cover !important;
}
}
/*endcommon*/
</style>

<!--[if mso]>
<style>
.outlookbutton {
padding-left:60px !important
}
</style>
<![endif]-->

<style media="all">
/* CLIENT-SPECIFIC STYLES */
#outlook a {
padding: 0;
}
/* Force Outlook to provide a "view in browser" message */
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
/* Force Hotmail to display emails at full width */
.ExternalClass,
.ExternalClass p,
.ExternalClass span,
.ExternalClass font,
.ExternalClass td,
.ExternalClass div
{
line-height: 100%;
}
/* Force Hotmail to display normal line spacing */
/* iOS BLUE LINKS */
@-ms-viewport {
width: device-width;
}
</style>

<style media="all">
@media only screen and (max-width: 660px) {
/*starttablet*/

.mktoVideoThumbnail{
width: 100% !important;
height: auto!important;
max-height:inherit!important;
min-height:inherit!important;
}

.stack-tablet {
overflow: visible !important;
float: none !important;
mso-hide: none !important;
display: block !important;
max-height: none !important;
}

img.responsive {
max-width: none !important;
}

img.no_responsive {
max-width: 100% !important;
}

.full,
.t100
{
width: 450px !important;
}

.t33 {
width: 148px !important;
}

.t45 {
width: 202px !important;
}

.t47 {
width: 211px !important;
}

.t33 {
width: 148px !important;
}

.t33.spaced {
width: 135px !important;
}

.spacer3col {
width: 20px !important;
}

.m_header .logo {
text-align: center;
}

.m_header .logo img {
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}

.m_header .col3 table {
float: none;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}

.m_header .bordered {
border-top-style: none !important;
border-right-style: none !important;
border-bottom-style: none !important;
border-left-style: none !important;
}

.m_testimonials .quote {
-webkit-border-bottom-left-radius: 6px !important;
-moz-border-radius-bottomleft: 6px !important;
border-bottom-left-radius: 6px !important;
}

/*endtablet*/
}
</style>

<style media="all">
@media only screen and (max-width: 360px) {
/*startmobile*/

.stack-phone {
overflow: visible !important;
float: none !important;
mso-hide: none !important;
display: block !important;
max-height: none !important;
}

img.no_responsive {
max-width: 100% !important;
}

.full,
.p100,
.p100.spaced
{
width: 280px !important;
}

.p33 {
width: 92px !important;
}

.p33 {
width: 92px !important;
}

.p33.spaced {
width: 79px !important;
}

/*endmobile*/
}
</style>

<style>
/*startcommon*/
@media only screen and (max-width: 660px) {
table.m_boxing{

width: 100% !important;
}
}
/*endcommon*/
</style>

<style media="all">
@media only screen and (max-width: 640px) {

/*starttablet*/

body {
width: auto !important;
}

table.table600{
width: 450px !important;
}

table.table-inner{
width: 86% !important;
}

table.table1-2{
width: 47% !important;
clear: both;
}

table.table1-3{
width: 29.4% !important;
}

table.table1-4{
width: 100% !important;
text-align: left !important;
}

table.table2-3{
width: 64% !important;
text-align: center !important;
}

table.table3-3{
width: 100% !important;
text-align: center !important;
clear: both;
}

table.footer-logo{
width: 10% !important;
text-align: right !important;
}

th.outer{
min-width: 0 !important;
}

th.stack{
padding-bottom: 40px !important;
}

.stack-tablet {
padding-bottom: 20px !important;
overflow: visible !important;
float: none !important;
mso-hide: none !important;
display: block !important;
}

img.mobile-img{
width: 100% !important;
height: auto !important;
}

th.center-tablet{
text-align: center !important;
}

th.hide-tablet{
display: none !important;
}

table.footer-column{
width: 47% !important;
text-align: left !important;
}

.m_header th.center-tablet {
text-align: center !important;
}

.m_header td a {
margin-top: 0px !important;
}

.m_header .cta table {
float: none !important;
margin-top: 0 !important;
margin-right: auto !important;
margin-bottom: 0 !important;
margin-left: auto !important;
}

.m_header .social {
text-align: center !important;
}

.m_hero .background {
background-size: cover !important;
}

.m_paragraph .background {
background-size: cover !important;
}

.m_half table[class='table1-2'] {
clear: none;
width: 50% !important;
}

.m_half table[class='table600'] {
width: 100% !important;
}

.m_photo-l2 .table1-3,
.m_photo-r2 .table1-3
{
width: 100% !important;
clear: both;
}

.m_photo-l2 .table2-3,
.m_photo-r2 .table2-3
{
width: 100% !important;
clear: both;
}

.m_photo-l2 .cta table,
.m_photo-r2 .cta table
{
margin-top: 0 !important;
margin-right: auto !important;
margin-bottom: 0 !important;
margin-left: auto !important;
}

.mktoVideoThumbnail{
width: 100% !important;
height: auto!important;
max-height:inherit!important;
min-height:inherit!important;
}

.m_free-image img {
width: 450px !important;
height: auto;
}

.m_contacts table[class='table2-3'] {
width: 100% !important;
}

.m_contacts th.copyright,
.m_contacts th.unsub
{
text-align: center !important;
}

/*endtablet*/

}

@media only screen and (max-width: 479px) {

/*startmobile*/

body {
width: auto !important;
}

table.table600{
width: 290px !important;
}

table.table-inner{
width: 80% !important;
float: none !important;
}

table.table1-2{
width: 100% !important;
clear: both;
}

table.table1-3{
width: 100% !important;
clear: both;
}

table.table1-4{
width: 100% !important;
text-align: center !important;
}

table.table2-3{
width: 100% !important;
text-align: center !important;
}

table.table3-3{
width: 100% !important;
text-align: center !important;
clear: both;
}

table.footer-logo{
width: 60% !important;
text-align: center !important;
}

th.outer{
min-width: 0 !important;
}

th.tr3-1{
width: 60% !important;
text-align: center !important;
}

.stack-smartphone {
padding-bottom: 20px !important;
overflow: visible !important;
float: none !important;
display: block !important;
mso-hide: none !important;
}

th.center-smartphone{
text-align: center !important;
}

img.mobile-img{
width: 100% !important;
}

th.center-tablet{
text-align: center !important;
}

th.hide-smartphone{
display: none !important;
}

table.footer-column{
width: 100% !important;
text-align: center !important;
}

.m_half table[class='table1-2'] {
clear: both !important;
width: 100% !important;
}

.m_photo-l .table1-3,
.m_photo-r .table1-3
{
width: 100% !important;
clear: both;
}

.m_photo-l .table2-3,
.m_photo-r .table2-3
{
width: 100% !important;
clear: both;
}

.m_photo-l .photo img,
.m_photo-r .photo img
{
width: 100% !important;
}

.m_free-image img {
width: 290px !important;
height: auto;
}

/*endmobile*/

}


</style>

<style type="text/css">
html { -webkit-text-size-adjust:none; }
p {margin: 0 0 10px !important;padding: 0;}
body{font-family:Lato, Calibri, sans-serif;}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
a{outline: none !important; text-decoration:none !important;}
@media only screen and (max-width: 640px){
.em_main_table {
width: 100% !important;
}
.em_spc_20 {
height: 20px !important;
}
.em_hide {
display: none !important;
}
.m_hero .background {
background-size: cover !important;
}
table[class="table600"] {
width: 450px !important;
}
*[class].main {width:100% !important;min-width:100% !important;}
*[class].inner_table{width:90% !important;min-width:90% !important;}
*[class].block{width:100% !important;margin:0 auto !important;padding:0 !important;display:block;}
*[class].center_align{text-align:center !important;margin:0 auto;}
*[class].left_align{text-align:left !important;}
*[class].padding_bottom{padding-bottom:20px !important;}
*[class].padding_top{padding-top:20px !important;}
*[class].image-width img{width:100% !important;height:auto !Important;}
*[class].line-height{line-height:36px !important;}
*[class].button_width{width:100% !important;}
*[class].Video img{max-width:100% !important;height:auto !Important;}
*[class].margin-top{margin-top:20px !important;}
*[class].float{float:none !important;margin-top:14px !Important;display:inline-block;}
*[class].button_width{width:100% !Important;}
}
@media only screen and (max-width: 479px){

.em_wrapper {
width: 100% !important;
}
.em_full_rd_img {
width: 75% !important;
height: auto !important;
max-width: 75% !important;
}

.m_hero .background {
background-size: cover !important;
}
.em_spc_20 {
height: 20px !important;
}
.em_hide {
display: none !important;
}
.em_main_table {
width: 100% !important;
}
table[class="table600"] {
width: 290px !important;
}
*[class].main {width:100% !important;min-width:100% !important;}
*[class].inner_table{width:90% !important;min-width:90% !important;}
*[class].block{width:100% !important;margin:0 auto !important;padding:0 !important;display:block;}
*[class].center_align{text-align:center !important;margin:0 auto;}
*[class].left_align{text-align:left !important;}
*[class].padding_top{padding-top:20px !important;}
*[class].padding_bottom{padding-bottom:20px !important;}
*[class].image-width img{width:100% !important;height:auto !Important;}
*[class].img-width img{width:100% !important;height:auto !Important;}
*[class].line-height{line-height:36px !important;}
*[class].button_width{width:100% !important;}
*[class].Video img{max-width:100% !important;height:auto !Important;}
*[class].margin-top{margin-top:20px !important;}
*[class].float{float:none !important;margin-top:14px !Important;display:inline-block;}
*[class].button_width{width:100% !Important;}
}
</style>

</head>
<bodystyle="background-color:${Email-BgColor};margin-bottom: 0; -webkit-text-size-adjust: 100%; padding-bottom: 0; min-width: 100%; margin-top: 0; margin-right: 0; -ms-text-size-adjust: 100%; margin-left: 0; padding-top: 0; padding-right: 0; padding-left: 0; width: 100%;">
<!--Outer table START-->
<table border="0" cellpadding="0" cellspacing="0" width="100%"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;margin:0 auto;">
<tbody>
<tr>
<th class="outer" valign="top"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse;">
<!--Header starts-->
<table width="640" class="main"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; margin:0 auto; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<th bgcolor="${Header-BgColor}"style="border-collapse:collapse; background-color:${Header-BgColor};">
<table class="inner_table"style="margin:0 auto;width:600px;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<!--Extra Space-->
<tr>
<th height="15"style="line-height:1px;font-size:1px;"> 
</th>
</tr>
<tr>
<th width="200" class="center_align padding_bottom" valign="top" align="left" >
<div class="mktoImg" id="Logo-bp" mktoname="Logo" mktoImgWidth="200" mktoImgsrc="http://go.zipwhip.com/rs/013-HWD-293/images/zw-logo-2-color.png" mktoLink="#" mktoImgLockSize="false">
<img alt="Logo" border="0" />
</div>
</th>
</tr>
<!--Extra Space-->
<tr>
<th height="15"style="line-height:1px;font-size:1px;"> 
</th>
</tr>
</table>
</th>
</tr>
</table>
<!--Header ends-->
<table class="main" width="640" align="center" id="boxing" border="0" cellpadding="0" cellspacing="0"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;margin:0 auto;min-width:640px;">
<tr>
<th class="mktoContainer boxedbackground" id="module-wrapper"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse;">
<!--Color Band Module Begin-->
<table class="mktoModule" mktoActive="true" mktoAddByDefault="true" id="ColorBand"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Color Band">
<tr>
<th bgcolor="${ColorBand-BgColor}"style="background-color:${ColorBand-BgColor}">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<th height="${ColorBand-Height}"style="font-size:1px;line-height:1px;"> 
</th>
</tr>
</table>
</th>
</tr>
</table>
<!--Color Band Module End-->
<!--Hero w/ CTA Module Begin-->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" class="mktoModule" mktoname="Hero w/ CTA" id="HeroCTA" mktoAddByDefault="false" mktoActive="true" >
<tr>
<th align="center" valign="top">
<table width="640" cellpadding="0" cellspacing="0" border="0" align="center" class="em_main_table"style="table-layout:fixed;" bgcolor="${HeroCTA-BgColor}">
<tr>
<th align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<th align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<th align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<th align="center" valign="top" background="${HeroCTA-BgImage}" class="em_bg" height="300"style="background-color:#4b4933; background-position:center top; background-size:cover;">
<!--[if gte mso 9]>
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:640px;height:300px;">
<v:fill type="tile" src="${HeroCTA-BgImage}" color="#4b4933" />
<v:textbox inset="0,0,0,0">
<![endif]-->

<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<th width="35"style="width:35px;"> </th>
<th align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<th height="40"style="font-size:1px; line-height:1px;"> </th>
</tr>
<tr>
<th align="center" valign="top" class="em_white"style="hyphens: none;-webkit-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;-ms-text-size-adjust: 100%;text-align: center;font-family:${TextFontFamily};font-size: 30px;color: #FFF;letter-spacing: 1px;border-collapse: collapse; padding:0">
<div class="mktoText" mktoname="Banner_Hero_Title" id="Hero_Title">Lorem Ipsum Dolor Amet Consetur</div>
</th>
</tr>
<tr>
<th height="13"style="font-size:1px; line-height:1px;"> </th>
</tr>
<tr>
<th align="center" valign="top" class="em_white"style="-webkit-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;-ms-text-size-adjust: 100%;padding-left: 0px;text-align: center;font-family:${TextFontFamily} ;font-size: 14px;color: #FFF;padding-top: 10px;padding-right: 0px; padding-bottom: 20px;border-collapse: collapse;">
<div class="mktoText" mktoname="Banner_Hero_Description" id="Hero_Description_text">Etiam scelerisque semper justo ut convallis. Cras tempor non convallis tincidunt, est eros tincidunt ligula dictum nunc magna ligula</div>
</th>
</tr>
<tr>
<th height="13"style="font-size:1px; line-height:1px;"> </th>
</tr>
<tr>
<th align="center" valign="top" class="em_white outlookbutton"style="-webkit-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;-ms-text-size-adjust: 100%; padding:0px; border-collapse: collapse;">
<!--Start Button-->
<table width="100%">
<tr>
<th>
<tablestyle="margin: 0 auto; border-collapse: collapse; padding-top:10px; text-align:${HeroCTA-Button-Position}" border="0" cellpadding="0" cellspacing="0" align="${HeroCTA-Button-Position}">
<tbody>
<tr>

<thstyle="background-color: ${HeroCTA-Button-Color}; border:1px solid ${HeroCTA-Button-BorderColor};border-radius:${HeroCTA-Button-Radius};font-family:${TextFontFamily}; font-size: 16px; mso-line-height-rule: exactly; line-height:22px ; text-align: center; vertical-align: middle; color: ${HeroCTA-Button-Text-Color}; display: block; padding:9px 40px 8px;" valign="middle">
<astyle="text-decoration: none; color: ${HeroCTA-Button-Text-Color} !important;outline: none;" href="${HeroCTA-ButtonLink}">
<spanstyle="color:${HeroCTA-Button-Text-Color};">${HeroCTA-Button-Text}</span>
</a>
</th>
</tr>
</tbody>
</table>
</th>
</tr>
</table>
<!--End Button-->
</th>
</tr>
<tr>
<th height="24"style="font-size:1px; line-height:1px;"> </th>
</tr>
<tr>
<th height="1" class="em_spc_20"style="font-size:1px; line-height:1px;"> </th>
</tr>
</table>
</th>
<th width="35"style="width:35px;"> </th>
</tr>
</table>
<!--[if gte mso 9]>
</v:textbox>
</v:rect>
<![endif]-->

</th>
</tr>
</table>
</th>
</tr>
</table>
</th>
</tr>
</table>
</th>
</tr>
</table>
</th>
</tr>
</table>
<!--Hero w/ CTA Module End-->
<!--Hero w/out CTA Module Begin-->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" class="mktoModule" mktoname="Hero w/out CTA" id="Hero" mktoAddByDefault="false" mktoActive="true" >
<tr>
<th align="center" valign="top">
<table width="640" cellpadding="0" cellspacing="0" border="0" align="center" class="em_main_table"style="table-layout:fixed;" bgcolor="${Hero-BgColor}">
<tr>
<th align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<th align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<th align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<th align="center" valign="top" background="${Hero-BgImage}" class="em_bg" height="250"style="background-color:#4b4933; background-position:center top; background-size:cover;">
<!--[if gte mso 9]>
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:640px;height:250px;">
<v:fill type="tile" src="${Hero-BgImage}" color="#4b4933" />
<v:textbox inset="0,0,0,0">
<![endif]-->

<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<th width="10"style="width:10px;"> </th>
<th align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<th height="40"style="font-size:1px; line-height:1px;"> </th>
</tr>
<tr>
<th align="center" valign="top" class="em_white"style="hyphens: none;-webkit-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;-ms-text-size-adjust: 100%;text-align: center;font-family:${TextFontFamily};font-size: 30px;color: #FFF;letter-spacing: 1px;border-collapse: collapse; padding:0 20px">
<div class="mktoText" mktoname="Banner_Hero_Title" id="Hero_Title2">Lorem Ipsum Dolor Amet Consetur</div>
</th>
</tr>
<tr>
<th height="13"style="font-size:1px; line-height:1px;"> </th>
</tr>
<tr>
<th align="center" valign="top" class="em_white" style="-webkit-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;-ms-text-size-adjust: 100%;text-align: center;font-family:${TextFontFamily} ;font-size: 14px;color: #FFF;padding-top: 10px;padding-right: 20px; padding-left:20px; padding-bottom:
20px;border-collapse: collapse;"
>

<div class="mktoText" mktoname="Banner_Hero_Description" id="Hero_Description_text2">Etiam scelerisque semper justo ut convallis. Cras tempor non convallis tincidunt, est eros tincidunt ligula dictum nunc magna ligula</div>
</th>
</tr>
<tr>
<th height="24"style="font-size:1px; line-height:1px;"> </th>
</tr>
<tr>
<th height="1" class="em_spc_20"style="font-size:1px; line-height:1px;"> </th>
</tr>
</table>
</th>
<th width="10"style="width:10px;"> </th>
</tr>
</table>
<!--[if gte mso 9]>
</v:textbox>
</v:rect>
<![endif]-->

</th>
</tr>
</table>
</th>
</tr>
</table>
</th>
</tr>
</table>
</th>
</tr>
</table>
</th>
</tr>
</table>
<!--Hero w/out CTA Module End-->
<!--Banner Module Begin-->
<table class="mktoModule" mktoActive="true" mktoAddByDefault="true" id="Banner"style=" -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Banner">
<tr>
<th valign="top" bgcolor="${Banner-BgColor}">
<table class="main"style="width: 640px; margin: 0 auto; border-collapse: collapse;" align="center" cellpadding="0" cellspacing="0" width="640">
<tbody>
<!--Extra space-->
<tr>
<thstyle="line-height: 0px; font-size: 0px;" height="${Banner-top-space}"> 
</th>
</tr>
<tr>
<th align="center" class="image-width"style="font-size: 1px;line-height: 1px;">
<div class="mktoImg" id="Banner2" mktoName="Banner Image" mktoImgWidth="640" mktoImgsrc="https://dummyimage.com/640x240/ccc/000" mktoLink="#">
<img alt="banner" border="0"/>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 0px; font-size: 0px;" height="${Banner-bottom-space}"> 
</th>
</tr>
</tbody>
</table>
</th>
</tr>
</table>
<!--Banner Module End-->
<!--Banner Module 2 Begin-->
<table class="mktoModule" mktoActive="true" mktoAddByDefault="true" id="Banner2a"style=" -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Banner2">
<tr>
<th valign="top" bgcolor="${Banner-BgColor}">
<table class="main"style="width: 640px; margin: 0 auto; border-collapse: collapse;" align="center" cellpadding="0" cellspacing="0" width="640">
<tbody>
<!--Extra space-->
<tr>
<thstyle="line-height: 0px; font-size: 0px;" height="${Banner-top-space}"> 
</th>
</tr>
<tr>
<th align="center" class="image-width"style="font-size: 1px;line-height: 1px;">
<div class="mktoImg" id="Banner2b" mktoName="Banner Image 2" mktoImgWidth="640" mktoImgsrc="https://dummyimage.com/640x400/ccc/000" mktoLink="#">
<img alt="banner" border="0"/>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 0px; font-size: 0px;" height="${Banner-bottom-space}"> 
</th>
</tr>
</tbody>
</table>
</th>
</tr>
</table>
<!--Banner Module2 End-->
<!--Video Module Begin-->
<table class="mktoModule" mktoActive="true" mktoAddByDefault="true" id="Video2"style=" -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Video">
<tr>
<th valign="top" bgcolor="${Banner-BgColor}">
<table class="main"style="width: 640px; margin: 0 auto; border-collapse: collapse;" align="center" cellpadding="0" cellspacing="0" width="640">
<tbody>
<!--Extra space-->
<tr>
<thstyle="line-height: 0px; font-size: 0px;" height="${Banner-top-space}"> 
</th>
</tr>
<tr>
<th align="center" class="image-width"style="font-size: 1px;line-height: 1px;">
<div class="mktoVideo" id="video2" mktoName="Video">

</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 0px; font-size: 0px;" height="${Banner-bottom-space}"> 
</th>
</tr>
</tbody>
</table>
</th>
</tr>
</table>
<!--Video Module End-->
<!--Photo Module Begin-->
<table class="mktoModule" mktoActive="true" mktoAddByDefault="false" id="Photo"style=" -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Photo">
<tr>
<th valign="top" bgcolor="${Photo-BgColor}">
<table class="inner_table"style="width: 600px; margin: 0 auto; border-collapse: collapse;" align="center" cellpadding="0" cellspacing="0" width="600">
<tbody>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Photo-top-space}"> 
</th>
</tr>
<tr>
<th align="center" class="image-width"style="font-size: 1px;line-height: 1px;">
<div class="mktoImg" id="Photosec" mktoName="Photo Image" mktoImgWidth="600" mktoImgsrc="https://dummyimage.com/600x197/ccc/000" mktoLink="#">
<img alt="" border="0"/>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Photo-bottom-space}"> 
</th>
</tr>
</tbody>
</table>
</th>
</tr>
</table>
<!--Photo Module End-->
<!--Title Module Begin-->
<table class="mktoModule" mktoActive="true" mktoAddByDefault="true" id="Title"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Title">
<tr>
<th bgcolor="${Title-BgColor}"style="background-color:${Title-BgColor}">
<table class="inner_table"style="width: 600px; margin: 0 auto; text-align: center; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<!--Extra space-->
<tbody>
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Title-top-space}"> </th>
</tr>
<tr>
<thstyle="font-size:20px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:26px;" valign="top">
<div id="titlesec-main-title" class="mktoText" mktoname="Main Title">
<div><strong>Lorem Ipsum Dolor Amet Consetur</strong></div>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Title-space_below_main_title}"> </th>
</tr>
<tr>
<thstyle="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height: 20px;" valign="top">
<div id="titlesec-main-sub-title" class="mktoText" mktoname="Main Sub Title">
<div><em>Etiam scelerisque semper justo ut convallis.</em></div>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Title-bottom-space}"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</table>
<!--Title Module End-->
<!--FreeText Module Begin-->
<table class="mktoModule" mktoActive="true" mktoAddByDefault="true" id="FreeText"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Free Text">
<tr>
<th bgcolor="${FreeText-BgColor}"style="background-color:${FreeText-BgColor}">
<table class="inner_table"style="width: 600px; margin: 0 auto; text-align: center; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<!--Extra space-->
<tbody>
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${FreeText-top-space}"> </th>
</tr>
<tr>
<thstyle="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;" valign="top">
<div id="FreeTextContent" class="mktoText" mktoname="FreeTextContent">
<div>Hello {{lead.First Name:default=Friend}},<br /><br />Lorem Ipsum Dolor Amet Consetur.Nunc in urna eu massa iaculis viverra id nec nulla vtim quis ultricies.Cassa vitae dignissim ligula ded congue et quam sit amet conuat Lorem Ipsum Dolor Amet Consetur.Nunc in urna eu massa iaculis viverra id nec nulla vtim quis ultricies.Cassa vitae dignissim ligula ded congue et quam sit amet conuat</div>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${FreeText-bottom-space}"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</table>
<!--FreeText Module End-->
<!--Button Module Begin-->
<table class="mktoModule" mktoActive="true" mktoAddByDefault="true" id="Button"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Button">
<tr>
<th bgcolor="${Button-BgColor}"style="background-color:${Button-BgColor}">
<table class="inner_table"style="width:600px; margin: 0 auto; text-align: center; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<!--Extra space-->
<tbody>
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Button-top-space}"> </th>
</tr>
<!--CTA button-->
<tr>
<th valign="top">
<div class="mktoText" mktoName="Button" id="banner-button1">
<tablestyle="margin: 0 auto; border-collapse: collapse;" width="${Button-Width}" align="${Button-Position}" border="0" cellpadding="0" cellspacing="0"style="margin:0 auto;">
<tbody>
<tr>
<thstyle="background-color: ${Button-Color}; border:1px solid ${Button-Border};border-radius:${Button-Radius};font-family:${TextFontFamily}; font-size: 16px; mso-line-height-rule: exactly; line-height:22px ; text-align: center; vertical-align: middle; color: ${Button-Text-Color}; display: block; padding:9px 40px 8px;" valign="middle">
<astyle="text-decoration: none; color: ${Button-Text-Color} !important;outline: none;" href="${Button-Link}">
<spanstyle="color:${Button-Text-Color};">${Button-Text}</span>
</a>
</th>
</tr>
</tbody>
</table>
</div>
</th>
</tr>
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Button-bottom-space}"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</table>
<!--Button Module End-->
<!--Button Module 2 Begin-->
<table class="mktoModule" mktoActive="true" mktoAddByDefault="true" id="Button2a"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Button 2">
<tr>
<th bgcolor="${Button-BgColor}"style="background-color:${Button-BgColor}">
<table class="inner_table"style="width:600px; margin: 0 auto; text-align: center; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<!--Extra space-->
<tbody>
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Button-top-space}"> </th>
</tr>
<!--CTA button-->
<tr>
<th valign="top">
<div class="mktoText" mktoName="Button" id="banner-button2">
<tablestyle="margin: 0 auto; border-collapse: collapse;" width="${Button-Width}" align="${Button-Position}" border="0" cellpadding="0" cellspacing="0"style="margin:0 auto;">
<tbody>
<tr>
<thstyle="background-color: ${Button-Color2}; border:2px solid ${Button-Border2};border-radius:${Button-Radius2};font-family:${TextFontFamily}; font-size: 16px; mso-line-height-rule: exactly; line-height:22px ; text-align: center; vertical-align: middle; color: ${Button-Text-Color2}; display: block; padding:9px 40px 8px;" valign="middle">
<astyle="text-decoration: none; color: ${Button-Text-Color2} !important;outline: none;" href="${Button-Link2}">
<spanstyle="color:${Button-Text-Color2};">${Button-Text2}</span>
</a>
</th>
</tr>
</tbody>
</table>
</div>
</th>
</tr>
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Button-bottom-space}"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</table>
<!--Button Module 2 End-->
<!--FreeText2Col Module Begin-->
<table class="mktoModule" mktoActive="true" mktoAddByDefault="false" id="FreeText2Col"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Free Text - 2 Columns">
<tr>
<th bgcolor="${FreeText2Col-BgColor}"style="background-color:${FreeText2Col-BgColor}">
<table class="inner_table"style="width: 600px; margin: 0 auto; text-align: center; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<!--Extra space-->
<tbody>
<tr>
<th colspan="3"style="line-height: 1px; font-size: 1px;" height="${FreeText2Col-top-space}"> </th>
</tr>
<tr>
<th class="block" width="290" valign="top"style="vertical-align:top;width:290px;">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<thstyle="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;" valign="top">
<div id="FreeText2ColLContent" class="mktoText" mktoname="FreeText2ColLContent">
<div>Lorem Ipsum Dolor Amet Consetur.Nunc in urna eu massa iaculis viverra id nec nulla vtim quis ultricies.Cassa vitae dignissim ligula ded congue et quam sit amet conuat</div>
</div>
</th>
</tr>
</table>
</th>
<th class="block" width="20"style="font-size:1px;line-height:1px;"> 
</th>
<th class="block padding_top" width="290" valign="top"style="vertical-align:top;width:290px;">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<thstyle="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;" valign="top">
<div id="FreeText2ColRContent" class="mktoText" mktoName="FreeText2ColRContent">
<div>Lorem Ipsum Dolor Amet Consetur.Nunc in urna eu massa iaculis viverra id nec nulla vtim quis ultricies.Cassa vitae dignissim ligula ded congue et quam sit amet conuat</div>
</div>
</th>
</tr>
</table>
</th>
</tr>
<!--Extra space-->
<tr>
<th colspan="3"style="line-height: 1px; font-size: 1px;" height="${FreeText2Col-bottom-space}"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</table>
<!--FreeText2Col Module End-->
<!--FreeText3Col Module Begin-->
<table class="mktoModule" mktoActive="true" mktoAddByDefault="false" id="FreeText3Col"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Free Text - 3 Columns">
<tr>
<th bgcolor="${FreeText3Col-BgColor}"style="background-color:${FreeText3Col-BgColor}">
<table class="inner_table"style="width: 600px; margin: 0 auto; text-align: center; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<!--Extra space-->
<tbody>
<tr>
<th colspan="5"style="line-height: 1px; font-size: 1px;" height="${FreeText3Col-top-space}"> </th>
</tr>
<tr>
<th class="block" width="190" valign="top"style="vertical-align:top;width:190px;">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<thstyle="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;" valign="top">
<div id="FreeText3ColLContent" class="mktoText" mktoName="FreeText3ColLContent">
<div>Lorem Ipsum Dolor Amet Consetur.Nunc in urna eu massa iaculis viverra id nec nulla vtim quis ultricies.Cassa vitae dignissim ligula ded congue et quam sit amet conuat</div>
</div>
</th>
</tr>
</table>
</th>
<th class="block" width="15"style="font-size:1px;line-height:1px;"> 
</th>
<th class="block padding_top" width="190" valign="top"style="vertical-align:top;width:190px;">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<thstyle="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;" valign="top">
<div id="FreeText3ColCContent" class="mktoText" mktoName="FreeText3ColCContent">
<div>Lorem Ipsum Dolor Amet Consetur.Nunc in urna eu massa iaculis viverra id nec nulla vtim quis ultricies.Cassa vitae dignissim ligula ded congue et quam sit amet conuat</div>
</div>
</th>
</tr>
</table>
</th>
<th class="block" width="15"style="font-size:1px;line-height:1px;"> 
</th>
<th class="block padding_top" width="190" valign="top"style="vertical-align:top;width:190px;">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<thstyle="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;" valign="top">
<div id="FreeText3ColRContent" class="mktoText" mktoName="FreeText3ColRContent">
<div>Lorem Ipsum Dolor Amet Consetur.Nunc in urna eu massa iaculis viverra id nec nulla vtim quis ultricies.Cassa vitae dignissim ligula ded congue et quam sit amet conuat</div>
</div>
</th>
</tr>
</table>
</th>
</tr>
<!--Extra space-->
<tr>
<th colspan="5"style="line-height: 1px; font-size: 1px;" height="${FreeText3Col-bottom-space}"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</table>
<!--FreeText3Col Module End-->
<!--FreeTextWN Module Begin-->
<table class="mktoModule" mktoActive="true" mktoAddByDefault="false" id="FreeTextWN"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Free Text - Wide and Narrow">
<tr>
<th bgcolor="${FreeTextWN-BgColor}"style="background-color:${FreeTextWN-BgColor}">
<table class="inner_table"style="width: 600px; margin: 0 auto; text-align: center; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<!--Extra space-->
<tbody>
<tr>
<th colspan="3"style="line-height: 1px; font-size: 1px;" height="${FreeTextWN-top-space}"> </th>
</tr>
<tr>
<th class="block" width="380" valign="top"style="vertical-align:top;width:380px;">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<thstyle="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;" valign="top">
<div id="FreeTextWNLContent" class="mktoText" mktoname="FreeTextWNLContent">
<div>Lorem Ipsum Dolor Amet Consetur.Nunc in urna eu massa iaculis viverra id nec nulla vtim quis ultricies.Cassa vitae dignissim ligula ded congue et quam sit amet conuat</div>
</div>
</th>
</tr>
</table>
</th>
<th class="block" width="20"style="font-size:1px;line-height:1px;"> 
</th>
<th class="block padding_top" width="200" valign="top"style="vertical-align:top;width:200px;">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<thstyle="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;" valign="top">
<div id="FreeTextWNRContent" class="mktoText" mktoName="FreeTextWNRCoContent">
<div>Lorem Ipsum Dolor Amet Consetur.Nunc in urna eu massa iaculis viverra id nec nulla vtim quis ultricies.Cassa vitae dignissim ligula ded congue et quam sit amet conuat</div>
</div>
</th>
</tr>
</table>
</th>
</tr>
<!--Extra space-->
<tr>
<th colspan="3"style="line-height: 1px; font-size: 1px;" height="${FreeTextWN-bottom-space}"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</table>
<!--FreeTextWN Module End-->
<!--Video Module Begin-->
<table class="mktoModule" mktoActive="false" mktoAddByDefault="false" id="Video"style=" -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Video">
<tr>
<th valign="top" bgcolor="${Video-BgColor}">
<table class="inner_table"style="width: 600px; margin: 0 auto; border-collapse: collapse;" align="center" cellpadding="0" cellspacing="0" width="600">
<tbody>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Video-top-space}"> 
</th>
</tr>
<tr>
<th class="video-width" align="center"style="font-size:1px;line-height:1px;">
<div class="mktoVideo Video" id="VideoContent" mktoName="VideoContent">
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Video-bottom-space}"> 
</th>
</tr>
</tbody>
</table>
</th>
</tr>
</table>
<!--Video Module End-->
<!--Features2Col Module Begin-->
<table class="mktoModule" mktoActive="true" mktoAddByDefault="false" id="Features2Col"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Features - 2 Columns">
<tbody>
<tr>
<th valign="top" bgcolor="${Features2Col-BgColor}">
<table class="inner_table" width="600" align="center" cellpadding="0" cellspacing="0"style="width:600px; margin: 0 auto; border-collapse: collapse;">
<!--Extra space-->
<tbody>
<tr>
<th height="${Features2Col-top-space}" colspan="5"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
<tr>
<th class="block" valign="top" width="290">
<table cellpadding="0" cellspacing="0" border="0" align="center" width="100%"style="width: 100%; border-collapse: collapse;">
<tbody>
<tr>
<!--image-width:125px;height:125px-->
<thstyle="text-align:center;" valign="top">
<div id="Features2ColLImg" mktoName="Features2ColLImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/125x125/eee/333" mktoImgLink="" mktoImgWidth="125">
<img border="0" alt="" />
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<th height="${Features2Colspace-below-image}"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
<tr>
<th valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%"style="width: 100%; border-collapse: collapse;">
<tbody>
<tr>
<th valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:center;">
<div class="mktoText" id="Features2ColLDesc" mktoname="Features2ColLDesc">Cras sed mollis erat. In tristique eleifend elit, sit amet semper enim rutrum vitae.</div>
</th>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
</th>
<th class="block" width="20"style="line-height:1px;font-size: 1px;"> </th>
<th class="block padding_top" valign="top" width="290">
<table cellpadding="0" cellspacing="0" border="0" align="center" width="100%"style="width: 100%; border-collapse: collapse;">
<tbody>
<tr>
<!--image-width:125px;height:125px-->
<thstyle="text-align:center;" valign="top">
<div id="Features2ColRImg" mktoName="Features2ColRImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/125x125/eee/333" mktoImgLink="" mktoImgWidth="125">
<img border="0" alt="" />
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<th height="${Features2Colspace-below-image}"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
<tr>
<th valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%"style="width: 100%; border-collapse: collapse;">
<tbody>
<tr>
<th valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:center;">
<div class="mktoText" id="Features2ColRDesc" mktoname="Features2ColRDesc">Cras sed mollis erat. In tristique eleifend elit, sit amet semper enim rutrum vitae.</div>
</th>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
</th>
</tr>
<!--Extra space-->
<tr>
<th height="${Features2Col-bottom-space}" colspan="5"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
<!--Features2Col Module End-->
<!--Features3Col Module Begin-->
<table class="mktoModule" mktoActive="true" mktoAddByDefault="false" id="Features3Col"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Features - 3 Columns">
<tbody>
<tr>
<th valign="top" bgcolor="${Features3Col-BgColor}">
<table class="inner_table" width="600" align="center" cellpadding="0" cellspacing="0"style="width:600px; margin: 0 auto; border-collapse: collapse;">
<!--Extra space-->
<tbody>
<tr>
<th height="${Features3Col-top-space}" colspan="5"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
<tr>
<th class="block" valign="top" width="190">
<table cellpadding="0" cellspacing="0" border="0" align="center" width="100%"style="width: 100%; border-collapse: collapse;">
<tbody>
<tr>
<!--image-width:125px;height:125px-->
<thstyle="text-align:center;" valign="top">
<div id="Features3ColLImg" mktoName="Features3ColLImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/125x125/eee/333" mktoImgLink="" mktoImgWidth="125">
<img border="0" alt="" />
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<th height="${Features3Colspace-below-image}"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
<tr>
<th valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%"style="width: 100%; border-collapse: collapse;">
<tbody>
<tr>
<th valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:center;">
<div class="mktoText" id="Features3ColLDesc" mktoname="Features3ColLDesc">Cras sed mollis erat. In tristique eleifend elit, sit amet semper enim rutrum vitae.</div>
</th>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
</th>
<th class="block" width="15"style="line-height:1px;font-size: 1px;"> </th>
<th class="block" valign="top" width="190">
<table cellpadding="0" cellspacing="0" border="0" align="center" width="100%"style="width: 100%; border-collapse: collapse;">
<tbody>
<tr>
<!--image-width:125px;height:125px-->
<th class="padding_top"style="text-align:center;" valign="top">
<div id="Features3ColCImg" mktoName="Features3ColCImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/125x125/eee/333" mktoImgLink="" mktoImgWidth="125">
<img border="0" alt="" />
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<th height="${Features3Colspace-below-image}"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
<tr>
<th valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%"style="width: 100%; border-collapse: collapse;">
<tbody>
<tr>
<th valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:center;">
<div class="mktoText" id="Features3ColCDesc" mktoname="Features3ColCDesc">Cras sed mollis erat. In tristique eleifend elit, sit amet semper enim rutrum vitae.</div>
</th>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
</th>
<th class="block" width="15"style="line-height:1px;font-size: 1px;"> </th>
<th class="block" valign="top" width="190">
<table cellpadding="0" cellspacing="0" border="0" align="center" width="100%"style="width: 100%; border-collapse: collapse;">
<tbody>
<tr>
<!--image-width:125px;height:125px-->
<th class="padding_top"style="text-align:center;" valign="top">
<div id="Features3ColRImg" mktoName="Features3ColRImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/125x125/eee/333" mktoImgLink="" mktoImgWidth="125">
<img border="0" alt="" />
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<th height="${Features3Colspace-below-image}"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
<tr>
<th valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%"style="width: 100%; border-collapse: collapse;">
<tbody>
<tr>
<th valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:center;">
<div class="mktoText" id="Features3ColRDesc" mktoname="Features3ColRDesc">Cras sed mollis erat. In tristique eleifend elit, sit amet semper enim rutrum vitae.</div>
</th>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
</th>
</tr>
<!--Extra space-->
<tr>
<th height="${Features3Col-bottom-space}" colspan="5"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
<!--Features3Col Module End-->
<!--Photos2Col Module Begin-->
<table class="mktoModule" id="Photos2Columns" mktoActive="true" mktoAddByDefault="true"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Photos - 2 Columns">
<tbody>
<tr>
<th valign="top" bgcolor="${Photos2Col-BgColor}">
<table class="inner_table" width="600" align="center" cellpadding="0" cellspacing="0"style="width:600px; margin: 0 auto; text-align: center; border-collapse: collapse;">
<!--Extra space-->
<tbody>
<tr>
<th height="${Photos2Col-top-space}" colspan="3"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
<tr>
<th class="block" align="center" bgcolor="${Photos2Col-BoxLeft-BgColor}" valign="top" width="290"style="background-color:${Photos2Col-BoxLeft-BgColor};">
<table cellpadding="0" cellspacing="0" class="res padding_bottom" border="0" align="left" width="100%"style="width:100%; border-collapse: collapse;">
<tbody>
<tr>
<!--image-width:290px;height:150px-->
<th align="center" class="image-width center_align" valign="top">
<div id="Photos2ColLImg" mktoname="Photos2ColLImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/290x150/eee/000" mktoImgLink="" mktoImgWidth="290"><img src="https://dummyimage.com/290x190/eee/000" border="0" alt="" />
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<th>
<table class="button_width" align="center" cellpadding="0" cellspacing="0" width="90%" border="0"style="margin:0 auto;">
<tr>
<th height="${Photos2Col-space-below-image}"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
<tr>
<th valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div class="mktoText" id="Photos2ColLDesc" mktoname="Photos2ColLDesc">Lorem ipsum dolor sit amet consec tetur adi pisicin elit, sed do eiusmd tempor ut laboret drean.</div>
</th>
</tr>
<!--Extra space-->
<tr>
<th height="${Photos2Col-space-below-description}"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
</table>
</th>
</tr>
</tbody>
</table>
</th>
<th class="block" width="20"style="line-height: 1px; font-size: 1px;"> </th>
<th class="block" align="center" bgcolor="${Photos2Col-BoxRight-BgColor}" valign="top" width="290"style="background-color:${Photos2Col-BoxRight-BgColor};">
<table cellpadding="0" cellspacing="0" class="res padding_bottom" border="0" align="left" width="100%"style="width:100%; border-collapse: collapse;">
<tbody>
<tr>
<!--image-width:290px;height:150px-->
<th align="center" class="image-width center_align" valign="top">
<div id="Photos2ColRImg" mktoname="Photos2ColRImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/290x150/eee/000" mktoImgLink="" mktoImgWidth="290"><img src="https://dummyimage.com/290x190/eee/000" border="0" alt="" />
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<th>
<table class="button_width" align="center" cellpadding="0" cellspacing="0" width="90%" border="0"style="margin:0 auto;">
<tr>
<th height="${Photos2Col-space-below-image}"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
<tr>
<th valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div class="mktoText" id="Photos2ColRDesc" mktoname="Photos2ColRDesc">Lorem ipsum dolor sit amet consec tetur adi pisicin elit, sed do eiusmd tempor ut laboret drean.</div>
</th>
</tr>
<!--Extra space-->
<tr>
<th height="${Photos2Col-space-below-description}"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
</table>
</th>
</tr>
</tbody>
</table>
</th>
</tr>
<!--Extra space-->
<tr>
<th height="${Photos2Col-bottom-space}" colspan="3"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
<!--Photos2Columns Sec End-->
<!--Photos3Col Module Begin-->
<table class="mktoModule" id="Photos3Columns" mktoActive="true" mktoAddByDefault="false"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Photos - 3 Columns">
<tbody>
<tr>
<th valign="top" bgcolor="${Photos3Col-BgColor}">
<table class="inner_table" width="600" align="center" cellpadding="0" cellspacing="0"style="width:600px; margin: 0 auto; text-align: center; border-collapse: collapse;">
<!--Extra space-->
<tbody>
<tr>
<th height="${Photos3Col-top-space}" colspan="3"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
<tr>
<th class="block" align="center" bgcolor="${Photos3Col-BoxLeft-BgColor}" valign="top" width="190"style="background-color:${Photos3Col-BoxLeft-BgColor};">
<table cellpadding="0" cellspacing="0" class="res padding_bottom" border="0" align="left" width="100%"style="width:100%; border-collapse: collapse;">
<tbody>
<tr>
<!--image-width:190px;height:150px-->
<th align="center" class="center_align" valign="top">
<div id="Photos3ColLImg" mktoname="Photos3ColLImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/190x130/eee/000" mktoImgLink="" mktoImgWidth="190"><img border="0" alt="" />
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<th>
<table class="button_width" align="center" cellpadding="0" cellspacing="0" width="90%" border="0"style="margin:0 auto;">
<tr>
<th height="${Photos3Col-space-below-image}"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
<tr>
<th valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div class="mktoText" id="Photos3ColLDesc" mktoname="Photos3ColLDesc">Lorem ipsum dolor sit amet consec tetur adi pisicin elit, sed do eiusmd tempor ut laboret drean.</div>
</th>
</tr>
<!--Extra space-->
<tr>
<th height="${Photos3Col-space-below-description}"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
</table>
</th>
</tr>
</tbody>
</table>
</th>
<th class="block" width="15"style="line-height: 1px; font-size: 1px;"> </th>
<th class="block" align="center" bgcolor="${Photos3Col-BoxCenter-BgColor}" valign="top" width="190"style="background-color:${Photos3Col-BoxCenter-BgColor};">
<table cellpadding="0" cellspacing="0" border="0" align="left" width="100%"style="width:100%; border-collapse: collapse;">
<tbody>
<tr>
<!--image-width:190px;height:150px-->
<th align="center" class="center_align" valign="top">
<div id="Photos3ColCImg" mktoname="Photos3ColCImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/190x130/eee/000" mktoImgLink="" mktoImgWidth="190"><img border="0" alt="" />
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<th>
<table class="button_width" align="center" cellpadding="0" cellspacing="0" width="90%" border="0"style="margin:0 auto;">
<tr>
<th height="${Photos3Col-space-below-image}"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
<tr>
<th valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div class="mktoText" id="Photos3ColCDesc" mktoname="Photos3ColCDesc">Lorem ipsum dolor sit amet consec tetur adi pisicin elit, sed do eiusmd tempor ut laboret drean.</div>
</th>
</tr>
<!--Extra space-->
<tr>
<th height="${Photos3Col-space-below-description}"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
</table>
</th>
</tr>
</tbody>
</table>
</th>
<th class="block" width="15"style="line-height: 1px; font-size: 1px;"> </th>
<th class="block" align="center" bgcolor="${Photos3Col-BoxRight-BgColor}" valign="top" width="190"style="background-color:${Photos3Col-BoxRight-BgColor};">
<table cellpadding="0" cellspacing="0" border="0" align="left" width="100%"style="width:100%; border-collapse: collapse;">
<tbody>
<tr>
<!--image-width:190px;height:130px-->
<th align="center" class="center_align" valign="top">
<div id="Photos3ColRImg" mktoname="Photos3ColRImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/190x130/eee/000" mktoImgLink="" mktoImgWidth="190"><img border="0" alt="" />
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<th>
<table class="button_width" align="center" cellpadding="0" cellspacing="0" width="90%" border="0"style="margin:0 auto;">
<tr>
<th height="${Photos3Col-space-below-image}"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
<tr>
<th valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div class="mktoText" id="Photos3ColRDesc" mktoname="Photos3ColRDesc">Lorem ipsum dolor sit amet consec tetur adi pisicin elit, sed do eiusmd tempor ut laboret drean.</div>
</th>
</tr>
<!--Extra space-->
<tr>
<th height="${Photos3Col-space-below-description}"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
</table>
</th>
</tr>
</tbody>
</table>
</th>
</tr>
<!--Extra space-->
<tr>
<th height="${Photos3Col-bottom-space}" colspan="3"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
<!--Photos3Columns Module End-->
<!--Article Module Begin-->
<table class="mktoModule" mktoActive="true" mktoAddByDefault="false" id="Article"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Article">
<tr>
<th bgcolor="${Article-BgColor}" valign="top"style="background-color:${Article-BgColor};">
<table class="inner_table"style="width: 600px; margin: 0 auto; text-align: center; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<!--Extra space-->
<tbody>
<tr>
<thstyle="line-height: 0px; font-size: 0px;" height="${Article-top-space}"> </th>
</tr>
<tr>
<!--image-width:600px;height:300px-->
<th class="image-width center_align" valign="top">
<div id="ArticleImg" mktoname="ArticleImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/600x300/eeeeee/000" mktoImgLink="" mktoImgWidth="600"><img border="0" alt="" />
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Article-space-below-image}"> </th>
</tr>
<tr>
<th valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div id="Articlebody" class="mktoText" mktoname="Article Body">
<div><spanstyle="font-size:18px;"><strong>Lorem Ipsum Dolor Amet Consetur</strong></span></div>
<p>Etiam scelerisque semper justo ut convallis. Cras tempor non convallis tincidunt, est eros tincidunt ligula dictum nunc magna ligula</p>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Article-space-below-article}"> </th>
</tr>
<!--CTA button-->
<tr>
<th valign="top">
<div class="mktoText" mktoName="Button" id="article-button">
<table class="button_width"style="border-collapse: collapse;" align="${Article-Button-Position}" border="0" cellpadding="0" cellspacing="0"style="margin:0 auto;width:${Article-Button-Width}%;">
<tbody>
<tr>
<thstyle="background-color: ${Article-Button-Color}; border:1px solid ${Article-Button-Border};border-radius:${Article-Button-Radius};font-family:${TextFontFamily}; font-size: 16px; mso-line-height-rule: exactly; line-height:22px ; text-align: center; vertical-align: middle; color: ${Article-Button-Text-Color}; display: block; padding:9px 40px 8px;" valign="middle">
<astyle="text-decoration: none; color: ${Article-Button-Text-Color} !important;outline: none;" href="${Article-Button-Link}">
<spanstyle="color:${Article-Button-Text-Color};">${Article-Button-Text}</span>
</a>
</th>
</tr>
</tbody>
</table>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Article-bottom-space}"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</table>
<!--Article Module End-->
<!--Article2Col Module Begin-->
<table class="mktoModule" id="Articles2Col" mktoActive="true" mktoAddByDefault="false"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Articles - 2 Columns">
<tbody>
<tr>
<th bgcolor="${Articles2Col-BgColor}" valign="top"style="background-color:${Articles2Col-BgColor};">
<table class="inner_table"style="width: 600px; margin: 0 auto; text-align: center; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<!--Extra space-->
<tbody>
<tr>
<th colspan="3"style="line-height: 1px; font-size: 1px;" height="${articles2col-top-space}"> </th>
</tr>
<tr>
<th class="block" width="290" valign="top"style="width:290px;">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<!--image-width:290px;height:150px-->
<th class="image-width center_align" valign="top">
<div id="Articles2ColLImg" mktoname="Articles2ColLImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/290x150/eee/000" mktoImgLink="" mktoImgWidth="290"><img border="0" alt="" />
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Articles2Col-space-below-image}"> </th>
</tr>
<tr>
<th valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div id="Articles2ColLBody" class="mktoText" mktoName="Articles2ColLBody">
<div><spanstyle="font-size:18px;"><strong>Lorem Ipsum Dolor Amet Consetur</strong></span></div>
<p>Etiam scelerisque semper justo ut convallis. Cras tempor non convallis tincidunt, est eros tincidunt ligula dictum nunc magna ligula</p>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Articles2Col-space-below-article}"> </th>
</tr>
<!--CTA button-->
<tr>
<th valign="top">
<div class="mktoText" mktoName="Button" id="article2colL-button">
<table class="button_width"style="margin: 0 auto; border-collapse: collapse;" align="${Articles2Col-LButton-Position}" border="0" cellpadding="0" cellspacing="0"style="margin:0 auto;width:${Articles2Col-LButton-Width}%;">
<tbody>
<tr>
<thstyle="background-color: ${Articles2Col-LButton-Color}; border:1px solid ${Articles2Col-LButton-Border};border-radius:${Articles2Col-LButton-Radius};font-family:${TextFontFamily}; font-size: 16px; mso-line-height-rule: exactly; line-height:22px ; text-align: center; vertical-align: middle; color: ${Articles2Col-LButton-Text-Color}; display: block; padding:9px 40px 8px;" valign="middle">
<astyle="text-decoration: none; color: ${Articles2Col-LButton-Text-Color} !important;outline: none;" href="${Articles2Col-LButton-Link}">
<spanstyle="color:${Articles2Col-LButton-Text-Color};">${Articles2Col-LButton-Text}</span>
</a>
</th>
</tr>
</tbody>
</table>
</div>
</th>
</tr>
</table>
</th>
<th class="block" width="20"style="font-size:1px;line-height:1px;"> </th>
<!--second col-->
<th class="block" width="290" valign="top"style="width:290px;">
<table cellpadding="0" cellspacing="0" width="100%" border="0">

<tr>
<!--image-width:290;height:150px-->
<th class="image-width center_align padding_top" valign="top">
<div id="Articles2ColRImg" mktoname="Articles2ColRImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/290x150/eee/000" mktoImgLink="" mktoImgWidth="290"><img border="0" alt="" />
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Articles2Col-space-below-image}"> </th>
</tr>
<tr>
<th valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div id="Articles2ColRBody" class="mktoText" mktoname="Articles2ColRBody">
<div><spanstyle="font-size:18px;"><strong>Lorem Ipsum Dolor Amet Consetur</strong></span></div>
<p>Etiam scelerisque semper justo ut convallis. Cras tempor non convallis tincidunt, est eros tincidunt ligula dictum nunc magna ligula</p>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Articles2Col-space-below-article}"> </th>
</tr>
<!--CTA button-->
<tr>
<th valign="top">
<div class="mktoText" mktoName="Button" id="article2colR-button">
<table class="button_width"style="margin: 0 auto; border-collapse: collapse;" align="${Articles2Col-RButton-Position}" border="0" cellpadding="0" cellspacing="0"style="margin:0 auto;width:${Articles2Col-RButton-Width}%;">
<tbody>
<tr>
<thstyle="background-color: ${Articles2Col-RButton-Color}; border:1px solid ${Articles2Col-RButton-Border};border-radius:${Articles2Col-RButton-Radius};font-family:${TextFontFamily}; font-size: 16px; mso-line-height-rule: exactly; line-height:22px ; text-align: center; vertical-align: middle; color: ${Articles2Col-RButton-Text-Color}; display: block; padding:9px 40px 8px;" valign="middle">
<astyle="text-decoration: none; color: ${Articles2Col-RButton-Text-Color} !important;outline: none;" href="${Articles2Col-RButton-Link}">
<spanstyle="color:${Articles2Col-RButton-Text-Color};">${Articles2Col-RButton-Text}</span>
</a>
</th>
</tr>
</tbody>
</table>
</div>
</th>
</tr>
</table>
</th>
</tr>
<!--Extra space-->
<tr>
<th colspan="3"style="line-height: 1px; font-size: 1px;" height="${articles2col-bottom-space}"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
<!--Article2Col Module End-->
<!--Article3Col Module Begin-->
<table class="mktoModule" id="Articles3Col" mktoActive="true" mktoAddByDefault="false"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Articles - 3 Columns">
<tbody>
<tr>
<th bgcolor="${Articles3Col-BgColor}" valign="top"style="background-color:${Articles3Col-BgColor};">
<table class="inner_table"style="width: 600px; margin: 0 auto; text-align: center; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<!--Extra space-->
<tbody>
<tr>
<th colspan="5"style="line-height: 1px; font-size: 1px;" height="${Articles3Col-top-space}"> </th>
</tr>
<tr>
<th class="block" width="190" valign="top"style="width:190px;">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<!--image-width:190px;height:130px-->
<th class="center_align" valign="top">
<div id="Articles3ColLImg" mktoname="Articles3ColLImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/190x130/eee/000" mktoImgLink="" mktoImgWidth="190"><img border="0" alt="" />
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Articles3Col-space-below-image}"> </th>
</tr>
<tr>
<th valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div id="Articles3ColLBody" class="mktoText" mktoName="Articles3ColLBody">
<div><spanstyle="font-size:18px;"><strong>Title</strong></span></div>
<p>Etiam scelerisque semper justo ut convallis. Cras tempor non convallis tincidunt, est eros tincidunt ligula dictum nunc magna ligula</p>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Articles3Col-space-below-article}"> </th>
</tr>
<!--CTA button-->
<tr>
<th valign="top">
<div class="mktoText" mktoName="Button" id="Articles3ColL-button">
<table class="button_width"style="margin: 0 auto; border-collapse: collapse;" align="${Articles3Col-LButton-Position}" border="0" cellpadding="0" cellspacing="0"style="margin:0 auto;width:${Articles3Col-LButton-Width}%;">
<tbody>
<tr>
<thstyle="background-color: ${Articles3Col-LButton-Color}; border:1px solid ${Articles3Col-LButton-Border};border-radius:${Articles3Col-LButton-Radius};font-family:${TextFontFamily}; font-size: 16px; mso-line-height-rule: exactly; line-height:22px ; text-align: center; vertical-align: middle; color: ${Articles3Col-LButton-Text-Color}; display: block; padding:8px 12px;" valign="middle">
<astyle="text-decoration: none; color: ${Articles3Col-LButton-Text-Color} !important;outline: none;" href="${Articles3Col-LButton-Link}">
<spanstyle="color:${Articles3Col-LButton-Text-Color};">${Articles3Col-LButton-Text}</span>
</a>
</th>
</tr>
</tbody>
</table>
</div>
</th>
</tr>
</table>
</th>
<th class="block" width="20"style="font-size:1px;line-height:1px;"> </th>
<!--second col-->
<th class="block" width="190" valign="top"style="width:190px;">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<!--image-width:190;height:130px-->
<th class="center_align padding_top" valign="top">
<div id="Articles3ColCImg" mktoname="Articles3ColCImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/190x130/eee/000" mktoImgLink="" mktoImgWidth="190"><img border="0" alt="" />
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Articles3Col-space-below-image}"> </th>
</tr>
<tr>
<th valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div id="Articles3ColCBody" class="mktoText" mktoname="Articles3ColCBody">
<div><spanstyle="font-size:18px;"><strong>Title</strong></span></div>
<p>Etiam scelerisque semper justo ut convallis. Cras tempor non convallis tincidunt, est eros tincidunt ligula dictum nunc magna ligula</p>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Articles3Col-space-below-article}"> </th>
</tr>
<!--CTA button-->
<tr>
<th valign="top">
<div class="mktoText" mktoName="Button" id="article3colC-button">
<table class="button_width"style="margin: 0 auto; border-collapse: collapse;" align="${Articles3Col-CButton-Position}" border="0" cellpadding="0" cellspacing="0"style="margin:0 auto;width:${Articles3Col-CButton-Width}%;">
<tbody>
<tr>
<thstyle="background-color: ${Articles3Col-CButton-Color}; border:1px solid ${Articles3Col-CButton-Border};border-radius:${Articles3Col-CButton-Radius};font-family:${TextFontFamily}; font-size: 16px; mso-line-height-rule: exactly; line-height:22px ; text-align: center; vertical-align: middle; color: ${Articles3Col-CButton-Text-Color}; display: block; padding:8px 12px;" valign="middle">
<astyle="text-decoration: none; color: ${Articles3Col-CButton-Text-Color} !important;outline: none;" href="${Articles3Col-CButton-Link}">
<spanstyle="color:${Articles3Col-CButton-Text-Color};">${Articles3Col-CButton-Text}</span>
</a>
</th>
</tr>
</tbody>
</table>
</div>
</th>
</tr>
</table>
</th>
<th class="block" width="20"style="font-size:1px;line-height:1px;"> </th>
<!--Third col-->
<th class="block" width="190" valign="top"style="width:190px;">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<!--image-width:190;height:130px-->
<th class="center_align padding_top" valign="top">
<div id="Articles3ColRImg" mktoname="Articles3ColRImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/190x130/eee/000" mktoImgLink="" mktoImgWidth="190"><img border="0" alt="" />
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Articles3Col-space-below-image}"> </th>
</tr>
<tr>
<th valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div id="Articles3ColRBody" class="mktoText" mktoname="Articles3ColRBody">
<div><spanstyle="font-size:18px;"><strong>Title</strong></span></div>
<p>Etiam scelerisque semper justo ut convallis. Cras tempor non convallis tincidunt, est eros tincidunt ligula dictum nunc magna ligula</p>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Articles3Col-space-below-article}"> </th>
</tr>
<!--CTA button-->
<tr>
<th valign="top">
<div class="mktoText" mktoName="Button" id="article3colR-button">
<table class="button_width"style="margin: 0 auto; border-collapse: collapse;" align="${Articles3Col-RButton-Position}" border="0" cellpadding="0" cellspacing="0"style="margin:0 auto;width:${Articles3Col-RButton-Width}%;">
<tbody>
<tr>
<thstyle="background-color: ${Articles3Col-RButton-Color}; border:1px solid ${Articles3Col-RButton-Border};border-radius:${Articles3Col-RButton-Radius};font-family:${TextFontFamily}; font-size: 16px; mso-line-height-rule: exactly; line-height:22px ; text-align: center; vertical-align: middle; color: ${Articles3Col-RButton-Text-Color}; display: block; padding:8px 12px;" valign="middle">
<astyle="text-decoration: none; color: ${Articles3Col-RButton-Text-Color} !important;outline: none;" href="${Articles3Col-RButton-Link}">
<spanstyle="color:${Articles3Col-RButton-Text-Color};">${Articles3Col-RButton-Text}</span>
</a>
</th>
</tr>
</tbody>
</table>
</div>
</th>
</tr>
</table>
</th>
</tr>
<!--Extra space-->
<tr>
<th colspan="5"style="line-height: 1px; font-size: 1px;" height="${Articles3Col-bottom-space}"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
<!--Article3Col Module End-->
<!--Products2Col Module Begin-->
<table class="mktoModule" id="Products2Col" mktoActive="true" mktoAddByDefault="false"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Products - 2 Columns">
<tbody>
<tr>
<th bgcolor="${Products2Col-BgColor}" valign="top"style="background-color:${Products2Col-BgColor};">
<table class="inner_table"style="width: 600px; margin: 0 auto; text-align: center; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<!--Extra space-->
<tbody>
<tr>
<th colspan="3"style="line-height: 1px; font-size: 1px;" height="${Products2Col-top-space}"> </th>
</tr>
<tr>
<th class="block" align="center" bgcolor="${Products2Col-BoxLeft-BgColor}" width="290" valign="top"style="width:290px;background-color:${Products2Col-BoxLeft-BgColor}">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<th>
<table class="inner_table" cellpadding="0" cellspacing="0" width="100%" align="center"style="width:100%;margin:0 auto;">
<tr>
<!--image-width:290px;height:150px-->
<th align="center" class="left_align padding_top img-width" valign="top">
<div id="Products2ColLImg" mktoname="Products2ColLImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/290x150/eee/000" mktoImgLink="" mktoImgWidth="290"><img src="https://dummyimage.com/290x150/eee/000" border="0" alt="" />
</div>
</th>
</tr>
</table>
</th>
</tr>
<!--Extra space-->
<tr>
<th>
<table cellpadding="0" cellspacing="0" width="90%" align="center"style="width:90%;margin:0 auto;">
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Products2Col-space-below-image}"> </th>
</tr>
<tr>
<th valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div id="Products2ColLBody" class="mktoText" mktoName="Products2ColLBody">
<div><spanstyle="font-size:18px;"><strong>Product Name </strong></span></div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br/>$99.99</p>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Products2Col-space-below-description}"> </th>
</tr>
<!--CTA button-->
<tr>
<th valign="top">
<div class="mktoText" mktoName="Button" id="Products2ColL-button">
<tablestyle="margin: 0 auto; border-collapse: collapse;" align="${Products2Col-LButton-Position}" border="0" cellpadding="0" cellspacing="0"style="margin:0 auto;width:${Products2Col-LButton-Width}%;">
<tbody>
<tr>
<thstyle="background-color: ${Products2Col-LButton-Color}; border:1px solid ${Products2Col-LButton-Border};border-radius:${Products2Col-LButton-Radius};font-family:${TextFontFamily}; font-size: 16px; mso-line-height-rule: exactly; line-height:22px ; text-align: center; vertical-align: middle; color: ${Products2Col-LButton-Text-Color}; display: block; padding:9px 40px 8px;" valign="middle">
<astyle="text-decoration: none; color: ${Products2Col-LButton-Text-Color} !important;outline: none;" href="${Products2Col-LButton-Link}">
<spanstyle="color:${Products2Col-LButton-Text-Color};">${Products2Col-LButton-Text}</span>
</a>
</th>
</tr>
</tbody>
</table>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Products2Col-space-below-button}"> </th>
</tr>
</table>
</th>
</tr>
</table>
</th>
<th class="block" width="20"style="font-size:1px;line-height:1px;"> </th>
<!--second col-->
<th class="block margin-top" align="center" bgcolor="${Products2Col-BoxRight-BgColor}" width="290" valign="top"style="width:290px;background-color:${Products2Col-BoxRight-BgColor}">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<th>
<table class="inner_table" cellpadding="0" cellspacing="0" width="100%" align="center"style="width:100%;margin:0 auto;">
<tr>
<!--image-width:290;height:150px-->
<th align="center" class="left_align padding_top img-width" valign="top">
<div id="Products2ColRImg" mktoname="Products2ColRImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/290x150/eee/000" mktoImgLink="" mktoImgWidth="290"><img src="https://dummyimage.com/290x150/eee/000" border="0" alt="" />
</div>
</th>
</tr>
</table>
</th>
</tr>
<!--Extra space-->
<tr>
<th>
<table cellpadding="0" cellspacing="0" width="90%" align="center"style="width:90%;margin:0 auto;">
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Products2Col-space-below-image}"> </th>
</tr>
<tr>
<th valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div id="Products2ColRBody" class="mktoText" mktoname="Products2ColRBody">
<div><spanstyle="font-size:18px;"><strong>Product Name</strong></span></div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br/>$99.99</p>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Products2Col-space-below-description}"> </th>
</tr>
<!--CTA button-->
<tr>
<th valign="top">
<div class="mktoText" mktoName="Button" id="Products2ColR-button">
<tablestyle="margin: 0 auto; border-collapse: collapse;" align="${Products2Col-RButton-Position}" border="0" cellpadding="0" cellspacing="0"style="margin:0 auto;width:${Products2Col-RButton-Width}%;">
<tbody>
<tr>
<thstyle="background-color: ${Products2Col-RButton-Color}; border:1px solid ${Products2Col-RButton-Border};border-radius:${Products2Col-RButton-Radius};font-family:${TextFontFamily}; font-size: 16px; mso-line-height-rule: exactly; line-height:22px ; text-align: center; vertical-align: middle; color: ${Products2Col-RButton-Text-Color}; display: block; padding:9px 40px 9px;" valign="middle">
<astyle="text-decoration: none; color: ${Products2Col-RButton-Text-Color} !important;outline: none;" href="${Products2Col-RButton-Link}">
<spanstyle="color:${Products2Col-RButton-Text-Color};">${Products2Col-RButton-Text}</span>
</a>
</th>
</tr>
</tbody>
</table>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Products2Col-space-below-button}"> </th>
</tr>
</table>
</th>
</tr>
</table>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Products2Col-bottom-space}"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
<!--Products2Col Module End-->
<!--Products3Col Module Begin-->
<table class="mktoModule" id="Products3Col" mktoActive="true" mktoAddByDefault="false"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Products - 3 Columns">
<tbody>
<tr>
<th bgcolor="${Products3Col-BgColor}" valign="top"style="background-color:${Products3Col-BgColor};">
<table class="inner_table"style="width: 600px; margin: 0 auto; text-align: center; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<!--Extra space-->
<tbody>
<tr>
<th colspan="5"style="line-height: 1px; font-size: 1px;" height="${Products3Col-top-space}"> </th>
</tr>
<tr>
<th class="block" align="center" bgcolor="${Products3Col-BoxLeft-BgColor}" width="190" valign="top"style="width:190px;background-color:${Products3Col-BoxLeft-BgColor}">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<!--image-width:190px;height:130px-->
<th align="center" class="center_align padding_top" valign="top">
<div id="Products3ColLImg" mktoname="Products3ColLImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/190x130/eee/000" mktoImgLink="" mktoImgWidth="190"><img border="0" alt="" />
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<th>
<table cellpadding="0" cellspacing="0" width="90%" align="center"style="width:90%;margin:0 auto;">
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Products3Col-space-below-image}"> </th>
</tr>
<tr>
<th valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div id="Products3ColLBody" class="mktoText" mktoname="Products3ColLBody">
<div><spanstyle="font-size:18px;"><strong>Product Name</strong></span></div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br/>$99.99</p>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Products3Col-space-below-description}"> </th>
</tr>
<!--CTA button-->
<tr>
<th valign="top">
<div class="mktoText" mktoName="Button" id="Products3ColL-button">
<tablestyle="margin: 0 auto; border-collapse: collapse;" align="${Products3Col-LButton-Position}" border="0" cellpadding="0" cellspacing="0"style="margin:0 auto;width:${Products3Col-LButton-Width}%;">
<tbody>
<tr>
<thstyle="background-color: ${Products3Col-LButton-Color}; border:1px solid ${Products3Col-LButton-Border};border-radius:${Products3Col-LButton-Radius};font-family:${TextFontFamily}; font-size: 16px; mso-line-height-rule: exactly; line-height:22px ; text-align: center; vertical-align: middle; color: ${Products3Col-LButton-Text-Color}; display: block; padding:9px 10px 8px;" valign="middle">
<astyle="text-decoration: none; color: ${Products3Col-LButton-Text-Color} !important;outline: none;" href="${Products3Col-LButton-Link}">
<spanstyle="color:${Products3Col-LButton-Text-Color};">${Products3Col-LButton-Text}</span>
</a>
</th>
</tr>
</tbody>
</table>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Products3Col-space-below-button}"> </th>
</tr>
</table>
</th>
</tr>
</table>
</th>
<th class="block" width="15"style="font-size:1px;line-height:1px;"> </th>
<!--second col-->
<th class="block margin-top" align="center" bgcolor="${Products3Col-BoxCenter-BgColor}" width="190" valign="top"style="width:190px;background-color:${Products3Col-BoxCenter-BgColor}">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<!--image-width:190;height:130px-->
<th align="center" class="center_align padding_top" valign="top">
<div id="Products3ColCImg" mktoname="Products3ColCImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/190x130/eee/000" mktoImgLink="" mktoImgWidth="190"><img border="0" alt="" />
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<th>
<table cellpadding="0" cellspacing="0" width="90%" align="center"style="width:90%;margin:0 auto;">
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Products3Col-space-below-image}"> </th>
</tr>
<tr>
<th valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div id="Products3ColCBody" class="mktoText" mktoname="Products3ColCBody">
<div><spanstyle="font-size:18px;"><strong>Product Name</strong></span></div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br/>$99.99</p>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Products3Col-space-below-description}"> </th>
</tr>
<!--CTA button-->
<tr>
<th valign="top">
<div class="mktoText" mktoName="Button" id="Products3ColC-button">
<tablestyle="margin: 0 auto; border-collapse: collapse;" align="${Products3Col-CButton-Position}" border="0" cellpadding="0" cellspacing="0"style="margin:0 auto;width:${Products3Col-CButton-Width}%;">
<tbody>
<tr>
<thstyle="background-color: ${Products3Col-CButton-Color}; border:1px solid ${Products3Col-CButton-Border};border-radius:${Products3Col-CButton-Radius};font-family:${TextFontFamily}; font-size: 16px; mso-line-height-rule: exactly; line-height:22px ; text-align: center; vertical-align: middle; color: ${Products3Col-CButton-Text-Color}; display: block; padding:9px 10px 8px;" valign="middle">


<astyle="text-decoration: none; color: ${Products3Col-CButton-Text-Color} !important;outline: none;" href="${Products3Col-CButton-Link}">
<spanstyle="color:${Products3Col-CButton-Text-Color};">${Products3Col-CButton-Text}</span>
</a>
</th>
</tr>
</tbody>
</table>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Products3Col-space-below-button}"> </th>
</tr>
</table>
</th>
</tr>
</table>
</th>
<th class="block" width="15"style="font-size:1px;line-height:1px;"> </th>
<!--third col-->
<th class="block margin-top" align="center" bgcolor="${Products3Col-BoxRight-BgColor}" width="190" valign="top"style="width:190px;background-color:${Products3Col-BoxRight-BgColor}">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<!--image-width:190;height:130px-->
<th align="center" class="center_align padding_top" valign="top">
<div id="Products3ColRImg" mktoname="Products3ColRImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/190x130/eee/000" mktoImgLink="" mktoImgWidth="190"><img border="0" alt="" />
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<th>
<table cellpadding="0" cellspacing="0" width="90%" align="center"style="width:90%;margin:0 auto;">
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Products3Col-space-below-image}"> </th>
</tr>
<tr>
<th valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div id="Products3ColRBody" class="mktoText" mktoname="Products3ColRBody">
<div><spanstyle="font-size:18px;"><strong>Product Name</strong></span></div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br/>$99.99</p>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Products3Col-space-below-description}"> </th>
</tr>
<!--CTA button-->
<tr>
<th valign="top">
<div class="mktoText" mktoName="Button" id="Products3ColR-button">
<tablestyle="margin: 0 auto; border-collapse: collapse;" align="${Products3Col-RButton-Position}" border="0" cellpadding="0" cellspacing="0"style="margin:0 auto;width:${Products3Col-RButton-Width}%;">
<tbody>
<tr>
<thstyle="background-color: ${Products3Col-RButton-Color}; border:1px solid ${Products3Col-RButton-Border};border-radius:${Products3Col-RButton-Radius};font-family:${TextFontFamily}; font-size: 16px; mso-line-height-rule: exactly; line-height:22px ; text-align: center; vertical-align: middle; color: ${Products3Col-RButton-Text-Color}; display: block; padding:9px 10px 8px;" valign="middle">
<astyle="text-decoration: none; color: ${Products3Col-RButton-Text-Color} !important;outline: none;" href="${Products3Col-RButton-Link}">
<spanstyle="color:${Products3Col-RButton-Text-Color};">${Products3Col-RButton-Text}</span>
</a>
</th>
</tr>
</tbody>
</table>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Products3Col-space-below-button}"> </th>
</tr>
</table>
</th>
</tr>
</table>
</th>
</tr>
<!--Extra space-->
<tr>
<th colspan="5"style="line-height: 1px; font-size: 1px;" height="${Products3Col-bottom-space}"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
<!--Products3Col Module End-->
<!--Testimonials2Col Module Begin-->
<table class="mktoModule" mktoActive="true" mktoAddByDefault="false" id="Testimonials2Col"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Testimonials - 2 Columns">
<tbody>
<tr>
<th valign="top" bgcolor="${Testimonials2Col-BgColor}">
<table class="inner_table" width="600" align="center" cellpadding="0" cellspacing="0"style="width:600px; margin: 0 auto; border-collapse: collapse;">
<!--Extra space-->
<tbody>
<tr>
<th colspan="3" height="${Testimonials2Col-top-space}" colspan="3"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
<tr>
<th class="block" valign="top" width="290">
<table cellpadding="0" cellspacing="0" border="0" align="center" width="100%"style="width: 100%; border-collapse: collapse;">
<tbody>
<tr>
<!--image-width:125px;height:125px-->
<th width="80"style="text-align:left;" valign="top">
<div id="Testimonials2ColLImg" mktoName="Testimonials2ColLImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/80x80/eeeeee/000" mktoImgLink="" mktoImgWidth="80">
<img border="0" alt="" />
</div>
</th>
<th width="5"style="font-size:1px;line-height:1px;"> 
</th>
<th width="200" align="left" valign="middle"style="text-align:left;">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<th valign="middle"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div class="mktoText" id="Testimonials2ColLName" mktoname="Testimonials2ColLName"style="text-align:left">
<strong>Name</strong><br/>Location
</div>
</th>
</tr>
</table>
</th>
</tr>
<!--Extra space-->
<tr>
<th colspan="3" height="${Testimonials2Col-space-below-image}"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
<tr>
<th colspan="3" valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%"style="width: 100%; border-collapse: collapse;">
<tbody>
<tr>
<th colspan="3" valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div class="mktoText" id="Testimonials2ColLDesc" mktoname="Testimonials2ColLDesc">Cras sed mollis erat. In tristique eleifend elit, sit amet semper enim rutrum vitae.</div>
</th>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
</th>
<th class="block" width="20"style="line-height:1px;font-size: 1px;"> </th>
<th class="block" valign="top" width="290">
<table cellpadding="0" cellspacing="0" border="0" align="center" width="100%"style="width: 100%; border-collapse: collapse;">
<tbody>
<tr>
<!--image-width:125px;height:125px-->
<th class="padding_top" width="80"style="text-align:left;" valign="top">
<div id="Testimonials2ColRImg" mktoName="Testimonials2ColRImg" class="mktoImg" mktoImgsrc="https://dummyimage.com/80x80/eeeeee/000" mktoImgLink="" mktoImgWidth="80">
<img border="0" alt="" />
</div>
</th>
<th width="5"style="font-size:1px;line-height:1px;"> </th>
<th width="200" align="left" valign="middle"style="text-align:left;">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<th valign="middle"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div class="mktoText" id="Testimonials2ColRName" mktoname="Testimonials2ColRName"style="text-align:left">
<strong>Name</strong><br/>Location
</div>
</th>
</tr>
</table>
</th>
</tr>
<!--Extra space-->
<tr>
<th colspan="3" height="${Testimonials2Col-space-below-image}"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
<tr>
<th colspan="3" valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%"style="width: 100%; border-collapse: collapse;">
<tbody>
<tr>
<th colspan="3" valign="top"style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div class="mktoText" id="Testimonials2ColRDesc" mktoname="Testimonials2ColRDesc">Cras sed mollis erat. In tristique eleifend elit, sit amet semper enim rutrum vitae.</div>
</th>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
</th>
</tr>
<!--Extra space-->
<tr>
<th height="${Testimonials2Col-bottom-space}" colspan="3"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
<!--Testimonials2Col Module End-->
<!--Image Left, Article Right Module Begin-->
<table class="mktoModule" mktoActive="true" mktoAddByDefault="true" id="articlemodule"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="FlatIron, Photo-1">
<tr>
<th bgcolor="${Speaker-BgColor}"style="background-color:${Speaker-BgColor}">
<table class="inner_table"style="width:600px; margin: 0 auto; text-align: center; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<!--Extra space-->
<tbody>
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${speaker-top-space}"> </th>
</tr>
<!--CTA button-->
<tr>

<th align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<th height="25" class="em_spc_20"style="font-size:1px; line-height:1px;"> </th>
</tr>
<tr>
<th align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<th align="center" valign="top">
<table width="160" border="0" cellspacing="0" cellpadding="0" align="left" class="em_wrapper"style="width:160px;">
<tr>
<th align="center" valign="top">
<div class="mktoImg" mktoname="event_banner1_img" id="event_banner1_img"><img src="https://dummyimage.com/160x160/eee/000" width="160" alt="" border="0" style="display:block;font-family:san-seriff, arial; font-size:20px; line-height:25px; color:#000000;max-width:160px;"/ class="em_full_rd_img"></div>
</th>
</tr>
</table>
<!--[if gte mso 9]>
</th>
<th valign="top">
<![endif]-->

<table width="28" border="0" cellspacing="0" cellpadding="0" class="em_wrapper"style="width:28px;" align="left">
<tr>
<th width="28"style="width:28px;font-size:1px;line-height:1px;" height="20"> </th>
</tr>
</table>
<!--[if gte mso 9]>
</th>
<th valign="top">
<![endif]-->

<table width="410" border="0" cellspacing="0" cellpadding="0" align="right" class="em_wrapper"style="width:410px;">
<tr>
<th align="left" valign="top" class="em_black"style="font-family:${TextFontFamily}; font-size:22px; line-height:22px; color:#102235; font-weight:600;">
<div class="mktoText" mktoname="event_banner1_Heading" id="event_banner1_Heading_text">Article Title
</div>
</th>
</tr>
<tr>
<th height="12"style="font-size:1px; line-height:1px;"> </th>
</tr>
<tr>
<th align="left" valign="top" class="em_grey"style="font-family:${TextFontFamily}; font-size:16px; line-height:20px; color:#797979; ">
<div class="mktoText" mktoname="event_banner1_Description" id="event_banner1_Description_text">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit
</div>
</th>
</tr>


</table>
</th>
</tr>
</table>
</th>
</tr>
</table>
</th>

</tr>
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${speaker-space}"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</table>
<!--Image Left, Article Right Module End-->

<!--Testimonials-heading start-->
<table id="heading4"style="border-spacing: 0; border-collapse: collapse;" class="mktoModule m_heading" mktoName="Heading4" width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<th class="module"style="word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;border-collapse: collapse;background-color:${testimonal-bg-color};" valign="top" bgcolor="${testimonal-bg-color}">
<table class="full"style="border-spacing: 0; border-collapse: collapse; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; width: 600px;" width="600" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<th class="spacer"style="word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse;line-height:30px;font-size:30px;" height="30"> </th>
</tr>
<tr>
<th class="contents"style="word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse;">
<table class="col d100 t100 p100"style="border-spacing: 0; border-collapse: collapse; width: 600px;" width="600" align="left">
<tbody>
<tr>
<th class="primary-font title"style="word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;border-collapse: collapse;font-family:'Lato', Arial, sans-serif;font-size: 27px;text-align: center;font-weight: bold;color: #4b4d52;">
<div class="mktoText" id="title51" mktoName="Title">
Testimonials
</div></th>
</tr>
</tbody>
</table> </th>
</tr>
<tr>
<th class="spacer"style="word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse;line-height:30px;font-size:30px;" height="30"> </th>
</tr>
</tbody>
</table> </th>
</tr>
</tbody>
</table>
<!--Testimonials heading ends-->
<!--Testimonials start-->
<table id="testimonials"style="border-spacing: 0; border-collapse: collapse;" class="mktoModule m_testimonials" mktoName="Testimonials" width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<th class="module"style="word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;border-collapse: collapse;vertical-align: top;background-color:${testimonials-bg-color};" valign="top" bgcolor="${testimonials-bg-color}">
<table class="full"style="border-spacing: 0; border-collapse: collapse; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; width: 600px;" width="600" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<th class="spacer"style="word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse; vertical-align: top;line-height:40px;font-size:40px;" height="40"> </th>
</tr>
<tr>
<th class="contents"style="word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse; vertical-align: top;">
<table class="col1 d47 t100 p100"style="border-spacing: 0; border-collapse: collapse;" width="280" cellspacing="0" cellpadding="0" border="0" align="left">
<tbody>
<tr>
<th class="secondary-font quote" colspan="2"style="word-break: break-word;-moz-hyphens: none;hyphens: none;border-collapse: collapse;-webkit-hyphens: none;vertical-align: top;background-color:${testimonal-left-quote-bg-color};padding-top: 20px;padding-right: 20px;padding-bottom: 20px;padding-left: 20px;line-height: 23px;-moz-border-radius: 10px;border-radius: 10px;-moz-background-clip: padding;-webkit-background-clip: padding-box;background-clip: padding-box;font-family:'Cormorant', Arial, sans-serif;color: #fff;font-size: 14px;font-style: italic;-webkit-border-radius: 10px;" bgcolor="${testimonal-left-quote-bg-color}">
<div class="mktoText" id="quote" mktoName="Left Quote">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam...
</div></th>
</tr>
<tr>
<th colspan="3"style="word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse; vertical-align: top;" width="100%"> </th>
</tr>
<tr>
<th class="photo"style="word-break: break-word; -moz-hyphens: none; hyphens: none; border-collapse: collapse; -webkit-hyphens: none; vertical-align: top; text-align: center; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0;" width="90">
<divstyle="display:inline-block" class="mktoImg no_responsive" id="quote1" mktolockimgstyle="false" mktoName="Quote1">
<a><img class="no_responsive" src="/index.php/lpTemplate/proxyAsset?idx=eyJpIjoiSGxVNTJjdUF2RlVWUHAxQyIsInQiOiIvTFpyS1lydHUyOXFxa21ycnNHN1FlbDljMTQrMnZHVUtTdzdxSkZKVXBlWXJBdmIrNmR4c3lwNGcrUjVzb2E5In0%3D"style="-ms-interpolation-mode: bicubic; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; text-decoration: none; outline: none; height: auto; line-height: 100%; display: inline; margin-left: auto; margin-top: 0; margin-right: auto; margin-bottom: 0; max-width: 280px;" height="auto"></a>
</div> </th>
<thstyle="word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse; vertical-align: top;" width="100%">
<tablestyle="border-spacing: 0; border-collapse: collapse;">
<tbody>
<tr>
<th class="spacer"style="word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse; vertical-align: top;line-height:5px;font-size:5px;" height="5"> </th>
</tr>
<tr>
<th class="primary-font name"style="word-break: break-word;-moz-hyphens: none;hyphens: none;border-collapse: collapse;-webkit-hyphens: none;vertical-align: top;font-family:'Lato', Arial, sans-serif;font-size: 21px;color: #4b4d52;font-weight: bold;padding-left: 10px;">
<div class="mktoText" id="name4" mktoName="Left Name">
Name Surname
</div></th>
</tr>
<tr>
<th class="seceondary-font role"style="word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse; vertical-align: top; padding-left: 10px; font-family: 'Lato', sans-serif; font-size: 11px; color: #8b8c90;">
<div class="mktoText" id="role4" mktoName="Left Role">
Position /
<spanstyle="color: #0099f1;">BusinessName</span>
</div></th>
</tr>
</tbody>
</table> </th>
</tr>
<tr class="stack-tablet"style="padding-bottom: 0; max-height: 0; overflow: hidden; float: left; display: none; padding-top: 0; padding-right: 0; mso-hide: all; padding-left: 0; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; font-size: 20px; line-height: 20px;">
<thstyle="word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse; vertical-align: top;"> </th>
</tr>
</tbody>
</table>
<table class="col2 d47 t100 p100"style="border-spacing: 0; border-collapse: collapse;" width="280" cellspacing="0" cellpadding="0" border="0" align="right">
<tbody>
<tr>
<th class="secondary-font quote" colspan="2"style="word-break: break-word;-moz-hyphens: none;hyphens: none;border-collapse: collapse;-webkit-hyphens: none;vertical-align: top;background-color:${testimonal-right-quote-bg-color};padding-top: 20px;padding-right: 20px;padding-bottom: 20px;padding-left: 20px;line-height: 23px;-moz-border-radius: 10px;border-radius: 10px;-moz-background-clip: padding;-webkit-background-clip: padding-box;background-clip: padding-box;font-family:'Cormorant', Arial, sans-serif;color: #fff;font-size: 14px;font-style: italic;-webkit-border-radius: 10px;" bgcolor="${testimonal-right-quote-bg-color}">
<div class="mktoText" id="quote2" mktoName="Right Quote">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam...
</div></th>
</tr>
<tr>
<th colspan="3"style="word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse; vertical-align: top;" width="100%"> </th>
</tr>
<tr>
<th class="photo"style="word-break: break-word; -moz-hyphens: none; hyphens: none; border-collapse: collapse; -webkit-hyphens: none; vertical-align: top; text-align: center; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0;" width="90">
<divstyle="display:inline-block" mktoName="Quote3" class="mktoImg no_responsive" id="quote3" mktolockimgstyle="false">
<a><img class="no_responsive" src="/index.php/lpTemplate/proxyAsset?idx=eyJpIjoiS0NLZTZnZE5IK0E3MnJHWiIsInQiOiIra2UrVEdBRnZjS2gwYW04YWpBTEIyZTBNaW1NTEJONlRCdDhXN2tBdklrWkNtZm53V0ZwM0FvdXR0ZzFwSjJOIn0%3D"style="-ms-interpolation-mode: bicubic; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; text-decoration: none; outline: none; height: auto; line-height: 100%; display: inline; margin-left: auto; margin-top: 0; margin-right: auto; margin-bottom: 0; max-width: 280px;" height="auto"></a>
</div> </th>
<thstyle="word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse; vertical-align: top;" width="100%">
<tablestyle="border-spacing: 0; border-collapse: collapse;">
<tbody>
<tr>
<th class="spacer"style="word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse; vertical-align: top;line-height:5px;font-size:5px;" height="5"> </th>
</tr>
<tr>
<th class="primary-font name"style="word-break: break-word;-moz-hyphens: none;hyphens: none;border-collapse: collapse;-webkit-hyphens: none;vertical-align: top;font-family:'Lato', Arial, sans-serif;font-size: 21px;color: #4b4d52;font-weight: bold;padding-left: 10px;">
<div class="mktoText" id="name5" mktoName="Right Name">
Name Surname
</div></th>
</tr>
<tr>
<th class="seceondary-font role"style="word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse; vertical-align: top; padding-left: 10px; font-family: 'Lato', sans-serif; font-size: 11px; color: #8b8c90;">
<div class="mktoText" id="role5" mktoName="Right Role">
Position /
<spanstyle="color: #0099f1;">BusinessName</span>
</div></th>
</tr>
</tbody>
</table> </th>
</tr>
</tbody>
</table> </th>
</tr>
<tr>
<th class="spacer"style="word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse; vertical-align: top;line-height:40px;font-size:40px;" height="40"> </th>
</tr>
</tbody>
</table> </th>
</tr>
</tbody>
</table>
<!--Testimonials ends-->

<!--Half starts-->
<table id="half"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" class="m_half mktoModule" mktoname="Half">
<tbody>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;border-collapse: collapse;background-color:${halfBackgroundColor};" bgcolor="${halfBackgroundColor}" valign="top">
<center>
<table class="main"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;" align="center" border="0" cellpadding="0" cellspacing="0" width="640">
<tbody>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;border-collapse: collapse;">
<tablestyle="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<th width="320" class="block" bgcolor="${halfBackgroundColor2}"style="background-color:${halfBackgroundColor2};">
<tablestyle="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="left" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<th class="content"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; text-align: center; border-collapse: collapse; ">
<table class="contents"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0">

<tbody>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;text-align: center;border-collapse: collapse;line-height:${halfSpacer};font-size:${halfSpacer};" height="${halfSpacer}"> </th>
</tr>
<tr>
<th class="icon"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; text-align: center; border-collapse: collapse;">
<divstyle="display:inline-block" class="mktoImg" mktoname="Icon" id="icon" mktolockimgstyle="false">
<a><img src="http://templates.marketo.net/product-launch2/ico1.png" alt="Icon"style="-ms-interpolation-mode: bicubic; outline: none; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; text-decoration: none; border-top-width: 0; width: auto; height: auto; max-width: 100%; line-height: 100%; display: inline-block;" /></a>
</div></th>
</tr>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;text-align: center;border-collapse: collapse;line-height:${halfSpacer2};font-size:${halfSpacer2};" height="${halfSpacer2}"> </th>
</tr>
<tr>
<th class="secondary-font title"style="-moz-hyphens: none;-webkit-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-ms-text-size-adjust: 100%;hyphens: none;text-align: center;color: white;font-family:'Roboto Condensed', Arial, sans-serif;font-size: 17px;border-collapse: collapse;">
<div class="mktoText" mktoname="Left Title" id="title2">
FEATURE NAME
</div></th>
</tr>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;text-align: center;border-collapse: collapse;line-height:${halfSpacer3};font-size:${halfSpacer3};" height="${halfSpacer3}"> </th>
</tr>
<tr>
<th class="primary-font text"style="-webkit-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;-ms-text-size-adjust: 100%;text-align: center;padding-left: 20px;font-family:'Roboto', Arial, sans-serif;color: #FFF;font-size: 13px;padding-top: 0;padding-right: 20px;padding-bottom: 0;border-collapse: collapse;">
<div class="mktoText" mktoname="Left Text" id="text2">
Lorem Ipsum adalah contoh teks atau dummy dalam industri percetakan
</div></th>
</tr>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;text-align: center;border-collapse: collapse;line-height:${halfSpacer4};font-size:${halfSpacer4};" height="${halfSpacer4}"> </th>
</tr>
</tbody>
</table> </th>
</tr>
</tbody>
</table>
</th>
<th width="320" class="block" bgcolor="${halfBackgroundColor3}"style="background-color:${halfBackgroundColor3};">
<tablestyle="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="right" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<th class="content"style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;text-align: center;border-collapse: collapse;" >
<table class="contents"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;text-align: center;border-collapse: collapse;line-height:${halfSpacer5};font-size:${halfSpacer5};" height="${halfSpacer5}"> </th>
</tr>
<tr>
<th class="icon"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; text-align: center; border-collapse: collapse;">
<divstyle="display:inline-block" class="mktoImg" mktoname="Icon" id="icon2" mktolockimgstyle="false">
<a><img src="http://templates.marketo.net/product-launch2/ico2.png" alt="Icon"style="-ms-interpolation-mode: bicubic; outline: none; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; text-decoration: none; border-top-width: 0; width: auto; height: auto; max-width: 100%; line-height: 100%; display: inline-block;" /></a>
</div></th>
</tr>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;text-align: center;border-collapse: collapse;line-height:${halfSpacer6};font-size:${halfSpacer6};" height="${halfSpacer6}"> </th>
</tr>
<tr>
<th class="secondary-font title"style="-moz-hyphens: none;-webkit-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-ms-text-size-adjust: 100%;hyphens: none;text-align: center;color: white;font-family:'Roboto Condensed', Arial, sans-serif;font-size: 17px;border-collapse: collapse;">
<div class="mktoText" mktoname="Right Title" id="title3">
FEATURE NAME
</div></th>
</tr>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;text-align: center;border-collapse: collapse;line-height:${halfSpacer7};font-size:${halfSpacer7};" height="${halfSpacer7}"> </th>
</tr>
<tr>
<th class="primary-font text"style="-webkit-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;-ms-text-size-adjust: 100%;text-align: center;padding-left: 20px;font-family:'Roboto', Arial, sans-serif;color: #FFF;font-size: 13px;padding-top: 0;padding-right: 20px;padding-bottom: 0;border-collapse: collapse;">
<div class="mktoText" mktoname="Right Text" id="text3">
Lorem Ipsum adalah contoh teks atau dummy dalam industri percetakan
</div></th>
</tr>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;text-align: center;border-collapse: collapse;line-height:${halfSpacer8};font-size:${halfSpacer8};" height="${halfSpacer8}"> </th>
</tr>
</tbody>
</table> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</table>

</th>
</tr>
</tbody>
</table>
</center> </th>
</tr>
</tbody>
</table>
<!--Half ends-->

<!--Half2 starts-->
<table id="half2"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" class="m_half mktoModule" mktoname="Half2">
<tbody>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;border-collapse: collapse;background-color:${halfBackgroundColor4};" bgcolor="${halfBackgroundColor4}" valign="top">
<center>
<table class="main"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;" align="center" border="0" cellpadding="0" cellspacing="0" width="640">
<tbody>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;border-collapse: collapse;" >
<tablestyle="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<th width="320" class="block" bgcolor="${halfBackgroundColor5}"style="background-color:${halfBackgroundColor5};">
<tablestyle="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="left" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<th class="content"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; text-align: center; border-collapse: collapse; ">
<table class="contents"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;text-align: center;border-collapse: collapse;line-height:${halfSpacer9};font-size:${halfSpacer9};" height="${halfSpacer9}"> </th>
</tr>
<tr>
<th class="icon"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; text-align: center; border-collapse: collapse;">
<divstyle="display:inline-block" class="mktoImg" mktoname="Icon" id="icon3" mktolockimgstyle="false">
<a><img src="http://templates.marketo.net/product-launch2/ico3.png" alt="Icon"style="-ms-interpolation-mode: bicubic; outline: none; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; text-decoration: none; border-top-width: 0; width: auto; height: auto; max-width: 100%; line-height: 100%; display: inline-block;" /></a>
</div></th>
</tr>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;text-align: center;border-collapse: collapse;line-height:${halfSpacer10};font-size:${halfSpacer10};" height="${halfSpacer10}"> </th>
</tr>
<tr>
<th class="secondary-font title"style="-moz-hyphens: none;-webkit-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-ms-text-size-adjust: 100%;hyphens: none;text-align: center;color: white;font-family:'Roboto Condensed', Arial, sans-serif;font-size: 17px;border-collapse: collapse;">
<div class="mktoText" mktoname="Left Title" id="title4">
FEATURE NAME
</div></th>
</tr>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;text-align: center;border-collapse: collapse;line-height:${halfSpacer11};font-size:${halfSpacer11};" height="${halfSpacer11}"> </th>
</tr>
<tr>
<th class="primary-font text"style="-webkit-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;-ms-text-size-adjust: 100%;text-align: center;padding-left: 20px;font-family:'Roboto', Arial, sans-serif;color: #FFF;font-size: 13px;padding-top: 0;padding-right: 20px;padding-bottom: 0;border-collapse: collapse;">
<div class="mktoText" mktoname="Left Text" id="text4">
Lorem Ipsum adalah contoh teks atau dummy dalam industri percetakan
</div></th>
</tr>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;text-align: center;border-collapse: collapse;line-height:${halfSpacer12};font-size:${halfSpacer12};" height="${halfSpacer12}"> </th>
</tr>
</tbody>
</table> </th>
</tr>
</tbody>
</table>
</th>

<th width="320" class="block" bgcolor="${halfBackgroundColor6}"style="background-color:${halfBackgroundColor6}">
<tablestyle="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="right" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<th class="content"style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;text-align: center;border-collapse: collapse;;">
<table class="contents"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;text-align: center;border-collapse: collapse;line-height:${halfSpacer13};font-size:${halfSpacer13};" height="${halfSpacer13}"> </th>
</tr>
<tr>
<th class="icon"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; text-align: center; border-collapse: collapse;">
<divstyle="display:inline-block" class="mktoImg" mktoname="Icon" id="icon4" mktolockimgstyle="false">
<a><img src="http://templates.marketo.net/product-launch2/ico4.png" alt="Icon"style="-ms-interpolation-mode: bicubic; outline: none; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; text-decoration: none; border-top-width: 0; width: auto; height: auto; max-width: 100%; line-height: 100%; display: inline-block;" /></a>
</div></th>
</tr>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;text-align: center;border-collapse: collapse;line-height:${halfSpacer14};font-size:${halfSpacer14};" height="${halfSpacer14}"> </th>
</tr>
<tr>
<th class="secondary-font title"style="-moz-hyphens: none;-webkit-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-ms-text-size-adjust: 100%;hyphens: none;text-align: center;color: white;font-family:'Roboto Condensed', Arial, sans-serif;font-size: 17px;border-collapse: collapse;">
<div class="mktoText" mktoname="Right Title" id="title5">
FEATURE NAME
</div></th>
</tr>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;text-align: center;border-collapse: collapse;line-height:${halfSpacer15};font-size:${halfSpacer15};" height="${halfSpacer15}"> </th>
</tr>
<tr>
<th class="primary-font text"style="-webkit-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;-ms-text-size-adjust: 100%;text-align: center;padding-left: 20px;font-family:'Roboto', Arial, sans-serif;color: #FFF;font-size: 13px;padding-top: 0;padding-right: 20px;padding-bottom: 0;border-collapse: collapse;">
<div class="mktoText" mktoname="Right Text" id="text5">
Lorem Ipsum adalah contoh teks atau dummy dalam industri percetakan
</div></th>
</tr>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;text-align: center;border-collapse: collapse;line-height:${halfSpacer16};font-size:${halfSpacer16};" height="${halfSpacer16}"> </th>
</tr>
</tbody>
</table> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</table>
</th>
</tr>
</tbody>
</table>
</center> </th>
</tr>
</tbody>
</table>
<!--Half2 ends-->
<!--photo-1 starts-->
<table id="photo-l"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" class="mktoModule m_photo-l" mktoname="Photo-l">
<tbody>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;border-collapse: collapse;background-color:${photoLBackgroundColor};" bgcolor="${photoLBackgroundColor}" valign="top">
<table class="inner_table"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<tbody>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;border-collapse: collapse;line-height:${photoLSpacer};font-size:${photoLSpacer};" height="${photoLSpacer}"> </th>
</tr>
<tr>
<thstyle="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse;">
<center>
<table class="table1-3"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="left" border="0" cellpadding="0" cellspacing="0" width="173">
<tbody>
<tr>
<th class="photo"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse;">
<divstyle="display:inline-block" class="mktoImg mobile-img" mktoname="Photo1" id="photo1" mktolockimgstyle="false">
<a><img src="http://templates.marketo.net/product-launch2/photo1.jpg" class="mobile-img"style="-ms-interpolation-mode: bicubic; outline: none; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; text-decoration: none; border-top-width: 0; display: block; max-width: 100%; line-height: 100%; height: auto; width: 173px;" height="auto" width="173" /></a>
</div> </th>
</tr>
<tr class="stack-tablet"style="max-height:0px;overflow:hidden;padding-left: 0; overflow: hidden; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; float: left; margin-top: 0; margin-right: 0; margin-bottom: 0; mso-hide: all; display: none;">
<thstyle="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse;"> </th>
</tr>
</tbody>
</table>
<table class="table2-3"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="right" border="0" cellpadding="0" cellspacing="0" width="350">
<tbody>
<tr>
<thstyle="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse;">
<table class="contents"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<th class="article"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse;">
<tablestyle="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<th class="primary-font title"style="-moz-hyphens: none;-webkit-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-ms-text-size-adjust: 100%;hyphens: none;font-family:'Roboto', Arial, sans-serif;font-weight: bold;text-align: left;font-size: 19px;border-collapse: collapse;">
<div class="mktoText" mktoname="Article title" id="articleTitle">
PRODUCT PRESENTATION
</div></th>
</tr>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;border-collapse: collapse;line-height:${photoLSpacer2};font-size:${photoLSpacer2};" height="${photoLSpacer2}"> </th>
</tr>
<tr>
<th class="secondary-font text"style="hyphens: none;-webkit-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;-ms-text-size-adjust: 100%;color: #868686;font-size: 13px;font-weight: 300;line-height: 220%;text-align: left;font-family:'Roboto Condensed', Arial, sans-serif;border-collapse: collapse;">
<div class="mktoText" mktoname="Text" id="text7">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
</div></th>
</tr>
<tr>

<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;border-collapse: collapse;line-height:${photoLSpacer3};font-size:${photoLSpacer3};" height="${photoLSpacer3}"> </th>
</tr>
</tbody>
</table> </th>
</tr>
</tbody>
</table> </th>
</tr>
</tbody>
</table>
</center> </th>
</tr>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;border-collapse: collapse;line-height:${photoLSpacer4};font-size:${photoLSpacer4};" height="${photoLSpacer4}"> </th>
</tr>
</tbody>
</table> </th>
</tr>
</tbody>
</table>
<!--photo-l ends-->

<!--photo-r starts-->
<table id="photo-r"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" class="mktoModule m_photo-r" mktoname="Photo-r">
<tbody>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;border-collapse: collapse;background-color:${photoRBackgroundColor};" bgcolor="${photoRBackgroundColor}" valign="top">
<table class="inner_table"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<tbody>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;border-collapse: collapse;line-height:${photoRSpacer};font-size:${photoRSpacer};" height="${photoRSpacer}"> </th>
</tr>
<tr>
<thstyle="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse;">
<center>
<table class="table1-3"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="right" border="0" cellpadding="0" cellspacing="0" width="173">
<tbody>
<tr>
<th class="photo"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse;">
<divstyle="display:inline-block" class="mktoImg mobile-img" mktoname="Photo1" id="photo12" mktolockimgstyle="false">
<a><img src="http://templates.marketo.net/product-launch2/photo1.jpg" class="mobile-img"style="-ms-interpolation-mode: bicubic; outline: none; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; text-decoration: none; border-top-width: 0; display: block; max-width: 100%; line-height: 100%; height: auto; width: 173px;" height="auto" width="173" /></a>
</div> </th>
</tr>
<tr class="stack-tablet"style="max-height:0px;overflow:hidden;padding-left: 0; overflow: hidden; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; float: left; margin-top: 0; margin-right: 0; margin-bottom: 0; mso-hide: all; display: none;">
<thstyle="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse;"> </th>
</tr>
</tbody>
</table>
<table class="table2-3"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="left" border="0" cellpadding="0" cellspacing="0" width="350">
<tbody>
<tr>
<thstyle="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse;">
<table class="contents"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<th class="article"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse;">
<tablestyle="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<th class="primary-font title"style="-moz-hyphens: none;-webkit-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-ms-text-size-adjust: 100%;hyphens: none;font-family:'Roboto', Arial, sans-serif;font-weight: bold;text-align: left;font-size: 19px;border-collapse: collapse;">
<div class="mktoText" mktoname="Article title" id="articleTitle2">
PRODUCT PRESENTATION
</div></th>
</tr>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;border-collapse: collapse;line-height:${photoRSpacer2};font-size:${photoRSpacer2};" height="${photoRSpacer2}"> </th>
</tr>
<tr>
<th class="secondary-font text"style="hyphens: none;-webkit-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;-ms-text-size-adjust: 100%;color: #868686;font-size: 13px;font-weight: 300;line-height: 220%;text-align: left;font-family:'Roboto Condensed', Arial, sans-serif;border-collapse: collapse;">
<div class="mktoText" mktoname="Text" id="text8">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
</div></th>
</tr>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;border-collapse: collapse;line-height:${photoRSpacer3};font-size:${photoRSpacer3};" height="${photoRSpacer3}"> </th>
</tr>
</tbody>
</table> </th>
</tr>
</tbody>
</table> </th>
</tr>
</tbody>
</table>
</center> </th>
</tr>
<tr>
<thstyle="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;word-break: break-word;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;border-collapse: collapse;line-height:${photoRSpacer4};font-size:${photoRSpacer4};" height="${photoRSpacer4}"> </th>
</tr>
</tbody>
</table> </th>
</tr>
</tbody>
</table>
<!--photo-r ends-->

<!--CTA Module Orange start-->
<table class="mktoModule" mktoActive="true" mktoAddByDefault="false" id="CTA"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Call To Action - Orange">
<tr>
<th bgcolor="${CTA-BgColor}"style="background-color:${CTA-BgColor}">
<table class="inner_table"style="width: 600px; margin: 0 auto; text-align: center; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<!--Extra space-->
<tbody>
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${CTA-top-space}"> </th>
</tr>
<!--CTA button-->
<tr>
<th align="left" class="block padding_bottom" valign="top" width="400px">
<tablestyle="width:100%;border-collapse: collapse;" align="left" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<th valign="top"style="font-size:14px; color:#ffffff; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div class="mktoText" mktoName="CTAContent" id="CTA-content">
<div>Cras sed mollis erat. In tristique eleifend elit, sit amet semper enim rutrum vitae.</div>
</div>
</th>
</tr>
</table>
</th>
<th class="block center_align" valign="top">
<div class="mktoText" mktoName="CTA" id="CTA-button">
<table class="float center_align"style="border-collapse: collapse;" align="right" border="0" cellpadding="0" cellspacing="0" >
<tbody>
<tr>
<thstyle="background-color: ${CTA-Button-Color}; border:1px solid ${CTA-Button-Border};border-radius:${CTA-Button-Radius};font-family:${TextFontFamily}; font-size: 16px; mso-line-height-rule: exactly; line-height:22px;text-align: center; vertical-align: middle; color: ${CTA-Button-Text-Color}; display: block; padding:9px 15px 8px;" valign="middle">
<astyle="text-decoration: none; color: ${CTA-Button-Text-Color} !important;outline: none;" href="${CTA-Button-Link}">
<spanstyle="color:${CTA-Button-Text-Color};">${CTA-Button-Text}</span>
</a>
</th>
</tr>
</tbody>
</table>
</div>
</th>
</tr>
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${CTA-bottom-space}"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</table>
<!--CTA Module Orange End-->
<!--CTA Module Blue start-->
<table class="mktoModule" mktoActive="true" mktoAddByDefault="false" id="CTA-blue"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Call To Action - Blue">
<tr>
<th bgcolor="${CTA-BgColor2}"style="background-color:${CTA-BgColor2}">
<table class="inner_table"style="width: 600px; margin: 0 auto; text-align: center; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<!--Extra space-->
<tbody>
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${CTA-top-space2}"> </th>
</tr>
<!--CTA button-->
<tr>
<th align="left" class="block padding_bottom" valign="top" width="400px">
<tablestyle="width:100%;border-collapse: collapse;" align="left" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<th valign="top"style="font-size:14px; color:#ffffff; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;">
<div class="mktoText" mktoName="CTAContent" id="CTA-content2">
<div>Cras sed mollis erat. In tristique eleifend elit, sit amet semper enim rutrum vitae.</div>
</div>
</th>
</tr>
</table>
</th>
<th class="block center_align" valign="top">
<div class="mktoText" mktoName="CTA" id="CTA-button2">
<table class="float center_align"style="border-collapse: collapse;" align="right" border="0" cellpadding="0" cellspacing="0" >
<tbody>
<tr>
<thstyle="background-color: ${CTA-Button-Color2}; border:1px solid ${CTA-Button-Border2};border-radius:${CTA-Button-Radius2};font-family:${TextFontFamily}; font-size: 16px; mso-line-height-rule: exactly; line-height:22px;text-align: center; vertical-align: middle; color: ${CTA-Button-Text-Color2}; display: block; padding:9px 15px 8px;" valign="middle">
<astyle="text-decoration: none; color: ${CTA-Button-Text-Color2} !important;outline: none;" href="${CTA-Button-Link2}">
<spanstyle="color:${CTA-Button-Text-Color2};">${CTA-Button-Text2}</span>
</a>
</th>
</tr>
</tbody>
</table>
</div>
</th>
</tr>
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${CTA-bottom-space2}"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</table>
<!--CTA Module Blue End-->
<!--CTA Module No Button Begin-->
<table class="mktoModule" mktoActive="true" mktoAddByDefault="true" id="FreeText2"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="CTA No Button">
<tr>
<th bgcolor="${FreeText-BgColor}"style="background-color:${FreeText-BgColor}">
<table class="inner_table"style="width: 600px; margin: 0 auto; text-align: center; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<!--Extra space-->
<tbody>
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${FreeText-top-space}"> </th>
</tr>
<tr>
<thstyle="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;" valign="top">
<div id="FreeTextContent2" class="mktoText" mktoname="CTA No Button Text">
<div>Cras sed mollis erat. In tristique eleifend elit, sit amet semper enim rutrum vitae.</div>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${FreeText-bottom-space}"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</table>
<!--FreeText Module End-->
<!--Divider Module start-->
<table class="mktoModule" mktoActive="true" mktoAddByDefault="false" id="Divider"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Divider">
<tr>
<th bgcolor="${Divider-BgColor}"style="background-color:${Divider-BgColor}">
<table class="inner_table"style="width: 600px; margin: 0 auto; text-align: center; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<!--Extra space-->
<tbody>
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Divider-top-space}"> </th>
</tr>
<tr>
<th>
<table align="center" cellpadding="0" cellspacing="0" border="0" width="${Divider-width}%"style="width:${Divider-width}%;margin:0 auto;">
<tr>
<thstyle="height:${Divider-thickness}px;font-size:1px;line-height:1px;background-color:${Divider-Color}"> 
</th>
</tr>
</table>
</th>
</tr>
<tr>
<thstyle="line-height: 1px; font-size: 1px;" height="${Divider-bottom-space}"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</table>
<!--Divider Module End-->
<!--Social Module Begin-->
<table class="mktoModule" id="Social" mktoActive="true" mktoAddByDefault="false"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" mktoname="Social Media Links">
<tbody>
<tr>
<th valign="top"style="background-color: ${Social-BgColor};" bgcolor="${Social-BgColor}">
<table class="inner_table" width="600" align="center" cellpadding="0" cellspacing="0"style="width: 600px; margin: 0 auto; border-collapse: collapse;">
<!--Extra space-->
<tbody>
<tr>
<th height="${Social-top-space}" colspan="3"style="line-height: 1px; font-size: 1px;"> </th>
</tr>
<tr>
<th valign="top"style="border-collapse: collapse;">
<div class="mktoText" mktoName="SocialIcons" id="SocialIcons">
<table cellpadding="0" cellspacing="0" align="center" border="0" width="100%"style="width: 100%; border-collapse: collapse;margin:0 auto;">
<tbody>
<tr>
<th class="line-height" valign="top" align="center"style="margin:0 auto;text-align:center;">
<a href="https://www.facebook.com/zipwhip/"><img src="https://go.zipwhip.com/rs/013-HWD-293/images/fb_zw.png" alt="facebook" border="0" width="32"/></a>  
<a href="https://www.linkedin.com/company/zipwhip"><img src="https://go.zipwhip.com/rs/013-HWD-293/images/linkedin_zw.png" alt="linkedin" border="0" width="32"/></a>  
<a href="https://twitter.com/zipwhip"><img src="https://go.zipwhip.com/rs/013-HWD-293/images/twitter_zw.png" alt="twitter" border="0" width="32"/></a>  
<a href="https://www.instagram.com/zipwhip/?hl=en"><img src="https://go.zipwhip.com/rs/013-HWD-293/images/insta_zw.png" alt="instagram" border="0" width="32"/></a>  
<a href="https://www.youtube.com/channel/UCmXzy-dVYeZfymeUDyLjj5A"><img src="https://go.zipwhip.com/rs/013-HWD-293/images/yt_zw.png" alt="youtube" border="0" width="32"/></a>
</th>
</tr>
</tbody>
</table>
</div>
</th>
</tr>
<!--Extra space-->
<tr>
<th height="${Social-bottom-space}"style="border-collapse: collapse;line-height: 1px; font-size: 1px;"> </th>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
<!--Social Module End-->
</th>
</tr>
</table>
</th>
</tr>
</tbody>
</table>
<!--Outer table End-->
<!--Footer Begin-->
<table class="main"style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;margin:0 auto;" align="center" border="0" cellpadding="0" cellspacing="0" width="640">
<tr>
<th bgcolor="${Footer-BgColor}"style="border-collapse:collapse; background-color:${Footer-BgColor};">
<table class="inner_table"style="margin:0 auto;width:600px;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<!--Extra Space-->
<tr>
<th height="${Footer-SpaceTop}"style="line-height:1px;font-size:1px;"> 
</th>
</tr>
<tr>
<th valign="top"style="font-size:12px; color:${Footer-TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:center;">
<div class="mktoText" mktoName="Address" id="Address-bp">
<div>My Company Name, 123 Main Street, Anytown, CA 99999</div>
</div>
</th>
</tr>
<tr>
<th valign="top"style="font-size:12px; color:${Footer-TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:center;">
<div class="mktoText" mktoName="Links" id="Links-bp">
<div>&copy; 2019 Copyright Zipwhip  <astyle="text-decoration:none;color:${Footer-LinkColor}" href="https://www.zipwhip.com/contact-us/">Contact</a>  <astyle="text-decoration:none;color:${Footer-LinkColor}" href="https://www.zipwhip.com/privacy/">Privacy Policy</a></div>
</div>
</th>
</tr>
<!--Extra Space-->
<tr>
<th height="${Footer-SpaceBottom}"style="line-height:1px;font-size:1px;"> 
</th>
</tr>
</table>
</th>
</tr>
</table>
<!--Footer End-->
</body>
</html>
1 REPLY 1
Dave_Roberts
Level 10

Re: TD vs TH in Marketo Email Templates

Hey Jordan-

We use a mix of <th> and <td> for email with class-based CSS to help them stack for mobile and it seems to work out all right. I noticed in your HTML above, it looks like you've replaced ALL of your <td>'s with <th>'s and that might have something to do with the error you're seeing. 

I'm pretty sure you'll at very least need to use a <td> for the Container instead of a <th>. Here's a link to the Marketo Docs for Containers and Modules: Email Template Syntax - Marketo Docs - Product Documentation  -- it looks like <th> is not one of the valid elements. Try changing that <th> to a <td> and see if it at least resolves the error.

The way I think about using a <th> is usually more for columns (wrappers/containers) inside of a <tr> and then I'll usually use <td>'s inside of that with a nested table as-needed -- but can't think of a case off the top of my head where you'd see a <th> nested inside of another <th>.