  /*
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;
}
/* 
#discovery-search-box {
display: none !important;
} */

.tab-content iframe {
  width: 100%;
}

/*ticket 2674978 */
html { scroll-behavior: auto; }

#dropdowntoform { scroll-margin-top: 120px; } /* adjust if you have a sticky header */
/*ticket 2674978 */

/*ticket 283737 */

	@media only screen and (max-width: 767px) {
    .faculty-box h1,
    .faculty-box .h1 {
        font-size: 2.75rem;
        line-height: 2.75rem;
    }

    .faculty-box h2,
    .faculty-box .h2 {
        font-size: 2rem;
    }
}
/*ticket 283737 */
