.u-Background__gradient--lightGreen-darkGreen, .u-Background__gradient--turquoise-lightGreen {
	background-color: #9e2896;
	background-image: linear-gradient(to right, #9e2896 10%, #007ac0 90%);
	background-size: cover;
	background-position: center center;
}

.u-Background__gradient--red-fuchsia, .u-Background__gradient--violet-darkBlue {
	background-color: #ed0007;
	background-image: linear-gradient(to right, #ed0007 10%, #9e2896 90%);
	background-size: cover;
	background-position: center center;
}

.u-Background__gradient--darkBlue-lightBlue, .u-Background__gradient--lightBlue-turquoise {
	background-color: #007ac0;
	background-image: linear-gradient(to right, #007ac0 10%, #00884a 90%);
	background-size: cover;
	background-position: center center;
}

.u-TextColor--turquoise {
	color: #18837d;
}

.u-TextColor--fuchsia {
	color: #ed0007;
}

.u-TextColor--violet {
	color: #9e2896;
}

.u-TextColor--darkBlue {
	color: #007ac0;
}

.O-Header:before, .O-Header__navRow.A-StickyElement--sticky:before {
  height: 6px;
}

.O-Footer:after {  
  height: 6px;
}

