*, *:before, *:after { box-sizing: inherit; }
* { max-height: 1000000px; }
html, body { height: 100%; }
html { box-sizing: border-box; }

body {
	margin: 0;
	color: #000;
	background: #fff;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	font: 14px/1.2 Arial, Helvetica, sans-serif;
}

ul.topnav {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background: #3498db linear-gradient(to bottom, #3498db, #2980b9) repeat scroll 0 0;
}

ul.topnav li {float: left;}

ul.topnav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul.topnav li a:hover:not(.active) {background-color: #111;}

ul.topnav li a.active {background-color: ##2C59EC;}

ul.topnav li.right {float: right;}

@media screen and (max-width: 600px){
    ul.topnav li.right, 
    ul.topnav li {float: none;}
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary { display: block; }

img { border-style: none; }

a {
	text-decoration: underline;
	color: #666;
}

a:hover { text-decoration: underline; }

input, textarea, select {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000;
	vertical-align: middle;
}

form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="submit"]:hover, button:hover { cursor: pointer; }

input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	margin: 0;
	padding: 4px 7px;
	border: 1px solid #999;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus { border-color: #4d4d4d; }

input[type=text], input[type=password], input[type=file], input[type=submit], input[type=search], input[type=email], textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"], input[type="radio"] { padding: 0; }

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial,Helvetica,sans-serif;
    line-height: 2.2em;
    margin: 0 0 0.2em;
}

p { margin: 5px 0 1.2em 10px; }

q { quotes: none; }

q:before, q:after {
	content: "";
	content: none;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup { top: -.5em; }

sub { bottom: -.25em; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body.active { overflow: hidden; }

body.active #wrapper { margin: 0 -376px 0 0; }

#wrapper {
	width: 100%;
	float: right;
	overflow: hidden;
	min-height: 100%;
	position: relative;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.bing-map {
	width: 100vw;
	height: 100vh;
}

.side-panel {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	height: 100% !important;
	background: #fff;
	overflow: hidden;
	position: fixed;
	display: block;
	z-index: 99;
	left: -376px;
	width: 376px;
	top: 0;
}

.side-panel ul { margin: 0; }

p.drMins, p.drHours { margin: 0 0 5px!important; }

.dirLeg { margin: 0 0 20px!important; }

td.dirInstruction { padding: 0!important; }

body.active .side-panel {
	left: 0;
	overflow-y: scroll;
}

.panel-opener {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font: 400 16px/24px "Oswald", Arial, helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: capitalize;
	border: 2px solid #36b;
	white-space: nowrap;
	position: absolute;
	background: #ebf5f9;
	padding: 8px 12px;
	z-index: 9999;
	color: #36b;
	left: 15px;
	top: 25px;
}
.panel-opener:hover {
	text-decoration: none;
	background: #36b;
	color: #fff;
}

.panel-opener .hidden { display: none; }

.panel-opener .show { direction: block; }

body.active .panel-opener .hidden { display: inline-block; }

body.active .panel-opener .show { display: none; }

.NavBar_Container { margin-right: -15px; }

@media only screen and (max-width: 767px) {
	body.active #wrapper { margin: 0 -260px 0 0; }
	.side-panel {
		left: -260px;
		width: 260px;
		top: 50px;
	}
	body.active .panel-opener {
		width: 260px;
		top: 0;
		left: 0;
	}
	.panel-opener {
		position: fixed;
		text-align: center;
		width: 310px;
		top: 5px;
		left: 5px;
	}
	.dirSDK .directionsPanel { width: 260px!important; }
	body .dirWp input { width: 170px!important; }
}


#content-box {
    border-top: 1px solid blue;
    box-sizing: inherit;
    margin-left: auto;
    padding-top: 5px;
    padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: static;
    text-align: left;
}

#content-box a {
    color: blue;
	text-decoration: underline;
}

#footer {
	text-align: center;
	color: #607880;
	max-width: 80%;
	margin: 30px 40px 10px 80px;
}