  /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow: hidden;
	position: relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
  font-family: 'Open Sans', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 140%;
  font-weight: 600;
  color: #7b7b7b;
}

html, body, #map { height: 100%; margin: 0; padding: 0; }
hr { border-color: #fff; margin: 10px 0; }
a { text-decoration: none; color: #0e4376; }
a:hover { text-decoration: none; color: #9d9d93; }

li { margin-bottom: 5px; }
/*#map { background: #f5f7e9 !important; }*/
#map {
    background: #F5F7E9 !important;
    position: absolute;
    width: 100%;
    top: 108px;
}
#header {
  height: 108px;
  overflow:  hidden;
  padding: 27px 20px 15px;
  background: url(/campus-map/img/banner.png) 0 0 repeat-x;
  background-size: 1px 108px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}
#logo {
  float: left;
  width: 233px;
  height: 66px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(/campus-map/img/logo@2x.png) 0 0 no-repeat;
  background-size: 233px 66px;
}
.back_btn {
  color: #fff;
  float: right;
  display: block;
  font-size: 18px;
  margin-top: 12px;
  padding: 5px 35px;
  border: 2px solid #fff;
}
.back_btn:hover { color: #faca0c; } 

.header {
  overflow: hidden;
  padding: 15px 40px;
  background: #0e4376;
}
.header h2 { color: #fff; font-size: 24px; margin-bottom: 5px; }

.header input[type="text"] {
  float: left;
  height: 38px;
  width: 266px;
  border: none;
  font-size: 16px;
  padding: 5px 15px;
  margin-bottom: 10px;
  border-radius: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: none;
}
.header a.trigger {
  float: left;
  width: 46px;
  height: 38px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(/campus-map/img/submit@2x.png) 0 0 no-repeat;
  background-size: 46px 38px;
}
.header a.clear_results {
  color: #fff;
  clear:left;
  float:left;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}
.header a.clear_results:hover { color: #faca0c; }

#info{
  width: 400px;
  height: 725px;
  position: absolute;
  top: 135px;
  right: -365px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
  
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out; 
  -ms-transition: all .5s ease-in-out; 
  transition: all .5s ease-in-out;
}
#info.open {
  right: 0;
}

#info .info_wrap { height: 100%; position: relative; }

p.alt-name { padding-bottom:10px; }
#info_toggle {
  background: transparent url(img/toggle_btn_open_full@2x.png) 0 0 no-repeat;
  background-size: 54px 52px;
  
  -webkit-border-radius: 50% 0 0 50%;
  -moz-border-radius: 50% 0 0 50%;
  -ms-border-radius: 50% 0 0 50%;
  border-radius: 50% 0 0 50%;
  
  position: absolute;
  margin-top: -25px;
  text-indent: 100%;
  overflow: hidden;
  z-index: 1000;
  height: 54px;
  width: 52px;
  left: -27px;
  top: 50%;
}
#info_toggle.open {
  background: transparent url(img/toggle_btn_close_full@2x.png) 0 0 no-repeat;
  background-size: 54px 52px;
}

#info_toggle:focus { outline: none; }

#category_list,
#search_results  { font-size: 18px; padding: 25px 40px; }

#category_list { max-height: 555px; overflow: auto; text-transform: uppercase; }
#category_list ul li {
  border-bottom: 1px solid #ccc;
  padding: 5px 0 8px;
}
a.category.selected{ color:#9d9d93; }
#search_results { display: none; max-height: 565px; overflow: auto; }

#building_details { font-size: 18px; }
#building_details .header h2 { margin: 0; max-width: 255px; }
#building_details a.close{
  float:right;
  color: #fff;
  font-size: 14px;
  margin: 10px 0 0;
}
#building_details a.close:hover { color: #faca0c; }

#building_details div:not(.header) {
  padding: 25px 40px;
  height: 625px;
  overflow: auto;
}

.gig_harbor_link { font-size: 14px; text-transform: none; }

.building-overlay{
  position:absolute;
  /*background: rgba(0,0,0,0);*/
  border: 10px solid #faca0c;
  box-shadow: 1px 1px 5px 0px #555;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out; 
  -ms-transition: all .35s ease-out; 
  transition: all .35s ease-out;
  opacity: 0;
}
.building-overlay:hover, .building-overlay.selected{
  /*background: rgba(255,0,0,0.5);*/
  opacity: 0.7;
}
.building_image{
  max-width: 100%;
  display: block;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  body { overflow: scroll; }
  .header input[type="text"] { width: 190px; }
  .back_btn { display: none; }
  #header { padding: 27px 40px 15px; height: 85px; }
  #logo {
	float: none;
	margin: 0 auto;
	width: 150px;
	height: 44px;
	background-size: 100% auto;
  }
  #info {
	width: 100%;
	height: auto;
	right: auto;
	min-height: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
  }
  #info_toggle { display: none; }
  #map {
	top: 85px;
	height: 75%;
	position: relative;
	left: 0;
	right: 0;
  }
    
  #building_details div:not(.header) {
    height: auto;
    overflow: auto;
  }
}