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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
input::-moz-focus-inner,
button::-moz-focus-inner {
	border:0;
	padding:0;
}
html{
	width: 100%;
	margin-bottom: 0px;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body{
    font-family:'Arial', verdana, snas-serif;
}
.top-banner{
    background:#ef3728;
}
h1{
    width:100%;
    max-width:946px;
    margin: 0 auto;
    padding:12px 42px;
}
h2{
    font-size:24px;
    font-weight:bold;
    padding-bottom:40px;
}
p{
    font-size:14px;
    padding-bottom:70px;
}
img{
    display:block;
}
.content{
    width:100%;
    max-width:946px;
    margin: 0 auto;
    padding: 100px 30px;
}
.button{
    color:#ffffff;
    background-color:#ef3728;
    display:inline-block;
    width:100%;
    max-width:296px;
    text-decoration:none;
    font-weight:bold;
    text-align:center;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-font-smoothing: antialiased;
    font-size:18px;
    padding:17px;
}
