/* // * All GSAP elements visible on page load should have opacity: 0; to prevent flash of element before js loads * // */

/* //home */
.home-hero-content *,
.hero * {
	opacity: 1 !important;
}

.link-wrap,
.external-link-wrap,
.external-link,
.hero-locations-wrap,
.additional-job-positions-header,
.additional-job-positions-wrap {
	opacity: 1 !important;
}

/* //service */
.hero-service * {
	opacity: 1 !important;
}

#singleServiceNav {
	opacity: 1 !important;
}

/* //single services */
.service-content > * {
	opacity: 1 !important;
}

/* //about */
.about-hero * {
	opacity: 1 !important;
}

.hero-about-image {
	opacity: 1 !important;
}

/* //single about */
.hero-content-inner > *,
.single-team-info-content > *,
.single-team-info-image,
.single-team-content > * {
	opacity: 1 !important;
}

/* //locations */
#heroContent * {
	opacity: 1 !important;
}

/* //single locations */
.single-location-navigation-inner a {
	opacity: 1 !important;
}

/* //single conditions */
.single-conditions .single-hero-content-wrap * {
	opacity: 1 !important;
}

/* //blocks */
.location-services {
	opacity: 1 !important;
}
.tile-block-inner {
	opacity: 1 !important;
}

/* //default content */
.page-default-content
	> *:not(.accordion-block-item, .about-team-members, .single-location-navigation) {
	opacity: 1 !important;
}
