
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------ RESET styles ----------------------------------------------------------*/

.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading .HomePanelTitle,
.wf-loading a {
	/* Hide titles while web fonts are loading in Typekit */
	visibility: hidden;
}

html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	line-height: inherit;
}

body { line-height: 1; }

ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus { outline: 0; }

ins { text-decoration: none; }

del { text-decoration: line-through; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:visited { text-decoration: none; }

a:hover { text-decoration: underline; cursor: pointer; }

img { 
	border: none; 
	outline: 0; 
	overflow: hidden;
}

.clearer,
.clear { 
	height: 0; 
	line-height: 0; 
	font-size: 0; 
	clear: both; 
	overflow: hidden; 
}
