.recent-honors {
	padding: 56px 15px 21px 15px;
	width: 100%;
	max-width: 1146px;
	margin: 0 auto;
}

.recent-honors__row {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
}

.recent-honors__col {
	width: 100%;
	max-width: 50%;
	padding: 0 15px;
	font-weight: 300;
}

.recent-honors__header {
	font-weight: 300;
	font-size: 4rem;
	line-height: 5.3rem;
	margin-bottom: 36px;
	text-transform: uppercase;
	text-align: center;
}

.recent-honors__header b {
	font-weight: 700;
}

.recent-honors__list-item {
	position: relative;
	padding-left: 27px;
	margin-bottom: 26px;
	text-transform: uppercase;
		font-weight: 300;
}

.recent-honors__list-item:before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 99px;
	background-color: #006DB2;
	top: 12px;
	left: 0;
	position: absolute;
}

.recent-honors__list-item h3 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 30px;
}

.recent-honors__list-note {
	padding-top: 10px;
}

.recent-honors__list-item p {
	text-transform: none;
	padding-top: 20px;
}

.recent-honors__list-bg {
	display: none;
}

@media screen and (max-width: 1199px) {

	.recent-honors__header {
		font-size: 3.2rem;
	    line-height: 4.3rem;
		margin-bottom: 30px;
	}

	.recent-honors__list-item h3 {
		font-size: 1.7rem;
		line-height: normal;
	}

}

@media screen and (max-width: 767px) {

	.recent-honors {
		padding-top: 37px;
		padding-bottom: 17px;
	}

	.recent-honors__col {
		max-width: 100%;
	}

	.recent-honors__list-note {
		padding-top: 5px;
	}

	.recent-honors__list-item {
		padding-left: 13px;
		margin-bottom: 10px;
	}

	.recent-honors__list-item p {
		padding-top: 10px;
	}

	.recent-honors__list-item:before {
		top: 5px;
		width: 6px;
		height: 6px;
	}

}


@media screen and (max-width: 575px) {

	.recent-honors {
	   	padding-top: 39px;
	}

	.recent-honors__header {
		margin-bottom: 16px;
	}

	.recent-honors__list-bg {
		display: block;
		position: absolute;
		z-index: -1;
		left: -15px;
		right: -15px;
		top: 0;
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.recent-honors__list-bg:after {
		content: "";
		display: block;
		background-color: #006DB2;
		opacity: .9;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.recent-honors .recent-honors__list-item:nth-of-type(odd) .recent-honors__list-bg:after {
		background-color: #FFF;
	}

	.recent-honors .recent-honors__list-item:nth-of-type(even) {
		color: #FFF;
	}

	.recent-honors .recent-honors__list-item:nth-of-type(even):before {
		background-color: #FFF;
	}

	.recent-honors__list-item {
		padding: 15px 0 40px 13px;
	}

	.recent-honors__list-item:before {
		top: 23px;
	}

}
