/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
  touch-action: manipulation;
}
main {
  display: block;
}
a {
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #2b4d70;
}
a img {
  border: none;
}
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: 775px) {
  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;
  padding: 10px;
}
@media (max-width: 480px) {
  nav.main-nav .wrapper {
    padding: 6px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
@media (max-width: 480px) {
  nav.main-nav .logo img {
    height: 18px;
  }
}
nav.main-nav .share.top {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 775px) {
  nav.main-nav .share.top {
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share.top label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share.top {
    top: 6px;
  }
  nav.main-nav .share.top label span {
    display: none;
  }
  nav.main-nav .share.top .left {
    margin-left: -275px !important;
  }
}
.ad {
  text-align: center;
  padding: 16px 0;
}
.ad.square {
  float: right;
  width: 320px;
}
@media (max-width: 480px) {
  .ad.square {
    width: 100%;
  }
}
.show-comments {
  border: 1px solid #0777b3;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #0777b3;
  cursor: pointer;
  margin: 20px 0;
}
.thin-div {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: auto;
  max-width: 900px;
}
.thin-div .center {
  position: relative;
  top: 15px;
  margin: auto;
  width: 105px;
  text-align: center;
  font-size: 20px;
  background: white;
}
.dont-miss {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 15px;
  max-width: 900px;
  font-size: 17px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.dont-miss .story {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (max-width: 480px) {
  .dont-miss .story {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.dont-miss .padded {
  padding: 10px;
}
.dont-miss img {
  width: 100%;
}
.dont-miss a {
  color: #424648;
  transition: color .1s linear;
}
.dont-miss a:hover {
  color: #0777b3;
}
footer.nav-bottom {
  background: black;
  opacity: 0.95;
  padding: 8px 8px 4px 8px;
  position: relative;
  z-index: 99;
}
footer.nav-bottom .logo {
  float: left;
  margin-right: 10px;
}
footer.nav-bottom .logo img {
  margin-top: 5px;
  height: 20px;
}
footer.nav-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
footer.nav-bottom .share.bottom {
  float: right;
  margin-top: 2px;
}
footer.nav-bottom .share.bottom label {
  background: black !important;
  color: white !important;
}
.expert-box {
  display: none;
  background: white;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.expert-box.selected {
  padding: 5px 0;
  display: block;
}
.expert-box .experts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.expert-box .experts .expert {
  -webkit-flex: 1 0 40%;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  width: 40%;
}
.expert-box .experts .expert .pick {
  vertical-align: middle;
  width: 35%;
  padding-left: 5px;
}
.expert-box .watch .small-text {
  font-size: 12px;
  display: block;
  margin: 2px;
  text-transform: none;
  font-weight: normal;
}
.game {
  -webkit-flex: 0 0 21%;
  -ms-flex: 0 0 21%;
  flex: 0 0 21%;
  margin: 10px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  background: #e0e0e0;
}
.game.selected {
  border: 5px solid #b7a57a;
  background: white;
}
@media (max-width: 1050px) {
  .game {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}
@media (max-width: 775px) {
  .game {
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    font-size: 12px;
    font-weight: 100;
  }
}
@media (max-width: 480px) {
  .game {
    margin: 20px auto;
  }
}
.game .top {
  background: #e0e0e0;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.game .top .day {
  display: block;
  font-size: 14px;
  margin: 0;
}
.game .top .week {
  font-family: 'Paytone One', sans-serif;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 3px solid #b7a57a;
  display: inline-block;
}
@media (max-width: 775px) {
  .game .top .week {
    font-size: 25px;
  }
}
.game .top .prediction {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 8px;
}
.game .top .prediction label {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  display: block;
}
@media (max-width: 480px) {
  .game .top .prediction {
    padding-bottom: 20px;
  }
}
.game .top .prediction input.team-radio {
  display: none;
}
.game .top .prediction input.team-radio + label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  position: relative;
}
.game .top .prediction input.team-radio + label::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.game .top .prediction input.team-radio + label img {
  cursor: pointer;
  width: 100%;
  max-width: 25vw;
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.game .top .prediction div.vs {
  padding: 8px;
}
.game .top .prediction div.vs .over {
  font-family: 'Paytone One', sans-serif;
  margin: 2px;
}
.game .top .prediction input.team-radio:checked + label {
  padding: 8px;
  position: relative;
}
.game .top .prediction input.team-radio:checked + label::after {
  content: "Your pick";
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.9);
  color: #f8f8f8;
  padding: 4px 16px;
  border-radius: 8px;
}
.game .top .prediction input.team-radio:checked + label img {
  cursor: default;
  margin-top: 10px;
}
.game .top .prediction.selected {
  display: block;
}
.game .top .prediction.selected input + label::before {
  display: none;
}
.game .top .prediction.selected input + label img {
  position: static;
  -webkit-transform: none;
  transform: none;
}
.game .top .prediction.selected input.unchosen + label {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  padding-bottom: 5px;
}
.game .top .prediction.selected input.unchosen + label img {
  display: inline-block;
  cursor: default;
  width: 50%;
  opacity: .3;
  padding-left: 5px;
}
.results {
  color: white;
  padding: 10px;
}
.results .congrats {
  font-family: 'Paytone One', sans-serif;
  line-height: 1.6em;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 0;
}
@media (max-width: 480px) {
  .results .congrats {
    font-size: 17px;
  }
}
.results .congrats span {
  font-size: 50px;
  margin: 0 4px;
  color: #b7a57a;
}
@media (max-width: 480px) {
  .results .congrats span {
    font-size: 20px;
  }
}
.results .experts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.results .experts .expert {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 480px) {
  .results .experts .expert {
    -webkit-flex: 1 1 150px;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.results .experts .expert img {
  width: 40%;
  border-radius: 50%;
  border: 3px solid #b7a57a;
  background: #e0e0e0;
}
@media (max-width: 480px) {
  .results .experts .expert img {
    width: 30%;
    display: inline-block;
  }
}
.results .experts .expert .final {
  padding: 0;
  margin: 0;
  color: #b7a57a;
  font-weight: 800;
}
.results .experts .expert .comparison {
  padding: 0 20px;
}
@media (max-width: 775px) {
  .results .experts .expert .comparison {
    padding: 0 10px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .results .experts .expert .comparison {
    font-size: 12px;
    display: inline-block;
  }
}
.results a.share-results {
  margin: auto;
  margin-top: 10px;
  margin-top: 2px;
}
.results a.share-results.sharer-0 {
  width: 500px !important;
}
@media (max-width: 480px) {
  .results a.share-results.sharer-0 {
    width: 100% !important;
  }
}
.results a.share-results.sharer-0 label {
  width: 500px !important;
  font-size: 36px !important;
  color: #424648 !important;
  background: #e0e0e0 !important;
}
@media (max-width: 480px) {
  .results a.share-results.sharer-0 label {
    width: 100% !important;
    font-size: 24px !important;
  }
}
.results a.share-results.sharer-0 label:hover {
  background: #c0c0c0 !important;
  color: #222222 !important;
}
.results a.share-results.sharer-0 label:before {
  display: none;
}
.results a.share-results.sharer-0 label span {
  font-family: 'Paytone One', sans-serif !important;
}
body {
  background: #4b2e83;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
body .container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
header {
  margin: 0 auto;
}
@media (max-width: 775px) {
  header {
    padding-left: 8px;
    padding-right: 5px;
  }
}
@media (max-width: 480px) {
  header {
    padding: 5px 0;
  }
}
.title {
  font-family: 'Paytone One', sans-serif;
  color: #b7a57a;
  font-size: 2.2em;
  line-height: 1.4;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 775px) {
  .title {
    font-size: 1.8em;
  }
}
@media (max-width: 480px) {
  .title {
    font-size: 1.3em;
  }
}
.title.first {
  font-size: 5.4em;
  color: white;
}
@media (max-width: 775px) {
  .title.first {
    font-size: 2.2em;
  }
}
hr {
  border-top: 1px dotted white;
  margin: 20px 70px;
}
.chatter {
  text-align: justify;
  font-size: 24px;
  padding: 3%;
  color: white;
  display: inline-block;
}
@media (max-width: 1050px) {
  .chatter {
    font-size: 16px;
  }
}
@media (max-width: 775px) {
  .chatter {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .chatter {
    font-size: 16px;
  }
}
.chatter.instructions {
  font-size: 15px;
  padding: 0;
  font-style: italic;
  text-align: left;
  display: block;
}
.buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  color: white;
  padding: 1% 5%;
  width: 100%;
}
@media (max-width: 1050px) {
  .buttons {
    padding: 2%;
  }
}
button {
  font-family: 'Paytone One', sans-serif;
  text-transform: uppercase;
  text-align: center;
  border: none;
  padding: 5px 10px;
  margin: 5px;
  font-size: 20px;
  cursor: pointer;
  color: white;
  border-radius: 5px;
}
button a {
  color: white;
}
@media (max-width: 480px) {
  button {
    font-size: 16px;
  }
}
button.print {
  background: none;
}
button.reset {
  background: #b7a57a;
}
button.scratch {
  background: #b7a57a;
  font-size: 30px;
}
.schedule {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .schedule {
    display: block;
  }
}
.schedule .small-title {
  display: block;
  font-size: 11px;
  margin: 5px;
}
@media (max-width: 480px) {
  .schedule .small-title {
    font-size: 14px;
  }
}
.schedule .small-text {
  display: inline-block;
  font-size: 11px;
}
.dont-miss a {
  color: white;
}
.dont-miss a:hover {
  color: #b7a57a;
}
.thin-div .center {
  background: #002244;
  color: white;
}
.credit {
  color: #e0e0e0;
  font-size: 11px;
  max-width: 900px;
  margin: auto;
  padding: 0 15px;
  padding-top: 30px;
}
.dont-miss .head {
  font-size: 16px;
}
.dont-miss .small {
  font-size: 15px;
  color: #b7a57a;
  font-weight: bold;
}
