.collections_template_custom_related_content.slider { opacity: 0; position: relative; font-family: "Cabin", sans-serif; margin-bottom: 20px; }
.collections_template_custom_related_content.slider .arrow { 
	position: absolute; 
	cursor: pointer; 
	padding: 10px;
	width: 50px; 
	height: 60px; 
	text-align: center; 
	top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}
.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.slider .arrow img { 
	text-align: center; 
	width: 60%;
}
.collections_template_custom_related_content.slider .related-item { margin: 0px 10px;}
.collections_template_custom_related_content.slider .slides { margin: 0px 45px; }

.collections_template_custom_related_content.slider.colcount-2 .arrow { bottom: 11%; }
.collections_template_custom_related_content.slider.colcount-3 .arrow { bottom: 3%; }
.collections_template_custom_related_content.slider.colcount-3 .slides { 
	margin: 0px 28px; 
}
.collections_template_custom_related_content.slider.colcount-3 .related-item { margin: 0px 10px; }
.collections_template_custom_related_content.slider.colcount-3 .arrow { 
	width: 53px; 
}
.collections_template_custom_related_content.slider.colcount-3 .arrow.nextSlide { right: -1px; }

.collections_template_custom_related_content .text_container{ 
	font-family: 'Myriad W01 SmBd Cnd', sans-serif;
    font-weight: normal;
    margin-bottom: 0.3em;
}
.collections_template_custom_related_content .text_container.small-12{
    padding: 12px;
}

.collections_template_custom_related_content .text_container h4{
	color: #0092b3;
	font-size: 28px;
	line-height: 90%;
	text-transform: capitalize;
	margin: 0 0 0.2em;
}

.collections_template_custom_related_content .text_container h4 a{
	color: inherit;
}
.collections_template_custom_related_content .text_container h4 a:hover{
	text-decoration: underline;
}

.collections_template_custom_related_content .text_container p{
	font-family: 'Verdana W01 Regular', Verdana, Geneva, sans-serif;
    font-size: 15px;
    line-height: 22.94px;
    color: #333;
}
.collections_template_custom_related_content .text_container .date {
    margin-bottom: 5px;
    font-family: 'Verdana', sans-serif;
    font-size: 12px;
    color: #333;
}

.collections_template_custom_related_content .text_container .date .label {
    color: #999;
    font-family: Verdana;
    padding-right: 5px;
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
}
.collections_template_custom_related_content .image_container img { width : 100%; }
.collections_template_custom_related_content .image_container { padding: 0px; }
.collections_template_custom_related_content .image_container a { float: left; 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 .title { 
	font-family: 'Myriad W01 SmBd Cnd', sans-serif;
    font-size: 46px;
    color:#c13828;
    line-height: 46px;
    text-align: center;
    margin-bottom: 20px;
}

.collections_template_custom_related_content .medium-block-grid-1 .related-item { 
	display: inline-block; 
	width: 100%; 
	overflow: hidden; 
}

/*.collections_template_custom_related_content .medium-block-grid-2 .text_container.small-9 a { font-size: 18px; line-height: 20px; }
.collections_template_custom_related_content .medium-block-grid-3 .text_container.small-9 p { display: none; }
.collections_template_custom_related_content .medium-block-grid-3 .text_container.small-9 a {  font-size: 18px; line-height: 22px; }
.collections_template_custom_related_content .medium-block-grid-3 .related-item { overflow: hidden; }
.collections_template_custom_related_content .medium-block-grid-3 .text_container.small-9 { height: 50px; }
.collections_template_custom_related_content .medium-block-grid-3 .image_container.small-3 img { height: 50px; }
.collections_template_custom_related_content .medium-block-grid-3 .text_container.small-6 {  padding: 5px 7px 0px; }
.collections_template_custom_related_content .medium-block-grid-3 .text_container.small-6 p { display: none; }
.collections_template_custom_related_content .medium-block-grid-3 .text_container.small-6 a {  font-size: 13px; line-height: 14px; }
.collections_template_custom_related_content .medium-block-grid-3 .text_container.small-6 { height: 75px; }
.collections_template_custom_related_content .medium-block-grid-3 .image_container.small-6 img { height: 75px; }*/

.collections_template_custom_related_content .text_container.no-title.no-desc { display: none; }

@media only screen and (max-width: 64em) {
	.collections_template_custom_related_content.slider .slides { margin: 0px 28px; }
	.collections_template_custom_related_content.slider .related-item { margin: 0px 10px; }
	.collections_template_custom_related_content.slider .arrow { width: 53px; }
	.collections_template_custom_related_content.slider.colcount-2 .arrow { bottom: 11%; }
	.collections_template_custom_related_content.slider.colcount-3 .arrow { bottom: 15%; }
	.collections_template_custom_related_content.slider.colcount-3 .arrow.nextSlide { right: -15px; }

	.collections_template_custom_related_content .text_container.small-6 h4, 
	.collections_template_custom_related_content .text_container.small-8 h4,
	.collections_template_custom_related_content .medium-block-grid-2 .text_container.small-9 h4 {  
		font-size: 22px; 
		line-height: 20px; 
	}
}

@media only screen and (max-width: 40em) {
	.collections_template_custom_related_content.slider { padding: 0px; }
	.collections_template_custom_related_content.slider .slides { margin: 0px 0px; }
	.collections_template_custom_related_content.slider .related-item { 
		margin: 0px 20px;
	}
	.collections_template_custom_related_content.slider .arrow { 
		width: 30px; 
		height: 30px; 
		padding: 0;
	}

	.collections_template_custom_related_content.slider .arrow.prevSlide{
		left: -15px;
	}
	.collections_template_custom_related_content.slider .arrow.nextSlide{
		right: -15px;
	}
	.collections_template_custom_related_content.slider .arrow img { margin-top: 4px; width: 12px; height: 22px; }

	.collections_template_custom_related_content .title { font-size: 30px; margin-bottom: 10px; padding-left: .9375rem; padding-right: .9375rem; }
	.collections_template_custom_related_content .medium-block-grid-3 li { width: 100%; }

	.collections_template_custom_related_content .text_container.small-9 a { line-height: 18px; font-size: 16px; }
	.collections_template_custom_related_content .text_container.small-9 { height: auto; }
	.collections_template_custom_related_content .text_container.small-6 p, .collections_template_custom_related_content .text_container.small-8 p, .collections_template_custom_related_content .text_container.small-9 p { line-height: 16px; display: none;  }

	.collections_template_custom_related_content .medium-block-grid-2 li { width: 100%; }
	
	.collections_template_custom_related_content .text_container.small-6 h4, 
	.collections_template_custom_related_content .text_container.small-8 h4,
	.collections_template_custom_related_content .medium-block-grid-2 .text_container.small-9 h4 {  
		font-size: 20px; 
		line-height: 18px; 
	}