.silver_result {
	display: none;
}

a.button_tertiary.button-back, a.button_tertiary.button-more {
	margin-right: 30px;
	/*color: #eeeeee;*/
}
@media screen and (max-width: 767px) {
	a.button_tertiary.button-back, a.button_tertiary.button-more {
		margin-right: 25px;
	}
}
a.button_tertiary.button-next, 
a.button_tertiary.button-back {
	cursor: default;
	opacity: 0.25;
}
a.button_tertiary.button-back:hover {
	border: solid 1px #00A8A5;
	color: #333;
}

a.button_tertiary.button-back.active, 
a.button_tertiary.button-next.active {
	opacity: 1;
	cursor: pointer;
}
a.button_tertiary.button-back.active:hover {
	border:solid 1px #005B7E; 
	color:#005B7E
}

.questions a.button_tertiary {
	min-width: 100px;
	width: 100px;
}

a.button_link {
	margin-bottom: 10px;
}

.questionaire {
	/*float: left;*/
	/*width: 100%;*/
	padding: 60px 35px 0px 35px;
}

.questions, .answers, .graphs {
	float: left;
}

.questions ul {
	margin-left: 0;
	width: 100%;
    float: left;
    position: relative;
}

.questions ul li {
	list-style: none;
	display: none;
	float: left;
}

.questions ul li.active {
	display: block;
}

.questions .question h2 {
	margin-bottom: 60px;
}

.questions .question {
	margin-bottom: 60px;
}

.questions .question .options p {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.questions .question .options p input {
	position: absolute;
	opacity: 0;
}

.questions .question .options p span.radio {
	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 30px;
  	width: 30px;
  	background-color: #fff;
  	border: 2px solid #888888;
 	border-radius: 50%;
 	margin: 0px 0px 10px;
}

.questions .question .options p span.radio:after {
	position: absolute;
	content: '';
	display: none;
	top: 3px;
  	left: 3px;
  	width: 20px;
  	height: 20px;
  	border-radius: 50%;
  	background: #00a8a5;
}

.questions .question .options p:hover input ~ span.radio {
  	background-color: #ffffff;
  	border: solid 2px #00a8a5;
}

.questions .question .options p input:checked ~ span.radio {
  	background-color: #ffffff;
  	border: solid 2px #00a8a5;
}

.questions .question .options p input:checked ~ span.radio:after {
  	display: block;
}

.questions .question .options label {
	font-size: 18px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.56;
  	letter-spacing: normal;
  	color: #333333;
  	margin-left: 45px;
}

.questions .question .options label span {
	font-size: 18px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.56;
  	letter-spacing: normal;
  	color: #333333;
}

.questions .action {
	float: left;
}

.answers {
	display: none;
}

.answers .answer {
	align-self: center;
	display: none;
	padding-right: 10%;
}

.answers .answer h2 {
	margin-bottom: 20px;
}

.answers .answer .description {
	margin-bottom: 60px;
}

.answers .answer a.button_tertiary {
	width: auto;
	min-width: auto;
}

.graphs {
	/*min-height: 400px;*/
	position: relative;
}

.graphs .options, .graphs .result {
	/*overflow: hidden;*/
	position: absolute;
  /*width: 100%;*/
  top: 50%;
  left: 50%;
  margin-left: -137px;
  margin-top: -53px;
  z-index: 1;
}

.graphs .result {
	opacity: 0;
}
.graphs .result.active {
	opacity: 1;
	z-index: 2;
}

.graphs .options .option {
	width: auto;
	float: left;
	margin-right: 20px;
}

.graphs .options .option:last-child {
	margin-right: 0px;
}

.graphs .options .option p {
	font-size: 1.7rem;
	line-height: 2.22;
	color: #333333;
	margin-bottom: 10px;
} 

.graphs .options .option span {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.14px;
}

.graphs .options .option.health span, .ray-name {
	color: #5db8b9;
}

.graphs .options .option.wealth span, .zac-name {
	color: #8798ae;
}

.graphs .options .option.lifestyle span, .ken-name {
	color: #f68a4e;
}

@media screen and (max-width: 859px) {
	.graphs .options .option {
		margin-right: 10px;
	}

	.questionaire {
		padding: 0;
	}

	.questions .question h2, .questions .question {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 850px) and (min-width: 768px) {
	.graphs .options .option {
		margin-right: 7px;
	}

	.graphs .options .option p {
		font-size: 1.5rem;
		line-height: 2.22;
		color: #333333;
		margin-bottom: 10px;
	} 

	.graphs .options .option span {
		font-size: 2.3rem;
		font-weight: bold;
		line-height: 1.14px;
	}
}

@media screen and (max-width: 767px) {
	.questionaire {
		padding: 0;
	}

	.graphs {
		display: none;
		margin-bottom: 20px;
	}	

	.graphs .options .option {
		margin-right: 10px;
	}
}

@media screen and (max-width: 375px) {
	.graphs .options .option {
		margin-right: 7px;
	}

	.graphs .options .option p {
		font-size: 1.6rem;
		line-height: 2.22;
		color: #333333;
		margin-bottom: 10px;
	} 

	.graphs .options .option span {
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.14px;
	}
}

body.font_large .cta a.button_red, 
body.font_large .cta a.button_tertiary, 
body.font_large .questions .question .options label span {
	font-size: 22px;
}

body.font_large .questions .question h2 {
	font-size: 40px;
}

body.font_large .questions .question .options p span.radio {
	margin: 5px 0;
}

body.font_large .cta a.button_red, body.font_large .cta a.button_tertiary {
	width: auto;
	height: auto;
	padding: 22px 44px;
}

body.font_largest p.cta a.button_red, 
body.font_largest .cta a.button_tertiary,
body.font_largest .questions .question .options label span {
	font-size: 30px;
}

body.font_largest .questions .question h2 {
	font-size: 50px;
}

body.font_largest .questionaire {
	padding: 60px 0 0 0;
}

body.font_largest .graphs .options .option p {
	font-size: 2rem;
}

body.font_largest .graphs .options .option span {
	font-size: 3rem;
}

body.font_largest .questions .question .options p span.radio {
	margin: 10px 0;
}

body.font_largest p.cta a.button_red, body.font_largest .cta a.button_tertiary {
	width: auto;
	height: auto;
	padding: 30px 50px;
}

/*updated css*/

#questionaire .question .row{
	margin-left: 0;
	
}

#questionaire .com__silveryear_getstarted > .row{
	margin-bottom:0 !important;
}



#questionaire .button-back, #questionaire .button-more{
	margin-right: 20px;
}

#questionaire .questions ul>span{
	position: absolute;
    top: -3px;
    left: 0px;
    font-family: 'OpenSans',Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
}

@media screen and (max-width: 767px){
	#questionaire .question, #questionaire .questions .action{
		margin-left: 10px;
	}
	#questionaire .com__silveryear_getstarted > .row:before{
		display: none;
	}

	#questionaire .button-more{
		margin-right:auto;
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 768px){
	#questionaire .button-more{
		margin-bottom:20px;
	}

}

@media screen and (min-width: 768px){

	#questionaire .question, #questionaire .questions .action{
		margin-left: 70px;
		
	}
}

/*@media screen and (min-width: 768px) and (max-width:991px){
	#questionaire .graphs .options .option p{
		font-size:1.3rem;
	}

	#questionaire .graphs .options .option span{
		font-size: 2.1rem;
	}

	#questionaire .button-more{
		margin-right:auto;
		margin-bottom: 0px;
	}
}
*/




