/* START: Home Page */
#hero-wrap .hero .heroContent {
	background-color: rgba(255, 255, 255, 80%);
    padding: 15px 20px;
    border-radius: 5px;
}
/* END: Home Page */

.footer-cta-wrap .footer-cta .call-to-action-module h2 {
    margin-bottom: 1rem;
    position: relative;
    color: #ffffff;
    z-index: 1;
    text-shadow: 7px 2px 2px #3c3b3b;
}

.footer-cta-wrap .footer-cta .call-to-action-module p {
    margin-bottom: 4rem;
    position: relative;
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 1.5;
    text-shadow: 8px 8px 8px #3c3b3b;
}