html, body {
	margin: 0;
	padding: 0;
}
html {
	background-color: #555555;
	height: 100%;
	z-index: -11;
}
body {
	z-index: -10;
	width: 1000px;
	margin: 0 auto;
	padding:0;

	position: relative;

	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14pt;
	font-size: 1.202em;
	line-height: 25px;
	background-color: #ffffff;

/*
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	flex-wrap: nowrap;
*/

	min-height: 100vh;
}

p {
	margin-top: 0;
	margin-bottom: 1.3em;
}

#header {
	position: fixed;

	margin-left: 750px;

	text-align: left;

	background-color: #0089ce;

	color: #ffffff;
	padding: 1.04em;
	width: 250px;

	font-weight: 500;

	display: flex;
	flex-direction: column;
	justify-content: flex-end;

	box-sizing: border-box;
	height: 100%;
}
#header #logo {
	margin-top: 1.5em;
}

#header #logo a {
	font-style: oblique;
	font-size: 2.6em;
	line-height: 50px;
}
#header #logo img:first-child {
	font-weight: normal;
}

#header #logo img {
	height: 1em;
}

#header #tagline {
	margin-top: .3em;
	margin-bottom: 1.6em;

	font-size: .85em;

	font-style: italic;
	line-height: 20px;
}
#header .hours_label {
	display: inline-block;
	font-size: .85em;
	margin-bottom: -.1em;
	margin-top: .1em;
}

#header a {
	color: inherit;
}








a {
	opacity: 1.0;
	color: #0089ce;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	opacity: 0.8;
}








/*

#header {
	margin-left: -250px;
}
#content {
	padding-right: 250px;
}

*/

a.back {
	position: relative;
	padding-left: 1em;

}
a.back:before {
	content: "";
	position:absolute;
	left: 0em;
	top: 50%;
	margin-top: -.3em;

	border-width: .3em .52em .3em 0; /* 2*.3*.866 == 0.52 */
	border-style: solid;
	border-color: transparent;
	border-right-color: #0089ce;
}



#content {
	color: #333333;
	background-color: #ffffff;
	width: 750px;
}

#content > div {
	padding: 1.95em;
}

#content div.small {
	padding: 0.65em 1.95em;
}

#content div.light {
	opacity: .5;
}

#content p.small {
	font-size: .8em;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 25px;
}

/* .imagetile is fixed height (375px) divided into half image, half text */
#content .imagetile {
	padding: 0; /* padding goes to the div.text */
	height: 375px;

	display: flex;
	flex-direction: row;
	align-content: stretch;
	flex-wrap: nowrap;
}

#content .imagetile .image {
	width: 375px;
	height: 375px;
}

#content .imagetile .text {
	width: 375px;

	padding: 1.95em;
	box-sizing: border-box;
}
#content .imagetile:nth-child(even) {
	flex-direction: row-reverse;
}


#content .highlight {
/*	background-color: #fff200; /* full yellow */
	background-color: #fffba8 !important; /* light yellow */
}

#content .lowlight {
	background-color: #444;
	color: #ccc;
}
#content .lowlight a
{
	color: #80c4e7;
}
#content figure {
	margin: 0;
}
#content figure figcaption {
	color: #888;
	font-size: .8em;
	line-height: 25px;
	padding: 0 37.5px;
	text-align: right;
}


#content form  {
	margin-top: -.4em;
	margin-bottom: 0.9em;
}
#content form input {
	font-family: inherit;

	font-size: 1em;
	padding: .4em .6em;

	border: 1px solid #0089ce;

	border-radius: .1em;
}
#content form input[type=submit] {
	font-weight: 500;
	border: none;
	background-color: #0089ce;
	color: #ffffff;
	cursor: pointer;
}
#content form input[type=submit]:active {
	opacity: 0.8;
}

#content > img,
#content figure,
#content figure img {
	width: 100%;
}


#content h1 {
	font-weight: 400;
	font-size: 2.3em;

	line-height: 50px;

	margin-top: 0;
	margin-bottom: 0.44em;
}

#content h2 {
	font-weight: 500;
	font-size: 1.3em;

	margin-top: 0;
	margin-bottom: 1em;
}

#content h3 {
	font-weight: 500;
	font-size: 1em;

	margin-top: 0;
	margin-bottom: 1.3em;
}

#content div p:last-child {
	margin-bottom: 0;
}

#content a {
	font-weight: 500
}

abbr {
	text-decoration: none
}


/*
 *  Between 768 and 1024 px width, turn the sidebar into a header
 *  This slims the page width down from 1000px to 750px
 */
@media (min-width: 768px) and (max-width: 1023px) {
	body {
		width: 750px;
	}
	#header {
		/* reset positioning */
		position: relative;
		left: 0;
		top: 0;

		margin: 0;

		height: 195px;
		width: 750px;

		display: block;


	}

	#header {
		padding: 0;
	}

	#header > div {
		width: 250px;
		box-sizing: border-box;
	}

	#header #tagline {
		display: none;
	}



	#header .hours_label {
		font-size: 1em;
		margin: 0;
		line-height: 20px;
	}

	#header .block1 > :last-child,
	#header .block2 > :last-child,
	#header .block3 > :last-child {
		margin-bottom: 0 !important;
	}

	#header .block1,
	#header .block2,
	#header .block3 {
		position: absolute;
		bottom: 0;
		margin-bottom: 37.5px !important;


		line-height: 20px;
	}

	#header .block2,
	#header .block3 {
		font-size: 0.8em;
	}

	#header .block1 {
		left: 0px;
		padding-left: 37.5px;
	}

	#header .block2 {
		right: 250px;
		text-align: right;
	}

	#header .block3 {
		right: 0;
		padding-right: 37.5px;
		text-align: right;
	}
}

@media (max-width: 767px) {
	/* single column with fixed width? */

	body {
		width: 375px;
		display: flex;
		flex-direction: column-reverse;
	}

	#header {
		position: static;
		display: block;
		margin-left: 0;
		width: 100%;
		padding: 37.5px;
	}

	#header #logo {
		background-color: inherit;

		margin: 0;

		width: 100%;
		height: 200px;
		padding: 32px 37.5px;
		position: absolute;
		top: 0;
		left: 0;

		box-sizing: border-box;

		z-index: -1;
	}
	#header #logo a {
		line-height: 0;
	}
	#header #logo a img:first-child {
		height: auto;
		width: 48%;
	}
	#header #logo a img:last-child {
		height: auto;
		width: 52%;
	}

	#header #logo #tagline {
		display: none;
	}
	#content {
		margin-top: 100px;
	}
	#content {
		color: #333333;
		background-color: #ffffff;
		width: 100%;
	}

	#content .imagetile {
		padding: 0; /* padding goes to the div.text */
		height: auto;

		display: block;
	}

	#content .imagetile .image,
	#content .imagetile .text {
		width: 100%;
	}
}

@media (max-width: 395px) {
	body {
		width: 100%;
	}
	#content {
		margin-top: 25vw;
	}
	#header #logo {
		padding: 8vw 37.5px;
	}
}
