.loader-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    display: none;
}

.lds-spinner div {
    -webkit-transform-origin: 40px 40px;
        -ms-transform-origin: 40px 40px;
            transform-origin: 40px 40px;
    -webkit-animation: lds-spinner 1.2s linear infinite;
            animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: rgb(0, 0, 0);
}

.lds-spinner div:nth-child(1) {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg);
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg);
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg);
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg);
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg);
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg);
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.ha-news-quiz {
    padding: 0 3.5em;
    margin-top: 40px;
}

.ha-news-quiz-header__content {
    max-width: 75%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.ha-news-quiz-header__content__header {
    color: #FFFFFF;
    text-align: center;
    font-size: 1.75em;
    font-weight:bold;
    margin-bottom: 0.8em;
}

.q-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 10px 0;
}

.q-question {
    width: 30px;
    font-size: 1rem;
    font-weight: 400;
    height: 30px;
}

.q-label {
    margin-bottom: 0!important;
    text-align: left;
    padding-left: 10px;
    font-weight: 100!important;
    font-size: 1.125em!important;
    padding-bottom: 15px;
    padding-top: 5px;
}

.q-label-2-0 {
    margin-bottom: 0!important;
    text-align: left;
    padding-left: 10px;
    font-weight: 100!important;
    font-size: 26px!important;
    padding-bottom: 20px;
    padding-top: 15px;
}

.q-td {
    padding-bottom: 0px;
}

.q-td-2 {
    padding-bottom:0px;
}

.q-table-row {
    height: 50px;
}

#ha-news-quiz-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media(max-width: 576px) {
    .ha-news-quiz-header__content__header {
        font-size: 1.25em;
    }
}

.ha-news-quiz-header__content__subheader {
    color: #00c0f3;
    font-size: 1.25em;
    margin-bottom: 8px;
}

.ha-news-quiz-header__content__text {
    color: #3b3b3b;
    font-size: 1.125em;
}

.ha-news-quiz-footer {
    background-color: #b6e3f2;
    margin-top: 2em;
    padding: 1em 3.5em;
    width: 100%;
}

@media(max-width: 576px) {
    .ha-news-quiz-footer {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}

.ha-news-quiz-footer__content {
    /*max-width: 98%;*/
    max-width: 940px;
    margin: 1em auto;
}

.ha-news-quiz-footer__content__title {
    color: #00c0f3;
    font-size: 1.25em;
    margin-bottom: 8px;
}

.ha-news-quiz-footer__content__paragraph {
    color: #3b3b3b;
    font-size: 1.05em;
    margin-bottom: 12px;
    line-height: 1.5;
}

.ha-news-quiz-footer__content__paragraph__box {
    padding: 3px 8px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 10px;
}

.quiz-box-text {
    margin: 10px;
}

.ha-news-quiz-footer__content__form {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-rows: auto 10px auto 10px auto 10px auto;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
        grid-template: "t1 t2  t3" auto "t4 t4  t4" auto "t5 .   . " auto "t6 .   . " auto / 1fr 1fr 1fr;
}

.ha-news-quiz-footer__content__form>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: t1;
}

.ha-news-quiz-footer__content__form>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: t2;
}

.ha-news-quiz-footer__content__form>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: t3;
}

.ha-news-quiz-footer__content__form>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-area: t4;
}

.ha-news-quiz-footer__content__form>*:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: t5;
}

.ha-news-quiz-footer__content__form>*:nth-child(6) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: t6;
}

@media (max-width: 600px) {
    .ha-news-quiz-footer__content__form {
        -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto 10px auto;
        -ms-grid-columns: 1fr;
            grid-template: "t1" auto "t2" auto "t3" auto "t4" auto "t5" auto "t6" auto / 1fr;
    }
    .ha-news-quiz-footer__content__form>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .ha-news-quiz-footer__content__form>*:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .ha-news-quiz-footer__content__form>*:nth-child(3) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }
    .ha-news-quiz-footer__content__form>*:nth-child(4) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .ha-news-quiz-footer__content__form>*:nth-child(5) {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
    }
    .ha-news-quiz-footer__content__form>*:nth-child(6) {
        -ms-grid-row: 11;
        -ms-grid-column: 1;
    }
}

.ha-news-quiz-footer__content__form__input {
    border: 0;
    background-color: white;
    color: #3b3b3b;
    height: 3em;
    border-radius: 1.5em;
    padding: 0 1em;
    min-width: 50px;
}

.ha-news-quiz-footer__content__form__button {
    border: 0;
    background-color: #00c0f3;
    color: white;
    height: 3em;
    border-radius: 1.5em;
    padding: 0 1em;
}

.ha-news-quiz-grid {
    display: block;
}

.ha-news-quiz-grid__seperator {
    border-bottom: 1px solid #454545;
}

.ha-news-quiz-grid__row {
    padding-top: 15px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ha-news-quiz-grid__row:first-child {
    padding-top: 0;
}

.ha-news-quiz-grid__row:last-child {
    padding-bottom: 0;
}

.ha-news-quiz-grid__row__item {
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}

.ha-news-quiz-grid__row__item:last-child {
    margin-right: 0;
}

.ha-news-quiz-grid__row__expand {
    margin-right: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
}

.ha-news-quiz-grid__row__expand:last-child {
    margin-right: 0;
}

.ha-news-quiz-grid-number {
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

@media(max-width: 500px) {
    .ha-news-quiz-grid-number {
        width: 30px;
    }
}

.ha-news-quiz-grid-number__image {
    height: 50px;
    width: auto;
}

@media(max-width: 500px) {
    .ha-news-quiz-grid-number__image {
        height: 35px;
    }
}

.ha-news-quiz-grid-text {
    font-size: 1.2em;
    font-weight: bold;
}

@media (max-width: 500px) {
    .ha-news-quiz-grid-text {
        font-size: 1em;
    }
}

.ha-news-quiz-grid-indicator {
    width: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media (max-width: 500px) {
    .ha-news-quiz-grid-indicator {
        width: 40px;
    }
}

.ha-news-quiz-grid-indicator__image {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 40px;
}

@media (max-width: 500px) {
    .ha-news-quiz-grid-indicator__image {
        max-height: 25px;
    }
}

.ha-news-quiz-grid-button {
    width: 65px;
    height: 65px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
    background-color: transparent;
}

@media (max-width: 500px) {
    .ha-news-quiz-grid-button {
        width: 40px;
        height: 40px;
    }
}

.ha-news-quiz-grid-button__circle {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 100%;
    border: 1px solid #666666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ha-news-quiz-grid-button__circle__checkmark {
    display: none;
    /* default is hidden */
    width: 50%;
    height: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 100%;
    background-color: #666666;
}

.ha-news-quiz-grid-button--checked .ha-news-quiz-grid-button__circle__checkmark {
    display: block;
}