* {
	-webkit-overflow-scrolling: touch;
	font-family: Montserrat, serif;
}

html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: auto;
	overflow: hidden;
}

.visible-md::-webkit-scrollbar, .visible-lg::-webkit-scrollbar, .visible-md ::-webkit-scrollbar, .visible-lg ::-webkit-scrollbar {
    width: 12px;
}


.visible-md::-webkit-scrollbar-track, .visible-lg::-webkit-scrollbar-track, .visible-md ::-webkit-scrollbar-track, .visible-lg ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
.visible-md::-webkit-scrollbar-thumb, .visible-lg::-webkit-scrollbar-thumb, .visible-md ::-webkit-scrollbar-thumb, .visible-lg ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #9E9E9E;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.visible-md::-webkit-scrollbar-thumb:window-inactive, .visible-lg::-webkit-scrollbar-thumb:window-inactive, .visible-md ::-webkit-scrollbar-thumb:window-inactive, .visible-lg ::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.4); 
}



@font-face {
  font-family: "seattle-u";
  src: url("/map/fonts/seattle-u.eot");
  src: url("/map/fonts/seattle-u.eot?#iefix") format("embedded-opentype"), url("/map/fonts/seattle-u.woff") format("woff"), url("/map/fonts/seattle-u.ttf") format("truetype"), url("/map/fonts/seattle-u.svg#seattle-u") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "seattle-u" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "seattle-u" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/* modified for fullscreen view */
footer {
	display: none !important;
}

  
.navbar-wrapper .container {
	max-width: 100%;
	min-width: 100%;
	margin: 0;
}

#wrapAllTheThings {
	width: 100%;
	height: 100%;
}

#aspnetForm {
	width: 100%;
	height: 100%;
}

/* Custom wrapper just for map elements */

#wrapTheMap {
	position: absolute;
	/*z-index: 0;*/
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	top: 0px;
	bottom: 0px;
	overflow: hidden;
	-webkit-overflow-scrolling: auto;
}


#navigation_header h1 {
    background-color: #aa0000;
    line-height: 40px;
    margin: 0px;
    padding: 10px 0 10px 0 !important;
    text-rendering: optimizelegibility;
	text-transform: uppercase;
	width:100%;
}
#navigation_header h1.mobile{
	padding:0 !important;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
}
#navigation_header h1 span {
    /*border-top: 3px solid #881111;
    border-bottom: 3px solid #881111;*/
    color: #ffffff;
    display: block;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 400;
	font-size: 20px;
    text-align: center;
}
#navigation_header h1.mobile span{
	font-size:16px;
	font-weight:bold;
	line-height:24px;
}
#navigation_header p {
	margin-top: 10px;
}


body .ui-accordion .ui-accordion-header .ui-accordion-header-icon{
	xbackground: #ef4135;
    padding-right:15px;
}

.ui-state-default{
	background: none !important;
	border:0;
}
body .ui-state-default .ui-icon{ /* ektron override */
    background-image:none;
}
#info_window h2, #info_bar h2, #info_bottom h2 {
	color: #aa0000;
	clear: both;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 20px;
	margin: 0px;
}
#info_window .content h4, #info_bar h4, #info_bottom h4 {
	color: #FAB82F !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: 0px;
}

#info_window p, #info_bar p, #info_bottom p {
	color: #333333;
	font-family: 'Montserrat', serif;
	font-size: 12px !important;
	line-height:16px;
    /*margin: 0px;*/
}
#info_window p.buildingDescription, #info_bar p.buildingDescription, #info_bottom p.buildingDescription {
	margin-bottom: 15px;
}
#info_window a, #info_bar a, #info_bottom a {
	color: #333333;
    text-decoration: underline;
}
#info_window a:hover, #info_bar a:hover, #info_bottom a:hover {
	color: #aa0000;
}

#info_window ul, #info_bar ul, #info_bottom ul{
    font-size: 12px;
    line-height: 23px;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 15px;
	padding-bottom: 0px;
    display: table;
}

#info_window ul li, #info_bar ul li, #info_bottom ul li {
    display: table-row;

}

#info_window ul li:before, #info_bar ul li:before, #info_bottom ul li:before {
    font-family: 'seattle-u';
    content: 'b';
    color: #aa0000;
    padding-right: 5px;
    display: table-cell;
    position: relative;
    top: 2px;
}

#info_window ul li p, #info_bar ul li p, #info_bottom ul li p { /* ITS A HACK */
    display: inline;
}

p.shareURL {
	margin-top: 20px;
}

p.shareURL input {
	width: 80%;
}

p.buildingList {
	margin-bottom: 1.3em;
}

.buildingList {
	line-height: 18px;
}

#navigation_list a, #navigation_list_top a, .descriptionSearch {
	color: #333333; /*js*/
}

.descriptionSearch {
	font-size: 10px !important;
	line-height: 12px;
	margin-bottom: 10px !important;
}

/*
#navigation_list a:hover, #navigation_list_top a:hover, .buildingList a:focus {
	color: #FFFFFF;
}
*/

a {
	color: #333;
	cursor: pointer;
}

a:hover, a:focus {
	color: #A00;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	list-style-type: none;
}
	
li {
	font-weight: 400;
	color: #333;
	font-family: Montserrat, serif;
	font-size: 12px;
	margin: 0px;	
}

li::before {
	font-family: 'seattle-u';
	content: 'b';
	color: #A00;
	padding-right: 5px;
	display: table-cell;
	position: relative;
	top: 2px;
	float: left;
}

#warning_wrapper {
	  display: none;
}
#warning_message {
	position: absolute;
	display: inline-block;
	z-index: 10;
	text-align: center;
	vertical-align: middle !important;
	width: 100%;
	top: 0px;
	bottom: 0px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.9);
}

#warning_container {
	position: absolute;
	
	top: 50%;
	height: 4em;
	margin-top: -2em;
	
	left: 50%;
	width: 20em;
	margin-left: -10em;
}

#map_canvas {
	/*z-index: -4;*/
	position: absolute;
	width:100%; /*jb*/
	height:100%; /*jb*/
	/*width: 940px;*/ /*jb*/
	/*height: 700px;*/ /*jb*/
}

#map_overlay {
	/*z-index: -2;*/
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	display: none;
}

#map_navigation {
	background:#ffffff; /*jb*/
	/*z-index: -3;*/
	position: absolute;
	width: 300px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	padding-left: 10px;
}

#map_navigation_top {
	/*z-index: -4;*/
	position: relative;
	width: 100%;
	height: 60px;
	float: right;
	background-color: rgba(255,255,255,0);
}

#navigation_header {
	height: 60px;
    padding:0;
    position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	/*background-color: #A00;*/
    text-align: center;
}

.searchBoxWrapper.desktop {
	padding:10px;
}

.searchBoxWrapper.mobile {
	margin-left:48px;
	padding: 4px 6px 6px 6px;
}
	
.searchBox {
	width: 100%;
	background-color: white;
	box-sizing: border-box;
	/* height: 20px;*/  /*jb*/
    font-size:16px;
	/*padding: 5px 10px; /*jb*/
	color: #333333;
}

.searchBox.mobile {
	height: 48px;
	text-indent: 8px;
}

.searchBox.mobile:disabled {
	opacity: 1;
}

.searchBox::-webkit-input-placeholder {
   color: #A9A9A9;
}

.searchBox:-moz-placeholder { /* Firefox 18- */
   color: #A9A9A9;  
}

.searchBox::-moz-placeholder {  /* Firefox 19+ */
   color: #A9A9A9;  
}

.searchBox:-ms-input-placeholder {  
   color: #A9A9A9;  
}

.btn-group {
	text-align: center;
	width: 100%;
}

.btn-group .active{
    background-color: #ef4135 !important;
}

.btn {
	color: #FFF !important;
}

/* Added from refresh-all.css */

.btn-attention:hover, .btn-attention:focus {
    background-color: rgb(239, 65, 53);
    border-color: rgb(170, 0, 0) !important;
    color: rgb(255, 255, 255);
}

.btn-attention {
    background-color: rgb(170, 0, 0);
    border-color: rgb(136, 17, 17) !important;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

#pageContent {
	border: 0 !important;
}

#navigation_list {
	position: absolute;
	width: 300px;
	top: 170px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-left: 10px;
	padding-top: 10px;
	overflow-x: hidden;	
	
	/* Drop shadow inside div (for stacked underneath look) */
	background-image: -webkit-linear-gradient(top, #CED4D9 0%, #FFFFFF 10px); /* Chrome10+,Safari5.1+ */
	background-image:    -moz-linear-gradient(top, #CED4D9 0%, #FFFFFF 10px); /* FF3.6+ */
	background-image:         linear-gradient(top, #CED4D9 0%, #FFFFFF 10px); /* W3C */
}

/*
#navigation_list div {
	overflow-y: hidden;
}
*/

#navigation_list_top_wrapper {
	position: absolute;
	display: none;
	top: 0px;
	bottom: 0px;
	left: -250px;
	right: 250px;
}

#navigation_list_top {
	/*z-index: -1;*/
	background: #ffffff;
	position: absolute;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 250px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	/* Drop shadow inside div (for stacked underneath look) */
	background-image: -webkit-linear-gradient(top, #CED4D9 0%, #FBFAF8 10px); /* Chrome10+,Safari5.1+ */
	background-image:    -moz-linear-gradient(top, #CED4D9 0%, #FBFAF8 10px); /* FF3.6+ */
	background-image:         linear-gradient(top, #CED4D9 0%, #FBFAF8 10px); /* W3C */
}

#navigation_list_top_handle {
	/*z-index: -1;*/
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 250px;
	right: 0px;
}

#navigation_list_top div {
	overflow-y: hidden;
}

#info_container {
	position: absolute;
	/*z-index: -2;*/
}

#info_window {
    font-size:12px;
    line-height:16px;
	position: relative;
	/*z-index: -2;*/
	overflow-y: auto;
	overflow-x: hidden;
	visibility: hidden;
	width: 400px;
	top: 34px;
	left: 34px;
	padding: 0px 20px;
	background-color: rgb(251,250,248);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(181,176, 168);
	border-radius: 10px;
	box-shadow: 10px 10px 5px #888888;
}

#info_window .content > *, #info_bar > *, #info_bottom_content > * {
	margin-top: 20px;
}

#info_window > *:first-child, #info_bar > *:first-child, #info_bottom_content > *:first-child {
	margin-top: 0px;
}

#info_window > *:last-child { /* Use these selectors more -- they're awesome */
	margin-bottom: 20px;
}

#info_window h2 {
	padding-right: 25px;
}

#info_bar {
	/*z-index: -1;*/
	position: absolute;
	right: -400px;
	top: 0px;
	bottom: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	visibility: visible;
	width: 400px;
	padding: 20px;
	background-color: rgb(251,250,248);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(181,176, 168);
}

#info_bar p {
	text-align: justify;
}

#info_bar h2 {
	padding-right: 25px;
}

#info_bottom {
	/*z-index: -3;*/
	position: absolute;
	top: 100%;
	left: 0px;
	right: 0px;
	overflow-y: hidden;
	overflow-x: hidden;
	visibility: visible;
	height: 100%;
	bottom: 0px;
	padding: 20px;
	background-color: rgb(251,250,248);
	box-shadow: 0px -1px 3px #888888; /* Drop shadow */
	border-top: #BBBBBB solid 1px; /* Fallback */
	-webkit-overflow-scrolling: touch;
	/* Drop shadow inside div */
	/* background-image: -webkit-linear-gradient(top, #bdc3c7 0%, #FBFAF8 10px); /* Chrome10+,Safari5.1+ */
	/* background-image:    -moz-linear-gradient(top, #bdc3c7 0%, #FBFAF8 10px); /* FF3.6+ */
	/* background-image:         linear-gradient(top, #bdc3c7 0%, #FBFAF8 10px); /* W3C */ 
}

#info_bar p {
	text-align: justify;
}

#info_bar h2 {
	padding-right: 25px;
}

#info_close_wrapper {
	position: absolute;
	right: 18px;
	top: 18px;
	width: 25px;
	height: 25px;
	z-index: 10;
}

#info_close {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 20px;
}

.slider {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 375px;
	height: 250px;
}

.slider img {
	height: 250px;
	max-width: none; /* Replaces refresh-level3 which breaks scaling */
}

/*
.slider img {
	width: 100%;
    max-width:346px;
}
*/
/*
#info_window .slick-dots {
	position: absolute;
	xbottom: -30px;
    margin-left:0;
}
*/
.slick-dots {
	display: block !important;
	margin-left: 0px !important;
	bottom: auto !important;
}

.slick-dots li{
    display: inline-block !important;
}

.slick-dots li:before {
	content: '' !important;
}
.slick-dots li button::before {
	font-size: 10px;
}

.categoryLayout, .alphabetLayout {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	margin: 0px !important;
	display: table;
    overflow: hidden;
	top: 0px;
	bottom: 0px;
}

.alphabetLayout {
	display: none;
	padding-left: 10px;
}

.alphabetLayout li::before {
	font-family: 'seattle-u';
	content: 'b';
	color: #A00;
	padding-right: 5px;
	display: table-cell;
	position: relative;
	top: 1px;
	float: left;
}

.categoryLayout.mobile li::before {
	font-family: 'seattle-u';
	content: 'b';
	color: #A00;
	padding-right: 5px;
	display: table-cell;
	position: relative;
	top: 0px;
	float: left;
}

#navigation_list_top li {
	margin-bottom: 15px;
}

.categoryWrapper {
	display: table-row;
}

.categoryLabel {
	display: table-cell;
    /* float:left; */ /*Breaks mobile menu layout*/
	text-align: center;
	vertical-align: middle;
    padding-right:10px;
    width:42px;
}

.categoryLabel img {
	padding: 5px;
	width: 34px;
	height: 34px;
}
.categoryText{
    display: table-cell;
	line-height: 24px;
	vertical-align: middle;
}

.categoryMenu {
	display: table;
	vertical-align: middle;
    width:100%;
}

#navigation_list .categoryMenu h4 {
	cursor: pointer;
    line-height:32px;
	margin: 0;
	padding: 0;
}

#navigation_list_top .categoryMenu h4 {
	cursor: pointer;
    line-height: 48px;
	margin: 0;
	padding: 0;
}

.categoryMenu ul {
	display: none;
}

.categoryMenu h4.mobile {
	line-height: 40px;
	font-size: 20px !important;
}

#navigation_list .categoryMenu h4:hover {
	color: #AA0000 !important;
}

#navigation_list .categoryMenu ul {
    padding:0;
    margin-left:42px !important; /* 32px image width + 10px padding = 42px */
}

#navigation_list_top .categoryMenu ul {
    margin-left: 10px;
}

.categoryLayout img, .alphabetLayout img {
	float: left;
}

.categoryLayout ul, .alphabetLayout {
	border-spacing: 0px 6px;
}

.highlight {
    background-color: #EEB93D;
}

#menuButton, #backButton {
	position: absolute;
	width: 20px;
    height: 20px;
    top: 14px;
	left: 14px;
    float: left;
}

#backButton {
	opacity: 0;
	display: none;
}

#headerText {
	overflow: hidden;
}

#headerMenu {
	position: absolute;
	height: 48px;
	width: 50px;
	margin: 6px;
	margin-top: 4px;
	background-color: #ffffff;
	border-left: 2px solid #999999;
    border-top: 2px solid #999999;
    border-bottom: 2px solid #EEEEEE;
    border-right: 2px solid #000000;
}

/*
#headerMenu img {
	top: 18px;
	bottom: 18px;
}
*/

#headerTitle {
	position: relative;
	margin-left: 50px;
	margin-right: 0px;
	text-align: center;
}

.ui-accordion div {
    xfloat: left;
}
/*
.alwaysVisible {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	bottom: 0px;
}
*/
/*
.notAlwaysVisible.desktop {
	position: absolute;
	overflow-y: auto;
	width: 100%;
	top: 0px;
	bottom: 100px;
	
	background-image: -webkit-linear-gradient(top, #bdc3c7 0%, #FFFFFF 10px);
	background-image:    -moz-linear-gradient(top, #bdc3c7 0%, #FFFFFF 10px);
	background-image:         linear-gradient(top, #bdc3c7 0%, #FFFFFF 10px); 
}
*/
.notAlwaysVisible.mobile {
	top: 80px;
}

#mapLinks {
	line-height: 16px;
}

#searchList {
	position: absolute;
	display: none !important;
	opacity: 1;
	background-color: #FFF;
	width: 100%;
	top: 54px;
	bottom: 0px;
	padding: 15px;
	overflow-y: scroll !important;
	-webkit-overflow-scrolling: touch !important;
}

#searchList.displayHack {
	display: block !important;
}

#searchList ul {
    line-height: 23px;
    list-style-type: none;
    display: table;
}

#searchList ul li a {
	font-size: 16px;
	color: #333333;
}

#searchList ul li a:hover {
	color: #aa0000;
}
	
#searchList ul li p {
	font-size: 12px;
}

#searchList li::before {
	font-family: 'seattle-u';
	content: 'b';
	color: #A00;
	padding-right: 5px;
	display: table-cell;
	position: relative;
	top: 1px;
	float: left;
}

#info_bottom_title {
	margin-right: 40px;
}

#info_bottom_content {
	position: absolute;
	padding: 20px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	
	/* Drop shadow inside div (for stacked underneath look) */
	background-image: -webkit-linear-gradient(top, #CED4D9 0%, #FBFAF8 4px); /* Chrome10+,Safari5.1+ */
	background-image:    -moz-linear-gradient(top, #CED4D9 0%, #FBFAF8 4px); /* FF3.6+ */
	background-image:         linear-gradient(top, #CED4D9 0%, #FBFAF8 4px); /* W3C */
	
	border-top: #CED4D9 1px solid; /* Fallback */
}

#info_bottom_drag {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 60px;
}

#info_bottom_close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
}

#info_bottom_close #info_close {
	position: absolute;
}

#info_bottom_cover {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}