body {
	background: #e3e3e3;
	overflow: hidden;
	font-family: 'Roboto Slab', serif;
	overflow-y: visible;
}

.form_wrap {
	height: 50%;
	width: 100%;
	background: url('/core/candidacy/responsive/images/stepwrap_bg.png') repeat-x;
	background-size: cover;
	font-family: 'Roboto Slab', serif;
}

#next_btn {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 405px;
	right: 5%;
	background: url(/core/candidacy/responsive/images/btn_right.png) no-repeat;
	background-size: contain;
	display: none;
}

#prev_btn {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 405px;
	left: 5%;
	background: url(/core/candidacy/responsive/images/btn_left.png) no-repeat;
	background-size: contain;
	display: none;
}

#next_btn span, #prev_btn span {
	font-size: 40px;
	display: block;
	width: 20px;
	font-weight: bold;
	color: #aaa;
	font-family: 'Roboto Slab', serif;
}

#next_btn:hover > span, #prev_btn:hover > span {
	color: #8fc400;
}

#next_btn span {
	position: absolute;
	top: 7px;
	left: 20px;
}

#prev_btn span {
	position: absolute;
	top: 7px;
	right: 28px;
}

.wizard > .steps {
	display: none !important;
}

.wizard > .content {
	min-height: 580px !important;
	position: static !important;
	overflow: hidden !important;
}

.fp_form > legend {
	font-size: 35px;
	display: block;
	color: #898989;
	width: 440px;
	text-align: center;
	font-family: 'Roboto Slab', serif;
	margin-left: -35px;
	margin-bottom: 30px;
}

.fp_form {
	width: 360px;
	margin: 0 auto;
}

.fp_form input {
	width: 100%;
	margin: 5px auto 0;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	background: #f9f9f9;
	color: #898989;
	padding-left: 15px;
	border: 1px solid transparent;
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
}

.fp_form select {
	width: 100%;
	margin-top: 5px;
	box-sizing: border-box;
	padding-left: 15px;
	background: #f9f9f9;
	color: #898989;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	border: 1px solid #cccccc;
	font-family: 'Roboto Slab', serif;
}

.fp_form input:hover, .fp_form input:focus {
	background: #fff;
	border: 1px solid #8fc400 !important;
}

.start_test {
	background-color: #8fc400;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
	position: absolute;
	top: 600px;
	font-family: 'Roboto Slab', serif;
}


.not_fp {
	font-size: 35px;
	color: #898989;
	width: 440px;
	text-align: center;
	margin: -20px 50% 0;
	position: absolute;
	left: -215px;
	font-family: 'Roboto Slab', serif;
}

.qn_wrap {
	width: 140px;
	height: 140px;
	margin: 90px auto 0;
	background: url(/core/candidacy/responsive/images/btn_center.png) no-repeat;
	background-size: cover;
	position: relative
}

.qn_wrap span {display: block;
    font-size: 80px;
    left: 49px;
    position: absolute;
    top: 30px;
    width: 42px;
	color: #8fc400;
	font-family: 'Roboto Slab', serif;
}

.question_part {
	width: 600px;
	height: 60px;
	text-align: center;
	margin: 20px auto 0;
	box-sizing: border-box;
	padding: 7px;
	font-size: 25px;
	color: #333333;
	font-family: 'Roboto Slab', serif;
}

.answer_part {
	width: 600px;
	min-height: 200px;
	margin: 80px auto 0;
	font-family: 'Roboto Slab', serif;
}

.answer_for_radio {
	margin: 0 auto;
	width: 100px;
	padding-top: 20px;
	font-size: 25px;
}

.answer_for_radio_long {
	width: 150%;
	padding-top: 20px;
	font-size: 25px;
}

.answer_for_radio_icon {
	width: 480px;
	height: 150px;
	font-size: 25px;
	margin: 0 auto;
}

.p1_answers {
	width: 100px;
	height: 150px;
	float: left;
	margin-right: 20px;
}

.p3_answers {
	width: 140px;
	float: left;
	margin-right: 20px;
}

.p1_a1 label{
	display: block;
	padding-top: 85px;
	background: url('/core/candidacy/responsive/images/answ1_op1_img.png') no-repeat top center;
}
.p1_a1 .styledRadio {margin-left: 30px;}

.p1_a2 label{
	display: block;
	padding-top: 85px;
	padding-left: 10px;
	padding-right: 10px;
	background: url('/core/candidacy/responsive/images/answ1_op2_img.png') no-repeat top center;
}
.p1_a2 .styledRadio {margin-left: 24px;}

.p1_a3 label{
	display: block;
	padding-top: 85px;
	padding-left: 10px;
	padding-right: 10px;
	background: url('/core/candidacy/responsive/images/answ1_op3_img.png') no-repeat top center;
}
.p1_a3 .styledRadio {margin-left: 24px;}

.p1_a4 label{
	display: block;
	padding-top: 85px;
	padding-left: 22px;
	padding-right: 22px;
	background: url('/core/candidacy/responsive/images/answ1_op4_img.png') no-repeat top center;
}
.p1_a4 .styledRadio {margin-left: 24px;}

.p3_a1 label {
	display: block;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	background: url('/core/candidacy/responsive/images/answ3_op1_img.png') no-repeat top center;
}

.p3_a2 label {
	display: block;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	background: url('/core/candidacy/responsive/images/answ3_op2_img.png') no-repeat top center;
}

.p3_a3 label {
	display: block;
	padding-top: 40px;
	width: 160px;
	background: url('/core/candidacy/responsive/images/answ3_op3_img.png') no-repeat top center;
}

#test_form-p-4 > .answer_part {height: 250px;}

.p4_answers {
	width: 300px;
	height: 30px;
	float: left;
	margin-bottom: 10px;
}

.p4_answers > .styledRadio {float: left;}

.answer_for_radio > .styledRadio, .answer_for_radio_long .styledRadio {
	float: left;
}

.wizard > .content > .body label {
	font-weight: bold;
	color: #333333;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
}

.page_8 p {
	font-weight: 300;
	color: #333333;
	font-family: 'Roboto Slab', serif;
}

.question_part span {
	color: #9e9e9e;
	text-align: center;
}

.styledRadio {
}

.styledRadio input {
}

.radio_active {
}

.long_option_text {
	width: 590px;
}

.finish_btn {
	background-color: #8fc400;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    width: 200px;
	margin: -60px auto 0;
	display: none;
	font-family: 'Roboto Slab', serif;
}

#test_form-p-1 > .qn_wrap span {left: 53px;}

#result {
	font-family: 'Roboto Slab', serif;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #e3e3e3;
	top: 0;
	left:0;
	display: none;
}

.result_top{
	margin: 30px 50% 0;
}

.result_title {
	font-family: 'Roboto Slab', serif;
	width: 150px;
	font-size: 45px;
	color: #333333;
	margin: 200px auto 0;
}

.result_text {
	font-family: 'Roboto Slab', serif;
	color: #767676;
	width: 80%;
	margin: 30px auto 0;
	font-size: 25px;
}

.result_bar {
	width: 600px;
	height: 85px;
	margin: 40px auto;
	background: url('/core/candidacy/responsive/images/result_bar.png') no-repeat center bottom;
	background-size: contain;
	position: relative;
}

.result_icon{
	width: 60px;
	height: 85px;
	position: absolute;
	bottom: 7px;
	left: 0;
	background: url('/core/candidacy/responsive/images/result_icon.png') no-repeat center bottom;
	background-size: contain;
}

.result_buttons {
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

.result_buttons > a {
  color: #fff;
  font-size: 18px;
  line-height: 44px;
  padding: 10px 20px;
  font-family: 'Roboto Slab', serif;
}

.result_buttons > a:nth-of-type(1){
  float: left;
  background: #8fc400;
}

.result_buttons > a:nth-of-type(2){
  float: right;
  background: #8fc400;
}

.request-app-link {
	background: #8fc400;
	margin: 0 auto;
	display: block;
	width: 215px;
}

.result_buttons > a:hover {
  text-decoration: underline;
}

.logo_wrap {
	display: table;
	margin: 0 auto 20px;
}

.logo_wrap img {
	width: 100%;
	height: auto;
}

.step_navigation { text-align: center; font-size:20px; padding:10px 0 0;}

@media screen and (max-width: 1039px){
	
	#next_btn {
		top: 110px;
		right: 27%;
		width: 110px;
		height: 110px;
		background:url(/core/candidacy/responsive/images/btn_right_side.png) no-repeat center left;
	}
	
	#next_btn span {
		left: 18px;
		top: 31px;
	}
	
	#prev_btn {
		top: 110px;
		left: 27%;
		height: 110px;
		width: 110px;
		background: url(/core/candidacy/responsive/images/btn_left_side.png) no-repeat center right;
	}
	
	#prev_btn span {
		right: 19px;
		top: 32px;
	}
	
}

@media screen and (max-width: 869px){
	#next_btn {
		right: 15%;
	}
	
	#prev_btn {
		left: 15%;
	}

	.banner_wrap img {
		width: 80%;
	}
}

@media screen and (max-width: 611px){
	
	body {
		min-width: 611px !important;
		position: relative;
	}

	.fp_form {
		margin: 0 110px;
	}
	
}

.styledCheckbox {
	float: left;
	margin-right: 8px;
}

.p3_a1 .styledCheckbox {margin-left: 35px;}
.p3_a2 .styledCheckbox {margin-left: 38px;}
.p3_a3 .styledCheckbox {margin-left: 68px;}
