* {
	box-sizing: border-box;
}

body {
	font-family: 'Lato', sans-serif;
}

h1 {
	font-size: 36px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 800;
	font-family: 'Raleway', sans-serif;
	background: #196ca7;
	padding: 18px 20px;
	display: inline-block;
}

h2 {
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	letter-spacing: 0.1em;
	font-weight: 800;
	margin: 0 0 35px 0;
}

h3 {
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

p {
	font-size: 17px;
	line-height: 30px;
	color: #666666;
	margin: 30px 0;
}

button {
	display: inline-block;
	padding: 15px 25px;
	background: #005c9d;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	border: 0;
}

button:hover {
	opacity: 0.8;
}

img {
	max-width: 100%;
	display: block;
	border: 0;
}

.clear {
	clear: both;
}

.seperator {
	height: 1px;
	width: 100%;
	background-color: #cccccc;
}

.first {
	margin-left:0px !important;
}

.last {
	margin-right:0px !important;
}

.mt40 {
	margin-top: 40px !important;
}

header .desktop {
	padding: 0px 1% 0px 1%;
}

header .desktop .bar {
	float: right;
}

header .desktop .logo {
	margin: 30px 30px 20px 0;
	float: left;
}

header .desktop span.hdr-contact {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	margin-right: 30px;
	margin-top: 10px;
	float: right;
}

header .desktop span.hdr-contact a {
	color: #005a9d;
	font-weight: bold;
}

header .desktop ul {
	float: right;
	list-style: none;
	margin: 8px 0 0 0;
	padding: 0;
	clear: right;
}

header .desktop ul li {
	display: inline-block;
	position: relative;
}

header .desktop ul li a {
	font-size: 13px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 26px 22px;
	padding: 26px 1.8vw;
	font-family: 'Raleway', sans-serif;
	color: #005a9d;
	font-weight: bold;
	white-space: nowrap;
	cursor: pointer;
}

header .desktop ul li a:hover {
	background-color: #ffffff;
}

header .desktop ul li:hover .dropdown {
	left: 0px;
}

header .desktop .dropdown {
	min-width: 100%;
	position: absolute;
	top: 70px;
	left: -9999px;
	z-index: 9999;
	background: #ffffff;
	padding: 0 20px;
}

header .desktop .dropdown ul {

}

header .desktop .dropdown ul li {
	display: block;
	margin: 10px 0;
}

header .desktop .dropdown ul li a {
	padding: 0;
}


header .mobile {
	padding: 10px;
}

header .mobile .logo {
	float: left;
	width: 200px;
}

header .mobile .icon {
	margin: 10px 6% 10px 0;
	float: right;
}

header .mobile .icon.email {
	margin-top: 12px;
}

header .mobile .mobile-button {
  display: block;
  outline: none;
  border: 0;
  position: relative;
  float: right;
  margin-right: 0;
  margin: 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}

header .mobile-button .icon-bar {
  background-color: #015490;
  display: block;
  width: 35px;
  height: 5px;
  border-radius: 3px;
  margin-top: 6px;
}

header .mobile ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}

header .mobile ul li {
	padding: 10px;
	border-bottom: 1px solid #eaeaea;
}

header .mobile ul li a {

}

header .mobile .dropdown {
	padding: 20px;
	display: none;
}

header .mobile .toggle-dd {
	cursor: pointer;
}

header .mobile .dropdown li {
	border: 0;
}

header .mobile li a:hover {
	background-color: #ffffff;
}


/* ##### HOMEPAGE ##### */
.homepage .slider img {
	width: 100%;
}

.homepage .slider .slide {
	position: relative;
}

.homepage .slide-overlay {
	position: absolute;
	top: 25%;
	left: 15%;
	max-width: 692px;
}

.homepage .slide-overlay h1 {
	background: rgba(0,92,157,0.9);
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: 800;
	color: #ffffff;
	margin: 0;
	padding: 15px 25px;
	display: inline-block;
	text-transform: uppercase;
}

.homepage .slide-overlay h2 {
	background: rgba(255, 255, 255, 0.9);
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	color: #065a99;
	padding: 15px 25px;
	margin: 0;
	letter-spacing: 0;
}

.homepage .bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 0;
	left: 0px;
	background: #fff;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.homepage .mobile-image {
	background: url(../images/slides/slide1.jpg) center center no-repeat;
	background-size: auto 100%;
	height: 300px;
}

.homepage .home-message{
	background:#ececec;
	padding:30px;
	margin-top:50px;
	font-size: 17px;
  color: #666666;
  font-weight: 400;
  text-align: center;
}
.homepage .home-message .last-line{
	font-weight:700;
	margin-bottom: 0;
}
.homepage .home-message h2{
	margin-bottom: 15px;
}

.bx-wrapper {
	margin-bottom: 0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 15px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #005b9e;
	border: 2px solid #005b9e;
	height: 12px;
	width: 12px;
	border-radius: 100px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}

.fw-white {
	padding: 100px 0;
	background: #ffffff;
}

.fw-grey {
	padding: 65px 0;
	background: #ececec;
}

.fifth {
	width: 20%;
	float: left;
}

.fifth img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	border: 0;
}

.fifth h3 {
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #005c9d;
	text-align: center;
	margin: 30px 0;
	font-weight: 700;
	text-transform: uppercase;
}

p.positioning {
	font-size: 24px;
	line-height: 36px;
	color: #666666;
	font-weight: 300;
	text-align: center;
	margin: 50px 0 0 0;
}

span.lightblue {
	color: #005c9d;
}

.fw-stitched {
	padding: 65px 0;
	background: url(../images/stitch.jpg) center center;
	background-size: auto 100%;
}

.fw-stitched h2 {
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
}

.fw-stitched .row {
	margin-top: 12px;
	margin-bottom: 12px;
}

.fw-stitched img {
	margin: 0 auto;
}

.fw-stitched p {
	font-size: 17px;
	line-height: 30px;
	color: #ffffff;
	margin: 0;
}

.fw-stitched ul {
	margin: 20px 0;
	padding: 0 0 0 15px;
	color: #ffffff;
}

.fw-stitched ul li {
	font-size: 17px;
	padding: 5px 5px 5px 0;
}

.fw-stitched .seperator {
	background-color: #5588af;
}

.fw-stitched h3 {

}

.fw-white ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.fw-white ul li {
	font-size: 17px;
	margin: 5px 0;
	padding-left: 10px;
}

.banner {
	height: 272px;
	width: 100%;
	position: relative;
}

.banner h1 {
	background: rgba(0,92,157,0.9);
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: 800;
	color: #ffffff;
	margin: 0;
	padding: 15px 25px;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 100px;
}

/* ##### INDUSTRIES ##### */
.industries .banner {
	background: url(../images/industries.jpg) center center no-repeat;
}

.industries h2 {
	margin-top: 10px;
}

.industries .mainrow {
	margin-bottom: 45px;
}

.fw-contact {
	background-color: #005c9d;
	min-height: 174px;
	padding: 60px 0;
}

.fw-contact span {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #333333;
	font-weight: 800;
	color: #ffffff;
	text-transform: uppercase;
	margin-right: 40px;
}

.fw-contact a {
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #005c9d;
	padding: 15px 35px;
	text-transform: uppercase;
	background: #ffffff;
	display: inline-block;
}

.fw-contact a:hover {
	text-decoration: none;
	opacity: 0.9;
}

/* ##### QUESTIONNAIRE ##### */

.questionnaire-form h1{
background: rgba(0,92,157,0.9);
font-family: 'Raleway', sans-serif;
font-size: 36px;
line-height: 36px;
font-weight: 800;
color: #ffffff;
margin: 0 0 100px 0;
padding: 15px 25px;
display: inline-block;
text-transform: uppercase;
}
.questionnaire-form .nav-tabs{
padding:0;
}
.questionnaire-form .nav-tabs li.active a{
background:#005c9d;
color:#FFFFFF;
}
.questionnaire-form .nav-tabs li a{
padding:10px 14px;	
color: #005a9d;
font-family: 'Raleway', sans-serif;
}
.questionnaire-form .nav-tabs li{
margin:0;
padding:0;
font-size:14px;
}
.questionnaire .banner {
background: url(../images/easyliquid.png) center center no-repeat;
background-size:cover;
}
.questionnaire .content_panel{
margin-bottom:30px;	
padding-top:30px;
}
.questionnaire .content_panel .question .answer img{
margin-top:5px;	
}
.questionnaire .content_panel .question .answer label,
.questionnaire .content_panel .checkbox_wrapper label{
display:inline-block;	
font-weight:normal;
}
.questionnaire .content_panel .question .answer{
margin-bottom:30px;
}
.questionnaire .content_panel .top-fitment{
margin-bottom:15px;	
}
.questionnaire .content_panel .question{
margin-bottom:15px;
}
.questionnaire .content_panel label{
display:block;
font-size: 16px;
}
.questionnaire .content_panel input[type="text"],
.questionnaire .content_panel textarea,
.questionnaire .content_panel input[type="email"]{
display:block;	
width: 100%;
padding:8px;
border: 1px solid #cccccc;
margin-bottom:15px;
}
.questionnaire .content_panel select{
display:block;
width: 100%;
padding:8px;
border: 1px solid #cccccc;
margin-bottom:15px;
}
.questionnaire form input[type="submit"]{
clear:both;
float:right;
display: inline-block;
padding: 6px 30px;
background: #005c9d;
font-size: 12px;
line-height: 30px;
letter-spacing: 0.1em;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
border:0;
}
.questionnaire .back:hover,
.questionnaire .continue:hover{
text-decoration:none;	
}
.questionnaire .back,
.questionnaire .continue{
float:right;
cursor:pointer;
display: inline-block;
padding: 6px 30px;
background: #005c9d;
font-size: 12px;
line-height: 30px;
letter-spacing: 0.1em;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
border: 0;
outline:0;
}
.questionnaire .questionnaire-bottom{
margin-bottom:30px;
text-align:right;
font-size: 14px;
font-weight: bold;
}
.questionnaire .back.disabled,
.questionnaire .continue.disabled{
background:#5c9ac5;
}
.questionnaire .next-prev{
float:right;
margin-top:15px;
}
.questionnaire h4{
font-size:18px;
}
.questionnaire .define_product h4{
display: block;
font-size: 16px;
font-weight: bold;
}
.questionnaire .define_product label{
font-weight:normal;
font-size:18px;
}

.questionnaire .buttons_left{
float:left;
}
.questionnaire .buttons_right{
float:right;
}

/* ##### RESOURCES ##### */
.resources .banner {
	background: url(../images/resources.jpg) center center no-repeat;
}

.resources .resource {
	border-bottom: 1px solid #cccccc;
	padding: 35px 0;
}

.resources .resource img {
	float: left;
	margin-right: 10%;
	margin-top: 10px;
}

.resources .resource span {
	float: left;
	font-size: 17px;
	line-height: 30px;
	color: #666666;
	margin-top: 10px;
}

.resources .resource a {
	float: right;
	font-size: 12px;
	padding: 6px 20px;
	display: inline-block;
	background: #005c9d;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	border: 0;
}

.resources .resource a:hover {
	opacity: 0.9;
	text-decoration: none;
}

/* ##### CONTACT ##### */
.contact {

}

.contact #map-canvas {
	width: 100%;
	height: 272px;
}

.contact h1 {
	margin: 0 0 80px 0;
}

.contact form input[type=text] {
	height: 48px;
	width: 100%;
}

.contact form textarea {
	height: 205px;
	width: 100%;
	padding: 15px;
}

.contact form input,
.contact form textarea {
	border: 1px solid #cccccc;
	padding: 15px;
	margin-bottom: 18px;
	font-size: 16px;
}

.contact form input[type=submit]{
	display: inline-block;
	padding: 6px 30px;
	background: #005c9d;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	border: 0;
}

.contact form input[type=submit]:hover {
	opacity: 0.9;
}

/* ##### ASBESTOS ##### */
.asbestos .banner {
	background: url(../images/asbestos.jpg) center center no-repeat;
}

.asbestos .fw-white p:first-of-type {
	font-size: 21px;
	font-style: italic;
	line-height: 30px;
	font-family: 'Lora', sans-serif;
}

.asbestos .fw-grey img {
	margin: 10px auto;
}


/* ##### LIQUIDS ##### */
.liquids .banner {
	background: url(../images/liquids/liquids-banner.jpg) center center no-repeat;
}

.liquids .fw-white p:first-of-type {
	font-size: 21px;
	font-style: italic;
	line-height: 30px;
	font-family: 'Lora', sans-serif;
}

.liquids .features p {
	padding-top: 12px;
}

.liquids .download-brochure {
	background: url(../images/download-brochure.jpg) center center no-repeat;
}

.liquids video {
	width: 100%;
	height: 200px;
}

/* ##### TYPES ##### */
.types .banner {
	background: url(../images/types/types-banner.jpg) center center no-repeat;
}

.images img {
	margin: 10px auto;
}

.types .space {
	margin-bottom: 40px;
}

.types .space h2 {
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.types .space p {
	margin: 20px 0;
}

.types h3 {
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
}

.types .col-xs-4 {
	padding: 0;
	margin-bottom: 20px;
}

/* ##### EASYLIFT ##### */
.easylift .banner {
	background: url(../images/easylift/easylift-banner2.jpg) center center no-repeat;
}

.easylift .diagram {
	margin-bottom: 100px;
}

/* ##### FOOD ##### */
.food .banner {
	background: url(../images/food-and-hygiene/food-banner.jpg) center center no-repeat;
}

/* ##### ENVIRONMENTAL ##### */
.environmental .banner {
	background: url(../images/environmental/environmental-banner.jpg) center center no-repeat;
}

.environmental a {
	display: inline-block;
	padding: 6px 30px;
	background: #005c9d;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	border: 0;
}




.download-brochure {
	padding: 90px 0;
}

.download-brochure a {
	font-size: 12px;
	padding: 6px 20px;
	display: inline-block;
	background: #005c9d;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	border: 0;
}

.download-brochure a:hover {
	text-decoration: none;
	opacity: 0.9;
}

/* ##### VIDEO ##### */
.video-js {
    width: auto !important; /* override the plugin's inline dims to let vids scale fluidly */
    height: auto !important;
    background-color: transparent !important;
}

.video-js video {position: relative !important;}

.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin:-4em 0 0 -6em;
}
.vjs-poster {
	background-color: transparent !important;
}

/* ##### RETAIL ##### */
.retail {	
}

.retail .banner {
	background: url(../images/retail/retail-banner.jpg) center center no-repeat;
}

.retail .around-the-home img {
	margin-bottom: 20px;
}

.retail .around-the-home ul li {
	font-weight: 600;
}



.google-map-container { 
	position: relative; 
	/*padding-bottom: 56.25%; */
	padding-bottom: 272px;
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.google-map-container iframe, 
.google-map-container object, 
.google-map-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}



footer {
	padding: 60px;
	background-color: #ececec;
	padding: ;
}

footer p.heading {
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul li {

}

footer ul li a {
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #005c9d;
	font-weight: 700;
	text-transform: uppercase;
}

footer p {
	font-size: 13px;
	line-height: 30px;
	color: #005c9d;
	font-weight: 400;
	margin: 0;
}

footer a {
	font-size: 13px;
	line-height: 30px;
	color: #005c9d;
	font-weight: 400;
}

/* Medium */
@media (max-width: 1200px) {
	header .desktop .logo {
		width: 280px;
	}
	header .desktop ul li a {
		padding: 20px 15px;
		font-size: 11px;
	}
	.homepage .slide-overlay {
		top: 16%;
	}
	.fw-contact span {
		display: block;
	}
	.fw-contact a {
		margin: 20px auto 0 auto;
		clear: both;
	}
	.fw-contact {
		text-align: center;
	}
	.questionnaire .nav-tabs li a{
		padding: 6px 3px;
	}
}

/* Small */
@media (max-width: 992px) {
	.homepage .slide-overlay {
		top: 12%;
	}
	.fifth {
		width: 50%;
		float: left;
	}
	.questionnaire .nav-tabs li{
		display:block;
		float:none;
		text-align:center;
	}
	.questionnaire .nav-tabs li:hover{
		border:0;
	}
}

/* Extra Small */
@media (max-width: 768px) {
	h2 {
		margin: 20px 0 35px 0;
	}
	.fifth {
		width: 100%;
		float: left;
	}
	.fw-stitched {
		text-align: center;
	}
	.fw-stitched p {
		margin: 10px 0 20px 0;
	}
	.industries .mainrow h2 {
		text-align: center;
	}
	.industries .mainrow img {
		margin: 0 auto;
	}
	footer {
		text-align: center;
	}
	footer ul {
		margin-bottom: 40px;
	}
	.contact .details img {
		margin: 0 auto;
	}

	.contact .details {
		text-align: center;
	}
	.video-js {
		margin-bottom: 40px;
	}
	.download-brochure {
		text-align: center;
	}
	.resources {
		text-align: center;
	}
	.resources .resource img {
		margin: 0 auto;
		display: block;
		float: none;
	}
	.resources .resource span {
		float: none;
	}
	.resources .resource a {
		display: block;
		margin: 10px;
		float: none;
		text-align: center;
	}
	.asbestos .fw-grey img {
		margin: 20px auto;
	}
	.types h3 {
		margin: 0;
	}
	.questionnaire .buttons_left,
	.questionnaire .buttons_left .back,
	.questionnaire .buttons_right,
	.questionnaire .buttons_right .continue,
	.questionnaire .buttons_right input[type="submit"]{
		float:none;
		width:100%;
	}
	.questionnaire .buttons_left .back{
		margin-bottom:30px;
	}
}

/* Extra Small */
@media (max-width: 380px) {
	header .mobile .logo {
	  float: left;
	  width: 160px;
	}
	header .mobile-button .icon-bar {
	  background-color: #015490;
	  display: block;
	  width: 30px;
	  height: 4px;
	  margin-top: 5px;
	}
	header .mobile .icon {
		margin: 6px 10px 10px 0;
		float: right;
	}
	header .mobile .icon.email {
		margin-top: 9px;
	}
	
}