.introWrapper {
    background-image: url('/cisiweb2/image/qualifications/navbg.jpg');
    background-size: cover;
    background-position: right;
    background-attachment: unset;
    height: 80vh;
}
.questionWrapper,
.qualWrapper {
    display: none;
}
.qualWrapper {
    margin-bottom: 60px;
    /* temp bodge */
    /*margin-right: 20px;*/
}
a#startButton {
    padding: 35px 5px;
    font-size: 20px;
}
.qualsNavFeedback a {
    padding: 10px 40px;
    font-size: 20px;
}
.qualsNavFeedback span {
    font-size: 24px;
    margin-right: 10px;
}
.examInfo,
.resultsBlock {
    margin-top: 0px !important;
}
/* common */
div.qualParent a.btn,
div.questionWrapper div.options a.btn {
    margin: 15px 10px;
    border-radius: 20px;
    text-align: center;
    width: 20%;
    color: #636363;
    font-size: 15px;
    background: white;
    border: none;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    transition: 0.5s all;
}
div.questionWrapper div.options a.btn:hover {
    background: #e0fcfc;
}
/* question wrapper only */
div.questionWrapper div.options a.btn {
    padding: 20px 15px;
    font-weight: 500;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
div.questionWrapper div.options a.btn:hover {
    background: #b8eaf2;
}
div.questionWrapper div.options.back a.btn {
    padding: 10px 0;
    margin-top: 5%;
    border-radius: 200px;
    color: white;
    /*background: #006c83;*/
    background: #3bacac;
    font-size: 13px;
}
div.questionWrapper div.options a.btn.selected {
    background: #006666;
    color: #fff;
}
.question1 h1 {
    width: 90%;
    margin: 0px auto 14px;
}
div.questionWrapper div.options.back span {
    color: white;
}
.options {
    display: flex;
    flex-flow: row;
    justify-content: center;
}
.options.back {
    /* flex-direction: column; */
    align-items: center;
}
.questionWrapper {
    padding: 0 5%;
    text-align: center;
}
.questionWrapper h1,
.questionWrapper p,
.questionWrapper p.green {
    font-weight: 400;
    margin-top:0px;
    color: #fff;
}
.questionWrapper p {
    font-size: 20px;
    width: 100%;
    margin: auto;
}
.questionWrapper p.green {
    font-weight: unset;
    margin-top: 30px;
    color:#fff;
    font-weight:500;
    margin-bottom: 20px;
}
/* results only */
.qualParent {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    justify-content: space-evenly;
}
.resultsBlock {
    margin-bottom: 0px !important;
}
.youMay {
    text-align:center;
    margin-top:50px !important;
}
.qualContent {
    max-width: 400px;
    padding: 0 0 20px;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
    position: relative;
    transition: all 0.5s;
}
.qualContent:hover {
    box-shadow: 0px 4px 15px rgba(0,0,0,0.4);
}
.qualContent div.title {
    font-size: 22px;
    padding: 15px 30px 10px;
}
.qualContent div.desc {
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
}
.qualContent div.desc p:last-child {
    margin-bottom: 0;
}
.qualContent div.level {
    display: inline-block;
    margin-top: 20px;
    font-weight: 700;
    margin-right: 30px;
    cursor:pointer;
}
.qualContent div.level div {
    display:inline-block;
}
div.level div:nth-child(2) {
    background: #919191;
    color: #fff;
    border-radius: 100px;
    height: 26px;
    width: 26px;
    display: inline-block;
    font-size: 16px;
    vertical-align: text-bottom;
}
.qualContent a.fom:hover {
    background: #156566;
}
div.levelBalls {
    display: none !important;
}
.qualContent div.papers span.pCount {
    margin-left: 5px;
    background: #919191;
    color: #fff;
    height: 26px;
    width: 26px;
    border-radius: 100px;
    display: inline-block;
    font-size: 16px;
    vertical-align: text-bottom;
}
.papers {
    display: inline-block;
    font-weight: 700;
    cursor:pointer;
}
.qualContent a.fom {
    background: #48aaaa;
    color: white;
    padding: 10px 50px;
    border-radius: 200px;
    /* positioning for elem */
    position: relative;
    display: block;
    margin: 20px 20px 0px 20px;
    transition: all 0.3s;
}
.mifid2Compliant {
    background: #0b4688;
    color: #fff;
    padding: 8px;
    text-align: center;
    margin: 10px 0px 0px 0px;
    width:90%;
}
.mifid2Compliant .glyphicon-star {
    color: #e9bb00;
    margin: 0px 4px;
}
.languages {
    display: flex;
    justify-content: center;
    font-weight:700;
    margin-top:10px;
    margin-bottom:10px;
}
.langList {
    margin-left:4px;
}
.langList img {
    width: 25px;
    height: 15px;
    margin: 0px;
}
div.er {
    margin-top: 15px;
    font-weight: 700;
    cursor: pointer;
    /* display: inline-block; */
}
span.requirements {
    margin-left: 5px;
    height: 26px;
    width: 26px;
    border-radius: 100px;
    color: white;
    background: #919191;
    padding: 3px 12px;
    font-size: 13px;
}
/* span.requirements.y {}
span.requirements.n {} */
/* ***** */
.circleWrapper {
    height: 120px;
    width: 120px;
    /* background: #22c0c0; */
    background: #168383;
    border-radius: 200px;
    margin: 20px auto;
    justify-content: center;
    box-shadow: 0 12px 16px -10px rgba(0,0,0,0.4);
}
.stats h1 {
    font-weight: 600;
    margin-top: 0;
    color: #fff;
    font-family: open sans;
    margin: 0;
}
/* ***** */
div.mem {
    display: none;
}
/* page styles */
.wrsa,
.stats {
    text-align: center;
}
.stats h1 {
    font-weight: 500;
    margin-top: 0;
}
.stats .col-xs-12 {
    padding: 20px 0px;
    transition: 0.5s all;
}
/* .stats .col-xs-12:hover {
    transform: scale(1.5);
} */
    .wrsa span.fas {
        font-size: 65px;
        color: #22c0c0;
    }
h3.icon-head {
    margin-bottom: 0;
}
div.text-center {
    margin-top: 20px;
}
.sf_cols.container_wrapper.disclaimer {
    font-size: 12px;
    text-align:center;
}



    @media(max-width: 1599px) {
        .questionWrapper {
            padding: 40px 10%;
        }

            .questionWrapper h1 {
                font-size: 30px;
            }

            .questionWrapper p {
                font-size: 16px;
                width: 80%;
            }

                .questionWrapper p .green {
                    margin-top: 20px;
                }

        a#startButton {
            padding: 25px 5px;
        }

        /*.questionWrapper.question1 {
            padding-top: 0;
        }*/
    }

    @media(max-width: 991px) {
        .options {
            display: unset;
        }
        .options.back {
            margin-top:30px;
            display:block;
        }
        .questionWrapper p {
            font-size: 14px;
            width: 100%;
        }
        .questionWrapper {
            padding: 40px 5%;
        }

        div.questionWrapper div.options a.btn {
            margin: 5px auto;
            width: 80vw;
        }

        /*div.questionWrapper div.options.back a.btn {
            width: 20vw;
        }*/

        .qualParent {
            display: unset;
        }

        .qualWrapper {
            margin-top: 30px;
        }

        .wrsa .col-lg-3 {
            margin-bottom: 40px;
        }

        div.questionWrapper div.options.back a.btn {
            padding: 5px 0;
             margin-top: 10px; 
        }

    }

    @media(max-width: 768px) {
        .langList {
            display: flex;
            align-items:center;
        }

        .qualContent > img:nth-child(1) {
            margin: 0 auto;
        }

        a#start {
            padding: 10px 5px;
        }

        div.questionWrapper div.options a.btn {
            padding: 10px 5px;
        }
    }

    @media (max-width: 597px) {
        .questionWrapper h1 {
            font-size: 28px;
            margin-bottom: 15px;
        }
    }