/* The Board page banner block */
.banner-block#d\.en\.1062061 {
	background-color: #222;
}

.banner-block .copy {
	@media only screen and (min-width: 700px) {
		box-sizing: border-box;
		max-width: 600px;
	}
}

.banner-block.text-overlaid .copy {
	background-color: transparent;

	@media only screen and (min-width: 800px) {
		padding: 20px 0;
	}

	@media only screen and (min-width: 1000px) {
		padding: 30px 0;
		max-width: 500px;
	}

	@media only screen and (min-width: 1200px) {
		max-width: 580px;
	}
}

/* Governance page banner block */
.banner-block#d\.en\.1062051 .copy {
	@media only screen and (min-width: 800px) {
		max-width: 350px;
	}

	@media only screen and (min-width: 1000px) {
		max-width: 420px;
	}

	@media only screen and (min-width: 1200px) {
		max-width: 500px;
	}
}

.banner-block.text-overlaid p, .banner-block.text-overlaid li, .banner-block.text-overlaid h1, .banner-block.text-overlaid .heading {
	color: #fff; 
}

.landing-page-copy-container h2 {
	margin: 60px 0 30px;
	border-left: 6px solid #6b2c91;
	padding: 0 0 0 30px;
}

.landing-page-copy-container p {
	max-width: 90rem;
	font-size: 1.8rem;
}

.landing-page-copy-container ul {
	max-width: 90rem;
}

.landing-page-copy-container li {
	font-size: 1.8rem;
}