@charset "UTF-8";
/*=====================
 TYPOGRAPHY
======================*/

/*GLOBAL
--------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

/*HEADER
--------*/
.header h1 {
	font-size: 1.2em;
	font-weight: normal;
}
#global-utilities a {
	text-decoration: none;
}

/*CONTENT
--------*/
.content .header h1 {
	font-size: 1.3em !important;
	line-height: 31px;
	margin: 0 !important;
}
.content .header ul {
	margin: 0 !important;
}
.content .header ul li {
	list-style: none !important;
	margin: 0 !important;
}

/*Accordion*/
.content .accordion h2.summary {
	font-size: 1.1em !important;
	font-weight: normal !important;
	margin: 0 !important;
}
.content .accordion h2.summary a {
	text-decoration: none;
	outline: none;
}

/*FOOTER
--------*/
