<!DOCTYPE html>
<html lang="en" dir="ltr" prefix="content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# ">
  <head>
    <meta charset="utf-8" />
<script>'use strict'; (function() {var abjs = {"tests":[{"name":"t_1","conditions":["return window.location.pathname == '\/test-oc-use-only\/test-blog-post-a';"],"experiences":[{"name":"e_1","fraction":"0.05","script":""},{"name":"e_2","fraction":"0.15","script":"window.location.replace('\/test-oc-use-only\/test-blog-post-b'); document.write('<style>html { display:none !important; }<\/style>');"},{"name":"e_3","fraction":"0.8","script":"window.location.replace('\/test-oc-use-only\/test-blog-post-c'); document.write('<style>html { display:none !important; }<\/style>');"}]}],"cookiePrefix":"abjs_","cookieDomain":"","cookieLifetime":30,"cookieSecure":""};
/**
 * @file
 * Adds common javascript functionality.
 *
 * Note that this file does not stand alone, and is included as an inline
 * script along with the dynamic tests, experiences, and conditions.
 */

// Cookie functions for getting and setting abjs cookies.
var abCookies = {
  getCookie: function (sKey) {
    'use strict';
    if (!sKey) {
      return null;
    }
    var abKey = abjs.cookiePrefix + sKey;
    return decodeURIComponent(document.cookie.replace(new RegExp('(?:(?:^|.*;)\\s*' + encodeURIComponent(abKey).replace(/[\-\.\+\*]/g, '\\$&') + '\\s*\\=\\s*([^;]*).*$)|^.*$'), '$1')) || null;
  },
  setCookie: function (sKey, sValue) {
    'use strict';
    var abKey = abjs.cookiePrefix + sKey;
    document.cookie = encodeURIComponent(abKey) + '=' + encodeURIComponent(sValue) + '; max-age=' + abjs.cookieLifetime * 24 * 60 * 60 + abjs.cookieDomain + '; path=/' + abjs.cookieSecure;
    return true;
  }
};

var i;
var j;
var fracArray;

// Convert condition and experience function strings into real functions,
// and convert experience fraction strings into numbers.
for (i = 0; i < abjs.tests.length; i++) {
  for (j = 0; j < abjs.tests[i].conditions.length; j++) {
    abjs.tests[i].conditions[j] = new Function(abjs.tests[i].conditions[j] + '\r\n');
  }
  for (j = 0; j < abjs.tests[i].experiences.length; j++) {
    abjs.tests[i].experiences[j].script = new Function(abjs.tests[i].experiences[j].script + '\r\n');
    if (abjs.tests[i].experiences[j].fraction.match('/')) {
      fracArray = abjs.tests[i].experiences[j].fraction.split('/');
      abjs.tests[i].experiences[j].fraction = fracArray[0] / fracArray[1];
    }
    abjs.tests[i].experiences[j].fraction = isNaN(1 * abjs.tests[i].experiences[j].fraction) ? 0 : 1 * abjs.tests[i].experiences[j].fraction;
  }
}

// First, for each test, check if all conditions evaluate to true. If any
// condition evaluates to false, remove that test from the abjs.tests array.
for (i = 0; i < abjs.tests.length; i++) {
  for (j = 0; j < abjs.tests[i].conditions.length; j++) {
    if (!abjs.tests[i].conditions[j]()) {
      abjs.tests.splice(i, 1);
      i--;
      break;
    }
  }
}

// For each test that passses all conditions, determine the experience for this
// user.
for (i = 0; i < abjs.tests.length; i++) {
  // First, check if a cookie exists for this test by checking the cookie's name.
  // If so, the value of the cookie is the index of the experience that this
  // user should have.
  if (abCookies.getCookie(abjs.tests[i].name)) {
    for (j = 0; j < abjs.tests[i].experiences.length; j++) {
      if (abCookies.getCookie(abjs.tests[i].name) === abjs.tests[i].experiences[j].name) {
        abjs.tests[i].activeExperience = j;
        break;
      }
    }
  }
  // If a cookie does not yet exist for this test, generate a random number to
  // determine what experience this user should have by comparing the random
  // number to the fractions assigned for each experience. Set a cookie for
  // this test and experience.
  else {
    var randomNum = Math.random();
    var fractionSum = 0;
    for (j = 0; j < abjs.tests[i].experiences.length; j++) {
      if (randomNum >= fractionSum && randomNum < fractionSum + abjs.tests[i].experiences[j].fraction) {
        abCookies.setCookie(abjs.tests[i].name, abjs.tests[i].experiences[j].name);
        abjs.tests[i].activeExperience = j;
        break;
      }
      fractionSum += abjs.tests[i].experiences[j].fraction;
    }
  }
}

// Run all experience scripts for this user.
for (i = 0; i < abjs.tests.length; i++) {
  if (typeof abjs.tests[i].activeExperience !== 'undefined') {
    abjs.tests[i].experiences[abjs.tests[i].activeExperience].script();
  }
}
})();</script>
<script>window.dataLayer = window.dataLayer || []; window.dataLayer.push([]);</script>
<style>/* @see https://github.com/aFarkas/lazysizes#broken-image-symbol */.js img.lazyload:not([src]) { visibility: hidden; }/* @see https://github.com/aFarkas/lazysizes#automatically-setting-the-sizes-attribute */.js img.lazyloaded[data-sizes=auto] { display: block; width: 100%; }</style>
<link rel="canonical" href="https://mitsloan.mit.edu/" />
<link rel="shortlink" href="https://mitsloan.mit.edu/" />
<meta name="description" content="The MIT Sloan School of Management (also known as MIT Sloan or Sloan) is the business school of the Massachusetts Institute of Technology, in Cambridge, Massachusetts, United States.  MIT Sloan offers bachelor&#039;s, master&#039;s, and doctoral degree programs, as well as executive education." />
<meta itemprop="description" content="The MIT Sloan School of Management (also known as MIT Sloan or Sloan) is the business school of the Massachusetts Institute of Technology, in Cambridge, Massachusetts, United States.  MIT Sloan offers bachelor&#039;s, master&#039;s, and doctoral degree programs, as well as executive education." />
<meta itemprop="image" content="https://mitsloan.mit.edu/themes/custom/mitsloan/img/social/google.png" />
<meta property="og:site_name" content="MIT Sloan" />
<meta property="og:url" content="https://mitsloan.mit.edu/home" />
<meta property="og:description" content="The MIT Sloan School of Management (also known as MIT Sloan or Sloan) is the business school of the Massachusetts Institute of Technology, in Cambridge, Massachusetts, United States.  MIT Sloan offers bachelor&#039;s, master&#039;s, and doctoral degree programs, as well as executive education." />
<meta property="og:image" content="https://mitsloan.mit.edu/themes/custom/mitsloan/img/social/fb.png" />
<meta name="google-site-verification" content="oUyu8HosmUo7DzbQ59Kk5-jsvPjeI1ab_LfqomGgqMg" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="The MIT Sloan School of Management (also known as MIT Sloan or Sloan) is the business school of the Massachusetts Institute of Technology, in Cambridge, Massachusetts, United States.  MIT Sloan offers bachelor&#039;s, master&#039;s, and doctoral degree programs, as well as executive education." />
<meta name="twitter:url" content="https://mitsloan.mit.edu/home" />
<meta name="twitter:image" content="https://mitsloan.mit.edu/themes/custom/mitsloan/img/social/twitter.png" />
<meta name="Generator" content="Drupal 9 (https://www.drupal.org)" />
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="manifest" href="/system/manifest?_format=json" />
<script src="/sites/default/files/google_tag/gtm/google_tag.script.js?r7rjbp" defer></script>

    <title>MIT Sloan</title>
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
    <link rel="manifest" href="/manifest.json">
    <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#a31f34">
    <meta name="theme-color" content="#ffffff">
        <link rel="stylesheet" media="all" href="/sites/default/files/css/css_jYHUQbjJzXN3S1iX4o2g9qlGDcSLG-wKm8rPlQdDfSY.css" />
<link rel="stylesheet" media="all" href="/sites/default/files/css/css_kRMM6dQmoSgWMBatm7KJNmUYrt8ELHVOS_-sbYCiHx4.css" />

    <link type="text/css" rel="stylesheet" href="//fast.fonts.net/cssapi/d1a7a6a7-f8a0-45f8-aea8-21101826bd46.css"/>
    
  </head>
  <body class="front user--anonymous">
        <a href="#main-content" class="visually-hidden focusable" id="skip-to-main-link">Skip to main content</a>
    <noscript aria-hidden="true"><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MVBC5PK&gtm_auth=dGL91TXEXGyu-bHPBxnleg&gtm_preview=env-2&gtm_cookies_win=x" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
      <div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas>
    

<header id="site-header" class="site-header nav init transparent">
    <div class="site-header--content" data-nosnippet>
        <a class="nav--logo no-print" href="/" title="Mit Sloan">MIT Sloan logo</a>
        <nav class="nav--main no-print" aria-label="main">
                              <span class="nav--main--inner">
    <ul id="nav-menu" class="nav--links" aria-labelledby="nav-menu-btn">
                <li class="nav--academics nav--academics-mobile">
            <button class="academics-overlay--open-btn js-academics-overlay-btn" data-opened="false" aria-label="academics" aria-expanded="false">academics</button>
        </li>
                    <li><a href="/ideas-made-to-matter">Ideas Made to Matter</a></li>
                    <li><a href="/diversity/standing-together">Diversity</a></li>
                    <li><a href="/events">Events</a></li>
                    <li><a href="/alumni">Alumni</a></li>
                    <li><a href="/faculty/faculty-directory">Faculty</a></li>
                    <li><a href="/about/why-mit-sloan">About</a></li>
                    <li><a href="https://exec.mit.edu/s/">Executive Education</a></li>
                <li class="nav--academics nav--academics-desktop">
            <button class="academics-overlay--open-btn js-academics-overlay-btn" data-opened="false" aria-label="academics" aria-expanded="false">academics</button>
        </li>
                    <li class="nav--contact nav--contact-mobile">
              <a title="contact" href="/about/staff-directory">contact</a>
            </li>
            </ul>
    <span class="nav--mobile-footer">
                    <ul class="nav--share">
                                    <li><a class="nav--facebook" title="facebook" href="https://www.facebook.com/MITSloan" target="_blank">facebook</a></li>
                                    <li><a class="nav--instagram" title="instagram" href="https://www.instagram.com/mitsloan/" target="_blank">instagram</a></li>
                                    <li><a class="nav--linkedin" title="linkedin" href="https://www.linkedin.com/company/mit-sloan-school-of-management" target="_blank">linkedin</a></li>
                                    <li><a class="nav--twitter" title="twitter" href="https://twitter.com/mitsloan" target="_blank">twitter</a></li>
                                    <li><a class="nav--youtube" title="youtube" href="https://www.youtube.com/user/MITSloan" target="_blank">youtube</a></li>
                            </ul>
                <a href="http://mit.edu" class="nav--mit-logo" title="Massachusetts Institute of Technology" target="_blank"></a>
                    <div class="nav--contact nav--contact-desktop">
              <a title="contact" href="/about/staff-directory">contact</a>
            </div>
            </span>
</span>


                    </nav>
        <div class="nav--actions no-print">
            <button class="js-nav-search-view-btn nav--search-toggle" aria-label="search" aria-expanded="false"><span>Search</span></button>
            <button id="nav-menu-btn" class="js-nav-view-btn nav--view-toggle" aria-label="show main navigation" aria-haspopup="true" aria-coltrols="nav-menu">Show Navigation</button>
                              <div id="smart-area" class="nav--smart-area" data-site-section="home" data-animation-triggered="false" data-fallback-enabled="false">
            <p class="nav--smart-area-main">
                                        <span>Smart. Open. Grounded. Inventive.</span>
                                        <a class="nav--smart-area-link" title="Get the latest ideas from MIT Sloan here." href="/ideas-made-to-matter">Get the latest ideas from MIT Sloan here.</a>
                    </p>
                <p class="nav--smart-area-fallback">
                                        <span>Smart. Open. Grounded. Inventive.</span>
                                        <a class="nav--smart-area-link" title="Get the latest ideas from MIT Sloan here." href="/ideas-made-to-matter">Get the latest ideas from MIT Sloan here.</a>
                    </p>
    </div>


                    </div>
        <div class="nav--search no-print" aria-hidden="true">
            <form id="nav-search-form" class="nav--search-form">
                <input tabindex="-1" class="nav--search-field" aria-label="placeholder" type="text" placeholder="Search">
                <input tabindex="-1" type="submit" class="js-nav-search-submit nav--search-submit">
                <span class="nav--search-submit-graphic" aria-hidden="true"></span>
            </form>
            <button tabindex="-1" class="js-nav-search-view-btn nav--search-close">close search</button>
        </div>
    </div>
              <section class="academics-overlay js-academics-overlay init">
    <div class="academics-overlay--content" data-nosnippet>
        <header class="academics-overlay--header">
            <span class="academics-overlay--close-btn-wrapper">
                <button tabindex="-1" class="academics-overlay--close-btn js-academics-overlay-btn">Back to Menu</button>
            </span>
                                            <div class="pseudo-header-anchor" id="which-program-is-right-for-you"></div>
                <h2 class="academics-overlay--title">Which program is right for you?<a href="#which-program-is-right-for-you" class="jump-link"></a></h2>
                        <span class="academics-overlay--bg">
                <img src="/sites/default/files/styles/article_header/public/2021-06/academics-overlay-default.png?h=1cb3d5c4&amp;itok=PMhznmZB" alt="MIT Sloan Campus life" />
            </span>
        </header>

        <div class="academics-overlay--body">
            <div class="academics-overlay--programs">
                                    <div class="academics-overlay--programs-col">
                                                                                <div class="academics-overlay--program">
                                <a href="/mba">MBA</a>
                                <p>Through intellectual rigor and experiential learning, this full-time, two-year MBA program develops leaders who make a difference in the world.</p>
                            </div>
                                                                                                            <div class="academics-overlay--program">
                                <a href="/mfin">Master of Finance</a>
                                <p>A rigorous, hands-on program that prepares adaptive problem solvers for premier finance careers.</p>
                            </div>
                                                                                                            <div class="academics-overlay--program">
                                <a href="/master-of-business-analytics">Master of Business Analytics</a>
                                <p>A 12-month program focused on applying the tools of modern data science, optimization and machine learning to solve real-world business problems.</p>
                            </div>
                                                                                                            <div class="academics-overlay--program">
                                <a href="https://lgo.mit.edu/" target="_blank">Leaders for Global Operations</a>
                                <p>Earn your MBA and SM in engineering with this transformative two-year program. </p>
                            </div>
                                                                                                            <div class="academics-overlay--program">
                                <a href="/msms/master-science-management-studies">Master of Science in Management Studies</a>
                                <p>Combine an international MBA with a deep dive into management science. A special opportunity for partner and affiliate schools only.</p>
                            </div>
                                                                        </div>
                                    <div class="academics-overlay--programs-col">
                                                                                <div class="academics-overlay--program">
                                <a href="/phd">PhD</a>
                                <p>A doctoral program that produces outstanding scholars who are leading in their fields of research.</p>
                            </div>
                                                                                                            <div class="academics-overlay--program">
                                <a href="/undergrad">Undergraduate </a>
                                <p>Bring a business perspective to your technical and quantitative expertise with a bachelor’s degree in management, business analytics, or finance.</p>
                            </div>
                                                                                                            <div class="academics-overlay--program">
                                <a href="http://sdm.mit.edu/" target="_blank">System Design &amp; Management</a>
                                <p>A joint program for mid-career professionals that integrates engineering and systems thinking. Earn your master’s degree in engineering and management.</p>
                            </div>
                                                                                                            <div class="academics-overlay--program">
                                <a href="https://idm.mit.edu/" target="_blank">Integrated Design &amp; Management</a>
                                <p>An interdisciplinary program that combines engineering, management, and design, leading to a master’s degree in engineering and management.</p>
                            </div>
                                                                                                                            </div>
                            </div>

                            <div class="academics-overlay--executive-programs">
                    <h3><strong>Executive</strong> Programs</h3>
                                            <div class="academics-overlay--program">
                            <a href="/mit-sloan-fellows-mba">MIT Sloan Fellows MBA</a>
                            <p>A full-time MBA program for mid-career leaders eager to dedicate one year of discovery for a lifetime of impact.</p>
                        </div>
                                            <div class="academics-overlay--program">
                            <a href="/emba/introduce-yourself">MIT Executive MBA</a>
                            <p>This 20-month MBA program equips experienced executives to enhance their impact on their organizations and the world.</p>
                        </div>
                                            <div class="academics-overlay--program">
                            <a href="https://executive.mit.edu/" target="_blank">Executive Education</a>
                            <p>Non-degree programs for senior executives and high-potential managers.</p>
                        </div>
                                            <div class="academics-overlay--program">
                            <a href="/visiting-fellows">Visiting Fellows </a>
                            <p>A non-degree, customizable program for mid-career professionals.</p>
                        </div>
                                    </div>
                    </div>
                <footer class="academics-overlay--footer">
            <a class="academics-overlay--footer-link" href="/events?f%5B0%5D=events_audience%3A1802" title="View Upcoming Program Events">View Upcoming Program Events</a>
        </footer>
            </div>
</section>


    
    </header>

<main class="page" role="main" id="main-content">
        <div class="admin">
        <div class="admin--messages"><div data-drupal-messages-fallback class="hidden"></div>
</div>
        <div class="admin--help"></div>
        <div class="admin--tasks"></div>
        <div class="admin--actions"></div>
    </div>
    
      
<article class="home">
            

<header class="one_up js-full-bleed-component " data-layout="default">
    <div class="one_up--wrap">
        <div class="one_up--decorations" aria-hidden="true"></div>
        <div class="one_up--text">
            <div class="one_up--text_wrap">
                                    <span class="one_up--eyebrow">Ideas Made to Matter</span>
                                    
                <a class="one_up--link" title="New research puts a price on the value of financial data" href="/ideas-made-to-matter/new-research-puts-a-price-value-financial-data">                    <h1 class="one_up--title" data-large-text="false">New research puts a price on the value of financial data</h1>
                </a>
                                                                    <div class="one_up--info">
                                                    <span class="one_up--author">Betsy Vereckey</span>
                                                                            <time class="one_up--date" datetime="2022-02-23" pubdate>Feb 23, 2022</time>
                                            </div>
                
                                            </div>

                                </div>
    </div>
                        <figure class="one_up--bg" aria-hidden="true" style="background-image: url(/sites/default/files/styles/homepage_hero/public/2022-02/financialdatavalue_2.jpg?h=93e0a131&amp;itok=E6y7q8cF)"></figure>
            <div class="one_up--gradients" aria-hidden="true">
            </div>
                <svg class="one_up--mit" data-rellax-speed="4" aria-hidden="true" width="508px" height="211px" viewBox="0 0 508 211" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
        <defs>
            <polygon id="one_up--mit_path" points="271.062527 0.376320381 0.105258875 0.376320381 0.105258875 210.982767 271.062527 210.982767 271.062527 0.376320381"></polygon>
        </defs>
        <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
            <g transform="translate(-260.000000, -362.000000)">
                <g transform="translate(260.000000, 362.000000)">
                    <polygon fill="#FEFEFE" points="277.306899 0 277.306899 210.606594 309.861735 210.606594 318.296404 210.606594 340.347439 210.606594 340.347439 0"></polygon>
                    <polygon fill="#FEFEFE" points="345.818015 0 345.818015 51.9912432 371.831438 51.9912432 371.831438 210.606594 438.025927 210.606594 438.025927 51.9912432 509.449407 51.9912432 509.449407 0"></polygon>
                    <mask id="one_up--mit_mask" fill="white">
                        <use xlink:href="#one_up--mit_path"></use>
                    </mask>
                    <polygon fill="#FEFEFE" mask="url(#one_up--mit_mask)" points="271.062527 105.676518 270.220095 101.156247 251.432377 0.374697038 188.313505 0.374697038 145.529767 102.676286 102.747507 0.374697038 39.3226999 0.374697038 0.105258875 210.982767 63.0201731 210.982767 83.2163793 103.092452 130.596546 210.982767 160.464466 210.982767 207.603727 103.092452 227.666918 210.982767 249.694306 210.982767 271.062527 210.982767"></polygon>
                </g>
            </g>
        </g>
    </svg>
</header>
                                        <section class="multi_up js-full-bleed-component no-print" data-layout="default" data-item-count="3">
                <header class="vert-mod-header" data-enabled="true">
                        <div class="pseudo-header-anchor" id="ideas-made-to-matter"></div>
            <h2 class="vert-mod-header--label">Ideas Made to Matter</h2>
        </header>
        <div class="multi_up--container">
                            <a class="multi_up--item" title="6 arguments for carbon taxes" aria-label="6 arguments for carbon taxes" href="/ideas-made-to-matter/6-arguments-carbon-taxes" data-dynamic="false" data-image-enabled="true" >

                                                                                                                                                                                                <figure class="multi_up--figure" data-slot="first" aria-label="An illustration of a smokestack forming a dollar sign" style="background-image: url(/sites/default/files/styles/3_up_first_slot/public/2022-02/money-smokestack_2.jpg?h=7691f918&amp;itok=SbC5J5RT);"> </figure>
                        
                                                                                                <span class="multi_up--item_tag" data-slot="first">
                                <strong>Ideas Made to Matter</strong>
                            </span>
                        
                                                <span class="multi_up--item_title" data-slot="first">6 arguments for carbon taxes</span>
                                    </a>
                            <a class="multi_up--item" title="4 leadership insights from Stripe’s CFO" aria-label="4 leadership insights from Stripe’s CFO" href="/ideas-made-to-matter/4-leadership-insights-stripes-chief-financial-officer" data-dynamic="false" data-image-enabled="true" >

                                                                                                                                                                                                <figure class="multi_up--figure" data-slot="second" aria-label="A woman standing on a hundred dollar bill covered road looks forward to the sun rising/setting." style="background-image: url(/sites/default/files/styles/3_up_second_slot/public/2022-02/cfo-vision_0.jpg?h=900cc2d1&amp;itok=FqJA1Nim);"> </figure>
                        
                                                                                                <span class="multi_up--item_tag" data-slot="second">
                                <strong>Ideas Made to Matter</strong>
                            </span>
                        
                                                <span class="multi_up--item_title" data-slot="second">4 leadership insights from Stripe’s CFO</span>
                                    </a>
                            <a class="multi_up--item" title="The 5 types of entrepreneur: Which one are you?" aria-label="The 5 types of entrepreneur: Which one are you?" href="/ideas-made-to-matter/5-types-entrepreneur-which-one-does-your-firm-need-most" data-dynamic="false" data-image-enabled="true" >

                                                                                                                                                                                                <figure class="multi_up--figure" data-slot="third" aria-label="5 different kinds of lightbulbs illustrated" style="background-image: url(/sites/default/files/styles/3_up_third_slot/public/2022-02/lightbulbs.jpg?h=20285da8&amp;itok=CFvCGOHp);"> </figure>
                        
                                                                                                <span class="multi_up--item_tag" data-slot="third">
                                <strong>Ideas Made to Matter</strong>
                            </span>
                        
                                                <span class="multi_up--item_title" data-slot="third">The 5 types of entrepreneur: Which one are you?</span>
                                    </a>
                    </div>
    </section>
                                  <section class="featured_calendar js-full-bleed-component">
        <div class="featured_calendar--content">
            <div class="featured_calendar--wrap">
                <header class="featured_calendar--header">
                    <a aria-label="Featured Events" href="javascript:void(0)">
                        <h2 class="featured_calendar--mobile_heading">
                            <svg class="featured_calendar--mobile_header" focusable="false" tabindex="-1" viewBox="0 0 281 368" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
                                <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                                    <g transform="translate(-19.000000, -503.000000)" fill="#FFFFFF">
                                        <g transform="translate(0.000000, 483.000000)">
                                            <path d="M19.9982175,20 L300,20 L300,388 L19,386.998639 L19.9982175,20 Z M124.543171,128.31893 L124.543171,137.054009 L194.204464,137.054009 L194.204464,128.31893 L124.543171,128.31893 Z M254.397916,78.2571507 L258.123054,72.7330865 C257.043298,71.5055106 255.414692,70.4404239 253.237185,69.5377945 C251.059678,68.6351652 248.98118,68.1838573 247.001628,68.1838573 C244.770134,68.1838573 242.736625,68.7434791 240.901041,69.8627395 C239.065456,70.9819999 237.6438,72.4803422 236.636028,74.3578113 C235.628256,76.2352804 235.124378,78.2571399 235.124378,80.4234503 C235.124378,83.239654 235.871198,85.5142459 237.364859,87.2472943 C238.858521,88.9803427 241.638849,90.6231035 245.705928,92.175626 C247.541512,92.8977295 248.927178,93.7100838 249.862966,94.6127131 C250.798754,95.5153425 251.266641,96.7248477 251.266641,98.2412651 C251.266641,99.9743135 250.77176,101.39142 249.781985,102.492628 C248.792209,103.593836 247.541511,104.144432 246.029853,104.144432 C244.482204,104.144432 243.024556,103.58481 241.656866,102.465549 C240.289175,101.346289 239.299414,99.920156 238.687553,98.1871076 L233.55874,103.223754 C234.962422,105.606696 236.699003,107.529268 238.768534,108.991527 C240.838066,110.453787 243.276477,111.184906 246.083841,111.184906 C250.114928,111.184906 253.354145,109.894165 255.801591,107.312645 C258.249037,104.731125 259.472741,101.364368 259.472741,97.2122727 C259.472741,95.5153295 259.211804,93.9628303 258.689922,92.5547285 C258.168041,91.1466266 257.232267,89.8288075 255.882572,88.6012316 C254.532878,87.3736556 252.238432,86.0919411 248.999166,84.7560497 C247.12759,84.0339462 245.714931,83.2667227 244.761147,82.4543563 C243.807363,81.6419898 243.330478,80.6581386 243.330478,79.502773 C243.330478,78.2390919 243.816361,77.1559529 244.788141,76.2533235 C245.759921,75.3506941 246.929638,74.8993862 248.297328,74.8993862 C249.629027,74.8993862 250.789746,75.1972494 251.779522,75.7929848 C252.769298,76.3887202 253.642087,77.2101006 254.397916,78.2571507 Z M227.963197,69.2670071 L203.614834,69.2670071 L203.614834,76.199166 L211.820934,76.199166 L211.820934,110.101756 L219.757097,110.101756 L219.757097,76.199166 L227.963197,76.199166 L227.963197,69.2670071 Z M166.922489,68.1838573 L161.199814,68.1838573 L161.199814,110.101756 L169.135977,110.101756 L169.135977,82.37312 L169.243952,82.37312 L190.67699,110.914118 L196.399665,110.914118 L196.399665,69.2670071 L188.463503,69.2670071 L188.463503,96.7248553 L188.355528,96.7248553 L166.922489,68.1838573 Z M151.555208,69.2670071 L130.500083,69.2670071 L130.500083,110.101756 L151.555208,110.101756 L151.555208,103.169597 L138.436245,103.169597 L138.436245,92.1214685 L151.069321,92.1214685 L151.069321,85.1893096 L138.436245,85.1893096 L138.436245,76.199166 L151.555208,76.199166 L151.555208,69.2670071 Z M96.5071134,69.2670071 L87.9770881,69.2670071 L103.525489,111.184906 L108.168414,111.184906 L123.986752,69.2670071 L115.456726,69.2670071 L106.278851,96.7790128 L96.5071134,69.2670071 Z M82.0036323,69.2670071 L60.9485066,69.2670071 L60.9485066,110.101756 L82.0036323,110.101756 L82.0036323,103.169597 L68.8846693,103.169597 L68.8846693,92.1214685 L81.5177447,92.1214685 L81.5177447,85.1893096 L68.8846693,85.1893096 L68.8846693,76.199166 L82.0036323,76.199166 L82.0036323,69.2670071 Z M130.685227,44 L130.685227,45.4789786 L127.84152,45.4789786 L127.84152,47.397029 L130.509845,47.397029 L130.509845,48.8760077 L127.84152,48.8760077 L127.84152,52.7121085 L126,52.7121085 L126,44 L130.685227,44 Z M138.960065,44 L138.960065,45.4789786 L135.91592,45.4789786 L135.91592,47.397029 L138.847319,47.397029 L138.847319,48.8760077 L135.91592,48.8760077 L135.91592,51.2331299 L138.960065,51.2331299 L138.960065,52.7121085 L134.0744,52.7121085 L134.0744,44 L138.960065,44 Z M145.914224,44 L149.497045,52.9431989 L147.530252,52.9431989 L146.803666,51.1060301 L143.521501,51.1060301 L142.744806,52.9431989 L140.803067,52.9431989 L144.486107,44 L145.914224,44 Z M144.1674,50.0048397 L146.409795,50.0048397 L145.232225,46.8389011 L145.20717,46.8389011 L144.1674,50.0048397 Z M156.5459,44 L156.5459,45.4789786 L154.641744,45.4789786 L154.641744,52.7121085 L152.800224,52.7121085 L152.800224,45.4789786 L150.896067,45.4789786 L150.896067,44 L156.5459,44 Z M160.811987,44 L160.811987,48.9568893 C160.811987,49.8042251 160.945611,50.4339401 161.212862,50.8460534 C161.480114,51.2581667 161.901863,51.4642203 162.478124,51.4642203 C163.062737,51.4642203 163.486574,51.2600925 163.74965,50.8518307 C164.012725,50.4435689 164.144261,49.819631 164.144261,48.9799984 L164.144261,44 L165.985781,44 L165.985781,49.2573069 C165.985781,50.4281708 165.687216,51.3351916 165.090076,51.9783964 C164.492936,52.6216013 163.622294,52.9431989 162.478124,52.9431989 C161.333954,52.9431989 160.463312,52.6196756 159.866173,51.9726192 C159.269033,51.3255628 158.970467,50.4204677 158.970467,49.2573069 L158.970467,44 L160.811987,44 Z M172.279386,44 C173.273227,44 174.039475,44.2253109 174.578154,44.6759395 C175.116832,45.126568 175.386167,45.7755404 175.386167,46.6228762 C175.386167,47.2391203 175.204523,47.7764002 174.841228,48.2347318 C174.477933,48.6930634 174.016514,48.9607404 173.456956,49.037771 L176.125281,52.7121085 L173.895413,52.7121085 L171.602909,49.1995342 L171.577854,49.1995342 L171.577854,52.7121085 L169.736334,52.7121085 L169.736334,44 L172.279386,44 Z M171.754934,48.0423267 L171.955372,48.0423267 C172.590094,48.0423267 173.043162,47.9344856 173.314589,47.7188001 C173.586016,47.5031147 173.721728,47.1641855 173.721728,46.7020023 C173.721728,46.2475223 173.588104,45.9201474 173.320853,45.7198681 C173.053601,45.5195887 172.606797,45.4194506 171.980427,45.4194506 L171.754934,45.4194506 L171.754934,48.0423267 Z M183.369266,44 L183.369266,45.4789786 L180.325121,45.4789786 L180.325121,47.397029 L183.25652,47.397029 L183.25652,48.8760077 L180.325121,48.8760077 L180.325121,51.2331299 L183.369266,51.2331299 L183.369266,52.7121085 L178.483601,52.7121085 L178.483601,44 L183.369266,44 Z M189.251381,44 C189.802587,44 190.35796,44.0962867 190.917518,44.288863 C191.477075,44.4814393 191.976076,44.7780024 192.414536,45.1785611 C192.852995,45.5791198 193.184966,46.0547762 193.41046,46.6055444 C193.635953,47.1563126 193.748698,47.7436615 193.748698,48.3676088 C193.748698,49.2072415 193.546175,49.9602035 193.141122,50.6265175 C192.736069,51.2928316 192.186959,51.8070026 191.493776,52.169046 C190.800592,52.5310895 190.048959,52.7121085 189.238853,52.7121085 L186.558001,52.7121085 L186.558001,44 L189.251381,44 Z M188.576601,51.1736018 L188.839676,51.1736018 C189.908681,51.1736018 190.706248,50.932885 191.232399,50.4514443 C191.75855,49.9700035 192.021621,49.2517046 192.021621,48.2965262 C192.021621,47.3567538 191.762726,46.6423064 191.244926,46.1531626 C190.727126,45.6640188 189.925384,45.4194506 188.839676,45.4194506 L188.576601,45.4194506 L188.576601,51.1736018 Z"></path>
                                        </g>
                                    </g>
                                </g>
                            </svg>
                        </h2>
                    </a>
                    <h2 class="featured_calendar--desktop_heading">
                        <svg class="featured_calendar--desktop_headline" aria-label="Featured Events" width="280" height="130" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve">
                            <defs>
                                <mask id="featured_calendar--desktop_mask">
                                  <g>
                                    <path fill="white" d="m 10.732043,10.359926 v 2.304013 H 6.6460203 v 2.988016 h 3.8340207 v 2.304013 H 6.6460203 v 5.976033 H 4.0000057 V 10.359926 Z" />
                                    <path fill="white" d="m 22.352121,10.359926 v 2.304013 h -4.374024 v 2.988016 h 4.212024 v 2.304013 h -4.212024 v 3.67202 h 4.374024 v 2.304013 H 15.332083 V 10.359926 Z" />
                                    <path fill="white" d="M 33.331229,9.9999243 38.479257,23.932001 H 35.653242 L 34.609236,21.069985 H 29.89321 l -1.116006,2.862016 H 25.987189 L 31.279218,9.9999243 Z m -2.682015,8.9100487 h 3.222018 l -1.692009,-4.932027 h -0.036 z" />
                                    <path fill="white" d="m 48.341514,10.359926 v 2.304013 H 45.605499 V 23.932001 H 42.959484 V 12.663939 h -2.736015 v -2.304013 z" />
                                    <path fill="white" d="m 54.890625,10.359926 v 7.722043 q 0,1.980011 0.576003,2.952016 0.576003,0.954005 1.81801,0.954005 1.260007,0 1.81801,-0.954005 0.576003,-0.954005 0.576003,-2.916016 v -7.758043 h 2.646014 v 8.190045 q 0,2.736016 -1.296007,4.248024 -1.278007,1.494008 -3.74402,1.494008 -2.466014,0 -3.762021,-1.512008 -1.278007,-1.512009 -1.278007,-4.230024 v -8.190045 z" />
                                    <path fill="white" d="m 70.853512,10.359926 q 2.142011,0 3.294018,1.062006 1.170006,1.044006 1.170006,3.024017 0,1.440008 -0.792004,2.520014 -0.774004,1.062006 -1.980011,1.242007 l 3.834021,5.724031 h -3.204018 l -3.294018,-5.47203 h -0.036 v 5.47203 H 67.199491 V 10.359926 Z m -1.008006,6.246035 h 0.288002 q 1.368007,0 1.94401,-0.504003 0.594004,-0.504003 0.594004,-1.584009 0,-1.062006 -0.576004,-1.530008 -0.576003,-0.468003 -1.92601,-0.468003 h -0.324002 z" />
                                    <path fill="white" d="m 87.274271,10.359926 v 2.304013 h -4.374024 v 2.988016 h 4.212023 v 2.304013 h -4.212023 v 3.67202 h 4.374024 v 2.304013 H 80.254232 V 10.359926 Z" />
                                    <path fill="white" d="m 95.913362,10.359926 q 1.188007,0 2.394013,0.450003 1.206007,0.450002 2.142015,1.386007 0.954,0.936006 1.44,2.232013 0.48601,1.278007 0.48601,2.736015 0,1.962011 -0.88201,3.528019 -0.864,1.548009 -2.35801,2.394013 -1.494008,0.846005 -3.240018,0.846005 H 92.043341 V 10.359926 Z m -1.224007,11.268062 h 0.378002 q 2.304013,0 3.438019,-1.116006 1.134007,-1.134006 1.134007,-3.366018 0,-2.196012 -1.116007,-3.330019 -1.116006,-1.152006 -3.456019,-1.152006 h -0.378002 z" />
                                  </g>
                                  <g transform="matrix(3.7795275,0,0,3.7795279,0.67999312,22.173558)">
                                    <path fill="white" d="M 9.398015,3.3513304 V 6.060668 H 4.2545068 V 9.5743403 H 9.2075147 V 12.283678 H 4.2545068 v 4.318007 H 9.398015 v 2.709337 H 1.1430018 V 3.3513304 Z" />
                                    <path fill="white" d="m 13.912475,3.3513304 3.831173,10.7526836 h 0.04233 L 21.341987,3.3513304 h 3.344339 L 18.484483,19.734356 H 16.664146 L 10.568137,3.3513304 Z" />
                                    <path fill="white" d="M 34.310229,3.3513304 V 6.060668 h -5.143508 v 3.5136723 h 4.953008 v 2.7093377 h -4.953008 v 4.318007 h 5.143508 v 2.709337 H 26.055216 V 3.3513304 Z" />
                                    <path fill="white" d="m 39.163356,2.9279964 8.40318,11.1548506 h 0.04233 V 3.3513304 h 3.111505 V 19.628523 h -2.24367 L 40.073524,8.4736719 h -0.04233 V 19.311022 H 36.919686 V 2.9279964 Z" />
                                    <path fill="white" d="M 61.933767,3.3513304 V 6.060668 H 58.716428 V 19.311022 H 55.604923 V 6.060668 H 52.387585 V 3.3513304 Z" />
                                    <path fill="white" d="m 71.123752,6.8650026 q -0.4445,-0.6138343 -1.037168,-0.9525015 -0.571501,-0.3598339 -1.354669,-0.3598339 -0.804334,0 -1.375835,0.5291675 -0.571501,0.5291675 -0.571501,1.270002 0,0.6773345 0.550334,1.1641686 0.571501,0.4656674 1.672169,0.8890014 1.905003,0.7831683 2.688171,1.5028353 0.804335,0.719668 1.100669,1.54517 0.3175,0.825501 0.3175,1.820336 0,2.43417 -1.439336,3.958173 -1.439335,1.502835 -3.810006,1.502835 -1.651002,0 -2.878671,-0.846668 -1.206502,-0.867834 -2.032003,-2.264836 l 2.010836,-1.968504 q 0.359834,1.016002 1.164169,1.67217 0.804335,0.656167 1.714503,0.656167 0.889001,0 1.460502,-0.635001 0.592668,-0.656167 0.592668,-1.672169 0,-0.889001 -0.550335,-1.418169 -0.550334,-0.529167 -1.629836,-0.952501 -2.391837,-0.910168 -3.280838,-1.92617 -0.867835,-1.0160017 -0.867835,-2.6670044 0,-1.270002 0.592668,-2.3706704 0.592667,-1.1006684 1.672169,-1.7568361 1.079502,-0.6561677 2.391837,-0.6561677 1.164169,0 2.434171,0.5291675 1.291169,0.5291675 1.92617,1.2488353 z" />
                                  </g>
                                  <rect style="fill:#ffffff;stroke-width:0.999998" width="75.999992" height="10" x="3.9999998" y="110.00001" />
                                </mask>
                            </defs>
                            <image x="0" y="0" width="1125" height="315" mask="url(#featured_calendar--desktop_mask)" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/themes/custom/mitsloan/img/featured_calendar--bg.jpg" aria-label="Featured Events" focusable="false" tabindex="-1"></image>
                        </svg>
                        <svg class="featured_calendar--tablet_headline" aria-label="Featured Events" width="280" height="130" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve">
                            <defs>
                                <mask id="featured_calendar--tablet_mask">
                                  <g transform="translate(-4)">
                                    <path fill="white" d="m 8.488,6.2400001 v 1.536 H 5.764 v 1.992 H 8.32 V 11.304 H 5.764 v 3.984 H 4 V 6.2400001 Z" />
                                    <path fill="white" d="m 17.234687,6.2400001 v 1.536 h -2.916 v 1.992 h 2.808 V 11.304 h -2.808 v 2.448 h 2.916 v 1.536 h -4.68 V 6.2400001 Z" />
                                    <path fill="white" d="m 25.554062,6.0000001 3.432,9.2879999 h -1.884 l -0.696,-1.908 h -3.144 l -0.744,1.908 h -1.86 l 3.528,-9.2879999 z M 23.766062,11.94 h 2.148 l -1.128,-3.2879999 h -0.024 z" />
                                    <path fill="white" d="m 36.560875,6.2400001 v 1.536 h -1.824 V 15.288 h -1.764 V 7.7760001 h -1.824 v -1.536 z" />
                                    <path fill="white" d="M 41.926937,6.2400001 V 11.388 q 0,1.32 0.384,1.968 0.384,0.636 1.212,0.636 0.84,0 1.212,-0.636 0.384,-0.636 0.384,-1.944 V 6.2400001 h 1.764 V 11.7 q 0,1.824 -0.864,2.832 -0.852,0.996 -2.496,0.996 -1.644,0 -2.508,-1.008 -0.852,-1.008 -0.852,-2.82 V 6.2400001 Z" />
                                    <path fill="white" d="m 53.568812,6.2400001 q 1.428,0 2.196,0.708 0.78,0.696 0.78,2.016 0,0.96 -0.528,1.6799999 -0.516,0.708 -1.32,0.828 l 2.556,3.816 h -2.136 l -2.196,-3.648 h -0.024 v 3.648 h -1.764 V 6.2400001 Z m -0.672,4.1639999 h 0.192 q 0.912,0 1.296,-0.336 0.396,-0.3359999 0.396,-1.0559999 0,-0.708 -0.384,-1.02 -0.384,-0.312 -1.284,-0.312 h -0.216 z" />
                                    <path fill="white" d="m 65.515937,6.2400001 v 1.536 h -2.916 v 1.992 h 2.808 V 11.304 h -2.808 v 2.448 h 2.916 v 1.536 h -4.68 V 6.2400001 Z" />
                                    <path fill="white" d="m 72.275312,6.2400001 q 0.792,0 1.596,0.3 0.804,0.3 1.428,0.924 0.636,0.624 0.96,1.488 0.324,0.852 0.324,1.8239999 0,1.308 -0.588,2.352 -0.576,1.032 -1.572,1.596 -0.996,0.564 -2.16,0.564 h -2.568 V 6.2400001 Z m -0.816,7.5119999 h 0.252 q 1.536,0 2.292,-0.744 0.756,-0.756 0.756,-2.244 0,-1.4639999 -0.744,-2.2199999 -0.744,-0.768 -2.304,-0.768 h -0.252 z" />
                                  </g>
                                  <g transform="matrix(3.7795274,0,0,3.7795277,-2.2679999,21.016126)">
                                    <path fill="white" d="m 4.9339501,1.7594457 v 1.4224 H 2.2336125 v 1.844675 H 4.8339376 V 6.4489208 H 2.2336125 v 2.26695 H 4.9339501 V 10.138271 H 0.60007501 V 1.7594457 Z" />
                                    <path fill="white" d="m 7.5553926,1.7594457 2.0113625,5.6451501 h 0.022225 L 11.45588,1.7594457 h 1.755775 L 9.9556926,10.360521 h -0.955675 l -3.2004,-8.6010753 z" />
                                    <path fill="white" d="m 18.515551,1.7594457 v 1.4224 h -2.700337 v 1.844675 h 2.600325 v 1.4224001 h -2.600325 v 2.26695 h 2.700337 V 10.138271 H 14.181676 V 1.7594457 Z" />
                                    <path fill="white" d="m 21.314793,1.5371957 4.411662,5.8562876 h 0.02222 V 1.7594457 h 1.633538 v 8.5455123 h -1.17792 L 21.79263,4.4486707 H 21.77041 V 10.138271 H 20.136868 V 1.5371957 Z" />
                                    <path fill="white" d="m 33.520593,1.7594457 v 1.4224 h -1.6891 V 10.138271 H 30.197956 V 3.1818457 h -1.6891 v -1.4224 z" />
                                    <path fill="white" d="M 38.596683,3.6041207 Q 38.36332,3.2818582 38.05217,3.1040582 37.752133,2.9151457 37.34097,2.9151457 q -0.422275,0 -0.722312,0.2778125 -0.300038,0.2778125 -0.300038,0.66675 0,0.3556 0.288925,0.6111875 0.300038,0.244475 0.877888,0.466725 1.000125,0.4111625 1.411287,0.7889875 0.422275,0.377825 0.57785,0.8112126 0.166688,0.4333875 0.166688,0.955675 0,1.2779375 -0.75565,2.0780375 -0.75565,0.7889877 -2.00025,0.7889877 -0.866775,0 -1.5113,-0.4445002 -0.633413,-0.4556125 -1.0668,-1.1890375 l 1.055687,-1.0334625 q 0.188913,0.5334 0.611188,0.8778875 0.422275,0.3444875 0.900112,0.3444875 0.466725,0 0.766763,-0.333375 0.31115,-0.3444875 0.31115,-0.8778875 0,-0.466725 -0.288925,-0.7445375 Q 37.374308,6.6822833 36.80757,6.4600333 35.551858,5.9821957 35.085133,5.4487957 q -0.455613,-0.5334 -0.455613,-1.400175 0,-0.66675 0.31115,-1.2446 0.31115,-0.57785 0.877888,-0.9223375 0.566737,-0.3444875 1.255712,-0.3444875 0.611188,0 1.277938,0.2778125 0.677862,0.2778125 1.011237,0.6556375 z" />
                                  </g>
                                  <rect style="fill:#ffffff;stroke-width:0.596039" id="rect278" width="45" height="6" x="0" y="75" />        </mask>
                            </defs>
                            <image x="0" y="0" width="1125" height="315" mask="url(#featured_calendar--tablet_mask)" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/themes/custom/mitsloan/img/featured_calendar--bg.jpg" aria-label="Featured Events" focusable="false" tabindex="-1"></image>
                        </svg>
                    </h2>
                    <a class="featured_calendar--cta" aria-label="See All Events" title="See All Events" href="/events">
                        <span>See All Events</span>
                        <span class="arrow" tabindex="-1"></span>
                    </a>
                </header>
                <div class="featured_calendar--events">
                    <div class="featured_calendar--list">
                                                    <article class="featured_calendar--article" itemscope itemtype="http://schema.org/Event">
        <header class="featured_calendar--details">
                    <time class="featured_calendar--date" datetime="2022-02-25T13:00:00" itemprop="startDate">
                <span class="featured_calendar--month">Feb</span>
                <span class="featured_calendar--day">25</span>
            </time>
                <p class="featured_calendar--name" itemprop="name">
            <a href="/events/2022-02-25-mit-sustainability-summit-ground" id="featured_calendar--name-892696047">
                MIT Sustainability Summit: From the Ground Up
            </a>
        </p>
                    <p class="featured_calendar--location" itemprop="location">Online</p>
            </header>
    <footer class="featured_calendar--footer">
        <a class="featured_calendar--link" title="Learn More" href="/events/2022-02-25-mit-sustainability-summit-ground" id="featured_calendar--link-892696047" aria-labelledby="featured_calendar--link-892696047 featured_calendar--name-892696047">Learn More</a>
                    <span class="featured_calendar--pager"><span>3</span>/7</span>
            </footer>
</article>
                                                    <article class="featured_calendar--article" itemscope itemtype="http://schema.org/Event">
        <header class="featured_calendar--details">
                    <time class="featured_calendar--date" datetime="2022-03-04T22:15:00" itemprop="startDate">
                <span class="featured_calendar--month">Mar</span>
                <span class="featured_calendar--day">04</span>
            </time>
                <p class="featured_calendar--name" itemprop="name">
            <a href="/events/2022-03-04-mit-sloan-asia-business-conference-2022" id="featured_calendar--name-90280673">
                MIT Sloan Asia Business Conference 2022
            </a>
        </p>
                    <p class="featured_calendar--location" itemprop="location">Online</p>
            </header>
    <footer class="featured_calendar--footer">
        <a class="featured_calendar--link" title="Learn More" href="/events/2022-03-04-mit-sloan-asia-business-conference-2022" id="featured_calendar--link-90280673" aria-labelledby="featured_calendar--link-90280673 featured_calendar--name-90280673">Learn More</a>
                    <span class="featured_calendar--pager"><span>6</span>/7</span>
            </footer>
</article>
                                                    <article class="featured_calendar--article" itemscope itemtype="http://schema.org/Event">
        <header class="featured_calendar--details">
                    <time class="featured_calendar--date" datetime="2022-03-09T17:30:00" itemprop="startDate">
                <span class="featured_calendar--month">Mar</span>
                <span class="featured_calendar--day">09</span>
            </time>
                <p class="featured_calendar--name" itemprop="name">
            <a href="/events/2022-03-09-inclusive-innovation-economy-women-money-jobs-and-impact-covid" id="featured_calendar--name-95561631">
                Women, Money, Jobs and the Impact of Covid
            </a>
        </p>
                    <p class="featured_calendar--location" itemprop="location">Online</p>
            </header>
    <footer class="featured_calendar--footer">
        <a class="featured_calendar--link" title="Learn More" href="/events/2022-03-09-inclusive-innovation-economy-women-money-jobs-and-impact-covid" id="featured_calendar--link-95561631" aria-labelledby="featured_calendar--link-95561631 featured_calendar--name-95561631">Learn More</a>
                    <span class="featured_calendar--pager"><span>5</span>/7</span>
            </footer>
</article>
                                                    <article class="featured_calendar--article" itemscope itemtype="http://schema.org/Event">
        <header class="featured_calendar--details">
                    <time class="featured_calendar--date" datetime="2022-03-11T13:30:00" itemprop="startDate">
                <span class="featured_calendar--month">Mar</span>
                <span class="featured_calendar--day">11</span>
            </time>
                <p class="featured_calendar--name" itemprop="name">
            <a href="/events/2022-03-11-mit-sloan-investment-conference-2022" id="featured_calendar--name-2116873824">
                MIT Sloan Investment Conference 2022
            </a>
        </p>
                    <p class="featured_calendar--location" itemprop="location">Online</p>
            </header>
    <footer class="featured_calendar--footer">
        <a class="featured_calendar--link" title="Learn More" href="/events/2022-03-11-mit-sloan-investment-conference-2022" id="featured_calendar--link-2116873824" aria-labelledby="featured_calendar--link-2116873824 featured_calendar--name-2116873824">Learn More</a>
                    <span class="featured_calendar--pager"><span>4</span>/7</span>
            </footer>
</article>
                                                    <article class="featured_calendar--article" itemscope itemtype="http://schema.org/Event">
        <header class="featured_calendar--details">
                    <time class="featured_calendar--date" datetime="2022-03-16T12:00:00" itemprop="startDate">
                <span class="featured_calendar--month">Mar</span>
                <span class="featured_calendar--day">16</span>
            </time>
                <p class="featured_calendar--name" itemprop="name">
            <a href="/events/2022-03-16-digital-learning-strategy" id="featured_calendar--name-936589308">
                Digital Learning Strategy
            </a>
        </p>
                    <p class="featured_calendar--location" itemprop="location">Online</p>
            </header>
    <footer class="featured_calendar--footer">
        <a class="featured_calendar--link" title="Learn More" href="/events/2022-03-16-digital-learning-strategy" id="featured_calendar--link-936589308" aria-labelledby="featured_calendar--link-936589308 featured_calendar--name-936589308">Learn More</a>
                    <span class="featured_calendar--pager"><span>2</span>/7</span>
            </footer>
</article>
                                                    <article class="featured_calendar--article" itemscope itemtype="http://schema.org/Event">
        <header class="featured_calendar--details">
                    <time class="featured_calendar--date" datetime="2022-03-28T20:00:00" itemprop="startDate">
                <span class="featured_calendar--month">Mar</span>
                <span class="featured_calendar--day">28</span>
            </time>
                <p class="featured_calendar--name" itemprop="name">
            <a href="/events/2022-03-28-killian-lecture-2022-robert-c-merton" id="featured_calendar--name-1763590348">
                Killian Lecture 2022: Robert C. Merton 
            </a>
        </p>
                    <p class="featured_calendar--location" itemprop="location">Cambridge, MA</p>
            </header>
    <footer class="featured_calendar--footer">
        <a class="featured_calendar--link" title="Learn More" href="/events/2022-03-28-killian-lecture-2022-robert-c-merton" id="featured_calendar--link-1763590348" aria-labelledby="featured_calendar--link-1763590348 featured_calendar--name-1763590348">Learn More</a>
                    <span class="featured_calendar--pager"><span>1</span>/7</span>
            </footer>
</article>
                                            </div>
                </div>
                <a class="featured_calendar--cta_mobile" aria-label="See All Events" title="See All Events" href="/events">
                    <span aria-label="See All Events">See All Events</span>
                    <span class="arrow" aria-label="arrow" tabindex="-1"></span>
                </a>
            </div>
        </div>
    </section>


                <section class="question gradient-teal-blue" data-state="question" data-question-id="mitsloan-question-9517" data-save-answer="true">
        <div class="question--patterns" aria-hidden="true">
        <div class="question--patterns_cover"></div>
    </div>
        <svg class="question--dome_line" data-enabled="true" data-state="question" aria-hidden="true">
        <rect class="question--dome_line_rect" x="0" y="0" width="1" height="50"></rect>
    </svg>

        <svg class="question--dome" aria-hidden="true" data-enabled="true" width="30px" height="24px" viewBox="0 0 30 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
        <defs>
            <polygon id="question--dome_path-1_mitsloan-question-9517" points="14.8148921 0.0478014696 0.0232967773 0.0478014696 0.0232967773 3.55565668 14.8148921 3.55565668 14.8148921 0.0478014696"></polygon>
        </defs>
        <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
            <g transform="translate(-590.000000, -2022.000000)">
                <g transform="translate(0.000000, 1962.000000)">
                    <g transform="translate(590.000000, 60.000000)">
                        <path d="M0,8.31726626 L1.197114,11.1589619 L1.197114,20.893954 L0.0420554754,23.6243463 L29.9624723,23.6243463 L28.8019368,20.893954 L28.8019368,11.1589619 L29.9968992,8.31726626 L0,8.31726626 Z M23.4972743,20.8075605 L25.6012217,20.8075605 L25.6012217,11.1733938 L23.4972743,11.1733938 L23.4972743,20.8075605 Z M18.7246625,20.8075605 L20.8272407,20.8075605 L20.8272407,11.1733938 L18.7246625,11.1733938 L18.7246625,20.8075605 Z M13.9962578,20.8075605 L16.0990316,20.8075605 L16.0990316,11.1733938 L13.9962578,11.1733938 L13.9962578,20.8075605 Z M9.21523489,20.8075605 L11.3182043,20.8075605 L11.3182043,11.1733938 L9.21523489,11.1733938 L9.21523489,20.8075605 Z M4.4639442,20.8075605 L6.56534873,20.8075605 L6.56534873,11.1733938 L4.4639442,11.1733938 L4.4639442,20.8075605 Z" fill="#FFFFFF"></path>
                        <g transform="translate(4.818021, 0.025305)">
                            <path d="M0.0381535995,7.32476837 L0.0381535995,5.81950396 C0.0381535995,4.64241646 4.61457175,3.68833108 10.2631111,3.68833108 C15.9116505,3.68833108 20.4855257,4.64241646 20.4855257,5.81950396 L20.4855257,7.32476837" fill="#FFFFFF"></path>
                            <g transform="translate(2.810646, 0.000000)">
                                <mask id="question--dome_mask-2_mitsloan-question-9517" fill="white">
                                    <use xlink:href="#question--dome_path-1_mitsloan-question-9517"></use>
                                </mask>
                                <path d="M7.41997467,0.0479200878 C7.06612185,0.0431753615 2.58574667,0.0979374105 0.0232967773,2.95485571 L0.0232967773,3.55565668 C1.65191951,3.03966769 5.11103127,2.80341987 7.37596312,2.83188822 L7.37596312,2.8336675 L7.40002277,2.8336675 L7.41997467,2.8336675 L7.4379705,2.8336675 L7.46496425,2.8336675 L7.46496425,2.83188822 C9.72813564,2.80341987 13.1876386,3.03966769 14.8148921,3.55565668 L14.8148921,2.95485571 C12.2559631,0.0979374105 7.77206702,0.0431753615 7.41997467,0.0479200878" fill="#FFFFFF" mask="url(#question--dome_mask-2_mitsloan-question-9517)"></path>
                            </g>
                        </g>
                    </g>
                </g>
            </g>
        </g>
    </svg>

        <button class="question--back_button" aria-label="Click to choose your answer again." tabindex="-1" data-enabled="false" type="button">
        <svg class="question--back" aria-hidden="true" focusable="false" width="42px" height="42px" viewBox="0 0 42 42" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
            <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                <g transform="translate(-584.000000, -119.000000)" stroke="#FFFFFF">
                    <g transform="translate(585.000000, 120.000000)">
                        <circle opacity="0.7" cx="20" cy="20" r="20"></circle>
                        <path d="M17.7272727,17.5454545 C17.7272727,17.5454545 29.0909091,16.1818182 29.0909091,27.5454545 C25.4545455,20.7272727 17.7272727,23 17.7272727,23 L17.7272727,26.6363636 L10,20.2727273 L17.7272727,13.9090909 L17.7272727,17.5454545 Z" stroke-linejoin="round"></path>
                    </g>
                </g>
            </g>
        </svg>
    </button>

        <p class="question--answer_header" aria-hidden="true" data-enabled="false" data-state="question"></p>
    <p class="question--text" data-enabled="true" data-state="question">Looking for the right degree? How many years of work experience do you have?</p>
    <p class="question--response_text" data-enabled="false" aria-hidden="true">Looking for the right degree? How many years of work experience do you have?</p>

                <div class="question--button_group" data-enabled="true">
                            <button class="question--button" data-answer-id="answer-35188" data-response="Invent the future. Start with yours." type="button">Less than 10 years.</button>
                            <button class="question--button" data-answer-id="answer-37892" data-response="Ready for what&#039;s next?" type="button">More than 10 years.</button>
                    </div>
    
        <div class="question--loading" data-enabled="false" aria-hidden="true">
        <div class="question--loading_wrap">
            <div class="question--loading_dot"></div>
            <div class="question--loading_dot"></div>
            <div class="question--loading_dot"></div>
        </div>
    </div>

        <div class="question--slide_img" data-enabled="true" aria-hidden="true"></div>
</section>

<div class="question--a11y visually-hidden" aria-live="assertive" aria-atomic="true">
    <p></p>
</div>

<div class="question--next_module" data-enabled="false" data-question-id="mitsloan-question-9517">
                                                        </div>

    <section class="question--bottom_modules">
                    <div class="question--modules_group" data-enabled="true" aria-hidden="false" data-answer-id="default">  <section class="instagram js-full-bleed-component" aria-live="polite">
    <header class="instagram--header">
                <div class="pseudo-header-anchor" id="working-definitions"></div>
        <h3 class="instagram--title">Working Definitions<a href="#working-definitions" class="jump-link"></a></h3>
                    <p class="instagram--subline">Follow @mitsloan for more.</p>
                <div class="instagram--buttons" data-state="default" aria-hidden="false">
            <button class="instagram--previous" data-state="disabled" aria-label="previous" disabled></button>
            <button class="instagram--next" data-state="default" aria-label="next"></button>
        </div>
    </header>
    <ul class="instagram--list animated">
        <div class="instagram__alert visually-hidden" aria-live="polite" aria-atomic="true" aria-hidden="true">
            <p></p>
        </div>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/CHp3_FelCxI/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/125316436_301935027568061_5452925517247354466_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=105&amp;_nc_ohc=FglX09e4X-IAX-PTOQv&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT-4NWKdCtsngeRjY3OSvn9k29HUUP8xEb9LBJ19bBKEtw&amp;oe=62196089&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/CHX2WPGFQda/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/124034898_138117864735080_1378831111617140811_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=108&amp;_nc_ohc=CqX1cZxUi4gAX8qsJiC&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT-Cad89GJ5bl-FqdyIt6EpEqsEYPS63R9n3cFfVi5dUPw&amp;oe=62195AAB&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/CHFzuMHlHx9/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/123164301_1002443790180442_4102963183479785754_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=110&amp;_nc_ohc=rSgiqqDomy8AX9M8Px4&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT8rhmr2UH4HwYxwoafjvAO1shXVX0cUiMrY97q2UwrR3A&amp;oe=62196DD0&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/CGzrvwjFD97/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/122856464_687886005488582_7049880178350227275_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=102&amp;_nc_ohc=slYuMe9iKBgAX8dGybZ&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT-wUQoh90_UxdoulE57JwZCaVktA1N0-gIEoKLS3yLnLw&amp;oe=62196745&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/CGhqdEtldrp/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/122139481_385169819322152_8656320416113045218_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=108&amp;_nc_ohc=dv1u-l2zSK8AX9fIv7l&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT_JvXctZtqlXUaLQD4dh2BFFW_EyY6uTeU5AVYmD5aMyg&amp;oe=62195F3A&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/CGPoOEql-du/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/121203656_142740654216730_197410530630093893_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=110&amp;_nc_ohc=88zYDIemUN0AX_DwWs7&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT9AiD6H2MbE58dPO_e5swClRPNWgUu9ynTc6TxaReg2Lw&amp;oe=6219728E&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/CF9lePclCrI/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/120737723_182253453378379_6619182553671464595_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=107&amp;_nc_ohc=Bu9JSDafwQoAX_-kfPt&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT8Z7MscT4eA7kfwVAFQnOC3eCUCpWZwSwkn2l-DIxlVRw&amp;oe=621971C3&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/CFrlLHhl3d-/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/120188189_1528986370822931_6850314875044551561_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=111&amp;_nc_ohc=CdoWjdHLyr0AX-soxZN&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT-0fG4i1XjyArpfX1NTD_LotykiHIhO5-pNQGwpAKTRkA&amp;oe=62196FF9&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/CFZhtVilYSO/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/119815278_1019688511813370_2116808849977651704_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=102&amp;_nc_ohc=KNkIAFZUvBYAX9xQ28L&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT8wrezxWKyaauH27iyS8vMOEplxmlycMio9h5zfQ461tQ&amp;oe=62197235&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/CFHfAyolrCf/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/119460340_370282533980376_1275823789323729164_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=100&amp;_nc_ohc=pVQcR4qEWXcAX9yTAh8&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT_DvZvu3TOgFjCNm1eTPBUR3XjpfUOWumf1rnvApNsUsQ&amp;oe=621967DC&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/CE1e7zzlnc2/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/119047870_1254833791541963_7939725826980542770_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=111&amp;_nc_ohc=Jx_R2dPWVeUAX-hBV80&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT_V8uawBpbbbXHmrUeDsKt6xoLygiip2mUfig6XFSaS0g&amp;oe=62197714&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/CEjcOfXlhPT/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/118554890_181496750088976_8833999194075401935_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=104&amp;_nc_ohc=yoOyQIFjYUcAX9MCy3t&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT8PaaqbguD-hqAAD0uTXi7gF3gQVAYixVW4KfcQo9Ddmg&amp;oe=6219754D&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/CClQ1j9lZh5/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/107534096_2704809212953607_1136181862404924329_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=111&amp;_nc_ohc=2cNT31PBe54AX8WY6cV&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT-L9CRn9E_kc1k69cZIq0iP2IXavSB2AUM2n_MqjrNXYA&amp;oe=621977C3&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/CBLIdkRF0M6/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/103163676_850898588731931_4169602283825736340_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=111&amp;_nc_ohc=hsQcWd-B-dQAX9cYHtC&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT99jTgZqAu7DlfdtZ3-T-lYUoacwoEipH8doShdZ9CavA&amp;oe=62196868&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/CA5JchsFZ2w/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/101431306_2692261801045301_7381780167002096992_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=105&amp;_nc_ohc=aJVWInQlU5AAX-OPGWs&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT99gwLGfn0wL7DZvmw9DwdIi4EoC64i3uFv8_BI3h7H1Q&amp;oe=621975A2&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/CAnJNzDFL0d/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/100927015_1969096683234390_1145745970990207777_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=106&amp;_nc_ohc=ISSqE4HWroAAX9jNbff&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT8KlfBfe3ti_XRnOdg3yf-coKdARYIVERqs0cgr0PPLPQ&amp;oe=62195620&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/CAVFfWPlhiI/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/98260436_706075533542776_5689466173982123773_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=104&amp;_nc_ohc=VRo2Sq6zof8AX-KwcAY&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT-IPBUXT9WwEfe8CoGstEDyTnz-xcI42qrADElQTeq7tw&amp;oe=62196EAA&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/CADCb_qF6-R/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/96389252_262347881815587_985597650794295988_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=103&amp;_nc_ohc=GRl2IDiwIu0AX9PpoTV&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT-QyHwOM7Xr4ciqwJyZLW_n1mbqCJ80NkrF36YccOTQag&amp;oe=621972B4&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B_xBtHKlM6n/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/95427907_185683189167773_7788942553309890745_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=105&amp;_nc_ohc=ib9-CDwcwXsAX-_M9wu&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT9YyaIrpSQCvtACyjL4s5ZpYDcpOFRue2UiQYDjpBOZNg&amp;oe=62196282&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B_fAnBslA9c/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/94709957_3192544020777770_1439714560109562594_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=102&amp;_nc_ohc=qBcNFXYNCzMAX-q9WqG&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT9i_47-qWT3K6qdXc6HJQbtJCfiUirD9LvZw3rgigdI0w&amp;oe=621955BE&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B-668zHFb1A/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/92510110_229302801516878_8599900153073587085_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=102&amp;_nc_ohc=hAlx_ig78oEAX-CHYug&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT_0FyIm6QDrRzuuNTBg-QWTDqTLQlV7JUZ9mvXFDuXyDw&amp;oe=621972D9&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B-o7kj2Fp-v/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/92295887_238537520845270_6139949866238368105_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=110&amp;_nc_ohc=hIoiL6_Pdp8AX8ZSY0j&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT8_sok_DaAQJfGXAeJfuejWTjuOLNvLdW2PxwrOUMpxQw&amp;oe=62195766&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B-W5Uo8FnUy/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/90998109_508483353392120_545097262148901982_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=108&amp;_nc_ohc=zCuCGWJuKHcAX9RVLIW&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT9s1RKLV4FkKEATnAwxQT8bkbV9Vg93gQJbLccBLU6UFQ&amp;oe=62197A30&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B9yzJOdlXYo/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/90234517_3048201955243046_4032149038630984362_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=102&amp;_nc_ohc=KvUnKUnBLBQAX90uc0M&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT-1wsV-6dnRA8l_OfhMb-bfcIHxcILlQ_D2hXHvcJOsHg&amp;oe=62195842&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B9gx_AwF2j-/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/87839084_201597034488236_6346862137659135974_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=108&amp;_nc_ohc=FhaUMrjOIJQAX_AlXIC&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT9PGdj4FUVw7krgcuFpDQvqvdH_ZVNRgkOhf9DNaJ9LKg&amp;oe=62196439&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B9O3316FLSX/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/84024516_2726224520760171_2749628101085891641_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=103&amp;_nc_ohc=juf46WJsWpwAX-Mt80s&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT8CJ_jo7uq7uva-wP0ALjmS1Neh73uuXTkaayFiDvDTvg&amp;oe=621950BC&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B882A3Hlzf4/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/84047761_566375223952810_7014361251761923421_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=110&amp;_nc_ohc=ugwzJc4Z-poAX9FEhN2&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT-6BsoVaz1gtIc7Sui_OmGtRFgHe9FhW1g_iv8Ya1byfQ&amp;oe=6219785C&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B8qzxIuFJht/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/84659206_2520911621515001_4032783812533310966_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=105&amp;_nc_ohc=lbuNV5xMv0UAX8yTkqy&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT8QZ4cAAEpCcLAa02nYMDm7hYs4GL7Et9pahz8SbeC2fw&amp;oe=62195BFB&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B8Yyio9FeiG/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/83862857_126267492019343_2516802373331139112_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=111&amp;_nc_ohc=BjRBmGDZ_jIAX8FZunr&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT8o3_TV4eZwR6LqOo0UoYbD2FvBtjanElu7OAKT5JJjhA&amp;oe=62196BF4&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B8GwyaWlxr0/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/82700764_116437279914278_8939672694596311550_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=102&amp;_nc_ohc=2vGXpUSreFEAX84VJN5&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT9FSf58JamVkM-XH6qZfotr3ZbFoJXUJ7jcUd-oryKa6g&amp;oe=62196B97&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B70xp8KlBdl/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/82928537_178844933179108_4485326120391774618_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=104&amp;_nc_ohc=I-xcG1zGZjEAX_fxX9Z&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT9K_fGz3dEBbzbQd2tvMWxEGKdRG3W93aL0tf_af86DFA&amp;oe=62195FC5&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B7itFK-FEWl/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/81816016_2975971139131936_9133181665889097830_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=104&amp;_nc_ohc=rPDrRj9MHPIAX8mt7Bc&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT_MMMBGWik20ODmo67rnGUGShTgQr026I_wjqL2yExyvQ&amp;oe=62196577&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B7QsTlSlbLN/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/82121921_195082208295909_317089373155925230_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=109&amp;_nc_ohc=CVyoKoD5feEAX_fc05T&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT96IzXtjn-kbTKBJdG2ZBzPU8L8eLVLXaMz1WYOp7Sg0g&amp;oe=62197436&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B6-r1Z3lXZ4/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/79385085_760619684424090_5945121584084544000_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=106&amp;_nc_ohc=YHQFR-hw_I8AX-j59P6&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT87LVEvsFyZG72sE-nT23YUJwhI9VHWeXq3RM0gePfFIg&amp;oe=62196263&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B6srEAiF3EC/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/79641342_168670457574413_1529092335740143820_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=105&amp;_nc_ohc=6ha-JfC0Zu4AX9MkGO-&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT_kpFngAULaAATjFiVX7WVnerh3XHhLW1UtcZUnSSkF_g&amp;oe=62197219&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B6ansAoF2uH/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/76849926_1661098514032810_5381973368313197183_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=110&amp;_nc_ohc=jdSJ1OADyD4AX9-ZzmK&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT-p4IO2oqZ5aflo7_K1pdHZl_LTPIJe9u59vyHEwL50_Q&amp;oe=62195419&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B6InMd8F-Oj/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/79031866_585349875610104_1746670167375034057_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=100&amp;_nc_ohc=90qIt_bUjHgAX814HwQ&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT9zZDlfDjTcG3O5iaQOKc0UNK751mw5MpxXI6GMXME3KA&amp;oe=62196AD0&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B52lmvslBjI/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/75272137_785278745232847_908608950708881521_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=107&amp;_nc_ohc=iQn3LjswubMAX_UI7DN&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT9txgr3duNsA-KRB2xWeuoqfLOtuUkYOPMUIZXNeGYfUg&amp;oe=62195157&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B5kWU58lO4m/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/78713834_577072022863702_905943032071732945_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=110&amp;_nc_ohc=6ka6Wz8CUKkAX_6ch7P&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT93la4TTT_RdUCWbPSGfaNc-X7mrnW2Zrk9bQfEda-3dw&amp;oe=6219510E&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B5SiIUPlMMZ/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/75360969_795569670884042_1443413790940581440_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=102&amp;_nc_ohc=eRAk8JMS-yQAX9fxENI&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT-cfcSRxOR0xyPJ8jff-nn1Xx30rVJZiPqPZMbtxae8xg&amp;oe=6219736A&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B5AgC-qFIud/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/73455996_1196463727215172_6103098712812905627_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=104&amp;_nc_ohc=3Wn6xu7s9QEAX9bdsmz&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT9ZbuG7ERC2kszEeZWVn4A3XuJYQ6ihUQjyE9VH5k3quA&amp;oe=62195C5B&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B4ufReIFR7Y/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/74665217_179591259839263_1314411892826376446_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=107&amp;_nc_ohc=Kx8KWES1PC4AX-22lJG&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT9xYY55swzsVVb9cdmJLKBHLD_H85U8-PMtwj40bczJew&amp;oe=62195827&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B4cd2OMlTKD/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/72321904_161490894912322_8285170645226771833_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=110&amp;_nc_ohc=ONVGPxl7k1QAX8-jArS&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT_O7z5sjeZq3fV8pbS8mrlTtp13dJ1y7zZfZMWHW488Og&amp;oe=62195DC8&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B4KVjiUlkN-/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/74528610_211176386542611_4855512294154619446_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=103&amp;_nc_ohc=e57hBTS1baMAX_22b0b&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT8XKrxfPXpavBq4_YIsG_vifesAJNBAbqbRSyEKrGMiww&amp;oe=6219510F&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B34T6DOlTs8/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/72906270_920893648281511_7094600247278020751_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=107&amp;_nc_ohc=ot2eLS_FACMAX8_xYIA&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT-MGV2iIwHmtHht3cLdeq_hPFpKxwxwyOBdAQ8nGW2L_w&amp;oe=621970F5&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B3o5uvgFzbr/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/70645227_838329016586510_1822488541025023345_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=102&amp;_nc_ohc=pgsxo9acVlcAX_e8ogR&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT8jJxCmalNMhDv24NnS1Vo7HsXV4dmZIUM96zVHidPvsg&amp;oe=621973F1&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B3UVeS9F0ci/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/70539147_1651229161675842_1854001985950061835_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=106&amp;_nc_ohc=0_DAuTXdQaQAX98svOn&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT80yW2dWLHMgO2J48RoZ7b7xv5LnedPogzfwMpvqH2fOQ&amp;oe=621953F6&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B3ChDvjlRcX/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/69780429_774772502978944_3902758812559622286_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=104&amp;_nc_ohc=g5Cu-Or-DfwAX_D-nzY&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT9dR2kz7MumSvPhhYVBjmB3GP9ZTElVogHn74TS4u3AXA&amp;oe=621972C2&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B2wNnv6FGub/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/70348866_154948725608108_5670893341093662238_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=108&amp;_nc_ohc=i18a7pcrhc8AX87AM8q&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT-qCnYOHaK3I81_ts0vbkKI4hhz0yS7Cz_5yUpUPR3vuw&amp;oe=62197793&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B2eMTO5FUd-/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/69674693_2893745037306907_8986329690648535578_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=107&amp;_nc_ohc=NDdbqm0YhrMAX9ekEPX&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT8MYaDDciTI7Js3spP-ZnG5RIyIW2biBhs16K_1KQnTvQ&amp;oe=621977CC&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B2MiA4hFXmU/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/68722514_748230782276869_5489311161362766566_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=101&amp;_nc_ohc=wJSk-WTzL0cAX8KUkHD&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT9KZf6wrCkWkvBPry-ez2gwYnGTKoLUUGGDCUqfS74soA&amp;oe=62195F4A&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B19BlN4li1d/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/70369594_483214772499327_6083279659330905661_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=103&amp;_nc_ohc=Ig_1DVHNIaYAX_oaqR6&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT_PnIS2yjvcX5LnkThBJmhoPIWqqtrbvp7f4pL85v9Iog&amp;oe=62196906&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B1od64klMBa/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/67802630_816181355445444_2804406719992714682_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=100&amp;_nc_ohc=Nwl8VZ6B0i0AX9NWHXU&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT_tw4UungL5NW-EtKqGmFFgmY13gQTI5RKupGzlCi5TXg&amp;oe=6219633A&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B1WdieGFfhf/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/67425145_389542871750803_2606966269821008224_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=107&amp;_nc_ohc=3iDh6m7cYOwAX_dxH4n&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT9UWfPz44D6XN7isbHISOaI28v8QQ1n8VMnW60BKX0mWg&amp;oe=62196299&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B1EcGtLFjdJ/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/67071931_152761952502488_4106992012375575229_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=108&amp;_nc_ohc=lvF25RDQOGgAX8sUcBF&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT9FH6xtbKJ_0bnfDXfC4NgBwym_ETt8eGDo3sSo3Divfg&amp;oe=621957F4&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B03b9j-F3im/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/66623026_653659788464521_3414764958655241233_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=101&amp;_nc_ohc=ml-qLC6Kou0AX-WRrJ_&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT8In3U3LLcvFOyK9KazcMrUVvbdn0ty5HEbJ6lRrQGffw&amp;oe=62196ECC&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B0gccs1lY7Z/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/66302632_629534037540900_6742996298059565413_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=100&amp;_nc_ohc=ILEZV_CEXjYAX8CPnEx&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT9ksoQ5ZzYfEPUHYYJK7INUQFe7w4TgbPffhMfb_PyZpA&amp;oe=62197A82&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B0OMEAsF9kT/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/67387246_1415443971944717_8951925659728922120_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=105&amp;_nc_ohc=WMsGedI4eJMAX9s1lUL&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT_F-_7DOFQtjfrgn7Te_g8P8zaEnUAmTAQla3wY_PdVKQ&amp;oe=62197AA6&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/Bz8TTZvFG74/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/66292880_148904712947697_2602791307361061857_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=109&amp;_nc_ohc=8DP_W8ihEJgAX8FpdKP&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT_4kZUDSjxQZt34NGStxXOvtaWt1L2GF4HoiNVOHftRwA&amp;oe=62197167&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/Bzqa2j2lv5I/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/65663163_178031766555912_534069643698596880_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=100&amp;_nc_ohc=S20B3NN3IwgAX9g0y4n&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT8-BA6kEmfV48qyhKuTAOnRv-wu4QK97zuT2daG_-gg5A&amp;oe=62197465&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/BzYUlzFFDY1/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/66112995_692536864541838_7818762823451637433_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=106&amp;_nc_ohc=jUKJFxUmDYIAX--GK26&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT-pB_-nnsxArau6TGri-vfKSG5yAQsrWh2omWCRKRvN_Q&amp;oe=621961DD&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/BzGJM-PlWK1/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/65509806_865788217109772_8186039861619365783_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=100&amp;_nc_ohc=PwL1T8rw67gAX8Ulp0x&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT-VwmpONwTcAOTg8viKHPPhP8g6R6AEkAcmGNWak0dkzw&amp;oe=62196B82&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/By0h1E2FGPo/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/64503413_2388192598083031_4043894409785198264_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=107&amp;_nc_ohc=xH7b0y0_a4UAX9v5Cwf&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT_rfcdITWKW1W1baJ5_kYhfe_u3rRfr-eO27aNbcVIG6w&amp;oe=62197418&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/ByiS3hZFbpe/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/61108977_2485990821423111_779827487710779964_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=103&amp;_nc_ohc=kvk9xkdlpdUAX_T72b5&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT-mP0htfG17gyznkmrbwv5bOQfl9seI0OcrX16RH1jV8w&amp;oe=62197720&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/ByPzOLFlVdU/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/60915326_140644937014830_3084062137244256152_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=106&amp;_nc_ohc=8tAI14JROaYAX-cF4qj&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT_OGhMGMgmMM-Z_n_kd2B0TxkmxJvWNrp4mbXhbIlmlsQ&amp;oe=62196891&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/B19BlN4li1d/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/70369594_483214772499327_6083279659330905661_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=103&amp;_nc_ohc=Ig_1DVHNIaYAX_oaqR6&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT_PnIS2yjvcX5LnkThBJmhoPIWqqtrbvp7f4pL85v9Iog&amp;oe=62196906&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="large" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="large">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/ByAZ7mUlaBm/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/60784540_458698068213838_1108045775421546200_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=110&amp;_nc_ohc=TlroFptCo10AX-ECjbz&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT-ZEkFNLAODvIc5PHQfAYS9vOsvgv3rIOsAy6V2w1KZrg&amp;oe=62196893&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="small" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="small">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/Bxr0MLUF_uB/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/60097538_2159281910855671_2307396327612992345_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=107&amp;_nc_ohc=3706fjco80YAX94yfiW&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT_KEF38RLgWeFWfxQRP-lfs12XI-pXNxIhc0IxqT8y9Rw&amp;oe=62195746&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
                                            <li class="instagram--item" data-size="medium" aria-hidden="false">
                <figure class="instagram--figure">
                  <div class="instagram--photo" data-size="medium">
                    <a class="instagram--link" tabindex="0" title="Opens in new window" aria-label="A post shared by @mitsloan" target="_blank" href="https://www.instagram.com/p/BxZtZqAl3mK/">
                      <img src="https://scontent.cdninstagram.com/v/t51.2885-15/60538886_133009671123615_5976039939556888322_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&amp;_nc_ht=scontent.cdninstagram.com&amp;_nc_cat=103&amp;_nc_ohc=WcQZ2qhUU6YAX_ZRvZ5&amp;edm=AMO9-JQAAAAA&amp;ccb=7-4&amp;oh=00_AT8K4oLdgEI16MJjToPAuYYfL4EZL7er89eWXxw_a4L4GA&amp;oe=62195750&amp;_nc_sid=b9f2ee" alt="A post shared by @mitsloan">
                      <span class="instagram--link_text">View on Instagram</span>
                    </a>
                  </div>
                  <figcaption class="instagram--caption">
                      <span class="instagram__logo" aria-hidden="true"></span>
                      <a href="https://www.instagram.com/mitsloan" class="instagram--author_link" target="_blank" tabindex="0">@mitsloan</a>
                  </figcaption>
                </figure>
            </li>
            </ul>
</section>

</div>
                                                                <div class="question--modules_group" data-enabled="false" aria-hidden="true" data-answer-id="answer-35188">      

<section class="highlights js-full-bleed-component">
    <header class="highlights--header">
                <div class="pseudo-header-anchor" id="choose-your-own-management-adventure"></div>
        <h2 class="highlights--headline">Choose your own management adventure.<a href="#choose-your-own-management-adventure" class="jump-link"></a></h2>
            </header>
    <div class="highlights--container">
                                    
<article class="highlights--article" data-type="tour">
    <a class="highlights--link_wrap" title="MBA Program" aria-label="MBA Program" href="/mba">            <figure class="highlights--figure" aria-hidden="true">

                        <div class="highlights--video_icon" data-enabled="false"></div>

                        
                                        <div class="highlights--image"><img src="/sites/default/files/styles/highlighted_article/public/2021-01/MBATourBackground.jpg?h=d8102449&amp;itok=FY2LF3S0" alt="Students in Auditorium classroom"></img></div>
                    </figure>

        <div class="highlights--wrap">

                        <span class="highlights--tag"><strong>MBA</strong></span>

                            <span class="highlights--link">MBA Program</span>
                    </div>

                    </a>    </article>
                            
<article class="highlights--article" data-type="tour">
    <a class="highlights--link_wrap" title="Master of Finance" aria-label="Master of Finance" href="/mfin">            <figure class="highlights--figure" aria-hidden="true">

                        <div class="highlights--video_icon" data-enabled="false"></div>

                        
                                        <div class="highlights--image"><img src="/sites/default/files/styles/highlighted_article/public/2019-12/20191105_Day_In_The_Life_Tracey_Nilson-Ames_MFin_Nov_2019_DAVIDSON_88-RT.jpg?h=d8102449&amp;itok=NFD_sDRu" alt="MIT Sloan finance students in classroom"></img></div>
                    </figure>

        <div class="highlights--wrap">

                        <span class="highlights--tag"><strong>Master of Finance</strong></span>

                            <span class="highlights--link">Master of Finance</span>
                    </div>

                    </a>    </article>
                            
<article class="highlights--article" data-type="tour">
    <a class="highlights--link_wrap" title="Master of Business Analytics" aria-label="Master of Business Analytics" href="/mban">            <figure class="highlights--figure" aria-hidden="true">

                        <div class="highlights--video_icon" data-enabled="false"></div>

                        
                                        <div class="highlights--image"><img src="/sites/default/files/styles/highlighted_article/public/2019-12/20181107_Day_In_The_Life_Amal_Rar_Nov_2018_DAVIDSON_68.jpg?h=4ab8bb68&amp;itok=0LhY4p4M" alt="MIT Sloan students walking on campus"></img></div>
                    </figure>

        <div class="highlights--wrap">

                        <span class="highlights--tag"><strong>Master of Business Analytics</strong></span>

                            <span class="highlights--link">Master of Business Analytics</span>
                    </div>

                    </a>    </article>
                            
<article class="highlights--article" data-type="external_link">
    <a class="highlights--link_wrap" title="Leaders for Global Operations" aria-label="Leaders for Global Operations" href="https://lgo.mit.edu/">            <figure class="highlights--figure" aria-hidden="true">

                        <div class="highlights--video_icon" data-enabled="false"></div>

                        
                                        <div class="highlights--image"><img src="/sites/default/files/styles/highlighted_article/public/2019-05/20140808_LGO_National_Grid_Plant_Visit_August_2014_KUBICA_142.jpg?h=b2774bcf&amp;itok=038ECWr9" alt="LGO National Grid site visit"></img></div>
                    </figure>

        <div class="highlights--wrap">

                        <span class="highlights--tag"><strong>LGO</strong></span>

                            <span class="highlights--link">Leaders for Global Operations</span>
                    </div>

                    </a>    </article>
                            
<article class="highlights--article" data-type="tour">
    <a class="highlights--link_wrap" title="Undergraduate Programs" aria-label="Undergraduate Programs" href="/undergrad">            <figure class="highlights--figure" aria-hidden="true">

                        <div class="highlights--video_icon" data-enabled="false"></div>

                        
                                        <div class="highlights--image"><img src="/sites/default/files/styles/highlighted_article/public/2019-02/undergraduate_tour_welcome.png?h=b12fd821&amp;itok=kAHF3DQg" alt="Undergraduate Program Students"></img></div>
                    </figure>

        <div class="highlights--wrap">

                        <span class="highlights--tag"><strong>Undergraduate</strong></span>

                            <span class="highlights--link">Undergraduate Programs</span>
                    </div>

                    </a>    </article>
                            
<article class="highlights--article" data-type="tour">
    <a class="highlights--link_wrap" title="PhD Program" aria-label="PhD Program" href="/phd">            <figure class="highlights--figure" aria-hidden="true">

                        <div class="highlights--video_icon" data-enabled="false"></div>

                        
                                        <div class="highlights--image"><img src="/sites/default/files/styles/highlighted_article/public/2018-06/mba_mit_sloan_community_large_inline_image_with_more_than_11000_students.png?h=e9dd200c&amp;itok=Rj2s1n38" alt=""></img></div>
                    </figure>

        <div class="highlights--wrap">

                        <span class="highlights--tag"><strong>PhD</strong></span>

                            <span class="highlights--link">PhD Program</span>
                    </div>

                    </a>    </article>
                        </div>
    </section>

</div>
                                                                <div class="question--modules_group" data-enabled="false" aria-hidden="true" data-answer-id="answer-37892">      

<section class="highlights js-full-bleed-component">
    <header class="highlights--header">
                <div class="pseudo-header-anchor" id="make-your-mark"></div>
        <h2 class="highlights--headline">Make your mark.<a href="#make-your-mark" class="jump-link"></a></h2>
            </header>
    <div class="highlights--container">
                                    
<article class="highlights--article" data-type="tour">
    <a class="highlights--link_wrap" title="MIT Sloan Fellows MBA" aria-label="MIT Sloan Fellows MBA" href="/mit-sloan-fellows-mba">            <figure class="highlights--figure" aria-hidden="true">

                        <div class="highlights--video_icon" data-enabled="false"></div>

                        
                                        <div class="highlights--image"><img src="/sites/default/files/styles/highlighted_article/public/2019-12/190515_Cunningham_073.jpg?h=b3fa346c&amp;itok=HrxuCTdS" alt="MIT Sloan Fellows students talking in classroom at computers"></img></div>
                    </figure>

        <div class="highlights--wrap">

                        <span class="highlights--tag"><strong>MIT Sloan Fellows MBA Program</strong></span>

                            <span class="highlights--link">MIT Sloan Fellows MBA</span>
                    </div>

                    </a>    </article>
                            
<article class="highlights--article" data-type="flexible_landing">
    <a class="highlights--link_wrap" title="The MIT Executive MBA" aria-label="The MIT Executive MBA" href="/emba/introduce-yourself">            <figure class="highlights--figure" aria-hidden="true">

                        <div class="highlights--video_icon" data-enabled="false"></div>

                        
                                        <div class="highlights--image"><img src="/sites/default/files/styles/highlighted_article/public/2021-05/1189_9091.jpg?h=c40cfc71&amp;itok=_0U-TSc2" alt="EMBA Students working together"></img></div>
                    </figure>

        <div class="highlights--wrap">

                        <span class="highlights--tag"><strong>MIT Executive MBA</strong></span>

                            <span class="highlights--link">The MIT Executive MBA</span>
                    </div>

                    </a>    </article>
                            
<article class="highlights--article" data-type="external_link">
    <a class="highlights--link_wrap" title="MIT Sloan Executive Education" aria-label="MIT Sloan Executive Education" href="https://executive.mit.edu">            <figure class="highlights--figure" aria-hidden="true">

                        <div class="highlights--video_icon" data-enabled="false"></div>

                        
                                        <div class="highlights--image"><img src="/sites/default/files/styles/highlighted_article/public/2019-12/061_7619.png?h=e6f2866d&amp;itok=nwgMj1re" alt="MIT Sloan exec ed students in classroom"></img></div>
                    </figure>

        <div class="highlights--wrap">

                        <span class="highlights--tag"><strong>Exec Ed</strong></span>

                            <span class="highlights--link">MIT Sloan Executive Education</span>
                    </div>

                    </a>    </article>
                        </div>
    </section>

</div>
                                        </section>
        </article>




</main>

          
    <footer class="footer">
    <div class="footer--top" data-nosnippet>

                    <section class="footer--mission">
                <h3 class="footer--mission_title">The Mission</h3>
                <p class="footer--mission_text">The mission of the MIT Sloan School of Management is to develop principled, innovative leaders who improve the world and to generate ideas that advance management practice.</p>
            </section>
        
        <section class="footer--find">
            <h3 class="footer--find_title">Find Us</h3>
            <span class="footer--location">
                <a class="footer--location_link" title="Map of MIT Campus - Opens in new window" target="_blank" href="https://www.google.com/maps/place/MIT+Sloan+School+of+Management/@42.3610109,-71.085189,17z/data=!3m1!4b1!4m5!3m4!1s0x89e370a66efa6057:0x9bcd706c8ad3aa7a!8m2!3d42.361007!4d-71.082995">                    <strong>MIT Sloan School of Management</strong>
                    <span>100 Main Street</span>
                    <span>Cambridge, MA 02142</span>
                </a>            </span>
            <a class="footer--phone" title="Call 617-253-1000" href="tel:617-253-1000">617-253-1000</a>
        </section>

                    <section class="footer--links no-print">
                <h3 class="footer--links_title">Links</h3>
                <nav class="footer--nav" aria-label="footer">
                    <ul class="footer--nav-list">
                                                    <li>
                                <a class="footer--link" title="" href="/returntocampus/coming-to-campus-spring-2022">Return to campus</a>
                            </li>
                                                    <li>
                                <a class="footer--link" title="" href="/press">Press</a>
                            </li>
                                                    <li>
                                <a class="footer--link" title="" href="/work-mit-sloan">Careers</a>
                            </li>
                                                    <li>
                                <a class="footer--link" title="Accessibiltiy" href="https://accessibility.mit.edu/">Accessibility</a>
                            </li>
                                                    <li>
                                <a class="footer--link" title="" href="/licensing">Licensing</a>
                            </li>
                                                    <li>
                                <a class="footer--link" title="" href="/privacy">Privacy</a>
                            </li>
                                            </ul>
                </nav>
            </section>
            </div>

    <div class="footer--bottom">
        <nav class="footer--social no-print" aria-label="social media" itemscope itemtype="http://schema.org/Organization">
            <link aria-hidden="true" hidden itemprop="url" href="/">
                            <a class="footer--social_link" aria-label="facebook" data-site="facebook" title="Find us on Facebook" itemprop="sameAs" target="_blank" href="https://www.facebook.com/MITSloan"></a>
                                        <a class="footer--social_link" aria-label="twitter" data-site="twitter" title="Find us on Twitter" itemprop="sameAs" target="_blank" href="https://twitter.com/mitsloan"></a>
                                        <a class="footer--social_link" aria-label="youtube" data-site="youtube" title="Find us on YouTube" itemprop="sameAs" target="_blank" href="https://www.youtube.com/user/MITSloan"></a>
                                        <a class="footer--social_link" aria-label="instagram" data-site="instagram" title="Find us on Instagram" itemprop="sameAs" target="_blank" href="https://www.instagram.com/mitsloan/"></a>
                                        <a class="footer--social_link" aria-label="linkedin" data-site="linkedin" title="Find us on LinkedIn" target="_blank" href="https://www.linkedin.com/company/mit-sloan-school-of-management"></a>
                    </nav>
        <small class="footer--copyright">©2022 MIT Sloan School of Management</small>
    </div>
</footer>




  </div>

    <div id="sidenotes"></div>
    <script type="application/json" data-drupal-selector="drupal-settings-json">{"path":{"baseUrl":"\/","scriptPath":null,"pathPrefix":"","currentPath":"home","currentPathIsAdmin":false,"isFront":true,"currentLanguage":"en"},"pluralDelimiter":"\u0003","suppressDeprecationErrors":true,"colorbox":{"opacity":"0.85","current":"{current} of {total}","previous":"\u00ab Prev","next":"Next \u00bb","close":"Close","maxWidth":"98%","maxHeight":"98%","fixed":true,"mobiledetect":true,"mobiledevicewidth":"480px"},"dataLayer":{"defaultLang":"en","languages":{"en":{"id":"en","name":"English","direction":"ltr","weight":0}}},"lazy":{"lazysizes":{"lazyClass":"lazyload","loadedClass":"lazyloaded","loadingClass":"lazyloading","preloadClass":"lazypreload","errorClass":"lazyerror","autosizesClass":"lazyautosizes","srcAttr":"data-src","srcsetAttr":"data-srcset","sizesAttr":"data-sizes","minSize":40,"customMedia":[],"init":true,"expFactor":1.5,"hFac":0.8,"loadMode":2,"loadHidden":true,"ricTimeout":0,"throttleDelay":125,"plugins":[]},"placeholderSrc":"","preferNative":false,"minified":true,"libraryPath":"\/libraries\/lazysizes"},"aprilKittens":"1\/20210402\/265","user":{"uid":0,"permissionsHash":"dea033123ddd9033c21d3e7204bd61c9e1cfc2341c9d473673354eeb96a09c93"}}</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="/sites/default/files/js/js_Yo5-pUGFdmDGG839BHCatbdRBNNaNZzurBPSFrJmBrU.js"></script>
<script src="https://www.youtube.com/iframe_api"></script>
<script src="/sites/default/files/js/js_v5ejwlMI1FY9aG3T_e8pkGnsYgjSJDlU9ztJKW2s5NQ.js"></script>

  </body>
</html>
