* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -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;
  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: 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;
  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;
  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%;
  padding: 10px;
}
@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;
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pinstripe {
  background-image: repeating-linear-gradient(45deg, #f8f8f8 0px, #f1f1f1 1px, #f1f1f1 5px, #f8f8f8 6px);
}
header.intro .splash {
  position: relative;
  z-index: -1;
}
header.intro .splash .banner {
  width: 70%;
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  header.intro .splash .banner {
    width: 100%;
  }
}
header.intro .wywh {
  font-family: Lobster Two, "ff-meta-serif-web-pro", Georgia, serif;
}
header.intro .wywh h1 {
  margin: 0;
  color: #B11919;
  font-weight: normal;
  text-align: center;
  display: block;
}
@media (max-width: 480px) {
  header.intro .wywh h1 {
    text-shadow: 1px 1px 0px white;
  }
}
header.intro .wywh h1 {
  padding-top: 20px;
  font-size: 72px;
}
@media (max-width: 480px) {
  header.intro .wywh h1 {
    font-size: 40px;
  }
}
header.intro .wywh h2 {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-align: center;
  margin: 0;
  margin-top: 10px;
  font-size: 24px;
}
@media (max-width: 480px) {
  header.intro .wywh h2 {
    font-size: 24px;
  }
}
header.intro .chatter {
  max-width: 700px;
  margin: auto;
  display: block;
  padding: 25px;
}
.ad {
  text-align: center;
  margin: auto;
}
.comments {
  max-width: 800px;
  margin: auto;
  z-index: 0;
  padding: 10px;
}
hr {
  border: 1px solid #B11919;
  margin: 20px auto;
  width: 300px;
  max-width: 60%;
}
.credits {
  max-width: 600px;
  margin: auto;
  list-style-type: none;
  padding: 0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
footer.seattletimes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 50px;
  box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.2);
}
footer.seattletimes img {
  height: 35px;
  margin: 7px 0 5px 30px;
  align-items: center;
}
a {
  color: #B11919;
}
a:hover {
  color: #841313;
}
.page-container {
  max-width: 1500px;
  margin: auto;
}
.bracket {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  height: 99999px;
  min-height: 400px;
  max-height: 700px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 768px) {
  .bracket {
    max-height: none;
  }
}
@media (max-width: 480px) {
  .bracket {
    display: block;
    height: auto;
    max-height: none;
  }
}
.bracket .list-pane {
  -webkit-flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
}
@media (max-width: 768px) {
  .bracket .list-pane {
    -webkit-flex: 0 0 260px;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
  }
}
.bracket .focus-pane {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.detail-pane {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 8px;
}
.detail-pane .no-match {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  padding: 100px;
  color: #424648;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 8px white;
}
@media (max-width: 480px) {
  .detail-pane .no-match {
    display: none;
  }
}
.detail-pane .match-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.detail-pane .candidate {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 16px;
  background: white;
  position: relative;
  font-size: .9em;
  line-height: 1.3em;
}
.detail-pane .candidate h1 {
  margin: 0;
}
.detail-pane .candidate .image {
  margin-bottom: 30px;
}
.detail-pane .candidate .image img {
  width: 100%;
}
.detail-pane .candidate .image .credit {
  float: right;
  font-size: .8em;
  padding: 0;
  margin: 0;
  color: #7e838b;
}
.detail-pane .candidate .address {
  margin: 5px 0 0 0;
}
.detail-pane .candidate .address a {
  color: #7e838b;
}
.detail-pane .candidate .address a:hover {
  color: #580c0c;
}
.detail-pane .candidate .vote-for-this {
  text-transform: uppercase;
  font-size: 24px;
  margin: 8px 0;
  cursor: pointer;
}
.detail-pane .candidate .result {
  color: #580c0c;
  font-size: 20px;
}
.detail-pane .candidate .win-banner {
  font-weight: bold;
}
.detail-pane .candidate .close {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
  color: #B11919;
  background: white;
  border-radius: 8px;
  font-size: 32px;
}
@media (max-width: 480px) {
  .detail-pane .candidate {
    padding: 16px;
    display: none;
  }
  .detail-pane .candidate.focus {
    display: block;
    position: fixed;
    overflow: auto;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    background: white;
  }
  .detail-pane .candidate.focus .close {
    display: block;
  }
}
.detail-pane .next-pair {
  padding: 10px 0;
}
@media (max-width: 480px) {
  .detail-pane .next-pair {
    display: none;
  }
}
.list-pane {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 480px) {
  .list-pane {
    display: block;
  }
}
.list-pane .no-matchups {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  color: #424648;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 8px white;
  padding: 60px 30px;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .list-pane .no-matchups {
    padding: 20px;
    display: block;
  }
}
.list-pane .round-selection {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 4px 10px 4px 0;
}
.list-pane .round-selection .shift-round {
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  text-align: center;
  font-size: 24px;
  color: #B11919;
  cursor: pointer;
  transition: color .2s linear;
}
.list-pane .round-selection .shift-round:hover {
  color: #841313;
}
.list-pane .round-selection h1 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  margin: 0;
  padding: 8px 0;
}
.list-pane .round {
  list-style-type: none;
  overflow: auto;
  padding: 0;
  padding-right: 10px;
  margin: 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.matchup {
  position: relative;
  padding: 8px;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
}
.matchup:last-child {
  border-bottom: none;
}
.matchup.selected {
  background: #841313;
  border-color: transparent;
}
.matchup.selected::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #841313;
  border-width: 10px 0 10px 10px;
  border-style: solid;
}
@media (max-width: 480px) {
  .matchup.selected::after {
    display: none;
  }
}
.card {
  position: relative;
  padding: 8px;
  background: #EEE;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  white-space: nowrap;
}
.card:first-child {
  margin-bottom: 8px;
}
.voted .card {
  color: #333;
}
.card.chosen,
.card.won {
  background: #B11919;
  color: white;
}
.card .icons {
  font-size: 24px;
  float: right;
}
.card .icons .vote {
  color: #7e838b;
}
.card .icons .vote:hover {
  color: #B11919;
}
.card .icons .vote-marker {
  color: white;
}
.card .icons .win-marker {
  color: white;
  font-size: 22px;
}
