html {
	font-size: 1em;
	line-height: 1.4;
}
body{
	font-family: Futura PT,sans-serif;
	line-height: 1.4;
}
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}
img.fileDownloader {
	width: 64px;
	height: 64px
}
p.fileDownloader {
	font-size: 10px
}
span.fileDownloader {
	font-weight: bold
}
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
body, button, input {
	-webkit-font-smoothing: antialiased
}
.nobr{
	white-space: nowrap;
}
h1,h2,h3{
	color: #fe7d1e;
	font-family: futura-pt,arial,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 auto;
}
h1{
	font-size: 30px;
	margin: 12px 0;
}
h2{
	font-size: 18px;
	margin-top: 12px;
}
p{
	margin: 0 auto;
}
p.sub-heading{
	max-width: 480px;
	margin-bottom: 8px;
}
p.sub-heading.sh-1{
	font-size: 18px;
	color: #6e6f72;
}
p.sub-heading.sh-2{
	color: #2e292b;
}
.toolbar{
	display: block;
	width: 100%;
}
header .icon-left{
	position: absolute;
	top: 0;
	left: 24px;
	height: 36px;
	width: 36px;
	margin-top: 28px;
	overflow: hidden;
}
a.logo, a.logo svg{
	display: block;
	margin: 0 auto;
	height: 92px;
	width: 180px;
	overflow-x: hidden;
	fill: #FFF;
}
.main-body{
	margin: 0 auto;
	text-align: left;
	text-align: center;
	clear: both;
	padding: 12px;
	max-width: 972px;
}
.specialmargin{
	margin-top: 1px!important;
}
div.step-box, div.download-app{
	max-width: 320px;
	height: 36px;
	margin: 0 auto;
	color: #FFF;
}
div.download-app{
	background: rgb(69, 168, 12);
	border: 2px solid rgb(255, 255, 255);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 46px;
	height: 46px;
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;
	margin-top: 6px;
}
a.d-app{
	text-decoration: none;
}
div.step-box span{
	float: left;
	line-height: 36px;
	margin-left: 12px;
	font-size: 14px;
	width: 200px;
	text-align: left;
}
div.step-box span.step-head{
	font-size: 14px;
	line-height: 14px;
	margin: 4px 0 2px 12px;
}
div.step-box span.step-subhead{
	font-size:10px;
	line-height: 10px;
}
div.download-app > span{
	margin-left: -24px;
	font-family: futura-pt,arial,sans-serif;
	text-transform: uppercase;
}
div.step-box.dark{
	background: #333;
}
div.step-box.dark > span{
	margin: 4px 0 0 12px;
}
div.step-box.bright{
	background: #5c5c5c
}
div.step-box.bright > span{
	margin: 4px 0 0 12px;
}
.box-icon{
	width: 24px;
	height: 24px;
	margin: 6px;
	float: left;
}
.box-icon.wide{
	width:30px;
	height: 30px;
	margin: 6;
}
.right{
	float: right;
}
.container {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
}
div.step-box.bright {
	height: 48px;
}
div.step-box.dark {
	height: 40px;
}
div.step-box.bright span.step-head{
	font-size: 14px;
	line-height: 14px;
	margin: 9px 0 2px 12px;
}
div.step-box.bright span.step-subhead{
	font-size:10px;
	line-height: 10px;
}
.step-box.bright.specialmargin > object.box-icon{
	margin-top: 8px;
}
.step-box.dark > object.box-icon{
	margin-top: 8px;
}
.box-icon.right{
	width: 36px;
	height: 36px;
	margin: auto 6 auto 6;
}
.step-box.bright.specialmargin, .step-box.dark {
	height: 40px;
}
.step-box.bright.custom-download-apk .box-icon {
	margin-top: 12px;
	margin-bottom: 12px;
}

@media  only screen and (max-width: 971px){
	a.logo, a.logo svg{
		height: 44px;
		width: 86px;
	}
	header .icon-left{
		left: 12px;
		margin-top: 4px;
	}
	h1{
		font-size: 24px;
		margin-bottom: 18px;
	}
	h2{
		font-size: 20px;
	}
	p.sub-heading.sh-1{
		font-size: 16px;
	}
	div.step-box, div.download-app{
		max-width: 310px;
	}
	p.sub-heading{
		max-width: 360px;
	}
	div.step-box span{
		width: 210px;
	}
}
