* {
  -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;
}
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%;
}
@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;
}
.outer {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 840px) {
  .outer {
    font-size: 16px;
    padding: 0px;
  }
}
.ad {
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 480px) {
  .bottom-ad {
    display: none;
  }
}
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;
  }
}
.splash {
  display: block;
  margin: auto;
}
header {
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
  max-width: 840px;
}
@media (max-width: 768px) {
  header {
    padding-left: 8px;
    padding-right: 5px;
  }
}
.small {
  font-weight: bold;
  font-size: 15px;
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.quiz-container {
  width: 840px;
  margin: auto;
}
@media (max-width: 840px) {
  .quiz-container {
    width: 100%;
  }
}
button {
  background: #c0c0c0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  border: none;
  padding: 5px 10px;
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  transition: background 0.2s linear;
}
@media (max-width: 840px) {
  button {
    padding: 8px 20px 10px 20px;
  }
}
button.active {
  background: #0777b3;
  cursor: pointer;
}
button.active:hover {
  background: #055682;
}
.quiz-box {
  padding: 30px 10px;
}
.index {
  color: #7e838b;
  font-size: 14px;
}
.question-box {
  padding: 0 30px;
  display: inline-block;
}
@media (max-width: 480px) {
  .question-box {
    padding: 0;
  }
}
@media (max-width: 840px) {
  .question-box .inner {
    padding: 25px 40px;
  }
}
@media (max-width: 480px) {
  .question-box .inner {
    padding: 25px 15px;
  }
}
.question-box .inset-image {
  margin: auto;
  width: 80%;
}
@media (max-width: 480px) {
  .question-box .inset-image {
    width: 100%;
    margin-left: 0;
  }
}
.question-box .question-inner {
  display: inline-block;
}
@media (max-width: 480px) {
  .question-box .question-inner {
    width: 100%;
    padding-top: 20px;
  }
}
.question-box .question-inner .question,
.question-box .question-inner .answer {
  font-weight: 600;
  font-size: 1.4em;
}
.question-box .question-inner .answer .answer-box {
  margin-top: 10px;
  margin-bottom: 15px;
}
.question-box .question-inner .answer .answer-box .correct-answer {
  font-size: 24px;
}
.question-box .question-inner .answer .answer-box .description {
  font-size: 18px;
  margin: 10px 0 20px;
  font-weight: 400;
}
.question-box .question-inner input {
  display: none;
}
.question-box .question-inner 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;
}
.question-box .question-inner input:checked + label::before {
  content: "\f111";
  color: #bc5c23;
}
.question-box .question-inner label {
  cursor: pointer;
  color: #424648;
  font-weight: 600;
}
@media (max-width: 480px) {
  .question-box .question-inner label {
    font-size: 16px;
    padding: 8px;
    padding-right: 0;
  }
}
.result-name {
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.2em;
  margin: 10px 0;
}
.result-description {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: 0 auto 1em auto;
  font-size: 1.1em;
  color: #424648;
  padding-bottom: 10px;
}
.results-image {
  width: 100%;
  clear: both;
}
.results-image .photo-credit {
  font-size: 12px;
  color: #7e838b;
  text-transform: uppercase;
  margin: 0;
}
.quiz-label {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Paytone One', sans-serif;
  font-weight: normal;
  color: white;
  background: #424648;
  display: inline-block;
  padding: 5px 8px;
  margin: 5px auto 0;
}
@media (max-width: 768px) {
  .quiz-label {
    font-size: 14px;
  }
}
.title {
  color: #e9d3a2;
  font-family: 'Paytone One', sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 3em;
  line-height: 1.2em;
  margin: 5px auto;
}
@media (max-width: 480px) {
  .title {
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 0;
  }
}
.title .secondary {
  font-size: 1.5em;
  display: block;
  color: #353c73;
}
@media (max-width: 480px) {
  .title .secondary {
    font-size: inherit;
  }
}
.chatter {
  color: #424648;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
}
.divider {
  border: 4px solid #c0c0c0;
}
.highlight {
  font-family: 'Paytone One', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.highlight.wrong {
  color: #e12329;
}
.highlight.correct {
  color: #589040;
}
.share-button.sharer-0 label,
.share-results.sharer-0 label {
  padding: 6px 10px !important;
  margin-left: 2px;
  color: #424648 !important;
  background: #e0e0e0 !important;
}
.share-button.sharer-0 label:hover,
.share-results.sharer-0 label:hover {
  background: #c0c0c0 !important;
  color: #222222 !important;
}
.share-button {
  margin: auto;
  margin-top: 10px;
}
.share-results {
  margin-top: 10px;
}
.share-results.sharer-0 {
  width: 150px !important;
}
.credits,
.sources {
  font-size: 0.8em;
  text-align: center;
  padding-top: 15px;
}
.credits .credit-name,
.sources .credit-name {
  font-weight: 700;
}
.sources a {
  cursor: pointer;
}
