.cf:before,
.cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.nfh_quiz_html,
.nfh_quiz_body {
  box-sizing: border-box;
}

.nfh_quiz_html *, .nfh_quiz_html *:before, .nfh_quiz_html *:after,
.nfh_quiz_body *, .nfh_quiz_body *:before, .nfh_quiz_body *:after {
  box-sizing: inherit;
}

.nfh_quiz_body {
	background: none;
	font-family: "lato", Helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.nfh_quiz_body form {
	padding: 20px 20px 10px;
}

.nfh_quiz_body label {
	border-bottom: 1px solid #fff;
	display: block;
	font-family: "bebas-neue",Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	line-height: 88%;
	margin: 0 0 15px;
	padding: 0 0 30px;
}

.nfh_quiz_body .btn_skip {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin-top: 10px;
}

.nfh_quiz_body .quiz_form_fields {
	padding-bottom: 15px;
}

.nfh_quiz_body .quiz_radio_field {
	padding: 5px 0 10px;
}

.nfh_quiz_body .quiz_radio_field input {
	height: 15px;
	margin: 0 7px 0 0;
	position: relative;
	top: 2px;
	width: 15px;
}

.nfh_quiz_body .quiz_radio_field:nth-child(3n+1){
	clear: both;
}

.nfh_quiz_body .quiz_input input,
.nfh_quiz_body .quiz_input input:focus {
	border: 0;
	font-family: "lato", Helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

.nfh_quiz_body .quiz_select select,
.nfh_quiz_body .quiz_select select:focus {
	border: 0;
	font-family: "lato", Helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

.nfh_quiz_body .quiz_form_submit {
	border-top: 1px solid #fff;
	padding: 15px 0 0;
	text-align: center;
}

.nfh_quiz_body .quiz_form_submit input {
	background: #fff;
	border: 0;
	color: #666;
	font-family: "lato", Helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 15px 0 0;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.nfh_quiz_body .quiz_form_submit input.clicked {
	background: #fff url(../img/ajax-loader.gif) 90% 50% no-repeat;
	padding: 10px 40px 10px 20px;
}

.nfh_quiz_body .quiz_form_submit input:hover {
	opacity: 0.85;
}

.profile_quiz {
	overflow: hidden;
	margin: 0 0 20px;
}

.profile_quiz.yellow {
	background: #f2c300;
}

.profile_quiz.pink {
	background: #e5007e;
}

.quiz_results {
	padding: 20px;
}

.quiz_results h2 {
	border-bottom: 1px solid #fff;
	display: block;
	font-family: "bebas-neue",Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	line-height: 88%;
	margin: 0 0 15px;
	padding: 0 0 20px;
}

.quiz_results .quiz_item {
	margin: 0 0 15px;
}

.quiz_results .quiz_item .quiz_result_bar {
	background: #fff;
}

.quiz_results .quiz_result_bar div {
	background: #666;
	height: 15px;
	transition: width .25s ease-in-out;
	-moz-transition: width .25s ease-in-out;
	-webkit-transition: width .25s ease-in-out;
}

.quiz_results .quiz_results_btn {
	text-align: center;
}

.quiz_results .quiz_results_btn a {
	background: #fff;
	border: 0;
	color: #666;
	display: inline-block;
	font-family: "lato", Helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 15px 0 0;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.quiz_results .quiz_results_btn a:hover {
	opacity: 0.85;
}

.quiz_none {
	padding: 20px;
	text-align: center;
}

.quiz_none h2 {
	border-bottom: 1px solid #fff;
	display: block;
	font-family: "bebas-neue",Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	line-height: 88%;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.quizwidget_container {
	border: 0;
	overflow: hidden;
	padding: 10px 0 0;
}

.quizwidget_container iframe {
	background: none transparent;
	width: 100%;
}