.contentRender_name_plugins_common_callout_trio {
	text-align: center;
	margin: 0 -15px;
	padding: 60px 0 28px;
}

.contentRender_name_plugins_common_callout_trio .text-link {
	display: block;
	padding: 10px 20px;
	height: 100%;
	position: relative;
}

.contentRender_name_plugins_common_callout_trio .text-link::after {
		content: '';
		position: absolute;
		top: 50%;
		left: -25px;
		transform: translateY(-50%);
		width: 1px;
		height: 100%;
		background-color: #cfb087;
		max-width: 213px;
		pointer-events: none;
}

.panel-three-column .left-container .contentRender_name_plugins_common_callout_trio .text-link::after {
	content: none;
}

.contentRender_name_plugins_common_callout_trio .text-link:hover { text-decoration: none; }

.contentRender_name_plugins_common_callout_trio .text-link .supertitle {
	font-size: 16px;
	line-height: 20px;
	color: var(--orange-cb);
	font-family: var(--font-script);
}

.contentRender_name_plugins_common_callout_trio .text-link .title {
	font-size: 32px;
	line-height: 35px;
	color: var(--blue-1c);
	font-family:var(--font-display);
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.contentRender_name_plugins_common_callout_trio .text-link .description {
	font-size: 16px;
	line-height: 20px;
	color: var(--text-black-darker);
	font-family: var(--font-body);
	font-weight: 100;
	max-width: 100%;
	margin: 0;
}

@media only screen and (max-width: 63.99em) {
	.contentRender_name_plugins_common_callout_trio {
		padding: 0;
	}

	.contentRender_name_plugins_common_callout_trio .text-link {
		padding: 60px 20px;
		border-left: none;
	}

	.contentRender_name_plugins_common_callout_trio .text-link .title { font-size: 24px; }

	.contentRender_name_plugins_common_callout_trio .text-link:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 33.333%;
		height: 1px;
		background-color: #cfb087;
		max-width: 213px;
		pointer-events: none;
	}

	.contentRender_name_plugins_common_callout_trio .text-link::after { content: none; }

	.panel-three-column .left-container .contentRender_name_plugins_common_callout_trio .text-link:before { content: none; }

	.contentRender_name_plugins_common_callout_trio .text-link .description {
		max-width: 231px;
		margin: 0 auto;
	}

	.contentRender_name_plugins_common_callout_trio .first a.text-link { border: none; }
}
@media only screen and (max-width: 40em) {
	.contentRender_name_plugins_common_callout_trio { padding: 0; }

	.contentRender_name_plugins_common_callout_trio .text-link { padding: 40px 20px; }
}



