.collections_template_custom_related_content.slider { opacity: 0; position: relative; }
.collections_template_custom_related_content.slider .arrow { position: absolute; top: 85px; cursor: pointer; }
.collections_template_custom_related_content.slider .arrow.prevSlide { left: 0px; }
.collections_template_custom_related_content.slider .arrow.nextSlide { right: 0px; }
.collections_template_custom_related_content .text_container { padding: 5px 20px; }
.collections_template_custom_related_content .text_container p { margin: 0px; }
.collections_template_custom_related_content img { width : 100%; }
.collections_template_custom_related_content .videoWrapper { position: relative; padding-bottom: 50%; height: 0; } /* match bottom padding to aspect ratio of images to keep video same size as it scales */
.collections_template_custom_related_content .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.collections_template_custom_related_content.slider { 
	opacity: 0;
	position: relative;
}
.collections_template_custom_related_content .arrow-cont {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1;
}

.collections_template_custom_related_content .arrow-cont .custom-arrow {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00a9dd;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: all;
}

.collections_template_custom_related_content .arrow-cont .custom-arrow img {
    width: 22px;
}
.collections_template_custom_related_content .arrow-cont .custom-arrow.prev {
    left: 10px;
}

.collections_template_custom_related_content .arrow-cont .custom-arrow.next {
    right: 10px;
}
.collections_template_custom_related_content .text_container { 
	padding: 5px 15px;
}
.collections_template_custom_related_content .text_container p { 
	margin: 0px;
}
.collections_template_custom_related_content a { 
	display: inline-block;
}
.collections_template_custom_related_content img { 
	width : 100%;
}
.collections_template_custom_related_content .videoWrapper { 
	position: relative;
	padding-bottom: 50%;
	height: 0;
} 
.collections_template_custom_related_content .videoWrapper iframe { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contentRender_name_plugins_common_related_content .row {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.contentRender_name_plugins_common_related_content .row .row {
    margin: 0 auto;
}
.rel-content {
    position: relative;
}
.rel-content .title-cont {
	margin-bottom: 20px;
}

.rel-content .title-cont h3 {
	font-size: 33px;
	line-height: 39px;
	margin: 0;
}

.rel-content .slideshow {
	position: relative;
	margin: 0 -15px;
}

.rel-content .slideshow .arrows {
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}

.rel-content .arrows .arrow-cont {
	position: relative;
	width: 40px;
	height: 50px;
	opacity: 0;
	transition: opacity 0.6s ease-in-out; 
	cursor: pointer;
}

.rel-content .slideshow:hover .arrows .arrow-cont {
	opacity: 1;
}

.rel-content .arrows .arrow-cont::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.8;
	transition: all 0.6s ease-in-out;
	z-index: -1;
}

.rel-content .slideshow .arrows .arrow-cont:hover::before {
	opacity: 1;
	background-color: #68d2df;
}

.rel-content .slideshow .arrows .arrow-cont:hover .arrow-white {
	opacity: 1;
}

.rel-content .slideshow .arrows .arrow-cont:hover .arrow-blue {
	opacity: 0;
}

.rel-content .arrows .arrow-cont img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.6s ease-in-out;
	z-index: 1;
}

.rel-content .slideshow .item {
	margin: 0 15px;
}
.rel-content .slideshow .item .img-cont {
	padding: 0;
}
.rel-content .slideshow .item .img-cont img {
	display: block;
	width: 100%;
}

.rel-content .slideshow .item .content {
	padding: 15px 0 0;
}

.rel-content .slideshow .item .content h4 {
	font-size: 24px;
	letter-spacing: 0;
	margin: 0;
}

@media (max-width: 640px) {
	.rel-content .title-cont h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.rel-content .arrows .arrow-cont {
		opacity: 1;
	}
	.rel-content .slideshow .arrows .arrow-cont:hover::before {
		opacity: 0.9;
		background-color: white;
	}
	.rel-content .slideshow .arrows .arrow-cont:hover .arrow-white {
		opacity: 0;
	}
	.rel-content .slideshow .arrows .arrow-cont:hover .arrow-blue {
		opacity: 1;
	}
	.rel-content .slideshow .arrows {
		top: 20%;
	}
	.rel-content .slideshow .item .content h4 {
		font-size: 19px;
		line-height: 22px;
	}
}
.collections_template_custom_related_content .slick-slider {
	margin-bottom: 60px !important;
}
.collections_template_custom_related_content .slick-slider .arrows {
    width: 100%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 40%);
    font-size: 70px;
    display: flex;
    justify-content: space-between;
    color: #ff8200;
    z-index: 1;
}
.collections_template_custom_related_content .slick-slider .arrows .slick-arrow {
	cursor: pointer;
}
.collections_template_custom_related_content h4 a {
    color: #003a48;
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
	line-height: 46px;
	font-weight: 400;
}
.collections_template_custom_related_content h4 a:hover {

	font-weight: 400;
}
.rel-content ul.slick-dots {
    display: none !important;
}
.rel-content .dots{
	position: absolute;
	bottom: -60px;
	left: 50%;
	height: 40px;
	width: 100%;
	transform: translateX(-50%);
	z-index: 999;
}
.rel-content ul.slick-dots {
    display: flex !important;
    justify-content: center;
    height:0;
    width:100%;
    margin:35px 0 0 !important;
    text-align:center;
    padding:0px;
    list-style:none;
    position: relative;
    bottom: 0;
}
.rel-content ul.slick-dots li {
    position: relative;
/*        top: 50%;
    transform: translateY(-50%);*/
    display:inline-block;
}
.rel-content ul.slick-dots li button {
    background-color:#c6c6c6!important;
    width:13px;
    height:13px;
    font-size:0px;
    padding:0px;
    margin:0px 4px 0px 4px; 
    border:2px #fff solid;  
    border-radius:50%;  
    vertical-align: top;
}
.rel-content ul.slick-dots li button:before {
	display: none;
}
.rel-content ul.slick-dots li.slick-active button {
    opacity: 1;
    background-color: #003a48 !important;
}
.rel-content ul.slick-dots li button:focus {
	outline: none;
}
.related-panel > h2{
	margin-left: 30px;

}

.related-panel .related-item h4,
.related-panel .related-item h4 a {
    font-family: 'Montserrat', sans-serif;
}
.contentRender_name_plugins_collections_template_custom_related_content .rel-content h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.contentRender_name_plugins_collections_template_custom_related_content .rel-content h5:hover {
	color: #68d2df;
}
@media(min-width: 1025px){
	.contentRender_name_plugins_collections_template_custom_related_content .rel-content h5 {
        font-size: 26px;
        line-height: 28px;
        font-weight: 600;
    }
    .collections_template_custom_related_content .slider .arrow-cont {
        top: calc(50% - 40px);
    }
}
