<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>I signed up but it says I keep entering the wrong password.  I
      give up for now.  Annie<br>
    </p>
    <div class="moz-cite-prefix">On 8/28/2020 4:55 PM, Dupont Community
      Impact via Green wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:0100017436da3180-8630b6d0-1c8f-4b81-a1f0-4ac346153883-000000@email.amazonses.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <meta charset="utf-8">
      <!-- utf-8 works for most cases -->
      <meta name="viewport" content="width=device-width">
      <!-- Forcing initial-scale shouldn't be necessary -->
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <!-- Use the latest (edge) version of IE rendering engine -->
      <meta name="x-apple-disable-message-reformatting">
      <!-- Disable auto-scale in iOS 10 Mail entirely -->
      <title></title>
      <!-- The title tag shows in email notifications, like Android 4.4. -->
      <!-- Web Font / @font-face : BEGIN -->
      <!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely removed. -->
      <!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
      <!--[if mso]>
        <style>
            * {
                font-family: sans-serif !important;
            }
        </style>
    <![endif]-->
      <!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
      <!--[if !mso]><!-->
      <!--<![endif]-->
      <!-- Web Font / @font-face : END -->
      <!-- CSS Reset : BEGIN -->
      <style>

        /* What it does: Remove spaces around the email design added by some email clients. */
        /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
        html,
        body {
            margin: 0 auto !important;
            padding: 0 !important;
            height: 100% !important;
            width: 100% !important;
        }

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

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

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

        /* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
        table {
            border-spacing: 0 !important;
            border-collapse: collapse !important;
            table-layout: fixed !important;
            /*margin: 0 auto !important;*/
        }

            table table table {
                table-layout: auto;
            }

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

        /* What it does: A work-around for email clients meddling in triggered links. */
        *[x-apple-data-detectors], /* iOS */
        .x-gmail-data-detectors, /* Gmail */
        .x-gmail-data-detectors *,
        .aBn {
            border-bottom: 0 !important;
            cursor: default !important;
            color: inherit !important;
            text-decoration: none !important;
            font-size: inherit !important;
            font-family: inherit !important;
            font-weight: inherit !important;
            line-height: inherit !important;
        }

        /* What it does: Prevents Gmail from displaying an download button on large, non-linked images. */
        .a6S {
            display: none !important;
            opacity: 0.01 !important;
        }
        /* If the above doesn't work, add a .g-img class to any image in question. */
        img.g-img + div {
            display: none !important;
        }

        /* What it does: Prevents underlining the button text in Windows 10 */
        .button-link {
            text-decoration: none !important;
        }

        /* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
        /* Create one of these media queries for each additional viewport size you'd like to fix */
        /* Thanks to Eric Lepetit (@ericlepetitsf) for help troubleshooting */
        @media only screen and (min-device-width: 375px) and (max-device-width: 413px) { /* iPhone 6 and 6+ */
            .email-container {
                min-width: 375px !important;
            }
        }

        @media screen and (max-width: 480px) {
            /* What it does: Forces Gmail app to display email full width */
            div > u ~ div .gmail {
                min-width: 100vw;
            }
        }
    </style>
      <!-- CSS Reset : END -->
      <!-- Progressive Enhancements : BEGIN -->
      <style>

        /* What it does: Hover styles for buttons */
        .button-td,
        .button-a {
            transition: all 100ms ease-in;
        }

            .button-td:hover,
            .button-a:hover {
                opacity: .9
            }

        /* Media Queries */
        @media screen and (max-width: 600px) {

            .email-container {
                width: 100% !important;
                margin: auto !important;
            }

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

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

            /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
            .center-on-narrow {
                text-align: center !important;
                display: block !important;
                margin-left: auto !important;
                margin-right: auto !important;
                float: none !important;
            }

            table.center-on-narrow {
                display: inline-block !important;
            }

            /* What it does: Adjust typography on small screens to improve readability */
            .email-container p {
                font-size: 17px !important;
            }
        }
    </style>
      <!-- Progressive Enhancements : END -->
      <!-- What it does: Makes background images in 72ppi Outlook render at correct size. -->
      <!--[if gte mso 9]>
    <xml>
        <o:OfficeDocumentSettings>
            <o:AllowPNG/>
            <o:PixelsPerInch>96</o:PixelsPerInch>
        </o:OfficeDocumentSettings>
    </xml>
    <![endif]-->
      <center style="width: 100%; background: #F0F0F0; text-align:
        left;">
        <!-- Visually Hidden Preheader Text : BEGIN -->
        <div style="display: none; font-size: 1px; line-height: 1px;
          max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden;
          mso-hide: all; font-family: sans-serif;"> GrantsConnect
          Support </div>
        <!-- Visually Hidden Preheader Text : END -->
        <!-- Email Header : BEGIN -->
        <table role="presentation" style="margin-bottom:
          20px;border-bottom: 1px solid #ededed;"
          class="email-container" width="100%" cellspacing="0"
          cellpadding="0" border="0" bgcolor="#ffffff" align="left">
          <tbody>
            <tr>
              <td style="padding: 20px; text-align: left">
                <div style="width: 100px; height: 100px; position:
                  relative;"><img
src="https://grantsconnect.imgix.net/management/114/images/bd6cdd76-ad81-45bf-86f1-eebdb420f8f4.jpg"
                    alt="No Image" max-height="100" style="max-height:
                    100px;max-width: 100px;top: 0;bottom: 0;left:
                    0;right: 0;margin: auto;position: absolute;"
                    moz-do-not-send="true" width="100" border="0"></div>
              </td>
            </tr>
          </tbody>
        </table>
        <!-- Email Header : END -->
        <!-- Email Body : BEGIN -->
        <table role="presentation" style="margin: auto; width: 700px"
          class="email-container" width="700px" cellspacing="0"
          cellpadding="0" border="0" align="center">
          <!-- Hero Image, Flush : BEGIN --> <tbody>
            <tr>
              <td style="color: #ffffff;font-family: Helvetica, Arial;
                height:115px; font-size: 24px;" valign="bottom"
                height="115px" bgcolor="#e40001" align="center">
                <center> <img
src="https://s3.amazonaws.com/statichosting.yourcause.com/email_campaigns/grants/okCheck.png"
                    alt="No Image" style="height: 50px; font-family:
                    sans-serif; font-size: 15px; line-height: 140%;"
                    moz-do-not-send="true" height="50" border="0"> </center>
              </td>
            </tr>
            <tr>
              <td aria-hidden="true" style="background:
                #e40001;height:20px;font-size: 0; line-height: 0;"
                valign="middle" height="20px" bgcolor="#e40001"
                align="center"><br>
              </td>
            </tr>
            <tr>
              <td aria-hidden="true" style="height:90px; color:
                #ffffff;font-family: sans-serif; font-weight: 600;
                font-size: 26px; padding: 0px 13px" valign="top"
                height="90px" bgcolor="#e40001" align="center">
                Invitation to GrantsConnect </td>
            </tr>
            <!-- Hero Image, Flush : END -->
            <!-- Email Body : BEGIN --> <tr>
              <td style="padding: 0 40px 40px; font-family: sans-serif;
                font-size: 15px; line-height: 140%; color: #555555;
                text-align: left;" bgcolor="#ffffff"> <br>
                <br>
                Dear Kat Hawbaker, <br>
                <br>
                You have been added to access a grant application
                (189832) in the YourCause GrantsConnect system by Sara
                Jatcko. Click the button to access the applicant portal
                and access this grant application. Please note: only one
                person should update a grant application at a time.
                Please coordinate with anyone you are working with on
                this application to ensure that only one of you is
                working on it at the same time. <br>
                <br>
                Sincerely,<br>
                GrantsConnect Support Team </td>
            </tr>
            <tr>
              <td style="padding: 0 40px 40px; font-family: sans-serif;
                font-size: 15px; line-height: 140%; color: #555555;"
                bgcolor="#ffffff">
                <!-- Button : BEGIN -->
                <table role="presentation" style="margin: auto"
                  cellspacing="0" cellpadding="0" border="0"
                  align="center">
                  <tbody>
                    <tr>
                      <td style="border-radius: 3px; background:
                        #e40001; text-align: center;" class="button-td">
                        <a
href="https://apply.yourcausegrants.com/apply/application/189832/forms/4457"
                          style="background: #e40001; border: 15px solid
                          #e40001; font-family: sans-serif; font-size:
                          13px; line-height: 110%; text-align: center;
                          text-decoration: none; display: block;
                          border-radius: 3px; font-weight: bold;"
                          class="button-a" moz-do-not-send="true">
                                <span style="color:#ffffff;">Go to
                            GrantsConnect</span>       </a> </td>
                    </tr>
                  </tbody>
                </table>
                <!-- Button : END --> </td>
            </tr>
            <!-- Email Body : END -->
            <!-- Background Image with Text : BEGIN --> <tr>
              <td aria-hidden="true" style="font-size: 0; line-height:
                0;" height="40">   </td>
            </tr>
            <!-- Clear Spacer : END -->
          </tbody>
        </table>
        <!-- Email Body : END -->
        <!-- Full Bleed Background Section : BEGIN -->
        <table role="presentation" width="100%" cellspacing="0"
          cellpadding="0" border="0" bgcolor="#606972" align="center">
          <tbody>
            <tr>
              <td valign="top" align="center">
                <div style="max-width: 600px; margin: auto;"
                  class="email-container">
                  <!--[if mso]>
                        <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="600" align="center">
                        <tr>
                        <td>
                        <![endif]-->
                  <table role="presentation" width="100%"
                    cellspacing="0" cellpadding="0" border="0">
                    <tbody>
                      <tr>
                        <td style="padding: 40px; text-align: center;
                          font-family: sans-serif; font-size: 12px;
                          line-height: 140%; color: #e8e8e8;
                          font-weight: 400">
                          <p style="margin: 0;"> GrantsConnect ||
                            Powered by: YourCause || Email Template:
                            GC-16 <br>
                            <br>
                            6111 West Plano Parkway, Suite 1000, Plano,
                            Texas, 75093 </p>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                  <!--[if mso]>
                        </td>
                        </tr>
                        </table>
                        <![endif]--> </div>
              </td>
            </tr>
          </tbody>
        </table>
        <!-- Full Bleed Background Section : END --> </center>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
Green mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Green@fuusm.org">Green@fuusm.org</a>
<a class="moz-txt-link-freetext" href="http://fuusm.org/mailman/listinfo/green_fuusm.org">http://fuusm.org/mailman/listinfo/green_fuusm.org</a>
</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
Annie Warmke
Farmer, activist, consultant, writer
Blue Rock Station/Warmke Farm LLC
<a class="moz-txt-link-abbreviated" href="http://www.bluerockstation.com">www.bluerockstation.com</a>
(740) 674-4300 or (740) 252-6295 Mobile 

Radio: When the Biomass Hits the Wind Turbine
WOUB Digital Wednesday 9 am
WGRN Digital Friday 11:30 am & Saturday 8:30 am

Publications:
The Business of Goat Herding (BRS Media)
The Journey Toward Nothing (BRS Media)
Naturally Healthy Goats (BRS Media)

Podcasts: bluerockstation.com
When the Biomass Hits the Wind Turbine
Arriving at Blue Rock Station</pre>
  <div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br />
<table style="border-top: 1px solid #D3D4DE;">
        <tr>
        <td style="width: 55px; padding-top: 13px;"><a href="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" target="_blank"><img src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-green-avg-v1.png" alt=""  width="46" height="29" style="width: 46px; height: 29px;" /></a></td>
                <td style="width: 470px; padding-top: 12px; color: #41424e; font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 18px;">Virus-free. <a href="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" target="_blank" style="color: #4453ea;">www.avg.com</a>
                </td>
        </tr>
</table><a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"> </a></div></body>
</html>