* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  background: black;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
}
a {
  color: #aaaaaa;
  text-decoration: none;
  border: none;
}
a img {
  border: none;
}
a:hover {
  color: #00163f;
}
.intro {
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(to bottom, black, transparent);
  position: relative;
  z-index: 9;
  padding-bottom: 20px;
}
.intro .content {
  width: 400px;
  margin: auto;
  color: white;
  position: relative;
  z-index: 99;
  padding: 100px 0 0;
}
@media (max-width: 480px) {
  .intro .content {
    width: 100%;
    padding: 200px 8px 0;
  }
}
.intro .instructions,
.intro .byline {
  margin-top: 50px;
  text-align: center;
  color: #BBB;
}
.intro h1,
.intro h2,
.intro h3 {
  font-family: Oswald, Helvetica, Arial, sans-serif;
  text-align: center;
  font-style: normal;
  margin: 0;
  text-transform: uppercase;
  color: #dddddd;
}
.intro h1 {
  font-size: 64px;
}
.intro h2 {
  font-size: 36px;
}
.intro h3 {
  font-size: 24px;
}
.intro .logo {
  position: absolute;
  z-index: 999;
  top: 100px;
  max-width: 30%;
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  -webkit-transform: perspective(700px) translateX(0) translateY(0) rotateY(0) scale(1);
  -moz-transform: perspective(700px) translateX(0) translateY(0) rotateY(0) scale(1);
  -ms-transform: perspective(700px) translateX(0) translateY(0) rotateY(0) scale(1);
  transform: perspective(700px) translateX(0) translateY(0) rotateY(0) scale(1);
  transition: transform 1s ease-out;
}
.intro .logo.left-side {
  left: 20px;
}
.intro .logo.right-side {
  right: 20px;
}
.matchup h1 {
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-size: 64px;
  color: #dddddd;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.7);
}
@media (max-width: 1024px) {
  .matchup h1 {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .matchup h1 {
    font-size: 36px;
  }
}
.matchup .read-more {
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: right;
  display: block;
}
.matchup .photo-credit {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
.share,
.share-bottom {
  margin: 0 auto 10px auto;
  float: right;
}
.share.sharer-0 label.entypo-export,
.share-bottom.sharer-0 label.entypo-export {
  border-radius: 0;
  background: #444;
  color: #aaaaaa;
}
.share.sharer-0 label.entypo-export:hover,
.share-bottom.sharer-0 label.entypo-export:hover {
  color: #1dd83c;
}
.top-bar,
footer {
  background: #222;
  padding: 8px;
  position: relative;
  z-index: 99;
  line-height: 20px;
  color: #dddddd;
  font-size: 14px;
}
.top-bar .logo,
footer .logo {
  margin-right: 8px;
}
.top-bar .logo img,
footer .logo img {
  margin-top: 5px;
  height: 20px;
  vertical-align: bottom;
}
.top-bar .credit,
footer .credit {
  margin-right: 8px;
}
.top-bar::after,
footer::after {
  clear: both;
  content: " ";
  display: block;
}
.matchup {
  text-align: center;
}
@media (max-width: 1024px) {
  .matchup {
    height: auto;
    padding-top: 20px;
  }
}
.matchup .overlay-column {
  text-align: left;
  z-index: 999;
  position: relative;
  margin: auto;
  width: 45%;
  padding: 400px 50px 0;
  height: 100%;
}
@media (max-width: 1024px) {
  .matchup .overlay-column {
    width: 80%;
    margin: auto;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .matchup .overlay-column {
    background: transparent;
    width: 100%;
    clear: both;
    padding: 0;
  }
}
.matchup .profile {
  position: fixed;
  top: 0;
  opacity: 0;
  max-width: 55%;
  height: 100%;
  display: none;
}
@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 6/5) {
  .matchup .profile {
    width: auto;
    max-width: none;
  }
}
.ready .matchup .profile {
  display: block;
  transition: opacity 0.3s linear, transform 0.2s ease-out;
}
@media (max-width: 1024px) {
  .ready .matchup .profile {
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  .matchup .profile {
    position: relative;
    width: 30%;
    height: auto;
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .matchup .profile {
    width: 40%;
    margin-right: 3%;
  }
}
.matchup .profile.left-side {
  left: -120px;
  transform-origin: left;
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  -webkit-transform: perspective(500px) translateX(-20%) rotateY(10deg);
  -moz-transform: perspective(500px) translateX(-20%) rotateY(10deg);
  -ms-transform: perspective(500px) translateX(-20%) rotateY(10deg);
  transform: perspective(500px) translateX(-20%) rotateY(10deg);
}
@media (min-width: 1200px) {
  .matchup .profile.left-side {
    left: -40px;
  }
}
@media (min-width: 1600px) {
  .matchup .profile.left-side {
    left: 0px;
  }
}
@media (max-width: 1024px) {
  .matchup .profile.left-side {
    left: 0px;
  }
}
@media (max-width: 1024px) {
  .matchup .profile.left-side {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.matchup .profile.right-side {
  right: -120px;
  transform-origin: right;
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  -webkit-transform: perspective(500px) translateX(20%) rotateY(-10deg);
  -moz-transform: perspective(500px) translateX(20%) rotateY(-10deg);
  -ms-transform: perspective(500px) translateX(20%) rotateY(-10deg);
  transform: perspective(500px) translateX(20%) rotateY(-10deg);
}
@media (min-width: 1200px) {
  .matchup .profile.right-side {
    right: -40px;
  }
}
@media (min-width: 1600px) {
  .matchup .profile.right-side {
    right: 0px;
  }
}
@media (max-width: 1024px) {
  .matchup .profile.right-side {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .matchup .profile.right-side {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.matchup.active .profile {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.overlay {
  background: #dddddd;
  padding: 10px 10px 40px;
  margin-bottom: 20px;
}
.stats {
  text-align: center;
}
.stats h2 {
  text-align: left;
  font-size: 20px;
}
.stats em {
  color: #0b5117;
  font-weight: bold;
  font-style: normal;
}
.stats .prose {
  text-align: left;
}
.stats .numeral {
  font-weight: bold;
}
.stats .row {
  display: block;
  clear: both;
}
.stats .row::after {
  content: " ";
  height: 0;
  display: block;
  clear: both;
}
.stats .half,
.stats section {
  float: left;
  width: 50%;
  padding: 0 8px;
}
.stats .name {
  font-size: 24px;
  font-family: Oswald, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.stats label {
  color: #666;
  margin-top: 16px;
  padding: 4px;
  text-transform: uppercase;
}
.graphs .bar {
  height: 1.5em;
  line-height: 1.5em;
  background: #4d4d4d;
  color: #dddddd;
  overflow: visible;
  padding-left: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  white-space: nowrap;
  position: relative;
  text-align: left;
}
.graphs .bar.patriots,
.graphs .bar.seahawks {
  font-weight: bold;
}
.graphs .bar.patriots {
  background: #002872;
}
.graphs .bar.seahawks {
  background: #002872;
}
.graphs .bar.outside .label {
  position: absolute;
  left: calc(100% + 5px);
  color: black;
}
.graphs .ellipsis {
  display: block;
  font-weight: bold;
}
