* {
  -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;
}
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: 30px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 23px;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  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: 636px) {
  nav.main-nav .share label span {
    display: none;
  }
  nav.main-nav .share .left {
    margin-left: -275px !important;
  }
}
nav.top-bar {
  border-bottom: 1px solid #aaaaaa;
  position: relative;
  clear: both;
  z-index: 99;
}
@media (max-width: 636px) {
  nav.top-bar {
    border: none;
    top: 0;
    height: 40px;
    width: 100%;
    background: #13628d;
  }
}
nav.top-bar .logo {
  width: 100%;
  position: relative;
  top: 30px;
  text-align: center;
  display: block;
}
@media (max-width: 636px) {
  nav.top-bar .logo {
    top: 0;
  }
}
nav.top-bar img {
  box-sizing: content-box;
  height: 30px;
  background: #13628d;
  padding: 10px;
  border: none;
}
@media (max-width: 636px) {
  nav.top-bar img {
    background: none;
    padding: 5px;
  }
}
.answer-list {
  list-style-type: none;
  margin: 0;
  padding: 8px 0;
  font-family: 'PT Sans', sans-serif;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 636px) {
  .answer-list {
    font-size: 20px;
  }
}
.answer-list .answer-item {
  cursor: pointer;
  background: #7e838b;
  color: #f8f8f8;
  padding: 8px;
  transition: background-color 0.1s linear;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 636px) {
  .answer-list .answer-item {
    min-height: 80px;
  }
}
.answer-list .answer-item label {
  display: block;
  text-align: center;
}
.answer-list .answer-item:hover {
  background: #424648;
}
.answer-list .answer-item::after {
  content: " ";
  display: inline-block;
  text-align: center;
}
.answer-list .answer-item.right {
  color: white;
  font-weight: bold;
  background: #13628d;
}
.answer-list .answer-item.wrong.picked {
  color: #e0e0e0;
  background: #8e3724;
}
.answers {
  color: #555555;
  font-family: 'PT Sans', sans-serif;
  font-size: 1em;
  margin: 0 auto;
}
.answers .credit {
  display: none;
  float: right;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #555555;
}
.answers .credit a {
  color: #555555;
  text-decoration: none;
  border-bottom: 1px dotted;
}
.answers .answer-info {
  display: none;
}
.answers.answered .answer-list {
  display: none;
}
.answers.answered .credit {
  display: inline;
}
.answers.answered .answer-info {
  display: block;
}
.answers .hint-button {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Paytone One', sans-serif;
  font-weight: normal;
  color: white;
  background: #35755b;
  display: inline-block;
  padding: 5px;
  margin: 5px auto;
}
@media (max-width: 768px) {
  .answers .hint-button {
    font-size: 14px;
  }
}
.answers .stats {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: left;
}
@media (max-width: 636px) {
  .answers .stats {
    padding: 0 15px;
    font-size: 1.3em;
  }
}
.answers .its-the {
  font-family: 'Paytone One', sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.2em;
  padding-top: 10px;
  text-align: center;
  color: #424648;
  clear: both;
}
.answers .its-the .wrong {
  color: #8e3724;
  display: none;
}
.answers .its-the .right {
  color: #35755b;
  display: none;
}
.answers .its-the.dexter .right {
  display: inline;
}
.answers .its-the.sinister .wrong {
  display: inline;
}
.answers .caption {
  text-align: left;
}
@media (max-width: 636px) {
  .answers .caption {
    padding: 0 15px;
    font-size: 1.4em;
  }
}
header {
  width: 100%;
  padding: 0 8px;
  text-align: center;
}
header .quiz-label {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Paytone One', sans-serif;
  font-weight: normal;
  color: white;
  background: #7e838b;
  display: inline-block;
  padding: 5px;
  margin: 5px auto 0;
}
@media (max-width: 768px) {
  header .quiz-label {
    font-size: 14px;
  }
}
header .title {
  font-family: 'Paytone One', sans-serif;
  color: #424648;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 2.5em;
  line-height: 1.2em;
  margin: 5px auto;
}
@media (max-width: 636px) {
  header .title {
    font-size: 1.8em;
    line-height: 1em;
    margin-bottom: 0;
  }
}
header .title .red {
  font-size: 1.7em;
  line-height: 1em;
  display: block;
  color: #8e3724;
}
@media (max-width: 636px) {
  header .title .red {
    font-size: 1.2em;
  }
}
header .chatter {
  color: #555555;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.2em;
  text-align: center;
  margin: 0.5em auto 1em;
  max-width: 840px;
}
.illustration {
  width: 100%;
  position: relative;
}
.share.sharer-0.share-quiz {
  display: inline-block !important;
  width: auto !important;
}
@media (max-width: 768px) {
  .share.sharer-0.share-quiz {
    display: block !important;
    margin: 10px auto;
  }
}
.share.sharer-0 label {
  border-radius: 0 !important;
  background: #13628d !important;
  transition: background .15s linear;
  color: white !important;
}
.share.sharer-0 label span {
  font-family: 'Paytone One', sans-serif !important;
  font-weight: normal !important;
  font-size: 1em !important;
}
.share.sharer-0 label:hover {
  background: #424648 !important;
  opacity: 1 !important;
}
.share.sharer-0.share-completed {
  width: 100% !important;
}
.ad-divider {
  margin-bottom: 1em;
  color: #aaaaaa;
}
@media (max-width: 768px) {
  .ad-divider {
    display: none;
  }
}
footer {
  width: 100%;
  clear: both;
  margin: 1em auto;
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.viewport .aspect-outer {
  width: 100%;
}
.viewport .aspect-outer .aspect-inner {
  height: 0;
  padding-bottom: 100%;
}
.viewport img {
  position: absolute;
  max-width: none;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.viewport img.transformed {
  width: auto !important;
}
.viewport img.small {
  position: relative;
  width: 100%;
  transform-origin: top left;
}
.viewport img.large {
  max-width: 100%;
}
.viewport.loading img.large {
  display: none;
}
.viewport .status {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: red;
  color: #f8f8f8;
  font-size: 14px;
  text-align: right;
  opacity: 0.9;
  padding: 8px;
}
.viewport .hint {
  position: absolute;
  /*-moz-border-radius: 15px;*/
  /*-webkit-border-radius: 6px;*/
  bottom: 0;
  right: 0;
  background: #8e3724;
  opacity: 0.9;
  margin: 15px;
}
.viewport .hint .hint-button {
  float: right;
  color: white;
  cursor: pointer;
  font-size: 90%;
  position: relative;
  padding: 9px;
}
@media (max-width: 636px) {
  .viewport .hint .hint-button {
    font-size: 130%;
    padding: 15px;
  }
}
.viewport .hint .hint-text {
  display: none;
  background: #8e3724;
  color: #f8f8f8;
  font-size: 18px;
  padding: 8px 15px;
}
.viewport .hint .hint-text.show {
  display: block;
}
.animated-transform {
  transition: -webkit-transform 1s;
  transition: -moz-transform 1s;
  transition: -ms-transform 1s;
  transition: transform 1s;
}
.animated-fadeout {
  transition: opacity .4s linear;
  opacity: 0;
}
.results-page {
  padding: 8px;
  font-family: 'PT Sans', sans-serif;
  color: #555555;
}
.result-name {
  font-family: 'Paytone One', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  font-size: 28px;
  line-height: 1.2em;
  width: 100%;
  margin: 5px 0;
}
.award {
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.2em;
  margin: 20px 0 0;
}
.result-description {
  margin: 5px auto;
  font-size: 1.2em;
}
.green {
  color: #35755b;
}
.red {
  color: #8e3724;
}
.credit {
  margin: 2px;
  float: right;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.credit a {
  color: #555555;
}
.result-image {
  margin: auto;
}
.result-image img {
  width: 100%;
}
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  background: white;
  max-width: 1200px;
  margin: auto;
  padding: 10px;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
    padding: 0;
  }
}
main.wrapper {
  max-width: 600px;
  margin: auto;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 636px) {
  main.wrapper {
    font-size: 14px;
    line-height: 1.2;
  }
}
.next-button {
  display: none;
  border: none;
  background: #13628d;
  transition: background-color 0.1s linear;
  color: #f8f8f8;
  padding: 12px 8px;
  font-family: 'Paytone One', sans-serif;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 636px) {
  .next-button {
    padding: 16px 8px;
  }
}
.next-button:hover {
  background: #424648;
}
.answered .next-button {
  display: block;
  width: 100%;
}
.divider {
  border: 4px solid #164c75;
}
.credits {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  text-align: center;
  padding-bottom: 30px;
  margin: 0 auto;
}
.credits .credit-name {
  font-weight: 700;
}
@media (max-width: 636px) {
  .credits {
    padding: 15px;
  }
}
.credits a {
  color: #555555;
  border-bottom: 1px dotted;
}
.ad {
  height: 90px;
  width: 750px;
  margin: 0 auto;
}
.ad .floatleft {
  float: left;
}
@media (max-width: 768px) {
  .ad {
    display: none;
  }
}
.tower-ad {
  width: 320px;
  padding: 0 10px;
  float: right;
}
@media (max-width: 768px) {
  .tower-ad {
    display: none;
  }
}
