#digital_sports_content_slider{
	display: none;
	margin-bottom: 115px;
	z-index: 100;
}

.sp-slide{
	text-align: center;
}

.sp-slides-container{
	/*z-index: -100;*/
}

.sp-slide > a > img{
	margin: 0 auto;
	height: 430px;
}

.sp-slide > a > .image-container{
	width: 595px;
	height: 430px;
	max-height: 430px;
	border-top-width: 10px !important;
}

.sp-slide > a > .image-container .image-container__sport-icon{
	width: 30%;
	padding: 50px 0 20px;
}

.sp-slide > a > .image-container .image-container__team{
	font-size: 3rem;
	line-height: 3rem;
	padding-bottom: 20px;
}

.sp-slide > a > .image-container .image-container__sport{
	font-size: 3.5rem !important;
}

.sp-thumbnail-image-container > img {
	width: 146px;
	height: 100px;
}

.sp-thumbnail-image-container > .image-container > .info-container > .image-container__team{
	line-height: 15px;
	margin-bottom: 3px;
}

.sp-caption-container{
	margin-top: -134px;
	padding: 5px;
	font-weight: bold;
}

.sp-arrow{
	padding: 15px;
}

.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before{
	width: 25% !important;
	height: 25% !important;
}

.sp-next-arrow:after, .sp-previous-arrow:after{
	top: 25% !important;
}

@media (max-width: 500px) {
	#digital_sports_content_slider .sp-thumbnail {
		text-align: center;
	}

	#digital_sports_content_slider .sp-thumbnail-image-container {
		display: none;
	}
}

/* PB Styles for A11Y Slider */

.global-carousel {
	position: relative;
}
.image-container__pause-button {
	background: transparent;
	color: #fff;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 30px;
	text-indent: 999em;
	left: 30px;
	width: 40px;
	z-index: 30000;
}

.image-container__pause-button::before {
	content: '\f04c';
	font-family: FontAwesome;
	font-size: 20px;
	text-indent: 0;
	left: 0;
	position: absolute;
}

.image-container__pause-button--paused::before {
	content: '\f04b';
	font-family: FontAwesome;
}