<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="format-detection" content="telephone=no">
<!-- <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;"/> -->
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
<title>Transactional Email</title>
<style>
/* -------------------------------------
GLOBAL RESETS
------------------------------------- */
/*All the styling goes here*/
img {
border: none;
-ms-interpolation-mode: bicubic;
max-width: 100%;
}
body {
background-color: #fff;
font-family: sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 14px;
line-height: 1.4;
margin: 0;
padding: 0;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
table {
border-collapse: separate;
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
width: 100%; }
table td {
font-family: sans-serif;
font-size: 14px;
vertical-align: top;
}
/* -------------------------------------
BODY & CONTAINER
------------------------------------- */
.body {
background-color: #fff;
width: 100%;
}
.block1{
border-top: 10px solid #F0F5F6;
border-right: 10px solid #F0F5F6;
border-left: 10px solid #F0F5F6;
}
.blockMiddle{
border-right: 10px solid #F0F5F6;
border-left: 10px solid #F0F5F6;
}
.blocklast{
border-right: 10px solid #F0F5F6;
border-left: 10px solid #F0F5F6;
border-bottom: 10px solid #F0F5F6;
}
.block-offer{
background-color: #2698D4;
padding: 16px;
border-radius: 4px;
}
.off{
padding: 12px;
background-color: #fff;
vertical-align: top;
width: 36%!important;
border-radius: 4px;
}
.off h1 span{
font-size: 28px!important;
color: #2698D4!important;
}
.off span{
font-size: 20px!important;
color: #2698D4!important;
}
.off h1{
margin: 0!important;
font-size: 68px!important;
font-weight: normal;
color: #2698D4!important;
}
.offer-text{
color: #fff;
padding-left: 14px;
vertical-align: top;
font-size: 18px;
}
.offer-btn{
background-color: #fff;
border-radius: 20px;
color: #000!important;
border: 0px;
padding: 6px 12px;
margin-top: 12px;
font-size: 18px;
text-decoration: none;
}
.pl-10{
padding-left: 10px;
}
.manageBtn{
background-color: #fff;
border: 1px solid #2698d4;
color: #2698d4;
}
.manageBtn:hover{
border: 1px solid #222;
color: #222;
}
.faqBtn{
padding: 10px 12px;
border-radius: 50px!important;
text-decoration: none;
border: 1px solid #2698d4;
color: #2698d4!important;
border-radius: 50px!important;
}
.faqBtn:hover{
border: 1px solid #222;
color: #222!important;
}
.box{
padding: 12px;
}
.border-1
{
border: 1px solid;
}
.border-r-12{
border-radius: 12px;
}
.border-color-primary{
border-color: #3498db;
}
/* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
.container {
display: block;
margin: 0 auto !important;
/* makes it centered */
max-width: 642px;
padding: 10px;
width: 642px;
}
/* This should also be a block element, so that it will fill 100% of the .container */
.content {
box-sizing: border-box;
display: block;
margin: 0 auto;
max-width: 642px;
padding: 0px;
border-top: 4px solid #2DA0E5;
border-bottom: 1px solid #F0F5F6;
border-left: 1px solid #F0F5F6;
border-right: 1px solid #F0F5F6;
}
/* -------------------------------------
HEADER, FOOTER, MAIN
------------------------------------- */
.main {
background: #ffffff;
border-radius: 0px;
width: 100%;
}
.bg-info {
background: #ecf0f5;
}
.bg-orange {
background: #f5f1ec;
}
.text-success{
color:#3ac47d !important;
}
.wrapper {
box-sizing: border-box;
padding: 20px;
}
.content-block {
padding-bottom: 10px;
padding-top: 10px;
}
.footer {
clear: both;
text-align: center;
width: 100%;
background-color: #fff;
}
.footer td,
.footer p,
.footer span,
.footer a {
color: #999999;
font-size: 12px;
text-align: center;
}
/* -------------------------------------
TYPOGRAPHY
------------------------------------- */
h1,
h2,
h3,
h4 {
color: #000000;
font-family: sans-serif;
font-weight: 400;
line-height: 1.4;
margin: 0;
margin-bottom: 30px;
}
h1 {
font-size: 35px;
font-weight: 300;
text-align: center;
text-transform: capitalize;
}
p,
ul,
ol {
font-family: sans-serif;
font-size: 14px;
font-weight: normal;
margin: 0;
margin-bottom: 15px;
}
p li,
ul li,
ol li {
list-style-position: inside;
margin-left: 5px;
}
a {
color: #3498db;
text-decoration: underline;
}
/* -------------------------------------
BUTTONS
------------------------------------- */
.btn {
box-sizing: border-box;
width: 100%; }
.btn > tbody > tr > td {
padding-bottom: 15px; }
.btn table {
width: auto;
}
.btn table td {
background-color: #ffffff;
border-radius: 5px;
text-align: center;
}
.btn a {
box-sizing: border-box;
color: #3498db;
border-radius:5px;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: bold;
margin: 0;
padding: 12px 25px;
text-decoration: none;
text-transform: capitalize;
}
.btn-primary table td {
background-color: #3498db;
}
.btn-primary a {
border-radius: 5px;
background-color: #3498db;
border-color: #3498db;
color: #ffffff;
}
.btn-orange a{
background-color: #e47f38;
border: 1px solid #e47f38;
border-radius: 5px;
color: #fff!important;
}
.btn-outline-primary a{
background-color: #fff;
border: 1px solid #3498db;
border-radius: 5px;
color: #3498db!important;
}
.btn-outline-orange a{
background-color: #fff;
border: 1px solid #e47f38;
border-radius: 5px;
color: #e47f38!important;
}
/* -------------------------------------
OTHER STYLES THAT MIGHT BE USEFUL
------------------------------------- */
.rounded{
border-radius: 0.35rem;
}
.last {
margin-bottom: 0;
}
.first {
margin-top: 0;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.align-left {
text-align: left;
}
.clear {
clear: both;
}
.mt0 {
margin-top: 0;
}
.mb0 {
margin-bottom: 0;
}
.preheader {
color: transparent;
display: none;
height: 0;
max-height: 0;
max-width: 0;
opacity: 0;
overflow: hidden;
mso-hide: all;
visibility: hidden;
width: 0;
}
.powered-by a {
text-decoration: none;
}
hr {
border: 0;
border-bottom: 1px solid #f6f6f6;
margin: 20px 0;
}
.font-2x {font-size:18px;}
.font-3x {font-size:20px;}
.font-4x {font-size:22px;}
.text-muted {font-color:#3498db;}
/* -------------------------------------
RESPONSIVE AND MOBILE FRIENDLY STYLES
------------------------------------- */
@media only screen and (max-width: 620px) {
table[class=body] h1 {
font-size: 28px !important;
margin-bottom: 10px !important;
}
table[class=body] ul,
table[class=body] ol,
table[class=body] td,
table[class=body] span,
table[class=body] a {
font-size: 16px !important;
}
table[class=body] .wrapper,
table[class=body] .article {
padding: 10px !important;
}
table[class=body] .content {
padding: 0 !important;
}
table[class=body] .container {
padding: 0 !important;
width: 100% !important;
}
table[class=body] .main {
border-left-width: 0 !important;
border-radius: 0 !important;
border-right-width: 0 !important;
}
table[class=body] .btn table {
width: 100% !important;
}
table[class=body] .btn a {
width: 100% !important;
}
table[class=body] .img-responsive {
height: auto !important;
max-width: 100% !important;
width: auto !important;
}
}
/* -------------------------------------
PRESERVE THESE STYLES IN THE HEAD
------------------------------------- */
@media all {
.ExternalClass {
width: 100%;
}
.ExternalClass,
.ExternalClass p,
.ExternalClass span,
.ExternalClass font,
.ExternalClass td,
.ExternalClass div {
line-height: 100%;
}
.apple-link a {
color: inherit !important;
font-family: inherit !important;
font-size: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
text-decoration: none !important;
}
#MessageViewBody a {
color: inherit;
text-decoration: none;
font-size: inherit;
font-family: inherit;
font-weight: inherit;
line-height: inherit;
}
.btn-primary table td:hover {
background-color: #34495e !important;
}
.btn-primary a:hover {
background-color: #34495e !important;
border-color: #34495e !important;
}
.btn-orange a:hover {
background-color: #fff!important;
color: #e47f38!important;
}
.btn-orange a:hover {
background-color: #fff!important;
color: #e47f38!important;
}
.btn-outline-primary a:hover{
background-color: #3498db!important;
color: #fff!important;
}
.btn-outline-orange a:hover{
background-color: #e47f38!important;
color: #fff!important;
}
.btn-danger{
color: #fff;
background-color: #da624a;
border-color: #da624a;
}
.btn-danger.btn-shadow{
box-shadow: 0 0.125rem 0.625rem rgba(218,98,74,0.4), 0 0.0625rem 0.125rem rgba(218,98,74,0.5);
}
.btn-default{
padding: .5rem .5rem;
line-height: 1.5;
border-radius: .3rem;
}
.btn-lg{
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem;
}
.btn-wide{
padding: .5rem 2rem;
line-height: 1.5;
border-radius: .3rem;
}
.btn-lg.btn-wide{
padding: .5rem 2rem;
font-size: 1.125rem;
line-height: 1.5;
border-radius: .3rem;
}
.btn.btn-wide{
padding: .375rem 1.5rem;
font-size: .81818rem;
line-height: 1.5;
border-radius: .25rem;
}
.text-center{
text-align:center;
}
}
</style>
</head>
<body>
<table role="presentation" border="0" cellpadding="0" cellspacing="0" class="body">
<tr>
<td cellpadding="0" cellspacing="0" border="0" height="1"; style="line-height: 1px; min-width: 500px;">
<img src="spacer.gif" width="600" height="1" style="display: block; max-height: 1px; min-height: 1px; min-width: 500px; width: 514px;"/>
</td>
</tr>
</tr>
<tr>
<td class="container">
<div class="content">
<!-- START MAIN HEADER AREA -->
<table>
<tbody>
<tr>
<td class="pl-10">
<img src="https://c1.10times.com/images/bootlogo.png" vspace="10">
</td>
<td align="right">
<div style="padding: 10px 10px 0px;font-size: 20px;font-weight: bold;color: #4aa3df;">DASHBOARD</div>
</td>
</tr>
</tbody>
</table>
<!-- END MAIN HEADER AREA -->
<table role="presentation" class="main block1" style="background:#ffffff">
<!-- START MAIN CONTENT AREA -->
<tr>
<td class="wrapper">
Dear ,<br>
We really appreciate you to be a member with us. Keeping your event information up to date increases your chances of reaching a more broader and relevant audience by 3x.
<br><br>
Update for free in just a few steps and track all the activity on your event page by targeted visitors.
<br>
<table role="presentation" border="0" cellpadding="0" cellspacing="0" style="margin-top:28px;">
<tbody>
<tr>
<td align="right" class="btn btn-orange" style="width:50%!important; padding-right:6px;"> <a style="background:'.$buttonBackground.'; border-color:'.$buttonBackground.'; color:'.$buttonColor.';" href="http://links.10times.com/ls/click?upn=OgPpT9TtyhB1fTWAcfhBKkQbBAPfKKz3ShPqmW0IS3UWdUDm2jKcgfaCv4vAo3BzFsPYP5teGunvha2XuIJbR-2BDtZ38z-2Bt7NN4iL8Zfckxnr4P3MwXWL7tmU2um7lKcuQVuuzxRYXFf9dbWumtU9oLN-2BM3pSSP-2FutRaSC13tRKhqL9QpNkv9i3qkU7DLuOmexlVky7TjH9sMvBQBp1ZY-2FjTafNE9dyjXKdLdNJlZSpPts64ujK0TDDbN4R4ZtDLM5Yk4_N5kVcsymKy-2B2q-2B5XkVaysf2duXj3nOkEgKyz2LUy2mYBE-2FuT8OyorZsukZ7kaRQ1s52eRcGOQANDoB3vLOo-2B6G8Um01SfH3cjumrswIneu6mktster6fx8enr1MWvswZ-2FAffJo-2B4UPmamRSpZaeqhlYmE8NLRmWgmuVs3Sd0FgtwGU-2BjWOwV6AvMo6dKCOqP8IA7TSyyITWjbAoU3QsxzXheFUElZWQszH2wy5CsHPltrgf77sN5-2FM0IFuB1nybEPs1Pjhbue89m21FmCRa9FSW92-2BgxhbkyXWO-2FPyHC9Pe23MnpVk8JMIMhfeaX49whkwE-2FN4FSM8E5NY5L8LPVQIwMnLMuf2E-2FTWx-2FZdw-2FRvDbUl88RJ8Kv3rss6gpxYWA" target="_blank">ACCESS DASHBOARD</a></td>
<td align="left" class="btn btn-outline-orange" style="padding-left:6px;"> <a href="http://links.10times.com/ls/click?upn=OgPpT9TtyhB1fTWAcfhBKkQbBAPfKKz3ShPqmW0IS3UWdUDm2jKcgfaCv4vAo3BzFsPYP5teGunvha2XuIJbR-2BDtZ38z-2Bt7NN4iL8Zfckxnr4P3MwXWL7tmU2um7lKcuQVuuzxRYXFf9dbWumtU9oCUGhopq3ApcpGVi8y1QI85jwuRotQIwgGd-2BPEefB4lEZOCaJMT3riyek2uRuFeo0roY1ZYiM0yI9cN0eKcrdlQ-3D0iTU_N5kVcsymKy-2B2q-2B5XkVaysf2duXj3nOkEgKyz2LUy2mYBE-2FuT8OyorZsukZ7kaRQ1s52eRcGOQANDoB3vLOo-2B6G8Um01SfH3cjumrswIneu6mktster6fx8enr1MWvswZ-2FAffJo-2B4UPmamRSpZaeqhi2269LgYYZqGyKSgdMNSYH57B0R9ZlOePkGDng50el0RZHRBeckg88NMaa7hwbIfEQutbxR3v6Qk5KQkL9eSmP0Ppz3-2F92F8cU75hjUjE5sui76gDeqZR8KGpJ9Q3-2F67z8d2R5lH8M0UTJl62peRfnrqbENjWN72vxWxKbbbGBM1MK2ewBFdO5NbkWDODfd1jpRAtDu2359MDs6V6gcZJT-2BV1iQCV9TNQydA2KxHLSf" target="_blank">CHECK EVENT INFO</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- END MAIN CONTENT AREA -->
</table>
<table role="presentation" class="main blockMiddle" style="background:#fff; padding: 20px;">
<tr>
<td>
<table>
<tr>
<td align="center" colspan="5" style="padding-bottom:24px;">
<b>Unlock your event potential with custom tailored premium features!</b>
</td>
</tr>
<tr>
<td align="center">
<img src="https://c1.10times.com/odash/image/manage_event_logo.png" style="width:46px;">
<p>Manage Event</p>
</td>
<td align="center">
<img src="http://c1.10times.com/odash/image/marketing_icon.png" style="width:46px;">
<p>Market Event</p>
</td>
<td align="center">
<img src="http://c1.10times.com/odash/image/leads_icon.png" style="width:46px;">
<p>Check Leads</p>
</td>
<td align="center">
<img src="https://c1.10times.com/odash/image/track_activity_logo.png" style="width:46px;">
<p>Track Activites</p>
</td>
<td align="center">
<img src="https://c1.10times.com/odash/image/ticket_and_badge.png" style="width:46px;">
<p>Badge & Ticket</p>
</td>
</tr>
<tr>
<td align="center" colspan="5" class="btn btn-primary" style="padding-top:24px;">
<a style="background:'.$buttonBackground.'; border-color:'.$buttonBackground.'; color:'.$buttonColor.';" href="http://links.10times.com/ls/click?upn=OgPpT9TtyhB1fTWAcfhBKkQbBAPfKKz3ShPqmW0IS3UWdUDm2jKcgfaCv4vAo3BzjIr7-2FIYAMdvIwc0YR4o-2Br98FAuM6OnhRkfxx8SsUGBVEJWdLTl8TR7mDknR7OyXj2t4VfOele-2F3UdJl5sI3cO5vSD7PO7Bk4K1fPiN1JMJktKwX2MoEBJj5UgK6o8XDVqxUFdaH9DbYxepZO7xOyzxX-2FS9t4dBxBt59BWsyPFBkLDHfqfDA8-2F13pYQQjkvvOK0xsfAVQbNhJvq6e5-2BbjYbXs37OvpgLqsSRyOF6D7Js-3DQMTw_N5kVcsymKy-2B2q-2B5XkVaysf2duXj3nOkEgKyz2LUy2mYBE-2FuT8OyorZsukZ7kaRQ1s52eRcGOQANDoB3vLOo-2B6G8Um01SfH3cjumrswIneu6mktster6fx8enr1MWvswZ-2FAffJo-2B4UPmamRSpZaeqhjpYmcJEnSqUxsOLSNAAGYPYQk1VscakvxsUNR7-2BH2goKpoo5GOyq-2BXiOwIDC1KVs8CqSn2xDyFhxtvvmqeXd53elvUOcewdti5VaokU0755UgM-2F7xZGk4Rph03-2Bd5g9948WqkPQurc2r50w1-2FRqLnztWK1xhStdw36V-2Ffk6fTdb0SWQ5f9J3n7q6nOEBx1f3yGtkbvZQKXm2XaYUJ1-2Fa77XXI5Aq0fluHdw6qRyU-2FBt" target="_blank">CHECK PLANS</a>
</td>
</tr>
</table>
<table role="presentation" border="0" cellpadding="0" cellspacing="0" style="width:100%; padding:12px; background-color:#E9E9E9; margin-top: 24px;">
<tbody>
<tr>
<td style="width: 75%;padding-right: 4px;">
If you need help in managing your event. Connect with your event success specialist or write us at odash@10times.com.
</td>
<td align="center" style="background: #fff;padding: 8px;border: 1px solid #2698D4; font-size:12px;">
<a href="http://links.10times.com/ls/click?upn=OgPpT9TtyhB1fTWAcfhBKpV7hzmV9D6c2m23j6pdxTfMcmsQBvBMcz39xOy52UvCWmXHT8t8lFT4wOwY8QcwH8CMjuXhlyvlCBVywjuohc0im79Futjf-2BU8-2BL7kaBQduUnJVAKhglEE3xJQXJsMI4s5JWIjIO5WARcicfXSYO9O1wDwMe12z-2F7O-2FEpnF6NU1R-2Bj1tkeccRsAU9iXi6amsw-3D-3DSt6-_N5kVcsymKy-2B2q-2B5XkVaysf2duXj3nOkEgKyz2LUy2mYBE-2FuT8OyorZsukZ7kaRQ1s52eRcGOQANDoB3vLOo-2B6G8Um01SfH3cjumrswIneu6mktster6fx8enr1MWvswZ-2FAffJo-2B4UPmamRSpZaeqhnCmIht5jboKrEZsQy32CYfonqNhtZs6FK96Cv35K3N9IzmjFB73-2FqqBzpc-2BqIHE7I90p-2BlUXh65ZUR3bRT5JUwIox5IToHtbzqrUbMRCFDOE05IcHc7FISt5pwYzVEFpr1osRlawMxGsJOnVtC-2FeGqADZhtBBpTMhicbKghUNUeDFK88NBumzaibW6noLJ04uC6pTK10QP-2FqnGHTFhqjaoeUVDTPwTE4HalPdF-2BYhyW" style="color: #2698D4; text-decoration: none;">Connect with Event<br> Success Specialist</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<table role="presentation" class="main blocklast" style="background:#fff">
<!-- START MAIN CONTENT AREA -->
<tr>
<td class="wrapper" style="padding-top:0;">
<table role="presentation" border="0" cellpadding="0" cellspacing="0" style="color:#999999; padding-top:22px; border-top:2px solid lightgrey;">
<tr >
<td style="vertical-align:middle!important">
<center class="font-4x" style="color:grey">Have Questions?</center>
<br>
<center><a class="faqBtn" href="http://links.10times.com/ls/click?upn=OgPpT9TtyhB1fTWAcfhBKpV7hzmV9D6c2m23j6pdxTcPA8DS6knSah7ZlhS-2F5pyjIboQ_N5kVcsymKy-2B2q-2B5XkVaysf2duXj3nOkEgKyz2LUy2mYBE-2FuT8OyorZsukZ7kaRQ1s52eRcGOQANDoB3vLOo-2B6G8Um01SfH3cjumrswIneu6mktster6fx8enr1MWvswZ-2FAffJo-2B4UPmamRSpZaeqhiTZwWohFIhv9dftcRFKdvubZ07Mf4H7L-2B-2BHxPyFo7rzYK5o-2FtDMClOa8m4qP1YKuVIKxC9eoIRHMqRDfTeChZTO1rtiWgigUKOEAXMUobD3aMWo5mzhgMWj-2Bdeblj0goRU1qdJW31Mma-2BzehEd7kqMSVw5Iuuovx69ReAEyR3xYLd9dBb-2BIMxK7smfPbEEfnNqyvP0gH7XmppiSqJNghNkBbSktWJ8S-2BIE4SrUaxxxD" target="_blank">Visit FAQ's / Helpdesk</a></center>
<p></p>
</td>
<td style="text-align:center;">
<a style="cursor: pointer" href="http://links.10times.com/ls/click?upn=OgPpT9TtyhB1fTWAcfhBKpV7hzmV9D6c2m23j6pdxTfMcmsQBvBMcz39xOy52UvCwd-2BqWlFxONduEwVmCryx-2Bq-2FgUwdOl7aDqULi0-2BUHAPfUUE5qBKyG1s3dPeVERPAtMZH-2BujRKOhpapQ8HgBad3Eeei3XbkxF-2FOiTSC6Emd5ljlgDCzhXg-2BH2j0cs5fzAybeQgdb0I-2F407fNAGu7P5jQ-3D-3DDXju_N5kVcsymKy-2B2q-2B5XkVaysf2duXj3nOkEgKyz2LUy2mYBE-2FuT8OyorZsukZ7kaRQ1s52eRcGOQANDoB3vLOo-2B6G8Um01SfH3cjumrswIneu6mktster6fx8enr1MWvswZ-2FAffJo-2B4UPmamRSpZaeqhuZLgsJCPXSq5cApQkYMH3v4VymWP0kbVNU9ImlhKnuW30ykji6LHjIs4U9oF6qj7lWjAsJtTrd7KIIm5Bw69IlFPnE9ESoW8NVJKzHhyJ-2Filn-2BUn4hWtlI526i0yAMvT4Oe957MhRcYZRymIinwR5fUvwpIA-2FFG-2F8d69OlT7DP6ilB3tMz8JjqsyROsAabisqIWGE8NQq27Y-2BzdxkcUiQOXHQOnfHH0Pa8aUqeboy4A" target="_blank">
<img style="width:26px;height:40px" src="https://c1.10times.com/odash/image/eva_2.png"/></a>
<p style="margin-top:5px; color: grey;">
<a style="border-radius:5px; padding:.05rem .25rem; color:grey!important; text-decoration: none;" href="http://links.10times.com/ls/click?upn=OgPpT9TtyhB1fTWAcfhBKpV7hzmV9D6c2m23j6pdxTfMcmsQBvBMcz39xOy52UvCwd-2BqWlFxONduEwVmCryx-2Bq-2FgUwdOl7aDqULi0-2BUHAPfUUE5qBKyG1s3dPeVERPAtMZH-2BujRKOhpapQ8HgBad3Eeei3XbkxF-2FOiTSC6Emd5ljlgDCzhXg-2BH2j0cs5fzAybeQgdb0I-2F407fNAGu7P5jQ-3D-3DOkgF_N5kVcsymKy-2B2q-2B5XkVaysf2duXj3nOkEgKyz2LUy2mYBE-2FuT8OyorZsukZ7kaRQ1s52eRcGOQANDoB3vLOo-2B6G8Um01SfH3cjumrswIneu6mktster6fx8enr1MWvswZ-2FAffJo-2B4UPmamRSpZaeqhsYA5N3mJZGCyhp90BnF-2FLPs8EOFWC6brHkNe2LrD7ph-2ByHL0YHcYtgO1pXdG8Kz0Oq-2BUBWEa0eDxIKEklrnralUpcAbxg6IuwJp4nzs0K78qKiSMxleDSbxPjQ-2BbHfaQfv6f1FlT83AKimBSyXQ7po0HnKQzWHXCVaXGXzFsvZSDXQ17n3hvAjHgbuA3lr8JWI4UD89w6ednXSMsuq-2BUShftTBKdAlKPgE-2FwV6IMAw6" target="_blank">HELP CENTER</a>
</p>
</td>
<td style="text-align:center;">
<a style="cursor: pointer" href="http://links.10times.com/ls/click?upn=OgPpT9TtyhB1fTWAcfhBKkQbBAPfKKz3ShPqmW0IS3VWtAmxYYYQKM3BeurOOQQuISJoUt99ycW-2BO37yN-2FL0BA54Nk-2BqPjYi4MvzhMz7ZA2cWkxJNg-2FkYVg-2FkRqEGKPDWrIv59yfIjFUcjKi8AJtmGaCdh251sg-2BA6nGRgZFH7OVZcuCrW0T1RA-2B3l3oWj9M5K-2BsnHIVCv6HcFkrKBlLtPfq7RCOPq3ql-2Fbaa9tiReHd912Ytfe6axmQAD1lMUqES97Loa3LfjugpTWwQDCu37NM76mzoDRJXAo5IxxUzXOyoD2gRAuiZFBFje8y2puYmD2v_N5kVcsymKy-2B2q-2B5XkVaysf2duXj3nOkEgKyz2LUy2mYBE-2FuT8OyorZsukZ7kaRQ1s52eRcGOQANDoB3vLOo-2B6G8Um01SfH3cjumrswIneu6mktster6fx8enr1MWvswZ-2FAffJo-2B4UPmamRSpZaeqhhEv6G-2BictRcQsPlf4YLIT1bcjqYdazrGHiaKKRYKPwepZWEFFQKOc3mw6y6o2UzpDFHBmUGF7O9h53azw5sDSyPrk5XPS-2BkYEHMhLQh7GfkfnxL4rUlY1uwwkKmYiO6NPWgj3pINFc-2BC0EJBi1NQXwuua9pglVHvTsIH-2Fz01VDJxoV2Z21sgL0fAAzkD42wpRRkkfiyCnuVeTW7DX7fmzAh5S-2ByE8bJKgsd3z403O4J" target="_blank"><img
style="width:35px;height:35px; margin-top:5px" src="https://c1.10times.com/odash/image/intercomm_2.png"/></a>
<p style="margin-top:5px"><a style="border-radius:5px; padding:.05rem .25rem; color:grey; text-decoration: none;" href="http://links.10times.com/ls/click?upn=OgPpT9TtyhB1fTWAcfhBKkQbBAPfKKz3ShPqmW0IS3VWtAmxYYYQKM3BeurOOQQuISJoUt99ycW-2BO37yN-2FL0BA54Nk-2BqPjYi4MvzhMz7ZA2cWkxJNg-2FkYVg-2FkRqEGKPDWrIv59yfIjFUcjKi8AJtmGaCdh251sg-2BA6nGRgZFH7OVZcuCrW0T1RA-2B3l3oWj9M5K-2BsnHIVCv6HcFkrKBlLtPfq7RCOPq3ql-2Fbaa9tiReHd912Ytfe6axmQAD1lMUqES97Loa3LfjugpTWwQDCu37NM76mzoDRJXAo5IxxUzXOyoD2gRAuiZFBFje8y2puYzrls_N5kVcsymKy-2B2q-2B5XkVaysf2duXj3nOkEgKyz2LUy2mYBE-2FuT8OyorZsukZ7kaRQ1s52eRcGOQANDoB3vLOo-2B6G8Um01SfH3cjumrswIneu6mktster6fx8enr1MWvswZ-2FAffJo-2B4UPmamRSpZaeqhn8zFd3bN1bEqGoeXzWNPccbgkld1r1S5dCnNbus2ZOaTbzoyA0u-2FW9qKB3d-2FFLXT3lm0Tb-2Fb7MPQDgyhPpbiOGHZUMRTfsVIqcW5iTGMCHIEzCVfRLoiFI-2B2gyzukkHkPuJHbrpenC5-2FCoYt-2FbZPYDb4sqUBvwuLfhxe-2FbkFR67IukpRwMZo8hTxTjoGu79VlMndnhcsC5eCHXg5pillDrJw-2B4tD-2B6AHcl8dfMF6J7c" target="_blank">LIVE SUPPORT</a></p>
</td>
</tr>
</table>
</td>
</tr>
<!-- END MAIN CONTENT AREA -->
</table>
<!-- START FOOTER -->
<div class="footer">
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="content-block">
<div>This mail sent to education@chicagocommunitygardens.org</div>
<div style="margin-top:10px">Copyright @ Ten Times Online Pvt. Ltd.</div>
<div style="margin-top:10px;"><a href="http://links.10times.com/asm/unsubscribe/?user_id=1002061&data=n6quhhfOKMjlXF29zMLOQ5GXxrjgs14kcIwb5Ri7OkZoMDAwdTAwMMwqQp7p9DqR7yEs58uQdJORcQFJVeMk6bTCAtj7lPgUs7vmBpf7S0BcYApxHvxb-sDED4DmBi3sNeozLgKiJC-DQPL6vSNtg5bWN4YKdWNczMmui7OpU45gSGwMDz8VTs8jJ_dzGHcs0w_GmnKbnVhQfb4uSNTel-RvUK_kM26Q17MiTPkn_9lBb2mAqJvTaCBbkCVSgwgKJEIDPILNUxnx_uTRRRUo55eHGLwYVz2nLcpav90X0_syqtenVmjYkPS6Mr63tHqcDlV15eD5aTbkCTl86jCeaUSiJ6Hi9i1aJU-YJVxmdPrzYS9y0ze3R11doxqr0XCYkwuFVFVe6suXKefs9pOfhIyULZRIpegxV1Z7XF0JExClBlKmS_8tO1MIRu83SyOE4gD3Ra3JLATIFQcky_PEI93LGXijz-Kp-Cw68vzKreiSE13Gf7dsxsBD9oU9yFKvsIN6dOCoulDluVEBHGVep_ioHv1qIIywDbsFPFsYLU9XDdIdQ5qb05MCDwiMiTwVaJBKZH20w4s=">Unsubscribe From This List</a> | <a href="http://links.10times.com/asm/?user_id=1002061&data=oC_9plQCITMK3XcfMvhSDAjKqZ6BP9_7v7y92sK2mH5oMDAwdTAwMI9NfaEgvhXCrG1B3xGhwNI3ZswrnpEzkMVA5xxKNeXros9zVSbPb3hAPBTzvKspubzBi1P9hvEBgrO8DwEFOpLKTEl7m4L9TkENQTKro91d0VrnXA84HAer60AWb_MQLpjCqi1_u2dGLC0g6qJW54ZwiOJ0nGEmwY3iKoUJrdaKtPVLx_mysm85d4VjDP006xweTOTEgz4siqhRJFbwG9ytO5s_GaPcNISeYJ3edMmGAuqi4rTJBjENFnFfluQEpcFc5MwxzEImS-ccfwW-2SC40-xg2Ga0seHnkbHzQuJ6jNqx0Sx687oj4y3gkJtHrjglZHvuB6vxi7a8ze8nNrPZFKO23ijg_FgBY6kRozKHBRPXNHGLiQUQpR2YpZ-cjxdepqRTT3n3KBoaX8_zboepLcmdJwQEh4J4ITTM9KZayxq0XlWCF89duPhNfvrxX4JtKIDloWczjL2VMavt0CaahsNCpjkX0-G2uU-7_df4QHE7MpNPFdYGsYX9QY56oW-0X2fMabsGFN_uuVAz_QQ=" style="text-decoration:none;" target="_blank">Manage Email Subscription</a>.</div>
</td>
</tr>
</table>
</div>
<!-- END FOOTER --> </div>
</td>
</tr>
<tr style="background-color: #fff;">
<td>
<div style="float:left;width:100%;font:12px/15px arial; padding-top: 10px; text-align:center;color:#555555">
<span class="im">Please add <a href="mailto:odash-noreply@10times.com" style="color:#1b588c;text-decoration:none" target="_blank" data-mt-detrack-inspected="true"><u>odash-noreply@10times.com</u></a> to your address book to ensure delivery into your inbox.</span>
</div>
</td>
</table>
<img src="http://links.10times.com/wf/open?upn=PaWHxfOLAFta98kIycyQk23TcHe7V5ZY-2B20YOCCDzT4C1ddPbx3FGjWkRO6QclUpa56nDthTnvQd729EbQKmCetT4AxcXwCpTxoDdCMPi0F9qNYSrBZrTR0INUsq4xTwqI4dkBuJderb0YnCr0c-2BgtXTA3cT-2B9AbAw3tbZ4k6OdCd2Hymi7RT6ewQjU-2BW98Bsx4V4cB7sicCu8dWSVsK0WI5Xa7wx7tHHQh5JukeyE4SExKrGLdgX8xwKgpGcMP5b7PtYqhWzH5UdtIJSSn9R1K-2Br2tBASztg-2FPOfUSKPhJ213ZBwwQtx0zDE71XAQ8zK29ocezMQjNfib9wSzxms8g4ekW11n8RuFv-2FFRy7mP3PmdR5vP53b-2BKRdfuGN4LJwxDtozRuh5zbWVzeLh-2B9hw-3D-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/></body>
</html>
<script>
function sendDocHeightMsg(e) {
var ht=0;
ht=document.body.scrollHeight;
parent.postMessage( JSON.stringify( {'docHeight': ht} ), '*' );
}
if ( window.addEventListener ) {
window.addEventListener('load', sendDocHeightMsg, false);
} else if ( window.attachEvent ) { // ie8
window.attachEvent('onload', sendDocHeightMsg);
}
</script>