
.quiz_content .answers {
  margin: 0;
  padding-left: 0px;
}

.quiz_content .answers li {
  background: none;
  margin: 5px 0 11px 0;
  padding: 1px 0 1px 5px;
  position: relative;
  display: block;
}

.quiz_content .progress-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 25px;/*border: 1px solid #808080;*/
  background: #d7d7d7;
}

.quiz_content .progress-wrapper .progress {/*background: #0094ff;*/
  background: #43762c;
  margin: 0;
  padding: 5px 0 0 0;
  height: 20px;
  color: #fff;
  text-align: right;
  font-size: .9em;
  overflow: hidden;
}

.width-4 span, .width-5 span, .width-6 span, .width-7 span, .width-8 span, .width-9 span, .width-10 span, .width-11 span {
  display: none;
}

.main_content .poll-answers {
  width: 70%;
  padding-left: 0px;
}

.quiz_content .poll-answers .progress-wrapper {
  background: #eae6e3;
}

.quiz_content .poll-answers .progress-wrapper .progress {
  background: #3059b3;
}

.poll-answers .title {
  font-family: Georgia,"Times New Roman",Times,serif;
  color: #404040;
  margin: 0 0 0.3em 0;
}

.quiz_content .intro_text {
  /*text-align: center;*/
}

.answer-tip, .answer-fact, .answer-response {
  line-height: 1.4em;
  margin-bottom: 2em;
}

.answer-response {
  margin-top: 1em;
  font-size: 1.143em;
}

.see-quiz-results .question-answer {
  font-size: 1.143em;
}

.question-answer, .answer-response {
  line-height: 1.4em;
}

.answer-tip, .answer-fact {
  border-radius: 3px;
  padding: 13px;
}

.answer-tip {
  border: 1px solid #b1d99d;
  background: #D2F0C3;
  background: -moz-linear-gradient(top,rgba(238,254,230,1) 0%,rgba(210,240,195,1) 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(238,254,230,1)),color-stop(100%,rgba(210,240,195,1)));
  background: -webkit-linear-gradient(top,rgba(238,254,230,1) 0%,rgba(210,240,195,1) 100%);
  background: -o-linear-gradient(top,rgba(238,254,230,1) 0%,rgba(210,240,195,1) 100%);
  background: -ms-linear-gradient(top,rgba(238,254,230,1) 0%,rgba(210,240,195,1) 100%);
  background: linear-gradient(to bottom,rgba(238,254,230,1) 0%,rgba(210,240,195,1) 100%);
}

.answer-fact {
  border: 1px solid #9DC1D9;
  background: #D3F6FC;
  background: -moz-linear-gradient(top,rgba(237,251,255,1) 0%,rgba(212,247,253,1) 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(237,251,255,1)),color-stop(100%,rgba(212,247,253,1)));
  background: -webkit-linear-gradient(top,rgba(237,251,255,1) 0%,rgba(212,247,253,1) 100%);
  background: -o-linear-gradient(top,rgba(237,251,255,1) 0%,rgba(212,247,253,1) 100%);
  background: -ms-linear-gradient(top,rgba(237,251,255,1) 0%,rgba(212,247,253,1) 100%);
  background: linear-gradient(to bottom,rgba(237,251,255,1) 0%,rgba(212,247,253,1) 100%);
}

.answer-tip div, .answer-tip h3, .answer-tip {
  color: #244913;
  clear: both;
}

.answer-fact div, .answer-fact h3, .answer-fact {
  color: #241349;
  clear: both;
}

.answer-tip p, .answer-tip li, .answer-fact p, .answer-fact li {
  font-size: 1.143em;
}

.answer-tip p:last-child, .answer-fact p:last-child {
  margin: 0;
}

.answer-tip h3, .answer-fact h3 {
  padding: 0 0px 0 28px;
  float: left;
  clear: both;
  margin: 0 0 .5em 0;
  font-size: 1.286em;
  line-height: 130%;
}

.answer-tip h3 {
  background: url(../images/quiz/healthy-tip.png) no-repeat top left;
}

.answer-fact h3 {
  background: url(../images/quiz/fact-icon.png) no-repeat top left;
}

.question-categories {
  line-height: 1.4em;
}

.main_content .question-categories ul, .main_content .answer-response ul {
  margin-bottom: 1em;
  margin-top: 1em;
}

.main_content .answer-response ul>li {
  margin-bottom: 0.7em;
}

.quiz-results-box .question-categories ul {
  margin-bottom: 2em;
}

.quiz-intro-box {
  /*text-align: center;*/
  background: url(../images/quiz/bg-welcome-2.jpg) left top #7F2215;
  border-top: none!important;
  min-height: 400px;
}

.quiz-intro-box h2 {
  color: #FFF;
  font-size: 5em;
  font-weight: bold;
  margin: .3em 0 .3em 0!important;
  text-shadow: 0px 0px 8px #000;
}

.quiz-intro-box p, .quiz-results-box-header p {
  text-shadow: 0px 0px 8px #000;
  font-size: 1.143em;
}

h2.question, h2.question-answer {
  font-weight: bold!important;
}

.quiz-intro-box p, .quiz-results-box-header p {
  width: 70%;
  margin: 0px auto 2em auto;
  color: #FFF;
  /*text-align: center;*/
  font-weight: bold;
}

.translate.button {
  float: right;
  margin-top: -40px;
  margin-right: 5px;
}

.main_content .quiz-intro-box .button {
  float: none;
  margin: 0 auto;
  width: 100px;
}

.quiz-question-box {
  background: url(../images/quiz/quiz-top.jpg) no-repeat top left #FFF;
  padding: 48px 0 0px 0!important;
  width: 100%;
  *width: 94%;/* IE 6-7 */
  border-top: none!important;
}

.quiz-question-box-inner {
  padding: 26px 3.79403% 52px 3.79403%;
  background: url(../images/quiz/bg-running-couple.jpg) no-repeat right bottom;
  position: relative;
}

.quiz-question-box-inner .error-box {
  display: block;
  border-radius: 3px;
}

/* bottom background images */
.question-10 .quiz-question-box-inner {background: url(../images/quiz/background/question10.jpg) no-repeat right bottom;}
.question-11 .quiz-question-box-inner {background: url(../images/quiz/background/question11.jpg) no-repeat right bottom;}
.question-12 .quiz-question-box-inner {background: url(../images/quiz/background/question12.jpg) no-repeat right bottom;}
.question-13 .quiz-question-box-inner {background: url(../images/quiz/background/question13.jpg) no-repeat right bottom;}
.question-14 .quiz-question-box-inner {background: url(../images/quiz/background/question14.jpg) no-repeat right bottom;}
.question-15 .quiz-question-box-inner {background: url(../images/quiz/background/question15.jpg) no-repeat right bottom;}
.question-16 .quiz-question-box-inner {background: url(../images/quiz/background/question16.jpg) no-repeat right bottom;}
.question-17 .quiz-question-box-inner {background: url(../images/quiz/background/question17.jpg) no-repeat right bottom;}
.question-18 .quiz-question-box-inner {background: url(../images/quiz/background/question18.jpg) no-repeat right bottom;}
.question-19 .quiz-question-box-inner {background: url(../images/quiz/background/question19.jpg) no-repeat right bottom;}
.question-20 .quiz-question-box-inner {background: url(../images/quiz/background/question20.jpg) no-repeat right bottom;}
.question-21 .quiz-question-box-inner {background: url(../images/quiz/background/question21.jpg) no-repeat right bottom;}
.question-22 .quiz-question-box-inner {background: url(../images/quiz/background/question22.jpg) no-repeat right bottom;}
.question-23 .quiz-question-box-inner {background: url(../images/quiz/background/question23.jpg) no-repeat right bottom;}
.question-24 .quiz-question-box-inner {background: url(../images/quiz/background/question24.jpg) no-repeat right bottom;}
.question-25 .quiz-question-box-inner {background: url(../images/quiz/background/question25.jpg) no-repeat right bottom;}
.question-26 .quiz-question-box-inner {background: url(../images/quiz/background/question26.jpg) no-repeat right bottom;}
.question-27 .quiz-question-box-inner {background: url(../images/quiz/background/question27.jpg) no-repeat right bottom;}
.question-28 .quiz-question-box-inner {background: url(../images/quiz/background/question28.jpg) no-repeat right bottom;}
.question-29 .quiz-question-box-inner {background: url(../images/quiz/background/question29.jpg) no-repeat right bottom;}
.question-30 .quiz-question-box-inner {background: url(../images/quiz/background/question30.jpg) no-repeat right bottom;}
.question-31 .quiz-question-box-inner {background: url(../images/quiz/background/question31.jpg) no-repeat right bottom;}
.question-32 .quiz-question-box-inner {background: url(../images/quiz/background/question32.jpg) no-repeat right bottom;}
.question-33 .quiz-question-box-inner {background: url(../images/quiz/background/question33.jpg) no-repeat right bottom;}
.question-34 .quiz-question-box-inner {background: url(../images/quiz/background/question34.jpg) no-repeat right bottom;}
.question-35 .quiz-question-box-inner {background: url(../images/quiz/background/question35.jpg) no-repeat right bottom;}
.question-36 .quiz-question-box-inner {background: url(../images/quiz/background/question36.jpg) no-repeat right bottom;}
.question-37 .quiz-question-box-inner {background: url(../images/quiz/background/question37.jpg) no-repeat right bottom;}
.question-38 .quiz-question-box-inner {background: url(../images/quiz/background/question38.jpg) no-repeat right bottom;}
.question-39 .quiz-question-box-inner {background: url(../images/quiz/background/question39.jpg) no-repeat right bottom;}
.question-40 .quiz-question-box-inner {background: url(../images/quiz/background/question40.jpg) no-repeat right bottom;}
.question-41 .quiz-question-box-inner {background: url(../images/quiz/background/question41.jpg) no-repeat right bottom;}
.question-42 .quiz-question-box-inner {background: url(../images/quiz/background/question42.png) no-repeat right bottom;}
.question-43 .quiz-question-box-inner {background: url(../images/quiz/background/question43.jpg) no-repeat right bottom;}
.question-44 .quiz-question-box-inner {background: url(../images/quiz/background/question44.jpg) no-repeat right bottom;}
.question-45 .quiz-question-box-inner {background: url(../images/quiz/background/question45.jpg) no-repeat right bottom;}
.question-46 .quiz-question-box-inner {background: url(../images/quiz/background/question46.jpg) no-repeat right bottom;}
.question-47 .quiz-question-box-inner {background: url(../images/quiz/background/question47.jpg) no-repeat right bottom;}
.question-48 .quiz-question-box-inner {background: url(../images/quiz/background/question48.png) no-repeat right bottom;}
.question-49 .quiz-question-box-inner {background: url(../images/quiz/background/question49.jpg) no-repeat right bottom;}
.question-50 .quiz-question-box-inner {background: url(../images/quiz/background/question50.jpg) no-repeat right bottom;}
.question-51 .quiz-question-box-inner {background: url(../images/quiz/background/question51.jpg) no-repeat right bottom;}
.question-52 .quiz-question-box-inner {background: url(../images/quiz/background/question52.jpg) no-repeat right bottom;}
.question-53 .quiz-question-box-inner {background: url(../images/quiz/background/question53.jpg) no-repeat right bottom;}
.question-54 .quiz-question-box-inner {background: url(../images/quiz/background/question54.jpg) no-repeat right bottom;}
.question-55 .quiz-question-box-inner {background: url(../images/quiz/background/question55.jpg) no-repeat right bottom;}
.question-56 .quiz-question-box-inner {background: url(../images/quiz/background/question69.jpg) no-repeat right bottom;}
.question-57 .quiz-question-box-inner {background: url(../images/quiz/background/question57.jpg) no-repeat right bottom;}
.question-58 .quiz-question-box-inner {background: url(../images/quiz/background/question58.jpg) no-repeat right bottom;}
.question-59 .quiz-question-box-inner {background: url(../images/quiz/background/question59.jpg) no-repeat right bottom;}
.question-60 .quiz-question-box-inner {background: url(../images/quiz/background/question65.jpg) no-repeat right bottom;}
.question-61 .quiz-question-box-inner {background: url(../images/quiz/background/question61.jpg) no-repeat right bottom;}
.question-62 .quiz-question-box-inner {background: url(../images/quiz/background/question53.jpg) no-repeat right bottom;}
.question-63 .quiz-question-box-inner {background: url(../images/quiz/background/question57.jpg) no-repeat right bottom;}
.question-64 .quiz-question-box-inner {background: url(../images/quiz/background/question59.jpg) no-repeat right bottom;}
.question-65 .quiz-question-box-inner {background: url(../images/quiz/background/question65.jpg) no-repeat right bottom;}
.question-66 .quiz-question-box-inner {background: url(../images/quiz/background/question61.jpg) no-repeat right bottom;}
.question-67 .quiz-question-box-inner {background: url(../images/quiz/background/question70.jpg) no-repeat right bottom;}
.question-68 .quiz-question-box-inner {background: url(../images/quiz/background/question71.jpg) no-repeat right bottom;}
.question-69 .quiz-question-box-inner {background: url(../images/quiz/background/question69.jpg) no-repeat right bottom;}
.question-70 .quiz-question-box-inner {background: url(../images/quiz/background/question70.jpg) no-repeat right bottom;}
.question-71 .quiz-question-box-inner {background: url(../images/quiz/background/question71.jpg) no-repeat right bottom;}
.question-72 .quiz-question-box-inner {background: url(../images/quiz/background/question58.jpg) no-repeat right bottom;}

.quiz-question-box-inner label {
  font-size: 1.429em;
  font-family: Georgia,"Times New Roman",Times,serif;
}

.main_content .quiz-question-box-inner input.button {
  padding-right: 30px;
  font-size: 1.286em;
  background: url(/images/button-pointer.png) no-repeat 90% 11px,linear-gradient(to bottom,#ffffff 0%,#ffffff 49%,#ededed 50%,#ededed 100%);/* W3C */;
}

.main_content .quiz-question-box-inner input.button:hover {
  background: url(/images/button-pointer.png) no-repeat 90% -78px,linear-gradient(to bottom,#3059b3 0%,#3059b3 50%,#2e49aa 51%,#2e49aa 100%);
}

.quiz-question-box-inner:not(#foo) ul.answers input[type='radio'], .quiz-question-box-inner:not(#foo) ul.answers input[type='checkbox'] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 46px;
  height: 46px;
  margin: 0;
  position: absolute;
  left: 4px;
  top: 0px;
  cursor: pointer;
}

.quiz-question-box-inner:not(#foo) ul.answers input[type='radio']+label, .quiz-question-box-inner:not(#foo) ul.answers input[type='checkbox']+label {
  cursor: pointer;
  padding: 13px 0 12px 54px;
  display: block;
  line-height: 120%;
  background: url(../images/quiz/radio-button-empty.gif) no-repeat left center;
}

.quiz-question-box-inner:not(#foo) ul.answers input[type='radio']:hover+label, .quiz-question-box-inner:not(#foo) ul.answers input[type='checkbox']:hover+label, .quiz-question-box-inner:not(#foo) ul.answers input[type='radio']:focus+label, .quiz-question-box-inner:not(#foo) ul.answers input[type='checkbox']:focus+label, .quiz-question-box-inner:not(#foo) ul.answers input[type='radio']+label:hover, .quiz-question-box-inner:not(#foo) ul.answers input[type='checkbox']+label:hover, .quiz-question-box-inner:not(#foo) ul.answers input[type='radio']+label:focus, .quiz-question-box-inner:not(#foo) ul.answers input[type='checkbox']+label:focus {
  background: url(../images/quiz/radio-button-empty-hover.gif) no-repeat left center;
}

.quiz-question-box-inner:not(#foo) ul.answers input[type='radio']:checked+label, .quiz-question-box-inner:not(#foo) ul.answers input[type='checkbox']:checked+label {
  background: url(../images/quiz/radio-button-checked.gif) no-repeat left center;
}

.quiz-question-box-inner:not(#foo) ul.answers input[type='radio']:checked:hover+label, .quiz-question-box-inner:not(#foo) ul.answers input[type='checkbox']:checked:hover+label, .quiz-question-box-inner:not(#foo) ul.answers input[type='radio']:checked+label:hover, .quiz-question-box-inner:not(#foo) ul.answers input[type='checkbox']:checked+label:hover {
  background: url(../images/quiz/radio-button-checked-focus.gif) no-repeat left center;
}

.quiz-question-box-inner:not(#foo) ul.answers input[type='radio']:checked+label:focus, .quiz-question-box-inner:not(#foo) ul.answers input[type='checkbox']:checked+label:focus, .quiz-question-box-inner:not(#foo) ul.answers input[type='radio']:checked:focus+label, .quiz-question-box-inner:not(#foo) ul.answers input[type='checkbox']:checked:focus+label {
  background: url(../images/quiz/radio-button-checked-focus.gif) no-repeat left center;
}

.superlative {
  color: #3b8d05;
  font-size: 1.250em;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-weight: bold;
  display: block;
  margin: 0 0 .5em 0;
}

.wrong-answer .superlative {
  color: #C31010;
}

.main_content .button.SeeResult {
  float: right;
  background: url(../images/ie/button-bg-no-arrow.png) repeat-x left center;
  padding: 6px 20px 6px 20px;
  width: 90px;
  text-align: center;
  margin-left: 30px;
  margin-bottom: 2em;
}

.main_content .quiz-results-box-header .button.retake-quiz {
  float: right;
  background: url(../images/ie/button-bg-no-arrow.png) repeat-x left center;
  padding: 6px 20px 6px 20px;
  text-align: center;
  clear: none;
  margin-bottom: 1em;
  margin-left: 8px;
}

.main_content .button.retake-quiz:hover, .main_content .button.SeeResult:hover {
  background: url(../images/ie/button-bg-no-arrow-hover.png) repeat-x left center;
}

.main_content .button.extra-bookmark {
  background: url(../images/ie/button-bg-no-arrow.png) repeat-x left center;
  margin-bottom: 20px;
  padding-right: 20px;
}

.main_content .button.extra-bookmark:hover {
  background: url(../images/ie/button-bg-no-arrow-hover.png) repeat-x left center;
  margin-bottom: 20px;
}

.quiz-results-box {
  padding: 0px 0 0px 0!important;
  border-top: none!important;
}

.quiz-results-box-header {
  background: url(../images/quiz/bg-welcome-2.jpg) left top #7F2215;
  padding: 1.6em 0 0 0;
}

.quiz-results-box-header h2 {
  color: #FFF;
  font-size: 4em;
  font-weight: bold;
  margin: 0em 0 .3em 0!important;
  text-shadow: 0px 0px 8px #000;
  text-align: center;
  clear: both;
  padding: 0px 0 0 0;
}

.quiz-results-box-header .share-result {
  background: #ddd;
  background: rgba(240,238,238,0.8);
  padding: 14px 3.79403% 14px 3.79403%;
}

.quiz-results-box-header .share-result h3 {
  font-size: 2.000em;
  padding: 0px;
  margin: 0px 0 6px 0;
}

.share-result .at300b {
  margin-right: 4px;
}

.quiz-results-box-inner {
  padding: 26px 3.79403% 26px 3.79403%;
}

.quiz-question-box-inner-inner {
  width: 70%;
}

/* Specific widths for quizzes */
.question-86 .quiz-question-box-inner-inner {
  width: 55%;
}
.question-80 .quiz-question-box-inner-inner,
.question-84 .quiz-question-box-inner-inner,
.question-118 .quiz-question-box-inner-inner {
  width: 60%;
}
.question-87 .quiz-question-box-inner {
  padding-bottom: 120px;
}

.question-categories h2 {
  font-size: 1.714em;
  margin-bottom: 0.2em;
}

.you-selected {
  margin-bottom: 0;
  font-size: 1.429em;
  font-family: Georgia,"Times New Roman",Times,serif;
  padding: 13px 0 12px 54px;
  display: block;
  line-height: 120%;
  background: url(../images/quiz/radio-button-checked.gif) no-repeat left center;
}

.wrong-answer .you-selected {
  background: url(../images/quiz/radio-button-bg-wrong.gif) no-repeat left center;
}

.main_content ul.poll-answers>li {
  padding-left: 0px;
  background: none;
  list-style-type: none;
}

.next-button {
  width: 105px;/*position:absolute; top:50px; right:3.79403%;*/;
}

.next-button .button {
  float: none;
  margin: 0 0 .8em 0;
}

.change-answer {
  text-align: left;
  font-size: 0.857em;
}

.quiz-question-box-inner .other-text {
  border: 1px solid #c3c3c3;
  line-height: 100%;
  width: 86%;
  padding: 8px 3%;
  font-size: 1.071em;
  box-shadow: -2px 2px 4px #BBB;
  border-radius: 3px;
  margin-left: 4px;
  position: relative;
  top: -45px;
  left: 123px;
  width: 50%;
}

.quiz-question-box-inner .other-text:hover, .quiz-question-box-inner .other-text:focus, .quiz-question-box-inner .other-text:active {
  border: 1px solid #3c599c;
  outline: none;
}

.quiz-results-title {
  position: relative;
}

.quiz-results-title .print-this {
  position: absolute;
  top: 24px;
  right: 3.79403%;
}

.share-result-buttons {
  float: left;
}

.main_content .button.button-next {
  font-size: 1.286em;
}

.quizWrapper, .quizGroupWrapper {
  background: #FFF;
  border-top: 0px solid #cdd9e5;
  padding: 26px 3.79403% 0 3.79403%;
  clear: both;
  margin: 0 0 1.6em 0;
  background: url(../images/quiz/bg-welcome-2.jpg) left top #7F2215;
}

.quizWrapper p, .quizGroupWrapper p {
  line-height: 1.4em;
  color: #FFF;
  width: 70%;
  float: left;
  margin: 0px;
}

.quizWrapper h2, .quizGroupWrapper h2 {
  text-shadow: 0px 0px 8px #000;
  color: #FFF;
  font-size: 1.714em;
  font-weight: bold;
  margin-bottom: .5em;
}

.quizWrapper .button, .quizGroupWrapper .button {
  float: right;
  clear: none;
}

.main_content .quiz-intro-box .get_started {
  width: 200px;
  font-size: 1.5em;
}

.extra-bookmark span {
  display: none;
}

#colorbox.top-close {
  overflow: visible;
}

#colorbox.top-close #cboxClose {
  width: 35px;
  height: 35px;
  background: transparent url(/images/fancybox_sprite.png) no-repeat;
  overflow: hidden;
  position: absolute;
  top: -25px;
  right: 10px;
  bottom: auto;
  float: none!important;
}

.quiz_group_quizzes:before, .quiz_group_quizzes:after { content: " "; display: table; }
.quiz_group_quizzes:after { clear: both; }
.quiz_group_quizzes { *zoom: 1; }

.quiz_group_quizzes {
  background: #9CB690;
  background: rgba(0,0,0,.25);
  clear: both;
  margin: 7em 0 0;
  padding: .85em 1em;
}

@media screen and (max-width:800px) {
  .quiz_group_quizzes {
    margin-top: 5em;
    background: transparent;
  }
}

@media screen and (min-width:800px) {
  .quiz_group_quizzes {
    margin-top: 7em;
  }
}


/* Quiz Intros
------------------- */
.quiz-intro-box h2 {
  font-size: 4em;
}

.quiz-intro-box p {
  max-width: 65%;
}

/* Quiz Group 1
------------------- */
.quiz-group-1, .quiz-group-2 {
  background-color: #D0F3C0;
  background-image: url("/images/quiz/quiz-1-bg-border.png"),url("/images/quiz/quiz-pattern-bg.png");
  background-position: bottom right,top left;
  background-repeat: no-repeat,repeat;/* IE 6-8 */
  background: url("/images/quiz/quiz-1-bg.png") no-repeat 100% 100% #D0F3C0\9;/* IE 6-8 */
  border-top: 5px solid #9CB690;
  border-top: 5px solid rgba(0,0,0,.25);
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width:800px) {
  .quiz-group-1, .quiz-group-2 {
    background-image: url("/images/quiz/quiz-1-bg.png"),url("/images/quiz/quiz-pattern-bg.png");
  }
}

.quiz-group-1 h2,
.quiz-group-2 h2,
.quiz-group-1 p,
.quiz-group-2 p {
  color: #000;
  text-shadow: none;
  margin-left: 3.79403%;
  margin-right: 3.79403%;
}


.quiz-group-1 .quiz_group_quizzes,
.quiz-group-2 .quiz_group_quizzes {
  margin-bottom: 0;
}

@media screen and (max-width:800px) {
  .quiz-group-1 .quiz_group_quizzes,
  .quiz-group-2 .quiz_group_quizzes {
    margin-bottom: 1em;
  }
}

.quiz-group-1 .quiz_group_quizzes a,
.quiz-group-2 .quiz_group_quizzes a {
  display: block;
  float: left;
  margin-bottom: 0;
  min-width: 14%;
  max-width: 20%;
  margin-right: 1.5%;
  text-align: center;
}

@media screen and (max-width:800px) {
  .quiz-group-1 .quiz_group_quizzes a,
  .quiz-group-2 .quiz_group_quizzes a {
    float: none;
    max-width: 35%;
    margin-bottom: 1em;
  }
}

@media screen and (min-width:800px) and (max-width:950px) {
  .quiz-group-1 .quiz_group_quizzes a,
  .quiz-group-2 .quiz_group_quizzes a {
    min-width: inherit;
    max-width: 14%;
  }
}


/* Quiz 3 - English
   Quiz 13 - Spanish
------------------- */
.quiz-3 .IntroText h2,
.quiz-13 .IntroText h2,
.quiz-3 .IntroText p,
.quiz-13 .IntroText p {
  text-align: left;
  margin: 1em 5% .5em!important;
  max-width: 90%;
  width: inherit;
}

.quizWrapper.quiz-3 p,
.quizWrapper.quiz-13 p {
  color: #fff;
  width: 60%;
  float: left;
  padding-bottom: 1em;
}

.quizWrapper.quiz-3 .button,
.quizWrapper.quiz-13 .button {
  margin-top: .5em;
  margin-right: 1em;
}

.main_content .quiz-intro-box.quiz-3 .button,
.main_content .quiz-intro-box.quiz-13 .button {
  margin: 3em 5% 2em;
}

@media screen and (min-width:950px) {
  .quiz-3 .IntroText h2,
  .quiz-13 .IntroText h2,
  .quiz-3 .IntroText p,
  .quiz-13 .IntroText p {
    margin: 1em 15% .5em!important;
    max-width: 90%;
  }
  .main_content .quiz-intro-box.quiz-3 .button,
  .main_content .quiz-intro-box.quiz-13 .button {
    margin: 3em 15% 2em;
  }
}

/* Quiz 5 - English
   Quiz 14 - Spanish
------------------- */
.quiz-intro-box.quiz-5,
.quiz-intro-box.quiz-14 {
  background-color: #D0F3C0;
  background-image: url("/images/quiz/quiz-5-bg-border.png"),url("/images/quiz/quiz-pattern-bg.png");
  background-position: bottom right,top left;
  background-repeat: no-repeat,repeat;/* IE 6-8 */
  background: url("/images/quiz/quiz-5-bg-border.png") no-repeat bottom right #D0F3C0\9;/* IE 6-8 */
  border-top: 5px solid #9CB690;
  border-top: 5px solid rgba(0,0,0,.25);
}

@media screen and (max-width:800px) {
  .quiz-intro-box.quiz-5,
  .quiz-intro-box.quiz-14 {
    background-image: url("/images/quiz/quiz-5-bg-border.png"),url("/images/quiz/quiz-pattern-bg.png");
    background-size: 130% auto,auto;
  }
}

.quiz-intro-box.quiz-5 .IntroText h2,
.quiz-intro-box.quiz-14 .IntroText h2,
.quiz-intro-box.quiz-5 .IntroText p,
.quiz-intro-box.quiz-14 .IntroText p {
  text-align: left;
  margin: 0 0 2em;
  color: #000;
  text-shadow: none;
}

.quiz-intro-box.quiz-14 .IntroText h2 {
  font-size: 3em;
}

.main_content .quiz-5 .button,
.main_content .quiz-14 .button {
  margin: 0 0 2em;
}

.quiz-results-box .quiz-results-box-header.quiz-5,
.quiz-results-box .quiz-results-box-header.quiz-14 {
  background: url("/images/quiz/quiz-pattern-bg.png") repeat #D0F3C0;
}

.quiz-results-box .quiz-results-box-header.quiz-5 h2,
.quiz-results-box .quiz-results-box-header.quiz-14 h2,
.quiz-results-box .quiz-results-box-header.quiz-5 p,
.quiz-results-box .quiz-results-box-header.quiz-14 p {
  color: #000;
  text-shadow: none;
}

.quiz-results-box .quiz-results-box-header.quiz-5 .share-result,
.quiz-results-box .quiz-results-box-header.quiz-14 .share-result {
  background: rgba(240,238,238,0.5);
}

.quiz-question-box.quiz-5,
.quiz-question-box.quiz-14 {
  background: url(../images/quiz/quiz-top-2.png) no-repeat top left #FFF;
}

/* Quiz 10 - English
   Quiz 15 - Spanish
------------------- */
.quiz-intro-box.quiz-10,
.quiz-intro-box.quiz-15 {
  background-color: #D0F3C0;
  background-image: url("/images/quiz/quiz-10-bg-border.png"),url("/images/quiz/quiz-pattern-bg.png");
  background-position: bottom right,top left;
  background-repeat: no-repeat,repeat;/* IE 6-8 */
  background: url("/images/quiz/quiz-10-bg-border.png") no-repeat bottom right #D0F3C0\9;/* IE 6-8 */
  border-top: 5px solid #9CB690;
  border-top: 5px solid rgba(0,0,0,.25);
}

@media screen and (max-width:800px) {
  .quiz-intro-box.quiz-10,
  .quiz-intro-box.quiz-15 {
    background-image: url("/images/quiz/quiz-10-bg-border.png"),url("/images/quiz/quiz-pattern-bg.png");
    background-size: 130% auto,auto;
  }
}

.quiz-intro-box.quiz-10 .IntroText h2,
.quiz-intro-box.quiz-15 .IntroText h2,
.quiz-intro-box.quiz-10 .IntroText p,
.quiz-intro-box.quiz-15 .IntroText p {
  text-align: left;
  margin: 0 0 2em;
  color: #000;
  text-shadow: none;
}

.main_content .quiz-10 .button,
.main_content .quiz-15 .button {
  margin: 0 0 2em;
}

.quiz-results-box .quiz-results-box-header.quiz-10,
.quiz-results-box .quiz-results-box-header.quiz-15 {
  background: url("/images/quiz/quiz-pattern-bg.png") repeat #D0F3C0;
}

.quiz-results-box .quiz-results-box-header.quiz-10 h2,
.quiz-results-box .quiz-results-box-header.quiz-15 h2,
.quiz-results-box .quiz-results-box-header.quiz-10 p,
.quiz-results-box .quiz-results-box-header.quiz-15 p {
  color: #000;
  text-shadow: none;
}

.quiz-results-box .quiz-results-box-header.quiz-10 .share-result,
.quiz-results-box .quiz-results-box-header.quiz-15 .share-result {
  background: rgba(240,238,238,0.5);
}

.quiz-question-box.quiz-10,
.quiz-question-box.quiz-15 {
  background: url(../images/quiz/quiz-top-2.png) no-repeat top left #FFF;
}

/* Quiz 11 - English
   Quiz 16 - Spanish
------------------- */
.quiz-intro-box.quiz-11,
.quiz-intro-box.quiz-16 {
  background-color: #D0F3C0;
  background-image: url("/images/quiz/quiz-11-bg-border.png"),url("/images/quiz/quiz-pattern-bg.png");
  background-position: bottom right,top left;
  background-repeat: no-repeat,repeat;/* IE 6-8 */
  background: url("/images/quiz/quiz-11-bg-border.png") no-repeat bottom right #D0F3C0\9;/* IE 6-8 */
  border-top: 5px solid #9CB690;
  border-top: 5px solid rgba(0,0,0,.25);
}

@media screen and (max-width:800px) {
  .quiz-intro-box.quiz-11,
  .quiz-intro-box.quiz-16 {
    background-image: url("/images/quiz/quiz-11-bg-border.png"),url("/images/quiz/quiz-pattern-bg.png");
    background-size: 130% auto,auto;
  }
}

.quiz-intro-box.quiz-11 .IntroText h2,
.quiz-intro-box.quiz-16 .IntroText h2,
.quiz-intro-box.quiz-11 .IntroText p,
.quiz-intro-box.quiz-16 .IntroText p {
  text-align: left;
  margin: 0 0 2em;
  color: #000;
  text-shadow: none;
}

.main_content .quiz-11 .button,
.main_content .quiz-16 .button {
  margin: 0 0 2em;
}

.quiz-results-box .quiz-results-box-header.quiz-11,
.quiz-results-box .quiz-results-box-header.quiz-16 {
  background: url("/images/quiz/quiz-pattern-bg.png") repeat #D0F3C0;
}

.quiz-results-box .quiz-results-box-header.quiz-11 h2,
.quiz-results-box .quiz-results-box-header.quiz-16 h2,
.quiz-results-box .quiz-results-box-header.quiz-11 p,
.quiz-results-box .quiz-results-box-header.quiz-16 p {
  color: #000;
  text-shadow: none;
}

.quiz-results-box .quiz-results-box-header.quiz-11 .share-result,
.quiz-results-box .quiz-results-box-header.quiz-16 .share-result {
  background: rgba(240,238,238,0.5);
}

.quiz-question-box.quiz-11,
.quiz-question-box.quiz-16 {
  background: url(../images/quiz/quiz-top-2.png) no-repeat top left #FFF;
}

/* Quiz 12 - English
   Quiz 17 - Spanish
------------------- */
.quiz-intro-box.quiz-12,
.quiz-intro-box.quiz-17 {
  background-color: #D0F3C0;
  background-image: url("/images/quiz/quiz-12-bg-border.png"),url("/images/quiz/quiz-pattern-bg.png");
  background-position: bottom right,top left;
  background-repeat: no-repeat,repeat;/* IE 6-8 */
  background: url("/images/quiz/quiz-12-bg-border.png") no-repeat bottom right #D0F3C0\9;/* IE 6-8 */
  border-top: 5px solid #9CB690;
  border-top: 5px solid rgba(0,0,0,.25);
}

@media screen and (max-width:800px) {
  .quiz-intro-box.quiz-12,
  .quiz-intro-box.quiz-17 {
    background-image: url("/images/quiz/quiz-12-bg-border.png"),url("/images/quiz/quiz-pattern-bg.png");
    background-size: 130% auto,auto;
  }
}

.quiz-intro-box.quiz-12 .IntroText h2,
.quiz-intro-box.quiz-17 .IntroText h2,
.quiz-intro-box.quiz-12 .IntroText p,
.quiz-intro-box.quiz-17 .IntroText p {
  text-align: left;
  margin: 0 0 2em;
  color: #000;
  text-shadow: none;
}

.main_content .quiz-12 .button,
.main_content .quiz-17 .button {
  margin: 0 0 2em;
}

.quiz-results-box .quiz-results-box-header.quiz-12,
.quiz-results-box .quiz-results-box-header.quiz-17 {
  background: url("/images/quiz/quiz-pattern-bg.png") repeat #D0F3C0;
}

.quiz-results-box .quiz-results-box-header.quiz-12 h2,
.quiz-results-box .quiz-results-box-header.quiz-17 h2,
.quiz-results-box .quiz-results-box-header.quiz-12 p,
.quiz-results-box .quiz-results-box-header.quiz-17 p {
  color: #000;
  text-shadow: none;
}

.quiz-results-box .quiz-results-box-header.quiz-12 .share-result,
.quiz-results-box .quiz-results-box-header.quiz-17 .share-result {
  background: rgba(240,238,238,0.5);
}

.quiz-question-box.quiz-12,
.quiz-question-box.quiz-17 {
  background: url(../images/quiz/quiz-top-2.png) no-repeat top left #FFF;
}



.box-left-healthtopic.quizWrapper, .box-right-healthtopic.quizGroupWrapper {
  clear: none;
  padding-left: 0;
  padding-right: 0;
}
.box-left-healthtopic.quizWrapper h2, .box-left-healthtopic.quizWrapper p {
  margin-left: 3.79403%;
  margin-right: 3.79403%;
}
.box-left-healthtopic a.button {
  float:left;
}
.box-right-healthtopic .quiz_group_quizzes {
  background: none;
  padding: .85em 1em;
}
.box-right-healthtopic .quiz-group-1,
.box-right-healthtopic .quiz-group-2 {
  background-image: url("/images/quiz/quiz-1-bg-border.png"),url("/images/quiz/quiz-pattern-bg.png");
}
.box-right-healthtopic .quiz_group_quizzes {
  margin-bottom: 1em;
}
.box-right-healthtopic .quiz_group_quizzes a {
  float: none;
  max-width: 38%;
  margin-bottom: 1em;
}


.child_items .quizWrapper, .child_items .quizGroupWrapper {
  width: 48.7771739%;
  background: #fff;
  border-top: none;
  padding-top: 0;
}
.main_content .translate {
  margin-top: -40px!important;
  margin-right: 5px!important;
}

@media screen and (max-width:800px) {
  .child_items .quizWrapper, .child_items .quizGroupWrapper {
    width: 100%;
  }
}

.child_items .quiz-box {
  background: transparent;
  border-top: 5px solid #cdd9e5;
  margin-top: 0;
  padding: 26px 7.242339%;
}

@media screen and (max-width:800px) {
  .child_items .quiz-box {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.child_items .quiz-3,
.child_items .quiz-13 {
  background: url("/images/quiz/vegetables.jpg") no-repeat 96% 98% #fff;
}

.child_items .quiz-group-1,
.child_items .quiz-group-2 {
  background: url("/images/quiz/parenting.jpg") no-repeat 96% 100% #fff;
}

.child_items .quiz-3 .quiz-box,
.child_items .quiz-13 .quiz-box {
  margin-bottom: 8px;
}

.child_items .quiz-3 p,
.child_items .quiz-13 p {
  color: #000;
}

.child_items .quiz-3 .button,
.child_items .quiz-13 .button {
  margin-top: 16px;
}

.child_items .quiz-box h2 {
  color: #404040;
  font-size: 1.429em;
  margin: 0 0 .8em 0;
  line-height: 1.2em;
  font-weight: 400;
  text-shadow: none;
}

.child_items .quiz-box p {
  margin: 0;
  width: 100%;
}

.child_items .quiz_group_quizzes {
  margin-top: 1em;
  padding: 0;
}


/* Everyday Healthy Living for Older Adults
  quiz-19 - English
  quiz-20 - Spanish
*/

.quiz-19.quiz-intro-box,
.quiz-20.quiz-intro-box {
  background: url("/images/quiz/quiz-19-bg-photo.png") no-repeat 95% bottom #fffab9;
  background: url("/images/quiz/quiz-19-bg-photo.png") no-repeat 95% bottom, url("/images/quiz/quiz-19-bg-pattern.png") no-repeat left top;
}

@media screen and (max-width:700px) {
  .quiz-19.quiz-intro-box,
  .quiz-20.quiz-intro-box {
    background-size: 18em, cover;
  }
}

.quiz-19.quiz-intro-box h2,
.quiz-20.quiz-intro-box h2 {
  color: #000;
  text-shadow: none;
}

.quiz-20.quiz-intro-box h2 {
  font-size: 3em;
}

.quiz-19.quiz-intro-box p,
.quiz-20.quiz-intro-box p {
  margin: 0 0 2em;
  color: #000;
  text-shadow: none;
}

.quiz-19.quiz-intro-box .get_started,
.quiz-20.quiz-intro-box .get_started {
  margin: 0;
  width: 150px;
}

.quiz-19.quiz-question-box,
.quiz-20.quiz-question-box {
  background-image: url("/images/quiz/quiz-19-bg-pattern-top.png")!important;
}

.quiz-19.quiz-results-box-header,
.quiz-20.quiz-results-box-header {
  background-color: #fffab9;
  background-image: url("/images/quiz/quiz-19-bg-pattern.png");
}

.quiz-19.quiz-results-box-header h2,
.quiz-20.quiz-results-box-header h2 {
  color: #000;
  text-shadow: none;
}

.quiz-19.quiz-results-box-header p,
.quiz-20.quiz-results-box-header p {
  color: #000;
  text-shadow: none;
  text-align: center;
}

.quiz-19.quizWrapper,
.quiz-20.quizWrapper {
  background: url("/images/quiz/quiz-19-bg-photo-sm.png") no-repeat 95% bottom #fffab9;
  background: url("/images/quiz/quiz-19-bg-photo-sm.png") no-repeat 95% bottom, url("/images/quiz/quiz-19-bg-pattern.png") no-repeat left top;
  margin-bottom: 0;
}

.quiz-19.quizWrapper h2,
.quiz-20.quizWrapper h2,
.quiz-19.quizWrapper p,
.quiz-20.quizWrapper p {
  color: #000;
  text-shadow: none;
}

.quiz-19.quizWrapper p,
.quiz-20.quizWrapper p {
  padding-bottom: .5em;
}

.quiz-19.quizWrapper .button,
.quiz-20.quizWrapper .button {
  float: none;
  clear: both;
  margin-bottom: 1em;
  width: 125px;
}

.child_items .quiz-19.quizWrapper,
.child_items .quiz-20.quizWrapper {
  float: right;
  margin-bottom: 1em;
  background: url("/images/quiz/quiz-19-bg-photo-real-sm.png") no-repeat 95% bottom #fff;
}

.child_items .quiz-19.quizWrapper .quiz-box,
.child_items .quiz-20.quizWrapper .quiz-box {
  padding-bottom: 4em;
}

.child_items .quiz-19.quizWrapper .quiz-box p,
.child_items .quiz-20.quizWrapper .quiz-box p {
  margin-bottom: 2em!important;
}

.child_items .quiz-19.quizWrapper .button,
.child_items .quiz-20.quizWrapper .button {
  display: inline;
  width: inherit;
}

.question-157 .quiz-question-box-inner {background: url(../images/quiz/background/question157.jpg) no-repeat right bottom;}

.question-158 .quiz-question-box-inner {background: url(../images/quiz/background/question158.jpg) no-repeat right bottom;}

.question-159 .quiz-question-box-inner {background: url(../images/quiz/background/question159.jpg) no-repeat right bottom;}

.question-160 .quiz-question-box-inner {background: url(../images/quiz/background/question160.jpg) no-repeat right bottom;}

.question-161 .quiz-question-box-inner {background: url(../images/quiz/background/question161.jpg) no-repeat right bottom;}

.question-162 .quiz-question-box-inner {background: url(../images/quiz/background/question162.jpg) no-repeat right bottom;}

.question-163 .quiz-question-box-inner {background: url(../images/quiz/background/question163.jpg) no-repeat right bottom;}

.question-164 .quiz-question-box-inner {background: url(../images/quiz/background/question164.jpg) no-repeat right bottom;}

.question-165 .quiz-question-box-inner {background: url(../images/quiz/background/question165.jpg) no-repeat right bottom;}

.question-166 .quiz-question-box-inner {background: url(../images/quiz/background/question166.jpg) no-repeat right bottom;}

/* really specific styles for healthfinder.gov/HFQuiz/Default.aspx */

.main_content #quiz_content .box-left-healthtopic,
.main_content #quiz_content .box-right-healthtopic {
  width: 100%;
  float: none;
  clear: none;
}

.main_content #quiz_content .quiz-leftcol,
.main_content #quiz_content .quiz-rightcol {
  width: 48%;
}

@media screen and (max-width: 800px) {
  .main_content #quiz_content .quiz-leftcol,
  .main_content #quiz_content .quiz-rightcol {
    width: 100%;
  }
}

.main_content #quiz_content .quiz-leftcol {
  float: left;
}

.main_content #quiz_content .quiz-rightcol {
  float: right;
}
