/* Terryberry Support Styles */
.fl-module-rich-text table{
    color: #333;
}

/* Home Overlay Fix */


/* Keep the overlay hidden by default */
.hero-overlay-video {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}

/* This class will be added by our script once the background is ready */
.hero-overlay-video.is-ready {
    opacity: 1;
}