<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*This new stylesheet setup will include a series of css includes to help better breakdown the cascade and work to remove unused classes
and conflicts. While streamlining the file for best optimization and a cross browser rendering*/

/* base theme stylesheet loaded via bootstrap 3.4.1 version /css/bootstrap.min.css*/

@import "https://eou.edu/wp-content/themes/EOU_Global_2021/css/containers-layouts.css"; /* containers, boxes, theme layout elements */

@import "https://eou.edu/wp-content/themes/EOU_Global_2021/css/search-form.css"; /* Using a string */

@import "https://eou.edu/wp-content/themes/EOU_Global_2021/css/breadcrumb-style.css"; /* Using a string */

@import "https://eou.edu/wp-content/themes/EOU_Global_2021/css/typography.css"; /* Using a string */

@import "https://eou.edu/wp-content/themes/EOU_Global_2021/css/header-style.css"; /* Using a string */

@import "https://eou.edu/wp-content/themes/EOU_Global_2021/css/landing-page.css"; /* Using a string */

@import "https://eou.edu/wp-content/themes/EOU_Global_2021/css/buttons.css"; /* Using a string */

@import "https://eou.edu/wp-content/themes/EOU_Global_2021/css/guten-style.css"; /* Using a string */

@import "https://eou.edu/wp-content/themes/EOU_Global_2021/css/counter_scroll.css"; /* Using a string */

@import "https://eou.edu/wp-content/themes/EOU_Global_2021/css/timeline.css"; /* Using a string */

/*Note / blog id 263 loads /css/timeline.css*/
/*Note. Fonts from cloud &amp; licensed are enqeued in the functions file.*/


/*The carousel CSS below needs to force cache clear. Need to enque the above style sheets in the function file to add versions.*/

.carousel-caption&gt;p {
	color: #ffffff;
}

body.home .carousel-caption {
	text-shadow: none;
	background: rgba(255 255 255 / 0.8) !important;
	background-color:#ffffff;
	/*opacity:0.8;*/
	filter:alpha(opacity=80);
	box-shadow: none !important;
	right : 2% !important ;
	left : 5% !important ;
	padding-bottom : 20px;
}

body.home .carousel-caption p {
	font-size: 1.2em;
	color : #00386b !important;
}

body.home .carousel-caption h1 {
	color : #00386b !important;
	text-shadow: none;
}

@media screen and (min-width: 1050px) {

	body.home .carousel-caption {
	z-index : 10;
	margin-right: 30px;
	margin-left: 60%;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	text-align: left !important;
	}

}

.carousel-control{
	width:5%!important;
}

/* Highlight Sidebar Menu page link using link element */
li.current_page_item a{
	text-decoration:underline;
	font-weight:bold;
}

.nav-news &gt; li &gt; a:hover{
	color:#ffffff!important;
}
.nav-news{
	font-family:"Tungsten A", "Tungsten B";
	font-size: 1.5em;
}
.nav-news &gt;li &gt;a{
	margin:1px;
}</pre></body></html>