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



/* .white_on_purple{
	color:white;	
	font-size: 3rem;
    margin-top: 20px;
    margin-bottom: 10px;
} */


.ou- thead{
	background-color:white!important;
}

/* .mce-content-body [data-mce-selected=inline-boundary] {
background-color: white!important;
color: black;
}

.mce-content-body [data-mce-selected=inline-boundary] {
background-color: white!important;
color: black;
}
*/

.ou-justedit-region ul li a {
	background-color: #FFFFFF !important;
	color: #000000 !important;
	/* 	padding: 15px;
	width: 98%; */
}

.mce-object .mce-object-video{
	min-width:100px!important;
}

.ou-justedit-region table[class^="ou-"] img:not(.mce-object-iframe){
	min-width:100px!important;
}




/* A-Z Index */
ul.horizontal-list {
	padding-top: 20px;
}
ul.horizontal-list li {
	display: inline;
	padding: 10px;
	list-style-type: none;
	margin-left: 0.5rem;
}
ul.horizontal-list li a{
	/* 	color: #4F2984!important; */
	font-weight: bold;
	text-decoration: underline;
}
ul.horizontal-list li:before {
	background-image: none;
}
ul.horizontal-list ~ ul li{
	margin-left: 3.5rem;
}

/* ldp form button */
.omni-hide{
	display:none;
}

/* OU Alert - AS 8-26-21 */
/* #oualerts-active-alert-display.oualerts-top-fixed + a + a + div + header { position: inherit!important; } */

/* OU Forms */
.ou-form button {
	overflow: hidden;
}
.ou-form .btn-default:hover {
	color: #e6e6e6;
}





