.homepage-slideshow-cta {
	position: relative;
}

.homepage-slideshow-cta .item {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}

.homepage-slideshow-cta .item img {
	transition: all 0.5s ease-in-out;
	width: 100%;
}

.homepage-slideshow-cta .item:hover img {
	transform: scale(1.05);
}

.homepage-slideshow-cta .item-content {
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.homepage-slideshow-cta .item-content a {
	text-decoration: none;
}

.homepage-slideshow-cta .item-content .item-inner {
	padding: 0px 20%;
}

.homepage-slideshow-cta .item-content .item-inner,
.homepage-slideshow-cta .item-content .item-inner > a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.homepage-slideshow-cta .item-content .subtitle h3 {
	display: inline-block;
	padding: 8px 15px;
	color: #000;
	font-size: 3.2rem;
	font-size: 2.2vw;
	font-family: 'DIN Next LT W04 Bold';
	line-height: 1;
	text-transform: uppercase;
	background-color: #fbd100;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.homepage-slideshow-cta.subcolor-blue .subtitle h3 {
	color: #fff;
	background-color: #004f88;
}

.homepage-slideshow-cta .item-content .title h2 {
	color: #fff;
	font-size: 5.5vw;
	font-family: 'DIN Next LT W04 Bold';
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.homepage-slideshow-cta .item-content .call-to-action span {
	display: inline-block;
	margin-top: 15px;
	padding: 5px 10px;
	color: #fff;
	font-size: 2.2vw;
	font-family: 'DIN Next LT W04 Bold';
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	border: 4px solid #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.homepage-slideshow-cta .item-content .call-to-action span:hover {
	text-decoration: none;
}

.homepage-slideshow-cta .arrow {
    position: absolute;
    right: 20px;
    width: 60px;
    z-index: 1000;
    bottom: calc(50% - 30px);
    border: none !important;
    color: #fff !important;
    background-color: #fff !important;
    margin: 0px;
    padding: 15px 10px 15px 15px;
    border-radius: 0;
    cursor: pointer;
}
.homepage-slideshow-cta .arrow.prevSlide {
    left: 0px;
}
.homepage-slideshow-cta .arrow.nextSlide {
    right: 0px;
}
.homepage-slideshow-cta .arrow:before {
    content: '';
    width: 45px;
    height: 60px;
    display: block;
    background-image: url(/includes/public/assets/images/arrow-right.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-left: -5px;
    float: left;
}
.homepage-slideshow-cta .arrow.prevSlide:before {
    background-image: url(/includes/public/assets/images/arrow-left.svg);
}

.homepage-slideshow-cta .slick-dots { bottom: 30px; }

.homepage-slideshow-cta .slick-dots li button:before {
	color: white;
	font-size: 12px;
	opacity: 0.5;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.homepage-slideshow-cta .slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
}

.moreArrow {
	position: absolute;
	bottom: 40px;
	display: block;
	width: 100%;
	z-index: 1000;
	text-align: center;
	opacity: 1;
}
	.moreArrow > i {
		color: #fff;
		font-size: 40px;
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.animated{
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	
	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	
	animation-fill-mode:both;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

@media (max-width: 64.063em) {
	.moreArrow {
		bottom: 80px;
	}
}

@media (max-width: 40.063em) {
	.homepage-slideshow-cta .arrow {
		width: 40px;
	}
	.homepage-slideshow-cta .arrow:before {
		margin-top: 5px;
		width: 25px;
		height: 30px;
	}
	ul.dots {
	    bottom: 0px;
	}

	ul.dots li button {
	    padding: 1px;
	    height: 10px;
	}
	.homepage-slideshow-cta .item-content { text-align: center; }
	.homepage-slideshow-cta .item-content .item-inner { padding: 0px 30px; }
	.homepage-slideshow-cta .item-content .title h2 { font-size: 7.8vw; }
	.homepage-slideshow-cta .item-content .subtitle h3 { font-size: 5vw; }
	.homepage-slideshow-cta .item-content .call-to-action span {
		font-size: 5vw;
		border-width: 3px;
	}
}