.noPaddingAlways{
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.quizBorder{
    border: 28px solid #fff;
    height: 100vh;
}

.progressCaption{
    font-size: 13px;
    color: #182231;
}

.progressLabel{
    font-size: 18px;
    color: #182231;
}

.progressBackground{
    height: 5.5px;
    border-radius: 100px;
    background-color: #c9c8d0;
}

.progressActual{
    height: 11px;
    border-radius: 100px;
    background-color: #006a92;
    width: 0%;
    position: absolute;
    margin-top: -8px;
    z-index: 10;
}
.wrong_text{
    letter-spacing: 1.1px;
    color: #d80027;
    display: none;
}

.blue{
    color: #006a92;
}

#Phone-error{
    color:red!important;
}
.oval{
    width: 5px;
    height: 5px;
    background-color: #6d87dd;
    border-radius: 100%;
    position: absolute;
    right: 4px;
    top: 3px;
}

.questionCard{
    margin-top: 35px; 
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(166, 166, 166, 0.5);
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.questionNumber{
    padding-top: 40px;
    font-size: 14px;
    font-weight: 300;
    color: #182231;
    text-align: center;
}

.questionTitle{
    font-family: 'Nunito', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #006a92;
    text-align: center;
}

.questionInfo{
    font-size: 16px;
    font-weight: 300;
    color: #182231;
    text-align: center;
}

.questionOption{
    font-size: 20px;
    color: #182231;
}

.ac-custom label{
    font-size: 20px;
    color: #182231;
}

.ac-custom input[type="checkbox"]:checked + label, .ac-custom input[type="radio"]:checked + label{
    color: #182231;
    text-decoration: underline;
}

.ac-custom label::before {
    content: '';
    border: 2px solid #006a92;
    width: 29px;
    height: 29px;
}

.ac-fill svg{
    width: 20px;
    height: 20px;
}

.optionLabel{
    margin-top: -20px;
    font-size: 20px;
    color: #182231;
}



#slider label {
    position: absolute;
    width: 20px;
    margin-left: -10px;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #182231;
}

/* below is not necessary, just for style */
#slider {
    width: 50%;
    margin: 2em auto;
    border-radius: 100px;
    cursor: pointer;
    background-color: #c9c8d0;
}

.ui-widget-header{
    height: 11px;
    border-radius: 100px;
    background-color: #006a92;
}

.ui-slider-handle{
    width: 22px!important;
    height: 22px!important;
    background-color: #8db917!important;
    border-radius: 100px;
    outline: none;
    border: 0;
    margin-top: -2px;
}


.ovalSlider{
    width: 5px;
    height: 5px;
    background-color: #8cb916;
    border-radius: 100%;
    position: absolute;
    margin-left: -3px;
    margin-top: 2px;
}

#IntroWrapper{
    background-position: center;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 2px 22px 0 rgba(207, 207, 207, 0.5);
    transition: background-size .2s ease-in;
    -moz-transition: background-size .2s ease-in;
    -ms-transition: background-size .2s ease-in;
    -o-transition: background-size .2s ease-in;
    -webkit-transition: background-size .2s ease-in;
    background-size: 110%
}

.introTitle{
    font-family: 'Nunito', sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #006a92;
}

.introSubtitle{
    font-size: 18px;
    font-weight: 300;
    font-size: 18px;
    color: #9b9b9b;
    text-align: center;
}

#Email::-webkit-input-placeholder { 
    font-size: 16px;
    text-align: center;
    color: #006a92;
}

.quizSuccessBlue{
    background-color: #364061;
    box-shadow: 0 2px 4px 0 rgba(166, 166, 166, 0.5);
}

.quizSuccessTitle{
    font-family: 'Nunito', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #006a92;
    text-align: center;
}

.quizSuccessText{
    font-size: 18px;
    line-height: 1.56;
    text-align: center;
    font-weight: 300;
    color: #444444;
}

.quizBold{
    font-size: 16px;
    line-height: 1.56;
    text-align: center;
    color: #000000;
}

.quizSuccessWhite{
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(166, 166, 166, 0.5);
}

.quizCardSpecial{
    background-clip: content-box;
    background-color: #ffffff;
    min-height: 156px;
}

.quizSuccessWhiteText{
    padding: 30px 35px;
    font-size: 16px;
    line-height: 1.56;
    color: #000000;
}

.specialText{
    font-size: 16px;
    line-height: 1.56;
    color: #29304e;
}


.modalTitle{
    font-size: 18px;
    text-align: center;
    color: #29304e;
}

.customMargin:before{
    margin-top: -24px!important;
}

.customMargin:after{
    margin-top: -19px!important;
}

.footer{
    height: 250px;
    object-fit: contain;
    background-color: #364061;
}


@media screen and (max-width: 970px) {
    .questionTitle{
        font-size: 24px;
        color: #364061;
        text-align: center;
    }

    .noPaddingMobile{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .marginTopMobile{
        margin-top: 30px;
    }

    .mobileHeight{
        min-height: 150vh!important;
    }

    .quizBorder{
        border: 0;
    }

}



.ac-custom svg{
    margin-top: -30px;
}

.optionLabel{
    margin-top: -20px;
    font-size: 16px;
    font-weight: 300;
    color: #182231;
}

.backOrangeButton2 {
    min-height: 32px;
    border-radius: 4px;
    background-color: #fcb900;
    padding: 4px 10px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}


/**********************/
/** CHECKBOX + RADIO **/
/**********************/


.pure-checkbox input[type="checkbox"],
.pure-radiobutton input[type="checkbox"],
.pure-checkbox input[type="radio"],
.pure-radiobutton input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.pure-checkbox input[type="checkbox"]:focus + label:before,
.pure-radiobutton input[type="checkbox"]:focus + label:before,
.pure-checkbox input[type="radio"]:focus + label:before,
.pure-radiobutton input[type="radio"]:focus + label:before,
.pure-checkbox input[type="checkbox"]:hover + label:before,
.pure-radiobutton input[type="checkbox"]:hover + label:before,
.pure-checkbox input[type="radio"]:hover + label:before,
.pure-radiobutton input[type="radio"]:hover + label:before {
    border-color: #123c68;
    background-color: #f2f2f2;
}
.pure-checkbox input[type="checkbox"]:active + label:before,
.pure-radiobutton input[type="checkbox"]:active + label:before,
.pure-checkbox input[type="radio"]:active + label:before,
.pure-radiobutton input[type="radio"]:active + label:before {
    transition-duration: 0s;
}
.pure-checkbox input[type="checkbox"] + label,
.pure-radiobutton input[type="checkbox"] + label,
.pure-checkbox input[type="radio"] + label,
.pure-radiobutton input[type="radio"] + label {
    position: relative;
    padding-left: 2em;
    vertical-align: middle;
    user-select: none;
    cursor: pointer;
}
.pure-checkbox input[type="checkbox"] + label:before,
.pure-radiobutton input[type="checkbox"] + label:before,
.pure-checkbox input[type="radio"] + label:before,
.pure-radiobutton input[type="radio"] + label:before {
    box-sizing: content-box;
    content: '';
    color: #0082c5;
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    border: 2px solid #123c68;
    text-align: center;
    transition: all 0.4s ease;
}
.pure-checkbox input[type="checkbox"] + label:after,
.pure-radiobutton input[type="checkbox"] + label:after,
.pure-checkbox input[type="radio"] + label:after,
.pure-radiobutton input[type="radio"] + label:after {
    box-sizing: content-box;
    content: '';
    background-color: #123c68;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    transform: scale(0);
    transform-origin: 50%;
    transition: transform 200ms ease-out;
}
.pure-checkbox input[type="checkbox"]:disabled + label:before,
.pure-radiobutton input[type="checkbox"]:disabled + label:before,
.pure-checkbox input[type="radio"]:disabled + label:before,
.pure-radiobutton input[type="radio"]:disabled + label:before {
    border-color: #cccccc;
}
.pure-checkbox input[type="checkbox"]:disabled:focus + label:before,
.pure-radiobutton input[type="checkbox"]:disabled:focus + label:before,
.pure-checkbox input[type="radio"]:disabled:focus + label:before,
.pure-radiobutton input[type="radio"]:disabled:focus + label:before,
.pure-checkbox input[type="checkbox"]:disabled:hover + label:before,
.pure-radiobutton input[type="checkbox"]:disabled:hover + label:before,
.pure-checkbox input[type="radio"]:disabled:hover + label:before,
.pure-radiobutton input[type="radio"]:disabled:hover + label:before {
    background-color: inherit;
}
.pure-checkbox input[type="checkbox"]:disabled:checked + label:before,
.pure-radiobutton input[type="checkbox"]:disabled:checked + label:before,
.pure-checkbox input[type="radio"]:disabled:checked + label:before,
.pure-radiobutton input[type="radio"]:disabled:checked + label:before {
    background-color: #cccccc;
}
.pure-checkbox input[type="checkbox"] + label:after,
.pure-radiobutton input[type="checkbox"] + label:after {
    background-color: transparent;
    top: 50%;
    left: 4px;
    width: 8px;
    height: 3px;
    margin-top: -4px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 0 0 3px 3px;
    border-image: none;
    transform: rotate(-45deg) scale(0);
}
.pure-checkbox input[type="checkbox"]:checked + label:after,
.pure-radiobutton input[type="checkbox"]:checked + label:after {
    content: '';
    transform: rotate(-45deg) scale(1);
    transition: transform 200ms ease-out;
}
.pure-checkbox input[type="radio"]:checked + label:before,
.pure-radiobutton input[type="radio"]:checked + label:before {
    animation: borderscale 300ms ease-in;
    background-color: white;
}
.pure-checkbox input[type="radio"]:checked + label:after,
.pure-radiobutton input[type="radio"]:checked + label:after {
    transform: scale(1);
}
.pure-checkbox input[type="radio"] + label:before,
.pure-radiobutton input[type="radio"] + label:before,
.pure-checkbox input[type="radio"] + label:after,
.pure-radiobutton input[type="radio"] + label:after {
    border-radius: 50%;
}
.pure-checkbox input[type="checkbox"]:checked + label:before,
.pure-radiobutton input[type="checkbox"]:checked + label:before {
    animation: borderscale 200ms ease-in;
    background: #123c68;
}
.pure-checkbox input[type="checkbox"]:checked + label:after,
.pure-radiobutton input[type="checkbox"]:checked + label:after {
    transform: rotate(-45deg) scale(1);
}
@keyframes borderscale {
    50% {
        box-shadow: 0 0 0 2px #4f8196;
    }
}


.centered-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

.break-flex {
    flex: none;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    padding: 1rem;
}
.footer i {
    font-size: 2.5rem;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer p {
    display: inline;
    color: #ffffff;
    margin: 0;
    padding: 0 2rem 0 2rem;
}

.form {
    width: 100%;
    display: block;
    padding: 1rem;
    font-size: 1rem;
    color: #555;
    background-color: #ffffff;
    border: 0.0625rem solid #f2f2f2;
    border-radius: 0.25rem;
}

.btn {
    width: auto;
    padding: 1rem;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 0.25rem;
    border: none;
}

.btn-large {
    font-size: 1.6rem;
}

.btn-primary {
    color: #ffffff;
    background: #1ABC9B;
}

.btn-info {
    color: #ffffff;
    background: #5bc0de;
}

.alert {
    padding: 1rem;
    border: none;
}
.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6, .alert p {
    padding: 0;
    margin: 0;
}

.alert-info {
    color: #ffffff;
    background-color: #5bc0de;
}

.alert-success {
    color: #ffffff;
    background-color: #5cb85c;
}

.alert-warning {
    color: #ffffff;
    background-color: #f0ad4e;
}

.alert-danger {
    color: #ffffff;
    background-color: #d9534f;
}

.hidden {
    display: none;
}

svg {
    height: 100vh;
    width: 100vw;
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

i {
    color: #ffffff;
}

i:hover {
    color: #f2f2f2;
}

#Drums:hover {
    cursor: pointer;
}

.success_content{
    letter-spacing: 1.1px;
}
.succesImage{
    padding-top: 40px;
    height: 250px;
    margin: 0 auto;
    width: 80%;
}
.succesImage img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pure-checkbox input[type="radio"]:checked + label:after, .pure-radiobutton input[type="radio"]:checked + label:after {
    box-sizing: content-box;
    content: '';
    background-color: #a8c30a;
    position: absolute;
    top: 48%!important;
    right: 4px!important;
    width: 10px!important;
    height: 10px!important;
    margin-top: -5px;
    transform-origin: 50%;
    left: inherit;
    transition: transform 200ms ease-out;
}

@media screen and (max-width: 500px){
    .pure-checkbox input[type="radio"]:checked + label:after, .pure-radiobutton input[type="radio"]:checked + label:after {
        top: 61%!important;
    }