html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	font-family: sans-serif;	
	vertical-align: baseline;
	font-family: sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	font-family: 'PT Sans', sans-serif;

}

input {
    -webkit-appearance: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}
html {
overflow-y: scroll;
}
strong {
	font-weight: bold;
}
i {
	font-style: italic;
	}
b { 
	font-weight: bold;
}
strong { 
	font-weight: bold;
}
div {
	display: block;
	overflow: hidden;
	}

.mobnav { display: block; }
@media screen and (min-width: 640px) {
	.mobnav { display: none; }
}

.skiptocontent-container {
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 1px;
	height: 1px;
	text-align: center;
	background-color: #2575b8;
	border: 0;
	overflow: hidden;
	z-index: 9999999;
	border-radius: 5px;
	transform: translateY(-100px);
}
.skiptocontent-container:focus-within {
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 200px;
	padding: 4px;
	height: auto;
	background-color: #ffffff;
	overflow: hidden;
	text-align: center;
	transform: translateY(0px);
}
.skiptocontent-container a {
	display: block;
	font-size: 1.2rem;
	line-height: 1.2rem;
	background-color: #FFFFFF;
	color: #000000;	
	font-family: sans-serif;
	text-decoration: underline;
	text-align: center;
	width: 100%;
	}

.skiptocontent-container a:focus {	
	color: #0000AA;	
	}

label {
color: #FFFFFF;
font-size: 1.5rem;
line-height: 2.5rem;
}