/* Features - Layout Slideshow - Core */

.mod-udes-poster .layout-slideshow {
	position: relative;
}

.mod-udes-poster .layout-slideshow:after {
	display: table;
	content: "";
	*zoom: 1;
	clear: both;
}

.mod-udes-poster .layout-slideshow ul {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.mod-udes-poster .layout-slideshow .sprocket-none {
	opacity: 0;
	visibility: hidden;
	display: none;
}


/* Features - Layout Slideshow - Content */

.mod-udes-poster .layout-slideshow .sprocket-features-img-list {
	position: relative;
	overflow: hidden;
}

.mod-udes-poster .layout-slideshow .sprocket-features-img-container {
	position: absolute;
}

.mod-udes-poster .layout-slideshow .sprocket-features-img-container img {
    width: 100%;
        height: 450px!important;
        object-fit: cover;
}

.mod-udes-poster .layout-slideshow .sprocket-features-content {
    position: absolute;
    top: 0px;
}

.mod-udes-poster .layout-slideshow .sprocket-features-title {
	font-size: 2em;
	line-height: 1.3em;
	margin: 0 0 15px 0;
	padding: 10px;
	display: inline-block;
}

.mod-udes-poster .sprocket-features-desc {
    margin-top: 235px;
        color: white;
    font-weight: 600;
    text-shadow: 1px 1px 3px black;
    width: 80%;
}

/* Features - Layout Slideshow - Enable First Item */

.mod-udes-poster .layout-slideshow .sprocket-features-index-1 .sprocket-features-img-container {
	position: relative;
}

.mod-udes-poster .layout-slideshow .sprocket-features-index-1 .sprocket-features-img-container,
.layout-slideshow .sprocket-features-index-1 .sprocket-features-content {
	z-index: 2;
}


/* Features - Layout Slideshow - Navigation */

.mod-udes-poster .layout-slideshow .sprocket-features-arrows .arrow {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	bottom: 20%;
	    opacity: 0.7;
	cursor: pointer;
	z-index: 10;
	text-align: center;
	font-size: 17px;
	    background: #ccc;
    color: #222;
    border-color: #303030;
}

.mod-udes-poster .layout-slideshow .sprocket-features-arrows .prev {
    right: 31px;
    transform: rotate(90deg);
    width: 30px;
    height: 30px;
    border-radius: 0;
}

.mod-udes-poster .layout-slideshow .sprocket-features-arrows .next {
right: 0;
    transform: rotate(-90deg);
    width: 30px;
    height: 30px;
    border-radius: 0;
}

.mod-udes-poster .layout-slideshow .sprocket-features-arrows .arrow:hover {
	opacity: 1;
}

.mod-udes-poster .arrows-onhover .sprocket-features-arrows .arrow {
	opacity: 0;
}

.mod-udes-poster .sprocket-features.arrows-onhover:hover .sprocket-features-arrows .arrow {
	opacity: 1;
}

.mod-udes-poster .layout-slideshow .sprocket-features-pagination {
    position: absolute;
    right: 0;
    z-index: 10;
}

.mod-udes-poster .layout-slideshow .sprocket-features-pagination li {
    display: inline-block;
    padding: 4px;
    border-radius: 1em;
    cursor: pointer;
    color: #e8e8e8;
}

.mod-udes-poster .layout-slideshow .sprocket-features-pagination li.active {
    opacity: 1;
    color: #0252a6;
}

.mod-udes-poster .layout-slideshow .sprocket-features-pagination li span {
	font-size: 0.85em;
	line-height: 1em;
}

.mod-udes-poster .layout-slideshow .sprocket-features-pagination-hidden {
	display: none;
}


/* Features - Layout Slideshow - Colors */






/* Features - Layout Slideshow - Transitions */

.mod-udes-poster .layout-slideshow .sprocket-features-pagination li,
.layout-slideshow .sprocket-features-arrows .arrow {
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
}