html {
	font-family: 'MeijerSans-Medium', sans-serif;
	font: 100%;
	line-height: 1.5;
	background-color: #fff;
}
body {
	font-family: 'MeijerSans-Medium', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: grayscale; 
}

h1 {
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: -0.1px;
	margin-bottom: 1rem;
}
h2 {
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: -0.4px;
	color: #0a4e8c;
	margin-bottom: .5rem;
}
h3 {
	font-size: 1.75rem;
	font-weight: normal;
	letter-spacing: -0.7px;
	color: #464852;
}
h4 {
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: -0.5px;
	color: #0a4e8c;
}
h5 {
	font-size: 1.25rem;
	font-weight: normal;
	letter-spacing: 0.7px;
	color: #464852;
}
h6 {
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: normal;
	color: #464852;
}
p {
    margin: 0 0 1rem 0;
}
a {
	color: #0a4d8c;
	text-decoration: none;
}
a:hover,
a:visited,
a:focus,
a:active {
	color: #0a4d8c;
	text-decoration: underline;
}
ul {
	margin: 0 0 1rem 0;
	padding: 0 0 0 40px;
}
ol {
	margin: 0 0 1rem 0;
	padding: 0 0 0 40px;
}
b, strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
code, pre {
	font-family: monospace,serif;
	font-size: 1rem;
}
caption {
	text-align: left;
	color: #464852;
	caption-side: bottom;
	padding: .75rem 0;
}
blockquote {
	font-style: italic; 
}
 
blockquote:before { 
	content: "\201C";
	display: inline-block;
	padding-right: .4em;
}
table {

}
thead {
	font-weight: 700;
}
tbody {

}
tfoot {

}
table td {
	padding: 5px;
}