* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
}
main {
  display: block;
}
a {
  -webkit-tap-highlight-color: black;
  transition: color 0.15s ease-in-out;
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #2b4d70;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 1.07142857;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 1.04545455;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.71052632 0 0 0;
}
nav.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 768px) {
  nav.main-nav .wrapper {
    height: 40px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  nav.main-nav .wrapper {
    height: 75px;
  }
}
nav.main-nav .wrapper .sponsor {
  display: inline-block;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #424648;
  vertical-align: top;
  font-size: 16px;
  float: right;
}
nav.main-nav .wrapper .sponsor .text {
  vertical-align: top;
  display: inline-block;
  padding-top: 32px;
  padding-left: 20px;
  padding-right: 7px;
}
nav.main-nav .wrapper .sponsor img {
  width: 100px;
  padding-top: 18px;
}
@media (max-width: 768px) {
  nav.main-nav .wrapper .sponsor {
    font-size: 10px;
  }
  nav.main-nav .wrapper .sponsor .text {
    padding-top: 6px;
  }
  nav.main-nav .wrapper .sponsor img {
    width: 60px;
    padding-top: 0px;
  }
}
@media (max-width: 480px) {
  nav.main-nav .wrapper .sponsor {
    display: block;
    padding-top: 5px;
    float: none;
  }
  nav.main-nav .wrapper .sponsor .text {
    padding-left: 0;
  }
}
nav.main-nav .wrapper .share.sharer-0 .social.active.top {
  -webkit-transform: translateY(15px) !important;
  -ms-transform: translateY(15px) !important;
  transform: translateY(15px) !important;
}
nav.main-nav .wrapper .share.sharer-0 .social.active.top ul {
  -webkit-transform: translateX(275px) !important;
  -ms-transform: translateX(275px) !important;
  transform: translateX(275px);
}
@media (max-width: 480px) {
  nav.main-nav .wrapper .share.sharer-0 .social.active.top ul {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0);
  }
}
nav.main-nav .logo {
  vertical-align: middle;
}
nav.main-nav .logo img {
  width: 310px;
  height: 70px;
  max-height: 100%;
}
@media (max-width: 768px) {
  nav.main-nav .logo img {
    height: 24px;
    width: auto;
  }
}
nav.main-nav .share {
  display: inline-block !important;
  vertical-align: top !important;
  margin-top: 30px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share {
    width: auto !important;
    margin-top: 2px;
  }
}
nav.main-nav .share label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  nav.main-nav .share label span {
    display: none;
  }
  nav.main-nav .share .left {
    margin-left: -275px !important;
  }
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.everything {
  margin: auto;
  max-width: 800px;
}
.source {
  font-size: 12px;
}
main.interactive {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  padding-bottom: 90px;
}
main.interactive::after {
  clear: both;
  content: " ";
  display: block;
}
img.header {
  width: 100%;
  display: block;
}
h1 {
  font-family: Oswald, "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.ad {
  text-align: center;
  margin: auto;
  margin-top: 10px;
}
.readout {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #e0e0e0;
  border-top: 4px solid #424648;
  font-size: 24px;
  padding: 8px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
@media (max-width: 480px) {
  .readout {
    font-size: 17px;
  }
}
.readout .segment {
  display: inline-block;
  margin-right: 20px;
}
.readout .segment.text {
  font-weight: bold;
}
.readout .segment.share {
  float: right;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .readout .segment.share {
    margin: 0;
  }
}
.readout .segment.share label {
  background: #e0e0e0 !important;
  border: none;
}
.readout .segment.reset {
  background: #00163f;
  color: #a5a7af;
  padding: 4px 8px;
  border-radius: 4px;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 480px) {
  .readout .segment.reset {
    float: left;
  }
}
.readout .excessive {
  color: #ca6951;
}
.position-group {
  padding: 8px;
  border-top: 1px solid #e0e0e0;
  display: block;
  clear: both;
}
.position-group h2 {
  margin: 0;
}
.position-group .players {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.player {
  margin: 4px 0;
  background: #e0e0e0;
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  float: left;
  width: 240px;
  margin-right: 4px;
  font-family: Oswald, "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}
.player.inactive {
  background: #7e838b;
  color: #f8f8f8;
}
.player.inactive .icons .unchecked {
  display: none;
}
.player.inactive .icons .checked {
  display: inline-block;
}
.player .icons {
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}
.player .icons .unchecked {
  display: inline-block;
}
.player .icons .checked {
  display: none;
}
.player.selected {
  background: #00163f;
  color: #1dd83c;
}
.player.selected .icons .unchecked {
  display: none;
}
.player.selected .icons .checked {
  display: inline-block;
}
.player.selected .name {
  font-weight: bold;
}
.player.selected.inactive {
  background: #7e838b;
  color: #f8f8f8;
}
.player.selected.inactive .name {
  font-weight: normal;
}
.player .popup {
  display: none;
  position: absolute;
  bottom: calc(100% + 12px);
  left: 0;
  z-index: 9999;
  background: white;
  color: #00163f;
  padding: 8px;
  box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.2);
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #00163f;
  width: 100%;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
.player .popup::after {
  position: absolute;
  top: 100%;
  left: 20%;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #00163f transparent transparent transparent;
  height: 0px;
  width: 0px;
  content: " ";
}
.player .popup h1 {
  margin: 0;
  font-size: 20px;
  font-family: Oswald, "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.player .popup img {
  width: 50%;
  float: left;
  margin-right: 4px;
}
.player .popup .stats {
  clear: both;
}
.player .popup .stats ul {
  padding: 0;
  margin: 0;
  list-style: inside circle;
}
.player:hover .popup {
  display: block;
}
@media (max-width: 480px) {
  .player:hover .popup {
    display: none;
  }
}
.player .name {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bottom {
  clear: both;
}
.links {
  font-size: 16px;
  font-weight: bold;
  padding-top: 30px;
}
.links .links-header {
  font-size: 24px;
}
.copyright {
  padding-top: 30px;
  padding-bottom: 20px;
  color: #7e838b;
}
