<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <br>
    <div class="moz-forward-container"><br>
      -------- Forwarded Message --------
      <table class="moz-email-headers-table" cellspacing="0"
        cellpadding="0" border="0">
        <tbody>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">Subject:
            </th>
            <td>Mini Law School Online: The 2020 Election - significant
              discounts for prelaw students</td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">Date: </th>
            <td>Tue, 14 Jul 2020 09:02:49 -0600</td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">From: </th>
            <td>Mini Law School <a class="moz-txt-link-rfc2396E" href="mailto:mini-law@colorado.edu"><mini-law@colorado.edu></a></td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">Reply-To:
            </th>
            <td><a class="moz-txt-link-abbreviated" href="mailto:mini-law@colorado.edu">mini-law@colorado.edu</a></td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">To: </th>
            <td><a class="moz-txt-link-abbreviated" href="mailto:crank@hampshire.edu">crank@hampshire.edu</a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      <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>Mini Law School Online: The 2020 Election - significant
        discounts for prelaw students</title>
      <!-- The title tag shows in email notifications, like Android 4.4. -->
      <!-- Web Font / @font-face : BEGIN -->
      <style>
    </style>
      <!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. -->
      <!--[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. */
        table {
            border-spacing: 0 !important;
            border-collapse: collapse !important;
            table-layout: fixed !important;
            margin: 0 auto !important;
        }

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

        /* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
        a {
            color: #0277BD;
            text-decoration: none;
        }

        /* What it does: A work-around for email clients meddling in triggered links. */
        *[x-apple-data-detectors],  /* iOS */
        .unstyle-auto-detected-links *,
        .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 changing the text color in conversation threads. */
        .im {
            color: inherit !important;
        }

        /* What it does: Prevents Gmail from displaying a 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: Removes right gutter in Gmail iOS app */
        /* Create one of these media queries for each additional viewport size you'd like to fix */

        /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
        @media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
            u ~ div .email-container {
                min-width: 320px !important;
            }
        }
        /* iPhone 6, 6S, 7, 8, and X */
        @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
            u ~ div .email-container {
                min-width: 375px !important;
            }
        }
        /* iPhone 6+, 7+, and 8+ */
        @media only screen and (min-device-width: 414px) {
            u ~ div .email-container {
                min-width: 414px !important;
            }
        }

    </style>
      <style>
        /* Fixes Pardot overriding responsive image CSS */
        .responsive-img {
            height: auto !important;
            max-width: 680px !important;
            width: 100% !important;
         }
    </style>
      <!-- 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]-->
      <!-- CSS Reset : END -->
      <!-- Progressive Enhancements : BEGIN -->
      <style>

            /* What it does: Hover styles for buttons */
            .button-td,
            .button-a {
                transition: all 0.2s ease-in;
            }
            .button-td-primary:hover,
            .button-a-primary:hover {
                background: #A2A4A3 !important;
                border-color: #A2A4A3 !important;
            }

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

            /* Adds 100% width on small screens */
            .full-width {
                box-sizing: border-box !important;
                width: 100% !important;
            }

                /* What it does: Forces table cells into full-width rows. */
                .stack-column,
                .stack-column-center {
                box-sizing: border-box;
                    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 -->
      <!--
        The email background color (#222222) is defined in three places:
        1. body tag: for most email clients
        2. center tag: for Gmail and Inbox mobile apps and web versions of Gmail, GSuite, Inbox, Yahoo, AOL, Libero, Comcast, freenet, Mail.ru, Orange.fr
        3. mso conditional: For Windows 10 Mail
-->
      <center style="width: 100%; background-color: #efefef;"><!--[if mso | IE]>
    <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #efefef;">
    <tr>
    <td>
    <![endif]--><!-- 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: Helvetica Neue, Helvetica,
          sans-serif;"> </div>
        <!-- Visually Hidden Preheader Text : END --><!-- Create white space after the desired preview text so email clients don’t pull other distracting text into the inbox preview. Extend as necessary. --><!-- Preview Text Spacing Hack : 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: Helvetica Neue, Helvetica,
          sans-serif;">‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ </div>
        <!-- Preview Text Spacing Hack : END --><!--
            Set the email width. Defined in two places:
            1. max-width for all clients except Desktop Windows Outlook, allowing the email to squish on narrow but never go wider than 680px.
            2. MSO tags for Desktop Windows Outlook enforce a 680px width.
            Note: The Fluid and Responsive templates have a different width (600px). The hybrid grid is more "fragile", and I've found that 680px is a good width. Change with caution.
        -->
        <div class="email-container" style="max-width: 680px; margin: 0
          auto;"><!--[if mso]>
            <table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="680">
            <tr>
            <td>
            <![endif]--><!-- Email Body : BEGIN -->
          <table role="presentation" style="margin: auto;" width="100%"
            cellspacing="0" cellpadding="0" border="0">
            <!-- Email Header : BEGIN --> <tbody>
              <tr>
                <td style="background-color: #ffffff; border-top: 5px
                  solid #CFB87C; padding: 20px 10px 10px; text-align:
                  center; "><a
href="https://lawschool.colorado.edu/e/666563/law-/39l344/475850621?h=qJf-PmUmWs8b3KZQ656MQNoszhcI5llv6U5Jn-DtcY4"
                    target="_blank" moz-do-not-send="true"><img
                      alt="Colorado Law – University of Colorado
                      Boulder"
src="https://go.pardot.com/l/666563/2019-08-20/3hn56/666563/38923/CULaw_color_left_medium.jpg"
                      style="font-family: Helvetica Neue, Helvetica,
                      sans-serif; font-size: 15px; line-height: 15px;
                      color: #444444;" moz-do-not-send="true"
                      width="300" height="68" border="0"></a></td>
              </tr>
              <!-- Email Header : END --><!-- Hero Image, Flush : BEGIN --><!-- Hero Image, Flush : END --><!-- 1 Column Text : BEGIN -->
              <tr pardot-repeatable="" style="">
                <td style="background-color: #ffffff;">
                  <table role="presentation" width="100%"
                    cellspacing="0" cellpadding="0" border="0">
                    <tbody>
                      <tr style="">
                        <td pardot-region="" style="padding: 20px;
                          font-family: Helvetica Neue, Helvetica,
                          sans-serif; font-size: 16px; line-height:
                          27px; color: #444444; font-weight: 400; "
                          class="">
                          <h1 style="margin: 0 0 10px; font-family:
                            Helvetica Neue, Helvetica, sans-serif;
                            font-size: 24px; line-height: 31px;
                            font-weight: 700; color: #333333; "><img
                              alt="Mini Law School: The 2020 Election"
src="https://lawschool.colorado.edu/l/666563/2020-07-06/389pwn/666563/77173/MiniLawSchool2020_header_withtext.jpg"
                              style="width: 600px; height: 198px;
                              border-width: 0px; border-style: solid;"
                              moz-do-not-send="true" width="600"
                              height="198" border="0"><br>
                            Registration Open for Mini Law School
                            Online:  The 2020 Election</h1>
                          <table id="templateBody" width="100%"
                            cellspacing="0" cellpadding="0" border="0">
                            <tbody>
                              <tr pardot-repeatable="" style="">
                                <td pardot-region="body_content00"
                                  valign="top" align="left">Hello from
                                  Colorado Law!<br>
                                   <br>
                                  Because of your involvement with your
                                  institution’s pre-law advising
                                  program, I wanted to introduce you to
                                  (or remind you about) a program
                                  through the University of Colorado Law
                                  School that is an excellent
                                  opportunity for your students – Mini
                                  Law School Online. This year’s
                                  curriculum will <strong>focus on the
                                    issues impacting the upcoming 2020
                                    election</strong>, including voting
                                  rights, election law, climate change,
                                  immigration, and more.<br>
                                  <br>
                                  As the program has grown, we have seen
                                  the number of prospective law students
                                  registered for Mini Law School
                                  increase, apply to law school, and
                                  matriculate. A past Mini Law School
                                  participant just graduated as a member
                                  of the class of 2020, inspired in part
                                  by his experience in Mini Law
                                  School.  <br>
                                  <br>
                                  We are pleased to offer Mini Law
                                  School to pre-law students at a
                                  discounted rate of <strong>$100</strong>.
                                  The University of Colorado Law School
                                  will also <strong>waive the law school
                                    application fee</strong> for any
                                  Mini Law School participant who
                                  applies to Colorado Law in the
                                  2020-2021 application cycle. I
                                  encourage you to share this flyer with
                                  your students: <a
href="https://lawschool.colorado.edu/e/666563/minilaw-prelaw/39l346/475850621?h=qJf-PmUmWs8b3KZQ656MQNoszhcI5llv6U5Jn-DtcY4"
                                    moz-do-not-send="true">https://lawschool.colorado.edu/e/666563/minilaw-prelaw/39l346/475850621?h=qJf-PmUmWs8b3KZQ656MQNoszhcI5llv6U5Jn-DtcY4</a><br>
                                  <br>
                                  The eight-week series kicks off
                                  Tuesday, Sept. 8 with Associate
                                  Professor Craig Konnoth's discussion
                                  of the impacts of the 2020 election
                                  and the coronavirus pandemic on health
                                  care and health policy.  Each week, a
                                  Colorado Law professor will present on
                                  a different topic, including:  
                                  <ul>
                                    <li><strong>Our Climate and Energy
                                        Future: What’s at Stake in
                                        November</strong> (Associate
                                      Professor Sharon Jacobs)</li>
                                    <li><strong>Lying and Elections</strong> (Professor Helen
                                      Norton)</li>
                                    <li><strong>Election Law </strong>(Chief
                                      Judge Timothy Tymkovich, United
                                      States Court of Appeals for the
                                      Tenth Circuit)</li>
                                    <li><strong>Civil Rights in the
                                        Balance</strong> (Associate
                                      Professor Scott Skinner-Thompson)</li>
                                    <li><strong>Immigration Law: A
                                        Reform Agenda for the 2020
                                        Election… and Beyond</strong> (Associate
                                      Professor Ming Hsu Chen)</li>
                                    <li><strong>The National Popular
                                        Vote Movement and the Electoral
                                        College</strong> (Professor
                                      Jennifer Hendricks)</li>
                                  </ul>
                                  <p>Participants can livestream the
                                    lectures (and ask questions) or
                                    watch on-demand on their own
                                    schedule.  Participants can also
                                    register to access the entire back
                                    catalog of available Mini Law School
                                    lectures on-demand!</p>
                                  <p>Registration is open now. 
                                    Questions?  E-mail us at <a
                                      href="mailto:mini-law@colorado.edu"
                                      moz-do-not-send="true">mini-law@colorado.edu</a><br>
                                    <br>
                                    <strong>Matthew R. Cushing</strong><br>
                                    Director of Executive and Community
                                    Learning Programs</p>
                                  <div>
                                    <hr width="355" size="1"
                                      noshade="noshade" align="left"></div>
                                  <p><strong>University of Colorado Law
                                      School</strong> <br>
                                    Wolf Law Building, 401 UCB <strong>|</strong> Boulder,
                                    CO 80309</p>
                                </td>
                              </tr>
                              <tr pardot-repeatable="" style="">
                                <td> </td>
                              </tr>
                            </tbody>
                          </table>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
              <!-- 1 Column Text : END --><!-- Button : BEGIN--> <tr
                pardot-repeatable="" style="">
                <td style="padding: 0 20px 20px; background-color:
                  #ffffff; ">
                  <table class="full-width" role="presentation"
                    style="margin: auto;" cellspacing="0"
                    cellpadding="0" border="0" align="center">
                    <tbody>
                      <tr>
                        <td class="button-td button-td-primary"
                          style="background: #CFB87C; border-radius:
                          3px; box-shadow: 0 2px 5px rgba(0,0,0,0.3); "><a
                            class="button-a button-a-primary
                            center-on-narrow"
href="https://lawschool.colorado.edu/e/666563/minilaw2020registration/39l342/475850621?h=qJf-PmUmWs8b3KZQ656MQNoszhcI5llv6U5Jn-DtcY4"
                            pardot-region="" pardot-region-type="link"
                            style="background: #CFB87C; border: 1px
                            solid #CFB87C; border-radius: 3px;
                            border-radius: 3px; font-family: Helvetica
                            Neue, Helvetica, sans-serif; font-size:
                            16px; line-height: 16px; padding: 11px 30px;
                            color: #000000; display: block; font-weight:
                            700; " moz-do-not-send="true">Register for
                            Mini Law School Now!</a></td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
              <!-- 2 Even Columns : BEGIN --><!-- 2 Even Columns : END --><!-- 3 Even Columns : BEGIN --><!-- 3 Even Columns : END --><!-- Divider : BEGIN --><!-- Divider : END --><!-- Thumbnail Left, Text Right : BEGIN --><!-- Thumbnail Left, Text Right : END --><!-- Thumbnail Left, Text Right : BEGIN --><!-- Thumbnail Left, Text Right : END --><!-- Divider : BEGIN --><!-- Divider : END --><!-- Thumbnail Right, Text Left : BEGIN --><!-- Thumbnail Right, Text Left : END --><!-- Thumbnail Right, Text Left : BEGIN --><!-- Thumbnail Right, Text Left : END --><!-- Divider : BEGIN --><!-- Divider : END --><!-- 1 Column Text : BEGIN --><!-- 1 Column Text : END --><!-- Button : BEGIN--><!-- Button : END --><!-- White Spacer : BEGIN -->
              <tr pardot-repeatable="" style="">
                <td aria-hidden="true" style="font-size: 0px;
                  line-height: 0px; background-color: #ffffff; "
                  height="10"> </td>
              </tr>
              <!-- White Spacer : END --><!-- Clear Spacer : BEGIN --> <tr>
                <td aria-hidden="true" style="font-size: 0px;
                  line-height: 0px;" height="20"> </td>
              </tr>
              <!-- Clear Spacer : END -->
            </tbody>
          </table>
          <!-- Email Body : END --><!-- Email Footer : BEGIN -->
          <table role="presentation" style="max-width: 680px;"
            width="100%" cellspacing="0" cellpadding="0" border="0">
            <tbody>
              <tr>
                <td style="padding: 20px; font-family: Helvetica Neue,
                  Helvetica, sans-serif; font-size: 12px; line-height:
                  15px; text-align: center; color: #000000;"><br>
                  University of Colorado Law School<br>
                  401 UCB<br>
                  2450 Kittredge Loop Road<br>
                  Boulder, CO 80309<br>
                  <br>
                  <br>
                  <a
href="https://lawschool.colorado.edu/e/666563/ColoLawSchool-/39l348/475850621?h=qJf-PmUmWs8b3KZQ656MQNoszhcI5llv6U5Jn-DtcY4"
                    style="color: #000000" target="_blank"
                    moz-do-not-send="true">Facebook</a> | <a
href="https://lawschool.colorado.edu/e/666563/ColoLaw/39l34b/475850621?h=qJf-PmUmWs8b3KZQ656MQNoszhcI5llv6U5Jn-DtcY4"
                    style="color: #000000" target="_blank"
                    moz-do-not-send="true">Twitter</a> | <a
href="https://lawschool.colorado.edu/e/666563/coloradolaw-/39l34d/475850621?h=qJf-PmUmWs8b3KZQ656MQNoszhcI5llv6U5Jn-DtcY4"
                    style="color: #000000" target="_blank"
                    moz-do-not-send="true">Instagram</a> | <a
href="https://lawschool.colorado.edu/e/666563/annel-UCQqG1L6RHJEEgDIU2rAjihg/39l34g/475850621?h=qJf-PmUmWs8b3KZQ656MQNoszhcI5llv6U5Jn-DtcY4"
                    style="color: #000000" target="_blank"
                    moz-do-not-send="true">YouTube</a> | <a
href="https://lawschool.colorado.edu/e/666563/school-colorado-law-/39l34j/475850621?h=qJf-PmUmWs8b3KZQ656MQNoszhcI5llv6U5Jn-DtcY4"
                    style="color: #000000" target="_blank"
                    moz-do-not-send="true">LinkedIn</a><br>
                  <br>
                  <unsubscribe style="color: #000000; "><a
href="https://lawschool.colorado.edu/unsubscribe/u/666563/c0ec27461d132e359b045ef32dfcda4f33f5850f885f5cf3e3a6207ebfce37f3/475850621"
                      style="color: #000000" target="_blank"
                      moz-do-not-send="true">unsubscribe</a> | <a
href="https://lawschool.colorado.edu/emailPreference/epc/666563/jHqYb87KhZIENuclb9onPBDANgq4JhiDh7Kks8kEBJU/c0ec27461d132e359b045ef32dfcda4f33f5850f885f5cf3e3a6207ebfce37f3/475850621"
                      style="color: #000000" target="_blank"
                      moz-do-not-send="true">update your email
                      preferences</a></unsubscribe></td>
              </tr>
              <!-- Clear Spacer : BEGIN --> <tr>
                <td aria-hidden="true" style="font-size: 0px;
                  line-height: 0px;" height="40"> </td>
              </tr>
              <!-- Clear Spacer : END -->
            </tbody>
          </table>
          <!-- Email Footer : END --><!--[if mso]>
            </td>
            </tr>
            </table>
            <![endif]--></div>
        <!--[if mso | IE]>
    </td>
    </tr>
    </table>
    <![endif]--></center>
      <img alt=""
        src="https://lawschool.colorado.edu/r/666563/1/475850621/open/1"
        moz-do-not-send="true">
    </div>
  </body>
</html>