@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300italic,300,400italic,600,700,600italic,700italic,900,900italic);

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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color: black;
	background-color: white;
	font-family: 'Muli', 'Source Sans Pro', sans-serif;
	line-height: 1.5em;
}
ol, ul {
	margin: 0 0 0 1em;
}
ul {
	list-style: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
code {
	background-color: #f4f4f4;
	font-family: monospace;
	font-size: 0.875em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong, b{
	font-weight: bold;
}
p {
	margin: 0 0 0.5em;
}

a, a:link, a:visited {
	color: #555;
	text-decoration: none;
}

img {
	max-width: 100%;
}

hr {
	margin: 4pt 0;
	padding: 0;
	border: none;
	background-color: #888;
	height: 1pt;
}


h1{
	font-size: 200%;
	font-weight: bold;
	font-style: normal;
	line-height: 120%;
}

h2{
	font-size: 140%;
	font-weight: bold;
	font-style: normal;
	line-height: 120%;
}

h3{
	font-size: 175%;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
}

h4{
	font-size: 160%;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
}

h5{
	font-size: 145%;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
}

h6{
	font-size: 130%;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
}

h7{
	font-size: 120%;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
}

dl{
	display: inline;
}

dt{
	display: inline;
	margin-left: 1em;
}

.ff{
	float: none;
	clear: both;
	height: 0;
	overflow: hidden;
}

.grid {
	padding: 0 20px;
}

.row {
	margin-bottom: 1em;
}
