/* Landing */

.box.landing_quiz {
    text-align: center;
}
.box.landing_quiz h1,
.box.answer_outcome__content h1 {
    padding: 1% 2%;
    font-size: 52px;
}
.box.landing_quiz p {
    font-size: 22px;
}
@media(max-width:640px){
    .box.landing_quiz h1,
    .box.answer_outcome__content h1 {
        font-size: 30px;
    }
}

/* progress_bar_paginated */
.progress_bar_paginated {
  width: 90%;
    margin: 0 auto;
}

.progress_bar_paginated .dots {
    position: relative;
    display: inline-block;
    width: 50%;
}

.progress_bar_paginated .dots li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    padding: 0;
    width: 12px;
    height: 12px;
}

.progress_bar_paginated .dots li .dot {
    margin: 2px auto;
    text-align: center;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
}
.progress_bar_paginated .dots li .dot.active {
    margin: auto;
    width: 12px;
    height: 12px;
    background-color: #506979;
}
.progress_bar_paginated .progress_bar-pagination {
    position: relative;
    display: inline-block;
    width: 50%;
    float: right;
    text-align: right;
}

/* Questions */

.box.question_quiz {
    max-width: 100%;
    padding: 0px 20px;
}
.box.question_quiz .content {
    position: relative;
    padding: 0.5em 0;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing: border-box;
}
/* Questions */

.quiz_question {
    margin: 0 auto;
    font-size: 25px;
}
.quiz_question ul.center_inline li {
    min-width: 50%;
}
.box.question_number {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
}
.box.question_number .content {
    padding-top: 7px;
    padding-bottom: 7px;
}
.box.question_number h1 {
    font-size: 22px;
}
.quiz_question .box.question_quiz {
    padding: 0px 20px;
}


.box.question_quiz .countdown {
    position: absolute;
    top: 50%;
    font-size: 4em;
    margin-top: -0.5em;
    left: 0;
}
.box.question_quiz .countdown .icon_bk {
    z-index: 3;
    position: absolute;
    top: 0.1em;
    left: 0.1em;
    width: 0.8em;
    height: 0.8em;
    background-color: #dadada;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}
.box.question_quiz .countdown .icon {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box.question_quiz .countdown .icon.play {
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    border-left-color: rgba(255,255,255,0.8);
    border-width: 0.23em 0 0.23em 0.33em;
    margin-left: 4px;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.desktop .box.question_quiz .countdown .icon.play:hover {
    background-position: 0 100%;
    border-left-color: rgba(255,255,255,1);
}

.box.question_quiz .countdown .icon.bonus {
    color: #262626;
    font-weight: bold;
    font-size: 0.18em;
    text-align: center;
}
.box.question_quiz .countdown .icon.bonus .v_center1 {
    width: 100%;
    height: 4.4em;
    min-height: 4.4em;
}
.box.question_quiz .countdown .icon .bonus_text {
    display: none;
    position: absolute;
    top:50%;
    left:50%;
    -ms-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.box.question_quiz .countdown .icon.bonus .bonus_text {
    width: 100%;
    display: block;
    cursor: default;
}
.box.question_quiz .countdown .icon.bonus .mark {
    display: none;
}
.box.question_quiz .countdown .icon .mark {
    text-align: center;
    font-size: 0.7rem;
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    -ms-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.box.question_quiz .countdown .icon.play .mark{
    display: none;
}
.box.question_quiz .countdown .timer {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    overflow: hidden;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}
.box.question_quiz .countdown .timer .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1em;
    height: 0.01em;
    background-color: currentColor;
}
.box.question_quiz .countdown .timer .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0px, 1em, 1em, 0.5em);
}
.box.question_quiz .countdown .timer .slice.gt50 {
    clip: rect(auto, auto, auto, auto) !important;
}
.box.question_quiz .countdown .timer .slice .pie {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0em, 0.51em, 1em, 0em);
    background-color: currentColor;
}
.box.question_quiz .countdown .timer .slice .fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    clip: rect(0em, 1em, 1em, 0.5em);
    background-color: currentColor;
}
.box.question_quiz .countdown .timer_bk {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: #ffffff;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}


.timer--bar{
    z-index: 1;
    position: relative;
    top:-60px;
    width: 100%;
    height: 60px;
    display: block;
    background-image: none;
    padding: 0;
    border-radius: 20px;
    margin: 0;
    background-color: #ffffff;
    display: none;
}
.timer--bar.active{
    display: block;
}
.timer--bar__track{
    z-index: 6;
    position: absolute;
    bottom: 4px;
    left: 2.5%;
    width: 95%;
    height: 12px;
    border-radius: 6px;
    background-color: #ffffff;
}
.timer--bar__bar{
    height: 100%;
    border-radius: 6px;
    background-color: #555555;
}
.complete_quiz p,
.complete_quiz p,
.box.question_quiz p {
    font-size: 23px;
}

.box.question_quiz p {
    padding-bottom: 0;
}
/* Answers */

.answers {
    text-align: center;
}
.answers ul {
    display: block;
    list-style: none;
    text-align: center;
}
.answers li {
    display: inline-block;
    vertical-align: middle;
}
.answers li a {
    display: block;
    text-decoration: none;
}
.answers li a .img {
    display: block;
}
.answers.image_text {
    position: relative;
}
.answers.video {
    position: relative;
    margin: 0 auto;
}
/* Desktop + Tablet */
.answers.image_text .image_container img {
    border: 5px solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media all and (min-width: 641px) {

    /* Questions */

    .quiz_question {
        width: 90%;
    }
    .box.question_quiz .content {
        width: 100%;
        padding-left: 120px;
    }


    .box.question_quiz .v_center1 {
        height: 104px;
        min-height: 104px;
    }

    /* Answers */

    .answers ul {
        font-size: 0;
    }
    .answers li {
        font-size: 14px;
    }
    .answers li a {
        padding: 5px;
    }
    .answers.image {
        width: 100%;
        padding: 2% 0;
        margin: 0 auto 5%;
    }
    .answers.image img {
        width: 100%;
    }
    .answers.image li {
        width: 22%;
        padding: 0.75%;
    }
    .answers.image_text,
    .answers.video {
        padding: 2% 0;
    }
    .answers.image_text,
    .answers.video {
        margin-bottom: 5%;
    }
    .answers.image_text .image_container,
    .answers.video .video_container {
        width: 45%;
        padding-left: 4%;
    }
    .answers.image_text .image_container img {
        width: 100%;
        display: block;
    }
    .answers.image_text .answers_list,
    .answers.video .answers_list {
        width: 43%;
        padding: 0 4%;
    }
    .answers.image_text .answers_list > .v_center1,
    .answers.video .answers_list > .v_center1 {
        height: 3.250rem;
        min-height: 3.250rem;
    }
    .answers.image_text li li,
    .answers.video li li {
        display: block;
        padding: 2% 0;
    }
    .answers.image_text li a,
    .answers.video li a {
        font-size: 0.203rem;
    }
    .answers.image_text.amount2 li a .v_center1,
    .answers.image_text.amount3 li a .v_center1,
    .answers.video.amount2 li a .v_center1,
    .answers.video.amount3 li a .v_center1 {
        /*height: 0.569rem;
        min-height: 0.569rem;*/
    }
    .answers.image_text.amount4 li a .v_center1,
    .answers.image_text.amount5 li a .v_center1,
    .answers.image_text.amount6 li a .v_center1,
    .answers.video.amount4 li a .v_center1,
    .answers.video.amount5 li a .v_center1,
    .answers.video.amount6 li a .v_center1 {
        /*height: 0.244rem;
        min-height: 0.244rem;*/
    }
    .answers.text {
        padding: 2% 0;
        margin-bottom: 5%;
    }
    .answers.text li {
        width: 40%;
        padding: 0.75%;
    }
    .answers.text li a {
        font-size: 0.203rem;
    }

}
/* Smartphone */

@media all and (max-width: 640px) {

    /* Questions */

    .quiz_question {
        width: 90%;
    }
    .box.question_quiz .countdown{
        font-size: 3em;
        left:0;
    }
    .box.question_quiz .content {
        width: 100%;
        padding-left: 84px;
    }

    /* Answers */

    .answers li a {
        padding: 5px;
    }
    .answers.image {
        width: 100%;
        margin: 0 auto 5%;
    }
    .answers.image img {
        width: 100%;
    }
    .answers.image li {
        width: 46%;
        padding: 1%;
    }
    .answers.image_text .image_container,
    .answers.video .video_container {
        position: relative;
        width: 90%;
        margin: 5% auto;
    }
    .answers.image_text .image_container img,
    .answers.video .video_container img {
        width: 100%;
    }
    .answers.image_text .answers_list,
    .answers.video .answers_list {
        padding: 0 5%;
        margin-bottom: 5%;
    }
    .answers.image_text li,
    .answers.video li {
        display: block;
        padding: 1% 0;
    }
    .answers.image_text li a,
    .answers.video li a {
        font-size: 0.400rem;
    }
    .answers.text {
        width: 90%;
        margin: 5% auto;
    }
    .answers.text li {
        width: 100%;
        padding: 1% 0;
    }
    .answers.text li a {
        font-size: 0.400rem;
    }
}
