@font-face {
	font-family:"Terminal Dosis Light";
	src:url("font/TerminalDosis-Light.eot?") format("eot"),
		url("font/TerminalDosis-Light.woff") format("woff"),
		url("font/TerminalDosis-Light.ttf") format("truetype"),
		url("font/TerminalDosis-Light.svg#TerminalDosis-Light") format("svg");
		font-weight:normal;
		font-style:normal;
}
body{
	margin: 0px;
	padding: 0px;
}
h1{
	font-family: "Terminal Dosis Light";
	font-weight: lighter;
	color: #2d94d0;
	font-size: 40px;
}
.top-wrapper{
	background: #f3f6f9;
	width: 100%;	
}
.top-section {
	max-width: 960px;
	padding: 30px 0px;
	text-align: left;
	margin: auto;
	font-family: "Terminal Dosis Light";
	font-weight: lighter;
	color: #2d94d0;
	font-size: 40px;
}
.steps {
	max-width: 960px;
	padding: 10px 0px;
	text-align: left;
	margin: auto;
	font-family: "Terminal Dosis Light";
	font-weight: lighter;
	color: #2d94d0;
	font-size: 28px;
}
.steps img {
	margin: 10px 0px 80px 0px;
	display: block;
}
.step-number{
	background: url(/media/images/start-down/step.png);
	width: 49px;
	height: 49px;
	text-align: center;
	font-family: "Terminal Dosis Light";
	font-weight: lighter;
	color: white;
	font-size: 40px;
	margin-right: 10px;
	display: inline-block;
}
.fluid-img{
	max-width: 100%;
}
.notification-wrapper{
	width: 100%;	
}
.notification {
	font-family: "Terminal Dosis Light";
	max-width: 960px;
	margin: auto;
	margin-top: 10px;
}
.exclamation{
	background: url(/media/images/start-down/attention.png);
	width: 40px;
	height: 40px;
	display: inline-block;
}
.text {
	position: relative;
	top: -15px;
	left: 10px;
}
.text a{
	text-decoration: none;
	font-weight: bold;
	color: black;
}
.text a:hover{
	color: #008fd1;
}