
html {
	background: #D8E2D3 url("../img/background.jpg") 50% 0 repeat fixed;
	font: 100% Corbel, sans-serif;
	overflow-y: scroll;
	padding: 1vw;
	-webkit-text-size-adjust: 100%;
}

body {
	background: rgba(255, 255, 255, .66);
	background-clip: padding-box;
	border: 1px solid #a0b8aa;
	border-radius: 3px;
	margin: 0 auto;
	max-width: 960px;
	padding: 1vw;
}

header {
	border-top-left-radius: 3px;
	font-size: calc(8px + 5vw);
	line-height: 1.5;
	text-align: center;
}

header a,
header a:hover,
header a:focus {
	color: #333;
	text-decoration: none;
}

header,
h1,
h2,
h3 { font-family: 'Inder', Corbel, sans-serif; }

hgroup { margin-bottom: 1em; }

h1 {
	letter-spacing: -1px;
	margin: 0;
}

.subtitle {
	color: #666;
	font-size: 1.7143em;
	line-height: 1;
}

nav {
	box-sizing: border-box;
	font-size: 1.1428em;
	padding: 1px 0;
}
nav ul {
	list-style: none;
	padding: 0;
}

nav ul ul {
	font-size: 0.875em;
	list-style: none;

}
nav ul ul a {
	padding-left: 10px;
}

nav .currentSection {
	background: #e8e8e8;
	background: rgba(255, 255, 255, .66);
	border-radius: 3px 0 0 3px;
}

nav a {
	color: #204D79;
	display: block;
	padding: 6px 0 6px 2px;

}
nav a:hover {
	background: #eee;
	background: rgba(255, 255, 255, .66);
	text-decoration: none;
}
nav a:hover::after {
	color: rgba(0, 0, 0, .3);
	content: "\2192";
	font-size: large;
	padding: 0 3px;
	line-height: 0;
	margin-top: .5em;
	position: absolute;
	vertical-align: baseline;
}
nav .here > a {
	background: #fff;
	background: rgba(255, 255, 255, .66);
}


main {
	background: #ddd;
	background: rgba(255, 255, 255, .33);
	border-radius: 3px;
	box-sizing: border-box;
	display: block;
	padding: 2vw;
}

footer a { color: #204d79; }

address {
	font-style: normal;
	margin: 1em 0;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

a {
	text-decoration: none;
	transition: .2s linear all;
}

a { color: #04c; }
a:hover { text-decoration: underline; }
a:focus { outline: thin dotted; }

a:active,
a:hover {
	color: #002d86;
	outline: 0;
}


h1 { font-size: 1.9em; }

abbr[title] { border-bottom: 1px dotted; }
a > abbr[title] { border-bottom: 0; }

b,
strong { font-weight: 700; }

dfn { font-style: italic; }

mark {
	background: #ff0;
	color: #333;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q { quotes: "\201C" "\201D" "\2018" "\2019"; }

small { font-size: .857em; }

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }


img { border: 0; }

img.border { border: 1px solid; }
img.left {
	float: left;
	margin: 0 .5em .5em 0;
}
img.right {
	float: right;
	margin: 0 0 .5em .5em;
}

.judyPortrait {
	height: auto;
	max-width: 45vw;
}

svg:not(:root) {
	overflow: hidden;
}

figure { margin: 0; }


fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
	width: 200px;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

label {
	display: inline-block;
	text-align: right;
	width: 150px;
}

.noLabel {
	padding-left: 152px;
}

#websiteWrap {
	display: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href$='.pdf'] {
	background: url('../img/pdf-18h.png') 100% 50% no-repeat;
	padding-right: 22px;
}

h2 a[href$='.pdf'] {
	background-image: url('../img/pdf-27h.png');
	padding-right: 25px;
}

.twoColumn { overflow: hidden; }
.twoColumn > div {
	box-sizing: border-box;
	float: left;
	padding: 0 1em 0 0;
	width: 50%;
}
.twoColumn > div + div {
	padding: 0 0 0 1em;
}

.oversized > li {
	margin-top: 1em;
}

@media (max-width: 799px) {
	header { background: 0; }

	nav {
		background-repeat: no-repeat;
		background-position: 50% 100%;
		background-size: auto 225px;
		padding-bottom: 225px;
	}
}

@media (min-width: 800px) {
	header {
		background-repeat: no-repeat;
		background-position: 0 50%;
		background-size: 190px auto;
		padding-left: 190px;
	}

	.container {
		display: flex;
		flex-direction: row-reverse;
	}

	main {
		flex-grow: 1;
		padding: 1em;
	}

	nav {
		background: 0;
		flex-shrink: 0;
		width: 189px;
	}

	nav .here > a::after {
		color: inherit;
		content: "\2192";
		font-size: large;
		padding: 0 3px;
		line-height: 0;
		margin-top: .5em;
		position: absolute;
		vertical-align: baseline;
	}
}

@media (min-width: 1040px) {
	header { font-size: 3.75rem; }
}