.clear { clear: both; }

body {
	margin: 0;
	padding: 0;
	background: #e9e9e9;
	font-family: calibri, sans-serif;
}

a {
	color: #216778;
	text-decoration: none;
	border: none;
}
a img {
	border: none;
}

#content {
	position: relative;
	margin: 20px auto;
	padding: 0 25px 25px;
	width: calc(100% - 50px);
	max-width: 646px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
	background: #fff;
	line-height: 22px;
}

@media(max-width: 696px) {
	#content {
		margin-top: 0;
	}
}

.top-image{
	width: 100%;
	max-width: 646px;
	padding-bottom: 20px;
}

.top-image .hero-img {
	max-width: 100%;	
}

.basic-info {
	max-width: 646px;
	width: 100%;
}

.basic-info-about h3,
.basic-info-about h4 {
	margin-top: 36px;
	font-size: 16px;
	font-weight: bold;
	line-height: 17px;
	color: #000;
}
.basic-info-about ul {
	padding: 0;
}
.basic-info-about ul li {
	padding-top: 5px;
	min-height: 48px;
	float: left;
	width: 31%;
	margin-right: 2%;
	list-style:none;
} 
 .basic-info-about ul li span {
	display: block;
}

.linkedin {
	float: left;
	width: 31%;
	margin-right: 2%;
}
.contact-us {
	width: 31%;
	margin-right: 2%;
	float: left;	
}
.mixpanel {
	width: 31%;
	float: left;
}
.copyright {
	text-align: center;
	padding: 0 25px;
	width: calc(100% - 50px);
}