/* Search Autocomplete */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto;font-family: 'OpenSansRegular', sans-serif; font-size: 0.75em; line-height: 1.25em; }
.autocomplete-suggestion { padding: 5px; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

/* Page Layout */
html, body { width: 100%; height: 100%; margin: 0; }
a img { border: 0; margin: 0; padding: 0; }
form select { padding: 0.25em; background-color: #ffe8a9; }

#wrapper {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#sidebar {
	position: relative;
	width: 19.04761904%; /* 320px/1680px = 0.1904761904761905 */
	min-width: 320px;
	height: 100%;
	float: right;
	-webkit-box-shadow: -3px 0px 0px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: -3px 0px 0px 0px rgba(50, 50, 50, 0.2);
	box-shadow: -3px 0px 0px 0px rgba(50, 50, 50, 0.2);
	z-index: 2;
	font-family: 'OpenSansRegular', sans-serif;
}

#map_wrapper {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#map_canvas {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	height: 100%;
	width: 100%;
}

#footer {
	display: none;
}

#campusBtn {
	display: block;
	border-bottom: none !important;
	background-color: #46166b;
    text-align: center;
	text-decoration: none;
	color: #FFF !important;
	font-size: 0.75em;
	padding: 0.75em 0;
	width: 49%;
    margin:0.75em auto;
}

#campusBtn:hover {
	background-color: #613483;	
}



#sidebar_content_wrapper {
	padding: 0;
	height: 100%;
}

#top_logo {
	width: 100%;
	background-color: #efefef;
	text-align: center;
	padding: 8px 0 7px 0;
}

#sidebar_content a:link, #sidebar_content a:visited, 
#sidebar_content a:hover, #sidebar_content a:active {
	color: rgb(0, 0, 255);
}

#sidebar_content { padding: 0 2em; color: #333; height: 100%; /* height is new */ }
#sidebar_content div { border-bottom: 1px solid #ccc; }
#sidebar_content #linksHeader {	border: none; }
#sidebar_heading { text-align: center; }
#sidebar_heading h1 { color: #46166b; font-family: 'OpenSansBold', sans-serif; font-size: 1.75em; margin: 0.35em 0; }
#sidebar_content div h2 { font-family: 'OpenSansBold', sans-serif; font-size: 1em; }
#sidebar_content div ul { margin-top: 0; }
#sidebar_content div ul li { font-size: 0.9em; line-height: 1.5em; margin-bottom: 0.45em; }

#sidebar_content #links	{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#sidebar_content div ul li a img {
	margin-top: -2px;
}

#search_box {
	padding: 0.83em 0; /* matches default padding on other divs */
	text-align: center;
}

#search_term {
/*	width: 15em;*/
	width: 226px;
	line-height:normal !important;
	padding: 0 0.5em;
	height: 30px;
    box-sizing: border-box;
}

#search_button {
	background-color: #46166b;
	color: #fff;
	border: 0;
	height: 30px;
	width: 30px;
	line-height:normal !important;
}

.cancelButton {
	background-color: #f00 !important;
}

#search_button::-moz-focus-inner {
    border: 0;
}

.search-icon {
	display: inline-block;
	height: 12px;
	width: 12px;
	background-image: url(../images/search_ffffff_16.png);
}

.times-icon {
	display: inline-block;
	height: 12px;
	width: 12px;
	background-image: url(../images/times_ffffff_16.png);
}

.resetLink {
	float: right;
	font-size: 0.7em;
	margin-top: 0.175em;
}

.filterList {
	margin-left: 0;
	padding-left: 1em;
	list-style: none;
}

.filterList li {
	padding-left: 1.75em;
	background-repeat: no-repeat;
}

/* Filter Icons */
.confidential,.nonConfidential { background-image: url(../images/icons/UniversityBuildingPurple.png); }

.confidentialOn,.nonConfidentialOn { background-image: url(../images/icons/UniversityBuildingGold.png); }

/* Map Styles - marker labels and info windows */
.markerLabel {
	color: #000;
	font-size: 1em;
	line-height: 1;
	text-align: center;
	width: 80px;
	position: relative;
}

#infowindowContent { position: relative; }
#infowindowContent strong{font-weight: 600;}
#infowindowContent input { padding: 4px; }
#useraddress { width: 75%; }
#directionsText { font-size: 75%; width: 98%; padding-right: 2%; }
.directionTypeSelected { font-weight: bold; }
.helpfulLinksLink {	display: none; }
.linksClose { display:none; }
.homeLink { display: none; }

.adaOnlyLabel {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: #FFF;
    background-color: #382140;
}

@media only screen and (max-width:768px) {

	.autocomplete-suggestion { padding: 5px 3px; white-space: pre-wrap; overflow: hidden; }  

	#sidebar {
		min-width: 100%;
		width: 100%;
		height: 80px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 25px;
		left: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	#campusSelect {
		display: none;
	}

	#footer {
		position: absolute;
		display: block;
		bottom: 0;
		left: 0;
		right: 0;
		height: 25px;
		background-color: #666;
		font-size: 1em;
		font-family: 'OpenSansRegular', sans-serif;
		line-height: 1.5em;
		border-top: 1px solid #999;
	}

	#footer a {
		text-align: center;
		display: inline-block;
		margin: 0;
		padding: 0;
		text-decoration: none;
		color: #fff;
	}

	#footer a.northCampusLink {
		border-right: 1px inset #999;
		width: 49%;
	}

	#footer a.southCampusLink {
		width: 50%;
	}

	#footer a:active {
		color: #fff;
		background-color: #46166b;
	}

	#sidebar_content {
		padding: 0;
		overflow: hidden;
		height: 73px;
		text-align: right;
	}

	#sidebar_content a.helpfulLinksLink {
		font-size: 1em;
		line-height: 2.5em;
		margin-right: 0.35em;
		display: inline-block;
		padding-right: 26px;
		background: url(../images/bars_ffc423_32.png) no-repeat right center;
		background-size: 20px 20px;
	}

	#sidebar_content a.helpfulLinksLink:link, 
	#sidebar_content a.helpfulLinksLink:visited, 
	#sidebar_content a.helpfulLinksLink:hover, 
	#sidebar_content a.helpfulLinksLink:active {
		color: #fff;
	}

	#sidebar_content_wrapper {
		height: 100%;
	}


	#top_logo {
		float: left;
		width: 135px;
	}	

	#top_logo a img {
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: url(../images/WCULogoSmall.png) no-repeat;
		width: 130px;
		height: 65px;
		padding-left: 135px;
		background-position: right;
	}

	#search_box	{
		padding: 0 0.4em 0.5em 0;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 50%;
	}

	#search_box form {
		width: 100%;
	}

	#search_term {
		width: 100%;
	}

	#search_button {
		display: none;
	}

	#map_wrapper { 
		overflow: visible;
		position: absolute;
		left: 0;
		top: 80px;
		right: 0;
		bottom: 25px;
		height: auto;
	}

	#sidebar_heading, #filters, #links { display: none;	}
	#sidebar_content div { border-bottom: none;	}
	#sidebar, #top_logo { background-color: #46166b; }

	#sidebar_content a.linksClose { 
		position: absolute; 
		top: 0;
		right: 32px; 
		display: block; 
		padding-right: 26px;
		font-size: 1em; 
		line-height: 2.5em;
		background: url(../images/CloseIcon.png) no-repeat right center;
		background-size: 20px 20px;
		color: #46166b;
	}

	.homeLink { 
		display: block; 
		text-align: center; 
		padding-top: 1em; 
		margin: 0 25px 0 0; 
	}
	.homeLink div {
		margin: 0 25px;
		border-top: 1px solid #ccc; 
	}
	.homeLink img { width: 125px; }

	#sidebar_content #links	{
		position: absolute;
		width: 100%;
		height: 2000px;
		overflow: hidden;
		background-color: #fff;
		text-align: left;
		top: 0;
		left: 100%;
		padding: 0;
		display: block;
		-webkit-transition: left 1s;
		transition: left 1s;
		-webkit-box-shadow: -3px 0px 0px 0px rgba(50, 50, 50, 0.2);
		-moz-box-shadow: -3px 0px 0px 0px rgba(50, 50, 50, 0.2);
		box-shadow: -3px 0px 0px 0px rgba(50, 50, 50, 0.2);
	}

	#sidebar_content #links.hideLinks {
		left: 100%;
	}

	#sidebar_content #links.showLinks {
		left: 25px;
	}

	#links ul {
		padding-bottom: 0.5em;
	}

	#sidebar_content #links ul li {
		line-height: 1.75em;
	}

	#links #linksHeader {
		position: relative;
		background-color: #efefef;
		height: 80px;
		margin: 0 0 1em 0;
		padding: 0;
	}

	#links #linksHeader h2 {
		position: absolute;
		bottom: 0;
		margin: 0 0 0.5em 1em;
	}
}
