ul#flow {
	list-style : none;
	overflow : hidden;
	width : 100%;
}

ul#flow li {
	overflow : hidden;
	margin-bottom : 6%;
}

ul#flow li:last-child {
	margin-bottom : 3%;
}

ul#flow li {
	clear : both;
}

p.step {
	float : left;
	position : relative;
	width : 34%;
	margin : 0 4% 2% 0;
}

p.step img {
	margin-top : 7%;
	width : 100%;
	height : 100%;
}

p.step span {
	position : absolute;
	width : 44px;
	height : 44px;
	line-height : 44px;
	border-radius : 50%;
	text-align : center;
	color : #ffffff;
	background : #01946a;
	font-family : neuzeit-grotesk,sans-serif;
	font-weight : 700;
	font-style : normal;
	font-size : 200%;
	top : 0;
	left : 0;
	z-index : 1;
}

ul#flow li dl dt h3 {
	margin-bottom : 3%;
	font-weight : 900;
	font-size : 130%;
	color : #01946a;
}

ul#flow li dl dd {
	line-height : 1.4em;
}