@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-face {
    font-family: 'SourceSansPro-Light';
    src: url('../font/SourceSansPro-Light.eot');
    src: url('../font/SourceSansPro-Light.ttf') format('truetype'), url('../font/SourceSansPro-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansPro-Black';
    src: url('../font/SourceSansPro-Black.eot');
    src: url('../font/SourceSansPro-Black.ttf') format('truetype'), url('../font/SourceSansPro-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansPro-BlackItalic';
    src: url('../font/SourceSansPro-BlackItalic.eot');
    src: url('../font/SourceSansPro-BlackItalic.ttf') format('truetype'), url('../font/SourceSansPro-BlackItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansPro-ExtraLight';
    src: url('../font/SourceSansPro-ExtraLight.eot');
    src: url('../font/SourceSansPro-ExtraLight.ttf') format('truetype'), url('../font/SourceSansPro-ExtraLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-ExtraLightItalic';
    src: url('../font/SourceSansPro-ExtraLightItalic.eot');
    src: url('../font/SourceSansPro-ExtraLightItalic.ttf') format('truetype'), url('../font/SourceSansPro-ExtraLightItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansPro-Semibold';
    src: url('../font/SourceSansPro-Semibold.eot');
    src:  url('../font/SourceSansPro-Semibold.ttf') format('truetype'), url('../font/SourceSansPro-Semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansPro-SemiboldItalic';
    src: url('../font/SourceSansPro-SemiboldItalic.eot');
    src: url('../font/SourceSansPro-SemiboldItalic.ttf') format('truetype'), url('../font/SourceSansPro-SemiboldItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansPro-LightItalic';
    src: url('../font/SourceSansPro-LightItalic.eot');
    src: url('../font/SourceSansPro-LightItalic.ttf') format('truetype'), url('../font/SourceSansPro-LightItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
		font-family: 'SourceSansPro-Regular';
		font-size: 18px;
}
.boldText{
  font-family: "Titillium_Bold";
}
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: 1px solid red;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background: #fff;
}
.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;
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;
}
.nextText{
    position: absolute;
    top: 0px;
    left: 20px;
    display: inline-block;
    font-size: 22px;
    font-family: 'SourceSansPro-Bold';
}
.quiz_img{
  background-image: url('../assets/image/sample.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;
    background: #004f71;
    position: absolute;
    /* width: 100%; */
    width: 895px;
    /* z-index: 1; */
}
.budgetImg div {
    color: #fff;
    /* font-size: 22px; */
    position: absolute;
    top: 67px;
    left: 23px;
    /* font-family: 'SourceSansPro-Bold'; */
    text-align: center;

}
#budgetText {
    /* font-family: 'SourceSansPro-Bold'; */
    font-size: 18px;
    font-family: 'SourceSansPro-Semibold';
    width: 83px;
    display: block;
    text-align: center;
}
span.budgetMoney {
    font-size: 21px;
    font-family: 'SourceSansPro-Black';
    display: block;
    position: relative;
    top: -25px;
    width: 90px;
    text-align: center;
    left: -4px;
}
.budgetCalImg{
  background-image: url('../assets/image/deci1_cho1_icon2.PNG');
  width: 105px;
  height: 88px;
  position: absolute;
  right: 82px;
  top: -15px;
}
.budgetCalPatch {
    background: #e1f6ff;
    width: 661px;
    height: 60px;
    border-radius: 3;
    position: absolute;
    left: 88px;
}

.budgetCal {
    margin-bottom: 62px;
    position: relative;
    top: 36px;
    display: none;
    margin-top: -24px;
    height: 37px;
}
.budgetCalText {
    font-size: 30px;
    padding: 10px;
    text-indent: 13px;
}
.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: 36px;
  left: 36px;
}
#poorTxt{
  font-size: 18px;
  font-family:'SourceSansPro-Regular';
  color: #fff;
  left: 0;
  position: absolute;
  bottom: -24px;
}
#goodTxt{
  font-size: 18px;
  font-family:'SourceSansPro-Regular';
  color: #fff;
  position: absolute;
  bottom: -24px;
  left: 102px;
}
.feedInstrtext {
    position: relative;
    top: 0px;
    left: 36px;
    font-family: 'SourceSansPro-BoldItalic';
    font-size: 16px;
    color: #656565;
}

.feedInstrImg {
    position: absolute;
    background-image: url(../assets/image/page1_clickicon.PNG);
    height: 29px;
    width: 30px;
}
.feedbackInstruction {
  /*float: right;*/
  /*padding: 15px 59px 19px 5px;*/
  position: absolute;
  right: 196px;
  display: none;
  /* height: 30px; */
  border: 30;
  /* margin-bottom: 106px; */
  margin-top: 8px;
}
.feedback_txtWrapper {
    display: inline-block;
    width: 695px;
    color: #ffffff;
}
/*--------------------------------------------------- IntroScreen -------------------------------*/
#introScreen{
  position: absolute;
  background-image: url('../assets/image/lanch_page_img.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;
}
.continueBtn{
  height: 38px;
  width: 150px;
  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;
  right: 26px;
}
#continueArrow{
  position: absolute;
  background-image: url('../assets/image/continue_arr.PNG');
  height: 17px;
  width: 14px;
  top: 12px;
  right: 13px;
}
#continueText{
    position: absolute;
    top: 0px;
    left: 20px;
    display: inline-block;
    font-size: 22px;
    font-family: 'SourceSansPro-Bold';
}
#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: 190px;
  bottom: 5px;
  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';
}
#startText{
    /* font-size: 20px; */
    /* top: 6px; */
    /* left: 30px; */
    /* position: absolute; */
    /* color: #fcfffd; */
    /* font-family: 'SourceSansPro-Bold'; */
}

/*--------------------------------------------------- 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: 617px;
}
#bottomContainer {top: 647px;}
.container{
  padding: 0px 30px;
  position: absolute;
}
.option{
  cursor: pointer;
}
.option:hover{
  background-color: #ffcc00;
  color: #010000;
  border: 2px solid #e7b90c;
}
.feedback
{
  display: none;
  cursor: pointer;
  font-size: 18px;
  color: #004f71;
  width: 864px;
  left: 100px;
  padding: -32px;
  padding: 20px;
  margin-top: -10px;
  font-size: 18px;
  margin-bottom: -1px;
  cursor: pointer;
}
.optionFeedbackText {
    display: inline-block;
    width: 767px;
    min-height: 60px;
    position: relative;
    top: 16px;
    margin-bottom: 17px;
    /* padding-right: 180px; */
    /* width: 0; */
    /* padding-left: 19px; */
    /* max-width: 720px; */
}
.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;
    padding: 20px 15px;
    font-size: 18px;
    color: #656565;
}
#question_4 .budgetCal {
    display: none !important;
}
#question_3 #feedback_7 .budgetCal,
#question_3 #feedback_8 .budgetCal{
  display: none !important;
}
#question_3 #feedback_7 .feedbackInstruction,
#question_3 #feedback_8 .feedbackInstruction{
  display: block !important;
}
.pointer {
    background: #fff;
    height: 15px;
    width: 15px;
    border-left: 1px solid #3dc3da;
    border-bottom: 1px solid #3dc3da;
    position: absolute;
    margin-top: 13px;
    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: -554px;
}
.question_options_holder {
    padding: 14px;
    border: 1px solid #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 0;
}
.row {
    position: absolute;
    width: 931px;
    top: 70px;
}

.left_column {
    display: inline-block;
    top: 6px;
    position: absolute;
}

.right_column {
  /* display: inline-block; */
  position: absolute;
  color: #656565;
  left: 425px;
  top: 2px;
  /* width: 570px; */
}

.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';
}
#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: absolute;
    bottom: -30px;
    width: 410px;
}
#instruction_arrow{
  position: absolute;
  background-image: url(../assets/image/page1_clickicon.PNG);
  height: 29px;
  width: 30px;
}
#instruction_text{
  position: relative;
  top: 0px;
  left: 36px;
  font-family: 'SourceSansPro-BoldItalic';
  font-size: 16px;
  color: #656565;
}
.feedback_head {
    margin-bottom: 6px;
    width: 285px;
}
.feedback_head span{
  color: #ffffff;
  font-family: 'SourceSansPro-Bold';
  font-size: 22px;
}
#quiz_text{
  font-size: 18px;
  text-align: justify;
  width: 520px;
  line-height: 22px;
}

.budgetImg{
  /*position: fixed;*/
  position: absolute;
  background-image: url(../assets/image/budget_icon.PNG);
  height: 148px;
  width: 127px;
  /*right: 46px;*/
  left: 835px;
  margin-top: -164px;
  z-index: 1;
  top: 697px;
  display: none;
}
.optfeedbackImg{
  /*background-image: url(../assets/image/deci1_cho1_icon1.png);*/
  height: 86px;
  width: 81px;
  float: left;
  margin: 1px 18px 23px 0px;
  background-repeat: no-repeat;
}
.maleIcon{
  background-image: url(../assets/image/deci1_cho1_icon1.PNG);
}
.femaleIcon{
  background-image: url(../assets/image/deci1_cho1_icon1_female.png);
}

.pointer.optionPointer {
    position: relative;
    bottom: -9px;
    display: none;
}
.feedback_txtWrapper {
    padding: 0 15px 40px 0;
    position: relative;
    /* float: right; */
    top: 12px;
    width: 603px;
    color: #ffffff;
    left: 190px;
}
.optionHead {
  font-size: 18px;
  color: #656565;
  padding-bottom: 17px;
}
.option {
  background: #ffffcc;
  margin-bottom: 10px;
  border: 2px solid #e8e08c;
  border-radius: 3px;
  padding: 10px;
  clear: both;
  color: #656565;
  cursor: pointer;
  font-size: 18px;
  /*display: flex;*/
  padding-right: 118px;
}
.option span{
  /*margin-right: 5px;*/
}
@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;
}
#startBtn{
      line-height: 38px;
    }
}
@media only screen and (min-device-width: 800px) and (max-device-height: 1280px) and (min-resolution: 192dpi) and (-webkit-device-pixel-ratio: 2) {}
/* MAC Specific CSS*/

/*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;
  }
}
