#kh-feature-rotator {
	background: #ffa800;
}

#kh-section-page-topleft-feature {
	background: url('/images/mothership/sectionpages/teens/teens-top-left.jpg') no-repeat;
}

#kh-section-page-topleft-feature ul {
	position: relative;
	top: 60px;
	left: 0;
	margin: 30px 24px;
	padding-left: 18px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 16px;
	height: 140px;
	list-style: disc;
	overflow: hidden;
}

#kh-section-page-topleft-feature li {
	margin-bottom: 10px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 16px;
}

#kh-section-page-topleft-feature a:link, #kh-section-page-topleft-feature a:visited {
	color: #000;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}

#kh-section-page-topleft-feature a:hover, #kh-section-page-topleft-feature a:active {
	text-decoration: underline;
}

#kh-section-page-topright-feature {
	background: url('/images/mothership/sectionpages/teens/teens-top-right.jpg') no-repeat;
}

#kh-section-page-topright-feature .kh-section-page-feature-title {
	position: absolute;
	top: 104px;
	color: #fff;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	margin: 30px;
	height: 70px;
	overflow: hidden;
}

#kh-section-page-topright-feature .kh-section-page-learnmore {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#kh-section-page-bottomleft-feature {
	background: url('/images/mothership/sectionpages/teens/teens-bottom-left.jpg') no-repeat;
}

#kh-section-page-bottomleft-feature .kh-section-page-feature-title {
	position: absolute;
	top: 64px;
	color: #000;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	margin: 30px;
	height: 110px;
	overflow: hidden;
}

#kh-section-page-bottomleft-feature .kh-section-page-learnmore {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#kh-section-page-bottomright-feature {
	background: url('/images/mothership/sectionpages/teens/teens-bottom-right.jpg') no-repeat;
	margin-left: 10px;
	margin-bottom: 20px;
}

#kh-section-page-bottomright-feature #teenQuiz {
	position: absolute;
	top: 50px;
	left: 10px;
	margin: 30px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	height: 154px;
	overflow: hidden;
	width: 76%;
}

#kh-section-page-bottomright-feature #teenQuiz #quizQuestion {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

#kh-section-page-bottomright-feature #teenQuiz #quizAnswers {
	margin: 10px 30px 0;
}

#kh-section-page-bottomright-feature #teenQuiz #quizAnswers a {
	cursor: pointer;
}

#kh-section-page-bottomright-feature #teenQuiz #quizAnswers a:link,
#kh-section-page-bottomright-feature #teenQuiz #quizAnswers a:visited {
	color: #000;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
}

#kh-section-page-bottomright-feature #teenQuiz #quizAnswers a:hover,
#kh-section-page-bottomright-feature #teenQuiz #quizAnswers a:active {
	text-decoration: underline;
}

#incorrectQuizAnswer {
	width: 100% !important;
	height: 80%;

	background: #fff;
	display: none;
	position: relative;
	top: 0;
	margin-top: 20px;
}

#incorrectQuizAnswer p span {
	font-size: 24px;
	color: #3359ba;
	margin-bottom: 16px;
	margin-top: 24px;
	font-weight: bold;
}

#incorrectQuizAnswer p a {
	text-decoration: none;
	text-align: right;
	color: #3359ba;
	cursor: pointer;
	font-size: 12px;
	background: url(/images/IRTeens/home/quizArrow.png) 100% 2px no-repeat !important;
	padding-right: 9px;
	padding-bottom: 3px;
	float: right;
	font-weight: bold;
	position: absolute;
	right: 0 !important;
}

#correctQuizAnswer {
	width: 100%;
	height: 100%;
	background: #fff;
	display: none;
	position: absolute;
	top: 0px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	
	padding-left: 2px
}

#correctQuizAnswer span {
	font-size: 24px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: bold;
	color: #3359ba;
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: -2px;
}

#correctQuizAnswer a {
	text-decoration: none;
	color: #06c;
	display: block;
	position: absolute;
	bottom: 4px;
	right: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	background: url(/images/IRTeens/home/quizArrow.png) 100% 2px no-repeat;
	padding-right: 9px;
	padding-bottom: 2px;
}

/* Mobile Landscape */
@media only screen and (max-width: 767px) {
	#kh-section-page-topleft-feature ul {
		position: relative;
		top: 52px;
		font-size: 13px;
		margin: 20px;
		height: 118px;
	}

	#kh-section-page-topleft-feature li {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 5px;
	}

	#kh-section-page-topleft-feature a:link, #kh-section-page-topleft-feature a:visited {
		font-size: 13px;
	}

	#kh-section-page-topright-feature .kh-section-page-feature-title {
		top: 80px;
		font-size: 14px;
		margin: 20px;
		height: 64px;
	}

	#kh-section-page-topright-feature .kh-section-page-learnmore {
		right: 14px;
		bottom: 10px;
	}

	#kh-section-page-bottomleft-feature .kh-section-page-feature-title {
		top: 42px;
		font-size: 15px;
		height: 90px;
	}

	#kh-section-page-bottomleft-feature .kh-section-page-learnmore {
		right: 14px;
		bottom: 10px;
	}

	#kh-section-page-bottomright-feature #teenQuiz {
		margin: 16px;
		top: 46px;
		height: 154px;
	}

	#kh-section-page-bottomright-feature #teenQuiz #quizQuestion {
		font-size: 12px;
		line-height: 18px;
	}

	#kh-section-page-bottomright-feature #teenQuiz #quizAnswers {
		margin: 0 30px 0;
	}

	#kh-section-page-bottomright-feature #teenQuiz #quizAnswers a:link,
	#kh-section-page-bottomright-feature #teenQuiz #quizAnswers a:visited {
		font-size: 12px;
		line-height: normal;
	}

	#incorrectQuizAnswer p a, #correctQuizAnswer a {
		background: url(/images/IRTeens/home/quizArrow.png) 100% 8px no-repeat !important;
	}
}

/* Mobile Portrait */
@media only screen and (max-width: 568px) {
	#kh-section-page-topleft-feature ul {
		top: 60px;
		font-size: 16px;
		margin: 30px 24px;
		padding-left: 18px;
		height: 140px;
	}

	#kh-section-page-topleft-feature li {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	#kh-section-page-topleft-feature a:link, #kh-section-page-topleft-feature a:visited {
		font-size: 16px;
	}

	#kh-section-page-topright-feature .kh-section-page-feature-title {
		top: 104px;
		font-size: 15px;
		margin: 20px;
	}

	#kh-section-page-topright-feature .kh-section-page-learnmore {
		right: 20px;
		bottom: 20px;
	}

	#kh-section-page-bottomleft-feature .kh-section-page-feature-title {
		top: 64px;
		font-size: 16px;
	}

	#kh-section-page-bottomleft-feature .kh-section-page-learnmore {
		right: 20px;
		bottom: 20px;
	}

	#kh-section-page-bottomright-feature #teenQuiz {
		margin: 30px;
		top: 50px;
	}

	#kh-section-page-bottomright-feature #teenQuiz #quizQuestion {
		font-size: 16px;
		line-height: initial;
	}

	#kh-section-page-bottomright-feature #teenQuiz #quizAnswers {
		margin: 10px 30px 0;
		line-height: 20px;
	}

	#kh-section-page-bottomright-feature #teenQuiz #quizAnswers a:link,
	#kh-section-page-bottomright-feature #teenQuiz #quizAnswers a:visited {
		font-size: 16px;
		line-height: 20px;
	}

	#incorrectQuizAnswer p a, #correctQuizAnswer a {
		background: url(/images/IRTeens/home/quizArrow.png) 100% 8px no-repeat !important;
	}
}

