/* 	2.0 Grades
--------------------------------------------------- */

#classroom-hero {
	border-radius: 12px;
	margin-bottom: 18px;
}

@media (min-width: 980px) {
	#classroom-hero {padding: 18px;}
}

@media (min-width: 980px) {
	#classroom-hero.elementary {background: url(/graphics/landingpages/classroom/hero/ele-main.png) no-repeat center center;}
	#classroom-hero.middle {background: url(/graphics/landingpages/classroom/hero/middle-main.jpg) no-repeat center center;}
	#classroom-hero.high {background: url(/graphics/landingpages/classroom/hero/high-main.png) no-repeat center center;}

	#classroom-hero.sp-lang {background: url(/graphics/landingpages/classroom/hero/spanish-main.jpg) no-repeat center top;}
	#classroom-hero.steam {background: url(/graphics/landingpages/classroom/hero/steam-main.png) no-repeat center top;}
	#classroom-hero.summer-reading {background: url(/graphics/landingpages/classroom/hero/summer-reading-main.png) no-repeat center -54px;}
	#classroom-hero.diverse-stories {background: url(/graphics/landingpages/classroom/hero/dei-main.png) no-repeat left -108px;}
	#classroom-hero.student-wellbeing {background: url(/graphics/landingpages/classroom/hero/sel-main.png) no-repeat left -108px;}
	#classroom-hero.core-programs {background: url(/graphics/landingpages/classroom/hero/core-programs-main.png) no-repeat right center;}
	#classroom-hero.early-learning {background: url(/graphics/landingpages/classroom/hero/early-learning-main.png) no-repeat left;}
	#classroom-hero.striving-readers {background: url(/graphics/landingpages/classroom/hero/striving-readers-main.png) no-repeat left;}
	#classroom-hero.books-in-series {background: url(/graphics/landingpages/classroom/hero/books-in-series-main.png) no-repeat left;}
	#classroom-hero.sale {background: url(/graphics/landingpages/classroom/hero/sale.png) no-repeat right top;}
	#classroom-hero.graphic-novels {background: url(/graphics/landingpages/classroom/hero/graphic-novels.jpg) no-repeat right top;}
	#classroom-hero.pub-corner {background: url(/graphics/landingpages/classroom/hero/pub-corner.png) no-repeat right center;}
	#classroom-hero.science {background: url(/graphics/landingpages/classroom/hero/science.png) no-repeat right center;}
	#classroom-hero.social-studies {background: url(/graphics/landingpages/classroom/hero/social-studies.png) no-repeat right center;}
	#classroom-hero.professional-development {background: url(/graphics/landingpages/classroom/hero/professional-development.jpg) no-repeat right center;}
}

#classroom-hero-content {
	border-radius: 3px;
	padding: 18px;
}

@media (min-width: 980px) {
	#classroom-hero-content {width: 40%;}
}

#classroom-hero-content.elementary {background-color: rgba(0,0,0,0.75);}
#classroom-hero-content.middle {background-color: rgba(0,0,0,0.75);}
#classroom-hero-content.high {background-color: rgba(0,0,0,0.75);}

#classroom-hero-content.sp-lang {background-color: rgba(255,255,255,0.85);}
#classroom-hero-content.steam {background-color: rgba(61,133,198,1);}
#classroom-hero-content.summer-reading {background-color: rgba(255,255,255,0.85);}
#classroom-hero-content.diverse-stories {background-color: rgba(255,255,255,0.85);}
#classroom-hero-content.student-wellbeing {background-color: rgba(255,255,255,0.85);}
#classroom-hero-content.core-programs {background-color: rgba(255,255,255,0.85);}
#classroom-hero-content.early-learning {background-color: rgba(255,255,255,0.85);}
#classroom-hero-content.striving-readers {background-color: rgba(255,255,255,0.85);}
#classroom-hero-content.books-in-series {background-color: rgba(255,255,255,0.85);}
#classroom-hero-content.sale {background-color: rgba(255,255,255,0.85);}
#classroom-hero-content.graphic-novels {background-color: rgba(255,255,255,0.85);}
#classroom-hero-content.pub-corner {background-color: rgba(255,255,255,0.85);}
#classroom-hero-content.science {background-color: rgba(255,255,255,0.85);}
#classroom-hero-content.social-studies {background-color: rgba(255,255,255,0.85);}
#classroom-hero-content.professional-development {background-color: rgba(255,255,255,0.85);}
