@import url(https://fonts.googleapis.com/css?family=Oswald);



body {
	font-size: 16px;
	font-family: Helvetica,Arial,sans-serif;
	color: #323232;
	background: #fff;
}

a, a:link, a:focus, a:active {
	  color: #0f5db9;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}

/*==============================
=            Banner            =
==============================*/

.banner.wrapper {
	min-height: 120px;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 3px;
	background-color: #222;
	background-image: url("/img/asm/ifhtse16/transGrad_triangle.png");
	background-position: -20% top,left top;
	background-repeat: no-repeat,repeat;
}

.banner .logo {
	max-width: 1200px;
	width: 100%;
	margin: 20px auto 0 auto;
	text-align: center;
}
	.banner .logo a {
		margin-left:10px;
	}
	.banner .logo img {
		width: 78.5%;
		height: auto;
	}
		@media (max-width: 480px) {
			.banner .logo img {
				width: 100%;
			}
		}
		
/*-----  End of Banner  ------*/



/*==================================
=            Navigation            =
==================================*/

.nav.wrapper {
	background: #fff;
	background-image: -moz-linear-gradient(#333 0,black 100%);
	background-image: -webkit-gradient(linear,color-stop(0,#333),color-stop(1,black));
	background-image: -webkit-linear-gradient(#333 0,black 100%);
	background-image: -o-linear-gradient(#333 0,black 100%);
	background-image: -ms-linear-gradient(#333 0,black 100%);
	background-image: linear-gradient(#333 0,#000 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff333333,endColorstr=#ff000000)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff333333,endColorstr=#ff000000);
}

.clientNavigation ul {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: .9em;
	height: 50px;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}
	.clientNavigation ul li {
		display: inline;
		float: left;
		z-index: 2;
		list-style-type: none;
	}
		.clientNavigation ul li:first-child {
			  width: 56px;
		}
		.clientNavigation ul li a, 
		.clientNavigation ul li a:focus, 
		.clientNavigation ul li a:link, 
		.clientNavigation ul li a:active {
			height: 50px;
			display: table-cell;
			zoom: 1;
			vertical-align: middle;
			line-height: 100%;
			margin: 0;
			padding-left: 19px;
			padding-right: 19px;
			border-left: 1px solid #333;
			border-right: 1px solid #333;
			text-align: center;
			color: #fff;
			position: relative;
			text-decoration: none;
			width: 91px;
			vertical-align: middle;
		}
		.clientNavigation ul li a:hover {
			background-image: -moz-linear-gradient(#007ecc 0,#005fb3 100%);
			background-image: -webkit-gradient(linear,color-stop(0,#007ecc),color-stop(1,#005fb3));
			background-image: -webkit-linear-gradient(#007ecc 0,#005fb3 100%);
			background-image: -o-linear-gradient(#007ecc 0,#005fb3 100%);
			background-image: -ms-linear-gradient(#007ecc 0,#005fb3 100%);
			background-image: linear-gradient(#007ecc 0,#005fb3 100%);
			text-decoration: none;
			color: #fff;
		}

@media (max-width: 480px) {
	.clientNavigation {
		display: none;
	}
}
/*-----  End of Navigation  ------*/

/*==============================
=            Footer            =
==============================*/

footer {
	color: #fff;
	font-size: .8125em;
}

	footer h1 {
		font-size: 2em;
		width: 25%;
	}

	footer h2 {
		font-size: 1.5em;
	  text-transform: uppercase;
	}

	footer h4 {
	  margin-bottom: 5px;
	  color: #57c5ff;
	  text-transform: uppercase;
	  font-size: .90em;
	  font-weight: bold;
	}

	footer a {
		color: #fff!important;
		text-decoration: none!important;
	}

		footer a:hover {
			color: #64c5ff!important;
		}


.topFooter {
	height: auto;
	background-color: #222;
	background-image: url("/img/asm/ifhtse16/transGrad_triangle.png");
	background-position: -20% top,left top;
	background-repeat: no-repeat,repeat;
	margin-top: 0;
}

.mainFooterWrap {
	width: 980px;
	margin: 0 auto;
	display: block;
}

.footer_1 {
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
	display: inline-block;
}

.socialMedia {
	width: 300px;
	float: left;
	display: inline;
}

.weAre {
	width: 620px;
	float: left;
	display: inline;
}

.socialIcons img {
  margin-right: 20px;
}

.address {
  width: 300px;
  float: left;
  display: inline;
}
	.address .tel {
		  background: url("/img/asm/ifhtse16/tel.png") no-repeat left center;
		  padding-left: 30px;
	}

.diag {
	margin-left: 10px;
}

.linkContainer {
    width: 140px;
    float: left;
    display: inline;
    padding-right: 15px;
}

.footer_2 {
    display: inline-block;
}

.footerLinks {
    float: left;
}

.linkContainer.doubleWide {
    width: 340px;
}

.materials, .performance {
    width: 140px;
    margin-right: 20px;
    float: left;
}

.partnerBox {
	background-color: #eee;
	padding: 20px 0;
}

.bottomFooter {
	padding: 20px 0;
  font-size: .813em;
  width: 980px;
  margin: 0 auto;
}

.copyright {
	float: right;
	color: #323232;
	font-size: 13px;
}

/*-----  End of Footer  ------*/

