.bsui__section {
	margin-bottom: 0px !important;
}
/* Headings */
.bsui 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;
}
.bsui h2::before {
	content: "";
	display: block;
	width: 85px;
	height: 3px;
	margin-bottom: 15px;
	position: relative;
	left: 0px;
	border-top: 3px solid #d04a02;
}

/* explorer label */
.page-primary-col--orange .bsui h2::before {
  border-color: #d04a02;
}
.page-primary-col--red .bsui h2::before {
  border-color: #e0301e;
}
.page-primary-col--rose .bsui h2::before {
  border-color: #d93954;
}


/* Hero */
.bsui-hero .html {
	display: block;
	width: 100%;
}

.bsui-hero .parsys_column > .parsys_column .image {
	line-height: 0em;
}
#wrapper .bsui-hero > .parsys {
	padding: 0px;
}

.standard-spacing #contact .pwccol2-longformb .pwccol2-longformb-c0 {
	display: block;
}

@media only screen and (max-width: 767px) {	
	.bsui-hero .parsys > .parsys_column {
		flex-flow: column-reverse;
	}
	
	.bsui-hero .parsys_column > .parsys_column .image {
		display: block;
	}
	
	.bsui-hero .parsys_column > .parsys_column .image:not(.mobile-hero-image) {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.bsui-hero {
		margin-bottom: 150px; /*120px*/
	}
	
	.bsui-hero .parsys_column > .parsys_column {
		position: relative;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.bsui-hero .parsys_column > .parsys_column .image,
	.bsui-hero .parsys_column > .parsys_column .image-asset {
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		overflow: hidden;
	}
	
	.bsui-hero .parsys_column > .parsys_column .image-asset img {
		width: auto;
		min-width: 100%; /* Fill */
		min-height: 100%;
		max-width: none;
	}
	
	.bsui-hero .parsys_column > .parsys_column .image.img-alignment-center .image-asset img {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.bsui-hero .parsys_column > .parsys_column .image.img-alignment-right .image-asset img {
		position: absolute;
		right: 0px;
	}
	
	.bsui-hero .parsys_column > .parsys_column .image {
		display: block;
	}
	
	.bsui-hero .parsys_column > .parsys_column .image.mobile-hero-image {
		display: none;
	}
	
	.bsui-hero .parsys_column > .parsys_column .image::before {
		content: "Our stories";
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 5px 15px;
		font-size: 1rem;
		line-height: 1em;
		font-weight: bold;
		color: #fff;
		background: #2d2d2d;
		text-transform: uppercase;
		z-index: 1;
	}
}

.bsui-hero .title-block {
	position: relative;
	margin: 0;
	padding: 0;
	color: #fff;
	min-height: 13rem;
}

.bsui-hero .title-block * {
	color: inherit;
}

.bsui-hero .title-block h1 {
	font-size: 3rem;
	margin: 20px 0;
}

.page-primary-col--red .page-section.page-section--col-primary .bsui-hero .title-block {
	background: #e0301e;
}

.cmp-base-modernized.standard-spacing .bsui-hero .parsys.sectionpar .columnControl:nth-last-child(1) {
	margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
	.bsui-hero .title-block {
		margin: 0px 30px;
		padding: calc(20px + 1.25rem) 0px 20px 0px;
	}
	
	.bsui-hero .title-block::before {
		content: "Our stories";
		position: absolute;
		top: 20px;
		left: 0px;
		padding: 5px 15px;
		font-size: 1rem;
		line-height: 1em;
		font-weight: bold;
		color: #fff;
		background: #2d2d2d;
		text-transform: uppercase;
		z-index: 1;
	}
}

.bsui-hero .text {
	position: relative;
	margin: 0px;
	padding: 40px 30px;
	color: #fff;
	background: #2d2d2d;
	z-index: 2; /* One index higher than desktop decorations */
	max-width: 100vw;
}

.bsui-hero .text .text-component {
	margin: 0px;
	padding: 0px;
	padding-left: 0px !important;
}

.bsui-hero .text .text-component p {
	font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
	.bsui-hero .title-block h1 {
		margin: 20px 40px;
	}
	.bsui-hero .text {
		margin: 0 0 -125px 0;
		padding: 40px;
		min-height: 16rem;
	}
}

@media screen and (min-width: 1200px) {
	#wrapper .bsui-hero > .parsys {
		padding: 0 15px;
	}
}

/* Inline quote */
.bsui .inlinequote {}

.bsui .inlinequote .quote-component blockquote {
	border-left: 2px solid #464646;
}

.bsui .inlinequote .quote-component blockquote p {
	font-family: "PwC Helvetica Neue Light";
	font-size: 2rem;
	font-weight: normal !important;
	line-height: 1.25em;
	color: #464646;
}

@media only screen and (min-width: 768px) {
	.bsui .inlinequote .quote-component blockquote {
		padding-right: 17%;
	}
	.bsui .inlinequote .quote-component blockquote p {
		font-size: 2.5rem;
	}
}

@media only screen and (min-width: 1025px) {
	.bsui .inlinequote .quote-component blockquote {
		padding-right: 25%;
	}
}

/* Stats */
#wrapper .bsui-stats {
	padding: 40px 0px 0px 0px;
	color: #fff;
	background-color: #000 !important;
	position: relative;
}

#wrapper .bsui-stats:before {
	content: '';
	display: block;
	width: 150px;
	height: 150px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("/content/dam/pwc/uk/en/annualreport/assets/2021/decorative-images/quarter-ring-dark-grey.svg") left bottom no-repeat !important;
}

.bsui-stats.margin-bottom {
	margin: 0px 0px 40px 0px;
}

.bsui-stats .stat-bar {
	background: transparent;
}

.bsui-stats .stat-bar .stat-bar__listing {
	padding: 0px 15px;
}

#wrapper .bsui-stats .text,
#wrapper .bsui-stats .stat-bar .stat-bar__item {
	padding-left: 13px;
	margin: 2rem 0;
}

.bsui-stats .text .text-component h3, .bsui-stats .text .text-component h3, .bsui-stats .stat-bar .stat-bar__stat .stat-bar__stat-primary {
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 1.3em;
	color: inherit;
	color: #ffb600;
	margin-bottom: .5rem;
}

.bsui-stats .stat-bar .stat-bar__item::before {
	display: none;
}
.bsui-stats .parsys_column > .parsys_column, .bsui-stats .stat-bar .stat-bar__item {
	border: none;
}

@media only screen and (min-width: 768px) {
	#wrapper .bsui-stats .text,
	#wrapper .bsui-stats .stat-bar .stat-bar__item {
		padding-left: 13px;
		margin: 0;
	}
	.bsui-stats .stat-bar .stat-bar__listing {
		padding: 0px;
	}
}

.stat-bar .stat-bar__listing .stat-bar__item .stat-bar__item-content {
	margin-top: 0;
}

/* Flex grid (a quote with an image for instance) */
.bsui .flex-grid {
	margin-bottom: 40px;
}

.bsui .flex-grid__col.flex-grid__col--text {
	padding-top: 0px;
	flex-grow: 2;
}

.bsui .flex-grid__col--align blockquote {
	padding: 0px;
}

.bsui .flex-grid__col--align blockquote p:first-of-type {
	padding-top: 0px;
}


@media screen and (max-width: 992px) {
	.bsui .flex-grid__col--image img {
		height: auto;
	}
}

/* Desktop decorations */
/*
@media only screen and (min-width: 768px) {
	.centerPar {
		overflow: hidden; // Ignore overflowing decorations
	}
	
	.bsui-hero::after,
	.bsui-hero .title-block::after,
	.bsui-circle::before,
	.bsui-intersecting-circles::before,
	.bsui-intersecting-circles::after {
		content: "";
		position: absolute;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.bsui-hero::after {
		left: 100%;
		top: 100%;
		width: 200px;
		height: 200px;
		transform: translate(-50%, -50%);
		background-image: url("/content/dam/pwc/uk/en/annualreport/assets/2021/decorative-images/half-ring-lines-grey.svg");
		border-radius: 100%;
		z-index: 1;
	}
	
	.bsui-hero .title-block::after {
		left: 100%;
		bottom: 0px;
		width: 100px;
		height: 100px;
		background-image: url("/content/dam/pwc/uk/en/annualreport/assets/2021/decorative-images/quarter-white.svg");
	}
	
	.bsui-circle::before {
		left: 0px;
		top: 50%;
		width: 200px;
		height: 200px;
		transform: translate(-50%, -50%) scaleX(-1);
		background-image: url("/content/dam/pwc/uk/en/annualreport/assets/2021/decorative-images/half-ring-lines-grey.svg");
		border-radius: 100%;
		z-index: 0;
	}
	
	.bsui-intersecting-circles::before {
		left: 100%;
		top: 50%;
		width: 100px;
		height: 100px;
		transform: translate(calc(-125% - 104px), calc(-50% - 52px));
		background-image: url("/content/dam/pwc/uk/en/annualreport/assets/2021/decorative-images/quarter-grey-lines.svg");
		z-index: 0;
	}
	
	.bsui-intersecting-circles::after {
		left: 100%;
		top: 50%;
		width: 100px;
		height: 100px;
		transform: translate(-125%, calc(-50% + 52px));
		background-image: url("/content/dam/pwc/uk/en/annualreport/assets/2021/decorative-images/quarter-grey.svg");
		z-index: 0;
	}
}
*/

/* Overall page look and feel changes */

#wrapper .reference {
	margin: 0;
}

.bsui__section {
	margin-bottom: 0px;
}

.standard-spacing .parsys.sectionpar .pwccol2-longform:nth-last-child(2) {
	margin-bottom: 0px;
}

.pwccol2-longformb-c0, .pwccol2-longformc-c1 {
	width: auto;
}

/*
.centerPar div:nth-child(5) section .parsys > div:first-of-type {
	margin-top: 20px;
}*/

.image > .asset-sharing-component, .asset-sharing-component.video-asset, .asset-sharing-component.image-asset {
	max-width: 100%;
	position: relative;
}

.videowrapper.asset-sharing-component.video-asset {
	overflow: visible !important;
}

.image > .asset-sharing-component, .asset-sharing-component.video-asset, .asset-sharing-component.image-asset {
	max-width: 100%;
	position: relative;
}

.asset-sharing-component {
	position: relative;
}

@media screen and (min-width:990px) {
	.bsui.bsui__pinned-section--left .pwccol2-longform-c1 .image img {
		height: -webkit-calc(100vh - 125px) !important;
		height: calc(100vh - 125px) !important;
		width: auto !important;
		object-fit: cover;
	}
}

/* MARGINS */

/*quote-margins*/
.bsui .flex-grid {
  margin-bottom:40px;
  /*! margin: 40px auto; */
}
.bsui .flex-grid__col--text {
 padding-top:20px;
}
.bsui .flex-grid__col--align blockquote p:first-of-type {
  padding-top:20px;
}

/*text-margins*/

/* SMALL SCREENS */
@media screen and (max-width:768px) {
	.campaign-hero .campaign-hero__title-abstract {
		line-height: 4rem;
	}
}
@media screen and (max-width:1280px) {
	.bsui.bsui__pinned-section--left .pwccol2-longform-c1 .text .text-component {
	 margin-top: 10px;
	}
}

@media screen and (min-width:992px) {
	.campaign-hero .campaign-hero__title-abstract.campaign-hero__title-tag, .campaign-hero .campaign-hero__title-tag {
		font-size:55px;
		line-height:80px;
		font-size: 3rem;
		line-height: 4.5rem;
	}
}

@media screen and (max-width:992px) {
	.bsui.bsui__pinned-section--left .pwccol2-longform-c0 .campaign-hero .campaign-hero__title-textpanel {
		margin-right: 20%;
	}
	.campaign-hero .campaign-hero__title-heading {
		margin-bottom: 20px;
	}
	.bsui.bsui__pinned-section--left .pwccol2-longform-c0 .bsui-hlight__inner {
		font-size: 2rem;
		line-height: 3rem;
	}
	.campaign-hero .campaign-hero__title-abstract {
		font-size: 1rem;
		line-height: 2rem;
		margin-right:5%;
	}
	.bsui__centered {
		width: 100%;
	}
	.bsui .flex-grid__col--image img {
		object-fit: cover;
		height: 100%;
		width: auto;
		position: absolute;
	}
	.bsui .flex-grid__col--image {
		min-height: 21em;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.bsui .flex-grid__col {
		-webkit-box-ordinal-group: vertical;
		-webkit-order: vertical;
		-ms-flex-order: vertical;
		order: vertical;
		padding: 20px;
		width: 79%;
	}
	.bsui .flex-grid {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: center;
	}
	.bsui.bsui__pinned-section--left .pwccol2-longform-c1 .text .text-component {
		margin-top: 0px;
	}
}

@media screen and (max-width:768px) {
	.bsui.bsui__pinned-section--left .pwccol2-longform-c1 .text .text-component {
		padding: 0px;
		padding-bottom:30px;
	}
	.bsui.bsui__pinned-section--left .pwccol2-longform-c1 .text p {
		 margin-top:30px;
	}
	.bsui__centered {
		width: 90%;
	}
	.bsui .flex-grid__col--image {
		min-height: 27em;
	}
	.bsui .flex-grid__col {
		width: 97%;
	}
}

.page-primary-col--red .related-content img.related-content__item-image {
	width: auto;
}








/*
#contact.page-section.page-section--col-white {
    background: #ffffff !important;
    display: block;
}

.standard-spacing #contact .pwccol2-longformb .pwccol2-longformb-c0 {
	display: block !important;
	width:100%;
}

.pwcscrolling #socialfollow span {
	display: block;
	margin-bottom: 25px;
	padding-left: 0;
	zoom: 1;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 0 5px 0 0px;
	vertical-align: -10%;
	font-style: normal;
	font-family: "PwC Helvetica Neue", Arial, Sans-Serif;
	color: #7d7d7d;
}
.standard-spacing .socialfollow {
	text-align: left;
}

#contact img {
	width:auto;
	width:initial;
}

.page-section.page-section--col-light-grey {
	background: #f2f2f2;
}



*/

section#contact {
	
}

#contact.ixf__light-grey,
section#contact.ixf__light-grey .rightrailcontact,
#contact.ixf__light-grey .cmp-container {
	background: #f2f2f2;
}

#contact.page-section.page-section--col-white,
#contact.cmp-experiencefragment.ixf__white {
	background: #ffffff;
}


.standard-spacing #contact {
	display: initial;
}


#related-links img {
	width:auto;
	width:initial;
}



