* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
}
main {
  display: block;
}
a {
  -webkit-tap-highlight-color: black;
  transition: color 0.15s ease-in-out;
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #2b4d70;
}
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: 28px;
    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;
  text-align: center;
}
@media (max-width: 768px) {
  nav.main-nav .wrapper {
    height: 40px;
    padding: 10px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  width: 310px;
  height: 70px;
  max-height: 100%;
}
@media (max-width: 768px) {
  nav.main-nav .logo img {
    height: 24px;
    width: auto;
  }
}
nav.main-nav .share {
  position: absolute;
  top: 20px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share {
    top: 10px;
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share label span {
    display: none;
  }
  nav.main-nav .share .left {
    margin-left: -275px !important;
  }
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.main-nav {
  margin: 10px 0 0;
}
.pinstripe {
  background-image: repeating-linear-gradient(45deg, #f8f8f8 0px, #f1f1f1 1px, #f1f1f1 5px, #f8f8f8 6px);
}
header.intro .splash {
  position: relative;
}
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: #bbdd77;
  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 #bbdd77;
  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 {
  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 img {
  height: 35px;
  margin: 7px 0 5px 30px;
  align-items: center;
}
a {
  color: #bbdd77;
}
a:hover {
  color: #a7d34e;
}
.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: #588f40;
}
.detail-pane .candidate .vote-for-this {
  text-transform: uppercase;
  font-size: 24px;
  margin: 8px 0;
  cursor: pointer;
}
.detail-pane .candidate .result {
  color: #8fbe30;
  font-size: 20px;
}
.detail-pane .candidate .close {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
  color: #bbdd77;
  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;
  }
}
.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: #bbdd77;
  cursor: pointer;
  transition: color .2s linear;
}
.list-pane .round-selection .shift-round:hover {
  color: #a7d34e;
}
.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: #a7d34e;
  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 #a7d34e;
  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;
}
.card:first-child {
  margin-bottom: 8px;
}
.voted .card {
  color: #333;
}
.card.chosen,
.card.won {
  background: #bbdd77;
}
.card .icons {
  font-size: 24px;
  float: right;
}
.card .icons .vote {
  color: #7e838b;
}
.card .icons .vote:hover {
  color: #bbdd77;
}
.card .icons .vote-marker {
  color: white;
}
.card .icons .win-marker {
  color: white;
  font-size: 22px;
}
