  /*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Akifumi Yamamoto
Last Updated: 2018/02/23
*/


/* fix the labels on the directory */ 

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
	display: inline-block !important;
}

.news-newest-colum .text-box h3.no-link {
	font-size: 21px;
	line-height: 1.29;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
	color: #cf202e;
	margin-bottom: 3px;
	text-decoration: none;
	width: 100%;
	padding: 0;
	background: none;
	text-align: left;
	margin-top: 0;
}


/* fix nested nav accordion expansion */
.leftnav li label.tree-toggler > a {
	display: inline;
}

/* fix pagination on blog */
nav.pagination li {
	display: inline;
}
nav.pagination a {
	width: auto;
	padding: 16px 28.5px;
	display: inline;
	margin-right: 8px;
}
nav.pagination a.active {
	color: black;
}

/* fix tags on blog */
.news-newest-colum .text-box span.tags > a {
	display: inline;
}

span.icon {
	padding: 4px 8px;
}

/* grid page filter dropdown overflow fix */
ul.multiselect-container.dropdown-menu {
	overflow-x: hidden;
}

#de {
	color: #000000;
	padding: 0;
	margin: 0;
}

.ou-slider .carousel-control.right{
	right:10px;
	color:#000;
	text-shadow: 0 0 3px rgba(255,255,255,1);
}

.ou-slider .carousel-control.left{
	color:#000;
	left:10px;
	text-shadow: 0 0 3px rgba(255,255,255,1);
}

ul {
	margin: 10px 20px;
	padding: 10px;
}

ul li {
	list-style-type: disc;
}

.groups ul li,
.xp-follow-inner ul li,
.header ul li,
.news-video-inner ul li {
	list-style-type: none;
}

.xp-follow-inner ul,
ul.listNav,
.header ul,
.news-video-inner ul {
	margin: 0;
	padding: 0;
}

form .formtitle {
	margin-top: 1em;
}

ol > li {
	list-style: unset;
}

hr {
	border-top-color: #000;
}

.rtcontent.pull-right .academic-program-new {
	margin: 60px -25px;
}

dl.hours dt { width: 27%; }
dl.hours dd { width: 54%; }

/* -- Added for ticket #51646 -- */
@media (max-width: 767px){
	#blog-posts nav.pagination li:first-child:nth-last-child(5) a,
	#blog-posts nav.pagination li:first-child:nth-last-child(5) ~ li a {
		padding: 16px 19px;
	}

	#blog-posts nav.pagination li:first-child:nth-last-child(6) a,
	#blog-posts nav.pagination li:first-child:nth-last-child(6) ~ li a {
		padding: 16px 14px;
	}

	#blog-posts nav.pagination li:first-child:nth-last-child(7) a,
	#blog-posts nav.pagination li:first-child:nth-last-child(7) ~ li a {
		padding: 16px 11px;
	}


	.news-overview-campus {
		display: none;
	}
}