/*
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;
  }
}
.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%;
}
.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;
}
header.splash {
  position: relative;
  line-height: 1.2;
}
header.splash img {
  display: block;
  width: 100%;
}
header.splash h1 {
  text-transform: uppercase;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 44%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  text-align: center;
  color: #f8f8f8;
  z-index: 1;
  text-shadow: 4px 4px 9px #424648;
  margin: 0;
  font-family: "Titan One", "ff-meta-serif-web-pro", Georgia, serif;
  font-weight: normal;
}
@media (max-width: 480px) {
  header.splash h1 {
    font-size: 30px;
  }
}
.intro {
  margin: 0 auto;
  padding: 16px;
  max-width: 600px;
}
.choose-round {
  background: black;
  color: white;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}
.choose-round ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
.choose-round li {
  display: inline-block;
  text-align: left;
}
.choose-round label {
  display: block;
  padding: 10px;
}
.choose-round .name {
  font-weight: bold;
}
.choose-round .date {
  font-size: 15px;
}
.choose-round input:checked + label {
  cursor: pointer;
}
.choose-round input:checked + label .name {
  color: yellow;
}
.choose-round input:disabled + label {
  opacity: .6;
  cursor: normal;
}
.choose-round input:disabled + label .name {
  color: white;
}
.round-matchups {
  padding: 20px 16px;
}
.round-matchups ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.round-matchups li {
  -webkit-flex: 0 0 204px;
  -ms-flex: 0 0 204px;
  flex: 0 0 204px;
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .round-matchups li {
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}
.round-matchups label {
  padding: 4px;
  display: block;
  background: #e0e0e0;
  color: #7e838b;
  cursor: pointer;
}
.round-matchups .candidate {
  background: white;
  padding: 4px;
  font-size: 16px;
}
.round-matchups .candidate:first-child {
  margin-bottom: 4px;
}
.round-matchups label:hover,
.round-matchups label:focus,
.round-matchups input:hover + label,
.round-matchups input:focus + label {
  background: #7e838b;
}
.round-matchups input:checked + label {
  color: #424648;
  background: #ca6951;
}
.round-matchups input.disabled + label {
  color: #e0e0e0;
  background: #f8f8f8;
  cursor: default;
}
.round-matchups .past input.disabled + label {
  background: black;
  color: black;
}
.round-matchups .past input.disabled + label .winner {
  color: #cc0000;
  font-weight: bold;
}
.round-matchups .past input.disabled + label .winner::after {
  content: " ✔";
}
.selected-matchup {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding: 0 40px;
  font-size: 17px;
}
@media (max-width: 480px) {
  .selected-matchup {
    padding: 8px;
    display: block;
  }
}
.selected-matchup.constrained {
  margin: 40px auto;
}
.selected-matchup .column {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .selected-matchup .column {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 20px;
  }
}
.selected-matchup .column:first-child {
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 480px) {
  .selected-matchup .column:first-child {
    border-right: none;
  }
}
.selected-matchup h2 {
  font-family: "Titan One", "ff-meta-serif-web-pro", Georgia, serif;
  text-align: center;
  font-size: 32px;
  margin: 0;
  font-weight: normal;
}
@media (max-width: 480px) {
  .selected-matchup h2 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .selected-matchup .photo-block {
    float: right;
    width: 50%;
    margin-bottom: 20px;
    margin-left: 10px;
  }
}
.selected-matchup .photo-block .caption {
  text-align: right;
  font-style: italic;
  font-size: 14px;
}
.selected-matchup .photo-block img {
  width: 100%;
}
.selected-matchup .show-more {
  display: block;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 4px 0;
  display: none;
}
@media (max-width: 480px) {
  .selected-matchup .show-more {
    display: block;
  }
}
.selected-matchup .more-container {
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  clear: both;
}
@media (max-width: 480px) {
  .selected-matchup .more-container {
    display: none;
  }
}
.selected-matchup .column.expanded .show-more {
  display: none;
}
.selected-matchup .column.expanded .more-container {
  display: block;
}
.selected-matchup .offerings {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  text-align: center;
}
.selected-matchup .offerings li {
  -webkit-flex: 0 1 33%;
  -ms-flex: 0 1 33%;
  flex: 0 1 33%;
  padding: 10px;
}
.selected-matchup .offerings svg {
  width: 80%;
  display: block;
  margin: auto;
}
.selected-matchup .description {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.selected-matchup .description b {
  font-size: 120%;
  display: block;
  color: #cc0000;
  text-align: center;
  font-family: "Titan One", "ff-meta-serif-web-pro", Georgia, serif;
  font-weight: normal;
}
.selected-matchup .description li {
  margin-bottom: 16px;
}
.selected-matchup .contact {
  font-size: 14px;
  text-align: center;
}
.selected-matchup .vote {
  background: #cc0000;
  color: white;
  font-size: 16px;
  padding: 6px 32px;
  border-radius: 20px;
  border: none;
  text-transform: uppercase;
  display: block;
  margin: 20px auto;
  cursor: pointer;
  transition: all .2s linear;
  font-family: "Titan One", "ff-meta-serif-web-pro", Georgia, serif;
  clear: both;
}
.selected-matchup .vote:hover,
.selected-matchup .vote:focus {
  background: #990000;
}
.selected-matchup .vote:disabled {
  background: #e0e0e0;
}
.selected-matchup .vote.success {
  background: black;
}
.selected-matchup .vote.success::after {
  content: "d ✔ ";
}
.selected-matchup .note {
  color: #7e838b;
}
.selected-matchup .winner {
  text-align: center;
  font-size: 28px;
  color: #cc0000;
  text-transform: uppercase;
  font-family: "Titan One", "ff-meta-serif-web-pro", Georgia, serif;
}
.constrained {
  max-width: 800px;
  margin: auto;
}
.byline {
  max-width: 600px;
  margin: auto;
  padding: 32px 16px 0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.a11y-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.actually {
  padding: 32px 0 0;
  max-width: 1600px;
  margin: auto;
}
.actually h2 {
  text-align: center;
  display: block;
  font-family: "Titan One", "ff-meta-serif-web-pro", Georgia, serif;
  font-weight: normal;
}
.burger-fact {
  padding: 16px;
  font-size: 16px;
  max-width: 400px;
  margin: auto;
}
@media (min-width: 1080px) {
  .actually {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .round-matchups {
    -webkit-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
  }
  .selected-matchup {
    order: 9;
  }
}
