/* Microsite Overlay */
.article-form-modal {
    background: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}
.article-form-modal .close {
    z-index: 9999999;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 40px;
    float: none;
}
.article-form-modal .close::before,
.article-form-modal .close::after {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    margin-left: 40px;
    cursor: pointer;
}

/* Quiz Layout */
.general-popup .general-popup-box .text .inputs .input-box input {
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 1023px) {
    .ns-flexbox-layout .fo-quiz .quiz-question .image-wrap {
        min-height: 444px;
    }
}
@media (max-width: 767px) {
    .microsite-banner .inner-wrap {
        position: relative;
        padding: 200px 50px 20px;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
    }
    .microsite-banner .inner-wrap h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}
@media (max-width: 640px) {
    .ns-flexbox-layout .fo-quiz .quiz-question .image-wrap {
        min-height: 360px;
    }
}
@media (max-width: 480px) {
    .ns-flexbox-layout .fo-quiz .quiz-question .image-wrap {
        min-height: 264px;
    }
}
@media (min-width: 1025px) {
    .ns-flexbox-layout .fo-quiz .quiz-question .quiz-data {
        width: 49.9%;
        float: left;
    }
    .ns-flexbox-layout .fo-quiz .quiz-question .image-wrap {
        width: 49.9%;
        float: left;
    }
}
@media (min-width: 768px) {
    .microsite-banner-wrap .inner-wrap {
        padding: 50px 50px 20px;
        top: auto;
        left: 0;
        width: 100%;
        height: auto;
        bottom: 0;
    }
}

/* Quiz Popup */
.general-popup .general-popup-box {
    border-top: none;
    border-bottom: none;
    top: calc(50% - 15px);
    margin-top: 15px;
    margin-bottom: 15px;
    max-height: calc(100vh - 30px);
    overflow: hidden;
    height: auto;
}
@media (max-width: 767px) {
    .general-popup .general-popup-box {
        overflow-y: auto;
    }
}
.general-popup .general-popup-box.exitpopup-box {
    overflow-y: hidden;
}
.general-popup .general-popup-box .text {
    width: 100% !important;
    max-width: 585px !important;
    padding: 20px 40px !important;
}
.general-popup .general-popup-box .text .inputs .input-box input {
    width: 100% !important;
}
.general-popup .general-popup-box .text .general-btn {
    margin: 0 auto 25px;
    outline: none;
    background-color: #cd2332;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    width: 345px;
    max-width: 100%;
    text-align: center;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -o-border-radius: 25px;
    -webkit-box-shadow: 0 0 26px 0px rgba(205, 35, 50, 0.5);
    -moz-box-shadow: 0 0 26px 0px rgba(205, 35, 50, 0.5);
    -o-box-shadow: 0 0 26px 0px rgba(205, 35, 50, 0.5);
    -ms-box-shadow: 0 0 26px 0px rgba(205, 35, 50, 0.5);
    box-shadow: 0 0 26px 0px rgba(205, 35, 50, 0.5);
}
.general-popup .general-popup-box #calculate-result:empty {
    display: none;
}
.general-popup .general-popup-box .img-arrow {
    height: auto !important;
    min-height: 1px !important;
}
.general-popup .general-popup-box .img-arrow .arrow-right.match-height {
    display: none;
}
.general-popup .general-popup-box .text .input-box .error-message {
    font-size: 100% !important;
    margin-top: 5px;
}
.general-popup .general-popup-box .text .btn-calculate {
    margin: 0 auto 25px !important;
}
.btn-calculatepopup {
    text-align: center !important;
}
@media (min-width: 1024px) {
    .fo-quiz .quiz-question > div {
        width: 49.9% !important;
    }
}

/* Quiz question - da/nu 50% */
.fo-quiz .quiz-question .input-2 {
    min-width: calc(100% - 30px);
    width: auto !important;
}
.fo-quiz .quiz-question .input-2.danu {
    min-width: calc(50% - 30px);
}