<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/* List of Majors &amp; List of Careers */

.widget {
background-color: #fff;
margin-top:0px;
}

.containerobj .active .widget {
	color: white;
	background-color: #fff;
}
.containerobj .inpath .widget {
	background-color: #fff;
}
#columnlist a:link {
	color: #333;
	font-weight: bold;
	margin-left: 5px;
}
#columnlist a:visited {
	color: #333;
	font-weight: bold;
}
#columnlist a:hover {
	background: #333;
	color: #fff;
	cursor: pointer;
}
.containerobj {
	height: 30em;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}
.containerobj div {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	border-right: 1px solid #ddd;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #333;
	width: 33.6%;
}
.containerobj a {
	display: block;
	white-space: nowrap;
	clear: both;
	padding-right: 0px;
	overflow: hidden;
	text-decoration: none;
	padding: 3px 0px 0px 5px;
}
.containerobj a:focus {
	outline: none;
}
.containerobj a canvas {
}
.containerobj .feature {
	min-width: 300px;
	overflow-y: auto;
}
.containerobj .feature a {
	white-space: normal;
}
.containerobj .hasChildMenu {
	color: #666;
	margin: 0px 0px 0px 4px;
	background-color: #fff;
}
.containerobj .active {
	background-color: #333;
	color: #fff;
}
.containerobj .inpath {
	background-color: #efefef;
	color: #333;
	font-weight:bold;
}
.containerobj .hasChildMenu .widget {
	position: absolute;
	right: 0;
	text-decoration: none;
}
#majorTree ul {
    color: #666;
    float: left;
    font-size: 14px;
    list-style: none outside none;
    margin: 0 0 25px;
    padding: 0;
}
#majorTree ul ul {
    border-left: 2px solid #333;
    float: none;
    margin: 0 0 3px 3px;
}
#majorTree ul ul li, div.majorTree ul ul li ul li {
    padding: 0 0 0 6px;
}

        /* at smaller size, hide jquery columnview and show basic UL list */
@media (max-width:768px) {
	.top a, a:visited, a:hover, a:active {
		color:#666;
	}
	.leaf a, a:visited, a:hover, a:active {
		color: #333;
	}
	.containerobj{
		display:none !important;
	}
	#columnlist-processed {
		display:block !important;
		visibility:visible !important;
	}
}</pre></body></html>