:root {
	--fontSizeBig:                6rem;

	--customerColor:            #334d66;
	--customerColor1:           #334d66;
	--customerColor3:           #00827d;
	--customerColor4:           #fff;
	--customerColorDark:        #334d66;

	--buttBg:                     var(--customerColor3);
	--buttBorder:                 var(--customerColor3);
	--contentHeaderColor:         var(--customerColorDark);
	--contentQuoteColor:          var(--customerColor3);
	--contentLinkColor:           var(--customerColor3);
}

section.sub-2 .wrapper footer .constrainer {
	padding: 20px 20px 10px 20px;
}
#content section.splash blockquote > p {
	font-weight: 600;
	color: var(--customerColor1);
}
#content #forord p.heading {
	font-weight: 600;
}
#content #forord p.quote {
	text-indent: unset;
	font-family: var(--contentHeading);
	font-weight: 600;
	line-height: 1.3;
	font-size: 3.2rem;
}
#content #forord p.quote:before {
	display: none;
}
#content h2 {
	color: var(--contentHeaderColor);
}
#content .sub-2 blockquote {
	background: none;
}
#content blockquote > p {
	font-size: 2.3rem;
	font-weight: 600;
}
#content figcaption p {
	font-size: var(--fontSize);
}
