*,
*:before,
*:after{
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body
,p
,ul,ol,li
,h1
,h2
,h3
,h4
,h5{
	font-family: "Open Sans","san-serif";
}

h4{
	color: black;
}
a{
	color: #005e20;
}
a,
a:hover,
.animated {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}
.button{
	padding: 10px 20px;	
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.cms-no-route .std ul li{
	list-style: none;
}

.constraint-container {
    position: relative;
    width: 100%;
    min-width: 1200px;
}
.constraint {
    width: 1200px;
    padding: 0px 10px;
    margin: auto;
    position: relative;
}

.main h1{
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.4px;
	color: #2e2e2e;
	font-family: "Montserrat", sans-serif;
}

.main h2{
	font-size: 33px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.1px;
	color: #21366d;
	text-transform: none;
}

.main h3{
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.7px;
	color: #232323;
}

.main p{
	font-size: 15px;
	line-height: 1.71;
	letter-spacing: 0.3px;
	color: #000000;
	margin-bottom: 20px;
	font-weight: 600;
}

.std iframe{
	max-width: 100%;
}

.std ul li{
	list-style: disc;
	margin-left: 20px;
	margin-top:12px;margin-bottom: 12px;
	padding-left: 0px;
	/*list-style-image: url("../images/bullet_list.jpg");*/
	font-size: 15px;
	color: black;
	font-weight: 600;
}
.std ul li p{
	margin: 0px;
	color: black;
}
.std ul.inline-list{
	margin: 0px;padding: 0px;list-style: none;
}
.std ul.inline-list li{
	list-style: none;
	padding: 0px;
	float: left;
	display: block;
	position: relative;
	margin: 2%;
}
.std p
,.postContent{
	font-size: 15px;
	line-height: 1.71;
	letter-spacing: 0.3px;
	color: #000000;
	margin-bottom: 20px;
	color: black;
	font-weight: 600;
}

.std table th{
	font-weight: bold;
	border-bottom: 1px solid gray;
}
.std table tr th:first-child
,.std table tr td:first-child {
	min-width:100px;
}

.category-4000hm-waste-compactors .std table tr th:first-child
,.std table tr td:first-child {
	width: auto;
}
.std table{
	width: 100%;
}


.features_summary{
	margin-top: 10px;
	margin-bottom: 20px;
    width: 100%;
    border: 1px solid #cdcdcd;
}

.features_summary tr{
	border-bottom: 1px solid #cdcdcd;
}

.features_summary th{
	background-color: #d8d8d8;
    font-weight: bold;
    font-size: 14px;
    color: black;
}

.features_summary .fa{
	color: #69b752;
}

ul.icon-list a{
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #000000;
	display: block;
	padding: 10px 0px;
}
ul.icon-list a span{
	text-transform: uppercase;
	margin: 0px 10px;
}
ul.icon-list a:hover span{
	text-decoration: underline;
}
ul.icon-list a i{
	float: right;
	font-size: 14px;
}
ul.icon-list a i.first{
	float: left;
}

/*==========header===========*/
header{
	border-bottom: 1px solid #ffffff;
	box-shadow: 0 1px 2px 0 #333333;
	position: fixed!important;
	left: 0px;top:0px;
	z-index: 998;
	max-width: 100%;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff -60%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );*/ /* IE6-8 */
	height: 70px;
}
header #logo{
	display: block;
	padding-top: 14px;
	float: left;
	
}
header #logo img{
	height: 40px;
}
header .right{
	position: absolute;
	right: 0px;top:0px;
}
header #search_mini_form{
	height: 70px;
	border-left: 1px solid #dedede;
	float: left;
	position: relative;
	width: 150px;
}
header #search_mini_form #search{
	padding: 10px;
	border:1px solid #dedede;
	padding-right: 10px;
	margin: 14px 10px;
	background-color: #eeeeee;
	text-transform: uppercase;
	color: black;
	font-weight: bold;
	font-size: 12px;
	width: 120px;
}
header #search_mini_form button{
	border:0px solid white;
	background-color: transparent;
	font-size: 14px;
	position: absolute;
	top:25px;
	right: 30px;
}
header #search_mini_form button i{
	font-size: 16px;
}
header .box{
	height: 70px;
	color: black;
	text-transform: uppercase;
	border-left: 1px solid #dedede;
	float: left;
	position: relative;
	display: block;vertical-align: middle;
	padding:25px 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
}

header .box a{
	font-size: 14px;
	margin: 0px 15px;
	font-weight: 600;
	color: #131313;
	font-family: "Open Sans", sans-serif;
}



header #phone{
	border-left: 0;
}

header #phone a{
	border-left: 0px;
	color: #69b752;
	font-weight: 500;
	padding-top: 25px;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 800;
}
header #menu-btn{
	background-color: black;
	height: 70px;
	float: left;
	color: white;
	padding: 25px 30px;
	display: block;
	vertical-align: middle;
	font-family: "Open Sans", sans-serif;
	margin: 0px;
	margin-right: 0px;
	cursor: pointer;
}

header #menu-btn span
,header #menu-btn i{
	display: inline;
	vertical-align: middle;
	text-transform: uppercase;
}
header #menu-btn span{
	margin-right: 15px;
	font-size: 14px;
	font-weight: 600;
	color:white;
	
}
header #menu-btn i.open{
	display: inline;
}
header #menu-btn i.close{
	display: none;
}
.mm-opened header #menu-btn i.close{
	display: inline;
}
.mm-opened header #menu-btn i.open{
	display: none;
}

header #liquitrac.box{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69d74c+0,5dc043+100 */
	/*liquitrac.box*/
	background: #69d74c; /* Old browsers */
	background: -moz-linear-gradient(top, #69d74c 0%, #5dc043 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #69d74c 0%,#5dc043 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #69d74c 0%,#5dc043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: white;
	padding: 0px 20px;
}

div#liquitrac p {
    display: table;
    width: 100%;
    height: 70px;
    text-align: center;
}

header #liquitrac.box a{
	color: white;
	text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 18px;
}

footer{
	background-color: #282828;
}

footer .footer-cta{
	background-color: #373737;
	padding: 40px 10px;
}
footer .footer-cta p{
	font-size: 33px;
	color: white;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	letter-spacing:1.1px;
}
footer .footer-cta .rfq-btn{
	display: block;
	background-color: white;
	color: white;
	display: block;
	padding: 10px 20px;;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	position: absolute;right: 10px;top:0px;
	font-weight: 600;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69d74c+0,5dc043+100 */
	background: #69d74c; /* Old browsers */
	background: -moz-linear-gradient(top, #69d74c 0%, #5dc043 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #69d74c 0%,#5dc043 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #69d74c 0%,#5dc043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
footer .footer-cta .rfq-btn:hover{
	background-color: #438a30;
	background: #438a30;
}
.sidebar .rfq-btn{
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 10px 10px;
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 10px auto;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69d74c+0,5dc043+100 */
	background: #69d74c; /* Old browsers */
	background: -moz-linear-gradient(top, #69d74c 0%, #5dc043 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #69d74c 0%,#5dc043 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #69d74c 0%,#5dc043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.rfq-btn:hover{
	background-color: #438a30;
	background: #438a30;
}

footer .footer-bottom{
	padding: 20px 10px;
	background-color: #1f1f1f;
}
footer .footer-bottom .copyright{
	font-size: 13px;
	color: white;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}
footer .footer-bottom ul{
	position: absolute;
	right: 10px;top:0px;
}
footer .footer-bottom ul
,footer .footer-bottom ul li{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: white;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}
footer .footer-bottom ul li{
	display: inline;
	margin: 0px 10px;
}
footer .footer-bottom ul li a{
	color: white;
}
footer .footer-bottom ul li a:hover{
	text-decoration: underline;
}
footer .footer-links{
	width: 100%;
	padding: 50px 0px;
	border-bottom: 1px solid #4f4f4f;
	text-align: left;
}
footer .footer-links li{
	display: inline;
}
footer .footer-links li a{
	color: white;
	text-transform: uppercase;
	margin: auto 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #f8f8f8;
	letter-spacing: 0.6px;
	font-size: 12px;
}
footer .footer-links li a:hover{
	text-decoration: underline;
}
footer .footer-links li:first-child a{
	margin-left: 0px;
}
footer .footer-links li:last-child a{
	margin-right: 0px;
}

footer .footer-content .box{
	float: left;
	position: relative;
	margin-top: 60px;
	margin-bottom: 60px;
}
footer .footer-content .box.left .logo-footer{
	height: 110px;
	float: left;
	margin-right: 40px;
}
footer .footer-content .box.left address{
	color: white;
	min-width: 500px;
	font-family: "Open Sans", sans-serif;
}
footer .footer-content .box.left address p{
	margin: 10px 5px;
	font-style: italic;
	font-weight: lighter;
}
footer .footer-content .box.left address p.phone{
	font-weight: 600;
	font-size: 22px;
	font-style: normal;
	letter-spacing: -0.1px;
}
footer .footer-content .box.left address .social-links li{
	display: inline;
	color: white;
}
footer .footer-content .box.left address .social-links li a{
	color: white;
	font-size: 20px;
	margin: 5px;
}
footer .footer-content .box.right{
	float: right;
	margin-left: 60px;
	width: 125px;
}
footer .footer-content .box.right li {
	margin-bottom: 20px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.6px;
}
footer .footer-content .box.right li a{
	color:white;
	
}
footer .footer-content .box.right li a:hover{
	text-decoration: underline;
}

/*hero banner*/

#hero-banner{
	margin-top: 70px;
	height: 450px;
}
#hero-banner #hero-overlay{
	height: 450px;position: absolute;left: 0px;top:0px;
	background-color: rgba(0,0,0,0.5);
}
.slider-image{
	width: 100%; height: 450px; position: absolute; top:0px; left: 0px;
	background:  url() no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: none;
}
.slider-image.active{
	display: block;
}

#hero-banner .hero-content{
	height: 450px;
}
.slider-caption{
	width: 70%;
	background-image: url(/images/trans_black.png);
	height: 160px;
	position: relative;
	top:100px;
	padding:20px;
	display: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-caption.active{
	display: block;
	left: 0px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-caption h2{
	font-family: "Montserrat","san-serif";
	font-size: 28px;
	font-weight: 600;
	color: white;
	margin-bottom: 10px;
}
.slider-caption p{
	font-family: "Open Sans","san-serif";
	color: white;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	padding-bottom: 10px;
}
.slider-caption a{
	font-family: "Open Sans","san-serif";
	color: white;
	font-size: 14px;
	font-weight: 600;
	display: block;
	margin: 10px 0px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 10px;
	display: block;
	width: 90%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69d74c+0,5dc043+100 */
	background: #69d74c; /* Old browsers */
	background: -moz-linear-gradient(top, #69d74c 0%, #5dc043 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #69d74c 0%,#5dc043 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #69d74c 0%,#5dc043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
}

.slider-caption a:hover{
	background-color: #438a30;
	background: #438a30;
}

.slider-caption a i{
	float: right;
	font-size: 18px;
}
.slider-nav{
	position: absolute;
	left: 30px;
	bottom:70px;
}
.slider-nav li{
	color: white;
	display: block;float: left;
	width: 50px;height: 50px;
	border:1px solid white;
	text-align: center;
	cursor: pointer;
}
.slider-nav li:hover{
	background-color: white;
	color: black;
}
.slider-nav li.prev{
	border-right: 0px solid white;
}
.slider-nav li i{
	padding-top: 17px;
}
.dock-item-box{
	position: absolute;
	right: 20px;bottom:70px;
	width: 25%;
}
.dock-item{
	display: block;
	height: 70px;
	border: 1px solid white;
	position: relative;
	cursor: pointer;
	width: 100%;
	padding: 0px;
	margin: 6px 0px;
	background-color: rgba(0,0,0,0.7);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dock-item:hover{
	background-color: white;
	color: black;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	/*-webkit-box-shadow: 0px 0px 60px rgba(10, 255, 255, 0.74);
	-moz-box-shadow:    0px 0px 60px rgba(10, 255, 255, 0.74);
	box-shadow:         0px 0px 60px rgba(10, 255, 255, 0.74);*/
}
.dock-item.active{
	background-color: white;
	color: black;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	/*top:-30px!important;*/
	/*-webkit-box-shadow: 0px 0px 60px rgba(10, 255, 255, 0.74);
	-moz-box-shadow:    0px 0px 60px rgba(10, 255, 255, 0.74);
	box-shadow:         0px 0px 60px rgba(10, 255, 255, 0.74);*/
}

.dock-item img{
	height: 68px;
	width: 68px;
	float: left;
	border-right: 1px solid white;
}
.dock-item  h3{
	color: white;
	font-family: "Open Sans","san-serif";
	float: left;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06px;
	margin: 25px 10px;
}
.dock-item.active h3
,.dock-item:hover h3{
	color: black;
}

a.more{
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 20px;
	color: #fff;
	display:block;
	
}

a.more:hover{
	text-decoration: underline;
}

/*home box links*/
.home-links {
	margin-top: -130px;
	background-color: white;
	height: 140px;
}
.home-links .link-box{
	width: 25%;
	height: 80px;
	display: block;
	background-color: #39518e;
	float: left;
	overflow: hidden;
	position: relative;
}
.home-links .link-box.box-2{
	background-color: #304783;
}
.home-links .link-box.box-3{
	background-color: #283e78;
}
.home-links .link-box.box-4{
	background-color: #21366d;
}
.home-links .link-box:hover{
	text-decoration: none;
}
.home-links .link-box .content{
	position: absolute;
	padding: 20px 30px;
	left: 0px;top:0px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-links .link-box:hover .content{
	top:-10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-links .link-box h4 .hf-icon{
	width: 36px;
	height: 36px;
	display: inline-block;vertical-align: middle;
	zoom: 1;*display:inline;
	background-image: url("../images/HF-Icon.png");
	background-position: center center;
	background-repeat: none;
}
.home-links .link-box h4{
	font-size: 32px;
	font-weight: 300;
	text-transform: none;
	color: white;
	font-family: "Open Sans","san-serif";
	letter-spacing: 0.7px;
	margin-bottom: 20px;
}
.home-links .link-box .content p{
	font-family: "Open Sans","san-serif";
	font-size: 14px;
	font-weight: light;
	line-height: 1.71;
	letter-spacing: 0.3px;
	color: #ffffff;
}

.home-links .link-box .content p.more{
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 10px;
}

.home-buckets{
	padding: 60px 0px;padding-top: 10px;
	display: block;
	margin-left: -2%;
}
.home-buckets .home-bucket{
	background-color: #f3f3f3;
	display: block;
	margin: 2%;
	margin-bottom: 2%;
	margin-top: 2%;
	width: 46%;
	float: left;
	position: relative;
	height: 215px;
	border:2px solid #f3f3f3;
}
.home-buckets .home-bucket:hover{
	border:2px solid #696969;
}
.home-buckets .home-bucket:nth-child(2n){
}

.home-buckets .home-bucket img{
	height: 211px;
	width: 211px;
	float: left;
	margin-right: 20px;
}

.home-buckets .home-bucket h4{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.7px;
	font-family: "Montserrat","san-serif";
	color: #232323;
	margin: 20px;margin-bottom: 10px;
}

.home-buckets .home-bucket p{
	color: #303030;
	margin: 10px;
	font-size: 13px;
	font-family: "Open Sans","san-serif";
	line-height: 17px;
}
.home-buckets .home-bucket p.more{
	letter-spacing: 0.6px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: black;
	position: absolute;
	bottom:5px;
	left: 221px;
}

.home-cta{
	min-height: 100px;
	padding: 100px 0px;
	
	background:  url("../images/blurred_bg.jpg") no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.home-cta .box .link-box-icon {
   width: 80%;height: 0%;
   padding-bottom: 80%;
   left: 10%;
   top:10%;
   position: absolute;
   background:  url("../images/Asset-Tracking-White.png") no-repeat center center scroll;
   background-size: 100%;
}
.home-cta .box .link-box:hover .link-box-icon{
	background-image: url("../images/tracking-blue.png");
}
.home-cta .box .link-box-icon.document{
	background-image: url("../images/Document-Storage-White.png");
}
.home-cta .box .link-box:hover .link-box-icon.document{
	background-image: url("../images/documents-blue.png");
}
.home-cta .box .link-box-icon.certification{
	background-image: url("../images/Cert-Rep-White.png");
}
.home-cta .box .link-box:hover .link-box-icon.certification{
	background-image: url("../images/cert-blue.png");
}
.home-cta .box .link-box-icon.liquid{
	background-image: url("../images/Liquid-Level-White.png");
}
.home-cta .box .link-box:hover .link-box-icon.liquid{
	background-image: url("../images/level-blue.png");
}

.home-cta .box{
	width: 50%;
	float: left;
	padding: 10px 10px;
}

.home-cta .box.last{
	padding: 10px 25px;
}

.home-cta .box h4{
	font-size: 33px;
	font-weight: 300;
	letter-spacing: 1.1px;
	font-family: "Open Sans","san-serif";
	color: white;
	text-transform: none;
	margin-bottom: 30px;
}
.home-cta .box p{
	color: white;
	font-family: "Open Sans","san-serif";
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.3px;
	color: #ffffff;
	
}
.home-cta .box p.more{
	margin: 30px 0px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
}
.home-cta .box .link-box{
	width: 31%;
	margin: 1%;
	height: 215px;
	border:1px solid white;
	display: block;
	float: left;
	position: relative;
}
.home-cta .box .link-box:hover{
	background-color: white;
	
}
.home-cta .box .link-box h5{
	font-size: 11px;
	font-weight: 600;
	font-family: "Open Sans","san-serif";	
	letter-spacing: 0.6px;
	text-align: center;
	color: white;
	margin-top:170px;
}
.home-cta .box .link-box:hover h5{
	color: black;
}

.home-big-buckets{
	padding: 80px 0px;
	padding-bottom: 60px;
}

.home-big-buckets .bucket{
	width: 30%;
	margin: 1.5%;
	float: left;
	height: 450px;
	position: relative;
	background:  url("../images/blurred_bg.jpg") no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
.home-big-buckets .bucket .content-box{
	width: 100%;
	background-color: rgba(0,0,0,0);
	height: 450px;
	position: absolute;
	left: 0px;top:385px;
	padding: 20px;
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-big-buckets .bucket:first-child .content-box{
	/*top:390px;*/
}
.home-big-buckets .bucket:hover .content-box{
	background-color: rgba(0,0,0,0.7);
	top:0px;
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home-big-buckets .bucket .content-box h3{
	font-family: "Montserrat","san-serif";
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.7px;
	color: #ffffff;
}
.home-big-buckets .bucket .content-box h3 a{
	color: white;
}

.home-big-buckets .bucket:first-child .content-box h3{

}
.home-big-buckets .bucket .content-box .more{
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #ffffff;
	text-transform: uppercase;
	position: absolute;
	right: 20px;top:25px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-big-buckets .bucket:first-child .content-box .more{
}
.home-big-buckets .bucket .content-box .more:hover{
	text-decoration: underline;
}
.home-big-buckets .bucket .content-box:hover .more{
	opacity: 1;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-big-buckets .bucket .content-box hr{
	color: white;
	margin: 20px 0px;
}
.home-big-buckets .bucket .content-box ul li{
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: white;
	text-transform: uppercase;
}
.home-big-buckets .bucket .content-box ul li a{
	color: white;
	display: block;
	margin: 13px 0px;
}
.home-big-buckets .bucket .content-box ul li a:hover{
	color: #abfc93;
}
.home-big-buckets .bucket .content-box ul li a i{
	float: right;
	font-size: 16px;
}
.home-locations {
	margin-bottom: 40px;
}
.home-locations .box{
	width: 50%;
	min-height: 200px;
	float: left;
}
.home-locations .box img{
	width: 100%;
}
.home-locations .box h3{
	font-size: 33px;
	font-weight: 300;
	letter-spacing: 1.1px;
	color: #21366d;
	text-transform: none;
	margin-top: 60px;
}
.home-locations .box p{
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.3px;
	color: #303030;
	margin-bottom: 20px;
}
.home-locations .box .location-links li{
	float: left;
	width: 50%;
}
.home-locations .box .location-links li a{
	display: block;
	padding: 20px;
	background-color: #2f2f2f;
	margin: 10px;
	margin-left: 0px;
}
.home-locations .box .location-links li a:hover{
	background-color: #4d4d4d;
}
.home-locations .box .location-links li a i{
	float: right;
	color: white;
	font-size: 14px;
}
.home-locations .box .location-links li a span{
	font-size: 13px;
	font-weight: 600;
	line-height: 1.85;
	letter-spacing: 0.3px;
	color: #ffffff;
	text-transform: uppercase;
}
.home-videos{
	height: 460px;
	margin-bottom: 40px;
}
.home-videos .video{
	margin: 0px;padding: 0px;
	display: block;
	float: left;
	width: 24.5%;
	height: 230px;
	border:1px solid white;
}
.home-videos .video-1{
	height: 460px;
	width: 49.5%;
}
.home-news{
	margin-bottom: 60px;
	margin-top: 60px;
}
.home-news .box{
	width: 30%;
	margin-right: 4.5%;
	float: left;
}
.home-news .box.last{
	margin-right: 0%;
}
.home-news .box h4{
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.7px;
	color: #21366d;
	width: 100%;
	display: block;
	text-transform: none;
	border-bottom: 1px dotted #21366d;
	padding-bottom: 15px;
}
.home-news .box .entry{
	margin-bottom: 20px;
}
.home-news .box .entry p{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.71;
	letter-spacing: 0.3px;
	color: #303030;
	padding-left: 25px;
}

.home-news .box h5 a{
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.8px;
	color: #000000;
}
.home-news .box h5 a:hover{
	text-decoration: underline;
}
.home-news .box h5 i{
	margin-right: 10px;
}
.home-news .box h5 i.fa-long-arrow-right
,.home-news .box h5 i.fa-download{
	float: none;
	margin-left: 10px;
}

/*home menu*/
.nav-primary{
	display: none;
}
#nav{
	top:70px;
	background-color: black;
}
.mm-menu .nav-primary{
	display: block;
}
.mm-listview > li > a, .mm-listview > li > span{
	color: white;
	text-transform: uppercase;
	font-family: "Open Sans","san-serif";
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	
}
#nav .mm-panel{
	padding: 30px 50px;
}
#nav li.home a h2{
	color: white;
	font-size: 16px;
	font-family: "Open Sans","san-serif";
	font-weight: bold;
	letter-spacing: 0.8px;
}
#nav li{
	margin-bottom: 30px;
}
#nav li a{
	padding: 0px;
}
#nav li.home{
	border-bottom: 1px solid #696969;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
#nav a{
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.8px;
}
.mm-menu > .mm-panel > .mm-listview:first-child
, .mm-menu > .mm-panel > .mm-navbar + .mm-listview{
	margin-top: 0px;
}
.mm-panel .mm-navbar{
	position: relative;
	left: auto;
	top:auto;
	display: block;
	margin-left: -20px;
	margin-bottom: 40px;
}
		
.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after
{
	display: none;
}
.mm-panel .mm-navbar .mm-title{
	color: white;
	display: block;
	text-align: left;
	font-size: 16px!important;
	font-family: "Open Sans","san-serif";
	font-weight: bold!important;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	margin-left: 20px;
}
#nav .mm-next
,#nav .mm-prev{
	width: 25px;
	height: 25px;
}
#nav .mm-prev{
	top: 10px;
	display: block;
}
.mm-menu .mm-listview > li .mm-prev:before
, .mm-menu .mm-listview > li .mm-next:after
, .mm-menu .mm-listview > li .mm-arrow:after{
	border-color: white;
}
.mm-menu .mm-navbar .mm-btn:before
, .mm-menu .mm-navbar .mm-btn:after{
	border-color: white;
}
#nav a:hover{
	color: #69b752;
}
.mm-menu .mm-listview > li:hover .mm-prev:before
, .mm-menu .mm-listview > li:hover .mm-next:after
, .mm-menu .mm-listview > li:hover .mm-arrow:after
, .mm-menu .mm-navbar:hover .mm-btn:before
, .mm-menu .mm-navbar:hover .mm-btn:after{
	border-color: #69b752;
}

/*hero banners*/
#videoBanner{
	position: relative;
	overflow: hidden;
	height: auto;
	margin-top: -200px;
	background: url("../images/banner_image.jpg") no-repeat center center scroll; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#videoBanner .slider-caption{
	position: absolute;
	left: 3%;
	bottom:-50px;
	width: 800px;
	height: 130px;
	background-color: rgba(0,0,0,0.4);
	display: block!important;
	margin: auto;
}

/*#videoBanner .caption-container{
	position: absolute;
	width: 100%;
	bottom:140px;
}*/
#videoBanner .slider-caption h2{
	text-align: center;
}
#videoBanner .slider-caption a{
	width: 260px;
	text-align: center;
	margin: auto;
}
#videoBanner video{
	width: 100%;
	margin-top: 0px;
	display: block;
	padding: 0px;
}
#pageBanner{
	height: 450px;
	position: relative;
	margin-top: 70px;
    background: url("") no-repeat center center scroll; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.category-uae #pageBanner{
	background: url(styles.css) no-repeat center -100px scroll;
	background-size: cover;
}

#pageBanner .shadow-overlay{
	background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

#pageBanner .breadcrumbs{
	display: block;
	
}
#pageBanner .breadcrumbs strong{
	color: white;
}

#pageBanner.minimal .breadcrumbs strong{
	color: white;
}
#pageBanner .breadcrumbs li{
	display: inline;
}
#pageBanner .breadcrumbs li a
,#pageBanner .breadcrumbs li{
	color: white;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.5px;
	font-weight: normal;
}
#pageBanner .breadcrumbs li a:hover{
	text-decoration: underline;
}

#pageBanner h1{
	font-family: Montserrat;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: 0.6px;
	font-family: "Montserrat","san-serif";
	color: white;
	position: relative;
}
#pageBanner .banner-text{
	width: 55%;
	float: left;
	margin-top:290px;
}
.catalog-category-view #pageBanner .banner-text{
	width: 100%;
}

#pageBanner .banner-content{
	position: relative;
	float: right;
	margin-top: 80px;
	margin-right: 20px;
	width: 38%;
	padding: 40px;
	background-color: #39518e;
	padding-bottom: 50px;
}
#pageBanner .banner-content a{
	color: white;
	text-decoration: underline;
}
#pageBanner .banner-content p{
	font-family: "Open Sans","san-serif";
	font-size: 20px;
	font-style: italic;
	line-height: 1.55;
	letter-spacing: 0.8px;
	color: #ffffff;
}
#pageBanner .banner-content .quote-btn{
	text-decoration: none;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 20px 30px;
	display: block;
	width: 250px;
	position: absolute;
	right: -20px;bottom:-25px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69d74c+0,5dc043+100 */
	background: #69d74c; /* Old browsers */
	background: -moz-linear-gradient(top, #69d74c 0%, #5dc043 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #69d74c 0%,#5dc043 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #69d74c 0%,#5dc043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#pageBanner .banner-content .quote-btn:hover{
	background: none;
	background-color: black;
}
#pageBanner .banner-content .quote-btn i{
	float: right;
	font-size: 16px;
}

#pageBanner.minimal{
	height: 60px;
	background:none!important;
	background-color: #f2f2f2!important;
	border: solid 1px #e3e3e3;
	padding-top: 20px;
}
#pageBanner.minimal .banner-text{
	float:none;
	width: auto;
	margin: auto;
}
#pageBanner.minimal .breadcrumbs li a
,#pageBanner.minimal .breadcrumbs li{
	color: white;
	text-transform: capitalize;
	font-size: 15px;
}
/*internal pages*/
.main{
	padding: 40px 0px;
}
.cms-index-index .main{
	padding: 0px;
}
.main .col-main
,.main .col-right
,.main .col-left{
	float: left;
}
.col1-layout .main .col-main{
	width: 100%;
}
.col2-right-layout .main .col-main{
	width: 78%;
	
}
.col2-right-layout .main .col-right{
	width: 20%;
	float: right;
}


.col2-left-layout .main .col-main{
	width: 75%;
	float: right;
	
}
.col2-left-layout .main .col-left{
	width: 20%;
	float: left;
}

.col3-layout .main .col-main{
	width: 55%;
	float: left;
	margin-left: 2.5%;
	
}
.col3-layout .main .col-left{
	width: 20%;
	float: left;
}
.col3-layout .main .col-right{
	width: 20%;
	float: right;
}

/*standard-buckets*/

.vertical-buckets{
	margin-top: 60px;
	margin-left: -2%;
	margin-bottom: 60px;
	
}
.vertical-buckets > li{
	display: block;
	border:1px solid #69b752;
	width: 29.33%;
	margin: 2%;
	/*background-color: #f3f3f3;*/
	position: relative;
	float: left;
	height: 470px;
}


.category-new-accommodations .vertical-buckets > li, .category-frames .vertical-buckets > li{
	height: 550px;
}

.category-ibcs .vertical-buckets > li{
	height: 550px;
}

.category-offshore-chemical-tanks .vertical-buckets > li:last-of-type{
	height: 550px;
}

.vertical-buckets > li .bucket-image{
	position: relative;
	width: 100%;
	text-align: center;
}
.vertical-buckets > li .bucket-image img{
	
	max-height: 200px;
	margin: 5px auto;
}

.category-norsok-equipment .vertical-buckets > li h4 a{
	word-wrap:break-word;
}

.col3-layout .vertical-buckets > li .bucket-image img{
	max-height: 180px;
	max-width: 100%;
}

.vertical-buckets > li:hover{
	background-color: #ececec;
}
.vertical-buckets > li.inactive:hover{
	background-color: transparent;
}
.vertical-buckets > li h4{
	font-size: 20px;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.7px;
	color: #21366d;
	margin: 10px 20px;
	text-align: center;
}

.col3-layout .vertical-buckets > li h4{
	font-size: 14px;
}
.vertical-buckets > li h4 a{
	color: #21366d;
}

.vertical-buckets > li .content p{
	margin: 10px 20px;
}

.vertical-buckets > li .button-set{
	margin: 20px;
}
.vertical-buckets > li .button-set .submenu{
	display: none;
}
.vertical-buckets > li .button-set .btn{
	display: block;
	width: 100%;
	padding: 10px 20px;
	float: left;
	margin-right: 2%;
	position: relative;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 20px;
	
}

.col3-layout .vertical-buckets > li .button-set .btn{
	padding: 8px;
	font-size: 9px;
}

.vertical-buckets > li .button-set .btn.download{
	background-color: #21366d;
	border:1px solid #21366d;
	color: white;;
	position: absolute;
	left: 10%;bottom:20px;
	width: 80%;
}
.vertical-buckets > li .button-set .btn.download span{
	margin-left: 20px;
	
}
.vertical-buckets > li .button-set .btn.download .fa-download{
	float: right;
	margin-top: 5px;
}

/*hide image on about us buckets*/
.category-about-us .vertical-buckets > li .bucket-image{
	display: none;
}
.category-resource-center .vertical-buckets > li .bucket-image{
	display: none;
}
.category-resource-center .vertical-buckets > li{
	min-height: 80px;
	height: 80px;
}
.category-mud-skips-cutting-boxes .detail-images, .category-mud-skips-cutting-boxes .detail-features, .category-mud-skips-cutting-boxes .detail-rent{
	display: none;
}

.category-mud-skips-cutting-boxes .std table tr th:first-child, .category-mud-skips-cutting-boxes .std table tr td:first-child{
	
width: auto;

}

.category-sealed-waste .detail-images, .category-sealed-waste .detail-rent{
	display: none;
}

.category-waste-skips .detail-images, .category-waste-skips .detail-features, .category-waste-skips .detail-rent{
	display: none;
}

.category-norsok .detail-images, .category-norsok .detail-rent{
	display: none;
}
.category-about-us .vertical-buckets > li{
	height: 260px;
}

.category-contact .footer-cta{
	display: none;
}
.category-liquitrac a.colorbox img{
	display: inline-block;
	margin-right: 20px !important;
}
.standard-buckets{
	margin-top: 60px;
}
.standard-buckets > li{
	display: block;
	border:1px solid #69b752;
	width: 100%;
	margin-bottom: 40px;
	/*background-color: #f3f3f3;*/
	position: relative;
}
.standard-buckets > li:hover{
	background-color: #ececec;
}
.standard-buckets > li .bucket-image{
	float: left;
	position: relative;
	width: 30%;
	padding: 40px 0px;
	text-align: center;
}
.standard-buckets > li .bucket-image img{
	width: 80%;
	max-height: 200px;
	max-width: 200px;
	margin: auto;
}
.standard-buckets > li .content{
	float: right;
	width: 70%;
	padding: 40px 20px;
}
.standard-buckets > li h4{
	font-size: 20px;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.7px;
	color: #21366d;
}
.standard-buckets > li h4 a{
	color: #21366d;
}
.standard-buckets > li h4 a:hover{
	text-decoration: underline;
}
.standard-buckets > li .submenu{
	position: relative;
}

.standard-buckets > li .menu{
	display: none;
	position: absolute;
	left: 0px;
	top:42px;
	width: 48%;
	z-index: 99;
	padding: 10px 20px;
	background-color: rgba(0,0,0,0.8);
}
.standard-buckets > li .menu li a{
	color: white;
	font-size: 11px;
	display: block;
	width: 100%;
	margin-bottom: 3px;
}
.standard-buckets > li .menu li a:hover{
	text-decoration: underline;
}
.standard-buckets > li .submenu:hover .menu{
	display: block;
	
}

.standard-buckets > li .button-set .btn{
	display: block;
	width: 48%;
	padding: 10px 20px;
	float: left;
	margin-right: 2%;
	position: relative;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 20px;
}
.standard-buckets > li .button-set .btn.download{
	background-color: #21366d;
	border:1px solid #21366d;
	color: white;;
}
.standard-buckets > li .button-set .btn.download span{
	margin-left: 20px;
	
}
.standard-buckets > li .button-set .btn.download .fa-download{
	float: right;
	margin-top: 5px;
}
.standard-buckets > li .button-set .btn.menu-btn{
	background-color: #2f2f2f;
	border: solid 1px #1a1a1a;
	color: white;
}
.standard-buckets > li .button-set .btn.menu-btn i{
	float: right;
	font-size: 16px;
}
.simple-buckets {
	margin-left: -1%;
}
.simple-buckets > li{
	display: block;
	position: relative;
	width: 23%;
	margin: 1%;
	float: left;
	text-align: center;
	height: 240px;
	padding: 20px;
}
.simple-buckets > li img{
	max-width: 100%;
	max-height: 150px;
	margin: auto;
}
.simple-buckets > li h4{
	margin-top: 10px;
}
.simple-buckets > li h4 a{
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-align: center;
	color: #232323;
}
.simple-buckets > li h4 a:hover{
	text-decoration: underline;
}
.simple-buckets .button-set
,.simple-buckets p{
	display: none;
}
/*right column*/

.col-right #search_mini_form_sidebar{
	border:1px solid #c9c9c9;
	padding: 10px 20px;
}
.col-right #search_mini_form_sidebar input[type="search"]{
	border:none;
}

.col-right #search_mini_form_sidebar .search-button{
	border:0px solid white;
	background: none;
	float: right;
}
.col-right .block{
	width: 100%;
	margin-bottom: 25px;
	margin-top: 25px;
	display: block;
}

.col-right .block.first
,.col-right .block.block-viewed{
	margin-top: 0px;
}

.block.block-viewed img{
	float: left;
	margin-right: 5px;
}

.col-right .block h4
,.col-right .block .block-title span{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.7px;
	color: #21366d;
	text-transform: capitalize;
	display: block;
	border-bottom: 1px dotted #21366d;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

/*left column*/

.col-left #search_mini_form_sidebar{
	border:1px solid #c9c9c9;
	padding: 10px 20px;
}
.col-left #search_mini_form_sidebar input[type="search"]{
	border:none;
}

.col-left #search_mini_form_sidebar .search-button{
	border:0px solid white;
	background: none;
	float: right;
}
.col-left .block{
	width: 100%;
	margin-bottom: 25px;
	margin-top: 25px;
	display: block;
}

.col-left .block.first{
	margin-top: 0px;
}

.col-left .block h4{
	font-size: 16px;
	/*font-weight: 300;*/
	letter-spacing: 0.7px;
	color: #21366d;
	text-transform: capitalize;
	display: block;
	border-bottom: 1px dotted #21366d;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.col-left #sidebar-nav-menu > li{
	list-style: none;
	background: none;
	margin: 14px 0px;
	padding: 0px;
	line-height: 16px;
}

.col-left #sidebar-nav .block-content{
	margin: 0px;
	padding: 0px;
}
.col-left #sidebar-nav-menu > li > a{
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #000000;
	text-transform: uppercase;
	line-height: 13px;
}
.col-left #sidebar-nav-menu li > a:hover
,.col-left #sidebar-nav-menu li.active > a{
	color: #69b752;
}

.col-left #sidebar-nav-menu > li ul{
	display: none;
}
.col-left #sidebar-nav-menu > li.active ul{
	display: block;
}
.col-left #sidebar-nav-menu > li ul > li{
	margin: 10px 0px;
	line-height: 15px;
}
.col-left #sidebar-nav-menu > li ul > li > a{
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: 0.5px;
	color: #000000;
	text-transform: capitalize;
}

.col-left #sidebar-nav-menu li.level2 > a{
	color: gray;
	
}
.col-left #sidebar-nav-menu li.level2 > a:hover
,.col-left #sidebar-nav-menu li.level2.active > a{
	color: #69b752;
}

#sidebar-nav-menu li.level2
,#sidebar-nav-menu li.level3{
	display: none;
}

#sidebar-nav-menu li.level1.active li.level2
,#sidebar-nav-menu li.level2.active li.level3{
	display: block;
}

.col-container{
	width: 100%;
	position: relative;
}
.col-container.col-2 .col{
	width: 49%;
	float: left;
}
.col-container.col-2 .col.col-2{
	float: right;
}
.col-container.col-5 {
	margin-left: -1%;
}
.col-container.col-5 .col{
	width: 18%;
	margin: 1%;
	float: left;
}
/*form*/
.input-text{
	padding: 5px;
}
.form-open-btn{
	cursor: pointer;
	vertical-align: middle;
}
.form-open-btn i{
	float: right;
	line-height: 28px;
}
.form-style.inactive{
	display: none;
}
.form-style .form-list li{
	margin-bottom: 15px;
}
.form-style .form-list label
,.form-style .form-list input
,.form-style .form-list textarea
,.form-style .form-list select{
	display: block;
	width: 100%;
}

.form-style .form-list input[type="checkbox"]{
	float: left;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	display: block;
}
.form-style .form-list label{
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #000000;
	text-transform: uppercase;
}
.form-style .form-list input
,.form-style .form-list textarea
,.form-style .form-list select{
	padding: 10px;
}
.form-style .form-list select{
	height: 45px;
}
.form-style .form-list textarea{
	min-height: 200px;
}
.form-style button[type="submit"]{
	padding: 15px 20px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	border:0px solid white;
	min-width: 150px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#21366d+0,39518e+100 */
	background: #21366d; /* Old browsers */
	background: -moz-linear-gradient(top,  #21366d 0%, #39518e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #21366d 0%,#39518e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #21366d 0%,#39518e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21366d', endColorstr='#39518e',GradientType=0 ); /* IE6-9 */

}
.form-style button[type="submit"]:hover{
	background: none;
	background-color: black;
}

.form-style .form-list li.col-3
,.form-style .form-list li.col-2{
}

.form-style .form-list li.col-3 .field{
	width: 32.5%;
	display: inline-block;
	vertical-align: top;
}
.form-style .form-list li.col-2 .field{
	width: 49.66%;
	display: inline-block;
	vertical-align: top;
}
/*category details*/
.category-details .detail-images{
	margin-left: -1%;
}
.category-details .detail-images h3{
	margin-left: 1%;
}
.category-details .image-box{
	width: 17.5%;
	margin: 1%;
	height: 0%;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.category-details .image-box img{
	position: relative;
	width: 80%;
	margin-left: 10%;
	margin-top: 10%;
}
.category-details .detail-specs{
	margin-top: 40px;
	overflow-x: scroll;
}

.category-details .specs_header{
	width: 100%;	
}

.category-details  .specs_header.filter span
,.category-details  .specs_header.filter span{
	color: white;
	display: inline-block;vertical-align: middle;zoom: 1;*display:inline;
	padding: 10px;
	background-color: white;
	color: black;
	border-radius: 4px;
	cursor: pointer;
}
/*.category-details  .specs_header.filter span:hover{
	background-color: #39518e;
	color: white;
}*/
.category-details  .specs_header.filter span.active{
	background-color: #39518e;
	color: white;
}
.category-details .detail-specs table {
	margin-bottom: 20px;
}
.category-details .detail-specs table.filter tbody tr{
	display: none;
	width: 100%
}
.category-details .detail-specs table.filter tr.active{
	display: table-row;
}
.category-details .detail-specs table{
	margin-top: 10px;
	width: 100%;
	border:1px solid #cdcdcd;
}
.category-details .detail-specs table th
,.category-details .detail-specs table td{
	padding: 10px;
	font-size: 14px;
	font-family: "Open San", sans-serif;
	width: auto;
}

.col3-layout .category-details .detail-specs table th
,.col3-layout .category-details .detail-specs table td{
	font-size: 14px;
}
.category-details .detail-specs table tr{
	border-bottom: 1px solid #cdcdcd;
}

.category-details .detail-specs table th{
	background-color: #d8d8d8;
	font-weight: bold;
	font-size: 14px;
	color: black;
}
.category-details .detail-specs span
,.category-details .detail-specs p{
	margin: 10px;
}

.category-details .detail-features{
	margin-top:40px;
}
.category-details .detail-features ul li{
	list-style: disc;
	margin-left: 20px;
	margin-top:12px;margin-bottom: 12px;
	padding-left: 0px;
	/*list-style-image: url("../images/bullet_list.jpg");*/
	color: black;
	font-size: 14px;
	font-weight: bold;
}

.category-ibc-transport-frames .std table tr th:first-child{
	width: auto;
}

.category-details .detail-rent{
	margin-top:40px;
}
/*product listing*/
#products-list{
	margin-left: -1%;
}
#products-list li{
	width: 23%;
	margin: 1%;
	margin-bottom: 4%;
	display: block;
	height: 370px;
	float: left;
	position: relative;
	padding: 20px;
	border:1px solid white;
}
#products-list li:hover{

}

.col3-layout #products-list li{
	width: 31%;
}
#products-list li h2{
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #232323;
	font-weight: bold;
	line-height:13px;
	/*overflow: hidden;
    max-height: 88px;*/
}
#products-list li h2 a{
	color: #232323;
    margin-top: 5px;
    display: block;
}
#products-list li .product-image{
	height: 200px;
	display: block;
}
#products-list li img{
	margin: auto;
	max-height: 180px;
	max-width: 100%;
}
#products-list li .price{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	color: #232323;
	position: absolute;
	left: 20px;
	bottom:40px;
}
#products-list li .btn-cart{
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 5px 10px;
	margin: 5px 0px;
	display: block;
	border:0px solid white;
	position: absolute;
	left: 20px;
	bottom:0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69d74c+0,5dc043+100 */
	background: #69d74c; /* Old browsers */
	background: -moz-linear-gradient(top, #69d74c 0%, #5dc043 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #69d74c 0%,#5dc043 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #69d74c 0%,#5dc043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#products-list li .btn-cart:hover{
	background:none;
	background-color: black;
}

.category-products .toolbar{
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	padding: 20px 0px;
	vertical-align: middle;
}
.category-products .toolbar > div{
	width: 49%;
	display: inline-block;zoom:1;*display:inline;
	vertical-align: middle;
}
.category-products .toolbar .view-mode{
	display: none;
}
.category-products .toolbar > div.pager .amount
,.category-products .toolbar > div.pager .limiter{
	display: inline-block;zoom:1;*display:inline;
	vertical-align: middle;
	text-align: right;
	margin: 0px;
}
.category-products .toolbar > div.pager .count-container{
	text-align: right;
}
.category-products .toolbar > div.pager .amount{
	display: inline-block;zoom:1;*display:inline;
	vertical-align: middle;
	margin: 0px 10px;
	font-size: 12px;
}
.category-products .toolbar .sort-by select
,.category-products .toolbar .limiter select{
	height: 40px;
	padding: 0px 20px;
}
.category-products .toolbar .sort-by .sort-by-switcher{
	display: inline-block;zoom:1;*display:inline;
	vertical-align: middle;
	margin: 0px;padding: 0px;
	font-size: 0px;
	height: 40px;
	width: 40px;
	border:1px solid #dddddd;
	display: none;
}

.category-asset-tracking-tank-level-monitoring-document-storage .colorbox {
	display: inline-block;
	padding: 0px 7.5px;
}

.category-asset-tracking-tank-level-monitoring-document-storage .colorbox:first-child{
	padding-left: 0px;
}
/*category view*/
.product-view .product-img-box{
	float: left;
	width: 45%;
}
.product-view .product-img-box .product-image-gallery{
	text-align: center;
}
.product-view .product-img-box .product-image-gallery #image-main{
	margin: auto;
	width: 100%;
}
.product-view .product-shop{
	width: 50%;
	float: right;
}
.product-view .add-to-cart-wrapper{
	width: 50%;
	float: right;
	
}

.product-view .add-to-cart-wrapper .add-to-cart > div{
	display: inline-block;zoom:1;*display:inline;
	vertical-align: middle;
}
.product-view .add-to-cart-wrapper .add-to-cart .qty-wrapper{
	height: 50px;
	border:1px solid #ececee;
	padding-left:10px;
}

.product-view .add-to-cart-wrapper .add-to-cart input{
	padding: 10px;
	height: 50px;
	border:0px solid white;
}
.product-view .add-to-cart-wrapper .add-to-cart label{
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	color: #232323;
} 
.product-view .add-to-cart-wrapper .add-to-cart .btn-cart{
	padding: 10px 20px;
	background-color: #39518e;
	border:1px solid white;
	height: 50px;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	min-width: 160px;
	font-family: "Open San", sans-serif;
}
.product-view .product-name h1{
	border: 0px solid white;
	margin-bottom: 20px;
}
.product-view .product-shop .price{
	font-size: 32px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	color: #232323;
}
.product-view .product-shop .short-description .std{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.71;
	letter-spacing: 0.3px;
	color: #000000;
}
.product-view .product-shop .short-description{
	margin-bottom: 20px;
}

/*tabs*/

.product-collateral .toggle-tabs {
	display: block;
	width: 100%;
	position: relative;
	
	margin-top: 60px;
}
.product-collateral .toggle-tabs li {
	float: left;
	margin-left: 5px;
	border-right: 1px dotted transparent;
	border-left: 1px dotted transparent;
}
.product-collateral .toggle-tabs li > span {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	display: inline-block;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	bottom: -1px;
	border: 1px dotted #cccccc;
	border-bottom: 0px dotted white;
	padding-top: 10px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	text-align: center;
	color: #232323;
	
}
.product-collateral .toggle-tabs li.current {
	border-left: 1px solid #cccccc;
}
.product-collateral .toggle-tabs li.current > span {
	background-color: #FFFFFF;
	z-index: 5;
}
.product-collateral .toggle-tabs li.current span,
.product-collateral .toggle-tabs li:hover span {
}
.product-collateral .toggle-tabs li:first-child {
	border-left: none;
}
.product-collateral .toggle-tabs:after {
	content: '';
	display: table;
	clear: both;
}
.product-collateral > dl {
width: 100%;
}
.product-collateral > dl > dt {
display: none;
}
.product-collateral > dl > dd {
width: 100%;
display: none;
padding: 15px;
border-top: 1px dotted #cccccc;
}
.product-collateral > dl > dd h2{
	display: none;
}
.product-collateral > dl > dd.current {
display: block;
}

#product-attribute-specs-table td
,#product-attribute-specs-table th{
	padding: 10px;
}
#product-attribute-specs-table th{
	font-weight: bold;
}

/*contact us*/
.divider{
	width: 60px;
	border-bottom: 1px dotted #979797;
	margin: 30px 0px;
}
.contact-content address p{
	
}
.contact-content address p strong{
	font-size: 11px;
}

.contact-content .icon-list{
	width: 200px;
	margin-bottom: 30px;
}

.contact-content #map iframe{
	width: 100%;
	height: 360px;
}

.category-contact #contact .form-list select{
	margin-top: 0px;
}

.category-waste-transportation-units .detail-images, .category-waste-transportation-units .detail-rent{
	display: none;
}

.category-lift-frames .detail-images, .category-lift-frames .detail-rent{
	display: none;
}

.category-mud-skip-cutting-box .std table tr th:first-child, .category-mud-skip-cutting-box .std table tr td:first-child{
	width: auto;
}

.category-ibc-carriers .std table tr th:first-child, .category-ibc-carriers .std table tr td:first-child{
	width: auto;
}

#rfq{
	width: 50%;
}

/*locations*/
.category-africa .location-list img{
    margin-top: 45px;
}
#location-country-list .entry{
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.location-list img{
	width: 100%;
}
.location-content {
	margin-top: 40px;
}
.location-content a:hover{
	text-decoration: underline;
}
.location-content h2{
	margin-bottom: 0px;
}
.location-content h2 a{
	font-size: 33px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.1px;
	color: #21366d;
	display: block;
	border-bottom: 1px dotted #979797;
	padding-bottom:20px;
}

.location-content ul li a{
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.85;
	letter-spacing: 0.3px;
	color: #000000;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px dotted #e3e3e3;
	padding-bottom:20px;
	padding-top: 20px;
}

.location-list .entry h3{
	border-bottom: 1px solid black;
	padding: 20px 0px;
	margin-bottom: 20px;
}

.location-list .entry p{
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.85;
	letter-spacing: 0.3px;
	color: #000000;
	font-family: "Open San", sans-serif;
}

.location-list th{
	background: #21366d;
	color: #fff;
}

.location-list tr:nth-child(even){
	background-color: #ebebeb;
}

.catalogsearch-result-index #pageBanner .banner-text h1{
	font-size: 30px;
}

.category-b36-balers .detail-images, .category-b36-balers .detail-rent{
	display: none;
}
.category-metal-intermeidate-bulk-containers .detail-images, .category-metal-intermeidate-bulk-containers .detail-rent{
	display: none;
}

/*checkout*/
.cart-table h2{
	font-size: 20px;
}
.button2 span, .button2 span span{
	color: #283e78;
}
.checkout-cart-index #pageBanner h1{
	font-size: 50px;
}
.checkout-cart-index  #pageBanner .banner-text{
	width: 80%;
}

.btn-checkout{
	border:0px solid white;
	text-decoration: none;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 20px 30px;
	display: block;
	width: 250px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69d74c+0,5dc043+100 */
	background: #69d74c; /* Old browsers */
	background: -moz-linear-gradient(top, #69d74c 0%, #5dc043 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #69d74c 0%,#5dc043 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #69d74c 0%,#5dc043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.opc .section .step-title .number, .opc .section.allow.active .step-title .number, .no-touch .opc .section.allow:hover .step-title .number{
	background-color: #283e78;
}

/*calculator*/
.metric-cal{
	width: 100%;
	min-height: 1000px;
	border:0px solid white;
}

/*tabs*/
.main .postTitle h3{
	font-size: 18px;
}
.blog-post-view #pageBanner h1{
	font-size: 30px;
}
.blog-post-view #pageBanner .banner-text{
	width: 90%;
}

.nav-tabs li{
	display: inline-block;zoom:1;*display:inline;
	vertical-align: top;
	
	
}
.nav-tabs li a{
	display: block;
	padding: 10px;
	color: white;
	background-color: #283e78;
	background-color: #7A7E81;
	border-radius: 5px;
	min-width: 100px;
	text-align: center;
}
.nav-tabs li a:hover
,.nav-tabs li a.active{
	background-color: #283e78;
}
.tab-content .tab-pane{
	display: none;
}
.tab-content .tab-pane.active{
	display: block;
}
.tab-content .tab-pane ul > li{
	margin: 10px 0px;
	padding: 0px;
}
.tab-content .tab-pane h2 a{
	color: #283e78;
}
.tab-content .tab-pane h2 a:hover{
	text-decoration: underline;
}

/*scroll-nav*/
.scroll-header{
	display: none;
}
.scroll-nav {
	position: fixed;
	left: 30px;
	top:200px;
	z-index: 999;
}
.scroll-nav__heading{
	display: none;
}
.scroll-nav__list a{
	display: block;
	margin: 7px 5px;
	width: 14px;
	height: 14px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 14px;;
	border:1px solid black;
}
.scroll-nav__list li.active.in-view a{
	background-color: #304783;
}

/* Form */

#rentForm select{margin-top: 0px;}
#rentForm label, #quickContact .form-list label{display: none;}

/* Side Bar */

.partCatalog a i{float: right; font-size: 20px;}
.partCatalog a i.first{ float: left;}
.partCatalog a span{margin: 0px 10px;}  

/*sitemap*/
.pages ol li{
	display: inline;
}
.page-sitemap .sitemap li.level-0  > a
,.page-sitemap .sitemap li.level-1  > a{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
}

.page-sitemap .sitemap li.level-2  > a{
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}

.page-sitemap .sitemap li.level-3  > a{
	font-size: 13px;
	
}
.page-sitemap .sitemap li.level-4 > a{
	font-size: 12px;
	font-style: italic;
}

/*ajax cart*/

/*faq*/
.faq-entry{
	border-bottom: 1px solid #696969;
	margin-bottom: 10px;
	margin-top: 20px;
}
.faq-entry .faq-top{
	cursor: pointer;
	position: relative;
	padding-right: 30px;
}
.faq-entry .faq-top i{
	position: absolute;
	right: 5px;top:5px;
}
.faq-entry .faq-top.active h4{
	color: black;
}
.faq-entry .faq-content{
	display: none;
}
.faq-entry .faq-content.active{
	display: block;
}

#nav .mm-listview > li > a.homeLink {
	color: white;
	font-size: 16px;
	font-family: "Open Sans","san-serif";
	font-weight: bold;
	letter-spacing: 0.8px;
}

#products-list li h2 a {
    position: relative;
}

.toolTipTitle {
	position:absolute;
    width: 250px;
    /* display: none; */
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    background: #21366d;
    background: rgba(33, 54, 109, .9);
    color: #ffffff;
    padding: 10px;
    z-index:100000;
    left: -200px;
    top: -200px;
    -moz-box-shadow: 0 0 20px 20px rgba(255, 255, 255, .4);
    -webkit-box-shadow: 0 0 20px 20px rgba(255, 255, 255, .4);
    box-shadow: 0 0 20px 20px rgba(255, 255, 255, .4);
    line-height: 14px;
}

.fadeOut {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-webkit-opacity:0;
	opacity:0;	
}

#products-list li .special-price .price {
    bottom: 40px;
    right: 10px;
    left: auto;
    text-align: right;
}

#products-list li .old-price .price {
    color:#940000;
}


@media only screen and (min-width:1200px) {
    #products-list li .old-price .price {
        font-size: 15px;
    }
}

@media only screen and (min-width:1080px) and (max-width:1199px) {
    #products-list li .old-price .price {
        font-size: 13px;
        bottom: 41px;
    }
}

@media only screen and (max-width:1079px) {
    #products-list li .old-price .price {
        font-size: 15px;
    }
}

@media only screen and (max-width:479px) {
    #products-list li .special-price .price {
        font-size: 15px;
        right: auto;
        left: 120px;
    }
}












#rfq ul.form-list {
    display: block;
    font-size: 0px;
    width: 100%;
}

#rfq ul.form-list li {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 10px;
    vertical-align: top;
}

#rfq {
    width: 100%;
}

#rfq.form-style .form-list select {
    height: 44px;
    margin: 0;
    background: #fff;
    border: 1px solid #ccc;
    color: #a0a0a0;
}

#rfq.form-style .form-list textarea {
    min-height: 100px !important;
    width: 100%;
    height: 100px;
}

#rfq ul.form-list li.wide {
    width: 100%;
}

#rfq textarea#comment {
    border: 1px solid #ccc;
}


@media only screen and (max-width:768px) {

    #rfq ul.form-list li {
        width: 100%;
    }

}


#rfq ul.form-list li.wideGroup {
	width:100%;
}

#rfq ul.form-list li.state-group {
    height: 0;
    padding: 0;
    overflow: hidden;
     transition: all ease .3s;
}

#rfq ul.form-list li.state-group.stateRequired {
    padding: 10px;
    height: 79px;
    transition: all ease .3s;
}

#rfq.form-style .form-list li {
    margin-bottom: 0;
}

#rfq button#webform_3_submit_button {
    margin: 10px;
}

#rfq.form-style .form-list select.selectFilled {
    color: #25261c;
}

/* Careers Page */

.category-careers h1{
	font-size: 33px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #21366d;
    text-transform: none;
    font-family: "Open Sans","san-serif";
}

.category-careers .main p{
	margin-bottom: 10px;
	font-weight: 400;
}

.category-careers .main p, .category-careers .main li{
	color: #000000;
}

.job-readMore, .job-readLess{
	color: #636363;
	font-weight: 600;
}

.jobs ul{
	margin-left: 20px;
	margin-bottom: 20px;
}

.jobs li{
	list-style-type: disc;
}

.jobApply{
	font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.6px;
	padding:12px 45px;
	color:white;
	float: right;
	text-transform: uppercase;
	background: #21366d; /* Old browsers */
	background: -moz-linear-gradient(top,  #21366d 0%, #39518e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #21366d 0%,#39518e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #21366d 0%,#39518e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21366d', endColorstr='#39518e',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}
.jobApply:hover, .jobApply:focus{
	color: white;
	background: none;
	background-color: black;
	
}

.jobApply,.jobApply:hover{
	transition: none;
}

.jobDetails{display: none;}
.jobs_desc.showDetails .jobDetails{display: block;}

.jobs_desc.showDetails .job-readMore{display: none}

.job-readMore, .job-readLess{
	cursor:pointer;
}

.job-readMore:hover, .job-readLess:hover{
	color: #000000;
}

.jobs{
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #A9A9A9;
	padding-bottom: 10px;
}

.careersForm input, .careersForm textarea{
	border: 1px solid silver;
	width: 100%;
	padding:10px;
	border-radius: 0px;
}

.careersForm textarea{
	min-height: 200px;
}

.formBlock{
	margin: 50px 0;
}

.careersForm ul{
	margin-left: 0px;
}

.careersForm li{
	list-style-type: none;
}

.careersForm .legend{display: none;}

.careersForm label{
	margin-top: 10px;
	text-transform: uppercase;
}

.formBlock .buttons-set{
	border-top: 0px;
	text-align: center;
}

.formBlock .buttons-set .required{
	display: none;
}

.formBlock .buttons-set .button{
	float: none;
}

.formBlock button[title="submit"]{
	padding: 15px 20px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	border:0px solid white;
	min-width: 150px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#21366d+0,39518e+100 */
	background: #21366d; /* Old browsers */
	background: -moz-linear-gradient(top,  #21366d 0%, #39518e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #21366d 0%,#39518e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #21366d 0%,#39518e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21366d', endColorstr='#39518e',GradientType=0 ); /* IE6-9 */

}
.formBlock button[title="submit"]:hover{
	background: none;
	background-color: black;
}



#contact ul.form-list li div.state-group {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: all ease .3s;
}

#contact ul.form-list li div.state-group.stateRequired {
    height: 60px;
    transition: all ease .3s;
}




#quickContact ul.form-list li.state-group {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: all ease .3s;
}

#quickContact ul.form-list li.state-group.stateRequired {
    height: 60px;
    transition: all ease .3s;
}


#rentForm ul.form-list li div.state-group {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: all ease .3s;
}

#rentForm ul.form-list li div.state-group.stateRequired {
    height: 60px;
    transition: all ease .3s;
}

span#state-error {
    font-size: 11px;
    margin: 0 0 0 10px;
    display: block;
}

.sp-methods .inner-box .input-box{
	float: none !important;
}


.sp-methods input[type="radio"]{
	float: left;
    margin-right: -40px;
    margin-top: 10px;
    margin-left: 15px;
    position: relative;
    top: -1px;
    display: inline-block;
}

.jobsdetail_main .column-content{
	float: none;
	display: block;
	margin-left: 0px;
	border: 0px;
	padding:20px;
	margin-right: 0px;
}

.jobsdetail_main .job_heading{
	padding-left: 0px;
}

.jobsdetail_main .column-content .row, .jobsdetail_main .column-content .row >div{
	display: inline-block;
	width: 49%;
}
.jobs-index-view .column-content2{
	width: 100%;
	float: none;
	background: none;
	border: 0px;
	padding: 0px;
}

.jobs-index-view .column-content2 .des{
	background: none;
	margin-bottom: 30px;
}

.jobs-index-view .column-content2 .des h2{
	margin-top: 20px;
	font-size: 26px;
}

.jobs-index-view .column-content2 .des ul{
	margin-left: 15px;
}

.apply_btn a{
	cursor: pointer;
}

.jobsdetail_main .job_heading .apply_btn{
	margin-right: 0px;
	margin-top: 0px;
}

.jobs-index-index .sorter .view-mode{
	margin-bottom: 0px;
}

.jobs_rows .row1 .col_t1{
	padding-left: 10px;
}

.jobs_rows .col1, .jobs_rows .col_t1, .jobs_rows .col2, .jobs_rows .col3{
	width: 24% !important;
}

.jobs_rows .row1{
	float: none;
}

.jobs-index-index .left h1{
	margin-top: 20px;
	margin-bottom: 10px;
}

#fmejobsForm .form-list .field{
	display: block;
	float: none !important;
}

#fmejobsForm .form-list .field input{
	width: 50%;
}
#fmejobsForm .jobApply{
	float: left;
}

.shipping .form-list .shipping-country{
	width: 40%;
}

.jobs_rows .row1:last-child .col1, .jobs_rows .row1:last-child .col2, .jobs_rows .row1:last-child .col3, .jobs_rows .row1:last-child .col_t1{
	margin-bottom: 30px;
}

body.jobs-index-index .diversityStatement p {
    font-weight: normal;
    color: #636363;
    font-size: 14px;
    line-height: 1.5;
}

body.jobs-index-index .main h2 {
    font-size: 16px;
}