html {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;


}

p {
	line-height: 1.4em;
}

.smaller {
	font-size: 90%;
}

.special {
	font-size: 1.5em;
}

body {
	padding: 0;
	margin: 0;
	max-width: 1024px;
	margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	font-family: 'Roboto Condensed', serif;
}

h4 {
	margin: 30px 0;
	padding: 0;
	font-size: 1.5em;
	color: #465773;
	
}

h5 {
	font-size: 1.3em;
	margin: 5px 0 0 0;
}

.head h1 > img {
	width: 40%;
	display: block;
	margin: 10px 40px;
}

.callout {
	color: #333;
	padding: 0 20px;
}

.callout {
	clear: both;
}

.callout a {
	color: #FFF !important;
}

.body {
	margin: 0 5px;
}

.linkedin {
	margin: 10px;
}

.body .box:first-child {
	-webkit-box-shadow: inset 0 10px 15px -7px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 10px 15px -7px rgba(0, 0, 0, 0.1);
}

.box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(139, 176, 199, 0.15);
	padding: 40px;
	margin: 0;
	border-bottom: 5px solid rgba(139, 176, 199, 0.30);
}

.box:nth-child(odd) {
	background: rgba(139, 176, 199, 0.05);
	border-bottom: 5px solid rgba(139, 176, 199, 0.20);
}

.box :first-child {
	margin-top: 0;
}

.box :last-child {
	margin-top: 0;
}

.clear::after {
	content: "";
	display: table;
	clear: both;
}

.float-right {
	float: right;
	padding: 0 0 10px 10px;
}
.image-boxes {
	display: block;
	padding-top: 20px;
}

.image-boxes > div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	text-align: center;
}

.profile-box {
	padding-top: 20px;
}

.profile-box > div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin:0;
	padding: 30px;
	background: rgba(255, 255, 255, 0.8);
	min-height: 440px;
	border-left: 2px solid #EEF3F7;
	border-right: 2px solid #EEF3F7;
	border-top: 4px solid #EEF3F7;
}

.profile-box > div:first-child {
	border-left: none;
}

.profile-box > div:last-child {
	border-right: none;
}

.profile-box > div > h3 > span {
	font-size: 80%;
	font-weight: normal;
}

.box-4 > div {
	width: 24.5%;
}

.box-3 > div {
	width: 33%;
}
.box-2 > div {
	width: 50%;
}
.clients ul,
.clients ul li{
	margin:0;
	padding:0;
	list-style-type:none;
}
.clients ul li{
	font-size:90%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display:inline-block;
	float:left;
	width:18%;
	background-color:rgba(60, 124, 163, 0.6);
	color:#FFF;
	height:60px;
	margin:0 1% 1%;
	text-align:center;
	position:relative;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.clients ul li:nth-child(odd) {
	background-color:rgba(60, 124, 163, 0.8);
}
.clients ul li:hover,
.clients ul li:focus{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	z-index:2;
	background-color:rgba(60, 124, 163, 1);
}
.clients ul li>span{
	display:block;
	width:100%;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
.videoWrapper {
	margin:20px 0;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top:0;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
blockquote{
	padding:10px 0 10px 20px;
	margin:20px 0;
	border-left:5px solid #CCC;
}
blockquote :first-child{
	margin-top:0;
}
blockquote :last-child{
	margin-bottom:0;
}
@media only screen and (min-width: 1px) and (max-width: 800px) {
	html {
		font-size: 120%;
	}
	body {
		width: 100%;
	}
	.box {
		width: 100%;
	}
	.head h1 > img {
		width: 80%;
		margin: 10px auto;
	}
	.box-3 > div{
		width:32%;
	}
	.box-4 > div{
		width:23.5%;
	}
	.profile-box > div {
		width: 100%;
		min-height: auto;
		margin-bottom:5px;
		border:none;
	}
	.clients ul li{
		width:100%;
	}
	.box{
		padding:20px;
	}
}

