/* Home page styles */

@media (max-width: 575.98px) {
	img {
		max-height: 220px;
	}
}

div#mainContentColumn {
	font-size: 16px;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

/* Testimonial Carousel */
@media (min-width: 576px) {
	#testimonialCarousel .carousel-item div {
		height: 81px;
	}
}
@media (max-width: 575.98px) {
	#testimonialCarousel .carousel-item div {
		min-height: 131px;
	}
}

/* The animation code */
@keyframes runningMan {
	0%   {left:-1000%; top:0px;}
	100% {left:0; top:0px;}
}
  
/* The element to apply the animation to */
#runningManImage {
	position: relative;
	animation-name: runningMan;
	animation-duration: 2s;
	animation-timing-function: ease-out;
}

/* CSEA */
.affiliate-pricing-block {
	border: solid 1px #ee1a17;
	background-color: #ffffff;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.affiliate-pricing-block div:nth-of-type(2n) {
	font-size: 20px;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	background-color: #ffffff;
	color: #000000;
}

.affiliate-pricing-block div:nth-of-type(2n - 1) {
	font-size: 40px;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	background-color: #000000;
	color: #ffffff;
}