
/***** Import the reset and the @font face rules ******/
@import url("reset-type.css");

/*********** Your rules go below this line ************/

body {
	font-family: FuturaStdBook, sans-serif;
	color: #333;
	font-size: 16px;
}

#page {
	width: 960px;
	margin: auto;
	max-width:100%;
	box-sizing: border-box;

}
		
header {
	height:110px;
	padding-top:15px;
	position:relative;
}

.logo {
	display:block;
	position:relative;
}

.logo img {
	width:90px;
}

.logo h1 {
	color:#5d5d5d;
	text-transform:uppercase;
	font-size:24px;
	position:absolute;
	top:41px;
	left:42px;
}

.logo h2 {
	font-family:FuturaStdLightCondensedObliqu;
	color:#5d5d5d;
	font-size:24px;
	position:absolute;
	top:70px;
	left:80px;
}

header nav {
	width:480px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #cccccc;
}
header nav ul {
	overflow: hidden;
	padding-left:10px;
}

header nav ul li a {
	display:block;
	text-transform:uppercase;
	padding:10px;
	color:#E16B16;
	font-family:FuturaStdBoldCondensed;
	font-size:24px;
}

header nav ul li{
	float:left;
}

header nav ul li a:hover {
	color:#017c8d;
}

#map {/*height:454px*/ max-width:100%; position:relative;}

#map img, #small-map img {display:block;}

#small-map {height:116px;}

#map img {display: block;}

#map a {
	display:block;
	width:100%;
	text-align:center;
	position:absolute;
	left:0;
	bottom:15px;
	font-family:FuturaStdBoldCondensed;
	font-size:24px;
	color:#bdbf55;
}

#map a:hover {color: #e665b;}

#top { 
	overflow:hidden;
	max-width:100%;
	box-sizing: border-box;
}

.col {
	width:200px;
	padding:20px;
	float:left;
}

#top .col {
	height:200px;
	display:table;
}

#top .col p {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	font-family:FuturaStdLightCondensed;
	font-size:24px;
	line-height:1.5em;
}

.people {background: #bebe55; /*color:#5c5c5c;*/}
.technology {background: #e66b5b; /*color:#5c5c5c;*/}
.solutions {background: #8ac4c5; /*color:#5c5c5c;*/}
.projects {background: #017c8d; /*color:#5c5c5c;*/}

aside article {
	color:#5c5c5c;
	max-width:100%;
	box-sizing: border-box;
}

#div {
	display:flex;
	max-width:100%;
	box-sizing: border-box;
}


#article {
	display:flex;
	max-width:100%;
	box-sizing: border-box;
}
#content {
	overflow:hidden;
	padding: 30px 30px 30px 0;
	background:#ccc;
	display:flex;
}

#content article img {
	float:left;
	margin-right:30px;
}

#content h1 {
	font-family:FurturaStdBoldCondensed;
	font-size:30px;
	margin-bottom:.5em;
	color:#5c5c5c;
}

#content p {
	margin-bottom:1em;
	line-height:1.5em;
}

footer {
		overflow:hidden;
		background:#5c5c5c;
		padding:30px 0;
		color:#ebebeb;
}

footer a {color:#ebebeb;}

footer .logo h1 {color:#ebebeb;}

footer p, footer li {
	margin-bottom:1em;
}

footer nav ul li a {
	padding:20px;
}

a { color:#017c8d; }

.thirds-layout #middle {
	background:url(images/33-66bg.gif) repeat-y;
	overflow:hidden;
	max-width:100%;
	box-sizing: border-box;
}

.thirds-layout aside {
	float:left;
	width:320px;
	padding-bottom:30px;
	max-width:100%;
	box-sizing: border-box;
}

#middle article {
	padding:20px;
	overflow:hidden;
}

.thirds-layout #maincontent {
	float:left;
	width:640px;
	max-width:100%;
	box-sizing: border-box;
	
}

#middle #maincontent img {
	margin-bottom:20px;
}

#content h1, #maincontent h1{
	font-family:FuturaStdBoldCondensed;
	font-size:30px;
	margin-bottom:.5em;
	color:#5c5c5c;
	padding-top: 20px;
}

#content p, #maincontent p {
	margin-bottom:1em;
	line-height:1.5em;
}
#content h1, #middle h1{
	font-family:FuturaStdBoldCondensed;
	font-size:30px;
	margin-bottom:.5em;
	color:#5c5c54c;
}

#content p, #middle p {
	margin-bottom: 1em;
	line-height: 1.5em;
}

#newsletter { overflow:hidden; }

#newsletter input[type="text"] {
	width:75%;
	border:2px solid #5c5c5c;
	border-right:none;
	padding:8px;
	float:left;
	height:20px;
}

#newsletter input[type="submit"] {
	width:15%;
	float:left;
	text-align:center;
	font-family:FuturaStdBoldCondensed;
	border:2px solid #5c5c5c;
	background:#017c8d;
	color:#EBEBEB;
	height:40px;
	font-size:20px;
}

::-webkit-input-placeholder {
   font-family:FuturaStdLightCondensedObliqu;
}

:-moz-placeholder { /* Firefox 18- */
   font-family:FuturaStdLightCondensedObliqu;  
}

::-moz-placeholder {  /* Firefox 19+ */
   font-family:FuturaStdLightCondensedObliqu;  
}

:-ms-input-placeholder {  
   font-family:FuturaStdLightCondensedObliqu; 
}

.half-layout #page {
	max-width:100%;
	box-sizing: border-box;
}

.half-layout #middle {
	background:url(images/50-50bg.gif) repeat-y;
	overflow:hidden;
}

.half-layout aside {
	float:left;
	width:480px;
	padding-bottom:30px;
}

.half-layout #maincontent {
	float:left;
	width:480px;
}

.globe {
	float:left;
	margin-right:20px;
}


#maincontent h2 {
	font-family:FuturaStdBoldCondensed;
	font-size:24px;
	margin-bottom:.2em;
	text-transform:uppercase;
}

#maincontent .date {
	font-family:FuturaStdLightCondensedObliqu;
}
	
@media (max-width: 699px) {
		#page {
			width: 90%
		}
		#body {
			width: 90%
		}
	}