/*
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;
}
main.interactive {
  padding: 20px 10px;
  margin: 20px auto;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
a {
  color: #0777b3;
  text-decoration: none;
}
a:visited {
  color: #7e838b;
}
a:hover,
a:focus {
  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: 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;
}
.byline {
  font-size: 18px;
  margin: 24px auto;
}
@media (max-width: 768px) {
  .byline {
    padding: 0 16px;
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .byline {
    padding: 0 16px;
    padding-top: 40px;
  }
}
.byline .staff {
  font-style: italic;
  font-size: 16px;
}
.byline .date {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #424648;
}
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;
  z-index: 999;
}
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: 768px) {
  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;
  margin: 16px auto;
}
.ad.pending::before {
  display: block;
  content: "";
}
.ad.pending[data-type="banner"],
.ad.pending[data-type="bannerBottom"] {
  max-width: 728px;
}
.ad.pending[data-type="banner"]::before,
.ad.pending[data-type="bannerBottom"]::before {
  padding-bottom: 12.36263736%;
}
.ad.pending[data-type="tall"] {
  max-width: 300px;
}
.ad.pending[data-type="tall"]::before {
  padding-bottom: 200%;
}
.ad.pending[data-type="square"] {
  max-width: 300px;
}
.ad.pending[data-type="square"]::before {
  padding-bottom: 83.33333333%;
}
.subscribe-box {
  padding: 0;
}
.subscribe-box h2 {
  margin: 0;
}
.subscribe-box img {
  display: inline-block;
  padding-right: 10px;
  height: 24px;
}
@media (max-width: 480px) {
  .subscribe-box img {
    display: block;
    margin: 24px auto;
    padding-right: 0;
  }
}
.subscribe-box .button-box {
  padding-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .subscribe-box .button-box {
    display: block;
    text-align: center;
  }
}
.subscribe-box .subscribe-button {
  display: inline-block;
  background: #0777b3;
  padding: 12px 15px 10px 15px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .08em;
}
.subscribe-box .subscribe-button:hover {
  background: #e0e0e0;
}
.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;
}
.dont-miss .small {
  font-weight: bold;
  font-size: 15px;
}
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;
}
main .headline {
  text-align: center;
  font-size: 90px;
  font-family: 'Paytone One', sans-serif;
  color: #69BE28;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media (max-width: 480px) {
  main .headline {
    font-size: 35px;
  }
}
main .subhead {
  text-align: center;
  font-size: 40px;
  font-family: 'Paytone One', sans-serif;
  color: #A5ACAF;
}
@media (max-width: 480px) {
  main .subhead {
    font-size: 20px;
  }
}
main .chatter {
  margin-bottom: 40px;
  color: black;
  max-width: 800px;
  margin: auto;
  display: block;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin-bottom: 20px;
}
.outer {
  max-width: 1024px;
  padding: 20px;
  margin: auto;
}
@media (max-width: 768px) {
  .outer {
    display: block;
    padding: 8px;
  }
}
.container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .container {
    display: block;
  }
}
.row {
  box-shadow: 0 24px 20px 0 rgba(0, 0, 0, 0.08), 0 6px 8px -4px rgba(0, 0, 0, 0.12);
  border: 1px solid #e0e0e0;
}
@media (max-width: 480px) {
  .row {
    width: 100%;
  }
}
.schedule {
  position: relative;
  -webkit-flex: 1 1 700px;
  -ms-flex: 1 1 700px;
  flex: 1 1 700px;
  margin-right: 20px;
  cursor: pointer;
  font-family: 'Paytone One', sans-serif;
  color: black;
}
@media (max-width: 768px) {
  .schedule {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.games {
  list-style: none;
  padding-left: 0px;
}
@media (max-width: 768px) {
  .games {
    padding-left: 0px;
  }
}
.games .logo {
  height: 80px;
}
.games .logo.faded {
  opacity: .4;
}
.games .logo.won {
  opacity: 1;
  transform: scale(1.15);
}
@media (max-width: 480px) {
  .games .logo {
    height: 60px;
  }
}
.games .logo.prediction {
  height: 25px;
  display: block;
  margin: auto;
}
.meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}
@media (max-width: 480px) {
  .meta {
    display: block;
  }
}
.info {
  padding-top: 20px;
}
.info .score {
  font-size: 17px;
  color: #f8f8f8;
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px solid #e0e0e0;
  background: #002244;
  border-radius: 4px;
  text-align: center;
}
@media (max-width: 480px) {
  .info .score {
    margin-right: 5px;
  }
}
@media (max-width: 480px) {
  .info {
    padding-left: 10px;
  }
}
.images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 480px) {
  .images {
    margin-right: 10px;
  }
}
.images .location-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 30px;
}
@media (max-width: 480px) {
  .images .location-container {
    padding: 10px;
    font-size: 25px;
  }
}
.images .location-container .location {
  width: 40px;
}
.images img {
  transition: transform 0.2s ease-in-out;
}
.images img:hover {
  transform: scale(1.2);
}
.images .away,
.images .home {
  width: 110px;
}
.predictions {
  display: none;
}
.predictions .decision {
  margin-left: 10px;
}
.predictions .clear-pick {
  border: 1px solid #e0e0e0;
  background: transparent;
  margin-left: 8px;
  font-weight: bold;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  display: none;
  font-size: 18px;
  cursor: pointer;
  color: #7e838b;
  border-radius: 8px;
  padding: 4px 8px;
}
.predictions .clear-pick:hover,
.predictions .clear-pick:focus {
  color: #424648;
  border-color: #424648;
}
.pick-set .predictions .clear-pick {
  display: inline-block;
}
.show-predictions .predictions {
  display: block;
  background: #ffffff;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 20px;
}
.predictions .experts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .predictions .experts {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.predictions .experts .experts-box {
  padding: 5px 28px;
  color: black;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  max-width: 121px;
}
@media (max-width: 480px) {
  .predictions .experts .experts-box {
    padding: 5px 22px;
    padding-right: 0px;
    margin-right: 2px;
    font-size: 14px;
    max-width: 78px;
  }
}
.user-pick {
  vertical-align: middle;
  height: 30px;
}
.info {
  font-size: 23px;
  width: 210px;
}
@media (max-width: 480px) {
  .info {
    width: auto;
  }
}
.tooltip {
  display: block;
  width: 400px;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  font-family: 'Paytone One', sans-serif;
  color: black;
  height: auto;
}
@media (max-width: 768px) {
  .tooltip {
    width: 100%;
    position: static;
  }
}
.tooltip h1 {
  text-align: left;
}
@media (max-width: 480px) {
  .tooltip h1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .tooltip .content {
    text-align: center;
  }
}
.tooltip .summary {
  padding-left: 10px;
  font-size: 23px;
}
.tooltip .show-experts {
  background-color: #002244;
  cursor: pointer;
  padding: 5px 16px;
  color: #f8f8f8;
  margin-bottom: 7px;
  margin-right: 5px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 19px;
  border-radius: 4px;
  margin-left: 10px;
  margin-top: 10px;
}
.tooltip .staff.records {
  margin-left: 10px;
  display: none;
}
.tooltip .staff.records.show {
  display: block;
}
.row {
  background: #f8f8f8;
  margin-bottom: 40px;
}
.expert-opinions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  .expert-opinions {
    display: block;
  }
}
.expert-opinions .expert {
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  font-size: 16px;
  padding: 0 16px 16px 0;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  .expert-opinions .expert {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    border-right: none;
    padding: 0;
  }
}
.expert-opinions .expert:nth-child(3n) {
  border-right: none;
}
.expert-opinions .expert .wrapper {
  background: white;
  padding: 16px;
}
@media (max-width: 768px) {
  .expert-opinions .expert .wrapper {
    padding: 0 0 24px;
  }
}
.expert-opinions .expert h3 {
  margin: 0;
}
.expert-opinions .expert h4 {
  margin: 0;
}
