<!DOCTYPE html>
<html>
<head>
  <title>File Not Found | Pivotal Tracker</title>
  <meta name="viewport" content="width=device-width, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1.0">
  <script type="text/javascript" src="//use.typekit.net/hvn6ute.js"></script>
  <script type="text/javascript">try{Typekit.load({ async: true });}catch(e){}</script>
  <style type="text/css">
    body {
      display: flex;
      background-color: #f3f4f4;
      flex-direction: column;
      font-family: open-sans, sans-serif;
      height: 100vh;
      margin: 0;
    }

    a {
      color: #3a78be;
      text-decoration: none;
    }

    .container {
      flex: 1 0 auto;
      margin: 0 auto;
      width: 70%;
    }

    .header {
      background-color: white;
      display: flex;
      flex-shrink: 0;
      justify-content: center;
      width: 100%;
    }

    .header img {
      height: auto;
      padding: 8px;
      width: 280px;
    }

    .hero {
      display: flex;
      flex-direction: column;
      margin-bottom: 24px;
    }

    .hero__image {
      display: flex;
      justify-content: center;
      margin: 16px auto;
      height: 247px; /* prevent text hop */
      max-width: 486px; /* IE */
      width: 100%;
    }

    .hero__heading {
      color: #3c4858;
      font-size: 34px;
      font-weight: 600;
      margin: 0 0 8px;
    }

    .hero__subheading {
      color: #6f6f6f;
      font-size: 18px;
      font-weight: 400;
      margin: 0 0 16px;
    }

    .hero__subheading:hover a {
      text-decoration: underline;
    }

    .support {
      display: flex;
      flex-direction: column;
      flex-shrink: 0;
      justify-content: center;
      line-height: 24px;
      margin: 0 auto;
      width: 70%
    }

    .support__block {
      border-bottom: 1px solid #D8DBDF;
      display: flex;
      flex-direction: column;
      padding: 16px 8px;
    }

    .support__block:hover {
      background-color: #efefef;
    }

    .support__block:hover .support__heading {
      text-decoration: underline;
    }

    .support__block:first-of-type {
      border-top: 1px solid #D8DBDF;
    }

    .support__content {
      max-width: 256px;
    }

    .support__heading {
      margin: 0;
      color: #3a78be;
      font-size: 14px;
      font-weight: 600;
    }

    .support__text {
      color: #333;
      font-size: 14px;
      font-weight: 400;
      margin: 0;
    }

    .support__icon {
      height: 64px;
      margin-right: 16px;
      width: 64px;
    }

    .footer {
      display: flex;
      flex-direction: column;
      flex-shrink: 0;
      line-height: 24px;
      margin: 32px auto;
      padding: 0 16px 16px;
      width: 70%;
    }

    .footer__heading {
      font-weight: 600;
    }

    .footer__links {
        display: flex;
        flex-direction: column;
    }

    .footer__link {
      color: #333;
      font-size: 14px;
      font-weight: 400;
    }

    .footer__link::after {
    }

    .footer__link:last-of-type::after {
      content: '';
    }

    @media (min-width: 768px) {
      .hero__heading {
        text-align: center;
      }

      .hero__subheading {
        text-align: center;
      }

      .hero__image {
        height: 417px;
        margin: 32px auto;
      }

      .support {
        flex-direction: row;
      }

      .support__block {
        align-items: center;
        border-bottom: 1px solid #D8DBDF;
        border-top: 1px solid #D8DBDF;
        flex-direction: row;
        padding: 32px;
      }

      .support__block:first-of-type {
        border-right: 1px solid #D8DBDF;
      }

      .footer__links {
        display: flex;
        flex-direction: row;
        padding-bottom: 16px;
        justify-content: center;
      }

      .footer__link::after {
        content: '\2022';
        padding: 0 4px 0 8px;
      }

      .footer {
        text-align: center;
      }

      .footer {
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        line-height: 24px;
        margin: 32px auto;
        padding: 0 16px;
      }
    }
  </style>
</head>
<body>
  <div class="header">
    <a href="/"><img alt="Tracker" src="/images/v7/logos/logo_main.png"/></a>
  </div>

  <div class="container">
    <div class="hero">
      <img class="hero__image" src="/images/v8/status_pages/tippy-404.svg"/>
      <h1 class="hero__heading">Looks like we lost the thread to that link.</h1>
      <h2 class="hero__subheading">Perhaps there's a typo or the page no longer exists. Give it another try or <a href="mailto:support@pivotaltracker.com">contact Support</a> for help.
      </h2>
    </div>
  </div>

  <div class="support">
    <a class="support__block" href="/help" target="_blank" rel="noopener noreferrer">
      <img class="support__icon" src="/images/v8/icons/visit-help.svg"/>
      <div class="support__content">
        <h3 class="support__heading">Visit the Help Center</h3>
        <p class="support__text">Browse videos and articles to get you up to speed on Tracker.</p>
      </div>
    </a>

    <a class="support__block" href="mailto:support@pivotaltracker.com">
      <img class="support__icon" src="/images/v8/icons/contact-support.svg"/>
      <div class="support__content">
        <h3 class="support__heading">Contact Support</h3>
        <p class="support__text">Need more help? Get in touch with the Tracker Team.</p>
      </div>
    </a>
  </div>

  <div class="footer">
    <div class="footer__heading">404: page not found</div>
    <div class="footer__links">
      <a class="footer__link" href="/help">Help Center</a>
      <a class="footer__link" href="//status.pivotaltracker.com/">Status</a>
      <a class="footer__link" href="mailto:support@pivotaltracker.com">Contact Support</a>
      <a class="footer__link" href="//pivotal.io/terms-of-use">Terms of Use</a>
      <a class="footer__link" href="https://www.vmware.com/content/dam/digitalmarketing/vmware/en/pdf/downloads/eula/vmware-cloud-services-universal-tos.pdf">Tracker Agreement</a>
    </div>
  </div>
</body>
</html>
