.bsui-hero .title-block::after {
	background-image: none !important;
}

.bsui-hero::after {
	background-image: none !important;
}

@media screen and (max-width:767px) {
	.bsui-hero {
		margin-bottom:20px;
	}	
}
/* h2 headline */
.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;
}
.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 .text-component h2::before {
  border-color: #d04a02;
}
.page-primary-col--red .text-component h2::before {
  border-color: #e0301e;
}
.page-primary-col--rose .text-component h2::before {
  border-color: #d93954;
}

@media screen and (max-width:767px) {
	.bsui-hero {
		margin-bottom:20px;
	}	
}

/* photo credit hero */

.bsui-hero .text.spacer_before {
	position: relative;
	position:absolute;
	margin: 0px;
	padding:0px;
	color: initial;
	background: #ffffff;
	z-index: 0;
	max-width: unset;
	max-width:auto;
	border-top-width: 0px;
}
.bsui-hero .text.spacer_before .text-component p {
	font-size: 0.825rem;
	font-weight:normal;
}

@media only screen and (min-width: 768px) {
 .bsui-hero .text.spacer_before {
		margin: 0px;
		padding: 0px;
		min-height: initial;
	}
	.standard-reading .page-section.bsui-hero .parsys.sectionpar >  .text.parbase.spacer_before.section {
		width: 50%;
	}
	.standard-reading .page-section.bsui-hero .parsys.sectionpar >  .text.parbase.spacer_before.section .text-component {
		width: calc((100% / 24) * 18);
	}
}

@media screen and (max-width: 768px) {
 .bsui-hero .text.spacer_before {
	 margin: 0px;
	 padding: 10px 30px;
	 position:relative;
	 background-color: #2d2d2d;
	 color: #ffffff;
	}
	.bsui-hero .text.spacer_before:before {
		content: "Photo credit: ";
		font-size:initial;
		display: inline-block;
		padding: 0;

	}
	
 /* 
	.bsui-hero .text.spacer_before:before {
	 content: "Photo credit: ";
	}
	
	*/
	.standard-spacing .sectionpar > .text.spacer_before:last-child {
		margin-bottom:0px;
	}
}



