/* ---- FRONT-END ---- */
#lvn-do-the-test-wrapper {
	position: relative;
	display: flex;
    flex-direction: row;
}

#lvn-do-the-test-wrapper .lvn-do-the-test-image-container {
	position: relative;
	display: flex;
	flex-direction: column;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
}

#lvn-do-the-test-wrapper .lvn-do-the-test-image-container:before {
	position: relative;
	display: block;
	content: '';
	height: 0;
	padding-bottom: 75%;
}

#lvn-do-the-test-wrapper .lvn-do-the-test-image-container img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: right center;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper:before {
	position: relative;
	display: block;
	content: '';
	height: 0;
	padding-bottom: 75%;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	padding: 0 8.33333%;
	transition: all .2s ease-in-out;
}

body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container {
	color: #ffffff;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container.invisible {
	opacity: 1;
	z-index: -1;
	transition: all .2s ease-in-out;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container .lvn-do-the-test-content-content {
	text-align: center;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container a.lvn-do-the-test-button {
	font-family: 'Asap';
	font-size: 0.8888889rem;
	color: #FFFFFF;
	font-weight: 500;
	background-color: #000000;
	padding: 12px 20px;
	border: 1px solid #000000;
	border-radius: 5px;
	margin-top: 45px;
	/* transition: all .2s ease-in-out; */
	transition: all .5s cubic-bezier( 0.4, 0, 0.2, 1);
}

body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container a.lvn-do-the-test-button {
	color: #000000;
	background-color: #FABA16 ;
	border: 0 none
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container a.lvn-do-the-test-button:hover,
#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container a.lvn-do-the-test-button:focus {
	color: #000000;
	background-color: transparent;
	cursor: pointer;
	text-decoration: none;
	/* transition: all .2s ease-in-out; */
	transition: all .5s cubic-bezier( 0.4, 0, 0.2, 1);
}

body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container a.lvn-do-the-test-button:hover,
body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container a.lvn-do-the-test-button:focus {
	color: #ffffff;
	background-color: #000000;;
	border: 0 none;
}


/* ---- VRAGEN ---- */
#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
	justify-content: center;
	align-items: center;
	padding: 0 8.33333%;
	z-index: -1;
	opacity: 0;
	transition: all .2s ease-in-out;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper #lvn-do-the-test-question-single-question-wrapper {
	position: absolute;
	visibility: hidden;
	display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 0 8.33333%;
    justify-content: center;
	z-index: -100;
	transition: all .2s ease-in-out;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper #lvn-do-the-test-question-single-question-wrapper.show-question {
	visibility: inherit;
	z-index: 100;
	transition: all .2s ease-in-out;
}

body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper {
	color: #ffffff;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper.visible {
	opacity: 1;
	z-index: 10;
	transition: all .2s ease-in-out;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper h2.lvn-do-the-test-question-title {
	text-align: center;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-content {
	text-align: center;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container {
	display: inline-flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
	margin-top: 45px;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a.lvn-do-the-test-question-answer-buttons-answer {
	font-size: 0.88889rem;
	color: #000000;
	margin: 0 10px;
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 10px 15px;
	transition: all .2s ease-in-out;
}

body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a.lvn-do-the-test-question-answer-buttons-answer {
	color: #FABA16;
	border-color: #FABA16;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a.lvn-do-the-test-question-answer-buttons-answer:hover,
#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a.lvn-do-the-test-question-answer-buttons-answer:focus {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a.lvn-do-the-test-question-answer-buttons-answer:hover:hover,
body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a.lvn-do-the-test-question-answer-buttons-answer:hover:focus {
	background-color: #FABA16;
	color: #000000;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a#lvn-do-the-test-question-answer-buttons-answer-no.lvn-do-the-test-question-answer-buttons-answer {
	color: #373C3C;
	border: 0 none;
}

body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a#lvn-do-the-test-question-answer-buttons-answer-no.lvn-do-the-test-question-answer-buttons-answer {
	color: #AABEC2;
	background-color: transparent;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a#lvn-do-the-test-question-answer-buttons-answer-no.lvn-do-the-test-question-answer-buttons-answer:hover,
#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a#lvn-do-the-test-question-answer-buttons-answer-no.lvn-do-the-test-question-answer-buttons-answer:focus {
	text-decoration: none;
	cursor: pointer;
	background-color: transparent;
}



/* ---- ANTWOORDEN ---- */
#lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-yes,
#lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-no {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 8.333333%;
	z-index: -1;
	opacity: 0;
	transition: all .2s ease-in-out;
}

body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-yes,
body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-no {
	color: #ffffff;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-yes.visible,
#lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-no.visible {
	z-index: 150;
	opacity: 1;
	transition: all .2s ease-in-out;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-yes,
#lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-no {
	text-align: center;
}

#lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-yes {
	display: inline-block;
	font-size: 0.88889rem;
	color: #ffffff;
	margin: 0 10px;
	border-radius: 5px;
	padding: 10px 15px;
	background-color: #000000;
	margin-top: 45px;
	transition: all .2s ease-in-out;
}

body.page-template-page-franchise #lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-yes {
	color: #000000;
	background-color: #FABA16;
}

#lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-yes:hover,
#lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-yes:focus {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

body.page-template-page-franchise #lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-yes:hover,
body.page-template-page-franchise #lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-yes:focus {
	color: #ffffff;
	background-color: #000000;
}

#lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-no {
	display: inline-block;
	font-size: 0.88889rem;
	color: #ffffff;
	margin: 0 10px;
	border-radius: 5px;
	padding: 10px 15px;
	background-color: #000000;
	margin-top: 45px;
	transition: all .2s ease-in-out;
}

body.page-template-page-franchise #lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-no {
	color: #000000;
	background-color: #FABA16
}

#lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-no:hover,
#lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-no:focus {
	background-color: #959595;
	color: #FFFFFF;
	text-decoration: none;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

body.page-template-page-franchise #lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-no:hover,
body.page-template-page-franchise #lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-no:focus {
	color: #FFFFFF;
	background-color: #000000;
}






@media(max-width: 767px) {
	#lvn-do-the-test-wrapper {
		flex-direction: column;
		margin: 70px 0!important;
	}
			
	#lvn-do-the-test-wrapper .lvn-do-the-test-image-container {
		width: 100%;
		padding-bottom: inherit;
	}
			
	#lvn-do-the-test-wrapper .lvn-do-the-test-image-container:before {
		padding-bottom: 100%;
	}
			
			#lvn-do-the-test-wrapper .lvn-do-the-test-image-container img {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 100%;
				object-fit: cover;
				object-position: right center;
			}
			
	#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper {
		width: 100%;
	}
			
	#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper:before {
		padding-bottom: 100%;
	}
			
			#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container {
				position: absolute;
				top: 0;
				left: 0;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				height: 100%;
				width: 100%;
				padding: 0 8.33333%;
				transition: all .2s ease-in-out;
			}
			
			body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container {
				color: #ffffff;
			}
			
			#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container.invisible {
				opacity: 1;
				z-index: -1;
				transition: all .2s ease-in-out;
			}
			
			#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container .lvn-do-the-test-content-content {
				text-align: center;
			}
			
			#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container a.lvn-do-the-test-button {
				font-family: 'Asap';
				font-size: 0.8888889rem;
				color: #FFFFFF;
				font-weight: 500;
				background-color: #000000;
				padding: 12px 20px;
				border: 1px solid #000000;
				border-radius: 5px;
				margin-top: 45px;
				/* transition: all .2s ease-in-out; */
				transition: all .5s cubic-bezier( 0.4, 0, 0.2, 1);
			}
			
			body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container a.lvn-do-the-test-button {
				color: #000000;
				background-color: #FABA16 ;
				border: 0 none
			}
			
			#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container a.lvn-do-the-test-button:hover,
			#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container a.lvn-do-the-test-button:focus {
				color: #000000;
				background-color: transparent;
				cursor: pointer;
				text-decoration: none;
				/* transition: all .2s ease-in-out; */
				transition: all .5s cubic-bezier( 0.4, 0, 0.2, 1);
			}
			
			body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container a.lvn-do-the-test-button:hover,
			body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container a.lvn-do-the-test-button:focus {
				color: #ffffff;
				background-color: #000000;;
				border: 0 none;
			}
			
			
			/* ---- VRAGEN ---- */
			#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 100%;
				display: flex;
				flex-direction: column;
				flex: 0 0 auto;
				justify-content: center;
				align-items: center;
				padding: 0 8.33333%;
				z-index: -1;
				opacity: 0;
				transition: all .2s ease-in-out;
			}
			
			#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper #lvn-do-the-test-question-single-question-wrapper {
				position: absolute;
				visibility: hidden;
				display: flex;
				flex-direction: column;
				height: 100%;
				width: 100%;
				padding: 0 8.33333%;
				justify-content: center;
				z-index: -100;
				transition: all .2s ease-in-out;
			}
			
			#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper #lvn-do-the-test-question-single-question-wrapper.show-question {
				visibility: inherit;
				z-index: 100;
				transition: all .2s ease-in-out;
			}
			
			body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper {
				color: #ffffff;
			}
			
			#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper.visible {
				opacity: 1;
				z-index: 10;
				transition: all .2s ease-in-out;
			}
			
			#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper h2.lvn-do-the-test-question-title {
				text-align: center;
			}
			
			#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-content {
				text-align: center;
			}
			
			#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container {
				display: inline-flex;
				justify-content: center;
				flex-direction: row;
				width: 100%;
				margin-top: 45px;
			}
			
	#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a.lvn-do-the-test-question-answer-buttons-answer:first-of-type {
		margin: 0 10px 0 0;
		padding: 10px;
	}

	#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a.lvn-do-the-test-question-answer-buttons-answer:last-of-type {
		margin: 0 0 0 10px;
	}
			
			body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a.lvn-do-the-test-question-answer-buttons-answer {
				color: #FABA16;
				border-color: #FABA16;
			}
			
			#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a.lvn-do-the-test-question-answer-buttons-answer:hover,
			#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a.lvn-do-the-test-question-answer-buttons-answer:focus {
				background-color: #000000;
				color: #ffffff;
				text-decoration: none;
				transition: all .2s ease-in-out;
				cursor: pointer;
			}
			
			body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a.lvn-do-the-test-question-answer-buttons-answer:hover:hover,
			body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a.lvn-do-the-test-question-answer-buttons-answer:hover:focus {
				background-color: #FABA16;
				color: #000000;
			}
			
			#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a#lvn-do-the-test-question-answer-buttons-answer-no.lvn-do-the-test-question-answer-buttons-answer {
				color: #373C3C;
				border: 0 none;
			}
			
			body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a#lvn-do-the-test-question-answer-buttons-answer-no.lvn-do-the-test-question-answer-buttons-answer {
				color: #AABEC2;
				background-color: transparent;
			}
			
			#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a#lvn-do-the-test-question-answer-buttons-answer-no.lvn-do-the-test-question-answer-buttons-answer:hover,
			#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a#lvn-do-the-test-question-answer-buttons-answer-no.lvn-do-the-test-question-answer-buttons-answer:focus {
				text-decoration: none;
				cursor: pointer;
				background-color: transparent;
			}
			
			
			
			/* ---- ANTWOORDEN ---- */
			#lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-yes,
			#lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-no {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 100%;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				padding: 0 8.333333%;
				z-index: -1;
				opacity: 0;
				transition: all .2s ease-in-out;
			}
			
			body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-yes,
			body.page-template-page-franchise #lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-no {
				color: #ffffff;
			}
			
			#lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-yes.visible,
			#lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-no.visible {
				z-index: 150;
				opacity: 1;
				transition: all .2s ease-in-out;
			}
			
			#lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-yes,
			#lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-no {
				text-align: center;
			}
			
			#lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-yes {
				display: inline-block;
				font-size: 0.88889rem;
				color: #ffffff;
				margin: 0 10px;
				border-radius: 5px;
				padding: 10px 15px;
				background-color: #000000;
				margin-top: 45px;
				transition: all .2s ease-in-out;
			}
			
			body.page-template-page-franchise #lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-yes {
				color: #000000;
				background-color: #FABA16;
			}
			
			#lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-yes:hover,
			#lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-yes:focus {
				background-color: #ffffff;
				color: #000000;
				text-decoration: none;
				transition: all .2s ease-in-out;
				cursor: pointer;
			}
			
			body.page-template-page-franchise #lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-yes:hover,
			body.page-template-page-franchise #lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-yes:focus {
				color: #ffffff;
				background-color: #000000;
			}
			
			#lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-no {
				display: inline-block;
				font-size: 0.88889rem;
				color: #ffffff;
				margin: 0 10px;
				border-radius: 5px;
				padding: 10px 15px;
				background-color: #000000;
				margin-top: 45px;
				transition: all .2s ease-in-out;
			}
			
			body.page-template-page-franchise #lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-no {
				color: #000000;
				background-color: #FABA16
			}
			
			#lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-no:hover,
			#lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-no:focus {
				background-color: #959595;
				color: #FFFFFF;
				text-decoration: none;
				transition: all .2s ease-in-out;
				cursor: pointer;
			}
			
			body.page-template-page-franchise #lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-no:hover,
			body.page-template-page-franchise #lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-no:focus {
				color: #FFFFFF;
				background-color: #000000;
			}







	
}






/* ---- PREVIEW BACK-END ---- */
#text-wrapper {
	padding: 35px 0;
}