/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/*/
HTML, BUTTON, INPUT, SELECT, TEXTAREA
{
	color: #222;
}
HTML
{
	font-size: 1em;
	line-height: 1.5;
}
::-moz-selection
{
	background: #B3D4FC;
	text-shadow: none;
}
::selection
{
	background: #B3D4FC;
	text-shadow: none;
}
HR
{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
AUDIO, CANVAS, IMG, VIDEO
{
	vertical-align: middle;
}
FIELDSET
{
	border: 0;
	margin: 0;
	padding: 0;
}
TEXTAREA
{
	resize: vertical;
}
.browsehappy
{
	margin: 0.2em 0;
	background: #CCC;
	color: #000;
	padding: 0.2em 0;
}
/*==========================================================================
Author's custom styles
==========================================================================*/
HTML
{
	font-family: "Open Sans", sans-serif;
}
BODY
{
	background-color: #EFEFEF;
}
HEADER
{
	padding-top: 1em;
	padding-bottom: 5.3em;
	background: rgb(0, 57, 84);
	/*[disabled]background:-moz-radial-gradient(center, ellipse cover, rgba(244,250,255,1) 0%, rgba(228,241,255,1) 100%);*/
	/*[disabled]background:-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(244,250,255,1)), color-stop(100%,rgba(228,241,255,1)));*/
	/*[disabled]background:-webkit-radial-gradient(center, ellipse cover, rgba(244,250,255,1) 0%,rgba(228,241,255,1) 100%);*/
	/*[disabled]background:-o-radial-gradient(center, ellipse cover, rgba(244,250,255,1) 0%,rgba(228,241,255,1) 100%);*/
	/*[disabled]background:-ms-radial-gradient(center, ellipse cover, rgba(244,250,255,1) 0%,rgba(228,241,255,1) 100%);*/
	/*[disabled]background:radial-gradient(ellipse at center, rgba(244,250,255,1) 0%,rgba(228,241,255,1) 100%);*/
	/*[disabled]filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4faff', endColorstr='#e4f1ff',GradientType=1 );*/
	color: #FFFFFF;
	background: url(../img/bg1.jpg) no-repeat top / cover;
	margin-bottom: -3.4em;
	position: relative;
}
.container
{
	max-width: 1200px;
	/*+placement:margin-auto 0px 0px;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0px;
	top: 0px;
	padding-left: 1em;
	padding-right: 1em;
}
#logo
{
	/*[disabled]display:block;*/
	height: 111px;
	width: 346px;
	background: url(../img/logo_white.png) no-repeat;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
HEADER H2
{
	display: block;
	position: relative;
	font-size: 18px;
	float: right;
	margin-top: 68px;
	text-align: center;
}
HEADER H2 .contact
{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: #FFFFFF url(../img/mail.png) no-repeat 10% 19px;
	padding: 14px 14px 14px 57px;
	color: #999999;
	/*+box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);*/
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
	/*+border-radius:5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.2s;
}
HEADER H2 .contact:hover
{
	background-color: #01435D;
	color: #FFFFFF;
	background-image: url(../img/mail_hover.png);
}
SECTION
{
	padding: 1.2em 0 2.8em;
}
.division
{
	width: 31%;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	/*+box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);*/
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
	margin-right: 3.5%;
	/*+border-radius:5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/*+box-sizing:border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid #F4FAFF;
	background-color: #FFFFFF;
}
.division .bg-image
{
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	height: 270px;
	width: 100%;
	/*+box-sizing:border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #B3D4FC;
	margin-bottom: -62px;
}
#medical .bg-image
{
	background-image: url(../img/medical_1.jpg);
}
#manufacturing .bg-image
{
	background-image: url(../img/manuf.png);
}
#logistics
{
	margin-right: 0px;
}
#logistics .bg-image
{
	background-image: url(../img/logistics_1.jpg);
}
.division H2
{
	color: #FFFFFF;
	margin-left: 16px;
	margin-right: 16px;
}
.division H3
{
	font-weight: normal;
	margin-left: 16px;
	margin-right: 16px;
}
FOOTER
{
	font-size: 8.6pt;
	padding: 4em 1em 1em;
	background: #01435D url(../img/bg1.jpg) no-repeat top / cover;
	color: #FFFFFF;
}
.address
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	text-align: justify;
	margin-top: 0px;
	font-size: 12px;
}
.address A
{
	font-weight: bold;
	text-decoration: none;
	color: #B3D4FC;
}
#footerlogo
{
	margin-left: 0px;
	height: 53px;
	width: 166px;
	background: url(../img/logo_white.png) no-repeat right center / contain;
	/*+placement:float-right 0px 0px;*/
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: 30px;
}
.footerbottom
{
	clear: both;
	text-align: center;
	line-height: 1.6;
	color: #CCCCCC;
	margin-top: 100px;
}
.footerbottom P
{
	margin-top: 0px;
	margin-bottom: 0px;
}
@media (max-width: 600px)
{
	.division
	{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#logo
	{
		margin: auto;
		float: none;
	}
	HEADER H2
	{
		margin: 40px auto;
		float: none;
	}
	#footerlogo
	{
		margin: 20px auto;
		float: none;
	}
}
/*==========================================================================
Media Queries
==========================================================================
==========================================================================
Helper classes
==========================================================================*/
.ir
{
	background-color: transparent;
	border: 0;
	overflow: hidden;
	=text-indent: -9999px;
}
.ir:before
{
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
.hidden
{
	display: none !important;
	visibility: hidden;
}
.visuallyhidden
{
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus
{
	clip: rect(auto, auto, auto, auto);
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible
{
	visibility: hidden;
}
.clearfix:before, .clearfix:after
{
	content: " ";
	display: table;
}
.clearfix:after
{
	clear: both;
}
.clearfix
{
	=zoom: 1;
}
/*==========================================================================
Print styles
==========================================================================*/
@media print
{
	*
	{
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	A, A:visited
	{
		text-decoration: underline;
	}
	A[href]:after
	{
		content: " (" attr(href) ")";
	}
	ABBR[title]:after
	{
		content: " (" attr(title) ")";
	}
	.ir A:after, A[href^="javascript:"]:after, A[href^="#"]:after
	{
		content: "";
	}
	PRE, BLOCKQUOTE
	{
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	THEAD
	{
		display: table-header-group;
	}
	TR, IMG
	{
		page-break-inside: avoid;
	}
	IMG
	{
		max-width: 100% !important;
	}
	@page
	{
		margin: 0.5cm;
	}
	P, H2, H3
	{
		orphans: 3;
		widows: 3;
	}
	H2, H3
	{
		page-break-after: avoid;
	}
}
