@charset "ISO-8859-1";

article.page {
	width: 720px;
	margin-left: 80px;
	display: none;
	border-radius: 2px;

	padding-bottom: 80px;
	position: absolute;
	top: 260px;
}
article.page header {
	background: none;
	height: auto;
}
article.page header h2 {

	color: #FFFFFF;
	font-family: "museo-slab";
	font-size: 38px;
	letter-spacing: -0.47px;
	margin-top: 0px;
	font-weight: 300;

}

article.page div.questionaire {
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
	background-color: #FFF;
	padding: 40px 40px 40px 40px;

	margin-top: 40px;
	overflow: hidden;
}

article.page header p {
	opacity: 0.7;
	color: #FFFFFF;
	font-family: "museo-slab";
	font-size: 20px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-weight: 100;

}
article.page section.question {
	padding-top: 20px;
	padding-bottom: 20px;
}
article.page section.question header {
	background: none;
}
article.page section.question header h3{
	height: 22px;
	width: 640px;
	color: #333333;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}

.extension-wrapper {
	margin-top: 20px;
	display: none;
}

.extension-wrapper .remove-answer {
	display: none;
	height: 30px;
	width: 142px;
	border-radius: 100px;
	background-color: #EBEBEB;
	color: #5CB4F3;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: center;
	border: 0px solid #EBEBEB;
	margin-right: 20px;
	text-transform: uppercase;
	cursor: pointer;

}

.extension-wrapper .add-answer {
	
}




.invalid .user-checkbox-wrp .checkmark, 
.invalid.user-checkbox-wrp .checkmark, 
.invalid.user-checkbox-wrp a,
.invalid .user-radio-wrp .checkmark,
.invalid .user-checkbox-wrp,
.invalid.user-checkbox-wrp,
.invalid .user-radio-wrp,
/* .invalid .user-input-wrp .inputText, */
 .user-input-wrp.invalid .inputText, 
 .extension-wrapper .user-input-wrp.invalid .inputText,
.user-input-wrp .error-label  {
	color: rgba(211, 47, 47, 0.8) !important;
	border-color: #E07272;
}
.optional-label {
	position: absolute;
	right: 0;
	top: 25px;
	height: 16px;
	width: 64px;
	color: rgba(153, 153, 153, 0.8);
	font-family: "Open Sans";
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 16px;
	text-transform: uppercase;
}

section.validation-required .optional-label {
	display: none;	
}


div.privacy {
	position: absolute;
	top: 175px;
	left: 800px;
	padding: 30px 30px 40px 30px;
	width: 260px;
	border-radius: 2px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
	text-align: center;

}

.privacy h3 {
	height: 16px;
	opacity: 0.8;
	color: #999999;
	font-family: "Open Sans";
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.privacy h4 {
	height: 72px;
	color: #333333;
	font-family: "museo-slab";
	font-size: 16px;
		font-weight: 500;
	letter-spacing: -0.2px;
	line-height: 24px;
	padding: 0;
	margin: 0;

}

.privacy p {
	height: 48px;
	color: #666666;
	font-family: "Open Sans";
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	padding: 15px 0 30px 0;
}
.privacy img {
	margin: 25px;

}

button.btn-1 {
	text-transform: uppercase;
	padding: 3px 30px 3px 30px;
	border: 2px solid #5CB4F3;
	border-radius: 100px;
	color: #5CB4F3;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: center;
	background-color: #FFF;
}

button.btn-1:hover{
	background: linear-gradient(135deg, #5CB4F3 0%, #8ED0FF 100%);
	color: #FFF;
	cursor: pointer;
}

.extension-wrapper .remove-answer, .add-answer{
margin-bottom: 20px;

}

.extension-wrapper .row:last-child .user-input-wrp {
	padding-bottom: 30px;
}