@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: 0;
  touch-action: manipulation;
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  line-height: 1.3;
  background-color: #ebebeb;
}
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}
*:focus {
  outline: dotted 1px;
  outline-color: #000;
}
.container {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.copy-container {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
}
.inset-container {
  max-width: 440px;
  padding: 0 20px;
  margin: 0 auto;
}
.photo-container {
  max-width: 740px;
  padding: 0 20px;
  margin: 0 auto;
}
.headline {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 56px;
  margin: 40px 0 20px 0;
  line-height: 1em;
}
.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: #707070;
  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;
  }
}
.container {
  font-size: 14px;
  max-width: 600px;
  margin: 0 auto;
  overflow: auto;
  padding-bottom: 20px;
}
.chart-container {
  font-size: 14px;
  overflow: auto;
}
.hed {
  font-size: 22px;
  color: #000;
  margin: 0 0 14px 0;
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 900;
}
.subhed {
  font-size: 14px;
  color: #333;
  margin: 10px 0;
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}
.notes {
  width: 100%;
  justify-content: space-between;
}
.notes p {
  font-size: 10px;
  color: #000;
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 200;
  margin: 8px 0;
  line-height: 1.4em;
}
@media screen and (min-width: 600px) {
  .notes {
    display: flex;
    margin: 8px 0;
  }
  .notes p {
    margin: 0;
  }
}
.label {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
}
.lottery-form {
  margin: 20px auto 40px auto;
  text-align: center;
}
.input-row {
  display: block;
  justify-content: center;
  align-items: flex-end;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  .input-row {
    display: flex;
  }
}
.input-group {
  text-align: left;
  padding: 4px;
  width: 100%;
}
.input-group label {
  display: block;
  margin: 5px 0;
  font-size: 12px;
}
.input-group input {
  display: block;
  width: 100%;
  border: 1px solid #666;
  font-size: 16px;
  padding: 8px 6px;
  height: 36px;
}
.lottery-submit input {
  width: 100%;
  background-color: #0C71FA;
  color: white;
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  height: 36px;
  border: 0;
}
.lottery-submit input:hover {
  background-color: #8c8c8c;
  cursor: pointer;
}
@media screen and (min-width: 320px) {
  .lottery-submit {
    max-width: 80px;
  }
}
.output {
  margin: 40px 0;
}
.output h2 {
  font-size: 16px;
}
.output p {
  font-size: 16px;
  line-height: 1.4em;
}
.chart {
  width: 100%;
  margin: 18px 0;
}
.chart.hidden {
  display: none;
}
.chart .bar {
  fill: #FA7416;
}
.chart .user-bar {
  fill: #FA7416;
}
.chart .average-bar {
  fill: #999;
}
.chart .axis-label-user,
.chart .bar-label-user {
  fill: #333;
  font-size: 14px;
  font-weight: 700;
}
.chart .axis-label {
  fill: #000;
  font-size: 14px;
  font-weight: 300;
}
.chart .bar-label {
  fill: #000;
  font-size: 14px;
  font-weight: 500;
}
.chart .x-axis-label {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
