  /*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

.fullwidth-split-image > img {
	width:100%;
}

.index-hero-video-overlay {
	z-index:1;
}

#ou-search-results #ou-search-open-advanced {
	color: white !important;
}

.top-nav.d-none.d-lg-block > ul {
	align-items:center;
}

.footer-nav .footer-post h3 {
	line-height: .7;
}

/* .goog-te-gadget, .goog-te-gadget a { color: white !important; } */

.side-header .top-nav {
	padding: 0;
}

.side-header .top-nav ul li {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.side-header .top-nav ul li:last-of-type {
	margin: 0;
	padding: 0.5em;
	border-bottom: 1px solid var(--light-gray);
}

.side-header .top-nav ul li:has(+ li.bg-white) {
	border-right: none;
	margin-right: 0;
}