@charset "UTF-8";
/* CSS Document */
.owl-stage-outer .responsive-video {
	padding-top: 20%;
}
/*
@media (max-width:929px) {
	.slideshow .owl-carousel .owl-item img { position:relative; margin-top:-150px; }
}
@media (max-width:768px) {
	.slideshow .owl-carousel .owl-item img { position:relative; margin-top:-100px; }
}
@media (max-width:600px) {
	.slideshow .owl-carousel .owl-item img { margin-top:-80px; }
}
@media (max-width:468px) {
	.slideshow .owl-carousel .owl-item img { margin-top:-60px; }
}
@media (max-width:468px) {
	.slideshow .owl-carousel .owl-item img { margin-top:-55px; }
}
@media (max-width:328px) {
	.slideshow .owl-carousel .owl-item img { margin-top:-40px; }
} Remove slideshow banner under header */
@media (max-width:1300px;) {
	.slideshow {
		top:-200px;
		margin-bottom: -200px;
	}
}

@media (max-width: 767px) {
	.owl-carousel-featured-stories .owl-controls > .owl-nav > .owl-prev {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0,0,0,0);
		border: 0;
	}
}
