/* boilerplate  ---------------------------------------------------------- */
#source-and-credit{width:100%;overflow:hidden}
#source-and-credit p{margin:0;padding:0}
#source-and-credit .source{font-size:.75em;font-weight:bold;float:left}
#source-and-credit .credit{margin:.25em 0 0 0;text-transform:uppercase;
  color:#999;font-size:.6em;float:right}
.loading{text-align:center;color:#777;font-family:Helvetica,Arial,sans-serif;font-size:.85em;}
.section-nav{display:none}
#main div.article{width:100%;margin:0}
.article .byline{display:none}
.interactive-body{float:left;width:100%}
.aside{display:none}
.subtitle{font-family:Helvetica,Arial,sans-serif;font-size:.85em;color:#444}
@media screen and (max-width: 480px) {#source-and-credit .credit{float:left}}

pre {
  font-size: 2em;
  background: #000000;
  color: #FFF;
}

.questions {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .questions {
    width: 100%;
  }
}

.questions .question {
  overflow: hidden;
  margin: 1em 0em 2em 0em;
  padding: 2em 0.1em 2em 0.1em;
  position: relative;
}

@media screen and (max-width: 480px) {
  .questions .question {
    margin: 0;
    padding: 2em 0.1em 1em 0.1em;
  }
}

.questions .quote {
  width: 95%;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 1em;
  position: relative;
}

.questions .quote .bubble {
  text-align: center;
  position: relative;
  border-radius: 1em;
  position: relative;
  padding: 2em 2em;
}

.questions .quote .bubbleOverlay {
  position: absolute;
  text-align: center;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(230, 230, 214);
  border-radius: 1em;
  box-shadow: 0 3px 8px rgb(218,218,218);
  text-shadow: 0 1px 0 #FFFFFF;
  border: solid #FFF 1px;
}

.questions .quote .bubbleOverlay div {
  padding: 2em 2em;
}

@media screen and (max-width: 480px) {
  .questions .quote .bubble,
  .questions .quote .bubbleOverlay div {
    padding: 1em 1em;
  }
}

.questions .quote .triangle {
  position: absolute;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 100;
  background: rgb(230, 230, 214);
  box-shadow: 4px 4px 6px -4px #B3B3B3;
}

.questions .question ul.choices {
  padding: 0em 0em 0em 0em;
  margin: 0em 0em 0em 0em;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .questions .question ul.choices {
    width: 75%;
    margin: 0 auto;
  }
}

.questions .question ul.choices li {
  width: 20%;
  padding: 0em 6.6%;
  float: left;
  text-align: center;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  /* IE 5-7 */
  filter: alpha(opacity=85);
  opacity: 0.85;
}

@media screen and (max-width: 480px) {
  .questions .question ul.choices li {
    width: 30%;
    padding: 0em 1.5%;
  }
}

.questions .quote .triangle.selected,
.questions .question ul.choices li.selected {
  -webkit-transition: opacity 0.1s;
     -moz-transition: opacity 0.1s;
       -o-transition: opacity 0.1s;
          transition: opacity 0.1s;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  opacity: 1;
}

.questions .question ul.choices li.disabled {
  -webkit-transition: opacity 0.5s;
     -moz-transition: opacity 0.5s;
       -o-transition: opacity 0.5s;
          transition: opacity 0.5s;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  /* IE 5-7 */
  filter: alpha(opacity=10);
  opacity: 0.1;
}

.questions .question ul.choices li img {
  width: 85%;
  padding: 0em 0em 0em 0em;
  margin: 0em 0em 0em 0em;
  vertical-align: bottom;
  cursor: pointer;
  border: none;
  border-radius: 0.25em;
  top: 5px;
  position: relative;
}

.questions .question ul.choices li.selected img {
  box-shadow: 0 3px 8px #000000;
}

.questions .question ul.choices li p {
  padding: 0.25em 0em 0em 0em;
  margin: 0em 0em 0em 0em;
}

@media screen and (max-width: 480px) {
  .questions .question ul.choices li p.president {
    font-size: 0.8em;
  }
}

.questions .question ul.choices li p span {
  cursor: pointer;
}

.questions .question ul.choices li p.year {
  font-size: 1.25em;
  font-weight: bold;
}

.questions .question .score {
  width: 20%;
  padding: 0em 6.6%;
  margin: 1em 0 0 0;
  text-align: center;
  font-size: 0.75em;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  opacity: 0;
  position: relative;
}

@media screen and (max-width: 480px) {
  .questions .question .score {
      width: 30%;
      padding: 0em 1.5%;
    }
}


.questions .question .score.correct,
.questions .question .score.wrong {
  -webkit-transition: opacity 0.75s;
     -moz-transition: opacity 0.75s;
       -o-transition: opacity 0.75s;
          transition: opacity 0.75s;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  opacity: 1;
}

.questions .question .score.correct {
  color: #1b9b14;
}
.questions .question .score.wrong {
  color: #ed1c24;
}

.questions .question .score.correct:before,
.questions .question .score.wrong:before {
  font-size: 2em;
  position: relative;
  line-height: 0;
  top: 0.1em;
}

.questions .question .score.correct:before {
  content: ' ✔ ';
}

.questions .question .score.wrong:before {
  content: ' ✘ ';
}

.resultsEtc {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 2em;
  overflow: hidden;
  text-align: center;
  display: none;
}

@media screen and (max-width: 480px) {
  .resultsEtc {
    width: 100%;
  }
}

.resultsEtc img {
  vertical-align: middle;
  width: 1.5em;
  border-radius: 3px;
}

.resultsEtc .score {
  margin-bottom: 1em;
  font-family:Helvetica,Arial,sans-serif;
  font-size:.85em;
  color:#444;
}

.resultsEtc .score span {
  cursor: pointer;
  text-decoration: underline;
}

.resultsEtc .shareAndAgain {
  display: none;
  width: 100%;
  overflow: hidden;
  font-family: "Benton Sans Bold", Helvetica, Arial, sans-serif;
}

.resultsEtc .shareAndAgain .new {
  text-decoration: underline;
  cursor: pointer;
}



















