/* Reset */
a, abbr, article, aside, blockquote, body, code, dd, del, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, header, hgroup, html, h1, h2, h3, h4, h5, h6, iframe, label, li, menu, nav, object, ol, p, section, span, strong, table, tbody, td, tfoot, th, thead, tr, ul {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body { line-height: 1; }
img {
	border: none;
	display: block;
	margin: 0;
}
ol, ul { list-style: none; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}

:focus {
    outline: none; /* suppress mouse click focus */
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid #005fcc;
    outline-offset: 2px;
}

&:focus:not(:focus-visible) {
    outline: none;
}

/* HTML5 Display Set */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

/* Convenience */
.hide, hr, legend { display: none; }
.clear { clear: both; }
.clr:after {
	clear: both;
	content: ".";
	display: block;
	font-size: .00001em;
	height: 0; 
	visibility: hidden;
}

