/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/


.bg-blue.rounded-xl.p-8.text-white a {
	color:white;
}

.bg-blue.rounded-xl.p-8.text-white a:hover {
	color:#ffc82e;
}

@media only screen and (max-width: 819px) {
	.grid .slick {
		width:600px;
	}
}

@media only screen and (max-width: 650px) {
	.grid .slick {
		width:350px;
	}
}