/* reset */
* {
	font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
}
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;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
body {
	font-size: 12px;
	margin: 60px 0 40px 0;
}
h1 { font-size: 1.802em; }
h2 { font-size: 1.602em; }
h3 { font-size: 1.424em; }
h4 { font-size: 1.266em; }
h5 { font-size: 1.125em; }
small, .text_small { font-size: 0.889em; }

h1, h2, h3 {
	margin: 35px 0 20px 0;
}
h4, h5, h6 {
	margin: 25px 0 15px 0;
}
blockquote {
	margin: 10px 0;
	padding: 0 15px;
	border-left: #ddd 5px solid;
}

header, footer {
	position: fixed;
	width: 100%;
	height: 20px;
	padding: 15px 30px;
	font-size: 12px;
}
header a, footer a {
	font-size: 12px;
}

header {
	top: 0px;
	left: 0px;
	right: 0px;
}
.header-company {
	margin: 10px 0 10px 0;
}

footer {
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 0;
	height: 45px;
}
.footer-content {
	font-size: 12px;
	padding: 15px 30px;
}

.info-wrapper {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
}

.content {
	margin-top: 40px;
}
.content-padding {
	padding: 0 30px;
}

.background-wrapper-fullwidth {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.background-wrapper {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
footer .background-wrapper {
	top: -200px;
}

.logo-wrapper {
	float: left;
}
.logo {
	width: 300px;
	height: auto;
}

.company-details {
	float: right;
}

.ezfc-summary-table {
	margin: 15px 0;
}

.clear:after {
	content: " ";
	display: table;
	clear: both;
}