<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
This is the section css for
Center for GIS and Spatial Analysis 
*/

/* GENERAL USE */
#home-content .schedClr1{
	background-color: rgba(68,31,73,.75);
	color: #FFF;
}
#home-content .schedClr2{
	background-color: #b094b5;
	color: #FFF;
}
#home-content .schedClr2 p, #home-content .schedClr1 p{
	color: #FFF;
}
#home-content .wide{
	width: 100%;
}
#home-content .schedulePage td{
	padding: 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#home-content .greyBack{
	background-color: #EEE; 
	padding: 10px;
	margin-top: 10px;
}

/* side menu */
#home-content .sideLinks{
	margin-top: 10px;
	padding-right: 20px;
}
#home-content .sideLinks .grid12{
	margin: 0;
}
#home-content .sideLinks a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #575757;
	font-weight: bold;
	padding-left: 13px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
#home-content .sideLinks .accordion a a{
	padding: 0px;
	padding-left: 0px !important;
	border-bottom: none;
	border-right: none;
}
#home-content .sideLinks .accordion a{
	padding-left: 30px;
}
#home-content .sideLinks .accordion a:hover a{
	border-left: none !important;
}
#home-content .sideLinks .accordion h3{
	font-size: 1em;
	font-family: "myriad-pro", Arial, sans-serif
}
#home-content .sideLinks &gt; .grid12:first-of-type &gt; a{
	border-top: 1px solid #DDD;
}
#home-content .sideLinks .subSideLink{
	font-size: .9em;
	padding: 5px 10px 3px 30px;
	border-left: 0;
	font-weight: bold;
	text-indent: -10px;
	line-height: 20px;
	border-top: none;
	border-bottom: none;
}
#home-content .sideLinks .subSideLink:before{
	content: "\203A"; 
	padding-right: 5px; 
	position: relative;
	top: -1px;
	color: #6e3061;
}
#home-content .subLinks{
	border-bottom: 1px solid #DDD;
}
#home-content .sideLinks .grid12 a:hover{
	color: #6e3061;
	border-left: 3px solid #FFE800;
}
#home-content .sideLinks .activeSideLink{
	color: #6e3061;
	border-left: 3px solid #6e3061;
}
#home-content .inactive{
	display: none;
}
#home-content .active{
	display: block;
}
#home-content .hideHeader{
	position: absolute;
	left: -9999px;
	top: -9999px;
}

/* HOME */
#home-content #home .grid9{
	padding-right: 10px;
}

#home-content #home .grid6{
	padding: 0 5px 0 5px;
}

#home-content #home .grid6 img{
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

#home-content #home img.playBtn{
	display: none;
}

#home-content #home li{
	height: 230px;
	padding-top: 10px;
	padding-bottom: 0;
}

/* LABS */
#home-content #labs .grid4{
	padding: 0 5px 0 5px;
}

#home-content #labs .row-responsive{
	margin: 0;
}

/* LINKS */

#home-content #links ul{
	list-style-type: none;
	margin-left: 0;
}</pre></body></html>