.ia-quiz.horizontal{margin-bottom:.625rem;overflow:hidden}.ia-quiz.horizontal .quiz-title:not(:empty){color:#1b1b1b;font-size:1.875rem;font-weight:700;line-height:2.625rem;margin:0 0 1rem 0}@media screen and (max-width:47.9375rem){.ia-quiz.horizontal .quiz-title:not(:empty){font-size:1.375rem;line-height:1.925rem}}.ia-quiz.horizontal .question-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ia-quiz.horizontal .question-wrapper .image-question-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width:63.9375rem){.ia-quiz.horizontal .question-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (min-width:47.9375rem){.ia-quiz.horizontal .question-wrapper .img-container{max-width:46%;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}}@media screen and (max-width:47.9375rem){.ia-quiz.horizontal .question-wrapper .img-container{width:100%;margin-bottom:1rem}}.ia-quiz.horizontal .question-wrapper .img-container img{width:100%}.ia-quiz.horizontal .question-wrapper .question-number{background-color:var(--fed-primary-md-color,#eed7da);border-radius:.875rem;color:var(--fed-theme-color,#097242);line-height:1;margin:0 auto .625rem 0;padding:.25rem .625rem}@media screen and (min-width:47.9375rem){.ia-quiz.horizontal .question-wrapper .question-number{margin:.3125rem 0 auto;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media screen and (max-width:47.9375rem){.ia-quiz.horizontal .question-wrapper .question-number{margin-bottom:1rem}}.ia-quiz.horizontal .question-wrapper .question-number span{color:var(--fed-theme-color,#097242);height:1.125rem;font-size:1.125rem;font-weight:700;margin-right:.15rem;width:1.625rem}.ia-quiz.horizontal .question-wrapper .question-number span.total{font-size:.875rem;font-weight:400;margin-left:.15rem;margin-right:0}.ia-quiz.horizontal .question-wrapper .question-text{color:#1b1b1b;font-family:Source Sans Pro,Arial,sans-serif;font-size:1.375rem;font-weight:600;line-height:1.925rem;margin-bottom:1rem}@media screen and (min-width:47.9375rem){.ia-quiz.horizontal .question-wrapper .question-text{-webkit-box-flex:80%;-ms-flex:80%;flex:80%;margin:0 1rem 1rem 0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width:47.9375rem){.ia-quiz.horizontal .question-wrapper .question-text{font-size:1.125rem;line-height:1.575rem;width:100%}}.ia-quiz.horizontal .question-wrapper .answers{margin:0 1.5rem 0 0;padding:0}@media screen and (min-width:47.9375rem){.ia-quiz.horizontal .question-wrapper .answers{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:47%}}@media screen and (max-width:47.9375rem){.ia-quiz.horizontal .question-wrapper .answers{margin:0;width:100%}}.ia-quiz.horizontal .question-wrapper .answers .option-wrapper.disabled li{pointer-events:none}.ia-quiz.horizontal .question-wrapper .answers .answer{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f6f6f6;border-radius:1.71875rem;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.25rem;font-weight:400;list-style:none;line-height:2rem;margin:0 0 .625rem;padding:.875rem .875rem .875rem 1rem}.ia-quiz.horizontal .question-wrapper .answers .answer .option-icon{background-image:url(https://img.webmd.com/vim/live/webmd/consumer_assets/site_images/treatment-seeker/quiz-default-option.png);background-repeat:no-repeat;background-position:50%;height:1.96875rem;padding-right:.75rem;width:1.25rem}.ia-quiz.horizontal .question-wrapper .answers .answer.correct-option{background-color:#e6f6ff}.ia-quiz.horizontal .question-wrapper .answers .answer.correct-option .option-icon{background-image:url(https://img.webmd.com/vim/live/webmd/consumer_assets/site_images/treatment-seeker/quiz-correct-option.png)}.ia-quiz.horizontal .question-wrapper .answers .answer.correct-option .option-icon:before{content:""}.ia-quiz.horizontal .question-wrapper .answers .answer.wrong-option{background-color:#e6f6ff}.ia-quiz.horizontal .question-wrapper .answers .answer.wrong-option .option-icon{background-image:url(https://img.webmd.com/vim/live/webmd/consumer_assets/site_images/treatment-seeker/quiz-wrong-option.png)}.ia-quiz.horizontal .question-wrapper .answers .answer.wrong-option .option-icon:before{content:""}.ia-quiz.horizontal .question-wrapper .answers .answer:hover{cursor:pointer}@media screen and (min-width:79.9375rem){.ia-quiz.horizontal .question-wrapper .answers .answer:hover{background-color:var(--fed-primary-md-color,#eed7da)}}.ia-quiz.horizontal .question-wrapper .answers .answer:last-child{margin-bottom:0}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.fade-enter-from,.fade-leave-to{opacity:0}.fade-in{-webkit-animation:fade-in-anim 1s ease-in-out;animation:fade-in-anim 1s ease-in-out}@-webkit-keyframes fade-in-anim{0%{opacity:0}to{opacity:1}}@keyframes fade-in-anim{0%{opacity:0}to{opacity:1}}