/* h2 headline */
.ar-heading-top-line .text-component h2 {
	font-size: 2.375rem;
	line-height: 1.3em;
	font-family: "PwC Helvetica Neue Light", "PwC Helvetica Neue",Arial,Sans-Serif;
	font-style: normal;
	font-weight: normal;
  margin-bottom:40px;
}
.ar-heading-top-line .text-component h2::before{
	content: "";
	display: block;
	width: 85px;
	height: 3px;
	margin-bottom: 15px;
	position: relative;
	left: 0px;
	border-top: 3px solid #d04a02;
}
.page-primary-col--orange .ar-heading-top-line .text-component h2::before {
  border-color: #d04a02;
}
.page-primary-col--red .ar-heading-top-line .text-component h2::before {
  border-color: #e0301e;
}
.page-primary-col--rose .ar-heading-top-line .text-component h2::before {
  border-color: #d93954;
}
/* READER TEMPLATE */

.ar-reading-hero .hero-card-wrapper .hero-card {
	margin-bottom: 0px;
}
.ar-reading-hero .hero-card-wrapper .hero-card-wrapper--no-image.hero-card .hero-card__secondary {
	padding-top: 0px;
	margin-bottom: 0px;
}