<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />

    <!-- Turn off iOS phone number autodetect -->
    <meta name="format-detection" content="telephone=no" />
    <meta name="format-detection" content="address=no" />

    <!--[if mso]>
            <style>
                * { font-family: sans-serif !important; }
            </style>
        <![endif]-->
    <style type="text/css">
    /*
     * Styles for all the emails
     */

    /* Normalizing */
    #outlook a {padding:0;}
    * {
        -ms-text-size-adjust:100%;
        -webkit-text-size-adjust:100%;
    }
    html, body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
        font-weight:normal;
        width:100% !important;
        height:100% !important;
        margin:0;
        padding:0;
    }
    img{border:0;outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;height:auto;line-height:100%;display:inline-block;}
    a img{border:none;display:block;}
    h1 {color: #1E0A3C !important;}
    h2, h3, h4, h5, h6 {color:#1E0A3C !important;}
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#3F60E7 !important;}
    h1 a:active, h2 a:active,  h3 a:active, h4 a:active, h5 a:active, h6 a:active {color:#3F60E7 !important;}
    h1 a:visited, h2 a:visited,  h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {color:#3F60E7 !important;}
    table {border-collapse:collapse !important;mso-table-lspace:0pt;mso-table-rspace:0pt;}
    table td {border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;}
    table {
        border-spacing:0;
        border:0;
        padding:0;
        table-layout:fixed;
        margin:0;
    }
    .no_text_resize {
        -moz-text-size-adjust:none;
        -webkit-text-size-adjust:none;
        -ms-text-size-adjust:none;
        text-size-adjust:none;
    }
    a[href^="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;
    }

    td[class="grid__col"] {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .grid__col {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Footer */
    .footer-content.bottom-section {
        padding: 0px 32px;
    }
    .content .align-center,
    .footer-content .align-center {
        text-align: center;
    }
    .footer-content {
        color: #B7B6C0 !important;
    }
    .footer-content a {
        color: #f05537 !important;
        text-decoration: none;
    }

    /* Social */
    .social-logo-container {
        display: inline-block;
        height: auto;
        margin: 0px;
    }


    .content {
        width: 600px;
    }

    .user-generated-content img {
        max-width: 100%;
    }

    .refund-event-list-card__container {
        display: flex;
        flex-wrap: wrap;
    }

    .refund-event-card__container{
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(40, 44, 53, 0.06);
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        overflow: hidden;
        display: flex;
        height: 150px;
    }

    .refund-event-card__image {
        width: 50%;
    }

    .refund-event-card__image img {
        height: 100%;
    }

    .refund-event-card__content {
        display: grid;
        text-align: left;
        width: 50%;
        background-color: #F8F7FA;
        padding-bottom: 15px;
    }

    .refund-event-card__content span{
        padding: 0px 20px;
    }

    .refund-arn-info__content {
        display: flex;
        margin-bottom: 10px;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .arn-link {
        width: 60%;
    }

    .refund-event-list-card__image {
        flex: 0 0 106px;
    }

    .refund-event-list-card__content {
        flex: 1 0 1px;
        padding: 0 0 0 15px;
    }

    .refund-date-info{
            width: 59%;
            text-align: right;
    }

    /* Media Queries */
    @media all and (max-width: 600px) {
        .content {
            /* slight space on each side */
            width: 97% !important;
        }

        *[class="gmail-fix"] {
            display: none !important;
        }

        td[class="grid__col"] {
            padding-left: 0px !important;
            padding-right: 0px !important;
            max-width: 90% !important;
        }
        .grid__col {
            padding-left: 0px !important;
            padding-right: 0px !important;
            max-width: 90% !important;
        }
        .social-logo-container {
            display: inline-block !important;
        }
        .btn {
            font-size: 15px !important;
            padding: 12px 28px 14px !important;
            margin-bottom: 18px;
        }
        .hide {display:none;}

        .refund-event-list-card__container {
            display: block;
        }

        .refund-event-list-card__content {
            padding: 15px 0 0 0;
        }

        td[class="eventContainer"]{
            display: block !important;
        }

        .refund-event-card__image {
            width: 100%;
        }

        .refund-event-card__image img{
            width: inherit;
        }

        .refund-event-card__content {
            width: 100%;
            padding-bottom: 20px;
        }

        .arn-link{
            width: 80%;
        }

        .refund-date-info{
            width: 100%;
            text-align: left;
        }
    }
</style>

        <!--[if (mso)|(IE)]>
            <xml:namespace ns="urn:schemas-microsoft-com:vml" prefix="v" />
            <style>
                v\: * { behavior:url(#default#VML); display:inline-block }
                .container-table {
                    width: 100%;
                }
            </style>
        <!<![endif]-->
        <!--[if (gte mso 9)|(IE)]>
            <style>
            .hide {
                display: none;
            }
            </style>
        <![endif]-->

    </head>

    <!-- Global container with background styles. Gmail converts BODY to DIV so we lose properties like BGCOLOR. -->

    <body style="
        padding:0px !important;
        margin:0px !important;
    ">
<div style="color:transparent;visibility:hidden;opacity:0;font-size:0px;border:0;max-height:1px;width:1px;margin:0px;padding:0px;border-width:0px!important;display:none!important;line-height:0px!important;"><img border="0" width="1" height="1" src="https://clicks.eventbrite.com/q/LpEuvlq6cXYs1c23P34Z3A~~/AAQxAQA~/RgRoLhdVPVcDc3BjQgpmSdXjTGYRqmUGUhpjaGljb21tZ2FyZGVuZXJzQGdtYWlsLmNvbVgEAAAAAA~~" alt=""/></div>

        <div class="hide" style="letter-spacing:596px;line-height:0;mso-hide:all"></div>
        <!-- Outermost Wrapper Table -->
        <table style="min-width:100%;" width="100%" bgcolor="#EEEDF2">
            <tr>
                <td>
                    

                </td>
            </tr>
            <tr>
                <td>
                    <table
                        style="
        margin-left:auto;
        margin-right:auto;
    
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    "
                        cellpadding="0"
                        cellspacing="0"
                        border="0"
                        class="container-table"
                    >
                        <tr>
                            <!-- Centered 600px Email Table -->
                            <td style="
        margin-left:auto;
        margin-right:auto;
    " align="center" bgcolor="#EEEDF2">
                                <table class="content" style="border: none;">
                                    <tr>
                                        <td align="center" bgcolor="#EEEDF2">
                                            <table cellpadding="0" cellspacing="0" border="0" bgcolor="#EEEDF2">
                                                <tbody>
                                                    

    <!-- Body Section -->
    
















    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="">
            
    

<tr bgcolor="#EEEDF2" class="row_section-header-content">
    <td style="background-color:#EEEDF2;" bgcolor="#EEEDF2" class="grid__col">
        <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    " align="center">
            <tr class="row_section" style="margin-top:30px" bgcolor="#EEEDF2">
                <td width="30" bgcolor="#EEEDF2" align="center"></td>
                <td class="" style="margin-top:30pxtext-align:center;background-color:#EEEDF2;"
                    align="center">
                    <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    margin-top:30px" class="" cellspacing="0"
                        cellpadding="0" bgcolor="#EEEDF2" align="center">
                        
        
    
    <tr style="" bgcolor="#EEEDF2">
        <td class="" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="">
            
        <div style="
        height:42px;
        width:42px;
        max-width:100%;
        margin: 0 auto;
        text-align: center;
    ">
            
    
    <img src='https://cdn.evbstatic.com/s3-build/prod/1630129-rc2024-05-21_16.04-22499df/django/images/emails_2018_rebrand/e-logo@2x.png' title='' alt='Eventbrite' style='' border="0" width='32' height='32' class=""/>


        </div>
    
        </td>
    </tr>


      
    
                    </table>
                </td>
                <td width="30" bgcolor="#EEEDF2"></td>
            </tr>
        </table>
    </td>
</tr>



        </td>
    </tr>



    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="">
            
    

<tr bgcolor="#EEEDF2" class="row_section-header-content">
    <td style="background-color:#EEEDF2;" bgcolor="#EEEDF2" class="grid__col">
        <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    " align="center">
            <tr class="row_section" style="margin-bottom:40px" bgcolor="#EEEDF2">
                <td width="30" bgcolor="#EEEDF2" align="center"></td>
                <td class="" style="margin-bottom:40pxtext-align:center;background-color:#EEEDF2;"
                    align="center">
                    <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    margin-bottom:40px" class="" cellspacing="0"
                        cellpadding="0" bgcolor="#EEEDF2" align="center">
                        
    
    
    

<p style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#1E0A3C;font-weight:600;text-align:center;"
    class="">
    
        
               This was sent to you by Chicago Community Gardeners Association
    
    
</p>


      
    
                    </table>
                </td>
                <td width="30" bgcolor="#EEEDF2"></td>
            </tr>
        </table>
    </td>
</tr>



        </td>
    </tr>






        
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:20px;font-size:20px;background-color:#FFFFFF;"
        width="600" height="20">
        <table
            style="mso-line-height-rule:exactly;line-height:20px;font-size:20px;height:20px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="20">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:40px;font-size:40px;height:40px;background-color:"
                    height="40"> </td>
            </tr>
        </table>
    </td>
</tr>



        
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="">
            
            

<tr bgcolor="#FFFFFF" class="row_section-content">
    <td style="background-color:#FFFFFF;" bgcolor="#FFFFFF" class="grid__col">
        <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    " align="left">
            <tr class="row_section" style="" bgcolor="#FFFFFF">
                <td width="30" bgcolor="#FFFFFF" align="left"></td>
                <td class="user-generated-content" style="text-align:left;background-color:#FFFFFF;"
                    align="left">
                    <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    " class="user-generated-content" cellspacing="0"
                        cellpadding="0" bgcolor="#FFFFFF" align="left">
                        
                    <P><SPAN STYLE="font-family: arial, helvetica, sans-serif; font-size: medium;"> Hello Everyone!</SPAN></P>
<P> </P>
<P><SPAN STYLE="font-family: arial, helvetica, sans-serif; font-size: medium;">We're thrilled you'll be joining us tomorrow evening for <STRONG>How to Keep it Going: Sowing Seeds for Gardens of Tomorrow</STRONG>. Below you'll find the event details and your tickets. A few notes:</SPAN></P>
<UL>
<LI><SPAN STYLE="font-family: arial, helvetica, sans-serif; font-size: medium;">Please enter the Conservatory through the front entrance, where we'll have a check in area.</SPAN></LI>
<LI><SPAN STYLE="font-family: arial, helvetica, sans-serif; font-size: medium;">From 5-6pm, you can visit the <SPAN STYLE="color: #000000;"><STRONG>Meeting History: A Garfield Park Citizen Archive</STRONG> exhibit on display in the Community Room and also </SPAN>explore the conservatory. Light refreshments will be available.</SPAN></LI>
<LI><SPAN STYLE="font-family: arial, helvetica, sans-serif; font-size: medium;">Just before 6pm, we'll all head to the Jensen Room for the film screenings and panel discussion.</SPAN></LI>
<LI><SPAN STYLE="font-family: arial, helvetica, sans-serif; font-size: medium;">Conservatory staff and CCGA volunteers will be available to provide assistance.</SPAN></LI>
</UL>
<P><SPAN STYLE="font-family: arial, helvetica, sans-serif; font-size: medium;">If you have questions, please send an email to communications@chicagocommunitygardens.org.<BR></SPAN></P>
<P> </P>
<P><SPAN STYLE="font-family: arial, helvetica, sans-serif; font-size: medium;">See you tomorrow evening!</SPAN></P>
            
                    </table>
                </td>
                <td width="30" bgcolor="#FFFFFF"></td>
            </tr>
        </table>
    </td>
</tr>

        
        </td>
    </tr>


        
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:20px;font-size:20px;background-color:#FFFFFF;"
        width="600" height="20">
        <table
            style="mso-line-height-rule:exactly;line-height:20px;font-size:20px;height:20px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="20">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:40px;font-size:40px;height:40px;background-color:"
                    height="40"> </td>
            </tr>
        </table>
    </td>
</tr>




    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:5px;font-size:5px;background-color:#EEEDF2;"
        width="600" height="5">
        <table
            style="mso-line-height-rule:exactly;line-height:5px;font-size:5px;height:5px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="5">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:10px;font-size:10px;height:10px;background-color:"
                    height="10"> </td>
            </tr>
        </table>
    </td>
</tr>



        
        
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="">
            
            
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:20px;font-size:20px;background-color:#FFFFFF;"
        width="600" height="20">
        <table
            style="mso-line-height-rule:exactly;line-height:20px;font-size:20px;height:20px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="20">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:40px;font-size:40px;height:40px;background-color:"
                    height="40"> </td>
            </tr>
        </table>
    </td>
</tr>



            

<tr bgcolor="#FFFFFF" class="row_section-content">
    <td style="background-color:#FFFFFF;" bgcolor="#FFFFFF" class="grid__col">
        <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    " align="left">
            <tr class="row_section" style="" bgcolor="#FFFFFF">
                <td width="30" bgcolor="#FFFFFF" align="left"></td>
                <td class="" style="text-align:left;background-color:#FFFFFF;"
                    align="left">
                    <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    " class="" cellspacing="0"
                        cellpadding="0" bgcolor="#FFFFFF" align="left">
                        
                
    
<h2 style="
        padding: 0;
        margin: 12px 0 0 0;
    
        font-size: 23px;
        line-height: 32px;
        font-weight: normal;
        font-weight: 500;
        color: #1E0A3C;
    
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center; margin-top: 0;" class="">
    
                    


<a style="
        text-decoration:none;color:#3F60E7;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     text-decoration: none; color: #3D64FF; font-weight:normal;
        font-weight: 500;
    " href="https://clicks.eventbrite.com/f/a/vK16dxbuWpXiC0LXHsKZPQ~~/AAQxAQA~/RgRoLhdVP0TGaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vZS9ob3ctdG8ta2VlcC1pdC1nb2luZy1zb3dpbmctc2VlZHMtZm9yLWdhcmRlbnMtb2YtdG9tb3Jyb3ctdGlja2V0cy04OTE5NzAyNzYxMDc_dXRtX3NvdXJjZT1ldmVudGJyaXRlJnV0bV9tZWRpdW09ZW1haWwmdXRtX2NhbXBhaWduPWV2ZW50X3Rlc3RfcmVtaW5kZXImdXRtX3Rlcm09ZXZlbnRuYW1lVwNzcGNCCmZJ1eNMZhGqZQZSGmNoaWNvbW1nYXJkZW5lcnNAZ21haWwuY29tWAQAAAAA" class=""
    >
                        How to Keep it Going: Sowing Seeds for Gardens of Tomorrow
                    </a>
                
</h2>


                    
    

<p style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     text-align: center;"
    class="">
    
                        Wednesday, May 22, 2024 from 5:00 PM to 8:00 PM (CDT)
                    
</p>


                    
    

<p style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     text-align: center;"
    class="">
    
                        Garfield Park Conservatory<BR>300 North Central Park Avenue<BR>Chicago, IL 60624
                    
</p>


                    
    

<p style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     text-align: center;margin-top:30px;"
    class="">
    
                        
    <!--[if (mso)|(ie)]>
    <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="#&utm_source=eventbrite&utm_medium=email&utm_campaign=event_test_reminder&utm_term=mobiletickets" style="height:40px;v-text-anchor:middle;width:225px;" arcsize="10%" strokeweight="1px" strokecolor="#f05537" fillcolor="#f05537">
        <w:anchorlock/>
        <center style="color:#FFFFFF;font-family:sans-serif;font-size:16px;font-weight:normal;">
            Download Tickets
        </center>
    </v:roundrect>
    <![endif]-->
    <!--[if !((mso)|(ie))]><!-- -->
    <div style="text-align:center;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     
        padding: 0;
    ">
        <a
            href="#&utm_source=eventbrite&utm_medium=email&utm_campaign=event_test_reminder&utm_term=mobiletickets"
            target="_blank"
            style="
                background-color:#f05537;
                color:#FFFFFF;
                border-color:#f05537;
                
        display: inline-block;
        line-height: 22px;
        font-weight: normal;
        font-weight: 500;
        font-size: 15px;
        text-align: center;
        text-decoration: none;
        padding: 8px 28px 12px;
        border-radius: 4px;
        border-style: solid;
        border-width: 2px;
    
                
            "
            class="btn "
        >
            Download Tickets
        </a>
    </div>
    <!--<![endif]-->

                    
</p>




                    
    

<p style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     text-align: center;margin-top: 10px;"
    class="">
    
                        
    
    

<p style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#6F7287;font-weight:normal;text-align: center;"
    class="organized_by">
    
        
                                Organized by <a href="https://clicks.eventbrite.com/f/a/3xNBCKlQR6m0K-G4xcHGpA~~/AAQxAQA~/RgRoLhdVP0SpaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vby9jaGljYWdvLWNvbW11bml0eS1nYXJkZW5lcnMtYXNzb2NpYXRpb24tNTA1NzU4Mjg4MTM_dXRtX3NvdXJjZT1ldmVudGJyaXRlJnV0bV9tZWRpdW09ZW1haWwmdXRtX2NhbXBhaWduPWV2ZW50X3Rlc3RfcmVtaW5kZXImdXRtX3Rlcm09b3JnbmFtZVcDc3BjQgpmSdXjTGYRqmUGUhpjaGljb21tZ2FyZGVuZXJzQGdtYWlsLmNvbVgEAAAAAA~~" style="color:#999;text-decoration: none; color: #3D64FF; font-weight:normal;">Chicago Community Gardeners Association</a>
                        
    
</p>


                    
</p>

            
                    </table>
                </td>
                <td width="30" bgcolor="#FFFFFF"></td>
            </tr>
        </table>
    </td>
</tr>


            
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:20px;font-size:20px;background-color:#FFFFFF;"
        width="600" height="20">
        <table
            style="mso-line-height-rule:exactly;line-height:20px;font-size:20px;height:20px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="20">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:40px;font-size:40px;height:40px;background-color:"
                    height="40"> </td>
            </tr>
        </table>
    </td>
</tr>


        
        </td>
    </tr>



    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:20px;font-size:20px;background-color:#EEEDF2;"
        width="600" height="20">
        <table
            style="mso-line-height-rule:exactly;line-height:20px;font-size:20px;height:20px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="20">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:40px;font-size:40px;height:40px;background-color:"
                    height="40"> </td>
            </tr>
        </table>
    </td>
</tr>



    
    <tr style="" bgcolor="#EEEDF2">
        <td class="" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="">
            

        
    
    

<p style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#1E0A3C;font-weight:600;font-size:18px;"
    class="no_text_resize">
    
        
            Questions about the event?
        
    
</p>



        
    
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#6F7287;font-weight:normal;"
    class="">
    
        
            
            
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     "
    class="">
    
                Contact the 
                


<a style="
        text-decoration:none;color:#3F60E7;
      
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; " href="https://clicks.eventbrite.com/f/a/PmWBO6xBcRC3fGu1mvcrpQ~~/AAQxAQA~/RgRoLhdVP0Q9aHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vZS84OTE5NzAyNzYxMDc_Y29udGFjdF9vcmdhbml6ZXI9MVcDc3BjQgpmSdXjTGYRqmUGUhpjaGljb21tZ2FyZGVuZXJzQGdtYWlsLmNvbVgEAAAAAA~~"
    class=""
    >organizer</a>
            
</span>



        
    
</span>



    
        </td>
    </tr>


    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:20px;font-size:20px;background-color:#EEEDF2;"
        width="600" height="20">
        <table
            style="mso-line-height-rule:exactly;line-height:20px;font-size:20px;height:20px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="20">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:40px;font-size:40px;height:40px;background-color:"
                    height="40"> </td>
            </tr>
        </table>
    </td>
</tr>






    <!-- Footer Section-->
    






    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;background-color:#EEEDF2;"
        width="600" height="18">
        <table
            style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;height:18px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="18">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:36px;font-size:36px;height:36px;background-color:"
                    height="36"> </td>
            </tr>
        </table>
    </td>
</tr>





<tr bgcolor="#EEEDF2" class="row_section-footer-content">
    <td style="background-color:#EEEDF2;" bgcolor="#EEEDF2" class="grid__col">
        <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    " align="center">
            <tr class="row_section" style="" bgcolor="#EEEDF2">
                <td width="30" bgcolor="#EEEDF2" align="center"></td>
                <td class="" style="text-align:center;background-color:#EEEDF2;"
                    align="center">
                    <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    color:#1E0A3C;" class="" cellspacing="0"
                        cellpadding="0" bgcolor="#EEEDF2" align="center">
                        



    
    <tr style="" bgcolor="#EEEDF2">
        <td class="footer-content" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="24">
            
        
    
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 12px;
        line-height: 18px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#4B4D63;font-weight:normal;"
    class="">
    
        
            
            
    <span style='' class=''>
                This email was sent to 


<a style="
        text-decoration:none;color:#3F60E7;
     color:#f05537; 
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; " href="mailto:['chicommgardeners@gmail.com']"
    class=""
    >['chicommgardeners@gmail.com']</a>
            </span>

        
    
</span>


    
        </td>
    </tr>


    
    <tr style="" bgcolor="#EEEDF2">
        <td class="footer-content" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="24">
            
        
    
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 12px;
        line-height: 18px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#4B4D63;font-weight:normal;"
    class="">
    
        
                    Sent using Eventbrite
        
    
</span>


    
        </td>
    </tr>


    
    <tr style="" bgcolor="#EEEDF2">
        <td class="footer-content" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="24">
            
        
    
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 12px;
        line-height: 18px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#4B4D63;font-weight:normal;"
    class="">
    
        
            Copyright © 2024 Eventbrite. All rights reserved.
        
    
</span>


    
        </td>
    </tr>


    
    <tr style="" bgcolor="#EEEDF2">
        <td class="footer-content" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="24">
            
        
    
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 12px;
        line-height: 18px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#4B4D63;font-weight:normal;"
    class="">
    
        
            
            


<a style="
        text-decoration:none;color:#3F60E7;
     color:#f05537; 
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; " href="https://clicks.eventbrite.com/f/a/bkcLH391hQd46FZSUb414A~~/AAQxAQA~/RgRoLhdVP0S3aHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vc3VwcG9ydC9hcnRpY2xlcy9lbl9VUy9Ucm91Ymxlc2hvb3RpbmcvZXZlbnRicml0ZS1wcml2YWN5LXBvbGljeT9sZz1lbl9VUz91dG1fc291cmNlPWV2ZW50YnJpdGUmdXRtX21lZGl1bT1lbWFpbCZ1dG1fY2FtcGFpZ249JnV0bV90ZXJtPWVtYWlsX2Zvb3Rlcl9lYl9saW5rVwNzcGNCCmZJ1eNMZhGqZQZSGmNoaWNvbW1nYXJkZW5lcnNAZ21haWwuY29tWAQAAAAA"
    class=""
    >Privacy Policy</a>
        
    
</span>


    
        </td>
    </tr>


    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;background-color:#EEEDF2;"
        width="600" height="18">
        <table
            style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;height:18px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="18">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:36px;font-size:36px;height:36px;background-color:"
                    height="36"> </td>
            </tr>
        </table>
    </td>
</tr>



        <img src="https://www.eventbrite.com/emails/action/?recipient=chicommgardeners%40gmail.com&type_id=136&type=open&send_id=2024-05-21&list_id=9" alt="" width="1" height="1" />

                    </table>
                </td>
                <td width="30" bgcolor="#EEEDF2"></td>
            </tr>
        </table>
    </td>
</tr>



                                                </tbody>
                                            </table>
                                        </td>
                                    </tr>
                                </table>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
        </div>
    
<img border="0" width="1" height="1" alt="" src="https://clicks.eventbrite.com/q/Ig1aZgoypIrk9Wpcoq3Gzg~~/AAQxAQA~/RgRoLhdVPlcDc3BjQgpmSdXjTGYRqmUGUhpjaGljb21tZ2FyZGVuZXJzQGdtYWlsLmNvbVgEAAAAAA~~">
</body>
</html>