body, html, #Stage {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-ms-content-zooming: none;
	-ms-touch-action: pan-x pan-y;
}

#Stage, #Stage * {
	position: absolute;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
}

#Stage * input,  #Stage * textarea {
	-moz-user-select: auto;
	-webkit-user-select: auto;
	-o-user-select: auto;
	-ms-user-select: auto;
	-webkit-tap-highlight-color: auto;
}

#Stage br, #Stage span {
	position: relative;
}

#Stage iframe {
	display: block;
	position: relative;
	padding: 8px;
	box-sizing: border-box;
}

#global-as-footer, #global-as-footer * {
	position: static;
}

ul {
	list-style-type: disc;
	padding: 0 0 0 2em;
}

a.skip {
	position: absolute;
	left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -9999;
}

a.skip:focus, a.skip:active {
    color: #000;
    background-color:#fff;
    left: 0;
    top: 50px;
    height: 40px;
    line-height: 40px;
    width: auto;
    overflow: auto;
    padding: 0 12px;
    white-space: nowrap;
    z-index: 9999;
    font-family: 'Letter Gothic','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
}

#Stage .IEMessage {
	color: white;
}

#Stage .IEMessage a {
	display: inline-block;
	position: relative;
	color: white;
	text-decoration: underline;
}

body #footer {
	display: none;
}

#Stage h1:focus, #Stage a:focus, #Stage div:focus {
	outline: 5px solid #fb72e0;
}

#Stage a.focus-alt:focus, #Stage div.focus-alt:focus {
	outline: 5px solid #37e9d0;	
}

