@charset "utf-8";
/* CSS Document */
img {
    width: 100%;
	height:auto;

}
body {
	line-height: 1.3;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* container width. if device has a pixel width of 630px create css container */
@media screen and (min-width: 680px) {
.container {
	max-width: 980px;
	width: 84%;
	margin: 0 auto;
	padding: 0;
	
	z-index:-1;
	
}
}
@media screen and (max-width: 800px) {
.container {
	max-width: 980px;
	width: 96%;
	margin: 0 auto;
	padding: 2%;
	
	z-index:-1;
	
}
}
.container h2 {
	color:#2495ee;
}

#header {
	width:100%;
	min-height:500px;
	background-color:#cccccc;
}
@media screen and (max-width: 680px) {
	#header {
	width:100%;
	min-height:200px;
	background-color:#cccccc;
}
}}
.header-bg { max-height: 575px; opacity: 0.8; }
#hubHeader {
	width:100%;
	min-height:240px;
	background-color:#003;
}
@media screen and (max-width: 680px) {
	#hubHeader {
	width:100%;
	min-height:160px;
	background-color:#003;
}}
@media screen and (min-width: 680px) {
#footer {
	background-color:#646464;
	width:100%;
	height:155px;
	padding-top:20px;
	margin-bottom:-30px;

	
}}
@media screen and (max-width: 680px) {
#footer {
	background-color:#646464;
	width:100%;
	height:225px;
	padding-top:45px;
    margin-top: -25px;
	margin-bottom:-30px;
}}

#topBlock {
	width:100%;
	position:absolute;
	top:8px;
}

#logo {
	width:46%;
	float:left;
	height:160px;
	max-width:700px;
}
@media screen and (max-width: 680px) {
    #logo {
	width:80%;
	float:left;
	height:160px;
	max-width:600px;
    }}
.topnav {
	width:48%;
	float:right;
	height:auto;
	margin-top:15px;
	padding-right:20px;

}
/*Strip the ul of padding and list styling*/
#nav {
	padding:5px;

	height:50px;
}
@media screen and (max-width: 800px) {
	#nav {
	height:35px;
	
	
}}
#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	
}

/*Create a horizontal list with spacing*/
#nav li {
	display:inline-block;
	float: left;
	margin-right: 0px;
}

/*Style for menu links*/
#nav li a {
	display:block;
	min-width:70px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	
	text-decoration: none;
	font-size:19px;
	padding-left:10px;
	padding-right:10px;
}
@media screen and (max-width: 800px) {
#nav li a {
	display:block;
	min-width:70px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #56ba47;
	text-decoration: none;
	font-size:19px;
	padding-left:10px;
	padding-right:10px;
}}
/*Hover state for top level links*/
#nav li:hover a {
	background: #56ba47;
	padding-left:10px;
	padding-right:10px;
}

/*Style for dropdown links*/
#nav li:hover ul a {
	background: #56ba47;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size:19px;
	
}

/*Hover state for dropdown links*/
#nav li:hover ul a:hover {
	
	color:black;
}

/*Hide dropdown links until they are needed*/
#nav li ul {
	display: none;
}

/*Make dropdown links vertical*/
#nav li ul li {
	display: block;
	float: none;
	
	
}

/*Prevent text wrapping*/
#nav li ul li a {
	width: auto;
	min-width: 160px;
	padding: 0 0px;
	text-align:left;
	
}

/*Display the dropdown on hover*/
#nav ul li a:hover + .hidden, #nav .hidden:hover {
	display: block;
	z-index:10;
}

/*Style 'show menu' label button and hide it by default*/
#nav .show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	text-align: left;
	padding: 10px 0;
	display: none;
	padding-left:2%;
	font-weight:900;
	float:right;
	height:auto;
	margin-top:-45px;
	padding-right:3%;
	
}

/*Hide checkbox*/
#nav input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
#nav input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 800px){
	/*Make dropdown links appear inline*/
	#nav ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	#nav li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	#nav ul li, li a {
		width: 98%;
	}
	/*Display 'show menu' link*/
	#nav .show-menu {
		display:block;
	}
	.topnav {
	width:98%;
	height:auto;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:20px;
}
}
.clear {clear:both;}

#headerText {
	position:absolute;
	top:260px;
	padding-left:120px;
	width:50%;
	
}
#headerText h1 {
	color:#FFF;
}
#headerText p {
	color:#FFF;
}

@media screen and (max-width : 800px){
#headerText {
	display:none;
	
}}

#headerTextBlock {
	width:96%;
	background-color:#cccccc;
	height:auto;
	padding:2%;
	margin-top:-20px;
}
@media screen and (min-width : 800px){
	#headerTextBlock {
		display:none;
	}}
#headerTextTwo {
	width:98%;
}
#headerTextTwo h1 {
	color:#FFF;
}
#headerTextTwo p {
	color:#FFF;
}

.more:hover, #connect a:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}
#footerLeft a {
	color:#56ba47;
}
#footerLeft a:active {
	color:#56ba47;
}
#footerLeft a:visited {
	color:#56ba47;
}
#footerLeft a:hover {
	opacity: 0.5;
}
@media screen and (min-width: 680px) {
#footerLeft {
	float:left;
	width:70%;
}}
@media screen and (max-width: 680px) {
#footerLeft {
	float:left;
	width:90%;
	padding-bottom:12px;
	padding-left:2%;
}}
@media screen and (max-width: 800px) {
#connect {
	width:90%;
	float: left;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding-bottom:20px;
}}
@media screen and (min-width: 800px) {
#connect {
	float: right;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}}
#connect a {
	float: left;
	display: inline-block;
	height: 50px;
	width: 50px;
	margin: 0 15px;
	
}

#connect a.linkedin {
	background: url(../../images/social_icons_main.png) no-repeat;
	background-position: -50px -50px;
}
#connect a.facebook {
	background: url(../../images/social_icons_main.png) no-repeat;
	background-position: 0px 0px;
}
#connect a.twitter {
	background: url(../../images/social_icons_main.png) no-repeat;
	background-position: -50px 0px;
}
#addressBlock {
	width:100%;
	background-color:#cccccc;
	height:auto;
	min-height:100px;
}
#addressBlock h2 {
	padding-top:8px;
	padding-left:8px;
	color:#56ba47;
}
#addressOne {
	float:left;
	margin-top:-30px;
	width:48%;
	
}
#addressTwo {
	float:left;
	margin-top:-30px;
	width:48%;
	
	
}
#quick-links {
	line-height: 28px;
}
#quick-links a {
	color:#56ba47;
	padding-right:18px;
}
#quick-links a:active {
	color:#56ba47;
}
#quick-links a:visited {
	color:#56ba47;
}
#quick-links a:hover {
	opacity: 0.5;
}
@media screen and (max-width: 800px) {
	#addressOne {
	
	width:96%;
	padding:2%;
}
#addressTwo {
	
	width:96%;
	padding:2%;
}}
.container h1 {
	color:#56ba47;
	font-size:18px;
}
.container h2 {
	font-size:28px;
	color:#56ba47;
	padding:2%;
}
.container p {
	padding-left:2%;
	padding-right:2%;
}
.sectors {
	position: relative;
	float:left;
	width:23%;
	padding:1%;
}
@media screen and (max-width: 800px) {
.sectors {
	position: relative;
	float:left;
	width:46%;
	padding:2%;
	z-index:-1;
}}

.sectorsText h1 {
	position: absolute;
	color:#FFF;
	font-size:25px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 30%;
    margin: auto;
}
@media screen and (max-width: 800px) {
	.sectorsText h1 {
	position: absolute;
	color:#FFF;
	font-size:25px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    height: 30%;
    margin: auto;
}}
.sectorsText a {
	color:#FFF;
	text-decoration:none;
	
}
.sectorsText a:visited {
	color:#FFF;
	text-decoration:none;
}
.sectorsText a:hover {
	color:#2495ee;
	text-decoration:none;
}

.surfaceCoatingBlock {
	float:left;
	width:33%;
}
@media screen and (max-width: 800px) {
.surfaceCoatingBlock {
	float:left;
	width:96%;
	padding:2%;
}}

.surfaceCoatingImg {
	float:left;
	padding-right:12px;
	max-width:90px;
	max-height:90px;
}
.surfaceCoatingBlock h1 {
	color:#56ba47;
	font-size:18px;
	padding-top:14px;
}
.surfaceCoatingText {
	float:left;
}

.surfaceCoatingBlock a {
	color:#56ba47;
	text-decoration:none;
	
}
.surfaceCoatingBlock a:visited {
	color:#56ba47;
	text-decoration:none;
}
.surfaceCoatingBlock a:hover {
	color:#56ba47;
	text-decoration:none;
}
.locationMap {
	float:left;
	width:46%;
	padding:2%;
}
@media screen and (max-width: 800px) {
	.locationMap {
	float:left;
	width:96%;
	max-width:96%;
}}

.locationAddress {
	float:left;
	width:46%;
	padding:2%;
}
@media screen and (max-width: 800px) {
	.locationAddress {
	float:left;
	width:96%;
	padding:2%;
}}
.contact_form :focus {outline: none;}
.contact_form ul {
    width:96%;
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:0px;
}
.contact_form li{
    padding:12px; 
    border-bottom:1px solid #eee;
    position:relative;
}
.contact_form li:first-child {
    border-bottom:1px solid #777;
}
.contact_form h2 {
    margin:0;
    display: inline;
}
.required_notification {
    color:#d45252; 
    margin:-8px 8px 5px 5px; 
    display:inline;
    float:right;
}
.contact_form label {
    width:150px;
	    margin-top: 3px;
    display:inline-block;
    float:left;
    padding:3px;
}
.contact_form input {
    height:20px; 
    width:220px; 
    padding:5px 8px;
}
@media screen and (min-width: 680px) {
.contact_form textarea {padding:8px; width:300px;}}
@media screen and (max-width: 680px) {
.contact_form textarea {padding:8px; width:220px;}}
.contact_form button {margin-left:156px;}
.contact_form input, .contact_form textarea { 
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
}
.contact_form input:focus, .contact_form textarea:focus {
    background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa; 
}
.contact_form input:focus, .contact_form textarea:focus { /* add this to the already existing style */
    padding-right:70px;
}
.contact_form input, .contact_form textarea { /* add this to the already existing style */
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;
}
.contact_form input, .contact_form textarea {
    padding-right:30px;
}
.contact_form ::-webkit-validation-bubble-message {
    padding: 1em;
}
.contact_form { 
color: #2a4f5e;
	font-size: 14px;
	line-height:20px;
}
.contact_submit input[type=submit] {
    width: 140px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
	text-align:center;
	color:#FFF;;
	height:30px;
	margin-top:-4px;
	line-height: 26px;
	margin-top:2px;
}
.submit_right {
	float:right;
	padding-right:30%;
	padding-bottom:50px;
}
.red {
	color:#F00;
}
.error { color:#F00; padding-left:30px; font-size:12px;}
.form :focus {outline: none;}
.form {
	z-index:-10;
}
.form ul {
    width:96%;
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:0px;
}
.form li{
    padding:12px; 
    border-bottom:1px solid #eee;
    position:relative;
}
.form li:first-child {
    border-bottom:1px solid #777;
}
.form h2 {
    margin:0;
    display: inline;
}
.required_notification {
    color:#d45252; 
    margin:-8px 8px 5px 5px; 
    display:inline;
    float:right;
}
.form label {
    width:180px;
	margin-top: 3px;
    display:inline-block;
    float:left;
    padding:3px;
}
.form input {
    height:20px; 
    width:220px; 
    padding:5px 8px;
}
.select {
    height:30px; 
    width:265px; 
    padding:5px 8px;
}
@media screen and (min-width: 680px) {
.form textarea {padding:8px; width:300px;}}
@media screen and (max-width: 680px) {
.form textarea {padding:8px; width:220px;}}
.form button {margin-left:16px;}
@media screen and (max-width: 680px) {
	.form button {margin-left:126px; padding-top:8px;}}
.form input, .form textarea, .form select{ 
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
}
.form input[type=checkbox] {
	border:none;
	box-shadow:none;
}
.form input:focus, .form textarea:focus {
    background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa; 
}

.form input:focus, .form textarea:focus, .form select:focus { /* add this to the already existing style */
    padding-right:70px;
}
.form input, .form textarea, .form select { /* add this to the already existing style */
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;
}
.form input, .form textarea, .form select {
    padding-right:30px;
}
.form ::-webkit-validation-bubble-message {
    padding: 1em;
}
.form_submit input[type=submit] {
    width: auto;
	min-width:145px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background-color:#999;
	text-align:center;
	color:f7062e;
	height:30px;
	margin-top:-4px;
	line-height: 26px;
	margin-top:2px;
}
.form_submit input[type=submit]:hover {
	color:#CCC;
	
}
.submit_right {
	float:right;
	padding-right:30%;
	padding-bottom:50px;
}
.accountFunctionsLeft {
	float:left;
	width:66%;
	padding:2%;
}
.accountFunctionsRight {
	float:left;
	width:26%;
	padding:2%;
}
.hubMain {
	width:70%;
	float:left;
}
.hubSide {
	width:28%;
	float:left;
	padding-left:2%;
}
@media screen and (max-width: 800px) {
	
.hubMain {
	width:98%;
	padding:1%;
	
}
.hubSide {
	width:98%;
	padding:1%;
	
}}
.center {
	text-align:center;
}
.AllHubPosts {
	float:left;
	width:31%;
	padding:1%;
}
@media screen and (max-width: 800px) {
.AllHubPosts {
	
	width:98%;
	padding:1%;
}}


.sector-imgs {width: 225px; height: 225px; }


.halfDiv {
	width:48%;
	padding:1%;
	float:left;
}
@media screen and (max-width: 800px) {
	.halfDiv {
	width:98%;
	padding:1%;
	float:left;
}}
#cookies2{
	    display:block;
		margin-top:0px;
		margin-left:0px;
		background-color:#FFF;
		position:fixed;
		width:100%;
		min-height:50px;
		z-index:999;
		color:#000;
		padding-top:15px;
		padding-bottom:10px;
		text-align:center;
		font-size:22px;
		}
#cookies{
	    display:block;
		background-color:#FFF;
		position:fixed;
		width:100%;
		min-height:150px;
		z-index:999;
		color:#000;
		text-align:center;
		font-size:22px;
		bottom:0;
		padding:10px;
		}		
#cookiesContainer {
		font-family: begum, sans-serif;
		font-style: normal;
		font-weight: 300;
		font-size:18px;
		width:94%;
		max-width:1000px;
		margin: 0 auto;
}
	
	.cookieLinks{
		color:#036;
	}
	.cookieLinks:hover{
		color:#00F;
	}	