.c-awards-slider {
	position: relative;
	/*   max-width: 800px; */
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.c-awards-slider {
/* 		padding-right: 40px;
		padding-left: 40px; */
	}
}

.c-awards-slider__controls {
	width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	pointer-events: none;
	margin:0 auto;
}

@media screen and (min-width: 768px) {
	.c-awards-slider__controls {
		width: calc(100% + 80px);
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

.c-awards-slider__nav {
	width: 25px;
	height: 62px;
	border: 0;
	border-radius: 50%;
	text-align: center;
	line-height: 54px;
	border: 1px solid white;
	color: #666666 !important;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background: transparent;
	font-size: 32px;
	cursor: pointer;
	pointer-events: all;
}

.c-awards-slider .glide__slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
}


.home-cta-cta {
	background: #f6d458;
	background-size: auto 100%;