/* Mobile First Styles */
.awards-panel.hc1 {
	padding: 5em 0;
	text-align: center;
}

.awards-panel.hc1 header h2 {
	font-size: 2em;
	color: #0096D6; /* $primary */
	font-family: 'Playfair Display', serif;
}

.awards-panel.hc1 .awards-list ul {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 2em 0;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.awards-panel.hc1 .awards-list ul li {
	margin: .25em 1%;
	padding: 1em;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.awards-panel.hc1 .awards-list ul li a {
	display: block;
}
/* End Mobile First Styles */

/* Responsive Over 800px */
@media screen and (min-width:800px) {
	.awards-panel.hc1 .awards-list ul li {
		width: 31%;
		margin: 1em 1%;
	}
}
/* End Responsive Over 800px */

/* Responsive Over 1200px */
@media screen and (min-width:1200px) {
	.awards-panel.hc1 .awards-list ul li {
		width: 18%;
		padding: 0;
	}
}
/* End Responsive Over 1200px */

/* Responsive @ 800px */
@media screen and (max-width:800px) {
	.awards-panel.hc1 .awards-list ul {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.awards-panel.hc1 .awards-list ul li {
		width: 33%;
		margin: 0.25em 0;
	}
}
/* End Responsive @ 800px */
