@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../font/SourceSansPro-Regular.eot');
    src: url('../font/SourceSansPro-Regular.ttf') format('truetype'), url('../font/SourceSansPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-Italic';
    src: url('../font/SourceSansPro-Italic.eot');
    src: url('../font/SourceSansPro-Italic.ttf') format('truetype'), url('../font/SourceSansPro-Italic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../font/SourceSansPro-Bold.eot');
    src: url('../font/SourceSansPro-Bold.ttf') format('truetype'), url('../font/SourceSansPro-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-BoldItalic';
    src: url('../font/SourceSansPro-BoldItalic.eot');
    src: url('../font/SourceSansPro-BoldItalic.ttf') format('truetype'), url('../font/SourceSansPro-BoldItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'SourceSansPro-Regular';
    font-size: 18px;
}

.bold {
    font-family: 'SourceSansPro-Bold';
}

.italic {
    font-family: 'SourceSansPro-Italic';
}

body {
    margin: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.main_parent {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    display: none;
}

.main {
    width: 1010px;
    height: 768px;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0px;
    right: 0;
    margin: 0 auto;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    /*border: 2px solid red;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background: #fff;
}

.quiz_img {
    background-image: url('../assets/image/img2.jpg');
    width: 403px;
    height: 505px;
}

#bgImg {
    background-image: url(../assets/image/budget_icon.jpg);
    height: 86px;
    width: 66px;
    position: absolute;
    bottom: 408px;
    right: 6px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#imgtext {
    position: absolute;
    color: #c1c1c1;
    top: 21px;
    left: 4px;
}

.feedback_patch {
    padding: 20px 20px 10px 20px;
    background: #004f71;
    position: absolute;
    width: 895px;
}

.meterImg {
    background-image: url('../assets/image/end01_gauge_icon.png');
    width: 141px;
    height: 78px;
    display: inline-block;
    padding: 15px 6px 15px;
    background-repeat: no-repeat;
    position: absolute;
    top: 37px;
    left: 37px;
}

#poorTxt {
    font-size: 18px;
    font-family: 'SourceSansPro-Regular';
    color: #fff;
    left: 0;
    position: absolute;
    bottom: 6px;
}

#goodTxt {
    font-size: 18px;
    font-family: 'SourceSansPro-Regular';
    color: #fff;
    position: absolute;
    bottom: 6px;
    left: 102px;
}

.feedback_txtWrapper {
    display: inline-block;
    /* width: 695px; */
    color: #ffffff;
}


/*--------------------------------------------------- IntroScreen -------------------------------*/

#introScreen {
    position: absolute;
    background-image: url('../assets/image/img1.jpg');
    height: 100%;
    width: 100%;
}

#startBtn {
    position: absolute;
    top: 27px;
    left: 840px;
    height: 38px;
    width: 100px;
    cursor: pointer;
    border: 3px solid #fcfffd;
    font-size: 18px;
    border-radius: 5px;
    font-family: 'SourceSansPro-Bold';
    font-size: 20px;
    color: #fcfffd;
    text-align: center;
    line-height: 36px;
}

#arrow {
    position: absolute;
    background-image: url('../assets/image/launch_page_arr.png');
    height: 34px;
    width: 26px;
    top: 32px;
    left: 60px;
    background-repeat: no-repeat;
}

#resetButton {
    background-image: url('../assets/image/resetbutton.jpg');
    height: 41px;
    width: 137px;
    position: relative;
    left: 740px;
    bottom: 7px;
    cursor: pointer;
    line-height: 38px;
    text-indent: 26px;
    color: #fff;
    font-size: 22px;
    font-family: 'SourceSansPro-Bold';
    clear: both;
}

#bgPatch {
    position: absolute;
    height: 100px;
    width: 1010px;
    top: 500px;
    background-color: #004f71;
}

#header {
    position: absolute;
    font-size: 48px;
    color: #ffffff;
    top: 17px;
    left: 97px;
    font-family: 'SourceSansPro-Bold';
    padding: 0px 2px;
}

#startText {
    /* font-size: 20px; */
    /* top: 6px; */
    /* left: 30px; */
    /* position: absolute; */
    /* color: #fcfffd; */
    /* font-family: 'SourceSansPro-Bold'; */
}

.pointer.optionPointer {
    position: relative;
    bottom: -30px;
    display: none;
}


/*--------------------------------------------------- IntroScreen -------------------------------*/

#activityContainer {
    overflow-x: hidden;
    position: absolute;
    width: 1010px;
    height: 768px;
    left: 0px;
    top: 0px;
    display: none;
}

#topContainer {
    background-color: rgb(241, 241, 241);
    width: 950px;
    /* height: 720px; */
}

#bottomContainer {
    top: 742px;
}

.container {
    padding: 0px 30px;
    position: absolute;
}

.option:hover:not(.clickedOpt) {
    background-color: #ffcc00;
    color: #010000;
    border: 2px solid #e7b90c;
}

.feedback {
    display: none;
    cursor: default;
    font-size: 18px;
    color: #004f71;
    width: 864px;
    left: 100px;
    padding: 20px;
    /*padding: 20px 20px 10px 20px;*/
    margin-top: -10px;
}

.lastFeedback {
    padding-bottom: 0;
    margin-bottom: -13px;
}

.question_header {
    background: #ffffcc;
    text-align: center;
    border: 2px solid #e8e08c;
    border-radius: 3px;
    padding: 10px;
    font-size: 20px;
    color: #656565;
    font-family: 'SourceSansPro-Bold';
}

.question_text {
    border: 1px solid #3dc3da;
    margin-top: 10px;
    /* margin-bottom: 20px; */
    padding: 20px 15px;
    font-size: 18px;
    color: #656565;
}

.pointer {
    background: #fff;
    height: 15px;
    width: 15px;
    border-left: 1px solid #3dc3da;
    border-bottom: 1px solid #3dc3da;
    position: absolute;
    margin-top: 12.5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    left: 49.5%;
}

#topContainer .pointer {
    border: none;
    background-color: rgb(241, 241, 241);
    transform: rotate(-46deg);
    -webkit-transform: rotate(-46deg);
    -ms-transform: rotate(-46deg);
    -moz-transform: rotate(-46deg);
    margin-top: 0;
    bottom: -8px;
}

.question_options_holder {
    padding: 14px;
    border: 1px solid #fff;
    margin-bottom: 30px;
    margin-top: 17px;
    padding-bottom: 22px;
}

.row {
    /* position: relative; */
    width: 931px;
    margin-top: 74px;
}

.left_column {
    display: inline-block;
}

.right_column {
    /* display: inline-block; */
    /* position: absolute; */
    color: #656565;
    left: 425px;
    top: -4px;
    width: 508px;
    float: right;
    padding-bottom: 32px;
    margin-top: -5px;
}

.title {
    background-color: #004f71;
    color: #fff;
    height: 50px;
    width: 100%;
    position: absolute;
    left: 0;
}

#headText {
    position: absolute;
    top: 8px;
    left: 57px;
    font-size: 24px;
    font-family: 'SourceSansPro-Bold';
    padding: 0px 2px;
}

#tilearrow {
    position: absolute;
    background-image: url('../assets/image/continue_arr.png');
    height: 17px;
    width: 14px;
    top: 16px;
    left: 30px;
    background-repeat: no-repeat;
    display: inline-block;
}

#instruction {
    position: relative;
    bottom: 0px;
}

#instruction_arrow {
    position: absolute;
    background-image: url('../assets/image/page1_clickicon.png');
    height: 29px;
    width: 30px;
}

#instruction_text {
    position: relative;
    top: 2px;
    left: 36px;
    font-family: 'SourceSansPro-BoldItalic';
    font-size: 16px;
    color: #656565;
}

.feedback_head {
    margin-bottom: 6px;
    color: #ffffff;
    font-family: 'SourceSansPro-Bold';
    font-size: 22px;
    width: 230px;
}

.nextBtn {
    height: 38px;
    width: 188px;
    cursor: pointer;
    border: 3px solid #fcfffd;
    font-size: 18px;
    border-radius: 7px;
    font-family: 'SourceSansPro-Bold';
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    background: #13cdd7;
    position: absolute;
    bottom: -33px;
    /* left: 680px; */
    display: none;
    pointer-events: auto;
    right: 26px;
}

.nextArrow {
    position: absolute;
    background-image: url('../assets/image/continue_arr.png');
    height: 17px;
    width: 14px;
    top: 12px;
    right: 13px;
    /* transform: rotate(180deg); */
}

.nextText {
    position: absolute;
    top: 0px;
    left: 20px;
    display: inline-block;
    font-size: 22px;
    font-family: 'SourceSansPro-Bold';
}

.optfeedbackImg {
    height: 86px;
    width: 73px;
    float: left;
    margin: 1px 18px 23px 0px;
    display: none !important;
}

.feedback_txtWrapper {
    padding: 0 15px 40px 0;
    position: relative;
    /* top: 12px; */
    float: right;
    top: 12px;
}

.maleIcon {
    background-image: url(../assets/image/deci1_cho1_icon1.png);
}

.femaleIcon {
    background-image: url(../assets/image/deci1_cho1_icon1_female.png);
}

.optionHead {
    font-size: 18px;
    color: #656565;
    margin-bottom: 17px;
}

#quiz_text {
    font-size: 18px;
    min-height: 481px;
    margin-bottom: 10px;
}

.optionFeedbackText {
    display: inline-block;
    /*min-height: 60px;*/
    position: relative;
    /*padding-top: 15px;*/
}

.option {
    background: #ffffcc;
    margin-bottom: 10px;
    border: 2px solid #e8e08c;
    border-radius: 3px;
    padding: 10px;
    clear: both;
    color: #656565;
    cursor: pointer;
}

.clickedOpt {
    background-color: #ffcc00;
    color: #010000;
    border: 2px solid #e7b90c;
    pointer-events: none;
}

.sup {
    font-size: 12px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    /* Target Samsung Tab 10 */
    .feedback_patch {
        width: 911px;
    }
    .nextBtn, #startBtn {
        line-height: 38px;
    }
}


/* MAC Specific CSS*/

@media only screen and (min-device-width: 800px) and (max-device-height: 1280px) and (min-resolution: 192dpi) and (-webkit-device-pixel-ratio: 2) {
    .feedback_patch {
        width: 911px;
    }
}


/*IPad CSS*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .feedback_patch {
        width: 911px;
    }
}
