@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskSmBold15.woff') format('woff'), url('assets/fonts/SharpGroteskSmBold15.woff2') format('woff2');
  font-weight: 900;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskSmBoldItalic15.woff') format('woff'), url('assets/fonts/SharpGroteskSmBoldItalic15.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskMedium20.woff') format('woff'), url('assets/fonts/SharpGroteskMedium20.woff2') format('woff2');
  font-weight: 700;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskMediumItalic20.woff') format('woff'), url('assets/fonts/SharpGroteskMediumItalic20.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskBook20.woff') format('woff'), url('assets/fonts/SharpGroteskBook20.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskBookItalic20.woff') format('woff'), url('assets/fonts/SharpGroteskBookItalic20.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskLight20.woff') format('woff'), url('assets/fonts/SharpGroteskLight20.woff2') format('woff2');
  font-weight: 200;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskLightItalic20.woff') format('woff'), url('assets/fonts/SharpGroteskLightItalic20.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
}
/*
 * Fonts
 */
/*
 * Colors
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}
img:not([alt]) {
  outline: 3px solid #FA7416;
}
a,
a:visited {
  color: #0C71FA;
}
a:hover,
a:active,
a:focus {
  color: #8c8c8c;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
body {
  padding: 0;
  margin: auto;
  touch-action: manipulation;
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  line-height: 1.3;
  background-color: #ebebeb;
  max-width: 800px;
}
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}
*:focus {
  outline: dotted 1px;
  outline-color: #000;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
}
.copy-container {
  max-width: 1100px;
  margin: 0 auto;
}
.headline {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 50px;
  margin: 40px 0 20px 0;
  line-height: 1em;
}
@media screen and (min-width: 420px) {
  .headline {
    font-size: 56px;
  }
}
.deck {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  margin: 20px 0 20px;
}
.byline {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.57px;
  color: #666;
  margin: 8px 0;
}
.byline a,
.byline a:hover,
.byline a:active,
.byline a:focus,
.byline a:visited {
  color: inherit;
  text-decoration: none;
}
.byline a:hover,
.byline a:active,
.byline a:focus {
  border-bottom: 1px solid #0C71FA;
}
.article-date {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-size: 14px;
  color: #404040;
  text-align: center;
  margin: 8px 0;
}
.divider {
  margin: 20px auto;
  border-top: 1px solid #bdbdbd;
}
.subhead {
  margin: 0 auto 0.7em;
  padding-top: 20px;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
}
.copy {
  font-family: 'Georgia', serif;
  font-size: 18px;
  line-height: 26px;
  margin: 0 auto 0.78em auto;
}
.copy a {
  text-decoration: none;
}
.copy a,
.copy a:visited {
  color: #000;
  box-shadow: 0 1px 0 #0c71fa;
}
.copy a:hover,
.copy a:active,
.copy a:focus {
  color: #000;
  box-shadow: 0 2px 0 #0c71fa;
}
.copy pre {
  font-size: 16px;
  font-family: 'Courier', monospace;
  width: 100%;
  overflow: scroll;
  background-color: #ddd;
  padding: 0 1em;
}
.copy blockquote {
  border-left: 3px solid #707070;
  color: #404040;
  font-size: 18px;
  line-height: 26px;
  font-family: Georgia, serif;
  margin: 0 0 1em 2px;
  padding: 0 0 0 20px;
}
.photo {
  width: 100%;
  margin: 20px auto;
}
.photo a {
  text-decoration: none;
}
.photo a,
.photo a:visited {
  color: #000;
  box-shadow: 0 1px 0 #0c71fa;
}
.photo a:hover,
.photo a:active,
.photo a:focus {
  color: #000;
  box-shadow: 0 2px 0 #0c71fa;
}
.photo img {
  max-width: inherit;
  width: 100%;
}
.photo figcaption {
  font-family: 'Georgia', serif;
  font-weight: bold;
  font-size: 10.5px;
  line-height: 14px;
}
.photo figcaption em {
  color: #808080;
  font-weight: normal;
}
.header {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #919191;
}
.header svg {
  width: 175px;
}
.footer {
  margin-top: 77px;
  padding-top: 17px;
  border-top: 1px solid #bdbdbd;
}
.footer-logo {
  text-align: center;
  margin-bottom: 31px;
}
.footer-logo svg {
  width: 80px;
}
.footer-icons {
  display: flex;
  justify-content: center;
  margin-bottom: 29px;
}
.footer-icons button {
  background: none;
  border: 1px solid #000;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: block;
  padding: 0;
  margin: 0 24px 0 0;
  cursor: pointer;
  line-height: 0;
}
.footer-icons button:hover,
.footer-icons button:focus,
.footer-icons button:active {
  background-color: #0C71FA;
  border-color: #0C71FA;
  color: #fff;
}
.footer-icons button:hover svg path,
.footer-icons button:focus svg path,
.footer-icons button:active svg path {
  fill: #fff;
}
.footer-icons button:last-child {
  margin: 0;
}
.footer-icons .twitter svg {
  width: 15px;
  height: 13px;
  margin: 0 0 0 1px;
}
.footer-icons .facebook svg {
  width: 12px;
  height: 18px;
}
.footer-icons .instagram svg {
  width: 19px;
  height: 19px;
}
.footer-links {
  margin: 14px 0 13px;
  padding: 0;
  text-align: center;
}
.footer-links li {
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  margin: 0 14px;
  font-size: 14px;
  line-height: 39px;
  letter-spacing: 4px;
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 900;
}
.footer-links a,
.footer-links a:hover,
.footer-links a:active,
.footer-links a:focus,
.footer-links a:visited {
  color: #000;
  text-decoration: none;
}
.footer-links a:hover,
.footer-links a:active,
.footer-links a:focus {
  border-bottom: 2px solid #0C71FA;
}
.copyright {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 3px;
  line-height: 25px;
  margin-bottom: 27px;
}
@media screen and (min-width: 740px) {
  .photo figcaption {
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (min-width: 1180px) {
  .footer {
    margin-top: 60px;
    padding-top: 42px;
  }
  .footer-links li {
    margin: 0 27px;
    font-size: 19px;
    line-height: 50px;
  }
  .headline {
    font-size: 62px;
    line-height: 1em;
  }
}
.chart-note {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 200;
  font-size: 12px;
  color: #000;
  margin: 2px 0;
  display: block;
}
.chart-note p {
  margin: 4px 0;
}
.subhead {
  padding-top: 40px;
}
.flex-charts {
  display: block;
}
@media screen and (min-width: 740px) {
  .flex-charts {
    display: flex;
  }
  .flex-charts .chart:not(:first-child) {
    margin: 0 0 0 40px;
  }
}
.flex-charts .chart {
  margin: 0;
  flex-grow: 1;
  flex-basis: 0;
  overflow: visible;
}
.chart-title {
  font-size: 22px;
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 900;
  margin: 0;
  margin-bottom: 4px;
}
.chart-dek {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  color: #333333;
  max-width: 700px;
}
.chart-subhead {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 700;
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #333;
}
.chart-container {
  position: relative;
}
.chart-container.chart-error::after {
  content: "Not enough data";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ddd;
  color: #666;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plot-chart {
  width: 100%;
  height: 440px;
  margin-bottom: 10px;
  paint-order: stroke fill;
}
.plot-chart text {
  pointer-events: none;
}
.plot-tooltip {
  background: #ffffff;
  padding: 2px 6px;
  display: inline-block;
  opacity: 1;
  min-width: 80px;
  max-width: 180px;
  color: #000;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 1.2em;
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 200;
}
.plot-tooltip p {
  margin: 2px 0;
}
.plot-tooltip strong {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 400;
}
.plot-tooltip .date {
  font-size: 12px;
  color: #333;
}
.plot-tooltip .note {
  font-size: 12px;
}
.plot-tooltip .tooltip-title {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.plot-tooltip .tooltip-name {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  margin-top: 2px;
  display: block;
}
.plot-tooltip .tooltip-list {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.plot-tooltip .tooltip-list li {
  list-style-type: none;
  margin: 4px 0;
}
.chart-key {
  padding: 0;
  margin: 0;
  font-size: 14px;
  display: block;
  padding-top: 5px;
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 200;
}
.chart-key > li {
  list-style-type: none;
  vertical-align: middle;
  flex-grow: 0;
  margin: 10px 0;
}
@media screen and (min-width: 240px) {
  .chart-key {
    display: flex;
  }
  .chart-key > li {
    margin: 0 0 10px 0;
  }
  .chart-key > li:not(:first-child) {
    margin-left: 12px;
  }
}
.chart-key .chart-key-square {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  color: #333;
}
.chart-key .chart-key-line {
  display: inline-block;
  width: 24px;
  height: 4px;
  margin-right: 2px;
  color: #333;
}
.chart-author {
  display: block;
  width: 250px;
  height: 12px;
  margin-right: 2px;
}
@media screen and (min-width: 630px) {
  .new-industry-key {
    display: none;
  }
}
