.imagebox-cta { position: relative;}
.imagebox-cta .item {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}

.imagebox-cta .item img {
	transition: all 0.5s ease-in-out;
	width: 100%;
}

.imagebox-cta .item.hover:hover img {
	transform: scale(1.05);
}

.imagebox-cta .item-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.imagebox-cta .item-content a {
	text-decoration: none;
}

.imagebox-cta .slick-slider{
	margin-bottom: 0!important;
}

.imagebox-cta .item-content .item-inner {
	padding: 0px 20%;
}

.imagebox-cta .item-content .subtitle h3 {
	display: inline-block;
	padding: 8px 15px;
	color: #000;
	font-size: 2.2vw;
	font-family: 'expressway';
	line-height: 1;
	text-transform: uppercase;
	background-color: #fbd100;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.imagebox-cta.subcolor-blue .subtitle h3 {
	color: #fff;
	background-color: #004f88;
}

.imagebox-cta .item-content .title h2 {
	color: #fff;
	font-size: 5.5vw;
	font-family: 'expressway';
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.imagebox-cta .item-content .call-to-action span {
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.6vw;
	font-family: 'expressway';
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.imagebox-cta .item-content .call-to-action span:hover {
	text-decoration: none;
}

.imagebox-cta .item-content .sponsor {
    color: #fff;
    font-size: 1.5vw;
    font-family: 'expressway';
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    margin-bottom: 2%;
}

.imagebox-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;
    display: none;
}
.imagebox-cta .arrow.prevSlide {
    left: 0px;
}
.imagebox-cta .arrow.nextSlide {
    right: 0px;
}
.imagebox-cta .arrow:before {
    content: '';
    width: 45px;
    height: 60px;
    display: block;
    background-image: url(../svg/arrow-right.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-left: -5px;
    float: left;
}
.imagebox-cta .arrow.prevSlide:before {
    background-image: url(../svg/arrow-left.svg);
}

.imagebox-cta .slick-dots { bottom: 30px; }

.imagebox-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);
}

.imagebox-cta .slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
}

@media (max-width: 40.063em) {
	.imagebox-cta .item-content { text-align: center; }
	.imagebox-cta .item-content .item-inner { padding: 0px 30px; }
	.imagebox-cta .item-content .title h2 { font-size: 46px; margin-top: 15px; }
	.imagebox-cta .item-content .subtitle h3 { font-size: 5vw; }
	.imagebox-cta .item-content .call-to-action span {
		font-size: 5vw;
		margin-top: 10px;
	}
	.imagebox-cta .arrow { width: 30px; }
	.imagebox-cta .arrow:before {
		width: 20px;
		height: 30px;
		margin-left: -10px;
	}
	.imagebox-cta .item-content .sponsor {
		font-size: 1em;
	}
}