@media (max-width: 854px) {
  .scaffold {
    display: block;
    float: none;
    margin: 0 auto;
    width: 90%;
  }
}
.normal {
  text-transform: none;
}
#title-slide {
  color: #fff;
  text-align: center;
}
#title-slide img {
  position: relative;
  top: -11.5em;
}
#title-slide #title-stars {
  width: 100%;
}
#title-slide #title-anchor {
  width: 20%;
}
.quiz h2,
.result h2,
#hohoho h2,
.quiz h3,
.result h3,
#hohoho h3,
.quiz h4,
.result h4,
#hohoho h4 {
  font-family: 'Serifa W01 Bold';
  text-transform: none;
}
.quiz p,
.result p,
#hohoho p {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 1.25em;
}
.quiz h2 {
  font-size: 4.0625em;
}
.quiz h3 {
  font-size: 1.875em;
}
.quiz h4 {
  font-size: 3.75em;
  line-height: 0.9em;
}
.quiz p {
  font-family: 'Serifa W01 Light Italic';
}
.quiz li {
  font-size: 1.2em;
  line-height: 1.25em;
  margin: 0 0 1.25em 0;
  min-height: 1em;
}
.quiz li span.toggle {
  border-style: solid;
  border-width: .2em;
  display: inline-block;
  height: 1em;
  width: 1em;
}
.quiz li span.choice {
  display: inline-block;
  width: 87.5%;
}
.even h4 {
  color: #96b693;
}
.even p,
.even li {
  color: #fff;
}
.even li {
  text-align: right;
}
.even li span.toggle {
  border-color: #fff;
  float: right;
  margin: 0 0 0 1.25em;
}
.even li.selected span.toggle {
  background-color: #fff;
}
.odd h3,
.odd h4 {
  color: #d4a846;
}
.odd p,
.odd li {
  color: #764c28;
}
.odd p span.toggle,
.odd li span.toggle {
  border-color: #d4a846;
  float: left;
  margin: 0 1.25em 0 0;
}
.odd p.selected span.toggle,
.odd li.selected span.toggle {
  background-color: #d4a846;
}
#submit-wrap,
#close-wrap,
#next-wrap {
  background-color: #96b693;
  border-radius: .5em;
  display: block;
  text-align: center;
}
#submit-wrap a,
#close-wrap a,
#next-wrap a {
  color: #fff;
  display: block;
  padding: .5em 0;
}
#submit-wrap,
#next-wrap {
  margin: 0 auto;
  width: 42.5%;
}
#next-wrap {
  visibility: hidden;
}
#close-wrap {
  margin: 2em auto 0;
  width: 30%;
}
#overlay {
  background-image: url('../img/bg_overlay.png');
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500000;
}
#result-container {
  background-color: #fff;
  border: .2em solid #96b693;
  display: block;
  left: 50%;
  margin-left: -40%;
  overflow: auto;
  position: absolute;
  width: 80%;
  visibility: hidden;
}
#result-container h4 {
  font-size: 1.875em;
  line-height: 1em;
  margin-bottom: 0.5em;
}
#result-container h3 {
  font-size: 3em;
  line-height: 0.9em;
}
.result {
  width: 45%;
  display: inline-block;
  margin: 1em 2.5%;
}
.result img {
  width: 100%;
}
#result {
  float: left;
  padding-bottom: 1em;
}
@media (max-width: 854px) {
  #result {
    display: block;
    float: none;
    margin: 0 auto;
    width: 90%;
  }
}
#result h4 {
  text-align: center;
}
#result .icon-container {
  display: block;
  margin: 2em auto;
  width: 50%;
}
#result p {
  text-align: center;
}
#runner-up {
  float: right;
}
@media (max-width: 854px) {
  #runner-up {
    display: block;
    float: none;
    margin: 0 auto;
    width: 90%;
  }
}
#runner-up .runner-up {
  clear: both;
  margin: 2em 0;
}
#runner-up .runner-up .icon-container,
#runner-up .runner-up .result-description {
  display: inline-block;
}
#runner-up .runner-up .icon-container {
  float: left;
  margin-right: 2.5%;
  width: 15%;
}
#runner-up .runner-up .result-description {
  float: right;
  width: 80%;
}
#hohoho {
  background-image: url('../img/img_hlp_s11_starsGreen.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  clear: both;
  margin: 1em;
  text-align: center;
}
@media (max-width: 854px) {
  #hohoho {
    background-repeat: repeat;
  }
}
#hohoho h3 {
  color: #96b693;
  line-height: 1.2em;
}
#hohoho img {
  height: 0.75em;
}
