<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN' 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'><html xmlns='http://www.w3.org/1999/xhtml'>
<html prefix="og: http://ogp.me/ns/fb#">
<head><style type='text/css'>
span.preheader { display:none !important; visibility:hidden;line-height:0; opacity:0; color:transparent; height:0; width:0; }
</style>

  <!--this is the head-->
  <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- 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. -->
    <!-- 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]><!-->
    <!-- insert web font reference, eg: <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'> -->
    <!--<![endif]-->
    <!-- Web Font / @font-face : END -->
    <!-- CSS Reset -->
    <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;
            line-height: 1.4 !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 iOS meddling in triggered links. */
        *[x-apple-data-detectors] {
            color: inherit !important;
            text-decoration: none !important;
        }

        /* What it does: A work-around for Gmail meddling in triggered links. */
        .x-gmail-data-detectors,
        .x-gmail-data-detectors *,
        .aBn {
            border-bottom: 0 !important;
            cursor: default !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;
        }
        .button-text{text-align: center!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;
            }
        }

    </style>

    <!-- Progressive Enhancements -->
    
      <style id="media-query-style-element">
      /* Media Queries */
       @media  screen yahoo and (min-width: 768px){
       img[class="desktop-version"] {
          display: none !important;
        }
        img[class="mobile-version"] {
          display: inline-block !important;
        }
      }
      @media  screen yahoo and (max-width: 768px){
        img[class="desktop-version"] {
          display: inline-block !important;
        }
        img[class="mobile-version"] {
         display: none !important;
        }
      }

      @media screen and (min-width: 768px) {
        .desktop-version {
          display: inline-block !important;
        }
        .mobile-version {
         display: none !important;
        }
      }

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

        .desktop-version {
          display: none !important;
        }
        .mobile-version {
          display: inline-block !important;
        }
        .email-container img.cd-image {
            height: auto !important;
          }
          .email-container img.no-img-edit {
            width: 100% !important;
            height: auto !important;
          }
          table, td{
            width: 100% !important;
          }
          div{
            width: 100% !important;
            min-width:100%!important;
          }
        .social-block-container{
            padding-left: 0 !important;
            padding-right: 0 !important;
          }
          /* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */
        .fluid {
            width: 100% !important;
            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;
            width: 100% !important;
            max-width: 100% !important;
            direction: ltr !important;
          }

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

          table.center-on-narrow {
            display: inline-block !important;
          }
        .button-text{ max-width:100%!important; box-sizing: border-box!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]-->
    
    <!--Replace with relevant script for different preview behavior -->
    
</head>
<body><span class='preheader' style='display: none !important; visibility: line-height:0; hidden; opacity: 0; color: transparent; height: 0; width: 0;'>Don't miss out on the conversation!                                                                                                                    </span><img src="https://elinkeu.clickdimensions.com/o/3/TXpZM01qa3hNalU6Y0RFdFlqRTVNamcwTFdNNU5EbG1ZamMyT1RKaVpqUTFaRFppWXpVMVl6TTNNbUkyTnpBd09EQXc6Wm1GdGFXeDVRR2hsYVc1eWFXTm9MbU52TG5WcjpZMjl1ZEdGamRDMW1aRFJtT1RneE5UTTBOamRsT1RFeFlUaGlOREF3TWpJME9EQXdOVGMwT0MweVpqSTBZV0l6Tm1JeFpXUTBNV1l5T1RsaVltWmhPR05rTkdGak56Y3lNUQ/VUBIqP1-EJGaOWlGgN7V-A" width="1" height="1" /><img src="https://elinkeu.clickdimensions.com/o/3/TXpZM01qa3hNalU6Y0RFdFlqRTVNamcwTFdNNU5EbG1ZamMyT1RKaVpqUTFaRFppWXpVMVl6TTNNbUkyTnpBd09EQXc6Wm1GdGFXeDVRR2hsYVc1eWFXTm9MbU52TG5WcjpZMjl1ZEdGamRDMW1aRFJtT1RneE5UTTBOamRsT1RFeFlUaGlOREF3TWpJME9EQXdOVGMwT0MweVpqSTBZV0l6Tm1JeFpXUTBNV1l5T1RsaVltWmhPR05rTkdGak56Y3lNUQ/VUBIqP1-EJGaOWlGgN7V-A" width="1" height="1" />
<!--this is the body-->
  <center style="width: 100%;">

                      <div dir="ltr" style="max-width: 100%; margin: auto; direction: ltr;" class="email-container">
                      <table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="width: 100%; border-width: 1px; border-style: none; border-radius: 0px; background-origin: border-box; background-color: #e0e0e0; border-collapse: separate!important;" class="email-container">
                        <tbody>
                         <tr>
                           <td style="width: 100%;">
                            <!--[if mso]>
                            <table role="presentation" border="0" cellspacing="0" cellpadding="0" align="center" width="601" style="border-width: 1px; border-color: #ffffff; border-style: None; width: 601px; max-width: 601px;  border-collapse: separate!important;" class="email-page-container">
                           <![endif]-->
                            <!--[if !mso]><!-- -->
                             <table role="presentation" cellspacing="0" cellpadding="0" border="0"  align="center" width="602" style="border-width: 1px; border-color: #ffffff; border-style: None; width: 602px; max-width: 602px;  border-collapse: separate!important;" class="email-page-container">
                            <!--<![endif]-->
                                  <tbody>
                                      <tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="24" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #ffffff;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="600px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:600px; max-width:600px; min-width:600px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="600px" style="table-layout: fixed; width: 600px;" >
                                                        <tbody>
                                                            <tr>
                          <td width="564" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 9px; padding-bottom: 9px; padding-left: 18px; padding-right: 18px;"><p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:12px">Click <a cd-link-manager-tab="6" href="https://elinkeu.clickdimensions.com/m/1/36729125/p1-b19284-c949fb7692bf45d6bc55c372b6700800/2/178/7da21c51-e0ac-4721-90fe-6f1a19ca9eb4" style="color: rgb(0, 127, 183); font-weight: bold; text-decoration: underline;"><span style="color:#007fb7"><u>here</u></span></a> if you are having trouble viewing this message.</span></p>
</td>
                     </tr>
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="25" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #ffffff;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="600px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:600px; max-width:600px; min-width:600px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="600px" style="table-layout: fixed; width: 600px;" >
                                                        <tbody>
                                                            <!--[if mso]>
                              <tr>
                                <td width="600" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                     <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3AMA%3A%3AaHR0cDovL3d3dy5kdXIuYWMudWs_X2NsZGVlPVptRnRhV3g1UUdobGFXNXlhV05vTG1OdkxuVnImcmVjaXBpZW50aWQ9Y29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMSZlc2lkPWJjMGJhYjU3LWZmZWItZTkxMS1hODEyLTAwMGQzYTg2YWQyNQ&K=5TF1JccDtvoL-qxlQAQe-Q" title="http://www.dur.ac.uk" target="_blank"   cdlinkrefidmso="4" ><img class="desktop-version center-on-narrow cd-image" height="auto" width="100%" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/ilovedurhampurplebanner.png"  alt="Durham University logo on purple banner" title="Durham University logo on purple banner"  /></a>
                                </td>
                              </tr>
                           <![endif]-->
                           <!--[if !mso]><!-- --><tr>
                          <td width="600" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                             <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3AMQ%3A%3AaHR0cDovL3d3dy5kdXIuYWMudWs_X2NsZGVlPVptRnRhV3g1UUdobGFXNXlhV05vTG1OdkxuVnImcmVjaXBpZW50aWQ9Y29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMSZlc2lkPWJjMGJhYjU3LWZmZWItZTkxMS1hODEyLTAwMGQzYTg2YWQyNQ&K=u4fuNdokLCUNutYkoDISAw" title="http://www.dur.ac.uk" target="_blank"   cdlinkrefid="4" ><img class="desktop-version center-on-narrow cd-image" height="auto" width="100%" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/ilovedurhampurplebanner.png"  alt="Durham University logo on purple banner" title="Durham University logo on purple banner"  />
                    <img class="mobile-version center-on-narrow cd-image no-img-edit" height="auto" width="100%" style="vertical-align: middle; display: none;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/ilovedurhampurplebanner.png"  alt="Durham University logo on purple banner" title="Durham University logo on purple banner"  /></a>
                          </td>
                     </tr><!--<![endif]-->
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="26" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #ffffff;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="600px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:600px; max-width:600px; min-width:600px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="600px" style="table-layout: fixed; width: 600px;" >
                                                        <tbody>
                                                            <tr>
                          <td width="564" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 9px; padding-bottom: 9px; padding-left: 18px; padding-right: 18px;"><p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none">Anna, discover more about Durham!</p>
</td>
                     </tr>
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="27" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #ffffff;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="600px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:600px; max-width:600px; min-width:600px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="600px" style="table-layout: fixed; width: 600px;" >
                                                        <tbody>
                                                            <tr>
                          <td width="564" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 9px; padding-bottom: 9px; padding-left: 18px; padding-right: 18px;"><p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:14px"><span style="color:#002a41">Check out our <a cd-link-manager-tab="1" href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3AMg%3A%3AaHR0cHM6Ly9zaXRlcy5kdXJoYW0uYWMudWsvc3R1ZGVudGJsb2cvP19jbGRlZT1abUZ0YVd4NVFHaGxhVzV5YVdOb0xtTnZMblZyJnJlY2lwaWVudGlkPWNvbnRhY3QtZmQ0Zjk4MTUzNDY3ZTkxMWE4YjQwMDIyNDgwMDU3NDgtMmYyNGFiMzZiMWVkNDFmMjk5YmJmYThjZDRhYzc3MjEmZXNpZD1iYzBiYWI1Ny1mZmViLWU5MTEtYTgxMi0wMDBkM2E4NmFkMjU&K=MqDpCwlgrUSAqrg3K3Mv6w" target="_blank" style="color: #68246d; font-weight: bold; text-decoration: underline;">student blogs</a> to see what our students are saying about life here. </span></span><span style="font-size:14px"><span style="color:#002a41">You can also keep up to date with all things Durham on our social media pages. Click the links below and follow us!</span></span></p>
</td>
                     </tr>
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="28" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 9px; padding-bottom: 0px; padding-left: 10px; padding-right: 10px; background-color: #ffffff;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="285px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:285px; max-width:285px; min-width:285px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="285px" style="table-layout: fixed; width: 285px;" >
                                                        <tbody>
                                                            <!--[if mso]>
                              <tr>
                                <td width="285" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                     <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3AMw%3A%3AaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9kdXJoYW11bml2ZXJzaXR5Lz9fY2xkZWU9Wm1GdGFXeDVRR2hsYVc1eWFXTm9MbU52TG5WciZyZWNpcGllbnRpZD1jb250YWN0LWZkNGY5ODE1MzQ2N2U5MTFhOGI0MDAyMjQ4MDA1NzQ4LTJmMjRhYjM2YjFlZDQxZjI5OWJiZmE4Y2Q0YWM3NzIxJmVzaWQ9YmMwYmFiNTctZmZlYi1lOTExLWE4MTItMDAwZDNhODZhZDI1&K=HoLy_gOKzQVEeoo2TQ2NIA" title="https://www.instagram.com/durhamuniversity/" target="_blank"   cdlinkrefidmso="10" ><img class="desktop-version center-on-narrow cd-image" height="285" width="285" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/instagramsq.png"  alt="Instagram" title="Instagram"  /></a>
                                </td>
                              </tr>
                           <![endif]-->
                           <!--[if !mso]><!-- --><tr>
                          <td width="285" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                             <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3ANA%3A%3AaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9kdXJoYW11bml2ZXJzaXR5Lz9fY2xkZWU9Wm1GdGFXeDVRR2hsYVc1eWFXTm9MbU52TG5WciZyZWNpcGllbnRpZD1jb250YWN0LWZkNGY5ODE1MzQ2N2U5MTFhOGI0MDAyMjQ4MDA1NzQ4LTJmMjRhYjM2YjFlZDQxZjI5OWJiZmE4Y2Q0YWM3NzIxJmVzaWQ9YmMwYmFiNTctZmZlYi1lOTExLWE4MTItMDAwZDNhODZhZDI1&K=GW2B2rzppGSt8YjNMz7gaA" title="https://www.instagram.com/durhamuniversity/" target="_blank"   cdlinkrefid="10" ><img class="desktop-version center-on-narrow cd-image" height="285" width="285" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/instagramsq.png"  alt="Instagram" title="Instagram"  />
                    <img class="mobile-version center-on-narrow cd-image no-img-edit" height="auto" width="47.5%" style="vertical-align: middle; display: none;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/instagramsq.png"  alt="Instagram" title="Instagram"  /></a>
                          </td>
                     </tr><!--<![endif]-->
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]--><!--[if mso]><td align="left" valign="top" width="9px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:9px; max-width:9px; min-width:9px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="9px" style="table-layout: fixed; width: 9px;" >
                                                        <tbody>
                                                            
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]--><!--[if mso]><td align="left" valign="top" width="285px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:285px; max-width:285px; min-width:285px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="285px" style="table-layout: fixed; width: 285px;" >
                                                        <tbody>
                                                            <!--[if mso]>
                              <tr>
                                <td width="285" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                     <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3ANQ%3A%3AaHR0cHM6Ly90d2l0dGVyLmNvbS9kdXJoYW1fdW5pP19jbGRlZT1abUZ0YVd4NVFHaGxhVzV5YVdOb0xtTnZMblZyJnJlY2lwaWVudGlkPWNvbnRhY3QtZmQ0Zjk4MTUzNDY3ZTkxMWE4YjQwMDIyNDgwMDU3NDgtMmYyNGFiMzZiMWVkNDFmMjk5YmJmYThjZDRhYzc3MjEmZXNpZD1iYzBiYWI1Ny1mZmViLWU5MTEtYTgxMi0wMDBkM2E4NmFkMjU&K=bgWeoPmXXk490wXEmSEYaA" title="https://twitter.com/durham_uni" target="_blank"   cdlinkrefidmso="11" ><img class="desktop-version center-on-narrow cd-image" height="285" width="285" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/twittersq.png"  alt="Twitter" title="Twitter"  /></a>
                                </td>
                              </tr>
                           <![endif]-->
                           <!--[if !mso]><!-- --><tr>
                          <td width="285" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                             <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3ANg%3A%3AaHR0cHM6Ly90d2l0dGVyLmNvbS9kdXJoYW1fdW5pP19jbGRlZT1abUZ0YVd4NVFHaGxhVzV5YVdOb0xtTnZMblZyJnJlY2lwaWVudGlkPWNvbnRhY3QtZmQ0Zjk4MTUzNDY3ZTkxMWE4YjQwMDIyNDgwMDU3NDgtMmYyNGFiMzZiMWVkNDFmMjk5YmJmYThjZDRhYzc3MjEmZXNpZD1iYzBiYWI1Ny1mZmViLWU5MTEtYTgxMi0wMDBkM2E4NmFkMjU&K=VRVuly3WBXnCbt_57x4P4g" title="https://twitter.com/durham_uni" target="_blank"   cdlinkrefid="11" ><img class="desktop-version center-on-narrow cd-image" height="285" width="285" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/twittersq.png"  alt="Twitter" title="Twitter"  />
                    <img class="mobile-version center-on-narrow cd-image no-img-edit" height="auto" width="47.5%" style="vertical-align: middle; display: none;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/twittersq.png"  alt="Twitter" title="Twitter"  /></a>
                          </td>
                     </tr><!--<![endif]-->
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="29" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 9px; padding-bottom: 9px; padding-left: 10px; padding-right: 10px; background-color: #ffffff;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="285px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:285px; max-width:285px; min-width:285px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="285px" style="table-layout: fixed; width: 285px;" >
                                                        <tbody>
                                                            <!--[if mso]>
                              <tr>
                                <td width="285" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                     <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3ANw%3A%3AaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2R1cmhhbXVuaXZlcnNpdHkvP19jbGRlZT1abUZ0YVd4NVFHaGxhVzV5YVdOb0xtTnZMblZyJnJlY2lwaWVudGlkPWNvbnRhY3QtZmQ0Zjk4MTUzNDY3ZTkxMWE4YjQwMDIyNDgwMDU3NDgtMmYyNGFiMzZiMWVkNDFmMjk5YmJmYThjZDRhYzc3MjEmZXNpZD1iYzBiYWI1Ny1mZmViLWU5MTEtYTgxMi0wMDBkM2E4NmFkMjU&K=7xAsKC1zeh6rkgIkmaff-g" title="https://www.facebook.com/durhamuniversity/" target="_blank"   cdlinkrefidmso="14" ><img class="desktop-version center-on-narrow cd-image" height="285" width="285" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/facebookqc.png"  alt="Facebook" title="Facebook"  /></a>
                                </td>
                              </tr>
                           <![endif]-->
                           <!--[if !mso]><!-- --><tr>
                          <td width="285" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-left: 0%; padding-right: 0%; padding-top: 0%; padding-bottom: 0">
                             <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3AOA%3A%3AaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2R1cmhhbXVuaXZlcnNpdHkvP19jbGRlZT1abUZ0YVd4NVFHaGxhVzV5YVdOb0xtTnZMblZyJnJlY2lwaWVudGlkPWNvbnRhY3QtZmQ0Zjk4MTUzNDY3ZTkxMWE4YjQwMDIyNDgwMDU3NDgtMmYyNGFiMzZiMWVkNDFmMjk5YmJmYThjZDRhYzc3MjEmZXNpZD1iYzBiYWI1Ny1mZmViLWU5MTEtYTgxMi0wMDBkM2E4NmFkMjU&K=Jfjc1h9wuWkc95xlyq8b4A" title="https://www.facebook.com/durhamuniversity/" target="_blank"   cdlinkrefid="14" ><img class="desktop-version center-on-narrow cd-image" height="285" width="285" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/facebookqc.png"  alt="Facebook" title="Facebook"  />
                    <img class="mobile-version center-on-narrow cd-image " height="auto" width="47.5%" style="vertical-align: middle; display: none;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/facebookqc.png"  alt="Facebook" title="Facebook"  /></a>
                          </td>
                     </tr><!--<![endif]-->
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]--><!--[if mso]><td align="left" valign="top" width="9px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:9px; max-width:9px; min-width:9px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="9px" style="table-layout: fixed; width: 9px;" >
                                                        <tbody>
                                                            
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]--><!--[if mso]><td align="left" valign="top" width="285px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:285px; max-width:285px; min-width:285px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="285px" style="table-layout: fixed; width: 285px;" >
                                                        <tbody>
                                                            <!--[if mso]>
                              <tr>
                                <td width="285" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                     <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3AOQ%3A%3AaHR0cHM6Ly95b3V0dWJlLmNvbS9kdXJoYW11bml2ZXJzaXR5P19jbGRlZT1abUZ0YVd4NVFHaGxhVzV5YVdOb0xtTnZMblZyJnJlY2lwaWVudGlkPWNvbnRhY3QtZmQ0Zjk4MTUzNDY3ZTkxMWE4YjQwMDIyNDgwMDU3NDgtMmYyNGFiMzZiMWVkNDFmMjk5YmJmYThjZDRhYzc3MjEmZXNpZD1iYzBiYWI1Ny1mZmViLWU5MTEtYTgxMi0wMDBkM2E4NmFkMjU&K=qY691qq5HvHZnoepl7oSmQ" title="https://youtube.com/durhamuniversity" target="_blank"   cdlinkrefidmso="15" ><img class="desktop-version center-on-narrow cd-image" height="285" width="285" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/youtubeqc.png"  alt="Youtube" title="Youtube"  /></a>
                                </td>
                              </tr>
                           <![endif]-->
                           <!--[if !mso]><!-- --><tr>
                          <td width="285" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-left: 0%; padding-right: 0%; padding-top: 0%; padding-bottom: 0">
                             <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3AMTA%3A%3AaHR0cHM6Ly95b3V0dWJlLmNvbS9kdXJoYW11bml2ZXJzaXR5P19jbGRlZT1abUZ0YVd4NVFHaGxhVzV5YVdOb0xtTnZMblZyJnJlY2lwaWVudGlkPWNvbnRhY3QtZmQ0Zjk4MTUzNDY3ZTkxMWE4YjQwMDIyNDgwMDU3NDgtMmYyNGFiMzZiMWVkNDFmMjk5YmJmYThjZDRhYzc3MjEmZXNpZD1iYzBiYWI1Ny1mZmViLWU5MTEtYTgxMi0wMDBkM2E4NmFkMjU&K=1JOBZsTGb2DKAzBxVKKH4w" title="https://youtube.com/durhamuniversity" target="_blank"   cdlinkrefid="15" ><img class="desktop-version center-on-narrow cd-image" height="285" width="285" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/youtubeqc.png"  alt="Youtube" title="Youtube"  />
                    <img class="mobile-version center-on-narrow cd-image " height="auto" width="47.5%" style="vertical-align: middle; display: none;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/youtubeqc.png"  alt="Youtube" title="Youtube"  /></a>
                          </td>
                     </tr><!--<![endif]-->
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="30" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #ffffff;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="600px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:600px; max-width:600px; min-width:600px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="600px" style="table-layout: fixed; width: 600px;" >
                                                        <tbody>
                                                            <tr>
                          <td width="564" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 9px; padding-bottom: 9px; padding-left: 18px; padding-right: 18px;"><p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:14px"><span style="color:#002a41">We'll see you online!</span></span></p>

<p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"> </p>

<p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:14px"><span style="color:#002a41"><span style="font-size:16px"><strong>Durham University</strong></span></span></span></p>
</td>
                     </tr><!--[if mso]>
                              <tr>
                                <td width="600" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                     <img class="desktop-version center-on-narrow cd-image" height="auto" width="100%" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/artsandhumanitiesbanner.png"  alt="Ranked 27th for Arts & Humanities" title="Ranked 27th for Arts & Humanities"  />
                                </td>
                              </tr>
                           <![endif]-->
                           <!--[if !mso]><!-- --><tr>
                          <td width="600" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                             <img class="desktop-version center-on-narrow cd-image" height="auto" width="100%" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/artsandhumanitiesbanner.png"  alt="Ranked 27th for Arts & Humanities" title="Ranked 27th for Arts & Humanities"  />
                    <img class="mobile-version center-on-narrow cd-image no-img-edit" height="auto" width="100%" style="vertical-align: middle; display: none;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/artsandhumanitiesbanner.png"  alt="Ranked 27th for Arts & Humanities" title="Ranked 27th for Arts & Humanities"  />
                          </td>
                     </tr><!--<![endif]-->
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="31" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #ffffff;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="600px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:600px; max-width:600px; min-width:600px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="600px" style="table-layout: fixed; width: 600px;" >
                                                        <tbody>
                                                            <tr>
                          <td width="564" class="stack-column-center social-block-container" style="font-size: 0; vertical-align: top; text-align: left; background-color: #68246d; padding-top: 9px; padding-bottom: 5px; padding-left: 18px; padding-right: 18px;">
                             <!--[if mso]><table role="presentation"  cellspacing="0" cellpadding="0" border="0" align="left" > <tr><td style="padding: 5px;">
                        <span  style="display: inline-block; ">
                           <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3AMTE%3A%3AaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2R1cmhhbXVuaXZlcnNpdHkvP19jbGRlZT1abUZ0YVd4NVFHaGxhVzV5YVdOb0xtTnZMblZyJnJlY2lwaWVudGlkPWNvbnRhY3QtZmQ0Zjk4MTUzNDY3ZTkxMWE4YjQwMDIyNDgwMDU3NDgtMmYyNGFiMzZiMWVkNDFmMjk5YmJmYThjZDRhYzc3MjEmZXNpZD1iYzBiYWI1Ny1mZmViLWU5MTEtYTgxMi0wMDBkM2E4NmFkMjU&K=Js2Byz33Ak6uu0oPKKS-IA" title="Facebook" target="_blank" style="text-decoration: none;" cdlinkrefidmso="21_0">
                        <img class="social" width="32" height="32" style="width: 32px; height: 32px; margin: 5px;" src="https://az551914.vo.msecnd.net/web/SPA_resources/DndEditor_v2/social_links/circle/white/facebook.png">
                    </a>
                        </span>
                   </td><td style="padding: 5px;">
                        <span  style="display: inline-block; ">
                           <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3AMTI%3A%3AaHR0cHM6Ly90d2l0dGVyLmNvbS9kdXJoYW1fdW5pP19jbGRlZT1abUZ0YVd4NVFHaGxhVzV5YVdOb0xtTnZMblZyJnJlY2lwaWVudGlkPWNvbnRhY3QtZmQ0Zjk4MTUzNDY3ZTkxMWE4YjQwMDIyNDgwMDU3NDgtMmYyNGFiMzZiMWVkNDFmMjk5YmJmYThjZDRhYzc3MjEmZXNpZD1iYzBiYWI1Ny1mZmViLWU5MTEtYTgxMi0wMDBkM2E4NmFkMjU&K=Gfo6PBAU1QMlCBw32h7tOw" title="Twitter" target="_blank" style="text-decoration: none;" cdlinkrefidmso="21_1">
                        <img class="social" width="32" height="32" style="width: 32px; height: 32px; margin: 5px;" src="https://az551914.vo.msecnd.net/web/SPA_resources/DndEditor_v2/social_links/circle/white/twitter.png">
                    </a>
                        </span>
                   </td><td style="padding: 5px;">
                        <span  style="display: inline-block; ">
                           <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3AMTM%3A%3AaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9EdXJoYW1Vbml2ZXJzaXR5P19jbGRlZT1abUZ0YVd4NVFHaGxhVzV5YVdOb0xtTnZMblZyJnJlY2lwaWVudGlkPWNvbnRhY3QtZmQ0Zjk4MTUzNDY3ZTkxMWE4YjQwMDIyNDgwMDU3NDgtMmYyNGFiMzZiMWVkNDFmMjk5YmJmYThjZDRhYzc3MjEmZXNpZD1iYzBiYWI1Ny1mZmViLWU5MTEtYTgxMi0wMDBkM2E4NmFkMjU&K=zg0zVmGCcTGW4I6wYBLhKw" title="Instagram" target="_blank" style="text-decoration: none;" cdlinkrefidmso="21_2">
                        <img class="social" width="32" height="32" style="width: 32px; height: 32px; margin: 5px;" src="https://az551914.vo.msecnd.net/web/SPA_resources/DndEditor_v2/social_links/circle/white/instagram.png">
                    </a>
                        </span>
                   </td><td style="padding: 5px;">
                        <span  style="display: inline-block; ">
                           <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3AMTQ%3A%3AaHR0cHM6Ly93d3cueW91dHViZS5jb20vdXNlci9EdXJoYW1Vbml2ZXJzaXR5Lz9fY2xkZWU9Wm1GdGFXeDVRR2hsYVc1eWFXTm9MbU52TG5WciZyZWNpcGllbnRpZD1jb250YWN0LWZkNGY5ODE1MzQ2N2U5MTFhOGI0MDAyMjQ4MDA1NzQ4LTJmMjRhYjM2YjFlZDQxZjI5OWJiZmE4Y2Q0YWM3NzIxJmVzaWQ9YmMwYmFiNTctZmZlYi1lOTExLWE4MTItMDAwZDNhODZhZDI1&K=-638Ku2me3feQeiLXmAfPg" title="Youtube" target="_blank" style="text-decoration: none;" cdlinkrefidmso="21_3">
                        <img class="social" width="32" height="32" style="width: 32px; height: 32px; margin: 5px;" src="https://az551914.vo.msecnd.net/web/SPA_resources/DndEditor_v2/social_links/circle/white/youtube.png">
                    </a>
                        </span>
                   </td><td style="padding: 5px;">
                        <span  style="display: inline-block; ">
                           <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3AMTU%3A%3AaHR0cHM6Ly93d3cubGlua2VkaW4uY29tL2R1cmhhbXVuaXZlcnNpdHkvP19jbGRlZT1abUZ0YVd4NVFHaGxhVzV5YVdOb0xtTnZMblZyJnJlY2lwaWVudGlkPWNvbnRhY3QtZmQ0Zjk4MTUzNDY3ZTkxMWE4YjQwMDIyNDgwMDU3NDgtMmYyNGFiMzZiMWVkNDFmMjk5YmJmYThjZDRhYzc3MjEmZXNpZD1iYzBiYWI1Ny1mZmViLWU5MTEtYTgxMi0wMDBkM2E4NmFkMjU&K=yI6ZA1I-oSkLEu97SfEV3Q" title="Linkedin" target="_blank" style="text-decoration: none;" cdlinkrefidmso="21_4">
                        <img class="social" width="32" height="32" style="width: 32px; height: 32px; margin: 5px;" src="https://az551914.vo.msecnd.net/web/SPA_resources/DndEditor_v2/social_links/circle/white/linkedin.png">
                    </a>
                        </span>
                   </td></tr></table><![endif]--> <!--[if !mso]><!--> <span  style="display: inline-block;">
                       <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3AMTY%3A%3AaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2R1cmhhbXVuaXZlcnNpdHkvP19jbGRlZT1abUZ0YVd4NVFHaGxhVzV5YVdOb0xtTnZMblZyJnJlY2lwaWVudGlkPWNvbnRhY3QtZmQ0Zjk4MTUzNDY3ZTkxMWE4YjQwMDIyNDgwMDU3NDgtMmYyNGFiMzZiMWVkNDFmMjk5YmJmYThjZDRhYzc3MjEmZXNpZD1iYzBiYWI1Ny1mZmViLWU5MTEtYTgxMi0wMDBkM2E4NmFkMjU&K=wNRyrMA9eAlDynfGv6vdEg" title="Facebook" target="_blank" style="text-decoration: none;" cdlinkrefid="21_0">
                        <img class="social" width="32" height="32" style="width: 32px; height: 32px; margin: 5px;" src="https://az551914.vo.msecnd.net/web/SPA_resources/DndEditor_v2/social_links/circle/white/facebook.png">
                    </a>
                   </span> <span  style="display: inline-block;">
                       <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3AMTc%3A%3AaHR0cHM6Ly90d2l0dGVyLmNvbS9kdXJoYW1fdW5pP19jbGRlZT1abUZ0YVd4NVFHaGxhVzV5YVdOb0xtTnZMblZyJnJlY2lwaWVudGlkPWNvbnRhY3QtZmQ0Zjk4MTUzNDY3ZTkxMWE4YjQwMDIyNDgwMDU3NDgtMmYyNGFiMzZiMWVkNDFmMjk5YmJmYThjZDRhYzc3MjEmZXNpZD1iYzBiYWI1Ny1mZmViLWU5MTEtYTgxMi0wMDBkM2E4NmFkMjU&K=eEtJe2tX6P96_4ym6qV6UQ" title="Twitter" target="_blank" style="text-decoration: none;" cdlinkrefid="21_1">
                        <img class="social" width="32" height="32" style="width: 32px; height: 32px; margin: 5px;" src="https://az551914.vo.msecnd.net/web/SPA_resources/DndEditor_v2/social_links/circle/white/twitter.png">
                    </a>
                   </span> <span  style="display: inline-block;">
                       <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3AMTg%3A%3AaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9EdXJoYW1Vbml2ZXJzaXR5P19jbGRlZT1abUZ0YVd4NVFHaGxhVzV5YVdOb0xtTnZMblZyJnJlY2lwaWVudGlkPWNvbnRhY3QtZmQ0Zjk4MTUzNDY3ZTkxMWE4YjQwMDIyNDgwMDU3NDgtMmYyNGFiMzZiMWVkNDFmMjk5YmJmYThjZDRhYzc3MjEmZXNpZD1iYzBiYWI1Ny1mZmViLWU5MTEtYTgxMi0wMDBkM2E4NmFkMjU&K=32kZeIxpSxJRKKxzxilzBg" title="Instagram" target="_blank" style="text-decoration: none;" cdlinkrefid="21_2">
                        <img class="social" width="32" height="32" style="width: 32px; height: 32px; margin: 5px;" src="https://az551914.vo.msecnd.net/web/SPA_resources/DndEditor_v2/social_links/circle/white/instagram.png">
                    </a>
                   </span> <span  style="display: inline-block;">
                       <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3AMTk%3A%3AaHR0cHM6Ly93d3cueW91dHViZS5jb20vdXNlci9EdXJoYW1Vbml2ZXJzaXR5Lz9fY2xkZWU9Wm1GdGFXeDVRR2hsYVc1eWFXTm9MbU52TG5WciZyZWNpcGllbnRpZD1jb250YWN0LWZkNGY5ODE1MzQ2N2U5MTFhOGI0MDAyMjQ4MDA1NzQ4LTJmMjRhYjM2YjFlZDQxZjI5OWJiZmE4Y2Q0YWM3NzIxJmVzaWQ9YmMwYmFiNTctZmZlYi1lOTExLWE4MTItMDAwZDNhODZhZDI1&K=vykrtZB_wdTHhzSSl2wLcg" title="Youtube" target="_blank" style="text-decoration: none;" cdlinkrefid="21_3">
                        <img class="social" width="32" height="32" style="width: 32px; height: 32px; margin: 5px;" src="https://az551914.vo.msecnd.net/web/SPA_resources/DndEditor_v2/social_links/circle/white/youtube.png">
                    </a>
                   </span> <span  style="display: inline-block;">
                       <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3AMjA%3A%3AaHR0cHM6Ly93d3cubGlua2VkaW4uY29tL2R1cmhhbXVuaXZlcnNpdHkvP19jbGRlZT1abUZ0YVd4NVFHaGxhVzV5YVdOb0xtTnZMblZyJnJlY2lwaWVudGlkPWNvbnRhY3QtZmQ0Zjk4MTUzNDY3ZTkxMWE4YjQwMDIyNDgwMDU3NDgtMmYyNGFiMzZiMWVkNDFmMjk5YmJmYThjZDRhYzc3MjEmZXNpZD1iYzBiYWI1Ny1mZmViLWU5MTEtYTgxMi0wMDBkM2E4NmFkMjU&K=kneORNqHTuQBb1o3r-UG6Q" title="Linkedin" target="_blank" style="text-decoration: none;" cdlinkrefid="21_4">
                        <img class="social" width="32" height="32" style="width: 32px; height: 32px; margin: 5px;" src="https://az551914.vo.msecnd.net/web/SPA_resources/DndEditor_v2/social_links/circle/white/linkedin.png">
                    </a>
                   </span><!--<![endif]-->
                          </td>
                     </tr><tr>
                          <td width="564" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal; background-color: #68246d; padding-top: 9px; padding-bottom: 9px; padding-left: 18px; padding-right: 18px;"><p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="color:#ffffff"><a cd-link-manager-tab="1" href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3AZmFsc2U%3AMjE%3A%3AaHR0cHM6Ly93d3cuZHVyLmFjLnVrL2lnL2RwLz9fY2xkZWU9Wm1GdGFXeDVRR2hsYVc1eWFXTm9MbU52TG5WciZyZWNpcGllbnRpZD1jb250YWN0LWZkNGY5ODE1MzQ2N2U5MTFhOGI0MDAyMjQ4MDA1NzQ4LTJmMjRhYjM2YjFlZDQxZjI5OWJiZmE4Y2Q0YWM3NzIxJmVzaWQ9YmMwYmFiNTctZmZlYi1lOTExLWE4MTItMDAwZDNhODZhZDI1&K=9wiWmgZyCQSRXiUdiFpoCg" target="_blank" style="color: rgb(255, 255, 255); font-weight: bold; text-decoration: underline;"><span style="color:#ffffff"><u>Data Protection</u></span></a> | <a cd-link-manager-tab="6" href="https://elinkeu.clickdimensions.com/m/1/36729125/p1-b19284-c949fb7692bf45d6bc55c372b6700800/2/178/7da21c51-e0ac-4721-90fe-6f1a19ca9eb4" style="color: rgb(255, 255, 255); font-weight: bold; text-decoration: underline;"><span style="color:#ffffff"><u>View in Browser</u></span></a> | <a cd-link-manager-tab="5" href="https://elinkeu.clickdimensions.com/uu/2/1cla%3AMzY3MjkxMjU%3AcDEtYjE5Mjg0LWM5NDlmYjc2OTJiZjQ1ZDZiYzU1YzM3MmI2NzAwODAw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC0yZjI0YWIzNmIxZWQ0MWYyOTliYmZhOGNkNGFjNzcyMQ%3An%3An%3AU2RJgBYkv8sPg30WyFD3xg" link-metadata="GlobalUnsubscribe" style="color: rgb(255, 255, 255); font-weight: bold; text-decoration: underline;"><span style="color:#ffffff"><u>Unsubscribe</u></span></a> </span><span style="font-size:11pt"><span style="font-family:Calibri,sans-serif"><span style="color:white">©</span></span></span><span style="color:#ffffff"> Durham University 2019</span></p>
</td>
                     </tr>
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr>
                                  </tbody>
                             </table>
                          </td>
                         </tr>
                        </tbody>
                       </table>
                      </div>
                     </center>
</body>
</html>
    </html>