.fullwidthcontent-block {
	padding: 60px 0;
}

.fullwidthcontent-block.black .upperheading {
	line-height: 1;
}

.fullwidthcontent-block .heading {
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 30px;
}

.fullwidthcontent-block .wysiwyg ul li {
	font-size: 16px;
	line-height: 26px;
}

@media screen and (max-width: 767px) {

	.Stacked {
		flex-direction: column;
	}
}

.fullwidthcontent-block.white {
	background: #fff;
}

.fullwidthcontent-block.white .upperheading {
	color: #976743;
}

.fullwidthcontent-block.white .heading,
.fullwidthcontent-block.white p {
	color: #222;
}

.fullwidthcontent-block.white .bttn {
	color: #fff;
	background: #976743;
}

/* Black background */
.fullwidthcontent-block.black {
	background: #222;
}

.fullwidthcontent-block.black .upperheading {
	color: #976743;
}

.fullwidthcontent-block.black .heading,
.fullwidthcontent-block.black p {
	color: #fff;
}

.fullwidthcontent-block.black .bttn {
	color: #fff;
	background: #976743;
}

.fullwidthcontent-block.grey .bttn,
.fullwidthcontent-block.gray .bttn{
	color: #fff;
	background: #976743;
}

/* Copper background */
.fullwidthcontent-block.copper {
	background: #976743;
}

.fullwidthcontent-block.copper .upperheading {
	color: #222;
}

.fullwidthcontent-block.copper .heading,
.fullwidthcontent-block.copper p {
	color: #fff;
}

.fullwidthcontent-block.copper .bttn {
	color: #fff;
	background: #222;
}

/* Real Copper */
.fullwidthcontent-block.realcopper {
	background: var(--wpr-bg-0e5bd8f0-5cc5-472e-b1dc-dd7e87a046d3);
}

.fullwidthcontent-block.realcopper .upperheading {
	color: #fff;
}

.fullwidthcontent-block.realcopper .heading,
.fullwidthcontent-block.realcopper p {
	color: #fff;
}

.fullwidthcontent-block.realcopper .bttn {
	color: #fff;
	background: #222;
}
