@charset "utf-8";

/* CSS Document */

@media screen and (min-width: 1950px) {
.homepageBannersItem img {
	height: 600px !important;
}
}

@media screen and (min-width: 1500px) {
.homepageBannersContainer {
  max-height: 1500px !important;
}
.homepageBannersItem {
	height: auto !important;
}
.homepageBannersItem img {
	height: 500px;
}


}

@media screen and (max-width: 850px) {
.footerLeft {
	width: 47.5%;
	padding-left: 2.5%;
}
.footerRight {
	width: 47.5%;
	padding-right: 2.5%;
}

	.mobileNav {
		display: block;
	}

	.mainMenu1 .verticalNav {
		display: block;
	}

	.contentMain .verticalNav {
		display: none;
	}

	.mobileNavClicked {
		width: 100vw;
		height: 100vh;
		overflow: hidden;
	}

		.mobileNavClicked .mainMenu1 {
			left: 100vw !important;
			transition: left 0.0s ease-in-out 0.0s !important;
		}

		.mobileNavClicked .siteWidth, .mobileNavClicked .logo {
			left: calc(-100% + 60px) !important;
		}

		.mobileNavClicked .headerTop {
			right: calc(100% - 60px) !important;
			width: 100% !important;
			height: 100vh;
			transition: right 0.25s ease-in-out, width 0.01s linear;
		}

	.headerTop .horizontalNav {
		display: none;
	}

	.scrolledDown .headerTop .mainMenu0 {
		top: 0px;
	}

	.headerTop .mainMenu1 {
		display: block !important;
		position: absolute;
		left: 200%;
		width: calc(100% - 60px) !important;
		box-sizing: border-box;
		height: 120vh !important;
		overflow-x: hidden;
		overflow-y: auto;
		background-color: #ED1B24;
		top: 0px;
		background-image: none !important;
		box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.65);
		transition: left 0.0s ease-in-out 1.0s;
	}

	.headerTop, .scrolledDown .headerTop {
		text-align: left;
		height: 52px;
		top: 0px;
		position: fixed;
		z-index: 2501;
		background-color: transparent;
		border-bottom: 0px solid rgba(0,0,0,0.0);
		margin-top: 0px;
		right: 0px;
		width: 60px;
		padding-top: 0px;
		transition: right 0.25s ease-in-out, width 0.01s linear 0.25s;
	}

	.headerTopTopMobile {
		display: block;
	}

	.headerTopTop {
		display: none;
	}

	.mobileNavClicked .headerTop {
		right: calc(100% - 60px) !important;
		width: 100% !important;
		height: 100vh;
		transition: right 0.25s ease-in-out, width 0.01s linear;
	}

	.headerTop .horizontalNav {
		display: none;
	}

	.scrolledDown .headerTop .mainMenu0 {
		top: 0px;
	}

	.mobileNavClicked {
		width: 100vw;
		height: 100vh;
		overflow: hidden;
	}

		.mobileNavClicked .mainMenu1 {
			left: 100vw !important;
			transition: left 0.0s ease-in-out 0.0s !important;
		}

		.mobileNavClicked .siteWidth, .mobileNavClicked .logo {
			left: calc(-100% + 60px) !important;
		}

		.mobileNavClicked .headerTop {
			right: calc(100% - 60px) !important;
			width: 100% !important;
			height: 100vh;
			transition: right 0.25s ease-in-out, width 0.01s linear;
		}

}

@media screen and (max-width: 1500px) {
#bannerImg img:nth-child(1), #bannerImg a img:nth-child(1){
	display: none;
}

#bannerImg img:nth-child(2), #bannerImg a img:nth-child(2){
	display: inline-block;
}
.homeProduct {
	margin: 0px 1.25% 1.25% 0px;
	width: 32%;
}
}

@media screen and (max-width: 1150px) {
.horizontalNav a {
	padding: 0px 8px;
	font-size: 13px;
}
}

@media screen and (max-width: 1100px) {
.horizontalNav>li>ul>li {
  width: calc(30.5vw - 20px);
}
}


@media screen and (max-width: 1015px) {
.greyBarTableWidth .colRight .headerLinksFooter {
	padding-right: 10px;
}	
}

@media screen and (max-width: 1000px) {

.contentWidth {
	width: 100%;
}
.mainBody0 {
	padding-top: 0px;
}
.mainBody {
	background-image: url(/themes/template/images/bodyBg.png);
	background-position: top;
	background-repeat: repeat-x;
}
.mainContainer {
	padding: 0px;
}
.mainContainer_sub {
	padding-top: 140px;
}
.subPageContent {
	padding: 35px 15px;
}
.productColLeft, .productColRight {
	width: calc(50% - 10px);
}
.productThumbnails img {
	height: auto;
	width: 22%;
}
.productColRightLeft {
	width: 50%;
}
.productColRightRight {
	width: 40%;
}
.headerIconsSub {
	margin-right: 10px;
}

table td {
	display: block;
	width: 100%;
}
.colRight td img {
    max-width: 100%; 
}
.homepageNewsCont {
	float: none;
	box-sizing: border-box;
	width: 100%;
}
.bannerInfoContInner00 {
	background-image: none;
}
#bannerImg {
	margin-top: 0px;
	float: none;
	position: relative;
	top: auto !important;
}

.headerLocation {
	display: none;
}
.certificationsBar .colLeftHome {
	width: 95% !important;
	max-width: 95% !important;
	display: block;
	padding: 2.5%;
	border-bottom: 5px solid #333;
}
.certificationsBar .colRightHome {
	width: 100%;
	display: block;
	padding: 0px;
}
.certificationsBarNumber span
{
	text-align: center !important;
}
.colRightCerts1 {
	display: none;
}
}

@media screen and (max-width:980px) {
.homepageBannersItem{
	height: auto;
}
}

@media screen and (min-width: 951px) {
.horizontalNav {
	display: block !important;
	visibility: visible !important;
}
.headerCont {
	position: fixed !important;
}
body {
	overflow-y: scroll;
}
.homepageBannersContainer {
	display: block !important;
	visibility: visible !important;
}
}

@media screen and (max-width:950px) {

	.horizontalNav a {
		padding: 0px 8px;
		font-size: 13px;
	}
}

@media screen and (max-width:900px) {

	.horizontalNav a {
		padding: 0px 8px;
		font-size: 11px;
	}
}

@media screen and (max-width:850px) {
.productTitle {
	font-size: 20px;
}


.mobileNav {
	display: block;
}
.horizontalNav {
	position: absolute;
	left: 0%;
	width: 100%;
	display: none;
	background-color: #000;
	top: 40px;
	background-image: none !important;
	padding: 10px 15px;
}
.horizontalNav li {
	float: none;
}
.horizontalNav>li:last-child {
	margin-right: auto;
}
.horizontalNav li a {
	display: block;
	padding: 8px 0px;
	color: #FFF !important;
	font-weight: normal;
	font-size: 25px;
	background-color: transparent !important;
}
.horizontalNav a {
	background-image: none !important;
	line-height: normal;
}
.horizontalNav a:hover {
	color: #fff;
	text-decoration: none;
}
.horizontalNav ul {
	background-color: #FFF !important;
	list-style: none;
	position: relative;
	left: 0px;
	margin: 0px;
	padding: 5px 0px;
	display: none;
	margin-left: -15px;
}
.horizontalNav ul li {
	float: none;
}
.horizontalNav li:hover ul {
	left: 0px;
	display: block;
	background-color: #FFF !important;
}
.horizontalNav ul a {
	background-color: #FFF !important;
	color: #000 !important;
	font-size: 16px;
	padding: 4px 15px;
}

.horizontalNav>li>ul {
  padding: 0px;
  overflow: auto;
  width: calc(100% - 35px);
  position: relative;
	top: 0px;
}
.horizontalNav>li:hover>ul {
	max-height: none;
	padding: 20px 0px 10px 0px;
	border-bottom: 0px solid #222222;
}
.scrolledDown .horizontalNav>li>ul {
	top: 0px;
}
.scrolledDown .horizontalNav>li:hover>ul {
	max-height: none;
}
.horizontalNav>li>ul>li {
  width: calc(48vw - 20px);
  padding: 0px 20px 10px 20px;
}
.logo {
	position: absolute;
	left: 0px;
	margin: 5px 0px 0px 19px !important;
}
.logo img {
	height: 31px !important;
	max-height: 31px !important;
}
.homeIcon {
	display: none;
}
.header {
	height: 40px;
  top: 0px !important;
	background-image: none;
	background-color: #000000;
}
.welcomeMessage {
	display: none;
}
.weather {
	top: 42px;
}
.mainContainer_sub {
	padding-top: 42px;
}
.mainContainerPadding_sub {
	padding-top: 20px;	
}
.morePagesWide {
	float: none;
	padding: 10px 0px 20px 0px;
}
.homeMessagePadding {
	padding-top: 40px;
}
.subPadding {
	padding-top: 40px;
}
.productColLeft {
	float: left;
	width: 36%;
}
.productColRight {
	width: 61%;
	float: right;
}
.productColRightLeft, .productColRightRight {
	width: 95%;
	float: none;
	margin: auto;
}
.mainMenu {
	position: relative;
	top: -100px;
	width: 100%;
	margin-left: 0px !important;
}
.searchBox input[type=text] {
	width: 200px;
}
.searchBox {
	margin-right: 6px !important;
	margin-top: 6px;
}
.header3 {
	height: 40px;
	background-position: -110px 0px !important;
	background-repeat: no-repeat;
}
.searchBox input[type=text] {
	width: 120px;
}
#JobLocationsBannersCont {
  top: 40px;
}
#JobLocationsBanners {
  height: 300px;
}
.mainContentJobBanners {
  padding-top: 300px !important;
}
div.bannerFade {
  height: 300px;
}
.EmploymentLocations a{
	width: 46%;
}
}

@media screen and (max-width:900px) {
.homeProduct {
	margin: 0px 1.25% 1.25% 0px;
	width: 48.75%;
}
.homeProductImg img{
	display: block;
}
	.homeHeader h1 {
		font-size: 55px;
		line-height: 50px;
		padding-top: 3vh;
	}
}

@media screen and (max-width:800px) {
.header3 .headerLinksFooter {
	background-color: #000;
	width: 100%;
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 12px 0px 10px 0px;
	text-align: center;
	margin-left: 0px !important;
}
.header3 .headerIcons a.contact {
	border-right: none;
}
.header3 .headerIcons a.linkedIn {
	position: fixed;
	right: 92px;
	top: 4px;
}
.header3 .headerIcons a.facebook {
	position: fixed;
	right: 55px;
	top: 4px;
}
.header3 .headerIcons a.search {
	position: fixed;
    right: 121px;
    top: 8px ;
}
.searchMobile{
	position: fixed  !important;
	right: 121px;
	top: 8px  !important;
}
.header3 .footerBottom {
	padding-bottom: 100px;
}
.horizontalNav {
	top: 70px;
}

/*New Test Homepage Style*/
.navProducts ul {
		
	display: flex;
	flex-flow: row wrap;
}

.navProducts ul li {
			
	width: calc(29vw);
}
/*END*/
}

@media screen and (max-width:700px) {
.EmploymentLocations a{
	width: 96%;
}
.homeProduct {
	margin: 0px 0px 25px 0px;
	width: 100%;
}
.verticalNav {
	width: 100%;
}
.colLeft {
	max-width: 240px;
	min-width: 240px;
	width: 240px;
}
.productColRightLeft, .productColRightRight
{
  width: 100% !important;
  padding: 0px !important;
}
.productColLeft, .productColRight {
	float: none;
	width: 95%;
	margin: auto;
	margin-bottom: 25px;
}

/*Test New Home Page*/
	.navProducts ul li {
		width: calc(40vw);
	}
/*END*/
}

@media screen and (max-width:600px) {

.verticalNav {
	position: relative;
	border: none;
	box-shadow: none;
	background-color: #ed1b24;
	display:none;
}

.homeHeader h1 {
	font-size: 40px;
	line-height: 40px;
	padding-top:3vh;
}

.greyBarTableWidth .colRight{
	display: none;
}

.bannerInfoContInner2
{
	display: none;
}
.dataTables_paginate {
	display: none;
}
.dataTables_filter input {
	left: 0px !important;
	margin-top: 0px;
}
#myDataTable_filter input {
	width: 100% !important;
	margin-top: 0px !important;
}
.flightNav {
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.flightNav a {
	margin-right: 0px !important;
	margin-bottom: 0px;
	font-size: 21px !important;
}
.flightNav a:last-child {
	margin-right: 0px;
}
table.dataTable {
	background-color: #FFF;
}
table.dataTable tr td, table.dataTable tr th {
	float: left;
}
#no-more-tables table,  #no-more-tables thead,  #no-more-tables tbody,  #no-more-tables th,  #no-more-tables td,  #no-more-tables tr {
	display: block;
	border: none !important;
}
#no-more-tables thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
	color: #000;
}
#no-more-tables tr {
	border: 1px solid #ccc;
}
#no-more-tables td {
	border: none;
	position: relative;
	padding-left: 40%;
	white-space: normal;
	text-align: left;
}
#no-more-tables td.flightLg {
	font-size: 20px;
	white-space: nowrap;
}
#no-more-tables td.flightXLg {
	font-size: 30px;
	white-space: nowrap;
}
#no-more-tables td:before {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 55%;
	padding-right: 10px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}
#no-more-tables td.flightLg:before, #no-more-tables td.flightXLg:before {
	font-size: 14px;
	white-space: normal;
}
#no-more-tables td:before {
	content: attr(data-title);
}
.dataTable tbody tr:nth-child(2n+1) td, .dataTable tbody tr:nth-child(2n+1) th {
	background-color: #E0E8EE;
}
.dataTable tbody tr:nth-child(2n+1) td {
	width: 58%;
}
.mainContainerPadding {
	padding: 10px;
}
.mainContainerPadding_sub {
	padding-top: 20px;	
}
.blogPostImg {
	float: none;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	width: 100%;
}
.testimonialCol1 {
	display: block;
	width: 100%;
	padding-bottom: 15px;
}
.testimonialCol2 {
	display: block;
	width: 100%;
	padding-left: 0px;
}

.InStockTable table td{
	float: none;
	padding-top: none !important;
	display: revert;
	padding: 0px 15px !important;

}
}

@media screen and (min-width:576px) {
.homeNewslettersignUp strong{
	display: inline !important;
}
.homeNewslettersignUp strong, .homeNewslettersignUp input{
	display: inline !important;
}
.homeNewslettersignUp{
	height: auto !important;
	overflow: visible !important;
}
}

@media screen and (max-width:575px) {
.colLeft, .colLeftNews, .mainContent>.contentWidth>.colLeft {
	display: block;
	width: 100%;
	max-width: 100% !important; 
	clear: both;
}
.mainContent {
	padding-top: 1px;
}
.colRight, .colRightNews {
	width: 100%;
	clear: both;
	padding-top: 50px;
	padding-left: 0px;
}
.sub .colRightSub {
	padding: 10px;
}
.colRightHome {
	padding-top: 15px;
}
.colWideSub{
	padding-top: 50px;
}
/*.verticalNav {
	margin: 25px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	border: 0px solid #FFF;
	position: relative;
	top: 0px;
	right: auto;
	width: 100%;
	padding: 70px 0px !important;
}*/
.clearSub {
	display: block;
}
.subPageContent {
	min-height: inherit;
}
.morePages {
	display: block;
}
.obPhoneNumber {
	color: #211D1E;
	font-size: 26px;
	position: relative;
	top: 6px;
	margin-right: 15px;
	float: right;
}
.testimonialContent {
	width: 70%;
}
.homeNewslettersignUp {
	height: 28px;
	overflow: hidden;
}
.homeNewslettersignUp strong, .homeNewslettersignUp input{
	display: none;
}
.homeNewslettersignUp h1 a {
	cursor: pointer;
	text-align: center;
	display: block;
}
.homeNewslettersignUp h1 a span{
	display: inline;
	font-size: 40px;
	height: 1px;
	line-height: 1px;
}
#JobLocationsBanners {
  height: 200px;
  overflow: hidden;
}
.mainContentJobBanners {
  padding-top: 200px !important;
}
div.bannerFade {
  height: 200px;
}
.horizontalNav>li>ul>li {
  width: 100%;
}

/*Test Home Page STYLE*/
.navProducts ul {
	display: flex;
	flex-direction: column;
}

.navProducts ul li {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0px 20px 20px 10px
}

#navP > h2{
	padding-left: 5vw;
}
.navProducts > ul ul li, .navProducts > ul ul li a {
	width: 250px;
}


td, body, input, textarea, select {
	padding-left: calc(100vw-30vw);
}

.scroll-tip{
	display: block;
}

/*END*/
}

@media screen and (max-width:475px) {
.homeTabs a {
	padding: 23px 2% 14px 2%;
	font-size: 11px;
	height: 3px;
}
.homeTabs2 {
	height: 40px;
}
.homeTabs a.hover {
	height: 3px;
}

.headerIcons input.searchText, .headerIcons input.searchSubmit {
	display: none;
}
.mobileSearch {
	display: inline;
}
.bannerInfoContOuter {
	width: 100%;
	height: 100%;
	position: relative;
}
.homepageBannersNavigation {
	display: none;
}
.homepageBannersCirclesCont {
	top: 8px;
	height: 40px;
}
}

@media screen and (max-width:400px) {
.obPhoneNumber {
	display: none;
}	
a.blogPostListing img {
	float: none;
	padding: 0px 0px 20px 0px;
	width: 100%;
}
}



