* {
  -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: 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;
  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;
}
.quiz-container .quiz-header,
.quiz-container .quiz-footer {
  margin: 2em auto;
  position: relative;
  border-bottom: thin solid #424648;
  max-width: 900px;
}
body {
  max-width: 1600px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: auto;
}
body .title-party {
  font-weight: bold;
  font-size: 20px;
}
.ad {
  text-align: center;
}
.ad.top {
  padding-top: 20px;
}
.title {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  width: 100%;
  margin: auto;
}
.title .title-text {
  position: absolute;
  text-align: center;
  top: 13.5%;
  width: 100%;
  left: 0;
}
.top-graphic {
  margin: 12px auto 0px;
  text-align: center;
}
.top-graphic .short {
  display: none;
}
@media (max-width: 480px) {
  .top-graphic .short {
    display: block;
  }
  .top-graphic .long {
    display: none;
  }
}
.quiz-box {
  font-size: 18px;
  font-style: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.quiz-box .question-title {
  padding: 20px 0;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .quiz-box .question-title {
    padding: 0;
    text-align: center;
    padding-top: 10px;
  }
}
.quiz-box .inner-box {
  display: flex;
}
.quiz-box .question-box,
.quiz-box .inner-box {
  max-width: 620px;
  margin: auto;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .quiz-box .question-box,
  .quiz-box .inner-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 10px 10px 10px;
    width: auto;
    float: center;
  }
}
.quiz-box .question-box .img-class,
.quiz-box .inner-box .img-class {
  vertical-align: top;
  flex: 0 0 260px;
  padding-left: 20px;
  padding-right: 20px;
}
.quiz-box .question-box .img-class .inner-text,
.quiz-box .inner-box .img-class .inner-text {
  flex: 1 1 0%;
}
@media (max-width: 480px) {
  .quiz-box .question-box .img-class,
  .quiz-box .inner-box .img-class {
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
    flex: 0 0 50%;
  }
}
.quiz-box .question-box .img-class img,
.quiz-box .inner-box .img-class img {
  width: 200px;
  content-align: center;
}
@media (max-width: 480px) {
  .quiz-box .question-box .img-class img,
  .quiz-box .inner-box .img-class img {
    width: 100px;
    margin: auto;
    display: block;
  }
}
.quiz-box .question-box .img-class .orig,
.quiz-box .inner-box .img-class .orig {
  display: none;
}
.quiz-box .question-box .img-class .orig.active,
.quiz-box .inner-box .img-class .orig.active {
  display: block;
}
.quiz-box .question-box .img-class .actual,
.quiz-box .inner-box .img-class .actual {
  display: none;
}
.quiz-box .question-box .img-class .actual.active,
.quiz-box .inner-box .img-class .actual.active {
  display: block;
}
.quiz-box .question-box .img-class .final,
.quiz-box .inner-box .img-class .final {
  display: block;
}
.quiz-box .highlight {
  color: #e12329;
  font-size: 30px;
}
@media (max-width: 480px) {
  .quiz-box .highlight {
    padding-top: 20px;
  }
}
.quiz-box .highlight.wrong {
  font-weight: 600;
  text-transform: uppercase;
}
.quiz-box .highlight.correct {
  text-transform: uppercase;
  color: #589040;
  font-weight: 600;
}
.quiz-box .candidate-info {
  padding: 20px 0px 20px 0px;
  font-size: 15px;
}
.quiz-box table {
  border: none;
  padding: 10px 10px 10px 10px;
}
@media (max-width: 480px) {
  .quiz-box table {
    display: block;
  }
}
.quiz-box table img {
  width: 70px;
}
@media (max-width: 480px) {
  .quiz-box table img {
    float: right;
  }
}
.quiz-box table th {
  text-align: left;
  font-size: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
.quiz-box table th .header {
  font-size: 20px;
}
.quiz-box table td {
  font-size: 14px;
  padding: 8px 8px;
  border: none;
}
@media (max-width: 480px) {
  .quiz-box table td {
    display: block;
  }
}
button {
  background: #c0c0c0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  cursor: default;
  color: white;
  border: none;
  padding: 4px 10px;
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  transition: background 0.2s linear;
}
button .fa.padded {
  padding-right: 6px;
}
@media (max-width: 480px) {
  button {
    padding: 12px;
  }
}
.index {
  color: #7e838b;
  font-size: 14px;
}
input {
  display: none;
}
input + label::before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1db";
  margin-right: 8px;
}
input:checked + label::before {
  content: "\f111";
  color: #0777b3;
}
label {
  cursor: pointer;
  color: #424648;
  font-weight: 600;
}
@media (max-width: 480px) {
  label {
    font-size: 16px;
    padding: 8px;
    padding-right: 0;
  }
}
.credits,
.sources {
  font-size: 0.8em;
  text-align: center;
  padding: 0 15px 8px 15px;
}
@media (max-width: 768px) {
  .credits,
  .sources {
    margin-bottom: 0;
  }
}
.credits .credit-name,
.sources .credit-name {
  font-weight: 700;
}
.sources {
  margin-bottom: 10px;
}
.sources a {
  color: #0777b3;
}
.sources a:hover {
  text-decoration: underline;
}
.dont-miss {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  max-width: 840px;
  margin: auto;
  margin-bottom: 20px;
}
.dont-miss .story {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (max-width: 768px) {
  .dont-miss .story {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
.dont-miss .padded {
  padding: 10px;
}
.dont-miss .small {
  font-weight: bold;
  font-size: 15px;
}
.dont-miss img {
  width: 100%;
}
.dont-miss a {
  color: #424648;
  transition: color .1s linear;
}
.dont-miss a:hover {
  color: #0777b3;
}
.thin-div {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
}
.thin-div .center {
  position: relative;
  top: 15px;
  margin: auto;
  width: 100px;
  text-align: center;
  font-size: 20px;
  background: white;
}
nav.top-bar {
  border-bottom: 1px solid #7e838b;
}
@media (max-width: 480px) {
  nav.top-bar {
    height: 40px;
    width: 100%;
  }
}
nav.top-bar .logo {
  position: relative;
  top: 30px;
  text-align: center;
  display: block;
}
@media (max-width: 480px) {
  nav.top-bar .logo {
    top: 20px;
  }
}
nav.top-bar .logo img {
  box-sizing: content-box;
  height: 30px;
  background: white;
  padding: 10px;
}
@media (max-width: 480px) {
  nav.top-bar .logo img {
    padding: 5px;
  }
}
header {
  text-align: center;
  padding: 0px 5px 5px;
  margin: 0 auto;
  max-width: 840px;
}
@media (max-width: 768px) {
  header {
    padding-left: 8px;
    padding-right: 5px;
  }
}
header .chatter a {
  color: #0777b3;
}
header .chatter a:hover {
  border-bottom: 2px solid;
}
header .chatter a.share-button {
  border: none;
}
.share-button,
.share-results {
  display: inline-block !important;
  margin-top: 10px;
}
.share-button.sharer-0 label,
.share-results.sharer-0 label {
  color: #424648 !important;
  background: #e0e0e0 !important;
  padding: 6px 10px !important;
  border-radius: 0 !important;
  margin-left: 2px;
}
.share-button.sharer-0 label:hover,
.share-results.sharer-0 label:hover {
  background: #c0c0c0 !important;
  color: #222222 !important;
}
.share-results {
  bottom: -75px;
  left: 10px;
  display: inline-block !important;
}
.cand-name {
  font-size: 20px;
  font-weight: bold;
}
.dropout {
  text-transform: uppercase;
  color: #e12329;
  font-weight: bold;
}
footer {
  background: #222222;
  opacity: 0.95;
  padding: 0 10px;
  position: relative;
  z-index: 99;
  margin-top: 30px;
}
@media (max-width: 768px) {
  footer {
    margin-top: 0px;
  }
}
footer .logo {
  float: left;
  margin-right: 10px;
}
footer .logo img {
  margin-top: 10px;
  height: 20px;
}
footer::after {
  clear: both;
  content: " ";
  display: block;
}
.hint {
  margin-right: 15px;
  position: relative;
  background: #0777b3;
  cursor: pointer;
}
.hint:hover {
  background: #055682;
}
.hint.active {
  background: #c0c0c0;
  cursor: auto;
}
.hint.mobile {
  display: none;
  margin: 8px auto;
}
@media (max-width: 480px) {
  .hint.mobile {
    display: block;
  }
}
@media (max-width: 480px) {
  .hint {
    display: none;
  }
}
.submit.active,
.next.active {
  background: #0777b3;
  cursor: pointer;
}
.submit.active:hover,
.next.active:hover {
  background: #055682;
}
.option-box {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .option-box {
    display: block;
  }
}
.option-box .option {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 10px;
  padding-bottom: 15px;
}
@media (max-width: 480px) {
  .option-box .option {
    margin: 0;
    padding: 8px 0;
  }
}
@media (max-width: 480px) {
  .button-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.mug {
  width: 100px;
  display: inline-block;
  padding: 10px;
  vertical-align: top;
}
.result {
  font-size: 25px;
  font-weight: bold;
}
