html, body {
	height: 100%; 
	width: 100%;
}
/*********************
TYPOGRAPHY
*********************/
@font-face{font-family:'SourceSansPro';src:url('/_resources/fonts/source-sans-pro/SourceSansPro-Regular-webfont.eot');src:url('/_resources/fonts/source-sans-pro/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Regular-webfont.woff') format('woff'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Regular-webfont.ttf') format('truetype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Regular-webfont.svg#SourceSansProRegular') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'SourceSansPro';src:url('/_resources/fonts/source-sans-pro/SourceSansPro-Semibold-webfont.eot');src:url('/_resources/fonts/source-sans-pro/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Semibold-webfont.woff') format('woff'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Semibold-webfont.ttf') format('truetype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Semibold-webfont.svg#SourceSansProSemibold') format('svg');font-weight:bold;font-style:normal;}
@font-face{font-family:'SourceSansPro';src:url('/_resources/fonts/source-sans-pro/SourceSansPro-SemiboldIt-webfont.eot'); src:url('/_resources/fonts/source-sans-pro/SourceSansPro-SemiboldIt-webfont.eot?#iefix') format('embedded-opentype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-SemiboldIt-webfont.woff') format('woff'),url('/_resources/fonts/source-sans-pro/SourceSansPro-SemiboldIt-webfont.ttf') format('truetype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-SemiboldIt-webfont.svg#SourceSansProSemiboldItalic') format('svg');font-weight:bold;font-style:italic;}
@font-face{font-family:'SourceSansPro';src:url('/_resources/fonts/source-sans-pro/SourceSansPro-It-webfont.eot');src:url('/_resources/fonts/source-sans-pro/SourceSansPro-It-webfont.eot?#iefix') format('embedded-opentype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-It-webfont.woff') format('woff'),url('/_resources/fonts/source-sans-pro/SourceSansPro-It-webfont.ttf') format('truetype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-It-webfont.svg#SourceSansProItalic') format('svg');font-weight:normal;font-style:italic;}
@font-face{font-family:'SourceSansProSemibold';src:url('/_resources/fonts/source-sans-pro/SourceSansPro-Semibold-webfont.eot');src:url('/_resources/fonts/source-sans-pro/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Semibold-webfont.woff') format('woff'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Semibold-webfont.ttf') format('truetype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Semibold-webfont.svg#SourceSansProSemibold') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'SourceSansProBold';src:url('/_resources/fonts/source-sans-pro/SourceSansPro-Bold-webfont.eot');src:url('/_resources/fonts/source-sans-pro/SourceSansPro-Bold-webfont.eot?#iefix') format('embedded-opentype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Bold-webfont.woff') format('woff'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Bold-webfont.ttf') format('truetype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Bold-webfont.svg#SourceSansProBold') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'SourceSansProBlack';src:url('/_resources/fonts/source-sans-pro/SourceSansPro-Black-webfont.eot');src:url('/_resources/fonts/source-sans-pro/SourceSansPro-Black-webfont.eot?#iefix') format('embedded-opentype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Black-webfont.woff') format('woff'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Black-webfont.ttf') format('truetype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Black-webfont.svg#SourceSansProBlack') format('svg');font-weight:normal;font-style:normal;}

body {
	background: #F4F3F0;
	font-family: 'SourceSansPro', Helvetica, Arial, sans-serif;
	margin: 0;
	padding-left: 0;
	padding-right:0;
	overflow: hidden;
}
#navbar {
	z-index: 99;
}
#navbar .navbar-inner {
	border-left: none;
	border-right: none; 
	border-radius: 0;
}
.navbar-inverse {
	background: #1d3768;
	position: relative;
	color: #FFFFFF;
	border-color: #1d3768;
}
#navbar.navbar-fixed-top {
	margin: 0;
}
.navbar-header {
	font-family: 'SourceSansProBlack', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
}
.navbar-inverse .navbar-brand {
	color: #fff;
}
.navbar-inverse .navbar-brand small {
	font-family: 'SourceSansPro', Helvetica, Arial, sans-serif;
	display: inline-block;
	margin-left: 0.5em;
}
#navbar .brand, #navbar .nav > li > a {
	background-position: 0 0;
	color: #EEEEEE;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#navbar .brand, #navbar .nav > li > a {
	background-position: 0 0;
	color: #EEEEEE;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#navbar .nav > li > a:hover {
}
#navbar .nav > li > a:hover, 
#navbar .nav > li > a.active,
#navbar .nav > li.active > a,
#navbar .nav > li.open > a {
	background-color: #0F2C52;
	background-image: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #FFFFFF !important;
	outline: 0 none;
}
#navbar .nav > li > a:hover {
	background-color: #0F2C52;
}
.navbar-inverse .navbar-toggle {
	background: #1D3768;
	background-image: none;
	border-color: rgba(250, 250, 250, 0.10);
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: rgba(250, 250, 250, 0.02);
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	color:#fff;	
}
#navbar .nav .dropdown-toggle .caret {
	border-bottom-color: #FFF;
	border-top-color: #FFF;
	opacity: 0.8;
}
#navbar .nav li.open .dropdown-toggle .caret,
#navbar .nav .dropdown-toggle:hover .caret {
	border-bottom-color: #FFF;
	border-top-color: #FFF;
	opacity: 1;
}
#navbar ul.nav li.dropdown ul.dropdown-menu li.highlight a {
	background:#0081C2;
	color:#FFF;
	outline:none;
}
#navbar ul.nav li.dropdown ul.dropdown-menu li.highlight a i {
	background-image:url("img/glyphicons-halflings-white.png")
}

#navbar ul.nav li.dropdown ul.dropdown-menu li.highlight a {
	background:#0081C2;
	color:#FFF;
	outline:none;
}
#navbar ul.nav li.dropdown ul.dropdown-menu li.highlight a i {
	background-image:url("img/glyphicons-halflings-white.png")
}

.wrapper {
	position:fixed; 
	top:61px; 
	left: 0; 
	right: 0; 
	bottom: 0;
	overflow: hidden;
	z-index:0;
}
.wrapper > .container {
	position:relative;
	height: 100%;
	width:100%;
	padding: 0px;
}
#map-area {
	bottom: 0;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	transition: left 300ms linear 0s;
	-moz-transition:left 300ms linear 0s;
	-webkit-transition:left 300ms linear 0s;
	-o-transition:left 300ms linear 0s;	
}
#map-area img { 
	max-width: none;
}
#map-area label { 
	width: auto; display:inline; 
}
.map-item-wrapper h3 {
	margin: 0 0 0.5em 0;
}
.map-item-wrapper h4 {
	color: #666666;
	margin: 0 0 0.25em 0;
}
.map-item-wrapper img {
	float: right;
	height: 100px;
	margin-bottom: 0.6em;
	margin-left: 1em; 
	width: 100px;
}
.map-item-wrapper .embed-container {
	margin-bottom:1em;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) and (max-width: 979px) { 
	#navbar .container-fluid {
		padding: 0 10px;
	}
}

@media (min-width: 767px) {
	#map-area {
		left: 0;
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
		color:#333;	
	}
}

.gm-style .gm-style-cc span, .gm-style .gm-style-cc a, .gm-style .gm-style-mtc div {
    padding: 0px 19.5px !important;
}

/*** Joshua's Additions January 2020 ***/

.location-toggle-container {
	height: 240px;
	width: 180px;
	background: #fff;
	z-index: 3;
	position: relative;
	top: 75px;
	left: 10px;
	border: 1px solid #ccc;
	display: inherit;
}
.location-toggle-inner {
	padding: 15px;
	width: 100%;
	height: 100%;
}
.location-toggle-inner h4 {
	text-transform: uppercase;
	font-size: 18px;
	color: #0056b8;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}
.location-toggle-inner label {
	margin-bottom: 6px;
    font-weight: bold;
    font-size: 16px;
    padding-left: 3px;
    color: #102c52;
}
.location-toggle-inner label img {
    width: 25px;
}
@media only screen and (max-width: 800px) {
	.location-toggle-container { display: none; }
	.navbar-right { display: none; }
	#navbar-subtitle { display: none; }
}

/***** More Info Box *****/

.location-more-info-box-container {
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
	position: relative;
	background: rgba(25,25,25,.8);
	z-index: 4;
	pointer-events: none;
	touch-action: none;
}
.location-more-info-box-inner {
	height: 550px;
	width: 400px;
	background: #fff;
	position: relative;
	margin: auto;
	border-radius: 10px;
	pointer-events: all;
	touch-action: auto;
	overflow: hidden;
}
.location-more-info-close {
	position: absolute;
    color: #fff;
    font-size: 30px;
    right: 12px;
    top: 7px;
	cursor: pointer;
}
.location-more-info-close:hover {
	color: #ffa401;
}
.location-more-info-top {
	height: 50px;
	width: 100%;
	background: #0056b8;
}
.location-more-info-box-inner h2 {
	color: #fff;
	text-align: left;
	font-size: 24px;
	margin: 0;
	padding: 13px 12px 11px;
}
.location-more-info-tabs {
	display: inline-flex;
	margin: 20px 0;
	width: 100%;
	border-bottom: 1px solid #0056b8;
}
.location-more-info-tabs div {
	margin: 0 0 0 5px;
	background: #1c3767;
	color: #fff;
	padding: 10px 12px 8px;
	cursor: pointer;
	border: 1px solid #0056b8;
	border-bottom: none;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.location-more-info-tabs div:hover {
	background: #0056b8;
}
.location-more-info-tabs div:first-child {
	margin-left: 25px;
}
.location-more-info-tabs .active {
	background: #0056b8;
	color: #fff;
}
.location-photo {
	display: inherit;
}
.location-photo img {
	width: 320px;
	height: auto;
}
.location-more-info-about {
	overflow-y: scroll;
	height: 400px;
	display: inherit;
	padding: 0 10px;
}
.location-more-info-offices {
	overflow-y: scroll;
	height: 400px;
	display: none;
	padding: 0 10px;
}
.location-more-info-features {
	overflow-y: scroll;
	height: 400px;
	display: none;
	padding: 0 10px;
}
.location-more-info-content h2 {
	color: #102c52;
	padding-top: 0px;
}
.location-more-info-content ul {
	text-align: left;
}

/***** Wayfinding Container *****/

.transport-container {
	margin-bottom:7px;	
}
#floating-panel {
	position: absolute;
	top: 100px;
	left: 10px;
	z-index: 5;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	text-align: left;
	font-family: 'SourceSansPro',sans-serif;
	line-height: 30px;
	padding-left: 10px;
	display: none;
}
span.ui-helper-hidden-accessible {
	display: none;
}
input#startValue, input#endValue {
	height: 25px;
	width: 200px;
	margin: 0px 10px 12px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #bbb;
}
.directions-button {
	background: #0056b8;
	color: #fff;
	height: 32px;
	border: 1px solid #666;
	border-radius: 5px;
	user-select: none;
	outline: none;
}
.button-container {
	text-align: center;
}
.ui-menu {
	padding: 0px;
}
.ui-corner-all {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.ui-widget-content {
	background: #fff;
	border: 1px solid #aaa;
	cursor: pointer;
	z-index: 1000;
	max-height: 330px;
	overflow-y: scroll;
}
.ui-widget-content li {
	border-bottom: 1px solid #e0edf7;	
}
.ui-menu .ui-menu-item a {
	padding: .4em;
}
.ui-widget a {
	color: #0056b8;
}
.wayfinding-toggle {
	top: 60px;
    left: 10px;
    width: 180px;
    background: #102c52;
    position: relative;
    z-index: 3000;
    user-select: none;
    cursor: pointer;
}
.wayfinding-toggle-inner {
    width: 106px;
    margin: auto;
}
.wayfinding-toggle span {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	top: -2px;
}

@media only screen and (max-width: 800px) {
	.wayfinding-toggle { display: none; }
}

/**** Header Search ****/

.fa-compass {
	font-size:20px;
	color: #fff;
	padding: 5px 2px 5px 0;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: none;
	background: none;
	color: #f3a71e;
}
.navbar-brand {
	padding: 8px 15px;
	height: 60px;
}
.navbar-header {
	font-family: 'SourceSansProBold', Helvetica, Arial, sans-serif;
	display: inline-flex;
}
.navbar-header > span{
	position: relative;
	top: 17px;
	font-size: 20px;
	letter-spacing: .5px;
	user-select: none;
}
#headerLogo {
	width: 150px;
}
.navbar-nav>li>a {
	line-height: 30px;
	font-size: 16px;
}

.search-textbox {
	top: -2px;
	left: 15px;
	position: relative;
	height: 32px;
	width: 220px;
	outline: none;
	color: #444;
	font-family: "SourceSansPro",helvetica, sans-serif;
	padding: 5px;
	font-size: 16px;
}
.magnifying-glass-search {
	background: #0056b8;
	height: 32px;
	width: 40px;
	border: none;
	position: absolute;
	top: -2px;
	left: 234px;
	cursor: pointer;
}
.rotate-glass {
	font-size: 32px;
	transform: rotate(88deg);
	position: relative;
	height: 32px;
	top: 5px;
	left: 3px;
}
#locationInformationBox {
	position:absolute;
	width: 320px; 
	visibility: hidden;
	z-index: 3;
}
#locationInformationBoxContainer {
	position:relative; 
	background: #333; 
	width: 320px; 
	height: 100px; 
	border-radius: 5px;
}
#locationInformationBoxArrow {
	border-top: #333 15px solid; 
	border-left: transparent 15px solid; 
	border-right: transparent 15px solid; 
	position: relative; 
	width: 0; 
	height: 0; 
	margin: auto;
}
#locationInformationBoxInner {
	color: #fff;
	padding: 8px;
}
#locationInformationBoxInner h2 {
	font-size: 20px;
	margin: 0;
}
#locationInformationBoxInner p {
	margin: 0;
}
#locationInformationBoxInner img {
	width: 118px;
	float: left;
	margin-right: 10px;
}
#locationInformationBoxInner a {
	color: #f3a71e;
	font-weight: bold;
}
#locationInformationBoxInner a:hover {
	color: #f3a71e;
}

@media only screen and (max-width: 800px) {
	.search-textbox { width: 170px; }
	.magnifying-glass-search { left: 185px; }
	#headerLogo { width: 80px; }
	.navbar-brand { padding: 19px 6px; }
}

@media print {
	#right-panel {
		float: none;
		width: auto;
	}
}


