/* If Javascript is disabled, make sure all elements are visible (GSAP requires opacity 0 to be set on elements to prevent flashing before js loads) https://greensock.com/forums/topic/11216-fouc-flash-of-items-visible-before-they-animate-on/ */

/* home */
#heroContent,
.hero-lines div,
.content-highlight-block-content,
.home-bucket,
.product-carousel-block-content,
.call-to-action-block-content,
.call-to-action-block-wrap,
.full-media-text-block-image-wrap,
.full-media-text-block-content,
.slideshow-block-content,
.brand-carousel,
.default-hero-block,
.custom-wysi-wrap > *,
.contact-addresses {
	opacity: 1 !important;
}

.hero-lines-top-left,
.hero-lines-top-right {
	width: 100% !important;
}

.hero-lines-bottom-left,
.hero-lines-bottom-right {
	width: 50% !important;
}

.hero-lines-left,
.hero-lines-right {
	height: 100% !important;
}
