*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	height: 100%;
}

body {
	min-height: 100%;
}

body {
	font-family: "helvetica neue", helvetica, sans-serif;
	line-height: 1.4;
}

.label-ie {
	display: none;
}

.icon-download {
	height: 32px;
	width: 32px;
	vertical-align: middle;
}

.logo-img {
	padding-left: 40px;
}

.btn-download {
	/*background: #00C762;*/
	background-color: #D2B929;
	border-radius: 3px;
	border: none;
	box-shadow: inset 0 -1px 0 1px rgba(255, 255, 255, 0.1), inset 0 -10px 20px rgba(255, 255, 255, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	margin: 15px 0;
	padding: 10px 25px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	width: 100%;
}

.btn-download:hover {
	background: #323232;
	color: #e2e2e2;
	text-decoration: none;
}

span.fa {
	margin-right: 10px;
}

.main-container {
	height: 100%;
	overflow: auto;
	position: absolute;
	width: 100%;
}

.cta-wrapper {
	background-color: #3D451E;
	color: #fff;
	height: 100%;
	overflow: auto;
	padding: 30px 20px;
	position: fixed;
	width: 450px;
}

.cta-content {
	/*font-size: 0.9rem;*/
	font-weight: 100;
	letter-spacing: 1px;
	margin: 0 auto;
	max-width: 95%;
	padding: 0.5em 1.2em;
	width: 100%;
}

.video-popup {
	padding: 0.5em 1.2em;
	position: relative;
}

.video-popup img {
	margin-bottom: 20px;
	max-width: 500px;
	width: 90%;
}

.video-popup .icon-wrapper {
	color: #000;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 60px;
	border: 2px solid #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
	height: 50px;
	left: 50%;
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	-moz-transform: translate3D(-50%, -50%, 0);
	-ms-transform: translate3D(-50%, -50%, 0);
	-webkit-transform: translate3D(-50%, -50%, 0);
	transform: translate3D(-50%, -50%, 0);
}

.video-popup .icon-wrapper:hover {
	cursor: pointer;
}

.video-popup i {
	left: 3px;
	position: relative;
}

.profile-wrapper {
	padding-top: 20px;
	text-align: center;
}

.profile-wrapper img {
	max-width: 350px;
	width: 100%;
}

.cta-content .btn-wrapper {
	padding: 20px 0;
}

.cta-content ul {
	list-style-type: none;
}

.cta-content ul li {
	text-indent: -1.4em;
}

.cta-content ul li:before{
	content: "\f0da";
	float: left;
	font-family: FontAwesome;
	width: 1.4em;
}

.warning-box {
	background-color: #FFFDAD;
	border-radius: 8px;
	color: #000;
	font-weight: 200;
	margin: 1rem auto;
	padding: 1em 2em;
}

.popup-form {
	background: #fff;
	border-radius: 8px;
	margin: 0 auto;
	margin: 80px auto;
	max-width: 1000px;
	overflow: auto;
	padding: 30px;
	position: relative;
	width: 85%;
}

.popup-form .form-wrapper {
	padding: 0 5%;
}

.popup-form .logo-banner {
	text-align: center;
}

.popup-form .logo-banner img {
	max-height: 70px;
	max-width: 90%;
}

.popup-form .product-container {
	overflow: auto;
	padding: 0 10px 30px 10px;
	text-align: center;
}

.popup-form .product-container img.responsive {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
	margin-top: 30px;
	max-height: 350px;
	max-width: 90%;
	width: auto;
}

.popup-form .form-container {
	padding-top: 30px;
}

.popup-form .form-container label {
	margin-bottom: 0.2rem;
	/*font-size: 12px;*/
}

.popup-form .form-container input {
	/*font-size: 0.9rem;*/
}

.popup-form .form-group {
	margin-bottom: 1em;
}

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transform: translate3d(0, -100px, 0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	transform: translate3d(0, -100px, 0);
	opacity: 0;
}

.mfp-close-btn-in .mfp-close {
	font-size: xx-large;
	position: absolute;
	right: 10px;
	top: 5px;
}

.disclosure {  
	background: rgba(0,0,0,0.05);
	bottom: 0px;
	clear: both;
	color: #000;
	left: 0;
	margin-top: 30px;
	padding: 1em 10%;
	position: relative;
	text-align: center;
}

.error {
	color: red;
	font-size: .75em;
}

.form-wrapper .form-group {
	position: relative; 
}

/* style icon */
.form-wrapper .form-group .fa {
	left:  0px;
	padding: 10px;
	pointer-events: none;
	position: absolute;
	z-index: 10;
}

.form-wrapper .form-group input  { padding-left:  30px; }

.quiz-box-wrapper .main-text {
	padding: 20px 15px;
}

.quiz-box-wrapper .user-wrapper {
	margin-top: 20px;
}

.quiz-box-wrapper .user-photo{
	background-image: url('http://placehold.it/350x150');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	height: 150px;
	margin: 0 auto;
	width:150px;
}

.quiz-container {
	margin: 20px 0;
}

.quiz-wrapper {
	font-weight: 200;
	letter-spacing: 1px;
	margin-left: 450px;
	/*padding: 2em 3.5em;*/
	position: relative;
}

.quiz-wrapper label {
	font-weight: 200;
	letter-spacing: 1px;
}

.quiz-text .main-text p {
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 1.3em;
}

.quizlib-question {
	margin-bottom: 1em;
}

.quizlib-question .card {
	border: 1px solid #e3e3e3;
    border-radius: 8px;
}

.quizlib-question-answers ul {
	list-style: none;
}

.quizlib-question-answers label {
	margin-bottom: .2rem; 
}

.quiz-question {
	padding-bottom: 10px;
}

.q-answer {
	display: none;
	color: #4caf50;
	margin-top: 10px;
	opacity: 0;
	position: relative;
	transition: all 1s ease;
}

.q-source {
	display: none;
	margin-top: 10px;
	opacity: 0;
	position: relative;
	transition: all 1s ease;
}

.quizlib-correct {
	color: #4caf50;
}

.quizlib-incorrect {
	color: #f44336;
}

.quizlib-incorrect .q-answer {
	display: block;
	opacity: 1;
}

.quizlib-incorrect .q-source, .quizlib-correct .q-source {
	display: block;
	opacity: 1;
}

.card {
	background-color: rgba(255,255,255,0.8);
	height: 100%;
	padding: 5px 20px;
}

.quiz-score {
	color: #fff;
	display: none;
	opacity: 0;
	padding: 20px 10px;
	text-align: center;
}

.quizlib-question-title {
	margin: 20px 0;
}


.show-btn-wrapper, .start-btn-wrapper {
	text-align: center;
	margin: 10px 0;
}

.showResults-btn {
	margin-bottom: 0;
}

.quizlib-question-answers label span {
	padding-left: 10px;
}

.btn-download.disabled {
	background-color: #f5f5f5;
	color: #000;
}

.btn-download.disabled:hover {
	background-color: #f5f5f5;
	color: #000;
	cursor: not-allowed;
}

@media (min-width: 850px) and (max-width: 1300px) {
	.cta-wrapper {
		width: 370px;
	}
	.quiz-wrapper {
		margin-left: 370px;
	}
	.profile-wrapper {
		display: none;
	}
	.popup-form {
		width: 90%;
		margin: 40px auto;
	}
	.quiz-container {
		width: 100%;
	}
}

@media (max-width: 1199px) {
	.popup-form {
		max-width: 800px;
	}
}

@media (max-width: 850px) {
	.cta-wrapper {
		position: relative;
		width: 100%;
		height: auto;
	}
	.quiz-wrapper {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.profile-wrapper {
		display: none;
	}
	.popup-form {
		width: 90%;
		margin: 40px auto;
	}
	.popup-form .product-container {
		display: none;
	}
}

@media (max-width: 500px) {
	.popup-form {
		width: 100%;
		margin: 5px auto;
	}
}