/*
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: 19px;
  margin-bottom: 0;
}
.staff-position {
  font-style: italic;
  font-size: 15px;
  margin-top: 0;
}
.publish-date {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
}
.graphic-hed {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.graphic-chatter {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.data-source,
.art-credit,
.caption {
  color: #7e838b;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
.data-source {
  font-style: italic;
  float: left;
}
.art-credit {
  text-align: right;
}
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;
  text-align: center;
}
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;
  }
}
.ad {
  text-align: center;
  margin: 16px auto;
}
.ad.pending::before {
  display: block;
  content: "";
  background: #e0e0e0;
}
.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%;
}
@media (max-width: 480px) {
  .ad.pending[data-type="banner"]::before,
  .ad.pending[data-type="bannerBottom"]::before {
    padding-bottom: 16.66666667%;
  }
}
.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%;
}
.marketing {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: 20px 5px;
  padding: 10px;
  text-align: center;
  width: calc(100% - 10px);
}
.marketing--footer {
  border: 1px solid #e0e0e0;
  max-width: 630px;
}
@media (min-width: 640px) {
  .marketing--footer {
    margin: 20px auto;
  }
  .marketing--footer span {
    white-space: pre;
  }
}
.marketing--sidebar {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  max-width: 350px;
}
@media (max-width: 500px) {
  .marketing--sidebar {
    margin: auto;
  }
}
.marketing__text {
  margin: 5px auto;
}
.marketing__body {
  font-size: 18px;
  line-height: 21px;
}
.marketing__button {
  background: #0777b3;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  margin-top: 3px;
  padding: 5px 20px;
}
.marketing__button:hover {
  color: #fff;
  background: #2b4d70;
}
.marketing__button:visited {
  color: #fff;
}
.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;
}
.project-credits {
  padding-top: 10px;
  max-width: 900px;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .project-credits {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
.project-credit {
  flex-basis: 50%;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  margin: 3px 0;
  padding: 0 10px;
}
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;
}
.form-container {
  width: 100%;
  padding-bottom: 20px;
  display: none;
}
.show-form .form-container {
  display: block;
}
.form-panel {
  background: #EEE;
  margin: auto;
  width: 400px;
  padding: 40px;
  text-align: center;
}
@media (max-width: 480px) {
  .form-panel {
    width: 100%;
    padding: 20px;
  }
}
.form-panel h2 {
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-size: 26px;
  color: #06192E;
}
.form-panel .form {
  padding: 0 35px;
}
@media (max-width: 480px) {
  .form-panel .form {
    padding: 0;
  }
}
.form-panel .team-box {
  float: left;
  width: 50%;
  text-align: center;
}
.form-panel .team-box .team {
  color: #06192E;
  font-size: 18px;
  padding-right: 5px;
}
.form-panel input {
  width: 95px;
  margin: 5px 0 15px 0;
}
.form-panel input,
.form-panel textarea {
  border: 1px solid #CCC;
  font-size: 1em;
  padding: 6px;
  margin-right: 6px;
}
.form-panel button {
  border: none;
  background: #06192E;
  color: white;
  transition: box-shadow 0.2s ease-in-out, background 0.2s linear;
  font-weight: bold;
}
.form-panel button:hover {
  background: #666666;
}
.form-panel .submit {
  clear: both;
  display: block;
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 0.9em;
  padding: 8px;
  width: 50%;
  border-radius: 2px;
  margin: auto;
}
.form-panel .skip {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.8em;
  text-align: center;
  padding-top: 15px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .form-panel .skip {
    padding-top: 20px;
    font-size: 1em;
  }
}
.form-panel .skip:hover {
  text-decoration: underline;
}
.form-panel .submission {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
}
.form-panel .error {
  border-radius: 4px;
  font-weight: 700;
  color: #003594;
  text-align: center;
  margin-top: 10px;
  padding: 8px;
  display: none;
}
.form-panel .message {
  display: none;
  color: #06192E;
  font-weight: 700;
  margin-top: 10px;
  padding: 8px;
  text-align: center;
}
.form-panel.invalid .validation.error {
  display: block;
}
#adtopright,
#adbottom {
  margin: 0 auto 0 auto;
  clear: both;
  height: 90px;
  text-align: center;
}
#adtopright > div,
#adbottom > div,
#adtopright > img,
#adbottom > img,
#adtopright > a,
#adbottom > a {
  display: inline-block !important;
  float: none !important;
}
#adtopright img.floatleft,
#adbottom img.floatleft {
  display: none !important;
}
@media (max-width: 760px) {
  #adtopright,
  #adbottom {
    display: none;
  }
}
#adbottom {
  padding: 25px;
}
.top-bar {
  position: relative;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  background: #666666;
  width: 100%;
  padding-top: 10px;
}
.top-bar .logo {
  width: 100%;
  position: relative;
  top: 30px;
  text-align: center;
  display: block;
}
.top-bar .logo img {
  box-sizing: content-box;
  height: 30px;
  background: #06192E;
  padding: 10px;
  border: none;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}
.header {
  position: relative;
  text-align: center;
  margin: 0 auto 2em;
  padding: 0 8px;
  max-width: 1200px;
  width: 60%;
}
.header .header .art-credit {
  color: #7e838b;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
.header .share {
  display: inline-block !important;
  border-radius: 4px;
  padding-left: 8px;
  z-index: 999;
}
.header a.share.sharer-0 {
  height: 24px;
  position: relative;
  z-index: 999;
}
.header a.share.sharer-0 label {
  background-color: rgba(102, 102, 102, 0.2);
  color: #666666;
}
.header a.share.sharer-0 label:hover {
  opacity: 1;
  background-color: rgba(102, 102, 102, 0.3);
}
.header .hed-main {
  font-size: 40px;
  line-height: 1em;
  text-transform: uppercase;
  color: #06192E;
  padding-top: 20px;
  margin: 1em 0 10px 0;
}
@media (max-width: 480px) {
  .header .hed-main {
    font-size: 25px;
  }
}
.header .hed-deck {
  font-size: 4em;
  line-height: 1em;
  color: #666666;
  margin: 0 0 0.2em 0;
}
@media (max-width: 768px) {
  .header .hed-deck {
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  .header .hed-deck {
    font-size: 30px;
  }
}
.header p {
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 0 auto 1em;
  width: 100%;
  max-width: 940px;
}
@media (max-width: 768px) {
  .header p {
    margin-top: 10px;
    font-size: 18px;
  }
}
.header .notables {
  color: #06192E;
  font-weight: bold;
  text-decoration: none;
}
.header .notables:hover {
  text-decoration: underline;
}
.credits {
  color: #06192E;
  font-family: "PT Sans";
  text-align: center;
  padding: 0 10px 20px 10px;
}
@media (max-width: 480px) {
  .credits {
    font-size: 0.9em;
    padding-top: 15px;
  }
}
.tiles {
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 0px;
}
@media (max-width: 480px) {
  .tiles {
    display: block;
  }
}
.tiles .prediction {
  float: left;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px;
}
@media (max-width: 1000px) {
  .tiles .prediction {
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media (max-width: 768px) {
  .tiles .prediction {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 480px) {
  .tiles .prediction {
    display: block;
  }
}
.tiles .card-top {
  background-color: #06192E;
  overflow: hidden;
  display: block;
}
.tiles .card-top::after {
  clear: both;
  content: "";
  display: block;
}
.tiles .card-top .info-no-mug {
  height: 80px;
}
.tiles .card-top .info-no-mug .name {
  margin-top: 0;
  padding-top: 10px;
}
.tiles .lower {
  border-right: 1px solid #06192E;
  border-left: 1px solid #06192E;
  border-bottom: 1px solid #06192E;
  padding: 10px;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.tiles .name {
  color: white;
  font-size: 1.5em;
  margin: 10px 0 2px 0;
}
.tiles .title {
  font-size: 14px;
  color: darkgrey;
  margin-bottom: 15px;
  margin-top: 0;
}
.tiles .score {
  font-size: 2em;
  color: #666666;
  margin: 0;
}
.tiles .winner {
  font-size: 1.3em;
  margin-top: -8px;
  margin-bottom: 0;
}
.tiles .comment {
  font-size: 14px;
  color: black;
  text-align: left;
}
.tiles .info {
  float: left;
  width: 70%;
}
.tiles .mug {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  float: left;
  margin: 10px 3% 10px 6%;
}
.scatter-box {
  position: relative;
  margin: 45px;
}
.scatter-box::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.scatter-box .axis {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  position: absolute;
  text-transform: uppercase;
}
.scatter-box .axis.x {
  width: 100%;
  text-align: center;
  bottom: -45px;
}
.scatter-box .axis.y {
  transform: rotate(-90deg);
  top: 50%;
  left: -45px;
  transform-origin: top left;
}
.scatter-box .scatterplot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scatterplot {
  border-left: 2px solid #888;
  border-bottom: 2px solid #888;
}
.scatterplot .x-num {
  position: absolute;
  font-size: 13px;
  bottom: -22px;
}
.scatterplot .y-num {
  position: absolute;
  font-size: 13px;
  left: -20px;
}
.scatterplot .point-container {
  cursor: pointer;
  position: absolute;
}
.scatterplot .point-container.home .tooltip {
  border-top: 4px solid #69BE28;
}
.scatterplot .point-container.opposing .tooltip {
  border-top: 4px solid #003594;
}
.scatterplot .point-container.home .point {
  background: #69BE28;
}
.scatterplot .point-container.home.user .point {
  background: #69BE28 !important;
  border: 3px solid #e18727;
}
.scatterplot .point-container.opposing .point {
  background: #003594;
}
.scatterplot .point-container.opposing.user .point {
  background: #003594 !important;
  border: 3px solid #424648;
}
.scatterplot .point-container .point {
  margin-left: -7px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}
.scatterplot .point-container .point.low {
  opacity: .1;
}
.scatterplot .point-container .point.med {
  opacity: .4;
}
.scatterplot .point-container .point.mid-high {
  opacity: .7;
}
.scatterplot .point-container .tooltip {
  display: none;
  position: absolute;
  background: #EEE;
  transition: opacity .2s linear;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 10px;
  z-index: 999999;
  color: #06192E;
  text-align: center;
  top: 18px;
  left: -50px;
}
.scatterplot .point-container .tooltip .score {
  font-size: 1.2em;
}
.scatterplot .point-container .tooltip .count {
  font-size: 0.8em;
  color: #666666;
  padding-top: 3px;
  white-space: nowrap;
}
.scatterplot .point-container:hover .tooltip {
  display: block;
}
.scatterplot .point-container .click-tooltip {
  display: block;
}
.opposing {
  border-color: #003594;
  color: #003594;
}
.home {
  border-color: #69BE28;
  color: #69BE28;
}
.green-background {
  background-color: #69BE28;
}
.blue {
  color: #06192E;
}
.container {
  max-width: 1200px;
  margin: auto;
}
.container::after {
  display: block;
  content: "";
  clear: both;
}
.fan-predictions {
  width: 75%;
  margin: auto;
  padding: 24px 0;
}
.results {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .results {
    display: block;
  }
}
.results .scatter-box {
  -webkit-flex: 1 1 80%;
  -ms-flex: 1 1 80%;
  flex: 1 1 80%;
}
.results .sidebar {
  -webkit-flex: 0 0 250px;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  padding: 0 25px;
}
.show-form .results {
  display: none;
}
.sidebar {
  text-align: center;
}
.sidebar .sidebar-title {
  margin-top: 0;
  font-weight: bold;
  color: #06192E;
}
@media (max-width: 768px) {
  .sidebar .sidebar-title {
    margin: 0;
  }
}
@media (max-width:600px) {
  .sidebar .sidebar-title {
    padding-bottom: 15px;
  }
}
.sidebar .sidebar-box {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.sidebar .sidebar-box .team-box {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .sidebar .sidebar-box .team-box {
    width: 46%;
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .sidebar .sidebar-box .team-box {
    display: block;
    width: 100%;
  }
}
.sidebar .sidebar-box .team-box.home {
  border: 4px solid #69BE28;
}
.sidebar .sidebar-box .team-box.opposing {
  border: 4px solid #003594;
}
.sidebar .sidebar-box .team-box .team {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #06192E;
  text-align: center;
  padding: 3px;
}
.sidebar .sidebar-box .team-box .team.home {
  background: #69BE28;
  color: white;
}
.sidebar .sidebar-box .team-box .team.opposing {
  background: #003594;
  color: white;
}
.sidebar .sidebar-box .percent {
  font-size: 2.5em;
  font-weight: bold;
  padding: 10px;
  padding-top: 0;
  background: white;
  color: #06192E;
  text-align: center;
  padding-bottom: 0;
}
.sidebar .sidebar-box .avg-diff {
  font-size: 1.4em;
  color: #06192E;
  text-align: center;
  padding: 10px;
  padding-top: 0;
}
.sidebar .add-yourself {
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 14px;
  letter-spacing: 1px;
  color: white;
  background: #06192E;
  transition: background .1s linear;
}
@media (max-width: 570px) {
  .sidebar .add-yourself {
    margin-top: 25px;
  }
}
.sidebar .add-yourself:hover {
  background: #666666;
}
.already-sent .sidebar .add-yourself {
  display: none;
}
