* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.lorem {
  background: pink !important;
}
nav.top-bar {
  border-bottom: 1px solid #aaaaaa;
  position: relative;
  clear: both;
  z-index: 99;
}
@media (max-width: 480px) {
  nav.top-bar {
    border: none;
    top: 0;
    height: 40px;
    width: 100%;
    background: black;
  }
}
nav.top-bar .logo {
  width: 100%;
  position: relative;
  top: 30px;
  text-align: center;
  display: block;
}
@media (max-width: 480px) {
  nav.top-bar .logo {
    top: 0;
  }
}
nav.top-bar .logo img {
  box-sizing: content-box;
  height: 30px;
  background: black;
  padding: 10px;
  border: none;
}
@media (max-width: 480px) {
  nav.top-bar .logo img {
    background: none;
    padding: 5px;
  }
}
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: #555555;
  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: #164c75;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 3em;
  line-height: 1.2em;
  margin: 5px auto 0.5em;
}
@media (max-width: 480px) {
  header .title {
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 0;
  }
}
header .title .green {
  font-size: 1.8em;
  display: block;
}
@media (max-width: 480px) {
  header .title .green {
    font-size: inherit;
  }
}
@media (max-height: 1050px) {
  header .title .big {
    line-height: 1em;
  }
}
header .chatter {
  color: #555555;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.2em;
  text-align: center;
  margin: 1em auto;
  max-width: 840px;
}
.divider {
  border: 4px solid #164c75;
}
.credits {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.8em;
  text-align: center;
  padding: 10px;
}
.credits .credit-name {
  font-weight: 700;
}
@media (max-width: 480px) {
  .credits {
    padding: 15px;
  }
}
.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;
  }
}
footer {
  width: 100%;
  clear: both;
  margin: 1em auto;
  padding-top: 1em;
}
@media (max-width: 480px) {
  footer {
    padding-top: 0;
  }
}
.recirc {
  display: none;
  color: #555555;
  font-family: 'PT Sans', sans-serif;
  font-style: italic;
}
.recirc.show {
  display: inline-block;
}
.recirc a {
  color: #9f2015;
  text-decoration: none;
}
.recirc a:hover .recirc-link {
  text-decoration: underline;
}
.recirc a:hover .fa-share {
  display: inline-block;
}
.recirc .fa-share {
  display: none;
  font-size: 12px;
  vertical-align: top;
  margin-top: 5px;
}
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;
  }
}
.illustration {
  width: 100%;
  position: relative;
}
.quiz-container {
  width: calc(100% - 360px);
  float: left;
  border-top: 8px solid #164c75;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .quiz-container {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .quiz-container {
    margin-top: 0;
  }
}
.quiz-container.results .buttons {
  height: 0;
  margin-right: 0;
}
.quiz-container.results .quiz-box {
  padding-top: 55px;
  font-family: 'PT Sans', sans-serif;
}
@media (max-width: 480px) {
  .quiz-container.results .quiz-box ol {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .quiz-container.results .buttons {
    float: center;
    text-align: center;
  }
}
.quiz-container .buttons {
  float: right;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .quiz-container .buttons {
    margin-top: 1.5em;
    margin-right: 1em;
  }
}
.quiz-container .buttons .share-button {
  display: inline-block !important;
  width: 100%;
}
.quiz-container .buttons .share-button.sharer-0 label {
  color: white !important;
  background: #164c75 !important;
  padding: 9px 10px 6px 10px !important;
  border-radius: 0;
}
@media (max-width: 768px) {
  .quiz-container .buttons .share-button.sharer-0 label {
    padding: 12px 15px 10px 15px !important;
  }
}
.quiz-container .buttons .share-button.sharer-0 label span {
  font-size: 16px !important;
  font-family: 'Paytone One', sans-serif !important;
  font-weight: normal !important;
}
@media (max-width: 768px) {
  .quiz-container .buttons .share-button.sharer-0 label span {
    font-size: 14px !important;
  }
}
.quiz-container .buttons .share-button.sharer-0 label:hover {
  background: #9f2015 !important;
}
.quiz-container .buttons .share-button .social.networks-5.left {
  margin-left: -201px !important;
}
.quiz-container .buttons .share-button.share-results {
  width: 100%;
  display: inline !important;
}
.quiz-container .buttons .share-button.share-results .social.networks-5.left {
  margin-left: -52px !important;
}
@media (max-width: 768px) {
  .quiz-container .buttons .share-button.share-results .social.networks-5.left {
    margin-left: 235px !important;
  }
}
@media (max-width: 480px) {
  .quiz-container .buttons .share-button.share-results .social.networks-5.left {
    margin-left: 39px !important;
  }
}
.quiz-container .buttons .retake {
  font-family: 'Paytone One', sans-serif;
  display: inline-block;
  text-decoration: none;
  border: none;
  padding: 5px 10px;
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  transition: background 0.2s linear;
  background: #164c75;
  color: white;
  cursor: pointer;
}
@media (max-width: 768px) {
  .quiz-container .buttons .retake {
    padding: 10px 20px;
  }
}
.quiz-container .buttons .retake:hover {
  background: #9f2015;
}
.quiz-container .buttons .retake.hidden {
  display: none;
}
.quiz-container .buttons .retake span {
  padding-left: 3px;
}
.quiz-box {
  height: 100%;
  width: 100%;
  font-family: 'PT Sans', sans-serif;
  padding: 50px 20px 30px 20px;
  margin: 0 auto;
}
.quiz-box .index {
  font-family: 'Paytone One', sans-serif;
  color: #aaaaaa;
}
.quiz-box .question-box {
  margin-bottom: 1em;
}
.quiz-box .question {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.4em;
  color: #164c75;
}
.quiz-box .option {
  font-family: 'Paytone One', sans-serif;
}
.quiz-box input {
  display: none;
}
.quiz-box input + label::before {
  position: relative;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1db";
  margin-right: 8px;
}
.quiz-box input:checked + label::before {
  content: "\f111";
  color: #9f2015;
}
.quiz-box label {
  cursor: pointer;
  color: #555555;
}
@media (max-width: 480px) {
  .quiz-box label {
    font-size: 16px;
  }
}
.quiz-box .result-name {
  font-family: 'Paytone One', sans-serif;
  color: #555555;
  font-size: 2em;
  line-height: 1.2em;
  margin: 10px 0;
}
.quiz-box .result-description {
  font-family: 'PT Sans', sans-serif;
  margin: 0 auto 1em auto;
  font-size: 1.2em;
  color: #555555;
}
.quiz-box .answer-key-name {
  font-family: 'Paytone One', sans-serif;
  color: #555555;
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 20px 0 10px 0;
}
.quiz-box .answer-list {
  color: #555555;
}
.quiz-box .answer-key {
  padding-bottom: 20px;
  font-size: 18px;
}
.quiz-box .question-key {
  padding-bottom: 5px;
  font-family: 'PT Sans', sans-serif;
}
.quiz-box .options-key {
  padding: 5px 0;
  font-family: 'Paytone One', sans-serif;
  font-size: 18px;
  padding-left: 32px;
  text-indent: -11px;
}
.quiz-box .correct,
.quiz-box .correct.selected {
  padding-left: 22px;
}
.quiz-box .correct::before,
.quiz-box .correct.selected::before {
  color: #67b74c;
  position: relative;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  margin-right: 3px;
}
.quiz-box .selected {
  padding-left: 22px;
}
.quiz-box .selected::before {
  color: #C22E1B;
  position: relative;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  margin-right: 7px;
}
.quiz-box .explanation-key {
  text-indent: 0px;
  font-weight: 300;
  padding-top: 8px;
  font-size: 15px;
  font-family: 'PT Sans', sans-serif;
}
.green {
  color: #9f2015;
}
.blue {
  color: #164c75;
}
button {
  font-family: 'Paytone One', sans-serif;
  display: inline-block;
  cursor: default;
  text-decoration: none;
  background: #CCC;
  color: white;
  border: none;
  padding: 5px 10px;
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  transition: background 0.2s linear;
}
@media (max-width: 768px) {
  button {
    padding: 10px 20px;
  }
}
button.active {
  background: #164c75;
  cursor: pointer;
}
button.active:hover {
  background: #9f2015;
}
