/* Segment 2*/

#segment2 {
	font-weight: bold;
	overflow: hidden;
}
#segment2 .line1 {
	font-size: 250%;
	margin: 0;
}
#segment2 .line2{
	font-size: 120%;
	margin-bottom: 0.833em;
	margin-top: 0.833em;
}
#segment2 .line3 {
	font-size: 80%;
}
#segment2 a {
	color: #FFF;
}
#segment2 .featured-project {
	text-align: center;
}
#segment2 .featured-project img {
	max-width: 100%;
}
@media (min-width: 992px) {
	#segment2 .intro {
		float: left;
		width: 37em;
	}
	#segment2 .featured-project {
		float: right;
		width: 21em;
	}
}

/* Segment 3 & 4 */

h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 1em;
}
h3 a {
	color: #333333;
	text-decoration: none;
}
.thumbnails {
	text-align: center;
}
a.thumbnail {
	display: inline-block;
	height: 9.375em;
	line-height: 9.375em;
	margin-bottom: 1em;
	margin-right: 1em;
	vertical-align: top;
	width: 12.5em;
}
a.thumbnail img {
	border: solid 1px #FFFFFF;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}
.see-all-icon {
	color: #99AABB;
	display: none;
	font-size: 400%;
	line-height: 150px;
	vertical-align: top;
}
.see-all-text {
	margin-right: 1em;
	text-align: right;
}
@media (min-width: 992px) {
	.see-all-icon {
		display: inline-block;
	}
	.see-all-text {
		display: none;
	}
}