.entry-content .interactiveContainer {
	position: relative;
	border: none !important;
	margin-top: -35px !important;
}
.introCover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	font-weight: 400;
	padding: 100px 10%;
	height: 100%;
	background: #fff;
	color: black;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; transition: all 300ms linear;
}
.introCover .tooltipShow {
	color: #C23A41;
}
.optionItemStart {
	float: left;
	width: 48%;
	margin: 40px 1%;
	margin-left: 26%;
	margin-right: 26%;
	padding: 10px 10px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
	font-weight: 400 !important;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	box-shadow: 0px 0px 12px -6px #333;
}
.tooltip {
	position: absolute;
	top: -100%;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 12px -5px #aaa;
	display: block;
	margin-left: 50%;
	left: -160px;
	width: 320px;
	padding: 15px;
	font-size: 14px;
	background: white;
	-webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; transition: all 300ms linear; 
	z-index: 1000;
}
.tooltip.shown {
	top: 100px;
}
.closeTooltip {
	position: absolute;
	right: -13px;
	top: -10px;
	color: #888;
	/* width: 16px; */
	/* height: 16px; */
	/* padding-bottom: 3px; */
	padding: 4px 11px;
	background: #fff;
	border: 2px solid #888;
	border-radius: 50%;
	/* padding: 4px; */
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
}
.closeTooltip:hover {
	background: pink;
	border: 2px solid red;
	color: red;
}
.blackCover {
	position: absolute;
	left: 0;
	pointer-events: none;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; transition: all 300ms linear;
}
.blackCover.shown {
	pointer-events: auto;
	opacity: 0.7;
}
.tooltipShow {
	font-weight: bold;
	cursor: pointer;
	color: #2065C7;
}
.mainArea {
	float: left;
	width: 100%;
	height: 450px;
	overflow: hidden;
	margin-bottom: 20px;
}
.mainInside {
	float: left;
	width: 400%;
	height: 100%;
	-webkit-transition: all 100ms linear; -moz-transition: all 100ms linear; -o-transition: all 100ms linear; -ms-transition: all 100ms linear; transition: all 100ms linear; 
}
.stage {
	float: left;
	width: 25%;
	height: 100%;
}
.questionWords {
	float: left;
	width: 100%;
	font-size: 20px;
	text-align: center;
	margin-top: 40px;
}
.stage6 .questionWords {
	font-size: 30px;
	font-weight: 100;
}
.optionBox {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 30px;
	text-align: center;
}
.optionItem {
	float: left;
	width: 48%;
	margin: 10px 1%;
	padding: 10px 10px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
	font-weight: 400 !important;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	box-shadow: 0px 0px 12px -6px #333;
}
.optionItem:hover {
	background: #D9FEFF;
}
.optionItem:active {
	box-shadow: 0px 0px 0px 0px #fff;
}
.optionItem.middle {
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 30px;
	clear: both;
}
.optionItem.resetItem {
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 30px;
	clear: both;
}
.bottomArea {
	float: left;
	width: 100%;
}
.bottomItem {
	float: left;
	width: 16.666666667%;
	padding:  3px 10px;
	font-weight: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #eee;
}
.bottomItem:first-child .bottomNumber {
	font-size: 15px ;
}

.bottomItem:nth-child(2) {
	background: pink;
}
.stage { background: #FFE6E6; }
.bottomItem:nth-child(3) {
	background: #F2ECA5;
}
.stage:nth-child(1) { background: #FFFCD9; }
.bottomItem:nth-child(4) {
	background: #A5F2A5;
}
.stage:nth-child(2) { background: #DBFFDB; }
.bottomItem:nth-child(5) {
	background: #A5D7F2;
}
.stage:nth-child(3) { background: #E0F4FF; }
.bottomItem:nth-child(6) {
	background: #EEA5F2;
	font-size: 20px;
}

.stage:nth-child(4) { background: #FDD9FF; }
.bottomNumber {
	font-size: 19px;
	text-align: center;
	overflow: hidden;
	height: 30px;
	width: 100%;
	font-weight: 400;
}

.bottomNumber .noneItem {
	color: #aaa;
	font-weight: 100;
}
.bottomLabel {
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;
	text-align: center;
}
.optionBox.age {
	float: none;
	font-size: 23px !important;
	width: 200px;
}
.optionItem.ageItem {
	float: none;
}
.bottomTop {
	float: left;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	display: block;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	height: 20px;
}
.questionSub {
	float: left;
	width: 98%;
	font-size: 15px;
	color: #888;
	font-weight: 400 !important;
	margin: 10px 1%;
	text-align: center;
}
img.stageImage {
	display: block;
	width: 80px;
	margin: 10px auto -10px;
}
@media screen and (max-width: 550px) {
	img.stageImage {
		width: 40px;
		margin-bottom: -30px;
	}
	.mirror_table_headers,.mirror_table_row td {
		font-size: 12px !important;
	}
	.tooltip {
		width: 80%;
		left: 6%;
		margin: 0;
		font-size: 13px;
	}
	.questionSub {
		font-size: 13px;
	}
	.optionItem {
		font-size: 14px;
	}
	.bottomTop {
		float: left;
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
		font-size: 9px;
		display: none;
		text-transform: uppercase;
		height: 20px;
	}
	.bottomNumber {
		font-size: 14px !important;
	}
	.bottomItem1,.bottomItem2,.bottomItem3,.bottomItem4 { 
		display: none;
	}
	.bottomItem {
		width: 50%;
	}
}

