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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: "HelveticaNeueW01-57Cn", Arial, Helvetica, sans-serif;
	padding-top: 86px;
}

.section-header {
	text-align: center;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	background: #fff;
}

.section-header .inner {
	text-align: center;
	padding: 20px;
	height: 46px;
}

.section-header img {
	margin-bottom: 0;
	display: inline-block;
}

.section-blue {
	background-color: #009de0;
	color: #fff;
	background-size: cover;
	background-position: center center;
}

.section-blue a, .text-with-background-font-white a {
	color: #fff;
}

.section-white {
	background-color: #fff;
	background-size: cover;
	background-position: center center;
}

.inner {
  max-width: 800px;
	padding: 40px 20px 24px 20px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 27px;
}

h1, h2, h3 {
	font-family: "HelveticaNeueW01-UltLt", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 65px;
	line-height: 60px;
	margin-bottom: 20px;
}

h2 {
	font-size: 40px;
	line-height: 43px;
	margin-bottom: 18px;
}

h3 {
	font-size: 32px;
	line-height: 30px;
	margin-bottom: 18px;
}

p, ul, ol, img {
	margin-bottom: 18px;
}

ul, ol {
	padding-left: 40px;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

a, .text-with-background-font-black a {
	color: #000;
}

img {
	display: block;
	max-width: 100%;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

.text-with-background-font-black,
.text-with-background-font-blue,
.text-with-background-font-white {
	background-size: cover;
	background-position: center center;
	padding: 20px 20px 2px 20px;
	color: #000
}

.text-with-background-font-blue {
	color: #009de0;
}

.text-with-background-font-white {
	color: #fff;
}

.blue {
	color: #009de0;
}

#mti_wfs_colophon, #mti_wfs_colophon_anchor {
    display: none !important;
}

@media (max-width: 550px) {

	h1 {
		font-size: 53px;
		line-height: 50px;
	}

}
