/* Master index page panel styles */
.index-panel .panel {
	background-color: #013c65;
	background-size: cover;
	background-position: top;
	padding: 0;
}
.index-panel .panel h2, .index-panel .panel h3, .index-panel .panel p, .index-panel .panel li {
	color: #fff;
}
.index-panel .panel h3 {
	font-weight: 100!important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.index-panel .panel a {
	color: white;
	display: block;
	min-height: 8em;
	padding: 1.25rem 3em 1.25rem 1.25rem;
}
.index-panel .panel a:hover {
	color: #f6b000;
}
/* Individual panels */
.index-panel.standards .panel {
	background-image: linear-gradient(160deg, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.65) 20%,rgba(0,0,0,0.32) 30%,rgba(0,0,0,0) 100%), url("/hss/geography-gis-sustainability/mapco/images/index-panels/teacher-index-panel-standards.jpg");
}
.index-panel.boundaries .panel {
	background-image: linear-gradient(160deg, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.65) 20%,rgba(0,0,0,0.32) 30%,rgba(0,0,0,0) 100%), url("/hss/geography-gis-sustainability/mapco/images/index-panels/teacher-index-panel-boundaries.jpg");
}
.index-panel.environment .panel {
	background-image: linear-gradient(160deg, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.65) 20%,rgba(0,0,0,0.32) 30%,rgba(0,0,0,0) 100%), url("/hss/geography-gis-sustainability/mapco/images/index-panels/teacher-index-panel-environment.jpg");
}
.index-panel.population .panel {
	background-image: linear-gradient(160deg, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.65) 20%,rgba(0,0,0,0.32) 30%,rgba(0,0,0,0) 100%), url("/hss/geography-gis-sustainability/mapco/images/index-panels/teacher-index-panel-population.jpg");
}
.index-panel.transportation .panel {
	background-image: linear-gradient(160deg, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.65) 20%,rgba(0,0,0,0.32) 30%,rgba(0,0,0,0) 100%), url("/hss/geography-gis-sustainability/mapco/images/index-panels/arrival-caravan-sante-fe.jpg");
}
.index-panel.economy .panel {
	background-image: linear-gradient(160deg, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.65) 20%,rgba(0,0,0,0.32) 30%,rgba(0,0,0,0) 100%), url("/hss/geography-gis-sustainability/mapco/images/index-panels/teacher-index-panel-farming.jpg");
}