.contentRender_name_plugins_common_related_content {
	max-width: 1633px;
	margin: 0 auto;
	padding: 0 15px;
	background-color: #fff;
}
.contentRender_name_plugins_common_related_content > div > .row {
	max-width: 1633px;
	margin: 0 -15px;
}

.collections_template_custom_related_content.slider { position: relative; }
.contentRender_name_plugins_common_related_content h3,
.collections_template_custom_related_content h4,
.collections_template_custom_related_content p,
.collections_template_custom_related_content h3 {
	padding: 0 15px;
	margin-bottom: 5px;
}
.collections_template_custom_related_content p {
	color: #444;
	font-size: 18px;
	line-height: 32px;
	font-family: var(--font-body);
	font-weight: 400;
	margin-bottom: 20px;
	
}
.collections_template_custom_related_content h4 {
	color: #2381bc;
	font-size: 35px;
	line-height: 35px;
	font-family: var(--font-display);
	font-weight: 700;
	padding-top: 10px;
}
@media screen and (max-width: 64em) {
	.collections_template_custom_related_content h4 {
	color: #2381bc;
	font-size: 28px;
	line-height: 35px;
	font-family: var(--font-display);
	font-weight: 700;
	}
}
.collections_template_custom_related_content .text_container { padding: 5px 0px; }
.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 .row.slides.slick-initialized.slick-slider {
	margin: 0 1px;
}
.collections_template_custom_related_content i.fa {
	font-size: 35px;
	color: #ccc;
}
.contentRender_name_plugins_common_related_content h3,
.collections_template_custom_related_content h3.title {
	color: #2381bc;
	font-size: 40px;
	line-height: 40px;
	font-family: var(--font-display);
	font-weight: 700;
}
@media screen and (max-width: 40em) {
	.collections_template_custom_related_content h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.contentRender_name_plugins_common_related_content > div > .row {
		margin: 0px;
	}
	.collections_template_custom_related_content h3.title {
		padding: 0;
	}
	.contentRender_name_plugins_common_related_content .small-block-grid-1>li:nth-of-type(1n+1) {
		padding: 0;
	}
	.collections_template_custom_related_content .row.slides.slick-initialized.slick-slider {
		margin: 0 -15px;
	}
}

/*----- updates and overrides -----*/

.collections_template_custom_related_content {
	max-width: 1633px;
	padding: 0 15px;
	margin: 0 auto var(--widget-margin-bottom);
}

.collections_template_custom_related_content [class*="medium-block-grid"] {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 32px;
	align-items: start;
	padding: 0;
	margin: 0;
	list-style: none;
}

.collections_template_custom_related_content .arrows {
	position: absolute;
	inset: 50% 0 auto;
	z-index: 3;
	translate: 0 -50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px;
	pointer-events: none;
}

.collections_template_custom_related_content .arrow {
	pointer-events: all;
}

.collections_template_custom_related_content .related-item > .columns {
	padding: 0 15px;
}

@media (min-width: 40em) {
	.collections_template_custom_related_content .medium-block-grid-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.collections_template_custom_related_content .medium-block-grid-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 64em) {
	.collections_template_custom_related_content .arrows {
		padding: 0 32px;
	}
}