@charset "UTF-8";


#Wrapper header .Main ul {
	list-style-type: none;
	padding-left: 0px;
}
#Wrapper header #logo {
	float: left;
	margin-top: 5%;
	padding-left: 3%;
	}
header .mainnav {
	font-family: 'Roboto Condensed', sans-serif;
	float: right;
	text-align: left;
	margin-top: 75px;
	text-transform: uppercase;
	margin-right: 25px;
}
header .mainnav ul li {
	width: 100%;
	display: inline;
	font-weight: 200;
}
header .mainnav ul li a {
	font-size: 12px;
	color: rgba(102,102,102,1.00);
	text-decoration: none;
margin-left: 10px;
}
header .mainnav ul li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #56B7B6;
	padding-bottom: 5px;
}
header .mainnav ul a:hover {

	color: #56B7B6;
}
.mainnav a.navActive {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #56B7B6;
	padding-bottom: 5px;
}
.thumbnail h4 a {
	color: #6A747E;
	text-decoration: none;
}
.text_column i a {
	font-family: 'Roboto Condensed', sans-serif;
	color: #56B7B6;
	text-decoration: none;
	font-size: small;
	font-weight: normal;
	line-height: 70px;

}
