.custom_listicle {}

.custom_listicle .qv-btn {
	position: relative;
	top: -2px;
	display: inline-block;
	width: auto;
	font-family: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aaa9a9;
	border: 1px solid #dedede;
	padding: 3px 10px;
	margin-left: 10px;
	cursor: pointer;
}
@media screen and (max-width: 641px){
	.custom_listicle .qv-btn {margin-left: 0;}
}
.custom_listicle .listicle-item { margin-bottom: 15px; }

.custom_listicle .listicle-title{
	margin-bottom: 15px;
}
.custom_listicle .continue {
	margin-bottom: 25px;
    display: block;
}

.custom_listicle .listicle-title h5,
.custom_listicle .listicle-title h5 a {
	position: relative;
	display: inline-block;
	width: auto;
	color: #1d1d1d;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: -1.25px;
	font-family: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
}
.custom_listicle .listicle-title h5 div:after {
	content: "";
	display:block;
}

@media only screen and (min-width: 64.063em) {
	.custom_listicle .listicle-title h5 { font-size: 30px; }
}
@media only screen and (max-width: 1024px) and (min-width: 40.063em) {
	.custom_listicle .listicle-title h5 {
		color: #1d1d1d;
		font-size: 24px;
		line-height: 28px;
		letter-spacing: -1.25px;
		font-family: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
	}
}

.custom_listicle .listicle-title h5 div {
	display: inline;
	background-size: 200% 50%;
	background-repeat: repeat-x;
	background-position: -100% 100%;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.custom_listicle .listicle-title h5 div:nth-child(odd) {
	background-image: linear-gradient(to right, transparent 40%, #d7e649 40%);
	-o-background-image: -o-linear-gradient(to right, transparent 40%, #d7e649 40%);
	-moz-background-image: -moz-linear-gradient(to right, transparent 40%, #d7e649 40%);
	-webkit-background-image: -webkit-linear-gradient(to right, transparent 40%, #d7e649 40%);
}
.custom_listicle .listicle-title h5.blue div {
	background-image: linear-gradient(to right, transparent 40%, #81cbec 40%);
	-o-background-image: -o-linear-gradient(to right, transparent 40%, #81cbec 40%);
	-moz-background-image: -moz-linear-gradient(to right, transparent 40%, #81cbec 40%);
	-webkit-background-image: -webkit-linear-gradient(to right, transparent 40%, #81cbec 40%);
}

.custom_listicle p {
	margin-bottom: 20px;
	color: #1d1d1d;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 1024px) and (min-width: 40.063em) {
	.custom_listicle p { font-size: 16px; }
}
@media only screen and (max-width: 40em) {
	.custom_listicle p { font-size: 14px; }
}

.custom_listicle .imagebox-content {
    position: relative;
    width: 100%;
}
.custom_listicle .imagebox-content.has-caption .img-cont {
    float: left;
    width: calc(100% - 40px);
}
.custom_listicle .imagebox-content.has-caption .img-cont img { width: 100%; }

.custom_listicle .imagebox-content .caption {
    position: absolute;
    top: 20px;
    left: 100%;
    transform: rotate(90deg);
    transform-origin: left top;
    white-space: nowrap;
}
.custom_listicle .imagebox-content .caption .caption-text {
    position: relative;
    background-color: #fff;
    font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif;
    font-size: 14px;
    z-index: 2;
}
.custom_listicle .imagebox-content .caption .caption-text:after {
    content: ' ';
    position: absolute;
    right: 22px;
    top: 13px;
    background-color: #ddd;
    display: block;
    width: 50%;
    max-width: 100px;
    height: 1px;
    z-index: 1;
}

@media only screen and (max-width: 40em) {
    .custom_listicle .imagebox-content.has-caption .img-cont {
        float: none;
        width: 100%;
    }
    .custom_listicle .imagebox-content .caption {
        position: relative;
        top: 0;
        left: 0;
        transform: rotate(0deg);
    }
}
