* {
  -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;
}
.outer {
  max-width: 630px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  border-top: 4px solid #c0c0c0;
  padding: 20px 0;
  margin-top: 20px 0;
}
.title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  padding-bottom: 5px;
}
@media (max-width: 480px) {
  .title {
    font-size: 24px;
  }
}
.chatter {
  font-size: 15px;
  padding-bottom: 20px;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
}
.quiz-container {
  background: #f8f8f8;
  padding: 40px;
  max-width: 75%;
  margin: auto;
}
@media (max-width: 480px) {
  .quiz-container {
    max-width: 100%;
    padding: 30px;
  }
}
.index {
  color: #7e838b;
  font-size: 16px;
}
.question {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 5px;
}
@media (max-width: 480px) {
  .question {
    font-size: 18px;
  }
}
.answers {
  text-align: center;
}
.answer {
  margin-top: 10px;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 20px 5px 20px;
  color: #222222;
  font-size: 14px;
  font-weight: bold;
  background: #c0c0c0;
  cursor: pointer;
  border-radius: 2px;
}
.answer:hover {
  color: #f8f8f8;
  background: #DE5636;
}
.hidden {
  display: none;
}
.score {
  font-size: 20px;
}
.icon {
  vertical-align: top;
  width: 35px;
}
.icon img {
  width: 35px;
}
.info {
  font-weight: normal;
  font-size: 15px;
}
.info td {
  padding-top: 8px;
}
.text {
  padding-left: 7px;
}
.dot-box {
  height: 45px;
  margin-top: 30px;
  position: relative;
  border-bottom: 4px solid #c0c0c0;
  padding-bottom: 5px;
}
.dot {
  position: absolute;
  transition: left 0.7s ease-in-out;
  bottom: 0;
  left: 0;
}
.dot img {
  height: 45px;
  vertical-align: bottom;
  display: none;
}
.dot .ing {
  display: block;
}
.source {
  padding-top: 25px;
  font-style: italic;
}
.source,
.credit {
  font-size: 11.5px;
  color: #7e838b;
}
