.testfeed {
    margin: 1rem auto;
    width: 100%;
    max-width: 720px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
            background: #fff;
            color: #222;
}
.block--black .testfeed h3 {
    color: #222;
}
.test_header {
    padding: 0;
}
.test_header h3 {
    font-size: 1.25rem;
    margin: 0;
    padding: 0.75rem;
    line-height: 1.2;
}
.test_progess_bar {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        background: rgba(0, 0, 0, 0.1);
}
.test_progess_bar li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}
.test_progess_bar li span {
    display: block;
    width: 100%;
    height: 3px;
    position: relative;
    overflow: hidden;
}
.test_progess_bar li span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #A70034;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(-100%,0,0);
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.test_progess_bar li.completed span:before {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
}
.test_cards {
    position: relative;
    overflow: hidden;
}
.question_card.test_card_placeholder {
    visibility: hidden;
    position: relative;
    top: 0;
    left: 0;
    opacity: 0;
}
.test_footer {
    padding: 0.75rem;
    border-top: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            margin: auto 0 0 0;
            background-color: #fff;
}
.question_counter {
    font-size: 0.825rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}
.question_actions {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.next_question,
.test_results,
.loadTest {
    padding: 0.5rem 1rem;
    border-radius: 2px;
    border: 2px solid #a70034;
    background-color: #a70034;
    color: #fff;
    display: inline-block;
    margin: 0 0 0 auto;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.125em;
    text-align: center;
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    visibility: hidden;
    opacity: 0;
}
.next_question.show,
.test_results.show,
.loadTest {
    visibility: visible;
    opacity: 1;
}
.next_question:focus,
.next_question:active,
.next_question:hover,
.test_results:focus,
.test_results:active,
.test_results:hover,
.loadTest:focus,
.loadTest:active,
.loadTest:hover {
    padding: 0.5rem 1rem;
    border-radius: 2px;
    display: inline-block;
    margin: 0 0 0 auto;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.125em;
    text-align: center;
    border: 2px solid #a70034;
    background-color: #fff;
    color: #a70034;
}
.question_card {
    padding: 0.75rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            -webkit-transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
            -o-transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
            transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
            width: 100%;
}
.question_card.current {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.question_card.removed {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
.test_cards .question {
    margin: 1rem 0 2rem 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.question-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-self: flex-start;
    background: #000;
    padding: 0.25rem 0.5rem;
    color: #fff;
    font-family: 'Avenir-Bold';
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 2px;
    margin: 0.125rem 0.75rem 0 0;
    display: none;
}
.question-text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    line-height: 1.2;
    font-size: 1.25rem;
}


.choice {
    margin: 0 0 1rem 0 !important;;
    padding: 0 0 0 2rem !important;
    border: 1px solid #ddd;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    display: block !important;;
    width: 100%;
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    color: #000;
}
button.choice > span {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
            padding: 0.5rem;
}
.choice:hover {
    cursor: pointer;
    background: #eff8ff;
    border: 1px solid #aec9da;
}
.choice-letter {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* text-transform: uppercase; */
    background: rgba(0, 0, 0, 0.1);
    background: #f2f2f2;
}
.choice-letter:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.choice-letter:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1.5rem;
    width: 1.5rem;
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 2px solid #8e3040;
    border-radius: 100%;
    text-align: center;
    line-height: 1.25rem;
    color: #8e3040;
    z-index: 2;
    font-weight: bold;
}
.choice-letter:before,
.choice-letter:after {
    left:-150%;
    opacity: 0;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
}
.completed .choice-letter:before,
.completed .choice-letter:after {
    left: 50%;
    opacity: 1;
}
.incorrect .choice-letter:after {
    border: 2px solid #D50000;
    color: #D50000;
    content: "\e910";
}
.correct .choice-letter:after {
    border: 2px solid #1B5E20;
    color: #1B5E20;
    content: "\e9a4";
}
.completed .choice {
    background: #eff8ff;
    border: 1px solid #aec9da;
    color: #74878b;
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
}
.completed .choice-letter:before {
    background: #eff8ff;
}
.completed .choice-letter {
    border-right: 1px solid #eff8ff;
}
.incorrect.choice {
    background: #FFEBEE;
    border: 1px solid #EF9A9A;
    color: #D50000;
}
.incorrect .choice-letter:before {
    background: #FFEBEE;
}
.incorrect .choice-letter {
    border-right: 1px solid #FFEBEE;
}
.correct.choice {
    background: #E8F5E9;
    border: 1px solid #A5D6A7;
    color: #1B5E20;
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
}
.correct .choice-letter:before {
    background: #E8F5E9;
}
.correct .choice-letter {
    border-right: 1px solid #E8F5E9;
}
.correct .choice-text {
    font-size: 1rem;
}
.choice-text {
    text-align: left;
    display: block;
}

.test_results_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.block--black .testfeed .test_results_card h3 {
    margin: 0;  
    color: #a70034;  
}

.test_intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 1rem;
}
.test_intro button,
.test_intro button:focus,
.test_intro button:active,
.test_intro button:hover {
    margin: auto auto 0 0;
    display: block;
}
.test_intro h3,
.test_intro h4 {
    margin: 0 0 1rem 0;
}
.testMSG {
    font-size: 1.125rem;
    line-height: 1.2;
    color: #a70034;
}

#quizzes {
    background: #f2f2f2;
}
#quizzes h2 {
    margin-top: 1rem;
}
#quizzes h2 + p {
    margin: -1rem 0 1rem 0;
}

.testMSG h4,
.testMSG h5 {
    margin: 0 0 0.5rem 0;
    line-height: 1.2;
    font-family: "Avenir-Bold";
}
.test_results_card p,
.testMSG p {
    margin: 0 0 1rem 0;
    font-size: 0.925rem;
    line-height: 1.2;
    color: #222;
}
#testReportingForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
#testReportingForm input[type="text"], 
#testReportingForm input[type="email"] {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    margin: 0 0 1rem 0;
    
}
#testReportingForm .form_column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
}
#testReportingForm .form_column.full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
}
#testReportingForm input[type="submit"] {
    margin: 0;
}
#testReportingForm label {
    display: block;
    width: 100%;
    font-size: 0.825rem;
    margin-bottom: 0.25rem;
    text-align: left;
}
#testReportingForm label.error {
    margin-top: -0.75rem;
}
#testReportingForm span.required_wrapper {
    margin: 0;
}

.test_form_success .success_icon:after {
    font-size: 4rem;
    margin: 0 auto 0.5rem auto;
}