body {

	color: #555;
	background: transparent;
	font-weight: 300;
	margin: 40px 0;
}

h2 {
	font-size: 34px;
	font-weight: 300;
	margin: 20px auto 10px;
	padding: 0;
	line-height: 1.2;
	max-width: 800px;
	text-align: center;
}

b {
	font-weight: 600;
}

.questionPanel p {

}

.questionPanel .icon {

	margin: 0 42px 0 50px;
	background: #f7e841;
	display: inline-block;
	float: left;
	height: 100%;
	text-align: center;
	padding: 12px;
	border-radius: 3px;
	width: 20px;

}

.slider ul {

	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #d2d2d2;
}

.pcsSurvey {

	font-family: Oswald, Arial, Helvetica, sans-serif;

}

.orange, .pcsSurvey .questionPanel .resultsInput .orange input, .orange label {
	color: #0a9f0a !important;
	font-weight: 400;
}

.slider ul li {

	padding: 20px 0;
	margin: 0;
	display: inline-block;
	text-align: center;
	font-size: 15px;

}

p {
	color: #555;
	font-size: 21px;
	line-height: 140%;
	font-weight: 300;
	font-family: "Open Sans", sans-serif;
	max-width: 680px;
	margin: 40px auto;
	text-align: center;
}

noscript {
	width: auto;
	background: #fff;
	padding: 15px;
	text-align: center;
	color: #555;
	display: block;
	margin: 17px 7px;
	border-radius: 3px;
}

.pcsSurvey {
	margin: 0 auto;
	/* border: 6px solid #FFFFFF; */
	position: relative;
	/* border-radius: 3px; */
	/* box-shadow: 0 0 10px rgba(0,0,0,.5); */
	/* background: none no-repeat 0 0 #FFFFFF; */
	/* overflow: hidden; */
}

.pcsSurvey .questionPanel, .pcsSurvey .resultsPanel {
	text-align: left;
	display: none;
	padding: 50px 0 0 0;
}

.pcsSurvey .questionPanel input {
	border-radius: 3px;
	padding: 6px 15px;
	background: #004068;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 19px;
	margin-top: 8px;
}

.pcsSurvey .questionPanel input {
	background: transparent;
	border-radius: 3px;
	border: 1px solid #d2d2d2;

}

.pcsSurvey .questionPanel input[type="radio"] {

	border: 0;

}

::-webkit-input-placeholder {
	color: #ccc;
}

/*::-moz-placeholder {
color:#4eb7ed; } */
:-ms-input-placeholder {
	color: #4eb7ed;
}

/* ie */
input:-moz-placeholder {
	color: #4eb7ed;
}

.welcomePanel {
	display: block;
	padding: 20px 30px 20px 45px;
	min-height: 270px;
	position: relative;
	text-align: center;
}

.welcomePanel p {

	text-align: center;
}

.welcomePanel img {

	position: absolute;
	right: 27px;
	top: 30px;
}

.floater {
	position: absolute;
	right: -120px;
	top: 100px;
}

/*.questionPanel {

display: none !important;

}

.resultsPanel {

display: block !important;

}*/

.scoring {
}

.width {
	width: 100%;
	margin-bottom: 40px;
}

.pcsSurvey .buttonsPanel {
	border-radius: 3px;
	max-width: 680px;
	margin: 0 auto;
}

.pcsSurvey .buttonsPanel .error {

}

.pcsSurvey .buttonsPanel a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px !important;

}

.pcsSurvey .current {
	display: block !important;
}

.pcsSurvey .questionPanel h2 {
	font-weight: 300;
	text-align: center;
	position: relative;
	line-height: 1.2;
	font-size: 34px;
	max-width: 800px;
}

.pcsSurvey .questionPanel h2 .number {
	font-weight: 600;
	margin: 5px 0 10px 0;
	background: #fff;
	color: #005b94;
	width: 35px;
	font-size: 40px;
	text-align: center;
	position: absolute;
	left: -48px;
	border-radius: 0 3px 3px 0;
	top: -5px;
}

.message {
	display: none;
	margin: 0 0 10px 0;
	padding: 7px 100px 7px 80px;
	border: 1px dotted #4ca5dc;
	border-width: 1px 0;
	font-size: 13px;
}

/* Forms */

label {
	display: block;
	cursor: pointer;
	padding: 2px 0;
	font-size: 14px;
	font-weight: 300 !important;
	line-height: 140%;
}

label:hover {

}

/* Buttons */

.buttons, .finish, .reset {
	cursor: pointer;
	padding: 5px 32px 5px 12px;
	display: inline-block;
	width: 50px;
	float: none;
	text-decoration: none;
}

.buttons:hover {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
	background-color: #004068;
	text-decoration: none !important;

}

.go:hover {
	text-decoration: none;
}

.go, .goFinish, .reset {
	display: block;
	width: 130px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 3px;
	padding: 5px 12px;
	text-transform: uppercase;
	font-size: 13px;
	margin: 8px 0 5px 0;
	clear: both;
}

/* Scoreboard */

.header {
	width: 100%;
	/* background: #217eb8; */
	padding: 13px 0;
	/* border-bottom: 5px solid #4ca5dc; */
	height: 56px;
	border-radius: 3px;
}

.status {
	margin: 0 auto;
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	display: table;
}

.status .statusQuestion {
	opacity: .4;
}

.status .correctStatus {
	opacity: 1 !important;
	/*background: url(../img/checkmark.png) no-repeat 5px 0 transparent; */
}

.status .incorrectStatus {
	opacity: .2 !important;
}

.status li {
	float: left;
	font-size: 12px;
	font-weight: 600;
	list-style: none outside none;
}

.scoreboard {
	font-weight: 600;
	right: 10px;
	top: 10px;
}

.scoreboard > div {
	display: inline-block;
	width: 70px;
	text-align: center;
	font-size: 25px;
	position: relative;
}

.scoreboard > div > span {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
}

.incorrect {
	color: red;

}

.wrong {
}

.right {
}

/* Radio Buttons */

input[type=radio] + label {
	display: block;
	padding-left: 30px;
	/*background: url(../img/check.png) no-repeat 0 1px transparent; */
}

input[type=radio]:checked + label, .checked {
	display: block;
	padding-left: 30px;
	/*background: url(../img/check-checked.png) no-repeat 0 1px transparent !important; */
}

.closer {
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	border-radius: 0 0 0 3px;
	font-weight: 600;
	text-transform: uppercase;
	color: #004068;
	cursor: pointer;
	width: 20px;
	text-align: center;
}

.information {
	background: #fff;
	color: #888;
	font-size: 11px;
	padding: 7px 0 5px;
}

.logo {
	position: absolute;
	bottom: -50px;
	right: 0;
}

/* Slider */

.ui-slider-handle {
	cursor: pointer;
	background: #d2d2d2 !important;
	border: 3px #f1f1f1 solid !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	border-radius: 30px !important;
	top: -10px !important;
}

.ui-widget-content {
	border: 0 solid #fff;
	background: #004068;
	color: #222;
	height: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.ui-slider-range {
	background: #018bcc;
}

.label {
	margin: 80px 0 30px 0;
	font-size: 28px;
	display: inline-block;
	width: 100%;
	font-weight: 300;
	font-family: "pmn_caecilia_55roman", "Open Sans", sans-serif;
	line-height: 140%;
}

.warning .label {
	color: #845252;
	font-weight: 300;
}

.slider {
	background: transparent;
	padding: 10px 0 80px;
	border-top: 1px solid #acacac;
	text-align: left;
	max-width: 680px;
	margin: 0 auto;
}

.slider.depend select {
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	padding: 6px 15px;
}

.pcsSurvey .slider .buttonsPanel {
	padding: 18px 0;
	position: relative;
}

.sliderValue {
	float: right;
	display: inline-block;
	font-weight: 600;
}

.ui-slider-handle {
	background: none no-repeat 0 1px #d2d2d2 !important;
	border: 3px solid #f1f1f1;
!important;
	width: 24px !important;
	height: 24px !important;
	top: -10px !important;
	outline: none;
	cursor: pointer !important;
}

.handleValue {
	position: absolute;
	bottom: -60px;
	left: -26px;
	color: #555;
	display: none;
	/* background: url(../Shared/img/handleValue.png) no-repeat 0 0 transparent !important; */
	width: 76px;
	height: 86px;
}

.handleValue span {
	text-align: center;
	display: block;
	position: relative;
	top: 31px;
	font-size: 15px;
}

.eftContainer {
	display: none;
}

.error, .error-hsa, .error-taxRate {
	display: block;
	clear: both;
	color: #845252;
	background: transparent !important;
	border: 0 !important;
	font-size: 15px !important;
	line-height: 260%;
	text-align: right;
}

.check-amount {
	display: none;
	margin-left: 0;
	position: absolute;
	top: 23px;
}

.results {
	font-weight: 300;
	color: #fb771b;
}

.resultsInput label {

	display: block;
	width: 120px;
	text-align: center;

	margin-top: 0;
}

.pcsSurvey .questionPanel .resultsInput input, .resultsInput label {
	font-size: 30px;
	border: 0;
	font-weight: normal;

}

.pcsSurvey .questionPanel .resultsInput input {

	display: inline-block;
	width: 60%;
	padding: 0 0 0 2px;

}

.pcsSurvey .questionPanel .resultsInput input.left {

	text-align: right;
	width: 32%;

}

a.savings-call {
	background: #fb771b;
	margin-top: 1px;
	position: relative;
	display: block;
	text-decoration: none;
	border-bottom: 5px solid #b35e1a;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

a:hover.savings-call {

	opacity: .8;

}

.savings-call img {

	right: 60px;
	position: absolute;
	top: -6px;
	border: 0;

}

strong {

}

.label a {

	color: #fb771b;
	font-size: 80%;
	text-decoration: none;

}

.results-message {

	bottom: 30px;
	position: absolute;
	right: 33px;
	width: 190px;
}

.results-table li {
	text-align: left;
}

.result-amount {
	font-weight: bold;
	margin-left: 35px;
}

.reset {
	margin: 6px auto;

}

/* Status */

.status li {

	text-align: center;
	padding: 41px 23px 4px 23px;
	font-weight: 300;
	font-size: 16px;

}

.status li.instructions {

	/*background: url(../img/instructions.png) no-repeat top center transparent !important;*/

}

.status li.active {
	border-bottom: 2px solid #f7e841;
	padding-bottom: 20px;
	color: #747474
}

.sliderBar {

	margin-top: 15px;

}

/* Mobile CSS */
@media only screen and (max-width: 480px) {

	body {

		margin: 0;

	}

	.pcsSurvey {

		width: 100%;
		border: 0;
		box-shadow: none;
		border-radius: 0;

	}

	.pcsSurvey .buttonsPanel {

		border-radius: 0;

	}

	.width {

		width: 100%;

	}

	.header {

		height: auto;
		border-radius: 0;

	}

	.status {

		padding: 0;
		width: 100%;

	}

	.status li {

		float: none;
		padding: 10px 0;

	}

	.buttons, .finish, .reset, .go, .goFinish, .startQuiz, .reset {

		padding: 15px 40px 15px 12px;

	}

	.slider ul {
		text-align: center;
	}


}

.prev {
	float: left
}

.yourInfo {
	float: right;
}

.yourFinances {
	float: right;
}

.btn-whiteborder.gray {
	color: #9f9f9f;
	border: 2px solid #9f9f9f
}


.buttonsPanel a {
	width: 180px;
	display: block;
	text-align: center;
	box-sizing: border-box;
}

#begin-button {
	float: none;
	margin: 0 auto;
	width: 250px;
}

.fa-check {
	color: green;
	margin-left: 50px;
}

.fa-times {
	color: red;
}
