#the-project {
}
#the-project p {
	padding-bottom: 40px;
}
#the-project .citation {
	color:#056db2;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: 40px 0;
}
#the-project #project-map {
	padding-bottom: 40px;
}
#the-project #project-questions {
	counter-reset: item;
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    padding: 30px 0;
    margin: 0 -20px;
}
	#the-project #project-questions li {
		display: inline-block;
		width: 39%;
		font-size: 16px;
		margin: 2.5% 5.5%;
		vertical-align: middle;
	}
	#the-project #project-questions li:before {
		color: #0068ad;
		font-size: 36px;
		content: counter(item) " ";
		counter-increment: item;	
	}
#the-project #project-aims {
	counter-reset: item;
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    padding-bottom: 50px;
}
	#the-project #project-aims li .aim {
		margin-left: 50px;
	}
	#the-project #project-aims li {
		display: inline-block;
		font-size: 16px;
		padding-bottom: 25px;
	}
	#the-project #project-aims li:before {
		color: #0068ad;
		font-size: 36px;
		content: counter(item) " ";
		counter-increment: item;
		float: left;	
	}
#the-project #infographic {
}
	#the-project #infographic #infographic-1 {
		background-position: -100px -400px;
		width: 60px;
		height: 312px;
		margin: auto;
	}
	#the-project #infographic #infographic-2 {
		background-position: 0px -299px;
		width: 61px;
		height: 509px;
		margin: auto;
	}
	#the-project #infographic #infographic-3 {
		background-position: -200px -400px;
		width: 60px;
		height: 423px;
	}
	#the-project #infographic .info-text {
		width: 40%;
		margin-left: 20px;
	}
	#the-project #infographic .right {
		text-align: right;
		margin-left: 0px;
		margin-right: 20px;
	}
	#the-project #infographic #info-1 {
		margin: auto;
		padding-bottom: 30px;
	}
		#the-project #infographic #info-1 > div {
			float: left;
		}
		#the-project #infographic #info-1 .block-1 {
			margin-top: 20px;
			margin-bottom: 87px;
		}
		#the-project #infographic #info-1 .block-2 {
			margin-top: 80px;
		}
	#the-project #infographic #info-2 {
		margin: auto;
		margin-bottom: 50px;
	}
		#the-project #infographic #info-2 > div {
			float: left;
		}
		#the-project #infographic #info-2 .block-1 {
			margin-top: 11px;
			margin-bottom: 95px;
		}
		#the-project #infographic #info-2 .block-2 {
			margin-top: 60px;
		}
	#the-project #infographic #info-3 {
		margin: auto;
	}
		#the-project #infographic #info-3 > div {
			float: left;
		}
		#the-project #infographic #info-3 .block-1 {
			margin-top: 20px;
			margin-bottom: 85px;
		}
		#the-project #infographic #info-3 .block-2 {
			margin-top: 60px;
		}
#the-project p.big {
	font-size: 30px;
	line-height: 35px;
	font-weight: 400;
	color: #056db2;
}
#the-project .other-new-info {
	text-align: center;
	color: #056db2;
	margin: 100px 0;
}
	#the-project .other-new-info .message {
		font-size: 18px;
		line-height: 30px;
	}
	#the-project .other-new-info .money {
		color: #505050;
		font-size: 24px;
		line-height: 24px;
		background-color: #f4f4f4;
		padding: 20px 0;
		margin: 20px 0;
	}
	#the-project .other-new-info .project-number {
		font-size: 14px;
		line-height: 14px;
		font-weight: 600;
	}