/* **********************************************************
 * FOOTER
 * ******************************************************** */

/* FOOTER CTA */
.cta-text p:last-of-type,
.cta-text h2:last-of-type,
.cta-text h3:last-of-type,
.cta-text h4:last-of-type,
.cta-text h5:last-of-type {
	margin-bottom: 0;
}


/* WST Footer */
.wst-footer {
	background-color: #116B64;
	color: #fff;
	font-size: 1rem;
	padding: 1rem;
	text-align: center;
}
.wst-footer p {
	margin-bottom: 0;
}
.wst-footer a {
	color: #84CFC7 !important;
}
.wst-footer a:hover {
	color: #FFF !important;
}