/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/
p.ou-info {
	margin-top: 0;
	font-size: 20px !important;
	padding: 0px 5px;
	background-color: lightblue;
	display: inline-block;
}

p.ou-top-of-page {
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	border: none;
	border-bottom: 2px solid #231f20;
}

@media print, screen and (min-width: 47.75em) {
	.headline_title {
		font-size: 1.75rem;
		line-height: 2rem;
	}
}
@media print, screen and (min-width: 61.25em) {
	.headline_title {
		font-size: 1.875rem;
		line-height: 2.125rem;
	}
}

select[name="esu_program"] {
	width: 100%;
	font-size: 1rem;
	line-height: 1.81;
	color: var(--color-black);
	border: .125rem solid var(--color-gray);
	border-radius: 0;
	appearance: none;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4yOSIgaGVpZ2h0PSIxMS42NzEiIHZpZXdCb3g9IjAgMCAxNy4yOSAxMS42NzEiPgogIDxwYXRoIGlkPSJJQ09OX0Rvd25fQ2FyZXQiIGQ9Ik04LjY0NSw1LjY2M2wyLjE2MS0yLjJMMTQuMjY0LDAsMTcuMjksMy4wMjYsOC42NDUsMTEuNjcxLDAsMy4wMjYsMy4wMjYsMCw2LjQ4NCwzLjQ1OFptMC0yLjYzNyIvPgo8L3N2Zz4K");
	background-repeat: no-repeat no-repeat;
	background-position: right 1.25rem center;
	background-size: 1.125rem;
	cursor: pointer;
	padding: .8125rem 3.4375rem .8125rem 1.25rem;
	max-width: 100%;
	overflow: hidden;
	word-wrap: normal;
	white-space: normal;
}

.fine_print { 
	font-size: 80%; 
	line-height: 80%; 
}

#ou-hidden {
	display: contents !important;
}

/* .link-block ul li {
display: block;
padding-right: 2.5rem;
appearance: none;
background-color: rgba(0,0,0,0);
color: var(--color-black);
font-family: inherit;
font-size: 1.5625rem;
letter-spacing: -0.03125rem;
line-height: 1.28;
text-decoration: none;
font-weight: 800;
text-align: left;
position: relative;
}

.featured-quote:not(:has(.featured-quote__image)) {
padding-bottom:1rem !important;	
} */


.ou-justedit-region table[class^="ou-"] caption {
	border: 1px solid #d2d2d2 !important;
	clip: rect(0 0 0 0) !important;
	height: auto !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative !important;
	width: auto !important;
}

/* @media screen and (min-width: 667px) {
.faculty-bio {
justify-content:start !important;
}
}

.faculty-bio {
margin-bottom: 2rem !important;
}

.button-set ul li::marker {
list-style:none !important;	
content: "" !important;
}  */

.site-footer {
	clear:both;
}

/* Ticket 263975 */
.text-content ol li ol {
	list-style-type: lower-alpha!important;
}
